Skip to content

Commit

Permalink
Merge pull request #631 from sbmart/ru-additions
Browse files Browse the repository at this point in the history
`ru` additional locale data
  • Loading branch information
Marak authored Sep 27, 2018
2 parents a152a7e + 4b55409 commit 9dd5a52
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 2 deletions.
3 changes: 3 additions & 0 deletions lib/locales/ru/commerce/department.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ module["exports"] = [
"Спорт",
"туризм",
"Автомобильное",
"Галантерея",
"Меха",
"Пряжа",
"промышленное"
];
19 changes: 18 additions & 1 deletion lib/locales/ru/commerce/product_name.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ module["exports"] = {
"Интеллектуальный",
"Великолепный",
"Невероятный",
"Свободный",
"Большой",
"Фантастический",
"Практчиный",
"Практичный",
"Лоснящийся",
"Потрясающий"
],
Expand All @@ -18,6 +20,10 @@ module["exports"] = {
"Пластиковый",
"Хлопковый",
"Гранитный",
"Кожанный",
"Неодимовый",
"Меховой",
"Натуральный",
"Резиновый"
],
"product": [
Expand All @@ -29,6 +35,17 @@ module["exports"] = {
"Стол",
"Свитер",
"Ремень",
"Ножницы",
"Носки",
"Майка",
"Кепка",
"Куртка",
"Плащ",
"Сабо",
"Шарф",
"Клатч",
"Кошелек",
"Портмоне",
"Ботинок"
]
};
1 change: 1 addition & 0 deletions lib/locales/ru/company/prefix.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module["exports"] = [
"ООО",
"ЗАО",
"ОАО",
"ПАО",
"НКО",
"ТСЖ",
"ОП"
Expand Down
3 changes: 2 additions & 1 deletion lib/locales/ru/hacker/abbreviation.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ module["exports"] = [
"XML",
"EXE",
"COM",
"HDD",
"НМЖД",
"ПЗУ",
"SMTP",
"SMS",
"USB",
Expand Down
3 changes: 3 additions & 0 deletions lib/locales/ru/hacker/ingverb.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
module["exports"] = [
"резервное копирование",
"обход",
"архивирование",
"взлом",
"шифрование",
"переопределение",
"сжатие",
"скачивание",
"копирование",
"навигация",
"индексирование",
Expand Down
3 changes: 3 additions & 0 deletions lib/locales/ru/hacker/noun.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ module["exports"] = [
"интерфейс",
"микрочип",
"код",
"парсер",
"сокет",
"кортеж",
"порт",
"ключ",
"массив",
Expand Down
4 changes: 4 additions & 0 deletions lib/locales/ru/hacker/verb.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ module["exports"] = [
"взломать",
"переопределить",
"сжать",
"зашифровать",
"импортировать",
"экспортировать",
"копировать",
"навигировать",
"индексировать",
"соединить",
"генерировать",
"распарсить",
"квантифицировать",
"вычислить",
"синтезировать",
Expand Down

0 comments on commit 9dd5a52

Please sign in to comment.