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:00:38 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-09 13:00:38 +0300
commit531c7ac4e4945272550135106371d35c767a2c6d (patch)
tree9ac6404ba7d82648e876c0da2de1107b5ce509f5 /src/platform
parent9c985e1eb649d8a3af4fae12056a51ea3ad801f8 (diff)
Rename token to app password
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/generic/_locales/de/messages.json14
-rw-r--r--src/platform/generic/_locales/en/messages.json14
2 files changed, 14 insertions, 14 deletions
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index e19f8f0..4d319f8 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -144,11 +144,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"
},
"TabRelated" : {
@@ -180,7 +180,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" : {
@@ -193,7 +193,7 @@
"placeholders": {
"field": {
"content": "$1",
- "example": "token"
+ "example": "user"
}
}
},
@@ -203,7 +203,7 @@
"placeholders": {
"field": {
"content": "$1",
- "example": "token"
+ "example": "user"
},
"min" : {
"content": "$2",
@@ -217,7 +217,7 @@
"placeholders": {
"field": {
"content": "$1",
- "example": "token"
+ "example": "user"
},
"max" : {
"content": "$2",
@@ -234,7 +234,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"
},
"ValidationDuplicate" : {
diff --git a/src/platform/generic/_locales/en/messages.json b/src/platform/generic/_locales/en/messages.json
index 3c7a25d..db6c8d4 100644
--- a/src/platform/generic/_locales/en/messages.json
+++ b/src/platform/generic/_locales/en/messages.json
@@ -144,11 +144,11 @@
"description": "Label of the account login user field in account details in the extension settings"
},
"ServerToken" : {
- "message" : "Token",
+ "message" : "App Password",
"description": "Label of the account login token field in account details in the extension settings"
},
"ServerTokenChange" : {
- "message" : "Change Token",
+ "message" : "Change App Password",
"description": "Label of the button to change the login token of an existing account in the account details in the extension settings"
},
"TabRelated" : {
@@ -194,7 +194,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 password",
"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" : {
@@ -207,7 +207,7 @@
"placeholders": {
"field": {
"content": "$1",
- "example": "token"
+ "example": "user"
}
}
},
@@ -217,7 +217,7 @@
"placeholders": {
"field": {
"content": "$1",
- "example": "token"
+ "example": "user"
},
"min" : {
"content": "$2",
@@ -231,7 +231,7 @@
"placeholders": {
"field": {
"content": "$1",
- "example": "token"
+ "example": "user"
},
"max" : {
"content": "$2",
@@ -248,7 +248,7 @@
"description": "Validation message when the user attempts to save an account but the server url is not a valid url"
},
"ValidationNotAToken" : {
- "message" : "The token must be a valid Nextcloud token.",
+ "message" : "The app password must be a valid Nextcloud App Password.",
"description": "Validation message when the user attempts to save an account but the token does not match the Nextcloud token schema"
},
"ValidationDuplicate" : {