X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/aecc301fc64cc692177bdb162559b1aa0e53caa6..63862d008e85a0d492393122eddfd01f717f6bcb:/vendor/plugins/rails-i18n/locale/hu.yml diff --git a/vendor/plugins/rails-i18n/locale/hu.yml b/vendor/plugins/rails-i18n/locale/hu.yml index e95faa809..d4c3f73ed 100644 --- a/vendor/plugins/rails-i18n/locale/hu.yml +++ b/vendor/plugins/rails-i18n/locale/hu.yml @@ -1,4 +1,4 @@ -# Hungarian translations for Ruby on Rails +# Hungarian translations for Ruby on Rails # by Richard Abonyi (richard.abonyi@gmail.com) # thanks to KKata, replaced and #hup.hu # Cleaned up by László Bácsi (http://lackac.hu) @@ -14,7 +14,10 @@ abbr_day_names: [v., h., k., sze., cs., p., szo.] month_names: [~, január, február, március, április, május, június, július, augusztus, szeptember, október, november, december] abbr_month_names: [~, jan., febr., márc., ápr., máj., jún., júl., aug., szept., okt., nov., dec.] - order: [ :year, :month, :day ] + order: + - :year + - :month + - :day time: formats: @@ -30,38 +33,38 @@ less_than_x_seconds: # zero: 'kevesebb, mint 1 másodperc' one: 'kevesebb, mint 1 másodperc' - other: 'kevesebb, mint {{count}} másodperc' + other: 'kevesebb, mint %{count} másodperc' x_seconds: one: '1 másodperc' - other: '{{count}} másodperc' + other: '%{count} másodperc' less_than_x_minutes: # zero: 'kevesebb, mint 1 perc' one: 'kevesebb, mint 1 perc' - other: 'kevesebb, mint {{count}} perc' + other: 'kevesebb, mint %{count} perc' x_minutes: one: '1 perc' - other: '{{count}} perc' + other: '%{count} perc' about_x_hours: one: 'kb 1 óra' - other: 'kb {{count}} óra' + other: 'kb %{count} óra' x_days: one: '1 nap' - other: '{{count}} nap' + other: '%{count} nap' about_x_months: one: 'kb 1 hónap' - other: 'kb {{count}} hónap' + other: 'kb %{count} hónap' x_months: one: '1 hónap' - other: '{{count}} hónap' + other: '%{count} hónap' about_x_years: one: 'kb 1 év' - other: 'kb {{count}} év' + other: 'kb %{count} év' over_x_years: one: 'több, mint 1 év' - other: 'több, mint {{count}} év' + other: 'több, mint %{count} év' almost_x_years: one: "majdnem 1 év" - other: "majdnem {{count}} év" + other: "majdnem %{count} év" prompts: year: "Év" month: "Hónap" @@ -107,8 +110,8 @@ errors: template: header: - one: "1 hiba miatt nem menthető a következő: {{model}}" - other: "{{count}} hiba miatt nem menthető a következő: {{model}}" + one: "1 hiba miatt nem menthető a következő: %{model}" + other: "%{count} hiba miatt nem menthető a következő: %{model}" body: "Problémás mezők:" messages: inclusion: "nincs a listában" @@ -118,19 +121,19 @@ accepted: "nincs elfogadva" empty: "nincs megadva" blank: "nincs megadva" - too_long: "túl hosszú (nem lehet több {{count}} karakternél)" - too_short: "túl rövid (legalább {{count}} karakter kell legyen)" - wrong_length: "nem megfelelő hosszúságú ({{count}} karakter szükséges)" + too_long: "túl hosszú (nem lehet több %{count} karakternél)" + too_short: "túl rövid (legalább %{count} karakter kell legyen)" + wrong_length: "nem megfelelő hosszúságú (%{count} karakter szükséges)" taken: "már foglalt" not_a_number: "nem szám" - greater_than: "nagyobb kell legyen, mint {{count}}" - greater_than_or_equal_to: "legalább {{count}} kell legyen" - equal_to: "pontosan {{count}} kell legyen" - less_than: "kevesebb, mint {{count}} kell legyen" - less_than_or_equal_to: "legfeljebb {{count}} lehet" + greater_than: "nagyobb kell legyen, mint %{count}" + greater_than_or_equal_to: "legalább %{count} kell legyen" + equal_to: "pontosan %{count} kell legyen" + less_than: "kevesebb, mint %{count} kell legyen" + less_than_or_equal_to: "legfeljebb %{count} lehet" odd: "páratlan kell legyen" even: "páros kell legyen" - record_invalid: "Sikertelen validálás {{errors}}" + record_invalid: "Sikertelen validálás %{errors}" support: array: @@ -141,4 +144,4 @@ last_word_connector: " és " select: # default value for :prompt => true in FormOptionsHelper - prompt: "Válasszon" \ No newline at end of file + prompt: "Válasszon"