dsjkjdks
This commit is contained in:
parent
175e0a47e9
commit
a3eed19b44
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,7 +8,6 @@ backend/plugins/
|
|||||||
|
|
||||||
client/public/data/
|
client/public/data/
|
||||||
server/uploads/
|
server/uploads/
|
||||||
client/src/locales/
|
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
.env.local
|
.env.local
|
||||||
|
@ -1,89 +0,0 @@
|
|||||||
{
|
|
||||||
"plugins": {},
|
|
||||||
"general": {
|
|
||||||
"create": "Create",
|
|
||||||
"join": "Join",
|
|
||||||
"view": "View",
|
|
||||||
"players": "Jugadores",
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,93 +0,0 @@
|
|||||||
{
|
|
||||||
"plugins": {
|
|
||||||
"dnd-5e": {
|
|
||||||
"test": "Test"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,89 +0,0 @@
|
|||||||
{
|
|
||||||
"plugins": {},
|
|
||||||
"general": {
|
|
||||||
"create": "Crear",
|
|
||||||
"join": "Entrar",
|
|
||||||
"view": "Abrir",
|
|
||||||
"players": "Jugadores",
|
|
||||||
"description": "Descripción",
|
|
||||||
"details": "Detalles",
|
|
||||||
"name": "Nombre",
|
|
||||||
"email": "Correo",
|
|
||||||
"username": "Nombre de usuario",
|
|
||||||
"password": "Contraseña",
|
|
||||||
"password-confirm": "Confirma tu contraseña",
|
|
||||||
"register": "Registrar-se",
|
|
||||||
"quantity": "Quantity",
|
|
||||||
"weight": "Weight",
|
|
||||||
"price": "Price"
|
|
||||||
},
|
|
||||||
"placeholders": {
|
|
||||||
"name": "John Doe",
|
|
||||||
"email": "john@doe.com",
|
|
||||||
"username": "Introduce tu nombre de usuario...",
|
|
||||||
"password": "Introduce tu contraseña...",
|
|
||||||
"password-confirm": "Vuelve a introducir tu contraseña..."
|
|
||||||
},
|
|
||||||
"register-admin": {
|
|
||||||
"title": "Registrar cuenta de administrador",
|
|
||||||
"welcome-message": "<h1>Bienvenido!</h1><b>Has configurado correctamente Dragonroll!</b><p>Porfavor, crea la cuenta de administrador</p><p>Una vez creada, esta cuenta te permitirá configurar el servidor y crear cuentas que puedan acceder a este</p><hr>"
|
|
||||||
},
|
|
||||||
"main-menu": {
|
|
||||||
"title": "Dragonroll",
|
|
||||||
"main-menu": "Menú Principal",
|
|
||||||
"campaigns": "Campañas",
|
|
||||||
"cosmic-compendium": "La librería cósmica",
|
|
||||||
"book-anvil": "Forjador de libros",
|
|
||||||
"edit-profile": "Editar perfil",
|
|
||||||
"settings": "Ajustes",
|
|
||||||
"log-out": "Cerrar sesión"
|
|
||||||
},
|
|
||||||
"settings": {
|
|
||||||
"title": "Ajustes de Dragonroll",
|
|
||||||
"tabs": {
|
|
||||||
"account-settings": "Ajustes de cuenta",
|
|
||||||
"site-administration": "Administración"
|
|
||||||
},
|
|
||||||
"account": {
|
|
||||||
"account-settings": "Ajustes de la cuenta",
|
|
||||||
"language": "Idioma:"
|
|
||||||
},
|
|
||||||
"site-administration": {}
|
|
||||||
},
|
|
||||||
"campaigns": {
|
|
||||||
"title": "Campañas",
|
|
||||||
"your-campaigns": "Tus campañas",
|
|
||||||
"other-campaigns": "Otras campañas",
|
|
||||||
"create": {
|
|
||||||
"title": "Crear campaña",
|
|
||||||
"enter": "Introduce el nombre de la campaña..."
|
|
||||||
},
|
|
||||||
"join": {
|
|
||||||
"title": "Entrar en la campaña",
|
|
||||||
"enter": "Introduce el código de la campaña...",
|
|
||||||
"success": "Has entrado en la campaña correctamente!",
|
|
||||||
"already": "Ya estás dentro de esta campaña!",
|
|
||||||
"error": "Ha habido un error al entrar en esta campaña, acaso el código existe?"
|
|
||||||
},
|
|
||||||
"preview": {
|
|
||||||
"title": "Previsualización de la campaña",
|
|
||||||
"copy-code": "Copiar codigo",
|
|
||||||
"copy-explain": "Haz clic en este botón para copiar el código de invitación a tu cortapapeles",
|
|
||||||
"copy-success": "Se ha copiado el código correctamente!",
|
|
||||||
"launch-game": "Abrir juego",
|
|
||||||
"exit-game": "Cerrar juego"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"systems": {
|
|
||||||
"title": "Selecciona un sistema de juego",
|
|
||||||
"not-selected": "Ningún sistema de juego seleccionado"
|
|
||||||
},
|
|
||||||
"database": {
|
|
||||||
"title": "Base de datos",
|
|
||||||
"tabs": {
|
|
||||||
"items": "Items",
|
|
||||||
"spells": "Hechizos",
|
|
||||||
"features": "Características"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user