Skip to content

Commit

Permalink
Update locale
Browse files Browse the repository at this point in the history
  • Loading branch information
Morb0 committed Sep 24, 2023
1 parent e1c1dde commit f7ee847
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 22 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/ru-RU/commands/toolshed-commands.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ command-description-stations-addgrid = Adds a grid to the given station.
command-description-stations-rmgrid = Removes a grid from the given station.
command-description-stations-rename = Renames the given station.
command-description-stations-largestgrid = Returns the largest grid the given station has, if any.
command-description-stationevent-lsprob = Lists the probability of different station events occuring out of the entire pool.
command-description-stationevent-lsprobtime = Lists the probability of different station events occuring based on the specified length of a round.
command-description-stationevent-prob = Returns the probability of a single station event occuring out of the entire pool.
command-description-admins-active = Returns a list of active admins.
command-description-admins-all = Returns a list of ALL admins, including deadmined ones.
command-description-marked = Returns the value of $marked as a List<EntityUid>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,3 @@ ent-ClothingHeadHatMagician = цилиндр фокусника
.desc = Цилиндр фокусника.
ent-ClothingHeadHatCapcap = фуражка капитана
.desc = Большая, стильная капитанская фуражка.
ent-ClothingHeadHatGladiator = Gladiator helmet
.desc = Protects the head from harsh ash winds and toy spears.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,3 @@ ent-ClothingHeadHelmetAtmosFire = пожарный атмос-шлем
.desc = Пожарный шлем атмосферных техников, способный охладить пыл пользователя в любой ситуации.
ent-ClothingHeadHelmetLing = хитиновый шлем
.desc = Раздувает тело генокрада во всепоглощающий массив хитиновый брони. Обеспечивает высокую защиту от физических повреждений, более низкую от других типов. Его вес замедляет движение генокрада, а его поддержание замедляет выработку химических веществ.
ent-ClothingHeadHelmetBone = bone helmet
.desc = Cool-looking helmet made of skull of your enemies.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ ent-ClothingOuterArmorCaptainCarapace = панцирь капитана
.desc = Бронированный нагрудник, обеспечивающий защиту и при этом обладающий мобильностью и гибкостью. Выдается только лучшим представителям станции.
ent-ClothingOuterArmorChangeling = хитиновый панцирь
.desc = Раздувает тело генокрада во всепоглощающий массив хитиновый брони. Обеспечивает высокую защиту от физических повреждений, более низкую от других типов. Его вес замедляет движение генокрада, а его поддержание замедляет выработку химических веществ.
ent-ClothingOuterArmorBone = bone armor
.desc = Sits on you like a second skin.
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,3 @@ ent-ClothingUniformJumpsuitWeb = паутинный комбинезон
.desc = Даёт понять, что вы едины с паутиной.
ent-ClothingUniformJumpsuitLoungewear = домашняя одежда
.desc = Длинный кусок ткани, который облегает тело, обеспечивая комфорт.
ent-ClothingUniformJumpsuitGladiator = gladiator uniform
.desc = Made for true gladiators (or Ash Walkers).
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ ent-ActionToggleFov = Переключить поле зрения
.desc = Переключить поле зрения чтобы видеть то же, что и игроки.
ent-ActionToggleGhosts = Переключить призраков
.desc = Переключить видимость других призраков.
ent-ActionToggleGhostHearing = Toggle Ghost Hearing
.desc = Toggle between hearing all messages and hearing only radio & nearby messages.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,3 @@ ent-MaterialWebSilk25 = { ent-MaterialWebSilk }
ent-MaterialWebSilk1 = { ent-MaterialWebSilk }
.suffix = 1
.desc = { ent-MaterialWebSilk.desc }
ent-MaterialBones = bones
.suffix = Full
.desc = { ent-MaterialBase.desc }
ent-MaterialBones1 = { ent-MaterialBones }
.suffix = 1
.desc = { ent-MaterialBones.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ ent-SpearPlasma = плазменное копьё
.desc = Копье с осколком плазменного стекла в качестве наконечника.
ent-SpearUranium = урановое копьё
.desc = Копье с осколком уранового стекла в качестве наконечника.
ent-SpearBone = bone spear
.desc = A spear made of bones.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ ent-BaseThruster = ракетный двигатель
.desc = Он делает ньооооооом.
ent-Thruster = ракетный двигатель
.desc = Он делает ньооооооом.
ent-ThrusterUnanchored = { ent-Thruster }
.desc = { ent-Thruster.desc }
ent-DebugThruster = ракетный двигатель
.desc = Он делает ньооооооом. Не требует ни питания, ни свободного места.
.suffix = DEBUG
ent-Gyroscope = гироскоп
.desc = Увеличивает потенциальное угловое вращение шаттла.
ent-GyroscopeUnanchored = { ent-Gyroscope }
.desc = { ent-Gyroscope.desc }
ent-DebugGyroscope = гироскоп
.desc = Увеличивает потенциальное угловое вращение шаттла.
.suffix = DEBUG

0 comments on commit f7ee847

Please sign in to comment.