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:
authorflo-mic <florianmichel@hotmail.de>2021-03-15 22:00:34 +0300
committerflo-mic <florianmichel@hotmail.de>2021-03-15 22:00:34 +0300
commita45e56d161d80165e422e06580e4aea28c09ba90 (patch)
tree7eaba72a458a7cbcc9228c26e8cd0b272b295e6e /src/platform/generic/_locales/de
parent1c806857b4edffafea26cfa0603dcf39495ee358 (diff)
add password view/edit feature with cutom fields
Diffstat (limited to 'src/platform/generic/_locales/de')
-rw-r--r--src/platform/generic/_locales/de/messages.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index ff73dd4..ba330d6 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,22 @@
"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."
+ },
"LabelTags" : {
"message" : "Tags",
"description": "Label for the tag count in the server info in the browse tab"
@@ -641,6 +661,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",
@@ -1310,5 +1338,21 @@
"SettingsShowUsernameInList" : {
"message" : "Zeige Benutzername neben dem Titel",
"description": "Label of the setting in the extension settings to show the username next to the title in password lists."
+ },
+ "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'."
}
}