mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-15 12:52:20 +02:00
Update Japanese menu-ui-handler.ts
This commit is contained in:
parent
5260151c31
commit
ab6345f201
@ -7,17 +7,17 @@ export const menuUiHandler: SimpleTranslationEntries = {
|
|||||||
"VOUCHERS": "クーポン",
|
"VOUCHERS": "クーポン",
|
||||||
"EGG_LIST": "タマゴリスト",
|
"EGG_LIST": "タマゴリスト",
|
||||||
"EGG_GACHA": "タマゴガチャ",
|
"EGG_GACHA": "タマゴガチャ",
|
||||||
"MANAGE_DATA": "Manage Data",
|
"MANAGE_DATA": "データかんり",
|
||||||
"COMMUNITY": "コミュニティ",
|
"COMMUNITY": "コミュニティ",
|
||||||
"RETURN_TO_TITLE": "タイトルへ もどる",
|
"RETURN_TO_TITLE": "タイトルへ",
|
||||||
"LOG_OUT": "ログアウト",
|
"LOG_OUT": "ログアウト",
|
||||||
"slot": "Slot {{slotNumber}}",
|
"slot": "スロット {{slotNumber}}",
|
||||||
"importSession": "Import Session",
|
"importSession": "セッションのインポート",
|
||||||
"importSlotSelect": "Select a slot to import to.",
|
"importSlotSelect": "Select a slot to import to.",
|
||||||
"exportSession": "Export Session",
|
"exportSession": "セッションのエクスポート",
|
||||||
"exportSlotSelect": "Select a slot to export from.",
|
"exportSlotSelect": "Select a slot to export from.",
|
||||||
"importData": "Import Data",
|
"importData": "データのインポート",
|
||||||
"exportData": "Export Data",
|
"exportData": "データのエクスポート",
|
||||||
"cancel": "キャンセル",
|
"cancel": "キャンセル",
|
||||||
"losingProgressionWarning": "You will lose any progress since the beginning of the battle. Proceed?"
|
"losingProgressionWarning": "You will lose any progress since the beginning of the battle. Proceed?"
|
||||||
} as const;
|
} as const;
|
||||||
|
Loading…
Reference in New Issue
Block a user