Update Japanese menu-ui-handler.ts

This commit is contained in:
Lugiad 2024-05-14 15:39:20 +02:00 committed by GitHub
parent 5260151c31
commit ab6345f201
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;