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:
Diffstat (limited to 'src/platform/generic/_locales/cs/messages.json')
-rw-r--r--src/platform/generic/_locales/cs/messages.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/platform/generic/_locales/cs/messages.json b/src/platform/generic/_locales/cs/messages.json
index 4a73c29..dae3130 100644
--- a/src/platform/generic/_locales/cs/messages.json
+++ b/src/platform/generic/_locales/cs/messages.json
@@ -1410,5 +1410,23 @@
"MiningPasswordUpdated": {
"message": "Heslo zaktualizováno",
"description": "The toast notification after the password was successfully saved"
+ },
+ "ToastServerCheckWarning": {
+ "message": "Toto rozšíření bude brzy vyžadovat hesla $MINVERSION$, ale \"$SERVER$\" používá hesla $SERVERVERSION$. Chcete-li účet používat i nadále, aktualizujte prosím aplikaci.",
+ "description": "Text of the toast notification when an account uses a server which will soon be no longer supported because it uses an outdated and unsupported version of the passwords app",
+ "placeholders": {
+ "server": {
+ "content": "$1",
+ "example": "My Nextcloud"
+ },
+ "minversion": {
+ "content": "$2",
+ "example": "2021.12"
+ },
+ "serverversion": {
+ "content": "$3",
+ "example": "2021.11"
+ }
+ }
}
}