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 <m.weblate@mdns.eu>2022-03-09 22:24:15 +0300
committerWeblate <noreply@weblate.org>2022-03-10 00:33:40 +0300
commit3bac834c7fdeb2d7ef490bfdab91bb95b799bdf4 (patch)
tree716e87d6fdf69fb02538f92a4b834c7f9e76d440
parent2c73bb3c4d5cc6f63013f8b6900ddc5171a00f1e (diff)
Updated translation for Czech
Currently translated at 100.0% (293 of 293 strings) Translation: Passwords Webextension/Extension Translate-URL: https://weblate.passwordsapp.org/projects/passwords-webextension/extension/cs/
-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"
+ }
+ }
}
}