-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use unique API responses for different filescan results
- Loading branch information
1 parent
59e7b27
commit 0ad522d
Showing
7 changed files
with
211 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: PACKAGE VERSION\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-16 13:25+0200\n" | ||
"POT-Creation-Date: 2025-02-04 14:05+0200\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -384,6 +384,24 @@ msgid "" | |
msgstr "" | ||
"Kunduppgifterna innehåller inget FO-nummer eller ingen personbeteckning." | ||
|
||
msgid "filepath" | ||
msgstr "" | ||
|
||
msgid "scan time" | ||
msgstr "" | ||
|
||
msgid "deletion time" | ||
msgstr "" | ||
|
||
msgid "error message" | ||
msgstr "" | ||
|
||
msgid "File Scan Status" | ||
msgstr "" | ||
|
||
msgid "File Scan Statuses" | ||
msgstr "" | ||
|
||
msgctxt "Form state" | ||
msgid "Work in progress" | ||
msgstr "Oavslutad" | ||
|
@@ -4025,10 +4043,27 @@ msgstr "Token existerar" | |
msgid "Users permissions" | ||
msgstr "Användarens rättigheter" | ||
|
||
msgid "" | ||
"File has not yet been scanned for viruses, and is unsafe to open at this " | ||
"time." | ||
msgstr "" | ||
|
||
msgid "File was found to contain virus or malware, and it has been deleted." | ||
msgstr "" | ||
|
||
msgid "" | ||
"File scan failed. File is unsafe to open before before it has been " | ||
"successfully scanned for viruses and malware." | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "File '{file.name}' does not have an extension." | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "File extension '.{ext}' is not allowed." | ||
msgstr "" | ||
|
||
#, python-brace-format | ||
msgid "File '{file.name}' exceeds maximum file size of {MAX_FILE_SIZE_MB} MB." | ||
msgstr "" |
Oops, something went wrong.