Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added missing translations #1121

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
9 changes: 9 additions & 0 deletions rails/locale/lt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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ė
Expand All @@ -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)
Expand Down Expand Up @@ -171,6 +177,7 @@ lt:
format:
delimiter: " "
precision: 3
round_mode: default
separator: ","
significant: false
strip_insignificant_zeros: false
Expand All @@ -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:
Expand Down