locale
# Conflicts: # Resources/ServerInfo/Guidebook/Botany.xml # Resources/ServerInfo/Guidebook/Controls/Controls.xml # Resources/ServerInfo/Guidebook/Controls/Radio.xml # Resources/ServerInfo/Guidebook/Engineering/AME.xml # Resources/ServerInfo/Guidebook/Engineering/Atmospherics.xml # Resources/ServerInfo/Guidebook/Engineering/Fires.xml # Resources/ServerInfo/Guidebook/Engineering/Power.xml # Resources/ServerInfo/Guidebook/Engineering/Shuttlecraft.xml # Resources/ServerInfo/Guidebook/Engineering/Singularity.xml # Resources/ServerInfo/Guidebook/Jobs.xml # Resources/ServerInfo/Guidebook/Science/Science.xml # Resources/ServerInfo/Guidebook/Science/Xenoarchaeology.xml # Resources/ServerInfo/Guidebook/Security/DNA.xml # Resources/ServerInfo/Guidebook/SpaceStation14.xml # Resources/ServerInfo/Guidebook/Survival.xml
This commit is contained in:
34
Resources/Locale/ru-RU/_lib.ftl
Normal file
34
Resources/Locale/ru-RU/_lib.ftl
Normal file
@@ -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] ???
|
||||
}
|
||||
Reference in New Issue
Block a user