mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 16:07:58 -06:00
feat: Migrated strings, and translations to native flutter l10n plugin
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"@@locale": "cs",
|
||||
"developedBy": "Vyvíjí {name}",
|
||||
"@developedBy": {
|
||||
"placeholders": {
|
||||
@@ -11,29 +10,51 @@
|
||||
"account": "Účet",
|
||||
"@account": {},
|
||||
"addCorrespondent": "Nový korespondent",
|
||||
"@addCorrespondent": {},
|
||||
"@addCorrespondent": {
|
||||
"description": "Title when adding a new correspondent"
|
||||
},
|
||||
"addDocumentType": "Nový typ dokumentu",
|
||||
"@addDocumentType": {},
|
||||
"@addDocumentType": {
|
||||
"description": "Title when adding a new document type"
|
||||
},
|
||||
"addStoragePath": "Nová cesta úložiště",
|
||||
"@addStoragePath": {},
|
||||
"@addStoragePath": {
|
||||
"description": "Title when adding a new storage path"
|
||||
},
|
||||
"addTag": "Nový tag",
|
||||
"@addTag": {},
|
||||
"@addTag": {
|
||||
"description": "Title when adding a new tag"
|
||||
},
|
||||
"aboutThisApp": "O aplikaci",
|
||||
"@aboutThisApp": {},
|
||||
"loggedInAs": "Přihlášeno jako ",
|
||||
"@loggedInAs": {},
|
||||
"@aboutThisApp": {
|
||||
"description": "Label for about this app tile displayed in the drawer"
|
||||
},
|
||||
"loggedInAs": "Přihlášeno jako {name}",
|
||||
"@loggedInAs": {
|
||||
"placeholders": {
|
||||
"name": {}
|
||||
}
|
||||
},
|
||||
"disconnect": "Odpojit",
|
||||
"@disconnect": {},
|
||||
"@disconnect": {
|
||||
"description": "Logout button label"
|
||||
},
|
||||
"reportABug": "Nahlásit chybu",
|
||||
"@reportABug": {},
|
||||
"settings": "Nastavení",
|
||||
"@settings": {},
|
||||
"authenticateOnAppStart": "Přihlášení při spuštění aplikace",
|
||||
"@authenticateOnAppStart": {},
|
||||
"@authenticateOnAppStart": {
|
||||
"description": "Description of the biometric authentication settings tile"
|
||||
},
|
||||
"biometricAuthentication": "Zapnout biometrické ověření",
|
||||
"@biometricAuthentication": {},
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Pro zapnutí biometrického ověřování je třeba se přihlásit.} disable{Pro vypnutí biometrického ověřování je třeba se přihlásit.}}",
|
||||
"@authenticateToToggleBiometricAuthentication": {},
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Pro zapnutí biometrického ověřování je třeba se přihlásit} disable{Pro vypnutí biometrického ověřování je třeba se přihlásit} other{}}",
|
||||
"@authenticateToToggleBiometricAuthentication": {
|
||||
"placeholders": {
|
||||
"mode": {}
|
||||
}
|
||||
},
|
||||
"documents": "Dokumenty",
|
||||
"@documents": {},
|
||||
"inbox": "Inbox",
|
||||
@@ -42,10 +63,6 @@
|
||||
"@labels": {},
|
||||
"scanner": "Skener",
|
||||
"@scanner": {},
|
||||
"classic": "Klasicky",
|
||||
"@classic": {},
|
||||
"dynamic": "Dynamicky",
|
||||
"@dynamic": {},
|
||||
"startTyping": "Začni psát...",
|
||||
"@startTyping": {},
|
||||
"doYouReallyWantToDeleteThisView": "Opravdu chceš tento náhled smazat?",
|
||||
@@ -64,14 +81,20 @@
|
||||
"@createdAt": {},
|
||||
"documentSuccessfullyDeleted": "Dokument byl úspěšně smazán.",
|
||||
"@documentSuccessfullyDeleted": {},
|
||||
"AssignAsn": "Přiřadit",
|
||||
"@AssignAsn": {},
|
||||
"assignAsn": "Assign ASN",
|
||||
"@assignAsn": {},
|
||||
"deleteDocumentTooltip": "Smazat",
|
||||
"@deleteDocumentTooltip": {},
|
||||
"@deleteDocumentTooltip": {
|
||||
"description": "Tooltip shown for the delete button on details page"
|
||||
},
|
||||
"downloadDocumentTooltip": "Stáhnout",
|
||||
"@downloadDocumentTooltip": {},
|
||||
"@downloadDocumentTooltip": {
|
||||
"description": "Tooltip shown for the download button on details page"
|
||||
},
|
||||
"editDocumentTooltip": "Upravit",
|
||||
"@editDocumentTooltip": {},
|
||||
"@editDocumentTooltip": {
|
||||
"description": "Tooltip shown for the edit button on details page"
|
||||
},
|
||||
"loadFullContent": "Načíst celý obsah",
|
||||
"@loadFullContent": {},
|
||||
"noAppToDisplayPDFFilesFound": "Aplikace pro otevírání PDF souborů nenalezena.",
|
||||
@@ -81,25 +104,41 @@
|
||||
"couldNotOpenFilePermissionDenied": "Soubor nelze otevřít: přístup zamítnut.",
|
||||
"@couldNotOpenFilePermissionDenied": {},
|
||||
"previewTooltip": "Náhled",
|
||||
"@previewTooltip": {},
|
||||
"@previewTooltip": {
|
||||
"description": "Tooltip shown for the preview button on details page"
|
||||
},
|
||||
"shareTooltip": "Sdílet",
|
||||
"@shareTooltip": {},
|
||||
"@shareTooltip": {
|
||||
"description": "Tooltip shown for the share button on details page"
|
||||
},
|
||||
"similarDocuments": "Podobné dokumenty",
|
||||
"@similarDocuments": {},
|
||||
"@similarDocuments": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"content": "Obsah",
|
||||
"@content": {},
|
||||
"@content": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"metaData": "Metadata",
|
||||
"@metaData": {},
|
||||
"@metaData": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"overview": "Přehled",
|
||||
"@overview": {},
|
||||
"@overview": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"documentType": "Typ dokumentu",
|
||||
"@documentType": {},
|
||||
"archivedPdf": "Archived (pdf)",
|
||||
"@archivedPdf": {},
|
||||
"@archivedPdf": {
|
||||
"description": "Option to chose when downloading a document"
|
||||
},
|
||||
"chooseFiletype": "Choose filetype",
|
||||
"@chooseFiletype": {},
|
||||
"original": "Original",
|
||||
"@original": {},
|
||||
"@original": {
|
||||
"description": "Option to chose when downloading a document"
|
||||
},
|
||||
"documentSuccessfullyDownloaded": "Dokument úspěšně stažen.",
|
||||
"@documentSuccessfullyDownloaded": {},
|
||||
"suggestions": "Návrhy:",
|
||||
@@ -119,7 +158,9 @@
|
||||
"reset": "Zrušit",
|
||||
"@reset": {},
|
||||
"filterDocuments": "Filtrovat dokumenty",
|
||||
"@filterDocuments": {},
|
||||
"@filterDocuments": {
|
||||
"description": "Title of the document filter"
|
||||
},
|
||||
"originalMD5Checksum": "MD5 součet originálu",
|
||||
"@originalMD5Checksum": {},
|
||||
"mediaFilename": "Jméno souboru média",
|
||||
@@ -131,23 +172,33 @@
|
||||
"modifiedAt": "Pozměněno",
|
||||
"@modifiedAt": {},
|
||||
"preview": "Náhled",
|
||||
"@preview": {},
|
||||
"@preview": {
|
||||
"description": "Title of the document preview page"
|
||||
},
|
||||
"scanADocument": "Oskenovat dokument",
|
||||
"@scanADocument": {},
|
||||
"noDocumentsScannedYet": "Zatím nebyly naskenovány žádné dokumenty.",
|
||||
"@noDocumentsScannedYet": {},
|
||||
"or": "nebo",
|
||||
"@or": {},
|
||||
"@or": {
|
||||
"description": "Used on the scanner page between both main actions when no scans have been captured."
|
||||
},
|
||||
"deleteAllScans": "Smazat všechny skeny",
|
||||
"@deleteAllScans": {},
|
||||
"uploadADocumentFromThisDevice": "Nahrát jeden dokument z tohoto zařízení",
|
||||
"@uploadADocumentFromThisDevice": {},
|
||||
"@uploadADocumentFromThisDevice": {
|
||||
"description": "Button label on scanner page"
|
||||
},
|
||||
"noMatchesFound": "Žádné shody.",
|
||||
"@noMatchesFound": {},
|
||||
"@noMatchesFound": {
|
||||
"description": "Displayed when no documents were found in the document search."
|
||||
},
|
||||
"removeFromSearchHistory": "Odstranit z historie vyhledávání?",
|
||||
"@removeFromSearchHistory": {},
|
||||
"results": "Výsledky",
|
||||
"@results": {},
|
||||
"@results": {
|
||||
"description": "Label displayed above search results in document search."
|
||||
},
|
||||
"searchDocuments": "Prohledat dokumenty",
|
||||
"@searchDocuments": {},
|
||||
"resetFilter": "Zrušit",
|
||||
@@ -176,10 +227,19 @@
|
||||
"@thisActionIsIrreversibleDoYouWishToProceedAnyway": {},
|
||||
"confirmDeletion": "Potvrdit smazání",
|
||||
"@confirmDeletion": {},
|
||||
"areYouSureYouWantToDeleteTheFollowingDocuments": "Jste si jisti že chcete smazat následující dokumenty?",
|
||||
"@areYouSureYouWantToDeleteTheFollowingDocuments": {},
|
||||
"areYouSureYouWantToDeleteTheFollowingDocuments": "{count, plural, one{Jste si jisti že chcete smazat následující dokument?} other{Jste si jisti že chcete smazat následující dokumenty?}}",
|
||||
"@areYouSureYouWantToDeleteTheFollowingDocuments": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"countSelected": "{count} vybrány",
|
||||
"@countSelected": {},
|
||||
"@countSelected": {
|
||||
"description": "Displayed in the appbar when at least one document is selected.",
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"storagePath": "Cesta k úložišti",
|
||||
"@storagePath": {},
|
||||
"prepareDocument": "Připravit dokument",
|
||||
@@ -271,7 +331,9 @@
|
||||
"absolute": "Absolutní",
|
||||
"@absolute": {},
|
||||
"hintYouCanAlsoSpecifyRelativeValues": "Tip: Kromě konkrétního data lze také specifikovat relativní časovou odchylku k aktuálnímu datu.",
|
||||
"@hintYouCanAlsoSpecifyRelativeValues": {},
|
||||
"@hintYouCanAlsoSpecifyRelativeValues": {
|
||||
"description": "Displayed in the extended date range picker"
|
||||
},
|
||||
"amount": "Počet",
|
||||
"@amount": {},
|
||||
"relative": "Relativní",
|
||||
@@ -358,10 +420,10 @@
|
||||
"@upload": {},
|
||||
"youreOffline": "Jste offline.",
|
||||
"@youreOffline": {},
|
||||
"assignASN": "Přiřadit ASČ",
|
||||
"@assignASN": {},
|
||||
"deleteDocument": "Smazat dokument",
|
||||
"@deleteDocument": {},
|
||||
"@deleteDocument": {
|
||||
"description": "Used as an action label on each inbox item"
|
||||
},
|
||||
"removeDocumentFromInbox": "Dokument odstraněn z inboxu.",
|
||||
"@removeDocumentFromInbox": {},
|
||||
"areYouSureYouWantToMarkAllDocumentsAsSeen": "Opravdu chcete označit všechny dokumenty jako shlédnuté? Toto provede hromadnou úpravu a odstraní inbox tag u všech dokumentů.\nToto je nevratná akce! Opravdu chcete pokračovat?",
|
||||
@@ -385,7 +447,11 @@
|
||||
"undo": "Vrátit",
|
||||
"@undo": {},
|
||||
"nUnseen": "{count} neshlédnuté",
|
||||
"@nUnseen": {},
|
||||
"@nUnseen": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"swipeLeftToMarkADocumentAsSeen": "Tip: Potáhnutím doleva označit dokument jako shlédnutý a odstranit všechny inbox tagy.",
|
||||
"@swipeLeftToMarkADocumentAsSeen": {},
|
||||
"yesterday": "Včera",
|
||||
@@ -514,8 +580,8 @@
|
||||
"@done": {},
|
||||
"next": "Další",
|
||||
"@next": {},
|
||||
"receiveSharedFilePermissionDeniedMessage": "Přístup k obdrženému souboru zamítnut. Než budeš sdílet, zkus nejdříve otevřít aplikaci.",
|
||||
"@receiveSharedFilePermissionDeniedMessage": {},
|
||||
"couldNotAccessReceivedFile": "Could not access the received file. Please try to open the app before sharing.",
|
||||
"@couldNotAccessReceivedFile": {},
|
||||
"newView": "Nový náhled",
|
||||
"@newView": {},
|
||||
"createsASavedViewBasedOnTheCurrentFilterCriteria": "Vytvoří nový náhled na základě aktuálních pravidel filtru.",
|
||||
@@ -607,5 +673,9 @@
|
||||
"list": "List",
|
||||
"@list": {},
|
||||
"remove": "Remove",
|
||||
"removeQueryFromSearchHistory": "Remove query from search history?"
|
||||
"removeQueryFromSearchHistory": "Remove query from search history?",
|
||||
"dynamicColorScheme": "Dynamicky",
|
||||
"@dynamicColorScheme": {},
|
||||
"classicColorScheme": "Klasicky",
|
||||
"@classicColorScheme": {}
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"@@locale": "de",
|
||||
"developedBy": "Entwickelt von {name}",
|
||||
"@developedBy": {
|
||||
"placeholders": {
|
||||
@@ -11,28 +10,46 @@
|
||||
"account": "Account",
|
||||
"@account": {},
|
||||
"addCorrespondent": "Neuer Korrespondent",
|
||||
"@addCorrespondent": {},
|
||||
"@addCorrespondent": {
|
||||
"description": "Title when adding a new correspondent"
|
||||
},
|
||||
"addDocumentType": "Neuer Dokumenttyp",
|
||||
"@addDocumentType": {},
|
||||
"@addDocumentType": {
|
||||
"description": "Title when adding a new document type"
|
||||
},
|
||||
"addStoragePath": "Neuer Speicherpfad",
|
||||
"@addStoragePath": {},
|
||||
"@addStoragePath": {
|
||||
"description": "Title when adding a new storage path"
|
||||
},
|
||||
"addTag": "Neuer Tag",
|
||||
"@addTag": {},
|
||||
"@addTag": {
|
||||
"description": "Title when adding a new tag"
|
||||
},
|
||||
"aboutThisApp": "Über diese App",
|
||||
"@aboutThisApp": {},
|
||||
"loggedInAs": "Eingeloggt als ",
|
||||
"@loggedInAs": {},
|
||||
"@aboutThisApp": {
|
||||
"description": "Label for about this app tile displayed in the drawer"
|
||||
},
|
||||
"loggedInAs": "Eingeloggt als {name}",
|
||||
"@loggedInAs": {
|
||||
"placeholders": {
|
||||
"name": {}
|
||||
}
|
||||
},
|
||||
"disconnect": "Verbindung trennen",
|
||||
"@disconnect": {},
|
||||
"@disconnect": {
|
||||
"description": "Logout button label"
|
||||
},
|
||||
"reportABug": "Einen Fehler melden",
|
||||
"@reportABug": {},
|
||||
"settings": "Einstellungen",
|
||||
"@settings": {},
|
||||
"authenticateOnAppStart": "Authentifizierung beim Start der Anwendung",
|
||||
"@authenticateOnAppStart": {},
|
||||
"@authenticateOnAppStart": {
|
||||
"description": "Description of the biometric authentication settings tile"
|
||||
},
|
||||
"biometricAuthentication": "Biometrische Authentifizierung aktivieren",
|
||||
"@biometricAuthentication": {},
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Authentifizieren, um die biometrische Authentifizierung zu aktivieren.} disable{Authentifizieren, um die biometrische Authentifizierung zu deaktivieren.}}",
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Authentifizieren, um die biometrische Authentifizierung zu aktivieren} disable{Authentifizieren, um die biometrische Authentifizierung zu deaktivieren} other{}}",
|
||||
"@authenticateToToggleBiometricAuthentication": {
|
||||
"placeholders": {
|
||||
"mode": {}
|
||||
@@ -46,10 +63,6 @@
|
||||
"@labels": {},
|
||||
"scanner": "Scanner",
|
||||
"@scanner": {},
|
||||
"classic": "Klassisch",
|
||||
"@classic": {},
|
||||
"dynamic": "Dynamisch",
|
||||
"@dynamic": {},
|
||||
"startTyping": "Beginne zu tippen...",
|
||||
"@startTyping": {},
|
||||
"doYouReallyWantToDeleteThisView": "Möchtest Du diese Ansicht wirklich löschen?",
|
||||
@@ -68,14 +81,20 @@
|
||||
"@createdAt": {},
|
||||
"documentSuccessfullyDeleted": "Das Dokument wurde erfolgreich gelöscht.",
|
||||
"@documentSuccessfullyDeleted": {},
|
||||
"AssignAsn": "Zuweisen",
|
||||
"@AssignAsn": {},
|
||||
"assignAsn": "ASN zuweisen",
|
||||
"@assignAsn": {},
|
||||
"deleteDocumentTooltip": "Löschen",
|
||||
"@deleteDocumentTooltip": {},
|
||||
"@deleteDocumentTooltip": {
|
||||
"description": "Tooltip shown for the delete button on details page"
|
||||
},
|
||||
"downloadDocumentTooltip": "Herunterladen",
|
||||
"@downloadDocumentTooltip": {},
|
||||
"@downloadDocumentTooltip": {
|
||||
"description": "Tooltip shown for the download button on details page"
|
||||
},
|
||||
"editDocumentTooltip": "Bearbeiten",
|
||||
"@editDocumentTooltip": {},
|
||||
"@editDocumentTooltip": {
|
||||
"description": "Tooltip shown for the edit button on details page"
|
||||
},
|
||||
"loadFullContent": "Lade gesamten Inhalt",
|
||||
"@loadFullContent": {},
|
||||
"noAppToDisplayPDFFilesFound": "Es wurde keine App zum Anzeigen von PDF Dateien gefunden!",
|
||||
@@ -85,25 +104,41 @@
|
||||
"couldNotOpenFilePermissionDenied": "Datei konnte nicht geöffnet werden: Zugriff verweigert.",
|
||||
"@couldNotOpenFilePermissionDenied": {},
|
||||
"previewTooltip": "Vorschau",
|
||||
"@previewTooltip": {},
|
||||
"@previewTooltip": {
|
||||
"description": "Tooltip shown for the preview button on details page"
|
||||
},
|
||||
"shareTooltip": "Teilen",
|
||||
"@shareTooltip": {},
|
||||
"@shareTooltip": {
|
||||
"description": "Tooltip shown for the share button on details page"
|
||||
},
|
||||
"similarDocuments": "Similar Documents",
|
||||
"@similarDocuments": {},
|
||||
"@similarDocuments": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"content": "Inhalt",
|
||||
"@content": {},
|
||||
"@content": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"metaData": "Metadaten",
|
||||
"@metaData": {},
|
||||
"@metaData": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"overview": "Übersicht",
|
||||
"@overview": {},
|
||||
"@overview": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"documentType": "Dokumenttyp",
|
||||
"@documentType": {},
|
||||
"archivedPdf": "Archiviert (pdf)",
|
||||
"@archivedPdf": {},
|
||||
"@archivedPdf": {
|
||||
"description": "Option to chose when downloading a document"
|
||||
},
|
||||
"chooseFiletype": "Wähle Dateityp",
|
||||
"@chooseFiletype": {},
|
||||
"original": "Original",
|
||||
"@original": {},
|
||||
"@original": {
|
||||
"description": "Option to chose when downloading a document"
|
||||
},
|
||||
"documentSuccessfullyDownloaded": "Dokument erfolgreich heruntergeladen.",
|
||||
"@documentSuccessfullyDownloaded": {},
|
||||
"suggestions": "Vorschläge: ",
|
||||
@@ -123,7 +158,9 @@
|
||||
"reset": "Zurücksetzen",
|
||||
"@reset": {},
|
||||
"filterDocuments": "Dokumente filtern",
|
||||
"@filterDocuments": {},
|
||||
"@filterDocuments": {
|
||||
"description": "Title of the document filter"
|
||||
},
|
||||
"originalMD5Checksum": "MD5-Prüfsumme Original",
|
||||
"@originalMD5Checksum": {},
|
||||
"mediaFilename": "Media-Dateiname",
|
||||
@@ -135,23 +172,33 @@
|
||||
"modifiedAt": "Geändert am",
|
||||
"@modifiedAt": {},
|
||||
"preview": "Vorschau",
|
||||
"@preview": {},
|
||||
"@preview": {
|
||||
"description": "Title of the document preview page"
|
||||
},
|
||||
"scanADocument": "Scanne ein Dokument",
|
||||
"@scanADocument": {},
|
||||
"noDocumentsScannedYet": "Es wurden noch keine Dokumente gescannt.",
|
||||
"@noDocumentsScannedYet": {},
|
||||
"or": "oder",
|
||||
"@or": {},
|
||||
"@or": {
|
||||
"description": "Used on the scanner page between both main actions when no scans have been captured."
|
||||
},
|
||||
"deleteAllScans": "Alle scans löschen",
|
||||
"@deleteAllScans": {},
|
||||
"uploadADocumentFromThisDevice": "Lade ein Dokument von diesem Gerät hoch",
|
||||
"@uploadADocumentFromThisDevice": {},
|
||||
"@uploadADocumentFromThisDevice": {
|
||||
"description": "Button label on scanner page"
|
||||
},
|
||||
"noMatchesFound": "Keine Treffer.",
|
||||
"@noMatchesFound": {},
|
||||
"@noMatchesFound": {
|
||||
"description": "Displayed when no documents were found in the document search."
|
||||
},
|
||||
"removeFromSearchHistory": "Aus dem Suchverlauf entfernen?",
|
||||
"@removeFromSearchHistory": {},
|
||||
"results": "Ergebnisse",
|
||||
"@results": {},
|
||||
"@results": {
|
||||
"description": "Label displayed above search results in document search."
|
||||
},
|
||||
"searchDocuments": "Durchsuche Dokumente",
|
||||
"@searchDocuments": {},
|
||||
"resetFilter": "Filter zurücksetzen",
|
||||
@@ -180,10 +227,19 @@
|
||||
"@thisActionIsIrreversibleDoYouWishToProceedAnyway": {},
|
||||
"confirmDeletion": "Löschen bestätigen",
|
||||
"@confirmDeletion": {},
|
||||
"areYouSureYouWantToDeleteTheFollowingDocuments": "Bist Du sicher, dass Du folgende Dokumente löschen möchtest?",
|
||||
"@areYouSureYouWantToDeleteTheFollowingDocuments": {},
|
||||
"areYouSureYouWantToDeleteTheFollowingDocuments": "{count, plural, one{Bist Du sicher, dass Du folgendes Dokument löschen möchtest?} other{Bist Du sicher, dass Du folgende Dokumente löschen möchtest?}}",
|
||||
"@areYouSureYouWantToDeleteTheFollowingDocuments": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"countSelected": "{count} ausgewählt",
|
||||
"@countSelected": {},
|
||||
"@countSelected": {
|
||||
"description": "Displayed in the appbar when at least one document is selected.",
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"storagePath": "Speicherpfad",
|
||||
"@storagePath": {},
|
||||
"prepareDocument": "Dokument vorbereiten",
|
||||
@@ -275,7 +331,9 @@
|
||||
"absolute": "Absolut",
|
||||
"@absolute": {},
|
||||
"hintYouCanAlsoSpecifyRelativeValues": "Hinweis: Neben konkreten Daten kannst du den Zeitraum auch über eine relative Zeitspanne einschränken.",
|
||||
"@hintYouCanAlsoSpecifyRelativeValues": {},
|
||||
"@hintYouCanAlsoSpecifyRelativeValues": {
|
||||
"description": "Displayed in the extended date range picker"
|
||||
},
|
||||
"amount": "Anzahl",
|
||||
"@amount": {},
|
||||
"relative": "Relativ",
|
||||
@@ -362,10 +420,10 @@
|
||||
"@upload": {},
|
||||
"youreOffline": "Du bist offline.",
|
||||
"@youreOffline": {},
|
||||
"assignASN": "ASN zuweisen",
|
||||
"@assignASN": {},
|
||||
"deleteDocument": "Dokument löschen",
|
||||
"@deleteDocument": {},
|
||||
"@deleteDocument": {
|
||||
"description": "Used as an action label on each inbox item"
|
||||
},
|
||||
"removeDocumentFromInbox": "Dokument aus Posteingang entfernt.",
|
||||
"@removeDocumentFromInbox": {},
|
||||
"areYouSureYouWantToMarkAllDocumentsAsSeen": "Bist Du sicher, dass Du alle Dokumente als gesehen markieren möchtest? Dadurch wird eine Massenbearbeitung durchgeführt, bei der alle Posteingangs-Tags von den Dokumenten entfernt werden. Diese Aktion kann nicht rückgängig gemacht werden! Möchtest Du trotzdem fortfahren?",
|
||||
@@ -389,7 +447,11 @@
|
||||
"undo": "Undo",
|
||||
"@undo": {},
|
||||
"nUnseen": "{count} ungesehen",
|
||||
"@nUnseen": {},
|
||||
"@nUnseen": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"swipeLeftToMarkADocumentAsSeen": "Tipp: Wische nach links um ein Dokument als gesehen zu markieren und alle Posteingangs-Tags von diesem Dokument zu entfernen.",
|
||||
"@swipeLeftToMarkADocumentAsSeen": {},
|
||||
"yesterday": "Gestern",
|
||||
@@ -611,5 +673,9 @@
|
||||
"list": "Liste",
|
||||
"@list": {},
|
||||
"remove": "Remove",
|
||||
"removeQueryFromSearchHistory": "Remove query from search history?"
|
||||
"removeQueryFromSearchHistory": "Remove query from search history?",
|
||||
"dynamicColorScheme": "Dynamisch",
|
||||
"@dynamicColorScheme": {},
|
||||
"classicColorScheme": "Klassisch",
|
||||
"@classicColorScheme": {}
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"@@locale": "en",
|
||||
"developedBy": "Developed by {name}",
|
||||
"@developedBy": {
|
||||
"placeholders": {
|
||||
@@ -50,7 +49,7 @@
|
||||
},
|
||||
"biometricAuthentication": "Biometric authentication",
|
||||
"@biometricAuthentication": {},
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Authenticate enable biometric authentication} disable{Authenticate to disable biometric authentication}}",
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Authenticate enable biometric authentication} disable{Authenticate to disable biometric authentication} other{}}",
|
||||
"@authenticateToToggleBiometricAuthentication": {
|
||||
"placeholders": {
|
||||
"mode": {}
|
||||
@@ -64,10 +63,6 @@
|
||||
"@labels": {},
|
||||
"scanner": "Scanner",
|
||||
"@scanner": {},
|
||||
"classic": "Classic",
|
||||
"@classic": {},
|
||||
"dynamic": "Dynamic",
|
||||
"@dynamic": {},
|
||||
"startTyping": "Start typing...",
|
||||
"@startTyping": {},
|
||||
"doYouReallyWantToDeleteThisView": "Do you really want to delete this view?",
|
||||
@@ -86,8 +81,8 @@
|
||||
"@createdAt": {},
|
||||
"documentSuccessfullyDeleted": "Document successfully deleted.",
|
||||
"@documentSuccessfullyDeleted": {},
|
||||
"AssignAsn": "Assign ASN",
|
||||
"@AssignAsn": {},
|
||||
"assignAsn": "Assign ASN",
|
||||
"@assignAsn": {},
|
||||
"deleteDocumentTooltip": "Delete",
|
||||
"@deleteDocumentTooltip": {
|
||||
"description": "Tooltip shown for the delete button on details page"
|
||||
@@ -425,8 +420,6 @@
|
||||
"@upload": {},
|
||||
"youreOffline": "You're offline.",
|
||||
"@youreOffline": {},
|
||||
"assignASN": "Assign ASN",
|
||||
"@assignASN": {},
|
||||
"deleteDocument": "Delete document",
|
||||
"@deleteDocument": {
|
||||
"description": "Used as an action label on each inbox item"
|
||||
@@ -680,5 +673,9 @@
|
||||
"list": "List",
|
||||
"@list": {},
|
||||
"remove": "Remove",
|
||||
"removeQueryFromSearchHistory": "Remove query from search history?"
|
||||
"removeQueryFromSearchHistory": "Remove query from search history?",
|
||||
"dynamicColorScheme": "Dynamic",
|
||||
"@dynamicColorScheme": {},
|
||||
"classicColorScheme": "Classic",
|
||||
"@classicColorScheme": {}
|
||||
}
|
||||
681
lib/l10n/intl_fr.arb
Normal file
681
lib/l10n/intl_fr.arb
Normal file
@@ -0,0 +1,681 @@
|
||||
{
|
||||
"developedBy": "Developed by {name}",
|
||||
"@developedBy": {
|
||||
"placeholders": {
|
||||
"name": {}
|
||||
}
|
||||
},
|
||||
"addAnotherAccount": "Add another account",
|
||||
"@addAnotherAccount": {},
|
||||
"account": "Account",
|
||||
"@account": {},
|
||||
"addCorrespondent": "New Correspondent",
|
||||
"@addCorrespondent": {
|
||||
"description": "Title when adding a new correspondent"
|
||||
},
|
||||
"addDocumentType": "New Document Type",
|
||||
"@addDocumentType": {
|
||||
"description": "Title when adding a new document type"
|
||||
},
|
||||
"addStoragePath": "New Storage Path",
|
||||
"@addStoragePath": {
|
||||
"description": "Title when adding a new storage path"
|
||||
},
|
||||
"addTag": "New Tag",
|
||||
"@addTag": {
|
||||
"description": "Title when adding a new tag"
|
||||
},
|
||||
"aboutThisApp": "About this app",
|
||||
"@aboutThisApp": {
|
||||
"description": "Label for about this app tile displayed in the drawer"
|
||||
},
|
||||
"loggedInAs": "Logged in as {name}",
|
||||
"@loggedInAs": {
|
||||
"placeholders": {
|
||||
"name": {}
|
||||
}
|
||||
},
|
||||
"disconnect": "Disconnect",
|
||||
"@disconnect": {
|
||||
"description": "Logout button label"
|
||||
},
|
||||
"reportABug": "Report a Bug",
|
||||
"@reportABug": {},
|
||||
"settings": "Settings",
|
||||
"@settings": {},
|
||||
"authenticateOnAppStart": "Authenticate on app start",
|
||||
"@authenticateOnAppStart": {
|
||||
"description": "Description of the biometric authentication settings tile"
|
||||
},
|
||||
"biometricAuthentication": "Biometric authentication",
|
||||
"@biometricAuthentication": {},
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Authenticate enable biometric authentication} disable{Authenticate to disable biometric authentication} other{}}",
|
||||
"@authenticateToToggleBiometricAuthentication": {
|
||||
"placeholders": {
|
||||
"mode": {}
|
||||
}
|
||||
},
|
||||
"documents": "Documents",
|
||||
"@documents": {},
|
||||
"inbox": "Inbox",
|
||||
"@inbox": {},
|
||||
"labels": "Labels",
|
||||
"@labels": {},
|
||||
"scanner": "Scanner",
|
||||
"@scanner": {},
|
||||
"startTyping": "Start typing...",
|
||||
"@startTyping": {},
|
||||
"doYouReallyWantToDeleteThisView": "Do you really want to delete this view?",
|
||||
"@doYouReallyWantToDeleteThisView": {},
|
||||
"deleteView": "Delete view ",
|
||||
"@deleteView": {},
|
||||
"addedAt": "Added at",
|
||||
"@addedAt": {},
|
||||
"archiveSerialNumber": "Archive Serial Number",
|
||||
"@archiveSerialNumber": {},
|
||||
"asn": "ASN",
|
||||
"@asn": {},
|
||||
"correspondent": "Correspondent",
|
||||
"@correspondent": {},
|
||||
"createdAt": "Created at",
|
||||
"@createdAt": {},
|
||||
"documentSuccessfullyDeleted": "Document successfully deleted.",
|
||||
"@documentSuccessfullyDeleted": {},
|
||||
"assignAsn": "Assign ASN",
|
||||
"@assignAsn": {},
|
||||
"deleteDocumentTooltip": "Delete",
|
||||
"@deleteDocumentTooltip": {
|
||||
"description": "Tooltip shown for the delete button on details page"
|
||||
},
|
||||
"downloadDocumentTooltip": "Download",
|
||||
"@downloadDocumentTooltip": {
|
||||
"description": "Tooltip shown for the download button on details page"
|
||||
},
|
||||
"editDocumentTooltip": "Edit",
|
||||
"@editDocumentTooltip": {
|
||||
"description": "Tooltip shown for the edit button on details page"
|
||||
},
|
||||
"loadFullContent": "Load full content",
|
||||
"@loadFullContent": {},
|
||||
"noAppToDisplayPDFFilesFound": "No app to display PDF files found!",
|
||||
"@noAppToDisplayPDFFilesFound": {},
|
||||
"openInSystemViewer": "Open in system viewer",
|
||||
"@openInSystemViewer": {},
|
||||
"couldNotOpenFilePermissionDenied": "Could not open file: Permission denied.",
|
||||
"@couldNotOpenFilePermissionDenied": {},
|
||||
"previewTooltip": "Preview",
|
||||
"@previewTooltip": {
|
||||
"description": "Tooltip shown for the preview button on details page"
|
||||
},
|
||||
"shareTooltip": "Share",
|
||||
"@shareTooltip": {
|
||||
"description": "Tooltip shown for the share button on details page"
|
||||
},
|
||||
"similarDocuments": "Similar Documents",
|
||||
"@similarDocuments": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"content": "Content",
|
||||
"@content": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"metaData": "Meta Data",
|
||||
"@metaData": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"overview": "Overview",
|
||||
"@overview": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"documentType": "Document Type",
|
||||
"@documentType": {},
|
||||
"archivedPdf": "Archived (pdf)",
|
||||
"@archivedPdf": {
|
||||
"description": "Option to chose when downloading a document"
|
||||
},
|
||||
"chooseFiletype": "Choose filetype",
|
||||
"@chooseFiletype": {},
|
||||
"original": "Original",
|
||||
"@original": {
|
||||
"description": "Option to chose when downloading a document"
|
||||
},
|
||||
"documentSuccessfullyDownloaded": "Document successfully downloaded.",
|
||||
"@documentSuccessfullyDownloaded": {},
|
||||
"suggestions": "Suggestions: ",
|
||||
"@suggestions": {},
|
||||
"editDocument": "Edit Document",
|
||||
"@editDocument": {},
|
||||
"advanced": "Advanced",
|
||||
"@advanced": {},
|
||||
"apply": "Apply",
|
||||
"@apply": {},
|
||||
"extended": "Extended",
|
||||
"@extended": {},
|
||||
"titleAndContent": "Title & Content",
|
||||
"@titleAndContent": {},
|
||||
"title": "Title",
|
||||
"@title": {},
|
||||
"reset": "Reset",
|
||||
"@reset": {},
|
||||
"filterDocuments": "Filter Documents",
|
||||
"@filterDocuments": {
|
||||
"description": "Title of the document filter"
|
||||
},
|
||||
"originalMD5Checksum": "Original MD5-Checksum",
|
||||
"@originalMD5Checksum": {},
|
||||
"mediaFilename": "Media Filename",
|
||||
"@mediaFilename": {},
|
||||
"originalFileSize": "Original File Size",
|
||||
"@originalFileSize": {},
|
||||
"originalMIMEType": "Original MIME-Type",
|
||||
"@originalMIMEType": {},
|
||||
"modifiedAt": "Modified at",
|
||||
"@modifiedAt": {},
|
||||
"preview": "Preview",
|
||||
"@preview": {
|
||||
"description": "Title of the document preview page"
|
||||
},
|
||||
"scanADocument": "Scan a document",
|
||||
"@scanADocument": {},
|
||||
"noDocumentsScannedYet": "No documents scanned yet.",
|
||||
"@noDocumentsScannedYet": {},
|
||||
"or": "or",
|
||||
"@or": {
|
||||
"description": "Used on the scanner page between both main actions when no scans have been captured."
|
||||
},
|
||||
"deleteAllScans": "Delete all scans",
|
||||
"@deleteAllScans": {},
|
||||
"uploadADocumentFromThisDevice": "Upload a document from this device",
|
||||
"@uploadADocumentFromThisDevice": {
|
||||
"description": "Button label on scanner page"
|
||||
},
|
||||
"noMatchesFound": "No matches found.",
|
||||
"@noMatchesFound": {
|
||||
"description": "Displayed when no documents were found in the document search."
|
||||
},
|
||||
"removeFromSearchHistory": "Remove from search history?",
|
||||
"@removeFromSearchHistory": {},
|
||||
"results": "Results",
|
||||
"@results": {
|
||||
"description": "Label displayed above search results in document search."
|
||||
},
|
||||
"searchDocuments": "Search documents",
|
||||
"@searchDocuments": {},
|
||||
"resetFilter": "Reset filter",
|
||||
"@resetFilter": {},
|
||||
"lastMonth": "Last Month",
|
||||
"@lastMonth": {},
|
||||
"last7Days": "Last 7 Days",
|
||||
"@last7Days": {},
|
||||
"last3Months": "Last 3 Months",
|
||||
"@last3Months": {},
|
||||
"lastYear": "Last Year",
|
||||
"@lastYear": {},
|
||||
"search": "Search",
|
||||
"@search": {},
|
||||
"documentsSuccessfullyDeleted": "Documents successfully deleted.",
|
||||
"@documentsSuccessfullyDeleted": {},
|
||||
"thereSeemsToBeNothingHere": "There seems to be nothing here...",
|
||||
"@thereSeemsToBeNothingHere": {},
|
||||
"oops": "Oops.",
|
||||
"@oops": {},
|
||||
"newDocumentAvailable": "New document available!",
|
||||
"@newDocumentAvailable": {},
|
||||
"orderBy": "Order By",
|
||||
"@orderBy": {},
|
||||
"thisActionIsIrreversibleDoYouWishToProceedAnyway": "This action is irreversible. Do you wish to proceed anyway?",
|
||||
"@thisActionIsIrreversibleDoYouWishToProceedAnyway": {},
|
||||
"confirmDeletion": "Confirm deletion",
|
||||
"@confirmDeletion": {},
|
||||
"areYouSureYouWantToDeleteTheFollowingDocuments": "{count, plural, one{Are you sure you want to delete the following document?} other{Are you sure you want to delete the following documents?}}",
|
||||
"@areYouSureYouWantToDeleteTheFollowingDocuments": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"countSelected": "{count} selected",
|
||||
"@countSelected": {
|
||||
"description": "Displayed in the appbar when at least one document is selected.",
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"storagePath": "Storage Path",
|
||||
"@storagePath": {},
|
||||
"prepareDocument": "Prepare document",
|
||||
"@prepareDocument": {},
|
||||
"tags": "Tags",
|
||||
"@tags": {},
|
||||
"documentSuccessfullyUpdated": "Document successfully updated.",
|
||||
"@documentSuccessfullyUpdated": {},
|
||||
"fileName": "File Name",
|
||||
"@fileName": {},
|
||||
"synchronizeTitleAndFilename": "Synchronize title and filename",
|
||||
"@synchronizeTitleAndFilename": {},
|
||||
"reload": "Reload",
|
||||
"@reload": {},
|
||||
"documentSuccessfullyUploadedProcessing": "Document successfully uploaded, processing...",
|
||||
"@documentSuccessfullyUploadedProcessing": {},
|
||||
"deleteLabelWarningText": "This label contains references to other documents. By deleting this label, all references will be removed. Continue?",
|
||||
"@deleteLabelWarningText": {},
|
||||
"couldNotAcknowledgeTasks": "Could not acknowledge tasks.",
|
||||
"@couldNotAcknowledgeTasks": {},
|
||||
"authenticationFailedPleaseTryAgain": "Authentication failed, please try again.",
|
||||
"@authenticationFailedPleaseTryAgain": {},
|
||||
"anErrorOccurredWhileTryingToAutocompleteYourQuery": "An error ocurred while trying to autocomplete your query.",
|
||||
"@anErrorOccurredWhileTryingToAutocompleteYourQuery": {},
|
||||
"biometricAuthenticationFailed": "Biometric authentication failed.",
|
||||
"@biometricAuthenticationFailed": {},
|
||||
"biometricAuthenticationNotSupported": "Biometric authentication not supported on this device.",
|
||||
"@biometricAuthenticationNotSupported": {},
|
||||
"couldNotBulkEditDocuments": "Could not bulk edit documents.",
|
||||
"@couldNotBulkEditDocuments": {},
|
||||
"couldNotCreateCorrespondent": "Could not create correspondent, please try again.",
|
||||
"@couldNotCreateCorrespondent": {},
|
||||
"couldNotLoadCorrespondents": "Could not load correspondents.",
|
||||
"@couldNotLoadCorrespondents": {},
|
||||
"couldNotCreateSavedView": "Could not create saved view, please try again.",
|
||||
"@couldNotCreateSavedView": {},
|
||||
"couldNotDeleteSavedView": "Could not delete saved view, please try again",
|
||||
"@couldNotDeleteSavedView": {},
|
||||
"youAreCurrentlyOffline": "You are currently offline. Please make sure you are connected to the internet.",
|
||||
"@youAreCurrentlyOffline": {},
|
||||
"couldNotAssignArchiveSerialNumber": "Could not assign archive serial number.",
|
||||
"@couldNotAssignArchiveSerialNumber": {},
|
||||
"couldNotDeleteDocument": "Could not delete document, please try again.",
|
||||
"@couldNotDeleteDocument": {},
|
||||
"couldNotLoadDocuments": "Could not load documents, please try again.",
|
||||
"@couldNotLoadDocuments": {},
|
||||
"couldNotLoadDocumentPreview": "Could not load document preview.",
|
||||
"@couldNotLoadDocumentPreview": {},
|
||||
"couldNotCreateDocument": "Could not create document, please try again.",
|
||||
"@couldNotCreateDocument": {},
|
||||
"couldNotLoadDocumentTypes": "Could not load document types, please try again.",
|
||||
"@couldNotLoadDocumentTypes": {},
|
||||
"couldNotUpdateDocument": "Could not update document, please try again.",
|
||||
"@couldNotUpdateDocument": {},
|
||||
"couldNotUploadDocument": "Could not upload document, please try again.",
|
||||
"@couldNotUploadDocument": {},
|
||||
"invalidCertificateOrMissingPassphrase": "Invalid certificate or missing passphrase, please try again",
|
||||
"@invalidCertificateOrMissingPassphrase": {},
|
||||
"couldNotLoadSavedViews": "Could not load saved views.",
|
||||
"@couldNotLoadSavedViews": {},
|
||||
"aClientCertificateWasExpectedButNotSent": "A client certificate was expected but not sent. Please provide a valid client certificate.",
|
||||
"@aClientCertificateWasExpectedButNotSent": {},
|
||||
"userIsNotAuthenticated": "User is not authenticated.",
|
||||
"@userIsNotAuthenticated": {},
|
||||
"requestTimedOut": "The request to the server timed out.",
|
||||
"@requestTimedOut": {},
|
||||
"anErrorOccurredRemovingTheScans": "An error occurred removing the scans.",
|
||||
"@anErrorOccurredRemovingTheScans": {},
|
||||
"couldNotReachYourPaperlessServer": "Could not reach your Paperless server, is it up and running?",
|
||||
"@couldNotReachYourPaperlessServer": {},
|
||||
"couldNotLoadSimilarDocuments": "Could not load similar documents.",
|
||||
"@couldNotLoadSimilarDocuments": {},
|
||||
"couldNotCreateStoragePath": "Could not create storage path, please try again.",
|
||||
"@couldNotCreateStoragePath": {},
|
||||
"couldNotLoadStoragePaths": "Could not load storage paths.",
|
||||
"@couldNotLoadStoragePaths": {},
|
||||
"couldNotLoadSuggestions": "Could not load suggestions.",
|
||||
"@couldNotLoadSuggestions": {},
|
||||
"couldNotCreateTag": "Could not create tag, please try again.",
|
||||
"@couldNotCreateTag": {},
|
||||
"couldNotLoadTags": "Could not load tags.",
|
||||
"@couldNotLoadTags": {},
|
||||
"anUnknownErrorOccurred": "An unknown error occurred.",
|
||||
"@anUnknownErrorOccurred": {},
|
||||
"fileFormatNotSupported": "This file format is not supported.",
|
||||
"@fileFormatNotSupported": {},
|
||||
"report": "REPORT",
|
||||
"@report": {},
|
||||
"absolute": "Absolute",
|
||||
"@absolute": {},
|
||||
"hintYouCanAlsoSpecifyRelativeValues": "Hint: Apart from concrete dates, you can also specify a time range relative to the current date.",
|
||||
"@hintYouCanAlsoSpecifyRelativeValues": {
|
||||
"description": "Displayed in the extended date range picker"
|
||||
},
|
||||
"amount": "Amount",
|
||||
"@amount": {},
|
||||
"relative": "Relative",
|
||||
"@relative": {},
|
||||
"last": "Last",
|
||||
"@last": {},
|
||||
"timeUnit": "Time unit",
|
||||
"@timeUnit": {},
|
||||
"selectDateRange": "Select date range",
|
||||
"@selectDateRange": {},
|
||||
"after": "After",
|
||||
"@after": {},
|
||||
"before": "Before",
|
||||
"@before": {},
|
||||
"days": "{count, plural, zero{days} one{day} other{days}}",
|
||||
"@days": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"lastNDays": "{count, plural, zero{} one{Yesterday} other{Last {count} days}}",
|
||||
"@lastNDays": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"lastNMonths": "{count, plural, zero{} one{Last month} other{Last {count} months}}",
|
||||
"@lastNMonths": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"lastNWeeks": "{count, plural, zero{} one{Last week} other{Last {count} weeks}}",
|
||||
"@lastNWeeks": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"lastNYears": "{count, plural, zero{} one{Last year} other{Last {count} years}}",
|
||||
"@lastNYears": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"months": "{count, plural, zero{} one{month} other{months}}",
|
||||
"@months": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"weeks": "{count, plural, zero{} one{week} other{weeks}}",
|
||||
"@weeks": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"years": "{count, plural, zero{} one{year} other{years}}",
|
||||
"@years": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"gotIt": "Got it!",
|
||||
"@gotIt": {},
|
||||
"cancel": "Cancel",
|
||||
"@cancel": {},
|
||||
"close": "Close",
|
||||
"@close": {},
|
||||
"create": "Create",
|
||||
"@create": {},
|
||||
"delete": "Delete",
|
||||
"@delete": {},
|
||||
"edit": "Edit",
|
||||
"@edit": {},
|
||||
"ok": "Ok",
|
||||
"@ok": {},
|
||||
"save": "Save",
|
||||
"@save": {},
|
||||
"select": "Select",
|
||||
"@select": {},
|
||||
"saveChanges": "Save changes",
|
||||
"@saveChanges": {},
|
||||
"upload": "Upload",
|
||||
"@upload": {},
|
||||
"youreOffline": "You're offline.",
|
||||
"@youreOffline": {},
|
||||
"deleteDocument": "Delete document",
|
||||
"@deleteDocument": {
|
||||
"description": "Used as an action label on each inbox item"
|
||||
},
|
||||
"removeDocumentFromInbox": "Document removed from inbox.",
|
||||
"@removeDocumentFromInbox": {},
|
||||
"areYouSureYouWantToMarkAllDocumentsAsSeen": "Are you sure you want to mark all documents as seen? This will perform a bulk edit operation removing all inbox tags from the documents. This action is not reversible! Are you sure you want to continue?",
|
||||
"@areYouSureYouWantToMarkAllDocumentsAsSeen": {},
|
||||
"markAllAsSeen": "Mark all as seen?",
|
||||
"@markAllAsSeen": {},
|
||||
"allSeen": "All seen",
|
||||
"@allSeen": {},
|
||||
"markAsSeen": "Mark as seen",
|
||||
"@markAsSeen": {},
|
||||
"refresh": "Refresh",
|
||||
"@refresh": {},
|
||||
"youDoNotHaveUnseenDocuments": "You do not have unseen documents.",
|
||||
"@youDoNotHaveUnseenDocuments": {},
|
||||
"quickAction": "Quick Action",
|
||||
"@quickAction": {},
|
||||
"suggestionSuccessfullyApplied": "Suggestion successfully applied.",
|
||||
"@suggestionSuccessfullyApplied": {},
|
||||
"today": "Today",
|
||||
"@today": {},
|
||||
"undo": "Undo",
|
||||
"@undo": {},
|
||||
"nUnseen": "{count} unseen",
|
||||
"@nUnseen": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"swipeLeftToMarkADocumentAsSeen": "Hint: Swipe left to mark a document as seen and remove all inbox tags from the document.",
|
||||
"@swipeLeftToMarkADocumentAsSeen": {},
|
||||
"yesterday": "Yesterday",
|
||||
"@yesterday": {},
|
||||
"anyAssigned": "Any assigned",
|
||||
"@anyAssigned": {},
|
||||
"noItemsFound": "No items found!",
|
||||
"@noItemsFound": {},
|
||||
"caseIrrelevant": "Case Irrelevant",
|
||||
"@caseIrrelevant": {},
|
||||
"matchingAlgorithm": "Matching Algorithm",
|
||||
"@matchingAlgorithm": {},
|
||||
"match": "Match",
|
||||
"@match": {},
|
||||
"name": "Name",
|
||||
"@name": {},
|
||||
"notAssigned": "Not assigned",
|
||||
"@notAssigned": {},
|
||||
"addNewCorrespondent": "Add new correspondent",
|
||||
"@addNewCorrespondent": {},
|
||||
"noCorrespondentsSetUp": "You don't seem to have any correspondents set up.",
|
||||
"@noCorrespondentsSetUp": {},
|
||||
"correspondents": "Correspondents",
|
||||
"@correspondents": {},
|
||||
"addNewDocumentType": "Add new document type",
|
||||
"@addNewDocumentType": {},
|
||||
"noDocumentTypesSetUp": "You don't seem to have any document types set up.",
|
||||
"@noDocumentTypesSetUp": {},
|
||||
"documentTypes": "Document Types",
|
||||
"@documentTypes": {},
|
||||
"addNewStoragePath": "Add new storage path",
|
||||
"@addNewStoragePath": {},
|
||||
"noStoragePathsSetUp": "You don't seem to have any storage paths set up.",
|
||||
"@noStoragePathsSetUp": {},
|
||||
"storagePaths": "Storage Paths",
|
||||
"@storagePaths": {},
|
||||
"addNewTag": "Add new tag",
|
||||
"@addNewTag": {},
|
||||
"noTagsSetUp": "You don't seem to have any tags set up.",
|
||||
"@noTagsSetUp": {},
|
||||
"linkedDocuments": "Linked Documents",
|
||||
"@linkedDocuments": {},
|
||||
"advancedSettings": "Advanced Settings",
|
||||
"@advancedSettings": {},
|
||||
"passphrase": "Passphrase",
|
||||
"@passphrase": {},
|
||||
"configureMutualTLSAuthentication": "Configure Mutual TLS Authentication",
|
||||
"@configureMutualTLSAuthentication": {},
|
||||
"invalidCertificateFormat": "Invalid certificate format, only .pfx is allowed",
|
||||
"@invalidCertificateFormat": {},
|
||||
"clientcertificate": "Client Certificate",
|
||||
"@clientcertificate": {},
|
||||
"selectFile": "Select file...",
|
||||
"@selectFile": {},
|
||||
"continueLabel": "Continue",
|
||||
"@continueLabel": {},
|
||||
"incorrectOrMissingCertificatePassphrase": "Incorrect or missing certificate passphrase.",
|
||||
"@incorrectOrMissingCertificatePassphrase": {},
|
||||
"connect": "Connect",
|
||||
"@connect": {},
|
||||
"password": "Password",
|
||||
"@password": {},
|
||||
"passwordMustNotBeEmpty": "Password must not be empty.",
|
||||
"@passwordMustNotBeEmpty": {},
|
||||
"connectionTimedOut": "Connection timed out.",
|
||||
"@connectionTimedOut": {},
|
||||
"loginPageReachabilityMissingClientCertificateText": "A client certificate was expected but not sent. Please provide a certificate.",
|
||||
"@loginPageReachabilityMissingClientCertificateText": {},
|
||||
"couldNotEstablishConnectionToTheServer": "Could not establish a connection to the server.",
|
||||
"@couldNotEstablishConnectionToTheServer": {},
|
||||
"connectionSuccessfulylEstablished": "Connection successfully established.",
|
||||
"@connectionSuccessfulylEstablished": {},
|
||||
"hostCouldNotBeResolved": "Host could not be resolved. Please check the server address and your internet connection. ",
|
||||
"@hostCouldNotBeResolved": {},
|
||||
"serverAddress": "Server Address",
|
||||
"@serverAddress": {},
|
||||
"invalidAddress": "Invalid address.",
|
||||
"@invalidAddress": {},
|
||||
"serverAddressMustIncludeAScheme": "Server address must include a scheme.",
|
||||
"@serverAddressMustIncludeAScheme": {},
|
||||
"serverAddressMustNotBeEmpty": "Server address must not be empty.",
|
||||
"@serverAddressMustNotBeEmpty": {},
|
||||
"signIn": "Sign In",
|
||||
"@signIn": {},
|
||||
"loginPageSignInTitle": "Sign In",
|
||||
"@loginPageSignInTitle": {},
|
||||
"signInToServer": "Sign in to {serverAddress}",
|
||||
"@signInToServer": {
|
||||
"placeholders": {
|
||||
"serverAddress": {}
|
||||
}
|
||||
},
|
||||
"connectToPaperless": "Connect to Paperless",
|
||||
"@connectToPaperless": {},
|
||||
"username": "Username",
|
||||
"@username": {},
|
||||
"usernameMustNotBeEmpty": "Username must not be empty.",
|
||||
"@usernameMustNotBeEmpty": {},
|
||||
"documentContainsAllOfTheseWords": "Document contains all of these words",
|
||||
"@documentContainsAllOfTheseWords": {},
|
||||
"all": "All",
|
||||
"@all": {},
|
||||
"documentContainsAnyOfTheseWords": "Document contains any of these words",
|
||||
"@documentContainsAnyOfTheseWords": {},
|
||||
"any": "Any",
|
||||
"@any": {},
|
||||
"learnMatchingAutomatically": "Learn matching automatically",
|
||||
"@learnMatchingAutomatically": {},
|
||||
"auto": "Auto",
|
||||
"@auto": {},
|
||||
"documentContainsThisString": "Document contains this string",
|
||||
"@documentContainsThisString": {},
|
||||
"exact": "Exact",
|
||||
"@exact": {},
|
||||
"documentContainsAWordSimilarToThisWord": "Document contains a word similar to this word",
|
||||
"@documentContainsAWordSimilarToThisWord": {},
|
||||
"fuzzy": "Fuzzy",
|
||||
"@fuzzy": {},
|
||||
"documentMatchesThisRegularExpression": "Document matches this regular expression",
|
||||
"@documentMatchesThisRegularExpression": {},
|
||||
"regularExpression": "Regular Expression",
|
||||
"@regularExpression": {},
|
||||
"anInternetConnectionCouldNotBeEstablished": "An internet connection could not be established.",
|
||||
"@anInternetConnectionCouldNotBeEstablished": {},
|
||||
"done": "Done",
|
||||
"@done": {},
|
||||
"next": "Next",
|
||||
"@next": {},
|
||||
"couldNotAccessReceivedFile": "Could not access the received file. Please try to open the app before sharing.",
|
||||
"@couldNotAccessReceivedFile": {},
|
||||
"newView": "New View",
|
||||
"@newView": {},
|
||||
"createsASavedViewBasedOnTheCurrentFilterCriteria": "Creates a new view based on the current filter criteria.",
|
||||
"@createsASavedViewBasedOnTheCurrentFilterCriteria": {},
|
||||
"createViewsToQuicklyFilterYourDocuments": "Create views to quickly filter your documents.",
|
||||
"@createViewsToQuicklyFilterYourDocuments": {},
|
||||
"nFiltersSet": "{count, plural, zero{{count} filters set} one{{count} filter set} other{{count} filters set}}",
|
||||
"@nFiltersSet": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"showInSidebar": "Show in sidebar",
|
||||
"@showInSidebar": {},
|
||||
"showOnDashboard": "Show on dashboard",
|
||||
"@showOnDashboard": {},
|
||||
"views": "Views",
|
||||
"@views": {},
|
||||
"clearAll": "Clear all",
|
||||
"@clearAll": {},
|
||||
"scan": "Scan",
|
||||
"@scan": {},
|
||||
"previewScan": "Preview",
|
||||
"@previewScan": {},
|
||||
"scrollToTop": "Scroll to top",
|
||||
"@scrollToTop": {},
|
||||
"paperlessServerVersion": "Paperless server version",
|
||||
"@paperlessServerVersion": {},
|
||||
"darkTheme": "Dark Theme",
|
||||
"@darkTheme": {},
|
||||
"lightTheme": "Light Theme",
|
||||
"@lightTheme": {},
|
||||
"systemTheme": "Use system theme",
|
||||
"@systemTheme": {},
|
||||
"appearance": "Appearance",
|
||||
"@appearance": {},
|
||||
"languageAndVisualAppearance": "Language and visual appearance",
|
||||
"@languageAndVisualAppearance": {},
|
||||
"applicationSettings": "Application",
|
||||
"@applicationSettings": {},
|
||||
"colorSchemeHint": "Choose between a classic color scheme inspired by a traditional Paperless green or use the dynamic color scheme based on your system theme.",
|
||||
"@colorSchemeHint": {},
|
||||
"colorSchemeNotSupportedWarning": "Dynamic theming is only supported for devices running Android 12 and above. Selecting the 'Dynamic' option might not have any effect depending on your OS implementation.",
|
||||
"@colorSchemeNotSupportedWarning": {},
|
||||
"colors": "Colors",
|
||||
"@colors": {},
|
||||
"language": "Language",
|
||||
"@language": {},
|
||||
"security": "Security",
|
||||
"@security": {},
|
||||
"mangeFilesAndStorageSpace": "Manage files and storage space",
|
||||
"@mangeFilesAndStorageSpace": {},
|
||||
"storage": "Storage",
|
||||
"@storage": {},
|
||||
"dark": "Dark",
|
||||
"@dark": {},
|
||||
"light": "Light",
|
||||
"@light": {},
|
||||
"system": "System",
|
||||
"@system": {},
|
||||
"ascending": "Ascending",
|
||||
"@ascending": {},
|
||||
"descending": "Descending",
|
||||
"@descending": {},
|
||||
"storagePathDay": "day",
|
||||
"@storagePathDay": {},
|
||||
"storagePathMonth": "month",
|
||||
"@storagePathMonth": {},
|
||||
"storagePathYear": "year",
|
||||
"@storagePathYear": {},
|
||||
"color": "Color",
|
||||
"@color": {},
|
||||
"filterTags": "Filter tags...",
|
||||
"@filterTags": {},
|
||||
"inboxTag": "Inbox-Tag",
|
||||
"@inboxTag": {},
|
||||
"uploadInferValuesHint": "If you specify values for these fields, your paperless instance will not automatically derive a value. If you want these values to be automatically populated by your server, leave the fields blank.",
|
||||
"@uploadInferValuesHint": {},
|
||||
"useTheConfiguredBiometricFactorToAuthenticate": "Use the configured biometric factor to authenticate and unlock your documents.",
|
||||
"@useTheConfiguredBiometricFactorToAuthenticate": {},
|
||||
"verifyYourIdentity": "Verify your identity",
|
||||
"@verifyYourIdentity": {},
|
||||
"verifyIdentity": "Verify Identity",
|
||||
"@verifyIdentity": {},
|
||||
"detailed": "Detailed",
|
||||
"@detailed": {},
|
||||
"grid": "Grid",
|
||||
"@grid": {},
|
||||
"list": "List",
|
||||
"@list": {},
|
||||
"remove": "Remove",
|
||||
"removeQueryFromSearchHistory": "Remove query from search history?",
|
||||
"dynamicColorScheme": "Dynamic",
|
||||
"@dynamicColorScheme": {},
|
||||
"classicColorScheme": "Classic",
|
||||
"@classicColorScheme": {}
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"@@locale": "pl",
|
||||
"developedBy": "Developed by {name}",
|
||||
"@developedBy": {
|
||||
"placeholders": {
|
||||
@@ -11,28 +10,46 @@
|
||||
"account": "Account",
|
||||
"@account": {},
|
||||
"addCorrespondent": "New Correspondent",
|
||||
"@addCorrespondent": {},
|
||||
"@addCorrespondent": {
|
||||
"description": "Title when adding a new correspondent"
|
||||
},
|
||||
"addDocumentType": "Nowy rodzaj dokumentu",
|
||||
"@addDocumentType": {},
|
||||
"@addDocumentType": {
|
||||
"description": "Title when adding a new document type"
|
||||
},
|
||||
"addStoragePath": "New Storage Path",
|
||||
"@addStoragePath": {},
|
||||
"@addStoragePath": {
|
||||
"description": "Title when adding a new storage path"
|
||||
},
|
||||
"addTag": "Nowy tag",
|
||||
"@addTag": {},
|
||||
"@addTag": {
|
||||
"description": "Title when adding a new tag"
|
||||
},
|
||||
"aboutThisApp": "O aplikacji",
|
||||
"@aboutThisApp": {},
|
||||
"loggedInAs": "Zalogowano jako",
|
||||
"@loggedInAs": {},
|
||||
"@aboutThisApp": {
|
||||
"description": "Label for about this app tile displayed in the drawer"
|
||||
},
|
||||
"loggedInAs": "Zalogowano jako {name}",
|
||||
"@loggedInAs": {
|
||||
"placeholders": {
|
||||
"name": {}
|
||||
}
|
||||
},
|
||||
"disconnect": "Disconnect",
|
||||
"@disconnect": {},
|
||||
"@disconnect": {
|
||||
"description": "Logout button label"
|
||||
},
|
||||
"reportABug": "Report a Bug",
|
||||
"@reportABug": {},
|
||||
"settings": "Ustawienia",
|
||||
"@settings": {},
|
||||
"authenticateOnAppStart": "Authenticate on app start",
|
||||
"@authenticateOnAppStart": {},
|
||||
"@authenticateOnAppStart": {
|
||||
"description": "Description of the biometric authentication settings tile"
|
||||
},
|
||||
"biometricAuthentication": "Biometric authentication",
|
||||
"@biometricAuthentication": {},
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Authenticate enable biometric authentication} disable{Authenticate to disable biometric authentication}}",
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Authenticate enable biometric authentication} disable{Authenticate to disable biometric authentication} other{}}",
|
||||
"@authenticateToToggleBiometricAuthentication": {
|
||||
"placeholders": {
|
||||
"mode": {}
|
||||
@@ -46,10 +63,6 @@
|
||||
"@labels": {},
|
||||
"scanner": "Scanner",
|
||||
"@scanner": {},
|
||||
"classic": "Classic",
|
||||
"@classic": {},
|
||||
"dynamic": "Dynamic",
|
||||
"@dynamic": {},
|
||||
"startTyping": "Zacznij pisać...",
|
||||
"@startTyping": {},
|
||||
"doYouReallyWantToDeleteThisView": "Do you really want to delete this view?",
|
||||
@@ -68,14 +81,20 @@
|
||||
"@createdAt": {},
|
||||
"documentSuccessfullyDeleted": "Dokument pomyślnie usunięty.",
|
||||
"@documentSuccessfullyDeleted": {},
|
||||
"AssignAsn": "Assign",
|
||||
"@AssignAsn": {},
|
||||
"assignAsn": "Assign ASN",
|
||||
"@assignAsn": {},
|
||||
"deleteDocumentTooltip": "Usuń",
|
||||
"@deleteDocumentTooltip": {},
|
||||
"@deleteDocumentTooltip": {
|
||||
"description": "Tooltip shown for the delete button on details page"
|
||||
},
|
||||
"downloadDocumentTooltip": "Pobierz",
|
||||
"@downloadDocumentTooltip": {},
|
||||
"@downloadDocumentTooltip": {
|
||||
"description": "Tooltip shown for the download button on details page"
|
||||
},
|
||||
"editDocumentTooltip": "Edytuj",
|
||||
"@editDocumentTooltip": {},
|
||||
"@editDocumentTooltip": {
|
||||
"description": "Tooltip shown for the edit button on details page"
|
||||
},
|
||||
"loadFullContent": "Load full content",
|
||||
"@loadFullContent": {},
|
||||
"noAppToDisplayPDFFilesFound": "Nie znaleziono aplikacji do wyświetlania plików PDF",
|
||||
@@ -85,25 +104,41 @@
|
||||
"couldNotOpenFilePermissionDenied": "Nie można otworzyć pliku: ",
|
||||
"@couldNotOpenFilePermissionDenied": {},
|
||||
"previewTooltip": "Podgląd",
|
||||
"@previewTooltip": {},
|
||||
"@previewTooltip": {
|
||||
"description": "Tooltip shown for the preview button on details page"
|
||||
},
|
||||
"shareTooltip": "Udostępnij",
|
||||
"@shareTooltip": {},
|
||||
"@shareTooltip": {
|
||||
"description": "Tooltip shown for the share button on details page"
|
||||
},
|
||||
"similarDocuments": "Podobne Dokumenty",
|
||||
"@similarDocuments": {},
|
||||
"@similarDocuments": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"content": "Treść",
|
||||
"@content": {},
|
||||
"@content": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"metaData": "Meta dane",
|
||||
"@metaData": {},
|
||||
"@metaData": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"overview": "Przegląd",
|
||||
"@overview": {},
|
||||
"@overview": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"documentType": "Rodzaj dokumentu",
|
||||
"@documentType": {},
|
||||
"archivedPdf": "Archived (pdf)",
|
||||
"@archivedPdf": {},
|
||||
"@archivedPdf": {
|
||||
"description": "Option to chose when downloading a document"
|
||||
},
|
||||
"chooseFiletype": "Choose filetype",
|
||||
"@chooseFiletype": {},
|
||||
"original": "Original",
|
||||
"@original": {},
|
||||
"@original": {
|
||||
"description": "Option to chose when downloading a document"
|
||||
},
|
||||
"documentSuccessfullyDownloaded": "Document successfully downloaded.",
|
||||
"@documentSuccessfullyDownloaded": {},
|
||||
"suggestions": "Suggestions: ",
|
||||
@@ -123,7 +158,9 @@
|
||||
"reset": "Reset",
|
||||
"@reset": {},
|
||||
"filterDocuments": "Filter Documents",
|
||||
"@filterDocuments": {},
|
||||
"@filterDocuments": {
|
||||
"description": "Title of the document filter"
|
||||
},
|
||||
"originalMD5Checksum": "Original MD5-Checksum",
|
||||
"@originalMD5Checksum": {},
|
||||
"mediaFilename": "Media Filename",
|
||||
@@ -135,23 +172,33 @@
|
||||
"modifiedAt": "Modified at",
|
||||
"@modifiedAt": {},
|
||||
"preview": "Podgląd",
|
||||
"@preview": {},
|
||||
"@preview": {
|
||||
"description": "Title of the document preview page"
|
||||
},
|
||||
"scanADocument": "Zeskanuj dokument",
|
||||
"@scanADocument": {},
|
||||
"noDocumentsScannedYet": "No documents scanned yet.",
|
||||
"@noDocumentsScannedYet": {},
|
||||
"or": "lub",
|
||||
"@or": {},
|
||||
"@or": {
|
||||
"description": "Used on the scanner page between both main actions when no scans have been captured."
|
||||
},
|
||||
"deleteAllScans": "Delete all scans",
|
||||
"@deleteAllScans": {},
|
||||
"uploadADocumentFromThisDevice": "Upload a document from this device",
|
||||
"@uploadADocumentFromThisDevice": {},
|
||||
"@uploadADocumentFromThisDevice": {
|
||||
"description": "Button label on scanner page"
|
||||
},
|
||||
"noMatchesFound": "No matches found.",
|
||||
"@noMatchesFound": {},
|
||||
"@noMatchesFound": {
|
||||
"description": "Displayed when no documents were found in the document search."
|
||||
},
|
||||
"removeFromSearchHistory": "Usunąć z historii wyszukiwania?",
|
||||
"@removeFromSearchHistory": {},
|
||||
"results": "Wyniki",
|
||||
"@results": {},
|
||||
"@results": {
|
||||
"description": "Label displayed above search results in document search."
|
||||
},
|
||||
"searchDocuments": "Search documents",
|
||||
"@searchDocuments": {},
|
||||
"resetFilter": "Reset filter",
|
||||
@@ -180,10 +227,19 @@
|
||||
"@thisActionIsIrreversibleDoYouWishToProceedAnyway": {},
|
||||
"confirmDeletion": "Potwierdź usunięcie",
|
||||
"@confirmDeletion": {},
|
||||
"areYouSureYouWantToDeleteTheFollowingDocuments": "Are you sure you want to delete the following documents?",
|
||||
"@areYouSureYouWantToDeleteTheFollowingDocuments": {},
|
||||
"areYouSureYouWantToDeleteTheFollowingDocuments": "{count, plural, one{Are you sure you want to delete the following document?} other{Are you sure you want to delete the following documents?}}",
|
||||
"@areYouSureYouWantToDeleteTheFollowingDocuments": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"countSelected": "{count} selected",
|
||||
"@countSelected": {},
|
||||
"@countSelected": {
|
||||
"description": "Displayed in the appbar when at least one document is selected.",
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"storagePath": "Storage Path",
|
||||
"@storagePath": {},
|
||||
"prepareDocument": "Prepare document",
|
||||
@@ -275,7 +331,9 @@
|
||||
"absolute": "Absolute",
|
||||
"@absolute": {},
|
||||
"hintYouCanAlsoSpecifyRelativeValues": "Hint: Apart from concrete dates, you can also specify a time range relative to the current date.",
|
||||
"@hintYouCanAlsoSpecifyRelativeValues": {},
|
||||
"@hintYouCanAlsoSpecifyRelativeValues": {
|
||||
"description": "Displayed in the extended date range picker"
|
||||
},
|
||||
"amount": "Amount",
|
||||
"@amount": {},
|
||||
"relative": "Relative",
|
||||
@@ -362,10 +420,10 @@
|
||||
"@upload": {},
|
||||
"youreOffline": "Jesteście w trybie offline.",
|
||||
"@youreOffline": {},
|
||||
"assignASN": "Assign ASN",
|
||||
"@assignASN": {},
|
||||
"deleteDocument": "Delete document",
|
||||
"@deleteDocument": {},
|
||||
"@deleteDocument": {
|
||||
"description": "Used as an action label on each inbox item"
|
||||
},
|
||||
"removeDocumentFromInbox": "Dokument usunięty ze skrzynki odbiorczej",
|
||||
"@removeDocumentFromInbox": {},
|
||||
"areYouSureYouWantToMarkAllDocumentsAsSeen": "Are you sure you want to mark all documents as seen? This will perform a bulk edit operation removing all inbox tags from the documents. This action is not reversible! Are you sure you want to continue?",
|
||||
@@ -389,7 +447,11 @@
|
||||
"undo": "Cofnij",
|
||||
"@undo": {},
|
||||
"nUnseen": "{count} unseen",
|
||||
"@nUnseen": {},
|
||||
"@nUnseen": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"swipeLeftToMarkADocumentAsSeen": "Hint: Swipe left to mark a document as seen and remove all inbox tags from the document.",
|
||||
"@swipeLeftToMarkADocumentAsSeen": {},
|
||||
"yesterday": "Wczoraj",
|
||||
@@ -611,5 +673,9 @@
|
||||
"list": "List",
|
||||
"@list": {},
|
||||
"remove": "Remove",
|
||||
"removeQueryFromSearchHistory": "Remove query from search history?"
|
||||
"removeQueryFromSearchHistory": "Remove query from search history?",
|
||||
"dynamicColorScheme": "Dynamic",
|
||||
"@dynamicColorScheme": {},
|
||||
"classicColorScheme": "Classic",
|
||||
"@classicColorScheme": {}
|
||||
}
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"@@locale": "tr",
|
||||
"developedBy": "Developed by {name}",
|
||||
"@developedBy": {
|
||||
"placeholders": {
|
||||
@@ -11,35 +10,51 @@
|
||||
"account": "Account",
|
||||
"@account": {},
|
||||
"addCorrespondent": "Yeni ek yazar",
|
||||
"@addCorrespondent": {},
|
||||
"@addCorrespondent": {
|
||||
"description": "Title when adding a new correspondent"
|
||||
},
|
||||
"addDocumentType": "Yeni Belge Türü",
|
||||
"@addDocumentType": {},
|
||||
"@addDocumentType": {
|
||||
"description": "Title when adding a new document type"
|
||||
},
|
||||
"addStoragePath": "Yeni Depolama Yolu",
|
||||
"@addStoragePath": {},
|
||||
"@addStoragePath": {
|
||||
"description": "Title when adding a new storage path"
|
||||
},
|
||||
"addTag": "Yeni Etiket",
|
||||
"@addTag": {},
|
||||
"@addTag": {
|
||||
"description": "Title when adding a new tag"
|
||||
},
|
||||
"aboutThisApp": "Bu uygulama hakkında",
|
||||
"@aboutThisApp": {},
|
||||
"loggedInAs": "Olarak giriş yapıldı",
|
||||
"@loggedInAs": {},
|
||||
"@aboutThisApp": {
|
||||
"description": "Label for about this app tile displayed in the drawer"
|
||||
},
|
||||
"loggedInAs": "Olarak giriş yapıldı {name}",
|
||||
"@loggedInAs": {
|
||||
"placeholders": {
|
||||
"name": {}
|
||||
}
|
||||
},
|
||||
"disconnect": "Bağlantıyı kes",
|
||||
"@disconnect": {},
|
||||
"@disconnect": {
|
||||
"description": "Logout button label"
|
||||
},
|
||||
"reportABug": "Hata Bildir",
|
||||
"@reportABug": {},
|
||||
"settings": "Ayarlar",
|
||||
"@settings": {},
|
||||
"authenticateOnAppStart": "Uygulama başlangıcında kimlik doğrulaması yapın",
|
||||
"@authenticateOnAppStart": {},
|
||||
"@authenticateOnAppStart": {
|
||||
"description": "Description of the biometric authentication settings tile"
|
||||
},
|
||||
"biometricAuthentication": "Biyometrik kimlik doğrulama",
|
||||
"@biometricAuthentication": {},
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Biyometrik kimlik doğrulamayı etkinleştirmek için kimlik doğrulaması yapın} disable{Biyometrik kimlik doğrulamayı devre dışı bırakmak için kimlik doğrulaması yapın}}",
|
||||
"authenticateToToggleBiometricAuthentication": "{mode, select, enable{Biyometrik kimlik doğrulamayı etkinleştirmek için kimlik doğrulaması yapın} disable{Biyometrik kimlik doğrulamayı devre dışı bırakmak için kimlik doğrulaması yapın} other{}}",
|
||||
"@authenticateToToggleBiometricAuthentication": {
|
||||
"placeholders": {
|
||||
"mode": {}
|
||||
}
|
||||
},
|
||||
"authenticateToEnableBiometricAuthentication": "",
|
||||
"@authenticateToEnableBiometricAuthentication": {},
|
||||
"documents": "Dökümanlar",
|
||||
"@documents": {},
|
||||
"inbox": "Gelen Kutusu",
|
||||
@@ -48,10 +63,6 @@
|
||||
"@labels": {},
|
||||
"scanner": "Tarayıcı",
|
||||
"@scanner": {},
|
||||
"classic": "Classic",
|
||||
"@classic": {},
|
||||
"dynamic": "Dynamic",
|
||||
"@dynamic": {},
|
||||
"startTyping": "Yazmaya başlayın...",
|
||||
"@startTyping": {},
|
||||
"doYouReallyWantToDeleteThisView": "Bu görünümü gerçekten silmek istiyor musunuz?",
|
||||
@@ -70,14 +81,20 @@
|
||||
"@createdAt": {},
|
||||
"documentSuccessfullyDeleted": "Doküman başarıyla silindi.",
|
||||
"@documentSuccessfullyDeleted": {},
|
||||
"AssignAsn": "Ata",
|
||||
"@AssignAsn": {},
|
||||
"assignAsn": "Assign ASN",
|
||||
"@assignAsn": {},
|
||||
"deleteDocumentTooltip": "Delete",
|
||||
"@deleteDocumentTooltip": {},
|
||||
"@deleteDocumentTooltip": {
|
||||
"description": "Tooltip shown for the delete button on details page"
|
||||
},
|
||||
"downloadDocumentTooltip": "Download",
|
||||
"@downloadDocumentTooltip": {},
|
||||
"@downloadDocumentTooltip": {
|
||||
"description": "Tooltip shown for the download button on details page"
|
||||
},
|
||||
"editDocumentTooltip": "Edit",
|
||||
"@editDocumentTooltip": {},
|
||||
"@editDocumentTooltip": {
|
||||
"description": "Tooltip shown for the edit button on details page"
|
||||
},
|
||||
"loadFullContent": "Tüm içeriği yükle",
|
||||
"@loadFullContent": {},
|
||||
"noAppToDisplayPDFFilesFound": "No app to display PDF files found!",
|
||||
@@ -87,25 +104,41 @@
|
||||
"couldNotOpenFilePermissionDenied": "Could not open file: Permission denied.",
|
||||
"@couldNotOpenFilePermissionDenied": {},
|
||||
"previewTooltip": "Preview",
|
||||
"@previewTooltip": {},
|
||||
"@previewTooltip": {
|
||||
"description": "Tooltip shown for the preview button on details page"
|
||||
},
|
||||
"shareTooltip": "Share",
|
||||
"@shareTooltip": {},
|
||||
"@shareTooltip": {
|
||||
"description": "Tooltip shown for the share button on details page"
|
||||
},
|
||||
"similarDocuments": "Benzer Belgeler",
|
||||
"@similarDocuments": {},
|
||||
"@similarDocuments": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"content": "İçerik",
|
||||
"@content": {},
|
||||
"@content": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"metaData": "Meta Veri",
|
||||
"@metaData": {},
|
||||
"@metaData": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"overview": "Genel bakış",
|
||||
"@overview": {},
|
||||
"@overview": {
|
||||
"description": "Label shown in the tabbar on details page"
|
||||
},
|
||||
"documentType": "Döküman tipi",
|
||||
"@documentType": {},
|
||||
"archivedPdf": "Archived (pdf)",
|
||||
"@archivedPdf": {},
|
||||
"@archivedPdf": {
|
||||
"description": "Option to chose when downloading a document"
|
||||
},
|
||||
"chooseFiletype": "Choose filetype",
|
||||
"@chooseFiletype": {},
|
||||
"original": "Original",
|
||||
"@original": {},
|
||||
"@original": {
|
||||
"description": "Option to chose when downloading a document"
|
||||
},
|
||||
"documentSuccessfullyDownloaded": "Döküman başarıyla indirildi.",
|
||||
"@documentSuccessfullyDownloaded": {},
|
||||
"suggestions": "Öneriler:",
|
||||
@@ -125,7 +158,9 @@
|
||||
"reset": "Sıfırla",
|
||||
"@reset": {},
|
||||
"filterDocuments": "Dökümanları Filtrele",
|
||||
"@filterDocuments": {},
|
||||
"@filterDocuments": {
|
||||
"description": "Title of the document filter"
|
||||
},
|
||||
"originalMD5Checksum": "Orijinal MD5-Sağlaması",
|
||||
"@originalMD5Checksum": {},
|
||||
"mediaFilename": "Medya Dosya Adı",
|
||||
@@ -137,23 +172,33 @@
|
||||
"modifiedAt": "Modified at",
|
||||
"@modifiedAt": {},
|
||||
"preview": "Ön izleme",
|
||||
"@preview": {},
|
||||
"@preview": {
|
||||
"description": "Title of the document preview page"
|
||||
},
|
||||
"scanADocument": "Belge tarat",
|
||||
"@scanADocument": {},
|
||||
"noDocumentsScannedYet": "Henüz taranan belge yok.",
|
||||
"@noDocumentsScannedYet": {},
|
||||
"or": "yada",
|
||||
"@or": {},
|
||||
"@or": {
|
||||
"description": "Used on the scanner page between both main actions when no scans have been captured."
|
||||
},
|
||||
"deleteAllScans": "Tüm tarananları sil",
|
||||
"@deleteAllScans": {},
|
||||
"uploadADocumentFromThisDevice": "Bu cihazdan bir döküman yükleyin",
|
||||
"@uploadADocumentFromThisDevice": {},
|
||||
"@uploadADocumentFromThisDevice": {
|
||||
"description": "Button label on scanner page"
|
||||
},
|
||||
"noMatchesFound": "No matches found.",
|
||||
"@noMatchesFound": {},
|
||||
"@noMatchesFound": {
|
||||
"description": "Displayed when no documents were found in the document search."
|
||||
},
|
||||
"removeFromSearchHistory": "Remove from search history?",
|
||||
"@removeFromSearchHistory": {},
|
||||
"results": "Results",
|
||||
"@results": {},
|
||||
"@results": {
|
||||
"description": "Label displayed above search results in document search."
|
||||
},
|
||||
"searchDocuments": "Search documents",
|
||||
"@searchDocuments": {},
|
||||
"resetFilter": "Filtreyi sıfırla",
|
||||
@@ -182,10 +227,19 @@
|
||||
"@thisActionIsIrreversibleDoYouWishToProceedAnyway": {},
|
||||
"confirmDeletion": "Silmeyi onayla",
|
||||
"@confirmDeletion": {},
|
||||
"areYouSureYouWantToDeleteTheFollowingDocuments": "Aşağıdaki belgeleri silmek istediğinizden emin misiniz?",
|
||||
"@areYouSureYouWantToDeleteTheFollowingDocuments": {},
|
||||
"areYouSureYouWantToDeleteTheFollowingDocuments": "{count, plural, one{Aşağıdaki belgeyi silmek istediğinizden emin misiniz?} other{Aşağıdaki belgeleri silmek istediğinizden emin misiniz?}}",
|
||||
"@areYouSureYouWantToDeleteTheFollowingDocuments": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"countSelected": "{count} seçilmiş",
|
||||
"@countSelected": {},
|
||||
"@countSelected": {
|
||||
"description": "Displayed in the appbar when at least one document is selected.",
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"storagePath": "Depolama Yolu",
|
||||
"@storagePath": {},
|
||||
"prepareDocument": "Belge hazırla",
|
||||
@@ -277,7 +331,9 @@
|
||||
"absolute": "Mutlak",
|
||||
"@absolute": {},
|
||||
"hintYouCanAlsoSpecifyRelativeValues": "İpucu: Somut tarihlerin yanı sıra, geçerli tarihe göre bir zaman aralığı da belirleyebilirsiniz.",
|
||||
"@hintYouCanAlsoSpecifyRelativeValues": {},
|
||||
"@hintYouCanAlsoSpecifyRelativeValues": {
|
||||
"description": "Displayed in the extended date range picker"
|
||||
},
|
||||
"amount": "Miktar",
|
||||
"@amount": {},
|
||||
"relative": "Bağıl",
|
||||
@@ -364,10 +420,10 @@
|
||||
"@upload": {},
|
||||
"youreOffline": "Çevrimdışısınız.",
|
||||
"@youreOffline": {},
|
||||
"assignASN": "Assign ASN",
|
||||
"@assignASN": {},
|
||||
"deleteDocument": "Delete document",
|
||||
"@deleteDocument": {},
|
||||
"@deleteDocument": {
|
||||
"description": "Used as an action label on each inbox item"
|
||||
},
|
||||
"removeDocumentFromInbox": "Döküman gelen kutusundan kaldırıldı.",
|
||||
"@removeDocumentFromInbox": {},
|
||||
"areYouSureYouWantToMarkAllDocumentsAsSeen": "Tüm belgeleri görüntülendi olarak işaretlemek istediğinizden emin misiniz? Bu, tüm gelen kutusu etiketlerini belgelerden kaldırarak, toplu bir düzenleme işlemi gerçekleştirecektir. Bu eylem geri alınamaz! Devam etmek istediğine emin misiniz?",
|
||||
@@ -391,7 +447,11 @@
|
||||
"undo": "Geri al",
|
||||
"@undo": {},
|
||||
"nUnseen": "{count} görüntülenmemiş",
|
||||
"@nUnseen": {},
|
||||
"@nUnseen": {
|
||||
"placeholders": {
|
||||
"count": {}
|
||||
}
|
||||
},
|
||||
"swipeLeftToMarkADocumentAsSeen": "İpucu: Bir belgeyi görüntülendi olarak işaretlemek ve tüm gelen kutusu etiketlerini belgeden kaldırmak için sola kaydırın.",
|
||||
"@swipeLeftToMarkADocumentAsSeen": {},
|
||||
"yesterday": "Dün",
|
||||
@@ -613,5 +673,9 @@
|
||||
"list": "List",
|
||||
"@list": {},
|
||||
"remove": "Remove",
|
||||
"removeQueryFromSearchHistory": "Remove query from search history?"
|
||||
"removeQueryFromSearchHistory": "Remove query from search history?",
|
||||
"dynamicColorScheme": "Dynamic",
|
||||
"@dynamicColorScheme": {},
|
||||
"classicColorScheme": "Classic",
|
||||
"@classicColorScheme": {}
|
||||
}
|
||||
Reference in New Issue
Block a user