Skip to content

Commit

Permalink
Merge pull request #1121 from jonas-jasas/master
Browse files Browse the repository at this point in the history
Added missing translations in Lithuanian
  • Loading branch information
digitalfrost authored Sep 15, 2024
2 parents 346b3a6 + 12ff3d3 commit 84ba405
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## unreleased
- Update following locales:
- Lithuanian (lt): Add missing keys (`x_years`, `in`, `model_invalid`, `required`, `round_mode`, `eb`, `pb`)
- Portuguese (pt): Fixed `number.currency.format.format` and `helpers.submit.update` #1122
- Korean (ko): Add missing keys (Storage units) #1118
- Fix compatibility with frozen string literals. #1120
Expand Down
10 changes: 10 additions & 0 deletions rails/locale/lt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ lt:
one: "%{count} mėnesis"
few: "%{count} mėnesiai"
other: "%{count} mėnesių"
x_years:
one: "%{count} metai"
few: "%{count} metai"
other: "%{count} metai"
prompts:
second: Sekundės
minute: Minutė
Expand All @@ -126,15 +130,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)
Expand Down Expand Up @@ -171,6 +178,7 @@ lt:
format:
delimiter: " "
precision: 3
round_mode: default
separator: ","
significant: false
strip_insignificant_zeros: false
Expand All @@ -196,9 +204,11 @@ lt:
one: Baitas
few: Baitai
other: Baitų
eb: EB
gb: GB
kb: KB
mb: MB
pb: PB
tb: TB
percentage:
format:
Expand Down

0 comments on commit 84ba405

Please sign in to comment.