I can't figure out how to make the current page persist when switching. Next.js adds a /ja prefix to the path and when switching to Japanese, but it doesn't remove it when switching back to English. This documentation sucks!
102 lines
2.7 KiB
JSON
102 lines
2.7 KiB
JSON
{
|
|
"buttons": {
|
|
"copy": "Copy link",
|
|
"delete": "Delete team",
|
|
"show_info": "Edit info",
|
|
"hide_info": "Hide info",
|
|
"menu": "Menu",
|
|
"new": "New",
|
|
"wiki": "View more on gbf.wiki"
|
|
},
|
|
"elements": {
|
|
"null": "Null",
|
|
"wind": "Wind",
|
|
"fire": "Fire",
|
|
"water": "Water",
|
|
"earth": "Earth",
|
|
"dark": "Dark",
|
|
"light": "Light",
|
|
"full": {
|
|
"all": "All elements",
|
|
"null": "Null",
|
|
"wind": "Wind",
|
|
"fire": "Fire",
|
|
"water": "Water",
|
|
"earth": "Earth",
|
|
"dark": "Dark",
|
|
"light": "Light"
|
|
}
|
|
},
|
|
"recency": {
|
|
"all_time": "All time",
|
|
"last_day": "Last day",
|
|
"last_week": "Last week",
|
|
"last_month": "Last month",
|
|
"last_3_months": "Last 3 months",
|
|
"last_6_months": "Last 6 months",
|
|
"last_year": "Last year"
|
|
},
|
|
"summons": {
|
|
"main": "Main Summon",
|
|
"friend": "Friend Summon",
|
|
"summons": "Summons",
|
|
"subaura": "Sub Aura Summons"
|
|
},
|
|
"modals": {
|
|
"about": {
|
|
"title": "About"
|
|
},
|
|
"delete_team": {
|
|
"title": "Delete team",
|
|
"description": "Are you sure you want to permanently delete this team?",
|
|
"buttons": {
|
|
"confirm": "Yes, delete",
|
|
"cancel": "Nevermind"
|
|
}
|
|
},
|
|
"settings": {
|
|
"title": "Account Settings",
|
|
"labels": {
|
|
"picture": "Picture",
|
|
"language": "Language",
|
|
"private": "Private"
|
|
},
|
|
"descriptions": {
|
|
"private": "Hide your profile and prevent your grids from showing up in collections"
|
|
},
|
|
"language": {
|
|
"english": "English",
|
|
"japanese": "Japanese"
|
|
},
|
|
"buttons": {
|
|
"confirm": "Save settings"
|
|
}
|
|
}
|
|
},
|
|
"menu": {
|
|
"about": "About",
|
|
"guides": "Guides",
|
|
"language": "Language",
|
|
"saved": "Saved",
|
|
"settings": "Settings",
|
|
"teams": "Teams",
|
|
"logout": "Logout"
|
|
},
|
|
"party": {
|
|
"segmented_control": {
|
|
"class": "Class",
|
|
"characters": "Characters",
|
|
"weapons": "Weapons",
|
|
"summons": "Summons"
|
|
}
|
|
},
|
|
"teams": {
|
|
"title": "Discover Teams",
|
|
"loading": "Loading teams...",
|
|
"not_found": "No teams found"
|
|
},
|
|
"coming_soon": "Coming Soon",
|
|
"no_title": "Untitled",
|
|
"no_raid": "No raid",
|
|
"no_user": "Anonymous"
|
|
}
|