Skip to content

Commit

Permalink
Locale fixes (space-syndicate#1785)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Jan 21, 2024
1 parent 0814705 commit cfff9ba
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Resources/Locale/ru-RU/_lib.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Used internally by the PRESSURE() function.
zzzz-fmt-pressure =
{ TOSTRING($divided, "G3") } { $places ->
{ TOSTRING($divided, "G4") } { $places ->
[0] кПа
[1] МПа
[2] ГПа
Expand All @@ -12,7 +12,7 @@ zzzz-fmt-pressure =
}
# Used internally by the POWERWATTS() function.
zzzz-fmt-power-watts =
{ TOSTRING($divided, "G3") } { $places ->
{ TOSTRING($divided, "G4") } { $places ->
[0] Вт
[1] кВт
[2] МВт
Expand All @@ -24,7 +24,7 @@ zzzz-fmt-power-watts =
# Reminder: 1 joule = 1 watt for 1 second (multiply watts by seconds to get joules).
# Therefore 1 kilowatt-hour is equal to 3,600,000 joules (3.6MJ)
zzzz-fmt-power-joules =
{ TOSTRING($divided, "G3") } { $places ->
{ TOSTRING($divided, "G4") } { $places ->
[0] Дж
[1] кДж
[2] МДж
Expand Down
12 changes: 6 additions & 6 deletions Resources/Locale/ru-RU/_units.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ units-g-watt-long = гигаватт
## Joule (Energy)

units-u--joule = µДж
units-u--joule = мкДж
units-m--joule = мДж
units-joule = Дж
units-k-joule = кДж
units-m-joule = МДж
units-u--joule-long = Микроджоуль
units-m--joule-long = Миллиджоуль
units-joule-long = Джоуль
units-k-joule-long = Килоджоуль
units-m-joule-long = Мегаджоуль
units-u--joule-long = микроджоуль
units-m--joule-long = миллиджоуль
units-joule-long = джоуль
units-k-joule-long = килоджоуль
units-m-joule-long = мегаджоуль
## Kelvin (Temperature)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ access-id-card-component-owner-full-name-job-title-text = ID карта { $fullN
access-id-card-component-default = ID карта
id-card-component-microwave-burnt = { $id } громко щёлкает!
id-card-component-microwave-bricked = { $id } шипит!
id-card-component-microwave-safe = { $id } издает странный звук.
id-card-component-microwave-safe = { $id } издаёт странный звук.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
id-card-console-window-privileged-id = Основной ID:
id-card-console-window-target-id = Целевой ID:
id-card-console-window-privileged-id = Основная ID:
id-card-console-window-target-id = Целевая ID:
id-card-console-window-full-name-label = Полное имя:
id-card-console-window-save-button = Сохранить
id-card-console-window-job-title-label = Должность:
id-card-console-window-eject-button = Извлечь
id-card-console-window-insert-button = Вставить
id-card-console-window-job-selection-label = Предустановки должностей (задает иконку отдела и должности):
access-id-card-console-component-no-hands-error = У вас нет рук.
id-card-console-privileged-id = Основной ID
id-card-console-target-id = Целевой ID
id-card-console-privileged-id = Основная ID
id-card-console-target-id = Целевая ID

0 comments on commit cfff9ba

Please sign in to comment.