-
Notifications
You must be signed in to change notification settings - Fork 32
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
Resprites+addons #380
base: master
Are you sure you want to change the base?
Resprites+addons #380
Changes from 11 commits
9548a46
5f06b7d
bab8717
3e1adb9
c9dc9b0
d5a2c22
1d1f484
44fa11e
803438d
43b2bc7
3874764
3c845f6
5ec6d62
8413818
5eea2e4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -6,3 +6,5 @@ ent-LPPClothingHeadHelmetRND = RHS-14s Helmet | |||||||||
.desc = The helmet from the NIS spacesuit is quite useful and has built-in functionality, such as chemical detection and welding protection, which is why it is quite bulky. | ||||||||||
ent-LPPClothingHeadHelmetScienceNPZ = NPZ-34r | ||||||||||
.desc = The helmet from the spacesuit is quite useful and has built-in eye protection from welding. | ||||||||||
ent-LPPClothingHeadHelmetSecurityEngineer = FPI-72 Helmet | ||||||||||
.desc = Standart helmet of security engineers, it has wielding protection integrated into eyes. | ||||||||||
Comment on lines
+9
to
+10
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix typos in English text - .desc = Standart helmet of security engineers, it has wielding protection integrated into eyes.
+ .desc = Standard helmet of security engineers, it has welding protection integrated into eyes. 📝 Committable suggestion
Suggested change
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,3 +58,9 @@ ent-LPPClothingHeadHelmetHardsuitGorlexMedic = GRX-113 helmet | |
.desc = Good helmet for every needs. | ||
ent-LPPClothingHeadHelmetHardsuitGorlexSoldier = GRX-101 helmet | ||
.desc = Good helmet for every needs. | ||
ent-LPPClothingHeadHelmetHardsuitAcientHos = NT-014 helmet | ||
.desc = Good helmet for every needs. | ||
ent-LPPClothingHeadHelmetHardsuitSpatioUpgraded = GRT|HpI-004 helmet | ||
.desc = Good helmet for every needs. | ||
ent-LPPClothingHeadHelmetHardsuitCombatAlternative = GRT|FPA-88 helmet | ||
.desc = Good helmet for every needs. | ||
Comment on lines
+61
to
+66
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Требуется уникальное описание для каждого шлема Использование одинакового описания "Good helmet for every needs" для разных шлемов снижает информативность и уникальность каждого предмета. Рекомендуется добавить специфические характеристики для каждого типа шлема. |
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -20,3 +20,5 @@ ent-LPPClothingHeadHatMaid = Maid's cap | |||||||||
.desc = An item of clothing that is an integral part of any elite maid. | ||||||||||
ent-LPPClothingAnonMask = Anonymous mask | ||||||||||
.desc = Anon! | ||||||||||
ent-LPPClothingHeadHatBeretSalvager = salvager beret | ||||||||||
.desc = You are wearing it because of two things- you only flying on expeditions or your co-workers forget you on the station. | ||||||||||
Comment on lines
+23
to
+24
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Исправьте грамматические ошибки в описании берета В описании берета утилизатора есть несколько проблем:
- .desc = You are wearing it because of two things- you only flying on expeditions or your co-workers forget you on the station.
+ .desc = You are wearing it because of two things: you only fly on expeditions, or your co-workers forget you on the station. 📝 Committable suggestion
Suggested change
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,3 +16,13 @@ ent-LPPClothingHeadHelmetNPZ = NPZ Helmet | |
.desc = A sturdy helmet made of kevlar and plasteel, will protect against small-caliber bullets, as well as shrapnel. | ||
ent-LPPClothingHeadHelmetNPZAssault = NPZ assault helmet | ||
.desc = Robust helmet with additional armor on neck, pretty good for asaults. | ||
ent-LPPClothingHeadHelmetHeavy = Heavy armor helmet | ||
.desc = A sturdy helmet made of kevlar and plasteel, will protect against small-caliber bullets, as well as shrapnel. | ||
ent-LPPClothingHeadHelmetSwat = SWAT armor helmet | ||
.desc = A sturdy helmet made of kevlar and plasteel, will protect against small-caliber bullets, as well as shrapnel. | ||
ent-LPPClothingHeadHelmetSwatAlternative = Lightened SWAT armor helmet | ||
.desc = A sturdy helmet made of kevlar and plasteel, will protect against small-caliber bullets, as well as shrapnel. | ||
ent-LPPClothingHeadHelmetSwatEpistemic = Epistemic SWAT armor helmet | ||
.desc = A sturdy helmet made of kevlar and plasteel, will protect against small-caliber bullets, as well as shrapnel. | ||
ent-LPPClothingHeadHelmetSalvager = Salvager helmet | ||
.desc = Sturdy metal helmet, what else do you need? | ||
Comment on lines
+19
to
+28
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Необходимо исправить форматирование и улучшить описания
-ent-LPPClothingHeadHelmetHeavy = heavy armor helmet
+ent-LPPClothingHeadHelmetHeavy = Heavy armor helmet
ent-LPPClothingHeadHelmetHeavy = Heavy armor helmet
.desc = A sturdy helmet made of kevlar and plasteel, will protect against small-caliber bullets, as well as shrapnel.
ent-LPPClothingHeadHelmetSwat = SWAT armor helmet
- .desc = A sturdy helmet made of kevlar and plasteel, will protect against small-caliber bullets, as well as shrapnel.
+ .desc = { ent-LPPClothingHeadHelmetHeavy.desc }
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,7 @@ ent-LPPClothingOuterArmorBlueshield = blueshield's carapace | |
.desc = An armored chestpiece that provides protection whilst still offering maximum mobility and flexibility. Issued only to the station's finest. | ||
ent-LPPClothingOuterArmorErengySyndie = anti-energy cuirass | ||
.desc = Anti-energy cuirass, that provides, no wonder, good energy protection for wearer, it sometimes can even ricoshet them. | ||
ent-LPPlothingOuterArmorSwatAlternative = Lightened swat suit | ||
.desc = Composed of semi-flexible polycarbonate, reinforced materials, and integrated ballistic plating, it offers exceptional protection against melee, bullet, and environmental threats, ensuring officers remain combat-ready in the harshest conditions. | ||
ent-LPPlothingOuterArmorSwatEpistemic = Epistemic swat suit | ||
.desc = Composed of semi-flexible polycarbonate, reinforced materials, and integrated ballistic plating, it offers exceptional protection against melee, bullet, and environmental threats, ensuring officers remain combat-ready in the harshest conditions. | ||
Comment on lines
+7
to
+8
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Описания для разных типов брони идентичны Для |
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -2,3 +2,5 @@ ent-LPPClothingOuterVestPG = PG west | |||||||||
.desc = A synthetic armor vest. This one has added webbing and ballistic plates. For all PG army needs. | ||||||||||
ent-LPPClothingOuterVestUrbanPG = urban PG west | ||||||||||
.desc = A synthetic armor vest. This one has added webbing and ballistic plates. For all PG army needs. | ||||||||||
ent-LPPClothingOuterVestSalvager = Salvager west | ||||||||||
.desc = A synthetic armor vest. This one has added webbing and ballistic plates. | ||||||||||
Comment on lines
+5
to
+6
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Исправьте опечатку в слове "vest" В строке используется неправильное написание "west" вместо "vest". -ent-LPPClothingOuterVestSalvager = Salvager west
+ent-LPPClothingOuterVestSalvager = Salvager vest 📝 Committable suggestion
Suggested change
|
Original file line number | Diff line number | Diff line change | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -142,3 +142,5 @@ ent-LPPClothingUniformGreenTracksuit = green tracksuit | |||||||||||||||||
.desc = greeb tracksuit for sports in any situation. | ||||||||||||||||||
ent-LPPClothingUniformJumpsuitInteq = contractor jumpsuit | ||||||||||||||||||
.desc = Elite clothing for elite mercs. | ||||||||||||||||||
ent-LPPClothingUniformExplorerAlternative = Explorer denim overalls | ||||||||||||||||||
.desc = Made out of denim overalls are a good clothing if you are working with pickaxes a lot. | ||||||||||||||||||
Comment on lines
+145
to
+146
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Требуется исправление грамматики и форматирования
ent-LPPClothingUniformExplorerAlternative = Explorer denim overalls
- .desc = Made out of denim overalls are a good clothing if you are working with pickaxes a lot.
+ .desc = Denim overalls are perfect for working with pickaxes.
ent-LPPClothingUniformExplorerAlternative = Explorer denim overalls
- .desc = Denim overalls are perfect for working with pickaxes.
+ .desc = { ent-ClothingUniformBase.desc } 📝 Committable suggestion
Suggested change
Suggested change
|
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
ent-LPPweaponPibodi = Pibodi self-loading rifle | ||
.desc = A hellish mix of just kinetic accelerator and classic firearms. Converts and accumulates carbon from the atmosphere into projectiles, converting part of it into a kind of gunpowder for firing, which takes quite a long time, but in the meantime you can poke your opponent with an integrated bayonet. | ||
ent-LPPweaponShasspo = Shasspo self-loading needle rifle | ||
.desc = A rifle that shoots needles of carbon, taking it from the atmosphere. The operating principle is similar to PSLR. Has built-in optics. | ||
ent-LPPweaponLebel = Lebel self-loading tube rifle | ||
.desc = Tube fed rifle that uses Pibodi technologies to produse ammunition and store it like old-fation 19 century rifle. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Исправьте грамматические ошибки и незавершенные предложения В тексте обнаружены следующие проблемы:
- .desc = Tube fed rifle that uses Pibodi technologies to produse ammunition and store it like old-fation 19 century rifle.
+ .desc = Tube fed rifle that uses Pibodi technologies to produce ammunition and store it like old-fashioned 19th century rifle.
- .desc = Double barrel self loading shotgun, works like a PCA, but shots lots of projectiles into your enemy
+ .desc = Double barrel self-loading shotgun, works like a PCA, but shots lots of projectiles into your enemy.
- .desc = Protocinetic pistol, that often uses with dagger. It can marker targets for
+ .desc = Protocinetic pistol that often uses with dagger. It can mark targets for enhanced damage. Also applies to: 8-8, 10-10 |
||
ent-LPPweaponManlicher = Manlicher self-loading shotgun | ||
.desc = Double barrel self loading shotgun, works like a PCA, but shots lots of projectiles into your enemy | ||
ent-LPPweaponSchwarzlose = Schwarzlose self-loading pistol | ||
.desc = Protocinetic pistol, that often uses with dagger. It can marker targets for |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,2 @@ | ||
ent-ClothingNeckPinBase = pin | ||
.desc = be nothing do crime | ||
ent-ClothingNeckLGBTPin = LGBT pin | ||
.desc = be gay do crime | ||
ent-ClothingNeckAromanticPin = aromantic pin | ||
.desc = be aro do crime | ||
ent-ClothingNeckAsexualPin = asexual pin | ||
.desc = be ace do crime | ||
ent-ClothingNeckBisexualPin = bisexual pin | ||
.desc = be bi do crime | ||
ent-ClothingNeckGayPin = gay pin | ||
.desc = be gay do crime | ||
ent-ClothingNeckIntersexPin = intersex pin | ||
.desc = be intersex do crime | ||
ent-ClothingNeckLesbianPin = lesbian pin | ||
.desc = be lesbian do crime | ||
ent-ClothingNeckNonBinaryPin = non-binary pin | ||
.desc = 01100010 01100101 00100000 01100101 01101110 01100010 01111001 00100000 01100100 01101111 00100000 01100011 01110010 01101001 01101101 01100101 | ||
ent-ClothingNeckPansexualPin = pansexual pin | ||
.desc = be pan do crime | ||
ent-ClothingNeckTransPin = transgender pin | ||
.desc = be trans do crime | ||
ent-ClothingNeckAutismPin = autism pin | ||
.desc = be autism do crime | ||
ent-ClothingNeckGoldAutismPin = golden autism pin | ||
.desc = be autism do warcrime |
Original file line number | Diff line number | Diff line change | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -1,4 +1,8 @@ | ||||||||||||||
lathe-category-hardsuit = Скафандры | ||||||||||||||
trait-desc-ElfLanguage = | ||||||||||||||
Эльфийский — это язык эльфов на котором говорят практически все кабали Эльфийской Паутины Систем. | ||||||||||||||
Эльфийская речь со стороны может показаться текучей, плавной и красивой. | ||||||||||||||
Comment on lines
+2
to
+4
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Исправьте форматирование и грамматические ошибки в описании эльфийского языка. В тексте есть несколько проблем:
Предлагаемые изменения: trait-desc-ElfLanguage =
- Эльфийский — это язык эльфов на котором говорят практически все кабали Эльфийской Паутины Систем.
- Эльфийская речь со стороны может показаться текучей, плавной и красивой.
+ Эльфийский — это язык эльфов, на котором говорят практически все кабалы Эльфийской Паутины Систем.
+ Эльфийская речь со стороны может показаться текучей, плавной и красивой. 📝 Committable suggestion
Suggested change
|
||||||||||||||
trait-desc-DwarfLanguage = Дварфийский это язык, на котором говорят дворфы. Со стороны, если не вслушиваться, похоже на бормотание пьяных русских. | ||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Исправьте орфографические ошибки и стилистику в описании дварфийского языка. В тексте есть несколько проблем:
Предлагаемые изменения: -trait-desc-DwarfLanguage = Дварфийский это язык, на котором говорят дворфы. Со стороны, если не вслушиваться, похоже на бормотание пьяных русских.
+trait-desc-DwarfLanguage = Дварфийский — это язык, на котором говорят дварфы. Со стороны их речь может показаться грубой и отрывистой. 📝 Committable suggestion
Suggested change
|
||||||||||||||
changelog-tab-title-ChangelogLPP = Обновления Lost Paradise | ||||||||||||||
announcer-NTH-name = N.T.H. | ||||||||||||||
announcer-AFONYA-name = C.A.S.S.I.E. | ||||||||||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
research-technology-advanced-treatment = Усовершенствованное лечение | ||
research-technology-high-end-surgery = Высококачественные хирургические инструменты | ||
research-technology-cybernetic-enhancements = Кибернетические усовершенствования | ||
research-technology-cybernetic-enhancements = Кибернетические усовершенствования |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
transformable-container-component-glass = {$reagent} стакан | ||
transformable-container-component-glass = { $reagent } стакан |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
cluwne-transform = { CAPITALIZE($target) } превратился в клувеня! | ||
cluwne-name-prefix = клувень {$baseName} | ||
cluwne-name-prefix = клувень { $baseName } |
Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -19,6 +19,11 @@ ui-options-general-cursor = Курсор | |||||||||||||||||||||
ui-options-general-speech = Речь | ||||||||||||||||||||||
ui-options-general-storage = Хранение | ||||||||||||||||||||||
ui-options-general-accessibility = Доступность | ||||||||||||||||||||||
ui-options-chatstack = Automatically merge identical chat messages | ||||||||||||||||||||||
ui-options-chatstack-off = Off | ||||||||||||||||||||||
ui-options-chatstack-single = Only last message | ||||||||||||||||||||||
ui-options-chatstack-double = Last two messages | ||||||||||||||||||||||
ui-options-chatstack-triple = Last three messages | ||||||||||||||||||||||
Comment on lines
+22
to
+26
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Требуется перевод новых опций чата. Следующие строки необходимо перевести на русский язык: -ui-options-chatstack = Automatically merge identical chat messages
-ui-options-chatstack-off = Off
-ui-options-chatstack-single = Only last message
-ui-options-chatstack-double = Last two messages
-ui-options-chatstack-triple = Last three messages
+ui-options-chatstack = Автоматически объединять одинаковые сообщения
+ui-options-chatstack-off = Выключено
+ui-options-chatstack-single = Только последнее сообщение
+ui-options-chatstack-double = Последние два сообщения
+ui-options-chatstack-triple = Последние три сообщения 📝 Committable suggestion
Suggested change
|
||||||||||||||||||||||
|
||||||||||||||||||||||
## Меню Аудио | ||||||||||||||||||||||
|
||||||||||||||||||||||
|
@@ -87,15 +92,13 @@ ui-options-vp-integer-scaling-tooltip = | |||||||||||||||||||||
Если эта опция включена, окно просмотра будет масштабироваться с использованием целочисленного значения | ||||||||||||||||||||||
при конкретных разрешениях. Это дает четкие текстуры, но часто приводит к появлению черных полос вверху/внизу экрана или к тому, что часть окна не будет видна. | ||||||||||||||||||||||
ui-options-vp-vertical-fit = Вертикальное подгонка окна просмотра | ||||||||||||||||||||||
ui-options-vp-vertical-fit-tooltip = | ||||||||||||||||||||||
Когда включено, окно просмотра будет игнорировать горизонтальную ось полностью при подгонке под экран. Если экран меньше окна, это приведет к обрезанию окна по горизонтали. | ||||||||||||||||||||||
ui-options-vp-vertical-fit-tooltip = Когда включено, окно просмотра будет игнорировать горизонтальную ось полностью при подгонке под экран. Если экран меньше окна, это приведет к обрезанию окна по горизонтали. | ||||||||||||||||||||||
ui-options-vp-low-res = Низкое разрешение окна просмотра | ||||||||||||||||||||||
ui-options-parallax-low-quality = Низкое качество параллакса (фон) | ||||||||||||||||||||||
ui-options-fps-counter = Показать счетчик FPS | ||||||||||||||||||||||
ui-options-vp-width = Ширина окна просмотра: { $width } | ||||||||||||||||||||||
ui-options-hud-layout = Макет HUD: | ||||||||||||||||||||||
|
||||||||||||||||||||||
|
||||||||||||||||||||||
## Меню Управления | ||||||||||||||||||||||
|
||||||||||||||||||||||
ui-options-binds-reset-all = Сбросить все привязки клавиш | ||||||||||||||||||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
glue-success = Вы покрыли {THE($target)} клеем! | ||
glued-name-prefix = липкий {$baseName} | ||
glue-failure = Не удалось покрыть {THE($target)} клеем. | ||
glue-success = Вы покрыли { THE($target) } клеем! | ||
glued-name-prefix = липкий { $baseName } | ||
glue-failure = Не удалось покрыть { THE($target) } клеем. | ||
glue-verb-text = Нанести клей | ||
glue-verb-message = Покрыть предмет клеем |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
lube-success = Вы покрыли {THE($target)} смазкой! | ||
lubed-name-prefix = смазанный {$baseName} | ||
lube-failure = Не удалось покрыть {THE($target)} смазкой! | ||
lube-slip = {THE($target)} выскальзывает из ваших рук! | ||
lube-success = Вы покрыли { THE($target) } смазкой! | ||
lubed-name-prefix = смазанный { $baseName } | ||
lube-failure = Не удалось покрыть { THE($target) } смазкой! | ||
lube-slip = { THE($target) } выскальзывает из ваших рук! | ||
lube-verb-text = Нанести смазку | ||
lube-verb-message = Покрыть предмет смазкой |
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -8,3 +8,5 @@ ent-LPPClothingHandsGlovesNightGuard = Перчатки НайтГарда | |||||||||
.desc = { ent-ClothingHandsGlovesBoxingBlue.desc } | ||||||||||
ent-LPPClothingHandsClownPomni = Перчатки шута | ||||||||||
.desc = Мягкие перчатки, создающие впечатление, будто полностью обволакивают ваши руки... | ||||||||||
ent-LPPClothingHandsGlovesSalvage = Перчатки утилизатора | ||||||||||
.desc = Нейлоновые перчатки с полиуретановым покрытием для защиты от царапин. Чувствуется, будто бы в этих перчатках копали землю | ||||||||||
Comment on lines
+11
to
+12
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Добавьте точку в конце описания Для соответствия стилю других записей, добавьте точку в конце описания. ent-LPPClothingHandsGlovesSalvage = Перчатки утилизатора
- .desc = Нейлоновые перчатки с полиуретановым покрытием для защиты от царапин. Чувствуется, будто бы в этих перчатках копали землю
+ .desc = Нейлоновые перчатки с полиуретановым покрытием для защиты от царапин. Чувствуется, будто бы в этих перчатках копали землю. 📝 Committable suggestion
Suggested change
|
Original file line number | Diff line number | Diff line change | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
@@ -6,3 +6,5 @@ ent-LPPClothingHeadHelmetRND = Шлем RHS-14s | |||||||||
.desc = Шлем от скафандра НИС, довольно полезен и имеет встроенный функционал, по типу определения жидкостей и защиту от сварки, из-за чего довольно громозок. | ||||||||||
ent-LPPClothingHeadHelmetScienceNPZ = NPZ-34r | ||||||||||
.desc = Шлем от скафандра, довольно полезен и имеет встроенную защиту глаз от сварки. | ||||||||||
ent-LPPClothingHeadHelmetSecurityEngineer = FPI-72 Helmet | ||||||||||
.desc = Шлем от скафандра инженера отдела службы безопасности. Имеет встроенную защиту глаз от сварки. | ||||||||||
Comment on lines
+9
to
+10
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Переведите название на русский язык Для поддержания единообразия с другими переводами, название шлема должно быть на русском языке. -ent-LPPClothingHeadHelmetSecurityEngineer = FPI-72 Helmet
+ent-LPPClothingHeadHelmetSecurityEngineer = Шлем FPI-72 📝 Committable suggestion
Suggested change
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Исправьте время глагола в описании для соответствия стилю
Используйте настоящее время в описании для соответствия стилю других записей.
📝 Committable suggestion