Add Czech translation
This commit is contained in:
parent
7ad08e710e
commit
b02398a12d
1 changed files with 71 additions and 0 deletions
71
i18n/cs/cosmic_edit.ftl
Normal file
71
i18n/cs/cosmic_edit.ftl
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
new-document = Nový dokument
|
||||
open-project = Otevřít projekt
|
||||
|
||||
# Context Pages
|
||||
|
||||
## Document statistics
|
||||
document-statistics = Statistiky dokumentu
|
||||
word-count = Počet slov
|
||||
character-count = Znaky
|
||||
character-count-no-spaces = Znaky (bez mezer)
|
||||
line-count = Řádky
|
||||
|
||||
## Settings
|
||||
settings = Nastavení
|
||||
|
||||
## Appearance
|
||||
appearance = Vzhled
|
||||
theme = Téma
|
||||
default-font = Výchozí font
|
||||
default-font-size = Výchozí velikost fontu
|
||||
|
||||
### Keyboard shortcuts
|
||||
keyboard-shortcuts = Klávesové zkratky
|
||||
enable-vim-bindings = Povolit režim Vim
|
||||
|
||||
# Menu
|
||||
|
||||
## File
|
||||
file = Soubor
|
||||
new-file = Nový soubor
|
||||
new-window = Nové okno
|
||||
open-file = Otevřít...
|
||||
open-recent = Otevřít nedávný
|
||||
todo = TODO
|
||||
save = Uložit
|
||||
save-as = Uložit jako...
|
||||
revert-all-changes = Vrátit všechny změny
|
||||
menu-document-statistics = Statistiky dokumentu...
|
||||
document-type = Typ dokumentu...
|
||||
encoding = Kódování...
|
||||
print = Tisk
|
||||
quit = Ukončit
|
||||
|
||||
## Edit
|
||||
edit = Upravit
|
||||
undo = Zpět
|
||||
redo = Opakovat
|
||||
cut = Vyjmout
|
||||
copy = Kopírovat
|
||||
paste = Vložit
|
||||
find = Najít
|
||||
replace = Nahradit
|
||||
spell-check = Kontrola pravopisu...
|
||||
|
||||
## View
|
||||
view = Zobrazit
|
||||
indentation = Odsazení
|
||||
|
||||
### Indentation
|
||||
automatic-indentation = Automatické odsazení
|
||||
tab-width = Šířka tabulátoru: {$tab_width}
|
||||
convert-indentation-to-spaces = Převést odsazení na mezery
|
||||
convert-indentation-to-tabs = Převést odsazení na tabulátory
|
||||
|
||||
word-wrap = Zalamování slov
|
||||
show-line-numbers = Zobrazit čísla řádků
|
||||
highlight-current-line = Zvýraznění aktuálního řádku
|
||||
syntax-highlighting = Zvýraznění syntaxe...
|
||||
menu-settings = Nastavení...
|
||||
menu-keyboard-shortcuts = Klávesové zkratky...
|
||||
about-cosmic-text-editor = O textovém editoru COSMIC
|
||||
Loading…
Add table
Add a link
Reference in a new issue