diff --git a/resources/lang/bs-BA/email_templates.php b/resources/lang/bs-BA/email_templates.php index 72571173e..51f5b8cbe 100644 --- a/resources/lang/bs-BA/email_templates.php +++ b/resources/lang/bs-BA/email_templates.php @@ -52,4 +52,9 @@ Slobodno nas kontaktirajte za svako pitanje.

Lijep Pozdrav,
{com 'subject' => '{revenue_date} naplata je kreirana', 'body' => 'Poštovani {customer_name},

Spremili smo slijedeću uplatu.

Možete pogledati detalje uplate na slijedećem linku: {revenue_date}.

Budite slobodni da nas kontaktirate za bilo kakva pitanja.

Srdacan pozdrav,
{company_name}', ], + + 'payment_new_vendor' => [ + 'subject' => '{revenue_date} uplata kreirana', + 'body' => 'Poštovani {vendor_name},

Spremili smo slijedeću uplatu.

Možete pogledati detalje uplate na slijedećem linku: {payment_date}.

Budite slobodni da nas kontaktirate za bilo kakva pitanja.

Srdacan pozdrav,
{company_name}', + ], ]; diff --git a/resources/lang/bs-BA/messages.php b/resources/lang/bs-BA/messages.php index 8edb05cb2..ec0c780e0 100644 --- a/resources/lang/bs-BA/messages.php +++ b/resources/lang/bs-BA/messages.php @@ -13,6 +13,8 @@ return [ 'export_queued' => ':type izvoz je zakazan! Dobićete email kad se završi.', 'enabled' => ': type omogućeno!', 'disabled' => ':type onemogućeno!', + + 'clear_all' => 'Super! Očistili ste sve svoje :type.', ], 'error' => [ diff --git a/resources/lang/bs-BA/payments.php b/resources/lang/bs-BA/payments.php index 41de02fe0..ee1998915 100644 --- a/resources/lang/bs-BA/payments.php +++ b/resources/lang/bs-BA/payments.php @@ -5,5 +5,6 @@ return [ 'payment_made' => 'Mod plaćanja', 'paid_to' => 'Plaćeno', 'related_bill' => 'Vezani računi', + 'create_payment' => 'Kreiraj uplatu', ]; diff --git a/resources/lang/bs-BA/revenues.php b/resources/lang/bs-BA/revenues.php index 297c33634..bb1b7db6a 100644 --- a/resources/lang/bs-BA/revenues.php +++ b/resources/lang/bs-BA/revenues.php @@ -5,5 +5,6 @@ return [ 'revenue_received' => 'Primljeni prihod', 'paid_by' => 'Uplaceno od', 'related_invoice' => 'Vezane fakture', + 'create_revenue' => 'Kreiraj prihod', ]; diff --git a/resources/lang/bs-BA/settings.php b/resources/lang/bs-BA/settings.php index 8f6d45053..e6f8fa15d 100644 --- a/resources/lang/bs-BA/settings.php +++ b/resources/lang/bs-BA/settings.php @@ -115,6 +115,7 @@ return [ 'invoice_payment_admin' => 'Predložak primljenog plaćanja (poslano administratoru)', 'bill_remind_admin' => 'Predložak podsjetnika za račun (poslano administratoru)', 'bill_recur_admin' => 'Ponavljajući predložak računa (poslan administratoru)', + 'revenue_new_customer' => 'Obrazac primljenog prihoda (poslano kupcu)', ], ], diff --git a/resources/lang/ca-ES/bills.php b/resources/lang/ca-ES/bills.php index dfeeef3ee..ebc9bb069 100644 --- a/resources/lang/ca-ES/bills.php +++ b/resources/lang/ca-ES/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Número de factura', 'bill_date' => 'Data de factura', + 'bill_amount' => 'Quantitat de la factura', 'total_price' => 'Total', 'due_date' => 'Data de venciment', 'order_number' => 'Número de comanda', diff --git a/resources/lang/ca-ES/email_templates.php b/resources/lang/ca-ES/email_templates.php index 4206c2a6d..168308120 100644 --- a/resources/lang/ca-ES/email_templates.php +++ b/resources/lang/ca-ES/email_templates.php @@ -47,4 +47,13 @@ return [ 'body' => 'Hola,

En base al pagament recurrent a {vendor_name}, s\'ha creat automàticament la factura de proveïdor {bill_number}.

Pots veure els detalls de la factura seguint l\'enllaç: {bill_number}.

Salutacions,
{company_name}', ], + 'revenue_new_customer' => [ + 'subject' => 'S\'ha creat el pagament {revenue_date}', + 'body' => 'Benvolgut/da {customer_name},

Hem preparat el pagament següent.

Pots veure els detalls del pagament a l\'enllaç següent: {revenue_date}.

No dubtis a contactar amb nosaltres per qualsevol dubte.

Salutacions,
{company_name}', + ], + + 'payment_new_vendor' => [ + 'subject' => 'Pagament creat el {revenue_date}', + 'body' => 'Benvolgut/da {vendor_name},

Hem preparat el següent pagament.

Pots veure\'n els detalls accedint a l\'enllaç: {payment_date}.

No dubtis a contactar amb nosaltres per qualsevol dubte..

Salutacions,
{company_name}', + ], ]; diff --git a/resources/lang/ca-ES/general.php b/resources/lang/ca-ES/general.php index b4d4611a2..c4f718812 100644 --- a/resources/lang/ca-ES/general.php +++ b/resources/lang/ca-ES/general.php @@ -51,6 +51,7 @@ return [ 'templates' => 'Plantilla|Plantilles', 'sales' => 'Venda|Vendes', 'purchases' => 'Compra|Compres', + 'notifications' => 'Notificació|Notificacions', 'welcome' => 'Benvingut/da', 'banking' => 'Bancs', @@ -161,6 +162,7 @@ return [ 'due_on' => 'Límit el', 'amount_due' => 'Quantitat', 'financial_year' => 'Any fiscal', + 'created' => 'Creat/da', 'card' => [ 'cards' => 'Tarjeta|Tarjetes', diff --git a/resources/lang/ca-ES/header.php b/resources/lang/ca-ES/header.php index a6431d1a8..5fd21467d 100644 --- a/resources/lang/ca-ES/header.php +++ b/resources/lang/ca-ES/header.php @@ -4,12 +4,24 @@ return [ 'change_language' => 'Canvia l\'idioma', 'last_login' => 'Última connexió: :time', + 'notifications' => [ 'counter' => '{0} No tens cap notificació|{1} Tens :count notificació|[2,*] Tens :count notificacions', + 'new_apps' => 'S\'ha publicat {1} :count nova aplicació|S\'han publicat [2,*] :count noves aplicacions', 'overdue_invoices' => '{1} :count factura vençuda|[2,*] :count factures vençudes', 'upcoming_bills' => '{1} :count pròxima factura|[2,*] :count pròximes factures', - 'view_all' => 'Veure tot' + 'view_all' => 'Veure tot', + + 'exports' => [ + 'completed' => '{1} :count exportació finalitzada|[2,*] :count exportacions finalitzades', + 'failed' => '{1} :count exportació ha fallat|[2,*] :count exportacions han fallat', + ], + 'imports' => [ + 'completed' => '{1} :count importació finalitzada|[2,*] :count exportacions finalitzades', + 'failed' => '{1} :count importació ha fallat|[2,*] :count importacions han fallat', + ], ], + 'docs_link' => 'https://akaunting.com/docs', 'support_link' => 'https://akaunting.com/support', diff --git a/resources/lang/ca-ES/import.php b/resources/lang/ca-ES/import.php index 6c89c1893..a0f535830 100644 --- a/resources/lang/ca-ES/import.php +++ b/resources/lang/ca-ES/import.php @@ -4,6 +4,7 @@ return [ 'import' => 'Importa', 'title' => 'Importa :type', - 'message' => 'Tipus de fitxers permesos: XLS, XLSX. Si us plau, descarrega el fitxer de mostra.', + 'limitations' => 'Es permet els fitxers :extensions
Màxim de files permeses: :row_limit', + 'sample_file' => 'Pots descarregar el fitxer de mostra i omplir-lo amb les teves dades.', ]; diff --git a/resources/lang/ca-ES/invoices.php b/resources/lang/ca-ES/invoices.php index 0bc616a00..72cc39c7f 100644 --- a/resources/lang/ca-ES/invoices.php +++ b/resources/lang/ca-ES/invoices.php @@ -4,6 +4,7 @@ return [ 'invoice_number' => 'Número de factura', 'invoice_date' => 'Data de factura', + 'invoice_amount' => 'Quantitat de la factura', 'total_price' => 'Total', 'due_date' => 'Data de venciment', 'order_number' => 'Número de comanda', diff --git a/resources/lang/ca-ES/messages.php b/resources/lang/ca-ES/messages.php index a560747a8..1ace50ef7 100644 --- a/resources/lang/ca-ES/messages.php +++ b/resources/lang/ca-ES/messages.php @@ -13,6 +13,8 @@ return [ 'export_queued' => 'S\'ha planificat l\'exportació de :type. Rebràs un correu quan estigui llesta per la descàrrega.', 'enabled' => 'S\'ha activat :type!', 'disabled' => 'S\'ha desactivat :type!', + + 'clear_all' => 'Fet! Has esborrat tots els :type.', ], 'error' => [ diff --git a/resources/lang/ca-ES/modules.php b/resources/lang/ca-ES/modules.php index fffcdfae2..091713d72 100644 --- a/resources/lang/ca-ES/modules.php +++ b/resources/lang/ca-ES/modules.php @@ -27,7 +27,7 @@ return [ 'installed' => 'S\'ha instal·lat :module', 'uninstalled' => 'S\'ha desinstal·lat :module', - //'updated' => ':module updated', + 'updated_2' => ':module actualitzat', 'enabled' => 'S\'ha activat :module', 'disabled' => 'S\'ha desactivat :module', diff --git a/resources/lang/ca-ES/notifications.php b/resources/lang/ca-ES/notifications.php index 3bed5d238..7471cf262 100644 --- a/resources/lang/ca-ES/notifications.php +++ b/resources/lang/ca-ES/notifications.php @@ -6,6 +6,14 @@ return [ 'hello' => 'Hola!', 'salutation' => 'Atentament,
:company_name', 'subcopy' => 'Si tens problemes quan prems el botó ":text", copia i enganxa l\'enllaç de sota al teu navegador: [:url](:url)', + 'reads' => 'Llegit|Llegides', + 'read_all' => 'Llegir-ho tot', + 'mark_read' => 'Marca com a llegida', + 'mark_read_all' => 'Marcades totes com llegides', + 'new_apps' => 'Nova app|Noves apps', + 'upcoming_bills' => 'Pròximes factures', + 'recurring_invoices' => 'Factures recurrents', + 'recurring_bills' => 'Factures recurrents', 'update' => [ @@ -28,28 +36,45 @@ L\'actualització de :alias des de :current_version a :new_version ha fallat al 'import' => [ 'completed' => [ + 'subject' => 'Importació completada', 'description' => 'S\'ha completat la importació i els registres ja estan disponibles al teu tauler.', + ], 'failed' => [ + 'subject' => 'Ha fallat la importació.', 'description' => 'No s\'ha pogut importar el fitxer a causa de:', + ], ], 'export' => [ 'completed' => [ + 'subject' => 'L\'exportació està disponible.', 'description' => 'Pots descarregar el fitxer d\'exportació prement el següent enllaç:', + ], 'failed' => [ + 'subject' => 'Ha fallat l\'exportació', 'description' => 'No s\'ha pogut crear el fitxer d\'exportació a causa de:', + ], ], + 'messages' => [ + + 'mark_read' => ':type ha llegit aquesta notificació!', + 'mark_read_all' => ':type ha llegit totes les notificacions!', + 'new_app' => ':type app publicada.', + 'export' => 'El fitxer d\'exportació de :type està disponible a descarrega.', + 'import' => 'S\'ha importat correctament :count de :type.', + + ], ]; diff --git a/resources/lang/ca-ES/payments.php b/resources/lang/ca-ES/payments.php new file mode 100644 index 000000000..df7b679c6 --- /dev/null +++ b/resources/lang/ca-ES/payments.php @@ -0,0 +1,10 @@ + 'S\'ha fet el pagament', + 'paid_to' => 'Pagat a', + 'related_bill' => 'Factura relacionada', + 'create_payment' => 'Crea pagament', + +]; diff --git a/resources/lang/ca-ES/revenues.php b/resources/lang/ca-ES/revenues.php new file mode 100644 index 000000000..1385927a0 --- /dev/null +++ b/resources/lang/ca-ES/revenues.php @@ -0,0 +1,10 @@ + 'Ingrés rebut', + 'paid_by' => 'Pagat per', + 'related_invoice' => 'Factura relacionada', + 'create_revenue' => 'Crea ingrés', + +]; diff --git a/resources/lang/ca-ES/settings.php b/resources/lang/ca-ES/settings.php index 94efd14ab..cf4d049c9 100644 --- a/resources/lang/ca-ES/settings.php +++ b/resources/lang/ca-ES/settings.php @@ -115,6 +115,7 @@ return [ 'invoice_payment_admin' => 'Plantilla de pagament rebut (s\'envia a l\'administrador)', 'bill_remind_admin' => 'Plantilla de recordatori de factura a proveïdor (s\'envia a l\'administrador)', 'bill_recur_admin' => 'Plantilla de factura a proveïdor recurrent (s\'envia a l\'administrador)', + 'revenue_new_customer' => 'Plantilla d\'ingrés rebut (enviat al client)', ], ], diff --git a/resources/lang/da-DK/bills.php b/resources/lang/da-DK/bills.php index c15978ab9..88469eb8d 100644 --- a/resources/lang/da-DK/bills.php +++ b/resources/lang/da-DK/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Fakturanummer', 'bill_date' => 'Fakturadato', + 'bill_amount' => 'Regningens beløb', 'total_price' => 'Total pris', 'due_date' => 'Forfaldsdato', 'order_number' => 'Ordrenummer', diff --git a/resources/lang/da-DK/general.php b/resources/lang/da-DK/general.php index 864b60d53..5ebbec8c8 100644 --- a/resources/lang/da-DK/general.php +++ b/resources/lang/da-DK/general.php @@ -51,6 +51,7 @@ return [ 'templates' => 'Skabelon|Skabeloner', 'sales' => 'Salg|Salg', 'purchases' => 'Bestilling|Bestillinger', + 'notifications' => 'Notifikation|Notifikationer', 'welcome' => 'Velkommen', 'banking' => 'Bank', @@ -95,7 +96,7 @@ return [ 'attachment' => 'Bilag', 'change' => 'Ændre', 'change_type' => 'Skift :type', - 'switch' => 'Skift', + 'switch' => 'Skift til', 'color' => 'Farve', 'save' => 'Gem', 'confirm' => 'Bekræft', @@ -161,6 +162,7 @@ return [ 'due_on' => 'Forfalder den', 'amount_due' => 'Forfaldent beløb', 'financial_year' => 'Regnskabsår', + 'created' => 'Oprettet', 'card' => [ 'cards' => 'Kort|Kort diff --git a/resources/lang/da-DK/import.php b/resources/lang/da-DK/import.php index 5a6b03269..1130d753d 100644 --- a/resources/lang/da-DK/import.php +++ b/resources/lang/da-DK/import.php @@ -4,6 +4,8 @@ return [ 'import' => 'Importer', 'title' => 'Importer :type', - 'message' => 'Tilladte filtyper: CSV, XLS. Venligst, download eksempelfilen.', + 'limitations' => 'Tilladte filtyper: :extensions
Maksimalt tilladte rækker: :row_limit +', + 'sample_file' => 'Du kan downloade vores eksempelfil og udfylde den med dine egne data.', ]; diff --git a/resources/lang/da-DK/invoices.php b/resources/lang/da-DK/invoices.php index 7a0638b7c..8bf6860fe 100644 --- a/resources/lang/da-DK/invoices.php +++ b/resources/lang/da-DK/invoices.php @@ -4,6 +4,7 @@ return [ 'invoice_number' => 'Faktura nummer', 'invoice_date' => 'Faktura dato', + 'invoice_amount' => 'Fakturabeløb', 'total_price' => 'Total pris', 'due_date' => 'Forfaldsdato', 'order_number' => 'Ordrenummer', diff --git a/resources/lang/da-DK/modules.php b/resources/lang/da-DK/modules.php index 6edae3f1b..5c28896c1 100644 --- a/resources/lang/da-DK/modules.php +++ b/resources/lang/da-DK/modules.php @@ -35,7 +35,7 @@ return [ 'installation' => 'Installation', 'faq' => 'FAQ', 'changelog' => 'Ændringslog', - 'reviews' => 'Gennemsyn', + 'reviews' => 'Anmeldelser', ], 'installation' => [ diff --git a/resources/lang/da-DK/notifications.php b/resources/lang/da-DK/notifications.php index 09eae4f60..d2e839f66 100644 --- a/resources/lang/da-DK/notifications.php +++ b/resources/lang/da-DK/notifications.php @@ -6,6 +6,15 @@ return [ 'hello' => 'Hej!', '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)', + 'reads' => 'Læst|Læsninger', + 'read_all' => 'Læs alle', + 'mark_read' => 'Marker som læst', + 'mark_read_all' => 'Marker alle som læste', + 'new_apps' => 'Ny app|Nye apps +', + 'upcoming_bills' => 'Kommende regninger', + 'recurring_invoices' => 'Tilbagevendende fakturaer', + 'recurring_bills' => 'Tilbagevendende regninger', 'update' => [ @@ -27,28 +36,45 @@ 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:', + ], ], + 'messages' => [ + + 'mark_read' => ':type læs denne notifikation', + 'mark_read_all' => ':type læs alle notifikationerne', + 'new_app' => ':type app publiceret.', + 'export' => 'Din :type eksportfil er klar til download.', + 'import' => 'Dine :type linje :count data er importeret.', + + ], ]; diff --git a/resources/lang/da-DK/passwords.php b/resources/lang/da-DK/passwords.php index e1529b55e..0471022e9 100644 --- a/resources/lang/da-DK/passwords.php +++ b/resources/lang/da-DK/passwords.php @@ -16,8 +16,8 @@ return [ 'password' => 'Adgangskoder skal være mindst 6 tegn og være ens.', 'reset' => 'Din adgangskode er blevet nulstillet!', 'sent' => 'Vi har sendt dig en e-mail med et link til at nulstille dit kodeord.', + 'throttled' => 'Venligst vent for du prøver igen.', 'token' => 'Nulstillingsnøglen til denne adgangskode er ugyldig.', 'user' => "Vi kan ikke finde en bruger med den E-mail adresse.", - 'throttle' => 'Venligst vent for du prøver igen.', ]; diff --git a/resources/lang/da-DK/revenues.php b/resources/lang/da-DK/revenues.php new file mode 100644 index 000000000..6876d3b90 --- /dev/null +++ b/resources/lang/da-DK/revenues.php @@ -0,0 +1,10 @@ + 'Indtægt modtaget', + 'paid_by' => 'Betalt af', + 'related_invoice' => 'Relateret faktura', + 'create_revenue' => 'Opret indtægter', + +]; diff --git a/resources/lang/da-DK/settings.php b/resources/lang/da-DK/settings.php index e87e546f1..da75b565e 100644 --- a/resources/lang/da-DK/settings.php +++ b/resources/lang/da-DK/settings.php @@ -115,6 +115,7 @@ return [ 'invoice_payment_admin' => 'Skabelon for modtaget betaling (sendt til administrator)', 'bill_remind_admin' => 'Skabelon for regningspåmindelse (sendt til administrator)', 'bill_recur_admin' => 'Skabelon for tilbagevendende regning (sendt til administrator)', + 'revenue_new_customer' => 'Skabelon for modtaget betaling (sendt til kunder)', ], ], diff --git a/resources/lang/de-DE/bills.php b/resources/lang/de-DE/bills.php index af3d3864a..d5265fe32 100644 --- a/resources/lang/de-DE/bills.php +++ b/resources/lang/de-DE/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Rechnungsnummer', 'bill_date' => 'Rechnungsdatum', + 'bill_amount' => 'Rechnungsbetrag', 'total_price' => 'Gesamtpreis', 'due_date' => 'Fälligkeitsdatum', 'order_number' => 'Bestellnummer', @@ -44,7 +45,7 @@ return [ 'status' => [ 'created' => 'Erstellt am :date', 'receive' => [ - 'draft' => 'Noch nicht erhalten', + 'draft' => 'Nicht erhalten', 'received' => 'Empfangen am :date', ], 'paid' => [ diff --git a/resources/lang/en-AU/email_templates.php b/resources/lang/en-AU/email_templates.php index 0a4de44c6..df96a8e4c 100644 --- a/resources/lang/en-AU/email_templates.php +++ b/resources/lang/en-AU/email_templates.php @@ -51,4 +51,9 @@ return [ 'subject' => '{revenue_date} payment created', 'body' => 'Dear {customer_name},

