hensei-web/messages/en.json

97 lines
3.6 KiB
JSON

{
"$schema": "https://inlang.com/schema/inlang-message-format",
"hello_world": "Hello, {name} from en!",
"nav_gallery": "Gallery",
"nav_collection": "Collection",
"nav_login": "Log in",
"nav_register": "Register",
"nav_settings": "Settings",
"nav_logout": "Log out",
"nav_account_aria": "Your account",
"nav_menu_button": "Menu",
"party_segmented_control_characters": "Characters",
"party_segmented_control_weapons": "Weapons",
"party_segmented_control_summons": "Summons",
"job_selection_title": "Select Job",
"job_selection_search_placeholder": "Search jobs...",
"skill_selection_title": "Select Skill",
"skill_selection_search_placeholder": "Search skills...",
"extra_weapons": "Additional Weapons",
"context_view_details": "View Details",
"context_replace": "Replace",
"context_remove": "Remove",
"conflict_title": "Conflict Detected",
"conflict_character_message": "Only one version of a character can be included in each party. Do you want to replace them?",
"conflict_weapon_series": "Only one weapon from the {series} Series can be included in each party. Do you want to replace it?",
"conflict_weapon_opus_draconic": "Only one Dark Opus or Draconic Weapon can be included in each party. Do you want to replace it?",
"conflict_confirm": "Replace",
"conflict_cancel": "Cancel",
"series_seraphic": "Seraphic",
"series_grand": "Grand",
"series_opus": "Dark Opus",
"series_draconic": "Draconic",
"series_revenant": "Revenant",
"series_primal": "Primal",
"series_beast": "Beast",
"series_regalia": "Regalia",
"series_omega": "Omega",
"series_olden_primal": "Olden Primal",
"series_militis": "Militis",
"series_hollowsky": "Hollowsky",
"series_xeno": "Xeno",
"series_astral": "Astral",
"series_rose": "Rose",
"series_bahamut": "Bahamut",
"series_ultima": "Ultima",
"series_epic": "Epic",
"series_ennead": "Ennead",
"series_cosmic": "Cosmic",
"series_ancestral": "Ancestral",
"series_superlative": "Superlative",
"series_vintage": "Vintage",
"series_class_champion": "Class Champion",
"series_proving": "Proving Grounds",
"series_sephira": "Sephira",
"series_new_world": "New World",
"series_disaster": "Disaster",
"series_illustrious": "Illustrious",
"series_world": "World",
"series_draconic_providence": "Draconic Providence",
"auth_backToHome": "Back to home",
"auth_login_title": "Sign in",
"auth_login_email": "Email address",
"auth_login_password": "Password",
"auth_login_submit": "Sign in",
"auth_login_submitting": "Signing in...",
"auth_login_noAccount": "Don't have an account?",
"auth_login_register": "Create one",
"auth_register_title": "Create account",
"auth_register_username": "Username",
"auth_register_usernameNote": "You can change this later",
"auth_register_email": "Email address",
"auth_register_password": "Password",
"auth_register_confirmPassword": "Confirm password",
"auth_register_submit": "Create account",
"auth_register_submitting": "Creating account...",
"auth_register_hasAccount": "Already have an account?",
"auth_register_login": "Sign in",
"auth_register_errors_usernameMin": "Username must be at least 3 characters",
"auth_register_errors_usernameMax": "Username must be less than 20 characters",
"auth_register_errors_usernameFormat": "Username can only contain letters, numbers, underscores, and hyphens",
"auth_register_errors_usernameTaken": "Username is already taken",
"auth_register_errors_emailInvalid": "Please enter a valid email address",
"auth_register_errors_emailTaken": "Email is already registered",
"auth_register_errors_passwordMin": "Password must be at least 8 characters",
"auth_register_errors_passwordMismatch": "Passwords don't match"
}