summaryrefslogtreecommitdiff
path: root/front/src/Locales/ru_RU.ts
diff options
context:
space:
mode:
authorphyscik <mynameisgennadiy@vk.com>2026-04-28 12:34:36 +0500
committerphyscik <mynameisgennadiy@vk.com>2026-04-28 12:34:36 +0500
commitec5ef35ed47b90b9f09199d28f7885f8287815a8 (patch)
tree5231f94716e2d3a9dae618cba9bd83534dca43c1 /front/src/Locales/ru_RU.ts
parent9a43fa05ade031c91d515d1254e05fd33cc7a482 (diff)
description frontend
Diffstat (limited to 'front/src/Locales/ru_RU.ts')
-rw-r--r--front/src/Locales/ru_RU.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/front/src/Locales/ru_RU.ts b/front/src/Locales/ru_RU.ts
index 9a69130..7802055 100644
--- a/front/src/Locales/ru_RU.ts
+++ b/front/src/Locales/ru_RU.ts
@@ -24,12 +24,13 @@ lang.LocalizedStrings = new Map<string, string>([
["number of shots", "Количество выстрелов"],
["rate of fire", "Скорострельность"],
["reliability", "Надёжность"],
+ ["origin", "Источник"],
// Concealabilities
["pocket", "Карман"],
["jacket", "Куртка"],
["long", "Длинный плащ"],
- ["Nothing", "Невозможно спрятать"],
+ ["nothing", "Невозможно спрятать"],
// Avaliabilities
["excellent", "Отличная"],
@@ -42,6 +43,8 @@ lang.LocalizedStrings = new Map<string, string>([
["standard", "Обычное"],
["unreliable", "Ненадёжное"],
+ // Origins
+ ["corebook", "Книга игрока"],
]);
export default lang;