mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
Merge pull request #2 from nano1709/spanish-translation
Added spanish translation
This commit is contained in:
9
public/locales/es/bank-account-form.json
Normal file
9
public/locales/es/bank-account-form.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"title": "Título",
|
||||
"bank_name": "Nombre del Banco",
|
||||
"account_no": "Detalles de la cuenta bancaria",
|
||||
"loading": "Cargando",
|
||||
"done": "Listo",
|
||||
"create": "Crear",
|
||||
"notification_updated": "Actualizado"
|
||||
}
|
||||
6
public/locales/es/bank-accounts-list.json
Normal file
6
public/locales/es/bank-accounts-list.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"loading": "Cargando",
|
||||
"bank": "Banco",
|
||||
"bank_account_details": "Detalles de la cuenta bancaria",
|
||||
"add_bank_account": "Agregar cuenta bancaria"
|
||||
}
|
||||
10
public/locales/es/client-fields.json
Normal file
10
public/locales/es/client-fields.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Etiqueta",
|
||||
"field": "Campo",
|
||||
"delete_modal": {
|
||||
"title": "Eliminar campo",
|
||||
"ok_title": "Eliminar",
|
||||
"cancel_title": "Descartar"
|
||||
},
|
||||
"notification_deleted": "Eliminado"
|
||||
}
|
||||
36
public/locales/es/client-form.json
Normal file
36
public/locales/es/client-form.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"title": "Cliente",
|
||||
"delete": "Eliminar",
|
||||
"done": "Listo",
|
||||
"create": "Crear",
|
||||
"loading": "Cargando",
|
||||
"tabs": {
|
||||
"general": "General",
|
||||
"invoicing": "Facturación",
|
||||
"address": "Dirección"
|
||||
},
|
||||
"general": {
|
||||
"company_name": "Nombre de la compañia",
|
||||
"invoice_email": "Correo electrónico"
|
||||
},
|
||||
"invoicing": {
|
||||
"currency": "Divisa",
|
||||
"rate": "Tarifa por hora",
|
||||
"has_tax": "Aplica Impuestos",
|
||||
"bank_account": "Cuenta Bancaria"
|
||||
},
|
||||
"address": {
|
||||
"company_address": "Dirección de la empresa",
|
||||
"company_postal_code": "Código postal",
|
||||
"company_city": "Ciudad",
|
||||
"company_county": "Condado/Estado",
|
||||
"company_country": "Pais"
|
||||
},
|
||||
"delete_modal": {
|
||||
"title": "Eliminar cliente",
|
||||
"ok_title": "Eliminar",
|
||||
"cancel_title": "Descartar"
|
||||
},
|
||||
"notification_deleted": "Eliminado",
|
||||
"notification_updated": "Actualizado"
|
||||
}
|
||||
6
public/locales/es/client-selector.json
Normal file
6
public/locales/es/client-selector.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"client": "Cliente",
|
||||
"create": "Crear",
|
||||
"new": "nuevo",
|
||||
"suggest_placeholder": "Buscar Cliente"
|
||||
}
|
||||
3
public/locales/es/empty-state.json
Normal file
3
public/locales/es/empty-state.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"content": "Nada aquí todavía"
|
||||
}
|
||||
6
public/locales/es/import-modal.json
Normal file
6
public/locales/es/import-modal.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "Importar datos",
|
||||
"warning": "Sus datos actuales se borrarán y sobreescribirán con datos importados",
|
||||
"button_text": "Seleccionar archivo para importar",
|
||||
"import-error": "Formato de JSON invalido"
|
||||
}
|
||||
5
public/locales/es/invoice-bank-details.json
Normal file
5
public/locales/es/invoice-bank-details.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"bank_name": "Añadir banco",
|
||||
"bank_account_no": "Agregar datos bancarios",
|
||||
"bank_account_modal_title": "Elija cuenta bancaria"
|
||||
}
|
||||
8
public/locales/es/invoice-client-details.json
Normal file
8
public/locales/es/invoice-client-details.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"client_address": "Dirreción",
|
||||
"client_postal_code": "Código postal",
|
||||
"client_city": "Ciudad",
|
||||
"client_county": "Condado/Estado",
|
||||
"client_country": "País",
|
||||
"client_email": "Correo electrónico del cliente"
|
||||
}
|
||||
9
public/locales/es/invoice-company-details.json
Normal file
9
public/locales/es/invoice-company-details.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"your_company_name": "El nombre de tu compañía",
|
||||
"address": "Dirección",
|
||||
"postal_code": "Código postal",
|
||||
"city": "Ciudad",
|
||||
"county": "Condado/Estado",
|
||||
"country": "País",
|
||||
"your_email": "Tu correo electrónico"
|
||||
}
|
||||
5
public/locales/es/invoice-contact-details.json
Normal file
5
public/locales/es/invoice-contact-details.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"add_website": "Agregar sitio web",
|
||||
"add_email": "Agregar correo eletrónico",
|
||||
"add_phone": "Agregar teléfono"
|
||||
}
|
||||
12
public/locales/es/invoice-controls.json
Normal file
12
public/locales/es/invoice-controls.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"back": "Atrás",
|
||||
"book": "Libro",
|
||||
"download_pdf": "Descargar PDF",
|
||||
"delete": "Eliminar",
|
||||
"delete_modal": {
|
||||
"title": "Eliminar factura",
|
||||
"ok_title": "Eliminar",
|
||||
"cancel_title": "Descartar"
|
||||
},
|
||||
"notification_deleted": "Eliminado"
|
||||
}
|
||||
3
public/locales/es/invoice-form.json
Normal file
3
public/locales/es/invoice-form.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"insert_note": "Insertar nota"
|
||||
}
|
||||
10
public/locales/es/invoice-header.json
Normal file
10
public/locales/es/invoice-header.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"invoice_title": "Factura ",
|
||||
"invoice_number": "No.",
|
||||
"issued_at": "Emitido en: ",
|
||||
"due_at": "Debido a:",
|
||||
"late_fee": "Cargo por demora:",
|
||||
"add_late_fee": "Agregar cargo por demora",
|
||||
"modal_issued_at_title": "Emitido en",
|
||||
"modal_due_at_title": "Debido a"
|
||||
}
|
||||
7
public/locales/es/invoice-row.json
Normal file
7
public/locales/es/invoice-row.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"enter_item": "Ingresar artículo",
|
||||
"enter_quantity": "Ingresar cantidad",
|
||||
"enter_unit": "Ingresar unidad",
|
||||
"enter_price": "Ingresar precio",
|
||||
"enter_tax": "Ingresar impuesto"
|
||||
}
|
||||
7
public/locales/es/invoice-rows-header.json
Normal file
7
public/locales/es/invoice-rows-header.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"item": "Artículo",
|
||||
"quantity": "Cantidad",
|
||||
"unit": "Unidad",
|
||||
"price": "Precio",
|
||||
"sum": "Suma"
|
||||
}
|
||||
5
public/locales/es/invoice-totals.json
Normal file
5
public/locales/es/invoice-totals.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"subtotal": "Subtotal",
|
||||
"total": "Total",
|
||||
"add_currency": "Agregar divisa"
|
||||
}
|
||||
7
public/locales/es/invoices-list.json
Normal file
7
public/locales/es/invoices-list.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"invoice_number": "No.",
|
||||
"client": "Cliente",
|
||||
"issued_at": "Emitido en",
|
||||
"total": "Total",
|
||||
"status": "Estado"
|
||||
}
|
||||
6
public/locales/es/invoices.json
Normal file
6
public/locales/es/invoices.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"title": "Facturas",
|
||||
"new_invoice": "Nueva factura",
|
||||
"export": "Exportar",
|
||||
"import": "Importar"
|
||||
}
|
||||
9
public/locales/es/statuses.json
Normal file
9
public/locales/es/statuses.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"statuses": {
|
||||
"draft": "borrador",
|
||||
"booked": "reservado",
|
||||
"sent": "enviado",
|
||||
"paid": "pagado",
|
||||
"cancelled": "cancelado"
|
||||
}
|
||||
}
|
||||
10
public/locales/es/team-fields.json
Normal file
10
public/locales/es/team-fields.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Etiqueta",
|
||||
"field": "Campo",
|
||||
"delete_modal": {
|
||||
"title": "Eliminar campo",
|
||||
"ok_title": "Eliminar",
|
||||
"cancel_title": "Descartar"
|
||||
},
|
||||
"notification_delete": "Eliminado"
|
||||
}
|
||||
36
public/locales/es/team-form.json
Normal file
36
public/locales/es/team-form.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"title": "Tu compañía",
|
||||
"done": "Listo",
|
||||
"updated": "Actualizado",
|
||||
"loading": "Cargando",
|
||||
"tabs": {
|
||||
"general": "General",
|
||||
"invoicing": "Facturación",
|
||||
"address": "Dirección",
|
||||
"taxes": "Impuestos"
|
||||
},
|
||||
"general": {
|
||||
"company_name": "Nombre de la compañía",
|
||||
"contact_email": "Correo electrónico",
|
||||
"contact_phone": "Teléfono",
|
||||
"website": "Sitio web"
|
||||
},
|
||||
"invoicing": {
|
||||
"invoice_late_fee": "Cargo por demora (%)",
|
||||
"invoice_due_days": "Condiciones de pago, días",
|
||||
"currency": "Mondea predeterminada"
|
||||
},
|
||||
"address": {
|
||||
"company_address": "Dirección de la compañía",
|
||||
"company_postal_code": "Códiog postal",
|
||||
"company_city": "Ciudad",
|
||||
"company_county": "Condado/Estado",
|
||||
"company_country": "País"
|
||||
},
|
||||
"tax_modal": {
|
||||
"title": "¿Sobreescribir los impuestos para las filas de facturas actuales?",
|
||||
"ok_title": "Sobreescribir",
|
||||
"cancel_title": "Descartar",
|
||||
"taxes_updated": "Impuestos actualizados"
|
||||
}
|
||||
}
|
||||
7
public/locales/es/team-logo.json
Normal file
7
public/locales/es/team-logo.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"modal_title": "Escoger logotipo",
|
||||
"button_text": "Seleccionar de archivos",
|
||||
"logo_url": "Insertar URL web de la imagen",
|
||||
"logo_url_err": "El logotipo debe tener menos de 512kb.",
|
||||
"or": "ó"
|
||||
}
|
||||
10
public/locales/es/team-taxes.json
Normal file
10
public/locales/es/team-taxes.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"label": "Etiqueta",
|
||||
"tax": "Impuesto",
|
||||
"delete_modal": {
|
||||
"title": "Eliminar impuesto",
|
||||
"ok_title": "Eliminar",
|
||||
"cancel_title": "Descartar"
|
||||
},
|
||||
"notification_deleted": "Eliminado"
|
||||
}
|
||||
9
public/locales/es/the-footer.json
Normal file
9
public/locales/es/the-footer.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"lights-on": "Luces encendidas",
|
||||
"lights-off": "Luces apagadas",
|
||||
"title": "Todos sus datos se guardan en su navegador y no en el servidor.\n Esta aplicacíon es verdaderamente sin servidor y solo usted tiene acceso a sus datos",
|
||||
"what_about_my_data": "¿Qué hay de mis datos? ",
|
||||
"made_with": "Hecho con",
|
||||
"by": "por",
|
||||
"upgrade": "Mejorar"
|
||||
}
|
||||
Reference in New Issue
Block a user