Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Test #1

Closed
wants to merge 29 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
7eab0e0
Create mime.ftl
Zekins3366 Mar 26, 2024
242004f
Add files via upload
Zekins3366 Mar 26, 2024
bcd16d5
Create accents.ftl
Zekins3366 Mar 26, 2024
1814420
Add files via upload
Zekins3366 Mar 26, 2024
6f23526
Create agent-id-card-component.ftl
Zekins3366 Mar 26, 2024
bc799d9
Add files via upload
Zekins3366 Mar 26, 2024
41d1988
Create access-overrider-system.ftl
Zekins3366 Mar 26, 2024
e651772
Create human-facial-hair.ftl
Zekins3366 Mar 26, 2024
1574cbb
Add files via upload
Zekins3366 Mar 26, 2024
b9011e2
Create actions-commands.ftl
Zekins3366 Mar 26, 2024
9bec4e2
Add files via upload
Zekins3366 Mar 26, 2024
4862938
Create actionmenu.ftl
Zekins3366 Mar 26, 2024
e621ca9
Create actionslot.ftl
Zekins3366 Mar 26, 2024
1efb5ef
Create admin-verbs.ftl
Zekins3366 Mar 26, 2024
b249d03
Add files via upload
Zekins3366 Mar 26, 2024
c21b7fa
Create add-uplink-command.ftl
Zekins3366 Mar 26, 2024
e9f9560
Add files via upload
Zekins3366 Mar 26, 2024
153f91c
Create admin-manager.ftl
Zekins3366 Mar 26, 2024
e098bbc
Create admin-verbs.ftl
Zekins3366 Mar 26, 2024
a911dec
Update and rename admin-verbs.ftl to actions.ftl
Zekins3366 Mar 26, 2024
818f85d
Add files via upload
Zekins3366 Mar 26, 2024
10bbb00
Create add-reagent.ftl
Zekins3366 Mar 26, 2024
7848249
Create manage-solutions.ftl
Zekins3366 Mar 26, 2024
c2d8082
Create set-outfit-menu.ftl
Zekins3366 Mar 26, 2024
e0ce4aa
Create panicbunker-tab.ftl
Zekins3366 Mar 26, 2024
8f55074
Add files via upload
Zekins3366 Mar 26, 2024
004abbd
Create adminbus-tab.ftl
Zekins3366 Mar 26, 2024
2e2aa31
Create call-shuttle-window.ftl
Zekins3366 Mar 26, 2024
90c3c9e
Create player-actions-window.ftl
Zekins3366 Mar 26, 2024
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
34 changes: 34 additions & 0 deletions Resources/Locale/ru-RU/_lib.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
### Special messages used by internal localizer stuff.

# Used internally by the PRESSURE() function.
zzzz-fmt-pressure =
{ TOSTRING($divided, "G3") } { $places ->
[0] кПа
[1] МПа
[2] ГПа
[3] ТПа
[4] ППа
*[5] ???
}
# Used internally by the POWERWATTS() function.
zzzz-fmt-power-watts =
{ TOSTRING($divided, "G3") } { $places ->
[0] Вт
[1] кВт
[2] МВт
[3] ГВт
[4] ТВт
*[5] ???
}
# Used internally by the POWERJOULES() function.
# 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 ->
[0] Дж
[1] кДж
[2] МДж
[3] ГДж
[4] ТДж
*[5] ???
}
97 changes: 97 additions & 0 deletions Resources/Locale/ru-RU/_units.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
## Standard SI prefixes

units-si--y = и
units-si--z = з
units-si--a = а
units-si--f = ф
units-si--p = п
units-si--n = н
units-si--u = мк
units-si--m = м
units-si = { "" }
units-si-k = к
units-si-m = М
units-si-g = Г
units-si-t = Т
units-si-p = П
units-si-e = Э
units-si-z = З
units-si-y = И

### Long form

units-si--y-long = иокто
units-si--z-long = зепто
units-si--a-long = атто
units-si--f-long = фемто
units-si--p-long = пико
units-si--n-long = нано
units-si--u-long = микро
units-si--m-long = милли
units-si-long = { "" }
units-si-k-long = кило
units-si-m-long = мега
units-si-g-long = гига
units-si-t-long = тера
units-si-p-long = пета
units-si-e-long = экса
units-si-z-long = зетта
units-si-y-long = иотта

## Pascals (Pressure)

units-u--pascal = мкПа
units-m--pascal = мПа
units-pascal = Па
units-k-pascal = кПа
units-m-pascal = МПа
units-g-pascal = ГПа
units-u--pascal-long = микропаскаль
units-m--pascal-long = миллипаскаль
units-pascal-long = паскаль
units-k-pascal-long = килопаскаль
units-m-pascal-long = мегапаскаль
units-g-pascal-long = гигапаскаль

## Watts (Power)

units-u--watt = мкВт
units-m--watt = мВт
units-watt = Вт
units-k-watt = кВт
units-m-watt = МВт
units-g-watt = ГВт
units-u--watt-long = микроватт
units-m--watt-long = милливатт
units-watt-long = ватт
units-k-watt-long = киловатт
units-m-watt-long = мегаватт
units-g-watt-long = гигаватт

