-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #153 from p-bo/patch-2
Add Czech localization - .json variant
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ "translations": { | ||
"Open in Draw.io" : "Otevřít v Draw.io", | ||
"Saving..." : "Ukládání…", | ||
"File saved!" : "Soubor uložen!", | ||
"Draw.io URL" : "URL adresa Draw.io", | ||
"Language" : "Jazyk", | ||
"Loading, please wait." : "Načítá se, vyčkejte", | ||
"File created" : "Soubor vytvořen", | ||
"Diagram" : "Diagram", | ||
"New Diagram" : "Nový diagram", | ||
"Yes" : "Ano", | ||
"No" : "Ne", | ||
"Associate XML files with Draw.io?" : "Asociovat XML soubory s Draw.io?", | ||
"Please note: when you disable the XML association, you need to manually register the MIME type application/x-drawio for the extension \".drawio\"." : "Upozornění: pokud asociaci s XML vypnete, bude třeba, abyste pro příponu „.drawio“ ručně zaregistrovali MIME typ application/x-drawio.", | ||
"Kennedy" : "Kennedy", | ||
"Minimal" : "Minimální", | ||
"Atlas" : "Atlas", | ||
"Dark" : "Tmavý", | ||
"Theme:" : "Motiv vzhledu", | ||
"auto or en,fr,de,es,ru,pl,zh,jp..." : "automaticky nebo en/fr/de/es/ru/pl/zh/jp/cs…", | ||
"Save" : "Uložit", | ||
"Error when trying to connect" : "Chyba při pokusu o připojení se", | ||
"Settings have been successfully saved" : "Nastavení byla úspěšně uložena", | ||
"The required folder was not found" : "Potřebná složka nebyla nalezena", | ||
"You don't have enough permission to create file" : "Nemáte dostatečná oprávnění pro vytvoření souboru", | ||
"Template not found" : "Šablona nenelezena", | ||
"Can't create file" : "Soubor se nedaří vytvořit", | ||
"File not found" : "Soubor nenalezen", | ||
"Draw.io app not configured! Please contact admin." : "Aplikace Draw.io není nastavena! Obraťte se na správce.", | ||
"Format do not supported" : "Nepodporovaný formát", | ||
"The file has changed since opening" : "Obsah souboru byl po otevření mezitím externě změněn", | ||
"User does not have permissions to write to the file:" : "Uživatel nemá oprávnění zapisovat do souboru:", | ||
"FileId is empty" : "Identif. souboru je prázdný", | ||
"You do not have enough permissions to view the file" : "Nemáte dostatečná oprávnění pro zobrazení souboru", | ||
"Activate offline mode in Draw.io?" : "Zapnout režim Draw.io pro práci bez připojení k síti?", | ||
"When the \"offline mode\" is active, this disables all remote operations and features to protect the users privacy. Draw.io will then also only be in English, even if you set a different language manually." : "Pokud je aktivní „režim bez připojení“, vypne z důvodu ochrany soukromí uživatele veškeré vzdálené operace a funkce. Draw.io tím také bude jen v angličtině, i když ručně nastavíte jiný jazyk." | ||
},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" | ||
} |