-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
edbf785
commit cd2abdf
Showing
49 changed files
with
242 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,198 @@ | ||
#команды без изначального описания, но требующие его | ||
command-description-ls-here = . | ||
command-description-ls-in = . | ||
command-description-cd = . | ||
command-description-i = . | ||
command-description-f = . | ||
command-description-s = . | ||
command-description-b = . | ||
command-description-ent = . | ||
command-description-val = . | ||
command-description-methods-get = . | ||
command-description-methods-overrides = . | ||
command-description-methods-overridesfrom = . | ||
command-description-self = . | ||
command-description-buildinfo = . | ||
command-description-cmd-list = . | ||
command-description-cmd-moo = . | ||
command-description-cmd-descloc = . | ||
command-description-cmd-info = . | ||
command-description-cmd-getshim = . | ||
command-description-explain = . | ||
command-description-ioc-registered = . | ||
command-description-ioc-get = . | ||
command-description-loc-tryloc = . | ||
command-description-loc-loc = . | ||
command-description-more = . | ||
command-description-physics-velocity = . | ||
command-description-physics-parent = . | ||
command-description-physics-angular_velocity = . | ||
command-description-search = . | ||
command-description-stopwatch = . | ||
command-description-types-consumers = . | ||
command-description-types-tree = . | ||
command-description-types-gettype = . | ||
command-description-types-fullname = . | ||
command-description-AddCommand = . | ||
command-description-AddVecCommand = . | ||
command-description-SubtractCommand = . | ||
command-description-SubVecCommand = . | ||
command-description-MultiplyCommand = . | ||
command-description-MulVecCommand = . | ||
command-description-DivideCommand = . | ||
command-description-DivVecCommand = . | ||
command-description-ModulusCommand = . | ||
command-description-ModVecCommand = . | ||
command-description-min = . | ||
command-description-max = . | ||
command-description-BitAndCommand = . | ||
command-description-BitAndNotCommand = . | ||
command-description-BitOrCommand = . | ||
command-description-BitOrNotCommand = . | ||
command-description-BitXorCommand = . | ||
command-description-BitXnorCommand = . | ||
command-description-BitNotCommand = . | ||
command-description-neg = . | ||
command-description-abs = . | ||
command-description-average = . | ||
command-description-bibytecount = . | ||
command-description-shortestbitlength = . | ||
command-description-countleadzeros = . | ||
command-description-counttrailingzeros = . | ||
command-description-GreaterThanCommand = . | ||
command-description-LessThanCommand = . | ||
command-description-GreaterThanOrEqualCommand = . | ||
command-description-LessThanOrEqualCommand = . | ||
command-description-EqualCommand = . | ||
command-description-NotEqualCommand = . | ||
command-description-fpi = . | ||
command-description-fe = . | ||
command-description-ftau = . | ||
command-description-fepsilon = . | ||
command-description-dpi = . | ||
command-description-de = . | ||
command-description-dtau = . | ||
command-description-depsilon = . | ||
command-description-hpi = . | ||
command-description-he = . | ||
command-description-htau = . | ||
command-description-hepsilon = . | ||
command-description-floor = . | ||
command-description-ceil = . | ||
command-description-round = . | ||
command-description-trunc = . | ||
command-description-round2frac = . | ||
command-description-exponentbytecount = . | ||
command-description-significandbytecount = . | ||
command-description-significandbitcount = . | ||
command-description-exponentshortestbitcount = . | ||
command-description-stepnext = . | ||
command-description-stepprev = . | ||
command-description-join = . | ||
command-description-append = . | ||
command-description-DefaultIfNullCommand = . | ||
command-description-OrValueCommand = . | ||
command-description-DebugPrintCommand = . | ||
command-description-checkedto = . | ||
command-description-saturateto = . | ||
command-description-truncto = . | ||
command-description-iscanonical = . | ||
command-description-iscomplex = . | ||
command-description-iseven = . | ||
command-description-isodd = . | ||
command-description-isfinite = . | ||
command-description-isimaginary = . | ||
command-description-isinfinite = . | ||
command-description-isinteger = . | ||
command-description-isnan = . | ||
command-description-isnegative = . | ||
command-description-ispositive = . | ||
command-description-isreal = . | ||
command-description-issubnormal = . | ||
command-description-iszero = . | ||
command-description-pow = . | ||
command-description-rng-to = . | ||
command-description-rng-from = . | ||
command-description-rng-prob = . | ||
command-description-sqrt = . | ||
command-description-cbrt = . | ||
command-description-root = . | ||
command-description-hypot = . | ||
command-description-sum = . | ||
command-description-sin = . | ||
command-description-sinpi = . | ||
command-description-asin = . | ||
command-description-asinpi = . | ||
command-description-cos = . | ||
command-description-cospi = . | ||
command-description-acos = . | ||
command-description-acospi = . | ||
command-description-tan = . | ||
command-description-tanpi = . | ||
command-description-atan = . | ||
command-description-atanpi = . | ||
command-description-any = . | ||
command-description-as = . | ||
command-description-count = . | ||
command-description-emplace = . | ||
command-description-first = . | ||
command-description-isempty = . | ||
command-description-isnull = . | ||
command-description-iterate = . | ||
command-description-map = . | ||
command-description-pick = . | ||
command-description-reduce = . | ||
command-description-select = . | ||
command-description-take = . | ||
command-description-tee = . | ||
command-description-unique = . | ||
command-description-where = . | ||
command-description-ArrowCommand = . | ||
command-description-vars = . | ||
command-description-bin = . | ||
command-description-extremes = . | ||
command-description-sortby = . | ||
command-description-sort = . | ||
command-description-sortdownby = . | ||
command-description-sortdown = . | ||
command-description-sortmapby = . | ||
command-description-sortmapdownby = . | ||
command-description-iota = . | ||
command-description-rep = . | ||
command-description-to = . | ||
command-description-curtick = . | ||
command-description-curtime = . | ||
command-description-realtime = . | ||
command-description-servertime = . | ||
command-description-delete = . | ||
command-description-do = . | ||
command-description-entities = . | ||
command-description-named = . | ||
command-description-nearby = . | ||
command-description-paused = . | ||
command-description-prototyped = . | ||
command-description-replace = . | ||
command-description-spawn-at = . | ||
command-description-spawn-on = . | ||
command-description-spawn-attached = . | ||
command-description-with = . | ||
command-description-mappos = . | ||
command-description-pos = . | ||
command-description-tp-coords = . | ||
command-description-tp-to = . | ||
command-description-tp-into = . | ||
command-description-allcomps = . | ||
command-description-comp-get = . | ||
command-description-comp-add = . | ||
command-description-comp-rm = . | ||
command-description-comp-ensure = . | ||
command-description-comp-has = . | ||
command-description-fuck = . | ||
command-description-entitysystemupdateorder-tick = . | ||
command-description-entitysystemupdateorder-frame = . | ||
command-description-actor-controlled = . | ||
command-description-actor-session = . | ||
command-description-player-list = . | ||
command-description-player-self = . | ||
command-description-player-imm = . | ||
command-description-player-entity = . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
ui-roadmap = План разработки | ||
server-info-roadmap-button = План разработки Lost Paradise | ||
roadmap-plan-LLP = План разработки Lost Paradise | ||
roadmap-goal-completed = Завершено | ||
roadmap-goal-progress = В процессе | ||
roadmap-goal-waiting = В ожидании | ||
roadmap-progress = Прогресс | ||
roadmap-status = Статус |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
damage-group-brute = Brute | ||
damage-group-burn = Burn | ||
damage-group-airloss = Airloss | ||
damage-group-toxin = Toxin | ||
damage-group-genetic = Genetic | ||
damage-group-immaterial = Immaterial | ||
damage-group-brute = Механические | ||
damage-group-burn = Физические | ||
damage-group-airloss = Нехватка воздуха | ||
damage-group-toxin = Токсины | ||
damage-group-genetic = Генетические | ||
damage-group-immaterial = Нематериальные |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
whitelist-not-whitelisted-peri = You are not on the whitelist. |
8 changes: 6 additions & 2 deletions
8
...s/Locale/en-US/ss14-ru/prototypes/_lostparadise/entities/objects/decoration/halloween.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
damage-type-asphyxiation = Асфиксия | ||
damage-type-bloodloss = Нехватка крови | ||
damage-type-blunt = Дробящий | ||
damage-type-cellular = Клеточный | ||
damage-type-caustic = Химический | ||
damage-type-cold = Ледяной | ||
damage-type-heat = Тепловой | ||
damage-type-piercing = Колющий | ||
damage-type-asphyxiation = Удушение | ||
damage-type-bloodloss = Кровопотеря | ||
damage-type-blunt = Ушибы | ||
damage-type-cellular = Клеточные | ||
damage-type-caustic = Кислотные | ||
damage-type-cold = Обморожение | ||
damage-type-heat = Термические | ||
damage-type-piercing = Уколы | ||
damage-type-poison = Отравление | ||
damage-type-radiation = Радиация | ||
damage-type-shock = Электрический | ||
damage-type-slash = Режущий | ||
damage-type-structural = Структурный | ||
damage-type-shock = Электрические | ||
damage-type-slash = Порезы | ||
damage-type-structural = Структурные | ||
damage-type-holy = Святой |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
whitelist-not-whitelisted-peri = Вас нет в белом листе. Вот. Да. | ||
whitelist-not-whitelisted-peri = Вас нет в вайтлисте. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
Resources/Locale/ru-RU/game-ticking/game-rules/rule-terminator.ftl
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.