From 4df1d58813b10caf277396b3611d4227e1d79375 Mon Sep 17 00:00:00 2001 From: Crowdin Bot Date: Tue, 27 Apr 2021 00:23:04 +0000 Subject: [PATCH] new crowdin translations --- resources/lang/da-DK/bills.php | 2 +- resources/lang/da-DK/messages.php | 2 + resources/lang/da-DK/notifications.php | 29 +++++++++++++- resources/lang/da-DK/transfers.php | 2 + resources/lang/de-DE/messages.php | 2 + resources/lang/de-DE/notifications.php | 27 +++++++++++++ resources/lang/es-ES/documents.php | 54 ++++++++++++++++++++++++++ resources/lang/es-ES/errors.php | 19 ++++----- resources/lang/es-ES/items.php | 5 ++- resources/lang/es-ES/messages.php | 2 + resources/lang/es-ES/search_string.php | 20 ++++++++++ resources/lang/es-ES/widgets.php | 1 + resources/lang/it-IT/general.php | 2 +- resources/lang/it-IT/widgets.php | 1 + resources/lang/sq-AL/messages.php | 2 + resources/lang/sq-AL/notifications.php | 27 +++++++++++++ resources/lang/sr-SP/bills.php | 2 +- 17 files changed, 184 insertions(+), 15 deletions(-) create mode 100644 resources/lang/es-ES/documents.php create mode 100644 resources/lang/es-ES/search_string.php diff --git a/resources/lang/da-DK/bills.php b/resources/lang/da-DK/bills.php index 69511e2c6..c15978ab9 100644 --- a/resources/lang/da-DK/bills.php +++ b/resources/lang/da-DK/bills.php @@ -44,7 +44,7 @@ return [ 'status' => [ 'created' => 'Oprettet den :date', 'receive' => [ - 'draft' => 'Ikke sendt', + 'draft' => 'Ikke modtaget', 'received' => 'Modtaget den :date', ], 'paid' => [ diff --git a/resources/lang/da-DK/messages.php b/resources/lang/da-DK/messages.php index 11288e2cc..f5df5956e 100644 --- a/resources/lang/da-DK/messages.php +++ b/resources/lang/da-DK/messages.php @@ -8,7 +8,9 @@ return [ 'deleted' => ':type slettet!', 'duplicated' => ':type duplikeret!', 'imported' => ':type importeret!', + 'import_queued' => ':type import er planlagt! Du vil modtage en e-mail, når den er færdig.', 'exported' => ':type exporteret!', + 'export_queued' => ':type eksport er planlagt! Du vil modtage en e-mail, når den er klar til download.', 'enabled' => ':type aktiveret!', 'disabled' => ':type deaktiveret!', ], diff --git a/resources/lang/da-DK/notifications.php b/resources/lang/da-DK/notifications.php index cc8e5baa4..09eae4f60 100644 --- a/resources/lang/da-DK/notifications.php +++ b/resources/lang/da-DK/notifications.php @@ -4,7 +4,7 @@ return [ 'whoops' => 'Ups!', 'hello' => 'Hej!', - 'salutation' => 'Med venlig hilsen,
: company_name', + 'salutation' => 'Med venlig hilsen,
:company_name', 'subcopy' => 'Hvis du har problemer med at klikke på ":text" knappen, kopier og indsæt nedenstående URL i din webbrowser: [:url](:url)', 'update' => [ @@ -24,4 +24,31 @@ return [ ], + 'import' => [ + + 'completed' => [ + 'subject' => 'Import fuldført', + 'description' => 'Importen er gennemført, og posteringerne er tilgængelige i dit panel.', + ], + + 'failed' => [ + 'subject' => 'Import mislykkedes', + 'description' => 'Ikke i stand til at importere filen på grund af følgende problemer:', + ], + ], + + 'export' => [ + + 'completed' => [ + 'subject' => 'Eksport er klar', + 'description' => 'Eksportfilen er klar til download fra følgende link:', + ], + + 'failed' => [ + 'subject' => 'Eksport mislykkedes', + 'description' => 'Ikke i stand til at oprette eksportfilen på grund af følgende problem:', + ], + + ], + ]; diff --git a/resources/lang/da-DK/transfers.php b/resources/lang/da-DK/transfers.php index 387bb2234..c10a614bf 100644 --- a/resources/lang/da-DK/transfers.php +++ b/resources/lang/da-DK/transfers.php @@ -3,7 +3,9 @@ return [ 'from_account' => 'Fra konto', + 'from_account_rate' => 'Fra kontosats', 'to_account' => 'Til konto', + 'to_account_rate' => 'Til kontosats', 'messages' => [ 'delete' => ':from til :to (:amount)', diff --git a/resources/lang/de-DE/messages.php b/resources/lang/de-DE/messages.php index cd37279db..2d88d5e64 100644 --- a/resources/lang/de-DE/messages.php +++ b/resources/lang/de-DE/messages.php @@ -8,7 +8,9 @@ return [ 'deleted' => ':type gelöscht!', 'duplicated' => ':type dupliziert!', 'imported' => ':type importiert!', + 'import_queued' => ':type Import ist geplant! Sie erhalten eine E-Mail, sobald dieser fertiggestellt ist.', 'exported' => ':type exportiert!', + 'export_queued' => ':type Export ist geplant! Sie erhalten eine E-Mail, sobald dieser fertiggestellt ist.', 'enabled' => ':type aktiviert!', 'disabled' => ':type deaktiviert!', ], diff --git a/resources/lang/de-DE/notifications.php b/resources/lang/de-DE/notifications.php index a2918ab5f..9c93c61b6 100644 --- a/resources/lang/de-DE/notifications.php +++ b/resources/lang/de-DE/notifications.php @@ -24,4 +24,31 @@ return [ ], + 'import' => [ + + 'completed' => [ + 'subject' => 'Import abgeschlossen', + 'description' => 'Der Import wurde abgeschlossen und die Datensätze sind verfügbar.', + ], + + 'failed' => [ + 'subject' => 'Import fehlgeschlagen', + 'description' => 'Die Daten können aufgrund der folgenden Probleme nicht importiert werden:', + ], + ], + + 'export' => [ + + 'completed' => [ + 'subject' => 'Export ist bereit', + 'description' => 'Die Exportdatei kann von folgendem Link heruntergeladen werden:', + ], + + 'failed' => [ + 'subject' => 'Export fehlgeschlagen', + 'description' => 'Der Export konnte aufgrund des folgenden Problems nicht erstellt werden:', + ], + + ], + ]; diff --git a/resources/lang/es-ES/documents.php b/resources/lang/es-ES/documents.php new file mode 100644 index 000000000..baf9f146b --- /dev/null +++ b/resources/lang/es-ES/documents.php @@ -0,0 +1,54 @@ + 'Editar Columnas', + 'empty_items' =>'No has añadido ningún artículo.', + + 'statuses' => [ + 'draft' => 'Borrador', + 'sent' => 'Enviado', + 'expired' => 'Caducado', + 'viewed' => 'Visto', + 'approved' => 'Aprobada', + 'received' => 'Recibido', + 'refused' => 'Rechazado', + 'restored' => 'Restaurado', + 'reversed' => 'Invertida', + 'partial' => 'Parcial', + 'paid' => 'Pagado', + 'pending' => 'Pendiente', + 'invoiced' => 'Facturado', + 'overdue' => 'Vencida', + 'unpaid' => 'No Pagada', + 'cancelled' => 'Cancelada', + 'voided' => 'Anulada', + 'completed' => 'Finalizado', + 'shipped' => 'Enviado', + 'refunded' => 'Reembolsado', + 'failed' => 'Fallo', + 'denied' => 'Denegado', + 'processed' => 'Procesado', + 'open' => 'Abrir', + 'closed' => 'Cerrado', + 'billed' => 'Facturado', + 'delivered' => 'Entregado', + 'returned' => 'Devuelto', + 'drawn' => 'Dibujado', + 'not_billed' => 'No facturado', + 'issued' => 'Emitido', + 'not_invoiced' => 'No Facturado', + 'confirmed' => 'Confirmado', + 'not_confirmed' => 'No confirmado', + ], + + 'messages' => [ + 'email_sent' => '¡Se ha enviado :type por correo!', + 'marked_as' => '¡:type marcado/a como :status!', + 'marked_sent' => '¡:type marcado/a como enviado!', + 'marked_paid' => '¡:type marcado/a como pagado/a!', + 'marked_viewed' => '¡:type marcado/a como visto/a!', + 'marked_cancelled' => '¡:type marcado/a como cancelado/a!', + 'marked_received' => '¡:type marcado/a como recibido/a!', + ], +]; diff --git a/resources/lang/es-ES/errors.php b/resources/lang/es-ES/errors.php index a2524eae9..5af398ff1 100644 --- a/resources/lang/es-ES/errors.php +++ b/resources/lang/es-ES/errors.php @@ -3,21 +3,22 @@ return [ 'title' => [ - '403' => '¡Ups! Acceso prohibido', - '404' => '¡Ups! Página no encontrada', - '500' => '¡Ups! Algo fue mal', + '403' => '¡Ups! Acceso prohibido', + '404' => '¡Ups! Página no encontrada', + '500' => '¡Ups! Algo fue mal', ], 'header' => [ - '403' => '403 Prohibido', - '404' => '404 Página no encontrada', - '500' => '500 Error interno del servidor', + '403' => '403 Prohibido', + '404' => '404 Página no encontrada', + '500' => '500 Error interno del servidor', ], 'message' => [ - '403' => 'No puede acceder a esta página.', - '404' => 'No pudimos encontrar la página que estaba buscando.', - '500' => 'Trabajaremos para arreglarlo de inmediato.', + '403' => 'No puede acceder a esta página.', + '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.', ], ]; diff --git a/resources/lang/es-ES/items.php b/resources/lang/es-ES/items.php index e15c85030..29123c9da 100644 --- a/resources/lang/es-ES/items.php +++ b/resources/lang/es-ES/items.php @@ -2,7 +2,8 @@ return [ - 'sales_price' => 'Precio de Venta', - 'purchase_price' => 'Precio de Compra', + 'sales_price' => 'Precio de Venta', + 'purchase_price' => 'Precio de Compra', + 'enter_item_description' => 'Indique una descripción', ]; diff --git a/resources/lang/es-ES/messages.php b/resources/lang/es-ES/messages.php index 579abb1df..efb9fcae3 100644 --- a/resources/lang/es-ES/messages.php +++ b/resources/lang/es-ES/messages.php @@ -8,7 +8,9 @@ return [ 'deleted' => ':type borrado!', 'duplicated' => ': type duplicado!', 'imported' => ':type importado!', + 'import_queued' => 'La importación de :type ha sido programada! Recibirás un correo electrónico cuando haya terminado.', 'exported' => ':type exportado!', + 'export_queued' => 'La exportación de :type ha sido programada! Recibirás un correo electrónico cuando haya terminado.', 'enabled' => ':type habilitado!', 'disabled' => ':type deshabilitado!', ], diff --git a/resources/lang/es-ES/search_string.php b/resources/lang/es-ES/search_string.php new file mode 100644 index 000000000..afffafa6f --- /dev/null +++ b/resources/lang/es-ES/search_string.php @@ -0,0 +1,20 @@ + [ + 'last_logged_in_at' => 'Último acceso', + 'paid_at' => 'Fecha de pago', + 'started_at' => 'Fecha de inicio', + 'ended_at' => 'Fecha de Fin', + 'billed_at' => 'Fecha de Recibo', + 'due_at' => 'Fecha de Vencimiento', + 'invoiced_at' => 'Fecha de Factura', + 'issued_at' => 'Fecha', + 'symbol_first' => 'Posición del Símbolo', + 'reconciled' => 'Concialiado', + 'expense_account' => 'De Cuenta', + 'income_account' => 'A Cuenta', + ], + +]; diff --git a/resources/lang/es-ES/widgets.php b/resources/lang/es-ES/widgets.php index 00421404f..9cd7e1b8c 100644 --- a/resources/lang/es-ES/widgets.php +++ b/resources/lang/es-ES/widgets.php @@ -2,6 +2,7 @@ return [ + 'currencies' => 'Divisas', 'total_income' => 'Total Ingresos', 'receivables' => 'Cuentas por cobrar', 'open_invoices' => 'Facturas Pendientes', diff --git a/resources/lang/it-IT/general.php b/resources/lang/it-IT/general.php index 34804505f..b7b63dc03 100644 --- a/resources/lang/it-IT/general.php +++ b/resources/lang/it-IT/general.php @@ -178,7 +178,7 @@ return [ 'send' => 'Invia :type', 'get' => 'Ottieni :type', 'add' => 'Aggiungi :type', - 'manage' => 'Gestisci :tipo', + 'manage' => 'Gestisci :type', ], 'form' => [ diff --git a/resources/lang/it-IT/widgets.php b/resources/lang/it-IT/widgets.php index e5c2dfce6..81484d43e 100644 --- a/resources/lang/it-IT/widgets.php +++ b/resources/lang/it-IT/widgets.php @@ -2,6 +2,7 @@ return [ + 'currencies' => 'Valute', 'total_income' => 'Totale Entrate', 'receivables' => 'Crediti', 'open_invoices' => 'Fatture aperte', diff --git a/resources/lang/sq-AL/messages.php b/resources/lang/sq-AL/messages.php index 71d0b888f..c5b1882d3 100644 --- a/resources/lang/sq-AL/messages.php +++ b/resources/lang/sq-AL/messages.php @@ -8,7 +8,9 @@ return [ 'deleted' => ':type fshirë!', 'duplicated' => ':type dubluar!', 'imported' => ':type importuar!', + 'import_queued' => 'Importi :type është planifikuar! Ju do të merrni një email kur të ketë mbaruar.', 'exported' => ':type eksportuar!', + 'export_queued' => 'Eksporti :type është planifikuar! Ju do të merrni një email kur të jetë gati për t\'u shkarkuar.', 'enabled' => ':type aktivizuar!', 'disabled' => ':type çaktivizuar!', ], diff --git a/resources/lang/sq-AL/notifications.php b/resources/lang/sq-AL/notifications.php index f3afd1892..c8eac492a 100644 --- a/resources/lang/sq-AL/notifications.php +++ b/resources/lang/sq-AL/notifications.php @@ -24,4 +24,31 @@ return [ ], + 'import' => [ + + 'completed' => [ + 'subject' => 'Importi ka përfunduar', + 'description' => 'Importi ka përfunduar dhe të dhënat janë në dispozicion në panelin tuaj.', + ], + + 'failed' => [ + 'subject' => 'Importi dështoi.', + 'description' => 'Nuk është në gjendje të importojë skedarin për shkak të çështjeve të mëposhtme:', + ], + ], + + 'export' => [ + + 'completed' => [ + 'subject' => 'Eksporti është gati', + 'description' => 'Skedari i eksportit është gati për t\'u shkarkuar nga linku vijues:', + ], + + 'failed' => [ + 'subject' => 'Eksporti dështoi', + 'description' => 'Nuk është në gjendje të krijojë skedarin e eksportit për shkak të çështjes vijuese:', + ], + + ], + ]; diff --git a/resources/lang/sr-SP/bills.php b/resources/lang/sr-SP/bills.php index d94bb19e1..c24d82759 100644 --- a/resources/lang/sr-SP/bills.php +++ b/resources/lang/sr-SP/bills.php @@ -44,7 +44,7 @@ return [ 'status' => [ 'created' => 'Формирана на: датум', 'receive' => [ - 'draft' => 'Није послато', + 'draft' => 'Није примљено', 'received' => 'Примљено дана: датум', ], 'paid' => [