mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-02 11:46:11 +00:00
200deef0ed
* address shop cursor target feedbacks * make rewards left-most * fix tests breaking * Update src/test/items/dire_hit.test.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Update src/test/items/temp_stat_stage_booster.test.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> * Update src/locales/ja/settings.json Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com> * update default value * stylistic change --------- Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
16 lines
416 B
JSON
16 lines
416 B
JSON
{
|
|
"boy": "Ragazzo",
|
|
"girl": "Ragazza",
|
|
"general": "Generale",
|
|
"uiVolume": "Volume UI ",
|
|
"gamepadSupport": "Supporto Gamepad",
|
|
"showBgmBar": "Mostra Nomi Musica",
|
|
"moveTouchControls": "Move Touch Controls",
|
|
"shopOverlayOpacity": "Opacità Finestra Negozio",
|
|
"shopCursorTarget": "Target Cursore Negozio",
|
|
"rewards": "Oggetti",
|
|
"reroll": "Rerolla",
|
|
"shop": "Negozio",
|
|
"checkTeam": "Squadra"
|
|
}
|