Skip to content

Commit

Permalink
0.6.0.18 - Chinese and Russian Instrument Names
Browse files Browse the repository at this point in the history
- Add Chinese and Russian Instrument Names
  • Loading branch information
ExpedicHabbet authored Nov 15, 2024
1 parent 8198169 commit 3e9058b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
4 changes: 3 additions & 1 deletion OpenTaiko/Global/HitSounds/'08 Dual/HitSounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name" : {
"strings": {
"default": "'08 Dual",
"ja": "'08デュアル"
"ja": "'08デュアル",
"ru": "'08 Двойной",
"zh": "'08双鼓"
}
}
}
4 changes: 3 additions & 1 deletion OpenTaiko/Global/HitSounds/Break/HitSounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name" : {
"strings": {
"default": "Break",
"ja": "ブレーク"
"ja": "ブレーク",
"ru": "Брейк",
"zh": "霹雳鼓"
}
}
}
4 changes: 3 additions & 1 deletion OpenTaiko/Global/HitSounds/Electro/HitSounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name" : {
"strings": {
"default": "Electro",
"ja": "エレクトロ"
"ja": "エレクトロ",
"ru": "Электро",
"zh": "电子鼓"
}
}
}
4 changes: 3 additions & 1 deletion OpenTaiko/Global/HitSounds/Gorgeous Taiko/HitSounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name" : {
"strings": {
"default": "Gorgeous Taiko",
"ja": "ゴージャス太鼓"
"ja": "ゴージャス太鼓",
"ru": "Великолепный Тайко",
"zh": "豪华太鼓"
}
}
}
4 changes: 3 additions & 1 deletion OpenTaiko/Global/HitSounds/Konga/HitSounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name" : {
"strings": {
"default": "Konga",
"ja": "コンガ"
"ja": "コンガ",
"ru": "Конга",
"zh": "康加鼓"
}
}
}
4 changes: 3 additions & 1 deletion OpenTaiko/Global/HitSounds/Old Taiko/HitSounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name" : {
"strings": {
"default": "Old Taiko",
"ja": "旧式太鼓"
"ja": "旧式太鼓",
"ru": "Старый Тайко",
"zh": "旧太鼓"
}
}
}
4 changes: 3 additions & 1 deletion OpenTaiko/Global/HitSounds/Taiko/HitSounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name" : {
"strings": {
"default": "Taiko",
"ja": "太鼓"
"ja": "太鼓",
"ru": "Тайко",
"zh": "太鼓"
}
}
}

0 comments on commit 3e9058b

Please sign in to comment.