rails/locale/lt.yml in rails-i18n-4.0.3 vs rails/locale/lt.yml in rails-i18n-4.0.4

- old
+ new

@@ -1,5 +1,6 @@ +--- lt: date: abbr_day_names: - Sek - Pir @@ -7,11 +8,11 @@ - Tre - Ket - Pen - Šeš abbr_month_names: - - + - - Sau - Vas - Kov - Bal - Geg @@ -29,15 +30,15 @@ - trečiadienis - ketvirtadienis - penktadienis - šeštadienis formats: - default: ! '%Y-%m-%d' - long: ! '%B %d, %Y' - short: ! '%b %d' + default: "%Y-%m-%d" + long: "%B %d, %Y" + short: "%b %d" month_names: - - + - - sausio - vasario - kovo - balandžio - gegužės @@ -65,11 +66,11 @@ about_x_years: one: apie %{count} metus few: apie %{count} metus other: apie %{count} metų almost_x_years: - one: beveik 1 metai + one: beveik %{count} metai few: beveik %{count} metai other: beveik %{count} metų half_a_minute: pusė minutės less_than_x_minutes: one: mažiau nei %{count} minutė @@ -82,34 +83,34 @@ over_x_years: one: virš %{count} metų few: virš %{count} metų other: virš %{count} metų x_days: - one: ! '%{count} diena' - few: ! '%{count} dienos' - other: ! '%{count} dienų' + one: "%{count} diena" + few: "%{count} dienos" + other: "%{count} dienų" x_minutes: - one: ! '%{count} minutė' - few: ! '%{count} minutės' - other: ! '%{count} minučių' + one: "%{count} minutė" + few: "%{count} minutės" + other: "%{count} minučių" x_months: - one: ! '%{count} mėnesis' - few: ! '%{count} mėnesiai' - other: ! '%{count} mėnesių' + one: "%{count} mėnesis" + few: "%{count} mėnesiai" + other: "%{count} mėnesių" x_seconds: - one: ! '%{count} sekundė' - few: ! '%{count} sekundės' - other: ! '%{count} sekundžių' + one: "%{count} sekundė" + few: "%{count} sekundės" + other: "%{count} sekundžių" prompts: day: Diena hour: Valanda minute: Minutė month: Mėnuo second: Sekundės year: Metai errors: - format: ! '%{attribute} %{message}' + format: "%{attribute} %{message}" messages: accepted: turi būti patvirtintas blank: negali būti tuščias present: turi būti tuščias confirmation: neteisingai pakartotas @@ -124,57 +125,57 @@ less_than: turi būti mažesnis už %{count} less_than_or_equal_to: turi būti mažesnis arba lygus %{count} not_a_number: ne skaičius not_an_integer: privalo būti sveikas skaičius odd: turi būti nelyginis - record_invalid: ! 'Nepraeitos patikros: %{errors}' + record_invalid: 'Nepraeitos patikros: %{errors}' restrict_dependent_destroy: - one: "Negalima ištrinti įrašo nes priklausomas %{record} egzistuoja" - many: "Negalima ištrinti įrašo nes priklausomi %{record} egzistuoja" + one: Negalima ištrinti įrašo nes priklausomas %{record} egzistuoja + many: Negalima ištrinti įrašų nes priklausomi %{record} egzistuoja taken: jau užimtas too_long: - one: per ilgas (daugiausiai 1 simbolis) + one: per ilgas (daugiausiai %{count} simbolis) few: per ilgas (daugiausiai %{count} simboliai) other: per ilgas (daugiausiai %{count} simbolių) too_short: - one: per trumpas (mažiausiai 1 simbolis) + one: per trumpas (mažiausiai %{count} simbolis) few: per trumpas (mažiausiai %{count} simboliai) other: per trumpas (mažiausiai %{count} simbolių) wrong_length: neteisingo ilgio (turi būti %{count} simboliai) - other_than: "privalo būti kitoks nei %{count}" + other_than: privalo būti kitoks nei %{count} template: - body: ! 'Šiuose laukuose yra klaidų:' + body: 'Šiuose laukuose yra klaidų:' header: one: Išsaugant objektą %{model} rasta %{count} klaida few: Išsaugant objektą %{model} rastos %{count} klaidos other: Išsaugant objektą %{model} rasta %{count} klaidų helpers: select: prompt: Prašom pasirinkti submit: - create: Sukurti %{model} - submit: Išsaugoti %{model} - update: Papildyti %{model} + create: Sukurti %{model} + submit: Išsaugoti %{model} + update: Atnaujinti %{model} number: currency: format: - delimiter: ! ' ' - format: ! '%n %u' + delimiter: " " + format: "%n %u" precision: 2 - separator: ! ',' + separator: "," significant: false strip_insignificant_zeros: false - unit: Lt + unit: "€" format: - delimiter: ! ' ' + delimiter: " " precision: 3 - separator: ! ',' + separator: "," significant: false strip_insignificant_zeros: false human: decimal_units: - format: ! '%n %u' + format: "%n %u" units: billion: Milijardas million: Milijonas quadrillion: Kvadrilijonas thousand: Tūkstantis @@ -184,11 +185,11 @@ delimiter: '' precision: 1 significant: true strip_insignificant_zeros: true storage_units: - format: ! '%n %u' + format: "%n %u" units: byte: one: Baitas few: Baitai other: Baitų @@ -203,15 +204,15 @@ precision: format: delimiter: '' support: array: - last_word_connector: ! ' ir ' - two_words_connector: ! ' ir ' - words_connector: ! ', ' + last_word_connector: " ir " + two_words_connector: " ir " + words_connector: ", " time: am: am formats: - default: ! '%a, %d %b %Y %H:%M:%S %z' - long: ! '%B %d, %Y %H:%M' - short: ! '%d %b %H:%M' + default: "%a, %d %b %Y %H:%M:%S %z" + long: "%B %d, %Y %H:%M" + short: "%d %b %H:%M" pm: pm