New translations documents.yml (Czech)
This commit is contained in:
24
config/locales/cs-CZ/documents.yml
Normal file
24
config/locales/cs-CZ/documents.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
cs:
|
||||
documents:
|
||||
title: Dokumenty
|
||||
max_documents_allowed_reached_html: Dosáhli jste maximálního počtu povolených dokumentů! <strong>Musíte jeden odstranit, než budete moci nahrát další. </strong>
|
||||
form:
|
||||
title: Dokumenty
|
||||
title_placeholder: Přidejte popisný název dokumentu
|
||||
attachment_label: Vybrat dokument
|
||||
delete_button: Smazat dokument
|
||||
cancel_button: Zrušit
|
||||
note: "Můžete nahrát maximálně %{max_documents_allowed} dokumentů z následujících typů obsahu: %{accepted_content_types}, až do %{max_file_size} MB v souboru."
|
||||
add_new_document: Přidat nový dokument
|
||||
actions:
|
||||
destroy:
|
||||
notice: Dokument byl úspěšně smazán.
|
||||
alert: Dokument nelze smazat.
|
||||
confirm: Opravdu chcete dokument odstranit? Tuto akci nelze vrátit zpět!
|
||||
buttons:
|
||||
download_document: Stáhnout soubor
|
||||
destroy_document: Odstranit dokument
|
||||
errors:
|
||||
messages:
|
||||
in_between: musí být mezi %{min} a %{max}
|
||||
wrong_content_type: obsah typu %{content_type} neodpovídá žádnému z přijímaných typů obsahu %{accepted_content_types}
|
||||
Reference in New Issue
Block a user