File: hu.yml

package info (click to toggle)
ruby-rails-i18n 7.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,820 kB
  • sloc: ruby: 907; makefile: 5
file content (196 lines) | stat: -rw-r--r-- 4,626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
---
hu:
  activerecord:
    errors:
      messages:
        record_invalid: Sikertelen validálás %{errors}
  date:
    abbr_day_names:
    - v.
    - h.
    - k.
    - sze.
    - cs.
    - p.
    - szo.
    abbr_month_names:
    - 
    - jan.
    - febr.
    - márc.
    - ápr.
    - máj.
    - jún.
    - júl.
    - aug.
    - szept.
    - okt.
    - nov.
    - dec.
    day_names:
    - vasárnap
    - hétfő
    - kedd
    - szerda
    - csütörtök
    - péntek
    - szombat
    formats:
      default: "%Y.%m.%d."
      long: "%Y. %B %e."
      short: "%b %e."
    month_names:
    - 
    - január
    - február
    - március
    - április
    - május
    - június
    - július
    - augusztus
    - szeptember
    - október
    - november
    - december
    order:
    - :year
    - :month
    - :day
  datetime:
    distance_in_words:
      about_x_hours:
        one: kb. %{count} órája
        other: kb. %{count} órája
      about_x_months:
        one: kb. %{count} hónapja
        other: kb. %{count} hónapja
      about_x_years:
        one: kb. %{count} éve
        other: kb. %{count} éve
      almost_x_years:
        one: majdnem %{count} éve
        other: majdnem %{count} éve
      half_a_minute: fél perce
      less_than_x_seconds:
        one: kevesebb, mint %{count} másodperce
        other: kevesebb, mint %{count} másodperce
      less_than_x_minutes:
        one: kevesebb, mint %{count} perce
        other: kevesebb, mint %{count} perce
      over_x_years:
        one: több, mint %{count} éve
        other: több, mint %{count} éve
      x_seconds:
        one: "%{count} másodperce"
        other: "%{count} másodperce"
      x_minutes:
        one: "%{count} perce"
        other: "%{count} perce"
      x_days:
        one: "%{count} napja"
        other: "%{count} napja"
      x_months:
        one: "%{count} hónapja"
        other: "%{count} hónapja"
    prompts:
      second: Másodperc
      minute: Perc
      hour: Óra
      day: Nap
      month: Hónap
      year: Év
  errors:
    format: "%{attribute} %{message}"
    messages:
      accepted: nincs elfogadva
      blank: nincs megadva
      confirmation: nem egyezik
      empty: nincs megadva
      equal_to: pontosan %{count} kell legyen
      even: páros kell legyen
      exclusion: nem elérhető
      greater_than: nagyobb kell legyen, mint %{count}
      greater_than_or_equal_to: legalább %{count} kell legyen
      inclusion: nincs a listában
      invalid: nem megfelelő
      less_than: kevesebb, mint %{count} kell legyen
      less_than_or_equal_to: legfeljebb %{count} lehet
      not_a_number: nem szám
      not_an_integer: egész számnak kell lennie
      odd: páratlan kell legyen
      taken: már foglalt
      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)
    template:
      body: 'Problémás mezők:'
      header:
        one: '%{count} hiba miatt nem menthető a következő: %{model}'
        other: "%{count} hiba miatt nem menthető a következő: %{model}"
  helpers:
    select:
      prompt: Válasszon
    submit:
      create: Új %{model}
      submit: "%{model} mentése"
      update: "%{model} módosítása"
  number:
    currency:
      format:
        delimiter: ''
        format: "%n %u"
        precision: 0
        separator: ","
        significant: true
        strip_insignificant_zeros: true
        unit: Ft
    format:
      delimiter: " "
      precision: 2
      separator: ","
      significant: true
      strip_insignificant_zeros: true
    human:
      decimal_units:
        format: "%n %u"
        units:
          billion: milliárd
          million: millió
          quadrillion: billiárd
          thousand: ezer
          trillion: billió
          unit: ''
      format:
        delimiter: ''
        precision: 1
        significant: true
        strip_insignificant_zeros: true
      storage_units:
        format: "%n %u"
        units:
          byte:
            one: bájt
            other: bájt
          gb: GB
          kb: KB
          mb: MB
          tb: TB
    percentage:
      format:
        delimiter: ''
    precision:
      format:
        delimiter: ''
  support:
    array:
      last_word_connector: " és "
      two_words_connector: " és "
      words_connector: ", "
  time:
    am: de.
    formats:
      default: "%Y. %b %e., %H:%M"
      long: "%Y. %B %e., %A, %H:%M"
      short: "%b %e., %H:%M"
    pm: du.