]> git.openstreetmap.org Git - rails.git/blob - vendor/rails-locales/lt.yml
Deselect note features when the popup is closed
[rails.git] / vendor / rails-locales / lt.yml
1 # Lithuanian translations for Ruby on Rails
2 # by Laurynas Butkus (laurynas.butkus@gmail.com)
3
4 lt:
5   number:
6     format:
7       separator: ","
8       delimiter: " "
9       precision: 3
10       significant: false
11       strip_insignificant_zeros: false
12     currency:
13       format:
14         format: "%n %u"
15         unit: "Lt"
16         separator: ","
17         delimiter: " "
18         precision: 2
19         significant: false
20         strip_insignificant_zeros: false
21     percentage:
22       format:
23         delimiter: ""
24
25     precision:
26       format:
27         delimiter: ""
28
29     human:
30       format:
31         delimiter: ""
32         precision: 1
33         significant: true
34         strip_insignificant_zeros: true
35       storage_units:
36         # Storage units output formatting.
37         # %u is the storage unit, %n is the number (default: 2 MB)
38         format: "%n %u"
39         units:
40           byte:
41             one:   "Baitas"
42             other: "Baitai"
43           kb: "KB"
44           mb: "MB"
45           gb: "GB"
46           tb: "TB"
47       decimal_units:
48         format: "%n %u"
49         units:
50           unit: ""
51
52   datetime:
53     distance_in_words:
54       half_a_minute: "pusė minutės"
55       less_than_x_seconds:
56         one:   "mažiau nei 1 sekundė"
57         other: "mažiau nei %{count} sekundės"
58       x_seconds:
59         one:   "1 sekundė"
60         other: "%{count} sekundės"
61       less_than_x_minutes:
62         one:   "mažiau nei minutė"
63         other: "mažiau nei %{count} minutės"
64       x_minutes:
65         one:   "1 minutė"
66         other: "%{count} minutės"
67       about_x_hours:
68         one:   "apie 1 valanda"
69         other: "apie %{count} valandų"
70       x_days:
71         one:   "1 diena"
72         other: "%{count} dienų"
73       about_x_months:
74         one:   "apie 1 mėnuo"
75         other: "apie %{count} mėnesiai"
76       x_months:
77         one:   "1 mėnuo"
78         other: "%{count} mėnesiai"
79       about_x_years:
80         one:   "apie 1 metai"
81         other: "apie %{count} metų"
82       over_x_years:
83         one:   "virš 1 metų"
84         other: "virš %{count} metų"
85     prompts:
86       year:   "Metai"
87       month:  "Mėnuo"
88       day:    "Diena"
89       hour:   "Valanda"
90       minute: "Minutė"
91       second: "Sekundės"
92
93   errors:
94     format: "%{attribute} %{message}"
95     template: &errors_template
96       header:
97         one:    "Išsaugant objektą %{model} rasta klaida"
98         other:  "Išsaugant objektą %{model} rastos %{count} klaidos"
99       body: "Šiuose laukuose yra klaidų:"
100     messages: &errors_messages
101       inclusion: "nenumatyta reikšmė"
102       exclusion: "užimtas"
103       invalid: "neteisingas"
104       confirmation: "neteisingai pakartotas"
105       accepted: "turi būti patvirtintas"
106       empty: "negali būti tuščias"
107       blank: "negali būti tuščias"
108       too_long: "per ilgas (daugiausiai %{count} simboliai)"
109       too_short: "per trumpas (mažiausiai %{count} simboliai)"
110       wrong_length: "neteisingo ilgio (turi būti %{count} simboliai)"
111       taken: "jau užimtas"
112       not_a_number: "ne skaičius"
113       greater_than: "turi būti didesnis už %{count}"
114       greater_than_or_equal_to: "turi būti didesnis arba lygus %{count}"
115       equal_to: "turi būti lygus %{count}"
116       less_than: "turi būti mažesnis už %{count}"
117       less_than_or_equal_to: "turi būti mažesnis arba lygus %{count}"
118       odd: "turi būti nelyginis"
119       even: "turi būti lyginis"
120
121   activerecord:
122     errors:
123       messages:
124         <<: *errors_messages
125       template:
126         <<: *errors_template
127       full_messages:
128         format: "%{attribute} %{message}"
129
130   date:
131     formats:
132       default: "%Y-%m-%d"
133       short: "%b %d"
134       long: "%B %d, %Y"
135
136     day_names:
137       - sekmadienis
138       - pirmadienis
139       - antradienis
140       - trečiadienis
141       - ketvirtadienis
142       - penktadienis
143       - šeštadienis
144     abbr_day_names:
145       - Sek
146       - Pir
147       - Ant
148       - Tre
149       - Ket
150       - Pen
151       - Šeš
152
153     month_names:
154       - ~
155       - sausio
156       - vasario
157       - kovo
158       - balandžio
159       - gegužės
160       - birželio
161       - liepos
162       - rugpjūčio
163       - rugsėjo
164       - spalio
165       - lapkričio
166       - gruodžio
167     abbr_month_names:
168       - ~
169       - Sau
170       - Vas
171       - Kov
172       - Bal
173       - Geg
174       - Bir
175       - Lie
176       - Rgp
177       - Rgs
178       - Spa
179       - Lap
180       - Grd
181     order:
182       - :year
183       - :month
184       - :day
185
186   time:
187     formats:
188       default: "%a, %d %b %Y %H:%M:%S %z"
189       short: "%d %b %H:%M"
190       long: "%B %d, %Y %H:%M"
191     am: "am"
192     pm: "pm"
193
194   support:
195     array:
196       words_connector: ", "
197       two_words_connector: " ir "
198       last_word_connector: " ir "