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-01-09 13:21:44 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-09 13:21:44 +0300
commit69e1029d91ab5b462c5852cb063e842b98eaec94 (patch)
treec3231cb7b934dc6c7f03c73a1ecc01184cb57aec /src/platform/generic/_locales/de/messages.json
parent2cf7ce123a9a95e9a406e483bf87a644a6177ac3 (diff)
parent595227da8d7963c85bb1e5c9fc2b75b9db552749 (diff)
Merge branch 'testing'
Diffstat (limited to 'src/platform/generic/_locales/de/messages.json')
-rw-r--r--src/platform/generic/_locales/de/messages.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index 9002b9f..3043245 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -160,11 +160,11 @@
"description": "Label of the account login user field in account details in the extension settings"
},
"ServerToken" : {
- "message" : "Token",
+ "message" : "App-Passwort",
"description": "Label of the account login token field in account details in the extension settings"
},
"ServerTokenChange" : {
- "message" : "Token ändern",
+ "message" : "App-Passwort ändern",
"description": "Label of the button to change the login token of an existing account in the account details in the extension settings"
},
"ServerTimeout" : {
@@ -214,7 +214,7 @@
"description": "Name of the account username field in account validation message. This value is used when the user attempts to save an account with an invalid username"
},
"ValidationToken" : {
- "message" : "Token",
+ "message" : "App-Passwort",
"description": "Name of the account token field in account validation message. This value is used when the user attempts to save an account with an invalid token"
},
"ValidationBaseUrl" : {
@@ -227,7 +227,7 @@
"placeholders": {
"field": {
"content": "$1",
- "example": "token"
+ "example": "user"
}
}
},
@@ -237,7 +237,7 @@
"placeholders": {
"field": {
"content": "$1",
- "example": "token"
+ "example": "user"
},
"min" : {
"content": "$2",
@@ -251,7 +251,7 @@
"placeholders": {
"field": {
"content": "$1",
- "example": "token"
+ "example": "user"
},
"max" : {
"content": "$2",
@@ -268,7 +268,7 @@
"description": "Validation message when the user attempts to save an account but the server url is not a valid url"
},
"ValidationNotAToken" : {
- "message" : "Das Token muss ein gültiges Nextcloud-Token sein.",
+ "message" : "Das App-Passwort muss ein gültiges Nextcloud-App-Passwort sein.",
"description": "Validation message when the user attempts to save an account but the token does not match the Nextcloud token schema"
},
"ValidationInvalidTimeout" : {