2024-08-07 01:36:07 +01:00
|
|
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
|
|
|
|
|
|
|
export const menuUiHandler: SimpleTranslationEntries = {
|
|
|
|
"GAME_SETTINGS": "せってい",
|
|
|
|
"ACHIEVEMENTS": "じっせき",
|
|
|
|
"STATS": "とうけい",
|
|
|
|
"VOUCHERS": "クーポン",
|
|
|
|
"EGG_LIST": "タマゴリスト",
|
|
|
|
"EGG_GACHA": "タマゴガチャ",
|
|
|
|
"MANAGE_DATA": "データかんり",
|
|
|
|
"COMMUNITY": "コミュニティ",
|
|
|
|
"SAVE_AND_QUIT": "Save and Quit",
|
|
|
|
"LOG_OUT": "ログアウト",
|
|
|
|
"slot": "スロット {{slotNumber}}",
|
|
|
|
"importSession": "セッションのインポート",
|
|
|
|
"importSlotSelect": "Select a slot to import to.",
|
|
|
|
"exportSession": "セッションのエクスポート",
|
|
|
|
"exportSlotSelect": "Select a slot to export from.",
|
|
|
|
"importData": "データのインポート",
|
|
|
|
"exportData": "データのエクスポート",
|
2024-08-13 22:22:01 +01:00
|
|
|
"consentPreferences": "Consent Preferences",
|
2024-08-07 01:36:07 +01:00
|
|
|
"linkDiscord": "Link Discord",
|
|
|
|
"unlinkDiscord": "Unlink Discord",
|
|
|
|
"linkGoogle": "Link Google",
|
|
|
|
"unlinkGoogle": "Unlink Google",
|
|
|
|
"cancel": "キャンセル",
|
|
|
|
"losingProgressionWarning": "You will lose any progress since the beginning of the battle. Proceed?",
|
|
|
|
"noEggs": "You are not hatching\nany eggs at the moment!",
|
|
|
|
} as const;
|