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:35 +0300
committerMarius David Wieschollek <passwords.public@mdns.eu>2021-01-13 00:23:35 +0300
commitc2daba9a9c5f48d228f4bfb5340a9e09f998faa3 (patch)
tree6fb7fb27d460bade5db298e7774d0e9b7bad2a97 /src/platform
parent6a6cdd921e09f8b02c0713d40d7acefafe661102 (diff)
Update translations for cz
Signed-off-by: Marius David Wieschollek <passwords.public@mdns.eu>
Diffstat (limited to 'src/platform')
-rw-r--r--src/platform/generic/_locales/cs/messages.json122
1 files changed, 48 insertions, 74 deletions
diff --git a/src/platform/generic/_locales/cs/messages.json b/src/platform/generic/_locales/cs/messages.json
index 45d1e75..2f84c85 100644
--- a/src/platform/generic/_locales/cs/messages.json
+++ b/src/platform/generic/_locales/cs/messages.json
@@ -1,102 +1,76 @@
{
- "extensionName" : {
+ "extensionName" : {
"message": "Nextcloud Passwords"
},
- "extensionDescription" : {
+ "extensionDescription": {
"message": "Klient pro aplikaci Nextcloud Passwords."
},
- "locale" : {
+ "locale" : {
"message" : "cs",
"description": "The language tag of this translation. Same as the folder name"
},
- "browserActionTitle" : {
+ "browserActionTitle" : {
"message": "Hesla"
},
- "contextMenuTitle" : {
+ "contextMenuTitle" : {
"message": "Hesla"
},
- "NoRelatedMatches" : {
- "message": "Nenalezeny žádné údaje"
+ "ServerBaseUrl" : {
+ "message" : "Url",
+ "description": "Label of the server url field in account details in the extension settings"
},
- "NoSearchMatches" : {
- "message": "Žádná shoda"
+ "ServerUser" : {
+ "message" : "Uživatel",
+ "description": "Label of the account login user field in account details in the extension settings"
},
- "NoSearchQuery" : {
- "message": "Napište alespoň 3 znaky"
+ "LabelPassword" : {
+ "message" : "Hesla",
+ "description": "Label for the password of a password entry"
},
- "PasswordRequestFailedTitle" : {
- "message": "Požadavek selhal"
+ "LabelUsername" : {
+ "message" : "Uživatel",
+ "description": "Label for the username of a password entry"
},
- "PasswordRequestFailedText" : {
- "message" : "Seznam údajů se nepodařilo stáhnout.\nChyba: $ERROR$",
- "placeholders": {
- "error": {
- "content": "$1"
- }
- }
- },
- "PasswordEncodingFailedTitle": {
- "message": "Nepodařilo se zpracovat údaje"
- },
- "PasswordEncodingFailedText" : {
- "message" : "Údaje #$ID$ neobsahují validní JSON data a proto nemohly být zpracovány.",
- "placeholders": {
- "id": {
- "content": "$1"
- }
- }
- },
- "NewLoginDetectedTitle" : {
- "message": "Nové přihlášení detekováno"
- },
- "NewLoginDetectedText" : {
- "message" : "Klikni zde pro uložení hesla pro \"$USER$\"",
- "placeholders": {
- "user": {
- "content": "$1"
- }
- }
- },
- "PasswordCreatedTitle" : {
- "message": "Heslo uloženo"
- },
- "PasswordCreatedText" : {
- "message": "Heslo bylo uloženo úspěšně"
- },
- "CreatePasswordFailedTitle" : {
- "message": "Heslo se neuložilo"
- },
- "CreatePasswordFailedText" : {
- "message": "Nepodařilo se uložit heslo"
+ "LabelUser" : {
+ "message" : "Uživatel",
+ "description": "Label for the username of in the server info in the browse tab"
},
- "UpdatedLoginDetectedTitle" : {
- "message": "Aktualizované údaje byly detekovány"
+ "LabelUrl" : {
+ "message" : "Url",
+ "description": "Label for of a field that contains an url (used in collected password or server info)"
},
- "UpdatedLoginDetectedText" : {
- "message" : "Klikni zde pro aktualizaci hesla pro \"$USER$\"",
+ "AppLabelString" : {
+ "message" : "Hesla $VERSION$",
+ "description" : "Value for the passwords app version in the server info in the browse tab",
"placeholders": {
- "user": {
- "content": "$1"
+ "version": {
+ "content": "$1",
+ "example": "20"
}
}
},
- "PasswordUpdatedTitle" : {
- "message": "Heslo aktualizováno"
+ "LabelPasswords" : {
+ "message" : "Hesla",
+ "description": "Label for the password count in the server info in the browse tab"
},
- "PasswordUpdatedText" : {
- "message": "Heslo bylo aktualizováno úspěšně"
+ "PlaceholderPassword" : {
+ "message" : "Hesla",
+ "description": "Placeholder text in the master password field of the server authorization dialog"
},
- "UpdatePasswordFailedTitle" : {
- "message": "Heslo nezměněno"
+ "PropertyPassword" : {
+ "message" : "Hesla",
+ "description": "Label of the property password of the password entry used in PasswordPropertyCopied"
},
- "UpdatePasswordFailedText" : {
- "message": "Nepodařilo se uložit heslo"
+ "PropertyUsername" : {
+ "message" : "Uživatel",
+ "description": "Label of the property username of the password entry used in PasswordPropertyCopied"
},
- "DarkMode" : {
- "message" : "Tmavý režim"
+ "PropertyUrl" : {
+ "message" : "Url",
+ "description": "Label of the property url of the password entry used in PasswordPropertyCopied"
},
- "Url" : { "message": "Url" },
- "Password" : { "message": "Heslo" },
- "User" : { "message": "Uživatel" },
- "Save" : { "message": "Uložit" }
+ "ButtonSave" : {
+ "message" : "Uložit",
+ "description": "The save button of a password detection system notification"
+ }
}