Skip to content

Commit

Permalink
add ru
Browse files Browse the repository at this point in the history
  • Loading branch information
snowflake-x committed Jul 22, 2023
1 parent b4baf0c commit 372d5e9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: LightningSw [email protected]
* @Date: 2023-07-16 23:00:39
* @LastEditors: LightningSw [email protected]
* @LastEditTime: 2023-07-21 00:34:25
* @LastEditTime: 2023-07-22 20:58:52
* @FilePath: \TeamInsightX\README.md
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
Expand All @@ -22,7 +22,7 @@ Please do not use it together with [balance-buff-viewer](https://github.com/nomi
Borrowed the idea from [balance-buff-viewer](https://github.com/nomi-san/balance-buff-viewer)

### TODO
- [ ] Multi-language support
- [x] Multi-language support
- [ ] Add settings options
- [ ] Add lane information display
### Existing features
Expand Down
39 changes: 39 additions & 0 deletions assets/translate.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,45 @@
},
"Jogos Recentes"
]
},
{
"_locales":[
"ru-RU"
],
"ranks": {
"CHALLENGER": "ПРЕТЕНДЕНТ",
"GRANDMASTER": "ГРАНДМАСТЕР",
"MASTER": "МАСТЕР",
"DIAMOND": "АЛМАЗ",
"EMERALD": "ИЗУМРУД",
"PLATINUM": "ПЛАТИНА",
"GOLD": "ЗОЛОТО",
"SILVER": "СЕРЕБРО",
"BRONZE": "БРОНЗА",
"IRON": "ЖЕЛЕЗО",
"NONE": "NONE",
"":"НЕТ РАНГА"
},
"queueTypes": {
"RANKED_SOLO_5x5": "Одиночная/парная",
"RANKED_FLEX_SR": "Гибкая",
"RANKED_TFT": "TFT"
},
"display": [
"Уровень",
{
"privacy": {
"PUBLIC":"Открытый",
"PRIVATE":"Закрытый",
"text":"Конфиденциальность"
},
"winLoss":{
"true":"Победа",
"false":"Поражение"
}
},
"Последние игры"
]
}
]
}

0 comments on commit 372d5e9

Please sign in to comment.