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-13 00:23:57 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-13 00:23:57 +0300
commit7b6ce4b6e5a3959af62f2f0bb15fb272b5594a47 (patch)
treeb10b3c91500b51dba77105d6733c38bec7955200 /src/platform
parentc2daba9a9c5f48d228f4bfb5340a9e09f998faa3 (diff)
Show server version info in server info tab
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/platform')
-rwxr-xr-xsrc/platform/generic/_locales/bg/messages.json10
-rw-r--r--src/platform/generic/_locales/de/messages.json28
-rw-r--r--src/platform/generic/_locales/en/messages.json54
-rw-r--r--src/platform/generic/_locales/es/messages.json10
-rw-r--r--src/platform/generic/_locales/fr/messages.json10
-rw-r--r--src/platform/generic/_locales/it/messages.json10
-rw-r--r--src/platform/generic/_locales/pl/messages.json10
-rw-r--r--src/platform/generic/_locales/ru/messages.json10
-rw-r--r--src/platform/generic/_locales/tr/messages.json10
9 files changed, 139 insertions, 13 deletions
diff --git a/src/platform/generic/_locales/bg/messages.json b/src/platform/generic/_locales/bg/messages.json
index 0892a72..1e2f4fa 100755
--- a/src/platform/generic/_locales/bg/messages.json
+++ b/src/platform/generic/_locales/bg/messages.json
@@ -47,6 +47,16 @@
"message" : "Пароли",
"description": "Label for the password count in the server info in the browse tab"
},
+ "AppLabelString" : {
+ "message" : "Пароли $VERSION$",
+ "description" : "Value for the passwords app version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
"PlaceholderPassword" : {
"message" : "Парола",
"description": "Placeholder text in the master password field of the server authorization dialog"
diff --git a/src/platform/generic/_locales/de/messages.json b/src/platform/generic/_locales/de/messages.json
index 3043245..9d7800a 100644
--- a/src/platform/generic/_locales/de/messages.json
+++ b/src/platform/generic/_locales/de/messages.json
@@ -421,6 +421,34 @@
"message" : "Tags",
"description": "Label for the tag count in the server info in the browse tab"
},
+ "LabelServerVersion" : {
+ "message" : "Server",
+ "description": "Label for the nextcloud server version in the server info in the browse tab"
+ },
+ "LabelAppVersion" : {
+ "message" : "API",
+ "description": "Label for the passwords app version in the server info in the browse tab"
+ },
+ "ServerLabelString" : {
+ "message" : "Nextcloud $VERSION$",
+ "description" : "Value for the nextcloud server version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
+ "AppLabelString" : {
+ "message" : "Passwörter $VERSION$",
+ "description" : "Value for the passwords app version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
"PlaceholderPassword" : {
"message" : "Passwort",
"description": "Placeholder text in the master password field of the server authorization dialog"
diff --git a/src/platform/generic/_locales/en/messages.json b/src/platform/generic/_locales/en/messages.json
index a8255ba..99f262f 100644
--- a/src/platform/generic/_locales/en/messages.json
+++ b/src/platform/generic/_locales/en/messages.json
@@ -7,7 +7,7 @@
"message" : "The official browser extension for Passwords for Nextcloud",
"description": "Description of the extension."
},
- "locale" : {
+ "locale" : {
"message" : "en",
"description": "The language tag of this translation. Same as the folder name"
},
@@ -47,7 +47,7 @@
"message" : "Nextcloud Account",
"description": "Label assigned to the account used by the v1.x migration"
},
- "PrivatePasswordsFolderLabel" : {
+ "PrivatePasswordsFolderLabel" : {
"message" : "Private Passwords",
"description": "Label assigned to the hidden folder for private passwords. (folder is only visible when browsing in private mode)"
},
@@ -91,7 +91,7 @@
"message" : "Automatically fill in best matching login data",
"description": "Label of the setting in the extension settings to automatically paste credentials into login forms"
},
- "HelpPasteAutofillEnabled" : {
+ "HelpPasteAutofillEnabled" : {
"message" : "Automatically paste the first suggested credential into any login form in the tab. Be aware that this makes it accessible any script in the tab.",
"description": "Help text in the extension settings for the setting to automatically paste credentials into login forms"
},
@@ -167,17 +167,17 @@
"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"
},
- "ServerTimeout" : {
+ "ServerTimeout" : {
"message" : "Logout after",
"description": "Label of the option to change the automatic logout time of an existing account in the account details in the extension settings"
},
- "ServerTimeoutOptionNever" : {
+ "ServerTimeoutOptionNever" : {
"message" : "Never",
"description": "Label of the option for the server timeout to never expire"
},
- "ServerTimeoutOptionMinutes" : {
- "message" : "After $MINUTES$ minutes",
- "description": "Label of the option for the server timeout to expire after a given amount of minutes",
+ "ServerTimeoutOptionMinutes" : {
+ "message" : "After $MINUTES$ minutes",
+ "description" : "Label of the option for the server timeout to expire after a given amount of minutes",
"placeholders": {
"minutes": {
"content": "$1",
@@ -285,7 +285,7 @@
"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"
},
- "ValidationInvalidTimeout" : {
+ "ValidationInvalidTimeout" : {
"message" : "The logout time must be one of the given options.",
"description": "Validation message when the user attempts to save an account but the timeout is not within the predefined range"
},
@@ -435,6 +435,34 @@
"message" : "Tags",
"description": "Label for the tag count in the server info in the browse tab"
},
+ "LabelServerVersion" : {
+ "message" : "Server",
+ "description": "Label for the nextcloud server version in the server info in the browse tab"
+ },
+ "LabelAppVersion" : {
+ "message" : "API",
+ "description": "Label for the passwords app version in the server info in the browse tab"
+ },
+ "ServerLabelString" : {
+ "message" : "Nextcloud $VERSION$",
+ "description" : "Value for the nextcloud server version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
+ "AppLabelString" : {
+ "message" : "Passwords $VERSION$",
+ "description" : "Value for the passwords app version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
"PlaceholderPassword" : {
"message" : "Password",
"description": "Placeholder text in the master password field of the server authorization dialog"
@@ -533,7 +561,7 @@
"message" : "The account \"$SERVER$\" uses passwords $SERVERVERSION$, but this extension requires at least $MINVERSION$. The app needs to be updated before the account can be activated again in the settings.",
"description" : "Text of the toast notification when an account was disabled because the server uses an outdated and unsupported version of the passwords app",
"placeholders": {
- "server": {
+ "server" : {
"content": "$1",
"example": "My Nextcloud"
},
@@ -547,9 +575,9 @@
}
}
},
- "ToastErrorMessage" : {
- "message" : "An error occurred in the passwords client. Check the error log in the debug options for more details.",
- "description" : "Text of the toast notification for error messages from the passwords client. The error message is the title"
+ "ToastErrorMessage" : {
+ "message" : "An error occurred in the passwords client. Check the error log in the debug options for more details.",
+ "description": "Text of the toast notification for error messages from the passwords client. The error message is the title"
},
"PasswordPastedSuccess" : {
"message" : "$LABEL$ pasted successfully",
diff --git a/src/platform/generic/_locales/es/messages.json b/src/platform/generic/_locales/es/messages.json
index 66299c1..9e955fb 100644
--- a/src/platform/generic/_locales/es/messages.json
+++ b/src/platform/generic/_locales/es/messages.json
@@ -47,6 +47,16 @@
"message" : "Contraseñas",
"description": "Label for the password count in the server info in the browse tab"
},
+ "AppLabelString" : {
+ "message" : "Contraseñas $VERSION$",
+ "description" : "Value for the passwords app version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
"PlaceholderPassword" : {
"message" : "Contraseña",
"description": "Placeholder text in the master password field of the server authorization dialog"
diff --git a/src/platform/generic/_locales/fr/messages.json b/src/platform/generic/_locales/fr/messages.json
index 51f4aeb..30a4f2b 100644
--- a/src/platform/generic/_locales/fr/messages.json
+++ b/src/platform/generic/_locales/fr/messages.json
@@ -47,6 +47,16 @@
"message" : "Mots de passe",
"description": "Label for the password count in the server info in the browse tab"
},
+ "AppLabelString" : {
+ "message" : "Mots de passe $VERSION$",
+ "description" : "Value for the passwords app version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
"PlaceholderPassword" : {
"message" : "Mot de passe",
"description": "Placeholder text in the master password field of the server authorization dialog"
diff --git a/src/platform/generic/_locales/it/messages.json b/src/platform/generic/_locales/it/messages.json
index 9034a1c..9aa7e42 100644
--- a/src/platform/generic/_locales/it/messages.json
+++ b/src/platform/generic/_locales/it/messages.json
@@ -359,6 +359,16 @@
"message" : "Etichetta",
"description": "Label for the tag count in the server info in the browse tab"
},
+ "AppLabelString" : {
+ "message" : "Passwords $VERSION$",
+ "description" : "Value for the passwords app version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
"PlaceholderPassword" : {
"message" : "Password",
"description": "Placeholder text in the master password field of the server authorization dialog"
diff --git a/src/platform/generic/_locales/pl/messages.json b/src/platform/generic/_locales/pl/messages.json
index 7b76fba..134124e 100644
--- a/src/platform/generic/_locales/pl/messages.json
+++ b/src/platform/generic/_locales/pl/messages.json
@@ -47,6 +47,16 @@
"message" : "Hasła",
"description": "Label for the password count in the server info in the browse tab"
},
+ "AppLabelString" : {
+ "message" : "Hasła $VERSION$",
+ "description" : "Value for the passwords app version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
"PlaceholderPassword" : {
"message" : "Hasło",
"description": "Placeholder text in the master password field of the server authorization dialog"
diff --git a/src/platform/generic/_locales/ru/messages.json b/src/platform/generic/_locales/ru/messages.json
index de22ddb..c14966e 100644
--- a/src/platform/generic/_locales/ru/messages.json
+++ b/src/platform/generic/_locales/ru/messages.json
@@ -47,6 +47,16 @@
"message" : "Пароли",
"description": "Label for the password count in the server info in the browse tab"
},
+ "AppLabelString" : {
+ "message" : "Пароли $VERSION$",
+ "description" : "Value for the passwords app version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
"PlaceholderPassword" : {
"message" : "Пароль",
"description": "Placeholder text in the master password field of the server authorization dialog"
diff --git a/src/platform/generic/_locales/tr/messages.json b/src/platform/generic/_locales/tr/messages.json
index c933694..dcc7038 100644
--- a/src/platform/generic/_locales/tr/messages.json
+++ b/src/platform/generic/_locales/tr/messages.json
@@ -47,6 +47,16 @@
"message" : "Parolalar",
"description": "Label for the password count in the server info in the browse tab"
},
+ "AppLabelString" : {
+ "message" : "Parolalar $VERSION$",
+ "description" : "Value for the passwords app version in the server info in the browse tab",
+ "placeholders": {
+ "version": {
+ "content": "$1",
+ "example": "20"
+ }
+ }
+ },
"PlaceholderPassword" : {
"message" : "Parola",
"description": "Placeholder text in the master password field of the server authorization dialog"