Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius David Wieschollek <passwords.public@mdns.eu>2021-04-11 11:25:42 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-04-11 11:25:42 +0300
commit38c0e18a18a29b07dd7e14b0955a9640e8175f8d (patch)
tree9b68c6812701fbee437a39faff49301d40e3f523 /src/platform/generic/_locales/de/messages.json
parente11c309c22118850576016a7849882a903094734 (diff)
parent6ebfb621d5d25b3d679f1a1a244307cf9e0c0a97 (diff)
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/platform/generic/_locales/de/messages.json')
-rw-r--r--src/platform/generic/_locales/de/messages.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index fdb9d81..d814e24 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -243,6 +243,10 @@
"message" : "In den Papierkorb verschieben",
"description": "Title of the menu option to move a password to the trash"
},
+ "PasswordItemViewEdit" : {
+ "message" : "Passwort ansehen/bearbeiten",
+ "description": "Title of the menu option to view and edit a password"
+ },
"ValidationLabel" : {
"message" : "Titel",
"description": "Name of the account label field in account validation message. This value is used when the user attempts to save an account with an invalid label"
@@ -455,6 +459,26 @@
"message" : "Ordner",
"description": "Label for the folder count in the server info in the browse tab"
},
+ "LabelFolder" : {
+ "message" : "Ordner",
+ "description": "Label for the folder of this password."
+ },
+ "LabelCreated" : {
+ "message" : "Erstellt",
+ "description": "Label for the creation time of this password."
+ },
+ "LabelEdited" : {
+ "message" : "Geändert",
+ "description": "Label for the last edit time of this password."
+ },
+ "LabelNotes" : {
+ "message" : "Notitzen",
+ "description": "Label for the notes of this password."
+ },
+ "LabelCustomFields" : {
+ "message" : "Eigene Felder",
+ "description": "Label for the custom fields of this password"
+ },
"LabelTags" : {
"message" : "Tags",
"description": "Label for the tag count in the server info in the browse tab"
@@ -641,6 +665,14 @@
}
}
},
+ "ToastPasswordUpdated" : {
+ "message" : "Passwort aktualisiert",
+ "description": "Text of the toast notification when password was updated"
+ },
+ "ToastPasswordUpdateFailed" : {
+ "message" : "Passwort aktualisierung fehlgeschlagen",
+ "description": "Text of the toast notification when password update failed"
+ },
"PasswordPastedSuccess" : {
"message" : "$LABEL$ eingefügt",
"description" : "Text of the toast notification when a password entry was pasted successfully into the current tab",
@@ -1314,5 +1346,39 @@
"InputSliderOff" : {
"message" : "ausgeschaltet",
"description": "Tooltip of any slider input element that is currently in the inactive/disabled state"
+ },
+ "PasswordCustomFieldsTypeText" : {
+ "message" : "Text",
+ "description": "Label of the password custom setting type 'text'."
+ },
+ "PasswordCustomFieldsTypeSecret" : {
+ "message" : "Geheimnis",
+ "description": "Label of the password custom setting type 'secret'."
+ },
+ "PasswordCustomFieldsTypeEmail" : {
+ "message" : "Email",
+ "description": "Label of the password custom setting type 'email'."
+ },
+ "PasswordCustomFieldsTypeUrl" : {
+ "message" : "Link",
+ "description": "Label of the password custom setting type 'url'."
+ },
+ "PasswordCustomFieldsTypeFormField" : {
+ "message" : "Form Feld",
+ "description": "Label of the password custom setting form field to insert custom values to a web page."
+ },
+ "PasswordEditInvalidValue" : {
+ "message" : "Ungültiger Wert",
+ "description": "Label of the password edit 'invalid value' message."
+ },
+ "PasswordEditMaxAllowedCharacter" : {
+ "message" : "Maximal $CHARACTERS$ Zeichen erlaubt",
+ "description": "Label of the password edit max allowed character message.",
+ "placeholders": {
+ "characters": {
+ "content": "$1",
+ "example": "One of 1, 48, 320, 370, 2048 or 8192"
+ }
+ }
}
}