X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a543e731c0433b2aa0f0f1583f7c70182a084fd5..3d4b2176ff040b9b79b05873579ab54a69a731ec:/vendor/rails-locales/hr.yml diff --git a/vendor/rails-locales/hr.yml b/vendor/rails-locales/hr.yml index 0c6145160..800243ca8 100644 --- a/vendor/rails-locales/hr.yml +++ b/vendor/rails-locales/hr.yml @@ -7,12 +7,50 @@ default: "%d/%m/%Y" short: "%e %b" long: "%B %e, %Y" - only_day: "%e" - - day_names: [Nedjelja, Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota] - abbr_day_names: [Ned, Pon, Uto, Sre, Čet, Pet, Sub] - month_names: [~, Siječanj, Veljača, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac] - abbr_month_names: [~, Sij, Vel, Ožu, Tra, Svi, Lip, Srp, Kol, Ruj, Lis, Stu, Pro] + day_names: + - Nedjelja + - Ponedjeljak + - Utorak + - Srijeda + - Četvrtak + - Petak + - Subota + abbr_day_names: + - Ned + - Pon + - Uto + - Sre + - Čet + - Pet + - Sub + month_names: + - ~ + - Siječanj + - Veljača + - Ožujak + - Travanj + - Svibanj + - Lipanj + - Srpanj + - Kolovoz + - Rujan + - Listopad + - Studeni + - Prosinac + abbr_month_names: + - ~ + - Sij + - Vel + - Ožu + - Tra + - Svi + - Lip + - Srp + - Kol + - Ruj + - Lis + - Stu + - Pro order: - :day - :month @@ -21,17 +59,10 @@ time: formats: default: "%a %b %d %H:%M:%S %Z %Y" - time: "%H:%M" short: "%d %b %H:%M" long: "%B %d, %Y %H:%M" - only_second: "%S" - - datetime: - formats: - default: "%Y-%m-%dT%H:%M:%S%Z" - - am: 'AM' - pm: 'PM' + am: 'AM' + pm: 'PM' datetime: distance_in_words: @@ -79,41 +110,70 @@ precision: 3 separator: ',' delimiter: '.' + significant: false + strip_insignificant_zeros: false currency: format: unit: 'Kn' precision: 2 format: '%n %u' + separator: "." + delimiter: "," + significant: false + strip_insignificant_zeros: false + percentage: + format: + delimiter: "" + precision: + format: + delimiter: "" + human: + format: + delimiter: "" + precision: 3 + significant: true + strip_insignificant_zeros: true + storage_units: + format: "%n %u" + decimal_units: + format: "%n %u" + units: + unit: "" - support: - array: - sentence_connector: "i" + errors: + format: "%{attribute} %{message}" + template: &errors_template + header: + one: 'Nisam uspio spremiti %{model}: 1 greška' + few: 'Nisam uspio spremiti %{model}: %{count} greške.' + other: 'Nisam uspio spremiti %{model}: %{count} greški.' + body: "Molim Vas provjerite slijedeća polja:" + messages: &errors_messages + inclusion: "nije u listi" + exclusion: "nije dostupno" + invalid: "nije ispravan" + confirmation: "se ne slaže sa svojom potvrdom" + accepted: "mora biti prihvaćen" + empty: "mora biti ispunjen" + blank: "mora biti ispunjen" + too_long: "je predugačak (ne više od %{count} karaktera)" + too_short: "je prekratak (ne manje od %{count} karaktera)" + wrong_length: "nije odgovarajuće dužine (mora imati %{count} karaktera)" + taken: "je zauzeto" + not_a_number: "nije broj" + greater_than: "mora biti veće od %{count}" + greater_than_or_equal_to: "mora biti veće ili jednako %{count}" + equal_to: "mora biti jednako %{count}" + less_than: "mora biti manje od %{count}" + less_than_or_equal_to: "mora biti manje ili jednako %{count}" + odd: "mora biti neparno" + even: "mora biti parno" activerecord: errors: - template: - header: - one: 'Nisam uspio spremiti %{model}: 1 greška' - few: 'Nisam uspio spremiti %{model}: %{count} greške.' - other: 'Nisam uspio spremiti %{model}: %{count} greški.' - body: "Molim Vas provjerite slijedeća polja:" messages: - inclusion: "nije u listi" - exclusion: "nije dostupno" - invalid: "nije ispravan" - confirmation: "se ne slaže sa svojom potvrdom" - accepted: "mora biti prihvaćen" - empty: "mora biti ispunjen" - blank: "mora biti ispunjen" - too_long: "je predugačak (ne više od %{count} karaktera)" - too_short: "je prekratak (ne manje od %{count} karaktera)" - wrong_length: "nije odgovarajuće dužine (mora imati %{count} karaktera)" - taken: "je zauzeto" - not_a_number: "nije broj" - greater_than: "mora biti veće od %{count}" - greater_than_or_equal_to: "mora biti veće ili jednako %{count}" - equal_to: "mora biti jednako %{count}" - less_than: "mora biti manje od %{count}" - less_than_or_equal_to: "mora biti manje ili jednako %{count}" - odd: "mora biti neparno" - even: "mora biti parno" + <<: *errors_messages + template: + <<: *errors_template + full_messages: + format: "%{attribute} %{message}" \ No newline at end of file