summaryrefslogtreecommitdiff
path: root/front/src/Locales/ru_RU.ts
diff options
context:
space:
mode:
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;