dragonroll/locales/en-US.json
2024-09-27 00:56:22 +02:00

89 lines
2.6 KiB
JSON

{
"plugins": {},
"general": {
"create": "Create",
"join": "Join",
"view": "View",
"players": "Players",
"description": "Description",
"details": "Details",
"name": "Name",
"email": "Email",
"username": "Username",
"password": "Password",
"password-confirm": "Confirm your password",
"register": "Register",
"quantity": "Quantity",
"weight": "Weight",
"price": "Price"
},
"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>"
},
"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",
"tabs": {
"account-settings": "Account Settings",
"site-administration": "Site Administration"
},
"account": {
"account-settings": "Account Settings",
"language": "Language:"
},
"site-administration": {}
},
"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"
},
"database": {
"title": "Database",
"tabs": {
"items": "Items",
"spells": "Spells",
"features": "Features"
}
}
}