Update Japanese menu-ui-handler.ts

pull/726/merge^2
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
1 changed files with 8 additions and 8 deletions

View File

@ -7,17 +7,17 @@ export const menuUiHandler: SimpleTranslationEntries = {
"VOUCHERS": "クーポン",
"EGG_LIST": "タマゴリスト",
"EGG_GACHA": "タマゴガチャ",
"MANAGE_DATA": "Manage Data",
"MANAGE_DATA": "データかんり",
"COMMUNITY": "コミュニティ",
"RETURN_TO_TITLE": "タイトルへ もどる",
"RETURN_TO_TITLE": "タイトルへ",
"LOG_OUT": "ログアウト",
"slot": "Slot {{slotNumber}}",
"importSession": "Import Session",
"slot": "スロット {{slotNumber}}",
"importSession": "セッションのインポート",
"importSlotSelect": "Select a slot to import to.",
"exportSession": "Export Session",
"exportSession": "セッションのエクスポート",
"exportSlotSelect": "Select a slot to export from.",
"importData": "Import Data",
"exportData": "Export Data",
"importData": "データのインポート",
"exportData": "データのエクスポート",
"cancel": "キャンセル",
"losingProgressionWarning": "You will lose any progress since the beginning of the battle. Proceed?"
} as const;
} as const;