diff --git a/.github/workflows/pull-transifex.yml b/.github/workflows/pull-transifex.yml deleted file mode 100644 index 2e438416..00000000 --- a/.github/workflows/pull-transifex.yml +++ /dev/null @@ -1,53 +0,0 @@ -name: "Pull translations from Transifex" - -on: - workflow_dispatch: - schedule: - - cron: "0 3 * * *" - -jobs: - pull-translations: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - with: - ssh-key: ${{ secrets.DEPLOYMENT_SSH_KEY }} - ref: "main" - - - name: l10n-pull - uses: transifex/cli-action@v2 - with: - token: ${{ secrets.TX_TOKEN }} - args: pull --force --skip --all - - - name: l10n-format - shell: bash - run: | - beautifyJSON() { - jq --sort-keys 'walk(if type == "object" then del(."th_TH", ."pt_PT", ."pt_BR", ."nn_NO", ."nb_NO", ."en_GB") else . end)' "$1" >"$1.tmp" - mv "$1.tmp" "$1" - } - beautifyJSON "OpenCloud Action Extension/InfoPlist.xcstrings" - beautifyJSON "OpenCloud File Provider/Localizable.xcstrings" - beautifyJSON "OpenCloud Share Extension/InfoPlist.xcstrings" - beautifyJSON "OpenCloud/Resources/InfoPlist.xcstrings" - beautifyJSON "OpenCloud/Resources/Localizable.xcstrings" - beautifyJSON "OpenCloudAppFramework/Resources/Localizable.xcstrings" - - - name: Setup Swift - uses: swift-actions/setup-swift@v2.1.0 - - - name: Build ocstringstool - run: | - swift -v - swiftc tools/normalizestrings/main.swift -o /tmp/ocstringstool - - - name: Run ocstringstool - run: /tmp/ocstringstool normalize "OpenCloud/Resources" "OpenCloud Action Extension" "OpenCloud File Provider" "OpenCloud Share Extension" "OpenCloudAppFramework/Resources" - - - uses: GuillaumeFalourd/git-commit-push@v1.3 - with: - email: devops@opencloud.eu - name: OpenClouders - commit_message: "[tx] updated translations from transifex" diff --git a/.tx/config b/.tx/config index 3b2c2c9a..7e0eb136 100644 --- a/.tx/config +++ b/.tx/config @@ -9,13 +9,14 @@ source_lang = en type = XCSTRINGS minimum_perc = 75 -[o:opencloud-eu:p:opencloud-eu:r:ios-infoplist] -resource_name = ios-infoplist -file_filter = OpenCloud/Resources/InfoPlist.xcstrings -source_file = OpenCloud/Resources/InfoPlist.xcstrings -source_lang = en -type = XCSTRINGS -minimum_perc = 75 +#[o:opencloud-eu:p:opencloud-eu:r:ios-infoplist] +#resource_name = ios-infoplist +#file_filter = OpenCloud/Resources/InfoPlist.xcstrings +#source_file = OpenCloud/Resources/InfoPlist.xcstrings +#source_lang = en +#type = XCSTRINGS +#minimum_perc = 75 +# AVOID for now, failed to upload of resource 'o:opencloud-eu:p:opencloud-eu:r:ios-infoplist' - parse_error: 'strings' entry invalid or missing.q [o:opencloud-eu:p:opencloud-eu:r:ios-framework] resource_name = ios-framework diff --git a/.xcode-version b/.xcode-version index 0d68f8a0..f6eb05e3 100644 --- a/.xcode-version +++ b/.xcode-version @@ -1 +1 @@ -16.0 +16.2 diff --git a/OpenCloud Action Extension/InfoPlist.xcstrings b/OpenCloud Action Extension/InfoPlist.xcstrings index 5b1b04e6..f4b26ef5 100644 --- a/OpenCloud Action Extension/InfoPlist.xcstrings +++ b/OpenCloud Action Extension/InfoPlist.xcstrings @@ -5,11 +5,23 @@ "comment" : "Bundle display name", "extractionState" : "extracted_with_value", "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In OpenCloud speichern" + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", "value" : "Save to OpenCloud" } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opslaan naar OpenCloud" + } } } }, @@ -17,9 +29,21 @@ "comment" : "Bundle name", "extractionState" : "extracted_with_value", "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "OpenCloud-Aktionserweiterung" + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", + "value" : "OpenCloud Action Extension" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", "value" : "OpenCloud Action Extension" } } @@ -29,11 +53,23 @@ "comment" : "Copyright (human-readable)", "extractionState" : "extracted_with_value", "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copyright © 2025 OpenCloud GmbH, 2024 ownCloud GmbH. Alle Rechte vorbehalten." + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", "value" : "Copyright © 2025 OpenCloud GmbH, 2024 ownCloud GmbH. All rights reserved." } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auteursrecht © 2025 OpenCloud GmbH, 2024 ownCloud GmbH. Alle rechten voorbehouden." + } } } } diff --git a/OpenCloud File Provider/Localizable.xcstrings b/OpenCloud File Provider/Localizable.xcstrings index db2ab220..d78df5d1 100644 --- a/OpenCloud File Provider/Localizable.xcstrings +++ b/OpenCloud File Provider/Localizable.xcstrings @@ -2,25 +2,158 @@ "sourceLanguage" : "en", "strings" : { "Authorization failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autorisierung fehlgeschlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authorization failed" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autorisatie mislukt" + } + } + } }, "File Provider access has been disabled by the administrator. Please use the app to create new folders." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Der Zugriff auf den Dateianbieter wurde vom Administrator deaktiviert. Bitte verwenden Sie die App, um neue Ordner zu erstellen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "File Provider access has been disabled by the administrator. Please use the app to create new folders." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "De toegang tot de Bestandsprovider is uitgeschakeld door de beheerder. Gebruik de app om nieuwe mappen aan te maken." + } + } + } }, "File Provider access has been disabled by the administrator. Please use the share extension to import files." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Der Zugriff auf den Dateianbieter wurde vom Administrator deaktiviert. Bitte verwenden Sie die Freigabeerweiterung, um Dateien zu importieren." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "File Provider access has been disabled by the administrator. Please use the share extension to import files." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "De toegang tot de Bestandsprovider is uitgeschakeld door de beheerder. Gebruik de share-extensie om bestanden te importeren." + } + } + } }, "Importing files through the File Provider is not allowed on this device." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Importieren von Dateien über den Dateianbieter ist auf diesem Gerät nicht zulässig." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Importing files through the File Provider is not allowed on this device." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Het importeren van bestanden via de Bestandsprovider is niet toegestaan op dit apparaat." + } + } + } }, "Log into your account %@ in the app for more details." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Melden Sie sich in der App in Ihrem Konto %@ an, um weitere Details zu erfahren." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log into your account %@ in the app for more details." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log in op uw account %@ in de app voor meer details." + } + } + } }, "Log into your account in the app for more details." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Melden Sie sich in der App in Ihrem Konto an, um weitere Details zu erfahren." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log into your account in the app for more details." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log in op uw account in de app voor meer details." + } + } + } }, "The destination folder couldn't be found on this server. Moving items across servers is currently not supported." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Der Zielordner konnte auf diesem Server nicht gefunden werden. Das Verschieben von Elementen zwischen Servern wird derzeit nicht unterstützt." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The destination folder couldn't be found on this server. Moving items across servers is currently not supported." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "De doelmap kon niet worden gevonden op deze server. Het verplaatsen van items over servers wordt momenteel niet ondersteund." + } + } + } } }, "version" : "1.0" diff --git a/OpenCloud Share Extension/InfoPlist.xcstrings b/OpenCloud Share Extension/InfoPlist.xcstrings index 6458a8c8..4bc34b01 100644 --- a/OpenCloud Share Extension/InfoPlist.xcstrings +++ b/OpenCloud Share Extension/InfoPlist.xcstrings @@ -5,11 +5,23 @@ "comment" : "Bundle display name", "extractionState" : "extracted_with_value", "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auf OpenCloud teilen" + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", "value" : "Share to OpenCloud" } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delen naar OpenCloud" + } } } }, @@ -17,9 +29,21 @@ "comment" : "Bundle name", "extractionState" : "extracted_with_value", "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "OpenCloud-Teilen-Erweiterung" + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", + "value" : "OpenCloud Share Extension" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", "value" : "OpenCloud Share Extension" } } diff --git a/OpenCloud.xcodeproj/project.pbxproj b/OpenCloud.xcodeproj/project.pbxproj index fda388a0..ab1b8a4f 100644 --- a/OpenCloud.xcodeproj/project.pbxproj +++ b/OpenCloud.xcodeproj/project.pbxproj @@ -5434,7 +5434,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = "$(APP_VERSION)"; DEVELOPMENT_TEAM = 8P6LQ2M542; FRAMEWORK_SEARCH_PATHS = "${TARGET_BUILD_DIR}"; GCC_WARN_UNUSED_LABEL = YES; @@ -5454,7 +5454,7 @@ OCLocalizedString, OCLocalizedFormat, ); - MARKETING_VERSION = 1.2.0; + MARKETING_VERSION = "${APP_SHORT_VERSION}"; PRODUCT_BUNDLE_IDENTIFIER = eu.opencloud.ios; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -5472,7 +5472,7 @@ CODE_SIGN_ENTITLEMENTS = OpenCloud/OpenCloud.entitlements; CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = "$(APP_VERSION)"; DEVELOPMENT_TEAM = 8P6LQ2M542; FRAMEWORK_SEARCH_PATHS = "${TARGET_BUILD_DIR}"; GCC_WARN_UNUSED_LABEL = YES; @@ -5492,7 +5492,7 @@ OCLocalizedString, OCLocalizedFormat, ); - MARKETING_VERSION = 1.2.0; + MARKETING_VERSION = "${APP_SHORT_VERSION}"; PRODUCT_BUNDLE_IDENTIFIER = eu.opencloud.ios; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/OpenCloud/Resources/InfoPlist.xcstrings b/OpenCloud/Resources/InfoPlist.xcstrings index 8dfc8639..fa56d161 100644 --- a/OpenCloud/Resources/InfoPlist.xcstrings +++ b/OpenCloud/Resources/InfoPlist.xcstrings @@ -1,6 +1,7 @@ { "sourceLanguage" : "en", "strings" : { + }, "version" : "1.0" } \ No newline at end of file diff --git a/OpenCloud/Resources/Localizable.xcstrings b/OpenCloud/Resources/Localizable.xcstrings index bcd6027d..826a69df 100644 --- a/OpenCloud/Resources/Localizable.xcstrings +++ b/OpenCloud/Resources/Localizable.xcstrings @@ -2,53 +2,286 @@ "sourceLanguage" : "en", "strings" : { "\nThis is a BETA release that may - and likely will - still contain bugs.\n\nYOU SHOULD NOT USE THIS BETA VERSION WITH PRODUCTION SYSTEMS, PRODUCTION DATA OR DATA OF VALUE. YOU'RE USING THIS BETA AT YOUR OWN RISK." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "\nDies ist eine BETA-Version, die möglicherweise – und sehr wahrscheinlich – noch Fehler enthält.\n\nSIE SOLLTEN DIESE BETA-VERSION NICHT MIT PRODUKTIONSSYSTEMEN, PRODUKTIONSDATEN ODER WERTVOLLEN DATEN VERWENDEN. SIE VERWENDEN DIESE BETA AUF EIGENES RISIKO." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "\nThis is a BETA release that may - and likely will - still contain bugs.\n\nYOU SHOULD NOT USE THIS BETA VERSION WITH PRODUCTION SYSTEMS, PRODUCTION DATA OR DATA OF VALUE. YOU'RE USING THIS BETA AT YOUR OWN RISK." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "\nDit is een BETA-release die mogelijk - en waarschijnlijk - bugs bevat.\n\nU MAG DEZE BÈTAVERSIE NIET GEBRUIKEN MET PRODUCTIESYSTEMEN, PRODUCTIEGEGEVENS OF WAARDEVOLLE GEGEVENS. GEBRUIK VAN DEZE BÈTA IS OP EIGEN RISICO." + } + } + } }, " couldn't download file(s)" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : " konnte(n) nicht heruntergeladen werden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : " couldn't download file(s)" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "kon bestand(en) niet downloaden" + } + } + } }, "'%@' is currently locked" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "'%@' ist derzeit gesperrt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "'%@' is currently locked" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "'%@' is momenteel vergrendeld" + } + } + } }, "{{attribute}} {{direction}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{attribute}} {{direction}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{attribute}} {{direction}}" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{attribute}} {{direction}}" + } + } + } }, "{{fileName}} (file)" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{fileName}} (Datei)" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{fileName}} (file)" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{fileName}} (file)" + } + } + } }, "{{folderName}} (folder)" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{folderName}} (Ordner)" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{folderName}} (folder)" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{folderName}} (folder)" + } + } + } }, "{{itemCount}} items with {{totalSize}} total ({{fileCount}} files, {{folderCount}} folders)" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{itemCount}} Elemente mit insgesamt {{totalSize}} ({{fileCount}} Dateien, {{folderCount}} Ordner)" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{itemCount}} items with {{totalSize}} total ({{fileCount}} files, {{folderCount}} folders)" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{itemCount}} items met {{totalSize}} totaal ({{fileCount}} bestanden, {{folderCount}} mappen)" + } + } + } }, "{{itemName}} ({{link}}) | password: {{password}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{itemName}} ({{link}}) | Passwort: {{password}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{itemName}} ({{link}}) | password: {{password}}" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{itemName}} ({{link}}) | wachtwoord: {{password}}" + } + } + } }, "{{link}} | password: {{password}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{link}} | Passwort: {{password}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{link}} | password: {{password}}" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{link}} | wachtwoord: {{password}}" + } + } + } }, "{{remaining}} available" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{remaining}} verfügbar" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{remaining}} available" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{remaining}} beschikbaar" + } + } + } }, "{{spaceName}} (space)" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{spaceName}} (Space)" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{spaceName}} (space)" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{spaceName}} (space)" + } + } + } }, "%@ (%d bits/channel)" : { "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%1$@ (%2$d Bits/Kanal)" + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", "value" : "%1$@ (%2$d bits/channel)" } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%1$@ (%2$d bits/kanaal)" + } } } }, "%@ / %@" : { "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%1$@ / %2$@" + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", + "value" : "%1$@ / %2$@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", "value" : "%1$@ / %2$@" } } @@ -56,2073 +289,11452 @@ }, "%@ / %@ – starting immediately" : { "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%1$@ / %2$@ – startet sofort" + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", "value" : "%1$@ / %2$@ – starting immediately" } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%1$@ / %2$@ – met onmiddellijke ingang" + } } } }, "%@ of %@" : { "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%1$@ von %2$@" + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", "value" : "%1$@ of %2$@" } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%1$@ van %2$@" + } } } }, "%@ was updated" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ wurde aktualisiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ was updated" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ is bijgewerkt" + } + } + } }, "%@%@ %@ version %@ build %@\n(app: %@, sdk: %@)" : { "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%1$@%2$@ %3$@ Version %4$@ Build %5$@\n(App: %6$@, SDK: %7$@)" + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", "value" : "%1$@%2$@ %3$@ version %4$@ build %5$@\n(app: %6$@, sdk: %7$@)" } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%1$@%2$@ %3$@ versie %4$@ build %5$@\n(app: %6$@, sdk: %7$@)" + } } } }, "%ld digit code" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld-stelliger Code" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld digit code" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld cijferige code" + } + } + } }, "%ld Item was copied to the clipboard" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld Element wurde in die Zwischenablage kopiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld Item was copied to the clipboard" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld Item is naar het klembord gekopieerd" + } + } + } }, "%ld Items were copied to the clipboard" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld Elemente wurden in die Zwischenablage kopiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld Items were copied to the clipboard" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld Items zijn naar het klembord gekopieerd" + } + } + } }, "+ %ld more" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "+ %ld weitere" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "+ %ld more" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "+ %ld meer" + } + } + } }, "Accept" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Akzeptieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accept" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accepteren" + } + } + } }, "Accept or decline" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Akzeptieren oder ablehnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accept or decline" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accepteren of weigeren" + } + } + } }, "Accept share" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Freigabe akzeptieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accept share" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share accepteren" + } + } + } }, "Accept Share failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Freigabe konnte nicht akzeptiert werden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accept Share failed" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accepteren van share is mislukt" + } + } + } }, "Accepted" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Akzeptiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accepted" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geaccepteerd" + } + } + } }, "Access denied" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zugriff verweigert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Access denied" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toegang geweigerd" + } + } + } }, "Access for the media selected for upload is limited" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zugriff auf die ausgewählten Medien für den Upload ist eingeschränkt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Access for the media selected for upload is limited" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "De toegang tot de media die zijn geselecteerd voor upload is beperkt" + } + } + } }, "Account" : { - - }, - "Account setup complete" : { - - }, - "Accounts" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account" + } + } + } + }, + "Account setup complete" : { + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontoeinrichtung abgeschlossen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account setup complete" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account instellen voltooid" + } + } + } + }, + "Accounts" : { + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accounts" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Accounts" + } + } + } }, "Acknowledgements" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Danksagungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acknowledgements" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dankbetuigingen" + } + } + } }, "Action" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktion" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Action" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Actie" + } + } + } }, "Action executed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktion ausgeführt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Action executed" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Actie uitgevoerd" + } + } + } }, "Actions" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktionen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Actions" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Acties" + } + } + } }, "Add" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toevoegen" + } + } + } }, "Add account" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add account" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Account toevoegen" + } + } + } }, "Add item" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Element hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add item" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Item toevoegen" + } + } + } }, "Add to sidebar" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zur Seitenleiste hinzufügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Add to sidebar" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toevoegen aan zijbalk" + } + } + } }, "Advanced settings" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erweiterte Einstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Advanced settings" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geavanceerde instellingen" + } + } + } }, "after %@" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "nach %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "after %@" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "na %@" + } + } + } }, "After %ld seconds" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nach %ld Sekunden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "After %ld seconds" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Na %ld seconden" + } + } + } }, "After 1 minute" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nach 1 Minute" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "After 1 minute" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Na 1 minuut" + } + } + } }, "After 5 minutes" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nach 5 Minuten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "After 5 minutes" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Na 5 minuten" + } + } + } }, "After 30 minutes" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nach 30 Minuten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "After 30 minutes" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Na 30 minuten" + } + } + } }, "after free %@ trial" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "nach der kostenlosen %@ Testphase" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "after free %@ trial" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "na gratis %@ proefperiode" + } + } + } }, "Agree" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zustimmen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Agree" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Instemmen" + } + } + } }, "Albums" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Albums" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Albums" + } + } + } }, "All done" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fertig" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "All done" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alles klaar" + } + } + } }, "All Photos" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle Fotos" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "All Photos" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle foto's" + } + } + } }, "Allow this app to refresh the content when on Wi-Fi or mobile network in background." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diese App darf Inhalte im Hintergrund bei WLAN- oder Mobilfunkverbindung aktualisieren." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Allow this app to refresh the content when on Wi-Fi or mobile network in background." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toestaan dat deze app op de achtergrond de inhoud vernieuwt wanneer deze zich op Wi-Fi of mobiel netwerk bevindt." + } + } + } }, "Altitude" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Höhe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Altitude" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hoogte" + } + } + } }, "An error occurred" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ein Fehler ist aufgetreten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "An error occurred" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er is een fout opgetreden" + } + } + } }, "An item with the same name already exists in this location." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "An diesem Ort existiert bereits ein Element mit demselben Namen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "An item with the same name already exists in this location." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Op deze locatie bestaat al een item met dezelfde naam." + } + } + } }, "An operation is currently performed that prevents connecting to '%@'. Please try again later." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eine laufende Operation verhindert derzeit die Verbindung zu '%@'. Bitte versuchen Sie es später erneut." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "An operation is currently performed that prevents connecting to '%@'. Please try again later." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er wordt momenteel een bewerking uitgevoerd die de verbinding met '%@' verhindert. Probeer het later nog eens." + } + } + } }, "Aperture" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blende" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aperture" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diafragma" + } + } + } }, "Aperture priority" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blendenpriorität" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aperture priority" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diafragmaprioriteit" + } + } + } }, "App Version" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "App-Version" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Version" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "App-versie" + } + } + } }, "Apply choice to all similar issues" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auswahl auf alle ähnlichen Probleme anwenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apply choice to all similar issues" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pas keuze toe op alle vergelijkbare problemen" + } + } + } }, "Apply to all" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auf alle anwenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Apply to all" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Op alles toepassen" + } + } + } }, "Approve" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Genehmigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Approve" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Goedkeuren" + } + } + } }, "Approved" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Genehmigt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Approved" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Goedgekeurd" + } + } + } }, "Are you sure you want to delete these items from the server?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sind Sie sicher, dass Sie diese Elemente vom Server löschen möchten?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Are you sure you want to delete these items from the server?" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weet u zeker dat u deze items van de server wilt verwijderen?" + } + } + } }, "Are you sure you want to delete this item from the server?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sind Sie sicher, dass Sie dieses Element vom Server löschen möchten?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Are you sure you want to delete this item from the server?" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weet u zeker dat u dit item van de server wilt verwijderen?" + } + } + } }, "Are you sure you want to unshare these items?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sind Sie sicher, dass Sie diese Elemente nicht mehr freigeben möchten?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Are you sure you want to unshare these items?" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weet u zeker dat u het delen van deze items wilt beëindigen?" + } + } + } }, "Are you sure you want to unshare this item?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sind Sie sicher, dass Sie dieses Element nicht mehr freigeben möchten?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Are you sure you want to unshare this item?" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weet u zeker dat u het delen van dit item wilt beëindigen?" + } + } + } }, "ascending" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "aufsteigend" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "ascending" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "oplopend" + } + } + } }, "Audios" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audios" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audios" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Audio" + } + } + } }, "Authenticated as %@ via %@" : { "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authentifiziert als %1$@ über %2$@" + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", "value" : "Authenticated as %1$@ via %2$@" } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geauthenticeerd als %1$@ via %2$@" + } } } }, "Authenticated via" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authentifiziert über" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authenticated via" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geauthenticeerd via" + } + } + } }, "Authenticating…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authentifizierung…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authenticating…" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authenticeren…" + } + } + } }, "Authentication error" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authentifizierungsfehler" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authentication error" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authenticatiefout" + } + } + } }, "Authentication failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authentifizierung fehlgeschlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authentication failed" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authenticatie is mislukt" + } + } + } }, "Authentication with %@ is no longer allowed. Re-authentication needed." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authentifizierung mit %@ ist nicht mehr erlaubt. Erneute Authentifizierung erforderlich." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authentication with %@ is no longer allowed. Re-authentication needed." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authenticatie met %@ is niet langer toegestaan. Opnieuw authentificeren vereist." + } + } + } }, "Authoring" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authoring" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auteurschap" + } + } + } }, "Authorization failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autorisierung fehlgeschlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authorization failed" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autorisatie mislukt" + } + } + } }, "Auto" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Automatisch" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autom." + } + } + } }, "Auto mode" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Automatikmodus" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto mode" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autom. modus" + } + } + } }, "Auto Upload" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Automatischer Upload" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto Upload" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autom. uploaden" + } + } + } }, "Auto upload disabled" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Automatischer Upload deaktiviert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto upload disabled" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autom. upload uitgeschakeld" + } + } + } }, "Auto upload of media was disabled since configured account / folder was not found" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Automatischer Upload von Medien wurde deaktiviert, da das konfigurierte Konto / der Ordner nicht gefunden wurde" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto upload of media was disabled since configured account / folder was not found" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autom. uploaden van media is uitgeschakeld omdat de geconfigureerde account/map niet is gevonden" + } + } + } }, "Auto Upload Photos" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Automatischer Foto-Upload" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto Upload Photos" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Foto's autom. uploaden" + } + } + } }, "Auto Upload Videos" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Automatischer Video-Upload" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto Upload Videos" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video's autom. uploaden" + } + } + } }, "Auto-approved" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Automatisch genehmigt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auto-approved" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Autom. goedgekeurd" + } + } + } }, "Available offline" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offline verfügbar" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Available offline" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offline beschikbaar" + } + } + } }, "Available Offline" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offline verfügbar" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Available Offline" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offline beschikbaar" + } + } + } }, "Average" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durchschnitt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Average" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gemiddeld" + } + } + } }, "Back" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zurück" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Back" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Terug" + } + } + } }, "Background upload notifications" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Benachrichtigungen für Hintergrund-Uploads" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Background upload notifications" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Meldingen van achtergronduploads" + } + } + } }, "Background uploads (Lab Version)" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hintergrund-Uploads (Lab-Version)" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Background uploads (Lab Version)" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Achtergronduploads (Lab-versie)" + } + } + } }, "beta" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beta" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "beta" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "bèta" + } + } + } }, "Beta Warning" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beta-Warnung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beta Warning" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bètawaarschuwing" + } + } + } }, "Biometric authentication failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Biometrische Authentifizierung fehlgeschlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Biometric authentication failed" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Biometrische authenticatie mislukt" + } + } + } }, "Bookmark Metadata" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lesezeichen-Metadaten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bookmark Metadata" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bladwijzer-metagegevens" + } + } + } }, "Browse" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durchsuchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Browse" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bladeren" + } + } + } }, "Busy" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beschäftigt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Busy" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bezet" + } + } + } }, "By feature" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nach Funktion" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "By feature" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Op functie" + } + } + } }, "Camera details" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kamera-Details" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Camera details" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cameradetails" + } + } + } }, "Cancel" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abbrechen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancel" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Annuleren" + } + } + } }, "Cannot connect to " : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verbindung zu … nicht möglich" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cannot connect to " + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kan geen verbinding maken met " + } + } + } }, "Capture settings" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aufnahmeeinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Capture settings" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opname-instellingen" + } + } + } }, "Cellular Data Usage" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mobilfunkdaten-Verbrauch" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cellular Data Usage" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mobiele datagebruik" + } + } + } }, "Cellular Data Usage have been disabled via MDM configuration. Please contact your administrator for more information." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mobilfunkdaten-Nutzung wurde über die MDM-Konfiguration deaktiviert. Bitte wenden Sie sich für weitere Informationen an Ihren Administrator." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cellular Data Usage have been disabled via MDM configuration. Please contact your administrator for more information." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Het gebruik van mobiele gegevens is uitgeschakeld via de MDM-configuratie. Neem contact op met uw beheerder voor meer informatie." + } + } + } }, "CenterWeightedAverage" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zentralgewichteter Mittelwert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "CenterWeightedAverage" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "CenterWeightedAverage" + } + } + } }, "Certificate Details" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zertifikatsdetails" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Certificate Details" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Certificaatgegevens" + } + } + } }, "Certificate has issues.\nOpen 'Certificate Details' for more informations." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Zertifikat weist Probleme auf.\nÖffnen Sie die „Zertifikatsdetails“ für weitere Informationen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Certificate has issues.\nOpen 'Certificate Details' for more informations." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Er zijn problemen met het certificaat.\nOpen 'Certificaatgegevens' voor meer informatie." + } + } + } }, "Certificate may have issues, but was accepted by user.\nOpen 'Certificate Details' for more informations." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Zertifikat weist möglicherweise Probleme auf, wurde jedoch vom Benutzer akzeptiert.\nÖffnen Sie die „Zertifikatsdetails“ für weitere Informationen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Certificate may have issues, but was accepted by user.\nOpen 'Certificate Details' for more informations." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Certificaat heeft mogelijk problemen, maar is door de gebruiker geaccepteerd.\nOpen 'Certificaatgegevens' voor meer informatie." + } + } + } }, "Certificate was rejected by user." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Zertifikat wurde vom Benutzer abgelehnt." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Certificate was rejected by user." + } + } + } }, "Certificates" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zertifikate" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Certificates" + } + } + } }, "Change" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ändern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Change" + } + } + } }, "Change password" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Passwort ändern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Change password" + } + } + } }, "Changed {{settingID}} to {{newValue}}." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{settingID}} wurde auf {{newValue}} geändert." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Changed {{settingID}} to {{newValue}}." + } + } + } }, "Choose destination directory…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zielverzeichnis auswählen…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Choose destination directory…" + } + } + } }, "Clear" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Leeren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Clear" + } + } + } }, "Cleared {{settingID}}." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{settingID}} wurde gelöscht." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cleared {{settingID}}." + } + } + } }, "Cleared all." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alles gelöscht." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cleared all." + } + } + } }, "Close actions menu" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktionsmenü schließen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Close actions menu" + } + } + } }, "Close Window" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fenster schließen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Close Window" + } + } + } }, "Color model" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Farbmodell" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Color model" + } + } + } }, "Color space" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Farbraum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Color space" + } + } + } }, "Compacting" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wird komprimiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compacting" + } + } + } }, "Compacting of '%@' failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Komprimieren von „%@“ fehlgeschlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compacting of '%@' failed" + } + } + } }, "Completed update scans" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktualisierungsscans abgeschlossen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Completed update scans" + } + } + } }, "Compulsory flash firing" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blitz erzwingen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compulsory flash firing" + } + } + } }, "Compulsory flash supression" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blitz unterdrücken" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Compulsory flash supression" + } + } + } }, "Connecting" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verbinden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Connecting" + } + } + } }, "Connecting..." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verbindung wird hergestellt..." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Connecting..." + } + } + } }, "Connecting…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verbindung wird hergestellt…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Connecting…" + } + } + } }, "Contact info" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontaktinformationen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contact info" + } + } + } }, "Contacting server…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server wird kontaktiert…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contacting server…" + } + } + } }, "contents" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inhalt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "contents" + } + } + } }, "Contents from cache." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Inhalt aus dem Cache." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Contents from cache." + } + } + } }, "Continue" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fortfahren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Continue" + } + } + } }, "Continue offline" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offline fortfahren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Continue offline" + } + } + } }, "Convert HEIC to JPEG" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "HEIC in JPEG konvertieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Convert HEIC to JPEG" + } + } + } }, "Convert videos to MP4" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Videos in MP4 konvertieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Convert videos to MP4" + } + } + } }, "Coordinates" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Koordinaten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Coordinates" + } + } + } }, "Copy" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kopieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy" + } + } + } }, "Copy \"{{itemName}}\"" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "„{{itemName}}“ kopieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy \"{{itemName}}\"" + } + } + } }, "Copy {{itemCount}} items" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{itemCount}} Elemente kopieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy {{itemCount}} items" + } + } + } }, "Copy here" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hierher kopieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy here" + } + } + } }, "Copy Private Link" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privaten Link kopieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy Private Link" + } + } + } }, "Copy to clipboard" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In die Zwischenablage kopieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copy to clipboard" + } + } + } }, "Copying %ld items…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld Elemente werden kopiert…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copying %ld items…" + } + } + } }, "Copyright" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Urheberrecht" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Copyright" + } + } + } }, "Could not get the picture" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bild konnte nicht geladen werden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Could not get the picture" + } + } + } }, "Couldn't resolve a private link since the item is not known to the server." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privater Link konnte nicht aufgelöst werden, da das Element dem Server nicht bekannt ist." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Couldn't resolve a private link since the item is not known to the server." + } + } + } }, "Couldn't resolve a private link since you are offline and corresponding item is not cached locally." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privater Link konnte nicht aufgelöst werden, da Sie offline sind und das entsprechende Element nicht lokal zwischengespeichert ist." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Couldn't resolve a private link since you are offline and corresponding item is not cached locally." + } + } + } }, "Create" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create" + } + } + } }, "Create folder" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordner erstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create folder" + } + } + } }, "Create link" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link erstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create link" + } + } + } }, "Create one file per page" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eine Datei pro Seite erstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create one file per page" + } + } + } }, "Create shortcut" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verknüpfung erstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Create shortcut" + } + } + } }, "Creating %ld folders…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld Ordner werden erstellt…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Creating %ld folders…" + } + } + } }, "Creative" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kreativ" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Creative" + } + } + } }, "Credentials" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anmeldedaten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Credentials" + } + } + } }, "Cut" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ausschneiden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cut" + } + } + } }, "Dark" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dunkel" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dark" + } + } + } }, "Data usage" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datenverbrauch" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Data usage" + } + } + } }, "date" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "date" + } + } + } }, "Date" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Date" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datum" + } + } + } }, "Debug" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Debug" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Debug" + } + } + } }, "Decline" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ablehnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Decline" + } + } + } }, "Decline share" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Freigabe ablehnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Decline share" + } + } + } }, "Decline Share failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ablehnen der Freigabe fehlgeschlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Decline Share failed" + } + } + } }, "Declined" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abgelehnt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Declined" + } + } + } }, "Default search scope" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Standard-Suchbereich" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Default search scope" + } + } + } }, "Delete" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Löschen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete" + } + } + } }, "Delete all" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle löschen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete all" + } + } + } }, "Delete all log files?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle Protokolldateien löschen?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete all log files?" + } + } + } }, "Delete all Offline Files" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle Offline-Dateien löschen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete all Offline Files" + } + } + } }, "Delete Authentication Data" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Authentifizierungsdaten löschen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete Authentication Data" + } + } + } }, "Delete code" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Code löschen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete code" + } + } + } }, "Delete unused local copies" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nicht verwendete lokale Kopien löschen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delete unused local copies" + } + } + } }, "Deleting %ld items…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld Elemente werden gelöscht…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deleting %ld items…" + } + } + } }, "Deletion of '%@' failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Löschen von „%@“ fehlgeschlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deletion of '%@' failed" + } + } + } }, "Density" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dichte" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Density" + } + } + } }, "descending" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "absteigend" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "descending" + } + } + } }, "Description" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Beschreibung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Description" + } + } + } }, "Deselect All" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auswahl aufheben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deselect All" + } + } + } }, "Diagnostic Overview" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diagnoseübersicht" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diagnostic Overview" + } + } + } }, "Diagnostics" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diagnose" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diagnostics" + } + } + } }, "Didn't fire" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nicht ausgelöst" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Didn't fire" + } + } + } }, "Digitized date" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Digitalisierungsdatum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Digitized date" + } + } + } }, "Disable" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Deaktivieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Disable" + } + } + } }, "Disable gestures" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gesten deaktivieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Disable gestures" + } + } + } }, "Discard changes" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Änderungen verwerfen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Discard changes" + } + } + } }, "Disconnect" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Trennen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Disconnect" + } + } + } }, "Do you want to log out from '%@'?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Möchten Sie sich von '%@' abmelden?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Do you want to log out from '%@'?" + } + } + } }, "Do you want to open the following URL?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Möchten Sie die folgende URL öffnen?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Do you want to open the following URL?" + } + } + } }, "Document Scanner" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dokumentenscanner" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Document Scanner" + } + } + } }, "Documentation" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dokumentation" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Documentation" + } + } + } }, "Documents" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dokumente" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Documents" + } + } + } }, "Done" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fertig" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Done" + } + } + } }, "Download" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Herunterladen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Download" + } + } + } }, "Download / View" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Herunterladen / Anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Download / View" + } + } + } }, "Download instead of streaming" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Herunterladen statt Streamen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Download instead of streaming" + } + } + } }, "Downloaded Files" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Heruntergeladene Dateien" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Downloaded Files" + } + } + } }, "Downloading %ld files…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lade %ld Dateien herunter…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Downloading %ld files…" + } + } + } }, "Duplicate" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duplikat" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Duplicate" + } + } + } }, "E" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "E" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "E" + } + } + } }, "Edit" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bearbeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit" + } + } + } }, "Edit account" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto bearbeiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Edit account" + } + } + } }, "Enable" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktivieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable" + } + } + } }, "Enable diagnostics" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diagnose aktivieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable diagnostics" + } + } + } }, "Enable logging" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Protokollierung aktivieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable logging" + } + } + } }, "Enable Pro Features (QA)" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pro-Funktionen aktivieren (QA)" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enable Pro Features (QA)" + } + } + } }, "enabled" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "aktiviert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "enabled" + } + } + } }, "Enabling presentation mode will prevent the display from sleep mode until the view is closed." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die Aktivierung des Präsentationsmodus verhindert, dass das Display in den Ruhemodus geht, bis die Ansicht geschlossen wird." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enabling presentation mode will prevent the display from sleep mode until the view is closed." + } + } + } }, "Enabling this option will attempt to mask private data, so it does not become part of any log. Since logging is a development and debugging feature, though, we can't guarantee that the log file will be free of any private data even with this option enabled. Therefore, please look through any log file and verify its free of any data you're not comfortable sharing before sharing it with anybody." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durch Aktivierung dieser Option werden private Daten maskiert, sodass sie nicht Teil eines Protokolls werden. Da Protokollierung jedoch eine Entwicklungs- und Debugging-Funktion ist, können wir nicht garantieren, dass das Logfile frei von privaten Daten ist, selbst wenn diese Option aktiviert ist. Bitte überprüfen Sie daher jedes Logfile und stellen Sie sicher, dass keine Daten enthalten sind, die Sie nicht teilen möchten, bevor Sie es weitergeben." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enabling this option will attempt to mask private data, so it does not become part of any log. Since logging is a development and debugging feature, though, we can't guarantee that the log file will be free of any private data even with this option enabled. Therefore, please look through any log file and verify its free of any data you're not comfortable sharing before sharing it with anybody." + } + } + } }, "Enter a new code with %ld digits" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geben Sie einen neuen Code mit %ld Ziffern ein" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter a new code with %ld digits" + } + } + } }, "Enter a search term" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suchbegriff eingeben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter a search term" + } + } + } }, "Enter code" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Code eingeben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter code" + } + } + } }, "Enter multiple selection" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mehrfachauswahl eingeben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter multiple selection" + } + } + } }, "Enter the user or group you want to invite." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geben Sie den Benutzer oder die Gruppe ein, die Sie einladen möchten." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enter the user or group you want to invite." + } + } + } }, "Error" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error" + } + } + } }, "Error creating {{itemName}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Erstellen von {{itemName}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error creating {{itemName}}" + } + } + } }, "Error fetching transactions" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Abrufen der Transaktionen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error fetching transactions" + } + } + } }, "Error importing %@" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Importieren von %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error importing %@" + } + } + } }, "Error loading item" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Laden des Elements" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error loading item" + } + } + } }, "Error loading product info from App Store" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Laden der Produktinformationen aus dem App Store" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error loading product info from App Store" + } + } + } }, "Error opening {{itemName}} in {{appName}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Öffnen von {{itemName}} in {{appName}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error opening {{itemName}} in {{appName}}" + } + } + } }, "Error opening %@" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Öffnen von %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error opening %@" + } + } + } }, "Error restoring purchases" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehler beim Wiederherstellen der Käufe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Error restoring purchases" + } + } + } }, "EXIF aux info" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "EXIF Zusatzinformationen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "EXIF aux info" + } + } + } }, "Exit multiple selection" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mehrfachauswahl beenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exit multiple selection" + } + } + } }, "Expiration date" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ablaufdatum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expiration date" + } + } + } }, "Expires {{expirationDate}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Läuft ab am {{expirationDate}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Expires {{expirationDate}}" + } + } + } }, "Exposure bias" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Belichtungskorrektur" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Exposure bias" + } + } + } }, "Extend by one week" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Um eine Woche verlängern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Extend by one week" + } + } + } }, "Extended upload settings" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erweiterte Upload-Einstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Extended upload settings" + } + } + } }, "Face ID" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Face ID" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Face ID" + } + } + } }, "Favorite item" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorite item" + } + } + } }, "Favorites" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favoriten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Favorites" + } + } + } }, "Feedback" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback" + } + } + } }, "Fetching server information…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Serverinformationen werden abgerufen…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fetching server information…" + } + } + } }, "Fetching user information…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Benutzerinformationen werden abgerufen…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fetching user information…" + } + } + } }, "File" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datei" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "File" + } + } + } }, "File an issue" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Problem melden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "File an issue" + } + } + } }, "File couldn't be opened" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datei konnte nicht geöffnet werden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "File couldn't be opened" + } + } + } }, "File format" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dateiformat" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "File format" + } + } + } }, "File name cannot contain / or \\" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dateiname darf / oder \\ nicht enthalten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "File name cannot contain / or \\" + } + } + } }, "File no longer exists" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datei existiert nicht mehr" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "File no longer exists" + } + } + } }, "Files" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dateien" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Files" + } + } + } }, "Files and folders marked as Available Offline will become unavailable. They will be re-downloaded next time you log into your account (connectivity required)." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dateien und Ordner, die als „Offline verfügbar“ markiert sind, werden nicht mehr verfügbar sein. Sie werden beim nächsten Anmelden wieder heruntergeladen (Internetverbindung erforderlich)." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Files and folders marked as Available Offline will become unavailable. They will be re-downloaded next time you log into your account (connectivity required)." + } + } + } }, "Files selected and downloaded for offline availability will show up here." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hier werden Dateien angezeigt, die für die Offline-Verfügbarkeit ausgewählt und heruntergeladen wurden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Files selected and downloaded for offline availability will show up here." + } + } + } }, "Find information, answers and solutions in the detailed documentation." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Finden Sie Informationen, Antworten und Lösungen in der ausführlichen Dokumentation." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Find information, answers and solutions in the detailed documentation." + } + } + } }, "Fired" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ausgelöst" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fired" + } + } + } }, "Firmware" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Firmware" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Firmware" + } + } + } }, "Flash" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blitz" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Flash" + } + } + } }, "Flash compensation" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blitzkorrektur" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Flash compensation" + } + } + } }, "Focal length" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brennweite" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Focal length" + } + } + } }, "Focal length @ 35 mm" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Brennweite @ 35 mm" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Focal length @ 35 mm" + } + } + } }, "Folder" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordner" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Folder" + } + } + } }, "Folder name" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordnername" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Folder name" + } + } + } }, "Folder removed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordner entfernt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Folder removed" + } + } + } }, "Forbidden Characters" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verbotene Zeichen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Forbidden Characters" + } + } + } }, "Free on %@" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Frei auf %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Free on %@" + } + } + } }, "General" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Allgemein" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "General" + } + } + } }, "Generate" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erzeugen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Generate" + } + } + } }, "Get in touch with our community in the forums - or file a GitHub issue to report a bug or request a feature." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Treten Sie mit unserer Community in den Foren in Kontakt – oder erstellen Sie ein GitHub-Issue, um einen Fehler zu melden oder eine Funktion anzufordern." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Get in touch with our community in the forums - or file a GitHub issue to report a bug or request a feature." + } + } + } }, "Go to page" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gehe zu Seite" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Go to page" + } + } + } }, "GPS Location" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "GPS-Standort" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "GPS Location" + } + } + } }, "Grid" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Raster" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Grid" + } + } + } }, "Group" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gruppe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Group" + } + } + } }, "Help" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hilfe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Help" + } + } + } }, "Help & Contact" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hilfe & Kontakt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Help & Contact" + } + } + } }, "Hide" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ausblenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hide" + } + } + } }, "Histogram" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Histogramm" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Histogram" + } + } + } }, "If you 'Continue', you will be prompted to allow the '{{app.name}}' app to open the {{authmethodName}} login page where you can enter your credentials." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn Sie auf 'Fortfahren' klicken, werden Sie aufgefordert, der App '{{app.name}}' zu erlauben, die {{authmethodName}}-Anmeldeseite zu öffnen, auf der Sie Ihre Zugangsdaten eingeben können." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you 'Continue', you will be prompted to allow the '{{app.name}}' app to open the {{authmethodName}} login page where you can enter your credentials." + } + } + } }, "If you 'Continue', you will be prompted to allow the '{{app.name}}' app to open the login page where you can enter your credentials." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn Sie auf 'Fortfahren' klicken, werden Sie aufgefordert, der App '{{app.name}}' zu erlauben, die Anmeldeseite zu öffnen, auf der Sie Ihre Zugangsdaten eingeben können." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you 'Continue', you will be prompted to allow the '{{app.name}}' app to open the login page where you can enter your credentials." + } + } + } }, "If you choose \"Immediately\" the App will be locked, when it is no longer in foreground." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn Sie 'Sofort' wählen, wird die App gesperrt, sobald sie nicht mehr im Vordergrund ist." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you choose \"Immediately\" the App will be locked, when it is no longer in foreground." + } + } + } }, "If you have a moment to give us your feedback, please take our survey." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn Sie einen Moment Zeit haben, um uns Ihr Feedback zu geben, nehmen Sie bitte an unserer Umfrage teil." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you have a moment to give us your feedback, please take our survey." + } + } + } }, "If you make an item a favorite, it will turn up here." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn Sie ein Element als Favorit markieren, erscheint es hier." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you make an item a favorite, it will turn up here." + } + } + } }, "If you would like background media uploads to be more reliable, you should enable background location updates." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn Sie möchten, dass Hintergrund-Medienuploads zuverlässiger sind, sollten Sie die Hintergrundstandortaktualisierungen aktivieren." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you would like background media uploads to be more reliable, you should enable background location updates." + } + } + } }, "If you'd like to give the account a custom name, please enter it below:" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn Sie dem Konto einen eigenen Namen geben möchten, geben Sie ihn bitte unten ein:" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "If you'd like to give the account a custom name, please enter it below:" + } + } + } }, "Ignore updates" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Updates ignorieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ignore updates" + } + } + } }, "Image details" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bilddetails" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image details" + } + } + } }, "Image grid" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bildraster" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image grid" + } + } + } }, "Image metadata" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bildmetadaten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image metadata" + } + } + } }, "Image metadata, extended upload options" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bildmetadaten, erweiterte Upload-Optionen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Image metadata, extended upload options" + } + } + } }, "Images" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bilder" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Images" + } + } + } }, "Immediately" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sofort" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Immediately" + } + } + } }, "Import \"{{itemName}}\"" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "„{{itemName}}“ importieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Import \"{{itemName}}\"" + } + } + } }, "Import {{itemCount}} files" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{itemCount}} Dateien importieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Import {{itemCount}} files" + } + } + } }, "Importing files through opening is not allowed on this device." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Importieren von Dateien durch Öffnen ist auf diesem Gerät nicht erlaubt." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Importing files through opening is not allowed on this device." + } + } + } }, "Importing files through the Share Extension is not allowed on this device." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Importieren von Dateien über die Share-Erweiterung ist auf diesem Gerät nicht erlaubt." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Importing files through the Share Extension is not allowed on this device." + } + } + } }, "Importing item %ld of %ld" : { "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Importiere Element %1$ld von %2$ld" + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", "value" : "Importing item %1$ld of %2$ld" } } } }, "In order to accurately determine your current licensing status, please add one or more accounts first." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Um Ihren aktuellen Lizenzstatus genau zu ermitteln, fügen Sie bitte zuerst ein oder mehrere Konten hinzu." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "In order to accurately determine your current licensing status, please add one or more accounts first." + } + } + } }, "In the cloud" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In der Cloud" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "In the cloud" + } + } + } }, "In-App Purchases" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App-Käufe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App Purchases" + } + } + } }, "Include available offline files" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verfügbare Offline-Dateien einbeziehen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Include available offline files" + } + } + } }, "Incorrect code" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Falscher Code" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Incorrect code" + } + } + } }, "Info" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Information" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Info" + } + } + } }, "Invalid Page" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ungültige Seite" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Invalid Page" + } + } + } }, "Invite" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einladen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Invite" + } + } + } }, "ISO" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "ISO" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "ISO" + } + } + } }, "Issues" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Probleme" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Issues" + } + } + } }, "Item grid" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elementraster" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Item grid" + } + } + } }, "Item with same name already exists" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ein Element mit demselben Namen existiert bereits" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Item with same name already exists" + } + } + } }, "Keywords" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schlüsselwörter" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keywords" + } + } + } }, "kind" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Typ" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "kind" + } + } + } }, "Landscape" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Querformat" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Landscape" + } + } + } }, "last used" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "zuletzt verwendet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "last used" + } + } + } }, "Lens ID" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Objektiv-ID" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lens ID" + } + } + } }, "Lens info" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Objektivinformationen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lens info" + } + } + } }, "Lens make" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Objektivhersteller" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lens make" + } + } + } }, "Lens model" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Objektivmodell" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lens model" + } + } + } }, "Lens serial" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Objektiv-Seriennummer" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lens serial" + } + } + } }, "license" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lizenz" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "license" + } + } + } }, "Light" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hell" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Light" + } + } + } }, "Limited Photo Access" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eingeschränkter Fotozugriff" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Limited Photo Access" + } + } + } }, "Link" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link" + } + } + } }, "Link points to an account bookmark which is not configured in the app." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Der Link verweist auf ein Konto-Lesezeichen, das in der App nicht konfiguriert ist." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link points to an account bookmark which is not configured in the app." + } + } + } }, "Link resolution failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link-Auflösung fehlgeschlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link resolution failed" + } + } + } }, "Links" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Links" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Links" + } + } + } }, "List" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Liste" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "List" + } + } + } }, "Loading…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lädt…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loading…" + } + } + } }, "Local copy" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokale Kopie" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local copy" + } + } + } }, "Local version" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lokale Version" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Local version" + } + } + } }, "Location permission denied" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Standortberechtigung verweigert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Location permission denied" + } + } + } }, "Locations" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Standorte" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Locations" + } + } + } }, "Lock application" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "App sperren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lock application" + } + } + } }, "Log Destinations" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Protokollziele" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log Destinations" + } + } + } }, "Log Files" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Protokolldateien" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log Files" + } + } + } }, "Log Level" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Protokollstufe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log Level" + } + } + } }, "Log out" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abmelden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log out" + } + } + } }, "Log out of '%@' failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abmeldung von '%@' fehlgeschlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Log out of '%@' failed" + } + } + } }, "Logging" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Protokollierung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Logging" + } + } + } }, "Login" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anmelden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Login" + } + } + } }, "Make available offline" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offline verfügbar machen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Make available offline" + } + } + } }, "Make unavailable offline" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offline-Verfügbarkeit aufheben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Make unavailable offline" + } + } + } }, "Manage" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verwalten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Manage" + } + } + } }, "Manual" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Manuell" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Manual" + } + } + } }, "Markup" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Markieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Markup" + } + } + } }, "Markup Documents" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dokumente markieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Markup Documents" + } + } + } }, "Markup photos and PDF files." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fotos und PDF-Dateien markieren." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Markup photos and PDF files." + } + } + } }, "Mask private data" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private Daten maskieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mask private data" + } + } + } }, "Media Export" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medienexport" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media Export" + } + } + } }, "Media Files" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mediendateien" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media Files" + } + } + } }, "Media import" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medienimport" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media import" + } + } + } }, "Media Upload" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Medien-Upload" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Media Upload" + } + } + } }, "Messages" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nachrichten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Messages" + } + } + } }, "Metering" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Belichtungsmessung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Metering" + } + } + } }, "Missing hostname" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hostname fehlt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Missing hostname" + } + } + } }, "Missing permissions" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fehlende Berechtigungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Missing permissions" + } + } + } }, "More" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mehr" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "More" + } + } + } }, "More for {{title}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mehr zu {{title}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "More for {{title}}" + } + } + } }, "More information" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weitere Informationen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "More information" + } + } + } }, "Move" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verschieben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Move" + } + } + } }, "Move \"{{itemName}}\"" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "„{{itemName}}“ verschieben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Move \"{{itemName}}\"" + } + } + } }, "Move {{itemCount}} items" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{itemCount}} Elemente verschieben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Move {{itemCount}} items" + } + } + } }, "Move here" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hierher verschieben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Move here" + } + } + } }, "Moving %ld items…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verschiebe %ld Elemente…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Moving %ld items…" + } + } + } }, "Multiple items" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mehrere Elemente" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Multiple items" + } + } + } }, "MultiSpot" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Multispot" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "MultiSpot" + } + } + } }, "N" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "N" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "N" + } + } + } }, "name" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "name" + } + } + } }, "Name" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name" + } + } + } }, "name + contents" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name + Inhalt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "name + contents" + } + } + } }, "Name of saved search" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name der gespeicherten Suche" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name of saved search" + } + } + } }, "Name of template" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name der Vorlage" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name of template" + } + } + } }, "names" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Namen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "names" + } + } + } }, "Network unavailable" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Netzwerk nicht verfügbar" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Network unavailable" + } + } + } }, "never" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "nie" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "never" + } + } + } }, "New document" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neues Dokument" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New document" + } + } + } }, "New Folder" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neuer Ordner" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New Folder" + } + } + } }, "New in %@" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neu in %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New in %@" + } + } + } }, "New settings received from MDM" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neue Einstellungen von MDM erhalten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "New settings received from MDM" + } + } + } }, "Next item" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nächstes Element" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Next item" + } + } + } }, "No Access to the media selected for upload" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kein Zugriff auf die für den Upload ausgewählten Medien" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No Access to the media selected for upload" + } + } + } }, "No account configured" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kein Konto konfiguriert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No account configured" + } + } + } }, "No accounts found" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Konten gefunden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No accounts found" + } + } + } }, "No actions available" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Aktionen verfügbar" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No actions available" + } + } + } }, "No authentication data has been found for this connection." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Für diese Verbindung wurden keine Authentifizierungsdaten gefunden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No authentication data has been found for this connection." + } + } + } }, "No contents" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kein Inhalt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No contents" + } + } + } }, "No favorites found" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Favoriten gefunden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No favorites found" + } + } + } }, "No files available offline" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Dateien offline verfügbar" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No files available offline" + } + } + } }, "No issues found. Certificate passed validation." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Probleme gefunden. Zertifikat hat die Prüfung bestanden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No issues found. Certificate passed validation." + } + } + } }, "No items found matching the search criteria." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Elemente gefunden, die den Suchkriterien entsprechen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No items found matching the search criteria." + } + } + } }, "No items shared by link" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine per Link freigegebenen Elemente" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No items shared by link" + } + } + } }, "No items shared by you" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine von Ihnen freigegebenen Elemente" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No items shared by you" + } + } + } }, "No items shared with you" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine mit Ihnen geteilten Elemente" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No items shared with you" + } + } + } }, "No matches" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Treffer" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No matches" + } + } + } }, "No pending messages or ongoing actions." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine ausstehenden Nachrichten oder laufenden Aktionen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No pending messages or ongoing actions." + } + } + } }, "No spaces" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Spaces" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No spaces" + } + } + } }, "No strobe return detection" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Keine Stroboskop-Rückkehrerkennung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No strobe return detection" + } + } + } }, "No user or group matches your search." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kein Benutzer oder keine Gruppe entspricht Ihrer Suche." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "No user or group matches your search." + } + } + } }, "none" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "keine" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "none" + } + } + } }, "Normal" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Normal" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Normal" + } + } + } }, "Not defined" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nicht definiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Not defined" + } + } + } }, "Not now" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nicht jetzt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Not now" + } + } + } }, "not present" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "nicht vorhanden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "not present" + } + } + } }, "off" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "aus" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "off" + } + } + } }, "Off" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aus" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Off" + } + } + } }, "Offline" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offline" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offline" + } + } + } }, "Offline files use" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verwendung von Offline-Dateien" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Offline files use" + } + } + } }, "OK" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "OK" + } + } + } }, "on" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "ein" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "on" + } + } + } }, "Online" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Online" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Online" + } + } + } }, "Open file" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datei öffnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open file" + } + } + } }, "Open help page" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hilfeseite öffnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open help page" + } + } + } }, "Open in" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Öffnen in" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open in" + } + } + } }, "Open in {{appName}} (web)" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In {{appName}} (Web) öffnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open in {{appName}} (web)" + } + } + } }, "Open in a new Window" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In neuem Fenster öffnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open in a new Window" + } + } + } }, "Open link" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link öffnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open link" + } + } + } }, "Open login page" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Login-Seite öffnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open login page" + } + } + } }, "Open shortcut" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verknüpfung öffnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Open shortcut" + } + } + } }, "Opening documents is not supported by the app provider on this instance." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Öffnen von Dokumenten wird vom App-Anbieter auf dieser Instanz nicht unterstützt." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opening documents is not supported by the app provider on this instance." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Het openen van documenten wordt in dit geval niet ondersteund door de app-provider." + } + } + } }, "Opening link failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link konnte nicht geöffnet werden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opening link failed" + } + } + } }, "Opening not allowed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Öffnen nicht erlaubt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opening not allowed" + } + } + } }, "Opening…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wird geöffnet…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Opening…" + } + } + } }, "Optic ID" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Optische ID" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Optic ID" + } + } + } }, "Options" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Optionen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Options" + } + } + } }, "Original date" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Originaldatum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Original date" + } + } + } }, "Otherwise background media uploads using background refresh technology would depend on how frequently you use the app." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Andernfalls würden Hintergrund-Uploads von Medien über die Hintergrundaktualisierung davon abhängen, wie häufig Sie die App verwenden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Otherwise background media uploads using background refresh technology would depend on how frequently you use the app." + } + } + } }, "Outline" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kontur" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Outline" + } + } + } }, "Overwrite original" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Original überschreiben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Overwrite original" + } + } + } }, "Owner" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eigentümer" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Owner" + } + } + } }, "Page" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seite" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Page" + } + } + } }, "Partial" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teilweise" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Partial" + } + } + } }, "Passcode Lock" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Code-Sperre" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Passcode Lock" + } + } + } }, "Passcode option" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Code-Option" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Passcode option" + } + } + } }, "Passcode setup" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Code einrichten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Passcode setup" + } + } + } }, "Passed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bestanden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Passed" + } + } + } }, "Password" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Passwort" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Password" + } + } + } }, "Paste" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einfügen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Paste" + } + } + } }, "Pattern" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Muster" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pattern" + } + } + } }, "PDF Documents" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "PDF-Dokumente" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "PDF Documents" + } + } + } }, "Pending" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ausstehend" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pending" + } + } + } }, "Permissions" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Berechtigungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Permissions" + } + } + } }, "Photo Pro Features" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photo Pro Funktionen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photo Pro Features" + } + } + } }, "Photo upload" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Foto-Upload" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photo upload" + } + } + } }, "Photo upload path" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pfad für Foto-Upload" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photo upload path" + } + } + } }, "Photometric interpretation" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photometrische Interpretation" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Photometric interpretation" + } + } + } }, "Pick a destination for photo uploads" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ziel für Foto-Uploads wählen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pick a destination for photo uploads" + } + } + } }, "Pick a destination for video uploads" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ziel für Video-Uploads wählen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pick a destination for video uploads" + } + } + } }, "Pick a document type to create:" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dokumenttyp auswählen:" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pick a document type to create:" + } + } + } }, "Pick a name" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Name auswählen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pick a name" + } + } + } }, "Pick file or folder" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datei oder Ordner auswählen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pick file or folder" + } + } + } }, "Place" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ort" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Place" + } + } + } }, "Please choose how many digits you want to use for the passcode lock?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bitte wählen Sie, wie viele Ziffern Sie für die Code-Sperre verwenden möchten?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please choose how many digits you want to use for the passcode lock?" + } + } + } }, "Please configure an email account" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bitte richten Sie ein E-Mail-Konto ein" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please configure an email account" + } + } + } }, "Please note: Folders can only be pasted into the %@ app and the same account." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hinweis: Ordner können nur in die %@-App und in dasselbe Konto eingefügt werden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please note: Folders can only be pasted into the %@ app and the same account." + } + } + } }, "Please open the app and select the account to re-authenticate." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bitte öffnen Sie die App und wählen Sie das Konto zur erneuten Authentifizierung aus." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please open the app and select the account to re-authenticate." + } + } + } }, "Please re-enable location acquisition in system settings" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bitte aktivieren Sie die Standorterfassung in den Systemeinstellungen erneut" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please re-enable location acquisition in system settings" + } + } + } }, "Please try again in %@" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bitte versuchen Sie es in %@ erneut" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please try again in %@" + } + } + } }, "Please wait…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bitte warten…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Please wait…" + } + } + } }, "Portions of this app may utilize the following copyrighted material, the use of which is hereby acknowledged." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teile dieser App können das folgende urheberrechtlich geschützte Material nutzen, dessen Nutzung hiermit anerkannt wird." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Portions of this app may utilize the following copyrighted material, the use of which is hereby acknowledged." + } + } + } }, "Portrait" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hochformat" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Portrait" + } + } + } }, "Prefer original videos" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Originalvideos bevorzugen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prefer original videos" + } + } + } }, "Prefer RAW photos" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "RAW-Fotos bevorzugen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prefer RAW photos" + } + } + } }, "Prefer unedited photos" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unbearbeitete Fotos bevorzugen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prefer unedited photos" + } + } + } }, "Preparing account" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto wird vorbereitet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preparing account" + } + } + } }, "Preparing…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wird vorbereitet…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preparing…" + } + } + } }, "Presentation Mode" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Präsentationsmodus" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Presentation Mode" + } + } + } }, "Preserve original media file names" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Originaldateinamen der Medien beibehalten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preserve original media file names" + } + } + } }, "Prevent dragging of files and folders and multiselection using system defined gestures" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dateien und Ordner sowie Mehrfachauswahl mit systemdefinierten Gesten verhindern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Prevent dragging of files and folders and multiselection using system defined gestures" + } + } + } }, "Previous item" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vorheriges Element" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Previous item" + } + } + } }, "Privacy" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datenschutz" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy" + } + } + } }, "Privacy Policy" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datenschutzrichtlinie" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privacy Policy" + } + } + } }, "Private Link" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Privater Link" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Private Link" + } + } + } }, "Pro Features" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pro-Funktionen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Pro Features" + } + } + } }, "Proceed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fortfahren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Proceed" + } + } + } }, "Processing on server" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wird auf dem Server verarbeitet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Processing on server" + } + } + } }, "Profile" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profil" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Profile" + } + } + } }, "Program" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Programm" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Program" + } + } + } }, "Public Link" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Öffentlicher Link" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Public Link" + } + } + } }, "Purchase" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kauf" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Purchase" + } + } + } }, "Purchase failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kauf fehlgeschlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Purchase failed" + } + } + } }, "Purchases & Subscriptions" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Käufe & Abonnements" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Purchases & Subscriptions" + } + } + } }, "Quick Access" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Schnellzugriff" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quick Access" + } + } + } }, "Read" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Lesen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Read" + } + } + } }, "Really delete '%@'?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "'%@' wirklich löschen?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Really delete '%@'?" + } + } + } }, "Really include available offline files?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verfügbare Offline-Dateien wirklich einbeziehen?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Really include available offline files?" + } + } + } }, "Recents" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zuletzt verwendet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recents" + } + } + } }, "Recommend to a friend" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einem Freund empfehlen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Recommend to a friend" + } + } + } }, "Red eye detection supported" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rote-Augen-Erkennung unterstützt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Red eye detection supported" + } + } + } }, "Refresh without asking" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aktualisieren ohne Nachfrage" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Refresh without asking" + } + } + } }, "Rejected" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abgelehnt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rejected" + } + } + } }, "release" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Freigabe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "release" + } + } + } }, "Remove" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entfernen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remove" + } + } + } }, "Remove expiration date" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ablaufdatum entfernen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remove expiration date" + } + } + } }, "Remove from sidebar" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aus der Seitenleiste entfernen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remove from sidebar" + } + } + } }, "Remove password" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Passwort entfernen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Remove password" + } + } + } }, "Removes downloaded files and local copies of items marked as Available Offline. The latter will be re-downloaded next time you log into your account (connectivity required)." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entfernt heruntergeladene Dateien und lokale Kopien von als 'Offline verfügbar' markierten Elementen. Letztere werden beim nächsten Anmelden erneut heruntergeladen (Internetverbindung erforderlich)." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Removes downloaded files and local copies of items marked as Available Offline. The latter will be re-downloaded next time you log into your account (connectivity required)." + } + } + } }, "Rename" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Umbenennen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Rename" + } + } + } }, "Repeat code" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Code wiederholen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Repeat code" + } + } + } }, "Resolving link…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Link wird aufgelöst…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Resolving link…" + } + } + } }, "Restore purchases" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Käufe wiederherstellen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restore purchases" + } + } + } }, "Restoring purchases…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Käufe werden wiederhergestellt…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Restoring purchases…" + } + } + } }, "Resume" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Fortsetzen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Resume" + } + } + } }, "Reveal" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Reveal" + } + } + } }, "Review Connection" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verbindung prüfen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Review Connection" + } + } + } }, "Revoke approval" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Genehmigung widerrufen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Revoke approval" + } + } + } }, "RGB" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "RGB" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "RGB" + } + } + } }, "S" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "S" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "S" + } + } + } }, "Save" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speichern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save" + } + } + } }, "Save as" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speichern unter" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save as" + } + } + } }, "Save as copy" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Als Kopie speichern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save as copy" + } + } + } }, "Save as search template" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Als Suchvorlage speichern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save as search template" + } + } + } }, "Save changes" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Änderungen speichern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save changes" + } + } + } }, "Save File" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datei speichern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save File" + } + } + } }, "Save here" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hier speichern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save here" + } + } + } }, "Save search" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suche speichern" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Save search" + } + } + } }, "Saved search" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gespeicherte Suche" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Saved search" + } + } + } }, "Saved searches" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gespeicherte Suchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Saved searches" + } + } + } }, "Saving" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speichert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Saving" + } + } + } }, "Saving edited file failed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speichern der bearbeiteten Datei fehlgeschlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Saving edited file failed" + } + } + } }, "Scan" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scannen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scan" + } + } + } }, "Scan additional" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zusätzlich scannen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scan additional" + } + } + } }, "Scan document" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dokument scannen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scan document" + } + } + } }, "Scan documents and photos with your camera." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dokumente und Fotos mit der Kamera scannen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scan documents and photos with your camera." + } + } + } }, "Scans" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scans" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scans" + } + } + } }, "Scene" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Szene" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scene" + } + } + } }, "Scheduled upload of %ld media assets" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geplanter Upload von %ld Medien" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Scheduled upload of %ld media assets" + } + } + } }, "Search" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suche" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search" + } + } + } }, "Search {{space.name}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{space.name}} durchsuchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search {{space.name}}" + } + } + } }, "Search account" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Konto durchsuchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search account" + } + } + } }, "Search folder" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordner durchsuchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search folder" + } + } + } }, "Search for users or groups" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nach Benutzern oder Gruppen suchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search for users or groups" + } + } + } }, "Search from {{folder.name}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suche im Ordner {{folder.name}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search from {{folder.name}}" + } + } + } }, "Search in" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suche in" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search in" + } + } + } }, "Search on the server is unavailable while not connected. To search offline, switch to the Account scope." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die Serversuche ist ohne Verbindung nicht verfügbar. Um offline zu suchen, wechseln Sie zum Kontobereich." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search on the server is unavailable while not connected. To search offline, switch to the Account scope." + } + } + } }, "Search PDF" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "PDF durchsuchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search PDF" + } + } + } }, "Search server" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server durchsuchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search server" + } + } + } }, "Search Settings" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sucheinstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search Settings" + } + } + } }, "Search space" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Bereich durchsuchen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search space" + } + } + } }, "Search template" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suchvorlage" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search template" + } + } + } }, "Search templates" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suchvorlagen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search templates" + } + } + } }, "Search tree" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Suchbaum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Search tree" + } + } + } }, "Searches in the current space ONLY." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durchsucht NUR den aktuellen Bereich." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Searches in the current space ONLY." + } + } + } }, "Searches the current folder and its subfolders." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durchsucht den aktuellen Ordner und alle Unterordner." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Searches the current folder and its subfolders." + } + } + } }, "Searches the current folder ONLY." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durchsucht NUR den aktuellen Ordner." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Searches the current folder ONLY." + } + } + } }, "Searches the personal folder and all spaces." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durchsucht den persönlichen Ordner und alle Bereiche." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Searches the personal folder and all spaces." + } + } + } }, "Searches using the server." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Durchsucht den Server." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Searches using the server." + } + } + } }, "Security" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sicherheit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Security" + } + } + } }, "Select" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Auswählen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Select" + } + } + } }, "Select All" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle auswählen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Select All" + } + } + } }, "Select Destination" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ziel auswählen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Select Destination" + } + } + } }, "Select folder" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordner auswählen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Select folder" + } + } + } }, "Select one or more items." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wählen Sie ein oder mehrere Elemente aus." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Select one or more items." + } + } + } }, "Select target." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ziel auswählen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Select target." + } + } + } }, "Send feedback" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Feedback senden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Send feedback" + } + } + } }, "Serial number" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seriennummer" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Serial number" + } + } + } }, "Server" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server" + } + } + } }, "Server name" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Servername" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server name" + } + } + } }, "Server Password" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server-Passwort" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server Password" + } + } + } }, "Server search requires a connection" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die Serversuche erfordert eine Verbindung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server search requires a connection" + } + } + } }, "Server URL" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server-URL" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server URL" + } + } + } }, "Server Username" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server-Benutzername" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Server Username" + } + } + } }, "Set" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Festlegen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Set" + } + } + } }, "Settings" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Einstellungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Settings" + } + } + } }, "Setup a new account in the app to save to." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Richten Sie ein neues Konto in der App ein, um dort zu speichern." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Setup a new account in the app to save to." + } + } + } }, "Share" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share" + } + } + } }, "Share Diagnostics" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diagnose teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Diagnostics" + } + } + } }, "Share Extension disabled" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Freigabe-Erweiterung deaktiviert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Extension disabled" + } + } + } }, "Share Extension unavailable" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Freigabe-Erweiterung nicht verfügbar" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share Extension unavailable" + } + } + } }, "Share with" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teilen mit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Share with" + } + } + } }, "shared" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "geteilt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "shared" + } + } + } }, "Shared" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geteilt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shared" + } + } + } }, "Shared by {{owner}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geteilt von {{owner}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shared by {{owner}}" + } + } + } }, "Shared by link" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Per Link geteilt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shared by link" + } + } + } }, "Shared by me" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Von mir geteilt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shared by me" + } + } + } }, "Shared with" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geteilt mit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shared with" + } + } + } }, "Shared with {{recipient}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geteilt mit {{recipient}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shared with {{recipient}}" + } + } + } }, "Shared with {{recipients}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geteilt mit {{recipients}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shared with {{recipients}}" + } + } + } }, "Shared with me" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mit mir geteilt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shared with me" + } + } + } }, "Shares" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Freigaben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shares" + } + } + } }, "Sharing" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Teilen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sharing" + } + } + } }, "Sharing requires an active connection." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Freigaben erfordern eine aktive Verbindung." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sharing requires an active connection." + } + } + } }, "Shortcut" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verknüpfung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shortcut" + } + } + } }, "Shortcut to '{{hostname}}'" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verknüpfung zu '{{hostname}}'" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shortcut to '{{hostname}}'" + } + } + } }, "Shortcuts Actions" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verknüpfungsaktionen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shortcuts Actions" + } + } + } }, "Shorten by one week" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Um eine Woche verkürzen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shorten by one week" + } + } + } }, "Show" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show" + } + } + } }, "Show all" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show all" + } + } + } }, "Show folders on top" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ordner oben anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show folders on top" + } + } + } }, "Show hidden files and folders" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versteckte Dateien und Ordner anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show hidden files and folders" + } + } + } }, "Show message" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nachricht anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show message" + } + } + } }, "Show more results" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weitere Ergebnisse anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show more results" + } + } + } }, "Show new version" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neue Version anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show new version" + } + } + } }, "Show/Hide sidebar" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seitenleiste ein-/ausblenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Show/Hide sidebar" + } + } + } }, "Shutter priority" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Blendenpriorität" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shutter priority" + } + } + } }, "Shutter speed" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verschlusszeit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shutter speed" + } + } + } }, "Sign in" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anmelden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sign in" + } + } + } }, "size" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Größe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "size" + } + } + } }, "Size" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Größe" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Size" + } + } + } }, "Skip" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Überspringen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Skip" + } + } + } }, "Some cellular data may still be used. To completely avoid the usage of cellular data, please turn off access to cellular for the entire app in the Settings app." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Es können weiterhin mobile Daten verwendet werden. Um die Nutzung mobiler Daten vollständig zu vermeiden, deaktivieren Sie bitte den mobilen Zugriff für die gesamte App in den Systemeinstellungen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Some cellular data may still be used. To completely avoid the usage of cellular data, please turn off access to cellular for the entire app in the Settings app." + } + } + } }, "Sort by {{attribute}} in {{direction}} order" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sortieren nach {{attribute}} in {{direction}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sort by {{attribute}} in {{direction}} order" + } + } + } }, "Space" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Space" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Space" + } + } + } }, "Spaces" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spaces" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spaces" + } + } + } }, "Spot" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spot" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Spot" + } + } + } }, "Start setup" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Setup starten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Start setup" + } + } + } }, "Status" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status" + } + } + } }, "Storage" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Speicher" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Storage" + } + } + } }, "Strobe return light detected" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stroboskop-Rücklicht erkannt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Strobe return light detected" + } + } + } }, "Strobe return light not detected" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Stroboskop-Rücklicht nicht erkannt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Strobe return light not detected" + } + } + } }, "Subscribe" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abonnieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Subscribe" + } + } + } }, "Subscribe Now" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jetzt abonnieren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Subscribe Now" + } + } + } }, "System" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "System" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "System" + } + } + } }, "System Appeareance" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Systemdarstellung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "System Appeareance" + } + } + } }, "Take photo or video" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Foto oder Video aufnehmen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Take photo or video" + } + } + } }, "Take survey" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Umfrage ausfüllen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Take survey" + } + } + } }, "Tap to launch the app." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tippen, um die App zu starten." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tap to launch the app." + } + } + } }, "Tap to quit the app." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tippen, um die App zu beenden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tap to quit the app." + } + } + } }, "Terms Of Use" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nutzungsbedingungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Terms Of Use" + } + } + } }, "Text" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tekst" + } + } + } }, "Thank you for using %@.\n" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vielen Dank, dass Sie %@ nutzen.\n" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for using %@.\n" + } + } + } }, "Thank you for using %@.\nIf you like our App, please leave an AppStore review.\n❤️" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vielen Dank, dass Sie %@ nutzen.\nWenn Ihnen unsere App gefällt, hinterlassen Sie bitte eine Bewertung im App Store.\n❤️" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Thank you for using %@.\nIf you like our App, please leave an AppStore review.\n❤️" + } + } + } }, "The {{app.name}} share extension is not available on this system." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die Share-Erweiterung von {{app.name}} ist auf diesem System nicht verfügbar." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The {{app.name}} share extension is not available on this system." + } + } + } }, "The account has been disabled." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Konto wurde deaktiviert." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The account has been disabled." + } + } + } }, "The connection's access token has expired or become invalid. Sign in again to re-gain access." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Zugriffstoken der Verbindung ist abgelaufen oder ungültig geworden. Melden Sie sich erneut an, um Zugriff zu erhalten." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The connection's access token has expired or become invalid. Sign in again to re-gain access." + } + } + } }, "The destination this shortcut points to could not be found. It may have been deleted or you may not have access to it." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Ziel, auf das diese Verknüpfung verweist, konnte nicht gefunden werden. Es wurde möglicherweise gelöscht oder Sie haben keinen Zugriff darauf." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The destination this shortcut points to could not be found. It may have been deleted or you may not have access to it." + } + } + } }, "The entered codes are different" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die eingegebenen Codes sind unterschiedlich" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The entered codes are different" + } + } + } }, "The entered page number doesn't exist" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die eingegebene Seitenzahl existiert nicht" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The entered page number doesn't exist" + } + } + } }, "The entered URL does not include a hostname." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die eingegebene URL enthält keinen Hostnamen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The entered URL does not include a hostname." + } + } + } }, "The following steps will guide you through the setup process." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die folgenden Schritte führen Sie durch den Einrichtungsprozess." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The following steps will guide you through the setup process." + } + } + } }, "The last 10 archived logs are kept on the device - with each log covering up to 24 hours of usage. When sharing please bear in mind that logs may contain sensitive information such as server URLs and user-specific information." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die letzten 10 archivierten Protokolle werden auf dem Gerät aufbewahrt – jedes Protokoll deckt bis zu 24 Stunden Nutzung ab. Bitte beachten Sie beim Teilen, dass Protokolle sensible Informationen wie Server-URLs und benutzerspezifische Daten enthalten können." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The last 10 archived logs are kept on the device - with each log covering up to 24 hours of usage. When sharing please bear in mind that logs may contain sensitive information such as server URLs and user-specific information." + } + } + } }, "The password was copied to the clipboard" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Das Passwort wurde in die Zwischenablage kopiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The password was copied to the clipboard" + } + } + } }, "The search term you entered did not match any item in the selected scope." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Der eingegebene Suchbegriff stimmt mit keinem Element im ausgewählten Bereich überein." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The search term you entered did not match any item in the selected scope." + } + } + } }, "The server declined access with the credentials stored for this connection." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Der Server hat den Zugriff mit den für diese Verbindung gespeicherten Anmeldedaten verweigert." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The server declined access with the credentials stored for this connection." + } + } + } }, "The shortcut points to a URL, but the configuration of this app prohibits opening it." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die Verknüpfung verweist auf eine URL, aber die Konfiguration dieser App verbietet deren Öffnung." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The shortcut points to a URL, but the configuration of this app prohibits opening it." + } + } + } }, "The shortcut points to another item, but the configuration of this app prohibits opening it." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Die Verknüpfung verweist auf ein anderes Element, aber die Konfiguration dieser App verbietet dessen Öffnung." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "The shortcut points to another item, but the configuration of this app prohibits opening it." + } + } + } }, "Theme" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Design" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Theme" + } + } + } }, "This action can't be undone." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diese Aktion kann nicht rückgängig gemacht werden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This action can't be undone." + } + } + } }, "This document has %@ pages" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dieses Dokument hat %@ Seiten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This document has %@ pages" + } + } + } }, "This folder is empty." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dieser Ordner ist leer." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This folder is empty." + } + } + } }, "This folder is empty. Fill it with content:" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dieser Ordner ist leer. Füllen Sie ihn mit Inhalten:" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This folder is empty. Fill it with content:" + } + } + } }, "This folder no longer exists on the server." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dieser Ordner existiert auf dem Server nicht mehr." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This folder no longer exists on the server." + } + } + } }, "This permission is needed to upload photos and videos from your photo library." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diese Berechtigung wird benötigt, um Fotos und Videos aus Ihrer Fotobibliothek hochzuladen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This permission is needed to upload photos and videos from your photo library." + } + } + } }, "This shortcut points to:\n{{url}}" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Diese Verknüpfung verweist auf:\n{{url}}" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This shortcut points to:\n{{url}}" + } + } + } }, "This will also delete all locally stored file copies." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dies löscht auch alle lokal gespeicherten Dateikopien." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "This will also delete all locally stored file copies." + } + } + } }, "TIFF" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "TIFF" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "TIFF" + } + } + } }, "Time" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zeit" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time" + } + } + } }, "Time measured since uploading, editing, downloading or viewing the respective file through this device. Does not apply to files downloaded via the Available Offline feature. Local copies may be deleted before the given period of time has passed, f.ex. because there's a newer version of a file on the server - or through the manual deletion of offline copies. Also, local copies may not be deleted after the given period of time has passed, f.ex. if an action is performed on it, the file is still in use - or the account holding the file hasn't been used in the app." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Zeit gemessen seit dem Hochladen, Bearbeiten, Herunterladen oder Anzeigen der jeweiligen Datei auf diesem Gerät. Gilt nicht für Dateien, die über die Funktion „Offline verfügbar“ heruntergeladen wurden. Lokale Kopien können vor Ablauf der angegebenen Zeit gelöscht werden, z. B. weil eine neuere Version der Datei auf dem Server vorhanden ist oder durch manuelles Löschen von Offline-Kopien. Lokale Kopien können nach Ablauf der angegebenen Zeit ebenfalls nicht gelöscht werden, z. B. wenn eine Aktion an der Datei durchgeführt wird, die Datei noch verwendet wird oder das Konto, das die Datei hält, nicht in der App genutzt wurde." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Time measured since uploading, editing, downloading or viewing the respective file through this device. Does not apply to files downloaded via the Available Offline feature. Local copies may be deleted before the given period of time has passed, f.ex. because there's a newer version of a file on the server - or through the manual deletion of offline copies. Also, local copies may not be deleted after the given period of time has passed, f.ex. if an action is performed on it, the file is still in use - or the account holding the file hasn't been used in the app." + } + } + } }, "To use the app, you need to create a passcode." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Um die App zu nutzen, müssen Sie einen Passcode erstellen." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "To use the app, you need to create a passcode." + } + } + } }, "Toggle layout" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Layout umschalten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Toggle layout" + } + } + } }, "Total update scans" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gesamtzahl der Update-Scans" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Total update scans" + } + } + } }, "Touch ID" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Touch ID" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Touch ID" + } + } + } }, "Tree" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Baum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tree" + } + } + } }, "Type" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Typ" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type" + } + } + } }, "Uncalibrated" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unkalibriert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uncalibrated" + } + } + } }, "undated" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "ohne Datum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "undated" + } + } + } }, "Unfavorite item" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aus Favoriten entfernen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unfavorite item" + } + } + } }, "unknown" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "unbekannt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "unknown" + } + } + } }, "Unknown" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unbekannt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unknown" + } + } + } }, "Unlock" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entsperren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unlock" + } + } + } }, "Unlock %@" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ entsperren" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unlock %@" + } + } + } }, "Unlock all Pro Features." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Alle Pro-Funktionen freischalten." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unlock all Pro Features." + } + } + } }, "Unlock using %@?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Mit %@ entsperren?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unlock using %@?" + } + } + } }, "Unlocked" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Entsperrt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unlocked" + } + } + } }, "Unshare" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Freigabe aufheben" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unshare" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Delen beëindigen" + } + } + } }, "Update Status" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Update-Status" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Update Status" + } + } + } }, "Updating %ld items…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld Elemente werden aktualisiert…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Updating %ld items…" + } + } + } }, "Updating connection…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verbindung wird aktualisiert…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Updating connection…" + } + } + } }, "Upload" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hochladen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upload" + } + } + } }, "Upload file" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datei hochladen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upload file" + } + } + } }, "Upload from your photo library" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aus deiner Fotobibliothek hochladen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Upload from your photo library" + } + } + } }, "Uploading {{remainingFileCount}} files…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "{{remainingFileCount}} Dateien werden hochgeladen…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uploading {{remainingFileCount}} files…" + } + } + } }, "Uploading %ld files…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%ld Dateien werden hochgeladen…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Uploading %ld files…" + } + } + } }, "URL" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL" + } + } + } }, "URL of webpage or item" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL der Webseite oder des Elements" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL of webpage or item" + } + } + } }, "URL was copied to the clipboard" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL wurde in die Zwischenablage kopiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "URL was copied to the clipboard" + } + } + } }, "Usage terms" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Nutzungsbedingungen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Usage terms" + } + } + } }, "Use background location updates" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hintergrundstandortaktualisierungen verwenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use background location updates" + } + } + } }, "Use background refresh" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hintergrundaktualisierung verwenden" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use background refresh" + } + } + } }, "Use OpenCloud actions in Shortcuts." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "OpenCloud-Aktionen in Kurzbefehlen verwenden." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Use OpenCloud actions in Shortcuts." + } + } + } }, "User Interface" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Benutzeroberfläche" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "User Interface" + } + } + } }, "User-approved certificates" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Vom Benutzer genehmigte Zertifikate" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "User-approved certificates" + } + } + } }, "Username" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Benutzername" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Username" + } + } + } }, "Validation Error" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Validierungsfehler" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Validation Error" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Validatiefout" + } + } + } }, "Verbose" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Detailliert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verbose" + } + } + } }, "Verifying password…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Passwort wird überprüft…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Verifying password…" + } + } + } }, "Version information were copied to the clipboard" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Versionsinformationen wurden in die Zwischenablage kopiert" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Version information were copied to the clipboard" + } + } + } }, "Video upload" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video-Upload" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video upload" + } + } + } }, "Video upload path" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video-Upload-Pfad" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Video upload path" + } + } + } }, "Videos" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Videos" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Videos" + } + } + } }, "View documentation" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Dokumentation anzeigen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "View documentation" + } + } + } }, "Visit GitHub Discussions" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "GitHub-Diskussionen öffnen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Visit GitHub Discussions" + } + } + } }, "W" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "W" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "W" + } + } + } }, "Waiting for response from login session in external browser…" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Warten auf Antwort der Anmeldesitzung im externen Browser…" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Waiting for response from login session in external browser…" + } + } + } }, "Warning" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Warnung" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Warning" + } + } + } }, "Welcome to %@" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Willkommen bei %@" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Welcome to %@" + } + } + } }, "When activated, logs may impact performance and include sensitive information. However the logs are not subject to automatic submission to %@ servers. Sharing logs with others is sole user responsibility." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Wenn aktiviert, können Protokolle die Leistung beeinträchtigen und sensible Informationen enthalten. Die Protokolle werden jedoch nicht automatisch an %@-Server übermittelt. Das Teilen von Protokollen mit anderen liegt in der alleinigen Verantwortung des Benutzers." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "When activated, logs may impact performance and include sensitive information. However the logs are not subject to automatic submission to %@ servers. Sharing logs with others is sole user responsibility." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Indien ingeschakeld, kunnen logboeken de prestaties beïnvloeden en gevoelige informatie bevatten. De logboeken zijn echter niet onderworpen aan automatische indiening op %@-servers. Het delen van logboeken met anderen is de exclusieve verantwoordelijkheid van de gebruiker." + } + } + } }, "White balance" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Weißabgleich" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "White balance" + } + } + } }, "Would you like to view the updated version?" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Möchten Sie die aktualisierte Version anzeigen?" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Would you like to view the updated version?" + } + } + } }, "YCbCr" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "YCbCr" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "YCbCr" + } + } + } }, "You are required to set the passcode" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sie müssen den Passcode festlegen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are required to set the passcode" + } + } + } }, "You need to configure an email account first to be able to send emails." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sie müssen zuerst ein E-Mail-Konto einrichten, um E-Mails senden zu können." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "You need to configure an email account first to be able to send emails." + } + } + } } }, - "version" : "1.0" + "version" : "1.1" } \ No newline at end of file diff --git a/OpenCloudAppFramework/Resources/Localizable.xcstrings b/OpenCloudAppFramework/Resources/Localizable.xcstrings index b121e64a..f174621f 100644 --- a/OpenCloudAppFramework/Resources/Localizable.xcstrings +++ b/OpenCloudAppFramework/Resources/Localizable.xcstrings @@ -3,97 +3,833 @@ "strings" : { "%@ already unlocked for %@." : { "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%1$@ ist bereits für %2$@ freigeschaltet." + } + }, "en" : { "stringUnit" : { - "state" : "new", + "state" : "translated", "value" : "%1$@ already unlocked for %2$@." } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%1$@ al ontgrendeld voor %2$@." + } } } }, "%@ unlocked for QA." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ für Qualitätssicherung freigeschaltet." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ unlocked for QA." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%@ ontgrendeld voor QA." + } + } + } }, "%lu day" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu Tag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu day" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu dag" + } + } + } }, "%lu days" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu Tage" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu days" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu dagen" + } + } + } }, "%lu month" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu Monat" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu month" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu maand" + } + } + } }, "%lu months" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu Monate" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu months" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu maanden" + } + } + } }, "%lu week" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu Woche" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu week" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu week" + } + } + } }, "%lu weeks" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu Wochen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu weeks" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu weken" + } + } + } }, "%lu year" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu Jahr" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu year" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu jaar" + } + } + } }, "%lu years" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu Jahre" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu years" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lu jaren" + } + } + } }, "App Store" : { - + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "متجر التطبيقات" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Botiga d'aplicacions" + } + }, + "cs" : { + "stringUnit" : { + "state" : "translated", + "value" : "Katalog aplikací" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Store" + } + }, + "el" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Store" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Store" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tienda" + } + }, + "fi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sovelluskauppa" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Store" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Store" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "アプリストア" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "앱 스토어" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Store" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Store" + } + }, + "pt" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loja de aplicações" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Store" + } + }, + "sv" : { + "stringUnit" : { + "state" : "translated", + "value" : "App Store" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "Магазин застосунків" + } + }, + "vi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Kho Ứng dụng" + } + }, + "zh" : { + "stringUnit" : { + "state" : "translated", + "value" : "应用商店" + } + } + } }, "Cancelled" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abgebrochen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Cancelled" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Geannuleerd" + } + } + } }, "Date" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Date" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Date" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Datum" + } + } + } }, "day" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "day" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "dag" + } + } + } }, "EMM" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "EMM" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "EMM" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "EMM" + } + } + } }, "Ends" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Endet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ends" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eindigt" + } + } + } }, "Enterprise" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Unternehmen" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enterprise" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Enterprise" + } + } + } }, "Free" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Frei" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Free" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gratis" + } + } + } }, "In-app purchases are not supported for copies purchased through the Volume Purchase Program. For access to additional features, please purchase the EMM version." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-App-Käufe werden für über das Volumenlizenzprogramm erworbene Kopien nicht unterstützt. Um auf zusätzliche Funktionen zuzugreifen, erwerben Sie bitte die EMM-Version." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-app purchases are not supported for copies purchased through the Volume Purchase Program. For access to additional features, please purchase the EMM version." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "In-app-aankopen worden niet ondersteund voor exemplaren die zijn gekocht via het Volume Purchase Program. Voor toegang tot extra functies kunt u de EMM-versie kopen." + } + } + } }, "Manage subscription" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abonnement verwalten" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Manage subscription" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Abonnement beheren" + } + } + } }, "month" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Monat" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "month" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "maand" + } + } + } }, "Product" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Produkt" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Product" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Product" + } + } + } }, "Purchased App Version" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Erworbene App-Version" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Purchased App Version" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Gekochte App-versie" + } + } + } }, "Purchases are not allowed on this device." : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Käufe sind auf diesem Gerät nicht möglich." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Purchases are not allowed on this device." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Aankopen zijn niet toegestaan op dit apparaat." + } + } + } }, "Quantity" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Menge" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Quantity" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hoeveelheid" + } + } + } }, "Receipt Date" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Eingangsdatum" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Receipt Date" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ontvangstdatum" + } + } + } }, "Type" : { - + "localizations" : { + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tipus" + } + }, + "cs" : { + "stringUnit" : { + "state" : "translated", + "value" : "Typ" + } + }, + "da" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Typ" + } + }, + "el" : { + "stringUnit" : { + "state" : "translated", + "value" : "Τύπος" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type" + } + }, + "fi" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tyyppi" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type" + } + }, + "hu" : { + "stringUnit" : { + "state" : "translated", + "value" : "Típus" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tipo" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "タイプ" + } + }, + "lo" : { + "stringUnit" : { + "state" : "translated", + "value" : "ປະເພດ" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "Type" + } + }, + "pt" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tipo" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "Тип" + } + }, + "sv" : { + "stringUnit" : { + "state" : "translated", + "value" : "Typ" + } + }, + "zh" : { + "stringUnit" : { + "state" : "translated", + "value" : "类型" + } + } + } }, "week" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Woche" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "week" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "week" + } + } + } }, "year" : { - + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Jahr" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "year" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "jaar" + } + } + } } }, "version" : "1.0" diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a3e29375..b9dafa53 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -109,11 +109,58 @@ platform :ios do end end - desc "Create Release Notes, Screenshots, Build, Upload of regular iOS App and EMM App" + desc "Pull latest translations from Transifex for app and ios-sdk (transient — does not commit)" + private_lane :pull_translations do |options| + next if options[:skip] == true + sh("cd .. && tx pull --force --skip --all -w 1 -m onlytranslated") + sh("cd ../ios-sdk && tx pull --force --skip --all -w 1 -m onlytranslated") + end + + desc "Archive regular iOS App with Xcode-managed signing and upload to App Store Connect (binary only, fork-friendly)" lane :release_on_appstore do |options| + pull_translations(skip: options[:skip_translations]) + build_app( + project: "OpenCloud.xcodeproj", + scheme: "OpenCloud", + configuration: "Release", + export_method: "app-store", + xcargs: "-allowProvisioningUpdates", + output_name: "OpenCloud.ipa" + ) + upload_to_app_store( + ipa: lane_context[SharedValues::IPA_OUTPUT_PATH], + skip_metadata: true, + skip_screenshots: true, + skip_binary_upload: false, + submit_for_review: false, + force: true, + precheck_include_in_app_purchases: false + ) + end + + desc "Archive regular iOS App with Xcode-managed signing and upload to TestFlight (fork-friendly)" + lane :release_on_testflight do |options| + pull_translations(skip: options[:skip_translations]) + build_app( + project: "OpenCloud.xcodeproj", + scheme: "OpenCloud", + configuration: "Release", + export_method: "app-store", + xcargs: "-allowProvisioningUpdates", + output_name: "OpenCloud.ipa" + ) + upload_to_testflight( + ipa: lane_context[SharedValues::IPA_OUTPUT_PATH], + skip_waiting_for_build_processing: true, + skip_submission: true + ) + end + + desc "Legacy: Create Release Notes, Screenshots, Build, Upload of regular iOS App, EMM App and OpenCloud Online App" + lane :release_on_appstore_legacy do |options| # Set options, which action should not performed, by default all actions will be performed - # Disable all options: fastlane release_on_appstore create_release_notes:false create_screenshots:false deliver:false build_regular_app:false build_emm_app:false + # Disable all options: fastlane release_on_appstore_legacy create_release_notes:false create_screenshots:false deliver:false build_regular_app:false build_emm_app:false build_opencloud_online_app:false create_screenshots = true skip_screenshots = false diff --git a/ios-sdk b/ios-sdk index fa8026a7..483b1405 160000 --- a/ios-sdk +++ b/ios-sdk @@ -1 +1 @@ -Subproject commit fa8026a7cbb7922a30d78a98690e068be1b3440a +Subproject commit 483b1405435e41aa516c2259a66f063c788b6d40