From 39dd01edfc523c632cccc06838621b4f7ee79087 Mon Sep 17 00:00:00 2001 From: Jonas Jasas Date: Fri, 19 Apr 2024 17:49:57 +0300 Subject: [PATCH 1/3] Added missing translations --- rails/locale/lt.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rails/locale/lt.yml b/rails/locale/lt.yml index 2c103edee..2bc4a1587 100644 --- a/rails/locale/lt.yml +++ b/rails/locale/lt.yml @@ -107,6 +107,9 @@ lt: one: "%{count} mėnesis" few: "%{count} mėnesiai" other: "%{count} mėnesių" + x_years: + one: "%{count} metai" + other: "%{count} metai" prompts: second: Sekundės minute: Minutė @@ -126,15 +129,18 @@ lt: exclusion: yra rezervuotas greater_than: turi būti didesnis už %{count} greater_than_or_equal_to: turi būti didesnis arba lygus %{count} + in: turi būti skaičiuje %{count} inclusion: nenumatyta reikšmė invalid: neteisingas less_than: turi būti mažesnis už %{count} less_than_or_equal_to: turi būti mažesnis arba lygus %{count} + model_invalid: 'Tikrinimo klaida: %{errors}' not_a_number: ne skaičius not_an_integer: privalo būti sveikas skaičius odd: turi būti nelyginis skaičius other_than: privalo būti kitoks nei %{count} present: turi būti tuščias + required: turi egzistuoti taken: jau užimtas too_long: one: per ilgas (daugiausiai %{count} simbolis) @@ -171,6 +177,7 @@ lt: format: delimiter: " " precision: 3 + round_mode: default separator: "," significant: false strip_insignificant_zeros: false @@ -196,9 +203,11 @@ lt: one: Baitas few: Baitai other: Baitų + eb: EB gb: GB kb: KB mb: MB + pb: PB tb: TB percentage: format: From 39430951926a8193d1f4a093bedddbd9e8079bcf Mon Sep 17 00:00:00 2001 From: Jonas Jasas Date: Sat, 20 Apr 2024 10:39:12 +0300 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6c58b15..5615ff945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## unreleased +- Update following locales: + - Lithuanian (lt): Add missing keys (`x_years`, `in`, `model_invalid`, `required`, `round_mode`, `eb`, `pb`) ## 7.0.9 (2024-03-13) From 12ff3d35b0749ca016f73339989b519bc1619c5b Mon Sep 17 00:00:00 2001 From: Jonas Jasas Date: Tue, 18 Jun 2024 08:40:23 +0300 Subject: [PATCH 3/3] Update lt.yml lt.datetime.distance_in_words.x_years.few --- rails/locale/lt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/rails/locale/lt.yml b/rails/locale/lt.yml index 2bc4a1587..4af2671a3 100644 --- a/rails/locale/lt.yml +++ b/rails/locale/lt.yml @@ -109,6 +109,7 @@ lt: other: "%{count} mėnesių" x_years: one: "%{count} metai" + few: "%{count} metai" other: "%{count} metai" prompts: second: Sekundės