We have prepared the following payment.

You can see the payment details from the following link: {revenue_date}.

Feel free to contact us for any question.

Best Regards,
{company_name}', ], + + 'payment_new_vendor' => [ + 'subject' => '{revenue_date} payment created', + 'body' => 'Dear {vendor_name},

We have prepared the following payment.

You can see the payment details from the following link: {payment_date}.

Feel free to contact us with any questions..

Best Regards,
{company_name}', + ], ]; diff --git a/resources/lang/en-AU/messages.php b/resources/lang/en-AU/messages.php index 2fa070d5d..9b049901e 100644 --- a/resources/lang/en-AU/messages.php +++ b/resources/lang/en-AU/messages.php @@ -13,6 +13,8 @@ return [ 'export_queued' => ':type export has been scheduled! You will receive an email when it is ready to download.', 'enabled' => ':type enabled!', 'disabled' => ':type disabled!', + + 'clear_all' => 'Great! You\'ve cleared all of your :type.', ], 'error' => [ diff --git a/resources/lang/en-AU/payments.php b/resources/lang/en-AU/payments.php index cd41d02ae..6d0da5bea 100644 --- a/resources/lang/en-AU/payments.php +++ b/resources/lang/en-AU/payments.php @@ -5,5 +5,6 @@ return [ 'payment_made' => 'Payment Made', 'paid_to' => 'Paid To', 'related_bill' => 'Releated Bill', + 'create_payment' => 'Create Payment', ]; diff --git a/resources/lang/en-AU/revenues.php b/resources/lang/en-AU/revenues.php index f30baace3..550d65b45 100644 --- a/resources/lang/en-AU/revenues.php +++ b/resources/lang/en-AU/revenues.php @@ -5,5 +5,6 @@ return [ 'revenue_received' => 'Revenue Received', 'paid_by' => 'Paid By', 'related_invoice' => 'Releated Invoice', + 'create_revenue' => 'Create Revenue', ]; diff --git a/resources/lang/en-AU/settings.php b/resources/lang/en-AU/settings.php index dc1516ed5..46736f4f0 100644 --- a/resources/lang/en-AU/settings.php +++ b/resources/lang/en-AU/settings.php @@ -115,6 +115,7 @@ return [ 'invoice_payment_admin' => 'Payment Received Template (sent to admin)', 'bill_remind_admin' => 'Bill Reminder Template (sent to admin)', 'bill_recur_admin' => 'Bill Recurring Template (sent to admin)', + 'revenue_new_customer' => 'Revenue Received Template (sent to customer)', ], ], diff --git a/resources/lang/id-ID/bills.php b/resources/lang/id-ID/bills.php index 42e20f210..a15a0ffe9 100644 --- a/resources/lang/id-ID/bills.php +++ b/resources/lang/id-ID/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Nomor Tagihan', 'bill_date' => 'Tanggal Tagihan', + 'bill_amount' => 'Jumlah Tagihan', 'total_price' => 'Total Harga', 'due_date' => 'Tanggal Jatuh Tempo', 'order_number' => 'Nomor Pesanan', @@ -17,7 +18,7 @@ return [ 'tax_total' => 'Total Pajak', 'total' => 'Total', - 'item_name' => 'Nama Barang | Nama Barang', + 'item_name' => 'Nama Item|Nama Item', 'show_discount' => 'Diskon :discount%', 'add_discount' => 'Tambahkan diskon', diff --git a/resources/lang/id-ID/email_templates.php b/resources/lang/id-ID/email_templates.php index ff7d609e4..38222f965 100644 --- a/resources/lang/id-ID/email_templates.php +++ b/resources/lang/id-ID/email_templates.php @@ -3,8 +3,8 @@ return [ 'invoice_new_customer' => [ - 'subject' => '{invoice_number} tagihan dibuat', - 'body' => 'Kepada {customer_name},

