Skip to content

Commit

Permalink
Merge pull request #1855 from keram/sk-cs-translations
Browse files Browse the repository at this point in the history
czech translation and bugfixes in slovak
  • Loading branch information
ugisozols committed Aug 2, 2012
2 parents 4e90bc7 + 1d4d99a commit 47584ae
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 6 deletions.
78 changes: 78 additions & 0 deletions core/lib/generators/refinery/form/templates/config/locales/cs.yml
Original file line number Diff line number Diff line change
@@ -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 odstranit <%= singular_name.humanize.downcase %>
<%= singular_name %>:
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 přeč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 odeslání této adresy e-mailem
phone: Telefon
date: Datum
message: Zpráva
settings:
notification_recipients_form:
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é adresy jako: [email protected], [email protected]"
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 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ístěte 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 -%>
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 47584ae

Please sign in to comment.