## Joule (Energy)

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 = Мегаджоуль

## Kelvin (Temperature)

units-u--kelvin = мкК
units-m--kelvin = мК
units-kelvin = К
units-k-kelvin = кК
units-m-kelvin = MK
units-g-kelvin = ГК
units-u--kelvin-long = микрокельвин
units-m--kelvin-long = милликельвин
units-kelvin-long = кельвин
units-k-kelvin-long = килокельвин
units-m-kelvin-long = мегакельвин
units-g-kelvin-long = гигакельвин
5 changes: 5 additions & 0 deletions Resources/Locale/ru-RU/abilities/mime.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
mime-cant-speak = Данный вами обет молчания не позволяет вам говорить.
mime-invisible-wall-popup = { CAPITALIZE($mime) } упирается в невидимую стену!
mime-invisible-wall-failed = Вы не можете создать здесь невидимую стену.
mime-not-ready-repent = Вы ещё не готовы покаяться за нарушенный обет.
mime-ready-to-repent = Вы чувствуете, что готовы снова дать обет молчания.
87 changes: 87 additions & 0 deletions Resources/Locale/ru-RU/accent/accents.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# Cat accent
accent-words-cat-1 = Мяу!
accent-words-cat-2 = Mиау.
accent-words-cat-3 = Мурррр!
accent-words-cat-4 = Ххссс!
accent-words-cat-5 = Мррау.
accent-words-cat-6 = Мяу?
accent-words-cat-7 = Mяф.
# Dog accent
accent-words-dog-1 = Гав!
accent-words-dog-2 = Тяв!
accent-words-dog-3 = Вуф!
accent-words-dog-4 = Гаф.
accent-words-dog-5 = Гррр.
# Mouse
accent-words-mouse-1 = Скуик!
accent-words-mouse-2 = Пиип!
accent-words-mouse-3 = Чууу!
accent-words-mouse-4 = Ииии!
accent-words-mouse-5 = Пип!
accent-words-mouse-6 = Уиип!
accent-words-mouse-7 = Иип!
# Mumble
accent-words-mumble-1 = Ммпмв!
accent-words-mumble-2 = Мммв мррввв!
accent-words-mumble-3 = Мммв мпвф!
# Silicon
accent-words-silicon-1 = Бип.
accent-words-silicon-2 = Буп.
accent-words-silicon-3 = Жжжж.
accent-words-silicon-4 = Биб-буп.
# Xeno
accent-words-xeno-1 = Хиссс.
accent-words-xeno-2 = Хиссссс!
accent-words-xeno-3 = Хисссшу...
accent-words-xeno-4 = Хисс...!
# Zombie
accent-words-zombie-1 = Грруааа...
accent-words-zombie-2 = Ммуааа...
accent-words-zombie-3 = Маазгиии...
accent-words-zombie-4 = Гррррр...
accent-words-zombie-5 = Ууаагххххх...
accent-words-zombie-6 = Граааааоооууллл...
accent-words-zombie-7 = Мазгии... Ммааазгиии..
accent-words-zombie-8 = Мазгххх...
accent-words-zombie-9 = Маазгг...
accent-words-zombie-10 = Граааааа...
# Moth Zombie
accent-words-zombie-moth-1 = Одееежда...
accent-words-zombie-moth-2 = Ооообувь...
accent-words-zombie-moth-3 = Свеееет...
accent-words-zombie-moth-4 = Лаааампы...
accent-words-zombie-moth-5 = Шааапк... Шаааапки...
accent-words-zombie-moth-6 = Шааарфы...
# Generic Aggressive
accent-words-generic-aggressive-1 = Грр!
accent-words-generic-aggressive-2 = Рррр!
accent-words-generic-aggressive-3 = Грр...
accent-words-generic-aggressive-4 = Гррав!!
# Duck
accent-words-duck-1 = Ква!
accent-words-duck-2 = Ква.
accent-words-duck-3 = Ква?
accent-words-duck-4 = Ква ква!
# Chicken
accent-words-chicken-1 = Кудах!
accent-words-chicken-2 = Кудах.
accent-words-chicken-3 = Кудах?
accent-words-chicken-4 = Кудах тах-тах!
# Pig
accent-words-pig-1 = Хрю.
accent-words-pig-2 = Хрю?
accent-words-pig-3 = Хрю!
accent-words-pig-4 = Хрю Хрю!
# Kangaroo
accent-words-kangaroo-1 = Грр!
accent-words-kangaroo-2 = Ххссс!
accent-words-kangaroo-3 = Шррр!
accent-words-kangaroo-4 = Чууу!
# Slimes
accent-words-slimes-1 = Блюмп.
accent-words-slimes-2 = Блимпаф?
accent-words-slimes-3 = Бламп!
accent-words-slimes-4 = Блааамп...
accent-words-slimes-5 = Блабл бламп!
# Mothroach
accent-words-mothroach-1 = Чирик!
Loading
Loading