diff --git a/resources/lang/da-DK/modules.php b/resources/lang/da-DK/modules.php index c422abb04..d08d3b577 100644 --- a/resources/lang/da-DK/modules.php +++ b/resources/lang/da-DK/modules.php @@ -60,6 +60,7 @@ return [ ], 'errors' => [ + 'purchase' => 'Du bør købe/forny :module!', 'download' => 'Kan ikke hente :module', 'zip' => 'Kan ikke oprette :module zip filen', 'unzip' => 'Kan ikke udpakke zip filen :module', diff --git a/resources/lang/el-GR/dashboards.php b/resources/lang/el-GR/dashboards.php new file mode 100644 index 000000000..462bf110d --- /dev/null +++ b/resources/lang/el-GR/dashboards.php @@ -0,0 +1,11 @@ + [ + 'not_user_dashboard' => 'Δεν επιτρέπεται να αλλάξετε τον πίνακα ελέγχου', + 'delete_last' => 'Δεν μπορείτε να σβήσετε αυτόν τον πίνακα ελέγχου. Δημιουργήστε έναν νέο πρώτα', + 'disable_last' => 'Δεν μπορείτε να απενεργοποιήσετε αυτόν τον πίνακα ελέγχου. Δημιουργήστε έναν νέο πρώτα', + ], + +]; diff --git a/resources/lang/el-GR/invoices.php b/resources/lang/el-GR/invoices.php index 454b7cfc6..2cabbb7c9 100644 --- a/resources/lang/el-GR/invoices.php +++ b/resources/lang/el-GR/invoices.php @@ -4,6 +4,7 @@ return [ 'invoice_number' => 'Αριθμός Τιμολογίου', 'invoice_date' => 'Ημερομηνία Τιμολογίου', + 'invoice_amount' => 'Σύνολο τιμολογίου', 'total_price' => 'Συνολική Τιμή', 'due_date' => 'Ημ/νία Προθεσμίας Πληρωμής', 'order_number' => 'Αριθμός παραγγελίας', @@ -13,6 +14,7 @@ return [ 'price' => 'Τιμή', 'sub_total' => 'Μερικό Σύνολο', 'discount' => 'Έκπτωση', + 'item_discount' => 'Γραμμή έκπτωσης', 'tax_total' => 'Σύνολο φόρου', 'total' => 'Σύνολο', @@ -29,6 +31,8 @@ return [ 'add_payment' => 'Προσθήκη Πληρωμής', 'mark_paid' => 'Σημείωσε ως Εξοφλημένο', 'mark_sent' => 'Σημείωσε ως Απεσταλμένο', + 'mark_viewed' => 'Σημείωση ως αναγνωσμένο', + 'mark_cancelled' => 'Σημείωση ως ακυρωμένο', 'download_pdf' => 'Λήψη PDF', 'send_mail' => 'Αποστολή email Μηνύματος', 'all_invoices' => 'Συνδεθείτε για να δείτε όλα τα τιμολόγια', @@ -37,19 +41,7 @@ return [ 'get_paid' => 'Λήψη Πληρωμής', 'accept_payments' => 'Δεχτείτε ηλεκτρονικές πληρωμές', - 'statuses' => [ - 'draft' => 'Προσχέδιο', - 'sent' => 'Απεσταλμένο', - 'viewed' => 'Έχει ανοιχτεί', - 'approved' => 'Έχει εγκριθεί', - 'partial' => 'Μερικώς εξοφλημένο', - 'paid' => 'Εξοφλημένο', - ], - 'messages' => [ - 'email_sent' => 'Το τιμολόγιο στάλθηκε με email!', - 'marked_sent' => 'Το τιμολόγιο ορίστηκε ως απεσταλμένο!', - 'marked_paid' => 'Το τιμολόγιο ορίστηκε ως εξοφλημένο!', 'email_required' => 'Δεν υπάρχει διεύθυνση email για αυτόν τον πελάτη!', 'draft' => 'Αυτό το τιμολόγιο είναι ΠΡΟΧΕΙΡΟ και θα εμφανιστεί στα γραφήματα μετά την παραλαβή του.', diff --git a/resources/lang/es-ES/accounts.php b/resources/lang/es-ES/accounts.php index 4cd3eef79..2186fbfbc 100644 --- a/resources/lang/es-ES/accounts.php +++ b/resources/lang/es-ES/accounts.php @@ -10,5 +10,9 @@ return [ 'bank_phone' => 'Teléfono Banco', 'bank_address' => 'Dirección del Banco', 'default_account' => 'Cuenta Predeterminada', + 'incoming' => 'Entrante', + 'outgoing' => 'Saliente', + 'see_performance' => 'Ver rendimiento', + 'create_report' => 'Si quiere ver el rendimiento. Puede crear un reporte Factura vs Gastos.', ]; diff --git a/resources/lang/es-ES/auth.php b/resources/lang/es-ES/auth.php index b01258417..ca7931c55 100644 --- a/resources/lang/es-ES/auth.php +++ b/resources/lang/es-ES/auth.php @@ -13,7 +13,7 @@ return [ 'current_email' => 'Correo electrónico actual', 'reset' => 'Resetear', 'never' => 'nunca', - 'landing_page' => 'Página de destino', + 'landing_page' => 'Página de inicio', 'password' => [ 'current' => 'Actual', @@ -24,7 +24,7 @@ return [ 'error' => [ 'self_delete' => 'Error: No puede eliminarse usted mismo!', - 'self_disable' => 'Error: ¡No puedes desactivarte a ti mismo!', + 'self_disable' => 'Error: ¡No puede desactivarse a usted mismo!', 'no_company' => 'Error: No hay compañías asignadas a su cuenta. Por favor contacte al administrador del sistema.', ], diff --git a/resources/lang/es-ES/bills.php b/resources/lang/es-ES/bills.php index c07147a3d..0badbd193 100644 --- a/resources/lang/es-ES/bills.php +++ b/resources/lang/es-ES/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Nº de Recibo', 'bill_date' => 'Fecha Recibo', + 'bill_amount' => 'Monto de la factura', 'total_price' => 'Precio Total', 'due_date' => 'Fecha de vencimiento', 'order_number' => 'Número de pedido', @@ -29,9 +30,9 @@ return [ 'histories' => 'Historial', 'payments' => 'Pagos', 'add_payment' => 'Añadir pago', - 'mark_paid' => 'Marcar Como Pagada', + 'mark_paid' => 'Marcar como paga', 'mark_received' => 'Marcar como recibido', - 'mark_cancelled' => 'Marcar como Cancelado', + 'mark_cancelled' => 'Marcar como cancelada', 'download_pdf' => 'Descargar PDF', 'send_mail' => 'Enviar Email', 'create_bill' => 'Crear Recibo', @@ -44,7 +45,7 @@ return [ 'status' => [ 'created' => 'Creado el :date', 'receive' => [ - 'draft' => 'Sin enviar', + 'draft' => 'No recibido', 'received' => 'Recibido el :date', ], 'paid' => [ diff --git a/resources/lang/es-ES/companies.php b/resources/lang/es-ES/companies.php index 06b26d460..4faccbf56 100644 --- a/resources/lang/es-ES/companies.php +++ b/resources/lang/es-ES/companies.php @@ -6,7 +6,7 @@ return [ 'logo' => 'Logo', 'error' => [ - 'not_user_company' => 'Error: No tienes permisos para cambiar esta empresa!', + 'not_user_company' => 'Error: No tiene permisos para cambiar esta empresa!', 'delete_active' => 'Error: No se puede eliminar la empresa activa. Por favor, cambie a otra primero!', 'disable_active' => 'Error: No se puede deshabilitar la empresa activa. Por favor, cambie a otra primero!', ], diff --git a/resources/lang/es-ES/currencies.php b/resources/lang/es-ES/currencies.php index fb3cab4a1..6a29888b8 100644 --- a/resources/lang/es-ES/currencies.php +++ b/resources/lang/es-ES/currencies.php @@ -8,6 +8,7 @@ return [ 'decimal_mark' => 'Punto decimal', 'thousands_separator' => 'Separador de miles', 'precision' => 'Precisión', + 'conversion' => 'Conversión de moneda: :price (:currecy_code) a :currency_rate', 'symbol' => [ 'symbol' => 'Símbolo', 'position' => 'Posición de Símbolo', diff --git a/resources/lang/es-ES/dashboards.php b/resources/lang/es-ES/dashboards.php index e6d174926..adf0764c1 100644 --- a/resources/lang/es-ES/dashboards.php +++ b/resources/lang/es-ES/dashboards.php @@ -4,8 +4,8 @@ return [ 'error' => [ 'not_user_dashboard' => 'Error: No tiene permiso para cambiar este panel!', - 'delete_last' => 'Error: No se puede eliminar el último tablero. ¡Por favor, crea uno nuevo primero!', - 'disable_last' => 'Error: No se puede desactivar el último tablero. ¡Por favor, crea uno nuevo primero!', + 'delete_last' => 'Error: No se puede eliminar el único tablero. ¡Por favor, cree uno nuevo!', + 'disable_last' => 'Error: No se puede desactivar el único tablero. ¡Por favor, cree uno nuevo!', ], ]; diff --git a/resources/lang/es-ES/documents.php b/resources/lang/es-ES/documents.php index 3d5950a24..d70e85cf5 100644 --- a/resources/lang/es-ES/documents.php +++ b/resources/lang/es-ES/documents.php @@ -3,24 +3,24 @@ return [ 'edit_columns' => 'Editar Columnas', - 'empty_items' => 'No has añadido ningún artículo.', + 'empty_items' => 'No ha agregado ningún artículo.', 'statuses' => [ 'draft' => 'Borrador', 'sent' => 'Enviado', - 'expired' => 'Caducado', + 'expired' => 'Vencido', 'viewed' => 'Visto', 'approved' => 'Aprobada', 'received' => 'Recibido', 'refused' => 'Rechazado', 'restored' => 'Restaurado', - 'reversed' => 'Invertida', + 'reversed' => 'Reversado', 'partial' => 'Parcial', - 'paid' => 'Pagado', + 'paid' => 'Pago', 'pending' => 'Pendiente', 'invoiced' => 'Facturado', 'overdue' => 'Vencida', - 'unpaid' => 'No Pagada', + 'unpaid' => 'No paga', 'cancelled' => 'Cancelada', 'voided' => 'Anulada', 'completed' => 'Finalizado', diff --git a/resources/lang/es-ES/email_templates.php b/resources/lang/es-ES/email_templates.php index 27ec7ebcf..7306f3a32 100644 --- a/resources/lang/es-ES/email_templates.php +++ b/resources/lang/es-ES/email_templates.php @@ -3,37 +3,37 @@ return [ 'invoice_new_customer' => [ - 'subject' => '{invoice_number} factura creada', - 'body' => 'Estimado {customer_name},

Le hemos preparado la siguiente factura: {invoice_number}.

Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: {invoice_number}.

Ponte en contacto con nosotros para cualquier pregunta.

Saludos cordiales,
{company_name}', + 'subject' => 'Factura No. {invoice_number} creada', + 'body' => 'Apreciado {customer_name},

Hemos preparado la siguiente factura: {invoice_number}.

Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: {invoice_number}.

No dude en contactarnos si tiene alguna inquietud.

Cordialmente,
{company_name}.', ], 'invoice_remind_customer' => [ - 'subject' => '{invoice_number} notificación de factura vencida', - 'body' => 'Estimado {customer_name},

Este es un aviso de factura vencida para {invoice_number}.

El total de la factura es {invoice_total} y venció el {invoice_due_date}.

Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: {invoice_number}.

Saludos cordiales,
{company_name}', + 'subject' => 'Factura No. {invoice_number} vencida', + 'body' => 'Apreciado {customer_name},

Le notificamos que tiene una factura vencida No. {invoice_number}.

El total a pagar es {invoice_total} y venció el {invoice_due_date}.

Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: {invoice_number}.

Cordialmente,
{company_name}', ], 'invoice_remind_admin' => [ - 'subject' => '{invoice_number} notificación de factura vencida', + 'subject' => 'Factura No. {invoice_number} vencida', 'body' => 'Hola,

{customer_name} ha recibido un aviso de vencimiento por la factura {invoice_number}.

El total de la factura es {invoice_total} y venció el {invoice_due_date}.

Puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.

Saludos cordiales,
{company_name}', ], 'invoice_recur_customer' => [ - 'subject' => '{invoice_number} factura recurrente creada', - 'body' => 'Estimado {customer_name},

Basado en su círculo recurrente, le hemos preparado la siguiente factura: {invoice_number}.

Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: {invoice_number}.

Ponte en contacto con nosotros para cualquier pregunta.

Saludos cordiales,
{company_name}', + 'subject' => 'Factura recurrente No. {invoice_number} creada', + 'body' => 'Apreciado {customer_name},

Basado en su círculo recurrente, le hemos preparado la siguiente factura: {invoice_number}.

Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: {invoice_number}.

No dude en contactarnos si tiene alguna inquietud.

Cordialmente,
{company_name}', ], 'invoice_recur_admin' => [ - 'subject' => '{invoice_number} factura recurrente creada', + 'subject' => 'Factura recurrente No. {invoice_number} creada', 'body' => 'Hola,

Basado en el círculo recurrente de {customer_name}, la factura {invoice_number} ha sido creada automáticamente.

Puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.

Saludos cordiales,
{company_name}', ], 'invoice_payment_customer' => [ - 'subject' => 'Pago recibido por factura {invoice_number}', - 'body' => 'Estimado {customer_name},

Gracias por el pago. Encuentre los detalles de pago a continuación:

-------------------------------------------------

Monto: {transaction_total}
Fecha: {transaction_paid_date}
Número de factura: {invoice_number}

-------------------------------------------------

Siempre puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.

Ponte en contacto con nosotros para cualquier pregunta.

Saludos cordiales,
{company_name}', + 'subject' => 'Pago recibido por factura No. {invoice_number}', + 'body' => 'Apreciado {customer_name},

Gracias por la realización del pago. Encuentre los detalles a continuación:

-------------------------------------------------

Monto: {transaction_total}
Fecha: {transaction_paid_date}
Factura número: {invoice_number}

-------------------------------------------------

Siempre puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.

No dude en contactarnos si tiene alguna inquietud.

Cordialmente,
{company_name}', ], 'invoice_payment_admin' => [ - 'subject' => 'Pago recibido por factura {invoice_number}', + 'subject' => 'Pago recibido por factura No. {invoice_number}', 'body' => 'Hola,

{customer_name} registró un pago por la factura {invoice_number}.

Puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.

Saludos cordiales,
{company_name}', ], @@ -47,4 +47,13 @@ return [ 'body' => 'Hola,

Basado en el círculo recurrente de {vendor_name}, el recibo {bill_number} ha sido creado automáticamente.

Puedes ver los detalles del recibo desde el siguiente enlace: {bill_number}.

Saludos cordiales,
{company_name}', ], + 'revenue_new_customer' => [ + 'subject' => 'Pago de {revenue_date} creado', + 'body' => 'Apreciado {customer_name},

Hemos preparado el siguiente pago.

Puede ver los detalles del pago en el siguiente enlace: {revenue_date}.

No dude en contactarnos si tiene alguna inquietud.

Cordialmente,
{company_name}', + ], + + 'payment_new_vendor' => [ + 'subject' => 'Pago de {revenue_date} creado', + 'body' => 'Apreciado {vendor_name},

Hemos preparado el siguiente pago.

Puede ver los detalles del pago en el siguiente enlace: {payment_date}.

No dude en contactarnos si tiene alguna inquietud.

Cordialmente,
{company_name}', + ], ]; diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index e24788522..905f239c6 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -2,7 +2,7 @@ return [ - 'dashboards' => 'Tablero|Tableros', + 'dashboards' => 'Panel de control|Páneles de control', 'items' => 'Artículo|Artículos', 'incomes' => 'Ingresos|Ingresos', 'invoices' => 'Factura|Facturas', @@ -45,14 +45,17 @@ return [ 'schedules' => 'Horario|Horarios', 'groups' => 'Grupo|Grupos', 'charts' => 'Gráfico|Gráficos', - 'localisations' => 'Localización|Localizaciones', - 'defaults' => 'Por defecto|Por defecto', + 'localisations' => 'Ubicación|Ubicaciones', + 'defaults' => 'Predeterminado|Predeterminados', 'widgets' => 'Widget|Widgets', 'templates' => 'Plantilla|Plantillas', 'sales' => 'Venta|Ventas', 'purchases' => 'Compra|Compras', + 'notifications' => 'Notificación|Notificaciones', + 'countries' => 'País|Países', + 'cities' => 'Barrio/Ciudad|Barrios/Ciudades', - 'welcome' => 'Te damos la bienvenida', + 'welcome' => '¡Bienvenido!', 'banking' => 'Banking', 'general' => 'General', 'no_records' => 'No hay registros.', @@ -70,8 +73,9 @@ return [ 'yearly' => 'Anual', 'add' => 'Añadir', 'add_new' => 'Agregar Nuevo', - 'add_income' => 'Añadir Ingreso', - 'add_expense' => 'Añadir Gasto', + 'add_income' => 'Registrar ingreso', + 'add_expense' => 'Registrar gasto', + 'add_transfer' => 'Agregar transferencia', 'show' => 'Mostrar', 'edit' => 'Editar', 'delete' => 'Borrar', @@ -104,7 +108,10 @@ return [ 'from' => 'De ', 'to' => 'Para', 'print' => 'Imprimir', + 'download_pdf' => 'Descargar PDF', + 'customize' => 'Personalizar', 'search' => 'Buscar', + 'search_text' => 'Buscar por este texto', 'search_placeholder' => 'Escriba para buscar..', 'filter' => 'Filtro', 'help' => 'Ayuda', @@ -121,15 +128,15 @@ return [ 'partially' => 'Parcialmente', 'partially_paid' => 'Parcialmente pagado', 'export' => 'Exportar', - 'finish' => 'Terminar', + 'finish' => 'Finalizar', 'wizard' => 'Asistente', 'skip' => 'Omitir', 'enable' => 'Habilitar', 'disable' => 'Deshabilitar', - 'select_all' => 'Seleccionar Todos', - 'unselect_all' => 'Deseleccionar Todo', + 'select_all' => 'Seleccionar todo', + 'unselect_all' => 'Deseleccionar todo', 'created_date' => 'Fecha de Creación', - 'period' => 'Período', + 'period' => 'Periodo', 'frequency' => 'Frecuencia', 'start' => 'Inicio', 'end' => 'Fin', @@ -152,12 +159,23 @@ return [ 'no_matching_data' => 'No hay datos coincidentes', 'clear_cache' => 'Limpiar caché', 'go_to_dashboard' => 'Ir al panel de control', + 'is' => 'es', + 'isnot' => 'no es', + 'recurring_and_more' => 'Recurrente y más...', + 'due_on' => 'Vence el', + 'amount_due' => 'Monto pendiente', + 'financial_year' => 'Año fiscal', + 'created' => 'Creado', + 'state' => 'Provincia/Estado', + 'zip_code' => 'Postal/Código postal', 'card' => [ + 'cards' => 'Tarjeta|Tarjetas', 'name' => 'Nombre del titular', 'number' => 'Número de tarjeta', 'expiration_date' => 'Fecha de caducidad', 'cvv' => 'CVV de tarjeta', + 'save' => 'Guardar tarjeta', ], 'title' => [ @@ -168,7 +186,7 @@ return [ 'send' => 'Enviar :type', 'get' => 'Obtener :type', 'add' => 'Agregar :type', - 'manage' => 'Cambiar :type', + 'manage' => 'Administrar :type', ], 'form' => [ @@ -177,22 +195,37 @@ return [ 'field' => '- Seleccione :field -', 'file' => 'Seleccionar archivo', ], - 'add_new' => 'Agregar Nuevo :field', + 'add' => 'Agregar un :field', + 'add_an' => 'Agregar un :field', + 'add_new' => 'Agregar nuevo :field', + 'edit' => 'Editar :field', + 'contact_edit' => 'Editar :contact_name :field', + 'drop_file' => 'Arrastre los archivos aquí para subirlos', + 'choose' => 'Seleccionar :field', + 'choose_different' => 'Seleccionar un :field diferente', + 'choose_file' => 'Seleccionar archivo', 'no_file_selected' => 'Ningún archivo seleccionado...', ], + 'placeholder' => [ + 'search' => 'Escriba para buscar..', + 'search_and_filter' => 'Buscar o filtrar resultados..', + 'contact_search' => 'Escriba un nombre de :type', + 'item_search' => 'Escriba un nombre de artículo', + ], + 'date_range' => [ 'today' => 'Hoy', 'yesterday' => 'Ayer', - 'last_days' => 'Últimos :day Días', + 'last_days' => 'Últimos :day días', 'this_month' => 'Este mes', 'last_month' => 'Mes anterior', ], 'empty' => [ - 'documentation' => 'Revisa la documentación para más detalles.', - 'items' => 'Los artículos pueden ser productos o servicios. Puede utilizar artículos al crear facturas y recibos para poblar los campos precio, impuestos, etc.', - 'invoices' => 'Las facturas pueden ser una vez o recurrentes. Puedes enviarlas a los clientes y empezar a aceptar pagos en línea.', + 'documentation' => 'Revise la documentación para más detalles.', + 'items' => 'Los artículos pueden ser productos o servicios. Puede utilizar artículos al crear facturas y recibos para completar los campos de precio, impuestos, etc.', + 'invoices' => 'Las facturas pueden ser únicas o recurrentes. Puede enviarlas a los clientes y empezar a aceptar pagos en línea.', 'revenues' => 'El ingreso es una transacción de ingreso de pago. Puede ser un registro independiente (es decir, depósito) o adjunto a una factura.', 'customers' => 'Los clientes son requeridos si desea crear facturas. También pueden iniciar sesión en el Portal del Cliente y ver su balance de saldo.', 'bills' => 'Los recibos pueden ser de una vez o recurrentes. Indican lo que debe a sus proveedores por los productos o servicios que compra.', diff --git a/resources/lang/es-MX/accounts.php b/resources/lang/es-MX/accounts.php index 855e537bb..a006ab0bb 100644 --- a/resources/lang/es-MX/accounts.php +++ b/resources/lang/es-MX/accounts.php @@ -4,11 +4,15 @@ return [ 'account_name' => 'Nombre de la Cuenta', 'number' => 'Número', - 'opening_balance' => 'Saldo de Apertura', + 'opening_balance' => 'Saldo Inicial', 'current_balance' => 'Saldo Actual', 'bank_name' => 'Nombre del Banco', 'bank_phone' => 'Teléfono del Banco', 'bank_address' => 'Dirección del Banco', 'default_account' => 'Cuenta Predeterminada', + 'incoming' => 'Entradas', + 'outgoing' => 'Saliente', + 'see_performance' => 'Ver rendimiento', + 'create_report' => 'Si quieres ver el rendimiento de la cuenta. Puedes crear un reporte de Ingresos vs Gastos', ]; diff --git a/resources/lang/es-MX/bills.php b/resources/lang/es-MX/bills.php index 9eb5237cc..2cae55a5b 100644 --- a/resources/lang/es-MX/bills.php +++ b/resources/lang/es-MX/bills.php @@ -2,11 +2,12 @@ return [ - 'bill_number' => 'Número de Recibo', - 'bill_date' => 'Fecha del Recibo', + 'bill_number' => 'Nº de Recibo', + 'bill_date' => 'Fecha Recibo', + 'bill_amount' => 'Total de la factura', 'total_price' => 'Precio Total', - 'due_date' => 'Fecha de Vencimiento', - 'order_number' => 'Número de Orden', + 'due_date' => 'Fecha de vencimiento', + 'order_number' => 'Nº Pedido', 'bill_from' => 'Factura de', 'quantity' => 'Cantidad', diff --git a/resources/lang/et-EE/bills.php b/resources/lang/et-EE/bills.php index 49b18ca60..33afb1698 100644 --- a/resources/lang/et-EE/bills.php +++ b/resources/lang/et-EE/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Ostuarve number', 'bill_date' => 'Ostuarve kuupäev', + 'bill_amount' => 'Arve summa', 'total_price' => 'Hind kokku', 'due_date' => 'Tähtaeg', 'order_number' => 'Tellimuse number', diff --git a/resources/lang/et-EE/import.php b/resources/lang/et-EE/import.php index fa3c338ab..ece47a9e3 100644 --- a/resources/lang/et-EE/import.php +++ b/resources/lang/et-EE/import.php @@ -4,6 +4,8 @@ return [ 'import' => 'Impordi', 'title' => 'Import :type', - 'message' => 'Lubatud failitüübid: XLS, XLSX. Palun laadi alla näidisfail.', + 'limitations' => 'Lubatud failitüübid: :extensions
Maksimaalne lubatud ridade arv: :row_limit', + 'sample_file' => 'Võite näidisfaili alla laadida ning täita selle oma andmetega. +', ]; diff --git a/resources/lang/et-EE/invoices.php b/resources/lang/et-EE/invoices.php index 3bfa4ee94..d7153fc1a 100644 --- a/resources/lang/et-EE/invoices.php +++ b/resources/lang/et-EE/invoices.php @@ -4,6 +4,7 @@ return [ 'invoice_number' => 'Arve number', 'invoice_date' => 'Arve kuupäev', + 'invoice_amount' => 'Arve summa', 'total_price' => 'Hind kokku', 'due_date' => 'Tähtaeg', 'order_number' => 'Tellimuse number', diff --git a/resources/lang/fi-FI/accounts.php b/resources/lang/fi-FI/accounts.php index ac95ddd5e..09315163f 100644 --- a/resources/lang/fi-FI/accounts.php +++ b/resources/lang/fi-FI/accounts.php @@ -10,5 +10,9 @@ return [ 'bank_phone' => 'Pankin puhelinnumero', 'bank_address' => 'Pankin osoite', 'default_account' => 'Oletustili', + 'incoming' => 'Saapuvat', + 'outgoing' => 'Lähtevät', + 'see_performance' => 'Katso suorituskyky', + 'create_report' => 'Jos haluat nähdä tilin suorituskyvyn. Voit luoda Tulot vs Menot raporttitapahtuman.', ]; diff --git a/resources/lang/fi-FI/bills.php b/resources/lang/fi-FI/bills.php index 5a3c10308..29ff14361 100644 --- a/resources/lang/fi-FI/bills.php +++ b/resources/lang/fi-FI/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Laskunumero', 'bill_date' => 'Laskun päiväys', + 'bill_amount' => 'Laskun summa', 'total_price' => 'Kokonaishinta', 'due_date' => 'Eräpäivä', 'order_number' => 'Tilausnumero', diff --git a/resources/lang/fi-FI/countries.php b/resources/lang/fi-FI/countries.php index facfdc535..3a265ec13 100644 --- a/resources/lang/fi-FI/countries.php +++ b/resources/lang/fi-FI/countries.php @@ -3,7 +3,6 @@ return [ 'AF' => 'Afganistan', 'AX' => 'Ahvenanmaa', - 'NL' => 'Alankomaat', 'AL' => 'Albania', 'DZ' => 'Algeria', 'AS' => 'Amerikan Samoa', @@ -12,16 +11,17 @@ return [ 'AI' => 'Anguilla', 'AQ' => 'Antarktis', 'AG' => 'Antigua ja Barbuda', - 'AE' => 'Arabiemiirikunnat', 'AR' => 'Argentiina', 'AM' => 'Armenia', 'AW' => 'Aruba', 'AU' => 'Australia', + 'AT' => 'Itävalta', 'AZ' => 'Azerbaidžan', 'BS' => 'Bahama', 'BH' => 'Bahrain', 'BD' => 'Bangladesh', 'BB' => 'Barbados', + 'BY' => 'Valko-Venäjä', 'BE' => 'Belgia', 'BZ' => 'Belize', 'BJ' => 'Benin', @@ -38,36 +38,59 @@ return [ 'BG' => 'Bulgaria', 'BF' => 'Burkina Faso', 'BI' => 'Burundi', + 'KH' => 'Kambodža', + 'CM' => 'Kamerun', + 'CA' => 'Kanada', + 'CV' => 'Kap Verde', + 'BQ' => 'Karibian Alankomaat', 'KY' => 'Caymansaaret', + 'CF' => 'Keski-Afrikan tasavalta', + 'TD' => 'Tšad', 'CL' => 'Chile', + 'CN' => 'Kiina', + 'CX' => 'Joulusaari', + 'CC' => 'Kookossaaret (Keelingsaaret)', + 'CO' => 'Kolumbia', + 'KM' => 'Komorit', + 'CG' => 'Kongon tasavalta', + 'CD' => 'Kongon demokraattinen tasavalta', 'CK' => 'Cookinsaaret', 'CR' => 'Costa Rica', + 'CI' => 'Norsunluurannikko', + 'HR' => 'Kroatia', + 'CU' => 'Kuuba', 'CW' => 'Curaçao', + 'CY' => 'Kypros', + 'CZ' => 'Tšekki', + 'DK' => 'Tanska', 'DJ' => 'Djibouti', 'DM' => 'Dominica', 'DO' => 'Dominikaaninen tasavalta', 'EC' => 'Ecuador', 'EG' => 'Egypti', 'SV' => 'El Salvador', + 'GQ' => 'Päiväntasaajan Guinea', 'ER' => 'Eritrea', - 'ES' => 'Espanja', + 'EE' => 'Viro', 'SZ' => 'Eswatini', - 'ZA' => 'Etelä-Afrikka', - 'GS' => 'Etelä-Georgia ja Eteläiset Sandwichinsaaret', - 'KR' => 'Etelä-Korea', - 'SS' => 'Etelä-Sudan', 'ET' => 'Etiopia', 'FK' => 'Falklandinsaaret', - 'FJ' => 'Fidži', - 'PH' => 'Filippiinit', 'FO' => 'Färsaaret', + 'FJ' => 'Fidži', + 'FI' => 'Suomi', + 'FR' => 'Ranska', + 'GF' => 'Ranskan Guayana', + 'PF' => 'Ranskan Polynesia', + 'TF' => 'Ranskan eteläiset ja antarktiset alueet', 'GA' => 'Gabon', 'GM' => 'Gambia', 'GE' => 'Georgia', + 'DE' => 'Saksa', 'GH' => 'Ghana', 'GI' => 'Gibraltar', - 'GD' => 'Grenada', + 'GR' => 'Kreikka', 'GL' => 'Grönlanti', + 'GD' => 'Grenada', 'GP' => 'Guadeloupe', 'GU' => 'Guam', 'GT' => 'Guatemala', @@ -79,63 +102,41 @@ return [ 'HM' => 'Heard ja McDonaldinsaaret', 'HN' => 'Honduras', 'HK' => 'Hongkong – Kiinan erityishallintoalue', - 'ID' => 'Indonesia', - 'IN' => 'Intia', - 'IQ' => 'Irak', - 'IR' => 'Iran', - 'IE' => 'Irlanti', + 'HU' => 'Unkari', 'IS' => 'Islanti', - 'GB' => 'Iso-Britannia', + 'IN' => 'Intia', + 'ID' => 'Indonesia', + 'IR' => 'Iran', + 'IQ' => 'Irak', + 'IE' => 'Irlanti', + 'IM' => 'Mansaari', 'IL' => 'Israel', 'IT' => 'Italia', - 'TL' => 'Itä-Timor', - 'AT' => 'Itävalta', 'JM' => 'Jamaika', 'JP' => 'Japani', - 'YE' => 'Jemen', 'JE' => 'Jersey', 'JO' => 'Jordania', - 'CX' => 'Joulusaari', - 'KH' => 'Kambodža', - 'CM' => 'Kamerun', - 'CA' => 'Kanada', - 'CV' => 'Kap Verde', - 'BQ' => 'Karibian Alankomaat', 'KZ' => 'Kazakstan', 'KE' => 'Kenia', - 'CF' => 'Keski-Afrikan tasavalta', - 'CN' => 'Kiina', - 'KG' => 'Kirgisia', 'KI' => 'Kiribati', - 'CO' => 'Kolumbia', - 'KM' => 'Komorit', - 'CD' => 'Kongon demokraattinen tasavalta', - 'CG' => 'Kongon tasavalta', - 'CC' => 'Kookossaaret (Keelingsaaret)', - 'GR' => 'Kreikka', - 'HR' => 'Kroatia', - 'CU' => 'Kuuba', 'KW' => 'Kuwait', - 'CY' => 'Kypros', + 'KG' => 'Kirgisia', 'LA' => 'Laos', 'LV' => 'Latvia', - 'LS' => 'Lesotho', 'LB' => 'Libanon', + 'LS' => 'Lesotho', 'LR' => 'Liberia', 'LY' => 'Libya', 'LI' => 'Liechtenstein', 'LT' => 'Liettua', 'LU' => 'Luxemburg', - 'EH' => 'Länsi-Sahara', 'MO' => 'Macao – Kiinan erityishallintoalue', 'MG' => 'Madagaskar', 'MW' => 'Malawi', - 'MV' => 'Malediivit', 'MY' => 'Malesia', + 'MV' => 'Malediivit', 'ML' => 'Mali', 'MT' => 'Malta', - 'IM' => 'Mansaari', - 'MA' => 'Marokko', 'MH' => 'Marshallinsaaret', 'MQ' => 'Martinique', 'MR' => 'Mauritania', @@ -148,18 +149,24 @@ return [ 'MN' => 'Mongolia', 'ME' => 'Montenegro', 'MS' => 'Montserrat', + 'MA' => 'Marokko', 'MZ' => 'Mosambik', - 'MM' => 'Myanmar (Burma)', + 'MM' => 'Myanmar', 'NA' => 'Namibia', 'NR' => 'Nauru', - 'NP' => 'Nepal', + 'NP' => 'Nepali', + 'NL' => 'Alankomaat', + 'NC' => 'Uusi-Kaledonia', + 'NZ' => 'Uusi-Seelanti', 'NI' => 'Nicaragua', 'NE' => 'Niger', 'NG' => 'Nigeria', 'NU' => 'Niue', 'NF' => 'Norfolkinsaari', + 'KP' => 'Pohjois-Korea', + 'MK' => 'Pohjois-Makedonia', + 'MP' => 'Pohjois-Mariaanit', 'NO' => 'Norja', - 'CI' => 'Norsunluurannikko', 'OM' => 'Oman', 'PK' => 'Pakistan', 'PW' => 'Palau', @@ -168,33 +175,16 @@ return [ 'PG' => 'Papua-Uusi-Guinea', 'PY' => 'Paraguay', 'PE' => 'Peru', + 'PH' => 'Filippiinit', 'PN' => 'Pitcairn', - 'KP' => 'Pohjois-Korea', - 'MK' => 'Pohjois-Makedonia', - 'MP' => 'Pohjois-Mariaanit', + 'PL' => 'Puola', 'PT' => 'Portugali', 'PR' => 'Puerto Rico', - 'PL' => 'Puola', - 'GQ' => 'Päiväntasaajan Guinea', 'QA' => 'Qatar', - 'FR' => 'Ranska', - 'TF' => 'Ranskan eteläiset ja antarktiset alueet', - 'GF' => 'Ranskan Guayana', - 'PF' => 'Ranskan Polynesia', 'RE' => 'Réunion', 'RO' => 'Romania', + 'RU' => 'Venäjä', 'RW' => 'Ruanda', - 'SE' => 'Ruotsi', - 'SH' => 'Saint Helena', - 'KN' => 'Saint Kitts ja Nevis', - 'LC' => 'Saint Lucia', - 'VC' => 'Saint Vincent ja Grenadiinit', - 'BL' => 'Saint-Barthélemy', - 'MF' => 'Saint-Martin', - 'PM' => 'Saint-Pierre ja Miquelon', - 'DE' => 'Saksa', - 'SB' => 'Salomonsaaret', - 'ZM' => 'Sambia', 'WS' => 'Samoa', 'SM' => 'San Marino', 'ST' => 'São Tomé ja Príncipe', @@ -207,47 +197,57 @@ return [ 'SX' => 'Sint Maarten', 'SK' => 'Slovakia', 'SI' => 'Slovenia', + 'SB' => 'Salomonsaaret', 'SO' => 'Somalia', + 'ZA' => 'Etelä-Afrikka', + 'GS' => 'Etelä-Georgia ja Eteläiset Sandwichinsaaret', + 'KR' => 'Etelä-Korea', + 'SS' => 'Etelä-Sudan', + 'ES' => 'Espanja', 'LK' => 'Sri Lanka', + 'BL' => 'Saint-Barthélemy', + 'SH' => 'Saint Helena', + 'KN' => 'Saint Kitts ja Nevis', + 'LC' => 'Saint Lucia', + 'MF' => 'Saint-Martin', + 'PM' => 'Saint-Pierre ja Miquelon', + 'VC' => 'Saint Vincent ja Grenadiinit', 'SD' => 'Sudan', - 'FI' => 'Suomi', 'SR' => 'Suriname', 'SJ' => 'Svalbard ja Jan Mayen', + 'SE' => 'Ruotsi', 'CH' => 'Sveitsi', 'SY' => 'Syyria', - 'TJ' => 'Tadžikistan', 'TW' => 'Taiwan', + 'TJ' => 'Tadžikistan', 'TZ' => 'Tansania', - 'DK' => 'Tanska', 'TH' => 'Thaimaa', + 'TL' => 'Itä-Timor', 'TG' => 'Togo', 'TK' => 'Tokelau', 'TO' => 'Tonga', 'TT' => 'Trinidad ja Tobago', - 'TD' => 'Tšad', - 'CZ' => 'Tšekki', 'TN' => 'Tunisia', 'TR' => 'Turkki', 'TM' => 'Turkmenistan', 'TC' => 'Turks- ja Caicossaaret', 'TV' => 'Tuvalu', + 'UM' => 'Yhdysvaltain erillissaaret', + 'VI' => 'Yhdysvaltain Neitsytsaaret', 'UG' => 'Uganda', 'UA' => 'Ukraina', - 'HU' => 'Unkari', + 'AE' => 'Arabiemiirikunnat', + 'GB' => 'Iso-Britannia', + 'US' => 'Yhdysvallat', 'UY' => 'Uruguay', - 'NC' => 'Uusi-Kaledonia', - 'NZ' => 'Uusi-Seelanti', 'UZ' => 'Uzbekistan', - 'BY' => 'Valko-Venäjä', 'VU' => 'Vanuatu', 'VA' => 'Vatikaani', 'VE' => 'Venezuela', - 'RU' => 'Venäjä', 'VN' => 'Vietnam', - 'EE' => 'Viro', 'WF' => 'Wallis ja Futuna', - 'US' => 'Yhdysvallat', - 'UM' => 'Yhdysvaltain erillissaaret', - 'VI' => 'Yhdysvaltain Neitsytsaaret', + 'EH' => 'Länsi-Sahara', + 'YE' => 'Jemen', + 'ZM' => 'Sambia', 'ZW' => 'Zimbabwe', ]; diff --git a/resources/lang/fi-FI/errors.php b/resources/lang/fi-FI/errors.php index cc62a2a96..c93846d1f 100644 --- a/resources/lang/fi-FI/errors.php +++ b/resources/lang/fi-FI/errors.php @@ -3,21 +3,22 @@ return [ 'title' => [ - '403' => 'Hups! Pääsy kielletty', - '404' => 'Hups! Sivua ei löydy', - '500' => 'Hups! Jotain meni pieleen', + '403' => 'Hups! Pääsy kielletty', + '404' => 'Hups! Sivua ei löydy', + '500' => 'Hups! Jotain meni pieleen', ], 'header' => [ - '403' => '403 Kielletty', - '404' => '404 Sivua ei löydy', - '500' => '500 Sisäinen palvelinvirhe', + '403' => '403 Kielletty', + '404' => '404 Sivua ei löydy', + '500' => '500 Sisäinen palvelinvirhe', ], 'message' => [ - '403' => 'Et voi käyttää tätä sivua.', - '404' => 'Emme löytäneet sivua, jota olit etsimässä.', - '500' => 'Teemme parhaamme korjataksemme sen pikimmiten.', + '403' => 'Et voi käyttää tätä sivua.', + '404' => 'Emme löytäneet sivua, jota olit etsimässä.', + '500' => 'Teemme parhaamme korjataksemme sen pikimmiten.', + 'record' => 'Emme löytäneet sivua, jota olit etsimässä.', ], ]; diff --git a/resources/lang/fi-FI/general.php b/resources/lang/fi-FI/general.php index f9beb44b3..9d5610b42 100644 --- a/resources/lang/fi-FI/general.php +++ b/resources/lang/fi-FI/general.php @@ -2,7 +2,7 @@ return [ - 'dashboards' => 'Etusivu|Etusivut', + 'dashboards' => 'Kojelauta|Kojelaudat', 'items' => 'Tuote|Tuotteet', 'incomes' => 'Myynti|Myynnit', 'invoices' => 'Lasku|Laskut', @@ -51,6 +51,9 @@ return [ 'templates' => 'Mallipohja|Mallipohjat', 'sales' => 'Myynti|Myynnit', 'purchases' => 'Osto|Ostot', + 'notifications' => 'Ilmoitus|Ilmoitukset', + 'countries' => 'Maa|Maat', + 'cities' => 'Kaupunki / Kaupunki|Kaupungit / Kaupungit', 'welcome' => 'Tervetuloa', 'banking' => 'Pankkitoiminta', @@ -72,6 +75,7 @@ return [ 'add_new' => 'Lisää Uusi', 'add_income' => 'Lisää tulo', 'add_expense' => 'Lisää meno', + 'add_transfer' => 'Lisää siirto', 'show' => 'Näytä', 'edit' => 'Muokkaa', 'delete' => 'Poista', @@ -160,6 +164,10 @@ return [ 'recurring_and_more' => 'Toistuva ja enemmän..', 'due_on' => 'Erääntyy', 'amount_due' => 'Erääntynyt', + 'financial_year' => 'Tilikausi', + 'created' => 'Luotu', + 'state' => 'Provinssi / Osavaltio', + 'zip_code' => 'Postinumero / Postinumero', 'card' => [ 'cards' => 'Kortti|Kortit', diff --git a/resources/lang/fi-FI/invoices.php b/resources/lang/fi-FI/invoices.php index ca960c55b..4b0d4636a 100644 --- a/resources/lang/fi-FI/invoices.php +++ b/resources/lang/fi-FI/invoices.php @@ -4,6 +4,7 @@ return [ 'invoice_number' => 'Laskun numero', 'invoice_date' => 'Laskun päivämäärä', + 'invoice_amount' => 'Laskun Määrä', 'total_price' => 'Hinta yhteensä', 'due_date' => 'Eräpäivä', 'order_number' => 'Tilausnumero', diff --git a/resources/lang/fi-FI/items.php b/resources/lang/fi-FI/items.php index 8184a3465..8de65e6b1 100644 --- a/resources/lang/fi-FI/items.php +++ b/resources/lang/fi-FI/items.php @@ -2,7 +2,8 @@ return [ - 'sales_price' => 'Myyntihinta', - 'purchase_price' => 'Ostohinta', + 'sales_price' => 'Myyntihinta', + 'purchase_price' => 'Ostohinta', + 'enter_item_description' => 'Syötä tuotekuvaus', ]; diff --git a/resources/lang/fi-FI/passwords.php b/resources/lang/fi-FI/passwords.php index 0100f3ce4..09d3edf4c 100644 --- a/resources/lang/fi-FI/passwords.php +++ b/resources/lang/fi-FI/passwords.php @@ -13,11 +13,11 @@ return [ | */ - 'password' => 'Parool peab olema vähemalt 6 tähemärki pikk ja vastama kinnitusele.', - 'reset' => 'Sinu parool on lähtestatud!', - 'sent' => 'Oleme saatnud sulle e-postiga parooli lähtestamise lingi!', - 'token' => 'See parooli lähtestamise tunnus on vigane.', - 'user' => "Ei suutnud leida sellise e-posti aadressiga kasutajat.", - 'throttle' => 'Odota ennen kuin yrität uudelleen.', + 'password' => 'Salasanan on oltava vähintään kuusi merkkiä ja vastata vahvistuskenttää.', + 'reset' => 'Salasanasi on nyt nollattu!', + 'sent' => 'Olemme lähettäneet salasanan nollauslinkin sähköpostiin!', + 'throttled' => 'Odota ennen kuin yrität uudelleen.', + 'token' => 'Salasanan nollauslinkki on virheellinen.', + 'user' => "Emme löydä käyttäjää, jolla on kyseinen sähköpostiosoite.", ]; diff --git a/resources/lang/fi-FI/payments.php b/resources/lang/fi-FI/payments.php new file mode 100644 index 000000000..5be71680a --- /dev/null +++ b/resources/lang/fi-FI/payments.php @@ -0,0 +1,10 @@ + 'Maksettu', + 'paid_to' => 'Maksettu', + 'related_bill' => 'Liittyvä lasku', + 'create_payment' => 'Luo maksu', + +]; diff --git a/resources/lang/fi-FI/search_string.php b/resources/lang/fi-FI/search_string.php index 34cc1c56b..992d65afd 100644 --- a/resources/lang/fi-FI/search_string.php +++ b/resources/lang/fi-FI/search_string.php @@ -3,7 +3,7 @@ return [ 'columns' => [ - 'last_logged_in_at' => 'Viimeinen kirjautuminen', + 'last_logged_in_at' => 'Viimeisin kirjautuminen', 'paid_at' => 'Maksettu päivämäärä', 'started_at' => 'Aloituspäivä', 'ended_at' => 'Päättymispäivä', @@ -13,6 +13,9 @@ return [ 'issued_at' => 'Luontipäivä', 'symbol_first' => 'Symbolin sijainti', 'reconciled' => 'Täysmäytetty', + 'expense_account' => 'Tililtä', + 'income_account' => 'Tilille', + 'recurring' => 'Toistuva', ], ]; diff --git a/resources/lang/fi-FI/widgets.php b/resources/lang/fi-FI/widgets.php index 4d9573eeb..020f3133d 100644 --- a/resources/lang/fi-FI/widgets.php +++ b/resources/lang/fi-FI/widgets.php @@ -2,11 +2,12 @@ return [ - 'total_income' => 'Laskut yhteensä', + 'currencies' => 'Valuutat', + 'total_income' => 'Kokonaistulot', 'receivables' => 'Myyntisaamiset', 'open_invoices' => 'Avoimet laskut', 'overdue_invoices' => 'Erääntyneet laskut', - 'total_expenses' => 'Kulut yhteensä', + 'total_expenses' => 'Kokonaismenot', 'payables' => 'Ostovelat', 'open_bills' => 'Avoimet laskut', 'overdue_bills' => 'Erääntyneet ostolaskut', diff --git a/resources/lang/he-IL/accounts.php b/resources/lang/he-IL/accounts.php index e21b0b6df..666abd16a 100644 --- a/resources/lang/he-IL/accounts.php +++ b/resources/lang/he-IL/accounts.php @@ -10,5 +10,9 @@ return [ 'bank_phone' => 'טלפון הבנק', 'bank_address' => 'כתובת הבנק', 'default_account' => 'חשבון ברירת מחדל', + 'incoming' => 'כניסה', + 'outgoing' => 'יציאה', + 'see_performance' => 'ביצועי חשבון', + 'create_report' => 'אם אתה רוצה לראות את ביצועי החשבון, אתה יכול ליצור טופס של דוח הכנסות מול הוצאות.', ]; diff --git a/resources/lang/he-IL/auth.php b/resources/lang/he-IL/auth.php index 84251e2d2..5d38287ec 100644 --- a/resources/lang/he-IL/auth.php +++ b/resources/lang/he-IL/auth.php @@ -13,22 +13,24 @@ return [ 'current_email' => 'דוא ל הנוכחי', 'reset' => 'איפוס', 'never' => 'לעולם לא', - + 'landing_page' => 'דף נחיתה', + 'password' => [ 'current' => 'סיסמה', 'current_confirm' => 'אימות סיסמה', 'new' => 'סיסמה חדשה', 'new_confirm' => 'אימות סיסמה חדשה', ], - + 'error' => [ 'self_delete' => 'שגיאה: לא ניתן למחוק את עצמך!', + 'self_disable' => 'שגיאה: לא ניתן להסיר את עצמך!', 'no_company' => 'שגיאה: אין חברה המוקצה לחשבון שלך.. אנא, פנה אל מנהל המערכת.', ], 'failed' => 'פרטים אלה אינם תואמים את רישומינו.', - 'disabled' => 'חשבון זה אינו זמין. אנא, פנה אל מנהל המערכת.', 'throttle' => 'ניסיונות כניסה רבים מדי. אנא נסו שוב בעוד :seconds שניות.', + 'disabled' => 'חשבון זה אינו זמין. אנא, פנה אל מנהל המערכת.', 'notification' => [ 'message_1' => 'אתה מקבל את האימייל הזה כי קיבלנו בקשת איפוס סיסמה עבור החשבון שלך.', diff --git a/resources/lang/he-IL/companies.php b/resources/lang/he-IL/companies.php index cceda5a4e..b4ebde6da 100644 --- a/resources/lang/he-IL/companies.php +++ b/resources/lang/he-IL/companies.php @@ -2,12 +2,13 @@ return [ - 'domain' => 'שם מתחם', + 'domain' => 'דומיין (שם מתחם)', 'logo' => 'לוגו', - 'manage' => 'ניהול חברות', - 'all' => 'כל החברות', + 'error' => [ + 'not_user_company' => 'שגיאה: אינך מורשה לנהל את החברה הזאת!', 'delete_active' => 'שגיאה: יכול לא למחוק את החברה פעילה, בבקשה לשנות את זה קודם!', + 'disable_active' => 'שגיאה: לא ניתן להשבית את החברה הפעילה. בבקשה תיצור קודם חברה אחרת.', ], ]; diff --git a/resources/lang/he-IL/currencies.php b/resources/lang/he-IL/currencies.php index 73d5eca81..5b6524a62 100644 --- a/resources/lang/he-IL/currencies.php +++ b/resources/lang/he-IL/currencies.php @@ -8,6 +8,7 @@ return [ 'decimal_mark' => 'סימן עשרוני', 'thousands_separator' => 'מפריד אלפים', 'precision' => 'דיוק', + 'conversion' => 'המרת מטבע: :price (:currency_code) ב- :currency_rate', 'symbol' => [ 'symbol' => 'סמל', 'position' => 'מיקום סמל', diff --git a/resources/lang/he-IL/customers.php b/resources/lang/he-IL/customers.php index c3dec6180..219d30b1b 100644 --- a/resources/lang/he-IL/customers.php +++ b/resources/lang/he-IL/customers.php @@ -2,15 +2,11 @@ return [ - 'allow_login' => 'אפשר התחברות?', + 'can_login' => 'ניתן להתחבר?', 'user_created' => 'משתמש נוצר', 'error' => [ - 'email' => 'כתובת הדואר אלקטרוני כבר תפוסה.' + 'email' => 'כתובת הדואר אלקטרוני כבר תפוסה.', ], - 'notification' => [ - 'message' => ':customer made :amount payment to invoice number :invoice_number.', - 'button' => 'Show', - ], ]; diff --git a/resources/lang/he-IL/errors.php b/resources/lang/he-IL/errors.php new file mode 100644 index 000000000..2f1c11322 --- /dev/null +++ b/resources/lang/he-IL/errors.php @@ -0,0 +1,24 @@ + [ + '403' => 'אופס! גישה אסורה', + '404' => 'אופס! הדף לא נמצא', + '500' => 'אופס! משהו השתבש', + ], + + 'header' => [ + '403' => '403 - משאב אסור', + '404' => '404 - הדף לא נמצא', + '500' => '500 - שגיאת שרת פנימית', + ], + + 'message' => [ + '403' => 'אינך יכול לגשת לדף זה.', + '404' => 'לא הצלחנו למצוא את הדף שחיפשת.', + '500' => 'מיד נעבוד על התיקון הזה.', + 'record' => 'לא הצלחנו למצוא את הרשומה שחיפשת.', + ], + +]; diff --git a/resources/lang/he-IL/install.php b/resources/lang/he-IL/install.php index 078b957ea..5cceb5b90 100644 --- a/resources/lang/he-IL/install.php +++ b/resources/lang/he-IL/install.php @@ -3,13 +3,13 @@ return [ 'next' => 'הבא', - 'refresh' => 'רענן', + 'refresh' => 'ריענון', 'steps' => [ - 'requirements' => 'בבקשה, בקש מספק האחסון שלך לתקן את השגיאות!', + 'requirements' => 'בבקשה, בקש מספק האחסון שאתה משתמש בו לתקן את השגיאות!', 'language' => 'שלב 1/3: בחירת שפה', 'database' => 'שלב 2/3: הגדרות מסד נתונים', - 'settings' => 'שלב 3/3: פרטי החברה והמנהל', + 'settings' => 'שלב 3/3: הגדרת פרטי החברה והמנהל', ], 'language' => [ @@ -19,26 +19,28 @@ return [ 'requirements' => [ 'enabled' => ':feature צריך להיות פעיל!', 'disabled' => ':feature צריך להיות כבוי!', - 'extension' => ':extension extension needs to be installed and loaded!', - 'directory' => ':directory צריכה להיות writable!', + 'extension' => ':extension יש להתקין ולטעון את התוסף!', + 'directory' => ':directory צריכה להיות עם הרשאות כתיבה!', + 'executable' => 'קובץ ההפעלה של PHP CLI אינו מוגדר/אינו עובד או שהגרסה שלו לא :php_version או שהגרסה גבוהה יותר. בבקשה, תגדיר או תפנה לחברת האחסון שיגדירו PHP_BINARY או PHP_PATH את הגרסא ומשתני סביבה בצורה נכונה.', ], 'database' => [ 'hostname' => 'שם מארח', 'username' => 'שם משתמש', 'password' => 'סיסמה', - 'name' => 'בסיס נתונים', + 'name' => 'שם מסד נתונים', ], 'settings' => [ 'company_name' => 'שם החברה', 'company_email' => 'כתובת הדואר האלקטרוני של החברה', - 'admin_email' => 'דוא"ל מנהל', + 'admin_email' => 'דוא"ל מנהל המערכת', 'admin_password' => 'סיסמת מנהל מערכת', ], 'error' => [ - 'connection' => 'שגיאה: לא היתה אפשרות להתחבר למסד הנתונים! בבקשה, ודא כי הפרטים נכונים.', + 'php_version' => 'שגיאה: יש להשתמש ב-PHP בגרסא :php_version או בגרסה גבוהה יותר.עבור הHTTP והCLI. ', + 'connection' => 'שגיאה: לא היתה אפשרות להתחבר למסד הנתונים! בבקשה ודא כי הפרטים נכונים.', ], ]; diff --git a/resources/lang/hi-IN/modules.php b/resources/lang/hi-IN/modules.php index 0540ef60d..98d5807e3 100644 --- a/resources/lang/hi-IN/modules.php +++ b/resources/lang/hi-IN/modules.php @@ -60,6 +60,7 @@ return [ ], 'errors' => [ + 'purchase' => 'आपको :module! खरीदना/नवीनीकरण करना चाहिए !', 'download' => ':module डाउनलोड करने में सक्षम नहीं है।', 'zip' => ':module ज़िप फ़ाइल बनाने में सक्षम नहीं है।', 'unzip' => ':module अनज़िप करने में सक्षम नहीं है।', diff --git a/resources/lang/lv-LV/accounts.php b/resources/lang/lv-LV/accounts.php index 329bbb4bc..a58cbf8a0 100644 --- a/resources/lang/lv-LV/accounts.php +++ b/resources/lang/lv-LV/accounts.php @@ -5,10 +5,14 @@ return [ 'account_name' => 'Konta nosaukums', 'number' => 'Konta numurs', 'opening_balance' => 'Sākuma atlikums', - 'current_balance' => 'Beigu atlikums', + 'current_balance' => 'Pārskata bilance', 'bank_name' => 'Bankas nosaukums', 'bank_phone' => 'Bankas tālrunis', 'bank_address' => 'Bankas adrese', - 'default_account' => 'Noklusētais konts', + 'default_account' => 'Noklusējuma konts', + 'incoming' => 'Ienākošs', + 'outgoing' => 'Izejošs', + 'see_performance' => 'Skatīt ierakstus', + 'create_report' => 'Ja vēlaties skatīt konta ierakstus. Jūs variet izveidot Ienākumu un Izdevumu pārskatu.', ]; diff --git a/resources/lang/lv-LV/auth.php b/resources/lang/lv-LV/auth.php index a9d07d46a..cc907de03 100644 --- a/resources/lang/lv-LV/auth.php +++ b/resources/lang/lv-LV/auth.php @@ -13,7 +13,7 @@ return [ 'current_email' => 'E-pasta adrese', 'reset' => 'Atiestatīt', 'never' => 'nekad', - 'landing_page' => 'Landing Page', + 'landing_page' => 'Galvenā lapa', 'password' => [ 'current' => 'Parole', @@ -24,13 +24,13 @@ return [ 'error' => [ 'self_delete' => 'Kļūda: Nevar izdzēst sevi!', - 'self_disable' => 'Error: Can not disable yourself!', + 'self_disable' => 'Kļūda: nevar sevi atspējot!', 'no_company' => 'Kļūda: Jūsu kontam nav piesaistīts neviens uzņēmums. Sazinieties, lūdzu, ar sistēmas administratoru.', ], 'failed' => 'Lietotāja vārds un/vai parole ir nepareiza.', - 'disabled' => 'Šis konts ir atiespējots. Lūdzu, sazinieties ar sistēmas administratoru.', 'throttle' => 'Pārāk daudz pieteikšanās mēģinājumu. Lūdzu, mēģiniet vēlreiz pēc :seconds sekundēm.', + 'disabled' => 'Šis konts ir atiespējots. Lūdzu, sazinieties ar sistēmas administratoru.', 'notification' => [ 'message_1' => 'Jūs saņēmāt šo epastu, jo esam saņēmuši paroles atjaunošanas pieprasījumu Jūsu kontam.', diff --git a/resources/lang/lv-LV/bills.php b/resources/lang/lv-LV/bills.php index 41471f9ba..11923f44f 100644 --- a/resources/lang/lv-LV/bills.php +++ b/resources/lang/lv-LV/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Rēķina numurs', 'bill_date' => 'Rēķina datums', + 'bill_amount' => 'Rēķina summa', 'total_price' => 'Kopējā summa', 'due_date' => 'Apmaksas termiņš', 'order_number' => 'Pasūtījuma numurs', @@ -11,16 +12,17 @@ return [ 'quantity' => 'Daudzums', 'price' => 'Cena', - 'sub_total' => 'Kopā', + 'sub_total' => 'Starpsumma', 'discount' => 'Atlaide', - 'tax_total' => 'Nodokļi kopā', + 'item_discount' => 'Līnijas atlaide', + 'tax_total' => 'Nodokļu kopsumma', 'total' => 'Kopā', 'item_name' => 'Nosaukums|Nosaukumi', - 'show_discount' => 'Atlaide :discount%', + 'show_discount' => 'Atlaide :atlaidet%', 'add_discount' => 'Pievienot atlaidi', - 'discount_desc' => 'no', + 'discount_desc' => 'no starpsummas', 'payment_due' => 'Kavēts rēķins', 'amount_due' => 'Kavēts maksājums', @@ -29,35 +31,25 @@ return [ 'payments' => 'Maksājumi', 'add_payment' => 'Pievienot maksājumu', 'mark_paid' => 'Atzīmēt kā samaksātu', - 'mark_received' => 'Atzīmēt kā aņemtu', + 'mark_received' => 'Atzīmēt kā saņemtu', + 'mark_cancelled' => 'Atzīmēt kā atceltu', 'download_pdf' => 'Lejupielādēt PDF', 'send_mail' => 'Sūtīt e-pastu', 'create_bill' => 'Izrakstīt rēķinu', 'receive_bill' => 'Saņemt rēķinu', 'make_payment' => 'Veikt maksājumu', - 'statuses' => [ - 'draft' => 'Draft', - 'received' => 'Received', - 'partial' => 'Partial', - 'paid' => 'Paid', - 'overdue' => 'Overdue', - 'unpaid' => 'Unpaid', - ], - 'messages' => [ - 'received' => 'Rēķina saņemšana ir apstiprināta!', - 'marked_paid' => 'Rēķins atzīmēts kā samaksāts!', - 'draft' => 'This is a DRAFT bill and will be reflected to charts after it gets received.', + 'draft' => 'Šī ir rēķina SAGATAVE un tiks atspoguļota diagrammās pēc saņemšanas.', 'status' => [ - 'created' => 'Izveidots: datums', + 'created' => 'Izveidots :datums', 'receive' => [ - 'draft' => 'Nav nosūtīts', + 'draft' => 'Nav saņemts', 'received' => 'Saņemts: datums', ], 'paid' => [ - 'await' => 'Gaidāmie maksājumi', + 'await' => 'Gaida maksājumu', ], ], ], diff --git a/resources/lang/lv-LV/bulk_actions.php b/resources/lang/lv-LV/bulk_actions.php index a9ad32f04..5735422f3 100644 --- a/resources/lang/lv-LV/bulk_actions.php +++ b/resources/lang/lv-LV/bulk_actions.php @@ -2,19 +2,22 @@ return [ - 'bulk_actions' => 'Bulk Action|Bulk Actions', - 'selected' => 'selected', - 'no_action' => 'No action available', + 'bulk_actions' => 'Lielapjoma darbība| Lielapjoma darbības', + 'selected' => 'izvēlēties', + 'no_action' => 'Darbība nav pieejama', 'message' => [ - 'duplicate' => 'Are you sure you want to duplicate selected record?', - 'delete' => 'Are you sure you want to delete selected record?|Are you sure you want to delete selected records?', - 'export' => 'Are you sure you want to export selected record?|Are you sure you want to export selected records?', - 'enable' => 'Are you sure you want to enable selected record?|Are you sure you want to enable selected records?', - 'disable' => 'Are you sure you want to disable selected record?|Are you sure you want to disable selected records?', - 'paid' => 'Are you sure you want to mark selected invoice as paid?|Are you sure you want to mark selected invoices as paid?', - 'sent' => 'Are you sure you want to mark selected invoice as sent?|Are you sure you want to mark selected invoices as sent?', - 'received' => 'Are you sure you want to mark selected bill as received?|Are you sure you want to mark selected bills as received?', + 'duplicate' => 'Vai tiešām vēlaties dublēt atlasīto ierakstu?', + 'delete' => 'Vai tiešām vēlaties dzēst atlasīto ierakstu? |Vai tiešām vēlaties dzēst atlasītos ierakstus?', + 'export' => 'Vai tiešām vēlaties eksportēt atlasīto ierakstu?|Vai tiešām vēlaties eksportēt atlasītos ierakstus?', + 'enable' => 'Vai tiešām vēlaties iespējot izvēlēto ierakstu?|Vai tiešām vēlaties iespējot izvēlētos ierakstus?', + 'disable' => 'Vai tiešām vēlaties atspējot atlasīto ierakstu?| Vai tiešām vēlaties atspējot atlasītos ierakstus?', + 'paid' => 'Vai tiešām vēlaties atzīmēt atlasīto rēķinu kā apmaksāts | Vai tiešām vēlaties atzīmēt atlasītos rēķinus kā apmaksāts?', + 'sent' => 'Vai tiešām vēlaties atzīmēt atlasīto rēķinu kā nosūtīts?|Vai tiešām vēlaties atzīmēt atlasītos rēķinus kā nosūtīts?', + 'received' => 'Vai tiešām vēlaties atzīmēt atlasīto rēķinu kā saņemts | Vai tiešām vēlaties atzīmēt atlasītos rēķinus kā saņemts ?', + 'cancelled' => 'Vai tiešām vēlaties atcelt atlasīto pavadzīmi/rēķinu? |Vai tiešām vēlaties atcelt atlasītās/tos pavadzīmes/rēķinus?', + 'reconcile' => 'Vai tiešām vēlaties saskaņot atlasīto ierakstu?|Vai tiešām vēlaties saskaņot atlasītos ierakstus?', + 'unreconcile' => 'Vai tiešām vēlaties nesaskaņot atlasīto ierakstu?|Vai tiešām vēlaties nesaskaņot atlasītos ierakstus?', ], ]; diff --git a/resources/lang/lv-LV/companies.php b/resources/lang/lv-LV/companies.php index 2a1cbb2d7..6baca533d 100644 --- a/resources/lang/lv-LV/companies.php +++ b/resources/lang/lv-LV/companies.php @@ -6,9 +6,9 @@ return [ 'logo' => 'Logo', 'error' => [ - 'not_user_company' => 'Error: You are not allowed to change this company!', - 'delete_active' => 'Error: Can not delete the active company. Please, switch to another first!', - 'disable_active' => 'Error: Can not disable the active company. Please, switch to another first!', + 'not_user_company' => 'Kļūda: Jums nav tiesības strādāt ar šo uzņēmumu!', + 'delete_active' => 'Kļūda: nevar izdzēst aktīvo uzņēmumu. Lūdzu, vispirms pārslēdzieties uz citu!', + 'disable_active' => 'Kļūda: nevar atspējot aktīvo uzņēmumu. Lūdzu, vispirms pārslēdzieties uz citu!', ], ]; diff --git a/resources/lang/lv-LV/countries.php b/resources/lang/lv-LV/countries.php index 5ea9e5ec5..78e5f2a00 100644 --- a/resources/lang/lv-LV/countries.php +++ b/resources/lang/lv-LV/countries.php @@ -2,176 +2,171 @@ return [ 'AF' => 'Afganistāna', + 'AX' => 'Ālandu salas', 'AL' => 'Albānija', 'DZ' => 'Alžīrija', - 'US' => 'Amerikas Savienotās Valstis', + 'AS' => 'ASV Samoa', 'AD' => 'Andora', - 'AI' => 'Angilja', 'AO' => 'Angola', + 'AI' => 'Angilja', 'AQ' => 'Antarktika', 'AG' => 'Antigva un Barbuda', - 'GB' => 'Apvienotā Karaliste', - 'AE' => 'Apvienotie Arābu Emirāti', 'AR' => 'Argentīna', 'AM' => 'Armēnija', 'AW' => 'Aruba', - 'UM' => 'ASV Mazās Aizjūras salas', - 'AS' => 'ASV Samoa', - 'VI' => 'ASV Virdžīnas', 'AU' => 'Austrālija', 'AT' => 'Austrija', - 'TL' => 'Austrumtimora', 'AZ' => 'Azerbaidžāna', 'BS' => 'Bahamu salas', 'BH' => 'Bahreina', - 'BY' => 'Baltkrievija', 'BD' => 'Bangladeša', 'BB' => 'Barbadosa', - 'BZ' => 'Beliza', + 'BY' => 'Baltkrievija', 'BE' => 'Beļģija', + 'BZ' => 'Beliza', 'BJ' => 'Benina', 'BM' => 'Bermudu salas', + 'BT' => 'Butāna', 'BO' => 'Bolīvija', 'BA' => 'Bosnija un Hercegovina', 'BW' => 'Botsvāna', + 'BV' => 'Buvē sala', 'BR' => 'Brazīlija', - 'VG' => 'Britu Virdžīnas', + 'IO' => 'Indijas okeāna Britu teritorija', + 'VG' => 'Britu Virdžīnu salas', 'BN' => 'Bruneja', 'BG' => 'Bulgārija', 'BF' => 'Burkinafaso', 'BI' => 'Burundija', - 'BT' => 'Butāna', - 'BV' => 'Buvē sala', - 'CF' => 'Centrālāfrikas Republika', - 'TD' => 'Čada', - 'CZ' => 'Čehija', - 'CL' => 'Čīle', - 'DK' => 'Dānija', - 'ZA' => 'Dienvidāfrikas Republika', - 'GS' => 'Dienviddžordžija un Dienvidsendviču salas', - 'KR' => 'Dienvidkoreja', - 'SS' => 'Dienvidsudāna', - 'DM' => 'Dominika', - 'DO' => 'Dominikāna', - 'JE' => 'Džērsija', - 'DJ' => 'Džibutija', - 'EG' => 'Ēģipte', - 'EC' => 'Ekvadora', - 'GQ' => 'Ekvatoriālā Gvineja', - 'ER' => 'Eritreja', - 'ET' => 'Etiopija', - 'FO' => 'Fēru salas', - 'FJ' => 'Fidži', - 'PH' => 'Filipīnas', - 'FK' => 'Folklenda salas', - 'FR' => 'Francija', - 'TF' => 'Francijas Dienvidjūru teritorija', - 'GF' => 'Francijas Gviāna', - 'PF' => 'Francijas Polinēzija', - 'GA' => 'Gabona', - 'GY' => 'Gajāna', - 'GM' => 'Gambija', - 'GH' => 'Gana', - 'GG' => 'Gērnsija', - 'GI' => 'Gibraltārs', - 'GD' => 'Grenāda', - 'GL' => 'Grenlande', - 'GR' => 'Grieķija', - 'GE' => 'Gruzija', - 'GU' => 'Guama', - 'GP' => 'Gvadelupa', - 'GT' => 'Gvatemala', - 'GN' => 'Gvineja', - 'GW' => 'Gvineja-Bisava', - 'HT' => 'Haiti', - 'HM' => 'Hērda sala un Makdonalda salas', - 'HN' => 'Hondurasa', - 'HR' => 'Horvātija', - 'EE' => 'Igaunija', - 'IN' => 'Indija', - 'IO' => 'Indijas okeāna Britu teritorija', - 'ID' => 'Indonēzija', - 'IQ' => 'Irāka', - 'IR' => 'Irāna', - 'IE' => 'Īrija', - 'IS' => 'Islande', - 'IT' => 'Itālija', - 'IL' => 'Izraēla', - 'JM' => 'Jamaika', - 'JP' => 'Japāna', - 'NC' => 'Jaunkaledonija', - 'NZ' => 'Jaunzēlande', - 'YE' => 'Jemena', - 'JO' => 'Jordānija', - 'CV' => 'Kaboverde', - 'KY' => 'Kaimanu salas', 'KH' => 'Kambodža', 'CM' => 'Kamerūna', 'CA' => 'Kanāda', - 'QA' => 'Katara', - 'KZ' => 'Kazahstāna', - 'KE' => 'Kenija', - 'CY' => 'Kipra', - 'CW' => 'Kirasao', - 'KG' => 'Kirgizstāna', - 'KI' => 'Kiribati', + 'CV' => 'Kaboverde', + 'BQ' => 'Nīderlandes Karību salas', + 'KY' => 'Kaimanu salas', + 'CF' => 'Centrālāfrikas Republika', + 'TD' => 'Čada', + 'CL' => 'Čīle', + 'CN' => 'Ķīna', + 'CX' => 'Ziemsvētku sala', 'CC' => 'Kokosu (Kīlinga) salas', 'CO' => 'Kolumbija', 'KM' => 'Komoru salas', 'CG' => 'Kongo (Brazavila)', 'CD' => 'Kongo (Kinšasa)', + 'CK' => 'Kuka salas', 'CR' => 'Kostarika', 'CI' => 'Kotdivuāra', - 'RU' => 'Krievija', + 'HR' => 'Horvātija', 'CU' => 'Kuba', - 'CK' => 'Kuka salas', - 'KW' => 'Kuveita', - 'CN' => 'Ķīna', + 'CW' => 'Kirasao', + 'CY' => 'Kipra', + 'CZ' => 'Čehija', + 'DK' => 'Dānija', + 'DJ' => 'Džibutija', + 'DM' => 'Dominika', + 'DO' => 'Dominikāna', + 'EC' => 'Ekvadora', + 'EG' => 'Ēģipte', + 'SV' => 'Salvadora', + 'GQ' => 'Ekvatoriālā Gvineja', + 'ER' => 'Eritreja', + 'EE' => 'Igaunija', + 'SZ' => 'Svatini', + 'ET' => 'Etiopija', + 'FK' => 'Folklenda salas', + 'FO' => 'Fēru salas', + 'FJ' => 'Fidži', + 'FI' => 'Somija', + 'FR' => 'Francija', + 'GF' => 'Francijas Gviāna', + 'PF' => 'Francijas Polinēzija', + 'TF' => 'Francijas Dienvidjūru teritorija', + 'GA' => 'Gabona', + 'GM' => 'Gambija', + 'GE' => 'Gruzija', + 'DE' => 'Vācija', + 'GH' => 'Gana', + 'GI' => 'Gibraltārs', + 'GR' => 'Grieķija', + 'GL' => 'Grenlande', + 'GD' => 'Grenāda', + 'GP' => 'Gvadelupa', + 'GU' => 'Guama', + 'GT' => 'Gvatemala', + 'GG' => 'Gērnsija', + 'GN' => 'Gvineja', + 'GW' => 'Gvineja-Bisava', + 'GY' => 'Gajāna', + 'HT' => 'Haiti', + 'HM' => 'Hērda sala un Makdonalda salas', + 'HN' => 'Hondurasa', 'HK' => 'Ķīnas īpašās pārvaldes apgabals Honkonga', - 'MO' => 'ĶTR īpašais administratīvais reģions Makao', + 'HU' => 'Ungārija', + 'IS' => 'Islande', + 'IN' => 'Indija', + 'ID' => 'Indonēzija', + 'IR' => 'Irāna', + 'IQ' => 'Irāka', + 'IE' => 'Īrija', + 'IM' => 'Menas sala', + 'IL' => 'Izraēla', + 'IT' => 'Itālija', + 'JM' => 'Jamaika', + 'JP' => 'Japāna', + 'JE' => 'Džērsija', + 'JO' => 'Jordānija', + 'KZ' => 'Kazahstāna', + 'KE' => 'Kenija', + 'KI' => 'Kiribati', + 'KW' => 'Kuveita', + 'KG' => 'Kirgizstāna', 'LA' => 'Laosa', 'LV' => 'Latvija', - 'LS' => 'Lesoto', 'LB' => 'Libāna', + 'LS' => 'Lesoto', 'LR' => 'Libērija', 'LY' => 'Lībija', - 'LT' => 'Lietuva', 'LI' => 'Lihtenšteina', + 'LT' => 'Lietuva', 'LU' => 'Luksemburga', + 'MO' => 'ĶTR īpašais administratīvais reģions Makao', 'MG' => 'Madagaskara', - 'YT' => 'Majota', - 'MY' => 'Malaizija', 'MW' => 'Malāvija', + 'MY' => 'Malaizija', 'MV' => 'Maldīvija', 'ML' => 'Mali', 'MT' => 'Malta', - 'MA' => 'Maroka', 'MH' => 'Māršala salas', 'MQ' => 'Martinika', - 'MU' => 'Maurīcija', 'MR' => 'Mauritānija', + 'MU' => 'Maurīcija', + 'YT' => 'Majota', 'MX' => 'Meksika', - 'ME' => 'Melnkalne', - 'IM' => 'Menas sala', 'FM' => 'Mikronēzija', - 'MM' => 'Mjanma (Birma)', - 'MD' => 'Moldova', + 'MD' => 'Moldāvija', 'MC' => 'Monako', 'MN' => 'Mongolija', + 'ME' => 'Melnkalne', 'MS' => 'Montserrata', + 'MA' => 'Maroka', 'MZ' => 'Mozambika', + 'MM' => 'Mjanma (Birma)', 'NA' => 'Namībija', 'NR' => 'Nauru', 'NP' => 'Nepāla', 'NL' => 'Nīderlande', - 'BQ' => 'Nīderlandes Karību salas', + 'NC' => 'Jaunkaledonija', + 'NZ' => 'Jaunzēlande', + 'NI' => 'Nikaragva', 'NE' => 'Nigēra', 'NG' => 'Nigērija', - 'NI' => 'Nikaragva', 'NU' => 'Niue', 'NF' => 'Norfolkas sala', + 'KP' => 'Ziemeļkoreja', + 'MK' => 'Ziemeļmaķedonija', + 'MP' => 'Ziemeļu Marianas salas', 'NO' => 'Norvēģija', - 'AX' => 'Olandes salas', 'OM' => 'Omāna', 'PK' => 'Pakistāna', 'PW' => 'Palau', @@ -180,49 +175,54 @@ return [ 'PG' => 'Papua-Jaungvineja', 'PY' => 'Paragvaja', 'PE' => 'Peru', + 'PH' => 'Filipīnas', 'PN' => 'Pitkērnas salas', 'PL' => 'Polija', 'PT' => 'Portugāle', 'PR' => 'Puertoriko', + 'QA' => 'Katara', 'RE' => 'Reinjona', - 'EH' => 'Rietumsahāra', - 'RW' => 'Ruanda', 'RO' => 'Rumānija', - 'SV' => 'Salvadora', + 'RU' => 'Krievija', + 'RW' => 'Ruanda', 'WS' => 'Samoa', 'SM' => 'Sanmarīno', 'ST' => 'Santome un Prinsipi', 'SA' => 'Saūda Arābija', - 'SC' => 'Seišelu salas', - 'BL' => 'Senbartelmī', 'SN' => 'Senegāla', - 'MF' => 'Senmartēna', - 'PM' => 'Senpjēra un Mikelona', - 'KN' => 'Sentkitsa un Nevisa', - 'LC' => 'Sentlūsija', - 'VC' => 'Sentvinsenta un Grenadīnas', 'RS' => 'Serbija', + 'SC' => 'Seišelu salas', + 'SL' => 'Sjerraleone', 'SG' => 'Singapūra', 'SX' => 'Sintmārtena', - 'SY' => 'Sīrija', - 'SL' => 'Sjerraleone', 'SK' => 'Slovākija', 'SI' => 'Slovēnija', + 'SB' => 'Zālamana salas', 'SO' => 'Somālija', - 'FI' => 'Somija', + 'ZA' => 'Dienvidāfrikas Republika', + 'GS' => 'Dienviddžordžija un Dienvidsendviču salas', + 'KR' => 'Dienvidkoreja', + 'SS' => 'Dienvidsudāna', 'ES' => 'Spānija', + 'LK' => 'Šrilanka', + 'BL' => 'Senbartelmī', + 'SH' => 'Sv.Helēnas sala', + 'KN' => 'Sentkitsa un Nevisa', + 'LC' => 'Sentlūsija', + 'MF' => 'Senmartēna', + 'PM' => 'Senpjēra un Mikelona', + 'VC' => 'Sentvinsenta un Grenadīnas', 'SD' => 'Sudāna', 'SR' => 'Surinama', - 'SH' => 'Sv.Helēnas sala', 'SJ' => 'Svalbāra un Jana Majena sala', - 'SZ' => 'Svatini', - 'LK' => 'Šrilanka', + 'SE' => 'Zviedrija', 'CH' => 'Šveice', - 'TJ' => 'Tadžikistāna', + 'SY' => 'Sīrija', 'TW' => 'Taivāna', - 'TH' => 'Taizeme', + 'TJ' => 'Tadžikistāna', 'TZ' => 'Tanzānija', - 'TC' => 'Tērksas un Kaikosas salas', + 'TH' => 'Taizeme', + 'TL' => 'Austrumtimora', 'TG' => 'Togo', 'TK' => 'Tokelau', 'TO' => 'Tonga', @@ -230,24 +230,24 @@ return [ 'TN' => 'Tunisija', 'TR' => 'Turcija', 'TM' => 'Turkmenistāna', + 'TC' => 'Tērksas un Kaikosas salas', 'TV' => 'Tuvalu', + 'UM' => 'ASV Mazās Aizjūras salas', + 'VI' => 'ASV Virdžīnas', 'UG' => 'Uganda', 'UA' => 'Ukraina', - 'HU' => 'Ungārija', + 'AE' => 'Apvienotie Arābu Emirāti', + 'GB' => 'Apvienotā Karaliste', + 'US' => 'Amerikas Savienotās Valstis', 'UY' => 'Urugvaja', 'UZ' => 'Uzbekistāna', - 'DE' => 'Vācija', 'VU' => 'Vanuatu', 'VA' => 'Vatikāns', 'VE' => 'Venecuēla', 'VN' => 'Vjetnama', 'WF' => 'Volisa un Futunas salas', - 'SB' => 'Zālamana salas', + 'EH' => 'Rietumsahāra', + 'YE' => 'Jemena', 'ZM' => 'Zambija', - 'KP' => 'Ziemeļkoreja', - 'MK' => 'Ziemeļmaķedonija', - 'MP' => 'Ziemeļu Marianas salas', - 'CX' => 'Ziemsvētku sala', 'ZW' => 'Zimbabve', - 'SE' => 'Zviedrija', ]; diff --git a/resources/lang/lv-LV/currencies.php b/resources/lang/lv-LV/currencies.php index 816aa4d2f..01e742b6e 100644 --- a/resources/lang/lv-LV/currencies.php +++ b/resources/lang/lv-LV/currencies.php @@ -6,7 +6,7 @@ return [ 'rate' => 'Kurss', 'default' => 'Noklusētā valūta', 'decimal_mark' => 'Decimālā zīme', - 'thousands_separator' => 'Tūkstošu atdalītāju', + 'thousands_separator' => 'Tūkstošu atdalītājs', 'precision' => 'Precizitāte', 'conversion' => 'Valūtas konvertēšana', 'symbol' => [ diff --git a/resources/lang/lv-LV/customers.php b/resources/lang/lv-LV/customers.php index ba3a0f34a..5bd4f3486 100644 --- a/resources/lang/lv-LV/customers.php +++ b/resources/lang/lv-LV/customers.php @@ -2,8 +2,8 @@ return [ - 'can_login' => 'Can Login?', - 'user_created' => 'Lietotājs, kas izveidojis', + 'can_login' => 'Var pieteikties?', + 'user_created' => 'Lietotājs izveidots', 'error' => [ 'email' => 'Lietotājs ar šādu e-pasta adresi jau eksistē.', diff --git a/resources/lang/lv-LV/dashboards.php b/resources/lang/lv-LV/dashboards.php index cdee3cb28..8bd8f7d8c 100644 --- a/resources/lang/lv-LV/dashboards.php +++ b/resources/lang/lv-LV/dashboards.php @@ -3,9 +3,9 @@ return [ 'error' => [ - 'not_user_dashboard' => 'Error: You are not allowed to change this dashboard!', - 'delete_last' => 'Error: Can not delete the last dashboard. Please, create a new one first!', - 'disable_last' => 'Error: Can not disable the last dashboard. Please, create a new one first!', + 'not_user_dashboard' => 'Kļūda: jums nav atļauts mainīt šo informācijas paneli!', + 'delete_last' => 'Kļūda: nevar izdzēst pēdējo informācijas paneli. Lūdzu, vispirms izveidojiet jaunu!', + 'disable_last' => 'Kļūda: nevar atspējot pēdējo informācijas paneli. Lūdzu, vispirms izveidojiet jaunu!', ], ]; diff --git a/resources/lang/lv-LV/demo.php b/resources/lang/lv-LV/demo.php index ef1472d27..a329b0ea3 100644 --- a/resources/lang/lv-LV/demo.php +++ b/resources/lang/lv-LV/demo.php @@ -3,32 +3,32 @@ return [ 'accounts' => [ - 'cash' => 'Cash', + 'cash' => 'Naudas līdzekļi', ], 'categories' => [ - 'deposit' => 'Deposit', - 'sales' => 'Sales', + 'deposit' => 'Iemaksa', + 'sales' => 'Pārdošana', ], 'currencies' => [ - 'usd' => 'US Dollar', + 'usd' => 'ASV dolārs', 'eur' => 'Euro', - 'gbp' => 'British Pound', - 'try' => 'Turkish Lira', + 'gbp' => 'Angļu mārciņa', + 'try' => 'Turku lira', ], 'offline_payments' => [ - 'cash' => 'Cash', - 'bank' => 'Bank Transfer', + 'cash' => 'Naudas līdzekļi', + 'bank' => 'Bankas pārskaitījums', ], 'reports' => [ - 'income' => 'Monthly income summary by category.', - 'expense' => 'Monthly expense summary by category.', - 'income_expense' => 'Monthly income vs expense by category.', - 'tax' => 'Quarterly tax summary.', - 'profit_loss' => 'Quarterly profit & loss by category.', + 'income' => 'Mēneša ienākumu kopsavilkums pa kategorijām.', + 'expense' => 'Mēneša izdevumu kopsavilkums pa kategorijām.', + 'income_expense' => 'Mēneša ienākumi/izdevumi pa kategorijām.', + 'tax' => 'Ceturkšņa nodokļu kopsavilkums.', + 'profit_loss' => 'Ceturkšņa peļņa un zaudējumi pa kategorijām.', ], ]; diff --git a/resources/lang/lv-LV/documents.php b/resources/lang/lv-LV/documents.php new file mode 100644 index 000000000..84c878033 --- /dev/null +++ b/resources/lang/lv-LV/documents.php @@ -0,0 +1,54 @@ + 'Rediģēt kolonnas', + 'empty_items' => 'Jūs neesat pievienojis nevienu vienumu.', + + 'statuses' => [ + 'draft' => 'Melnraksts', + 'sent' => 'Nosūtīts', + 'expired' => 'Termiņš beidzies', + 'viewed' => 'Skatīts', + 'approved' => 'Apstiprināts', + 'received' => 'Saņemts', + 'refused' => 'Atteikts', + 'restored' => 'Atjaunots', + 'reversed' => 'Reverss', + 'partial' => 'Daļējs', + 'paid' => 'Samaksāts', + 'pending' => 'Gaida', + 'invoiced' => 'Izrakstīts', + 'overdue' => 'Nokavēts', + 'unpaid' => 'Neapmaksāts', + 'cancelled' => 'Atcelts', + 'voided' => 'Anulēts', + 'completed' => 'Pabeigts', + 'shipped' => 'Nosūtīts', + 'refunded' => 'Atmaksāts', + 'failed' => 'Neizdevās', + 'denied' => 'Atteikts', + 'processed' => 'Apstrādāts', + 'open' => 'Atvērums', + 'closed' => 'Slēgts', + 'billed' => 'Izrakstīts', + 'delivered' => 'Piegādāts', + 'returned' => 'Atgriezts', + 'drawn' => 'Uzzīmēts', + 'not_billed' => 'Nav izrakstīts rēķins', + 'issued' => 'Izdots', + 'not_invoiced' => 'Nav iekļauts rēķinā', + 'confirmed' => 'Apstiprināts', + 'not_confirmed' => 'Nav apstiprināts', + ], + + 'messages' => [ + 'email_sent' => ':veids e-pasts nosūtīts veiksmīgi!', + 'marked_as' => ':veids atzīmēts kā :status!', + 'marked_sent' => ':veids atzīmēts kā nosūtīts!', + 'marked_paid' => ':veids atzīmēts kā samaksāts!', + 'marked_viewed' => ':veids atzīmēts kā skatīts!', + 'marked_cancelled' => ':veids atzīmēts kā atcelts!', + 'marked_received' => ':veids atzīmēts kā saņemts!', + ], +]; diff --git a/resources/lang/lv-LV/email_templates.php b/resources/lang/lv-LV/email_templates.php index 9ef443ece..a1528eef0 100644 --- a/resources/lang/lv-LV/email_templates.php +++ b/resources/lang/lv-LV/email_templates.php @@ -3,48 +3,58 @@ return [ 'invoice_new_customer' => [ - 'subject' => '{invoice_number} invoice created', - 'body' => 'Dear {customer_name},

We have prepared the following invoice for you: {invoice_number}.

You can see the invoice details and proceed with the payment from the following link: {invoice_number}.

Feel free to contact us with any questions.

Best Regards,
{company_name}', + 'subject' => '{invoice_number} rēķins izveidots', + 'body' => 'Cien. {customer_name},

Mēs jums esam sagatavojuši šādu rēķinu: {invoice_number}.

Varat skatīt rēķina informāciju un turpināt maksājumu no šādas saites: {invoice_number}.

Varat sazināties ar mums, uzdodot jebkādus jautājumus.

Labākie vēlējumi,
{company_name}', ], 'invoice_remind_customer' => [ - 'subject' => '{invoice_number} invoice overdue notice', - 'body' => 'Dear {customer_name},

This is an overdue notice for {invoice_number} invoice.

The invoice total is {invoice_total} and was due {invoice_due_date}.

You can see the invoice details and proceed with the payment from the following link: {invoice_number}.

Best Regards,
{company_name}', + 'subject' => '{invoice_number} nokavēts rēķins', + 'body' => 'Cien. {customer_name},

Šis ir paziņojums par nokavētu {invoice_number} rēķinu.

Rēķina kopsumma ir {invoice_total} un bija pienācis{invoice_due_date}.

Varat skatīt detalizētu informāciju par rēķinu un turpināt maksājumu no šīs saites: {invoice_number}.

Labākie vēlējumi,
{company_name}', ], 'invoice_remind_admin' => [ - 'subject' => '{invoice_number} invoice overdue notice', - 'body' => 'Hello,

{customer_name} has received an overdue notice for {invoice_number} invoice.

The invoice total is {invoice_total} and was due {invoice_due_date}.

You can see the invoice details from the following link: {invoice_number}.

Best Regards,
{company_name}', + 'subject' => '{invoice_number} nokavēts rēķins', + 'body' => 'Sveiki,

{customer_name} ir saņēmts paziņojums nokavētam {invoice_number} rēķinam.

Rēķina kopsumma ir {invoice_total} un ir jāapmaksā {invoice_due_date}.

Rēķina detaļas var apskatīt no šādas saites: {invoice_number}.

Labākie vēlējumi,
{company_name}', ], 'invoice_recur_customer' => [ - 'subject' => '{invoice_number} recurring invoice created', - 'body' => 'Dear {customer_name},

Based on your recurring circle, we have prepared the following invoice for you: {invoice_number}.

You can see the invoice details and proceed with the payment from the following link: {invoice_number}.

Feel free to contact us with any questions.

Best Regards,
{company_name}', + 'subject' => '{invoice_number} periodisks rēķins izveidots', + 'body' => 'Cien. {customer_name},

Pamatojoties uz jūsu periodiskumu, esam jums sagatavojuši šādu rēķinu: + {invoice_number}.

Varat skatīt rēķina informāciju un turpināt maksājumu no šādas saites: {invoice_number}.

Varat sazināties ar mums, uzdodot jebkādus jautājumus.

Labākie vēlējumi,
{company_name}', ], 'invoice_recur_admin' => [ - 'subject' => '{invoice_number} recurring invoice created', - 'body' => 'Hello,

Based on {customer_name} recurring circle, {invoice_number} invoice has been automatically created.

You can see the invoice details from the following link: {invoice_number}.

Best Regards,
{company_name}', + 'subject' => '{invoice_number} periodisks rēķins izveidots', + 'body' => 'Sveiki,

Pamatojoties uz {customer_name} periodiskumu, {invoice_number} rēķins ir izveidots automātiski.

Rēķina detaļas var apskatīt šajā saitē: {invoice_number}.

Labākie vēlējumi,
{company_name}', ], 'invoice_payment_customer' => [ - 'subject' => 'Payment received for {invoice_number} invoice', - 'body' => 'Dear {customer_name},

Thank you for the payment. Find the payment details below:

-------------------------------------------------
Amount: {transaction_total}
Date: {transaction_paid_date}
Invoice Number: {invoice_number}
-------------------------------------------------

You can always see the invoice details from the following link: {invoice_number}.

Feel free to contact us with any questions.

Best Regards,
{company_name}', + 'subject' => 'Rēķina Nr. {invoice_number} apmaksa saņemta', + 'body' => 'Cien., {customer_name},

Paldies par maksājumu. Maksājuma rekvizīti atrodas zemāk:

-------------------------------------------------
Summa: {transaction_total}
Datums: {transaction_paid_date}
Rēķina numurs: {invoice_number}
-------------------------------------------------

Rēķina detaļas vienmēr var skatīt šajā saitē: {invoice_number}.

Varat sazināties ar mums, uzdodot jebkādus jautājumus.

Labākie vēlējumi,
{company_name}', ], 'invoice_payment_admin' => [ - 'subject' => 'Payment received for {invoice_number} invoice', - 'body' => 'Hello,

{customer_name} recorded a payment for {invoice_number} invoice.

You can see the invoice details from the following link: {invoice_number}.

Best Regards,
{company_name}', + 'subject' => 'Rēķina Nr. {invoice_number} apmaksa saņemta', + 'body' => 'Sveiki,

{customer_name} ierakstīja maksājumu par rēķinu{invoice_number}.

Rēķina detaļas var apskatīt šajā saitē: {invoice_number}.

Labākie vēlējumi,
{company_name}', ], 'bill_remind_admin' => [ - 'subject' => '{bill_number} bill reminding notice', - 'body' => 'Hello,

This is a reminding notice for {bill_number} bill to {vendor_name}.

The bill total is {bill_total} and is due {bill_due_date}.

You can see the bill details from the following link: {bill_number}.

Best Regards,
{company_name}', + 'subject' => 'pavadzīmes Nr.{bill_number} atgādinājuma paziņojums', + 'body' => 'Sveiki,

Šis ir atgādinājuma paziņojums par rēķinu{bill_number} {vendor_name}.

Rēķina kopsumma ir {bill_total} un ir jāapmaksā {bill_due_date}.

Rēķina detaļas var apskatīt šajā saitē: {bill_number}.

Labākie vēlējumu,
{company_name}', ], 'bill_recur_admin' => [ - 'subject' => '{bill_number} recurring bill created', + 'subject' => 'Izveidots periodiskais rēķins Nr.{bill_number} ', 'body' => 'Hello,

Based on {vendor_name} recurring circle, {bill_number} invoice has been automatically created.

You can see the bill details from the following link: {bill_number}.

Best Regards,
{company_name}', ], + 'revenue_new_customer' => [ + 'subject' => 'Maksājums izveidots:{revenue_date}', + 'body' => 'Cien. {customer_name},

Esam sagatavojuši šādu maksājumu.

Maksājuma informāciju varat skatīt šajā saitē: {revenue_date}.

Varat sazināties ar mums, uzdodot jebkādus jautājumus.

Labākie vēlējumi,
{company_name}', + ], + + 'payment_new_vendor' => [ + 'subject' => 'Maksājums izveidots:{revenue_date}', + 'body' => 'Cien., {vendor_name},

Esam sagatavojuši šādu maksājumu.

Maksājuma informāciju varat skatīt šajā saitē: {payment_date}.

Varat sazināties ar mums, uzdodot jebkādus jautājumus..

Labākie vēlējumi,
{company_name}', + ], ]; diff --git a/resources/lang/lv-LV/errors.php b/resources/lang/lv-LV/errors.php index c72a47530..49f6665cc 100644 --- a/resources/lang/lv-LV/errors.php +++ b/resources/lang/lv-LV/errors.php @@ -3,21 +3,22 @@ return [ 'title' => [ - '403' => 'Oops! Forbidden Access', - '404' => 'Oops! Page not found', - '500' => 'Oops! Something went wrong', + '403' => 'Oopss! Aizliegta piekļuve!', + '404' => 'Oopss! Lapa nav atrasta!', + '500' => 'Oopss! Radās kļūda!', ], 'header' => [ - '403' => '403 Forbidden', - '404' => '404 Not Found', - '500' => '500 Internal Server Error', + '403' => '403 Aizliegts!', + '404' => '404 Nav atrasts!', + '500' => '500 Iekšējā servera kļūda!', ], 'message' => [ - '403' => 'You can not access this page.', - '404' => 'We could not find the page you were looking for.', - '500' => 'We will work on fixing that right away.', + '403' => 'Šai lapai nevar piekļūt.', + '404' => 'Mēs nevarējām atrast jūsu meklēto lapu.', + '500' => 'Mēs nekavējoties strādāsim pie tā novēršanas.', + 'record' => 'Mēs nevarējām atrast meklējamo ierakstu.', ], ]; diff --git a/resources/lang/lv-LV/footer.php b/resources/lang/lv-LV/footer.php index a0eb62db8..70f3e7076 100644 --- a/resources/lang/lv-LV/footer.php +++ b/resources/lang/lv-LV/footer.php @@ -3,7 +3,7 @@ return [ 'version' => 'Versija', - 'powered' => 'Powered By Akaunting', + 'powered' => 'Darbojas, izmantojot Akaunting', 'link' => 'https://akaunting.com', 'software' => 'Bezmaksas grāmatvedības programma', diff --git a/resources/lang/lv-LV/general.php b/resources/lang/lv-LV/general.php index d294873b2..b92c25284 100644 --- a/resources/lang/lv-LV/general.php +++ b/resources/lang/lv-LV/general.php @@ -2,7 +2,7 @@ return [ - 'dashboards' => 'Dashboard|Dashboards', + 'dashboards' => 'Informācijas panelis/Informācijas paneļi', 'items' => 'Preces|Preces', 'incomes' => 'Ienākumi|Ienākumi', 'invoices' => 'Rēķini|Rēķini', @@ -39,20 +39,23 @@ return [ 'numbers' => 'Skaitļi|Skaitļi', 'statuses' => 'Statusi|Statusi', 'others' => 'Citi|Citi', - 'contacts' => 'Contact|Contacts', - 'reconciliations' => 'Reconciliation|Reconciliations', - 'developers' => 'Developer|Developers', - 'schedules' => 'Schedule|Schedules', - 'groups' => 'Group|Groups', - 'charts' => 'Chart|Charts', - 'localisations' => 'Localisation|Localisations', - 'defaults' => 'Default|Defaults', - 'widgets' => 'Widget|Widgets', - 'templates' => 'Template|Templates', - 'sales' => 'Sale|Sales', - 'purchases' => 'Purchase|Purchases', + 'contacts' => 'Kontakts|Kontakti', + 'reconciliations' => 'Saskaņošana|Saskaņošanas', + 'developers' => 'Izstrādātājs|Izstrādātāji', + 'schedules' => 'Grafiks|Grafiki', + 'groups' => 'Grupa|Grupas', + 'charts' => 'Diagramma|Diagrammas', + 'localisations' => 'Atrašanās vieta|Atrašanās vietas', + 'defaults' => 'Noklusējums|Noklusējumi', + 'widgets' => 'Logrīks|Logrīki', + 'templates' => 'Veidne | Veidnes', + 'sales' => 'Pārdošana|Pārdošanas', + 'purchases' => 'Pirkums|Pirkumi', + 'notifications' => 'Paziņojums|Paziņojumi', + 'countries' => 'Valsts | Valstis', + 'cities' => 'Pilsēta / Lielpilsēta|Pilsētas / Lielpilsētas', - 'welcome' => 'Welcome', + 'welcome' => 'Laipni lūdzam', 'banking' => 'Banka', 'general' => 'Galvenā', 'no_records' => 'Ierakstu nav.', @@ -64,19 +67,20 @@ return [ 'no' => 'Nē', 'na' => 'Nav pieejams', 'daily' => 'Ikdienas', - 'weekly' => 'Weekly', + 'weekly' => 'Iknedēļas', 'monthly' => 'Ikmēneša', 'quarterly' => 'Ceturkšņa', 'yearly' => 'Gada', 'add' => 'Pievienot', 'add_new' => 'Pievienot jaunu', - 'add_income' => 'Add Income', - 'add_expense' => 'Add Expense', + 'add_income' => 'Pievienot ienākumu', + 'add_expense' => 'Pievienot izdevumu', + 'add_transfer' => 'Pievienot pārskaitījumu', 'show' => 'Skatīt', 'edit' => 'Labot', 'delete' => 'Dzēst', 'send' => 'Sūtīt', - 'share' => 'Share', + 'share' => 'Daļa', 'download' => 'Lejupielādēt', 'delete_confirm' => 'Apstiprināt dzēšanu :name :type?', 'name' => 'Nosaukums', @@ -94,17 +98,20 @@ return [ 'reference' => 'Reference', 'attachment' => 'Pielikums', 'change' => 'Mainīt', - 'change_type' => 'Change :type', + 'change_type' => 'Mainīt veidu', 'switch' => 'Mainīt', 'color' => 'Krāsa', 'save' => 'Saglabāt', - 'confirm' => 'Confirm', + 'confirm' => '~Apstiprināt', 'cancel' => 'Atcelt', - 'loading' => 'Loading...', + 'loading' => 'Ielādē...', 'from' => 'No', 'to' => 'Kam', 'print' => 'Drukāt', + 'download_pdf' => 'Lejupielādēt PDF', + 'customize' => 'Pielāgot', 'search' => 'Meklēt', + 'search_text' => 'Meklēt šo tekstu', 'search_placeholder' => 'Meklēt..', 'filter' => 'Filtrs', 'help' => 'Palīgs', @@ -152,12 +159,23 @@ return [ 'no_matching_data' => 'Nav sakritību datos', 'clear_cache' => 'Notīrīt kešatmiņu', 'go_to_dashboard' => 'Doties uz galveno paneli', + 'is' => 'ir', + 'isnot' => 'nav', + 'recurring_and_more' => 'Atkārtojas un vairāk..', + 'due_on' => 'Termiņš', + 'amount_due' => 'Maksājamā summa', + 'financial_year' => 'Pārskata gads', + 'created' => 'Izveidots', + 'state' => 'Rajons / Valsts', + 'zip_code' => 'Pasts / Pasta indekss', 'card' => [ + 'cards' => 'Karte|Kartes', 'name' => 'Nosaukums uz kartes', 'number' => 'Kartes numurs', 'expiration_date' => 'Derīguma termiņš', 'cvv' => 'Kartes CVV kods', + 'save' => 'Saglabāt karti', ], 'title' => [ @@ -177,10 +195,25 @@ return [ 'field' => '- Izvēlēties :field -', 'file' => 'Izvēlēties failu', ], + 'add' => 'Pievienot lauku', + 'add_an' => 'Pievienot lauku', 'add_new' => 'Pievienot Jaunu', + 'edit' => 'Rediģēt lauku', + 'contact_edit' => 'Rediģēt :contact_name :lauku', + 'drop_file' => 'Pārvilkt failus šeit lai augšupielādētu', + 'choose' => 'Izvēlēties lauku', + 'choose_different' => 'Izvēlēties citu: lauku', + 'choose_file' => 'Izvēlēties failu', 'no_file_selected' => 'Fails nav izvēlēts...', ], + 'placeholder' => [ + 'search' => 'Ierakstiet, lai meklētu..', + 'search_and_filter' => 'Meklēšanas vai filtrēšanas rezultāti.', + 'contact_search' => 'Ierakstiet: tipa nosaukumu', + 'item_search' => 'Ierakstiet vienuma nosaukumu', + ], + 'date_range' => [ 'today' => 'Šodiena', 'yesterday' => 'Vakardiena', @@ -190,17 +223,17 @@ return [ ], 'empty' => [ - 'documentation' => 'Check out the documentation for more details.', - 'items' => 'Items can be products or services. You can use items when creating invoices and bills to have the price, tax etc fields populated.', - 'invoices' => 'Invoices can be one time or recurring. You can send them to customers and start accepting online payments.', - 'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.', - 'customers' => 'Customers are required if you want to create invoices. They may also log in to Client Portal and see their balance.', - 'bills' => 'Bills can be one time or recurring. They indicate what you owe your vendors for the products or services you purchase.', - 'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.', - 'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.', - 'transfers' => 'Transfers allow you to move money from one account to another, whether they use the same currency or not.', - 'taxes' => 'Taxes are used to apply extra fees to invoices and bills. Your financials are affected by these regulatory taxes.', - 'reconciliations' => 'Bank reconciliation is a process performed to ensure that your company bank records are also correct.', + 'documentation' => 'Skatiet sīkākai informācijai dokumentāciju.', + 'items' => 'Preces vai pakalpojumi. Jūs varat izvēlēties preces, kad veidojat rēķinus un pavadzīmes, aizpildot cenu, nodokļus un citus laukus.', + 'invoices' => 'Rēķini var būt vienreizēji vai atkārtoti. Varat tos nosūtīt klientiem un sākt akceptēt tiešsaistes maksājumus.', + 'revenues' => 'Ieņēmumi ir apmaksāta ienākuma darījums. Tas var būt neatkarīgs ieraksts (t.i., depozīts) vai pievienots rēķinam.', + 'customers' => 'Ja vēlaties veidot rēķinus, ir nepieciešami debitori. Viņi var arī pieteikties klientu portālā un skatīt savu bilanci.', + 'bills' => 'Rēķini var būt vienreiz vai periodiski. Tie norāda, kas jūsu piegādātājiem ir parādā par iegādātajiem produktiem vai pakalpojumiem.', + 'payments' => 'Maksājums ir apmaksāts izdevumu darījums. Tas var būt neatkarīgs ieraksts (t.i., pārtikas kvīts) vai pievienots rēķinam.', + 'vendors' => 'Lai izveidotu rēķinus, ir nepieciešami piegādātāji. Var redzēt atlikumu, ko esat parādā, un filtrēt pārskatus pēc piegādātāja.', + 'transfers' => 'Pārskaitījumi ļauj pārvietot naudu no viena konta uz citu neatkarīgi no tā, vai tā izmanto vienu un to pašu valūtu.', + 'taxes' => 'Nodokļus izmanto, lai attiecinātu papildu maksas uz pavadzīmēm un rēķiniem. Jūsu finanses ietekmē šie normatīvie nodokļi.', + 'reconciliations' => 'Bankas saskaņošana ir process, kas tiek veikts, lai nodrošinātu, ka uzņēmuma bankas ieraksti arī ir pareizi.', ], ]; diff --git a/resources/lang/lv-LV/header.php b/resources/lang/lv-LV/header.php index 30296c7ee..e71f496ab 100644 --- a/resources/lang/lv-LV/header.php +++ b/resources/lang/lv-LV/header.php @@ -4,13 +4,25 @@ return [ 'change_language' => 'Mainīt valodu', 'last_login' => 'Pēdējā autorizācija :time', + 'notifications' => [ - 'counter' => '{0} Jums nav nevienas notifkācijas|{1} Jums ir :count notifikācija|[2,*] Jums ir :count notifikācijas', - 'overdue_invoices' => '{1} :count kavēts rēķins|[2,*] :count kavēti rēķini', - 'upcoming_bills' => '{1} Drīzumā jāapmaksā :count rēķins |[2,*] Drīzūmā jāapmaksā :count rēķini', - 'view_all' => 'Skatīt visus' + 'counter' => '{0} Jums nav nevienas notifkācijas|{1} Jums ir :skaitīt notifikācija|[2,*] Jums ir :skaitīt notifikācijas', + 'new_apps' => '{1} :skaitīt tiek publicēta jauna programma|[2,*] :skaitīt publicētas jaunas programmas', + 'overdue_invoices' => '{1} :skaitīt kavēts rēķins|[2,*] :skaitīt kavēti rēķini', + 'upcoming_bills' => '{1} Drīzumā jāapmaksā :skaitīt rēķins |[2,*] Drīzūmā jāapmaksā :skaitīt rēķini', + 'view_all' => 'Skatīt visus', + + 'exports' => [ + 'completed' => '{1} :skaitīt eksportēšana pabeigta|[2,*] :skaitīt eksportēšanas pabeigtas', + 'failed' => '{1} :skaitīt neizdevās eksportēt|[2,*] :skaitīt neveiksmīgs eksports', + ], + 'imports' => [ + 'completed' => '{1} :skaitīt eksportēšana pabeigta|[2,*] :skaitīt eksportēšanas pabeigtas', + 'failed' => '{1} :skaitīt neizdevās importēt|[2,*] :skaitīt neveiksmīgs imports', + ], ], - 'docs_link' => 'https://akaunting.com/docs', + + 'docs_link' => 'https://akaunting.com', 'support_link' => 'https://akaunting.com/support', ]; diff --git a/resources/lang/lv-LV/import.php b/resources/lang/lv-LV/import.php index d8b9e2e63..747b87be1 100644 --- a/resources/lang/lv-LV/import.php +++ b/resources/lang/lv-LV/import.php @@ -3,7 +3,8 @@ return [ 'import' => 'Importēt', - 'title' => 'Importēt :type', - 'message' => 'Atļautie failu tipi: XLS, XLSX. Lejupielādēt faila paraugu', + 'title' => 'Importēt :veids', + 'limitations' => 'Atļautais faila veids: :paplašinājumi
Atļautais maks. rindas: :rindas_ierobežojums\'', + 'sample_file' => 'Jūs variet lejupielādēt parauga failu un aizpildīt to ar datiem.', ]; diff --git a/resources/lang/lv-LV/install.php b/resources/lang/lv-LV/install.php index b768c15a6..ce81af04e 100644 --- a/resources/lang/lv-LV/install.php +++ b/resources/lang/lv-LV/install.php @@ -17,10 +17,11 @@ return [ ], 'requirements' => [ - 'enabled' => ':feature ir jāiespējo!', - 'disabled' => ':feature ir jāatspējo!', - 'extension' => ':extension nepieciešams ielādēt', - 'directory' => ':directory direktorijai jābūt rakstīšanas tiesībām!', + 'enabled' => ':iezīme ir jāiespējo!', + 'disabled' => ':iezīmee ir jāatspējo!', + 'extension' => ':paplašinājumi nepieciešams ielādēt!', + 'directory' => ':direktorijs direktorijai jābūt rakstīšanas tiesībām!', + 'executable' => 'PHP CLI izpildāmais fails nav definēts/nedarbojas vai tā versija nav :php_version vai augstāka! Lūdziet savam uzturētājuzņēmumam uzstatīt PHP_BINARY vai PHP_PATH vides mainīgo pareizi.', ], 'database' => [ @@ -38,6 +39,7 @@ return [ ], 'error' => [ + 'php_version' => 'Kļūda: lūdziet uzturētājuzņēmumu izmantot PHP: php_version vai jaunāku versiju gan HTTP, gan CLI.', 'connection' => 'Kļūda: Nevar savienoties ar datubāzi. Lūdzu pārliecinies, ka dati ir pareizi.', ], diff --git a/resources/lang/lv-LV/invoices.php b/resources/lang/lv-LV/invoices.php index b17444399..b31b32f02 100644 --- a/resources/lang/lv-LV/invoices.php +++ b/resources/lang/lv-LV/invoices.php @@ -4,6 +4,7 @@ return [ 'invoice_number' => 'Rēķina numurs', 'invoice_date' => 'Rēķina datums', + 'invoice_amount' => 'Pavadzīmes summa', 'total_price' => 'Kopējā summa', 'due_date' => 'Apmaksas termiņš', 'order_number' => 'Pasūtījuma numurs', @@ -11,15 +12,16 @@ return [ 'quantity' => 'Daudzums', 'price' => 'Cena', - 'sub_total' => 'Summa', + 'sub_total' => 'Starpsumma', 'discount' => 'Atlaide', - 'tax_total' => 'Atlaide kopā', - 'total' => 'Summa', + 'item_discount' => 'Rindas atlaide', + 'tax_total' => 'Nodokļu kopsumma', + 'total' => 'Summa kopā', 'item_name' => 'Nosaukums|Nosaukums', 'show_discount' => ':discount% atlaide', - 'add_discount' => 'Pieviento atlaidi', + 'add_discount' => 'Pievieno atlaidi', 'discount_desc' => 'no summas', 'payment_due' => 'Apmaksas termiņš', @@ -29,7 +31,8 @@ return [ 'add_payment' => 'Pievienot maksājumu', 'mark_paid' => 'Atzīmēt kā samaksāts', 'mark_sent' => 'Atzīmēt kā nosūtītu', - 'mark_viewed' => 'Mark Viewed', + 'mark_viewed' => 'Atzīmēt skatīto', + 'mark_cancelled' => 'Atzīme atcelta', 'download_pdf' => 'Lejupielādēt PDF', 'send_mail' => 'Sūtīt e-pastu', 'all_invoices' => 'Pierakstīties, lai skatītu visus rēķinus', @@ -38,33 +41,19 @@ return [ 'get_paid' => 'Saņemt apmaksu', 'accept_payments' => 'Pieņemt tiešsaistes maksājumus', - 'statuses' => [ - 'draft' => 'Draft', - 'sent' => 'Sent', - 'viewed' => 'Viewed', - 'approved' => 'Approved', - 'partial' => 'Partial', - 'paid' => 'Paid', - 'overdue' => 'Overdue', - 'unpaid' => 'Unpaid', - ], - 'messages' => [ - 'email_sent' => 'Invoice email has been sent!', - 'marked_sent' => 'Invoice marked as sent!', - 'marked_paid' => 'Invoice marked as paid!', 'email_required' => 'Pircējam nav norādīta e-pasta adrese!', 'draft' => 'Šis ir melnraksts rēķinam un tas atspoguļosies diagrammās, pēc tam, kad tas tiks iespējots / nosūtīts.', 'status' => [ - 'created' => 'Izveidots: datums', - 'viewed' => 'Viewed', + 'created' => 'Izveidots :datums', + 'viewed' => 'Skatīts', 'send' => [ 'draft' => 'Nav nosūtīts', - 'sent' => 'Nosūtīts: datums', + 'sent' => 'Nosūtīts :datums', ], 'paid' => [ - 'await' => 'Gaidāmie maksājumi', + 'await' => 'Gaida maksājumu', ], ], ], diff --git a/resources/lang/lv-LV/items.php b/resources/lang/lv-LV/items.php index 8391de24e..6666dc288 100644 --- a/resources/lang/lv-LV/items.php +++ b/resources/lang/lv-LV/items.php @@ -2,7 +2,8 @@ return [ - 'sales_price' => 'Pārdošanas cena', - 'purchase_price' => 'Iegādes cena', + 'sales_price' => 'Pārdošanas cena', + 'purchase_price' => 'Iegādes cena', + 'enter_item_description' => 'Ievadiet aprakstu', ]; diff --git a/resources/lang/lv-LV/messages.php b/resources/lang/lv-LV/messages.php index 5fc060203..bd53ab2fe 100644 --- a/resources/lang/lv-LV/messages.php +++ b/resources/lang/lv-LV/messages.php @@ -3,35 +3,39 @@ return [ 'success' => [ - 'added' => ':type pievients!', - 'updated' => ':type atjaunināts!', - 'deleted' => ':type dzēsts!', - 'duplicated' => ':type kopēts!', - 'imported' => ':type importēts!', - 'exported' => ':type exported!', - 'enabled' => ':type iespējots!', - 'disabled' => ':type atspējots!', + 'added' => ':veids pievienots!', + 'updated' => ':veids atjaunināts!', + 'deleted' => ':veids dzēsts!', + 'duplicated' => ':veids kopēts!', + 'imported' => ':veids importēts!', + 'import_queued' => ':veids importēšana ir ieplānota! Jūs saņemsit e-pasta ziņojumu, kad tas būs pabeigts.', + 'exported' => ':veids eksportēts!', + 'export_queued' => ':veids ir ieplānota pašreizējās lapas eksportēšana! Jūs saņemsit e-pasta ziņojumu, kad tas būs gatavs lejupielādei.', + 'enabled' => ':veids iespējots!', + 'disabled' => ':veids atspējots!', + + 'clear_all' => 'Lieliski! Jūs notīrījāt visus savus :veids.', ], 'error' => [ - 'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount', + 'over_payment' => 'Kļūda: maksājums nav pievienots! Ievadītā summa veido šādu kopsummu: :summa', 'not_user_company' => 'Kļūda: Jums nav tiesības strādāt ar šo uzņēmumu!', - 'customer' => 'Kļūda: Lietotājs nav izveidots! :name jau lieto šādu e-pasta adresi.', + 'customer' => 'Kļūda: Lietotājs nav izveidots! :vārds jau lieto šādu e-pasta adresi.', 'no_file' => 'Kļūda: Fails nav izvēlēts!', - 'last_category' => 'Kļūda: Nevar izdzēst pēdējo :type kategoriju!', - 'change_type' => 'Error: Can not change the type because it has :text related!', - 'invalid_apikey' => 'Error: The API Key entered is invalid!', - 'import_column' => 'Kļūda: :message Lapas nosaukums: :sheet. Rindas numurs: :line.', + 'last_category' => 'Kļūda: Nevar izdzēst pēdējo :veids kategoriju!', + 'change_type' => 'Kļūda: tipu nevar mainīt, jo tas ir saistīts ar tekstu!', + 'invalid_apikey' => 'Kļūda: ievadītā API atslēga nav derīga!', + 'import_column' => 'Kļūda: :ziņa Lapas nosaukums: :kolonna. Rindas numurs: :līnija', 'import_sheet' => 'Kļūda: Lapas nosaukums nav pareizs. Lūdzu pārbaudiet parauga failu.', ], 'warning' => [ - 'deleted' => 'Brīdinājums: Jums nav tiesību dzēst :name jo tas ir saistīts ar :text.', - 'disabled' => 'Brīdinājums: Jums nav tiesību atspējot :name jo tas ir saistīts ar :text.', - 'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!', - 'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!', - 'disable_code' => 'Warning: You are not allowed to disable or change the currency of :name because it has :text related.', - 'payment_cancel' => 'Warning: You have cancelled your recent :method payment!', + 'deleted' => 'Brīdinājums: Jums nav tiesību dzēst :vārds jo tas ir saistīts ar :teksts.', + 'disabled' => 'Brīdinājums: Jums nav tiesību atspējot :vārds jo tas ir saistīts ar :teksts.', + 'reconciled_tran' => 'Brīdinājums: jums nav atļauts mainīt/dzēst transakciju, jo tā ir saskaņota!', + 'reconciled_doc' => 'Brīdinājums. Jums nav atļauts mainīt/dzēst :tips, jo tam ir saskaņotas transakcijas!', + 'disable_code' => 'Brīdinājums. Jums nav atļauts atspējot vai mainīt šādu valūtu :nosaukums, jo tam ir saistīts :teksts.', + 'payment_cancel' => 'Brīdinājums. Jūs atcēlāt savu neseno :metode maksājumu!', ], ]; diff --git a/resources/lang/lv-LV/modules.php b/resources/lang/lv-LV/modules.php index 025dac7f8..c6955bfe4 100644 --- a/resources/lang/lv-LV/modules.php +++ b/resources/lang/lv-LV/modules.php @@ -2,64 +2,75 @@ return [ - 'api_key' => 'API Key', + 'api_key' => 'API atslēga', 'my_apps' => 'Manas programmas', - 'pre_sale' => 'Pre-Sale', - 'top_paid' => 'Top maksas', - 'new' => 'Jaunas', - 'top_free' => 'Top bezmaksas', + 'pre_sale' => 'Iepriekšpārdošana', + 'top_paid' => 'Vislabāk pirktās', + 'new' => 'Jaunākās', + 'top_free' => 'Vispopulārākās bezmaksas', 'free' => 'BEZMAKSAS', - 'search' => 'Meklēt', + 'monthly' => 'Ikmēneša', + 'yearly' => 'Ikgadējs', + 'yearly_pricing' => 'Gada cenas noteikšana', + 'monthly_price' => 'no :cena', + 'per_month' => 'mēnesī', + 'billed_yearly' => 'Izrakstīts par gadu', + 'billed_monthly' => 'Izrakstīts par mēnesi', + 'save_year' => 'Jūs ietaupāt :cena par gadu!', + 'if_paid_year' => 'Vai :cena/mēn apmaksai par gadu', + 'information_monthly' => 'Šī opcija ir derīga tikai pakalpojumam mākoņpakalpojums', 'install' => 'Instalēt', 'buy_now' => 'Pirkt tagad', - 'get_api_key' => 'Click here to get your API key.', + 'get_api_key' => 'Noklikšķiniet šeit lai iegūtu API atslēgu.', 'no_apps' => 'Šajā kategorijā programmu vēl nav.', - 'become_developer' => 'Are you a developer? Here you can learn how to create an app and start selling today!', - 'recommended_apps' => 'Recommended Apps', + 'become_developer' => 'Vai jūs esat izstrādātājs? Šeit varat uzzināt, kā izveidot lietotni un sākt pārdot jau šodien!', + 'recommended_apps' => 'Ieteicamās lietojumprogrammas', + 'can_not_install' => 'Mēneša abonementi ir pieejami tikai mākoņpakalpojumā. Uzziniet vairāk.', 'about' => 'Par', 'added' => 'Pievienots', 'updated' => 'Atjaunināts', 'compatibility' => 'Savietojamība', - 'documentation' => 'Documentation', - 'view' => 'View', - 'back' => 'Back', + 'documentation' => 'Dokumentācija', + 'view' => 'Skatīt', + 'back' => 'Atpakaļ', - 'installed' => ':module instalēta', - 'uninstalled' => ':module atinstalēta', - //'updated' => ':module updated', - 'enabled' => ':module iespējots', - 'disabled' => ':module atspējots', + 'installed' => ':modulis instalēts', + 'uninstalled' => ':modulis atinstalēts', + 'updated_2' => ':modulis ir atjaunināts', + 'enabled' => ':modulis iespējots', + 'disabled' => ':modulis atspējots', 'tab' => [ 'installation' => 'Instalācija', 'faq' => 'BUJ', 'changelog' => 'Izmaiņas', - 'reviews' => 'Reviews', + 'reviews' => 'Recenzijas', ], 'installation' => [ 'header' => 'Programmas instalācija', - 'download' => 'Downloading :module', - 'unzip' => 'Extracting :module files', - 'file_copy' => 'Copying :module files', - 'finish' => 'Finalizing :module installation', - 'redirect' => ':module installed, redirecting to updates page', - 'install' => 'Installing :module', + 'download' => 'Lejupielādēju :modulis.', + 'unzip' => 'Atarhivēju :modulis failus', + 'file_copy' => 'Kopē :modulis failus', + 'finish' => 'Pabeigta :modulis uzstādīšana', + 'redirect' => ':modulis instalēts, novirzīšana uz atjauninājumu lapu', + 'install' => 'Instalē :modulis', ], 'errors' => [ - 'download' => 'Not able to download :module', - 'zip' => 'Not able to create :module zip file', - 'unzip' => 'Not able to unzip :module', - 'file_copy' => 'Not able to copy :module files', - 'finish' => 'Not able to finalize :module installation', + 'purchase' => 'Jums vajadzētu iegādāties/atjaunot :modulis!', + 'download' => 'Nevar lejupielādēt :modulis', + 'zip' => 'Nevar izveidot :modulis zip failu', + 'unzip' => 'Nevar unzip :modulis', + 'file_copy' => 'Nevar nokopēt :modulis failus', + 'finish' => 'Nevar pabeigt :modulis uzstādīšanu', ], 'badge' => [ 'installed' => 'Instalēts', - 'pre_sale' => 'Pre-Sale', + 'pre_sale' => 'Iepriekšpārdošana', ], 'button' => [ @@ -75,10 +86,10 @@ return [ 'reviews' => [ 'button' => [ - 'add' => 'Add a Review' + 'add' => 'Pievienot atsauksmi' ], - 'na' => 'There are no reviews.' + 'na' => 'Nav nevienas atsauksmes.' ], ]; diff --git a/resources/lang/lv-LV/notifications.php b/resources/lang/lv-LV/notifications.php index a79a2e0dd..2843e976c 100644 --- a/resources/lang/lv-LV/notifications.php +++ b/resources/lang/lv-LV/notifications.php @@ -2,9 +2,78 @@ return [ - 'whoops' => 'Whoops!', + 'whoops' => 'Klau!', 'hello' => 'Sveicināts!', - 'salutation' => 'Sveicieniem,
: company_name', - 'subcopy' => 'Ja rodas problēmas, noklikšķinot uz ": tekstu" pogu, nokopējiet šo URL un ielīmējiet to savā web pārlūkprogrammā: [: url](:url)', + 'salutation' => 'Sveicināti,
:uzņēmuma nosaukums', + 'subcopy' => 'Ja rodas problēmas, noklikšķinot uz ": tekstu" pogu, nokopējiet šo URL un ielīmējiet to savā web pārlūkprogrammā: [:url](:url)', + 'reads' => 'Lasīt|Lasa', + 'read_all' => 'Lasīt visu', + 'mark_read' => 'Atzīmēt kā izlasītu', + 'mark_read_all' => 'Atzīmēt visu kā izlasītu', + 'new_apps' => 'Jauna lietotne|Jaunas lietotnes', + 'upcoming_bills' => 'Gaidāmie rēķini', + 'recurring_invoices' => 'Periodiskie rēķini', + 'recurring_bills' => 'Periodiskie rēķini', + 'update' => [ + + 'mail' => [ + + 'subject' => '⚠️ Atjaunināšana neizdevās :domain', + 'message' => 'Šāda atjaunināšana no :aizstājvārds :esošs_versija uz :jauns_versija neizdevās :solis solis ar šādu ziņojumu: :kļūdas_ziņa', + + ], + + 'slack' => [ + + 'message' => 'Atjaunināšana neizdevās :domain', + + ], + + ], + + 'import' => [ + + 'completed' => [ + + 'subject' => 'Importēšana pabeigta', + 'description' => 'Importēšana ir pabeigta, un ieraksti ir pieejami panelī.', + + ], + + 'failed' => [ + + 'subject' => 'Importēšana neizdevās', + 'description' => 'Failu nevar importēt šādu problēmu dēļ:', + + ], + ], + + 'export' => [ + + 'completed' => [ + + 'subject' => 'Eksportēšana ir pabeigta', + 'description' => 'Eksportēšanas fails ir gatavs lejupielādei no šīs saites:', + + ], + + 'failed' => [ + + 'subject' => 'Eksportēšana neizdevās', + 'description' => 'Nevar izveidot eksportēšanas failu šādas problēmas dēļ:', + + ], + + ], + + 'messages' => [ + + 'mark_read' => ':veids ir izlasīts šis paziņojums!', + 'mark_read_all' => ':veids ir izlasīti visi paziņojumi!', + 'new_app' => ':veids programma ir publicēta.', + 'export' => 'Jūsu :veids eksportēšanas fails ir gatavs lejupielādei.', + 'import' => 'Jūsu :veids līnijas :skaitīt dati ir veiksmīgi importēti.', + + ], ]; diff --git a/resources/lang/lv-LV/pagination.php b/resources/lang/lv-LV/pagination.php index de9b8023e..5a7463b32 100644 --- a/resources/lang/lv-LV/pagination.php +++ b/resources/lang/lv-LV/pagination.php @@ -2,9 +2,9 @@ return [ - 'previous' => 'Previous', - 'next' => 'Next', - 'showing' => ':first-:last of :total records.', - 'page' => 'per page.', + 'previous' => 'Atpakaļ', + 'next' => 'Nākamais', + 'showing' => ':pirmais-:pēdējais no :visiem ierakstiem', + 'page' => 'uz lapu', ]; diff --git a/resources/lang/lv-LV/passwords.php b/resources/lang/lv-LV/passwords.php index 4d146f253..e4ac8b59c 100644 --- a/resources/lang/lv-LV/passwords.php +++ b/resources/lang/lv-LV/passwords.php @@ -16,8 +16,8 @@ return [ 'password' => 'Parolei jābūt vismaz 6 zīmes garai.', 'reset' => 'Jūsu parole ir atjaunota!', 'sent' => 'Mēs jums uz e-pastu nosūtījām paroles atjaunošanas saiti!', + 'throttled' => 'Lūdzu, uzgaidiet, pirms mēģināt vēlreiz.', 'token' => 'Paroles atjaunošanas atslēga ir nederīga.', 'user' => "Mēs nevaram atrast lietotāju ar šadu e-pasta adresi.", - 'throttle' => 'Please wait before retrying.', ]; diff --git a/resources/lang/lv-LV/payments.php b/resources/lang/lv-LV/payments.php new file mode 100644 index 000000000..be820d1f1 --- /dev/null +++ b/resources/lang/lv-LV/payments.php @@ -0,0 +1,10 @@ + 'Maksājums ir veikts', + 'paid_to' => 'Samaksāts uz', + 'related_bill' => 'Saistītais rēķins', + 'create_payment' => 'Izveidot maksājumu', + +]; diff --git a/resources/lang/lv-LV/reconciliations.php b/resources/lang/lv-LV/reconciliations.php index 8136223e9..58aded8d5 100644 --- a/resources/lang/lv-LV/reconciliations.php +++ b/resources/lang/lv-LV/reconciliations.php @@ -2,15 +2,17 @@ return [ - 'reconcile' => 'Reconcile', - 'reconciled' => 'Reconciled', - 'closing_balance' => 'Closing Balance', - 'unreconciled' => 'Unreconciled', - 'transactions' => 'Transactions', - 'start_date' => 'Start Date', - 'end_date' => 'End Date', - 'cleared_amount' => 'Cleared Amount', - 'deposit' => 'Deposit', - 'withdrawal' => 'Withdrawal', + 'reconcile' => 'Saskaņot ', + 'unreconcile' => 'Nesaskaņot', + 'reconciled' => 'Saskaņots', + 'opening_balance' => 'Sākuma bilance', + 'closing_balance' => 'Beigu bilance', + 'unreconciled' => 'Nesaskaņots', + 'transactions' => 'Darījumi', + 'start_date' => 'Sākuma datums', + 'end_date' => 'Beigu datums', + 'cleared_amount' => 'Dzēšamā summa', + 'deposit' => 'Ieņēmumi', + 'withdrawal' => 'Atsaukt', ]; diff --git a/resources/lang/lv-LV/recurring.php b/resources/lang/lv-LV/recurring.php index 11e214162..6e2eacee4 100644 --- a/resources/lang/lv-LV/recurring.php +++ b/resources/lang/lv-LV/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'Atkārtojošs', + 'interval' => 'Intervāls', + 'frequency' => 'Biežums', + 'count' => 'Aprēķināt', 'every' => 'Katru', 'period' => 'Periods', 'times' => 'Skaits', @@ -10,11 +13,13 @@ return [ 'weekly' => 'Katru nedēļu', 'monthly' => 'Katru mēnesi', 'yearly' => 'Reizi gadā', - 'custom' => 'Cits', + 'custom' => 'Pasūtījuma', 'days' => 'Diena(s)', 'weeks' => 'Nedēļa(s)', 'months' => 'Mēnesis(-ši)', 'years' => 'Gads(-i)', - 'message' => ':type iestatīta atkārtošana. Nākošais :type tiks automātiski ģenerēts :date', + 'message' => ':veids iestatīta atkārtošana. Nākošais :veids tiks automātiski ģenerēts :datums', + 'message_parent' => 'Šis :veids tika ģenerēts automātiski no :links', + 'tooltip' => 'Papildus iepriekš noteiktajiem periodiem, iespējams pielāgot periodus attiecībā uz prasībām.
Padoms: Skaitlim jābūt iestatītam uz nulli, lai tas atkārtotos bezgalīgi.', ]; diff --git a/resources/lang/lv-LV/reports.php b/resources/lang/lv-LV/reports.php index 58475893d..e858dc3e2 100644 --- a/resources/lang/lv-LV/reports.php +++ b/resources/lang/lv-LV/reports.php @@ -2,17 +2,18 @@ return [ + 'years' => 'Gads|Gadi', 'this_year' => 'Šogad', 'previous_year' => 'Iepriekšējais gads', 'this_quarter' => 'Šis ceturksnis', 'previous_quarter' => 'Iepriekšējais ceturksnis', 'last_12_months' => 'Iepriekšējie 12 mēneši', - 'profit_loss' => 'Peļņa un zaudējumi', + 'profit_loss' => 'Peļņa & zaudējumi', 'gross_profit' => 'Bruto peļņa', 'net_profit' => 'Neto peļņa', 'total_expenses' => 'Kopējie izdevumi', - 'net' => 'NET', - 'income_expense' => 'Income & Expense', + 'net' => 'NETO', + 'income_expense' => 'Ienākumi & Izdevumi', 'summary' => [ 'income' => 'Ieņēmumu kopsavilkums', @@ -22,9 +23,9 @@ return [ ], 'charts' => [ - 'line' => 'Line', - 'bar' => 'Bar', - 'pie' => 'Pie', + 'line' => 'Līnija', + 'bar' => 'Stienis', + 'pie' => 'Pīrāgs', ], ]; diff --git a/resources/lang/lv-LV/revenues.php b/resources/lang/lv-LV/revenues.php new file mode 100644 index 000000000..9980d2926 --- /dev/null +++ b/resources/lang/lv-LV/revenues.php @@ -0,0 +1,10 @@ + 'Saņemtie ieņēmumi', + 'paid_by' => 'Samaksāts uz', + 'related_invoice' => 'Saistītais rēķins', + 'create_revenue' => 'Izveidot ieņēmumus', + +]; diff --git a/resources/lang/lv-LV/search_string.php b/resources/lang/lv-LV/search_string.php new file mode 100644 index 000000000..1511755fc --- /dev/null +++ b/resources/lang/lv-LV/search_string.php @@ -0,0 +1,21 @@ + [ + 'last_logged_in_at' => 'Pēdējā pieslēgšanās', + 'paid_at' => 'Apmaksas datums', + 'started_at' => 'Sākuma datums', + 'ended_at' => 'Beigu datums', + 'billed_at' => 'Rēķina datums', + 'due_at' => 'Izpildes datums', + 'invoiced_at' => 'Rēķina datums', + 'issued_at' => 'Izdošanas datums', + 'symbol_first' => 'Simbola novietojums', + 'reconciled' => 'Saskaņots', + 'expense_account' => 'No konta', + 'income_account' => 'Uz kontu', + 'recurring' => 'Atkārtojošs', + ], + +]; diff --git a/resources/lang/lv-LV/settings.php b/resources/lang/lv-LV/settings.php index c0e3b334c..bc04b1f36 100644 --- a/resources/lang/lv-LV/settings.php +++ b/resources/lang/lv-LV/settings.php @@ -3,18 +3,24 @@ return [ 'company' => [ - 'description' => 'Nomainiet kompānijas nosaukumu, e-pastu, adresi, nodokļu maksātāja nr. u.c.', - 'name' => 'Vārds', - 'email' => 'E-pasts', - 'phone' => 'Tālrunis', - 'address' => 'Adrese', - 'logo' => 'Logo', + 'description' => 'Nomainiet kompānijas nosaukumu, e-pastu, adresi, nodokļu maksātāja nr. u.c.', + 'name' => 'Vārds', + 'email' => 'E-pasts', + 'phone' => 'Tālrunis', + 'address' => 'Adrese', + 'edit_your_business_address' => 'Rediģējiet uzņēmuma adresi', + 'logo' => 'Logo', ], 'localisation' => [ 'description' => 'Noteikt fiskālo gadu, laika zonu, datuma formātu un citas lokālās vienības', 'financial_start' => 'Finansiālā gada sākums', 'timezone' => 'Laika zona', + 'financial_denote' => [ + 'title' => 'Finanšu gada norāde', + 'begins' => 'Pēc gada, kurā tas sākas', + 'ends' => 'Līdz gadam, kad tas beidzas', + ], 'date' => [ 'format' => 'Datuma formāts', 'separator' => 'Datuma atdalītājs', @@ -29,6 +35,12 @@ return [ 'before' => 'Pirms skaitļa', 'after' => 'Pēc skaitļa', ], + 'discount_location' => [ + 'name' => 'Atlaides atrašanās vieta', + 'item' => 'Uz līnijas', + 'total' => 'Kopumā', + 'both' => 'Gan uz līnijas, gan kopā', + ], ], 'invoice' => [ @@ -56,12 +68,27 @@ return [ 'default' => 'Noklusējuma', 'classic' => 'Klasisks', 'modern' => 'Moderns', + 'hide' => [ + 'item_name' => 'Paslēpt vienuma nosaukumu', + 'item_description' => 'Paslēpt vienuma aprakstu', + 'quantity' => 'Paslēpt daudzumu', + 'price' => 'Paslēpt cenu', + 'amount' => 'Paslēpt summu', + ], + ], + + 'transfer' => [ + 'choose_template' => 'Izvēlēties pārsūtīšanas veidni', + 'second' => 'Otrais', + 'third' => 'Trešais', ], 'default' => [ 'description' => 'Jūsu uzņēmuma noklusējuma konts, valūta un valoda', 'list_limit' => 'Ierakstu skaits lapā', - 'use_gravatar' => 'Use Gravatar', + 'use_gravatar' => 'Izmantot Gravatar', + 'income_category' => 'Ieņēmumu kategorijas', + 'expense_category' => 'Izdevumu kategorijas', ], 'email' => [ @@ -84,7 +111,7 @@ return [ 'templates' => [ 'subject' => 'Nosaukums / Tēma', 'body' => 'Galvenā daļa', - 'tags' => 'Available Tags: :tag_list', + 'tags' => 'Pieejamās atzīmes: :tag_list', 'invoice_new_customer' => 'Jaunas pavadzīmes sagatave (nosūtīts klientam)', 'invoice_remind_customer' => 'Atgādinājums par pavadzīmi (nosūtīts klientam)', 'invoice_remind_admin' => 'Atgādinājums par pavadzīmi (nosūtīts administrātoram)', @@ -94,6 +121,7 @@ return [ 'invoice_payment_admin' => '"Maksājums saņemts" sagatave (nosūtīts administrātoram)', 'bill_remind_admin' => '"Atgādinājums par rēķinu" sagatave (nosūtīts administrātoram)', 'bill_recur_admin' => 'Atkārtota rēķina sagatave (nosūtīts administrātoram)', + 'revenue_new_customer' => 'Saņemto ieņēmumu veidne (nosūtīta debitoram)', ], ], diff --git a/resources/lang/lv-LV/taxes.php b/resources/lang/lv-LV/taxes.php index 89d4a962c..3c5581b4b 100644 --- a/resources/lang/lv-LV/taxes.php +++ b/resources/lang/lv-LV/taxes.php @@ -8,4 +8,5 @@ return [ 'inclusive' => 'Ietverošas', 'compound' => 'Apvienotas', 'fixed' => 'Fiksētas', + 'withholding' => 'Ieturēšana', ]; diff --git a/resources/lang/lv-LV/transfers.php b/resources/lang/lv-LV/transfers.php index 9e2898aff..b8aff1dc1 100644 --- a/resources/lang/lv-LV/transfers.php +++ b/resources/lang/lv-LV/transfers.php @@ -3,7 +3,10 @@ return [ 'from_account' => 'No konta', + 'from_account_rate' => 'No konta likmes', 'to_account' => 'Uz kontu', + 'to_account_rate' => 'Uz konta likmi', + 'details' => 'Detaļa|Detaļas', 'messages' => [ 'delete' => ':from uz :to (:amount)', diff --git a/resources/lang/lv-LV/updates.php b/resources/lang/lv-LV/updates.php index 0448a6810..dd28b6573 100644 --- a/resources/lang/lv-LV/updates.php +++ b/resources/lang/lv-LV/updates.php @@ -4,7 +4,7 @@ return [ 'installed_version' => 'Instalēta versija', 'latest_version' => 'Pēdējā versija', - 'update' => 'Atjaunināt Akaunting uz :version versiju', + 'update' => 'Atjaunināt Akaunting uz :versija versiju', 'changelog' => 'Izmaiņas', 'check' => 'Pārbaudīt', 'new_core' => 'Ir pieejama Akaunting atjaunināta versija.', diff --git a/resources/lang/lv-LV/validation.php b/resources/lang/lv-LV/validation.php index e4c6c7d00..159c511c4 100644 --- a/resources/lang/lv-LV/validation.php +++ b/resources/lang/lv-LV/validation.php @@ -13,79 +13,115 @@ return [ | */ - 'accepted' => ' :attribute ir jābūt pieņemtam.', - 'active_url' => ' :attribute ir ar nederīgu linku.', - 'after' => ' :attribute ir jābūt ar datumu pēc :datums.', - 'after_or_equal' => ' :attribute ir jābūt ar datumu pēc vai vienādu ar :datums.', - 'alpha' => ' :attribute var saturēt tikai burtus.', - 'alpha_dash' => ' :attribute var saturēt tikai burtus, nummurus un atstarpes.', - 'alpha_num' => ' :attribute var tikai saturēt burtus un nummurus.', - 'array' => ' :attribute ir jābūt sakārtotam.', - 'before' => ' :attribute ir jābūt ar datumu pirms :datums.', - 'before_or_equal' => ' :attribute ir jābūt ar datumu pirms vai vienādu ar :datums.', - 'between' => [ + 'accepted' => ' :attribute ir jābūt pieņemtam.', + 'active_url' => ' :attribute ir ar nederīgu linku.', + 'after' => ' :attribute ir jābūt ar datumu pēc :datums.', + 'after_or_equal' => ' :attribute ir jābūt ar datumu pēc vai vienādu ar :datums.', + 'alpha' => ' :attribute var saturēt tikai burtus.', + 'alpha_dash' => ' :attribute var saturēt tikai burtus, nummurus un atstarpes.', + 'alpha_num' => ' :attribute var tikai saturēt burtus un nummurus.', + 'array' => ' :attribute ir jābūt sakārtotam.', + 'before' => ' :attribute ir jābūt ar datumu pirms :datums.', + 'before_or_equal' => ' :attribute ir jābūt ar datumu pirms vai vienādu ar :datums.', + 'between' => [ 'numeric' => ' :attribute jābūt starp :min un :max.', - 'file' => ' :attribute jābūt starp :min un :max kilobaiti.', - 'string' => ' :attribute jābūt no :min līdz :max zīmēm.', - 'array' => ' :attribute jābūt no :min līdz :max vienībām.', + 'file' => ' :attribute jābūt starp :min un :max kilobaiti.', + 'string' => ' :attribute jābūt no :min līdz :max zīmēm.', + 'array' => ' :attribute jābūt no :min līdz :max vienībām.', ], - 'boolean' => ' :attribute laiciņam jābūt atbilstošam vai neatbilstošam.', - 'confirmed' => ' :attribute apstiprinājums neatbilst.', - 'date' => ' :attribute nav derīgs.', - 'date_format' => ' :attribute neatbilst formātam :format.', - 'different' => ' :attribute un :other ir jābūt citiem.', - 'digits' => ' :attribute ir jābūt :digits ciparam.', - 'digits_between' => ' :attribute ir jābūt :min un :max ciparam.', - 'dimensions' => ' :attribute ir nederīgs attēla izmērs.', - 'distinct' => ' :attribute laikam ir dubulta vērtība.', - 'email' => ' :attribute derīgam e-pastam.', - 'ends_with' => 'The :attribute must end with one of the following: :values', - 'exists' => 'Izvēlētais :attribute ir nederīgs.', - 'file' => ' :attribute jābūt failam.', - 'filled' => ':attribute lauks ir nepieciešams.', - 'image' => ' :attribute jābūt attēlam.', - 'in' => 'Izvēlētais :attribute ir nederīgs.', - 'in_array' => ' :attribute laiks neeksistē :cits.', - 'integer' => ' :attribute ir jabūt skaitim.', - 'ip' => ' :attribute jābūt derīgai IP adresei.', - 'json' => ' :attribute jābūt derīgai JSON virknei.', - 'max' => [ + 'boolean' => ' :attribute laiciņam jābūt atbilstošam vai neatbilstošam.', + 'confirmed' => ' :attribute apstiprinājums neatbilst.', + 'current_password' => 'Jūsu parole nav pareiza.', + 'date' => ' :attribute nav derīgs.', + 'date_equals' => ' :attribute ir jābūt ar datumu kas vienāds :datums.', + 'date_format' => ' :attribute neatbilst formātam :format.', + 'different' => ' :attribute un :other ir jābūt citiem.', + 'digits' => ' :attribute ir jābūt :digits ciparam.', + 'digits_between' => ' :attribute ir jābūt :min un :max ciparam.', + 'dimensions' => ' :attribute ir nederīgs attēla izmērs.', + 'distinct' => ' :attribute laikam ir dubulta vērtība.', + 'email' => ' :attribute derīgam e-pastam.', + 'ends_with' => 'The :attribute must end with one of the following: :values', + 'exists' => 'Izvēlētais :attribute ir nederīgs.', + 'file' => ' :attribute jābūt failam.', + 'filled' => ':attribute lauks ir nepieciešams.', + 'gt' => [ + 'numeric' => ' :attribute jābūt lielākam par :value.', + 'file' => ' :attribute jābūt lielākam par :max kilobaiti.', + 'string' => ' :attribute jābūt lielākam par :value rakstzīmēm.', + 'array' => ' :attribute jābūt lielākai kā :value vienībai.', + ], + 'gte' => [ + 'numeric' => ' :attribute jābūt lielākam vai vienādam ar :value.', + 'file' => ' :attribute jābūt lielākai vai vienādai ar :max kilobaitiem.', + 'string' => ' :attribute jābūt lielākam vai vienādam ar :value rakstzīmēm.', + 'array' => ':attribute jābūt :value vienumi vai vairāk.', + ], + 'image' => ' :attribute jābūt attēlam.', + 'in' => 'Izvēlētais :attribute ir nederīgs.', + 'in_array' => ' :attribute laiks neeksistē :cits.', + 'integer' => ' :attribute ir jabūt skaitim.', + 'ip' => ' :attribute jābūt derīgai IP adresei.', + 'ipv4' => ':attribute jābūt derīgai IPv4 adresei.', + 'ipv6' => ' :attribute jābūt derīgai IPv6 adresei.', + 'json' => ' :attribute jābūt derīgai JSON virknei.', + 'lt' => [ + 'numeric' => ':attribute jābūt mazākam par :value.', + 'file' => 'The :attribute jābūt mazākam par :value kilobaitiem.', + 'string' => ' :attribute jābūt mazākam par :value rakstzīmēm.', + 'array' => 'The :attribute jābūt mazākam par :value vienībām.', + ], + 'lte' => [ + 'numeric' => ' :attribute jābūt mazākam vai vienādam ar :value.', + 'file' => ' :attribute jābūt mazākam vai vienādam ar :value kilobaitiem.', + 'string' => ' :attribute jābūt mazākam vai vienādam ar :value rakstzīmēm.', + 'array' => 'The :attribute nedrīkst būt vairāk kā :value vienībām.', + ], + 'max' => [ 'numeric' => ' :attribute nedrīkst pārsniegt :max.', - 'file' => ' :attribute nedrīkst pārsniegt :max kilobaiti.', - 'string' => ' :attribute nedrīkst pārsniegt :max zīmes.', - 'array' => ' :attribute nedrīkst pārsniegt :max vienības.', + 'file' => ' :attribute nedrīkst pārsniegt :max kilobaiti.', + 'string' => ' :attribute nedrīkst pārsniegt :max zīmes.', + 'array' => ' :attribute nedrīkst pārsniegt :max vienības.', ], - 'mimes' => ' :attribute jābūt faila tipam: :values', - 'mimetypes' => ' :attribute jābūt faile tipam: :values.', - 'min' => [ + 'mimes' => ' :attribute jābūt faila tipam: :values', + 'mimetypes' => ' :attribute jābūt faile tipam: :values.', + 'min' => [ 'numeric' => ' :attribute jābūt vismaz :min.', - 'file' => ' :attribute jābūt vismaz :min kilobaiti.', - 'string' => ' :attribute jābūt vismaz :min zīmes.', - 'array' => ' :attribute jāsatur vismaz :min vienības.', + 'file' => ' :attribute jābūt vismaz :min kilobaiti.', + 'string' => ' :attribute jābūt vismaz :min zīmes.', + 'array' => ' :attribute jāsatur vismaz :min vienības.', ], - 'not_in' => ' izvēlieties :attribute ir nederīgs.', - 'numeric' => ' :attribute jābūt skaitlim.', - 'present' => ' :attribute laikums ir nepieciešams.', - 'regex' => ' :attribute formāts ir nederīgs.', - 'required' => ' :attribute laukums ir nepieciešams.', - 'required_if' => ' :attribute laukums ir nepieciešams, ja vien :other ir :values.', - 'required_unless' => ' :attribute laukums ir nepieciešams, ja vien :other ir :values.', - 'required_with' => ' :attribute laukums ir nepieciešams, kad :values ir pieejama.', - 'required_with_all' => ' :attribute laukums ir nepieciešams, kad :values ir pieejama.', - 'required_without' => ' :attribute laukums ir nepieciešams, kad :values nav pieejama.', + 'multiple_of' => ':attribute jābūt skaitlim :value.', + 'not_in' => ' izvēlieties :attribute ir nederīgs.', + 'not_regex' => ' :attribute formāts ir nederīgs.', + 'numeric' => ' :attribute jābūt skaitlim.', + 'password' => 'Jūsu parole nav pareiza.', + 'present' => ' :attribute laikums ir nepieciešams.', + 'regex' => ' :attribute formāts ir nederīgs.', + 'required' => ' :attribute laukums ir nepieciešams.', + 'required_if' => ' :attribute laukums ir nepieciešams, ja vien :other ir :values.', + 'required_unless' => ' :attribute laukums ir nepieciešams, ja vien :other ir :values.', + 'required_with' => ' :attribute laukums ir nepieciešams, kad :values ir pieejama.', + 'required_with_all' => ' :attribute laukums ir nepieciešams, kad :values ir pieejama.', + 'required_without' => ' :attribute laukums ir nepieciešams, kad :values nav pieejama.', 'required_without_all' => ' :attribute laukums ir nepieciešams, kad neviena no :values nav pieejama.', - 'same' => ' :attribute un :citiem ir jāsakrīt.', - 'size' => [ + 'prohibited' => ':attribute lauks ir aizliegts.', + 'prohibited_if' => ':attribute lauks ir aizliegts, ja :other ir :value.', + 'prohibited_unless' => ' :attribute lauks ir aizliegts, ja :other ir :values.', + 'same' => ' :attribute un :citiem ir jāsakrīt.', + 'size' => [ 'numeric' => ' :attribute jābūt :size.', - 'file' => ' :attribute jābūt :size kilobaiti.', - 'string' => ' :attribute jābūt :size zīmes.', - 'array' => ' :attribute jāsatur :size vienības.', + 'file' => ' :attribute jābūt :size kilobaiti.', + 'string' => ' :attribute jābūt :size zīmes.', + 'array' => ' :attribute jāsatur :size vienības.', ], - 'string' => ' :attribute jābūt virknē.', - 'timezone' => ' :attribute jābūt derīgā zonā.', - 'unique' => ' :attribute jau ir aizņemts.', - 'uploaded' => ' :attribute netika augšuplādēts.', - 'url' => ' :attribute formāts ir nederīgs.', + 'starts_with' => ':attribute jāsāk ar kādu no šīm :values.', + 'string' => ' :attribute jābūt virknē.', + 'timezone' => ' :attribute jābūt derīgā zonā.', + 'unique' => ' :attribute jau ir aizņemts.', + 'uploaded' => ' :attribute netika augšuplādēts.', + 'url' => ' :attribute formāts ir nederīgs.', + 'uuid' => ':attribute jābūt derīgam UUID.', /* |-------------------------------------------------------------------------- @@ -100,11 +136,11 @@ return [ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'ziņa pēc pieprasījuma', + 'rule-name' => 'ziņa pēc pieprasījuma', ], 'invalid_currency' => ':attribute kods nav derīgs.', 'invalid_amount' => 'Daudzums :attribute ir nederīgs.', - 'invalid_extension' => 'The file extension is invalid.', + 'invalid_extension' => 'Faila paplašinājums nav derīgs.', ], /* @@ -112,9 +148,9 @@ return [ | Custom Validation Attributes |-------------------------------------------------------------------------- | - | The following language lines are used to swap attribute place-holders - | with something more reader friendly such as E-Mail Address instead - | of "email". This simply helps us make messages a little cleaner. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/resources/lang/lv-LV/widgets.php b/resources/lang/lv-LV/widgets.php index f9fe1fce6..9c23c4a0c 100644 --- a/resources/lang/lv-LV/widgets.php +++ b/resources/lang/lv-LV/widgets.php @@ -2,22 +2,23 @@ return [ - 'total_income' => 'Total Income', - 'receivables' => 'Receivables', - 'open_invoices' => 'Open Invoices', - 'overdue_invoices' => 'Overdue Invoices', - 'total_expenses' => 'Total Expenses', - 'payables' => 'Payables', - 'open_bills' => 'Open Bills', - 'overdue_bills' => 'Overdue Bills', - 'total_profit' => 'Total Profit', - 'open_profit' => 'Open Profit', - 'overdue_profit' => 'Overdue Profit', - 'cash_flow' => 'Cash Flow', - 'no_profit_loss' => 'No Profit Loss', - 'income_by_category' => 'Income By Category', - 'expenses_by_category' => 'Expenses By Category', - 'account_balance' => 'Account Balance', - 'latest_income' => 'Latest Income', - 'latest_expenses' => 'Latest Expenses', + 'currencies' => 'Valūtas', + 'total_income' => 'Kopējie ieņēmumi', + 'receivables' => 'Pircēju parādi', + 'open_invoices' => 'Atvērtie rēķini', + 'overdue_invoices' => 'Nokavētie rēķini', + 'total_expenses' => 'Kopējie izdevumi', + 'payables' => 'Piegādātāju rēķini', + 'open_bills' => 'Atvērt rēķinus', + 'overdue_bills' => 'Nokavētie rēķini', + 'total_profit' => 'Kopējā peļņa', + 'open_profit' => 'Avērtā peļņa', + 'overdue_profit' => 'Peļņa (kavētie rēķini)', + 'cash_flow' => 'Naudas plūsma', + 'no_profit_loss' => 'Bez peļņas & zaudējumiem', + 'income_by_category' => 'Ieņēmumu kategorijas', + 'expenses_by_category' => 'Izdevumu kategorijas', + 'account_balance' => 'Konta atlikums', + 'latest_income' => 'Jaunākie ienākumi', + 'latest_expenses' => 'Jaunākie izdevumi', ]; diff --git a/resources/lang/pl-PL/accounts.php b/resources/lang/pl-PL/accounts.php index c9165c280..15afa8e3d 100644 --- a/resources/lang/pl-PL/accounts.php +++ b/resources/lang/pl-PL/accounts.php @@ -10,5 +10,9 @@ return [ 'bank_phone' => 'Numer telefonu do banku', 'bank_address' => 'Adres banku', 'default_account' => 'Domyślne konto', + 'incoming' => 'Nadchodzące', + 'outgoing' => 'Wychodzące', + 'see_performance' => 'Sprawdź Wydajność', + 'create_report' => 'Jeśli chcesz zobaczyć wysokość dochodu. Możesz utworzyć raportu o przychodach i wydatkach.', ]; diff --git a/resources/lang/pl-PL/bills.php b/resources/lang/pl-PL/bills.php index 028074376..0d5d17ce0 100644 --- a/resources/lang/pl-PL/bills.php +++ b/resources/lang/pl-PL/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Numer rachunku', 'bill_date' => 'Data rachunku', + 'bill_amount' => 'Kwota Faktury', 'total_price' => 'Całkowita cena', 'due_date' => 'Termin płatności', 'order_number' => 'Numer zamówienia', diff --git a/resources/lang/pl-PL/general.php b/resources/lang/pl-PL/general.php index 8cf28491b..9c7687819 100644 --- a/resources/lang/pl-PL/general.php +++ b/resources/lang/pl-PL/general.php @@ -51,6 +51,9 @@ return [ 'templates' => 'Szablon|Szablony', 'sales' => 'Sprzedaż|Sprzedaż', 'purchases' => 'Zakup|Zakupy', + 'notifications' => 'Powiadomienia|Powiadomienia', + 'countries' => 'Kraj | Kraje', + 'cities' => 'Miasto / Miasta', 'welcome' => 'Witaj', 'banking' => 'Bankowość', @@ -72,6 +75,7 @@ return [ 'add_new' => 'Dodaj nowy', 'add_income' => 'Dodaj dochód', 'add_expense' => 'Dodaj wydatek', + 'add_transfer' => 'Dodaj przelew', 'show' => 'Pokaż', 'edit' => 'Edytuj', 'delete' => 'Usuń', @@ -81,7 +85,7 @@ return [ 'delete_confirm' => 'Potwierdzić usunięcie :name :type?', 'name' => 'Nazwa', 'email' => 'Adres e-mail', - 'tax_number' => 'Numer podatkowy', + 'tax_number' => 'NIP', 'phone' => 'Telefon', 'address' => 'Adres', 'website' => 'Strona internetowa', @@ -160,6 +164,10 @@ return [ 'recurring_and_more' => 'Powtarzające się i więcej..', 'due_on' => 'Termin zapadalności', 'amount_due' => 'Kwota do zapłaty', + 'financial_year' => 'Rok finansowy', + 'created' => 'Utworzono', + 'state' => 'Województwo', + 'zip_code' => 'Kod pocztowy', 'card' => [ 'cards' => 'Karta|Karty', diff --git a/resources/lang/pl-PL/invoices.php b/resources/lang/pl-PL/invoices.php index a49181399..ba91d02d9 100644 --- a/resources/lang/pl-PL/invoices.php +++ b/resources/lang/pl-PL/invoices.php @@ -4,10 +4,11 @@ return [ 'invoice_number' => 'Numer faktury', 'invoice_date' => 'Data wystawienia faktury', + 'invoice_amount' => 'Kwota faktury', 'total_price' => 'Cena Całkowita', 'due_date' => 'Termin płatności', 'order_number' => 'Numer zamówienia', - 'bill_to' => 'Dane płatnika', + 'bill_to' => 'Nabywca', 'quantity' => 'Ilość', 'price' => 'Cena', @@ -19,7 +20,7 @@ return [ 'item_name' => 'Nazwa artykułu|Nazwy artykułów', - 'show_discount' => ':discount% Rabatu', + 'show_discount' => ':discount% rabatu', 'add_discount' => 'Dodaj Rabat', 'discount_desc' => 'sumy częściowej', diff --git a/resources/lang/pl-PL/modules.php b/resources/lang/pl-PL/modules.php index 5c80842c7..34381d2c0 100644 --- a/resources/lang/pl-PL/modules.php +++ b/resources/lang/pl-PL/modules.php @@ -9,12 +9,24 @@ return [ 'new' => 'Nowy', 'top_free' => 'Najlepsze darmowe', 'free' => 'DARMOWE', + 'monthly' => 'Miesięcznie', + 'yearly' => 'Rocznie', + 'yearly_pricing' => 'Rocznie', + 'monthly_price' => 'od :price +', + 'per_month' => 'za miesiąc', + 'billed_yearly' => 'Płatne rocznie', + 'billed_monthly' => 'Płatne miesięcznie', + 'save_year' => 'Oszczędzasz :price rocznie!', + 'if_paid_year' => 'Lub :price/mo jeśli płacisz za rok z góry', + 'information_monthly' => 'Ta opcja jest dostępna tylko dla usługi Cloud', 'install' => 'Zainstaluj', 'buy_now' => 'Kup teraz', 'get_api_key' => 'Kliknij tutaj , aby uzyskać klucz API.', 'no_apps' => 'Brak aplikacji w tej kategorii.', 'become_developer' => 'Jesteś programistą? Tutaj możesz nauczyć się tworzyć aplikację i rozpocząć sprzedaż już dziś!', 'recommended_apps' => 'Rekomendowane aplikacje', + 'can_not_install' => 'Subskrypcje miesięczne są dostępne tylko w usłudze Cloud. Dowiedz się więcej.', 'about' => 'O nas', @@ -49,6 +61,7 @@ return [ ], 'errors' => [ + 'purchase' => 'Powinieneś kupić/odnowić :module!', 'download' => 'Nie można pobrać :module', 'zip' => 'Nie można utworzyć pliku zip :module', 'unzip' => 'Nie można rozpakować :module', diff --git a/resources/lang/pl-PL/search_string.php b/resources/lang/pl-PL/search_string.php index bc45540f1..7c0db425a 100644 --- a/resources/lang/pl-PL/search_string.php +++ b/resources/lang/pl-PL/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'Uzgodnione', 'expense_account' => 'Z rachunku', 'income_account' => 'Na rachunek', + 'recurring' => 'Cyklicznie', ], ]; diff --git a/resources/lang/pt-BR/accounts.php b/resources/lang/pt-BR/accounts.php index 52fccdbaa..8877dbd3f 100644 --- a/resources/lang/pt-BR/accounts.php +++ b/resources/lang/pt-BR/accounts.php @@ -10,5 +10,9 @@ return [ 'bank_phone' => 'Telefone', 'bank_address' => 'Endereço', 'default_account' => 'Conta Padrão', + 'incoming' => 'Entrada', + 'outgoing' => 'Saída', + 'see_performance' => 'Ver Desempenho', + 'create_report' => 'Se você quiser ver o desempenho da conta. Você pode criar um relatório de receitas vs despesas.', ]; diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php index 19a6290a2..dcce62adc 100644 --- a/resources/lang/pt-BR/general.php +++ b/resources/lang/pt-BR/general.php @@ -52,6 +52,8 @@ return [ 'sales' => 'Venda|Vendas', 'purchases' => 'Compra|Compras', 'notifications' => 'Notificações', + 'countries' => 'País|Países', + 'cities' => 'Povoado / Cidade|Povoados / Cidades', 'welcome' => 'Bem-vindo', 'banking' => 'Banco', @@ -71,8 +73,9 @@ return [ 'yearly' => 'Anual', 'add' => 'Adicionar', 'add_new' => 'Adicionar novo', - 'add_income' => 'Adicionar Renda', + 'add_income' => 'Adicionar Receita', 'add_expense' => 'Adicionar Despesa', + 'add_transfer' => 'Adicionar Transferência', 'show' => 'Visualizar', 'edit' => 'Editar', 'delete' => 'Excluir', @@ -135,7 +138,7 @@ return [ 'created_date' => 'Data da Criação', 'period' => 'Período', 'frequency' => 'Frequência', - 'start' => 'Iniciar', + 'start' => 'Inicio', 'end' => 'Finalizar', 'clear' => 'Limpar', 'difference' => 'Diferença', @@ -163,6 +166,8 @@ return [ 'amount_due' => 'Total devido', 'financial_year' => 'Ano Fiscal', 'created' => 'Criado', + 'state' => 'Província / Estado', + 'zip_code' => 'Código Postal / CEP', 'card' => [ 'cards' => 'Cartão|Cartões', diff --git a/resources/lang/pt-BR/maintenance.php b/resources/lang/pt-BR/maintenance.php index a5af7584c..77b7343fc 100644 --- a/resources/lang/pt-BR/maintenance.php +++ b/resources/lang/pt-BR/maintenance.php @@ -6,4 +6,6 @@ return [ 'message' => 'Desculpe, estamos em manutenção. Por favor, tente novamente mais tarde!', + 'read_only' => 'Modo somente leitura está ativado. Você poderá visualizar, mas não pode alterar nada!', + ]; diff --git a/resources/lang/pt-BR/recurring.php b/resources/lang/pt-BR/recurring.php index 93f5118e3..1d37d319b 100644 --- a/resources/lang/pt-BR/recurring.php +++ b/resources/lang/pt-BR/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'Recorrente', + 'interval' => 'Intervalo', + 'frequency' => 'Frequência', + 'count' => 'Contagem', 'every' => 'Intervalo', 'period' => 'Período', 'times' => 'Vezes', @@ -16,5 +19,7 @@ return [ 'months' => 'Mês (es)', 'years' => 'Ano(s)', 'message' => 'Este é um :type recorrente e o próximo :type será automaticamente gerado no dia :date', + 'message_parent' => 'Este :type foi gerado automaticamente a partir de :link', + 'tooltip' => 'Além dos períodos pré-definidos, é possível ajustar períodos personalizados relativos aos requisitos.
Dica: A contagem deve ser definida como zero para repetir infinitamente.', ]; diff --git a/resources/lang/pt-BR/search_string.php b/resources/lang/pt-BR/search_string.php index f3d2c7476..c4578e6a0 100644 --- a/resources/lang/pt-BR/search_string.php +++ b/resources/lang/pt-BR/search_string.php @@ -15,6 +15,7 @@ return [ 'reconciled' => 'Reconciliado', 'expense_account' => 'Da conta', 'income_account' => 'Para conta', + 'recurring' => 'Recorrente', ], ]; diff --git a/resources/lang/pt-BR/settings.php b/resources/lang/pt-BR/settings.php index 6db7ff3df..fe875f8e5 100644 --- a/resources/lang/pt-BR/settings.php +++ b/resources/lang/pt-BR/settings.php @@ -112,7 +112,7 @@ return [ 'subject' => 'Assunto', 'body' => 'Corpo', 'tags' => 'Tags disponíveis: :tag_list', - 'invoice_new_customer' => 'Novo Modelo de Fatura (enviado ao cliente)', + 'invoice_new_customer' => 'Modelo de Fatura Criada (enviado ao cliente)', 'invoice_remind_customer' => 'Modelo de lembrete de fatura (enviado ao cliente)', 'invoice_remind_admin' => 'Modelo de lembrete de fatura (enviado para administrador)', 'invoice_recur_customer' => 'Modelo de Fatura Recorrente (enviado ao cliente)',