Kami telah mempersiapkan tagihan kepada Anda sebagai berikut: {invoice_number}.

Anda dapat melihat rincian tagihan dan dilanjutkan dengan pembayaran dari link berikut ini: {invoice_number}.

Apabila ada pertanyaan harap hubungi kami.

Hormat Kami,,
{company_name}', + 'subject' => '{invoice_number} Faktur dibuat', + 'body' => 'Kepada {customer_name},

Kami telah Menyiapkan tagihan kepada Anda sebagai berikut: {invoice_number}.

Anda dapat melihat rincian tagihan dan dilanjutkan dengan pembayaran dari link berikut ini: {invoice_number}.

Hubungi Kami Jika ada pertanyaan.

Hormat Kami,,
{company_name}', ], 'invoice_remind_customer' => [ @@ -47,4 +47,13 @@ return [ 'body' => 'Halo,

Berdasarkan lingkaran berulang {customer_name}, {invoice_number} faktur telah dibuat secara otomatis.

Anda dapat melihat detail faktur dari tautan berikut: {invoice_number} .

Salam,
{company_name}', ], + 'revenue_new_customer' => [ + 'subject' => '{revenue_date} pembayaran dibuat', + 'body' => 'Yang Terhormat {customer_name},

Kami telah Menyiapkan pembayaran sebagai berikut.

Anda dapat melihat rincian pembayaran dari tautan berikut: {revenue_date}.

Silahkan hubungi Kami jika ada pertanyaan..

Hormat Kami,
{company_name}', + ], + + 'payment_new_vendor' => [ + 'subject' => '{revenue_date} pembayaran dibuat', + 'body' => 'Yang Terhormat {vendor_name},

Kami telah menyiapkan pembayaran sebagai berikut.

Anda dapat melihat rincian pembayaran dari tautan berikut: .

Silahkan hubungi kami jika ada pertanyaan apa pun..

