mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-26 08:54:42 +01:00
Sync translations with POEditor
This commit is contained in:
parent
57278c0c0d
commit
8a3a143b5d
12 changed files with 355 additions and 56 deletions
147
app/lib/l10n/app_ca.arb
Normal file
147
app/lib/l10n/app_ca.arb
Normal file
|
@ -0,0 +1,147 @@
|
|||
{
|
||||
"appTitle": "Fotos",
|
||||
"translator": "Arnau Mora",
|
||||
"@translator": {
|
||||
"description": "Name of the translator(s) for this language"
|
||||
},
|
||||
"photosTabLabel": "Fotos",
|
||||
"@photosTabLabel": {
|
||||
"description": "Label of the tab that lists user photos"
|
||||
},
|
||||
"collectionsTooltip": "Col·leccions",
|
||||
"@collectionsTooltip": {
|
||||
"description": "Groups of photos, e.g., albums, trash bin, etc"
|
||||
},
|
||||
"zoomTooltip": "Zoom",
|
||||
"@zoomTooltip": {
|
||||
"description": "Tooltip of the zoom button"
|
||||
},
|
||||
"refreshMenuLabel": "Refrescar",
|
||||
"@refreshMenuLabel": {
|
||||
"description": "Label of the refresh entry in menu"
|
||||
},
|
||||
"settingsMenuLabel": "Configuració",
|
||||
"@settingsMenuLabel": {
|
||||
"description": "Label of the settings entry in menu"
|
||||
},
|
||||
"selectionAppBarTitle": "{count, plural, other{{count} seleccionats}}",
|
||||
"@selectionAppBarTitle": {
|
||||
"description": "Title of the contextual app bar that shows number of selected items",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"example": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deleteSelectedProcessingNotification": "{count, plural, one{Eliminant 1 element} other{Eliminant {count} elements}}",
|
||||
"@deleteSelectedProcessingNotification": {
|
||||
"description": "Inform user that the selected items are being deleted",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"example": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deleteSelectedSuccessNotification": "Elements eliminats correctament",
|
||||
"@deleteSelectedSuccessNotification": {
|
||||
"description": "Inform user that the selected items are deleted successfully"
|
||||
},
|
||||
"deleteSelectedFailureNotification": "{count, plural, one{No s'ha pogut eliminar 1 element} other{No s'han pogut eliminar {count} elements}}",
|
||||
"@deleteSelectedFailureNotification": {
|
||||
"description": "Inform user that some/all the selected items cannot be deleted",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"example": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"archiveTooltip": "Arxivar",
|
||||
"@archiveTooltip": {
|
||||
"description": "Archive selected items"
|
||||
},
|
||||
"archiveSelectedProcessingNotification": "{count, plural, one{Arxivant 1 element} other{Arxivant {count} elements}}",
|
||||
"@archiveSelectedProcessingNotification": {
|
||||
"description": "Archiving the selected items",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"example": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"archiveSelectedSuccessNotification": "Elements arxivats correctament",
|
||||
"@archiveSelectedSuccessNotification": {
|
||||
"description": "Archived all selected items successfully"
|
||||
},
|
||||
"archiveSelectedFailureNotification": "{count, plural, one{No s'ha pogut arxivar 1 element} other{No s'han pogut arxivar {count} elements}}",
|
||||
"@archiveSelectedFailureNotification": {
|
||||
"description": "Cannot archive some of the selected items",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"example": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"unarchiveTooltip": "Desarxivar",
|
||||
"@unarchiveTooltip": {
|
||||
"description": "Unarchive selected items"
|
||||
},
|
||||
"unarchiveSelectedProcessingNotification": "{count, plural, one{Desarxivant 1 element} other{Desarxivant {count} elements}}",
|
||||
"@unarchiveSelectedProcessingNotification": {
|
||||
"description": "Unarchiving selected items",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"example": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"unarchiveSelectedSuccessNotification": "Elements desarxivats correctament",
|
||||
"@unarchiveSelectedSuccessNotification": {
|
||||
"description": "Unarchived all selected items successfully"
|
||||
},
|
||||
"unarchiveSelectedFailureNotification": "{count, plural, one{No s'ha pogut arxivar 1 element} other{No s'han pogut arxivar {count} elements}}",
|
||||
"@unarchiveSelectedFailureNotification": {
|
||||
"description": "Cannot unarchive some of the selected items",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"example": "1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deleteTooltip": "Eliminar",
|
||||
"@deleteTooltip": {
|
||||
"description": "Delete selected items"
|
||||
},
|
||||
"deleteProcessingNotification": "Eliminant element",
|
||||
"@deleteProcessingNotification": {
|
||||
"description": "Inform user that the item is being deleted"
|
||||
},
|
||||
"deleteSuccessNotification": "Element eliminat correctament",
|
||||
"@deleteSuccessNotification": {
|
||||
"description": "Inform user that the item is deleted successfully"
|
||||
},
|
||||
"deleteFailureNotification": "No s'ha pogut eliminar",
|
||||
"@deleteFailureNotification": {
|
||||
"description": "Inform user that the item cannot be deleted"
|
||||
},
|
||||
"removeSelectedFromAlbumFailureNotification": "No s'han pogut eliminar de l'àlbum",
|
||||
"@removeSelectedFromAlbumFailureNotification": {
|
||||
"description": "Inform user that the selected items cannot be removed from an album"
|
||||
},
|
||||
"addServerTooltip": "Afegir servidor",
|
||||
"@addServerTooltip": {
|
||||
"description": "Tooltip of the button that adds a new server"
|
||||
},
|
||||
"removeServerSuccessNotification": "{server} eliminat correctament",
|
||||
"@removeServerSuccessNotification": {
|
||||
"description": "Inform user that a server is removed successfully",
|
||||
"placeholders": {
|
||||
"server": {
|
||||
"example": "http://www.example.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
"createAlbumTooltip": "Nou àlbum",
|
||||
"@createAlbumTooltip": {
|
||||
"description": "Tooltip of the button that creates a new album"
|
||||
}
|
||||
}
|
|
@ -344,8 +344,6 @@
|
|||
"settingsForceRotationTitle": "Ignorovat uzamčení otáčení",
|
||||
"settingsForceRotationDescription": "Otáčet obrazovku i při zakázaném automatickém otáčení",
|
||||
"settingsMapProviderTitle": "Poskytovatel map",
|
||||
"settingsAlbumTitle": "Album",
|
||||
"settingsAlbumDescription": "Přizpůsobit alba",
|
||||
"settingsShowDateInAlbumTitle": "Seskupit fotky podle data",
|
||||
"settingsShowDateInAlbumDescription": "Použijte pouze při řazení alba podle času",
|
||||
"settingsImageEditTitle": "Editor",
|
||||
|
@ -1257,10 +1255,6 @@
|
|||
"description": "Crop the image"
|
||||
},
|
||||
"categoriesLabel": "Kategorie",
|
||||
"searchLandingPeopleListEmptyText": "Stisknutím nápovědy se dozvíte, jak začít",
|
||||
"@searchLandingPeopleListEmptyText": {
|
||||
"description": "Shown in the search landing page under the People section when there are no people"
|
||||
},
|
||||
"searchLandingCategoryVideosLabel": "Videa",
|
||||
"@searchLandingCategoryVideosLabel": {
|
||||
"description": "Search all videos"
|
||||
|
|
|
@ -119,11 +119,11 @@
|
|||
"@deleteSuccessNotification": {
|
||||
"description": "Inform user that the item is deleted successfully"
|
||||
},
|
||||
"deleteFailureNotification": "Fehler beim Löschen des Elements",
|
||||
"deleteFailureNotification": "Löschen des Elements fehlgeschlagen",
|
||||
"@deleteFailureNotification": {
|
||||
"description": "Inform user that the item cannot be deleted"
|
||||
},
|
||||
"removeSelectedFromAlbumFailureNotification": "Fehler beim Entfernen von Elementen aus dem Album",
|
||||
"removeSelectedFromAlbumFailureNotification": "Entfernen von Elementen aus dem Album fehlgeschlagen",
|
||||
"@removeSelectedFromAlbumFailureNotification": {
|
||||
"description": "Inform user that the selected items cannot be removed from an album"
|
||||
},
|
||||
|
@ -166,6 +166,14 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"connectingToServer2": "Warten darauf, dass der Server uns autorisiert",
|
||||
"@connectingToServer2": {
|
||||
"description": "Shown when the app is waiting for the user to sign in via an external browser"
|
||||
},
|
||||
"connectingToServerInstruction": "Bitte via den geöffneten Browser anmelden",
|
||||
"@connectingToServerInstruction": {
|
||||
"description": "Shown when the app is waiting for the user to sign in via an external browser"
|
||||
},
|
||||
"nameInputHint": "Name",
|
||||
"@nameInputHint": {
|
||||
"description": "Hint of the text field expecting name data"
|
||||
|
@ -230,7 +238,7 @@
|
|||
"@rootPickerNavigateUpItemText": {
|
||||
"description": "Text of the list item to navigate up the directory tree"
|
||||
},
|
||||
"rootPickerUnpickFailureNotification": "Fehler beim Aufheben des Elements",
|
||||
"rootPickerUnpickFailureNotification": "Aufheben des Elements fehlgeschlagen",
|
||||
"@rootPickerUnpickFailureNotification": {
|
||||
"description": "Failed while unpicking an item in the root picker list"
|
||||
},
|
||||
|
@ -282,11 +290,31 @@
|
|||
"@settingsMemoriesTitle": {
|
||||
"description": "Memory albums contain photos taken in a specific time range in the past"
|
||||
},
|
||||
"settingsMemoriesSubtitle": "Zeige Fotos aus der Vergangenheit",
|
||||
"@settingsMemoriesSubtitle": {
|
||||
"description": "Memory albums contain photos taken in a specific time range in the past"
|
||||
},
|
||||
"settingsAccountTitle": "Konto",
|
||||
"settingsIncludedFoldersTitle": "Enthaltene Ordner",
|
||||
"@settingsIncludedFoldersTitle": {
|
||||
"description": "Change the included folders of an account"
|
||||
},
|
||||
"settingsShareFolderTitle": "Ordner teilen",
|
||||
"@settingsShareFolderTitle": {
|
||||
"description": "Set the share folder such that it matches the parameter in config.php"
|
||||
},
|
||||
"settingsServerAppSectionTitle": "Unterstützung Server App",
|
||||
"@settingsServerAppSectionTitle": {
|
||||
"description": "Enable/disable various server apps"
|
||||
},
|
||||
"settingsPhotosDescription": "Passen Sie Inhalte im Fotos Tab an",
|
||||
"@settingsPhotosDescription": {
|
||||
"description": "The 'Photos' here means the tab called 'Photos', not literally a photo. The title of this setting will also reuse the label of that tab"
|
||||
},
|
||||
"settingsMemoriesRangeTitle": "Erinnerungszeitraum",
|
||||
"@settingsMemoriesRangeTitle": {
|
||||
"description": "How many adjacent days to be inclded in memories for a particular year"
|
||||
},
|
||||
"settingsMemoriesRangeValueText": "{range, plural, one{+-{range} Tag} other{+-{range} Tage}}",
|
||||
"@settingsMemoriesRangeValueText": {
|
||||
"description": "How many adjacent days to be inclded in memories for a particular year, could be 0",
|
||||
|
@ -301,10 +329,8 @@
|
|||
"settingsScreenBrightnessTitle": "Bildschirmhelligkeit",
|
||||
"settingsScreenBrightnessDescription": "Bildschirmhelligkeit des Systems überschreiben",
|
||||
"settingsForceRotationTitle": "Rotationssperre ignorieren",
|
||||
"settingsForceRotationDescription": "Drehen Sie den Bildschirm, auch wenn die automatische Drehung deaktiviert ist",
|
||||
"settingsForceRotationDescription": "Den Bildschirm rotieren, auch wenn die automatische Drehung deaktiviert ist",
|
||||
"settingsMapProviderTitle": "Kartendienst",
|
||||
"settingsAlbumTitle": "Album",
|
||||
"settingsAlbumDescription": "Personalisiere Alben",
|
||||
"settingsShowDateInAlbumTitle": "Fotos nach Datum gruppieren",
|
||||
"settingsShowDateInAlbumDescription": "Nur anwenden, wenn das Album zeitlich sortiert ist",
|
||||
"settingsImageEditTitle": "Editor",
|
||||
|
@ -313,6 +339,7 @@
|
|||
},
|
||||
"settingsImageEditDescription": "Personalisiere Bildverbesserungen und den Bildeditor",
|
||||
"settingsEnhanceMaxResolutionTitle2": "Bildauflösung für Verbesserungen",
|
||||
"settingsEnhanceMaxResolutionDescription": "Fotos, die größer als die gewählte Auflösung sind, werden herunterskaliert.\n\nFotos mit hoher Auflösung benötigen deutlich mehr Speicher und Zeit für die Verarbeitung. Bitte verringern Sie diese Einstellung, falls die App beim Verbessern Ihrer Fotos abgestürzt ist.",
|
||||
"settingsImageEditSaveResultsToServerTitle": "Ergebnisse auf dem Server speichern",
|
||||
"@settingsImageEditSaveResultsToServerTitle": {
|
||||
"description": "Whether to save the edit/enhance results to server instead of the current device"
|
||||
|
@ -359,10 +386,15 @@
|
|||
"description": "Sort photos listed in the Photos tab by filename (descending)"
|
||||
},
|
||||
"settingsExperimentalTitle": "Experimental",
|
||||
"settingsExperimentalDescription": "Funktionen, die nicht für den alltäglichen Einsatz bereit sind",
|
||||
"settingsExpertTitle": "Erweitert",
|
||||
"@settingsExpertTitle": {
|
||||
"description": "Settings that must be tweaked with caution"
|
||||
},
|
||||
"settingsExpertWarningText": "Bitte stellen Sie sicher, dass Sie vollständig verstehen was jede Option tut bevor Sie fortfahren",
|
||||
"settingsClearCacheDatabaseTitle": "Dateidatenbank leeren",
|
||||
"settingsClearCacheDatabaseDescription": "Gecachte Dateiinfo leeren und einen kompletten Resync mit dem Server auslösen",
|
||||
"settingsClearCacheDatabaseSuccessNotification": "Dateidatenbank erfolgreich geleert. Es wird empfohlen die App neuzustarten",
|
||||
"settingsAboutSectionTitle": "Über",
|
||||
"@settingsAboutSectionTitle": {
|
||||
"description": "Title of the about section in settings widget"
|
||||
|
@ -428,6 +460,10 @@
|
|||
"@connectButtonLabel": {
|
||||
"description": "Label of the connect button"
|
||||
},
|
||||
"rootPickerSkipConfirmationDialogContent2": "Alle Ihre Dateien werden einbezogen. Dies kann die Speichernutzung erhöhen und die Leistung beeinträchtigen",
|
||||
"@rootPickerSkipConfirmationDialogContent2": {
|
||||
"description": "Warn user not to include all files in their server"
|
||||
},
|
||||
"megapixelCount": "{count}MP",
|
||||
"@megapixelCount": {
|
||||
"description": "Resolution of an image in megapixel",
|
||||
|
@ -471,7 +507,7 @@
|
|||
"@downloadSuccessNotification": {
|
||||
"description": "Inform user that the file is downloaded successfully"
|
||||
},
|
||||
"downloadFailureNotification": "Fehler beim Herunterladen der Datei",
|
||||
"downloadFailureNotification": "Herunterladen der Datei fehlgeschlagen",
|
||||
"@downloadFailureNotification": {
|
||||
"description": "Inform user that the file cannot be downloaded"
|
||||
},
|
||||
|
@ -502,11 +538,12 @@
|
|||
"dateDayInputHint": "Tag",
|
||||
"timeHourInputHint": "Stunde",
|
||||
"timeMinuteInputHint": "Minute",
|
||||
"timeSecondInputHint": "Sekunde",
|
||||
"dateTimeInputInvalid": "Ungültiger Wert",
|
||||
"@dateTimeInputInvalid": {
|
||||
"description": "Invalid date/time input (e.g., non-numeric characters)"
|
||||
},
|
||||
"updateDateTimeFailureNotification": "Fehler beim Ändern von Datum und Uhrzeit",
|
||||
"updateDateTimeFailureNotification": "Ändern von Datum & Uhrzeit fehlgeschlagen",
|
||||
"@updateDateTimeFailureNotification": {
|
||||
"description": "Failed to set the date & time of a file"
|
||||
},
|
||||
|
@ -549,7 +586,7 @@
|
|||
"@genericProcessingDialogContent": {
|
||||
"description": "Generic dialog shown when the app is temporarily blocking user input to work on something"
|
||||
},
|
||||
"sortTooltip": "Sort",
|
||||
"sortTooltip": "Sortieren",
|
||||
"sortOptionDialogTitle": "Sortieren nach",
|
||||
"@sortOptionDialogTitle": {
|
||||
"description": "Select how the photos should be sorted"
|
||||
|
@ -649,7 +686,7 @@
|
|||
"@restoreSuccessNotification": {
|
||||
"description": "Restored the opened item from trashbin successfully"
|
||||
},
|
||||
"restoreFailureNotification": "Fehler beim Wiederherstellen des Elements",
|
||||
"restoreFailureNotification": "Wiederherstellen des Elements fehlgeschlagen",
|
||||
"@restoreFailureNotification": {
|
||||
"description": "Cannot restore the opened item from trashbin"
|
||||
},
|
||||
|
@ -773,7 +810,7 @@
|
|||
"@slideshowSetupDialogRepeatTitle": {
|
||||
"description": "Whether to restart the slideshow from the beginning after the last slide"
|
||||
},
|
||||
"slideshowSetupDialogReverseTitle": "Rückwarts",
|
||||
"slideshowSetupDialogReverseTitle": "Rückwärts",
|
||||
"@slideshowSetupDialogReverseTitle": {
|
||||
"description": "Whether to play the slideshow in reverse order"
|
||||
},
|
||||
|
@ -819,6 +856,19 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"albumLastSharedByOthersDescription": "{user} teilte ein Album am {date} mit Ihnen",
|
||||
"@albumLastSharedByOthersDescription": {
|
||||
"description": "The date when this album was shared with you",
|
||||
"placeholders": {
|
||||
"user": {
|
||||
"example": "Alice"
|
||||
},
|
||||
"date": {
|
||||
"example": "Jan 1, 2021",
|
||||
"description": "The date string is formatted according to the current locale"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sharedWithLabel": "Geteilt mit",
|
||||
"@sharedWithLabel": {
|
||||
"description": "A list of users or links where this file is sharing with"
|
||||
|
@ -831,6 +881,10 @@
|
|||
"@folderNameInputHint": {
|
||||
"description": "Input field for folder name"
|
||||
},
|
||||
"folderNameInputInvalidEmpty": "Bitte Ordnernamen eingeben",
|
||||
"@folderNameInputInvalidEmpty": {
|
||||
"description": "Folder name cannot be left empty"
|
||||
},
|
||||
"folderNameInputInvalidCharacters": "Enthält ungültige Zeichen",
|
||||
"@folderNameInputInvalidCharacters": {
|
||||
"description": "Folder name contains characters that are not allowed"
|
||||
|
@ -852,6 +906,10 @@
|
|||
"@addToCollectionsViewTooltip": {
|
||||
"description": "Albums shared with you are not automatically added to the Collections view, unless you choose to do so, which is what this button does"
|
||||
},
|
||||
"shareAlbumDialogTitle": "Mit Nutzer teilen",
|
||||
"@shareAlbumDialogTitle": {
|
||||
"description": "Dialog to share an album with another user"
|
||||
},
|
||||
"missingShareDescription": "Nicht geteilt mit {user}",
|
||||
"@missingShareDescription": {
|
||||
"description": "The album is shared with user but a file is NOT",
|
||||
|
@ -870,6 +928,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"defaultButtonLabel": "STANDARD",
|
||||
"addUserInputHint": "Benutzer hinzufügen",
|
||||
"@addUserInputHint": {
|
||||
"description": "Input a user name to share this album with"
|
||||
},
|
||||
"learnMoreButtonLabel": "ERFAHRE MEHR",
|
||||
"migrateDatabaseProcessingNotification": "Aktualisiere Datenbank",
|
||||
"@migrateDatabaseProcessingNotification": {
|
||||
"description": "Migrate database to work with the updated app"
|
||||
|
@ -896,7 +960,7 @@
|
|||
"@createCollectionDialogFolderLabel": {
|
||||
"description": "Create a folder as collection"
|
||||
},
|
||||
"createCollectionDialogFolderDescription": " ",
|
||||
"createCollectionDialogFolderDescription": "Zeige Fotos innerhalb eines Ordners",
|
||||
"@createCollectionDialogFolderDescription": {
|
||||
"description": "Describe how a folder collection works"
|
||||
},
|
||||
|
@ -916,14 +980,26 @@
|
|||
"@favoriteFailureNotification": {
|
||||
"description": "Failed adding photos to favorites"
|
||||
},
|
||||
"unfavoriteSuccessNotification": "Von Favoriten entfernt",
|
||||
"unfavoriteTooltip": "Aus Favoriten entfernen",
|
||||
"@unfavoriteTooltip": {
|
||||
"description": "Remove photo to favorites"
|
||||
},
|
||||
"unfavoriteSuccessNotification": "Aus Favoriten entfernt",
|
||||
"@unfavoriteSuccessNotification": {
|
||||
"description": "Successfully removed photos from favorites"
|
||||
},
|
||||
"unfavoriteFailureNotification": "Entfernen aus den Favoriten fehlgeschlagen",
|
||||
"@unfavoriteFailureNotification": {
|
||||
"description": "Failed removing photos from favorites"
|
||||
},
|
||||
"createCollectionDialogTagLabel": "Schlagwort",
|
||||
"@createCollectionDialogTagLabel": {
|
||||
"description": "Create a collection containing files with tags"
|
||||
},
|
||||
"createCollectionDialogTagDescription": "Zeige Fotos mit spezifischen Schlagworten",
|
||||
"@createCollectionDialogTagDescription": {
|
||||
"description": "Describe how a tag collection works"
|
||||
},
|
||||
"addTagInputHint": "Schlagwort hinzufügen",
|
||||
"@addTagInputHint": {
|
||||
"description": "Input a tag"
|
||||
|
@ -940,6 +1016,9 @@
|
|||
"@enhanceTooltip": {
|
||||
"description": "Enhance a photo"
|
||||
},
|
||||
"enhanceIntroDialogTitle": "Verbessern Sie ihre Fotos",
|
||||
"enhanceIntroDialogDescription": "Ihre Fotos werden lokal auf Ihrem Gerät verarbeitet. Standardmäßig werden sie auf 2048x1536 herunterskaliert. Sie können die Ausgabeauflösung in den Einstellungen anpassen",
|
||||
"enhanceLowLightDescription": "Hellen Sie ihre Fotos auf, die bei schwachen Lichtverhältnissen aufgenommen wurden",
|
||||
"enhanceLowLightParamBrightnessLabel": "Helligkeit",
|
||||
"@enhanceLowLightParamBrightnessLabel": {
|
||||
"description": "This parameter sets how much brighter the output will be"
|
||||
|
@ -956,6 +1035,8 @@
|
|||
"@enhancePortraitBlurTitle": {
|
||||
"description": "Blur the background of a photo"
|
||||
},
|
||||
"enhancePortraitBlurDescription": "Machen Sie den Hintergrund Ihrer Fotos unscharf, am besten geeignet für Porträts",
|
||||
"enhanceSuperResolution4xDescription": "Vergrößern Sie Ihre Fotos auf das 4-fache der ursprünglichen Auflösung (siehe Hilfe für Details wie die maximale Auflösung hier verwendet wird)",
|
||||
"enhanceStyleTransferTitle": "Stilübertragung",
|
||||
"@enhanceStyleTransferTitle": {
|
||||
"description": "Transfer the image style from a reference image to a photo"
|
||||
|
@ -969,10 +1050,12 @@
|
|||
"@enhanceStyleTransferNoStyleSelectedNotification": {
|
||||
"description": "Show this error if users did not pick a reference image"
|
||||
},
|
||||
"enhanceRetouchTitle": "Auto Retusche",
|
||||
"enhanceColorPopDescription": "Entsättigen Sie den Hintergrund Ihrer Fotos, am besten geeignet für Porträts",
|
||||
"enhanceRetouchTitle": "Autoretusche",
|
||||
"@enhanceRetouchTitle": {
|
||||
"description": "Automatically improve your photo"
|
||||
},
|
||||
"enhanceRetouchDescription": "Retuschieren Sie Ihre Fotos automatisch, verbessern Sie Farbe und Lebendigkeit",
|
||||
"doubleTapExitNotification": "Erneut Tippen zum Verlassen",
|
||||
"@doubleTapExitNotification": {
|
||||
"description": "If double tap to exit is enabled in settings, shown when users tap the back button"
|
||||
|
@ -1026,14 +1109,31 @@
|
|||
"@imageEditToolbarColorLabel": {
|
||||
"description": "Label of the color tools. These can be used to adjust the color of an image"
|
||||
},
|
||||
"imageEditToolbarTransformLabel": "Umformen",
|
||||
"@imageEditToolbarTransformLabel": {
|
||||
"description": "Label of the transformation tools. These can be used to transform an image, e.g., rotate it"
|
||||
},
|
||||
"imageEditTransformOrientation": "Orientierung",
|
||||
"@imageEditTransformOrientation": {
|
||||
"description": "Change the orientation of the image, 90 degree per step"
|
||||
},
|
||||
"imageEditTransformOrientationClockwise": "re",
|
||||
"@imageEditTransformOrientationClockwise": {
|
||||
"description": "Indicate a clockwise rotation. This text must be short as there's only minimal space"
|
||||
},
|
||||
"imageEditTransformOrientationCounterclockwise": "li",
|
||||
"@imageEditTransformOrientationCounterclockwise": {
|
||||
"description": "Indicate a counterclockwise rotation. This text must be short as there's only minimal space"
|
||||
},
|
||||
"imageEditTransformCrop": "Zuschneiden",
|
||||
"@imageEditTransformCrop": {
|
||||
"description": "Crop the image"
|
||||
},
|
||||
"categoriesLabel": "Kategorien",
|
||||
"searchLandingCategoryVideosLabel": "Videos",
|
||||
"@searchLandingCategoryVideosLabel": {
|
||||
"description": "Search all videos"
|
||||
},
|
||||
"searchFilterButtonLabel": "FILTER",
|
||||
"@searchFilterButtonLabel": {
|
||||
"description": "Modify search filters"
|
||||
|
@ -1050,11 +1150,11 @@
|
|||
"@searchFilterOptionAnyLabel": {
|
||||
"description": "This is the default option for all search filters. Filters with this value will be ignored"
|
||||
},
|
||||
"searchFilterOptionTrueLabel": "Wahr",
|
||||
"searchFilterOptionTrueLabel": "Ja",
|
||||
"@searchFilterOptionTrueLabel": {
|
||||
"description": "Positive option for a boolean filter"
|
||||
},
|
||||
"searchFilterOptionFalseLabel": "Falsch",
|
||||
"searchFilterOptionFalseLabel": "Nein",
|
||||
"@searchFilterOptionFalseLabel": {
|
||||
"description": "Negative option for a boolean filter"
|
||||
},
|
||||
|
@ -1070,6 +1170,22 @@
|
|||
"@searchFilterTypeOptionVideoLabel": {
|
||||
"description": "Filter search results by file type"
|
||||
},
|
||||
"searchFilterBubbleTypeVideoText": "Videos",
|
||||
"@searchFilterBubbleTypeVideoText": {
|
||||
"description": "List of active search filters shown in the result page (by file type, video)"
|
||||
},
|
||||
"searchFilterFavoriteLabel": "Favorit",
|
||||
"@searchFilterFavoriteLabel": {
|
||||
"description": "Filter search results by whether it's in favorites"
|
||||
},
|
||||
"searchFilterBubbleFavoriteTrueText": "Favoriten",
|
||||
"@searchFilterBubbleFavoriteTrueText": {
|
||||
"description": "List of active search filters shown in the result page (by favorites, true)"
|
||||
},
|
||||
"searchFilterBubbleFavoriteFalseText": "keine Favoriten",
|
||||
"@searchFilterBubbleFavoriteFalseText": {
|
||||
"description": "List of active search filters shown in the result page (by favorites, false)"
|
||||
},
|
||||
"showAllButtonLabel": "ALLE ANZEIGEN",
|
||||
"@showAllButtonLabel": {
|
||||
"description": "A button to show all items of a certain item group (e.g., show all recognized faces)"
|
||||
|
@ -1101,7 +1217,11 @@
|
|||
"@imageSaveOptionDialogServerButtonLabel": {
|
||||
"description": "Save the image on your Nextcloud server"
|
||||
},
|
||||
"createCollectionFailureNotification": "Album konnte nicht erstellen werden",
|
||||
"initialSyncMessage": "Erstmalige Synchronisierung mit Ihrem Server",
|
||||
"@initialSyncMessage": {
|
||||
"description": "After adding a new account, the app need to sync with the server before showing anything. This message will be shown on screen instead with a proper progress bar and the folder being synced."
|
||||
},
|
||||
"createCollectionFailureNotification": "Album konnte nicht erstellt werden",
|
||||
"@createCollectionFailureNotification": {
|
||||
"description": "Inform user that a collection cannot be created"
|
||||
},
|
||||
|
@ -1109,6 +1229,10 @@
|
|||
"@addItemToCollectionTooltip": {
|
||||
"description": "Add one or more items to a collection"
|
||||
},
|
||||
"addItemToCollectionFailureNotification": "Hinzufügen zum Album fehlgeschlagen",
|
||||
"@addItemToCollectionFailureNotification": {
|
||||
"description": "Inform user that the item cannot be added to a collection"
|
||||
},
|
||||
"setCollectionCoverFailureNotification": "Albumcover konnte nicht gesetzt werden",
|
||||
"@setCollectionCoverFailureNotification": {
|
||||
"description": "Cannot set the opened item as the collection cover"
|
||||
|
@ -1117,11 +1241,13 @@
|
|||
"@exportCollectionTooltip": {
|
||||
"description": "Export an arbitrary Collection (typical one with generated contents) as a new static Collection"
|
||||
},
|
||||
"exportCollectionDialogTitle": "Album exportieren",
|
||||
"createCollectionDialogNextcloudAlbumLabel": "Nextcloud Album",
|
||||
"@createCollectionDialogNextcloudAlbumLabel": {
|
||||
"description": "Server-side albums that are available in Nextcloud 25+"
|
||||
},
|
||||
"createCollectionDialogNextcloudAlbumDescription": "Server-basiertes album, Nextcloud 25 oder höher erforderlich",
|
||||
"createCollectionDialogNextcloudAlbumDescription": "Serverbasiertes Album, Nextcloud 25 oder höher erforderlich",
|
||||
"removeCollectionsFailedNotification": "Entfernen einiger Alben fehlgeschlagen",
|
||||
"errorUnauthenticated": "Nicht authentifizierter Zugriff. Bitte melden Sie sich erneut an, wenn das Problem weiterhin besteht",
|
||||
"@errorUnauthenticated": {
|
||||
"description": "Error message when server responds with HTTP401"
|
||||
|
@ -1146,8 +1272,35 @@
|
|||
"@errorServerError": {
|
||||
"description": "HTTP 500"
|
||||
},
|
||||
"errorAlbumDowngrade": "Dieses Album kann nicht geändert werden, da es mit einer neueren Version dieser App erstellt wurde. Bitte aktualisieren Sie die App und versuchen Sie es erneut",
|
||||
"@errorAlbumDowngrade": {
|
||||
"description": "Album files are versioned. Overwriting a newer version is disallowed as it will lead to unexpected data loss"
|
||||
},
|
||||
"errorNoStoragePermission": "Speicherzugriffsberechtigung erforderlich",
|
||||
"@errorNoStoragePermission": {
|
||||
"description": "Missing permission on Android"
|
||||
},
|
||||
"settingsMetadataTitle": "Dateimetadaten",
|
||||
"@settingsMetadataTitle": {
|
||||
"description": "Metadata (e.g., date, resolution, GPS, etc)"
|
||||
},
|
||||
"settingsSeedColorSystemColorDescription": "Systemfarbe verwenden",
|
||||
"@settingsSeedColorSystemColorDescription": {
|
||||
"description": "Use color provided by the OS, i.e., Material You"
|
||||
},
|
||||
"accountSettingsTooltip": "Kontoeinstellungen",
|
||||
"contributorsTooltip": "Mitwirkende",
|
||||
"setAsTooltip": "Festlegen als",
|
||||
"@setAsTooltip": {
|
||||
"description": "e.g., set as wallpaper"
|
||||
},
|
||||
"deleteAccountConfirmDialogText": "Sie sind dabei, sich abzumelden von {server}",
|
||||
"@deleteAccountConfirmDialogText": {
|
||||
"description": "Confirmation dialog when deleting an account (i.e., signing out)",
|
||||
"placeholders": {
|
||||
"server": {
|
||||
"example": "http://www.example.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -298,8 +298,6 @@
|
|||
"settingsForceRotationTitle": "Αγνόηση κλειδώματος περιστροφής οθόνης",
|
||||
"settingsForceRotationDescription": "Περιστροφή οθόνης ακόμα και όταν η αυτόματη περιστροφή είναι απενεργοποιημένη",
|
||||
"settingsMapProviderTitle": "Πάροχος χάρτη",
|
||||
"settingsAlbumTitle": "Άλμπουμ",
|
||||
"settingsAlbumDescription": "Επεξεργασία άλμπουμ",
|
||||
"settingsShowDateInAlbumTitle": "Ομαδοποίηση φωτογραφιών κατά ημερομηνία",
|
||||
"settingsShowDateInAlbumDescription": "Εφαρμογή μόνο όταν το άλμπουμ είναι ταξινομημένο κατά χρόνο",
|
||||
"settingsEnhanceMaxResolutionDescription": "Οι φωτογραφίες μεγαλύτερες από την επιλεγμένη ανάλυση θα μειωθούν.\n\nΟι φωτογραφίες υψηλής ανάλυσης απαιτούν πολύ περισσότερη μνήμη και χρόνο για επεξεργασία. Μειώστε αυτή τη ρύθμιση εάν η εφαρμογή διακοπεί κατά τη βελτίωση των φωτογραφιών.",
|
||||
|
|
|
@ -348,8 +348,6 @@
|
|||
"settingsForceRotationTitle": "Forzar rotación automática",
|
||||
"settingsForceRotationDescription": "Rotar pantalla aunque la auto-rotación esté desactivada en el sistema",
|
||||
"settingsMapProviderTitle": "Proveedor de mapas",
|
||||
"settingsAlbumTitle": "Álbumes",
|
||||
"settingsAlbumDescription": "Personaliza los álbumes",
|
||||
"settingsShowDateInAlbumTitle": "Agrupar fotos por fecha",
|
||||
"settingsShowDateInAlbumDescription": "Se aplica sólo cuando el álbum esté ordenado por fecha",
|
||||
"settingsImageEditTitle": "Editor",
|
||||
|
@ -738,7 +736,7 @@
|
|||
"description": "Shown when the app has paused reading image metadata"
|
||||
},
|
||||
"configButtonLabel": "CONFIGURAR",
|
||||
"useAsAlbumCoverTooltip": "Usar de portada",
|
||||
"useAsAlbumCoverTooltip": "Usar como portada",
|
||||
"helpTooltip": "Ayuda",
|
||||
"helpButtonLabel": "AYUDA",
|
||||
"removeFromAlbumTooltip": "Quitar del álbum",
|
||||
|
@ -797,7 +795,7 @@
|
|||
"@emptyTrashbinConfirmationDialogContent": {
|
||||
"description": "Make sure the user wants to delete all items"
|
||||
},
|
||||
"unsetAlbumCoverTooltip": "No usar de portada",
|
||||
"unsetAlbumCoverTooltip": "Restablecer portada",
|
||||
"@unsetAlbumCoverTooltip": {
|
||||
"description": "Unset the cover of the opened album"
|
||||
},
|
||||
|
@ -1265,10 +1263,6 @@
|
|||
"description": "Crop the image"
|
||||
},
|
||||
"categoriesLabel": "Categorías",
|
||||
"searchLandingPeopleListEmptyText": "Toca ayuda para aprender a configurar",
|
||||
"@searchLandingPeopleListEmptyText": {
|
||||
"description": "Shown in the search landing page under the People section when there are no people"
|
||||
},
|
||||
"searchLandingCategoryVideosLabel": "Vídeos",
|
||||
"@searchLandingCategoryVideosLabel": {
|
||||
"description": "Search all videos"
|
||||
|
@ -1434,5 +1428,40 @@
|
|||
"errorNoStoragePermission": "Se requiere permiso de acceso al almacenamiento",
|
||||
"@errorNoStoragePermission": {
|
||||
"description": "Missing permission on Android"
|
||||
},
|
||||
"settingsMetadataTitle": "Metadatos",
|
||||
"@settingsMetadataTitle": {
|
||||
"description": "Metadata (e.g., date, resolution, GPS, etc)"
|
||||
},
|
||||
"settingsPersonProviderTitle": "Proveedor de personas",
|
||||
"@settingsPersonProviderTitle": {
|
||||
"description": "Select the server app for face recognition"
|
||||
},
|
||||
"settingsSeedColorSystemColorDescription": "Material You",
|
||||
"@settingsSeedColorSystemColorDescription": {
|
||||
"description": "Use color provided by the OS, i.e., Material You"
|
||||
},
|
||||
"settingsSeedColorPickerSystemColorButtonLabel": "Usar Material You",
|
||||
"@settingsSeedColorPickerSystemColorButtonLabel": {
|
||||
"description": "Use color provided by the OS, i.e., Material You"
|
||||
},
|
||||
"searchLandingPeopleListEmptyText2": "Toca ajustes para elegir un proveedor o ayuda para aprender más",
|
||||
"@searchLandingPeopleListEmptyText2": {
|
||||
"description": "Shown in the search landing page under the People section when there are no people"
|
||||
},
|
||||
"accountSettingsTooltip": "Configurar cuenta",
|
||||
"contributorsTooltip": "Contribuidores",
|
||||
"setAsTooltip": "Establecer como",
|
||||
"@setAsTooltip": {
|
||||
"description": "e.g., set as wallpaper"
|
||||
},
|
||||
"deleteAccountConfirmDialogText": "Estás a punto de cerrar sesión en {server}",
|
||||
"@deleteAccountConfirmDialogText": {
|
||||
"description": "Confirmation dialog when deleting an account (i.e., signing out)",
|
||||
"placeholders": {
|
||||
"server": {
|
||||
"example": "http://www.example.com"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -348,8 +348,6 @@
|
|||
"settingsForceRotationTitle": "Ohita näytön kiertäjän lukitus",
|
||||
"settingsForceRotationDescription": "Kierrä näyttöä, vaikka järjestelmän automaattinen näytönkierto on poiskytketty",
|
||||
"settingsMapProviderTitle": "Karttapalvelun-tarjoaja",
|
||||
"settingsAlbumTitle": "Albumi",
|
||||
"settingsAlbumDescription": "Muokkaa albumeita",
|
||||
"settingsShowDateInAlbumTitle": "Ryhmitä kuvat päivämäärän mukaan",
|
||||
"settingsShowDateInAlbumDescription": "Käytä vain kun albumi on lajiteltu ajan mukaan",
|
||||
"settingsImageEditTitle": "Editori",
|
||||
|
@ -1265,10 +1263,6 @@
|
|||
"description": "Crop the image"
|
||||
},
|
||||
"categoriesLabel": "Luokat",
|
||||
"searchLandingPeopleListEmptyText": "Paina kysymys-painiketta saadaksesi tietoa ominaisuuden asentamisesta",
|
||||
"@searchLandingPeopleListEmptyText": {
|
||||
"description": "Shown in the search landing page under the People section when there are no people"
|
||||
},
|
||||
"searchLandingCategoryVideosLabel": "Videot",
|
||||
"@searchLandingCategoryVideosLabel": {
|
||||
"description": "Search all videos"
|
||||
|
|
|
@ -294,8 +294,6 @@
|
|||
"settingsForceRotationTitle": "Ignorer le verrouillage de la rotation",
|
||||
"settingsForceRotationDescription": "Faire pivoter l'écran même lorsque la rotation automatique est désactivée",
|
||||
"settingsMapProviderTitle": "Fournisseur de carte",
|
||||
"settingsAlbumTitle": "Album",
|
||||
"settingsAlbumDescription": "Personnaliser les albums",
|
||||
"settingsShowDateInAlbumTitle": "Regrouper les photos par date",
|
||||
"settingsShowDateInAlbumDescription": "Appliquer uniquement lorsque l'album est trié par heure",
|
||||
"settingsThemeTitle": "Thème",
|
||||
|
|
|
@ -298,8 +298,6 @@
|
|||
"settingsForceRotationTitle": "Zignoruj systemową blokadę orientacji ekranu",
|
||||
"settingsForceRotationDescription": "Obracaj ekran nawet gdy autoobracanie jest wyłączone",
|
||||
"settingsMapProviderTitle": "Dostawca map",
|
||||
"settingsAlbumTitle": "Album",
|
||||
"settingsAlbumDescription": "Dostosuj albumy",
|
||||
"settingsShowDateInAlbumTitle": "Grupuj zdjęcia według daty",
|
||||
"settingsShowDateInAlbumDescription": "Zastosuj tylko wtedy, gdy album jest posortowany według czasu",
|
||||
"settingsThemeTitle": "Motyw",
|
||||
|
|
|
@ -344,8 +344,6 @@
|
|||
"settingsForceRotationTitle": "Ignorar a trava de rotação do sistema",
|
||||
"settingsForceRotationDescription": "Rodar a tela mesmo que a rotação do sistema estiver travada",
|
||||
"settingsMapProviderTitle": "Provedor de mapa",
|
||||
"settingsAlbumTitle": "Álbum",
|
||||
"settingsAlbumDescription": "Customize os albuns",
|
||||
"settingsShowDateInAlbumTitle": "Agrupe as fotos por data",
|
||||
"settingsShowDateInAlbumDescription": "Se aplica apenas quando está organizado cronologicamente",
|
||||
"settingsImageEditTitle": "Editor",
|
||||
|
@ -1257,10 +1255,6 @@
|
|||
"description": "Crop the image"
|
||||
},
|
||||
"categoriesLabel": "Categorias",
|
||||
"searchLandingPeopleListEmptyText": "Toque em ajuda para aprender como configurar",
|
||||
"@searchLandingPeopleListEmptyText": {
|
||||
"description": "Shown in the search landing page under the People section when there are no people"
|
||||
},
|
||||
"searchLandingCategoryVideosLabel": "Vídeos",
|
||||
"@searchLandingCategoryVideosLabel": {
|
||||
"description": "Search all videos"
|
||||
|
|
|
@ -298,8 +298,6 @@
|
|||
"settingsForceRotationTitle": "Игнорировать блокировку поворота экрана",
|
||||
"settingsForceRotationDescription": "Поворачивать экран даже если выключен автоповорот",
|
||||
"settingsMapProviderTitle": "Постащик карт",
|
||||
"settingsAlbumTitle": "Альбомы",
|
||||
"settingsAlbumDescription": "Настройки альбомов",
|
||||
"settingsShowDateInAlbumTitle": "Группировать фото по дате",
|
||||
"settingsShowDateInAlbumDescription": "Применяется только в том случае, если альбом отсортирован по времени",
|
||||
"settingsThemeTitle": "Оформление",
|
||||
|
|
|
@ -298,8 +298,6 @@
|
|||
"settingsForceRotationTitle": "无视屏幕旋转锁定",
|
||||
"settingsForceRotationDescription": "在系统锁定屏幕旋转时支持自动旋轉",
|
||||
"settingsMapProviderTitle": "地图供应商",
|
||||
"settingsAlbumTitle": "相册",
|
||||
"settingsAlbumDescription": "设置相册",
|
||||
"settingsShowDateInAlbumTitle": "显示日期分类",
|
||||
"settingsShowDateInAlbumDescription": "只应用于以日期排序的相册",
|
||||
"settingsThemeTitle": "主题",
|
||||
|
|
|
@ -298,8 +298,6 @@
|
|||
"settingsForceRotationTitle": "無視螢幕旋轉鎖定",
|
||||
"settingsForceRotationDescription": "在系統鎖定螢幕旋轉時保持自動旋轉",
|
||||
"settingsMapProviderTitle": "地圖供應商",
|
||||
"settingsAlbumTitle": "相簿",
|
||||
"settingsAlbumDescription": "設置相簿",
|
||||
"settingsShowDateInAlbumTitle": "顯示日期分類",
|
||||
"settingsShowDateInAlbumDescription": "只應用於以日期排序的相簿",
|
||||
"settingsThemeTitle": "主題",
|
||||
|
|
Loading…
Add table
Reference in a new issue