Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creates Czech locale #474

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ and there's more on the [wiki page](https://github.com/jejacks0n/mercury/wiki/Lo

Translations and contributors:
- Arabic ([mohamagdy](https://github.com/mohamagdy))
- Czech ([paulslaby](https://github.com/paulslaby))
- Danish ([martinjlowm](https://github.com/martinjlowm))
- German ([poke](https://github.com/poke))
- Spanish ([javiercr](https://github.com/javiercr))
Expand Down
204 changes: 204 additions & 0 deletions app/assets/javascripts/mercury/locales/cs.locale.js.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,204 @@
Mercury.I18n['cs'] =
# ## Javascript Strings

# ### Default Configuration
"Save": "Uložit"
"Save this page": "Uloží stránku"
"Preview": "Náhled"
"Preview this page": "Ukáže náhled"
"Undo": "Zpět"
"Undo your last action": "Vrátí poslední akci"
"Redo": "Znovu"
"Redo your last action": "Vykoná vrácenou akci"
"Link": "Odkaz"
"Insert Link": "Vloží odkaz"
"Media": "Media"
"Insert Media (images and videos)": "Vloží obrázky a videa"
"Table": "Tabulka"
"Insert Table": "Vloží tabulku"
"Character": "Znak"
"Special Characters": "Zvláštní znaky"
"Snippet": "Útržky"
"Snippet Panel": "Panel s útržky"
"History": "Historie"
"Page Version History": "Historie verzí stránky"
"Notes": "Poznámky"
"Page Notes": "Stránka poznámek"
"Style": "Styly"
"Block Format": "Formát"
"Background Color": "Barva pozadí"
"Text Color": "Barva textu"
"Bold": "Tučné"
"Italicize": "Kurzíva"
"Overline": "Nadtržení"
"Strikethrough": "Přešktnutí"
"Underline": "Podtržení"
"Subscript": "Dolní index"
"Superscript": "Dolní index"
"Align Left": "Vlevo"
"Center": "Na střed"
"Align Right": "Vpravo"
"Justify Full": "Do bloku"
"Unordered List": "Nečíslovaný seznam"
"Numbered List": "Číslovaný seznam"
"Decrease Indentation": "Zmenšit odsazení"
"Increase Indentation": "Zvětšit odsazení"
"Insert Table Row": "Vložit řádek tabulky"
"Insert a table row before the cursor": "Vložit řádek tabulky před kurzor"
"Insert a table row after the cursor": "Vložit řádek tabulky za kurzor"
"Delete Table Row": "Smazat řádek tabulky"
"Delete this table row": "Smazat aktuální řádek"
"Insert Table Column": "Vložit sloupec tabulky"
"Insert a table column before the cursor": "Vložit sloupec tabulky před kurzor"
"Insert a table column after the cursor": "Vložit sloupec tabulky za kurzor"
"Delete Table Column": "Smazat sloupec"
"Delete this table column": "Smazat aktuální sloupec"
"Increase Cell Columns": "Sloučit buňky po sloupcích"
"Decrease Cell Columns": "Rozdělit buňky po sloupcích"
"Increase Cell Rows": "Sloučit buňky po řádcích"
"Decrease Cell Rows": "Rozdělit buňky po řádcích"
"Horizontal Rule": "Horizontální čára"
"Insert a horizontal rule": "Vložit čáru"
"Remove Formatting": "Odstranit formátování"
"Remove formatting for the selection": "Odstranit formátování pro výběr"
"Edit HTML": "Upravit HTML"
"Edit the HTML content": "Upravit HTML"
"Edit Snippet Settings": "Upravit nastavení útržků"
"Remove Snippet": "Odstranit útržek"

# ### General
# Error Messages
"Mercury.Regions.%s is unsupported in this client. Supported browsers are %s.": "Mercury.Regions.%s není podporován ve vašem prohlížeči. Podporované prohlížeče jsou %s."
"Mercury.PageEditor can only be instantiated once.": "Mercury.PageEditor byl spuštěn dvakrát."
"Opera isn't a fully supported browser, your results may not be optimal.": "Opera není plně podporovaná. Výsledky mohou být mírně jiné."
"Mercury.PageEditor failed to load: %s\n\nPlease try refreshing.": "Mercury.PageEditor naporařilo se načíst: %s\n\nObnovte prosím stránku."
"Region type is malformed, no data-type provided, or \"%s\" is unknown for the \"%s\" region.": "Region type je porušen, data-type nevyplněn, nebo \"%s\" v regionu \"%s\" není známý."
"Mercury was unable to save to the url: %s": "Nepodařilo se uložit na adresu: %s"
"invalid": "špatný"
"can't be blank": "nesmí být prázdný"
# Confirmations
"You have unsaved changes. Are you sure you want to leave without saving them first?": "Máte neuložené změny. Opravdu chcete odejít bez uložení?"

# ### Toolbar / Buttons
# Error Messages
"Unknown button type \"%s\" used for the \"%s\" button.": "Unknown button type \"%s\" used for the \"%s\" button."
"Unknown button structure -- please provide an array, object, or string for \"%s\".": "Unknown button structure -- please provide an array, object, or string for \"%s\"."

# ### Modals / Dialogs / Etc.
# Error Messages
"Mercury was unable to load %s for the \"%s\" dialog.": "Mercury was unable to load %s for the \"%s\" dialog."
"Mercury was unable to load %s for the lightview.": "Mercury was unable to load %s for the lightview."
"Mercury was unable to load %s for the modal.": "Mercury was unable to load %s for the modal."

# ### Snippets
# Error Messages
"Error loading the preview for the \"%s\" snippet.": "Nepodařilo se načíst náhled úrtžku \"%s\"."
# Misc
"Snippet Options": "Možnosti útržku"

# ### Uploader
# Error Messages
"Unable to process response: %s": "Nepodařilo se zpracovat odpověď: %s"
"Error: Unable to upload the file": "Chyba: nepodařilo se nahrát soubor"
"Malformed response from server": "Poškozená odpověď od serveru"
"Too large": "Příliš velké"
"Unsupported format": "nepodporovaný formát"
# Statuses
"Processing...": "Zpracovávám..."
"Uploading...": "Nahrávám..."
"Aborted": "Zrušeno"
"Successfully uploaded...": "Nahráno..."
"Name: %s": "Jméno: %s"
"Size: %s": "Velikost: %s"
"Type: %s": "Typ: %s"

# Inserting Media
"Error: The provided youtube share url was invalid.": "Chyba: Youtube adresa je vadná"
"Error: The provided vimeo url was invalid.": "Chyba: Vimeo adresa je vadná"

# Statusbar
"Path:": "Cesta:"


# ## HTML / Template Strings

# ### Modals
# Insert Link Modal (link.html)
"Link Content": "Obsah odkazu"
"Standard Links": "Standardní odkazy"
"URL": "URL"
"Index / Bookmark Links": "Odkazy záložky"
"Existing Links": "Existující odkazy"
"Bookmark": "Záložky"
"Options": "Možnosti"
"Link Target": "Cíl odkazu"
"Self (the same window or tab)": "Self (stejné okno/panel)"
"Blank (a new window or tab)": "Blank (nové okno/panel)"
"Top (removes any frames)": "Top (odstraní všechny panely)"
"Popup Window (javascript new window popup)": "Vyskakovací okno"
"Popup Width": "Šířka vyskakovacího okna"
"Popup Height": "Výška vyskakovacího okna"

# Insert Media Modal (media.html)
"Images": "Obrázky"
"Videos": "Videa"
"YouTube URL": "YouTube URL"
"Vimeo URL": "Vimeo URL"
"Alignment": "Zarovnání"
"None": "Žádné"
"Left": "Doleva"
"Right": "Doprava"
"Top": "Nahoru"
"Middle": "Doprostřed"
"Bottom": "Dolů"
"Absolute Middle": "Úplně doprastřed"
"Absolute Bottom": "Úplně dolů"
"Width": "Šířka"
"Height": "Výška"
"Insert Media": "Vložit media"

# Insert Table Modal (table.html)
"Rows": "řádky"
"Add Before": "Přidat před"
"Add After": "Přidat za"
"Remove": "Odstranit"
"Columns": "Sloupce"
"Row Span": "Sloučit řádky"
"Column Span": "Sloučit sloupce"
"Border": "Rámeček"
"Spacing": "Mezery"

# HTML Editor Modal (htmleditor.html)
"HTML Editor": "HTML editor"
"Save and Replace": "Uložit a nahradit"

# ### Dialogs / Etc.
# Color Palettes (forecolor.html, backcolor.html)
"Last Color Picked": "Poslední vybraná barva"

# Block Format Select (formatblock.html)
"Heading 1": "Nadpis 1"
"Heading 2": "Nadpis 2"
"Heading 3": "Nadpis 3"
"Heading 4": "Nadpis 4"
"Heading 5": "Nadpis 5"
"Heading 6": "Nadpis 6"
"Paragraph": "Odstavec"
"Blockquote": "Citace"
"Formatted": "Formátováno"

# About Mercury Panel (about.html)
"Project Home": "Stránka projektu"
"Project Source": "Zdrojové kódy"

# ### Demo / Placeholder / Defaults
"The history panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it.": "The history panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it."

"The notes panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it.": "The notes panel is expected to be implemented with a server back end. Since this is a demo, we didn't include it."

"Snippet Name": "Název útžku"
"A one or two line long description of what this snippet does.": "jeden dva řádky popisující, co útržek dělá"

"First Name": "Jméno"
"Favorite Beer": "Oblíbené pivo"
"Insert Snippet": "Vložit Útržek"