Hormat Kami,
{company_name}', + ], ]; diff --git a/resources/lang/id-ID/general.php b/resources/lang/id-ID/general.php index ed3129ee7..11784a702 100644 --- a/resources/lang/id-ID/general.php +++ b/resources/lang/id-ID/general.php @@ -4,53 +4,54 @@ return [ 'dashboards' => 'Dasbor|Dasbor', 'items' => 'Item|Item', - 'incomes' => 'Pendapatan| Pendapatan', - 'invoices' => 'Faktur | faktur', + 'incomes' => 'Pendapatan|Pendapatan', + 'invoices' => 'Faktur|Faktur ', 'revenues' => 'Pendapatan|Pendapatan', - 'customers' => 'Pelanggan | Pelanggan', - 'expenses' => 'Biaya | Biaya', + 'customers' => 'Pelanggan|Pelanggan', + 'expenses' => 'Biaya|Biaya', 'bills' => 'Tagihan|Tagihan', - 'payments' => 'Pembayaran | Pembayaran', - 'vendors' => 'Penjual | Vendor', - 'accounts' => 'Akun | Akun', - 'transfers' => 'Mentransfer | Transfer', - 'transactions' => 'Transaksi | Transaksi', - 'reports' => 'Laporan | Laporan', - 'settings' => 'Pengaturan | Pengaturan', - 'categories' => 'Kategori | Kategori', - 'currencies' => 'Mata uang | Mata uang', - 'tax_rates' => 'Tarif Pajak | Tarif Pajak', - 'users' => 'Pengguna | Pengguna', - 'roles' => 'Peran | Peran', - 'permissions' => 'Izin | Izin', - 'modules' => 'Aplikasi|aplikasi', - 'companies' => 'Perusahaan | Perusahaan', - 'profits' => 'Keuntungan | Keuntungan', - 'taxes' => 'Pajak | Pajak', - 'logos' => 'Logo | Logo', - 'pictures' => 'Gambar | Gambar', - 'types' => 'Jenis | Jenis', - 'payment_methods' => 'Metode Pembayaran | Metode Pembayaran', - 'compares' => 'Pendapatan vs Beban | Pendapatan dan Beban', - 'notes' => 'Catatan | Catatan', - 'totals' => 'Total |Total', - 'languages' => 'Bahasa | Bahasa', + 'payments' => 'Pembayaran|Pembayaran', + 'vendors' => 'Pemasok|Pemasok', + 'accounts' => 'Akun|Akun', + 'transfers' => 'Transfer|Transfer', + 'transactions' => 'Transaksi|Transaksi', + 'reports' => 'Laporan|Laporan', + 'settings' => 'Pengaturan|Pengaturan', + 'categories' => 'Kategori|Kategori', + 'currencies' => 'Mata Uang|Mata Uang', + 'tax_rates' => 'Tarif Pajak|Tarif Pajak', + 'users' => 'Pengguna|Pengguna', + 'roles' => 'Peran|Peran', + 'permissions' => 'Izin|Izin', + 'modules' => 'Aplikasi|Aplikasi', + 'companies' => 'Perusahaan|Perusahaan', + 'profits' => 'Keuntungan|Keuntungan', + 'taxes' => 'Pajak|Pajak', + 'logos' => 'Logo|Logo', + 'pictures' => 'Gambar|Gambar', + 'types' => 'Jenis|Jenis', + 'payment_methods' => 'Metode Pembayaran|Metode Pembayaran', + 'compares' => 'Pendapatan vs Pengeluaran|Pendapatan vs Pengeluaran', + 'notes' => 'Catatan|Catatan', + 'totals' => 'Total|Total', + 'languages' => 'Bahasa|Bahasa', 'updates' => 'Pembaruan|Pembaruan', - 'numbers' => 'Nomor | Nomor', - 'statuses' => 'Status | Status', - 'others' => 'Lain | Lain-lain', - 'contacts' => 'Kontak', - 'reconciliations' => 'Rekonsiliasi|Rekonsiliasi', + 'numbers' => 'Nomor|Nomor', + 'statuses' => 'Status|Status', + 'others' => 'Lainnya|Lainnya', + 'contacts' => 'Kontak|Kontak', + 'reconciliations' => 'Penyesuaian|Penyesuaian', 'developers' => 'Pengembang|Pengembang', 'schedules' => 'Jadwal|Jadwal', 'groups' => 'Grup|Grup', 'charts' => 'Bagan|Bagan', - 'localisations' => 'Lokalisasi|Lokalisasi', - 'defaults' => 'Default|Defaults', + 'localisations' => 'Pelokalan|Pelokalan', + 'defaults' => 'Default|Default', 'widgets' => 'Widget|Widget', - 'templates' => 'Templat|Templat', + 'templates' => 'Template|Template', 'sales' => 'Penjualan|Penjualan', 'purchases' => 'Pembelian|Pembelian', + 'notifications' => 'Notifikasi|Notifikasi', 'welcome' => 'Selamat datang', 'banking' => 'Perbankan', @@ -68,17 +69,17 @@ return [ 'monthly' => 'Bulanan', 'quarterly' => 'Tiga Bulan', 'yearly' => 'Tahunan', - 'add' => 'Menambahkan', + 'add' => 'Tambah', 'add_new' => 'Tambah Baru', 'add_income' => 'Tambahkan pendapatan', 'add_expense' => 'Tambahkan Biaya', - 'show' => 'Menampilkan', + 'show' => 'Tampilkan', 'edit' => 'Sunting', 'delete' => 'Hapus', 'send' => 'Kirim', 'share' => 'Bagikan', 'download' => 'Unduh', - 'delete_confirm' => 'Konfirmasi hapus :nama :jenis?', + 'delete_confirm' => 'Konfirmasi hapus :name :type?', 'name' => 'Nama', 'email' => 'E-mail', 'tax_number' => 'NPWP', @@ -87,15 +88,15 @@ return [ 'website' => 'Situs Web', 'actions' => 'Tindakan', 'description' => 'Deskripsi', - 'manage' => 'Mengelola', + 'manage' => 'Kelola', 'code' => 'Kode', 'alias' => 'Alias', 'balance' => 'Saldo', 'reference' => 'Referensi', 'attachment' => 'Lampiran', - 'change' => 'Perubahan', + 'change' => 'Ubah', 'change_type' => 'Ubah tipe', - 'switch' => 'Beralih', + 'switch' => 'Alihkan', 'color' => 'Warna', 'save' => 'Simpan', 'confirm' => 'Konfirmasi', @@ -150,7 +151,7 @@ return [ 'width' => 'lebar', 'month' => 'Bulan', 'year' => 'tahun', - 'type_item_name' => 'Ketik nama item', + 'type_item_name' => 'Ketik sebuah nama item', 'no_data' => 'Tidak ada data', 'no_matching_data' => 'Tidak ada data yang cocok', 'clear_cache' => 'Hapus Cache', @@ -160,6 +161,8 @@ return [ 'recurring_and_more' => 'Mengulangi dan lagi..', 'due_on' => 'Jatuh tempo pada', 'amount_due' => 'Nilai jatuh tempo', + 'financial_year' => 'Tahun Keuangan', + 'created' => 'Dibuat', 'card' => [ 'cards' => 'Kartu|Kartu', diff --git a/resources/lang/id-ID/import.php b/resources/lang/id-ID/import.php index 589b2b36a..17209d6a4 100644 --- a/resources/lang/id-ID/import.php +++ b/resources/lang/id-ID/import.php @@ -4,6 +4,7 @@ return [ 'import' => 'Impor', 'title' => 'Impor :type', - 'message' => 'Jenis file yang diizinkan: XLS, XLSX. Please, unduh contoh berkas.', + 'limitations' => 'Jenis berkas yang diizinkan: :extensions
Baris maksimal yang diizinkan: :row_limit', + 'sample_file' => 'Anda dapat mengunduh berkas contoh dan lengkapi itu dengan data Anda.', ]; diff --git a/resources/lang/id-ID/invoices.php b/resources/lang/id-ID/invoices.php index 04df73256..c98d9e763 100644 --- a/resources/lang/id-ID/invoices.php +++ b/resources/lang/id-ID/invoices.php @@ -4,6 +4,7 @@ return [ 'invoice_number' => 'Nomor faktur', 'invoice_date' => 'Tanggal faktur', + 'invoice_amount' => 'Jumlah Faktur', 'total_price' => 'Total harga', 'due_date' => 'Batas tanggal terakhir', 'order_number' => 'Jumlah Pesanan', @@ -17,7 +18,7 @@ return [ 'tax_total' => 'Total Pajak', 'total' => 'Total', - 'item_name' => 'Nama Item | Nama Item', + 'item_name' => 'Nama Item|Nama Item', 'show_discount' => 'Diskon :discount%', 'add_discount' => 'Tambahkan diskon', diff --git a/resources/lang/id-ID/messages.php b/resources/lang/id-ID/messages.php index 4bf78a464..43dccf2ad 100644 --- a/resources/lang/id-ID/messages.php +++ b/resources/lang/id-ID/messages.php @@ -8,9 +8,13 @@ return [ 'deleted' => ':type dihapus!', 'duplicated' => ':type duplikat!', 'imported' => ':type diimpor!', + 'import_queued' => 'Impor :type telah dijadwalkan! Anda akan menerima sebuah email ketika hal tersebut selesai.', 'exported' => ':type diimpor!', + 'export_queued' => 'Ekspor :type dari halaman ini telah dijadwalkan! Anda akan menerima sebuah email ketika hal tersebut siap untuk diunduh.', 'enabled' => ':type diaktifkan!', 'disabled' => ':type dinonaktifkan!', + + 'clear_all' => 'Bagus! Anda telah membersihkan semua :type Anda.', ], 'error' => [ @@ -21,7 +25,7 @@ return [ 'last_category' => 'Error: Tidak dapat menghapus kategori :type terakhir!', 'change_type' => 'Kesalahan: Tidak dapat mengubah jenis karena memiliki: teks terkait!', 'invalid_apikey' => 'Galat: Token yang dimasukkan tidak sah!', - 'import_column' => 'Error: :message Nama sheet: :sheet. Baris ke :line.', + 'import_column' => 'Kesalahan: :message Nama kolom: :column. Nomor baris: :line.', 'import_sheet' => 'Error: Nama sheet tidak valid. Mohon untuk memeriksa contoh file yang tersedia.', ], diff --git a/resources/lang/id-ID/payments.php b/resources/lang/id-ID/payments.php new file mode 100644 index 000000000..6c40fd966 --- /dev/null +++ b/resources/lang/id-ID/payments.php @@ -0,0 +1,10 @@ + 'Pembayaran Dibuat', + 'paid_to' => 'Dibayarkan Ke', + 'related_bill' => 'Tagihan Terkait', + 'create_payment' => 'Buat Pembayaran', + +]; diff --git a/resources/lang/id-ID/settings.php b/resources/lang/id-ID/settings.php index c71c9efe7..2ed306bbb 100644 --- a/resources/lang/id-ID/settings.php +++ b/resources/lang/id-ID/settings.php @@ -115,6 +115,7 @@ return [ 'invoice_payment_admin' => 'Template Penerimaan Pembayaran (dikirim ke admin)', 'bill_remind_admin' => 'Template Pengingat Tagihan (dikirim ke admin)', 'bill_recur_admin' => 'Template Perulangan Tagihan (dikirim ke admin)', + 'revenue_new_customer' => 'Template Penerimaan Pendapatan (dikirim ke pelanggan)', ], ], diff --git a/resources/lang/ne-NP/messages.php b/resources/lang/ne-NP/messages.php index 72c160d92..245df0d5b 100644 --- a/resources/lang/ne-NP/messages.php +++ b/resources/lang/ne-NP/messages.php @@ -13,6 +13,8 @@ return [ 'export_queued' => ': प्रकारको निर्यात तालिकाबद्ध गरिएको छ! डाउनलोड गर्नका लागि तयार भएपछि तपाईंले ईमेल प्राप्त गर्नुहुनेछ।', 'enabled' => ':type सकृय भयो!', 'disabled' => ':type निष्कृय भयो!', + + 'clear_all' => 'महान! तपाईंले आफ्नो सबै : type खाली गर्नुभयो।', ], 'error' => [ diff --git a/resources/lang/pt-BR/import.php b/resources/lang/pt-BR/import.php index 53c0c7399..36d73d3a5 100644 --- a/resources/lang/pt-BR/import.php +++ b/resources/lang/pt-BR/import.php @@ -4,6 +4,7 @@ return [ 'import' => 'Importar', 'title' => 'Importação: tipo', - 'message' => 'Tipos de arquivos permitidos: XLS, XLSX. Por favor, clique aqui, para baixar o arquivo de exemplo.', + 'limitations' => 'Tipos de arquivos permitidos: :extensions
Número máximo permitido: :row_limit', + 'sample_file' => 'Você pode baixar o arquivo de exemplo e preenchê-lo com os seus dados.', ]; diff --git a/resources/lang/pt-BR/settings.php b/resources/lang/pt-BR/settings.php index 261f3fcd0..42376d72f 100644 --- a/resources/lang/pt-BR/settings.php +++ b/resources/lang/pt-BR/settings.php @@ -115,6 +115,7 @@ return [ 'invoice_payment_admin' => 'Modelo de Pagamento Recebido (enviado ao administrador)', 'bill_remind_admin' => 'Modelo de Lembrete de Fatura (enviado ao administrador)', 'bill_recur_admin' => 'Modelo de cobrança recorrente (enviado ao administrador)', + 'revenue_new_customer' => 'Modelo de Pagamento Recebido (enviado ao cliente)', ], ], diff --git a/resources/lang/sl-SI/bills.php b/resources/lang/sl-SI/bills.php index d0fbffc13..bcde81321 100644 --- a/resources/lang/sl-SI/bills.php +++ b/resources/lang/sl-SI/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Številka računa', 'bill_date' => 'Datum računa', + 'bill_amount' => 'Znesek računa', 'total_price' => 'Končni znesek', 'due_date' => 'Datum zapadlosti', 'order_number' => 'Številka naročila', diff --git a/resources/lang/sl-SI/documents.php b/resources/lang/sl-SI/documents.php new file mode 100644 index 000000000..5a1619a49 --- /dev/null +++ b/resources/lang/sl-SI/documents.php @@ -0,0 +1,54 @@ + 'Uredi stolpce', + 'empty_items' => 'Niste dodali nobenega elementa.', + + 'statuses' => [ + 'draft' => 'Osnutek', + 'sent' => 'Poslano', + 'expired' => 'Preteklo', + 'viewed' => 'Ogledano', + 'approved' => 'Odobreno', + 'received' => 'Prejeto', + 'refused' => 'Zavrnjeno', + 'restored' => 'Obnovljeno', + 'reversed' => 'Obrnjeno', + 'partial' => 'Delno', + 'paid' => 'Plačano', + 'pending' => 'V čakanju', + 'invoiced' => 'Fakturirano', + 'overdue' => 'Zapadlo', + 'unpaid' => 'Neplačano', + 'cancelled' => 'Preklicano', + 'voided' => 'Razveljavljeno', + 'completed' => 'Zaključeno', + 'shipped' => 'Poslano', + 'refunded' => 'Povrnjeno', + 'failed' => 'Neuspešno', + 'denied' => 'Zavrnjeno', + 'processed' => 'Procesirano', + 'open' => 'Odprto', + 'closed' => 'Zaprto ', + 'billed' => 'Zaračunano', + 'delivered' => 'Dostavljeno', + 'returned' => 'Vrnjeno', + 'drawn' => 'Narisano', + 'not_billed' => 'Ni obračunano', + 'issued' => 'Izdano', + 'not_invoiced' => 'Ni fakturirano', + 'confirmed' => 'Potrjeno', + 'not_confirmed' => 'Ni potrjeno', + ], + + 'messages' => [ + 'email_sent' => ':type elektronska pošta je bila poslana!', + 'marked_as' => ':type označen kot :status!', + 'marked_sent' => ':type označen kot poslan!', + 'marked_paid' => ':type označen kot plačan!', + 'marked_viewed' => ':type označek kot ogledan!', + 'marked_cancelled' => ':type označen kot preklican!', + 'marked_received' => ':type označen kot prejet!', + ], +]; diff --git a/resources/lang/sl-SI/email_templates.php b/resources/lang/sl-SI/email_templates.php index 69b4e066a..b45b05ddb 100644 --- a/resources/lang/sl-SI/email_templates.php +++ b/resources/lang/sl-SI/email_templates.php @@ -49,4 +49,13 @@ Spoštovani {customer_name},

Zahvaljujemo se vam za plačilo. Podr 'body' => 'Pozdravljeni,

Na podlagi ponavljajočega se obračunavanja {vendor_name} je bil račun {bill_number} samodejno ustvarjen.

Podrobnosti računa si lahko ogledate na naslednji povezavi: "> {bill_number} .

Lep pozdrav,
{company_name}', ], + 'revenue_new_customer' => [ + 'subject' => 'Plačilo {revenue_date} ustvarjeno', + 'body' => 'Spoštovani {customer_name},

Za vas smo pripravili naslednji račun.

