From fa2b098b7dbf1317bdc05c041edb3c825c05bd19 Mon Sep 17 00:00:00 2001 From: Marek Labos Date: Thu, 2 Aug 2012 07:53:33 +0200 Subject: [PATCH 1/2] czech translation and bugfixes in slovak --- .../form/templates/config/locales/cs.yml | 78 +++++++++++++++++++ .../form/templates/config/locales/sk.yml | 11 ++- 2 files changed, 83 insertions(+), 6 deletions(-) create mode 100644 core/lib/generators/refinery/form/templates/config/locales/cs.yml diff --git a/core/lib/generators/refinery/form/templates/config/locales/cs.yml b/core/lib/generators/refinery/form/templates/config/locales/cs.yml new file mode 100644 index 0000000000..a6d9e18d06 --- /dev/null +++ b/core/lib/generators/refinery/form/templates/config/locales/cs.yml @@ -0,0 +1,78 @@ +cs: + refinery: + plugins: + <%= plural_name %>: + title: <%= plural_name.titleize %> + description: Poskytuje kontaktní formulář a zaznamenáva <%= plural_name.humanize.downcase %> + <%= namespacing.underscore %>: + <%= plural_name %>: + new: + send: Odeslat zprávu + privacy_policy: Chráníme vaše soukromí + admin: + <%= plural_name %>: + delete: Trvale odstránit <%= singular_name.humanize.downcase %> + <%= singular_name %>: + read_<%= singular_name %>: Prečíst <%= singular_name.humanize.downcase %> + said: řekl + mark_as_spam: Označit jako spam + mark_as_ham: Označit jako pročtené + submenu: + inbox: Inbox + spam: Spam + update_notified: Upravit seznam notifikovaných + edit_confirmation_email: Upravit potvrzovací e-mail + index: + no_<%= plural_name %>: Zatím jste neobdrželi žádné <%= plural_name.humanize.downcase %>. + spam: + no_spam: Hurá! Nemáte žádný spam. + show: + details: Podrobnosti + age: Věk + actions: Akce + back_to_all_<%= plural_name %>: Zpět na všechny <%= plural_name.humanize.downcase %> + spam: Spam + spam_yes: 'ano' + <%= singular_name %>: <%= class_name.underscore.titleize %> + to: Komu + from: Od + click_to_email: Klikněte pro odoslání této adresy e-mailem + phone: Telefon + date: Datum + message: Zpráva + settings: + notification_recipients_form: + settings_value_name: Zaslat upozornení pro + explanation: Pokaždé, když Vás někdo kontaktuje s vaše webové stránky, Refinery odošle e-mail s upozornením na nový <%= singular_name.humanize.downcase %>. + hint: Když je odeslán nový <%= singular_name.humanize.downcase %>, Refinery pošle upozornení na Váš e-mail. + example: "Zadejte e-mailovú adresu(y) jako: jack@work.com, jill@office.com" + confirmation_email_form: + to: Komu + from: Od + subject: Předmet + click_to_edit_subject: Klikněte zde pro editaci předmetu + explanation: Když Vás někdo kontaktuje cez vaše webové stránky, Refinery odošle e-mail s potvrzením o přijetí odosílateli <%= singular_name.humanize.downcase %>. + below_edit_email_sent: Níže můžete upravit e-mail, který je odesílan. + the_customer_making_<%= singular_name %>: Klient delá <%= singular_name.humanize.downcase %> + message: Zpráva + note: "Poznámka: umístnete text %name%, pro určení pozice jména klienta v e-maile" + mailer: + notification: + greeting: Hi there + you_recieved_new_<%= singular_name %>: You just received a new <%= singular_name.humanize.downcase %> on your website. + <%= singular_name %>_starts: --- <%= singular_name.humanize.downcase %> starts --- + <%= singular_name %>_ends: --- <%= singular_name.humanize.downcase %> ends --- + from: Od + email: E-mail + phone: Telefon + message: Zpráva + closing_line: S pozdravem + ps_html: P.S. Všechny vaše <%= plural_name.humanize.downcase %> jsou uloženy pod záložkou "<%= plural_name.titleize %>" v Refinery, pokud by jste je chtěli zobrazit pozdeji. + activerecord: + models: + <%= singular_name %>: <%= class_name.underscore.titleize %> + attributes: + <%= singular_name %>: +<% attributes.each do |a| -%> + <%= a.name %>: <%= a.name.humanize %> +<% end -%> diff --git a/core/lib/generators/refinery/form/templates/config/locales/sk.yml b/core/lib/generators/refinery/form/templates/config/locales/sk.yml index d24cdb7b82..e7044d367c 100644 --- a/core/lib/generators/refinery/form/templates/config/locales/sk.yml +++ b/core/lib/generators/refinery/form/templates/config/locales/sk.yml @@ -25,7 +25,7 @@ sk: index: no_<%= plural_name %>: Zatiaľ ste neobdržali žiadne <%= plural_name.humanize.downcase %>. spam: - no_spam: Super! Žiaden spam + no_spam: Hurá! Nemáte žiaden spam. show: details: Podrobnosti age: Vek @@ -49,14 +49,13 @@ sk: confirmation_email_form: to: Komu from: Od - subject: Subjekt + subject: Predmet click_to_edit_subject: Kliknite tu ak chcete upraviť predmet - explanation: Zakaždým, keď Vás niekto kontaktuje cez vaše webové stránky, Refinery odošle e-mail s potvrdením o prijatí odosielateľovi <%= singular_name.humanize.downcase %> - below_edit_email_sent: Nižšie môžete upraviť e-mail, ktorý je odosielaný + explanation: Zakaždým, keď Vás niekto kontaktuje cez vaše webové stránky, Refinery odošle e-mail s potvrdením o prijatí odosielateľovi <%= singular_name.humanize.downcase %>. + below_edit_email_sent: Nižšie môžete upraviť e-mail, ktorý je odosielaný. the_customer_making_<%= singular_name %>: Klient robiť <%= singular_name.humanize.downcase %> message: Správa - note: "Note: place the text %name% where you'd like the customer's name to appear in the email" - Poznámka: umiestniťe text %name%, pre určenie pozície mena klienta v e-maile" + note: "Poznámka: umiestniťe text %name%, pre určenie pozície mena klienta v e-maile" mailer: notification: greeting: Ahoj From 8fdd31b7483d6ad48bf5fe3a0e0cfaa9d2c4519d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=A0im=C3=A1nek?= Date: Thu, 2 Aug 2012 17:27:21 +0300 Subject: [PATCH 2/2] Update core/lib/generators/refinery/form/templates/config/locales/cs.yml Czech form translation review --- .../form/templates/config/locales/cs.yml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/core/lib/generators/refinery/form/templates/config/locales/cs.yml b/core/lib/generators/refinery/form/templates/config/locales/cs.yml index a6d9e18d06..0bbc3d9e04 100644 --- a/core/lib/generators/refinery/form/templates/config/locales/cs.yml +++ b/core/lib/generators/refinery/form/templates/config/locales/cs.yml @@ -11,12 +11,12 @@ cs: privacy_policy: Chráníme vaše soukromí admin: <%= plural_name %>: - delete: Trvale odstránit <%= singular_name.humanize.downcase %> + delete: Trvale odstranit <%= singular_name.humanize.downcase %> <%= singular_name %>: - read_<%= singular_name %>: Prečíst <%= singular_name.humanize.downcase %> + read_<%= singular_name %>: Přečíst <%= singular_name.humanize.downcase %> said: řekl mark_as_spam: Označit jako spam - mark_as_ham: Označit jako pročtené + mark_as_ham: Označit jako přečtené submenu: inbox: Inbox spam: Spam @@ -36,26 +36,26 @@ cs: <%= singular_name %>: <%= class_name.underscore.titleize %> to: Komu from: Od - click_to_email: Klikněte pro odoslání této adresy e-mailem + click_to_email: Klikněte pro odeslání této adresy e-mailem phone: Telefon date: Datum message: Zpráva settings: notification_recipients_form: - settings_value_name: Zaslat upozornení pro - explanation: Pokaždé, když Vás někdo kontaktuje s vaše webové stránky, Refinery odošle e-mail s upozornením na nový <%= singular_name.humanize.downcase %>. + settings_value_name: Zaslat upozornění pro + explanation: Pokaždé, když Vás někdo kontaktuje přes vaše webové stránky, Refinery odešle e-mail s upozorněním na nový <%= singular_name.humanize.downcase %>. hint: Když je odeslán nový <%= singular_name.humanize.downcase %>, Refinery pošle upozornení na Váš e-mail. - example: "Zadejte e-mailovú adresu(y) jako: jack@work.com, jill@office.com" + example: "Zadejte e-mailové adresy jako: jack@work.com, jill@office.com" confirmation_email_form: to: Komu from: Od subject: Předmet click_to_edit_subject: Klikněte zde pro editaci předmetu - explanation: Když Vás někdo kontaktuje cez vaše webové stránky, Refinery odošle e-mail s potvrzením o přijetí odosílateli <%= singular_name.humanize.downcase %>. - below_edit_email_sent: Níže můžete upravit e-mail, který je odesílan. + explanation: Když Vás někdo kontaktuje přes vaše webové stránky, Refinery odešle e-mail s potvrzením o přijetí odesílateli <%= singular_name.humanize.downcase %>. + below_edit_email_sent: Níže můžete upravit e-mail, který je odeslán. the_customer_making_<%= singular_name %>: Klient delá <%= singular_name.humanize.downcase %> message: Zpráva - note: "Poznámka: umístnete text %name%, pro určení pozice jména klienta v e-maile" + note: "Poznámka: umístěte text %name%, pro určení pozice jména klienta v e-maile" mailer: notification: greeting: Hi there