Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plasma sword update #272

Closed
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_LostParadise/research.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ lppresearch-technology-combat-utility = Боевая медицина
lppresearch-technology-basic-administration-of-drugs = Базовое введение препаратов
lppresearch-technology-basic-tracking = Базовое отслеживание
lppresearch-technology-advanced-tracking = Продвинутое отслеживание
lppresearch-combat-plasma-usage = Combat plasma usage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Новая запись на английском языке

Новая запись добавлена корректно для локали en-US.

Однако, для поддержания согласованности с остальной частью файла, рекомендуется:

  1. Убедиться, что все записи в этом файле на английском языке.
  2. Добавить соответствующий перевод в файл русской локализации.

Пример для файла русской локализации:

lppresearch-combat-plasma-usage = Боевое применение плазмы

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ent-DrinkLPPMiruvorGlass = { ent-DrinkGlass }
.suffix = miruvor
.desc = { ent-DrinkGlass.desc }
ent-DrinkLPPCargoGargleBlasterGlass = { ent-DrinkGlass }
.suffix = cargo gargle blaster
.desc = { ent-DrinkGlass.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ent-LPPFleshlightYellow = fleshlight yellow
ent-LPPPillowPinkRound = pillow pink round
.desc = A soft pillow that is comfortable to sit on.
ent-LPPPillowTealRound = pillow teal round
.desc = A soft pillow that is comfortable to sit on.
.desc = A soft pillow that is comfortable to sit on.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ent-LPPPlasmaSword = Plasma sword
.desc = A prototype weapon based on plasma technology, a small injection of plasma ignited by an incendiary device forms a blade of fire as long as there is plasma. Special cartridges are required for refueling.
ent-LPPPlasmaCartridge = Plasma cartridge
.desc = Special cartridges containing high-pressure plasma for injection into a specialized container of plasma sword. Disposable.
ent-LPPExperimentalPlasmaSword = Experimental plasma sword
.desc = A prototype weapon based on plasma technology, a small injection of plasma ignited by an incendiary device forms a blade of fire as long as there is plasma. This model self-replicates the plasma after a period of time.
.suffix = ERT
ent-LPPPlasmaSwordEmpty = Plasma sword
.suffix = Empty
.desc = { ent-LPPPlasmaSword.desc }
2 changes: 1 addition & 1 deletion Resources/Locale/ru-RU/_LostParadise/flavors.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ flavor-complex-mint-tea = как вечная мерзлота
flavor-complex-ginger-tea = как жгучий перец
flavor-complex-berry-tea = как ягодный компот
flavor-complex-orange-tea = как выжаный апельсин
flavor-complex-flower-tea = как цветочки
flavor-complex-flower-tea = как цветочки
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
ent-DrinkLPPMiruvorGlass = { ent-DrinkGlass }
.suffix = Мирувор
.desc = { ent-DrinkGlass.desc }
ent-DrinkLPPCargoGargleBlasterGlass = { ent-DrinkGlass }
.suffix = Каргонский грызлодёр
.desc = { ent-DrinkGlass.desc }


Comment on lines +1 to +2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codebase verification

Обнаружены ссылки на удаленные записи

Скрипты обнаружили, что записи ent-DrinkLPPMiruvorGlass и ent-DrinkLPPCargoGargleBlasterGlass все еще присутствуют в следующих файлах:

  • Resources/Locale/en-US/ss14-ru/prototypes/_lostparadise/entities/objects/consumable/drinks/drinks.ftl
  • Resources/Locale/ru-RU/ss14-ru/prototypes/_lostparadise/entities/objects/consumable/drinks/drinks.ftl

Пожалуйста, проверьте и удалите или обновите соответствующие ссылки.

🔗 Analysis chain

Проверьте удаление записей и их ссылки в кодовой базе

Файл теперь пуст после удаления двух записей: ent-DrinkLPPMiruvorGlass и ent-DrinkLPPCargoGargleBlasterGlass. Пожалуйста, убедитесь, что это удаление было намеренным и соответствует текущему состоянию игры.

Выполните следующий скрипт для проверки наличия оставшихся ссылок на удаленные записи:

Если скрипт найдет какие-либо ссылки, пожалуйста, удалите их или обновите соответствующим образом.

🏁 Scripts executed

The following scripts were executed for the analysis:

Script:

#!/bin/bash
# Описание: Поиск оставшихся ссылок на удаленные записи напитков

# Тест: Поиск ссылок на ent-DrinkLPPMiruvorGlass
echo "Поиск ссылок на ent-DrinkLPPMiruvorGlass:"
rg --type-add 'yaml:*.yml' --type yaml --type cs --type ftl 'ent-DrinkLPPMiruvorGlass'

# Тест: Поиск ссылок на ent-DrinkLPPCargoGargleBlasterGlass
echo "Поиск ссылок на ent-DrinkLPPCargoGargleBlasterGlass:"
rg --type-add 'yaml:*.yml' --type yaml --type cs --type ftl 'ent-DrinkLPPCargoGargleBlasterGlass'

Length of output: 448


Script:

#!/bin/bash
# Описание: Поиск оставшихся ссылок на удаленные записи напитков

# Определение типа ftl для ripgrep
rg --type-add 'ftl:*.ftl' --type ftl 'ent-DrinkLPPMiruvorGlass'

rg --type-add 'ftl:*.ftl' --type ftl 'ent-DrinkLPPCargoGargleBlasterGlass'

Length of output: 752

Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ reagent-desc-berry-tea = Чай с добавлением различных я
reagent-name-orange-tea = апельсиновый чай
reagent-desc-orange-tea = Чай с добавлением апельсина, имеет цитрусовый привкус.
reagent-name-flower-tea = цветочный чай
reagent-desc-flower-tea = Чай с добавлением различных цветов.
reagent-desc-flower-tea = Чай с добавлением различных цветов.
12 changes: 12 additions & 0 deletions Resources/Locale/ru-RU/_LostParadise/reagents/consumable.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
reagent-name-camomile-tea = ромашковый чай
reagent-desc-camomile-tea = Чай с добавлением ромашек, отлично успакаивает.
Comment on lines +1 to +2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Исправьте написание и пунктуацию

Предлагаемые изменения:

-reagent-name-camomile-tea = ромашковый чай
-reagent-desc-camomile-tea = Чай с добавлением ромашек, отлично успакаивает.
+reagent-name-camomile-tea = Ромашковый чай
+reagent-desc-camomile-tea = Чай с добавлением ромашки, отлично успокаивает.

Обратите внимание:

  1. Название чая должно начинаться с заглавной буквы.
  2. В описании исправлена опечатка "успакаивает" на "успокаивает".
  3. "Ромашек" заменено на "ромашки" для более естественного звучания.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
reagent-name-camomile-tea = ромашковый чай
reagent-desc-camomile-tea = Чай с добавлением ромашек, отлично успакаивает.
reagent-name-camomile-tea = Ромашковый чай
reagent-desc-camomile-tea = Чай с добавлением ромашки, отлично успокаивает.

reagent-name-mint-tea = мятный чай
reagent-desc-mint-tea = Чай с мятой, слава богу не кошачьей..
Comment on lines +3 to +4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Исправьте написание и пунктуацию

Предлагаемые изменения:

-reagent-name-mint-tea = мятный чай
-reagent-desc-mint-tea = Чай с мятой, слава богу не кошачьей..
+reagent-name-mint-tea = Мятный чай
+reagent-desc-mint-tea = Чай с мятой, слава богу, не кошачьей...

Обратите внимание:

  1. Название чая должно начинаться с заглавной буквы.
  2. Добавлена запятая после "слава богу".
  3. Заменены две точки на многоточие для лучшего стилистического эффекта.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
reagent-name-mint-tea = мятный чай
reagent-desc-mint-tea = Чай с мятой, слава богу не кошачьей..
reagent-name-mint-tea = Мятный чай
reagent-desc-mint-tea = Чай с мятой, слава богу, не кошачьей...

reagent-name-ginger-tea = имбировый чай
reagent-desc-ginger-tea = Чай с добавлением имбиря, по слухам отлично согревает.
Comment on lines +5 to +6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Исправьте написание и уточните перевод

Предлагаемые изменения:

-reagent-name-ginger-tea = имбировый чай
-reagent-desc-ginger-tea = Чай с добавлением имбиря, по слухам отлично согревает.
+reagent-name-ginger-tea = Имбирный чай
+reagent-desc-ginger-tea = Чай с добавлением имбиря, по слухам, отлично согревает.

Обратите внимание:

  1. Название чая должно начинаться с заглавной буквы.
  2. Исправлено "имбировый" на более корректное "имбирный".
  3. Добавлена запятая после "по слухам".
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
reagent-name-ginger-tea = имбировый чай
reagent-desc-ginger-tea = Чай с добавлением имбиря, по слухам отлично согревает.
reagent-name-ginger-tea = Имбирный чай
reagent-desc-ginger-tea = Чай с добавлением имбиря, по слухам, отлично согревает.

reagent-name-berry-tea = ягодный чай
reagent-desc-berry-tea = Чай с добавлением различных ягод, надеюсь среди них не было волчей ягоды.
Comment on lines +7 to +8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Исправьте написание и уточните перевод

Предлагаемые изменения:

-reagent-name-berry-tea = ягодный чай
-reagent-desc-berry-tea = Чай с добавлением различных ягод, надеюсь среди них не было волчей ягоды.
+reagent-name-berry-tea = Ягодный чай
+reagent-desc-berry-tea = Чай со смесью различных ягод. Надеюсь, среди них нет ядовитых.

Обратите внимание:

  1. Название чая должно начинаться с заглавной буквы.
  2. Изменена структура предложения для более естественного звучания.
  3. "Волчья ягода" заменена на более общее "ядовитые" для соответствия оригинальному тексту.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
reagent-name-berry-tea = ягодный чай
reagent-desc-berry-tea = Чай с добавлением различных ягод, надеюсь среди них не было волчей ягоды.
reagent-name-berry-tea = Ягодный чай
reagent-desc-berry-tea = Чай со смесью различных ягод. Надеюсь, среди них нет ядовитых.

reagent-name-orange-tea = апельсиновый чай
reagent-desc-orange-tea = Чай с добавлением апельсина, имеет цитрусовый привкус.
Comment on lines +9 to +10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Исправьте написание

Предлагаемые изменения:

-reagent-name-orange-tea = апельсиновый чай
-reagent-desc-orange-tea = Чай с добавлением апельсина, имеет цитрусовый привкус.
+reagent-name-orange-tea = Апельсиновый чай
+reagent-desc-orange-tea = Чай с добавлением апельсина, имеет цитрусовый вкус.

Обратите внимание:

  1. Название чая должно начинаться с заглавной буквы.
  2. "Привкус" заменен на "вкус" для более точного соответствия оригинальному тексту.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
reagent-name-orange-tea = апельсиновый чай
reagent-desc-orange-tea = Чай с добавлением апельсина, имеет цитрусовый привкус.
reagent-name-orange-tea = Апельсиновый чай
reagent-desc-orange-tea = Чай с добавлением апельсина, имеет цитрусовый вкус.

reagent-name-flower-tea = цветочный чай
reagent-desc-flower-tea = Чай с добавлением различных цветов.
Comment on lines +11 to +12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Исправьте написание

Предлагаемые изменения:

-reagent-name-flower-tea = цветочный чай
-reagent-desc-flower-tea = Чай с добавлением различных цветов.
+reagent-name-flower-tea = Цветочный чай
+reagent-desc-flower-tea = Чай со смесью различных цветов.

Обратите внимание:

  1. Название чая должно начинаться с заглавной буквы.
  2. "С добавлением" заменено на "со смесью" для более точного соответствия оригинальному тексту.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
reagent-name-flower-tea = цветочный чай
reagent-desc-flower-tea = Чай с добавлением различных цветов.
reagent-name-flower-tea = Цветочный чай
reagent-desc-flower-tea = Чай со смесью различных цветов.

1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/_LostParadise/research.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ lppresearch-technology-combat-utility = Боевая медицина
lppresearch-technology-basic-administration-of-drugs = Базовое введение препаратов
lppresearch-technology-basic-tracking = Базовое отслеживание
lppresearch-technology-advanced-tracking = Продвинутое отслеживание
lppresearch-combat-plasma-usage = Боевое применение плазмы
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/accent/italian.ftl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This should probably use the same prefix system as the mobster accent.
# For the record, these do not work right now - even when uncommented.


# accent-italian-prefix-1 = Ravioli, ravioli, give me the formuoli!
# accent-italian-prefix-2 = Mamma-mia!
# accent-italian-prefix-3 = Mamma-mia! That's a spicy meat-ball!
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## Actions Commands loc


## Upgradeaction command loc

upgradeaction-command-need-one-argument = upgradeaction needs at least one argument, the action entity uid. The second optional argument is a specified level.
Expand Down
2 changes: 0 additions & 2 deletions Resources/Locale/ru-RU/atmos/air-alarm-ui.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# UI


## Window

air-alarm-ui-access-denied = Недостаточный уровень доступа!
Expand Down Expand Up @@ -31,7 +30,6 @@ air-alarm-ui-mode-none = Нет

## Widgets


### General

air-alarm-ui-widget-enable = Включено
Expand Down
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/atmos/gas-canister-component.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## UI


# Bound Interface

gas-canister-bound-user-interface-title = Газовый баллон
Expand Down
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/barsign/barsign-component.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ barsign-component-name = вывеска бара

# Bar signs prototypes


## The Harmbaton

barsign-prototype-name-harmbaton = Хармбатон
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Tables which take damage when a user is dragged onto them


## Showed to users other than the climber

glass-table-shattered-others = { CAPITALIZE($table) } ломается под весом { $climber }!
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Interaction Popup component


## Petting animals

petting-success-nukie-mouse = Вы гладите { THE($target) } по { POSS-ADJ($target) } маленькая кроваво-красная мышиная головка синдиката.
Expand Down
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ flavor-complex-pilk = как сладкое молоко

# Medicine/chemical-specific flavors.


## Generic flavors.

flavor-complex-medicine = как лекарство
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Gravity Generator


## UI

gravity-generator-window-title = Генератор гравитации
Expand Down
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/info/info-window.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Info Window


## General stuff

ui-info-title = Информация
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Interaction Popup component


## Petting animals

petting-success-generic = Вы гладите { $target } по голове.
Expand Down
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/pda/Ringer/ringer-component.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### UI


# For the PDA Ringer screen

comp-ringer-vibration-popup = Ваш КПК вибрирует
Expand Down
2 changes: 1 addition & 1 deletion Resources/Locale/ru-RU/reagents/meta/physical-desc.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ reagent-physical-desc-funny = смешное
reagent-physical-desc-alkaline = щелочное
reagent-physical-desc-holy = святое
reagent-physical-desc-slimy = склизкое
reagent-physical-desc-neural = нейронное
reagent-physical-desc-neural = нейронное
2 changes: 0 additions & 2 deletions Resources/Locale/ru-RU/robust-toolbox/commands.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Localization for engine console commands


## generic command errors

cmd-invalid-arg-number-error = Недопустимое число аргументов.
Expand Down Expand Up @@ -172,7 +171,6 @@ cmd-hint-savebp-id = <Grid EntityID>

## 'flushcookies' command


# Примечание: команда flushcookies взята из Robust.Client.WebView, её нет в коде основного движка.

cmd-flushcookies-desc = Сброс хранилища CEF-cookie на диск
Expand Down
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/shell.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### for technical and/or system messages


## General

shell-server-cannot = Сервер не может выполнить это.
Expand Down
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/shuttles/emergency.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Commands


## Delay shuttle round end

emergency-shuttle-command-round-desc = Останавливает таймер окончания раунда, когда эвакуационный шаттл покидает гиперпространство.
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ent-DrinkLPPMiruvorGlass = { ent-DrinkGlass }
.suffix = miruvor
.desc = { ent-DrinkGlass.desc }
Comment on lines +1 to +3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Исправьте заглавную букву после "=" в первой строке.

Запись корректна, за исключением отсутствия заглавной буквы после "=" в первой строке. Согласно руководству по кодированию, все переводы, начинающиеся с "ent-", должны иметь заглавную букву после "=".

Примените следующее изменение:

-ent-DrinkLPPMiruvorGlass = { ent-DrinkGlass }
+ent-DrinkLPPMiruvorGlass = { ent-DrinkGlass ->
+    [Стакан] Стакан
+    *[other] { ent-DrinkGlass }
+}

Остальная часть записи соответствует руководству и одобрена.

Committable suggestion was skipped due to low confidence.

ent-DrinkLPPCargoGargleBlasterGlass = { ent-DrinkGlass }
.suffix = cargo gargle blaster
.desc = { ent-DrinkGlass.desc }
Comment on lines +4 to +6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Исправьте заглавную букву после "=" в первой строке и переведите суффикс.

Запись в целом корректна, но есть два момента для исправления:

  1. Отсутствует заглавная буква после "=" в первой строке.
  2. Суффикс "cargo gargle blaster" не переведен на русский язык.

Примените следующие изменения:

-ent-DrinkLPPCargoGargleBlasterGlass = { ent-DrinkGlass }
-    .suffix = cargo gargle blaster
+ent-DrinkLPPCargoGargleBlasterGlass = { ent-DrinkGlass ->
+    [Стакан] Стакан
+    *[other] { ent-DrinkGlass }
+}
+    .suffix = карго гаргл бластер

Описание корректно ссылается на ent-DrinkGlass.desc, что соответствует руководству.

Committable suggestion was skipped due to low confidence.

Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
ent-LPPDrinkCamomileTeaBottleFull = camomile tea bottle
.desc = Bottle of chamomile tea is the perfect remedy for your peace of mind.
Comment on lines +1 to +2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Переведите на русский язык и исправьте заглавную букву

Предлагаю следующие изменения:

-ent-LPPDrinkCamomileTeaBottleFull = camomile tea bottle
-    .desc = Bottle of chamomile tea is the perfect remedy for your peace of mind.
+ent-LPPDrinkCamomileTeaBottleFull = Бутылка ромашкового чая
+    .desc = Бутылка ромашкового чая - идеальное средство для спокойствия вашего разума.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
ent-LPPDrinkCamomileTeaBottleFull = camomile tea bottle
.desc = Bottle of chamomile tea is the perfect remedy for your peace of mind.
ent-LPPDrinkCamomileTeaBottleFull = Бутылка ромашкового чая
.desc = Бутылка ромашкового чая - идеальное средство для спокойствия вашего разума.

ent-LPPDrinkMintTeaBottleFull = mint tea bottle
.desc = Bottle of refreshing peppermint tea, just looking at it makes you feel chilled.
Comment on lines +3 to +4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Переведите на русский язык и исправьте заглавную букву

Предлагаю следующие изменения:

-ent-LPPDrinkMintTeaBottleFull = mint tea bottle
-    .desc = Bottle of refreshing peppermint tea, just looking at it makes you feel chilled.
+ent-LPPDrinkMintTeaBottleFull = Бутылка мятного чая
+    .desc = Бутылка освежающего мятного чая, от одного взгляда на который вы чувствуете прохладу.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
ent-LPPDrinkMintTeaBottleFull = mint tea bottle
.desc = Bottle of refreshing peppermint tea, just looking at it makes you feel chilled.
ent-LPPDrinkMintTeaBottleFull = Бутылка мятного чая
.desc = Бутылка освежающего мятного чая, от одного взгляда на который вы чувствуете прохладу.

ent-LPPDrinkGingerTeaBottleFull = ginger tea bottle
.desc = Bottle of ginger tea, great for warming your soul.
Comment on lines +5 to +6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Переведите на русский язык и исправьте заглавную букву

Предлагаю следующие изменения:

-ent-LPPDrinkGingerTeaBottleFull = ginger tea bottle
-    .desc = Bottle of ginger tea, great for warming your soul.
+ent-LPPDrinkGingerTeaBottleFull = Бутылка имбирного чая
+    .desc = Бутылка имбирного чая, отлично согревающего душу.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
ent-LPPDrinkGingerTeaBottleFull = ginger tea bottle
.desc = Bottle of ginger tea, great for warming your soul.
ent-LPPDrinkGingerTeaBottleFull = Бутылка имбирного чая
.desc = Бутылка имбирного чая, отлично согревающего душу.

ent-LPPDrinkBerryTeaBottleFull = berry tea bottle
.desc = Bottle of berry tea with the rich flavor of summer berries.
Comment on lines +7 to +8
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Переведите на русский язык и исправьте заглавную букву

Предлагаю следующие изменения:

-ent-LPPDrinkBerryTeaBottleFull = berry tea bottle
-    .desc = Bottle of berry tea with the rich flavor of summer berries.
+ent-LPPDrinkBerryTeaBottleFull = Бутылка ягодного чая
+    .desc = Бутылка ягодного чая с насыщенным вкусом летних ягод.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
ent-LPPDrinkBerryTeaBottleFull = berry tea bottle
.desc = Bottle of berry tea with the rich flavor of summer berries.
ent-LPPDrinkBerryTeaBottleFull = Бутылка ягодного чая
.desc = Бутылка ягодного чая с насыщенным вкусом летних ягод.

ent-LPPDrinkOrangeTeaBottleFull = orange tea bottle
.desc = Bottle of orange tea with citrus freshness.
Comment on lines +9 to +10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Переведите на русский язык и исправьте заглавную букву

Предлагаю следующие изменения:

-ent-LPPDrinkOrangeTeaBottleFull = orange tea bottle
-    .desc = Bottle of orange tea with citrus freshness.
+ent-LPPDrinkOrangeTeaBottleFull = Бутылка апельсинового чая
+    .desc = Бутылка апельсинового чая с цитрусовой свежестью.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
ent-LPPDrinkOrangeTeaBottleFull = orange tea bottle
.desc = Bottle of orange tea with citrus freshness.
ent-LPPDrinkOrangeTeaBottleFull = Бутылка апельсинового чая
.desc = Бутылка апельсинового чая с цитрусовой свежестью.

ent-LPPDrinkFlowerTeaBottleFull = flower tea bottle
.desc = Bottle of flower tea with subtle, delicate notes of flowers.
Comment on lines +11 to +12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Переведите на русский язык и исправьте заглавную букву

Предлагаю следующие изменения:

-ent-LPPDrinkFlowerTeaBottleFull = flower tea bottle
-    .desc = Bottle of flower tea with subtle, delicate notes of flowers.
+ent-LPPDrinkFlowerTeaBottleFull = Бутылка цветочного чая
+    .desc = Бутылка цветочного чая с тонкими, нежными нотками цветов.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
ent-LPPDrinkFlowerTeaBottleFull = flower tea bottle
.desc = Bottle of flower tea with subtle, delicate notes of flowers.
ent-LPPDrinkFlowerTeaBottleFull = Бутылка цветочного чая
.desc = Бутылка цветочного чая с тонкими, нежными нотками цветов.

ent-LPPDrinkTeaBottleFull = tea bottle
.desc = Bottle of regular tea, nothing special.
Comment on lines +13 to +14
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Переведите на русский язык и исправьте заглавную букву

Предлагаю следующие изменения:

-ent-LPPDrinkTeaBottleFull = tea bottle
-    .desc = Bottle of regular tea, nothing special.
+ent-LPPDrinkTeaBottleFull = Бутылка чая
+    .desc = Бутылка обычного чая, ничего особенного.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
ent-LPPDrinkTeaBottleFull = tea bottle
.desc = Bottle of regular tea, nothing special.
ent-LPPDrinkTeaBottleFull = Бутылка чая
.desc = Бутылка обычного чая, ничего особенного.

ent-LPPDrinkGreenTeaBottleFull = green tea bottle
.desc = Bottle of green tea, nothing special either.
Comment on lines +15 to +16
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Переведите на русский язык и исправьте заглавную букву

Предлагаю следующие изменения:

-ent-LPPDrinkGreenTeaBottleFull = green tea bottle
-    .desc = Bottle of green tea, nothing special either.
+ent-LPPDrinkGreenTeaBottleFull = Бутылка зеленого чая
+    .desc = Бутылка зеленого чая, тоже ничего особенного.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
ent-LPPDrinkGreenTeaBottleFull = green tea bottle
.desc = Bottle of green tea, nothing special either.
ent-LPPDrinkGreenTeaBottleFull = Бутылка зеленого чая
.desc = Бутылка зеленого чая, тоже ничего особенного.

Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ ent-LPPFleshlightYellow = Желтый мастурбатор
ent-LPPPillowPinkRound = розовая подушка
.desc = Розовая круглая подушка с дыркой по центру. Зачем же она?..
ent-LPPPillowTealRound = бирюзовая подушка
.desc = Бирюзовая круглая подушка с дыркой по центру. Зачем же она?..
.desc = Бирюзовая круглая подушка с дыркой по центру. Зачем же она?..
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ent-LPPPlasmaSword = Плазменный меч
.desc = Прототип оружия, основанный на плазменной технологии. Небольшая инъекция плазмы, поджигаемая зажигательным устройством, образует огненное лезвие, пока есть плазма. Для заправки требуются специальные картриджи.
ent-LPPPlasmaCartridge = Плазменный картридж
.desc = Специальные картриджи, содержащие плазму высокого давления для введения в специализированный контейнер плазменного меча. Одноразовые.
ent-LPPExperimentalPlasmaSword = Экспериментальный плазменный меч
.desc = Прототип оружия, основанный на плазменной технологии: небольшая инъекция плазмы, воспламеняемая зажигательным устройством, образует огненное лезвие, пока есть плазма. Через некоторое время эта модель самовоспроизводит плазму.
.suffix = ОБР
ent-LPPPlasmaSwordEmpty = Плазменный меч
.suffix = Пустой
.desc = { ent-LPPPlasmaSword.desc }
Comment on lines +8 to +10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Рассмотрите возможность использования полного описания.

Запись для LPPPlasmaSwordEmpty в целом соответствует правилам локализации. Однако, описание ссылается на описание другой записи (ent-LPPPlasmaSword.desc). Для улучшения поддерживаемости кода, рекомендуется использовать полное описание вместо ссылки.

Предлагаемое изменение:

ent-LPPPlasmaSwordEmpty = Плазменный меч
    .suffix = Пустой
-    .desc = { ent-LPPPlasmaSword.desc }
+    .desc = Прототип оружия, основанный на плазменной технологии. Небольшая инъекция плазмы, поджигаемая зажигательным устройством, образует огненное лезвие, пока есть плазма. Для заправки требуются специальные картриджи.

Committable suggestion was skipped due to low confidence.

1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/ui/transfer-amount.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Loc for the transfer amount eui window


## Title

ui-transfer-amount-title = Изменить перемещаемое количество
Expand Down
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/verbs/invoke-verb-command.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Localization used for the invoke verb command.


# Mostly help + error messages.

invoke-verb-command-description = Вызывает verb с заданным именем на сущности, с сущностью игрока
Expand Down
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/verbs/list-verbs-command.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Localization used for the list verbs command.


# Mostly help + error messages.

list-verbs-command-description = Перечисляет все verbs, которые игрок может использовать на данной сущности.
Expand Down
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/voting/vote-commands.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
### Voting system related console commands


## 'createvote' command

cmd-createvote-desc = Создаёт голосование
Expand Down
6 changes: 0 additions & 6 deletions Resources/Prototypes/CharacterItemGroups/securityGroups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,5 @@
id: LoadoutCommandHoSWt550
- type: loadout
id: LoadoutCommandHoSKatanaSheath
- type: loadout
id: LoadoutCommandHoSC20r
- type: loadout
id: LoadoutCommandHoSBulldog
- type: loadout
id: LoadoutCommandHoSEnergySword
- type: loadout
id: LoadoutCommandHoSEnergyGun
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
layers:
- state: e_sword
- state: e_sword_blade
color: "#FFFFFF"
color: purple
visible: false
shader: unshaded
map: [ "blade" ]
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,8 @@
#LPP
- LPPMagazineBoxMinigunPractice
- LPPMagazineBoxMinigunRubber
- LPPRecipePlasmaSword
- LPPRecipePlasmaCartridge
Comment on lines +859 to +860
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick (assertive)

Обратите внимание на новые рецепты для плазменного оружия.

Добавление рецептов для плазменного меча и плазменных картриджей может существенно повлиять на баланс игры. Убедитесь, что эти изменения соответствуют общей концепции игры и не нарушают баланс между различными ролями.

Рекомендуется провести тщательное тестирование этих новых предметов, чтобы оценить их влияние на игровой процесс и баланс.

# End of modified code
- type: MaterialStorage
whitelist:
Expand Down
39 changes: 0 additions & 39 deletions Resources/Prototypes/Loadouts/Jobs/Heads/headOfSecurity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,45 +216,6 @@
items:
- ClothingBeltKatanaSheathFilledHoS

- type: loadout
id: LoadoutCommandHoSC20r
category: JobsCommand
cost: 0
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutHoSWeapon
- !type:CharacterJobRequirement
jobs:
- HeadOfSecurity
items:
- WeaponSubMachineGunC20rHoS

- type: loadout
id: LoadoutCommandHoSBulldog
category: JobsCommand
cost: 0
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutHoSWeapon
- !type:CharacterJobRequirement
jobs:
- HeadOfSecurity
items:
- WeaponShotgunBulldogHoS

- type: loadout
id: LoadoutCommandHoSEnergySword
category: JobsCommand
cost: 0
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutHoSWeapon
- !type:CharacterJobRequirement
jobs:
- HeadOfSecurity
items:
- EnergySwordHoS

- type: loadout
id: LoadoutCommandHoSEnergyGun
category: JobsCommand
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ears: ClothingHeadsetAltCentCom
belt: ClothingBeltSecurityFilled
pocket1: WeaponPistolN1984NonLethal
pocket2: FlashlightSeclite
pocket2: LPPExperimentalPlasmaSword

- type: startingGear
id: ERTLeaderGearEVA
Expand All @@ -45,7 +45,7 @@
ears: ClothingHeadsetAltCentCom
belt: ClothingBeltSecurityFilled
pocket1: WeaponPistolN1984NonLethal
pocket2: FlashlightSeclite
pocket2: LPPExperimentalPlasmaSword

- type: startingGear
id: ERTLeaderGearEVALecter
Expand All @@ -62,7 +62,7 @@
ears: ClothingHeadsetAltCentCom
belt: ClothingBeltSecurityFilled
pocket1: MagazineRifle
pocket2: MagazineRifle
pocket2: LPPExperimentalPlasmaSword
inhand:
- AirTankFilled

Expand Down
Loading
Loading