Skip to content

Commit 313113a

Browse files
Merge pull request #94 from botantony/russian
Add Russian translation
2 parents 9992a45 + 407e6b5 commit 313113a

File tree

3 files changed

+83
-1
lines changed

3 files changed

+83
-1
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"language_name": {
3+
"message": "Русский"
4+
},
5+
"apply": {
6+
"message": "Применить"
7+
},
8+
"ignore": {
9+
"message": "Игнорировать"
10+
},
11+
"syrup_logo": {
12+
"message": "Логотип Syrup"
13+
},
14+
"show_extension": {
15+
"message": "Показать расширение"
16+
},
17+
"no_auto_apply_setup": {
18+
"message": "Автоматическая конфигурация для этого сайта отсутствует."
19+
},
20+
"click_apply_to_try_them_all": {
21+
"message": "Нажмите Применить чтобы попробовать их всех."
22+
},
23+
"syrup_found_coupons": {
24+
"message": "Syrup нашёл купоны!"
25+
},
26+
"got_it": {
27+
"message": "Понятно"
28+
},
29+
"testing_coupons": {
30+
"message": "Тестируем купоны..."
31+
},
32+
"testing_coupon_current_of_total": {
33+
"message": "Тестирование купона %currentIndex% из %total%"
34+
},
35+
"cancel": {
36+
"message": "Отменить"
37+
},
38+
"use_best": {
39+
"message": "Использовать лучший"
40+
},
41+
"testing_cancelled": {
42+
"message": "Тестирование отменено."
43+
},
44+
"scan_was_stopped_no_coupons_applied": {
45+
"message": "Сканирование было остановлено. Ни один купон не был применён."
46+
},
47+
"we_found_the_best_coupon": {
48+
"message": "Мы нашли лучший купон!"
49+
},
50+
"applied_coupon_and_saved_savings_new_total": {
51+
"message": "Применён купон \"%bestCoupon%\" и сохранены %savings%. Новая сумма: %finalPrice%"
52+
},
53+
"no_better_price_found": {
54+
"message": "Не было найдено лучшей цены."
55+
},
56+
"all_coupons_tested_but_none_lowered_your_total": {
57+
"message": "Все купоны были протестированы, но ни один не уменьшил вашу сумму."
58+
},
59+
"now_trying_best_so_far": {
60+
"message": "Теперь пробуем \"%currentCoupon%\". Наилучшая цена на данный момент: %bestPriceSoFar%"
61+
},
62+
"best_price_so_far": {
63+
"message": "Наилучшая цена на данный момент: $%bestPriceSoFar%"
64+
},
65+
"Theme": {
66+
"message": "Тема"
67+
}
68+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"languageName": "Русский",
3+
"Coupons": "Купоны",
4+
"Theme": "Тема",
5+
"Light": "Светлая",
6+
"Dark": "Тёмная",
7+
"System": "Системная",
8+
"No_coupons_found": "Не были найдены купоны",
9+
"Domain_invalid": "Неправлильный домен",
10+
"Settings": "Настройки",
11+
"Language": "Язык",
12+
"Browser_domain": "Этот домен не поддерживается данным расширением"
13+
}

Extension-React/src/json/language_names.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"de": "Deutsch",
1313
"ro": "Română",
1414
"tr": "Türkçe",
15+
"ru": "Русский",
1516
"zh-CN": "简体中文",
1617
"de-CH": "Deutsch (Schweiz)"
17-
}
18+
}

0 commit comments

Comments
 (0)