2024-09-22 15:51:04 +00:00
{
2024-09-26 22:54:26 +00:00
"plugins" : { } ,
2024-09-22 21:57:15 +00:00
"general" : {
"create" : "Create" ,
"join" : "Join" ,
"view" : "View" ,
2024-09-26 22:54:26 +00:00
"players" : "Players" ,
2024-09-23 09:51:39 +00:00
"description" : "Description" ,
"details" : "Details" ,
"name" : "Name" ,
"email" : "Email" ,
"username" : "Username" ,
"password" : "Password" ,
"password-confirm" : "Confirm your password" ,
2024-09-30 13:28:04 +00:00
"password-mismatch" : "Password mismatch" ,
2024-09-25 23:15:53 +00:00
"register" : "Register" ,
"quantity" : "Quantity" ,
"weight" : "Weight" ,
"price" : "Price"
2024-09-23 09:51:39 +00:00
} ,
2024-09-29 11:49:28 +00:00
"login" : {
"errors" : {
"params" : "You must fill all parameters!" ,
"wrong" : "Wrong user or password" ,
"internal" : "Internal error"
}
} ,
2024-09-23 09:51:39 +00:00
"placeholders" : {
"name" : "John Doe" ,
2024-09-29 11:49:28 +00:00
"email" : "john{'@'}doe.com" ,
2024-09-23 09:51:39 +00:00
"username" : "Enter your username..." ,
"password" : "Enter your password..." ,
"password-confirm" : "Enter again your password..."
} ,
"register-admin" : {
"title" : "Register Admin Account" ,
"welcome-message" : "<h1>Welcome!</h1><b>You have successfull setup Dragonroll!</b><p>Please create the admin account</p><p>Once the admin account has been created, you will be able to create user accounts that will be able to access Dragonroll</p><hr>"
2024-09-22 21:57:15 +00:00
} ,
2024-09-29 11:49:28 +00:00
"register-account" : {
"title" : "Create new user account" ,
2024-09-29 16:05:11 +00:00
"welcome-message" : "<p>Here you can create a new user account.</p><br><p>Once you have registered a new account, you will recieve a link that you must give to the owner of the new account. From there, the owner will be able to setup his new account</p><hr>" ,
2024-09-30 13:28:04 +00:00
"pending-account" : "Pending account" ,
"setup" : {
"title" : "Setup Account" ,
"invalid-link" : "Invalid setup code link" ,
"welcome-message" : "<h1>Welcome!</h1><b>You have been invited to a Dragonroll server!</b><p>Create your account by filling the following fields:</p><hr>" ,
"confirm" : "Setup Account"
}
2024-09-29 11:49:28 +00:00
} ,
2024-09-22 21:57:15 +00:00
"main-menu" : {
"title" : "Dragonroll" ,
"main-menu" : "Main Menu" ,
"campaigns" : "Campaigns" ,
"cosmic-compendium" : "The Cosmic Compendium" ,
"book-anvil" : "Book Anvil" ,
"edit-profile" : "Edit Profile" ,
"settings" : "Settings" ,
"log-out" : "Log Out"
} ,
"settings" : {
"title" : "Dragonroll settings" ,
2024-09-23 09:51:39 +00:00
"tabs" : {
"account-settings" : "Account Settings" ,
"site-administration" : "Site Administration"
} ,
2024-09-22 21:57:15 +00:00
"account" : {
"language" : "Language:"
} ,
2024-09-27 10:23:36 +00:00
"site-administration" : {
"manage-accounts-button" : "Manage site accounts" ,
"manage-plugins-button" : "Manage plugins" ,
"manage-accounts" : {
"title" : "Manage Accounts"
} ,
"manage-plugins" : {
"title" : "Manage Plugins"
}
2024-09-30 13:28:04 +00:00
} ,
"pending-account" : {
"title" : "Pending account" ,
"content" : "This account is pending for confirmation" ,
"copy-link" : "Copy link" ,
"copy-success" : "Copied account setup link successfully!"
2024-09-27 10:23:36 +00:00
}
2024-09-22 21:57:15 +00:00
} ,
"campaigns" : {
"title" : "Campaigns" ,
"your-campaigns" : "Your Campaigns" ,
"other-campaigns" : "Other Campaigns" ,
"create" : {
"title" : "Create Campaign" ,
"enter" : "Enter campaign name..."
} ,
"join" : {
"title" : "Join Campaign" ,
"enter" : "Enter campaign code..." ,
"success" : "Successfully joined the campaign!" ,
"already" : "You are already in that campaign!" ,
"error" : "Error joining this campaign, check if the code is correct"
} ,
"preview" : {
"title" : "Campaign preview" ,
"copy-code" : "Copy invite code" ,
"copy-explain" : "Click this button to copy the invite code of your campaign to the clipboard" ,
"copy-success" : "Copied invite code successfully!" ,
"launch-game" : "Launch game" ,
"exit-game" : "Exit game"
}
} ,
"systems" : {
"title" : "Select a game system" ,
"not-selected" : "No game system selected"
2024-09-23 09:51:39 +00:00
} ,
"database" : {
"title" : "Database" ,
"tabs" : {
"items" : "Items" ,
"spells" : "Spells" ,
"features" : "Features"
}
2024-09-22 21:57:15 +00:00
}
2024-09-22 15:51:04 +00:00
}