web.ts/messages/en.json
WildEgo fe465982ad add: Proper i18n.
fix: Migrations, Page names.
2025-06-05 23:56:02 +01:00

126 lines
3.2 KiB
JSON

{
"$schema": "https://inlang.com/schema/inlang-message-format",
"example_message": "Hello {username}",
"navigation": {
"home": "Home",
"rankings": "Rankings",
"player-rankings": "Player Rankings",
"guild-rankings": "Guild Rankings",
"download": "Download",
"support": "Support",
"sign-in": "Sign in",
"toggle-language": "Change language",
"my-account": "My account",
"profile": "Profile",
"sign-out": "Sign out"
},
"languages": {
"title": "Languages",
"en": "English",
"pt": "Português",
"de": "German",
"ro": "Romanian"
},
"errors": {
"unauthorized": "You do not have authorization to view this resource",
"unprocessable-entity": "We could not validate your request",
"server-error": "Ooops... We had an issue on our side"
},
"auth": {
"validation": {
"invalid-credentials": "Invalid credentials"
}
},
"validation": {
"invalid-credentials": "Invalid credentials"
},
"change-email": {
"mutation": {
"pending": "Changing email...",
"success": "Successfully changed email!"
},
"form": {
"password": "Current password",
"email": "New email",
"submit": "Change email"
}
},
"change-password": {
"mutation": {
"pending": "Changing password...",
"success": "Successfully changed password!"
},
"form": {
"password": "Current password",
"newPassword": "New password",
"newPasswordConfirm": "Confirm new password",
"submit": "Change password"
}
},
"sign-in": {
"modal": {
"title": "Sign in",
"description": "Good to see you again! Let's get you signed in."
},
"mutation": {
"pending": "Signing in...",
"success": "Signed in successfully, redirecting now"
},
"form": {
"password": "Password",
"newPassword": "New password",
"newPasswordConfirm": "Confirm new password",
"submit": "Sign in",
"login": "Username"
},
"links": {
"forgot-password": "Forgot your password?",
"register": "Don't have an account yet?",
"sign-up": "Don't have an account yet?"
}
},
"sign-up": {
"modal": {
"title": "Sign in",
"description": "Good to see you again! Let's get you signed in."
},
"mutation": {
"pending": "Signing up...",
"success": "Signed up successfully, redirecting now"
},
"form": {
"password": "Password",
"newPassword": "New password",
"newPasswordConfirm": "Confirm new password",
"submit": "Sign up",
"login": "Username",
"email": "Email",
"socialId": "Character deletion code"
},
"links": {
"sign-in": "Already have an account?"
}
},
"forgot-password": {
"mutation": {
"pending": "Sending password reset email...",
"success": "Password reset email sent successfully"
},
"form": {
"email": "Email",
"submit": "Recover password"
}
},
"reset-password": {
"mutation": {
"pending": "Changing password...",
"success": "Password changed successfully"
},
"form": {
"email": "Email",
"password": "New password",
"submit": "Reset password"
}
}
}