Skip to content

Commit

Permalink
Merge pull request #728 from misaon/patch-1
Browse files Browse the repository at this point in the history
Add Czech translation.
  • Loading branch information
manishsaraan committed Sep 11, 2018
2 parents ae65281 + 4fcae49 commit b4ec4b8
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions template/locales/cs.js
@@ -0,0 +1,25 @@
define({
cs: {
'Allowed values:' : 'Povolené hodnoty:',
'Compare all with predecessor': 'Porovnat vše s předchozími verzemi',
'compare changes to:' : 'porovnat změny s:',
'compared to' : 'porovnat s',
'Default value:' : 'Výchozí hodnota:',
'Description' : 'Popis',
'Field' : 'Pole',
'General' : 'Obecné',
'Generated with' : 'Vygenerováno pomocí',
'Name' : 'Název',
'No response values.' : 'Nebyly vráceny žádné hodnoty.',
'optional' : 'volitelné',
'Parameter' : 'Parametr',
'Permission:' : 'Oprávnění:',
'Response' : 'Odpověď',
'Send' : 'Odeslat',
'Send a Sample Request' : 'Odeslat ukázkový požadavek',
'show up to version:' : 'zobrazit po verzi:',
'Size range:' : 'Rozsah velikosti:',
'Type' : 'Typ',
'url' : 'url'
}
});

0 comments on commit b4ec4b8

Please sign in to comment.