From 1ce9ce381dbe87c1578dd2910663a1d0a25e5f79 Mon Sep 17 00:00:00 2001 From: Consul Bot Date: Thu, 14 Feb 2019 13:15:57 +0100 Subject: [PATCH] New translations documents.yml (Czech) --- config/locales/cs-CZ/documents.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config/locales/cs-CZ/documents.yml diff --git a/config/locales/cs-CZ/documents.yml b/config/locales/cs-CZ/documents.yml new file mode 100644 index 000000000..833fae451 --- /dev/null +++ b/config/locales/cs-CZ/documents.yml @@ -0,0 +1,24 @@ +cs: + documents: + title: Dokumenty + max_documents_allowed_reached_html: Dosáhli jste maximálního počtu povolených dokumentů! Musíte jeden odstranit, než budete moci nahrát další. + 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}