Added russian translation by Vafin
This commit is contained in:
parent
b52f318c74
commit
658c3506d7
7 changed files with 8839 additions and 0 deletions
0
shared/css/static/modal-avatar.scss
Normal file
0
shared/css/static/modal-avatar.scss
Normal file
0
shared/css/static/modal-icons.scss
Normal file
0
shared/css/static/modal-icons.scss
Normal file
16
shared/html/manifest.json
Normal file
16
shared/html/manifest.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"short_name": "TeaWeb",
|
||||
"name": "TeaSpeak Web",
|
||||
"icons": [
|
||||
{
|
||||
"src": "img/favicon/teacup.png",
|
||||
"type": "image/png",
|
||||
"sizes": "256x256"
|
||||
}
|
||||
],
|
||||
"start_url": "?",
|
||||
"background_color": "#18BC9C",
|
||||
"display": "standalone",
|
||||
"scope": "/",
|
||||
"theme_color": "#18BC9C"
|
||||
}
|
|
@ -15,6 +15,10 @@
|
|||
{
|
||||
"key": "fr_gt",
|
||||
"path": "fr_google_translate.translation"
|
||||
},
|
||||
{
|
||||
"key": "ru",
|
||||
"path": "ru_translate_vafin.translation"
|
||||
}
|
||||
],
|
||||
"name": "Default TeaSpeak repository",
|
||||
|
|
8819
shared/i18n/ru_translate_vafin.translation
Normal file
8819
shared/i18n/ru_translate_vafin.translation
Normal file
File diff suppressed because it is too large
Load diff
0
shared/js/ui/modal/ModalAvatarList.ts
Normal file
0
shared/js/ui/modal/ModalAvatarList.ts
Normal file
0
shared/js/ui/modal/ModalIconSelect.ts
Normal file
0
shared/js/ui/modal/ModalIconSelect.ts
Normal file
Loading…
Add table
Reference in a new issue