Ogledate si lahko podatke o računu na tej povezavi: {revenue_date}.

Za vsa vprašanja nas lahko kontaktirate.

Lep pozdrav,
{company_name}', + ], + + 'payment_new_vendor' => [ + 'subject' => 'Plačilo {revenue_date} ustvarjeno', + 'body' => 'Spoštovani {vendor_name},

Za vas smo pripravili naslednji račun.

Ogledate si lahko podatke o računu na tej povezavi: {payment_date}.

Za vsa vprašanja nas lahko kontaktirate.

Lep pozdrav,
{company_name}', + ], ]; diff --git a/resources/lang/sl-SI/errors.php b/resources/lang/sl-SI/errors.php index 53350afc0..f9a516a25 100644 --- a/resources/lang/sl-SI/errors.php +++ b/resources/lang/sl-SI/errors.php @@ -3,22 +3,23 @@ return [ 'title' => [ - '403' => ' + '403' => ' Ups! Prepovedan dostop', - '404' => 'Ups! Stran ni najdena', - '500' => 'Ups! Prišlo je do napake', + '404' => 'Ups! Stran ni najdena', + '500' => 'Ups! Prišlo je do napake', ], 'header' => [ - '403' => '403 Prepovedano', - '404' => '404 ni najdeno', - '500' => '500 Notranja napaka strežnika', + '403' => '403 Prepovedano', + '404' => '404 ni najdeno', + '500' => '500 Notranja napaka strežnika', ], 'message' => [ - '403' => 'Do te strani ne morete dostopati.', - '404' => 'Nismo mogli najti strani, ki ste jo iskali.', - '500' => 'To bomo popravili takoj.', + '403' => 'Do te strani ne morete dostopati.', + '404' => 'Nismo mogli najti strani, ki ste jo iskali.', + '500' => 'To bomo popravili takoj.', + 'record' => 'Iskani zapis ni bilo mogoče najti.', ], ]; diff --git a/resources/lang/sl-SI/general.php b/resources/lang/sl-SI/general.php index 794b937db..ef97d9e11 100644 --- a/resources/lang/sl-SI/general.php +++ b/resources/lang/sl-SI/general.php @@ -51,6 +51,7 @@ return [ 'templates' => 'Predloga | Predloge', 'sales' => 'Prodaja | Prodaja', 'purchases' => 'Nakup | Nakupi', + 'notifications' => 'Obvestilo|Onvestila', 'welcome' => 'Dobrodošli', 'banking' => 'Bančništvo', @@ -156,17 +157,21 @@ return [ 'clear_cache' => 'Počisti predpomnilnik', 'go_to_dashboard' => 'Dodaj na nadzorno ploščo', 'is' => 'je', - 'isnot' => 'ni', + 'isnot' => 'ni', 'recurring_and_more' => 'Ponovljivi računi in več', 'due_on' => 'Zapade', 'amount_due' => ' Dolgovani znesek', + 'financial_year' => 'Finančno leto', + 'created' => 'Ustvarjeno', 'card' => [ + 'cards' => 'Kartica|Kartice', 'name' => 'Ime na kartici', 'number' => 'Številka kartice', 'expiration_date' => 'Datum veljavnosti', 'cvv' => 'CVV', + 'save' => 'Shrani kartico', ], 'title' => [ @@ -191,8 +196,10 @@ Dolgovani znesek', 'add_new' => 'Dodajanje novega :field', 'edit' => 'Uredi :field', 'contact_edit' => 'Uredi :contact_name :field', + 'drop_file' => 'Spustite datoteko tukaj za nalaganje', 'choose' => 'Izberi :field', 'choose_different' => 'Izberi drugačen :field', + 'choose_file' => 'Izberi datoteko', 'no_file_selected' => 'Nobena datoteka ni izbrana...', ], diff --git a/resources/lang/sl-SI/header.php b/resources/lang/sl-SI/header.php index 2fdb3a373..79bc6d0db 100644 --- a/resources/lang/sl-SI/header.php +++ b/resources/lang/sl-SI/header.php @@ -4,12 +4,24 @@ return [ 'change_language' => 'Drugi jeziki', 'last_login' => 'Zadnja prijava: čas', + 'notifications' => [ 'counter' => '{0} Nimate obvestil{1} Imate :count obvestilo|[2,*] Imate :count obvestil', + 'new_apps' => '{1} :count nova aplikacija je objavljena|[2,*] :count novih aplikacij objavljenih', 'overdue_invoices' => '{1} :count zapadlega računa|[2, *] :count zapadlih računov', 'upcoming_bills' => '{1} :count prihajajoč račun|[2,*] :count prihajajoči računi', - 'view_all' => 'Prikaži vse' + 'view_all' => 'Prikaži vse', + + 'exports' => [ + 'completed' => '{1} :count končan izvoz|[2,*] :count končanih izvozov', + 'failed' => '{1} :count neuspešen izvoz|[2,*] :count neuspešnih izvozov', + ], + 'imports' => [ + 'completed' => '{1} :count končan uvoz|[2,*] :count končanih uvozov', + 'failed' => '{1} :count neuspešen uvoz|[2,*] :count neuspešnih uvozov', + ], ], + 'docs_link' => 'https://akaunting.com/docs', 'support_link' => 'https://akaunting.com/support', diff --git a/resources/lang/sl-SI/import.php b/resources/lang/sl-SI/import.php index 78ff78585..3e8712416 100644 --- a/resources/lang/sl-SI/import.php +++ b/resources/lang/sl-SI/import.php @@ -4,6 +4,7 @@ return [ 'import' => 'Uvozi', 'title' => 'Uvozi :type', - 'message' => 'Dovoljene vrste datotek: XLS, XLSX. Naloži testno datoteko.', + 'limitations' => 'Dovoljene vrste datotek: :extensions
Največ dovoljenih vrstic: :row_limit', + 'sample_file' => 'Vzorčno datoteko lahko prenesete in jo izpolnite s svojimi podatki.', ]; diff --git a/resources/lang/sl-SI/invoices.php b/resources/lang/sl-SI/invoices.php index e78a35db0..b558ea830 100644 --- a/resources/lang/sl-SI/invoices.php +++ b/resources/lang/sl-SI/invoices.php @@ -4,6 +4,7 @@ return [ 'invoice_number' => 'Številka računa', 'invoice_date' => 'Datum računa', + 'invoice_amount' => 'Znesek računa', 'total_price' => 'Skupna cena', 'due_date' => 'Datum zapadlosti', 'order_number' => 'Številka naročila', diff --git a/resources/lang/sl-SI/items.php b/resources/lang/sl-SI/items.php index b37f82204..8fcf4196a 100644 --- a/resources/lang/sl-SI/items.php +++ b/resources/lang/sl-SI/items.php @@ -2,7 +2,8 @@ return [ - 'sales_price' => 'Prodajna cena', - 'purchase_price' => 'Nabavna cena', + 'sales_price' => 'Prodajna cena', + 'purchase_price' => 'Nabavna cena', + 'enter_item_description' => 'Vnesi opis predmeta', ]; diff --git a/resources/lang/sl-SI/messages.php b/resources/lang/sl-SI/messages.php index 7a70aa0b2..505c56cf3 100644 --- a/resources/lang/sl-SI/messages.php +++ b/resources/lang/sl-SI/messages.php @@ -8,9 +8,13 @@ return [ 'deleted' => ':type izbrisan!', 'duplicated' => ':type podvojen!', 'imported' => ':type uvožen!', + 'import_queued' => ':type uvoz je predviden! Ko bo končan, boste prejeli e-poštno sporočilo.', 'exported' => ':type izvožen!', + 'export_queued' => ':type načrtovan je izvoz trenutne strani! Ko bo pripravljeno za prenos, boste prejeli e-poštno sporočilo.', 'enabled' => ':type omogočen!', 'disabled' => ':type onemogočen!', + + 'clear_all' => 'Super! Počistili ste vse svoje :type.', ], 'error' => [ diff --git a/resources/lang/sl-SI/modules.php b/resources/lang/sl-SI/modules.php index 56f99d465..05d738629 100644 --- a/resources/lang/sl-SI/modules.php +++ b/resources/lang/sl-SI/modules.php @@ -27,7 +27,7 @@ return [ 'installed' => ': modul nameščen', 'uninstalled' => ': modul odstranjen', - //'updated' => ':module updated', + 'updated_2' => ':module posodobljen', 'enabled' => ': modul omogočen', 'disabled' => ': modul onemogočen', diff --git a/resources/lang/sl-SI/notifications.php b/resources/lang/sl-SI/notifications.php index 0d884e56b..4f7d32411 100644 --- a/resources/lang/sl-SI/notifications.php +++ b/resources/lang/sl-SI/notifications.php @@ -6,5 +6,74 @@ return [ 'hello' => 'Dobrodošli!', 'salutation' => 'S spoštovanjem,
: company_name', 'subcopy' => 'Če imate težave s klikom na gumb ": besedilo", kopirajte in prilepite spodnji URL v spletni brskalnik: [: url](:url)', + 'reads' => 'Preberi|Preberi', + 'read_all' => 'Preberi vse', + 'mark_read' => 'Označi kot prebrano', + 'mark_read_all' => 'Označi vse kot prebrano', + 'new_apps' => 'Nova aplikacija|Novih aplikacij', + 'upcoming_bills' => 'Prihajajoči računi', + 'recurring_invoices' => 'Ponavljajoči se računi', + 'recurring_bills' => 'Ponavljajoči se računi', + 'update' => [ + + 'mail' => [ + + 'subject' => '⚠️ Posodobitev neuspešna na :domain', + 'message' => 'Posodobitev :alias iz različice :current_version na :new_version je neuspašna na :step koraku z naslednjim sporočilom: :error_message', + + ], + + 'slack' => [ + + 'message' => 'Posodobitev neuspešna na :domain', + + ], + + ], + + 'import' => [ + + 'completed' => [ + + 'subject' => 'Uvoz je končan', + 'description' => 'Uvoz je končan in zapisi so na voljo na nadzorni plošči.', + + ], + + 'failed' => [ + + 'subject' => 'Uvoz ni uspel', + 'description' => 'Datoteke ni mogoče uvoziti zaradi težave:', + + ], + ], + + 'export' => [ + + 'completed' => [ + + 'subject' => 'Izvoz je pripravljen', + 'description' => 'Izvozna datoteka je pripravljena za prenos s povezave:', + + ], + + 'failed' => [ + + 'subject' => 'Izvoz ni uspel', + 'description' => 'Izvozne datoteke ni bilo mogoče ustvariti zaradi težave:', + + ], + + ], + + 'messages' => [ + + 'mark_read' => ':type je prebral to obvestilo!', + 'mark_read_all' => ':type je prebral vsa obvestila!', + 'new_app' => ':type aplikacija objavljena.', + 'export' => 'Izvozna datoteka :type je na voljo za prenos.', + 'import' => 'Vaši :type podloženi :count podatki so uspešno uvoženi.', + + ], ]; diff --git a/resources/lang/sl-SI/passwords.php b/resources/lang/sl-SI/passwords.php index a49ae7008..cfe83a726 100644 --- a/resources/lang/sl-SI/passwords.php +++ b/resources/lang/sl-SI/passwords.php @@ -15,9 +15,9 @@ return [ 'password' => 'Geslo mora biti dolgo vsaj šest znakov in se mora ujemati z potrditvenim geslom.', 'reset' => 'Geslo je bilo spremenjeno!', - 'sent' => 'Opomnik za geslo poslano!', + 'sent' => 'Povezava za ponastavitev gesla je poslana!', + 'throttled' => 'Počakaj, preden poskusiš znova.', 'token' => 'Ponastavitveni žeton je neveljaven.', - 'user' => "Ne moremo najti uporabnika s tem e-poštnim naslovom.", - 'throttle' => 'Prosimo počakajte preden poizkusite ponovno', + 'user' => "Uporabnika s tem e-poštnim naslovom ni bilo mogoče najti.", ]; diff --git a/resources/lang/sl-SI/payments.php b/resources/lang/sl-SI/payments.php new file mode 100644 index 000000000..5a0e33c67 --- /dev/null +++ b/resources/lang/sl-SI/payments.php @@ -0,0 +1,10 @@ + 'Plačilo izvedeno', + 'paid_to' => 'Plačano', + 'related_bill' => 'Povezani račun', + 'create_payment' => 'Izvedi plačilo', + +]; diff --git a/resources/lang/sl-SI/reports.php b/resources/lang/sl-SI/reports.php index c0fd3c2a9..673524f86 100644 --- a/resources/lang/sl-SI/reports.php +++ b/resources/lang/sl-SI/reports.php @@ -2,6 +2,7 @@ return [ + 'years' => 'Leto|Letih', 'this_year' => 'Tekoče leto', 'previous_year' => 'Prejšnje leto', 'this_quarter' => 'To četrtletje', diff --git a/resources/lang/sl-SI/revenues.php b/resources/lang/sl-SI/revenues.php new file mode 100644 index 000000000..7d0460cad --- /dev/null +++ b/resources/lang/sl-SI/revenues.php @@ -0,0 +1,10 @@ + 'Prejeti prihodek', + 'paid_by' => 'Plačano', + 'related_invoice' => 'Povezani račun', + 'create_revenue' => 'Ustvari prihodek', + +]; diff --git a/resources/lang/sl-SI/search_string.php b/resources/lang/sl-SI/search_string.php new file mode 100644 index 000000000..5400426c2 --- /dev/null +++ b/resources/lang/sl-SI/search_string.php @@ -0,0 +1,20 @@ + [ + 'last_logged_in_at' => 'Zadnja prijava', + 'paid_at' => 'Datum plačila', + 'started_at' => 'Začetni datum', + 'ended_at' => 'Končni datum', + 'billed_at' => 'Datum računa', + 'due_at' => 'Datum zapadlosti', + 'invoiced_at' => 'Datum računa', + 'issued_at' => 'Datum izdaje', + 'symbol_first' => 'Mesto simbola', + 'reconciled' => 'Usklajeno', + 'expense_account' => 'Iz računa', + 'income_account' => 'Na račun', + ], + +]; diff --git a/resources/lang/sl-SI/settings.php b/resources/lang/sl-SI/settings.php index 8d1047036..bedb98f5f 100644 --- a/resources/lang/sl-SI/settings.php +++ b/resources/lang/sl-SI/settings.php @@ -3,18 +3,24 @@ return [ 'company' => [ - 'description' => 'Spremeni podatke podjetja', - 'name' => 'Ime', - 'email' => 'Elektronski naslov', - 'phone' => 'Telefon', - 'address' => 'Naslov', - 'logo' => 'Logotip', + 'description' => 'Spremeni podatke podjetja', + 'name' => 'Ime', + 'email' => 'Elektronski naslov', + 'phone' => 'Telefon', + 'address' => 'Naslov', + 'edit_your_business_address' => 'Uredi naslov podjetja', + 'logo' => 'Logotip', ], 'localisation' => [ 'description' => 'Nastavite proračunsko leto, časovni pas, obliko datuma in ostale nastavitve', 'financial_start' => 'Začetek finančnega leta', 'timezone' => 'Časovni pas', + 'financial_denote' => [ + 'title' => 'Označitev proračunskega leta', + 'begins' => 'Leto, v katerem se začne', + 'ends' => 'Leto, v katerem se konča', + ], 'date' => [ 'format' => 'Zapis datuma', 'separator' => 'Besedilno ločilo za datum', @@ -117,6 +123,7 @@ Predloga za prejeto plačilo (poslano skrbniku)', Predloga za opomin za račun (poslano skrbniku)', 'bill_recur_admin' => ' Predloga za ponavljajoče se račune (poslana skrbniku)', + 'revenue_new_customer' => 'Predloga za prejem prihodka (poslana stranki)', ], ], diff --git a/resources/lang/sl-SI/transfers.php b/resources/lang/sl-SI/transfers.php index 45c6f06f1..2fdf5b76d 100644 --- a/resources/lang/sl-SI/transfers.php +++ b/resources/lang/sl-SI/transfers.php @@ -3,7 +3,9 @@ return [ 'from_account' => 'Iz računa', + 'from_account_rate' => 'Iz stopnje računa', 'to_account' => 'Na račun', + 'to_account_rate' => 'Na stopnjo računa', 'messages' => [ 'delete' => ': od do: do (: znesek)', diff --git a/resources/lang/sl-SI/validation.php b/resources/lang/sl-SI/validation.php index dc9c4c7f7..8b6b336a8 100644 --- a/resources/lang/sl-SI/validation.php +++ b/resources/lang/sl-SI/validation.php @@ -13,79 +13,115 @@ return [ | */ - 'accepted' => ':attribute mora biti sprejet.', - 'active_url' => ':attribute ni pravilen.', - 'after' => ':attribute mora biti za datumom :date.', - 'after_or_equal' => ':attribute mora biti za ali enak :date.', - 'alpha' => ':attribute lahko vsebuje samo črke.', - 'alpha_dash' => ':attribute lahko vsebuje samo črke, številke in črtice.', - 'alpha_num' => ':attribute lahko vsebuje samo črke in številke.', - 'array' => ':attribute mora biti polje.', - 'before' => ':attribute mora biti pred datumom :date.', - 'before_or_equal' => ':attribute mora biti pred ali enak :date.', - 'between' => [ + 'accepted' => ':attribute mora biti sprejet.', + 'active_url' => ':attribute ni pravilen.', + 'after' => ':attribute mora biti za datumom :date.', + 'after_or_equal' => ':attribute mora biti za ali enak :date.', + 'alpha' => ':attribute lahko vsebuje samo črke.', + 'alpha_dash' => ':attribute lahko vsebuje samo črke, številke in črtice.', + 'alpha_num' => ':attribute lahko vsebuje samo črke in številke.', + 'array' => ':attribute mora biti polje.', + 'before' => ':attribute mora biti pred datumom :date.', + 'before_or_equal' => ':attribute mora biti pred ali enak :date.', + 'between' => [ 'numeric' => ':attribute mora biti med :min in :max.', - 'file' => ':attribute mora biti med :min in :max kilobajti.', - 'string' => ':attribute mora biti med :min in :max znaki.', - 'array' => ':attribute mora imeti med :min in :max elementov.', + 'file' => ':attribute mora biti med :min in :max kilobajti.', + 'string' => ':attribute mora biti med :min in :max znaki.', + 'array' => ':attribute mora imeti med :min in :max elementov.', ], - 'boolean' => ':attribute polje mora biti 1 ali 0', - 'confirmed' => ':attribute potrditev se ne ujema.', - 'date' => ':attribute ni veljaven datum.', - 'date_format' => ':attribute se ne ujema z obliko :format.', - 'different' => ':attribute in :other mora biti drugačen.', - 'digits' => ':attribute mora imeti :digits cifer.', - 'digits_between' => ':attribute mora biti med :min in :max ciframi.', - 'dimensions' => ':attribute ima napačne dimenzije slike.', - 'distinct' => ':attribute je duplikat.', - 'email' => ':attribute mora biti veljaven e-poštni naslov.', - 'ends_with' => ':attribute se mora zaključiti z enim od: :values', - 'exists' => 'izbran :attribute je neveljaven.', - 'file' => ':attribute mora biti datoteka.', - 'filled' => ':attribute mora biti izpolnjen.', - 'image' => ':attribute mora biti slika.', - 'in' => 'izbran :attribute je neveljaven.', - 'in_array' => ':attribute ne obstaja v :other.', - 'integer' => ':attribute mora biti število.', - 'ip' => ':attribute mora biti veljaven IP naslov.', - 'json' => ':attribute mora biti veljaven JSON tekst.', - 'max' => [ + 'boolean' => ':attribute polje mora biti 1 ali 0', + 'confirmed' => ':attribute potrditev se ne ujema.', + 'current_password' => 'Napačno geslo.', + 'date' => ':attribute ni veljaven datum.', + 'date_equals' => ':attribute mora biti datum primerljiv z :date.', + 'date_format' => ':attribute se ne ujema z obliko :format.', + 'different' => ':attribute in :other mora biti drugačen.', + 'digits' => ':attribute mora imeti :digits cifer.', + 'digits_between' => ':attribute mora biti med :min in :max ciframi.', + 'dimensions' => ':attribute ima napačne dimenzije slike.', + 'distinct' => ':attribute je duplikat.', + 'email' => ':attribute mora biti veljaven e-poštni naslov.', + 'ends_with' => ':attribute se mora zaključiti z enim od: :values', + 'exists' => 'izbran :attribute je neveljaven.', + 'file' => ':attribute mora biti datoteka.', + 'filled' => ':attribute mora biti izpolnjen.', + 'gt' => [ + 'numeric' => ':attribute mora biti večji od :value.', + 'file' => ':attribute mora biti večji od :value kilobajtov.', + 'string' => ':attribute mora biti večji od :value znakov.', + 'array' => ':attribute mora imeti več kot :value elementov.', + ], + 'gte' => [ + 'numeric' => ':attribute mora biti večji ali enak kot :value.', + 'file' => ':attribute mora biti večji ali enak kot :value kilobajtov.', + 'string' => ':attribute mora biti večji ali enak kot :value znakov.', + 'array' => ':attribute mora imeti :value ali več predmetov.', + ], + 'image' => ':attribute mora biti slika.', + 'in' => 'izbran :attribute je neveljaven.', + 'in_array' => ':attribute ne obstaja v :other.', + 'integer' => ':attribute mora biti število.', + 'ip' => ':attribute mora biti veljaven IP naslov.', + 'ipv4' => ':attribute mora biti veljaven IPv4 naslov.', + 'ipv6' => ':attribute mora biti veljaven IPv6 naslov.', + 'json' => ':attribute mora biti veljaven JSON tekst.', + 'lt' => [ + 'numeric' => ' :attribute mora biti manj kot :value.', + 'file' => ':attribute mora biti manjši od :value kilobajtov.', + 'string' => ':attribute mora biti manjši kot :value znakov.', + 'array' => ':attribute mora imeti manj kot :value predmetov.', + ], + 'lte' => [ + 'numeric' => ':attribute rabi biti manj ali enak :value.', + 'file' => ':attribute rabi biti manj ali enak :value kilobajtov.', + 'string' => ':attribute mora imeti manj ali enako :value znakov.', + 'array' => ':attribute mora imeti manj ali enako :value predmetov.', + ], + 'max' => [ 'numeric' => ':attribute ne sme biti večje od :max.', - 'file' => ':attribute ne sme biti večje :max kilobajtov.', - 'string' => ':attribute ne sme biti večje :max znakov.', - 'array' => ':attribute ne smejo imeti več kot :max elementov.', + 'file' => ':attribute ne sme biti večje :max kilobajtov.', + 'string' => ':attribute ne sme biti večje :max znakov.', + 'array' => ':attribute ne smejo imeti več kot :max elementov.', ], - 'mimes' => ':attribute mora biti datoteka tipa: :values.', - 'mimetypes' => ':attribute mora biti datoteka tipa: :values.', - 'min' => [ + 'mimes' => ':attribute mora biti datoteka tipa: :values.', + 'mimetypes' => ':attribute mora biti datoteka tipa: :values.', + 'min' => [ 'numeric' => ':attribute mora biti vsaj dolžine :min.', - 'file' => ':attribute mora imeti vsaj :min kilobajtov.', - 'string' => ':attribute mora imeti vsaj :min znakov.', - 'array' => ':attribute mora imeti vsaj :min elementov.', + 'file' => ':attribute mora imeti vsaj :min kilobajtov.', + 'string' => ':attribute mora imeti vsaj :min znakov.', + 'array' => ':attribute mora imeti vsaj :min elementov.', ], - 'not_in' => 'Izbran :attribute je neveljaven.', - 'numeric' => ':attribute mora biti število.', - 'present' => 'Polje :attribute mora biti prisotno.', - 'regex' => 'Format polja :attribute je neveljaven.', - 'required' => 'Polje :attribute je obvezno.', - 'required_if' => 'Polje :attribute je obvezno, če je :other enak :value.', - 'required_unless' => 'Polje :attribute je obvezno, razen če je :other v :values.', - 'required_with' => 'Polje :attribute je obvezno, če je :values prisoten.', - 'required_with_all' => 'Polje :attribute je obvezno, če so :values prisoten.', - 'required_without' => 'Polje :attribute je obvezno, če :values ni prisoten.', + 'multiple_of' => ':attribute mora biti večkratnik :value.', + 'not_in' => 'Izbran :attribute je neveljaven.', + 'not_regex' => 'Oblika :attribute ni veljavna.', + 'numeric' => ':attribute mora biti število.', + 'password' => 'Napačno geslo.', + 'present' => 'Polje :attribute mora biti prisotno.', + 'regex' => 'Format polja :attribute je neveljaven.', + 'required' => 'Polje :attribute je obvezno.', + 'required_if' => 'Polje :attribute je obvezno, če je :other enak :value.', + 'required_unless' => 'Polje :attribute je obvezno, razen če je :other v :values.', + 'required_with' => 'Polje :attribute je obvezno, če je :values prisoten.', + 'required_with_all' => 'Polje :attribute je obvezno, če so :values prisoten.', + 'required_without' => 'Polje :attribute je obvezno, če :values ni prisoten.', 'required_without_all' => 'Polje :attribute je obvezno, če :values niso prisotni.', - 'same' => 'Polje :attribute in :other se morata ujemati.', - 'size' => [ + 'prohibited' => 'Polje :attribute je prepovedano.', + 'prohibited_if' => 'Polje :attribute je prepovedano kadar je :other enako :value.', + 'prohibited_unless' => 'Polje :attribute je prepovedano kadar je :other v :value.', + 'same' => 'Polje :attribute in :other se morata ujemati.', + 'size' => [ 'numeric' => ':attribute mora biti :size.', - 'file' => ':attribute mora biti :size kilobajtov.', - 'string' => ':attribute mora biti :size znakov.', - 'array' => ':attribute mora vsebovati :size elementov.', + 'file' => ':attribute mora biti :size kilobajtov.', + 'string' => ':attribute mora biti :size znakov.', + 'array' => ':attribute mora vsebovati :size elementov.', ], - 'string' => ':attribute mora biti tekst.', - 'timezone' => ':attribute mora biti časovna cona.', - 'unique' => ':attribute je že zaseden.', - 'uploaded' => 'Nalaganje :attribute ni uspelo.', - 'url' => ':attribute format je neveljaven.', + 'starts_with' => ':attribute se rabi začeti z enim od naslednjih: :values.', + 'string' => ':attribute mora biti tekst.', + 'timezone' => ':attribute mora biti časovna cona.', + 'unique' => ':attribute je že zaseden.', + 'uploaded' => 'Nalaganje :attribute ni uspelo.', + 'url' => ':attribute format je neveljaven.', + 'uuid' => ':attribute mora biti veljaven UUID.', /* |-------------------------------------------------------------------------- @@ -100,7 +136,7 @@ return [ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'Prilagojeno sporočilo', + 'rule-name' => 'Prilagojeno sporočilo', ], 'invalid_currency' => ':attribute koda je neveljavna.', 'invalid_amount' => 'Vrednost :attribute je neveljavna.', @@ -112,9 +148,9 @@ return [ | Custom Validation Attributes |-------------------------------------------------------------------------- | - | The following language lines are used to swap attribute place-holders - | with something more reader friendly such as E-Mail Address instead - | of "email". This simply helps us make messages a little cleaner. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/resources/lang/sl-SI/widgets.php b/resources/lang/sl-SI/widgets.php index 010999cfa..ae766cc9e 100644 --- a/resources/lang/sl-SI/widgets.php +++ b/resources/lang/sl-SI/widgets.php @@ -2,6 +2,7 @@ return [ + 'currencies' => 'Valute', 'total_income' => 'Skupni dohodek', 'receivables' => 'Terjatve', 'open_invoices' => 'Odprti računi', diff --git a/resources/lang/sv-SE/bills.php b/resources/lang/sv-SE/bills.php index 572d4aa33..dbc223790 100644 --- a/resources/lang/sv-SE/bills.php +++ b/resources/lang/sv-SE/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => 'Fakturanummer', 'bill_date' => 'Fakturadatum', + 'bill_amount' => 'Fakturans belopp', 'total_price' => 'Summa pris', 'due_date' => 'Förfallodatum', 'order_number' => 'Ordernummer', diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php index 0ad450ed1..34e3f1dc6 100644 --- a/resources/lang/sv-SE/general.php +++ b/resources/lang/sv-SE/general.php @@ -51,6 +51,7 @@ return [ 'templates' => 'Mall|mallar', 'sales' => 'Sälj|Försäljning', 'purchases' => 'Inköpning|Inköp', + 'notifications' => 'Notifiering|Notifikationer', 'welcome' => 'Välkommen', 'banking' => 'Banktjänster', @@ -161,6 +162,7 @@ return [ 'due_on' => 'Förfaller den', 'amount_due' => 'Belopp att betala', 'financial_year' => 'Räkenskapsår', + 'created' => 'Skapad', 'card' => [ 'cards' => 'Kort| Kort', diff --git a/resources/lang/sv-SE/invoices.php b/resources/lang/sv-SE/invoices.php index fd68f9a6c..d544a80b5 100644 --- a/resources/lang/sv-SE/invoices.php +++ b/resources/lang/sv-SE/invoices.php @@ -4,6 +4,7 @@ return [ 'invoice_number' => 'Fakturanummer', 'invoice_date' => 'Fakturadatum', + 'invoice_amount' => 'Faktura belopp', 'total_price' => 'Summa pris', 'due_date' => 'Förfallodatum', 'order_number' => 'Ordernummer', diff --git a/resources/lang/sv-SE/passwords.php b/resources/lang/sv-SE/passwords.php index c07a78d48..4e1975130 100644 --- a/resources/lang/sv-SE/passwords.php +++ b/resources/lang/sv-SE/passwords.php @@ -16,8 +16,8 @@ return [ 'password' => 'Lösenord måste innehålla minst sex tecken och matcha varandra.', 'reset' => 'Lösenordet har blivit återställt!', 'sent' => 'Lösenordspåminnelse skickad!', + 'throttled' => 'Vänta innan du försöker igen.', 'token' => 'Koden för lösenordsåterställning är ogiltig.', 'user' => "Det finns ingen användare med den e-postadressen.", - 'throttle' => 'Vänta innan du försöker igen.', ]; diff --git a/resources/lang/sv-SE/revenues.php b/resources/lang/sv-SE/revenues.php index 5722450eb..90d7fa594 100644 --- a/resources/lang/sv-SE/revenues.php +++ b/resources/lang/sv-SE/revenues.php @@ -5,5 +5,6 @@ return [ 'revenue_received' => 'Intäkter mottagna', 'paid_by' => 'Betald av', 'related_invoice' => 'Relaterad Faktura', + 'create_revenue' => 'Skapa Intäkt', ]; diff --git a/resources/lang/sv-SE/settings.php b/resources/lang/sv-SE/settings.php index 72a2fde76..902d1ace9 100644 --- a/resources/lang/sv-SE/settings.php +++ b/resources/lang/sv-SE/settings.php @@ -116,6 +116,7 @@ Mottagning av betalning (skickad till kund)', 'invoice_payment_admin' => 'Mottagning av betalning (skickad till admin)', 'bill_remind_admin' => 'Faktura påminnelsemall (skickad till admin)', 'bill_recur_admin' => 'Räkning återkommande mall (skickad till admin)', + 'revenue_new_customer' => 'Intäkter mottagen mall (skickas till kunden)', ], ], diff --git a/resources/lang/sv-SE/validation.php b/resources/lang/sv-SE/validation.php index 63db8c379..3f5ddd22e 100644 --- a/resources/lang/sv-SE/validation.php +++ b/resources/lang/sv-SE/validation.php @@ -13,79 +13,115 @@ return [ | */ - 'accepted' => ':attribute måste accepteras.', - 'active_url' => ':attribute är inte en giltig webbadress.', - 'after' => ':attribute måste vara ett datum efter den :date.', - 'after_or_equal' => ':attribute måste vara ett datum senare eller samma dag som :date.', - 'alpha' => ':attribute får endast innehålla bokstäver.', - 'alpha_dash' => ':attribute får endast innehålla bokstäver, siffror och bindestreck.', - 'alpha_num' => ':attribute får endast innehålla bokstäver och siffror.', - 'array' => ':attribute måste vara en array.', - 'before' => ':attribute måste vara ett datum innan den :date.', - 'before_or_equal' => ':attribute måste vara ett datum före eller samma dag som :date.', - 'between' => [ + 'accepted' => ':attribute måste accepteras.', + 'active_url' => ':attribute är inte en giltig webbadress.', + 'after' => ':attribute måste vara ett datum efter den :date.', + 'after_or_equal' => ':attribute måste vara ett datum senare eller samma dag som :date.', + 'alpha' => ':attribute får endast innehålla bokstäver.', + 'alpha_dash' => ':attribute får endast innehålla bokstäver, siffror och bindestreck.', + 'alpha_num' => ':attribute får endast innehålla bokstäver och siffror.', + 'array' => ':attribute måste vara en array.', + 'before' => ':attribute måste vara ett datum innan den :date.', + 'before_or_equal' => ':attribute måste vara ett datum före eller samma dag som :date.', + 'between' => [ 'numeric' => ':attribute måste vara en siffra mellan :min och :max.', - 'file' => ':attribute måste vara mellan :min till :max kilobyte stor.', - 'string' => ':attribute måste innehålla :min till :max tecken.', - 'array' => ':attribute måste innehålla mellan :min - :max objekt.', + 'file' => ':attribute måste vara mellan :min till :max kilobyte stor.', + 'string' => ':attribute måste innehålla :min till :max tecken.', + 'array' => ':attribute måste innehålla mellan :min - :max objekt.', ], - 'boolean' => ':attribute måste vara sant eller falskt.', - 'confirmed' => ':attribute bekräftelsen matchar inte.', - 'date' => ':attribute är inte ett giltigt datum.', - 'date_format' => ':attribute matchar inte formatet :format.', - 'different' => ':attribute och :other måste vara olika.', - 'digits' => ':attribute måste vara :digits tecken.', - 'digits_between' => ':attribute måste vara mellan :min och :max tecken.', - 'dimensions' => ':attribute har felaktiga bilddimensioner.', - 'distinct' => ':attribute innehåller fler än en repetition av samma element.', - 'email' => ':attribute måste vara korrekt epost adress.', - 'ends_with' => ':attribute måste avslutas med en av följande: :values', - 'exists' => ':attribute är ogiltigt.', - 'file' => ':attribute måste vara en fil.', - 'filled' => ':attribute fältet måste ha ett värde.', - 'image' => ':attribute måste vara en bild.', - 'in' => ':attribute är ogiltigt.', - 'in_array' => ':attribute finns inte i :other.', - 'integer' => ':attribute måste vara ett heltal.', - 'ip' => ':attribute måste vara en giltig IP-adress.', - 'json' => ':attribute måste vara en giltig JSON-sträng.', - 'max' => [ + 'boolean' => ':attribute måste vara sant eller falskt.', + 'confirmed' => ':attribute bekräftelsen matchar inte.', + 'current_password' => 'Felaktigt lösenord.', + 'date' => ':attribute är inte ett giltigt datum.', + 'date_equals' => ':attribute måste vara ett datum som motsvarar :date.', + 'date_format' => ':attribute matchar inte formatet :format.', + 'different' => ':attribute och :other måste vara olika.', + 'digits' => ':attribute måste vara :digits tecken.', + 'digits_between' => ':attribute måste vara mellan :min och :max tecken.', + 'dimensions' => ':attribute har felaktiga bilddimensioner.', + 'distinct' => ':attribute innehåller fler än en repetition av samma element.', + 'email' => ':attribute måste vara korrekt epost adress.', + 'ends_with' => ':attribute måste avslutas med en av följande: :values', + 'exists' => ':attribute är ogiltigt.', + 'file' => ':attribute måste vara en fil.', + 'filled' => ':attribute fältet måste ha ett värde.', + 'gt' => [ + 'numeric' => ':attribute måste vara större än :value.', + 'file' => ':attribute måste vara större än :value kilobyte.', + 'string' => ':attribute måste vara större än :value tecken.', + 'array' => ':attribute måste ha mer än :value objekt.', + ], + 'gte' => [ + 'numeric' => ':attribute måste vara större än eller lika med :value.', + 'file' => ':attribute måste vara större än eller lika med :value kilobyte.', + 'string' => ':attribute måste vara större än eller lika med :value tecken.', + 'array' => ':attribute måste ha :value objekt eller mer.', + ], + 'image' => ':attribute måste vara en bild.', + 'in' => ':attribute är ogiltigt.', + 'in_array' => ':attribute finns inte i :other.', + 'integer' => ':attribute måste vara ett heltal.', + 'ip' => ':attribute måste vara en giltig IP-adress.', + 'ipv4' => ':attribute måste vara en giltig IPv4-adress.', + 'ipv6' => ':attribute måste vara en giltig IPv6-adress.', + 'json' => ':attribute måste vara en giltig JSON-sträng.', + 'lt' => [ + 'numeric' => ':attribute måste vara mindre än :value.', + 'file' => ':attribute måste vara mindre än :value kilobyte.', + 'string' => ':attribute måste vara mindre än :value tecken.', + 'array' => ':attribute måste ha mindre än :value objekt.', + ], + 'lte' => [ + 'numeric' => ':attribute måste vara mindre än eller lika med :value.', + 'file' => ':attribute måste vara mindre än eller lika med :value kilobyte.', + 'string' => ':attribute måste vara mindre än eller lika med :value tecken.', + 'array' => ':attribute får inte ha mer än :value objekt.', + ], + 'max' => [ 'numeric' => ':attribute får inte vara större än :max.', - 'file' => ':attribute får max vara :max kilobyte stor.', - 'string' => ':attribute får max innehålla :max tecken.', - 'array' => ':attribute får inte innehålla mer än :max objekt.', + 'file' => ':attribute får max vara :max kilobyte stor.', + 'string' => ':attribute får max innehålla :max tecken.', + 'array' => ':attribute får inte innehålla mer än :max objekt.', ], - 'mimes' => ':attribute måste vara en fil av typen: :values.', - 'mimetypes' => ':attribute måste vara en fil av typen: :values.', - 'min' => [ + 'mimes' => ':attribute måste vara en fil av typen: :values.', + 'mimetypes' => ':attribute måste vara en fil av typen: :values.', + 'min' => [ 'numeric' => ':attribute måste vara större än :min.', - 'file' => ':attribute måste vara minst :min kilobyte stor.', - 'string' => ':attribute måste innehålla minst :min tecken.', - 'array' => ':attribute måste innehålla minst :min objekt.', + 'file' => ':attribute måste vara minst :min kilobyte stor.', + 'string' => ':attribute måste innehålla minst :min tecken.', + 'array' => ':attribute måste innehålla minst :min objekt.', ], - 'not_in' => ':attribute är ogiltigt.', - 'numeric' => ':attribute måste vara en siffra.', - 'present' => ':attribute fältet måste vara närvarande.', - 'regex' => ':attribute formatet är ogiltigt.', - 'required' => ':attribute fältet är nödvändigt.', - 'required_if' => ':attribute är obligatoriskt när :other är :value.', - 'required_unless' => ':attribute är obligatoriskt när inte :other finns bland :values.', - 'required_with' => ':attribute är obligatoriskt när :values är ifyllt.', - 'required_with_all' => ':attribute är obligatoriskt när :values är ifyllt.', - 'required_without' => ':attribute är obligatoriskt när :values ej är ifyllt.', + 'multiple_of' => ':attribute måste vara en multipel av :value.', + 'not_in' => ':attribute är ogiltigt.', + 'not_regex' => ':attribute format är ogiltigt.', + 'numeric' => ':attribute måste vara en siffra.', + 'password' => 'Lösenordet är felaktigt.', + 'present' => ':attribute fältet måste vara närvarande.', + 'regex' => ':attribute formatet är ogiltigt.', + 'required' => ':attribute fältet är nödvändigt.', + 'required_if' => ':attribute är obligatoriskt när :other är :value.', + 'required_unless' => ':attribute är obligatoriskt när inte :other finns bland :values.', + 'required_with' => ':attribute är obligatoriskt när :values är ifyllt.', + 'required_with_all' => ':attribute är obligatoriskt när :values är ifyllt.', + 'required_without' => ':attribute är obligatoriskt när :values ej är ifyllt.', 'required_without_all' => ':attribute är obligatoriskt när ingen av :values är ifyllt.', - 'same' => ':attribute och :other måste vara lika.', - 'size' => [ + 'prohibited' => 'Fältet :attribute är förbjudet.', + 'prohibited_if' => 'Fältet :attribute är förbjudet när :other är :value.', + 'prohibited_unless' => 'Fältet :attribute är förbjudet om inte :other finns i :values.', + 'same' => ':attribute och :other måste vara lika.', + 'size' => [ 'numeric' => ':attribute måste vara :size.', - 'file' => ':attribute får endast vara :size kilobyte stor.', - 'string' => ':attribute måste vara :size tecken.', - 'array' => ':attribute måste innehålla :size objekt.', + 'file' => ':attribute får endast vara :size kilobyte stor.', + 'string' => ':attribute måste vara :size tecken.', + 'array' => ':attribute måste innehålla :size objekt.', ], - 'string' => ':attribute måste vara en sträng.', - 'timezone' => ':attribute måste vara en giltig tidszon.', - 'unique' => ':attribute är redan taget.', - 'uploaded' => ':attribute misslyckades att ladda upp.', - 'url' => ':attribute formatet är ogiltigt.', + 'starts_with' => ':attribute måste börja med något av följande: :values.', + 'string' => ':attribute måste vara en sträng.', + 'timezone' => ':attribute måste vara en giltig tidszon.', + 'unique' => ':attribute är redan taget.', + 'uploaded' => ':attribute misslyckades att ladda upp.', + 'url' => ':attribute formatet är ogiltigt.', + 'uuid' => ':attribute måste vara ett giltigt UUID.', /* |-------------------------------------------------------------------------- @@ -100,7 +136,7 @@ return [ 'custom' => [ 'attribute-name' => [ - 'rule-name' => 'anpassat-meddelande', + 'rule-name' => 'anpassat-meddelande', ], 'invalid_currency' => 'Attributet :attribute är ogiltig.', 'invalid_amount' => 'Beloppet :attribute är ogiltigt.', @@ -112,9 +148,9 @@ return [ | Custom Validation Attributes |-------------------------------------------------------------------------- | - | The following language lines are used to swap attribute place-holders - | with something more reader friendly such as E-Mail Address instead - | of "email". This simply helps us make messages a little cleaner. + | The following language lines are used to swap our attribute placeholder + | with something more reader friendly such as "E-Mail Address" instead + | of "email". This simply helps us make our message more expressive. | */ diff --git a/resources/lang/vi-VN/import.php b/resources/lang/vi-VN/import.php index 3afa87895..a14022902 100644 --- a/resources/lang/vi-VN/import.php +++ b/resources/lang/vi-VN/import.php @@ -4,6 +4,7 @@ return [ 'import' => 'Nhập', 'title' => 'Nhập :type', - 'message' => 'Allowed file types: XLS, XLSX. Please, download the sample file.', + 'limitations' => 'Định dạng file cho phép: :extensions
Số lượng file tối đa: :row_limit', + 'sample_file' => 'Bạn có thể tải về file mẫu và điền vào dữ liệu của bạn', ];