mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-17 09:29:28 +01:00
Translated using Weblate (Czech)
Currently translated at 100.0% (398 of 398 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/cs/
This commit is contained in:
parent
395e62e96a
commit
2bb91f2669
@ -524,7 +524,7 @@
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"emoteInvalid": "Neplatná klávesová zkratka emoji!",
|
||||
"emoteInvalid": "Neplatný kód emotikony!",
|
||||
"@emoteInvalid": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
@ -2121,5 +2121,51 @@
|
||||
"@noPublicRoomsFound": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"audioPlayerPlay": "Přehrát",
|
||||
"@audioPlayerPlay": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"audioPlayerPause": "Pozastavit",
|
||||
"@audioPlayerPause": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"badServerLoginTypesException": "Homeserver podporuje přihlášení typu:\n{serverVersions}\nAle tato aplikace podporuje pouze:\n{supportedVersions}",
|
||||
"@badServerLoginTypesException": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"serverVersions": {},
|
||||
"supportedVersions": {}
|
||||
}
|
||||
},
|
||||
"clearText": "Smazat text",
|
||||
"@clearText": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"userUnknownVerification": "Status ověření uživatele je neznámý",
|
||||
"@userUnknownVerification": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"userNotVerified": "Uživatel není ověřen",
|
||||
"@userNotVerified": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"userVerified": "Uživatel je ověřen",
|
||||
"@userVerified": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"badServerVersionsException": "Homeserver podporuje specifikaci verzí:\n{serverVersions}\nAle tato aplikace podporuje pouze verze {supportedVersions}",
|
||||
"@badServerVersionsException": {
|
||||
"type": "text",
|
||||
"placeholders": {
|
||||
"serverVersions": {},
|
||||
"supportedVersions": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user