Autosync the updated translations (#6663)

Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-10-23 10:07:22 +00:00 committed by GitHub
parent 6965c5522e
commit 044ed9dcc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 28 deletions

View File

@ -1663,7 +1663,7 @@
"message": "Eine Organisationsrichtlinie beeinflusst deine Eigentümer-Optionen." "message": "Eine Organisationsrichtlinie beeinflusst deine Eigentümer-Optionen."
}, },
"personalOwnershipPolicyInEffectImports": { "personalOwnershipPolicyInEffectImports": {
"message": "An organization policy has blocked importing items into your individual vault." "message": "Eine Organisationsrichtlinie hat das Importieren von Einträgen in deinen persönlichen Tresor deaktiviert."
}, },
"allSends": { "allSends": {
"message": "Alle Sends", "message": "Alle Sends",
@ -2432,26 +2432,26 @@
"message": "Alias-Domain" "message": "Alias-Domain"
}, },
"importData": { "importData": {
"message": "Import data", "message": "Daten importieren",
"description": "Used for the desktop menu item and the header of the import dialog" "description": "Used for the desktop menu item and the header of the import dialog"
}, },
"importError": { "importError": {
"message": "Import error" "message": "Importfehler"
}, },
"importErrorDesc": { "importErrorDesc": {
"message": "There was a problem with the data you tried to import. Please resolve the errors listed below in your source file and try again." "message": "Es gab ein Problem mit den Daten, die du importieren wolltest. Bitte behebe die unten aufgeführten Fehler in deiner Quelldatei und versuche es erneut."
}, },
"resolveTheErrorsBelowAndTryAgain": { "resolveTheErrorsBelowAndTryAgain": {
"message": "Resolve the errors below and try again." "message": "Behebe die unten aufgeführten Fehler und versuche es erneut."
}, },
"description": { "description": {
"message": "Description" "message": "Beschreibung"
}, },
"importSuccess": { "importSuccess": {
"message": "Data successfully imported" "message": "Daten erfolgreich importiert"
}, },
"importSuccessNumberOfItems": { "importSuccessNumberOfItems": {
"message": "A total of $AMOUNT$ items were imported.", "message": "Insgesamt wurden $AMOUNT$ Einträge importiert.",
"placeholders": { "placeholders": {
"amount": { "amount": {
"content": "$1", "content": "$1",
@ -2460,10 +2460,10 @@
} }
}, },
"total": { "total": {
"message": "Total" "message": "Gesamt"
}, },
"importWarning": { "importWarning": {
"message": "You are importing data to $ORGANIZATION$. Your data may be shared with members of this organization. Do you want to proceed?", "message": "Du importierst Daten in $ORGANIZATION$. Deine Daten könnten mit Mitgliedern dieser Organisation geteilt werden. Möchtest du fortfahren?",
"placeholders": { "placeholders": {
"organization": { "organization": {
"content": "$1", "content": "$1",
@ -2472,28 +2472,28 @@
} }
}, },
"importFormatError": { "importFormatError": {
"message": "Data is not formatted correctly. Please check your import file and try again." "message": "Die Daten sind nicht richtig formatiert. Kontrollieren Sie bitte Ihre Import-Datei und versuchen Sie es erneut."
}, },
"importNothingError": { "importNothingError": {
"message": "Nothing was imported." "message": "Es wurde nichts importiert."
}, },
"importEncKeyError": { "importEncKeyError": {
"message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data." "message": "Fehler beim Entschlüsseln der exportierten Datei. Dein Verschlüsselungsschlüssel stimmt nicht mit dem beim Export verwendeten Verschlüsselungsschlüssel überein."
}, },
"importDestination": { "importDestination": {
"message": "Import destination" "message": "Import-Ziel"
}, },
"learnAboutImportOptions": { "learnAboutImportOptions": {
"message": "Learn about your import options" "message": "Erfahre mehr über deine Importoptionen"
}, },
"selectImportFolder": { "selectImportFolder": {
"message": "Select a folder" "message": "Ordner auswählen"
}, },
"selectImportCollection": { "selectImportCollection": {
"message": "Select a collection" "message": "Sammlung auswählen"
}, },
"importTargetHint": { "importTargetHint": {
"message": "Select this option if you want the imported file contents moved to a $DESTINATION$", "message": "Wähle diese Option, wenn der importierte Dateiinhalt in eine(n) $DESTINATION$ verschoben werden soll",
"description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.", "description": "Located as a hint under the import target. Will be appended by either folder or collection, depending if the user is importing into an individual or an organizational vault.",
"placeholders": { "placeholders": {
"destination": { "destination": {
@ -2503,25 +2503,25 @@
} }
}, },
"importUnassignedItemsError": { "importUnassignedItemsError": {
"message": "File contains unassigned items." "message": "Die Datei enthält nicht zugewiesene Einträge."
}, },
"selectFormat": { "selectFormat": {
"message": "Select the format of the import file" "message": "Wählen Sie das Format Ihrer Import-Datei"
}, },
"selectImportFile": { "selectImportFile": {
"message": "Select the import file" "message": "Wählen Sie die Import-Datei"
}, },
"chooseFile": { "chooseFile": {
"message": "Choose File" "message": "Datei auswählen"
}, },
"noFileChosen": { "noFileChosen": {
"message": "No file chosen" "message": "Keine Datei ausgewählt"
}, },
"orCopyPasteFileContents": { "orCopyPasteFileContents": {
"message": "or copy/paste the import file contents" "message": "oder fügen Sie den Inhalt Ihrer Datei hier ein"
}, },
"instructionsFor": { "instructionsFor": {
"message": "$NAME$ Instructions", "message": "Anleitung für $NAME$",
"description": "The title for the import tool instructions.", "description": "The title for the import tool instructions.",
"placeholders": { "placeholders": {
"name": { "name": {
@ -2531,12 +2531,12 @@
} }
}, },
"confirmVaultImport": { "confirmVaultImport": {
"message": "Confirm vault import" "message": "Tresor-Import bestätigen"
}, },
"confirmVaultImportDesc": { "confirmVaultImportDesc": {
"message": "This file is password-protected. Please enter the file password to import data." "message": "Diese Datei ist passwortgeschützt. Bitte gib das Dateipasswort ein, um Daten zu importieren."
}, },
"confirmFilePassword": { "confirmFilePassword": {
"message": "Confirm file password" "message": "Dateipasswort bestätigen"
} }
} }