diff --git a/resources/lang/ar-SA/errors.php b/resources/lang/ar-SA/errors.php new file mode 100644 index 000000000..73d06c30c --- /dev/null +++ b/resources/lang/ar-SA/errors.php @@ -0,0 +1,24 @@ + 'Forbidden Access', + 'error_page' => 'Error Page', + 'page_not_found' => 'الصفحة غيرموجودة', + + 'body' => [ + 'forbidden_access' => 'Oops! Forbidden Access.', + 'error_page' => 'عفوًا! حدث خطأ ما.', + 'page_not_found' => 'عفوا! لم يتم العثور على الصفحة.', + ], + + 'messages' => [ + 'forbidden_access' => 'You can not access this page. + Meanwhile, you may return to dashboard.', + 'error_page' => 'We will work on fixing that right away. + Meanwhile, you may return to dashboard.', + 'page_not_found' => 'We could not find the page you were looking for. + Meanwhile, you may return to dashboard.', + ], + +]; diff --git a/resources/lang/ar-SA/modules.php b/resources/lang/ar-SA/modules.php index 8b2f23bbb..c495c5c51 100644 --- a/resources/lang/ar-SA/modules.php +++ b/resources/lang/ar-SA/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'رمز API', 'api_token' => 'رمز الوصول', 'my_apps' => 'تطبيقاتي', + 'pre_sale' => 'Pre-Sale', 'top_paid' => 'أعلى المدفوعات', 'new' => 'جديد', 'top_free' => 'المجانيات الأعلى', @@ -61,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'مثبت', + 'pre_sale' => 'Pre-Sale', ], 'button' => [ diff --git a/resources/lang/da-DK/accounts.php b/resources/lang/da-DK/accounts.php index 595423324..a017370b6 100644 --- a/resources/lang/da-DK/accounts.php +++ b/resources/lang/da-DK/accounts.php @@ -7,7 +7,7 @@ return [ 'opening_balance' => 'Primo', 'current_balance' => 'Nuværende saldo', 'bank_name' => 'Banknavn', - 'bank_phone' => 'Telefon nr. til bank', + 'bank_phone' => 'Telefon bank', 'bank_address' => 'Bank adresse', 'default_account' => 'Standard konto', diff --git a/resources/lang/da-DK/auth.php b/resources/lang/da-DK/auth.php index 7709c7bb0..a1e9d028b 100644 --- a/resources/lang/da-DK/auth.php +++ b/resources/lang/da-DK/auth.php @@ -18,7 +18,7 @@ return [ 'current' => 'Adgangskode', 'current_confirm' => 'Bekræft adgangskode', 'new' => 'Ny adgangskode', - 'new_confirm' => 'Bekræftelse af ny adgangskode', + 'new_confirm' => 'Bekræftelse ny adgangskode', ], 'error' => [ @@ -26,7 +26,7 @@ return [ 'no_company' => 'Error: Ingen virksomhed er tilknyttet din konto. Kontakt systemadministratoren.', ], - 'failed' => 'Disse legitimationsoplysninger passer ikke i vores database.', + 'failed' => 'Disse legitimationsoplysninger passer ikke med vores optegnelser.', 'disabled' => 'Denne konto er deaktiveret. Kontakt systemadministratoren.', 'throttle' => 'For mange login forsøg. Prøv igen om :seconds sekunder.', diff --git a/resources/lang/da-DK/bills.php b/resources/lang/da-DK/bills.php index dc4253dfb..f3f92626b 100644 --- a/resources/lang/da-DK/bills.php +++ b/resources/lang/da-DK/bills.php @@ -2,54 +2,57 @@ return [ - 'bill_number' => 'Faktura nummer', - 'bill_date' => 'Faktura dato', - 'total_price' => 'Total pris', - 'due_date' => 'Forfaldsdato', - 'order_number' => 'Ordrenummer', - 'bill_from' => 'Faktura fra', + 'bill_number' => 'Fakturanummer', + 'bill_date' => 'Faktura dato', + 'total_price' => 'Total pris', + 'due_date' => 'Forfaldsdato', + 'order_number' => 'Ordrenummer', + 'bill_from' => 'Faktura fra', - 'quantity' => 'Antal', - 'price' => 'Pris', - 'sub_total' => 'Subtotal', - 'discount' => 'Rabat', - 'tax_total' => 'Moms i alt', - 'total' => 'I alt', + 'quantity' => 'Antal', + 'price' => 'Pris', + 'sub_total' => 'Subtotal', + 'discount' => 'Rabat', + 'tax_total' => 'Moms i alt', + 'total' => 'I alt', - 'item_name' => 'Punkt navn | Varenavne', + 'item_name' => 'Varenavn|Varenavne', - 'show_discount' => ':discount% Rabat', - 'add_discount' => 'Tilføj rabat', - 'discount_desc' => 'subtotal', + 'show_discount' => ':discount% Rabat', + 'add_discount' => 'Tilføj rabat', + 'discount_desc' => 'subtotal', - 'payment_due' => 'Betalingsfrist', - 'amount_due' => 'Forfaldent beløb', - 'paid' => 'Betalt', - 'histories' => 'Historik', - 'payments' => 'Betalinger', - 'add_payment' => 'Tilføj betaling', - 'mark_received' => 'Modtagelse godkendt', - 'download_pdf' => 'Download som PDF', - 'send_mail' => 'Send E-mail', + 'payment_due' => 'Betalingsfrist', + 'amount_due' => 'Forfaldent beløb', + 'paid' => 'Betalt', + 'histories' => 'Historik', + 'payments' => 'Betalinger', + 'add_payment' => 'Tilføj betaling', + 'mark_received' => 'Modtagelse godkendt', + 'download_pdf' => 'Download PDF', + 'send_mail' => 'Send E-mail', + 'create_bill' => 'Opret regning', + 'receive_bill' => 'Modtag regning', + 'make_payment' => 'Opret betaling', 'status' => [ - 'draft' => 'Kladde', - 'received' => 'Modtaget', - 'partial' => 'Delvis', - 'paid' => 'Betalt', + 'draft' => 'Kladde', + 'received' => 'Modtaget', + 'partial' => 'Delvis', + 'paid' => 'Betalt', ], 'messages' => [ - 'received' => 'Regning registreret som modtaget!', - 'draft' => 'Dette er et UDKAST til faktura og vil blive vist som diagrammer, når det bliver sendt.', + 'received' => 'Regning registreret som modtaget!', + 'draft' => 'Dette er et UDKAST til faktura og vil blive afspejlet i diagrammer, når den bliver modtaget.', 'status' => [ - 'created' => 'Oprettet den :date', - 'receive' => [ + 'created' => 'Oprettet den :date', + 'receive' => [ 'draft' => 'Ikke sendt', 'received' => 'Modtaget den :date', ], - 'paid' => [ + 'paid' => [ 'await' => 'Afventer betaling', ], ], diff --git a/resources/lang/da-DK/demo.php b/resources/lang/da-DK/demo.php index afcdab98c..e72437689 100644 --- a/resources/lang/da-DK/demo.php +++ b/resources/lang/da-DK/demo.php @@ -9,8 +9,5 @@ return [ 'currencies_eur' => 'Euro', 'currencies_gbp' => 'Britiske pund', 'currencies_try' => 'Tyrkiske Lira', - 'taxes_exempt' => 'Fritaget for moms', - 'taxes_normal' => 'Normal moms', - 'taxes_sales' => 'Salgs moms', ]; diff --git a/resources/lang/da-DK/errors.php b/resources/lang/da-DK/errors.php new file mode 100644 index 000000000..26f03115e --- /dev/null +++ b/resources/lang/da-DK/errors.php @@ -0,0 +1,24 @@ + 'Ingen adgang', + 'error_page' => 'Fejlside', + 'page_not_found' => 'Side ikke fundet', + + 'body' => [ + 'forbidden_access' => 'Oops! Ingen Adgang.', + 'error_page' => 'Ups! noget gik galt.', + 'page_not_found' => 'Oops! Siden blev ikke fundet.', + ], + + 'messages' => [ + 'forbidden_access' => 'Du kan ikke få adgang til denne side. + i mellemtiden kan du returner til dashboard.', + 'error_page' => 'Vi vil fikse det så hurtigt som muligt. + i mellemtiden kan du returnere til dashboard.', + 'page_not_found' => 'Vi kunne ikke finde den side du søgte. + i mellemtiden kan du vende tilbage til dashboard.', + ], + +]; diff --git a/resources/lang/da-DK/general.php b/resources/lang/da-DK/general.php index 88f315ca2..627a4f71d 100644 --- a/resources/lang/da-DK/general.php +++ b/resources/lang/da-DK/general.php @@ -2,7 +2,7 @@ return [ - 'items' => 'Vare|Elementer', + 'items' => 'Vare|Varer', 'incomes' => 'Indkomst|Indkomster', 'invoices' => 'Faktura|Fakturaer', 'revenues' => 'Indtægt|Indtægter', @@ -38,10 +38,9 @@ return [ 'numbers' => 'Nummer|Numre', 'statuses' => 'Status|Statusser', 'others' => 'Andre | Andre', - 'contacts' => 'Kontakt|kontakter', - 'reconciliations' => 'Afstemt|afstemninger', - 'deposits' => 'Depositum|indskud', - 'withdrawals' => 'Tilbagetrukket|tilbagetrækninger', + 'contacts' => 'Kontakt|Kontakter', + 'reconciliations' => 'Afstemt|Afstemninger', + 'developers' => 'Udvikler|Udviklere', 'dashboard' => 'Oversigt', 'banking' => 'Bank', @@ -68,10 +67,10 @@ return [ 'delete_confirm' => 'Bekræft sletning :name :type?', 'name' => 'Navn', 'email' => 'E-mail', - 'tax_number' => 'Moms nummer', + 'tax_number' => 'CVR', 'phone' => 'Telefon', 'address' => 'Adresse', - 'website' => 'Hjemmeside', + 'website' => 'Webside', 'actions' => 'Handlinger:', 'description' => 'Beskrivelse', 'manage' => 'Administrér', @@ -100,9 +99,9 @@ return [ 'id' => 'ID', 'more_actions' => 'Flere handlinger', 'duplicate' => 'Dublet', - 'unpaid' => 'Ikke betalt', + 'unpaid' => 'Ubetalt', 'paid' => 'Betalt', - 'overdue' => 'Forfalden', + 'overdue' => 'Forsinket', 'partially' => 'Delvist', 'partially_paid' => 'Delvist betalt', 'export' => 'Eksportér', diff --git a/resources/lang/da-DK/invoices.php b/resources/lang/da-DK/invoices.php index f046dd14e..0c7e5e721 100644 --- a/resources/lang/da-DK/invoices.php +++ b/resources/lang/da-DK/invoices.php @@ -2,67 +2,71 @@ return [ - 'invoice_number' => 'Fakturanummer', - 'invoice_date' => 'Fakturadato', - 'total_price' => 'Total pris', - 'due_date' => 'Forfaldsdato', - 'order_number' => 'Ordrenummer', - 'bill_to' => 'Faktura til', + 'invoice_number' => 'Faktura nummer', + 'invoice_date' => 'Faktura dato', + 'total_price' => 'Total pris', + 'due_date' => 'Forfaldsdato', + 'order_number' => 'Ordrenummer', + 'bill_to' => 'Faktura til', - 'quantity' => 'Antal', - 'price' => 'Pris', - 'sub_total' => 'Subtotal', - 'discount' => 'Rabat', - 'tax_total' => 'Moms i alt', - 'total' => 'I alt', + 'quantity' => 'Antal', + 'price' => 'Pris', + 'sub_total' => 'Subtotal', + 'discount' => 'Rabat', + 'tax_total' => 'Moms i alt', + 'total' => 'I alt', - 'item_name' => 'Vare navn|Vare navne', + 'item_name' => 'Vare navn|Vare navne', - 'show_discount' => ':discount% Rabat', - 'add_discount' => 'Tilføj rabat', - 'discount_desc' => 'subtotal', + 'show_discount' => ':discount% Rabat', + 'add_discount' => 'Tilføj rabat', + 'discount_desc' => 'subtotal', - 'payment_due' => 'Betalingsfrist', - 'paid' => 'Betalt', - 'histories' => 'Historik', - 'payments' => 'Betalinger', - 'add_payment' => 'Tilføj betaling', - 'mark_paid' => 'Marker som betalt', - 'mark_sent' => 'Marker som sendt', - 'download_pdf' => 'Download som PDF', - 'send_mail' => 'Send E-mail', - 'all_invoices' => 'Log ind for at se alle fakturaer', + 'payment_due' => 'Betalingsfrist', + 'paid' => 'Betalt', + 'histories' => 'Historik', + 'payments' => 'Betalinger', + 'add_payment' => 'Tilføj betaling', + 'mark_paid' => 'Marker som betalt', + 'mark_sent' => 'Marker som sendt', + 'download_pdf' => 'Download som PDF', + 'send_mail' => 'Send E-mail', + 'all_invoices' => 'Log ind for at se alle fakturaer', + 'create_invoice' => 'Opret faktura', + 'send_invoice' => 'Send faktura', + 'get_paid' => 'Betal', + 'accept_payments' => 'Accepter onlinebetalinger', 'status' => [ - 'draft' => 'Kladde', - 'sent' => 'Sendt', - 'viewed' => 'Vist', - 'approved' => 'Godkendt', - 'partial' => 'Delvist', - 'paid' => 'Betalt', + 'draft' => 'Kladde', + 'sent' => 'Sendt', + 'viewed' => 'Vist', + 'approved' => 'Godkendt', + 'partial' => 'Delvist', + 'paid' => 'Betalt', ], 'messages' => [ - 'email_sent' => 'Faktura sendt over E-mail!', - 'marked_sent' => 'Faktura markeret som sendt!', - 'email_required' => 'Ingen E-mail-adresse for kunden!', - 'draft' => 'Dette er et UDKAST til faktura og vil blive vist som diagrammer, når det bliver sendt.', + 'email_sent' => 'Faktura sendt over E-mail!', + 'marked_sent' => 'Faktura markeret som sendt!', + 'email_required' => 'Ingen E-mail-adresse for kunden!', + 'draft' => 'Dette er et UDKAST til faktura og vil blive vist som diagrammer, når det bliver sendt.', 'status' => [ - 'created' => 'Oprettet den :date', - 'send' => [ + 'created' => 'Oprettet den :date', + 'send' => [ 'draft' => 'Ikke sendt', 'sent' => 'Sendt den :date', ], - 'paid' => [ + 'paid' => [ 'await' => 'Afventer betaling', ], ], ], 'notification' => [ - 'message' => 'Du modtager denne E-mail, fordi du har en faktura på :amount til :customer kunde.', - 'button' => 'Betal nu', + 'message' => 'Du modtager denne E-mail, fordi du har en faktura på :amount til :customer kunde.', + 'button' => 'Betal nu', ], ]; diff --git a/resources/lang/da-DK/messages.php b/resources/lang/da-DK/messages.php index 4393586ad..5d56aa9d6 100644 --- a/resources/lang/da-DK/messages.php +++ b/resources/lang/da-DK/messages.php @@ -11,6 +11,7 @@ return [ 'enabled' => ':type aktiveret!', 'disabled' => ':type deaktiveret!', ], + 'error' => [ 'over_payment' => 'Error: Betaling blev ikke tilføjet! Beløbet du har angivet overstiger: :amount', 'not_user_company' => 'Fejl: Du har ikke tilladelse til at kontrollere denne virksomhed!', @@ -21,9 +22,11 @@ return [ 'import_column' => 'Error: :message arkets navn: :sheet. Linje nummer: :line.', 'import_sheet' => 'Error: Ark navn er ikke valid. Kontroller venligst eksempel filen.', ], + 'warning' => [ 'deleted' => 'Advarsel: Du har ikke tilladelse tiil at slette :name fordi den er :text relateret.', 'disabled' => 'Advarsel: Du har ikke tilladelse tiil at deaktivere :name fordi den er :text relateret.', + 'disable_code' => 'Advarsel: Du må ikke deaktivere eller ændre valutaen i :name , fordi den er :text relateret.', ], ]; diff --git a/resources/lang/da-DK/modules.php b/resources/lang/da-DK/modules.php index 656c96553..578ebf7c2 100644 --- a/resources/lang/da-DK/modules.php +++ b/resources/lang/da-DK/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'API Token', 'api_token' => 'Token', 'my_apps' => 'Mine apps', + 'pre_sale' => 'Pre-salg', 'top_paid' => 'Top betalt', 'new' => 'Ny', 'top_free' => 'Top gratis', @@ -23,6 +24,9 @@ return [ 'added' => 'Tilføjet', 'updated' => 'Opdateret', 'compatibility' => 'Kompatibilitet', + 'documentation' => 'Dokumentation', + 'view' => 'Vis', + 'back' => 'Tilbage', 'installed' => ':module installeret', 'uninstalled' => ':module afinstalleret', @@ -58,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'Installeret', + 'pre_sale' => 'Pre-salg', ], 'button' => [ diff --git a/resources/lang/da-DK/reconciliations.php b/resources/lang/da-DK/reconciliations.php index 55268b97e..67279b0d1 100644 --- a/resources/lang/da-DK/reconciliations.php +++ b/resources/lang/da-DK/reconciliations.php @@ -10,5 +10,7 @@ return [ 'start_date' => 'Start dato', 'end_date' => 'Slut dato', 'cleared_amount' => 'Afstemt beløb', + 'deposit' => 'Indbetal', + 'withdrawal' => 'Udbetaling', ]; diff --git a/resources/lang/da-DK/recurring.php b/resources/lang/da-DK/recurring.php index e8a56c9f1..0d207a84b 100644 --- a/resources/lang/da-DK/recurring.php +++ b/resources/lang/da-DK/recurring.php @@ -2,7 +2,7 @@ return [ - 'recurring' => 'Tilbagevendende', + 'recurring' => 'Gentagende', 'every' => 'Hver', 'period' => 'Periode', 'times' => 'Gange', diff --git a/resources/lang/da-DK/settings.php b/resources/lang/da-DK/settings.php index fbc43574a..a96184f97 100644 --- a/resources/lang/da-DK/settings.php +++ b/resources/lang/da-DK/settings.php @@ -11,6 +11,8 @@ return [ ], 'localisation' => [ 'tab' => 'Lokalisering', + 'financial_start' => 'Regnskabsårets Start', + 'timezone' => 'Tidszone', 'date' => [ 'format' => 'Datoformat', 'separator' => 'Datoseparator', @@ -20,7 +22,6 @@ return [ 'slash' => 'Skråstreg (/)', 'space' => 'Mellemrum ( )', ], - 'timezone' => 'Tidszone', 'percent' => [ 'title' => 'Procent (%) Position', 'before' => 'Før nummer', diff --git a/resources/lang/da-DK/taxes.php b/resources/lang/da-DK/taxes.php index 0ff1ac99f..b7bb81ee4 100644 --- a/resources/lang/da-DK/taxes.php +++ b/resources/lang/da-DK/taxes.php @@ -4,5 +4,8 @@ return [ 'rate' => 'Sats', 'rate_percent' => 'Sats (%)', + 'normal' => 'Normal', + 'inclusive' => 'Inklusiv', + 'compound' => 'Sammensatte', ]; diff --git a/resources/lang/de-DE/errors.php b/resources/lang/de-DE/errors.php new file mode 100644 index 000000000..4e7d48ce4 --- /dev/null +++ b/resources/lang/de-DE/errors.php @@ -0,0 +1,24 @@ + 'Zugriff nicht erlaubt', + 'error_page' => 'Fehlerseite', + 'page_not_found' => 'Seite nicht gefunden', + + 'body' => [ + 'forbidden_access' => 'Ooops! Zugriff nicht erlaubt.', + 'error_page' => 'Oops! Da ist etwas schiefgelaufen.', + 'page_not_found' => 'Oops! Seite nicht gefunden.', + ], + + 'messages' => [ + 'forbidden_access' => 'Sie können diese Seite nicht aufrufen. +Hier gehts zurück zum Dashboard.', + 'error_page' => 'Wir werden uns gleich um eine Lösung kümmern. +Hier geht es zurück zum Dashboard.', + 'page_not_found' => 'Die gewünschte Seite konnte nicht gefunden werden. +Hier geht es zurück zum Dashboard.', + ], + +]; diff --git a/resources/lang/de-DE/modules.php b/resources/lang/de-DE/modules.php index 88146a078..4bc471477 100644 --- a/resources/lang/de-DE/modules.php +++ b/resources/lang/de-DE/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'API Token', 'api_token' => 'Token', 'my_apps' => 'Meine Apps', + 'pre_sale' => 'Pre-Sale', 'top_paid' => 'Top bezahlt', 'new' => 'Neu', 'top_free' => 'Top kostenlos', @@ -61,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'Installiert', + 'pre_sale' => 'Pre-Sale', ], 'button' => [ diff --git a/resources/lang/el-GR/errors.php b/resources/lang/el-GR/errors.php new file mode 100644 index 000000000..0c24012de --- /dev/null +++ b/resources/lang/el-GR/errors.php @@ -0,0 +1,21 @@ + 'Απαγορεύεται η πρόσβαση', + 'error_page' => 'Σελίδα Σφάλματος', + 'page_not_found' => 'Η σελίδα δεν βρέθηκε', + + 'body' => [ + 'forbidden_access' => 'Ωχ! Απαγορεύεται η πρόσβαση.', + 'error_page' => 'Ωχ! Κάτι πήγε στραβά.', + 'page_not_found' => 'Ωχ! Η σελίδα δεν βρέθηκε.', + ], + + 'messages' => [ + 'forbidden_access' => 'Δεν έχετε πρόσβαση σε αυτή την σελίδα. Μπορείτε όμως να επιστρέψετε στο πίνακα ελέγου.', + 'error_page' => 'Θα προσπαθήσουμε να το φτιάξουμε άμεσα. Μπορείτε όμως να επιστρέψετε στο πίνακα ελέγου.', + 'page_not_found' => 'Δεν βρέθηκε η σελίδα που ψάχνετε. Μπορείτε όμως να επιστρέψετε στο πίνακα ελέγου.', + ], + +]; diff --git a/resources/lang/el-GR/modules.php b/resources/lang/el-GR/modules.php index aa2c2e508..5ce0584ff 100644 --- a/resources/lang/el-GR/modules.php +++ b/resources/lang/el-GR/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'Κλειδί API', 'api_token' => 'Κλειδί', 'my_apps' => 'Οι εφαρμογές μου', + 'pre_sale' => 'Προπώληση', 'top_paid' => 'Κορυφαία επί πληρωμή Προϊόντα', 'new' => 'Νέο', 'top_free' => 'Κορυφαία δωρεάν Προϊόντα', @@ -61,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'Εγκατεστημένο', + 'pre_sale' => 'Προπώληση', ], 'button' => [ diff --git a/resources/lang/es-MX/bills.php b/resources/lang/es-MX/bills.php index 00ef7dd00..8a4eda3d7 100644 --- a/resources/lang/es-MX/bills.php +++ b/resources/lang/es-MX/bills.php @@ -2,55 +2,58 @@ return [ - 'bill_number' => 'Número de Recibo', - 'bill_date' => 'Fecha del Recibo', - 'total_price' => 'Precio Total', - 'due_date' => 'Fecha de Vencimiento', - 'order_number' => 'Número de Orden', - 'bill_from' => 'Recibo De', + 'bill_number' => 'Número de Recibo', + 'bill_date' => 'Fecha del Recibo', + 'total_price' => 'Precio Total', + 'due_date' => 'Fecha de Vencimiento', + 'order_number' => 'Número de Orden', + 'bill_from' => 'Recibo De', - 'quantity' => 'Cantidad', - 'price' => 'Precio', - 'sub_total' => 'Subtotal', - 'discount' => 'Descuento', - 'tax_total' => 'Total de Impuestos', - 'total' => 'Total ', + 'quantity' => 'Cantidad', + 'price' => 'Precio', + 'sub_total' => 'Subtotal', + 'discount' => 'Descuento', + 'tax_total' => 'Total de Impuestos', + 'total' => 'Total ', - 'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos', + 'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos', - 'show_discount' => ':discount% Descuento', - 'add_discount' => 'Agregar Descuento', - 'discount_desc' => 'de subtotal', + 'show_discount' => ':discount% Descuento', + 'add_discount' => 'Agregar Descuento', + 'discount_desc' => 'de subtotal', - 'payment_due' => 'Vencimiento del Pago', - 'amount_due' => 'Importe Vencido', - 'paid' => 'Pagado', - 'histories' => 'Historial', - 'payments' => 'Pagos', - 'add_payment' => 'Añadir pago', - 'mark_received' => 'Marcar como Recibido', - 'download_pdf' => 'Descargar archivo PDF', - 'send_mail' => 'Enviar Correo Electrónico', + 'payment_due' => 'Vencimiento del Pago', + 'amount_due' => 'Importe Vencido', + 'paid' => 'Pagado', + 'histories' => 'Historial', + 'payments' => 'Pagos', + 'add_payment' => 'Añadir pago', + 'mark_received' => 'Marcar como Recibido', + 'download_pdf' => 'Descargar archivo PDF', + 'send_mail' => 'Enviar Correo Electrónico', + 'create_bill' => 'Crear Recibo', + 'receive_bill' => 'Recibir Recibo', + 'make_payment' => 'Hacer Pago', 'status' => [ - 'draft' => 'Borrador', - 'received' => 'Recibido', - 'partial' => 'Parcial', - 'paid' => 'Pagado', + 'draft' => 'Borrador', + 'received' => 'Recibido', + 'partial' => 'Parcial', + 'paid' => 'Pagado', ], 'messages' => [ - 'received' => '¡Recibo marcado como recibido con exitosamente!', - 'draft' => 'This is a DRAFT bill and will be reflected to charts after it gets received.', + 'received' => '¡Recibo marcado como recibido con exitosamente!', + 'draft' => 'Este es un borrador del recibo y será reflejado en los gráficos después de ser recibido.', 'status' => [ - 'created' => 'Created on :date', - 'receive' => [ - 'draft' => 'Not sent', - 'received' => 'Received on :date', + 'created' => 'Creado el :date', + 'receive' => [ + 'draft' => 'No enviado', + 'received' => 'Recibido el :date', ], - 'paid' => [ - 'await' => 'Awaiting payment', + 'paid' => [ + 'await' => 'Pendiente de pago', ], ], ], diff --git a/resources/lang/es-MX/customers.php b/resources/lang/es-MX/customers.php index 19a72a0ec..d5eb72f9f 100644 --- a/resources/lang/es-MX/customers.php +++ b/resources/lang/es-MX/customers.php @@ -10,7 +10,7 @@ return [ ], 'notification' => [ - 'message' => ':customer made :amount payment to invoice number :invoice_number.', - 'button' => 'Show', + 'message' => ':customer hizo un pago de :amount a la factura #:invoice_number.', + 'button' => 'Mostrar', ], ]; diff --git a/resources/lang/es-MX/demo.php b/resources/lang/es-MX/demo.php index f69d5b95d..a67034d52 100644 --- a/resources/lang/es-MX/demo.php +++ b/resources/lang/es-MX/demo.php @@ -9,8 +9,5 @@ return [ 'currencies_eur' => 'Euro', 'currencies_gbp' => 'Libra Esterlina', 'currencies_try' => 'Libra Turca', - 'taxes_exempt' => 'Exentos de Impuestos', - 'taxes_normal' => 'Impuesto Normal', - 'taxes_sales' => 'Impuesto sobre Ventas', ]; diff --git a/resources/lang/es-MX/errors.php b/resources/lang/es-MX/errors.php new file mode 100644 index 000000000..e773681ec --- /dev/null +++ b/resources/lang/es-MX/errors.php @@ -0,0 +1,24 @@ + 'Forbidden Access', + 'error_page' => 'Error Page', + 'page_not_found' => 'Page Not Found', + + 'body' => [ + 'forbidden_access' => 'Oops! Forbidden Access.', + 'error_page' => 'Oops! Something went wrong.', + 'page_not_found' => 'Oops! Page not found.', + ], + + 'messages' => [ + 'forbidden_access' => 'You can not access this page. + Meanwhile, you may return to dashboard.', + 'error_page' => 'We will work on fixing that right away. + Meanwhile, you may return to dashboard.', + 'page_not_found' => 'We could not find the page you were looking for. + Meanwhile, you may return to dashboard.', + ], + +]; diff --git a/resources/lang/es-MX/general.php b/resources/lang/es-MX/general.php index b1a2c755e..f93398785 100644 --- a/resources/lang/es-MX/general.php +++ b/resources/lang/es-MX/general.php @@ -38,10 +38,9 @@ return [ 'numbers' => 'Número | Números', 'statuses' => 'Estado|Estados', 'others' => 'Otro|Otros', - 'contacts' => 'Contact|Contacts', - 'reconciliations' => 'Reconciliation|Reconciliations', - 'deposits' => 'Deposit|Deposits', - 'withdrawals' => 'Withdrawal|Withdrawals', + 'contacts' => 'Contact|Contactos', + 'reconciliations' => 'Reconcliación|Reconciliaciones', + 'developers' => 'Desarrollador|Desarrolladores', 'dashboard' => 'Panel de Control', 'banking' => 'Bancos', @@ -85,7 +84,7 @@ return [ 'color' => 'Color', 'save' => 'Guardar', 'cancel' => 'Cancelar', - 'loading' => 'Loading...', + 'loading' => 'Cargando...', 'from' => 'De ', 'to' => 'Para', 'print' => 'Imprimir', @@ -106,27 +105,27 @@ return [ 'partially' => 'Parcial', 'partially_paid' => 'Pagada Parcialmente', 'export' => 'Exportar', - 'finish' => 'Finish', - 'wizard' => 'Wizard', - 'skip' => 'Skip', + 'finish' => 'Terminar', + 'wizard' => 'Asistente', + 'skip' => 'Omitir', 'enable' => 'Activar', 'disable' => 'Desactivar', - 'select_all' => 'Select All', - 'unselect_all' => 'Unselect All', - 'go_to' => 'Go to :name', - 'created_date' => 'Created Date', - 'period' => 'Period', - 'start' => 'Start', - 'end' => 'End', - 'clear' => 'Clear', - 'difference' => 'Difference', + 'select_all' => 'Seleccionar Todo', + 'unselect_all' => 'Deseleccionar Todo', + 'go_to' => 'Ir a :name', + 'created_date' => 'Fecha de Creación', + 'period' => 'Periodo', + 'start' => 'Comenzar', + 'end' => 'Terminar', + 'clear' => 'Limpiar', + 'difference' => 'Diferencia', 'title' => [ 'new' => 'Nuevo :type', 'edit' => 'Editar :type', - 'create' => 'Create :type', - 'send' => 'Send :type', - 'get' => 'Get :type', + 'create' => 'Crear :type', + 'send' => 'Enviar :type', + 'get' => 'Obtener :type', ], 'form' => [ @@ -139,10 +138,10 @@ return [ ], 'date_range' => [ - 'today' => 'Today', - 'yesterday' => 'Yesterday', - 'last_days' => 'Last :day Days', - 'this_month' => 'This Month', - 'last_month' => 'Last Month', + 'today' => 'Hoy', + 'yesterday' => 'Ayer', + 'last_days' => 'Últimos :day Días', + 'this_month' => 'Este mes', + 'last_month' => 'Último mes', ], ]; diff --git a/resources/lang/es-MX/invoices.php b/resources/lang/es-MX/invoices.php index 87c7ad5be..9cd8d0f5f 100644 --- a/resources/lang/es-MX/invoices.php +++ b/resources/lang/es-MX/invoices.php @@ -2,67 +2,71 @@ return [ - 'invoice_number' => 'Número de Factura', - 'invoice_date' => 'Fecha de la Factura', - 'total_price' => 'Precio Total', - 'due_date' => 'Fecha de Vencimiento', - 'order_number' => 'Número de Orden', - 'bill_to' => 'Facturar a', + 'invoice_number' => 'Número de Factura', + 'invoice_date' => 'Fecha de la Factura', + 'total_price' => 'Precio Total', + 'due_date' => 'Fecha de Vencimiento', + 'order_number' => 'Número de Orden', + 'bill_to' => 'Facturar a', - 'quantity' => 'Cantidad', - 'price' => 'Precio', - 'sub_total' => 'Subtotal', - 'discount' => 'Descuento', - 'tax_total' => 'Total de Impuestos', - 'total' => 'Total ', + 'quantity' => 'Cantidad', + 'price' => 'Precio', + 'sub_total' => 'Subtotal', + 'discount' => 'Descuento', + 'tax_total' => 'Total de Impuestos', + 'total' => 'Total ', - 'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos', + 'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos', - 'show_discount' => ':discount% Descuento', - 'add_discount' => 'Agregar Descuento', - 'discount_desc' => 'de subtotal', + 'show_discount' => ':discount% Descuento', + 'add_discount' => 'Agregar Descuento', + 'discount_desc' => 'de subtotal', - 'payment_due' => 'Vencimiento del Pago', - 'paid' => 'Pagado', - 'histories' => 'Historial', - 'payments' => 'Pagos', - 'add_payment' => 'Añadir Pago', - 'mark_paid' => 'Marcar Como Pagada', - 'mark_sent' => 'Marcar Como Enviada', - 'download_pdf' => 'Descargar archivo PDF', - 'send_mail' => 'Enviar Correo Electrónico', - 'all_invoices' => 'Login to view all invoices', + 'payment_due' => 'Vencimiento del Pago', + 'paid' => 'Pagado', + 'histories' => 'Historial', + 'payments' => 'Pagos', + 'add_payment' => 'Añadir Pago', + 'mark_paid' => 'Marcar Como Pagada', + 'mark_sent' => 'Marcar Como Enviada', + 'download_pdf' => 'Descargar archivo PDF', + 'send_mail' => 'Enviar Correo Electrónico', + 'all_invoices' => 'Login to view all invoices', + 'create_invoice' => 'Create Invoice', + 'send_invoice' => 'Send Invoice', + 'get_paid' => 'Get Paid', + 'accept_payments' => 'Accept Online Payments', 'status' => [ - 'draft' => 'Borrador', - 'sent' => 'Enviado', - 'viewed' => 'Visto', - 'approved' => 'Aprobado', - 'partial' => 'Parcial', - 'paid' => 'Pagado', + 'draft' => 'Borrador', + 'sent' => 'Enviado', + 'viewed' => 'Visto', + 'approved' => 'Aprobado', + 'partial' => 'Parcial', + 'paid' => 'Pagado', ], 'messages' => [ - 'email_sent' => '¡El correo electrónico de la factura se ha enviado correctamente!', - 'marked_sent' => '¡Factura marcada como enviada con éxito!', - 'email_required' => 'No se encontró una dirección de correo para este cliente!', - 'draft' => 'This is a DRAFT invoice and will be reflected to charts after it gets sent.', + 'email_sent' => '¡El correo electrónico de la factura se ha enviado correctamente!', + 'marked_sent' => '¡Factura marcada como enviada con éxito!', + 'email_required' => 'No se encontró una dirección de correo para este cliente!', + 'draft' => 'This is a DRAFT invoice and will be reflected to charts after it gets sent.', 'status' => [ - 'created' => 'Created on :date', - 'send' => [ + 'created' => 'Created on :date', + 'send' => [ 'draft' => 'Not sent', 'sent' => 'Sent on :date', ], - 'paid' => [ + 'paid' => [ 'await' => 'Awaiting payment', ], ], ], 'notification' => [ - 'message' => 'Estimado :cliente, usted está recibiendo este correo electrónico debido a que tiene una factura pendiente de pago por la cantidad de :amount, es de suma importancia que se contacte de inmediato con nosotros. Evite la suspensión de los servicios que tiene contratados o la entrega de los productos solicitados, además de posibles recargos y gastos de cobranza.', - 'button' => 'Realizar el Pago Ahora', + 'message' => 'Estimado :cliente, usted está recibiendo este correo electrónico debido a que tiene una factura pendiente de pago por la cantidad de :amount, es de suma importancia que se contacte de inmediato con nosotros. Evite la suspensión de los servicios que tiene contratados o la entrega de los productos solicitados, además de posibles recargos y gastos de cobranza.', + 'button' => 'Realizar el Pago Ahora', ], ]; diff --git a/resources/lang/es-MX/messages.php b/resources/lang/es-MX/messages.php index fd3b7e07f..d6082c795 100644 --- a/resources/lang/es-MX/messages.php +++ b/resources/lang/es-MX/messages.php @@ -11,6 +11,7 @@ return [ 'enabled' => ':type activado!', 'disabled' => ':type desactivado!', ], + 'error' => [ 'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount', 'not_user_company' => 'Error: ¡No tiene permisos para administrar esta empresa!', @@ -21,9 +22,11 @@ return [ 'import_column' => 'Error: :message Nombre de la hoja: :sheet. Número de línea: :line.', 'import_sheet' => 'Error: El nombre de la hoja no es válido. Por favor, verifique el archivo de ejemplo.', ], + 'warning' => [ 'deleted' => 'Advertencia: No puede borrar :name porque tiene :text relacionado.', 'disabled' => 'Advertencia: No se permite desactivar :name porque tiene :text relacionado.', + 'disable_code' => 'Warning: You are not allowed to disable or change the currency of :name because it has :text related.', ], ]; diff --git a/resources/lang/es-MX/modules.php b/resources/lang/es-MX/modules.php index f0f30a83f..928eab9fc 100644 --- a/resources/lang/es-MX/modules.php +++ b/resources/lang/es-MX/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'Token de API', 'api_token' => 'Token', 'my_apps' => 'Mis Apps', + 'pre_sale' => 'Pre-Sale', 'top_paid' => 'Más Pagado', 'new' => 'Nuevo', 'top_free' => 'Top Gratis', @@ -23,6 +24,9 @@ return [ 'added' => 'Agregado', 'updated' => 'Actualizado', 'compatibility' => 'Compatibilidad', + 'documentation' => 'Documentation', + 'view' => 'View', + 'back' => 'Back', 'installed' => ':module instalado', 'uninstalled' => ':module desinstalado', @@ -58,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'Instalado', + 'pre_sale' => 'Pre-Sale', ], 'button' => [ diff --git a/resources/lang/es-MX/reconciliations.php b/resources/lang/es-MX/reconciliations.php index 0ab0e4022..37ffc8852 100644 --- a/resources/lang/es-MX/reconciliations.php +++ b/resources/lang/es-MX/reconciliations.php @@ -2,13 +2,15 @@ return [ - 'reconcile' => 'Reconcile', - 'reconciled' => 'Reconciled', - 'closing_balance' => 'Closing Balance', - 'unreconciled' => 'Unreconciled', - 'list_transactions' => 'List Transactions', - 'start_date' => 'Start Date', - 'end_date' => 'End Date', - 'cleared_amount' => 'Cleared Amount', + 'reconcile' => 'Reconciliar', + 'reconciled' => 'Reconciliado', + 'closing_balance' => 'Balance de Cierre', + 'unreconciled' => 'Enmistados', + 'list_transactions' => 'Lista de transacciones', + 'start_date' => 'Fecha de Comienzo', + 'end_date' => 'Fecha de Finalización', + 'cleared_amount' => 'Monto Liquidado', + 'deposit' => 'Depósito', + 'withdrawal' => 'Retiro', ]; diff --git a/resources/lang/es-MX/settings.php b/resources/lang/es-MX/settings.php index 56a1ab53e..380cc48b5 100644 --- a/resources/lang/es-MX/settings.php +++ b/resources/lang/es-MX/settings.php @@ -11,6 +11,8 @@ return [ ], 'localisation' => [ 'tab' => 'Localización', + 'financial_start' => 'Financial Year Start', + 'timezone' => 'Zona Horaria', 'date' => [ 'format' => 'Formato de Fecha', 'separator' => 'Separador de Fecha', @@ -20,7 +22,6 @@ return [ 'slash' => 'Barra (/)', 'space' => 'Espacio ( )', ], - 'timezone' => 'Zona Horaria', 'percent' => [ 'title' => 'Posición Porcentaje (%)', 'before' => 'Antes del Número', diff --git a/resources/lang/es-MX/taxes.php b/resources/lang/es-MX/taxes.php index 7365b2ea5..4af05296f 100644 --- a/resources/lang/es-MX/taxes.php +++ b/resources/lang/es-MX/taxes.php @@ -4,5 +4,8 @@ return [ 'rate' => 'Tasa', 'rate_percent' => 'Tasa (%)', + 'normal' => 'Normal', + 'inclusive' => 'Inclusive', + 'compound' => 'Compound', ]; diff --git a/resources/lang/it-IT/errors.php b/resources/lang/it-IT/errors.php new file mode 100644 index 000000000..4cce8ad7a --- /dev/null +++ b/resources/lang/it-IT/errors.php @@ -0,0 +1,24 @@ + 'Accesso vietato', + 'error_page' => 'Pagina di errore', + 'page_not_found' => 'Pagina non trovata', + + 'body' => [ + 'forbidden_access' => 'Oops! Accesso vietato.', + 'error_page' => 'Oops! Qualcosa è andato storto.', + 'page_not_found' => 'Oops! Pagina non trovata.', + ], + + 'messages' => [ + 'forbidden_access' => 'Non puoi accedere a questa pagina. + Nel frattempo, puoi tornare alla dashboard.', + 'error_page' => 'Lavoreremo subito per sistemarlo nel modo giusto. + Nel frattempo, puoi tornare alla dashboard.', + 'page_not_found' => 'Non siamo riusciti a trovare la pagina che stavi cercando. + Nel frattempo, puoi tornare alla dashboard.', + ], + +]; diff --git a/resources/lang/it-IT/modules.php b/resources/lang/it-IT/modules.php index dd86e8d92..a024278a0 100644 --- a/resources/lang/it-IT/modules.php +++ b/resources/lang/it-IT/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'API Token', 'api_token' => 'Token', 'my_apps' => 'Le mie Applicazioni', + 'pre_sale' => 'Pre-vendita', 'top_paid' => 'Più pagate', 'new' => 'Nuovo', 'top_free' => 'Top gratis', @@ -61,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'Installato', + 'pre_sale' => 'Pre-vendita', ], 'button' => [ diff --git a/resources/lang/lv-LV/bills.php b/resources/lang/lv-LV/bills.php index 73ea68ad0..a07d1b7f2 100644 --- a/resources/lang/lv-LV/bills.php +++ b/resources/lang/lv-LV/bills.php @@ -2,55 +2,58 @@ return [ - 'bill_number' => 'Rēķina numurs', - 'bill_date' => 'Rēķina datums', - 'total_price' => 'Kopējā summa', - 'due_date' => 'Apmaksas termiņš', - 'order_number' => 'Pasūtījuma numurs', - 'bill_from' => 'Piegādātājs (pakalpojuma sniedzējs)', + 'bill_number' => 'Rēķina numurs', + 'bill_date' => 'Rēķina datums', + 'total_price' => 'Kopējā summa', + 'due_date' => 'Apmaksas termiņš', + 'order_number' => 'Pasūtījuma numurs', + 'bill_from' => 'Piegādātājs (pakalpojuma sniedzējs)', - 'quantity' => 'Daudzums', - 'price' => 'Cena', - 'sub_total' => 'Kopā', - 'discount' => 'Atlaide', - 'tax_total' => 'Nodokļi kopā', - 'total' => 'Kopā', + 'quantity' => 'Daudzums', + 'price' => 'Cena', + 'sub_total' => 'Kopā', + 'discount' => 'Atlaide', + 'tax_total' => 'Nodokļi kopā', + 'total' => 'Kopā', - 'item_name' => 'Nosaukums|Nosaukums', + 'item_name' => 'Nosaukums|Nosaukumi', - 'show_discount' => 'Atlaide :discount%', - 'add_discount' => 'Pievienot atlaidi', - 'discount_desc' => 'no', + 'show_discount' => 'Atlaide :discount%', + 'add_discount' => 'Pievienot atlaidi', + 'discount_desc' => 'no', - 'payment_due' => 'Kavēts rēķins', - 'amount_due' => 'Kavēts maksājums', - 'paid' => 'Samaksāts', - 'histories' => 'Vēsture', - 'payments' => 'Maksājumi', - 'add_payment' => 'Pievienot maksājumu', - 'mark_received' => 'Mark Received', - 'download_pdf' => 'Lejupielādēt PDF', - 'send_mail' => 'Sūtīt e-pastu', + 'payment_due' => 'Kavēts rēķins', + 'amount_due' => 'Kavēts maksājums', + 'paid' => 'Samaksāts', + 'histories' => 'Vēsture', + 'payments' => 'Maksājumi', + 'add_payment' => 'Pievienot maksājumu', + 'mark_received' => 'Atzīmēt kā aņemtu', + 'download_pdf' => 'Lejupielādēt PDF', + 'send_mail' => 'Sūtīt e-pastu', + 'create_bill' => 'Izrakstīt rēķinu', + 'receive_bill' => 'Saņemt rēķinu', + 'make_payment' => 'Veikt maksājumu', 'status' => [ - 'draft' => 'Sagatave', - 'received' => 'Apstiprināts', - 'partial' => 'Daļējs', - 'paid' => 'Samaksāts', + 'draft' => 'Melnraksts', + 'received' => 'Saņemts', + 'partial' => 'Daļējs', + 'paid' => 'Samaksāts', ], 'messages' => [ - 'received' => 'Rēķina saņemšana ir apstiprināta!', - 'draft' => 'This is a DRAFT bill and will be reflected to charts after it gets received.', + 'received' => 'Rēķina saņemšana ir apstiprināta!', + 'draft' => 'This is a DRAFT bill and will be reflected to charts after it gets received.', 'status' => [ - 'created' => 'Created on :date', - 'receive' => [ - 'draft' => 'Not sent', - 'received' => 'Received on :date', + 'created' => 'Izveidots: datums', + 'receive' => [ + 'draft' => 'Nav nosūtīts', + 'received' => 'Saņemts: datums', ], - 'paid' => [ - 'await' => 'Awaiting payment', + 'paid' => [ + 'await' => 'Gaidāmie maksājumi', ], ], ], diff --git a/resources/lang/lv-LV/demo.php b/resources/lang/lv-LV/demo.php index 010030d4d..0d0da7cad 100644 --- a/resources/lang/lv-LV/demo.php +++ b/resources/lang/lv-LV/demo.php @@ -9,8 +9,5 @@ return [ 'currencies_eur' => 'Euro', 'currencies_gbp' => 'Angļu mārciņa', 'currencies_try' => 'Turku lira', - 'taxes_exempt' => 'Ar nodokli neapliekams', - 'taxes_normal' => 'Ar nodokli apliekams', - 'taxes_sales' => 'PVN', ]; diff --git a/resources/lang/lv-LV/errors.php b/resources/lang/lv-LV/errors.php new file mode 100644 index 000000000..e773681ec --- /dev/null +++ b/resources/lang/lv-LV/errors.php @@ -0,0 +1,24 @@ + 'Forbidden Access', + 'error_page' => 'Error Page', + 'page_not_found' => 'Page Not Found', + + 'body' => [ + 'forbidden_access' => 'Oops! Forbidden Access.', + 'error_page' => 'Oops! Something went wrong.', + 'page_not_found' => 'Oops! Page not found.', + ], + + 'messages' => [ + 'forbidden_access' => 'You can not access this page. + Meanwhile, you may return to dashboard.', + 'error_page' => 'We will work on fixing that right away. + Meanwhile, you may return to dashboard.', + 'page_not_found' => 'We could not find the page you were looking for. + Meanwhile, you may return to dashboard.', + ], + +]; diff --git a/resources/lang/lv-LV/general.php b/resources/lang/lv-LV/general.php index 99d747f5c..0ba34db00 100644 --- a/resources/lang/lv-LV/general.php +++ b/resources/lang/lv-LV/general.php @@ -40,8 +40,7 @@ return [ 'others' => 'Citi|Citi', 'contacts' => 'Contact|Contacts', 'reconciliations' => 'Reconciliation|Reconciliations', - 'deposits' => 'Deposit|Deposits', - 'withdrawals' => 'Withdrawal|Withdrawals', + 'developers' => 'Developer|Developers', 'dashboard' => 'Sākums', 'banking' => 'Banka', diff --git a/resources/lang/lv-LV/invoices.php b/resources/lang/lv-LV/invoices.php index 21f3cf07e..370bed5d8 100644 --- a/resources/lang/lv-LV/invoices.php +++ b/resources/lang/lv-LV/invoices.php @@ -2,67 +2,71 @@ return [ - 'invoice_number' => 'Rēķina numurs', - 'invoice_date' => 'Rēķina datums', - 'total_price' => 'Kopējā summa', - 'due_date' => 'Apmaksas termiņš', - 'order_number' => 'Pasūtījuma numurs', - 'bill_to' => 'Piegādātājs', + 'invoice_number' => 'Rēķina numurs', + 'invoice_date' => 'Rēķina datums', + 'total_price' => 'Kopējā summa', + 'due_date' => 'Apmaksas termiņš', + 'order_number' => 'Pasūtījuma numurs', + 'bill_to' => 'Saņēmējs', - 'quantity' => 'Daudzums', - 'price' => 'Cena', - 'sub_total' => 'Summa', - 'discount' => 'Atlaide', - 'tax_total' => 'Atlaide kopā', - 'total' => 'Summa', + 'quantity' => 'Daudzums', + 'price' => 'Cena', + 'sub_total' => 'Summa', + 'discount' => 'Atlaide', + 'tax_total' => 'Atlaide kopā', + 'total' => 'Summa', - 'item_name' => 'Nosaukums|Nosaukums', + 'item_name' => 'Nosaukums|Nosaukums', - 'show_discount' => ':discount% atlaide', - 'add_discount' => 'Pieviento atlaidi', - 'discount_desc' => 'no summas', + 'show_discount' => ':discount% atlaide', + 'add_discount' => 'Pieviento atlaidi', + 'discount_desc' => 'no summas', - 'payment_due' => 'Apmaksas termiņš', - 'paid' => 'Samaksāts', - 'histories' => 'Vēsture', - 'payments' => 'Maksājumi', - 'add_payment' => 'Pievienot maksājumu', - 'mark_paid' => 'Atzīmēt kā samaksāts', - 'mark_sent' => 'Atzīmēt kā nosūtītu', - 'download_pdf' => 'Lejupielādēt PDF', - 'send_mail' => 'Sūtīt e-pastu', - 'all_invoices' => 'Login to view all invoices', + 'payment_due' => 'Apmaksas termiņš', + 'paid' => 'Samaksāts', + 'histories' => 'Vēsture', + 'payments' => 'Maksājumi', + 'add_payment' => 'Pievienot maksājumu', + 'mark_paid' => 'Atzīmēt kā samaksāts', + 'mark_sent' => 'Atzīmēt kā nosūtītu', + 'download_pdf' => 'Lejupielādēt PDF', + 'send_mail' => 'Sūtīt e-pastu', + 'all_invoices' => 'Pierakstīties, lai skatītu visus rēķinus', + 'create_invoice' => 'Izveidot rēķinu', + 'send_invoice' => 'Sūtīt rēķinu', + 'get_paid' => 'Saņemt apmaksu', + 'accept_payments' => 'Pieņemt tiešsaistes maksājumus', 'status' => [ - 'draft' => 'Sagatave', - 'sent' => 'Nosūtīts', - 'viewed' => 'Skatīts', - 'approved' => 'Apstiprināts', - 'partial' => 'Daļēji', - 'paid' => 'Samaksāts', + 'draft' => 'Sagatave', + 'sent' => 'Nosūtīts', + 'viewed' => 'Skatīts', + 'approved' => 'Apstiprināts', + 'partial' => 'Daļēji', + 'paid' => 'Samaksāts', ], 'messages' => [ - 'email_sent' => 'Rēķins veiksmīgi nosūtīts uz e-pastu!', - 'marked_sent' => 'Rēķins atzīmēts kā nosūtīts!', - 'email_required' => 'Pircējam nav norādīta e-pasta adrese!', - 'draft' => 'This is a DRAFT invoice and will be reflected to charts after it gets sent.', + 'email_sent' => 'Rēķins veiksmīgi nosūtīts uz e-pastu!', + 'marked_sent' => 'Rēķins atzīmēts kā nosūtīts!', + 'email_required' => 'Pircējam nav norādīta e-pasta adrese!', + 'draft' => 'This is a DRAFT invoice and will be reflected to charts after it gets sent.', 'status' => [ - 'created' => 'Created on :date', - 'send' => [ - 'draft' => 'Not sent', - 'sent' => 'Sent on :date', + 'created' => 'Izveidots: datums', + 'send' => [ + 'draft' => 'Nav nosūtīts', + 'sent' => 'Nosūtīts: datums', ], - 'paid' => [ - 'await' => 'Awaiting payment', + 'paid' => [ + 'await' => 'Gaidāmie maksājumi', ], ], ], 'notification' => [ - 'message' => 'Jūs saņemāt šo e-pastu, jo jums ir sagatavots rēķins par summu :amount, Rēķins izrakstīts :customer.', - 'button' => 'Apmaksāt', + 'message' => 'Jūs saņemāt šo e-pastu, jo jums ir sagatavots rēķins par summu :amount, Rēķins izrakstīts :customer.', + 'button' => 'Apmaksāt tagad', ], ]; diff --git a/resources/lang/lv-LV/messages.php b/resources/lang/lv-LV/messages.php index 925ff3489..c014702a6 100644 --- a/resources/lang/lv-LV/messages.php +++ b/resources/lang/lv-LV/messages.php @@ -11,6 +11,7 @@ return [ 'enabled' => ':type iespējots!', 'disabled' => ':type atspējots!', ], + 'error' => [ 'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount', 'not_user_company' => 'Kļūda: Jums nav tiesības strādāt ar šo uzņēmumu!', @@ -21,9 +22,11 @@ return [ 'import_column' => 'Kļūda: :message Lapas nosaukums: :sheet. Rindas numurs: :line.', 'import_sheet' => 'Kļūda: Lapas nosaukums nav pareizs. Lūdzu pārbaudiet parauga failu.', ], + 'warning' => [ 'deleted' => 'Brīdinājums: Jums nav tiesību dzēst :name jo tas ir saistīts ar :text.', 'disabled' => 'Brīdinājums: Jums nav tiesību atspējot :name jo tas ir saistīts ar :text.', + 'disable_code' => 'Warning: You are not allowed to disable or change the currency of :name because it has :text related.', ], ]; diff --git a/resources/lang/lv-LV/modules.php b/resources/lang/lv-LV/modules.php index 63ff9c825..9a8f286a0 100644 --- a/resources/lang/lv-LV/modules.php +++ b/resources/lang/lv-LV/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'API atslēga', 'api_token' => 'Atslēga', 'my_apps' => 'Manas programmas', + 'pre_sale' => 'Pre-Sale', 'top_paid' => 'Top maksas', 'new' => 'Jaunas', 'top_free' => 'Top bezmaksas', @@ -23,6 +24,9 @@ return [ 'added' => 'Pievienots', 'updated' => 'Atjaunināts', 'compatibility' => 'Savietojamība', + 'documentation' => 'Documentation', + 'view' => 'View', + 'back' => 'Back', 'installed' => ':module instalēta', 'uninstalled' => ':module atinstalēta', @@ -58,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'Instalēts', + 'pre_sale' => 'Pre-Sale', ], 'button' => [ diff --git a/resources/lang/lv-LV/reconciliations.php b/resources/lang/lv-LV/reconciliations.php index 0ab0e4022..82682df5e 100644 --- a/resources/lang/lv-LV/reconciliations.php +++ b/resources/lang/lv-LV/reconciliations.php @@ -10,5 +10,7 @@ return [ 'start_date' => 'Start Date', 'end_date' => 'End Date', 'cleared_amount' => 'Cleared Amount', + 'deposit' => 'Deposit', + 'withdrawal' => 'Withdrawal', ]; diff --git a/resources/lang/lv-LV/settings.php b/resources/lang/lv-LV/settings.php index c3f549f41..e9d049ec7 100644 --- a/resources/lang/lv-LV/settings.php +++ b/resources/lang/lv-LV/settings.php @@ -11,6 +11,8 @@ return [ ], 'localisation' => [ 'tab' => 'Reģionālie iestatījumi', + 'financial_start' => 'Financial Year Start', + 'timezone' => 'Laika zona', 'date' => [ 'format' => 'Datuma formāts', 'separator' => 'Datuma atdalītājs', @@ -20,7 +22,6 @@ return [ 'slash' => 'Daļsvītra (/)', 'space' => 'Atstarpe ( )', ], - 'timezone' => 'Laika zona', 'percent' => [ 'title' => 'Procentu (%) pozīcija', 'before' => 'Pirms skaitļa', diff --git a/resources/lang/lv-LV/taxes.php b/resources/lang/lv-LV/taxes.php index 468bc14ec..f0776fab5 100644 --- a/resources/lang/lv-LV/taxes.php +++ b/resources/lang/lv-LV/taxes.php @@ -4,5 +4,8 @@ return [ 'rate' => 'Likme', 'rate_percent' => 'Likme (%)', + 'normal' => 'Normal', + 'inclusive' => 'Inclusive', + 'compound' => 'Compound', ]; diff --git a/resources/lang/nb-NO/errors.php b/resources/lang/nb-NO/errors.php new file mode 100644 index 000000000..43e9607ab --- /dev/null +++ b/resources/lang/nb-NO/errors.php @@ -0,0 +1,21 @@ + 'Ikke tilgang', + 'error_page' => 'Feilside', + 'page_not_found' => 'Side ikke funnet', + + 'body' => [ + 'forbidden_access' => 'Oops! Ikke tilgang.', + 'error_page' => 'Oops! Noe gikk galt.', + 'page_not_found' => 'Oops! Side ikke funnet.', + ], + + 'messages' => [ + 'forbidden_access' => 'Du har ikke tilgang til denne siden. I mellomtiden kan du returnere til kontrollpanelet.', + 'error_page' => 'Vi vil arbeide med å ordne dette med en gang. I mellomtiden kan du returnere til kontrollpanelet.', + 'page_not_found' => 'Vi kunne ikke finne siden du leter etter. I mellomtiden kan du returnere til kontrollpanelet.', + ], + +]; diff --git a/resources/lang/nb-NO/modules.php b/resources/lang/nb-NO/modules.php index 5195fe6eb..076062352 100644 --- a/resources/lang/nb-NO/modules.php +++ b/resources/lang/nb-NO/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'API-token', 'api_token' => 'Token', 'my_apps' => 'Mine applikasjoner', + 'pre_sale' => 'Forhåndssalg', 'top_paid' => 'Topp betalte', 'new' => 'Ny', 'top_free' => 'Topp gratis', @@ -61,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'Innstallert', + 'pre_sale' => 'Forhåndssalg', ], 'button' => [ diff --git a/resources/lang/nl-NL/demo.php b/resources/lang/nl-NL/demo.php index a3674a883..c145c1677 100644 --- a/resources/lang/nl-NL/demo.php +++ b/resources/lang/nl-NL/demo.php @@ -9,8 +9,5 @@ return [ 'currencies_eur' => 'Euro', 'currencies_gbp' => 'Britse pond', 'currencies_try' => 'Turkse Lira', - 'taxes_exempt' => 'Vrijstelling van BTW', - 'taxes_normal' => 'Standaard BTW', - 'taxes_sales' => 'Verkoop BTW', ]; diff --git a/resources/lang/nl-NL/errors.php b/resources/lang/nl-NL/errors.php new file mode 100644 index 000000000..e773681ec --- /dev/null +++ b/resources/lang/nl-NL/errors.php @@ -0,0 +1,24 @@ + 'Forbidden Access', + 'error_page' => 'Error Page', + 'page_not_found' => 'Page Not Found', + + 'body' => [ + 'forbidden_access' => 'Oops! Forbidden Access.', + 'error_page' => 'Oops! Something went wrong.', + 'page_not_found' => 'Oops! Page not found.', + ], + + 'messages' => [ + 'forbidden_access' => 'You can not access this page. + Meanwhile, you may return to dashboard.', + 'error_page' => 'We will work on fixing that right away. + Meanwhile, you may return to dashboard.', + 'page_not_found' => 'We could not find the page you were looking for. + Meanwhile, you may return to dashboard.', + ], + +]; diff --git a/resources/lang/nl-NL/invoices.php b/resources/lang/nl-NL/invoices.php index 9ad1f61b8..9068659ab 100644 --- a/resources/lang/nl-NL/invoices.php +++ b/resources/lang/nl-NL/invoices.php @@ -35,6 +35,7 @@ return [ 'create_invoice' => 'Factuur maken', 'send_invoice' => 'Factuur sturen', 'get_paid' => 'Betaling afstemmen', + 'accept_payments' => 'Accept Online Payments', 'status' => [ 'draft' => 'Concept', diff --git a/resources/lang/nl-NL/modules.php b/resources/lang/nl-NL/modules.php index 5a1373cc6..fc5b7765f 100644 --- a/resources/lang/nl-NL/modules.php +++ b/resources/lang/nl-NL/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'API-Token', 'api_token' => 'Token', 'my_apps' => 'Mijn Apps', + 'pre_sale' => 'Pre-Sale', 'top_paid' => 'Top betaald', 'new' => 'Nieuw', 'top_free' => 'Top gratis', @@ -61,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'Geïnstalleerd', + 'pre_sale' => 'Pre-Sale', ], 'button' => [ diff --git a/resources/lang/ru-RU/auth.php b/resources/lang/ru-RU/auth.php index 0b8b7b5c3..8c70ebf40 100644 --- a/resources/lang/ru-RU/auth.php +++ b/resources/lang/ru-RU/auth.php @@ -33,7 +33,7 @@ return [ 'notification' => [ 'message_1' => 'Вы получили это письмо потому, что мы получили запрос сброса пароля для вашей учетной записи.', 'message_2' => 'Если вы не запрашивали сброса пароля, дальнейших действий не требуется.', - 'button' => 'Сбросить пароль', + 'button' => 'Восстановление пароля', ], ]; diff --git a/resources/lang/ru-RU/bills.php b/resources/lang/ru-RU/bills.php index 58a5df89b..90ac754a0 100644 --- a/resources/lang/ru-RU/bills.php +++ b/resources/lang/ru-RU/bills.php @@ -2,54 +2,57 @@ return [ - 'bill_number' => 'Номер счёта', - 'bill_date' => 'Дата счёта', - 'total_price' => 'Общая стоимость', - 'due_date' => 'Дата завершения', - 'order_number' => 'Номер заказа', - 'bill_from' => 'Счёт от', + 'bill_number' => 'Номер счёта', + 'bill_date' => 'Дата счёта', + 'total_price' => 'Общая стоимость', + 'due_date' => 'Дата завершения', + 'order_number' => 'Номер заказа', + 'bill_from' => 'Счёт от', - 'quantity' => 'Количество', - 'price' => 'Цена', - 'sub_total' => 'Итого', - 'discount' => 'Скидка', - 'tax_total' => 'Итого с налогом', - 'total' => 'Всего', + 'quantity' => 'Количество', + 'price' => 'Цена', + 'sub_total' => 'Итого', + 'discount' => 'Скидка', + 'tax_total' => 'Итого с налогом', + 'total' => 'Всего', - 'item_name' => 'Имя пункта | Имена пунктов', + 'item_name' => 'Имя пункта | Имена пунктов', - 'show_discount' => ':discount% Скидка', - 'add_discount' => 'Добавить скидку', - 'discount_desc' => 'от итога', + 'show_discount' => ':discount% Скидка', + 'add_discount' => 'Добавить скидку', + 'discount_desc' => 'от итога', - 'payment_due' => 'Оплатить до', - 'amount_due' => 'Сумма', - 'paid' => 'Оплачено', - 'histories' => 'Истории', - 'payments' => 'Платежи', - 'add_payment' => 'Добавить платёж', - 'mark_received' => 'Отметить как получено', - 'download_pdf' => 'Скачать PDF', - 'send_mail' => 'Отправить E-mail', + 'payment_due' => 'Оплатить до', + 'amount_due' => 'Сумма', + 'paid' => 'Оплачено', + 'histories' => 'Истории', + 'payments' => 'Платежи', + 'add_payment' => 'Добавить платёж', + 'mark_received' => 'Отметить как получено', + 'download_pdf' => 'Скачать PDF', + 'send_mail' => 'Отправить E-mail', + 'create_bill' => 'Create Bill', + 'receive_bill' => 'Receive Bill', + 'make_payment' => 'Make Payment', 'status' => [ - 'draft' => 'Черновик', - 'received' => 'Получено', - 'partial' => 'Частично', - 'paid' => 'Оплачено', + 'draft' => 'Черновик', + 'received' => 'Получено', + 'partial' => 'Частично', + 'paid' => 'Оплачено', ], 'messages' => [ - 'received' => 'Счёт помечен как успешно получен!', - 'draft' => 'Это ЧЕРНОВИК закупки, он будет проведен после отправки.', + 'received' => 'Счёт помечен как успешно получен!', + 'draft' => 'Это ЧЕРНОВИК закупки, он будет проведен после отправки.', 'status' => [ - 'created' => 'Создано :date', - 'receive' => [ + 'created' => 'Создано :date', + 'receive' => [ 'draft' => 'Не отправлен', 'received' => 'Получено :date', ], - 'paid' => [ + 'paid' => [ 'await' => 'Ожидает оплаты', ], ], diff --git a/resources/lang/ru-RU/demo.php b/resources/lang/ru-RU/demo.php index afc5d50a8..11044dc1d 100644 --- a/resources/lang/ru-RU/demo.php +++ b/resources/lang/ru-RU/demo.php @@ -9,8 +9,5 @@ return [ 'currencies_eur' => 'Евро', 'currencies_gbp' => 'Британский Фунт', 'currencies_try' => 'Турецкая Лира', - 'taxes_exempt' => 'Налоговые освобождения', - 'taxes_normal' => 'Обычный налог', - 'taxes_sales' => 'Налог с продаж', ]; diff --git a/resources/lang/ru-RU/errors.php b/resources/lang/ru-RU/errors.php new file mode 100644 index 000000000..e773681ec --- /dev/null +++ b/resources/lang/ru-RU/errors.php @@ -0,0 +1,24 @@ + 'Forbidden Access', + 'error_page' => 'Error Page', + 'page_not_found' => 'Page Not Found', + + 'body' => [ + 'forbidden_access' => 'Oops! Forbidden Access.', + 'error_page' => 'Oops! Something went wrong.', + 'page_not_found' => 'Oops! Page not found.', + ], + + 'messages' => [ + 'forbidden_access' => 'You can not access this page. + Meanwhile, you may return to dashboard.', + 'error_page' => 'We will work on fixing that right away. + Meanwhile, you may return to dashboard.', + 'page_not_found' => 'We could not find the page you were looking for. + Meanwhile, you may return to dashboard.', + ], + +]; diff --git a/resources/lang/ru-RU/general.php b/resources/lang/ru-RU/general.php index dc850a771..6630a378b 100644 --- a/resources/lang/ru-RU/general.php +++ b/resources/lang/ru-RU/general.php @@ -40,8 +40,7 @@ return [ 'others' => 'Другой|Другие', 'contacts' => 'Контакт | Контакты', 'reconciliations' => 'Reconciliation|Reconciliations', - 'deposits' => 'Депозит | Депозиты', - 'withdrawals' => 'Withdrawal|Withdrawals', + 'developers' => 'Developer|Developers', 'dashboard' => 'Панель управления', 'banking' => 'Банки', diff --git a/resources/lang/ru-RU/invoices.php b/resources/lang/ru-RU/invoices.php index 7d8dd4f88..b286f7c7b 100644 --- a/resources/lang/ru-RU/invoices.php +++ b/resources/lang/ru-RU/invoices.php @@ -2,67 +2,71 @@ return [ - 'invoice_number' => 'Номер квитанции', - 'invoice_date' => 'Дата квитанции', - 'total_price' => 'Общая цена', - 'due_date' => 'Дата окончания', - 'order_number' => 'Номер заказа', - 'bill_to' => 'Плательщик', + 'invoice_number' => 'Номер квитанции', + 'invoice_date' => 'Дата квитанции', + 'total_price' => 'Общая цена', + 'due_date' => 'Дата окончания', + 'order_number' => 'Номер заказа', + 'bill_to' => 'Плательщик', - 'quantity' => 'Количество', - 'price' => 'Цена', - 'sub_total' => 'Итого', - 'discount' => 'Скидка', - 'tax_total' => 'Итого с налогом', - 'total' => 'Всего', + 'quantity' => 'Количество', + 'price' => 'Цена', + 'sub_total' => 'Итого', + 'discount' => 'Скидка', + 'tax_total' => 'Итого с налогом', + 'total' => 'Всего', - 'item_name' => 'Имя пункта | Имена пунктов', + 'item_name' => 'Имя пункта | Имена пунктов', - 'show_discount' => ':discount% Скидка', - 'add_discount' => 'Добавить скидку', - 'discount_desc' => 'от итога', + 'show_discount' => ':discount% Скидка', + 'add_discount' => 'Добавить скидку', + 'discount_desc' => 'от итога', - 'payment_due' => 'Оплатить до', - 'paid' => 'Оплачено', - 'histories' => 'Истории', - 'payments' => 'Платежи', - 'add_payment' => 'Добавить платёж', - 'mark_paid' => 'Пометить как оплачено', - 'mark_sent' => 'Пометить как отправлено', - 'download_pdf' => 'Скачать PDF', - 'send_mail' => 'Отправить E-mail', - 'all_invoices' => 'Войти для просмотра всех счетов', + 'payment_due' => 'Оплатить до', + 'paid' => 'Оплачено', + 'histories' => 'Истории', + 'payments' => 'Платежи', + 'add_payment' => 'Добавить платёж', + 'mark_paid' => 'Пометить как оплачено', + 'mark_sent' => 'Пометить как отправлено', + 'download_pdf' => 'Скачать PDF', + 'send_mail' => 'Отправить E-mail', + 'all_invoices' => 'Войти для просмотра всех счетов', + 'create_invoice' => 'Create Invoice', + 'send_invoice' => 'Send Invoice', + 'get_paid' => 'Get Paid', + 'accept_payments' => 'Accept Online Payments', 'status' => [ - 'draft' => 'Черновик', - 'sent' => 'Отправлено', - 'viewed' => 'Просмотрено', - 'approved' => 'Утверждено', - 'partial' => 'Частично', - 'paid' => 'Оплачено', + 'draft' => 'Черновик', + 'sent' => 'Отправлено', + 'viewed' => 'Просмотрено', + 'approved' => 'Утверждено', + 'partial' => 'Частично', + 'paid' => 'Оплачено', ], 'messages' => [ - 'email_sent' => 'Счет-фактура успешно отправлена на e-mail!', - 'marked_sent' => 'Счет-фактура помечена как успешно отправлена!', - 'email_required' => 'Отсутствует e-mail адрес для этого клиента!', - 'draft' => 'Это ЧЕРНОВИК счета, он будет проведен после отправки.', + 'email_sent' => 'Счет-фактура успешно отправлена на e-mail!', + 'marked_sent' => 'Счет-фактура помечена как успешно отправлена!', + 'email_required' => 'Отсутствует e-mail адрес для этого клиента!', + 'draft' => 'Это ЧЕРНОВИК счета, он будет проведен после отправки.', 'status' => [ - 'created' => 'Создано :date', - 'send' => [ + 'created' => 'Создано :date', + 'send' => [ 'draft' => 'Не отправлено', 'sent' => 'Отправлено :date', ], - 'paid' => [ + 'paid' => [ 'await' => 'Ожидает оплаты', ], ], ], 'notification' => [ - 'message' => 'Вы получили это письмо потому, что у Вас имеются входящие :amount счета на :customer клиента.', - 'button' => 'Оплатить сейчас', + 'message' => 'Вы получили это письмо потому, что у Вас имеются входящие :amount счета на :customer клиента.', + 'button' => 'Оплатить сейчас', ], ]; diff --git a/resources/lang/ru-RU/messages.php b/resources/lang/ru-RU/messages.php index a613e4952..69c372c11 100644 --- a/resources/lang/ru-RU/messages.php +++ b/resources/lang/ru-RU/messages.php @@ -11,6 +11,7 @@ return [ 'enabled' => ':type enabled!', 'disabled' => ':type disabled!', ], + 'error' => [ 'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount', 'not_user_company' => 'Ошибка: Вы не можете управлять этой компанией!', @@ -21,9 +22,11 @@ return [ 'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.', 'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.', ], + 'warning' => [ 'deleted' => 'Предупреждение: Вы не можете удалить :name потому что имеется связь с :text.', 'disabled' => 'Предупреждение: Вы не можете отключить :name потому что имеется связь с :text.', + 'disable_code' => 'Warning: You are not allowed to disable or change the currency of :name because it has :text related.', ], ]; diff --git a/resources/lang/ru-RU/modules.php b/resources/lang/ru-RU/modules.php index 8e1dca59d..f2358b302 100644 --- a/resources/lang/ru-RU/modules.php +++ b/resources/lang/ru-RU/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'API ключ', 'api_token' => 'Ключ', 'my_apps' => 'Мои приложения', + 'pre_sale' => 'Pre-Sale', 'top_paid' => 'Топ оплаченных', 'new' => 'Новый', 'top_free' => 'Топ бесплатных', @@ -23,6 +24,9 @@ return [ 'added' => 'Добавлено', 'updated' => 'Обновлено', 'compatibility' => 'Совместимость', + 'documentation' => 'Documentation', + 'view' => 'View', + 'back' => 'Back', 'installed' => ':module установлен', 'uninstalled' => ':module удалён', @@ -58,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'Установлено', + 'pre_sale' => 'Pre-Sale', ], 'button' => [ diff --git a/resources/lang/ru-RU/reconciliations.php b/resources/lang/ru-RU/reconciliations.php index 0ab0e4022..82682df5e 100644 --- a/resources/lang/ru-RU/reconciliations.php +++ b/resources/lang/ru-RU/reconciliations.php @@ -10,5 +10,7 @@ return [ 'start_date' => 'Start Date', 'end_date' => 'End Date', 'cleared_amount' => 'Cleared Amount', + 'deposit' => 'Deposit', + 'withdrawal' => 'Withdrawal', ]; diff --git a/resources/lang/ru-RU/settings.php b/resources/lang/ru-RU/settings.php index fc7f38b28..e51b208c9 100644 --- a/resources/lang/ru-RU/settings.php +++ b/resources/lang/ru-RU/settings.php @@ -11,6 +11,8 @@ return [ ], 'localisation' => [ 'tab' => 'Локализация', + 'financial_start' => 'Financial Year Start', + 'timezone' => 'Часовой пояс', 'date' => [ 'format' => 'Формат даты', 'separator' => 'Разделитель даты', @@ -20,7 +22,6 @@ return [ 'slash' => 'Слэш (/)', 'space' => 'Пробел ( )', ], - 'timezone' => 'Часовой пояс', 'percent' => [ 'title' => 'Percent (%) Position', 'before' => 'Before Number', diff --git a/resources/lang/sq-AL/errors.php b/resources/lang/sq-AL/errors.php new file mode 100644 index 000000000..6f4667890 --- /dev/null +++ b/resources/lang/sq-AL/errors.php @@ -0,0 +1,24 @@ + 'Qasje e ndaluar', + 'error_page' => 'Faqe e Gabuar', + 'page_not_found' => 'Faqja nuk u gjet', + + 'body' => [ + 'forbidden_access' => 'Ups! Qasje e ndaluar.', + 'error_page' => 'Ups! Diçka shkoi keq.', + 'page_not_found' => 'Ups! Faqja nuk u gjet.', + ], + + 'messages' => [ + 'forbidden_access' => 'Nuk mund të hyni në këtë faqe. + Ndërkohë, ju mund të ktheheni në panelin kryesor.', + 'error_page' => 'Ne do të punojmë që ta rregullojmë atë menjëherë. + Ndërkohë, ju mund të ktheheni në panelin kryesor.', + 'page_not_found' => 'Ne nuk mund ta gjejmë faqen që po kërkoni. + Ndërkohë, ju mund të ktheheni në panelin kryesor.', + ], + +]; diff --git a/resources/lang/sq-AL/modules.php b/resources/lang/sq-AL/modules.php index 2c6596d43..e2e5983f9 100644 --- a/resources/lang/sq-AL/modules.php +++ b/resources/lang/sq-AL/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'Shenjë API', 'api_token' => 'Shenjë', 'my_apps' => 'Aplikacionet e Mia', + 'pre_sale' => 'Para Shitjet', 'top_paid' => 'Më të paguarat', 'new' => 'I ri', 'top_free' => 'Më të mirët Falas', @@ -61,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'Instaluar', + 'pre_sale' => 'Para Shitjet', ], 'button' => [ diff --git a/resources/lang/tr-TR/errors.php b/resources/lang/tr-TR/errors.php new file mode 100644 index 000000000..5025db0e7 --- /dev/null +++ b/resources/lang/tr-TR/errors.php @@ -0,0 +1,24 @@ + 'Yasaklanmış Erişim', + 'error_page' => 'Hata Sayfası', + 'page_not_found' => 'Sayfa Bulunamadı', + + 'body' => [ + 'forbidden_access' => 'Ups! Yasaklanmış Erişim.', + 'error_page' => 'Ups! Bir sorun oluştu.', + 'page_not_found' => 'Ups! Sayfa bulunamadı.', + ], + + 'messages' => [ + 'forbidden_access' => 'Bu sayfaya erişemezsiniz. + Bu arada, kontrol paneline geri dönebilirsiniz.', + 'error_page' => 'Bunu hemen düzeltmek için çalışacağız. + Bu arada, kontrol paneline geri dönebilirsiniz.', + 'page_not_found' => 'Aradığınız sayfayı bulamadık. + Bu arada, kontrol paneline geri dönebilirsiniz.', + ], + +]; diff --git a/resources/lang/tr-TR/modules.php b/resources/lang/tr-TR/modules.php index 46280b782..68c0e4138 100644 --- a/resources/lang/tr-TR/modules.php +++ b/resources/lang/tr-TR/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'API token', 'api_token' => 'Token', 'my_apps' => 'Uygulamalarım', + 'pre_sale' => 'Ön-Satış', 'top_paid' => 'Popüler Ücretli', 'new' => 'Yeni', 'top_free' => 'Popüler Ücretsiz', @@ -61,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'Yüklü', + 'pre_sale' => 'Ön-Satış', ], 'button' => [ diff --git a/resources/lang/ur-PK/errors.php b/resources/lang/ur-PK/errors.php new file mode 100644 index 000000000..a2506dbfb --- /dev/null +++ b/resources/lang/ur-PK/errors.php @@ -0,0 +1,24 @@ + 'رسائی ممنوع', + 'error_page' => 'ایرر پیج', + 'page_not_found' => 'پیج نہیں ملا', + + 'body' => [ + 'forbidden_access' => 'رسائ ممنوع ہے.', + 'error_page' => 'کچھ غلط ہو گیا.', + 'page_not_found' => 'پیج نہیں ملا.', + ], + + 'messages' => [ + 'forbidden_access' => 'آپ اس صفحہ تک رسائی حاصل کر سکتے ہیں. +دریں اثناء آپ ڈیش بورڈ پر واپس جا سکتے ہیں.', + 'error_page' => 'ہم اسے فورا ٹھیک کرنے پر کام کریں گے. +دریں اثناء آپ ڈیش بورڈ پر واپس جا سکتے ہیں.', + 'page_not_found' => 'ہم ایسا پیج تلاش نہیں جسے آپ ڈھونڈ رہے ہیں. +دریں اثناء آپ ڈیش بورڈ پر واپس جا سکتے ہیں.', + ], + +]; diff --git a/resources/lang/ur-PK/modules.php b/resources/lang/ur-PK/modules.php index 68cb4e4c1..955995a42 100644 --- a/resources/lang/ur-PK/modules.php +++ b/resources/lang/ur-PK/modules.php @@ -5,6 +5,7 @@ return [ 'title' => 'API ٹوکن', 'api_token' => 'ٹوکن', 'my_apps' => 'میری ایپس', + 'pre_sale' => 'فروخت سے پہلے', 'top_paid' => 'سب سے اوپر فروخت کنندہ ایپ', 'new' => 'نیا', 'top_free' => 'سب سے زیادہ مفت ایپ', @@ -61,6 +62,7 @@ return [ 'badge' => [ 'installed' => 'انسٹال', + 'pre_sale' => 'فروخت سے پہلے', ], 'button' => [