This commit is contained in:
10
frontend/i18n/locales/en/campaigns.json
Normal file
10
frontend/i18n/locales/en/campaigns.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"create": {
|
||||
"name": "Name",
|
||||
"description": "Description",
|
||||
"description-placeholder": "Enter a brief description for your campaign...",
|
||||
"enter": "Enter campaign name here...",
|
||||
"color": "Accent color",
|
||||
"success": "Campaign created successfully!"
|
||||
}
|
||||
}
|
||||
10
frontend/i18n/locales/en/general.json
Normal file
10
frontend/i18n/locales/en/general.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"errors": {
|
||||
"internal": "An internal error occurred."
|
||||
},
|
||||
"create": "Create",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"open": "Open"
|
||||
}
|
||||
15
frontend/i18n/locales/en/login.json
Normal file
15
frontend/i18n/locales/en/login.json
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
{
|
||||
"username": "Username or email",
|
||||
"username-placeholder": "Enter your username or email here...",
|
||||
"password": "Password",
|
||||
"password-placeholder": "Enter your password...",
|
||||
"log-in": "Log in",
|
||||
"no-account": "You don't have an account?",
|
||||
"register": "Register",
|
||||
"errors": {
|
||||
"invalid-credentials": "Invalid username/email or password.",
|
||||
"params": "Please enter both username/email and password."
|
||||
},
|
||||
"success": "Login successful!"
|
||||
}
|
||||
7
frontend/i18n/locales/en/main-menu.json
Normal file
7
frontend/i18n/locales/en/main-menu.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"main-menu": "Main menu",
|
||||
"edit-profile": "Edit profile",
|
||||
"create-campaign": "Create Campaign",
|
||||
"log-out": "Log out",
|
||||
"settings": "Settings"
|
||||
}
|
||||
27
frontend/i18n/locales/en/register.json
Normal file
27
frontend/i18n/locales/en/register.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Name",
|
||||
"name-placeholder": "Enter your name here...",
|
||||
"email": "Email",
|
||||
"email-placeholder": "Enter your email here...",
|
||||
"username": "Username",
|
||||
"username-placeholder": "Enter your username here...",
|
||||
"password": "Password",
|
||||
"password-placeholder": "Enter your password...",
|
||||
"confirm-password": "Confirm Password",
|
||||
"confirm-password-placeholder": "Re-enter your password...",
|
||||
"register": "Register",
|
||||
"have-account": "Already have an account?",
|
||||
"login": "Login",
|
||||
"password-confirm-placeholder": "Confirm your password...",
|
||||
"welcome": "Welcome to DragonRoll!",
|
||||
"message": "Please enter your desired username and password to create an account.",
|
||||
"first-register-message": "You are about to create the first account on this DragonRoll instance. This account will be granted administrator privileges.",
|
||||
"errors": {
|
||||
"name-empty": "Please enter your name.",
|
||||
"email-empty": "Please enter a valid email address.",
|
||||
"username-empty": "Please enter a username.",
|
||||
"passwords-no-match": "The passwords you entered do not match.",
|
||||
"email-username-exists": "An account with this email or username already exists."
|
||||
},
|
||||
"success": "Registration successful! You can now log in."
|
||||
}
|
||||
13
frontend/i18n/locales/en/settings.json
Normal file
13
frontend/i18n/locales/en/settings.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"tabs": {
|
||||
"account-settings": "Account settings",
|
||||
"site-administration": "Site administration"
|
||||
},
|
||||
"account-settings": {
|
||||
"appearance": "Appearance",
|
||||
"language": "Language"
|
||||
},
|
||||
"site-administration": {
|
||||
"manage-accounts": "Manage accounts"
|
||||
}
|
||||
}
|
||||
9
frontend/i18n/locales/en/windows.json
Normal file
9
frontend/i18n/locales/en/windows.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"login": "Login",
|
||||
"register": "Register",
|
||||
"main-menu": "Dragonroll",
|
||||
"example": "Example Window",
|
||||
"edit-profile": "Edit Profile",
|
||||
"settings": "Settings",
|
||||
"create-campaign": "Create Campaign"
|
||||
}
|
||||
Reference in New Issue
Block a user