forked from EnjiRouz/Voice-Assistant-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
translations.json
134 lines (134 loc) · 3.68 KB
/
translations.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"Can you check if your microphone is on, please?": {
"ru": "Пожалуйста, проверь, что микрофон включен",
"en": "Can you check if your microphone is on, please?"
},
"What did you say again?": {
"ru": "Пожалуйста, повтори",
"en": "What did you say again?"
},
"Seems like we have a trouble. See logs for more information": {
"ru": "Что-то пошло не так. Посмотри логи",
"en": "Seems like we have a trouble. See logs for more information"
},
"Hello, {}! How can I help you today?": {
"ru": "Привет, {}! Чем могу помочь?",
"en": "Hello, {}! How can I help you today?"
},
"Good day to you {}! How can I help you today?": {
"ru": "Здравствуй, {}! Какой план на сегодня?",
"en": "Good day to you {}! How can I help you today?"
},
"Goodbye, {}! Have a nice day!": {
"ru": "До связи, {}! Хорошего тебе дня!",
"en": "Goodbye, {}! Have a nice day!"
},
"See you soon, {}!": {
"ru": "До скорого, {}!",
"en": "See you soon, {}!"
},
"Here is what I found for {} on google": {
"ru": "Вот, что умне удалось найти по запросу {} в Гугл",
"en": "Here is what I found for {} on google"
},
"Here is what I found for {} on youtube": {
"ru": "Вот, что умне удалось найти по запросу {} на Ютьюб",
"en": "Here is what I found for {} on youtube"
},
"Here is what I found for {} on Wikipedia": {
"ru": "Вот, что умне удалось найти по запросу {} в Википедии",
"en": "Here is what I found for {} on Wikipedia"
},
"Can't find {} on Wikipedia. But here is what I found on google": {
"ru": "Не могу найти в Википедии ничего по запросу {}. Но вот, что мне удалось найти в Гугл",
"en": "Can't find {} on Wikipedia. But here is what I found on google"
},
"It is {0} in {1}": {
"ru": "Сейчас {0} в городе {1}",
"en": "It is {0} in {1}"
},
"The temperature is {} degrees Celsius": {
"ru": "Температура {} градусов Цельсия",
"en": "The temperature is {} degrees Celsius"
},
"The wind speed is {} meters per second": {
"ru": "Скорость ветра {} метров в секунду",
"en": "The wind speed is {} meters per second"
},
"The pressure is {} mm Hg": {
"ru": "Давление {} миллиметров ртутного столба",
"en": "The pressure is {} mm Hg"
},
"Here is what I found for {} on social nets": {
"ru": "Вот, что мне удалось найти по запросу {} в социальных сетях",
"en": "Here is what I found for {} on social nets"
},
"won": {
"ru": "победили",
"en": "won"
},
"Tails": {
"ru": "Решки",
"en": "Tails"
},
"Heads": {
"ru": "Орлы",
"en": "Heads"
},
"Can you repeat, please?": {
"ru": "Можешь повторить?",
"en": "Can you repeat, please?"
},
"": {
"ru": "",
"en": ""
},
"": {
"ru": "",
"en": " "
},
"": {
"ru": "",
"en": " "
},
"": {
"ru": "",
"en": " "
},
"": {
"ru": "",
"en": " "
},
"": {
"ru": "",
"en": " "
},
"": {
"ru": "",
"en": " "
},
"": {
"ru": "",
"en": " "
},
"": {
"ru": "",
"en": " "
},
"": {
"ru": "",
"en": " "
},
"": {
"ru": "",
"en": " "
},
"": {
"ru": "",
"en": " "
},
"": {
"ru": "",
"en": " "
}
}