-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtranslation.json
More file actions
32 lines (32 loc) · 1.7 KB
/
translation.json
File metadata and controls
32 lines (32 loc) · 1.7 KB
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
{
"menu_exit": {
"en": "Exit",
"ru": "\u0412\u044b\u0439\u0442\u0438",
"de": "Beenden"
},
"menu_play": {
"en": "Play",
"ru": "\u0418\u0433\u0440\u0430\u0442\u044c",
"de": "Spielen"
},
"menu_settings": {
"en": "Settings",
"ru": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438",
"de": "Einstellungen"
},
"menu_back": {
"en": "Back",
"ru": "\u0412\u0435\u0440\u043d\u0443\u0442\u044c\u0441\u044f",
"de": "Zur\u00fcck"
},
"settings_language": {
"en": "Language",
"ru": "\u042f\u0437\u044b\u043a",
"de": "Sprache"
},
"menu_continue": {
"ru": "\u041f\u0440\u043e\u0434\u043e\u043b\u0436\u0438\u0442\u044c",
"en": "Continue",
"de": "Weiter"
}
}