new crowdin translations
This commit is contained in:
parent
e1e913f2e3
commit
0bae106506
@ -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',
|
||||
|
11
resources/lang/el-GR/dashboards.php
Normal file
11
resources/lang/el-GR/dashboards.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'error' => [
|
||||
'not_user_dashboard' => 'Δεν επιτρέπεται να αλλάξετε τον πίνακα ελέγχου',
|
||||
'delete_last' => 'Δεν μπορείτε να σβήσετε αυτόν τον πίνακα ελέγχου. Δημιουργήστε έναν νέο πρώτα',
|
||||
'disable_last' => 'Δεν μπορείτε να απενεργοποιήσετε αυτόν τον πίνακα ελέγχου. Δημιουργήστε έναν νέο πρώτα',
|
||||
],
|
||||
|
||||
];
|
@ -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' => 'Αυτό το τιμολόγιο είναι <b>ΠΡΟΧΕΙΡΟ</b> και θα εμφανιστεί στα γραφήματα μετά την παραλαβή του.',
|
||||
|
||||
|
@ -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.',
|
||||
|
||||
];
|
||||
|
@ -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.',
|
||||
],
|
||||
|
||||
|
@ -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' => [
|
||||
|
@ -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!',
|
||||
],
|
||||
|
@ -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',
|
||||
|
@ -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!',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
@ -3,37 +3,37 @@
|
||||
return [
|
||||
|
||||
'invoice_new_customer' => [
|
||||
'subject' => '{invoice_number} factura creada',
|
||||
'body' => 'Estimado {customer_name},<br /><br />Le hemos preparado la siguiente factura: <strong>{invoice_number}</strong>.<br /><br />Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Ponte en contacto con nosotros para cualquier pregunta.<br /><br />Saludos cordiales,<br />{company_name}',
|
||||
'subject' => 'Factura No. {invoice_number} creada',
|
||||
'body' => 'Apreciado {customer_name},<br /><br />Hemos preparado la siguiente factura: <strong>{invoice_number}</strong>.<br /><br />Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />No dude en contactarnos si tiene alguna inquietud.<br /><br />Cordialmente,<br />{company_name}.',
|
||||
],
|
||||
|
||||
'invoice_remind_customer' => [
|
||||
'subject' => '{invoice_number} notificación de factura vencida',
|
||||
'body' => 'Estimado {customer_name},<br /><br />Este es un aviso de factura vencida para <strong>{invoice_number}</strong>.<br /><br />El total de la factura es {invoice_total} y venció el <strong>{invoice_due_date}</strong>.<br /><br />Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Saludos cordiales,<br />{company_name}',
|
||||
'subject' => 'Factura No. {invoice_number} vencida',
|
||||
'body' => 'Apreciado {customer_name},<br /><br />Le notificamos que tiene una factura vencida No. <strong>{invoice_number}</strong>.<br /><br />El total a pagar es {invoice_total} y venció el <strong>{invoice_due_date}</strong>.<br /><br />Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Cordialmente,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_remind_admin' => [
|
||||
'subject' => '{invoice_number} notificación de factura vencida',
|
||||
'subject' => 'Factura No. {invoice_number} vencida',
|
||||
'body' => 'Hola,<br /><br />{customer_name} ha recibido un aviso de vencimiento por la factura <strong>{invoice_number}</strong>.<br /><br />El total de la factura es {invoice_total} y venció el <strong>{invoice_due_date}</strong>.<br /><br />Puede ver los detalles de la factura desde el siguiente enlace: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Saludos cordiales,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_recur_customer' => [
|
||||
'subject' => '{invoice_number} factura recurrente creada',
|
||||
'body' => 'Estimado {customer_name},<br /><br />Basado en su círculo recurrente, le hemos preparado la siguiente factura: <strong>{invoice_number}</strong>.<br /><br />Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Ponte en contacto con nosotros para cualquier pregunta.<br /><br />Saludos cordiales,<br />{company_name}',
|
||||
'subject' => 'Factura recurrente No. {invoice_number} creada',
|
||||
'body' => 'Apreciado {customer_name},<br /><br />Basado en su círculo recurrente, le hemos preparado la siguiente factura: <strong>{invoice_number}</strong>.<br /><br />Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />No dude en contactarnos si tiene alguna inquietud.<br /><br />Cordialmente,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_recur_admin' => [
|
||||
'subject' => '{invoice_number} factura recurrente creada',
|
||||
'subject' => 'Factura recurrente No. {invoice_number} creada',
|
||||
'body' => 'Hola,<br /><br />Basado en el círculo recurrente de {customer_name}, la factura <strong>{invoice_number}</strong> ha sido creada automáticamente.<br /><br />Puede ver los detalles de la factura desde el siguiente enlace: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Saludos cordiales,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_payment_customer' => [
|
||||
'subject' => 'Pago recibido por factura {invoice_number}',
|
||||
'body' => 'Estimado {customer_name},<br /><br />Gracias por el pago. Encuentre los detalles de pago a continuación:<br /><br />-------------------------------------------------<br /><br />Monto: <strong>{transaction_total}<br /></strong>Fecha: <strong>{transaction_paid_date}</strong><br />Número de factura: <strong>{invoice_number}<br /><br /></strong>-------------------------------------------------<br /><br />Siempre puede ver los detalles de la factura desde el siguiente enlace: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Ponte en contacto con nosotros para cualquier pregunta.<br /><br />Saludos cordiales,<br />{company_name}',
|
||||
'subject' => 'Pago recibido por factura No. {invoice_number}',
|
||||
'body' => 'Apreciado {customer_name},<br /><br />Gracias por la realización del pago. Encuentre los detalles a continuación:<br /><br />-------------------------------------------------<br /><br />Monto: <strong>{transaction_total}<br /></strong>Fecha: <strong>{transaction_paid_date}</strong><br />Factura número: <strong>{invoice_number}<br /><br /></strong>-------------------------------------------------<br /><br />Siempre puede ver los detalles de la factura desde el siguiente enlace: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />No dude en contactarnos si tiene alguna inquietud.<br /><br />Cordialmente,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_payment_admin' => [
|
||||
'subject' => 'Pago recibido por factura {invoice_number}',
|
||||
'subject' => 'Pago recibido por factura No. {invoice_number}',
|
||||
'body' => 'Hola,<br /><br />{customer_name} registró un pago por la factura <strong>{invoice_number}</strong>.<br /><br />Puede ver los detalles de la factura desde el siguiente enlace: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Saludos cordiales,<br />{company_name}',
|
||||
],
|
||||
|
||||
@ -47,4 +47,13 @@ return [
|
||||
'body' => 'Hola,<br /><br /> Basado en el círculo recurrente de {vendor_name}, el recibo <strong>{bill_number}</strong> ha sido creado automáticamente.<br /><br />Puedes ver los detalles del recibo desde el siguiente enlace: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Saludos cordiales,<br />{company_name}',
|
||||
],
|
||||
|
||||
'revenue_new_customer' => [
|
||||
'subject' => 'Pago de {revenue_date} creado',
|
||||
'body' => 'Apreciado {customer_name},<br /><br />Hemos preparado el siguiente pago. <br /><br />Puede ver los detalles del pago en el siguiente enlace: <a href="{revenue_guest_link}">{revenue_date}</a>.<br /><br />No dude en contactarnos si tiene alguna inquietud.<br /><br />Cordialmente,<br />{company_name}',
|
||||
],
|
||||
|
||||
'payment_new_vendor' => [
|
||||
'subject' => 'Pago de {revenue_date} creado',
|
||||
'body' => 'Apreciado {vendor_name},<br /><br />Hemos preparado el siguiente pago. <br /><br />Puede ver los detalles del pago en el siguiente enlace: <a href="{payment_admin_link}">{payment_date}</a>.<br /><br />No dude en contactarnos si tiene alguna inquietud.<br /><br />Cordialmente,<br />{company_name}',
|
||||
],
|
||||
];
|
||||
|
@ -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 <a href=":url" target="_blank" class="text-success">documentación</a> 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 <a href=":url" target="_blank" class="text-success">documentación</a> 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.',
|
||||
|
@ -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',
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -4,6 +4,8 @@ return [
|
||||
|
||||
'import' => 'Impordi',
|
||||
'title' => 'Import :type',
|
||||
'message' => 'Lubatud failitüübid: XLS, XLSX. Palun <a target="_blank" href=":link"><strong>laadi alla</strong></a> näidisfail.',
|
||||
'limitations' => 'Lubatud failitüübid: :extensions<br>Maksimaalne lubatud ridade arv: :row_limit',
|
||||
'sample_file' => 'Võite näidisfaili <a target="_blank" href=":download_link"><strong>alla laadida</strong></a> ning täita selle oma andmetega.
|
||||
',
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
@ -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.',
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
];
|
||||
|
@ -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ä.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -2,7 +2,8 @@
|
||||
|
||||
return [
|
||||
|
||||
'sales_price' => 'Myyntihinta',
|
||||
'purchase_price' => 'Ostohinta',
|
||||
'sales_price' => 'Myyntihinta',
|
||||
'purchase_price' => 'Ostohinta',
|
||||
'enter_item_description' => 'Syötä tuotekuvaus',
|
||||
|
||||
];
|
||||
|
@ -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.",
|
||||
|
||||
];
|
||||
|
10
resources/lang/fi-FI/payments.php
Normal file
10
resources/lang/fi-FI/payments.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'payment_made' => 'Maksettu',
|
||||
'paid_to' => 'Maksettu',
|
||||
'related_bill' => 'Liittyvä lasku',
|
||||
'create_payment' => 'Luo maksu',
|
||||
|
||||
];
|
@ -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',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
@ -10,5 +10,9 @@ return [
|
||||
'bank_phone' => 'טלפון הבנק',
|
||||
'bank_address' => 'כתובת הבנק',
|
||||
'default_account' => 'חשבון ברירת מחדל',
|
||||
'incoming' => 'כניסה',
|
||||
'outgoing' => 'יציאה',
|
||||
'see_performance' => 'ביצועי חשבון',
|
||||
'create_report' => 'אם אתה רוצה לראות את ביצועי החשבון, אתה יכול ליצור טופס של דוח הכנסות מול הוצאות.',
|
||||
|
||||
];
|
||||
|
@ -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' => 'אתה מקבל את האימייל הזה כי קיבלנו בקשת איפוס סיסמה עבור החשבון שלך.',
|
||||
|
@ -2,12 +2,13 @@
|
||||
|
||||
return [
|
||||
|
||||
'domain' => 'שם מתחם',
|
||||
'domain' => 'דומיין (שם מתחם)',
|
||||
'logo' => 'לוגו',
|
||||
'manage' => 'ניהול חברות',
|
||||
'all' => 'כל החברות',
|
||||
|
||||
'error' => [
|
||||
'not_user_company' => 'שגיאה: אינך מורשה לנהל את החברה הזאת!',
|
||||
'delete_active' => 'שגיאה: יכול לא למחוק את החברה פעילה, בבקשה לשנות את זה קודם!',
|
||||
'disable_active' => 'שגיאה: לא ניתן להשבית את החברה הפעילה. בבקשה תיצור קודם חברה אחרת.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -8,6 +8,7 @@ return [
|
||||
'decimal_mark' => 'סימן עשרוני',
|
||||
'thousands_separator' => 'מפריד אלפים',
|
||||
'precision' => 'דיוק',
|
||||
'conversion' => 'המרת מטבע: :price (:currency_code) ב- :currency_rate',
|
||||
'symbol' => [
|
||||
'symbol' => 'סמל',
|
||||
'position' => 'מיקום סמל',
|
||||
|
@ -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',
|
||||
],
|
||||
];
|
||||
|
24
resources/lang/he-IL/errors.php
Normal file
24
resources/lang/he-IL/errors.php
Normal file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'title' => [
|
||||
'403' => 'אופס! גישה אסורה',
|
||||
'404' => 'אופס! הדף לא נמצא',
|
||||
'500' => 'אופס! משהו השתבש',
|
||||
],
|
||||
|
||||
'header' => [
|
||||
'403' => '403 - משאב אסור',
|
||||
'404' => '404 - הדף לא נמצא',
|
||||
'500' => '500 - שגיאת שרת פנימית',
|
||||
],
|
||||
|
||||
'message' => [
|
||||
'403' => 'אינך יכול לגשת לדף זה.',
|
||||
'404' => 'לא הצלחנו למצוא את הדף שחיפשת.',
|
||||
'500' => 'מיד נעבוד על התיקון הזה.',
|
||||
'record' => 'לא הצלחנו למצוא את הרשומה שחיפשת.',
|
||||
],
|
||||
|
||||
];
|
@ -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' => 'שגיאה: לא היתה אפשרות להתחבר למסד הנתונים! בבקשה ודא כי הפרטים נכונים.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -60,6 +60,7 @@ return [
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'purchase' => 'आपको :module! खरीदना/नवीनीकरण करना चाहिए !',
|
||||
'download' => ':module डाउनलोड करने में सक्षम नहीं है।',
|
||||
'zip' => ':module ज़िप फ़ाइल बनाने में सक्षम नहीं है।',
|
||||
'unzip' => ':module अनज़िप करने में सक्षम नहीं है।',
|
||||
|
@ -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.',
|
||||
|
||||
];
|
||||
|
@ -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.',
|
||||
|
@ -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 <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
|
||||
'draft' => 'Šī ir rēķina <b>SAGATAVE</b> 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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
@ -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 <b>duplicate</b> selected record?',
|
||||
'delete' => 'Are you sure you want to <b>delete</b> selected record?|Are you sure you want to <b>delete</b> selected records?',
|
||||
'export' => 'Are you sure you want to <b>export</b> selected record?|Are you sure you want to <b>export</b> selected records?',
|
||||
'enable' => 'Are you sure you want to <b>enable</b> selected record?|Are you sure you want to <b>enable</b> selected records?',
|
||||
'disable' => 'Are you sure you want to <b>disable</b> selected record?|Are you sure you want to <b>disable</b> selected records?',
|
||||
'paid' => 'Are you sure you want to mark selected invoice as <b>paid</b>?|Are you sure you want to mark selected invoices as <b>paid</b>?',
|
||||
'sent' => 'Are you sure you want to mark selected invoice as <b>sent</b>?|Are you sure you want to mark selected invoices as <b>sent</b>?',
|
||||
'received' => 'Are you sure you want to mark selected bill as <b>received</b>?|Are you sure you want to mark selected bills as <b>received</b>?',
|
||||
'duplicate' => 'Vai tiešām vēlaties <b>dublēt</b> atlasīto ierakstu?',
|
||||
'delete' => 'Vai tiešām vēlaties <b>dzēst</b> atlasīto ierakstu? |Vai tiešām vēlaties <b>dzēst</b> atlasītos ierakstus?',
|
||||
'export' => 'Vai tiešām vēlaties <b>eksportēt</b> atlasīto ierakstu?|Vai tiešām vēlaties <b>eksportēt</b> atlasītos ierakstus?',
|
||||
'enable' => 'Vai tiešām vēlaties <b>iespējot</b> izvēlēto ierakstu?|Vai tiešām vēlaties <b>iespējot</b> izvēlētos ierakstus?',
|
||||
'disable' => 'Vai tiešām vēlaties <b>atspējot</b> atlasīto ierakstu?| Vai tiešām vēlaties <b>atspējot </b> atlasītos ierakstus?',
|
||||
'paid' => 'Vai tiešām vēlaties atzīmēt atlasīto rēķinu kā <b>apmaksāts<b> | Vai tiešām vēlaties atzīmēt atlasītos rēķinus kā <b>apmaksāts</b>?',
|
||||
'sent' => 'Vai tiešām vēlaties atzīmēt atlasīto rēķinu kā <b>nosūtīts</b>?|Vai tiešām vēlaties atzīmēt atlasītos rēķinus kā <b>nosūtīts</b>?',
|
||||
'received' => 'Vai tiešām vēlaties atzīmēt atlasīto rēķinu kā <b> saņemts </b> | Vai tiešām vēlaties atzīmēt atlasītos rēķinus kā <b> saņemts </b> ?',
|
||||
'cancelled' => 'Vai tiešām vēlaties <b> atcelt </b> atlasīto pavadzīmi/rēķinu? |Vai tiešām vēlaties <b>atcelt</b> atlasītās/tos pavadzīmes/rēķinus?',
|
||||
'reconcile' => 'Vai tiešām vēlaties <b>saskaņot</b> atlasīto ierakstu?|Vai tiešām vēlaties <b>saskaņot</b> atlasītos ierakstus?',
|
||||
'unreconcile' => 'Vai tiešām vēlaties <b>nesaskaņot</b> atlasīto ierakstu?|Vai tiešām vēlaties <b>nesaskaņot </b> atlasītos ierakstus?',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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!',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
];
|
||||
|
@ -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' => [
|
||||
|
@ -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ē.',
|
||||
|
@ -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!',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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.',
|
||||
],
|
||||
|
||||
];
|
||||
|
54
resources/lang/lv-LV/documents.php
Normal file
54
resources/lang/lv-LV/documents.php
Normal file
@ -0,0 +1,54 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'edit_columns' => '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!',
|
||||
],
|
||||
];
|
@ -3,48 +3,58 @@
|
||||
return [
|
||||
|
||||
'invoice_new_customer' => [
|
||||
'subject' => '{invoice_number} invoice created',
|
||||
'body' => 'Dear {customer_name},<br /><br />We have prepared the following invoice for you: <strong>{invoice_number}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us with any questions.<br /><br />Best Regards,<br />{company_name}',
|
||||
'subject' => '{invoice_number} rēķins izveidots',
|
||||
'body' => 'Cien. {customer_name},<br /><br />Mēs jums esam sagatavojuši šādu rēķinu: <strong>{invoice_number}</strong>.<br /><br />Varat skatīt rēķina informāciju un turpināt maksājumu no šādas saites: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Varat sazināties ar mums, uzdodot jebkādus jautājumus.<br /><br />Labākie vēlējumi,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_remind_customer' => [
|
||||
'subject' => '{invoice_number} invoice overdue notice',
|
||||
'body' => 'Dear {customer_name},<br /><br />This is an overdue notice for <strong>{invoice_number}</strong> invoice.<br /><br />The invoice total is {invoice_total} and was due <strong>{invoice_due_date}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
'subject' => '{invoice_number} nokavēts rēķins',
|
||||
'body' => 'Cien. {customer_name},<br /><br />Šis ir paziņojums par nokavētu <strong>{invoice_number}</strong> rēķinu.<br /><br />Rēķina kopsumma ir {invoice_total} un bija pienācis<strong>{invoice_due_date}</strong>.<br /><br />Varat skatīt detalizētu informāciju par rēķinu un turpināt maksājumu no šīs saites: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Labākie vēlējumi,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_remind_admin' => [
|
||||
'subject' => '{invoice_number} invoice overdue notice',
|
||||
'body' => 'Hello,<br /><br />{customer_name} has received an overdue notice for <strong>{invoice_number}</strong> invoice.<br /><br />The invoice total is {invoice_total} and was due <strong>{invoice_due_date}</strong>.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
'subject' => '{invoice_number} nokavēts rēķins',
|
||||
'body' => 'Sveiki,<br /><br />{customer_name} ir saņēmts paziņojums nokavētam <strong>{invoice_number}</strong> rēķinam.<br /><br />Rēķina kopsumma ir {invoice_total} un ir jāapmaksā <strong>{invoice_due_date}</strong>.<br /><br />Rēķina detaļas var apskatīt no šādas saites: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Labākie vēlējumi,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_recur_customer' => [
|
||||
'subject' => '{invoice_number} recurring invoice created',
|
||||
'body' => 'Dear {customer_name},<br /><br />Based on your recurring circle, we have prepared the following invoice for you: <strong>{invoice_number}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us with any questions.<br /><br />Best Regards,<br />{company_name}',
|
||||
'subject' => '{invoice_number} periodisks rēķins izveidots',
|
||||
'body' => 'Cien. {customer_name},<br /><br />Pamatojoties uz jūsu periodiskumu, esam jums sagatavojuši šādu rēķinu:
|
||||
<strong>{invoice_number}</strong>.<br /><br />Varat skatīt rēķina informāciju un turpināt maksājumu no šādas saites: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Varat sazināties ar mums, uzdodot jebkādus jautājumus.<br /><br />Labākie vēlējumi,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_recur_admin' => [
|
||||
'subject' => '{invoice_number} recurring invoice created',
|
||||
'body' => 'Hello,<br /><br />Based on {customer_name} recurring circle, <strong>{invoice_number}</strong> invoice has been automatically created.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
'subject' => '{invoice_number} periodisks rēķins izveidots',
|
||||
'body' => 'Sveiki,<br /><br />Pamatojoties uz {customer_name} periodiskumu, <strong>{invoice_number}</strong> rēķins ir izveidots automātiski.<br /><br />Rēķina detaļas var apskatīt šajā saitē: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Labākie vēlējumi,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_payment_customer' => [
|
||||
'subject' => 'Payment received for {invoice_number} invoice',
|
||||
'body' => 'Dear {customer_name},<br /><br />Thank you for the payment. Find the payment details below:<br /><br />-------------------------------------------------<br />Amount: <strong>{transaction_total}</strong><br />Date: <strong>{transaction_paid_date}</strong><br />Invoice Number: <strong>{invoice_number}</strong><br />-------------------------------------------------<br /><br />You can always see the invoice details from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us with any questions.<br /><br />Best Regards,<br />{company_name}',
|
||||
'subject' => 'Rēķina Nr. {invoice_number} apmaksa saņemta',
|
||||
'body' => 'Cien., {customer_name},<br /><br />Paldies par maksājumu. Maksājuma rekvizīti atrodas zemāk:<br /><br />-------------------------------------------------<br />Summa: <strong>{transaction_total}</strong><br />Datums: <strong>{transaction_paid_date}</strong><br />Rēķina numurs: <strong>{invoice_number}</strong><br />-------------------------------------------------<br /><br />Rēķina detaļas vienmēr var skatīt šajā saitē: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Varat sazināties ar mums, uzdodot jebkādus jautājumus.<br /><br />Labākie vēlējumi,<br />{company_name}',
|
||||
],
|
||||
|
||||
'invoice_payment_admin' => [
|
||||
'subject' => 'Payment received for {invoice_number} invoice',
|
||||
'body' => 'Hello,<br /><br />{customer_name} recorded a payment for <strong>{invoice_number}</strong> invoice.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
'subject' => 'Rēķina Nr. {invoice_number} apmaksa saņemta',
|
||||
'body' => 'Sveiki,<br /><br />{customer_name} ierakstīja maksājumu par rēķinu<strong>{invoice_number}</strong>.<br /><br />Rēķina detaļas var apskatīt šajā saitē: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Labākie vēlējumi,<br />{company_name}',
|
||||
],
|
||||
|
||||
'bill_remind_admin' => [
|
||||
'subject' => '{bill_number} bill reminding notice',
|
||||
'body' => 'Hello,<br /><br />This is a reminding notice for <strong>{bill_number}</strong> bill to {vendor_name}.<br /><br />The bill total is {bill_total} and is due <strong>{bill_due_date}</strong>.<br /><br />You can see the bill details from the following link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
'subject' => 'pavadzīmes Nr.{bill_number} atgādinājuma paziņojums',
|
||||
'body' => 'Sveiki,<br /><br />Šis ir atgādinājuma paziņojums par rēķinu<strong>{bill_number}</strong> {vendor_name}.<br /><br />Rēķina kopsumma ir {bill_total} un ir jāapmaksā <strong>{bill_due_date}</strong>.<br /><br />Rēķina detaļas var apskatīt šajā saitē: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Labākie vēlējumu,<br />{company_name}',
|
||||
],
|
||||
|
||||
'bill_recur_admin' => [
|
||||
'subject' => '{bill_number} recurring bill created',
|
||||
'subject' => 'Izveidots periodiskais rēķins Nr.{bill_number} ',
|
||||
'body' => 'Hello,<br /><br />Based on {vendor_name} recurring circle, <strong>{bill_number}</strong> invoice has been automatically created.<br /><br />You can see the bill details from the following link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Best Regards,<br />{company_name}',
|
||||
],
|
||||
|
||||
'revenue_new_customer' => [
|
||||
'subject' => 'Maksājums izveidots:{revenue_date}',
|
||||
'body' => 'Cien. {customer_name},<br /><br />Esam sagatavojuši šādu maksājumu. <br /><br />Maksājuma informāciju varat skatīt šajā saitē: <a href="{revenue_guest_link}">{revenue_date}</a>.<br /><br />Varat sazināties ar mums, uzdodot jebkādus jautājumus.<br /><br />Labākie vēlējumi,<br />{company_name}',
|
||||
],
|
||||
|
||||
'payment_new_vendor' => [
|
||||
'subject' => 'Maksājums izveidots:{revenue_date}',
|
||||
'body' => 'Cien., {vendor_name},<br /><br />Esam sagatavojuši šādu maksājumu. <br /><br />Maksājuma informāciju varat skatīt šajā saitē: <a href="{payment_admin_link}">{payment_date}</a>.<br /><br />Varat sazināties ar mums, uzdodot jebkādus jautājumus..<br /><br />Labākie vēlējumi,<br />{company_name}',
|
||||
],
|
||||
];
|
||||
|
@ -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.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
||||
|
@ -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 <a href=":url" target="_blank">documentation</a> 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 <a href=":url" target="_blank">dokumentāciju</a>.',
|
||||
'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.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
||||
];
|
||||
|
@ -3,7 +3,8 @@
|
||||
return [
|
||||
|
||||
'import' => 'Importēt',
|
||||
'title' => 'Importēt :type',
|
||||
'message' => 'Atļautie failu tipi: XLS, XLSX. <a target="_blank" href=":link"><strong>Lejupielādēt</strong></a> faila paraugu',
|
||||
'title' => 'Importēt :veids',
|
||||
'limitations' => 'Atļautais faila veids: :paplašinājumi<br>Atļautais maks. rindas: :rindas_ierobežojums\'',
|
||||
'sample_file' => 'Jūs variet <a target="_blank" href=":download_link"><strong>lejupielādēt</strong></a> parauga failu un aizpildīt to ar datiem.',
|
||||
|
||||
];
|
||||
|
@ -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.',
|
||||
],
|
||||
|
||||
|
@ -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 <b>melnraksts</b> 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',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
@ -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',
|
||||
|
||||
];
|
||||
|
@ -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 <b>:name</b> jo tas ir saistīts ar :text.',
|
||||
'disabled' => 'Brīdinājums: Jums nav tiesību atspējot <b>:name</b> 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 <b>:name</b> 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 <b>:vārds</b> jo tas ir saistīts ar :teksts.',
|
||||
'disabled' => 'Brīdinājums: Jums nav tiesību atspējot <b>:vārds</b> 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 <b>:nosaukums</b>, jo tam ir saistīts :teksts.',
|
||||
'payment_cancel' => 'Brīdinājums. Jūs atcēlāt savu neseno :metode maksājumu!',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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 <strong>:cena</strong> par gadu!',
|
||||
'if_paid_year' => 'Vai <strong>:cena/mēn</strong> apmaksai par gadu',
|
||||
'information_monthly' => 'Šī opcija ir derīga tikai pakalpojumam <strong>mākoņpakalpojums</strong>',
|
||||
'install' => 'Instalēt',
|
||||
'buy_now' => 'Pirkt tagad',
|
||||
'get_api_key' => '<a href=":url" target="_blank">Click here</a> to get your API key.',
|
||||
'get_api_key' => '<a href=":url" target="_blank">Noklikšķiniet šeit</a> lai iegūtu API atslēgu.',
|
||||
'no_apps' => 'Šajā kategorijā programmu vēl nav.',
|
||||
'become_developer' => 'Are you a developer? <a href=":url" target="_blank">Here</a> 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? <a href=":url" target="_blank">Šeit</a> 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ā. <a href="https://akaunting.com/upgrade-to-yearly" target="_blank">Uzziniet vairāk.</a>',
|
||||
|
||||
'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.'
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -2,9 +2,78 @@
|
||||
|
||||
return [
|
||||
|
||||
'whoops' => 'Whoops!',
|
||||
'whoops' => 'Klau!',
|
||||
'hello' => 'Sveicināts!',
|
||||
'salutation' => 'Sveicieniem,<br> : 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,<br>: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 <strong>:solis</strong> 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 <b>:veids</b> eksportēšanas fails ir gatavs <a href=":url" target="_blank"><b>lejupielādei</b></a>.',
|
||||
'import' => 'Jūsu <b>:veids</b> līnijas <b>:skaitīt</b> dati ir veiksmīgi importēti.',
|
||||
|
||||
],
|
||||
];
|
||||
|
@ -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',
|
||||
|
||||
];
|
||||
|
@ -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.',
|
||||
|
||||
];
|
||||
|
10
resources/lang/lv-LV/payments.php
Normal file
10
resources/lang/lv-LV/payments.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'payment_made' => 'Maksājums ir veikts',
|
||||
'paid_to' => 'Samaksāts uz',
|
||||
'related_bill' => 'Saistītais rēķins',
|
||||
'create_payment' => 'Izveidot maksājumu',
|
||||
|
||||
];
|
@ -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',
|
||||
|
||||
];
|
||||
|
@ -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. <br><b>Padoms:</b> Skaitlim jābūt iestatītam uz nulli, lai tas atkārtotos bezgalīgi.',
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
],
|
||||
|
||||
];
|
||||
|
10
resources/lang/lv-LV/revenues.php
Normal file
10
resources/lang/lv-LV/revenues.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'revenue_received' => 'Saņemtie ieņēmumi',
|
||||
'paid_by' => 'Samaksāts uz',
|
||||
'related_invoice' => 'Saistītais rēķins',
|
||||
'create_revenue' => 'Izveidot ieņēmumus',
|
||||
|
||||
];
|
21
resources/lang/lv-LV/search_string.php
Normal file
21
resources/lang/lv-LV/search_string.php
Normal file
@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'columns' => [
|
||||
'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',
|
||||
],
|
||||
|
||||
];
|
@ -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' => '<strong>Available Tags:</strong> :tag_list',
|
||||
'tags' => '<strong>Pieejamās atzīmes:</strong> :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)',
|
||||
],
|
||||
],
|
||||
|
||||
|
@ -8,4 +8,5 @@ return [
|
||||
'inclusive' => 'Ietverošas',
|
||||
'compound' => 'Apvienotas',
|
||||
'fixed' => 'Fiksētas',
|
||||
'withholding' => 'Ieturēšana',
|
||||
];
|
||||
|
@ -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)',
|
||||
|
@ -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.',
|
||||
|
@ -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.
|
||||
|
|
||||
*/
|
||||
|
||||
|
@ -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',
|
||||
];
|
||||
|
@ -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.',
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
||||
|
@ -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 <strong>:price</strong> rocznie!',
|
||||
'if_paid_year' => 'Lub <strong>:price/mo</strong> jeśli płacisz za rok z góry',
|
||||
'information_monthly' => 'Ta opcja jest dostępna tylko dla <strong>usługi Cloud</strong>',
|
||||
'install' => 'Zainstaluj',
|
||||
'buy_now' => 'Kup teraz',
|
||||
'get_api_key' => '<a href=":url" target="_blank">Kliknij tutaj</a> , aby uzyskać klucz API.',
|
||||
'no_apps' => 'Brak aplikacji w tej kategorii.',
|
||||
'become_developer' => 'Jesteś programistą? <a href=":url" target="_blank">Tutaj</a> 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. <a href="https://akaunting.com/upgrade-to-yearly" target="_blank">Dowiedz się więcej.</a>',
|
||||
|
||||
'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',
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'reconciled' => 'Uzgodnione',
|
||||
'expense_account' => 'Z rachunku',
|
||||
'income_account' => 'Na rachunek',
|
||||
'recurring' => 'Cyklicznie',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -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.',
|
||||
|
||||
];
|
||||
|
@ -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',
|
||||
|
@ -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!',
|
||||
|
||||
];
|
||||
|
@ -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. <br><b>Dica:</b> A contagem deve ser definida como zero para repetir infinitamente.',
|
||||
|
||||
];
|
||||
|
@ -15,6 +15,7 @@ return [
|
||||
'reconciled' => 'Reconciliado',
|
||||
'expense_account' => 'Da conta',
|
||||
'income_account' => 'Para conta',
|
||||
'recurring' => 'Recorrente',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -112,7 +112,7 @@ return [
|
||||
'subject' => 'Assunto',
|
||||
'body' => 'Corpo',
|
||||
'tags' => '<strong>Tags disponíveis:</strong> :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)',
|
||||
|
Loading…
x
Reference in New Issue
Block a user