diff --git a/resources/lang/bs-BA/documents.php b/resources/lang/bs-BA/documents.php
index 592339b70..a2e12f42d 100644
--- a/resources/lang/bs-BA/documents.php
+++ b/resources/lang/bs-BA/documents.php
@@ -6,7 +6,7 @@ return [
'empty_items' => 'Niste dodali nijednu stavku.',
'grand_total' => 'TOTAL',
'accept_payment_online' => 'Prihvatite plaćanja na mreži',
- 'transaction' => 'Plaćanje za :iznos je izvršeno pomoću :računa.',
+ 'transaction' => 'Plaćanje za :amount je izvršeno pomoću :account.',
'billing' => 'Naplata',
'advanced' => 'Napredno',
diff --git a/resources/lang/ca-ES/auth.php b/resources/lang/ca-ES/auth.php
index 1b917f37e..d54aa5504 100644
--- a/resources/lang/ca-ES/auth.php
+++ b/resources/lang/ca-ES/auth.php
@@ -39,6 +39,7 @@ return [
'error' => [
'self_delete' => 'Error: No et pots eliminar a tu mateix!',
'self_disable' => 'Error: No et pots desactivar a tu mateix!',
+ 'unassigned' => 'Error: No hi pot haver cap empresa sense usuaris! L\'empresa :company ha de tenir almenys un usuari.',
'no_company' => 'Error: No hi ha cap empresa assignada al teu compte. Si us plau, contacta amb l\'administrador del sistema.',
],
diff --git a/resources/lang/ca-ES/general.php b/resources/lang/ca-ES/general.php
index e66490d1c..aec9e2594 100644
--- a/resources/lang/ca-ES/general.php
+++ b/resources/lang/ca-ES/general.php
@@ -90,6 +90,7 @@ return [
'monthly' => 'Mensualment',
'quarterly' => 'Trimestralment',
'yearly' => 'Anualment',
+ 'lifetime' => 'Per sempre',
'add' => 'Afegeix',
'add_new' => 'Afegeix-ne un de nou',
'add_income' => 'Afegeix ingrés',
diff --git a/resources/lang/ca-ES/modules.php b/resources/lang/ca-ES/modules.php
index dddeb9cb0..c7f6460e3 100644
--- a/resources/lang/ca-ES/modules.php
+++ b/resources/lang/ca-ES/modules.php
@@ -28,8 +28,10 @@ return [
'yearly_pricing' => 'Preu anual',
'monthly_price' => 'des de :price',
'per_month' => 'al mes',
- 'billed_yearly' => 'Facturat anualment',
+ 'once' => 'una vegada',
'billed_monthly' => 'Facturat mensualment',
+ 'billed_yearly' => 'Facturat anualment',
+ 'billed_once' => 'Facturat una vegada',
'save_year' => 'T\'estalvies :price a l\'any!',
'if_paid_year' => 'O :price/mes si pagues anualment',
'information_monthly' => 'Aquesta opció només està disponible per al Cloud Service',
@@ -102,6 +104,10 @@ return [
'finish' => 'No s\'ha pogut acabar la instal·lació de :module',
],
+ 'warning' => [
+ 'latest_version' => 'Ja tens l\'última versió del mòdul :module. No hi ha cap actualització pendent.',
+ ],
+
'badge' => [
'installed' => 'Instal·lat',
'pre_sale' => 'Pre-venda',
diff --git a/resources/lang/ca-ES/portal.php b/resources/lang/ca-ES/portal.php
index bf6b885ac..c6ede1be5 100644
--- a/resources/lang/ca-ES/portal.php
+++ b/resources/lang/ca-ES/portal.php
@@ -12,6 +12,7 @@ return [
'see_all_details' => 'Veure els detalls de tots els comptes',
'all_payments' => 'Inicia sessió per veure tots els pagaments',
'received_date' => 'Data de recepció',
+ 'redirect_description' => 'Seràs redirigit a la web :name per fer el pagament.',
'last_payment' => [
'title' => 'Últim pagament fet',
diff --git a/resources/lang/es-AR/email_templates.php b/resources/lang/es-AR/email_templates.php
index 0a9d619f2..c65ea2d2b 100644
--- a/resources/lang/es-AR/email_templates.php
+++ b/resources/lang/es-AR/email_templates.php
@@ -3,7 +3,7 @@
return [
'invoice_new_customer' => [
- 'subject' => '{invoice_number} factura creada',
+ 'subject' => 'Factura No. {invoice_number} creada',
'body' => 'Estimado {customer_name},
Le hemos preparado la siguiente factura: {invoice_number}.
Puede ver los detalles de la factura y proceder con el pago desde el siguiente enlace: {invoice_number}.
Ponte en contacto con nosotros para cualquier pregunta.
Saludos cordiales,
{company_name}',
],
@@ -27,6 +27,11 @@ return [
'body' => 'Hola,
Basado en el círculo recurrente de {customer_name}, la factura {invoice_number} ha sido creada automáticamente.
Puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.
Saludos cordiales,
{company_name}',
],
+ 'invoice_view_admin' => [
+ 'subject' => 'factura {invoice_number} ha sido vista',
+ 'body' => 'Hola,
{customer_name} registró un pago por la factura {invoice_number}.
Puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.
Saludos cordiales,
{company_name}',
+ ],
+
'invoice_payment_customer' => [
'subject' => 'Pago recibido por factura {invoice_number}',
'body' => 'Estimado {customer_name},
Gracias por el pago. Encuentre los detalles de pago a continuación:
-------------------------------------------------
Monto: {transaction_total}
Fecha: {transaction_paid_date}
Número de factura: {invoice_number}
-------------------------------------------------
Siempre puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.
Ponte en contacto con nosotros para cualquier pregunta.
Saludos cordiales,
{company_name}',
@@ -47,4 +52,13 @@ return [
'body' => 'Hola,
Basado en el círculo recurrente de {customer_name}, la factura {invoice_number} ha sido creada automáticamente.
Puede ver los detalles de la factura desde el siguiente enlace: {invoice_number}.
Saludos cordiales,
{company_name}',
],
+ 'payment_received_customer' => [
+ 'subject' => 'Tu recibo de {company_name}',
+ 'body' => 'Estimado {contact_name},
Hemos realizado el siguiente pago.
Puedes ver los detalles del pago desde el siguiente enlace: {payment_date}.
Póngase en contacto con nosotros para cualquier pregunta.
Saludos cordiales,
{company_name}',
+ ],
+
+ 'payment_made_vendor' => [
+ 'subject' => 'Pago realizado por {company_name}',
+ 'body' => 'Estimado {contact_name},
Hemos realizado el siguiente pago.
Puedes ver los detalles del pago desde el siguiente enlace: {payment_date}.
Póngase en contacto con nosotros para cualquier pregunta.
Saludos cordiales,
{company_name}',
+ ],
];
diff --git a/resources/lang/es-AR/errors.php b/resources/lang/es-AR/errors.php
index 8389168f8..8c9d3581d 100644
--- a/resources/lang/es-AR/errors.php
+++ b/resources/lang/es-AR/errors.php
@@ -19,5 +19,7 @@ return [
'404' => 'No pudimos encontrar la página que estaba buscando.',
'500' => 'Trabajaremos para arreglarlo de inmediato.',
'record' => 'No pudimos encontrar el registro que estaba buscando.',
+ 'amount' => '¡Esta página contiene cantidades no válidas! Por favor, póngase en contacto con el administrador del sistema.',
],
+
];
diff --git a/resources/lang/es-AR/footer.php b/resources/lang/es-AR/footer.php
index 2b541c945..2c23ef126 100644
--- a/resources/lang/es-AR/footer.php
+++ b/resources/lang/es-AR/footer.php
@@ -6,5 +6,8 @@ return [
'powered' => 'Desarrollado por Akaunting',
'link' => 'https://akaunting.com',
'software' => 'Software de Contabilidad Libre',
+ 'powered_by' => 'Desarrollado por',
+ 'tag_line' => 'Enviar facturas, rastrear gastos y automatizar la contabilidad con Akaunting. :get_started_url',
+ 'get_started' => 'Empezar',
];
diff --git a/resources/lang/es-AR/invoices.php b/resources/lang/es-AR/invoices.php
index afca3e181..af83744dd 100644
--- a/resources/lang/es-AR/invoices.php
+++ b/resources/lang/es-AR/invoices.php
@@ -2,12 +2,14 @@
return [
- 'invoice_number' => 'Número de factura',
+ 'invoice_number' => 'Número de Factura',
'invoice_date' => 'Fecha de factura',
+ 'invoice_amount' => 'Importe de la factura',
'total_price' => 'Precio total',
'due_date' => 'Fecha de vencimiento',
'order_number' => 'Número de pedido',
'bill_to' => 'Facturar a',
+ 'cancel_date' => 'Fecha de cancelación',
'quantity' => 'Cantidad',
'price' => 'Precio',
@@ -15,9 +17,10 @@ return [
'discount' => 'Descuento',
'item_discount' => 'Descuento de línea',
'tax_total' => 'Total de impuestos',
- 'total' => 'Total',
+ 'total' => 'Total ',
'item_name' => 'Nombre del artículo | Nombres de artículo',
+ 'recurring_invoices' => 'Factura recurrente|Facturas recurrentes',
'show_discount' => ':discount% de descuento',
'add_discount' => 'Agregar descuento',
@@ -39,6 +42,11 @@ return [
'send_invoice' => 'Enviar factura',
'get_paid' => 'Recibir Pago',
'accept_payments' => 'Aceptar pagos online',
+ 'payment_received' => 'Pago recibido',
+
+ 'form_description' => [
+ 'billing' => 'Los datos de facturación aparecen en su factura. La fecha de la factura se utiliza en el panel de control e informes. Seleccione la fecha que usted espera que se le pague como fecha de vencimiento.',
+ ],
'messages' => [
'email_required' => '¡No hay dirección de correo electrónico para este cliente!',
@@ -57,4 +65,21 @@ return [
],
],
+ 'slider' => [
+ 'create' => ':user creó esta factura el :date',
+ 'create_recurring' => ':user creó esta plantilla recurrente el :date',
+ 'schedule' => 'Repetir cada :intervalo :frequency desde :date',
+ 'children' => ':count facturas fueron creadas automáticamente',
+ ],
+
+ 'share' => [
+ 'show_link' => 'Su cliente puede ver la factura en este enlace',
+ 'copy_link' => 'Copie el enlace y compártelo con su cliente.',
+ 'success_message' => '¡Enlace compartido copiado al portapapeles!',
+ ],
+
+ 'sticky' => [
+ 'description' => 'Está previsualizando cómo verá su cliente la versión web de su factura.',
+ ],
+
];
diff --git a/resources/lang/es-AR/items.php b/resources/lang/es-AR/items.php
index 792e759a6..be0d6b658 100644
--- a/resources/lang/es-AR/items.php
+++ b/resources/lang/es-AR/items.php
@@ -2,8 +2,16 @@
return [
- 'sale_price' => 'Precio de venta',
- 'purchase_price' => 'Precio de compra',
- 'enter_item_description' => 'Introducir descripción del artículo',
+ 'sale_price' => 'Precio de venta',
+ 'purchase_price' => 'Precio de compra',
+ 'enter_item_description' => 'Introducir descripción del artículo',
+ 'billing' => 'Facturación',
+ 'sale_information' => 'Información de venta',
+ 'purchase_information' => 'Información de compra',
+
+ 'form_description' => [
+ 'general' => 'Seleccione una categoría para que sus informes sean más detallados. La descripción se rellenará cuando el artículo sea seleccionado en una factura o cuenta.',
+ 'billing' => 'La información de venta se utiliza dentro de las facturas, y la información de compra se utiliza dentro de las facturas. Los impuestos se aplicarán tanto a las facturas como a las cuentas.',
+ ],
];
diff --git a/resources/lang/es-AR/recurring.php b/resources/lang/es-AR/recurring.php
index c0d38913d..655c33014 100644
--- a/resources/lang/es-AR/recurring.php
+++ b/resources/lang/es-AR/recurring.php
@@ -15,6 +15,27 @@ return [
'weeks' => 'Semana(s)',
'months' => 'Mes(es)',
'years' => 'Año(s)',
+ 'frequency' => 'Frecuencia',
+ 'duration' => 'Duración',
+ 'last_issued' => 'Última emisión',
+ 'after' => 'Después',
+ 'on' => 'En',
+ 'never' => 'Nunca',
+ 'ends_after' => 'Termina después de :times',
+ 'ends_never' => 'Nunca termina',
+ 'ends_date' => 'Termina el :date',
+ 'next_date' => 'Siguiente :date',
+ 'end' => 'Finalizar recurrente',
+ 'child' => ':url fue creado automáticamente el :date',
'message' => 'Éste es un :type periódico y el siguiente :type se generará automáticamente el día :date',
+ 'message_parent' => 'Este :type se generó automáticamente desde :link',
+
+ 'frequency_type' => 'Repetir esto :type',
+ 'limit_date' => 'Crear primero :type en',
+ 'limit_middle' => 'y termina',
+
+ 'form_description' => [
+ 'schedule' => 'Elija los términos y la hora de inicio y fin para asegurarse de que su cliente recibe su :type el día correcto.',
+ ],
];
diff --git a/resources/lang/es-CO/errors.php b/resources/lang/es-CO/errors.php
new file mode 100644
index 000000000..891a1e6c3
--- /dev/null
+++ b/resources/lang/es-CO/errors.php
@@ -0,0 +1,25 @@
+ [
+ '403' => '¡Ups! Acceso prohibido',
+ '404' => '¡Ups! Página no encontrada',
+ '500' => 'Ups... algo salió mal',
+ ],
+
+ 'header' => [
+ '403' => '403 Prohibido',
+ '404' => '404 Página no encontrada',
+ '500' => '500 Error interno del servidor',
+ ],
+
+ 'message' => [
+ '403' => 'No puedes acceder a esta página.',
+ '404' => 'No pudimos encontrar la página que estabas buscando.',
+ '500' => 'Trabajaremos para arreglarlo de inmediato.',
+ 'record' => 'No pudimos encontrar el registro que estabas buscando.',
+ 'amount' => '¡Esta página contiene cantidades invalidas! Por favor contacta al administrador del sistema.',
+ ],
+
+];
diff --git a/resources/lang/es-CO/pagination.php b/resources/lang/es-CO/pagination.php
new file mode 100644
index 000000000..95397d521
--- /dev/null
+++ b/resources/lang/es-CO/pagination.php
@@ -0,0 +1,9 @@
+ 'Anterior',
+ 'next' => 'Siguiente',
+ 'showing' => ':first-:last de :total records.',
+ 'page' => 'por página.',
+];
diff --git a/resources/lang/es-CO/passwords.php b/resources/lang/es-CO/passwords.php
new file mode 100644
index 000000000..90fff7856
--- /dev/null
+++ b/resources/lang/es-CO/passwords.php
@@ -0,0 +1,24 @@
+ '¡Tu contraseña se ha reestablecido!',
+ 'sent' => '¡Te hemos enviado un enlace para reestablecer tu contraseña!',
+ 'throttled' => 'Por favor espera antes de reintentar.',
+ 'token' => 'Este token de reestablecimiento de contraseña es invalido
+',
+ 'user' => "No podemos encontrar un usuario con esa dirección de correo electrónico
+",
+
+];
diff --git a/resources/lang/es-CO/taxes.php b/resources/lang/es-CO/taxes.php
new file mode 100644
index 000000000..fea3b71f4
--- /dev/null
+++ b/resources/lang/es-CO/taxes.php
@@ -0,0 +1,20 @@
+ 'Tasa',
+ 'rate_percent' => 'Tasa (%)',
+ 'normal' => 'Normal',
+ 'inclusive' => 'Inclusivo',
+ 'compound' => 'Compuesto',
+ 'fixed' => 'Fijo',
+ 'withholding' => 'Retención',
+ 'no_taxes' => 'Sin impuestos',
+ 'create_task' => 'Crear un nuevo impuesto y editar en cualquier momento desde la configuración.',
+ 'new_tax' => 'Nuevo impuesto',
+
+ 'form_description' => [
+ 'general' => 'El impuesto incluido se calcula en el precio del artículo. El impuesto compuesto se calcula sobre los otros impuestos. El impuesto fijo se aplica como una cantidad, no como un porcentaje.',
+ ],
+
+];
diff --git a/resources/lang/es-CO/vendors.php b/resources/lang/es-CO/vendors.php
new file mode 100644
index 000000000..79dd066eb
--- /dev/null
+++ b/resources/lang/es-CO/vendors.php
@@ -0,0 +1,16 @@
+ [
+ 'general' => 'La información de contacto de tu proveedor aparecerá en las facturas y sus perfiles. Puede agregar su información de contacto y su logotipo para ser utilizado en las facturas.',
+ 'billing' => 'El identificador de impuestos aparece en cada factura emitida para tu empresa. La divisa seleccionada se convierte en la moneda predeterminada para este proveedor.',
+ 'address' => 'La dirección es obligatoria para las facturas, por lo que debes agregar los detalles de la dirección de facturación de tu proveedor.',
+ ],
+
+ 'no_records' => [
+ 'bills' => 'Todavía no hay factura para este proveedor. Crea una nuevo ahora.',
+ 'transactions' => 'No hay ninguna transacción para este proveedor todavía. Crea una nuevo ahora.',
+ ],
+
+];
diff --git a/resources/lang/es-CO/widgets.php b/resources/lang/es-CO/widgets.php
new file mode 100644
index 000000000..66db8cce3
--- /dev/null
+++ b/resources/lang/es-CO/widgets.php
@@ -0,0 +1,34 @@
+ 'Cuentas por cobrar',
+ 'payables' => 'Cuentas por pagar',
+ 'cash_flow' => 'Flujo de efectivo',
+ 'profit_loss' => 'Ganancias y Pérdidas',
+ 'expenses_by_category' => 'Gastos por categoría',
+ 'account_balance' => 'Saldo de la cuenta',
+ 'bank_feeds' => 'Conectar cuentas bancarias',
+ 'currencies' => 'Divisas',
+
+ 'view_report' => 'Ver informe',
+ 'total_unpaid_invoices' => 'Total de facturas no pagadas',
+ 'total_unpaid_bills' => 'Total de facturas no pagadas',
+
+ 'description' => [
+ 'receivables' => 'Cantidad que aún no has recibido de tus clientes',
+ 'payables' => 'Cantidad que aún tienes que pagar a tus proveedores',
+ 'cash_flow' => 'Dinero entrando y saliendo de tu negocio',
+ 'profit_loss' => 'Ingresos y gastos, incluyendo facturas no pagadas',
+ 'expenses_by_category' => 'Gastos más altos en varias categorías',
+ 'account_balance' => 'Saldo actual de sus cuentas bancarias',
+ 'bank_feeds' => 'Importa tus transacciones a Akaunting automáticamente conectando tus cuentas bancarias',
+ ],
+
+ 'periods' => [
+ 'overdue_1_30' => '1-30 días atrasados',
+ 'overdue_30_60' => '30-60 días atrasados',
+ 'overdue_60_90' => '60-90 días atrasados',
+ 'overdue_90_un' => '> 90 días atrasados',
+ ],
+];
diff --git a/resources/lang/fr-FR/general.php b/resources/lang/fr-FR/general.php
index 6a86feb5c..7ac559129 100644
--- a/resources/lang/fr-FR/general.php
+++ b/resources/lang/fr-FR/general.php
@@ -90,6 +90,7 @@ return [
'monthly' => 'Mensuel',
'quarterly' => 'Trimestriel',
'yearly' => 'Annuel',
+ 'lifetime' => 'A vie',
'add' => 'Ajouter',
'add_new' => 'Ajouter un nouveau',
'add_income' => 'Ajouter une recette',
diff --git a/resources/lang/fr-FR/modules.php b/resources/lang/fr-FR/modules.php
index 20264db4c..5c01aff91 100644
--- a/resources/lang/fr-FR/modules.php
+++ b/resources/lang/fr-FR/modules.php
@@ -28,11 +28,13 @@ return [
'yearly_pricing' => 'Prix annuel',
'monthly_price' => 'à partir de :price',
'per_month' => 'par mois',
- 'billed_yearly' => 'Facturé Annuellement',
+ 'once' => 'une fois',
'billed_monthly' => 'Facturé Mensuellement',
+ 'billed_yearly' => 'Facturé Annuellement',
+ 'billed_once' => 'Facturé une fois',
'save_year' => 'Vous économisez :price par an !',
'if_paid_year' => 'Ou :price/mo si payé annuellement',
- 'information_monthly' => 'Cette option n\'est valide que pour le Cloud Service',
+ 'information_monthly' => 'Cette option n\'est valide que pour le Cloud Service',
'install' => 'Installation',
'buy_now' => 'Acheter maintenant',
'get_api_key' => 'Cliquez ici pour obtenir votre clé API.
@@ -104,6 +106,10 @@ return [
'finish' => 'Impossible de finaliser l\'installation de :module',
],
+ 'warning' => [
+ 'latest_version' => 'Vous utilisez déjà la dernière version de :module, aucune mise à jour n\'est disponible.',
+ ],
+
'badge' => [
'installed' => 'Installées',
'pre_sale' => 'Pré-vente',
diff --git a/resources/lang/lv-LV/general.php b/resources/lang/lv-LV/general.php
index ecfef837c..689cc2e06 100644
--- a/resources/lang/lv-LV/general.php
+++ b/resources/lang/lv-LV/general.php
@@ -90,6 +90,7 @@ return [
'monthly' => 'Ikmēneša',
'quarterly' => 'Ceturkšņa',
'yearly' => 'Gada',
+ 'lifetime' => 'Dzīve',
'add' => 'Pievienot',
'add_new' => 'Pievienot jaunu',
'add_income' => 'Pievienot ienākumu',
diff --git a/resources/lang/lv-LV/modules.php b/resources/lang/lv-LV/modules.php
index 9ad12fc3f..467f675da 100644
--- a/resources/lang/lv-LV/modules.php
+++ b/resources/lang/lv-LV/modules.php
@@ -28,8 +28,10 @@ return [
'yearly_pricing' => 'Gada cenas noteikšana',
'monthly_price' => 'no :price',
'per_month' => 'mēnesī',
- 'billed_yearly' => 'Izrakstīts par gadu',
+ 'once' => 'vienreiz',
'billed_monthly' => 'Izrakstīts par mēnesi',
+ 'billed_yearly' => 'Izrakstīts par gadu',
+ 'billed_once' => 'Rēķins vienu reizi',
'save_year' => 'Jūs ietaupāt :price par gadu!',
'if_paid_year' => 'Vai :price/mo apmaksai par gadu',
'information_monthly' => 'Šī opcija ir derīga tikai pakalpojumam mākoņpakalpojums',
@@ -102,6 +104,10 @@ return [
'finish' => 'Nevar pabeigt :modulis uzstādīšanu',
],
+ 'warning' => [
+ 'latest_version' => 'Jūs izmantojat jaunāko :module versiju, atjauninājumi nav pieejami.',
+ ],
+
'badge' => [
'installed' => 'Instalēts',
'pre_sale' => 'Iepriekšpārdošana',
diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php
index 30f792bef..e168a2b11 100644
--- a/resources/lang/sv-SE/general.php
+++ b/resources/lang/sv-SE/general.php
@@ -4,17 +4,23 @@ return [
'dashboards' => 'Instrumentpanel|Instrumentpaneler',
'items' => 'Artikel | Artiklar',
- 'incomes' => 'Inkomst | Inkomster',
'invoices' => 'Faktura | Fakturor',
- 'revenues' => 'Intäkt | Intäkter',
+ 'recurring_invoices' => 'Återkommande faktura|Återkommande fakturor',
'customers' => 'Kund | Kunder',
+ 'incomes' => 'Inkomst | Inkomster',
+ 'recurring_incomes' => 'Återkommande inkomst|Återkommande inkomster',
'expenses' => 'Utgift | Utgifter',
+ 'recurring_expenses' => 'Återkommande utgift|Återkommande utgifter',
'bills' => 'Faktura | Fakturor',
- 'payments' => 'Betalning | Betalningar',
+ 'recurring_bills' => 'Återkommande räkning|Återkommande räkningar',
'vendors' => 'Leverantör | Leverantörer',
'accounts' => 'Konto | Konton',
'transfers' => 'Överföra | Överföringar',
+ 'income_transfers' => 'Inkomstöverföring|Inkomstöverföringar',
+ 'expense_transfers' => 'Utgiftsöverföring|Utgiftsöverföringar',
'transactions' => 'Transaktion | Transaktioner',
+ 'payments' => 'Betalning | Betalningar',
+ 'recurring_transactions'=> 'Återkommande transaktion|Återkommande transaktioner',
'reports' => 'Rapport | Rapporter',
'settings' => 'Inställning | Inställningar',
'categories' => 'Kategori | Kategorier',
@@ -36,10 +42,11 @@ return [
'totals' => 'Summa | Summor',
'languages' => 'Språk|Språk',
'updates' => 'Uppdatering|Uppdateringar',
- 'numbers' => 'Siffra | Siffror',
+ 'numbers' => 'Nummer|Nummer',
'statuses' => 'Status | Statusar',
'others' => 'Andra | Andra',
'contacts' => 'Kontakta|kontakter',
+ 'documents' => 'Dokument|Dokument',
'reconciliations' => 'Stämma av|avstämningar',
'developers' => 'Utvecklare|Utvecklare',
'schedules' => 'Schema|Scheman',
@@ -52,6 +59,19 @@ return [
'sales' => 'Sälj|Försäljning',
'purchases' => 'Inköpning|Inköp',
'notifications' => 'Notifiering|Notifikationer',
+ 'countries' => 'Land|Länder',
+ 'cities' => 'Stad / Stadskärna / Städer',
+ 'email_services' => 'E-posttjänst|E-posttjänster',
+ 'email_templates' => 'E-postmall|E-postmallar',
+ 'bank_transactions' => 'Banköverföring|Banköverföringar',
+ 'recurring_templates' => 'Återkommande mall|Återkommande mallar',
+ 'receipts' => 'Kvitto|Kvitton',
+ 'products' => 'Produkt|Produkter',
+ 'services' => 'Tjänst|Tjänster',
+ 'invitations' => 'Inbjudan|Inbjudningar',
+ 'attachments' => 'Bilaga|Bilagor',
+ 'histories' => 'Historik|Historiker',
+ 'your_notifications' => 'Din notifikation|Dina notifikationer',
'welcome' => 'Välkommen',
'banking' => 'Banktjänster',
@@ -61,6 +81,7 @@ return [
'amount' => 'Belopp',
'enabled' => 'Aktiverad',
'disabled' => 'Inaktiverad',
+ 'disabled_type' => 'Denna/Detta :type är inaktiverad/-t',
'yes' => 'Ja',
'no' => 'Nej',
'na' => 'Ej tillgängligt',
@@ -69,17 +90,24 @@ return [
'monthly' => 'Månadsvis',
'quarterly' => 'Kvartalsvis',
'yearly' => 'Årligen',
+ 'lifetime' => 'Livstid',
'add' => 'Lägg till',
'add_new' => 'Lägg till ny',
'add_income' => 'Lägg till inkomst',
'add_expense' => 'Lägg till utlägg',
'add_transfer' => 'Lägg till överföring',
'show' => 'Visa',
+ 'create' => 'Skapa',
'edit' => 'Redigera',
'delete' => 'Ta bort',
'send' => 'Skicka',
+ 'send_to' => 'Skicka till',
+ 'receive' => 'Ta emot',
'share' => 'Dela',
+ 'share_link' => 'Dela länk',
+ 'copy_link' => 'Kopiera länk',
'download' => 'Ladda ner',
+ 'restore' => 'Återställ',
'delete_confirm' => 'Bekräfta ta bort :name :type?',
'name' => 'Namn',
'email' => 'E-post',
@@ -105,6 +133,8 @@ return [
'loading' => 'Laddar...',
'from' => 'Från',
'to' => 'Till',
+ 'subject' => 'Ämne',
+ 'body' => 'Brödtext',
'print' => 'Skriv ut',
'download_pdf' => 'Ladda ner PDF',
'customize' => 'Anpassa',
@@ -157,13 +187,47 @@ return [
'no_matching_data' => 'Inga matchande data',
'clear_cache' => 'Rensa cache',
'go_to_dashboard' => 'Gå till instrumentpanelen',
+ 'create_first_invoice' => 'Skapa din första faktura',
'is' => 'är',
'isnot' => 'är inte',
'recurring_and_more' => 'Återkommande och mer..',
+ 'due' => 'Förfaller',
'due_on' => 'Förfaller den',
'amount_due' => 'Belopp att betala',
'financial_year' => 'Räkenskapsår',
'created' => 'Skapad',
+ 'state' => 'Provins / delstat',
+ 'zip_code' => 'Postnummer / Postnummer',
+ 'parent' => 'Överordnad',
+ 'split' => 'Dela',
+ 'email_send_me' => 'Skicka en kopia till mig själv på :email',
+ 'connect' => 'Koppla',
+ 'assign' => 'Tilldela',
+ 'new' => 'Ny',
+ 'new_more' => 'Ny...',
+ 'number' => 'Nummer',
+ 'client_portal' => 'Kundportal',
+ 'issue_date' => 'Utfärdandedatum',
+ 'due_date' => 'Förfallodatum',
+ 'open' => 'Öppen',
+ 'invite' => 'Bjud in',
+ 'common' => 'Allmänt',
+ 'api' => 'API',
+ 'admin_panel' => 'Kontrollpanel',
+ 'special' => 'Speciell',
+ 'distribution' => 'Fördelning',
+ 'timeline' => 'Tidslinje',
+ 'incoming' => 'Inkommande',
+ 'outgoing' => 'Utgående',
+ 'none' => 'Ingen',
+ 'preferences' => 'Inställningar',
+ 'resend' => 'Skicka igen',
+ 'last_sent' => 'Senast skickad :date',
+ 'preview_in_window' => 'Förhandsgranska i nytt fönster',
+ 'copied' => 'Kopierad',
+ 'preview_mode' => 'Förhandsgranskningsläge',
+ 'go_back' => 'Gå tillbaka till :type',
+ 'validation_error' => 'Valideringsfel',
'card' => [
'cards' => 'Kort| Kort',
@@ -175,6 +239,7 @@ return [
],
'title' => [
+ 'show' => 'Visa :type',
'new' => 'Nytt :type',
'edit' => 'Redigera :type',
'delete' => 'Ta bort :type',
@@ -183,6 +248,8 @@ return [
'get' => 'Få :type',
'add' => 'Lägg till :type',
'manage' => 'Hantera :type',
+ 'invite' => 'Bjud in :type',
+ 'closed' => 'Stängd :type',
],
'form' => [
@@ -206,16 +273,19 @@ return [
'placeholder' => [
'search' => 'Skriv för att söka..',
'search_and_filter' => 'Sök eller filtrera resultat..',
+ 'select_and_filter' => 'Välj ett av de tillgängliga alternativen nedan',
+ 'enter_and_filter' => 'Bekräfta med enter för att filtrera resultaten, eller ange ett nytt filter',
'contact_search' => 'Skriv ett :type namn',
'item_search' => 'Skriv in ett objekts namn',
],
'date_range' => [
- 'today' => 'Idag',
- 'yesterday' => 'Igår',
- 'last_days' => 'Sista :day Dagarna',
- 'this_month' => 'Denna månaden',
- 'last_month' => 'Senaste månaden',
+ 'today' => 'Idag',
+ 'yesterday' => 'Igår',
+ 'week_ago' => 'En vecka sedan',
+ 'last_days' => 'Sista :day Dagarna',
+ 'this_month' => 'Denna månaden',
+ 'last_month' => 'Senaste månaden',
],
'empty' => [
@@ -228,8 +298,15 @@ return [
'payments' => 'Betalning är en betald kostnadstransaktion. Det kan vara en oberoende post (dvs. livsmedelskvittot) eller bifogas en räkning.',
'vendors' => 'Leverantörer krävs om du vill skapa räkningar. Du kan se det saldo du är skyldig och filtrera rapporter från leverantören.',
'transfers' => 'Överföringar tillåter dig att flytta pengar från ett konto till ett annat, oavsett om de använder samma valuta eller inte.',
+ 'transactions' => 'Under transaktioner kan du skapa poster över dina inkomster eller utgifter. Betalningar av fakturor/räkningar finns också listade här.',
'taxes' => 'Skatter används för att tillföra extra avgifter på fakturor och räkningar. Dina ekonomier påverkas av dessa regleringsskatter.',
'reconciliations' => 'Bankavstämning är en process som utförs för att säkerställa att ditt företags bankregister också är korrekt.',
+ 'recurring_templates' => 'Återkommande mall för inkomster eller utgifter.',
+
+ 'actions' => [
+ 'new' => 'Fyll i informationen och skapa din första :type',
+ 'import' => 'Importera din/-a befintliga :type med ett enda klick',
+ ],
],
];
diff --git a/resources/lang/sv-SE/install.php b/resources/lang/sv-SE/install.php
index 76815e9d4..7739b25a4 100644
--- a/resources/lang/sv-SE/install.php
+++ b/resources/lang/sv-SE/install.php
@@ -22,6 +22,7 @@ return [
'extension' => ':extension tillägget måste vara installerad och laddad!',
'directory' => ':directory katalogen måste vara skrivbar!',
'executable' => 'PHP CLI körbar fil är inte definierad/fungerar eller dess version är inte :php_version eller högre! Be ditt webbhotellföretag att ställa in miljövariabeln PHP_BINARY eller PHP_PATH på rätt sätt.',
+ 'npm' => 'Saknade JavaScript-filer!
Du bör köra npm install och npm run dev kommandona.',
],
'database' => [
@@ -43,4 +44,8 @@ return [
'connection' => 'Fel: Kunde inte ansluta till databasen! Snälla, se till att uppgifterna stämmer.',
],
+ 'update' => [
+ 'core' => 'Ny Akaunting-version tillgänglig! Vänligen uppdatera din installation.',
+ 'module' => 'Ny version av :module tillgänglig! Vänligen uppdatera din installation.',
+ ],
];
diff --git a/resources/lang/sv-SE/modules.php b/resources/lang/sv-SE/modules.php
index add1e26b3..29d93b05c 100644
--- a/resources/lang/sv-SE/modules.php
+++ b/resources/lang/sv-SE/modules.php
@@ -4,17 +4,55 @@ return [
'api_key' => 'API nyckel',
'my_apps' => 'Mina appar',
+ 'checkout' => 'Till kassan',
+ 'documentation' => 'Dokumentation',
+
+ 'home' => 'Startskärm',
+ 'tiles' => 'Lista',
+ 'item' => 'Appinfo',
'pre_sale' => 'Pre-Sale',
+ 'no_apps' => 'Kolla in de mest professionella apparna för ditt företag och få dem till bästa pris.',
+ 'learn_more' => 'Läs mer',
+ 'see_apps' => 'Se appar',
+ 'no_apps_marketing' => 'Få jobbet gjort som ett proffs',
+ 'premium_banner' => 'BYT TILL PREMIUM IDAG',
+ 'see_all' => 'Visa allt',
+ 'see_all_type' => 'Visa alla :type',
+ 'saving' => 'Du sparar :saved-price per år!',
'top_paid' => 'Bästa betal',
'new' => 'Nytt',
'top_free' => 'Bästa gratis',
'free' => 'Fri',
+ 'monthly' => 'Månatlig',
+ 'yearly' => 'Årlig',
+ 'yearly_pricing' => 'Årligt pris',
+ 'monthly_price' => 'från :price',
+ 'per_month' => 'per månad',
+ 'once' => 'en gång',
+ 'billed_monthly' => 'Fakturerad per månad',
+ 'billed_yearly' => 'Fakturerad årligen',
+ 'billed_once' => 'Fakturerad en gång',
+ 'save_year' => 'Du sparar :price per år!',
+ 'if_paid_year' => 'Eller :price/månad om du betalar per år',
+ 'information_monthly' => 'Det här alternativet är endast giltigt i Molnet',
'install' => 'Installera',
'buy_now' => 'Köp nu',
'get_api_key' => 'Klicka här för att få din API-nyckel.',
'no_apps' => 'Det finns inga appar i den här kategorin ännu.',
'become_developer' => 'Är du utvecklare? Här kan du lära dig att skapa en app och börja sälja idag!',
'recommended_apps' => 'Rekommenderade appar',
+ 'can_not_install' => 'Månatliga prenumerationer är endast tillgängliga på molntjänsten. Läs mer.',
+ 'apps_managing' => 'Kolla in de högst trendande apparna och börja hantera din ekonomi som ett proffs idag.',
+ 'ready' => 'Redo',
+ 'popular_this_week' => 'Populärt denna vecka',
+ 'install_cloud' => 'Använd i molntjänst',
+ 'get_cloud' => 'Skaffa molntjänst',
+ 'get_premium_cloud' => 'Skaffa Molntjänst Premium',
+ 'switch_to_cloud' => 'Växla till molnet',
+ 'hosted_on_akaunting' => 'Driftad på akaunting.com',
+ 'only_works_cloud' => 'Appen är endast tillgänglig i Molnet.',
+ 'only_premium_plan' => 'Appen är endast tillgänglig i Premium Molnet.',
+ 'not_found' => 'Ingen app hittades',
'about' => 'Om',
@@ -25,13 +63,22 @@ return [
'view' => 'Visa',
'back' => 'Tillbaka',
+ 'use_app' => 'Börja använda appen nu',
+
+ 'see_more' => 'Visa mer',
+
'installed' => ':module installerad',
'uninstalled' => ':module avinstallerad',
'updated_2' => 'modulen uppdaterades',
'enabled' => ':module aktiverad',
'disabled' => ':module inaktiverad',
+ 'per_month' => 'per månad',
+ 'pre_sale_uninstall' => 'Missa inte det rabatterade priset under förhandsförsäljningen!',
+ 'pre_sale_install' => 'Du kommer att ha appen i slutet av förhandsförsäljningen.',
'tab' => [
+ 'features' => 'Funktioner',
+ 'screenshots' => 'Skärmdumpar',
'installation' => 'Installation',
'faq' => 'Vanliga frågor',
'changelog' => 'Ändringslog',
@@ -49,6 +96,7 @@ return [
],
'errors' => [
+ 'purchase' => 'Du bör köpa/förnya :module!',
'download' => 'Kan inte ladda ner :module',
'zip' => 'Kan inte skapa :module zip-fil',
'unzip' => 'Kan inte packa upp :module',
@@ -56,6 +104,10 @@ return [
'finish' => 'Kan inte slutföra :module installation',
],
+ 'warning' => [
+ 'latest_version' => 'Du använder den senaste versionen av :module, inga uppdateringar tillgängliga.',
+ ],
+
'badge' => [
'installed' => 'Installerad',
'pre_sale' => 'Pre-Sale',
diff --git a/resources/lang/zh-CN/accounts.php b/resources/lang/zh-CN/accounts.php
index 5a74e148e..62137aaa4 100644
--- a/resources/lang/zh-CN/accounts.php
+++ b/resources/lang/zh-CN/accounts.php
@@ -2,7 +2,8 @@
return [
- 'account_name' => '帐户名称',
+ 'account_name' => '账户名称',
+ 'account_balance' => '账户余额',
'number' => '号码',
'opening_balance' => '开户余额',
'current_balance' => '当前余额',
@@ -10,5 +11,21 @@ return [
'bank_phone' => '银行电话',
'bank_address' => '银行地址',
'default_account' => '默认帐户',
+ 'incoming' => '传入',
+ 'outgoing' => '输出',
+ 'see_performance' => '查看财务绩效',
+ 'create_report' => '如果您想要看财务绩效,您可以创建收入与支出报告实例。',
+ 'banks' => '银行|银行',
+ 'credit_cards' => '信用卡|信用卡',
+
+ 'form_description' => [
+ 'general' => '对负的开户余额使用信用卡类型。 该数字对于正确核对账户至关重要。 如果未另行选择,默认账户将记录所有交易。',
+ 'bank' => '您可以在不止一家银行拥有多个银行账户。 记录有关您银行的信息将使您银行内的交易更容易匹配。',
+ ],
+
+ 'no_records' => [
+ 'transactions' => '此账户中还没有转账。 现在就创建一个新的。',
+ 'transfers' => '尚未向/从该帐户进行转账。 现在就创建一个新的。',
+ ],
];
diff --git a/resources/lang/zh-CN/countries.php b/resources/lang/zh-CN/countries.php
index 2c1414df5..4c2c2c99e 100644
--- a/resources/lang/zh-CN/countries.php
+++ b/resources/lang/zh-CN/countries.php
@@ -1,6 +1,7 @@
'阿富汗',
'AX' => '奥兰群岛',
'AL' => '阿尔巴尼亚',
@@ -119,6 +120,7 @@ return [
'KZ' => '哈萨克斯坦',
'KE' => '肯尼亚',
'KI' => '基里巴斯',
+ 'XK' => '科索沃',
'KW' => '科威特',
'KG' => '吉尔吉斯斯坦',
'LA' => '老挝',
@@ -250,4 +252,5 @@ return [
'YE' => '也门',
'ZM' => '赞比亚',
'ZW' => '津巴布韦',
+
];