diff --git a/config/locales/cs.yml b/config/locales/cs.yml index 801d6b2..a400ee7 100644 --- a/config/locales/cs.yml +++ b/config/locales/cs.yml @@ -2,17 +2,17 @@ cs: helpers: page_entries_info: more_pages: - display_entries: "Zobrazuji %{entry_name} %{first} - %{last} z %{total} celkových" + display_entries: Zobrazuji %{entry_name} %{first} - %{last} z %{total} celkových one_page: display_entries: + few: Zobrazuji %{count} %{entry_name} zero: "Žádná položka nenalezena" - one: "Zobrazuji %{count} položku" - few: "Zobrazuji %{count} položky" - other: "Zobrazuji %{count} položky" + one: Zobrazuji %{count} %{entry_name} + other: Zobrazuji %{count} %{entry_name} views: pagination: first: "« První" - last: "Poslední »" - next: "Další ›" + last: Poslední » + next: Další › previous: "‹ Předchozí" truncate: "…" diff --git a/config/locales/hi.yml b/config/locales/hi.yml index eb66bac..6df85ba 100644 --- a/config/locales/hi.yml +++ b/config/locales/hi.yml @@ -9,8 +9,8 @@ hi: other: "प्रदर्शित %{count} %{entry_name}" views: pagination: - first: - last: + first: "« पहला" + last: "आखरी »" next: "अगला ›" previous: "‹ पिछला" truncate: "…" diff --git a/config/locales/hu.yml b/config/locales/hu.yml index 5b81c64..ecf0399 100644 --- a/config/locales/hu.yml +++ b/config/locales/hu.yml @@ -4,11 +4,11 @@ hu: more_pages: display_entries: "%{entry_name} %{first} - %{last} megjelenítve (összesen %{total})" one_page: - display_entries: "Mind a %{count} %{entry_name} megjelenítve" + display_entries: "Mind a(z) %{count} %{entry_name} megjelenítve" views: pagination: - first: - last: + first: "« Első" + last: Utolsó » next: Következő › previous: "‹ Előző" truncate: "…" diff --git a/config/locales/lt.yml b/config/locales/lt.yml index aa60fe6..c284024 100644 --- a/config/locales/lt.yml +++ b/config/locales/lt.yml @@ -5,8 +5,8 @@ lt: display_entries: Rodomi %{entry_name} %{first} - %{last}%{total} one_page: display_entries: - one: Rodomas %{count} %{entry_name} few: Rodomi visi %{count} %{entry_name} + one: Rodomas %{count} %{entry_name} other: Rodomi visi %{count} %{entry_name} zero: "%{entry_name} nerastas" views: