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-23 09:51:39 +00:00
"players" : "Jugadores" ,
"description" : "Description" ,
"details" : "Details" ,
"name" : "Name" ,
"email" : "Email" ,
"username" : "Username" ,
"password" : "Password" ,
"password-confirm" : "Confirm your password" ,
2024-09-25 23:15:53 +00:00
"register" : "Register" ,
"quantity" : "Quantity" ,
"weight" : "Weight" ,
"price" : "Price"
2024-09-23 09:51:39 +00:00
} ,
"placeholders" : {
"name" : "John Doe" ,
"email" : "john@doe.com" ,
"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
} ,
"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" : {
2024-09-27 10:23:36 +00:00
"language" : "Language:" ,
"account-settings" : "Account Settings"
2024-09-22 21:57:15 +00:00
} ,
2024-09-27 10:23:36 +00:00
"site-administration" : {
"manage-accounts-button" : "Manage site accounts" ,
"manage-plugins-button" : "Manage plugins" ,
"manage-accounts" : "Manage site accounts" ,
"manage-plugins" : "Manage plugins"
}
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
}