diff --git a/lib/features/document_details/view/widgets/document_download_button.dart b/lib/features/document_details/view/widgets/document_download_button.dart index a024927..3b8d22f 100644 --- a/lib/features/document_details/view/widgets/document_download_button.dart +++ b/lib/features/document_details/view/widgets/document_download_button.dart @@ -53,16 +53,15 @@ class _DocumentDownloadButtonState extends State { final downloadOriginal = await showDialog( context: context, builder: (context) => RadioSettingsDialog( - titleText: "Choose filetype", //TODO: INTL + titleText: S.of(context).documentDownloadDialogChooseFiletype, options: [ RadioOption( - value: true, - label: - "Original (${meta.originalMimeType.split("/").last})", //TODO: INTL - ), + value: true, + label: S.of(context).documentDownloadDialogOriginalOption + + " (${meta.originalMimeType.split("/").last})"), RadioOption( value: false, - label: "Archived (pdf)", //TODO: INTL + label: S.of(context).documentDownloadDialogArchivedOption, ), ], initialValue: false, diff --git a/lib/features/documents/view/pages/documents_page.dart b/lib/features/documents/view/pages/documents_page.dart index 03664d6..143db92 100644 --- a/lib/features/documents/view/pages/documents_page.dart +++ b/lib/features/documents/view/pages/documents_page.dart @@ -296,7 +296,7 @@ class _DocumentsPageState extends State _nestedScrollViewKey.currentState?.outerController.jumpTo(0); }, label: Text( - "Go to top", //TODO: INTL + S.of(context).scrollToTopLabel, style: DefaultTextStyle.of(context).style.apply( color: Theme.of(context).colorScheme.onPrimary, ), diff --git a/lib/features/documents/view/widgets/selection/view_type_selection_widget.dart b/lib/features/documents/view/widgets/selection/view_type_selection_widget.dart index f5ff5d6..abab249 100644 --- a/lib/features/documents/view/widgets/selection/view_type_selection_widget.dart +++ b/lib/features/documents/view/widgets/selection/view_type_selection_widget.dart @@ -1,5 +1,6 @@ import 'package:flutter/material.dart'; import 'package:paperless_mobile/features/settings/model/view_type.dart'; +import 'package:paperless_mobile/generated/l10n.dart'; /// Meant to be used with blocbuilder. class ViewTypeSelectionWidget extends StatelessWidget { @@ -33,19 +34,19 @@ class ViewTypeSelectionWidget extends StatelessWidget { _buildViewTypeOption( context, type: ViewType.list, - label: 'List', //TODO: INTL + label: S.of(context).viewTypeListOption, icon: Icons.list, ), _buildViewTypeOption( context, type: ViewType.grid, - label: 'Grid', //TODO: INTL + label: S.of(context).viewTypeGridOption, icon: Icons.grid_view_rounded, ), _buildViewTypeOption( context, type: ViewType.detailed, - label: 'Detailed', //TODO: INTL + label: S.of(context).viewTypeDetailedOption, icon: Icons.article_outlined, ), ], diff --git a/lib/l10n/intl_cs.arb b/lib/l10n/intl_cs.arb index 58842a3..c34f1d0 100644 --- a/lib/l10n/intl_cs.arb +++ b/lib/l10n/intl_cs.arb @@ -6,9 +6,9 @@ "name": {} } }, - "accountSettingsAddAnotherAccount": "Add another account", + "accountSettingsAddAnotherAccount": "Přidat účet", "@accountSettingsAddAnotherAccount": {}, - "accountSettingsTitle": "Account", + "accountSettingsTitle": "Účet", "@accountSettingsTitle": {}, "addCorrespondentPageTitle": "Nový korespondent", "@addCorrespondentPageTitle": {}, @@ -102,6 +102,12 @@ "@documentDetailsPageTabSimilarDocumentsLabel": {}, "documentDocumentTypePropertyLabel": "Typ dokumentu", "@documentDocumentTypePropertyLabel": {}, + "documentDownloadDialogArchivedOption": "Archived (pdf)", + "@documentDownloadDialogArchivedOption": {}, + "documentDownloadDialogChooseFiletype": "Choose filetype", + "@documentDownloadDialogChooseFiletype": {}, + "documentDownloadDialogOriginalOption": "Original", + "@documentDownloadDialogOriginalOption": {}, "documentDownloadSuccessMessage": "Dokument úspěšně stažen.", "@documentDownloadSuccessMessage": {}, "documentEditPageSuggestionsLabel": "Návrhy:", @@ -154,13 +160,13 @@ "@documentScannerPageUploadFromThisDeviceButtonLabel": {}, "documentSearchHistory": "Historie", "@documentSearchHistory": {}, - "documentSearchNoMatchesFound": "No matches found.", + "documentSearchNoMatchesFound": "Žádné shody.", "@documentSearchNoMatchesFound": {}, "documentSearchPageRemoveFromHistory": "Odstranit z historie vyhledávání?", "@documentSearchPageRemoveFromHistory": {}, "documentSearchResults": "Výsledky", "@documentSearchResults": {}, - "documentSearchSearchDocuments": "Search documents", + "documentSearchSearchDocuments": "Prohledat dokumenty", "@documentSearchSearchDocuments": {}, "documentsEmptyStateResetFilterLabel": "Zrušit", "@documentsEmptyStateResetFilterLabel": {}, @@ -236,7 +242,7 @@ "@editLabelPageConfirmDeletionDialogTitle": {}, "editLabelPageDeletionDialogText": "Dokumenty mají přiřazen tento štítek. Odstraněním štítku bude označení odstraněno. Pokračovat?", "@editLabelPageDeletionDialogText": {}, - "errorMessageAcknowledgeTasksError": "Could not acknowledge tasks.", + "errorMessageAcknowledgeTasksError": "Nepodařilo se potvrdit úkoly.", "@errorMessageAcknowledgeTasksError": {}, "errorMessageAuthenticationFailed": "Přihlášení selhalo, zkuste to znovu.", "@errorMessageAuthenticationFailed": {}, @@ -258,7 +264,7 @@ "@errorMessageDeleteSavedViewError": {}, "errorMessageDeviceOffline": "Nelze stáhnout data: Nejste připojeni k internetu.", "@errorMessageDeviceOffline": {}, - "errorMessageDocumentAsnQueryFailed": "Nezdařilo se přiřadit archivní sériové číslo.", + "errorMessageDocumentAsnQueryFailed": "Nepodařilo se přiřadit archivní sériové číslo.", "@errorMessageDocumentAsnQueryFailed": {}, "errorMessageDocumentDeleteFailed": "Nezdařilo se smazat dokument, zkuste to znovu.", "@errorMessageDocumentDeleteFailed": {}, @@ -324,19 +330,19 @@ "@extendedDateRangePickerAfterLabel": {}, "extendedDateRangePickerBeforeLabel": "Před", "@extendedDateRangePickerBeforeLabel": {}, - "extendedDateRangePickerDayText": "{count, plural, zero{} one{den} few{dny} many{dnů} other{}}", + "extendedDateRangePickerDayText": "{count, plural, zero{dnů} one{den} few{dny} many{dnů} other{dnů}}", "@extendedDateRangePickerDayText": { "placeholders": { "count": {} } }, - "extendedDateRangePickerLastDaysLabel": "{count, plural, zero{} one{} few{} many{} other{Posledních 7 dní}}", + "extendedDateRangePickerLastDaysLabel": "{count, plural, zero{Posledních {count} dní} one{Včera} few{Poslední {count} dny} many{Posledních {count} dní} other{Posledních {count} dní}}", "@extendedDateRangePickerLastDaysLabel": { "placeholders": { "count": {} } }, - "extendedDateRangePickerLastMonthsLabel": "{count, plural, zero{} one{} few{} many{} other{Minulý měsíc}}", + "extendedDateRangePickerLastMonthsLabel": "{count, plural, zero{Minulých {count} měsíců} one{Minulý měsíc} few{Minulé {count} měsíce} many{Minulých {count} měsíců} other{Minulých {count} měsíců}}", "@extendedDateRangePickerLastMonthsLabel": { "placeholders": { "count": {} @@ -344,31 +350,31 @@ }, "extendedDateRangePickerLastText": "Poslední", "@extendedDateRangePickerLastText": {}, - "extendedDateRangePickerLastWeeksLabel": "{count, plural, zero{} one{minulý týden} few{poslední {count} týdny} many{posledních {count} týdnů} other{}}", + "extendedDateRangePickerLastWeeksLabel": "{count, plural, zero{Posledních {count} týdnů} one{Minulý týden} few{Poslední {count} týdny} many{Posledních {count} týdnů} other{Posledních {count} týdnů}}", "@extendedDateRangePickerLastWeeksLabel": { "placeholders": { "count": {} } }, - "extendedDateRangePickerLastYearsLabel": "{count, plural, zero{} one{} few{} many{} other{Minulý rok}}", + "extendedDateRangePickerLastYearsLabel": "{count, plural, zero{Minulých {count} let} one{Minulý rok} few{Minulé {count} roky} many{Minulých {count} let} other{Minulých {count} let}}", "@extendedDateRangePickerLastYearsLabel": { "placeholders": { "count": {} } }, - "extendedDateRangePickerMonthText": "{count, plural, zero{} one{měsíc} few{mesíce} many{měsíců} other{}}", + "extendedDateRangePickerMonthText": "{count, plural, zero{měsíců} one{měsíc} few{mesíce} many{měsíců} other{měsíců}}", "@extendedDateRangePickerMonthText": { "placeholders": { "count": {} } }, - "extendedDateRangePickerWeekText": "{count, plural, zero{} one{týden} few{týdny} many{týdnů} other{}}", + "extendedDateRangePickerWeekText": "{count, plural, zero{týdnů} one{týden} few{týdny} many{týdnů} other{týdnů}}", "@extendedDateRangePickerWeekText": { "placeholders": { "count": {} } }, - "extendedDateRangePickerYearText": "{count, plural, zero{} one{rok} few{roky} many{let} other{}}", + "extendedDateRangePickerYearText": "{count, plural, zero{let} one{rok} few{roky} many{let} other{let}}", "@extendedDateRangePickerYearText": { "placeholders": { "count": {} @@ -378,7 +384,7 @@ "@genericAcknowledgeLabel": {}, "genericActionCancelLabel": "Zrušit", "@genericActionCancelLabel": {}, - "genericActionCloseLabel": "Close", + "genericActionCloseLabel": "Zavřít", "@genericActionCloseLabel": {}, "genericActionCreateLabel": "Vytvořit", "@genericActionCreateLabel": {}, @@ -398,11 +404,11 @@ "@genericActionUploadLabel": {}, "genericMessageOfflineText": "Jste offline.", "@genericMessageOfflineText": {}, - "inboxActionAssignAsn": "Assign ASN", + "inboxActionAssignAsn": "Přiřadit ASČ", "@inboxActionAssignAsn": {}, - "inboxActionDeleteDocument": "Delete document", + "inboxActionDeleteDocument": "Smazat dokument", "@inboxActionDeleteDocument": {}, - "inboxPageAssignAsnLabel": "Assign ASN", + "inboxPageAssignAsnLabel": "Přiřadit ASČ", "@inboxPageAssignAsnLabel": {}, "inboxPageDocumentRemovedMessageText": "Dokument odstraněn z inboxu.", "@inboxPageDocumentRemovedMessageText": {}, @@ -418,13 +424,13 @@ "@inboxPageNoNewDocumentsRefreshLabel": {}, "inboxPageNoNewDocumentsText": "Nemáte neshlédnuté dokumenty.", "@inboxPageNoNewDocumentsText": {}, - "inboxPageQuickActionsLabel": "Quick Action", + "inboxPageQuickActionsLabel": "Rychlá akce", "@inboxPageQuickActionsLabel": {}, - "inboxPageSuggestionSuccessfullyAppliedMessage": "Suggestion successfully applied.", + "inboxPageSuggestionSuccessfullyAppliedMessage": "Návhr úspěšně použit.", "@inboxPageSuggestionSuccessfullyAppliedMessage": {}, "inboxPageTodayText": "Dnes", "@inboxPageTodayText": {}, - "inboxPageUndoRemoveText": "VRÁTIT", + "inboxPageUndoRemoveText": "Vrátit", "@inboxPageUndoRemoveText": {}, "inboxPageUnseenText": "neshlédnuté", "@inboxPageUnseenText": {}, @@ -498,19 +504,19 @@ "@loginPageReachabilityConnectionTimeoutText": {}, "loginPageReachabilityInvalidClientCertificateConfigurationText": "Špatné nebo chybějící heslo certifikátu.", "@loginPageReachabilityInvalidClientCertificateConfigurationText": {}, - "loginPageReachabilityMissingClientCertificateText": "A client certificate was expected but not sent. Please provide a certificate.", + "loginPageReachabilityMissingClientCertificateText": "Byl očekáván certifikát klienta, ale nebyl dodán. Dodejte prosím certifikát.", "@loginPageReachabilityMissingClientCertificateText": {}, - "loginPageReachabilityNotReachableText": "Could not establish a connection to the server.", + "loginPageReachabilityNotReachableText": "Nepodařilo se navázat spojení se serverem.", "@loginPageReachabilityNotReachableText": {}, "loginPageReachabilitySuccessText": "Připojení úspěšně vytvořeno.", "@loginPageReachabilitySuccessText": {}, - "loginPageReachabilityUnresolvedHostText": "Host could not be resolved. Please check the server address and your internet connection. ", + "loginPageReachabilityUnresolvedHostText": "Adresa nemohla být rozpoznána. Zkontrolujte prosím adresu serveru a své internetové připojení.", "@loginPageReachabilityUnresolvedHostText": {}, "loginPageServerUrlFieldLabel": "'Adresa serveru", "@loginPageServerUrlFieldLabel": {}, "loginPageServerUrlValidatorMessageInvalidAddressText": "Neplatná adresa", "@loginPageServerUrlValidatorMessageInvalidAddressText": {}, - "loginPageServerUrlValidatorMessageMissingSchemeText": "Server address must include a scheme.", + "loginPageServerUrlValidatorMessageMissingSchemeText": "Adresa serveru musí obsahovat schéma.", "@loginPageServerUrlValidatorMessageMissingSchemeText": {}, "loginPageServerUrlValidatorMessageRequiredText": "Adresa serveru nesmí být prázdná.", "@loginPageServerUrlValidatorMessageRequiredText": {}, @@ -530,29 +536,29 @@ "@loginPageUsernameLabel": {}, "loginPageUsernameValidatorMessageText": "Jméno uživatele nesmí být prázdné.", "@loginPageUsernameValidatorMessageText": {}, - "matchingAlgorithmAllDescription": "Document contains all of these words", + "matchingAlgorithmAllDescription": "Dokument obsahuje všechna tato slova", "@matchingAlgorithmAllDescription": {}, "matchingAlgorithmAllName": "Vše", "@matchingAlgorithmAllName": {}, - "matchingAlgorithmAnyDescription": "Document contains any of these words", + "matchingAlgorithmAnyDescription": "Dokument obsahuje některé z těchto slov", "@matchingAlgorithmAnyDescription": {}, "matchingAlgorithmAnyName": "Jakékoliv slovo", "@matchingAlgorithmAnyName": {}, - "matchingAlgorithmAutoDescription": "Learn matching automatically", + "matchingAlgorithmAutoDescription": "Učit přiřazování automaticky", "@matchingAlgorithmAutoDescription": {}, - "matchingAlgorithmAutoName": "Auto", + "matchingAlgorithmAutoName": "Automatický", "@matchingAlgorithmAutoName": {}, - "matchingAlgorithmExactDescription": "Document contains this string", + "matchingAlgorithmExactDescription": "Dokument obsahuje tento řetězec", "@matchingAlgorithmExactDescription": {}, - "matchingAlgorithmExactName": "Exact", + "matchingAlgorithmExactName": "Přesný", "@matchingAlgorithmExactName": {}, - "matchingAlgorithmFuzzyDescription": "Document contains a word similar to this word", + "matchingAlgorithmFuzzyDescription": "Dokument obsahuje slovo podobné tomuto slovu", "@matchingAlgorithmFuzzyDescription": {}, - "matchingAlgorithmFuzzyName": "Fuzzy", + "matchingAlgorithmFuzzyName": "Podobný", "@matchingAlgorithmFuzzyName": {}, - "matchingAlgorithmRegexDescription": "Document matches this regular expression", + "matchingAlgorithmRegexDescription": "Dokument odpovídá regulárnímu výrazu", "@matchingAlgorithmRegexDescription": {}, - "matchingAlgorithmRegexName": "Regular Expression", + "matchingAlgorithmRegexName": "Regulární výraz", "@matchingAlgorithmRegexName": {}, "offlineWidgetText": "Nezdařilo se vytvořit připojení k internetu.", "@offlineWidgetText": {}, @@ -572,7 +578,7 @@ "@savedViewNameLabel": {}, "savedViewsEmptyStateText": "Vytvoře si různé náhledy pro rychlé filtrování dokumentů.", "@savedViewsEmptyStateText": {}, - "savedViewsFiltersSetCount": "{count, plural, zero{{count} filters set} one{{count} filter set} other{{count} filters set}}", + "savedViewsFiltersSetCount": "{count, plural, zero{{count} filtrů nastaveno} one{{count} filtr nastaven} few{{count} filtry nastaveny} many{{count} filtrů nastaveno} other{{count} filtrů nastaveno}}", "@savedViewsFiltersSetCount": { "placeholders": { "count": {} @@ -584,14 +590,16 @@ "@savedViewShowOnDashboardLabel": {}, "savedViewsLabel": "Uložené náhledy", "@savedViewsLabel": {}, - "scannerPageClearAllLabel": "Clear all", + "scannerPageClearAllLabel": "Smazat všechny", "@scannerPageClearAllLabel": {}, "scannerPageImagePreviewTitle": "Sken", "@scannerPageImagePreviewTitle": {}, - "scannerPagePreviewLabel": "Preview", + "scannerPagePreviewLabel": "Náhled", "@scannerPagePreviewLabel": {}, - "scannerPageUploadLabel": "Upload", + "scannerPageUploadLabel": "Nahrát", "@scannerPageUploadLabel": {}, + "scrollToTopLabel": "Scroll to top", + "@scrollToTopLabel": {}, "serverInformationPaperlessVersionText": "Verze Paperless serveru", "@serverInformationPaperlessVersionText": {}, "settingsPageAppearanceSettingDarkThemeLabel": "Tmavý vzhled", @@ -606,9 +614,9 @@ "@settingsPageApplicationSettingsDescriptionText": {}, "settingsPageApplicationSettingsLabel": "Aplikace", "@settingsPageApplicationSettingsLabel": {}, - "settingsPageColorSchemeSettingDialogDescription": "Choose between a classic color scheme inspired by a traditional Paperless green or use the dynamic color scheme based on your system theme.", + "settingsPageColorSchemeSettingDialogDescription": "Vyberte mezi klasickým barevným schématem inpirovaným Paperless zelenou nebo použijte dynamické barevné schéma, založené na barvách běžícího systému.", "@settingsPageColorSchemeSettingDialogDescription": {}, - "settingsPageColorSchemeSettingDynamicThemeingVersionMismatchWarning": "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.", + "settingsPageColorSchemeSettingDynamicThemeingVersionMismatchWarning": "Dynamické rozpoznávání barev podporují pouze přístroje se systémem Android 12 a vyšším. Vybrání dynamických barev na starších systémech nebude mít pravděpodobně žádný efekt.", "@settingsPageColorSchemeSettingDynamicThemeingVersionMismatchWarning": {}, "settingsPageColorSchemeSettingLabel": "Barvy", "@settingsPageColorSchemeSettingLabel": {}, @@ -646,12 +654,18 @@ "@tagInboxTagPropertyLabel": {}, "uploadPageAutomaticallInferredFieldsHintText": "Pokud specifikuješ hodnoty pro tato pole, paperless instance nebude automaticky přiřazovat naučené hodnoty. Pokud mají být tato pole automaticky vyplňována, nevyplňujte zde nic.", "@uploadPageAutomaticallInferredFieldsHintText": {}, - "verifyIdentityPageDescriptionText": "Use the configured biometric factor to authenticate and unlock your documents.", + "verifyIdentityPageDescriptionText": "Použít nastavené biometrické údaje pro ověření a odemčení dokumentů.", "@verifyIdentityPageDescriptionText": {}, "verifyIdentityPageLogoutButtonLabel": "Odpojit", "@verifyIdentityPageLogoutButtonLabel": {}, "verifyIdentityPageTitle": "Ověř svou identitu", "@verifyIdentityPageTitle": {}, "verifyIdentityPageVerifyIdentityButtonLabel": "Ověřit identitu", - "@verifyIdentityPageVerifyIdentityButtonLabel": {} + "@verifyIdentityPageVerifyIdentityButtonLabel": {}, + "viewTypeDetailedOption": "Detailed", + "@viewTypeDetailedOption": {}, + "viewTypeGridOption": "Grid", + "@viewTypeGridOption": {}, + "viewTypeListOption": "List", + "@viewTypeListOption": {} } \ No newline at end of file diff --git a/lib/l10n/intl_de.arb b/lib/l10n/intl_de.arb index 1e29e7f..ed36678 100644 --- a/lib/l10n/intl_de.arb +++ b/lib/l10n/intl_de.arb @@ -102,6 +102,12 @@ "@documentDetailsPageTabSimilarDocumentsLabel": {}, "documentDocumentTypePropertyLabel": "Dokumenttyp", "@documentDocumentTypePropertyLabel": {}, + "documentDownloadDialogArchivedOption": "Archiviert (pdf)", + "@documentDownloadDialogArchivedOption": {}, + "documentDownloadDialogChooseFiletype": "Wähle Dateityp", + "@documentDownloadDialogChooseFiletype": {}, + "documentDownloadDialogOriginalOption": "Original", + "@documentDownloadDialogOriginalOption": {}, "documentDownloadSuccessMessage": "Dokument erfolgreich heruntergeladen.", "@documentDownloadSuccessMessage": {}, "documentEditPageSuggestionsLabel": "Vorschläge: ", @@ -592,6 +598,8 @@ "@scannerPagePreviewLabel": {}, "scannerPageUploadLabel": "Hochladen", "@scannerPageUploadLabel": {}, + "scrollToTopLabel": "Zum Anfang", + "@scrollToTopLabel": {}, "serverInformationPaperlessVersionText": "Paperless Server-Version", "@serverInformationPaperlessVersionText": {}, "settingsPageAppearanceSettingDarkThemeLabel": "Dunkler Modus", @@ -653,5 +661,11 @@ "verifyIdentityPageTitle": "Verifiziere deine Identität", "@verifyIdentityPageTitle": {}, "verifyIdentityPageVerifyIdentityButtonLabel": "Identität verifizieren", - "@verifyIdentityPageVerifyIdentityButtonLabel": {} + "@verifyIdentityPageVerifyIdentityButtonLabel": {}, + "viewTypeDetailedOption": "Detailliert", + "@viewTypeDetailedOption": {}, + "viewTypeGridOption": "Raster", + "@viewTypeGridOption": {}, + "viewTypeListOption": "Liste", + "@viewTypeListOption": {} } \ No newline at end of file diff --git a/lib/l10n/intl_en.arb b/lib/l10n/intl_en.arb index 9d5124c..9d4c367 100644 --- a/lib/l10n/intl_en.arb +++ b/lib/l10n/intl_en.arb @@ -102,6 +102,12 @@ "@documentDetailsPageTabSimilarDocumentsLabel": {}, "documentDocumentTypePropertyLabel": "Document Type", "@documentDocumentTypePropertyLabel": {}, + "documentDownloadDialogArchivedOption": "Archived (pdf)", + "@documentDownloadDialogArchivedOption": {}, + "documentDownloadDialogChooseFiletype": "Choose filetype", + "@documentDownloadDialogChooseFiletype": {}, + "documentDownloadDialogOriginalOption": "Original", + "@documentDownloadDialogOriginalOption": {}, "documentDownloadSuccessMessage": "Document successfully downloaded.", "@documentDownloadSuccessMessage": {}, "documentEditPageSuggestionsLabel": "Suggestions: ", @@ -592,6 +598,8 @@ "@scannerPagePreviewLabel": {}, "scannerPageUploadLabel": "Upload", "@scannerPageUploadLabel": {}, + "scrollToTopLabel": "Scroll to top", + "@scrollToTopLabel": {}, "serverInformationPaperlessVersionText": "Paperless server version", "@serverInformationPaperlessVersionText": {}, "settingsPageAppearanceSettingDarkThemeLabel": "Dark Theme", @@ -653,5 +661,11 @@ "verifyIdentityPageTitle": "Verify your identity", "@verifyIdentityPageTitle": {}, "verifyIdentityPageVerifyIdentityButtonLabel": "Verify Identity", - "@verifyIdentityPageVerifyIdentityButtonLabel": {} + "@verifyIdentityPageVerifyIdentityButtonLabel": {}, + "viewTypeDetailedOption": "Detailed", + "@viewTypeDetailedOption": {}, + "viewTypeGridOption": "Grid", + "@viewTypeGridOption": {}, + "viewTypeListOption": "List", + "@viewTypeListOption": {} } \ No newline at end of file diff --git a/lib/l10n/intl_pl.arb b/lib/l10n/intl_pl.arb index 6b6b654..579d742 100644 --- a/lib/l10n/intl_pl.arb +++ b/lib/l10n/intl_pl.arb @@ -102,6 +102,12 @@ "@documentDetailsPageTabSimilarDocumentsLabel": {}, "documentDocumentTypePropertyLabel": "Rodzaj dokumentu", "@documentDocumentTypePropertyLabel": {}, + "documentDownloadDialogArchivedOption": "Archived (pdf)", + "@documentDownloadDialogArchivedOption": {}, + "documentDownloadDialogChooseFiletype": "Choose filetype", + "@documentDownloadDialogChooseFiletype": {}, + "documentDownloadDialogOriginalOption": "Original", + "@documentDownloadDialogOriginalOption": {}, "documentDownloadSuccessMessage": "Document successfully downloaded.", "@documentDownloadSuccessMessage": {}, "documentEditPageSuggestionsLabel": "Suggestions: ", @@ -592,6 +598,8 @@ "@scannerPagePreviewLabel": {}, "scannerPageUploadLabel": "Upload", "@scannerPageUploadLabel": {}, + "scrollToTopLabel": "Scroll to top", + "@scrollToTopLabel": {}, "serverInformationPaperlessVersionText": "Wersja serwera Paperless", "@serverInformationPaperlessVersionText": {}, "settingsPageAppearanceSettingDarkThemeLabel": "Motyw ciemny", @@ -653,5 +661,11 @@ "verifyIdentityPageTitle": "Verify your identity", "@verifyIdentityPageTitle": {}, "verifyIdentityPageVerifyIdentityButtonLabel": "Verify Identity", - "@verifyIdentityPageVerifyIdentityButtonLabel": {} + "@verifyIdentityPageVerifyIdentityButtonLabel": {}, + "viewTypeDetailedOption": "Detailed", + "@viewTypeDetailedOption": {}, + "viewTypeGridOption": "Grid", + "@viewTypeGridOption": {}, + "viewTypeListOption": "List", + "@viewTypeListOption": {} } \ No newline at end of file diff --git a/lib/l10n/intl_tr.arb b/lib/l10n/intl_tr.arb index 25b7b62..ae6b76d 100644 --- a/lib/l10n/intl_tr.arb +++ b/lib/l10n/intl_tr.arb @@ -102,6 +102,12 @@ "@documentDetailsPageTabSimilarDocumentsLabel": {}, "documentDocumentTypePropertyLabel": "Döküman tipi", "@documentDocumentTypePropertyLabel": {}, + "documentDownloadDialogArchivedOption": "Archived (pdf)", + "@documentDownloadDialogArchivedOption": {}, + "documentDownloadDialogChooseFiletype": "Choose filetype", + "@documentDownloadDialogChooseFiletype": {}, + "documentDownloadDialogOriginalOption": "Original", + "@documentDownloadDialogOriginalOption": {}, "documentDownloadSuccessMessage": "Döküman başarıyla indirildi.", "@documentDownloadSuccessMessage": {}, "documentEditPageSuggestionsLabel": "Öneriler:", @@ -592,6 +598,8 @@ "@scannerPagePreviewLabel": {}, "scannerPageUploadLabel": "Upload", "@scannerPageUploadLabel": {}, + "scrollToTopLabel": "Scroll to top", + "@scrollToTopLabel": {}, "serverInformationPaperlessVersionText": "Paperless sunucu versiyonu", "@serverInformationPaperlessVersionText": {}, "settingsPageAppearanceSettingDarkThemeLabel": "Koyu Tema", @@ -653,5 +661,11 @@ "verifyIdentityPageTitle": "Kimliğinizi doğrulayın", "@verifyIdentityPageTitle": {}, "verifyIdentityPageVerifyIdentityButtonLabel": "Kimliği Doğrula", - "@verifyIdentityPageVerifyIdentityButtonLabel": {} + "@verifyIdentityPageVerifyIdentityButtonLabel": {}, + "viewTypeDetailedOption": "Detailed", + "@viewTypeDetailedOption": {}, + "viewTypeGridOption": "Grid", + "@viewTypeGridOption": {}, + "viewTypeListOption": "List", + "@viewTypeListOption": {} } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 035c1c5..cfe4b26 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 2.0.3+20 +version: 2.0.4+21 environment: sdk: '>=2.19.0 <4.0.0'