mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 10:28:50 +01:00
Sync with POEditor
This commit is contained in:
parent
a331383940
commit
6f24b53e4f
3 changed files with 208 additions and 4 deletions
|
@ -1463,5 +1463,72 @@
|
||||||
"example": "http://www.example.com"
|
"example": "http://www.example.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"settingsThemePrimaryColor": "Primární",
|
||||||
|
"settingsThemeSecondaryColor": "Sekundární",
|
||||||
|
"settingsThemePresets": "Předvolby",
|
||||||
|
"settingsAppLock": "Zámek aplikace",
|
||||||
|
"@settingsAppLock": {
|
||||||
|
"description": "If enabled, users need to authenticate themselves when opening the app"
|
||||||
|
},
|
||||||
|
"settingsAppLockTypeBiometric": "Biometrika",
|
||||||
|
"@settingsAppLockTypeBiometric": {
|
||||||
|
"description": "Unlock app with fingerprint, face, etc"
|
||||||
|
},
|
||||||
|
"settingsAppLockTypePin": "PIN",
|
||||||
|
"@settingsAppLockTypePin": {
|
||||||
|
"description": "Unlock app with 4 to 6 digits PIN"
|
||||||
|
},
|
||||||
|
"settingsAppLockTypePassword": "Heslo",
|
||||||
|
"@settingsAppLockTypePassword": {
|
||||||
|
"description": "Unlock app with password"
|
||||||
|
},
|
||||||
|
"settingsAppLockDescription": "Při povolení již budete při otevření aplikace dotázáni na přihlášení. Tato funkce vás NEochrání proti reálným útokům.",
|
||||||
|
"settingsAppLockSetupBiometricFallbackDialogTitle": "Vyberte náhradu při nedostupnosti biometriky",
|
||||||
|
"settingsAppLockSetupPinDialogTitle": "Nastavte PIN pro odemčení aplikace",
|
||||||
|
"settingsAppLockConfirmPinDialogTitle": "Znovu zadejte stejný PIN",
|
||||||
|
"settingsAppLockSetupPasswordDialogTitle": "Nastavte heslo pro odemčení aplikace",
|
||||||
|
"settingsAppLockConfirmPasswordDialogTitle": "Znovu zadejte stejné heslo",
|
||||||
|
"appLockUnlockHint": "Odemknout aplikaci",
|
||||||
|
"@appLockUnlockHint": {
|
||||||
|
"description": "Unlock app via selected means (e.g., password) in case app lock is enabled by user"
|
||||||
|
},
|
||||||
|
"appLockUnlockWrongPassword": "Nesprávné heslo",
|
||||||
|
"@appLockUnlockWrongPassword": {
|
||||||
|
"description": "Unlock app via selected means (e.g., password) in case app lock is enabled by user"
|
||||||
|
},
|
||||||
|
"enabledText": "Povoleno",
|
||||||
|
"disabledText": "Zakázáno",
|
||||||
|
"settingsManageTrustedCertificateTitle": "Spravovat důvěryhodné certifikáty",
|
||||||
|
"trustedCertManagerPageTitle": "Důvěryhodné certifikáty",
|
||||||
|
"@trustedCertManagerPageTitle": {
|
||||||
|
"description": "A page to manage trusted certificates"
|
||||||
|
},
|
||||||
|
"trustedCertManagerAlreadyTrustedError": "Již je důvěryhodný",
|
||||||
|
"@trustedCertManagerAlreadyTrustedError": {
|
||||||
|
"description": "The selected cert has been trusted already"
|
||||||
|
},
|
||||||
|
"trustedCertManagerSelectServer": "Vyberte server HTTPS",
|
||||||
|
"@trustedCertManagerSelectServer": {
|
||||||
|
"description": "Select a server from the account list"
|
||||||
|
},
|
||||||
|
"trustedCertManagerNoHttpsServerError": "Není dostupný žádný server",
|
||||||
|
"@trustedCertManagerNoHttpsServerError": {
|
||||||
|
"description": "There's no HTTPS server in the account list"
|
||||||
|
},
|
||||||
|
"trustedCertManagerFailedToRemoveCertError": "Nepodařilo se odstranit certifikát",
|
||||||
|
"missingVideoThumbnailHelpDialogTitle": "Máte problémy s náhledy videí?",
|
||||||
|
"dontShowAgain": "Již nezobrazovat",
|
||||||
|
"settingsUseNewHttpEngine": "Použít nový engine HTTP",
|
||||||
|
"settingsUseNewHttpEngineDescription": "Nový engine HTTP je založený na projektu Chromium a podporuje standardy jako HTTP/2* a HTTP/3 QUIC*.\n\nOmezení:\nCertifikáty podepsané samy sebou již nemohou být spravovány námi. Aby vaše certifikáty CA fungovaly, musíte je importovat do systémového pověřeného úložiště.\n\n* Pro HTTP/2 a HTTP/3 je vyžadováno HTTPS",
|
||||||
|
"settingsRestartNeededDialog": "Restartujte aplikaci pro použití změn",
|
||||||
|
"mapBrowserDateRangeLabel": "Rozsah data",
|
||||||
|
"@mapBrowserDateRangeLabel": {
|
||||||
|
"description": "Filter photos by date range"
|
||||||
|
},
|
||||||
|
"mapBrowserDateRangeThisMonth": "Tento měsíc",
|
||||||
|
"mapBrowserDateRangePrevMonth": "Předchozí měsíc",
|
||||||
|
"mapBrowserDateRangeThisYear": "Tento rok",
|
||||||
|
"mapBrowserDateRangeCustom": "Vlastní",
|
||||||
|
"homeTabMapBrowser": "Mapa"
|
||||||
}
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"appTitle": "Fotos",
|
"appTitle": "Fotos",
|
||||||
"translator": "Andreas\nPhilProg\nshagn\nOdious\nNiclas H",
|
"translator": "Andreas\nPhilProg\nshagn\nOdious\nNiclas Heinz",
|
||||||
"@translator": {
|
"@translator": {
|
||||||
"description": "Name of the translator(s) for this language"
|
"description": "Name of the translator(s) for this language"
|
||||||
},
|
},
|
||||||
|
@ -308,6 +308,10 @@
|
||||||
"@settingsShareFolderTitle": {
|
"@settingsShareFolderTitle": {
|
||||||
"description": "Set the share folder such that it matches the parameter in config.php"
|
"description": "Set the share folder such that it matches the parameter in config.php"
|
||||||
},
|
},
|
||||||
|
"settingsShareFolderDialogTitle": "Suchen Sie den Freigabeordner",
|
||||||
|
"@settingsShareFolderDialogTitle": {
|
||||||
|
"description": "Set the share folder such that it matches the parameter in config.php"
|
||||||
|
},
|
||||||
"settingsServerAppSectionTitle": "Unterstützung Server App",
|
"settingsServerAppSectionTitle": "Unterstützung Server App",
|
||||||
"@settingsServerAppSectionTitle": {
|
"@settingsServerAppSectionTitle": {
|
||||||
"description": "Enable/disable various server apps"
|
"description": "Enable/disable various server apps"
|
||||||
|
@ -865,6 +869,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"fileLastSharedByOthersDescription": "{user} hat dies mit dir am {date} geteilt",
|
||||||
|
"@fileLastSharedByOthersDescription": {
|
||||||
|
"description": "The date when this file was shared with you",
|
||||||
|
"placeholders": {
|
||||||
|
"user": {
|
||||||
|
"example": "Alice"
|
||||||
|
},
|
||||||
|
"date": {
|
||||||
|
"example": "Jan 1, 2021",
|
||||||
|
"description": "The date string is formatted according to the current locale"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"albumLastSharedByOthersDescription": "{user} teilte ein Album am {date} mit Ihnen",
|
"albumLastSharedByOthersDescription": "{user} teilte ein Album am {date} mit Ihnen",
|
||||||
"@albumLastSharedByOthersDescription": {
|
"@albumLastSharedByOthersDescription": {
|
||||||
"description": "The date when this album was shared with you",
|
"description": "The date when this album was shared with you",
|
||||||
|
@ -894,6 +911,10 @@
|
||||||
"@locationLabel": {
|
"@locationLabel": {
|
||||||
"description": "Show where the file is located"
|
"description": "Show where the file is located"
|
||||||
},
|
},
|
||||||
|
"multipleFilesLinkShareDialogContent": "Nextcloud unterstützt keine Freigabelinks für mehrere Dateien. Die App wird stattdessen die Dateien in einen neuen Ordner kopieren und den Ordner freigeben.",
|
||||||
|
"@multipleFilesLinkShareDialogContent": {
|
||||||
|
"description": "Dialog shown when sharing multiple files as link"
|
||||||
|
},
|
||||||
"folderNameInputHint": "Ordnername",
|
"folderNameInputHint": "Ordnername",
|
||||||
"@folderNameInputHint": {
|
"@folderNameInputHint": {
|
||||||
"description": "Input field for folder name"
|
"description": "Input field for folder name"
|
||||||
|
@ -923,6 +944,10 @@
|
||||||
"@unshareLinkShareDirDialogTitle": {
|
"@unshareLinkShareDirDialogTitle": {
|
||||||
"description": "Dialog shown after user unshared a dir originally created by the app to share multiple files"
|
"description": "Dialog shown after user unshared a dir originally created by the app to share multiple files"
|
||||||
},
|
},
|
||||||
|
"unshareLinkShareDirDialogContent": "Dieser Ordner wurde von der App erstellt, um mehrere Dateien als Link zu teilen. Er wird nun nicht mehr mit anderen geteilt. Möchten Sie diesen Ordner löschen?",
|
||||||
|
"@unshareLinkShareDirDialogContent": {
|
||||||
|
"description": "Dialog shown after user unshared a dir originally created by the app to share multiple files"
|
||||||
|
},
|
||||||
"addToCollectionsViewTooltip": "Zu Alben hinzufügen",
|
"addToCollectionsViewTooltip": "Zu Alben hinzufügen",
|
||||||
"@addToCollectionsViewTooltip": {
|
"@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"
|
"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"
|
||||||
|
@ -931,6 +956,14 @@
|
||||||
"@shareAlbumDialogTitle": {
|
"@shareAlbumDialogTitle": {
|
||||||
"description": "Dialog to share an album with another user"
|
"description": "Dialog to share an album with another user"
|
||||||
},
|
},
|
||||||
|
"fixTooltip": "Fixieren",
|
||||||
|
"@fixTooltip": {
|
||||||
|
"description": "Fix an issue"
|
||||||
|
},
|
||||||
|
"fixAllTooltip": "Alle Fixieren",
|
||||||
|
"@fixAllTooltip": {
|
||||||
|
"description": "Fix all listed issues"
|
||||||
|
},
|
||||||
"missingShareDescription": "Nicht geteilt mit {user}",
|
"missingShareDescription": "Nicht geteilt mit {user}",
|
||||||
"@missingShareDescription": {
|
"@missingShareDescription": {
|
||||||
"description": "The album is shared with user but a file is NOT",
|
"description": "The album is shared with user but a file is NOT",
|
||||||
|
@ -1045,6 +1078,10 @@
|
||||||
"@tagPickerNoTagSelectedNotification": {
|
"@tagPickerNoTagSelectedNotification": {
|
||||||
"description": "At least 1 tag is required to create a tag collection. This error is shown when user try to create one without selecting any tags"
|
"description": "At least 1 tag is required to create a tag collection. This error is shown when user try to create one without selecting any tags"
|
||||||
},
|
},
|
||||||
|
"backgroundServiceStopping": "Dienst stoppen",
|
||||||
|
"@backgroundServiceStopping": {
|
||||||
|
"description": "The background service is stopping itself"
|
||||||
|
},
|
||||||
"metadataTaskPauseLowBatteryNotification": "Akku ist schwach",
|
"metadataTaskPauseLowBatteryNotification": "Akku ist schwach",
|
||||||
"@metadataTaskPauseLowBatteryNotification": {
|
"@metadataTaskPauseLowBatteryNotification": {
|
||||||
"description": "Shown when the app has paused reading image metadata due to low battery"
|
"description": "Shown when the app has paused reading image metadata due to low battery"
|
||||||
|
@ -1267,6 +1304,10 @@
|
||||||
"@imageSaveOptionDialogTitle": {
|
"@imageSaveOptionDialogTitle": {
|
||||||
"description": "This dialog asks users to choose between saving the edited/enhanced result on the device or server"
|
"description": "This dialog asks users to choose between saving the edited/enhanced result on the device or server"
|
||||||
},
|
},
|
||||||
|
"imageSaveOptionDialogContent": "Wählen Sie aus, wo dieses und zukünftige verarbeitete Bilder gespeichert werden sollen. Wenn Sie den Server ausgewählt haben, die App das Bild aber nicht hochladen konnte, wird es auf Ihrem Gerät gespeichert.",
|
||||||
|
"@imageSaveOptionDialogContent": {
|
||||||
|
"description": "This dialog asks users to choose between saving the edited/enhanced result on the device or server"
|
||||||
|
},
|
||||||
"imageSaveOptionDialogDeviceButtonLabel": "GERÄT",
|
"imageSaveOptionDialogDeviceButtonLabel": "GERÄT",
|
||||||
"@imageSaveOptionDialogDeviceButtonLabel": {
|
"@imageSaveOptionDialogDeviceButtonLabel": {
|
||||||
"description": "Save the image on the current device"
|
"description": "Save the image on the current device"
|
||||||
|
@ -1369,6 +1410,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"settingsThemePrimaryColor": "Primär",
|
||||||
|
"settingsThemeSecondaryColor": "Sekundär",
|
||||||
"settingsAppLock": "App Sperre",
|
"settingsAppLock": "App Sperre",
|
||||||
"@settingsAppLock": {
|
"@settingsAppLock": {
|
||||||
"description": "If enabled, users need to authenticate themselves when opening the app"
|
"description": "If enabled, users need to authenticate themselves when opening the app"
|
||||||
|
@ -1399,5 +1442,32 @@
|
||||||
"description": "Unlock app via selected means (e.g., password) in case app lock is enabled by user"
|
"description": "Unlock app via selected means (e.g., password) in case app lock is enabled by user"
|
||||||
},
|
},
|
||||||
"enabledText": "Aktiviert",
|
"enabledText": "Aktiviert",
|
||||||
"disabledText": "Deaktiviert"
|
"disabledText": "Deaktiviert",
|
||||||
|
"settingsManageTrustedCertificateTitle": "Verwalte vertrauenswürdige Zertifikate",
|
||||||
|
"trustedCertManagerPageTitle": "vertrauenswürdige Zertifikate",
|
||||||
|
"@trustedCertManagerPageTitle": {
|
||||||
|
"description": "A page to manage trusted certificates"
|
||||||
|
},
|
||||||
|
"trustedCertManagerAlreadyTrustedError": "Bereits vertrauenswürdig",
|
||||||
|
"@trustedCertManagerAlreadyTrustedError": {
|
||||||
|
"description": "The selected cert has been trusted already"
|
||||||
|
},
|
||||||
|
"trustedCertManagerSelectServer": "HTTPS-Server auswählen",
|
||||||
|
"@trustedCertManagerSelectServer": {
|
||||||
|
"description": "Select a server from the account list"
|
||||||
|
},
|
||||||
|
"trustedCertManagerNoHttpsServerError": "Server nicht verfügbar",
|
||||||
|
"@trustedCertManagerNoHttpsServerError": {
|
||||||
|
"description": "There's no HTTPS server in the account list"
|
||||||
|
},
|
||||||
|
"trustedCertManagerFailedToRemoveCertError": "Fehler beim Löschen des Zertifikates",
|
||||||
|
"missingVideoThumbnailHelpDialogTitle": "Probleme mit der Video-Miniaturansichten?",
|
||||||
|
"dontShowAgain": "Nicht mehr erneut anzeigen",
|
||||||
|
"settingsUseNewHttpEngine": "Verwende das neue HTTP Engine",
|
||||||
|
"settingsRestartNeededDialog": "Bitte App neu starten um die Änderungen anzuwenden",
|
||||||
|
"mapBrowserDateRangeThisMonth": "Dieser Monat",
|
||||||
|
"mapBrowserDateRangePrevMonth": "letzten Monat",
|
||||||
|
"mapBrowserDateRangeThisYear": "Dieses Jahr",
|
||||||
|
"mapBrowserDateRangeCustom": "benutzerdefiniert",
|
||||||
|
"homeTabMapBrowser": "Karte"
|
||||||
}
|
}
|
|
@ -1463,5 +1463,72 @@
|
||||||
"example": "http://www.example.com"
|
"example": "http://www.example.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"settingsThemePrimaryColor": "Primario",
|
||||||
|
"settingsThemeSecondaryColor": "Secundario",
|
||||||
|
"settingsThemePresets": "Predefinidos",
|
||||||
|
"settingsAppLock": "Bloquear la app",
|
||||||
|
"@settingsAppLock": {
|
||||||
|
"description": "If enabled, users need to authenticate themselves when opening the app"
|
||||||
|
},
|
||||||
|
"settingsAppLockTypeBiometric": "Biométrico",
|
||||||
|
"@settingsAppLockTypeBiometric": {
|
||||||
|
"description": "Unlock app with fingerprint, face, etc"
|
||||||
|
},
|
||||||
|
"settingsAppLockTypePin": "PIN",
|
||||||
|
"@settingsAppLockTypePin": {
|
||||||
|
"description": "Unlock app with 4 to 6 digits PIN"
|
||||||
|
},
|
||||||
|
"settingsAppLockTypePassword": "Contraseña",
|
||||||
|
"@settingsAppLockTypePassword": {
|
||||||
|
"description": "Unlock app with password"
|
||||||
|
},
|
||||||
|
"settingsAppLockDescription": "Si se habilita, se te pedirá que te autentifiques cuando antes la aplicación. Esta función NO te protege contra ataques del mundo real.",
|
||||||
|
"settingsAppLockSetupBiometricFallbackDialogTitle": "Elige otra opción cuando biométrico no está disponible",
|
||||||
|
"settingsAppLockSetupPinDialogTitle": "Establece un PIN para desbloquear la aplicación",
|
||||||
|
"settingsAppLockConfirmPinDialogTitle": "Introduce el mismo PIN otra vez",
|
||||||
|
"settingsAppLockSetupPasswordDialogTitle": "Establece una contraseña para desbloquear la aplicación",
|
||||||
|
"settingsAppLockConfirmPasswordDialogTitle": "Introduce la misma contraseña otra vez",
|
||||||
|
"appLockUnlockHint": "Desbloquear la app",
|
||||||
|
"@appLockUnlockHint": {
|
||||||
|
"description": "Unlock app via selected means (e.g., password) in case app lock is enabled by user"
|
||||||
|
},
|
||||||
|
"appLockUnlockWrongPassword": "Contraseña incorrecta",
|
||||||
|
"@appLockUnlockWrongPassword": {
|
||||||
|
"description": "Unlock app via selected means (e.g., password) in case app lock is enabled by user"
|
||||||
|
},
|
||||||
|
"enabledText": "Habilitado",
|
||||||
|
"disabledText": "Deshabilitado",
|
||||||
|
"settingsManageTrustedCertificateTitle": "Administrar certificados de confianza",
|
||||||
|
"trustedCertManagerPageTitle": "Certificados de confianza",
|
||||||
|
"@trustedCertManagerPageTitle": {
|
||||||
|
"description": "A page to manage trusted certificates"
|
||||||
|
},
|
||||||
|
"trustedCertManagerAlreadyTrustedError": "Ya confiables",
|
||||||
|
"@trustedCertManagerAlreadyTrustedError": {
|
||||||
|
"description": "The selected cert has been trusted already"
|
||||||
|
},
|
||||||
|
"trustedCertManagerSelectServer": "Selecciona el servidor HTTPS",
|
||||||
|
"@trustedCertManagerSelectServer": {
|
||||||
|
"description": "Select a server from the account list"
|
||||||
|
},
|
||||||
|
"trustedCertManagerNoHttpsServerError": "No hay servidores disponibles",
|
||||||
|
"@trustedCertManagerNoHttpsServerError": {
|
||||||
|
"description": "There's no HTTPS server in the account list"
|
||||||
|
},
|
||||||
|
"trustedCertManagerFailedToRemoveCertError": "Fallo al quitar certificado",
|
||||||
|
"missingVideoThumbnailHelpDialogTitle": "¿Problemas con las miniaturas de vídeos?",
|
||||||
|
"dontShowAgain": "No mostrar otra vez",
|
||||||
|
"settingsUseNewHttpEngine": "Usar nuevo motor HTTP",
|
||||||
|
"settingsUseNewHttpEngineDescription": "El nuevo motor HTTP basado en Chromium, soporta nuevos estándares como HTTP/2* y HTTP/3 QUIC*.\n\nLimitaciones:\nYa no podemos administrar los certificados autofirmados. Debes importar tus certificados CA al almacén de confianza del sistema para que funcionen.\n\n* HTTPS requerido para HTTP/2 y HTTP/3 QUIC*.",
|
||||||
|
"settingsRestartNeededDialog": "Por favor reinicia la aplicación para aplicar los cambios",
|
||||||
|
"mapBrowserDateRangeLabel": "Rango de fechas",
|
||||||
|
"@mapBrowserDateRangeLabel": {
|
||||||
|
"description": "Filter photos by date range"
|
||||||
|
},
|
||||||
|
"mapBrowserDateRangeThisMonth": "Este mes",
|
||||||
|
"mapBrowserDateRangePrevMonth": "El mes pasado",
|
||||||
|
"mapBrowserDateRangeThisYear": "Este año",
|
||||||
|
"mapBrowserDateRangeCustom": "Personalizado",
|
||||||
|
"homeTabMapBrowser": "Mapa"
|
||||||
}
|
}
|
Loading…
Reference in a new issue