forked from zuriby/Faker.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #476 from AlmazN/master
[api] ru locale hacker directory
- Loading branch information
Showing
6 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
module["exports"] = [ | ||
"вспомогательный", | ||
"основной", | ||
"внутренний", | ||
"цифровой", | ||
"open-source", | ||
"виртуальный", | ||
"кросс-платформенный", | ||
"излишний", | ||
"онлайн", | ||
"сенсорный", | ||
"многобайтный", | ||
"bluetooth", | ||
"беспроводной", | ||
"1080p", | ||
"нейронный", | ||
"оптический", | ||
"твердотельный", | ||
"мобильный" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
var hacker = {}; | ||
module['exports'] = hacker; | ||
hacker.adjective = require("./adjective"); | ||
hacker.noun = require("./noun"); | ||
hacker.verb = require("./verb"); | ||
hacker.ingverb = require("./ingverb"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
module["exports"] = [ | ||
"резервное копирование", | ||
"обход", | ||
"взлом", | ||
"переопределение", | ||
"сжатие", | ||
"копирование", | ||
"навигация", | ||
"индексирование", | ||
"соединение", | ||
"генерация", | ||
"определение количества", | ||
"вычисление", | ||
"синтез", | ||
"передача", | ||
"программирование", | ||
"разбор" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
module["exports"] = [ | ||
"драйвер", | ||
"протокол", | ||
"пропускная способность", | ||
"панель", | ||
"микрочип", | ||
"программа", | ||
"порт", | ||
"карта", | ||
"массив", | ||
"интерфейс", | ||
"система", | ||
"сенсор", | ||
"брандмауэр", | ||
"жесткий диск", | ||
"пиксель", | ||
"тревога", | ||
"устройство подачи", | ||
"монитор", | ||
"приложение", | ||
"передатчик", | ||
"материнская плата", | ||
"схема", | ||
"конденсатор", | ||
"матрица" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
module["exports"] = [ | ||
"осуществлять резервное копирование", | ||
"обходить", | ||
"взломать", | ||
"переопределить", | ||
"сжимать", | ||
"копировать", | ||
"осуществлять навигацию", | ||
"индексировать", | ||
"соединять", | ||
"генерировать", | ||
"определять количество", | ||
"вычислять", | ||
"синтезировать", | ||
"вводить", | ||
"передавать", | ||
"программировать", | ||
"перезагружать", | ||
"разбирать" | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters