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-16 16:51:18 +0300
committerflo-mic <florianmichel@hotmail.de>2021-03-16 16:51:18 +0300
commit9612cb5281763611681604cb570bb037a3535274 (patch)
tree0567253307700cdf64638f06114e538c1e97c4d0 /src/platform/generic/_locales/de/messages.json
parenta45e56d161d80165e422e06580e4aea28c09ba90 (diff)
add validation functions and improve css
Diffstat (limited to 'src/platform/generic/_locales/de/messages.json')
-rw-r--r--src/platform/generic/_locales/de/messages.json26
1 files changed, 22 insertions, 4 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index ba330d6..c65d20d 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -475,6 +475,10 @@
"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"
@@ -1339,20 +1343,34 @@
"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" : {
+ "PasswordCustomFieldsTypeText" : {
"message" : "Text",
"description": "Label of the password custom setting type 'text'."
},
- "PasswordCustomFieldsTypeSecret" : {
+ "PasswordCustomFieldsTypeSecret" : {
"message" : "Geheimnis",
"description": "Label of the password custom setting type 'secret'."
},
- "PasswordCustomFieldsTypeEmail" : {
+ "PasswordCustomFieldsTypeEmail" : {
"message" : "Email",
"description": "Label of the password custom setting type 'email'."
},
- "PasswordCustomFieldsTypeUrl" : {
+ "PasswordCustomFieldsTypeUrl" : {
"message" : "Link",
"description": "Label of the password custom setting type 'url'."
+ },
+ "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"
+ }
+ }
}
}