diff --git a/resources/lang/ar-SA/bills.php b/resources/lang/ar-SA/bills.php
index c323f3930..c23460c91 100644
--- a/resources/lang/ar-SA/bills.php
+++ b/resources/lang/ar-SA/bills.php
@@ -28,6 +28,7 @@ return [
'histories' => 'سجلات',
'payments' => 'المدفوعات',
'add_payment' => 'إضافة مدفوعات',
+ 'mark_paid' => 'تم التحديد كمدفوع',
'mark_received' => 'تحديد كمستلم',
'download_pdf' => 'تحميل PDF',
'send_mail' => 'إرسال بريد إلكتروني',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'تم تحويل فاتورة الشراء إلى فاتورة مستلمة بنجاح!',
+ 'marked_paid' => 'الفاتورة عُلّمت كمدفوعة!',
'draft' => 'هذة فاتورة شراء عبارة عن مسودة و سوف يتم اظهارها بالنظام بعد ان يتم استحقاقها.',
'status' => [
diff --git a/resources/lang/ar-SA/bulk_actions.php b/resources/lang/ar-SA/bulk_actions.php
index c6f6866ee..8e7175433 100644
--- a/resources/lang/ar-SA/bulk_actions.php
+++ b/resources/lang/ar-SA/bulk_actions.php
@@ -2,8 +2,9 @@
return [
- 'bulk_actions' => 'الإجراء الجماعي - الإجراءات الجماعية',
- 'selected' => 'مُحدد',
+ 'bulk_actions' => 'الإجراء الجماعي - الإجراءات الجماعية',
+ 'selected' => 'مُحدد',
+ 'no_action' => 'No action available',
'message' => [
'duplicate' => 'هل أنت متأكد من مضاعفة السجلات المحددة؟',
diff --git a/resources/lang/ar-SA/messages.php b/resources/lang/ar-SA/messages.php
index 0718c8991..ef3388a92 100644
--- a/resources/lang/ar-SA/messages.php
+++ b/resources/lang/ar-SA/messages.php
@@ -28,6 +28,8 @@ return [
'warning' => [
'deleted' => 'تنبيه: لا يمكنك حذف :name لأنه لديه :text مرتبط به.',
'disabled' => 'تنبيه: لا يمكنك تعطيل :name لأنه لديه :text مرتبط به.',
+ 'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!',
+ 'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
'disable_code' => 'تنبيه: لا يمكنك تعطيل او تغير عملة :name بسبب ارتباطه ب :text.',
'payment_cancel' => 'تنبيه: قمت بالغاء اخر طريقة :method دفع!',
],
diff --git a/resources/lang/ar-SA/passwords.php b/resources/lang/ar-SA/passwords.php
index a01efead0..7570c49af 100644
--- a/resources/lang/ar-SA/passwords.php
+++ b/resources/lang/ar-SA/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'تم إرسال تفاصيل استعادة كلمة المرور الخاصة بك إلى بريدك الإلكتروني!',
'token' => 'رمز استعادة كلمة المرور الذي أدخلته غير صحيح.',
'user' => "لم يتم العثور على أي حساب بهذا البريد الإلكتروني.",
+ 'throttle' => 'الرجاء الانتظار قبل إعادة المحاولة.',
];
diff --git a/resources/lang/ar-SA/validation.php b/resources/lang/ar-SA/validation.php
index d01324e47..d2d2ecf48 100644
--- a/resources/lang/ar-SA/validation.php
+++ b/resources/lang/ar-SA/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'رسالة مخصصة',
+ 'rule-name' => 'رسالة مخصصة',
],
- 'invalid_currency' => 'رمز خانة :attribute غير صحيحة.',
- 'invalid_amount' => 'خانة المبلغ :attribute غير صالحة.',
+ 'invalid_currency' => 'رمز خانة :attribute غير صحيحة.',
+ 'invalid_amount' => 'خانة المبلغ :attribute غير صالحة.',
+ 'invalid_extension' => 'The file extension is invalid.',
],
/*
diff --git a/resources/lang/bg-BG/bills.php b/resources/lang/bg-BG/bills.php
index 9a63c7cf6..4a158287a 100644
--- a/resources/lang/bg-BG/bills.php
+++ b/resources/lang/bg-BG/bills.php
@@ -2,7 +2,7 @@
return [
- 'bill_number' => 'Фактура Номер',
+ 'bill_number' => 'Номер на фактурата',
'bill_date' => 'Дата фактура',
'total_price' => 'Обща цена',
'due_date' => 'Падежна дата',
@@ -28,6 +28,7 @@ return [
'histories' => 'История',
'payments' => 'Плащания',
'add_payment' => 'Добавяне на плащане',
+ 'mark_paid' => 'Маркирай като платен',
'mark_received' => 'Отбелязване като приета',
'download_pdf' => 'Изтегляне на PDF',
'send_mail' => 'Изпращане на имейл',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'Фактурата е отбелязана като приета!',
+ 'marked_paid' => 'Фактурата е маркирана като платена!',
'draft' => 'Това е ЧЕРНОВА фактура и няма да бъде отразена в графиките след като бъде получена.',
'status' => [
diff --git a/resources/lang/bg-BG/bulk_actions.php b/resources/lang/bg-BG/bulk_actions.php
index 4fa9f41a1..a739c3a46 100644
--- a/resources/lang/bg-BG/bulk_actions.php
+++ b/resources/lang/bg-BG/bulk_actions.php
@@ -2,8 +2,9 @@
return [
- 'bulk_actions' => 'Групово действие|Групови действия',
- 'selected' => 'избрани',
+ 'bulk_actions' => 'Групово действие|Групови действия',
+ 'selected' => 'избрани',
+ 'no_action' => 'Няма позволени действия.',
'message' => [
'duplicate' => 'Наистина ли искате да дублирате избрания запис?',
diff --git a/resources/lang/bg-BG/messages.php b/resources/lang/bg-BG/messages.php
index d650eb736..62169ec49 100644
--- a/resources/lang/bg-BG/messages.php
+++ b/resources/lang/bg-BG/messages.php
@@ -28,6 +28,8 @@ return [
'warning' => [
'deleted' => 'Предупреждение: Не ви е позволено да изтриете :name, защото има :text свързан.',
'disabled' => 'Предупреждение: Не ви е позволено да деактивирате :name, защото има :text свързан.',
+ 'reconciled_tran' => 'Внимание: Промени/Изтриване на транзакцията не е позволено, защото транзакцията е съгласувана.',
+ 'reconciled_doc' => 'Внимание: Промени/Изтриване не е позволено, защото същото има съгласувани транзакции.',
'disable_code' => 'Предупреждение: Не ви е позволено да деактивирате или променяте валутата на :name, защото има :text свързан.',
'payment_cancel' => 'Предупреждение: Премахнахте следния метод за плащане :method!',
],
diff --git a/resources/lang/bg-BG/passwords.php b/resources/lang/bg-BG/passwords.php
index bc8de2969..e17d98a05 100644
--- a/resources/lang/bg-BG/passwords.php
+++ b/resources/lang/bg-BG/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'Изпратено е напомняне за вашата парола!',
'token' => 'Този токен за ресет на парола е невалиден.',
'user' => "Потребител с такъв e-mail адрес не може да бъде открит.",
+ 'throttle' => 'Моля изчакайте, преди да опитате отново.',
];
diff --git a/resources/lang/bg-BG/validation.php b/resources/lang/bg-BG/validation.php
index 38498b996..75400d101 100644
--- a/resources/lang/bg-BG/validation.php
+++ b/resources/lang/bg-BG/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'custom-message',
+ 'rule-name' => 'custom-message',
],
- 'invalid_currency' => ':attribute код е невалиден.',
- 'invalid_amount' => 'Сумата :attribute е невалидна.',
+ 'invalid_currency' => ':attribute код е невалиден.',
+ 'invalid_amount' => 'Сумата :attribute е невалидна.',
+ 'invalid_extension' => 'Това файлово разширение е невалидно.',
],
/*
diff --git a/resources/lang/da-DK/auth.php b/resources/lang/da-DK/auth.php
index 15fe0aeec..f870e7d0d 100644
--- a/resources/lang/da-DK/auth.php
+++ b/resources/lang/da-DK/auth.php
@@ -13,6 +13,7 @@ return [
'current_email' => 'Nuværende E-mail',
'reset' => 'Nulstil',
'never' => 'Aldrig',
+ 'landing_page' => 'Landingsside',
'password' => [
'current' => 'Adgangskode',
diff --git a/resources/lang/da-DK/bills.php b/resources/lang/da-DK/bills.php
index d477a3dab..11631e7fd 100644
--- a/resources/lang/da-DK/bills.php
+++ b/resources/lang/da-DK/bills.php
@@ -28,6 +28,7 @@ return [
'histories' => 'Historik',
'payments' => 'Betalinger',
'add_payment' => 'Tilføj betaling',
+ 'mark_paid' => 'Marker Betalt',
'mark_received' => 'Modtagelse godkendt',
'download_pdf' => 'Download PDF',
'send_mail' => 'Send E-mail',
@@ -40,10 +41,13 @@ return [
'received' => 'Modtaget',
'partial' => 'Delvis',
'paid' => 'Betalt',
+ 'overdue' => 'Overskredet',
+ 'unpaid' => 'Ubetalt',
],
'messages' => [
'received' => 'Regning registreret som modtaget!',
+ 'marked_paid' => 'Regning markeret som betalt',
'draft' => 'Dette er et UDKAST til faktura og vil blive afspejlet i diagrammer, når den bliver modtaget.',
'status' => [
diff --git a/resources/lang/da-DK/bulk_actions.php b/resources/lang/da-DK/bulk_actions.php
index 55d8b34ef..05a63eedf 100644
--- a/resources/lang/da-DK/bulk_actions.php
+++ b/resources/lang/da-DK/bulk_actions.php
@@ -2,18 +2,19 @@
return [
- 'bulk_actions' => 'Vælg|Vælg flere',
- 'selected' => 'valgt',
+ 'bulk_actions' => 'Vælg|Vælg flere',
+ 'selected' => 'valgt',
+ 'no_action' => 'Ingen funktion valgt',
'message' => [
- 'duplicate' => 'Are you sure you want to duplicate selected record?',
- 'delete' => 'Are you sure you want to delete selected record?|Are you sure you want to delete selected records?',
- 'export' => 'Are you sure you want to export selected record?|Are you sure you want to export selected records?',
- 'enable' => 'Are you sure you want to enable selected record?|Are you sure you want to enable selected records?',
- 'disable' => 'Are you sure you want to disable selected record?|Are you sure you want to disable selected records?',
- 'paid' => 'Are you sure you want to mark selected invoice as paid?|Are you sure you want to mark selected invoices as paid?',
- 'sent' => 'Are you sure you want to mark selected invoice as sent?|Are you sure you want to mark selected invoices as sent?',
- 'received' => 'Are you sure you want to mark selected bill as received?|Are you sure you want to mark selected bills as received?',
+ 'duplicate' => 'Er du sikker på du vil kopiere den valgte post?',
+ 'delete' => 'Er du sikker på du vil slette den valgte post?|Er du sikker på du vil slette de valgte poster?',
+ 'export' => 'Er du sikker på vil exportere den valgte post?|Er du sikker på du vil exportere de valgte poster?',
+ 'enable' => 'Er du sikker på du aktivere den valgte post?|Er du sikker på du vil aktivere de valgte poster?',
+ 'disable' => 'Er du sikker på du vil deaktivere den valgte post?|Er du sikker på du vil deaktivere de valgte poster?',
+ 'paid' => 'Er du sikker på vil markere den valgte faktura som betalt?|Er du sikker på vil markere de valgte faktura som betalt?',
+ 'sent' => 'Er du sikker på vil markere den valgte faktura som sendt?|Er du sikker på vil markere de valgte faktura som sendt?',
+ 'received' => 'Er du sikker på vil markere den valgte regning som modtaget?|Er du sikker på vil markere de valgte regninger som modtaget?',
],
];
diff --git a/resources/lang/da-DK/companies.php b/resources/lang/da-DK/companies.php
index 624931c4d..7d5a5bfc2 100644
--- a/resources/lang/da-DK/companies.php
+++ b/resources/lang/da-DK/companies.php
@@ -4,12 +4,11 @@ return [
'domain' => 'Domæne',
'logo' => 'Logo',
- 'manage' => 'Administrer virksomheder',
- 'all' => 'Alle virksomheder',
'error' => [
'not_user_company' => 'Fejl: Du har ikke tilladelse til at ændre denne virksomhed!',
- 'delete_active' => 'Fejl: Kan ikke slette aktiv virksomhed! Ændre dette først!',
+ 'delete_active' => 'Fejl: Kan ikke slette det aktive selskab. Venligst, skift til et andet først!',
+ 'disable_active' => 'Fejl: Kan ikke deaktivere det aktive selskab. Venligst, skift til et andet først!',
],
];
diff --git a/resources/lang/da-DK/customers.php b/resources/lang/da-DK/customers.php
index ed43b22b2..91fc4caab 100644
--- a/resources/lang/da-DK/customers.php
+++ b/resources/lang/da-DK/customers.php
@@ -6,7 +6,7 @@ return [
'user_created' => 'Bruger oprettet',
'error' => [
- 'email' => 'Denne mail er allerede registreret.'
+ 'email' => 'Denne mail er allerede registreret.',
],
];
diff --git a/resources/lang/da-DK/dashboard.php b/resources/lang/da-DK/dashboard.php
deleted file mode 100644
index 6204d4c72..000000000
--- a/resources/lang/da-DK/dashboard.php
+++ /dev/null
@@ -1,23 +0,0 @@
- 'Samlede indkomster',
- 'receivables' => 'Tilgodehavender',
- 'open_invoices' => 'Åbne fakturaer',
- 'overdue_invoices' => 'Forfaldne fakturaer',
- 'total_expenses' => 'Udgifter i alt',
- 'payables' => 'Kreditorstyring',
- 'open_bills' => 'Åben regninger',
- 'overdue_bills' => 'Forfaldne regninger',
- 'total_profit' => 'Samlet overskud',
- 'open_profit' => 'Kommende overskud',
- 'overdue_profit' => 'Forfalden overskud',
- 'cash_flow' => 'Pengestrøm',
- 'no_profit_loss' => 'Ingen fortjeneste eller tab',
- 'incomes_by_category' => 'Indkomst efter kategori',
- 'expenses_by_category' => 'Udgifter efter kategori',
- 'account_balance' => 'Saldo',
- 'latest_incomes' => 'Seneste indkomster',
- 'latest_expenses' => 'Seneste udgifter',
-];
diff --git a/resources/lang/da-DK/dashboards.php b/resources/lang/da-DK/dashboards.php
new file mode 100644
index 000000000..a7fadb42f
--- /dev/null
+++ b/resources/lang/da-DK/dashboards.php
@@ -0,0 +1,11 @@
+ [
+ 'not_user_dashboard' => 'Fejl: Du har ikke lov til at ændre dette skrivebord!',
+ 'delete_last' => 'Fejl: Kan ikke slette de sidste skrivebord. Venligst, opret et nyt et først!',
+ 'disable_last' => 'Fejl: Kan ikke deaktivere det sidste skrivebord. Venligst, opret et nyt først!',
+ ],
+
+];
diff --git a/resources/lang/da-DK/demo.php b/resources/lang/da-DK/demo.php
index 0f4191d26..45df9ced8 100644
--- a/resources/lang/da-DK/demo.php
+++ b/resources/lang/da-DK/demo.php
@@ -19,16 +19,16 @@ return [
],
'offline_payments' => [
- 'cash' => 'Cash',
- 'bank' => 'Bank Transfer',
+ 'cash' => 'Kontant',
+ 'bank' => 'Bankoverførsel',
],
'reports' => [
- 'income' => 'Monthly income summary by category.',
- 'expense' => 'Monthly expense summary by category.',
- 'income_expense' => 'Monthly income vs expense by category.',
- 'tax' => 'Quarterly tax summary.',
- 'profit_loss' => 'Quarterly profit & loss by category.',
+ 'income' => 'Månedlig indkomst oversigt efter kategori',
+ 'expense' => 'Månedlig udgiftsoversigt efter kategori',
+ 'income_expense' => 'Månedlig Indkomstoversigt efter kategori',
+ 'tax' => 'Kvartalsvis afgifts-oversigt',
+ 'profit_loss' => 'Kvartalsvis indtægt & tab efter kategori ',
],
];
diff --git a/resources/lang/da-DK/errors.php b/resources/lang/da-DK/errors.php
index 26f03115e..a34ee82ce 100644
--- a/resources/lang/da-DK/errors.php
+++ b/resources/lang/da-DK/errors.php
@@ -2,23 +2,22 @@
return [
- 'forbidden_access' => '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.',
+ 'title' => [
+ '403' => 'Oops! Ingen adgang',
+ '404' => 'Oops! Side ikke fundet',
+ '500' => 'Oops! Noget gik galt',
],
- '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.',
+ 'header' => [
+ '403' => '403 Forbudt',
+ '404' => '404 Ikke Fundet',
+ '500' => '500 Intern Server Fejl',
+ ],
+
+ 'message' => [
+ '403' => 'Du har ikke adgang til denne side',
+ '404' => 'Vi kunne ikke finde siden du kikkede efter.',
+ '500' => 'Vi vil arbejde på at fixe dette straks.',
],
];
diff --git a/resources/lang/da-DK/general.php b/resources/lang/da-DK/general.php
index 55c25885b..94d681d80 100644
--- a/resources/lang/da-DK/general.php
+++ b/resources/lang/da-DK/general.php
@@ -48,8 +48,10 @@ return [
'localisations' => 'Lokalisering|Lokaliseringer',
'defaults' => 'Standard|Standarder',
'widgets' => 'Widget|Widgets',
+ 'templates' => 'Skabelon|Skabeloner',
+ 'sales' => 'Salg|Salg',
+ 'purchases' => 'Bestilling|Bestillinger',
- 'dashboard' => 'Oversigt',
'welcome' => 'Velkommen',
'banking' => 'Bank',
'general' => 'Generelt',
@@ -68,10 +70,13 @@ return [
'yearly' => 'Årlig',
'add' => 'Tilføj',
'add_new' => 'Tilføj ny',
+ 'add_income' => 'Tilføj Indkomst',
+ 'add_expense' => 'Tilføj Udgift',
'show' => 'Vis',
'edit' => 'Rediger',
'delete' => 'Slet',
'send' => 'Send',
+ 'share' => 'Delt',
'download' => 'Download',
'delete_confirm' => 'Bekræft sletning :name :type?',
'name' => 'Navn',
@@ -89,7 +94,7 @@ return [
'reference' => 'Reference',
'attachment' => 'Bilag',
'change' => 'Ændre',
- 'change_type' => 'Change :type',
+ 'change_type' => 'Skift :type',
'switch' => 'Skift',
'color' => 'Farve',
'save' => 'Gem',
@@ -123,7 +128,6 @@ return [
'disable' => 'Deaktiver',
'select_all' => 'Vælg alle',
'unselect_all' => 'Fravælge alle',
- 'go_to' => 'Gå til :name',
'created_date' => 'Oprettelsesdato',
'period' => 'Periode',
'frequency' => 'Hyppighed',
@@ -133,11 +137,28 @@ return [
'difference' => 'Forskel',
'footer' => 'Sidefod',
'start_date' => 'Startdato',
+ 'end_date' => 'Slutdato',
'basis' => 'Basis',
'accrual' => 'Periodiseret',
'cash' => 'Kontant',
'group_by' => 'Grupper efter',
'accounting' => 'Regnskab',
+ 'sort' => 'Sorter',
+ 'width' => 'Bredde',
+ 'month' => 'Måned',
+ 'year' => 'År',
+ 'type_item_name' => 'Skriv et enhedsnavn',
+ 'no_data' => 'Ingen data',
+ 'no_matching_data' => 'Ingen matchende data',
+ 'clear_cache' => 'Rens Cache',
+ 'go_to_dashboard' => 'Go til skrivebord',
+
+ 'card' => [
+ 'name' => 'Navn på kort',
+ 'number' => 'Kort Nummer',
+ 'expiration_date' => 'Udløbsdato',
+ 'cvv' => 'Kort CVV',
+ ],
'title' => [
'new' => 'Ny :type',
@@ -147,6 +168,7 @@ return [
'send' => 'Send :type',
'get' => 'Hent :type',
'add' => 'Tilføj :type',
+ 'manage' => 'Manage :type',
],
'form' => [
@@ -176,6 +198,9 @@ return [
'bills' => 'Regninger kan være engang eller gentagne. De indikerer at du skylder leverandører for produkter eller services du har købt.',
'payments' => 'Betaling er en betalt udgiftstransaktion. Det kan være en uafhængig post (ie. kassebon) eller tilføjet til en regning.',
'vendors' => 'Leverandører er obligatorisk hvis du vil oprette en regning. Du kan se balancen og filtrere reporten efter leverandør.',
+ 'transfers' => 'Overførsel tillader dig at flytte penge fra en konto til en anden, uanset om du bruger samme valuta eller ej.',
+ 'taxes' => 'Afgifter bruges til at tilføje ekstra udgifter til fakturaer og regninger. Dig regnskab er påvirket at disse regelmæssige afgifter.',
+ 'reconciliations' => 'Bankafstemning er en proces som laves for at sikre at dit selskabs bankkonto også er korrekt.',
],
];
diff --git a/resources/lang/da-DK/invoices.php b/resources/lang/da-DK/invoices.php
index e5a5b888c..4c90ebf6f 100644
--- a/resources/lang/da-DK/invoices.php
+++ b/resources/lang/da-DK/invoices.php
@@ -29,6 +29,7 @@ return [
'add_payment' => 'Tilføj betaling',
'mark_paid' => 'Marker som betalt',
'mark_sent' => 'Marker som sendt',
+ 'mark_viewed' => 'Marker Set',
'download_pdf' => 'Download som PDF',
'send_mail' => 'Send E-mail',
'all_invoices' => 'Log ind for at se alle fakturaer',
@@ -40,10 +41,12 @@ return [
'statuses' => [
'draft' => 'Kladde',
'sent' => 'Sendt',
- 'viewed' => 'Vist',
+ 'viewed' => 'Set',
'approved' => 'Godkendt',
- 'partial' => 'Delvist',
+ 'partial' => 'Delvis',
'paid' => 'Betalt',
+ 'overdue' => 'Overskredet',
+ 'unpaid' => 'Ubetalt',
],
'messages' => [
diff --git a/resources/lang/da-DK/maintenance.php b/resources/lang/da-DK/maintenance.php
index 356c20db9..e803a4d78 100644
--- a/resources/lang/da-DK/maintenance.php
+++ b/resources/lang/da-DK/maintenance.php
@@ -2,10 +2,10 @@
return [
- 'title' => 'Vedligeholdelsestilstand',
+ 'title' => 'Under Vedligeholdelse',
- 'message' => 'Vi arbejder på sitet, prøv venligst senere!',
+ 'message' => 'Beklager, Vi er nede for vedligeholdelse. Prøv venligst senere!',
- 'last-updated' => 'Denne besked var sidst opdateret :timestamp',
+ 'last-updated' => 'Denne besked var senest opdateret :timestamp.',
-];
\ No newline at end of file
+];
diff --git a/resources/lang/da-DK/messages.php b/resources/lang/da-DK/messages.php
index 0ffeae3b4..27de48d20 100644
--- a/resources/lang/da-DK/messages.php
+++ b/resources/lang/da-DK/messages.php
@@ -8,6 +8,7 @@ return [
'deleted' => ':type slettet!',
'duplicated' => ':type duplikeret!',
'imported' => ':type importeret!',
+ 'exported' => ':type exporteret!',
'enabled' => ':type aktiveret!',
'disabled' => ':type deaktiveret!',
],
@@ -19,7 +20,7 @@ return [
'no_file' => 'Fejl: Ingen fil valgt!',
'last_category' => 'Fejl: Kan ikke slette sidste :type kategori!',
'change_type' => 'Fejl: Kan ikke ændre type fordi den har :text relateret!',
- 'invalid_apikey' => 'Error: The API Key entered is invalid!',
+ 'invalid_apikey' => 'Fejl: API nøglen er ikke gyldig!',
'import_column' => 'Error: :message arkets navn: :sheet. Linje nummer: :line.',
'import_sheet' => 'Error: Ark navn er ikke valid. Kontroller venligst eksempel filen.',
],
@@ -27,6 +28,8 @@ return [
'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.',
+ 'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!',
+ 'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
'disable_code' => 'Advarsel: Du må ikke deaktivere eller ændre valutaen i :name , fordi den er :text relateret.',
'payment_cancel' => 'Advarsel: Du har annulleret den seneste :method betaling!',
],
diff --git a/resources/lang/da-DK/modules.php b/resources/lang/da-DK/modules.php
index 995c157f9..cedfff9d0 100644
--- a/resources/lang/da-DK/modules.php
+++ b/resources/lang/da-DK/modules.php
@@ -12,10 +12,9 @@ return [
'search' => 'Søg',
'install' => 'Installer',
'buy_now' => 'Køb nu',
- 'api_key_link' => 'Klik her for at få din API nøgle.',
+ 'get_api_key' => 'Klik her for at få din API nøgle.',
'no_apps' => 'Der er ingen apps i denne kategori endnu.',
- 'developer' => 'Er du udvikler? her kan du lære hvordan du opretter en app og begynde at sælge i dag!',
-
+ 'become_developer' => 'Er du udvikler? Her kan du lære at udvikle en app og starte med at sælge i dag!',
'recommended_apps' => 'Anbefalede programmer',
'about' => 'Om',
@@ -80,5 +79,6 @@ return [
],
'na' => 'Der er ingen anmeldelser.'
- ]
+ ],
+
];
diff --git a/resources/lang/da-DK/pagination.php b/resources/lang/da-DK/pagination.php
index 23e843329..5692c4dc5 100644
--- a/resources/lang/da-DK/pagination.php
+++ b/resources/lang/da-DK/pagination.php
@@ -2,9 +2,9 @@
return [
- 'previous' => '« Forrige',
- 'next' => 'Næste »',
- 'showing' => ':first-:last of :total records.',
+ 'previous' => 'Forrige',
+ 'next' => 'Næste',
+ 'showing' => ':first-:last af :total poster.',
'page' => 'pr side.',
];
diff --git a/resources/lang/da-DK/passwords.php b/resources/lang/da-DK/passwords.php
index c3b406b07..a19f92bb3 100644
--- a/resources/lang/da-DK/passwords.php
+++ b/resources/lang/da-DK/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'Vi har sendt dig en E-mail med nulstil password link!',
'token' => 'Denne adgangskodes nulstillings token 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/reports.php b/resources/lang/da-DK/reports.php
index e4db3ff49..190a41ff0 100644
--- a/resources/lang/da-DK/reports.php
+++ b/resources/lang/da-DK/reports.php
@@ -12,7 +12,7 @@ return [
'net_profit' => 'Nettoresultat',
'total_expenses' => 'Udgifter i alt',
'net' => 'Netto',
- 'income-expense' => 'Indtægter & Udgifter',
+ 'income_expense' => 'Indtægter og Udgifter',
'summary' => [
'income' => 'Indkomst Resumé',
diff --git a/resources/lang/da-DK/settings.php b/resources/lang/da-DK/settings.php
index b6110ea7c..61bc4addf 100644
--- a/resources/lang/da-DK/settings.php
+++ b/resources/lang/da-DK/settings.php
@@ -52,6 +52,10 @@ return [
'subheading' => 'Undertitel',
'due_receipt' => 'Forfalder ved modtagelse',
'due_days' => 'Forfalder om :dage dage',
+ 'choose_template' => 'Vælg faktura skabelon',
+ 'default' => 'Standard',
+ 'classic' => 'Klassisk',
+ 'modern' => 'Moderne',
],
'default' => [
diff --git a/resources/lang/da-DK/validation.php b/resources/lang/da-DK/validation.php
index 38463b533..a7eb6ec85 100644
--- a/resources/lang/da-DK/validation.php
+++ b/resources/lang/da-DK/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'brugerdefineret besked',
+ 'rule-name' => 'brugerdefineret besked',
],
- 'invalid_currency' => 'Koden :attribute er ugyldig.',
- 'invalid_amount' => 'Det valgte :attribute er ugyldigt.',
+ 'invalid_currency' => 'Koden :attribute er ugyldig.',
+ 'invalid_amount' => 'Det valgte :attribute er ugyldigt.',
+ 'invalid_extension' => 'Filendelsen er ugyldig.',
],
/*
diff --git a/resources/lang/da-DK/widgets.php b/resources/lang/da-DK/widgets.php
new file mode 100644
index 000000000..4811e903d
--- /dev/null
+++ b/resources/lang/da-DK/widgets.php
@@ -0,0 +1,23 @@
+ 'Total Indkomst',
+ 'receivables' => 'Receivables',
+ 'open_invoices' => 'Åbne fakturaer',
+ 'overdue_invoices' => 'Overskredne fakturaer',
+ 'total_expenses' => 'Total Udgifter',
+ 'payables' => 'Betalingsparate',
+ 'open_bills' => 'Åbne Regninger',
+ 'overdue_bills' => 'Overskredne Regninger',
+ 'total_profit' => 'Total Indtjening',
+ 'open_profit' => 'Open Profit',
+ 'overdue_profit' => 'Overdue Profit',
+ 'cash_flow' => 'Cash Flow',
+ 'no_profit_loss' => 'No Profit Loss',
+ 'income_by_category' => 'Indkomst efter Kategori',
+ 'expenses_by_category' => 'Udgifter efter Kategori',
+ 'account_balance' => 'Konto Balance',
+ 'latest_income' => 'Senest Indtægt',
+ 'latest_expenses' => 'Seneste Udgifter',
+];
diff --git a/resources/lang/de-DE/bills.php b/resources/lang/de-DE/bills.php
index 99736e68c..59d6237c1 100644
--- a/resources/lang/de-DE/bills.php
+++ b/resources/lang/de-DE/bills.php
@@ -28,6 +28,7 @@ return [
'histories' => 'Historie',
'payments' => 'Zahlungen',
'add_payment' => 'Zahlung hinzufügen',
+ 'mark_paid' => 'Als bezahlt markieren',
'mark_received' => 'Als erhalten markieren',
'download_pdf' => 'Als PDF herunterladen',
'send_mail' => 'E-Mail senden',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'Rechnung wurde als erfolgreich erhalten markiert!',
+ 'marked_paid' => 'Rechnung als bezahlt markiert!',
'draft' => 'Dies ist eine Rechnungs-Vorschau. Die Rechnung erscheint in den Diagrammen nachdem sie als erhalten markiert wurde.',
'status' => [
diff --git a/resources/lang/de-DE/bulk_actions.php b/resources/lang/de-DE/bulk_actions.php
index 960375380..263a1c90e 100644
--- a/resources/lang/de-DE/bulk_actions.php
+++ b/resources/lang/de-DE/bulk_actions.php
@@ -2,8 +2,9 @@
return [
- 'bulk_actions' => 'Sammelaktion|Sammelaktionen',
- 'selected' => 'ausgewählt',
+ 'bulk_actions' => 'Sammelaktion|Sammelaktionen',
+ 'selected' => 'ausgewählt',
+ 'no_action' => 'Keine Aktionen verfügbar',
'message' => [
'duplicate' => 'Sind Sie sicher das Sie die ausgewählten Datensätze duplizieren möchten?',
diff --git a/resources/lang/de-DE/messages.php b/resources/lang/de-DE/messages.php
index f3362530e..48d2d41ee 100644
--- a/resources/lang/de-DE/messages.php
+++ b/resources/lang/de-DE/messages.php
@@ -28,6 +28,8 @@ return [
'warning' => [
'deleted' => 'Warnung: Sie dürfen :name nicht löschen, da :text dazu in Bezug steht.',
'disabled' => 'Warnung: Sie dürfen :name nicht deaktivieren, da :text dazu in Bezug steht.',
+ 'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!',
+ 'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
'disable_code' => 'Warnung: Sie dürfen die Währung von :name nicht deaktivieren oder verändern, da :text dazu in Bezug steht.',
'payment_cancel' => 'Warnung: Sie haben Ihre letzte Zahlung :method abgebrochen!',
],
diff --git a/resources/lang/de-DE/passwords.php b/resources/lang/de-DE/passwords.php
index 6b225f12b..07cc5608d 100644
--- a/resources/lang/de-DE/passwords.php
+++ b/resources/lang/de-DE/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'Wir haben den Link zum zurücksetzen des Kennworts per E-Mail gesendet!',
'token' => 'Das Token um das Passwort zurückzusetzen ist ungültig.',
'user' => "Einen Benutzer mit dieser E-Mail-Adresse wurde nicht gefunden.",
+ 'throttle' => 'Bitte warten Sie, bevor Sie es erneut versuchen können.',
];
diff --git a/resources/lang/de-DE/validation.php b/resources/lang/de-DE/validation.php
index 4e6b5524e..4f01c689e 100644
--- a/resources/lang/de-DE/validation.php
+++ b/resources/lang/de-DE/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'eigene Nachricht',
+ 'rule-name' => 'eigene Nachricht',
],
- 'invalid_currency' => 'Das :attribute Kürzel ist ungültig.',
- 'invalid_amount' => 'Die Menge von :attribute ist ungültig.',
+ 'invalid_currency' => 'Das :attribute Kürzel ist ungültig.',
+ 'invalid_amount' => 'Die Menge von :attribute ist ungültig.',
+ 'invalid_extension' => 'Die Dateiendung ist ungültig.',
],
/*
diff --git a/resources/lang/hi-IN/bills.php b/resources/lang/hi-IN/bills.php
index 81b4dbede..7a72c9cd5 100644
--- a/resources/lang/hi-IN/bills.php
+++ b/resources/lang/hi-IN/bills.php
@@ -28,6 +28,7 @@ return [
'histories' => 'इतिहास',
'payments' => 'भुगतान',
'add_payment' => 'भुगतान जोड़ें',
+ 'mark_paid' => 'Mark Paid',
'mark_received' => 'प्राप्त किए हुए में मार्क करे',
'download_pdf' => 'डाउनलोड PDF',
'send_mail' => 'ईमेल भेजें',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'बिल को सफलतापूर्वक प्राप्त किया गया!',
+ 'marked_paid' => 'Bill marked as paid!',
'draft' => 'यह एक ड्राफ्ट बिल है और इसे प्राप्त होने के बाद चार्ट पर प्रतिबिंबित किया जाएगा।',
'status' => [
diff --git a/resources/lang/hi-IN/bulk_actions.php b/resources/lang/hi-IN/bulk_actions.php
index ba90bcf1b..972a4cf47 100644
--- a/resources/lang/hi-IN/bulk_actions.php
+++ b/resources/lang/hi-IN/bulk_actions.php
@@ -2,8 +2,9 @@
return [
- 'bulk_actions' => 'एक साथ बड़ी क्रिया|एक साथ बड़ी क्रिया',
- 'selected' => 'चयनित',
+ 'bulk_actions' => 'एक साथ बड़ी क्रिया|एक साथ बड़ी क्रिया',
+ 'selected' => 'चयनित',
+ 'no_action' => 'कोई कार्य उपलब्ध नहीं है',
'message' => [
'duplicate' => 'क्या आप वाकई चयनित रिकॉर्ड की प्रतिलिपि करना चाहते हैं?',
diff --git a/resources/lang/hi-IN/messages.php b/resources/lang/hi-IN/messages.php
index 409f3f0ae..b0a4874a5 100644
--- a/resources/lang/hi-IN/messages.php
+++ b/resources/lang/hi-IN/messages.php
@@ -28,6 +28,8 @@ return [
'warning' => [
'deleted' => 'चेतावनी: आपको :name को हटाने की अनुमति नहीं है क्योंकि इसमें :text संबंधित है।',
'disabled' => 'चेतावनी: आपको :name को निष्क्रिय करने की अनुमति नहीं है क्योंकि इसमें :text संबंधित है।',
+ 'reconciled_tran' => 'चेतावनी: आपको लेनदेन को बदलने / हटाने की अनुमति नहीं है क्योंकि यह सामंजस्य है!',
+ 'reconciled_doc' => 'चेतावनी: आपको :type को बदलने / हटाने की अनुमति नहीं है क्योंकि इसमें लेन-देन सामंजस्य है!',
'disable_code' => 'चेतावनी: आपको :name की मुद्रा को निष्क्रिय या बदलने की अनुमति नहीं है क्योंकि इसमें :text संबंधित है।',
'payment_cancel' => 'चेतावनी: आपने अपना हाल का :method भुगतान रद्द कर दिया है!',
],
diff --git a/resources/lang/hi-IN/passwords.php b/resources/lang/hi-IN/passwords.php
index 98717ce06..475982437 100644
--- a/resources/lang/hi-IN/passwords.php
+++ b/resources/lang/hi-IN/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'हमने आपको एक पासवर्ड रीसेट लिंक ई-मेल किया है!',
'token' => 'यह पासवर्ड रीसेट टोकन अमान्य है।',
'user' => "हमें उस ई-मेल पते के साथ एक उपयोगकर्ता नहीं मिल सकता है।",
+ 'throttle' => 'कृपया पुनः प्रयास करने से पहले प्रतीक्षा करें।',
];
diff --git a/resources/lang/hi-IN/validation.php b/resources/lang/hi-IN/validation.php
index f85b3a730..ac2aa8a16 100644
--- a/resources/lang/hi-IN/validation.php
+++ b/resources/lang/hi-IN/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'अनुकूल-संदेश',
+ 'rule-name' => 'अनुकूल-संदेश',
],
- 'invalid_currency' => ':attribute कोड अमान्य है।',
- 'invalid_amount' => 'राशि :attribute अमान्य है।',
+ 'invalid_currency' => ':attribute कोड अमान्य है।',
+ 'invalid_amount' => 'राशि :attribute अमान्य है।',
+ 'invalid_extension' => 'फ़ाइल एक्सटेंशन अमान्य है।',
],
/*
diff --git a/resources/lang/it-IT/bills.php b/resources/lang/it-IT/bills.php
index 8df8c31ff..b172cbad1 100644
--- a/resources/lang/it-IT/bills.php
+++ b/resources/lang/it-IT/bills.php
@@ -28,6 +28,7 @@ return [
'histories' => 'Storico',
'payments' => 'Pagamenti',
'add_payment' => 'Aggiungere pagamento',
+ 'mark_paid' => 'Segna come Pagata',
'mark_received' => 'Segna come ricevuto',
'download_pdf' => 'Scarica PDF',
'send_mail' => 'Invia email',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'Fattura segnata con successo come ricevuta!',
+ 'marked_paid' => 'Fattura contrassegnata come pagata!',
'draft' => 'Questa è una BOZZA della fattura e si rifletterà sui grafici dopo che sarà ricevuta.',
'status' => [
diff --git a/resources/lang/it-IT/bulk_actions.php b/resources/lang/it-IT/bulk_actions.php
index 074946776..89e277aed 100644
--- a/resources/lang/it-IT/bulk_actions.php
+++ b/resources/lang/it-IT/bulk_actions.php
@@ -2,8 +2,9 @@
return [
- 'bulk_actions' => 'Azione di massa|Azioni di massa',
- 'selected' => 'selezionato',
+ 'bulk_actions' => 'Azione di massa|Azioni di massa',
+ 'selected' => 'selezionato',
+ 'no_action' => 'Nessuna azione disponibile',
'message' => [
'duplicate' => 'Sei sicuro di voler duplicare record selezionato?',
diff --git a/resources/lang/it-IT/messages.php b/resources/lang/it-IT/messages.php
index 58ad8a46b..4f4ddf815 100644
--- a/resources/lang/it-IT/messages.php
+++ b/resources/lang/it-IT/messages.php
@@ -28,6 +28,8 @@ return [
'warning' => [
'deleted' => 'Attenzione: Non è consentito eliminare :name perché ha :text collegato.',
'disabled' => 'Attenzione: Non è consentito disabilitare :name perché ha :text collegato.',
+ 'reconciled_tran' => 'Attenzione: Non è consentito modificare/eliminare la transazione perché è riconciliata!',
+ 'reconciled_doc' => 'Attenzione: Non sei autorizzato a cambiare/eliminare :type perché ha riconciliato le transazioni!',
'disable_code' => 'Avviso: Non è consentito disabilitare o modificare la valuta di :nome perché ha: testo correlato.',
'payment_cancel' => 'Attenzione: hai annullato il tuo ultimo pagamento con :method !',
],
diff --git a/resources/lang/it-IT/passwords.php b/resources/lang/it-IT/passwords.php
index 67f08a2af..e35530599 100644
--- a/resources/lang/it-IT/passwords.php
+++ b/resources/lang/it-IT/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'Promemoria della password inviato!',
'token' => 'Questo token per la reimpostazione della password non è valido.',
'user' => "Non esiste un utente associato a questo indirizzo e-mail.",
+ 'throttle' => 'Per favore attendere prima di riprovare.',
];
diff --git a/resources/lang/it-IT/validation.php b/resources/lang/it-IT/validation.php
index ee7de92bf..01d0b8a61 100644
--- a/resources/lang/it-IT/validation.php
+++ b/resources/lang/it-IT/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'messaggio-personalizzato',
+ 'rule-name' => 'messaggio-personalizzato',
],
- 'invalid_currency' => ':attribute codice non è valido.',
- 'invalid_amount' => 'La quantità :l\'attributo non è valido.',
+ 'invalid_currency' => ':attribute codice non è valido.',
+ 'invalid_amount' => 'La quantità :l\'attributo non è valido.',
+ 'invalid_extension' => 'L\'estensione del file non è valida.',
],
/*
diff --git a/resources/lang/lv-LV/bills.php b/resources/lang/lv-LV/bills.php
index 4a3891437..41471f9ba 100644
--- a/resources/lang/lv-LV/bills.php
+++ b/resources/lang/lv-LV/bills.php
@@ -28,6 +28,7 @@ return [
'histories' => 'Vēsture',
'payments' => 'Maksājumi',
'add_payment' => 'Pievienot maksājumu',
+ 'mark_paid' => 'Atzīmēt kā samaksātu',
'mark_received' => 'Atzīmēt kā aņemtu',
'download_pdf' => 'Lejupielādēt PDF',
'send_mail' => 'Sūtīt e-pastu',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'Rēķina saņemšana ir apstiprināta!',
+ 'marked_paid' => 'Rēķins atzīmēts kā samaksāts!',
'draft' => 'This is a DRAFT bill and will be reflected to charts after it gets received.',
'status' => [
diff --git a/resources/lang/lv-LV/bulk_actions.php b/resources/lang/lv-LV/bulk_actions.php
index 3873e45fb..a9ad32f04 100644
--- a/resources/lang/lv-LV/bulk_actions.php
+++ b/resources/lang/lv-LV/bulk_actions.php
@@ -2,8 +2,9 @@
return [
- 'bulk_actions' => 'Bulk Action|Bulk Actions',
- 'selected' => 'selected',
+ 'bulk_actions' => 'Bulk Action|Bulk Actions',
+ 'selected' => 'selected',
+ 'no_action' => 'No action available',
'message' => [
'duplicate' => 'Are you sure you want to duplicate selected record?',
diff --git a/resources/lang/lv-LV/messages.php b/resources/lang/lv-LV/messages.php
index b669bff21..5fc060203 100644
--- a/resources/lang/lv-LV/messages.php
+++ b/resources/lang/lv-LV/messages.php
@@ -28,6 +28,8 @@ return [
'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.',
+ 'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!',
+ 'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
'disable_code' => 'Warning: You are not allowed to disable or change the currency of :name because it has :text related.',
'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
],
diff --git a/resources/lang/lv-LV/passwords.php b/resources/lang/lv-LV/passwords.php
index 8d4ed858f..4d146f253 100644
--- a/resources/lang/lv-LV/passwords.php
+++ b/resources/lang/lv-LV/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'Mēs jums uz e-pastu nosūtījām paroles atjaunošanas saiti!',
'token' => 'Paroles atjaunošanas atslēga ir nederīga.',
'user' => "Mēs nevaram atrast lietotāju ar šadu e-pasta adresi.",
+ 'throttle' => 'Please wait before retrying.',
];
diff --git a/resources/lang/lv-LV/validation.php b/resources/lang/lv-LV/validation.php
index 347e328a1..e4c6c7d00 100644
--- a/resources/lang/lv-LV/validation.php
+++ b/resources/lang/lv-LV/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'ziņa pēc pieprasījuma',
+ 'rule-name' => 'ziņa pēc pieprasījuma',
],
- 'invalid_currency' => ':attribute kods nav derīgs.',
- 'invalid_amount' => 'Daudzums :attribute ir nederīgs.',
+ 'invalid_currency' => ':attribute kods nav derīgs.',
+ 'invalid_amount' => 'Daudzums :attribute ir nederīgs.',
+ 'invalid_extension' => 'The file extension is invalid.',
],
/*
diff --git a/resources/lang/nb-NO/bills.php b/resources/lang/nb-NO/bills.php
index 71f5e8f68..3573ee653 100644
--- a/resources/lang/nb-NO/bills.php
+++ b/resources/lang/nb-NO/bills.php
@@ -28,6 +28,7 @@ return [
'histories' => 'Historikk',
'payments' => 'Utbetalinger',
'add_payment' => 'Legg til betaling',
+ 'mark_paid' => 'Merk som betalt',
'mark_received' => 'Merk som mottatt',
'download_pdf' => 'Last ned PDF',
'send_mail' => 'Send e-post',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'Faktura ble merket som mottatt.',
+ 'marked_paid' => 'Faktura merket som betalt!',
'draft' => 'Dette er en KLADD for fakturaen som vil bli oppdatert etter at den er mottatt.',
'status' => [
diff --git a/resources/lang/nb-NO/bulk_actions.php b/resources/lang/nb-NO/bulk_actions.php
index 5b2d1f70c..a47eb352d 100644
--- a/resources/lang/nb-NO/bulk_actions.php
+++ b/resources/lang/nb-NO/bulk_actions.php
@@ -2,8 +2,9 @@
return [
- 'bulk_actions' => 'Massehandling|Massehandlinger',
- 'selected' => 'valgt',
+ 'bulk_actions' => 'Massehandling|Massehandlinger',
+ 'selected' => 'valgt',
+ 'no_action' => 'Ingen handling tilgjengelig',
'message' => [
'duplicate' => 'Er du sikker på at du vil duplisere de utvalgte oppføring(er)?',
diff --git a/resources/lang/nb-NO/messages.php b/resources/lang/nb-NO/messages.php
index 62445c8ef..462fdc47a 100644
--- a/resources/lang/nb-NO/messages.php
+++ b/resources/lang/nb-NO/messages.php
@@ -28,6 +28,8 @@ return [
'warning' => [
'deleted' => 'Advarsel: Du har ikke mulighet til å slette :name fordi kontoen har :text relatert.',
'disabled' => 'Advarsel: Du kan ikke deaktivere :name fordi kontoen har :text relatert.',
+ 'reconciled_tran' => 'Advarsel: Du har ikke lov til å endre / slette transaksjonen fordi den er avstemt!',
+ 'reconciled_doc' => 'Advarsel: Du har ikke lov til å endre / slette :type fordi den har avstemte transaksjoner!',
'disable_code' => 'Advarsel: Du har ikke tillatelse til å deaktivere eller endre valutaen for :name fordi den har relatert :text.',
'payment_cancel' => 'Advarsel: Du har avbrutt din siste :method betaling!',
],
diff --git a/resources/lang/nb-NO/passwords.php b/resources/lang/nb-NO/passwords.php
index 4b4d8b53e..0f5cce3cd 100644
--- a/resources/lang/nb-NO/passwords.php
+++ b/resources/lang/nb-NO/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'Vi har sendt deg en lenke på e-post, som du kan klikke på for å endre passord.',
'token' => 'Nullstillingskode for passord er ugyldig.',
'user' => "Vi finner ingen bruker med denne e-postadressen.",
+ 'throttle' => 'Vennligst vent før du prøver igjen.',
];
diff --git a/resources/lang/nb-NO/validation.php b/resources/lang/nb-NO/validation.php
index 125ef978b..2a09ede24 100644
--- a/resources/lang/nb-NO/validation.php
+++ b/resources/lang/nb-NO/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'custom-message',
+ 'rule-name' => 'custom-message',
],
- 'invalid_currency' => ':attribute koden er feil.',
- 'invalid_amount' => 'Beløpets :attribute er feil.',
+ 'invalid_currency' => ':attribute koden er feil.',
+ 'invalid_amount' => 'Beløpets :attribute er feil.',
+ 'invalid_extension' => 'Filtypen er ugyldig.',
],
/*
diff --git a/resources/lang/nb-NO/widgets.php b/resources/lang/nb-NO/widgets.php
index 326c0ba4f..96b8f5602 100644
--- a/resources/lang/nb-NO/widgets.php
+++ b/resources/lang/nb-NO/widgets.php
@@ -2,7 +2,7 @@
return [
- 'total_income' => 'Total inntekt',
+ 'total_income' => 'Totale inntekter',
'receivables' => 'Fordringer',
'open_invoices' => 'Ubetalte fakturaer',
'overdue_invoices' => 'Forfalte fakturaer',
@@ -15,7 +15,7 @@ return [
'overdue_profit' => 'Forfalt fortjeneste',
'cash_flow' => 'Kontantstrøm',
'no_profit_loss' => 'Ingen fortjenestestap',
- 'income_by_category' => 'Inntekt etter kategori',
+ 'income_by_category' => 'Inntekter etter kategori',
'expenses_by_category' => 'Utgifter etter kategori',
'account_balance' => 'Kontobalanse',
'latest_income' => 'Siste inntekter',
diff --git a/resources/lang/pt-BR/bills.php b/resources/lang/pt-BR/bills.php
index 37d0070e8..1905816b1 100644
--- a/resources/lang/pt-BR/bills.php
+++ b/resources/lang/pt-BR/bills.php
@@ -28,6 +28,7 @@ return [
'histories' => 'Histórico',
'payments' => 'Pagamentos',
'add_payment' => 'Novo Pagamento',
+ 'mark_paid' => 'Marcar como pago',
'mark_received' => 'Marcar como Recebida',
'download_pdf' => 'Baixar em PDF',
'send_mail' => 'Enviar E-mail',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'Conta marcada como recebida com sucesso!',
+ 'marked_paid' => 'Fatura marcada como paga!',
'draft' => 'Este é um RASCUNHO de fatura e será refletida nos gráficos depois que ela for recebida.',
'status' => [
diff --git a/resources/lang/pt-BR/bulk_actions.php b/resources/lang/pt-BR/bulk_actions.php
index 48fbd75c4..bd6e86581 100644
--- a/resources/lang/pt-BR/bulk_actions.php
+++ b/resources/lang/pt-BR/bulk_actions.php
@@ -2,8 +2,9 @@
return [
- 'bulk_actions' => 'Ação em massa | Ações em massa',
- 'selected' => 'selecionado',
+ 'bulk_actions' => 'Ação em massa | Ações em massa',
+ 'selected' => 'selecionado',
+ 'no_action' => 'No action available',
'message' => [
'duplicate' => 'Tem certeza de que deseja duplicar o registro selecionado?',
diff --git a/resources/lang/pt-BR/messages.php b/resources/lang/pt-BR/messages.php
index c216a8cd7..397eb5d9a 100644
--- a/resources/lang/pt-BR/messages.php
+++ b/resources/lang/pt-BR/messages.php
@@ -28,6 +28,8 @@ return [
'warning' => [
'deleted' => 'Aviso: Você não têm permissão para excluir :name, porque possui o :text relacionado.',
'disabled' => 'Aviso: Você não tem permissão para desativar :name, porque tem :text relacionado.',
+ 'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!',
+ 'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
'disable_code' => 'Aviso: você não tem permissão para desativar ou alterar a moeda de :name porque possui :text relacionado.',
'payment_cancel' => 'Aviso: Você cancelou recentemente o método de pagamento :method!',
],
diff --git a/resources/lang/pt-BR/passwords.php b/resources/lang/pt-BR/passwords.php
index e1a152e4c..23a195cd1 100644
--- a/resources/lang/pt-BR/passwords.php
+++ b/resources/lang/pt-BR/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'O link para redefinição de senha foi enviado para o seu e-mail!',
'token' => 'Token para recuperação de senha inválido.',
'user' => "Não encontramos nenhum usuário com esse endereço de e-mail.",
+ 'throttle' => 'Please wait before retrying.',
];
diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php
index 34a4b833a..ffb00d8f2 100644
--- a/resources/lang/pt-BR/validation.php
+++ b/resources/lang/pt-BR/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'custom-message',
+ 'rule-name' => 'custom-message',
],
- 'invalid_currency' => 'O código :attribute é inválido.',
- 'invalid_amount' => 'O :attribute é inválido.',
+ 'invalid_currency' => 'O código :attribute é inválido.',
+ 'invalid_amount' => 'O :attribute é inválido.',
+ 'invalid_extension' => 'The file extension is invalid.',
],
/*
diff --git a/resources/lang/pt-PT/auth.php b/resources/lang/pt-PT/auth.php
index 873a6a706..a68bc946f 100644
--- a/resources/lang/pt-PT/auth.php
+++ b/resources/lang/pt-PT/auth.php
@@ -13,16 +13,18 @@ return [
'current_email' => 'E-mail atual',
'reset' => 'Redefinir',
'never' => 'nunca',
-
+ 'landing_page' => 'Página de Entrada',
+
'password' => [
'current' => 'Senha',
'current_confirm' => 'Confirmação da Senha',
'new' => 'Nova senha',
'new_confirm' => 'Confirmação da Nova Senha',
],
-
+
'error' => [
'self_delete' => 'Erro: Não pode se excluir!',
+ 'self_disable' => 'Error: Can not disable yourself!',
'no_company' => 'Erro: Nenhuma empresa atribuída à sua conta. Por favor, contacte o administrador do sistema.',
],
diff --git a/resources/lang/pt-PT/bills.php b/resources/lang/pt-PT/bills.php
index 5d72830dd..f83669530 100644
--- a/resources/lang/pt-PT/bills.php
+++ b/resources/lang/pt-PT/bills.php
@@ -16,7 +16,7 @@ return [
'tax_total' => 'Imposto',
'total' => 'Total',
- 'item_name' => 'Nome do Item | Nome dos Items',
+ 'item_name' => 'Nome do Item|Nome dos Itens',
'show_discount' => ':discount% de desconto',
'add_discount' => 'Adicionar desconto',
@@ -28,6 +28,7 @@ return [
'histories' => 'Histórico',
'payments' => 'Pagamentos',
'add_payment' => 'Pagar Conta',
+ 'mark_paid' => 'Mark Paid',
'mark_received' => 'Marcar como Recebida',
'download_pdf' => 'Transferir em PDF',
'send_mail' => 'Enviar e-mail',
@@ -37,13 +38,16 @@ return [
'statuses' => [
'draft' => 'Rascunho',
- 'received' => 'Recebido',
+ 'received' => 'Recebida',
'partial' => 'Parcial',
- 'paid' => 'Pago',
+ 'paid' => 'Paga',
+ 'overdue' => 'Vencida',
+ 'unpaid' => 'Por Pagar',
],
'messages' => [
'received' => 'Conta marcada como recebida com sucesso!',
+ 'marked_paid' => 'Bill marked as paid!',
'draft' => 'Isto é um RASCUNHO da conta e será refletida nos gráficos depois de recebida.',
'status' => [
diff --git a/resources/lang/pt-PT/bulk_actions.php b/resources/lang/pt-PT/bulk_actions.php
new file mode 100644
index 000000000..495357740
--- /dev/null
+++ b/resources/lang/pt-PT/bulk_actions.php
@@ -0,0 +1,20 @@
+ 'Ação em massa|Ações em massa',
+ 'selected' => 'selecionado',
+ 'no_action' => 'No action available',
+
+ 'message' => [
+ 'duplicate' => 'Tem a certeza de que pretende duplicar o(s) registo(s) selecionado(s)?',
+ 'delete' => 'Are you sure you want to delete selected record?|Are you sure you want to delete selected records?',
+ 'export' => 'Are you sure you want to export selected record?|Are you sure you want to export selected records?',
+ 'enable' => 'Are you sure you want to enable selected record?|Are you sure you want to enable selected records?',
+ 'disable' => 'Are you sure you want to disable selected record?|Are you sure you want to disable selected records?',
+ 'paid' => 'Are you sure you want to mark selected invoice as paid?|Are you sure you want to mark selected invoices as paid?',
+ 'sent' => 'Are you sure you want to mark selected invoice as sent?|Are you sure you want to mark selected invoices as sent?',
+ 'received' => 'Are you sure you want to mark selected bill as received?|Are you sure you want to mark selected bills as received?',
+ ],
+
+];
diff --git a/resources/lang/pt-PT/companies.php b/resources/lang/pt-PT/companies.php
index b2db7a47b..5157a22d7 100644
--- a/resources/lang/pt-PT/companies.php
+++ b/resources/lang/pt-PT/companies.php
@@ -3,11 +3,12 @@
return [
'domain' => 'Domínio',
- 'logo' => 'Logotipo',
- 'manage' => 'Gerir empresas',
- 'all' => 'Todas as empresas',
+ 'logo' => 'Logótipo',
+
'error' => [
- 'delete_active' => 'Erro: Não é possível excluir a empresa em atividade, por favor altere o registo!',
+ 'not_user_company' => 'Erro: Não tem permissão para alterar esta empresa!',
+ 'delete_active' => 'Error: Can not delete the active company. Please, switch to another first!',
+ 'disable_active' => 'Error: Can not disable the active company. Please, switch to another first!',
],
];
diff --git a/resources/lang/pt-PT/customers.php b/resources/lang/pt-PT/customers.php
index f0915de3b..eafe11f26 100644
--- a/resources/lang/pt-PT/customers.php
+++ b/resources/lang/pt-PT/customers.php
@@ -2,15 +2,11 @@
return [
- 'allow_login' => 'Permitir Acesso?',
+ 'can_login' => 'Can Login?',
'user_created' => 'Utilizador criado',
'error' => [
- 'email' => 'Este e-mail já foi registado.'
+ 'email' => 'Este e-mail já foi registado.',
],
- 'notification' => [
- 'message' => ':customer fez o pagamento de :amount para a fatura número :invoice_number.',
- 'button' => 'Mostrar',
- ],
];
diff --git a/resources/lang/pt-PT/dashboard.php b/resources/lang/pt-PT/dashboard.php
deleted file mode 100644
index 6eb3915ca..000000000
--- a/resources/lang/pt-PT/dashboard.php
+++ /dev/null
@@ -1,24 +0,0 @@
- 'Rendimentos totais',
- 'receivables' => 'A Receber',
- 'open_invoices' => 'Faturas em Aberto',
- 'overdue_invoices' => 'Faturas Vencidas',
- 'total_expenses' => 'Despesas totais',
- 'payables' => 'A Pagar',
- 'open_bills' => 'Contas em Aberto',
- 'overdue_bills' => 'Contas Vencidas',
- 'total_profit' => 'Lucro Total',
- 'open_profit' => 'Lucro em Aberto',
- 'overdue_profit' => 'Lucro Vencido',
- 'cash_flow' => 'Fluxo de Caixa',
- 'no_profit_loss' => 'Sem perda de lucro',
- 'incomes_by_category' => 'Rendimentos por Categoria',
- 'expenses_by_category' => 'Despesas por Categoria',
- 'account_balance' => 'Saldo da(s) Conta(s)',
- 'latest_incomes' => 'Últimas Receitas',
- 'latest_expenses' => 'Últimas Despesas',
-
-];
diff --git a/resources/lang/pt-PT/dashboards.php b/resources/lang/pt-PT/dashboards.php
new file mode 100644
index 000000000..cdee3cb28
--- /dev/null
+++ b/resources/lang/pt-PT/dashboards.php
@@ -0,0 +1,11 @@
+ [
+ 'not_user_dashboard' => 'Error: You are not allowed to change this dashboard!',
+ 'delete_last' => 'Error: Can not delete the last dashboard. Please, create a new one first!',
+ 'disable_last' => 'Error: Can not disable the last dashboard. Please, create a new one first!',
+ ],
+
+];
diff --git a/resources/lang/pt-PT/demo.php b/resources/lang/pt-PT/demo.php
index 1e41a13d5..df6afba2e 100644
--- a/resources/lang/pt-PT/demo.php
+++ b/resources/lang/pt-PT/demo.php
@@ -2,12 +2,33 @@
return [
- 'accounts_cash' => 'Dinheiro',
- 'categories_deposit' => 'Depósito',
- 'categories_sales' => 'Vendas',
- 'currencies_usd' => 'Dólar Americano',
- 'currencies_eur' => 'Euro',
- 'currencies_gbp' => 'Libra Esterlina',
- 'currencies_try' => 'Lira Turca',
+ 'accounts' => [
+ 'cash' => 'Dinheiro',
+ ],
+
+ 'categories' => [
+ 'deposit' => 'Depósito',
+ 'sales' => 'Vendas',
+ ],
+
+ 'currencies' => [
+ 'usd' => 'Dólar Americano',
+ 'eur' => 'Euro',
+ 'gbp' => 'Libra Esterlina',
+ 'try' => 'Lira Turca',
+ ],
+
+ 'offline_payments' => [
+ 'cash' => 'Dinheiro',
+ 'bank' => 'Transferência Bancária',
+ ],
+
+ 'reports' => [
+ 'income' => 'Monthly income summary by category.',
+ 'expense' => 'Monthly expense summary by category.',
+ 'income_expense' => 'Monthly income vs expense by category.',
+ 'tax' => 'Quarterly tax summary.',
+ 'profit_loss' => 'Quarterly profit & loss by category.',
+ ],
];
diff --git a/resources/lang/pt-PT/email_templates.php b/resources/lang/pt-PT/email_templates.php
new file mode 100644
index 000000000..8ccef15bb
--- /dev/null
+++ b/resources/lang/pt-PT/email_templates.php
@@ -0,0 +1,50 @@
+ [
+ 'subject' => '{invoice_number} fatura criada',
+ 'body' => 'Dear {customer_name},
We have prepared the following invoice for you: {invoice_number}.
You can see the invoice details and proceed with the payment from the following link: {invoice_number}.
Feel free to contact us for any question.
Best Regards,
{company_name}',
+ ],
+
+ 'invoice_remind_customer' => [
+ 'subject' => '{invoice_number} invoice overdue notice',
+ 'body' => 'Dear {customer_name},
This is an overdue notice for {invoice_number} invoice.
The invoice total is {invoice_total} and was due {invoice_due_date}.
You can see the invoice details and proceed with the payment from the following link: {invoice_number}.
Best Regards,
{company_name}',
+ ],
+
+ 'invoice_remind_admin' => [
+ 'subject' => '{invoice_number} invoice overdue notice',
+ 'body' => 'Hello,
{customer_name} has received an overdue notice for {invoice_number} invoice.
The invoice total is {invoice_total} and was due {invoice_due_date}.
You can see the invoice details from the following link: {invoice_number}.
Best Regards,
{company_name}',
+ ],
+
+ 'invoice_recur_customer' => [
+ 'subject' => '{invoice_number} recurring invoice created',
+ 'body' => 'Dear {customer_name},
Based on your recurring circle, we have prepared the following invoice for you: {invoice_number}.
You can see the invoice details and proceed with the payment from the following link: {invoice_number}.
Feel free to contact us for any question.
Best Regards,
{company_name}',
+ ],
+
+ 'invoice_recur_admin' => [
+ 'subject' => '{invoice_number} recurring invoice created',
+ 'body' => 'Hello,
Based on {customer_name} recurring circle, {invoice_number} invoice has been automatically created.
You can see the invoice details from the following link: {invoice_number}.
Best Regards,
{company_name}',
+ ],
+
+ 'invoice_payment_customer' => [
+ 'subject' => 'Payment received for {invoice_number} invoice',
+ 'body' => 'Dear {customer_name},
Thank you for the payment. Find the payment details below:
-------------------------------------------------
Amount: {transaction_total}
Date: {transaction_paid_date}
Invoice Number: {invoice_number}
-------------------------------------------------
You can always see the invoice details from the following link: {invoice_number}.
Feel free to contact us for any question.
Best Regards,
{company_name}',
+ ],
+
+ 'invoice_payment_admin' => [
+ 'subject' => 'Payment received for {invoice_number} invoice',
+ 'body' => 'Hello,
{customer_name} recorded a payment for {invoice_number} invoice.
You can see the invoice details from the following link: {invoice_number}.
Best Regards,
{company_name}',
+ ],
+
+ 'bill_remind_admin' => [
+ 'subject' => '{bill_number} bill reminding notice',
+ 'body' => 'Hello,
This is a reminding notice for {bill_number} bill to {vendor_name}.
The bill total is {bill_total} and is due {bill_due_date}.
You can see the bill details from the following link: {bill_number}.
Best Regards,
{company_name}',
+ ],
+
+ 'bill_recur_admin' => [
+ 'subject' => '{bill_number} recurring bill created',
+ 'body' => 'Hello,
Based on {vendor_name} recurring circle, {bill_number} invoice has been automatically created.
You can see the bill details from the following link: {bill_number}.
Best Regards,
{company_name}',
+ ],
+
+];
diff --git a/resources/lang/pt-PT/errors.php b/resources/lang/pt-PT/errors.php
new file mode 100644
index 000000000..c72a47530
--- /dev/null
+++ b/resources/lang/pt-PT/errors.php
@@ -0,0 +1,23 @@
+ [
+ '403' => 'Oops! Forbidden Access',
+ '404' => 'Oops! Page not found',
+ '500' => 'Oops! Something went wrong',
+ ],
+
+ 'header' => [
+ '403' => '403 Forbidden',
+ '404' => '404 Not Found',
+ '500' => '500 Internal Server Error',
+ ],
+
+ 'message' => [
+ '403' => 'You can not access this page.',
+ '404' => 'We could not find the page you were looking for.',
+ '500' => 'We will work on fixing that right away.',
+ ],
+
+];
diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php
index 9c2a367d4..fdcaa571f 100644
--- a/resources/lang/pt-PT/general.php
+++ b/resources/lang/pt-PT/general.php
@@ -2,31 +2,32 @@
return [
- 'items' => 'Itens|Itens',
- 'incomes' => 'Rendimentos|Rendimentos',
- 'invoices' => 'Facturas|Facturas',
+ 'dashboards' => 'Painel|Painéis',
+ 'items' => 'Item|Itens',
+ 'incomes' => 'Receita|Receitas',
+ 'invoices' => 'Factura|Facturas',
'revenues' => 'Receitas|Receitas',
- 'customers' => 'Clientes|Clientes',
- 'expenses' => 'Despesas|Despesas',
- 'bills' => 'Contas|Contas',
- 'payments' => 'Pagamentos|Pagamentos',
- 'vendors' => 'Fornecedores|Fornecedores',
- 'accounts' => 'Contas|Contas',
- 'transfers' => 'Transferências|Transferências',
- 'transactions' => 'Transações|Transações',
- 'reports' => 'Relatórios|Relatórios',
- 'settings' => 'Configurações|Configurações',
- 'categories' => 'Categorias|Categorias',
- 'currencies' => 'Moedas|Moedas',
- 'tax_rates' => 'Taxas de Imposto|Taxas de Imposto',
- 'users' => 'Utilizadores|Utilizadores',
- 'roles' => 'Regras|Regras',
- 'permissions' => 'Permissões|Permissões',
- 'modules' => 'Aplicações|Aplicações',
+ 'customers' => 'Cliente|Clientes',
+ 'expenses' => 'Despesa|Despesas',
+ 'bills' => 'Conta|Contas',
+ 'payments' => 'Pagamento|Pagamentos',
+ 'vendors' => 'Fornecedor|Fornecedores',
+ 'accounts' => 'Conta|Contas',
+ 'transfers' => 'Transferência|Transferências',
+ 'transactions' => 'Transação|Transações',
+ 'reports' => 'Relatório|Relatórios',
+ 'settings' => 'Configuração|Configurações',
+ 'categories' => 'Categoria|Categorias',
+ 'currencies' => 'Moeda|Moedas',
+ 'tax_rates' => 'Taxa de Imposto|Taxas de Imposto',
+ 'users' => 'Utilizador|Utilizadores',
+ 'roles' => 'Função|Funções',
+ 'permissions' => 'Permissão|Permissões',
+ 'modules' => 'Aplicação|Aplicações',
'companies' => 'Empresa|Empresas',
'profits' => 'Lucro|Lucros',
'taxes' => 'Imposto|Impostos',
- 'logos' => 'Logotipo|Logotipos',
+ 'logos' => 'Logótipo|Logótipos',
'pictures' => 'Imagem|Imagens',
'types' => 'Tipo|Tipos',
'payment_methods' => 'Método de Pagamento|Métodos de Pagamento',
@@ -39,10 +40,19 @@ return [
'statuses' => 'Estado|Estados',
'others' => 'Outro|Outros',
'contacts' => 'Contacto|Contactos',
- 'reconciliations' => 'Reconciliações|Reconciliações',
+ 'reconciliations' => 'Reconciliação|Reconciliações',
'developers' => 'Desenvolvedor|Desenvolvedores',
+ 'schedules' => 'Schedule|Schedules',
+ 'groups' => 'Grupo|Grupos',
+ 'charts' => 'Gráfico|Gráficos',
+ 'localisations' => 'Localização|Localizações',
+ 'defaults' => 'Padrão|Padrões',
+ 'widgets' => 'Widget|Widgets',
+ 'templates' => 'Modelo|Modelos',
+ 'sales' => 'Venda|Vendas',
+ 'purchases' => 'Compra|Compras',
- 'dashboard' => 'Painel de Controlo',
+ 'welcome' => 'Bem-vindo',
'banking' => 'Bancos',
'general' => 'Geral',
'no_records' => 'Sem Registos.',
@@ -54,17 +64,21 @@ return [
'no' => 'Não',
'na' => 'N/D',
'daily' => 'Diário',
+ 'weekly' => 'Semanalmente',
'monthly' => 'Mensal',
'quarterly' => 'Trimestral',
'yearly' => 'Anual',
'add' => 'Adicionar',
'add_new' => 'Adicionar',
+ 'add_income' => 'Adicionar Receita',
+ 'add_expense' => 'Adicionar Despesa',
'show' => 'Mostrar',
'edit' => 'Editar',
- 'delete' => 'Excluir',
+ 'delete' => 'Eliminar',
'send' => 'Enviar',
+ 'share' => 'Partilhar',
'download' => 'Transferir',
- 'delete_confirm' => 'Confirmar a exclusão :name :type?',
+ 'delete_confirm' => 'Confirmar a remoção de :type :name?',
'name' => 'Nome',
'email' => 'E-mail',
'tax_number' => 'Número de identificação fiscal',
@@ -80,9 +94,11 @@ return [
'reference' => 'Referência',
'attachment' => 'Anexo',
'change' => 'Alterar',
+ 'change_type' => 'Alterar :type',
'switch' => 'Mudar',
'color' => 'Côr',
'save' => 'Guardar',
+ 'confirm' => 'Confirmar',
'cancel' => 'Cancelar',
'loading' => 'A Executar...',
'from' => 'De',
@@ -112,28 +128,56 @@ return [
'disable' => 'Desactivar',
'select_all' => 'Selecionar Tudo',
'unselect_all' => 'Desmarcar Tudo',
- 'go_to' => 'Ir para :name',
'created_date' => 'Data de Criação',
'period' => 'Período',
+ 'frequency' => 'Frequência',
'start' => 'Início',
'end' => 'Fim',
'clear' => 'Limpar',
'difference' => 'Diferença',
+ 'footer' => 'Rodapé',
+ 'start_date' => 'Data Inicial',
+ 'end_date' => 'Data Final',
+ 'basis' => 'Basis',
+ 'accrual' => 'Accrual',
+ 'cash' => 'Dinheiro',
+ 'group_by' => 'Group By',
+ 'accounting' => 'Accounting',
+ 'sort' => 'Ordenar',
+ 'width' => 'Largura',
+ 'month' => 'Mês',
+ 'year' => 'Ano',
+ 'type_item_name' => 'Type an item name',
+ 'no_data' => 'No data',
+ 'no_matching_data' => 'No matching data',
+ 'clear_cache' => 'Limpar Cache',
+ 'go_to_dashboard' => 'Ir para o Painel',
+
+ 'card' => [
+ 'name' => 'Name on Card',
+ 'number' => 'Card Number',
+ 'expiration_date' => 'Expiration Date',
+ 'cvv' => 'Card CVV',
+ ],
'title' => [
'new' => 'Adicionar :type',
'edit' => 'Editar :type',
+ 'delete' => 'Eliminar :type',
'create' => 'Criar :type',
'send' => 'Enviar :type',
'get' => 'Obter :type',
+ 'add' => 'Adicionar :type',
+ 'manage' => 'Manage :type',
],
'form' => [
- 'enter' => 'Digite :field',
+ 'enter' => 'Inserir :field',
'select' => [
'field' => '- Selecionar :field -',
'file' => 'Selecionar ficheiro',
],
+ 'add_new' => 'Adicionar Novo :field',
'no_file_selected' => 'Nenhum ficheiro selecionado...',
],
@@ -144,4 +188,19 @@ return [
'this_month' => 'Este Mês',
'last_month' => 'Mês Anterior',
],
+
+ 'empty' => [
+ 'documentation' => 'Check out the documentation for more details.',
+ 'items' => 'Items can be products or services. You can use items when creating invoices and bills to have the price, tax etc fields populated.',
+ 'invoices' => 'Invoices can be one time or recurring. You can send them to customers and start accepting online payments.',
+ 'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.',
+ 'customers' => 'Customers are required if you want to create invoices. They may also log in to Client Portal and see their balance.',
+ 'bills' => 'Bills can be one time or recurring. They indicate what you owe your vendors for the products or services you purchase.',
+ 'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.',
+ 'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.',
+ 'transfers' => 'Transfers allow you to move money from one account to another, whether they use the same currency or not.',
+ 'taxes' => 'Taxes are used to apply extra fees to invoices and bills. Your financials are affected by these regulatory taxes.',
+ 'reconciliations' => 'Bank reconciliation is a process performed to ensure that your company bank records are also correct.',
+ ],
+
];
diff --git a/resources/lang/pt-PT/header.php b/resources/lang/pt-PT/header.php
index 7e49e8a8e..667ff359b 100644
--- a/resources/lang/pt-PT/header.php
+++ b/resources/lang/pt-PT/header.php
@@ -6,11 +6,11 @@ return [
'last_login' => 'Último Login :time',
'notifications' => [
'counter' => '{0} Não tem notificações|{1} Tem :count notificação|[2,*] Tem :count notificações',
- 'overdue_invoices' => '{1} :count factura vencida|[2,*] :count faturas vencidas',
+ 'overdue_invoices' => '{1} :count fatura vencida|[2,*] :count faturas vencidas',
'upcoming_bills' => '{1} :count próxima conta|[2,*] :count próximas contas',
- 'items_stock' => '{1} :count Item não disponível|[2,*] :count Itens não disponíveis',
'view_all' => 'Visualizar tudo'
],
'docs_link' => 'https://akaunting.com/docs',
+ 'support_link' => 'https://akaunting.com/support',
];
diff --git a/resources/lang/pt-PT/invoices.php b/resources/lang/pt-PT/invoices.php
index 03e500843..a8c008afc 100644
--- a/resources/lang/pt-PT/invoices.php
+++ b/resources/lang/pt-PT/invoices.php
@@ -26,9 +26,10 @@ return [
'paid' => 'Pago',
'histories' => 'Histórico',
'payments' => 'Pagamentos',
- 'add_payment' => 'Novo Pagamento',
+ 'add_payment' => 'Adicionar Pagamento',
'mark_paid' => 'Marcar como Pago',
'mark_sent' => 'Marcar como Enviada',
+ 'mark_viewed' => 'Mark Viewed',
'download_pdf' => 'Transferir em PDF',
'send_mail' => 'Enviar E-mail',
'all_invoices' => 'Faça o login para ver todas as faturas',
@@ -39,21 +40,25 @@ return [
'statuses' => [
'draft' => 'Rascunho',
- 'sent' => 'Enviado',
- 'viewed' => 'Visto',
- 'approved' => 'Aprovado',
+ 'sent' => 'Sent',
+ 'viewed' => 'Viewed',
+ 'approved' => 'Approved',
'partial' => 'Parcial',
- 'paid' => 'Pago',
+ 'paid' => 'Paid',
+ 'overdue' => 'Overdue',
+ 'unpaid' => 'Por Pagar',
],
'messages' => [
- 'email_sent' => 'O e-mail foi enviado com sucesso!',
- 'marked_sent' => 'Fatura marcada como enviada com sucesso!',
+ 'email_sent' => 'Invoice email has been sent!',
+ 'marked_sent' => 'Invoice marked as sent!',
+ 'marked_paid' => 'Invoice marked as paid!',
'email_required' => 'Nenhum endereço de e-mail para este cliente!',
'draft' => 'Isto é um RASCUNHO da fatura e será refletida nos gráficos depois de enviada.',
'status' => [
'created' => 'Criada em :date',
+ 'viewed' => 'Viewed',
'send' => [
'draft' => 'Não Enviada',
'sent' => 'Enviada em :data',
@@ -64,9 +69,4 @@ return [
],
],
- 'notification' => [
- 'message' => 'Recebeu este e-mail porque tem uma próxima fatura com o valor de :amount para o cliente :customer.',
- 'button' => 'Pagar agora',
- ],
-
];
diff --git a/resources/lang/pt-PT/items.php b/resources/lang/pt-PT/items.php
index 2980ca3bf..666e94c8e 100644
--- a/resources/lang/pt-PT/items.php
+++ b/resources/lang/pt-PT/items.php
@@ -2,17 +2,7 @@
return [
- 'quantities' => 'Quantidade|Quantidades',
'sales_price' => 'Preço de Venda',
'purchase_price' => 'Preço de Compra',
- 'sku' => 'SKU',
-
- 'notification' => [
- 'message' => [
- 'reminder' => 'Recebeu este e-mail porque só existe :quantity item de :name.',
- 'out_of_stock' => 'Recebeu este e-mail porque o item :name está quase indesponível.',
- ],
- 'button' => 'Visualizar agora',
- ],
];
diff --git a/resources/lang/pt-PT/maintenance.php b/resources/lang/pt-PT/maintenance.php
new file mode 100644
index 000000000..ec79d916c
--- /dev/null
+++ b/resources/lang/pt-PT/maintenance.php
@@ -0,0 +1,11 @@
+ 'Em Manutenção',
+
+ 'message' => 'Sorry, we\'re down for maintenance. Please, try again later!',
+
+ 'last-updated' => 'This message was last updated :timestamp.',
+
+];
diff --git a/resources/lang/pt-PT/messages.php b/resources/lang/pt-PT/messages.php
index 7f8dedd75..fe1f366ea 100644
--- a/resources/lang/pt-PT/messages.php
+++ b/resources/lang/pt-PT/messages.php
@@ -8,6 +8,7 @@ return [
'deleted' => ':type excluído(a)!',
'duplicated' => ':type duplicado(a)!',
'imported' => ':type importado(a)!',
+ 'exported' => ':type exported!',
'enabled' => ':type ativado(a)!',
'disabled' => ': type desativado(a)!',
],
@@ -18,7 +19,8 @@ return [
'customer' => 'Erro: O utilizador não foi criado! :name já está a usar este e-mail.',
'no_file' => 'Erro: Nenhum ficheiro selecionado!',
'last_category' => 'Erro: Não pode excluir a última :type categoria!',
- 'invalid_apikey' => 'Erro: O token inserido é inválido!',
+ 'change_type' => 'Error: Can not change the type because it has :text related!',
+ 'invalid_apikey' => 'Erro: A chave de API inserida é inválida!',
'import_column' => 'Erro: :message Nome da folha: :sheet. Linha número: :line.',
'import_sheet' => 'Erro: O nome da folha não é válido. Por favor, verifique o ficheiro de exemplo.',
],
@@ -26,7 +28,10 @@ return [
'warning' => [
'deleted' => 'Aviso: Não está autorizado a excluir :name porque está relacionado com :text.',
'disabled' => 'Aviso: Não está autorizado a desativar :name porque está relacionado com :text.',
+ 'reconciled_tran' => 'Warning: You are not allowed to change/delete transaction because it is reconciled!',
+ 'reconciled_doc' => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!',
'disable_code' => 'Aviso: Não está autorizado a desativar ou modificar a moeda :name porque está relacionada com :text.',
+ 'payment_cancel' => 'Warning: You have cancelled your recent :method payment!',
],
];
diff --git a/resources/lang/pt-PT/modules.php b/resources/lang/pt-PT/modules.php
index be0008811..fcfc170fd 100644
--- a/resources/lang/pt-PT/modules.php
+++ b/resources/lang/pt-PT/modules.php
@@ -2,9 +2,9 @@
return [
- 'title' => 'Token de API',
- 'api_token' => 'Token',
+ 'api_key' => 'Chave da API',
'my_apps' => 'Minhas Aplicações',
+ 'pre_sale' => 'Pré-Venda',
'top_paid' => 'Melhores Pagos',
'new' => 'Recentes',
'top_free' => 'Melhores Grátis',
@@ -12,10 +12,9 @@ return [
'search' => 'Pesquisar',
'install' => 'Instalar',
'buy_now' => 'Comprar Agora',
- 'token_link' => 'Clique aqui para obter o token de API.',
+ 'get_api_key' => 'Click here to get your API key.',
'no_apps' => 'Ainda não existem aplicações nesta categoria.',
- 'developer' => 'É um programador? Aqui pode aprender como criar uma aplicação e começar a vendê-la hoje mesmo!',
-
+ 'become_developer' => 'Are you a developer? Here you can learn how to create an app and start selling today!',
'recommended_apps' => 'Aplicações Recomendadas',
'about' => 'Sobre',
@@ -37,30 +36,30 @@ return [
'installation' => 'Instalação',
'faq' => 'Perguntas Frequentes',
'changelog' => 'Registo de alterações',
- 'reviews' => 'Comentários',
+ 'reviews' => 'Comentários',
],
'installation' => [
'header' => 'Instalação de aplicação',
- 'download' => 'A transferir ficheiros do módulo :module.',
- 'unzip' => 'A extrair ficheiros do módulo :module.',
- 'file_copy' => 'A copiar ficheiros do modulo :module.',
- 'migrate' => 'A aplicar atualizações ao modulo :module.',
- 'finish' => 'A atualização foi instalada com sucesso. Será redirecionado para a página de atualizações.',
- 'install' => 'A instalar ficheiros do modulo :module.',
+ 'download' => 'A transferir :module',
+ 'unzip' => 'A extrair ficheiros :module',
+ 'file_copy' => 'Copying :module files',
+ 'finish' => 'Finalizing :module installation',
+ 'redirect' => ':module installed, redirecting to updates page',
+ 'install' => 'Installing :module',
],
'errors' => [
- 'download' => 'Não foi possível transferir o modulo :module!',
- 'upload' => 'Não foi possível guardar o modulo :module transferido!',
- 'unzip' => 'Não foi possível descompactar o modulo :module!',
- 'file_copy' => 'Não foi possível copiar ficheiros do modulo :module!',
- 'migrate' => 'Migração quebrada do modulo :module!',
- 'migrate core' => 'O modulo :module já está na versão mais recente, então não poderá atualizar.',
+ 'download' => 'Not able to download :module',
+ 'zip' => 'Not able to create :module zip file',
+ 'unzip' => 'Not able to unzip :module',
+ 'file_copy' => 'Not able to copy :module files',
+ 'finish' => 'Not able to finalize :module installation',
],
'badge' => [
- 'installed' => 'Instalado',
+ 'installed' => 'Instalado',
+ 'pre_sale' => 'Pré-Venda',
],
'button' => [
@@ -70,14 +69,16 @@ return [
],
'my' => [
- 'purchased' => 'Compradas',
- 'installed' => 'Instaladas',
+ 'purchased' => 'Compradas',
+ 'installed' => 'Instaladas',
],
'reviews' => [
'button' => [
- 'add' => 'Adicionar Comentário'
+ 'add' => 'Adicionar Comentário'
],
- 'na' => 'Não existem comentários.'
- ]
+
+ 'na' => 'Não existem comentários.'
+ ],
+
];
diff --git a/resources/lang/pt-PT/pagination.php b/resources/lang/pt-PT/pagination.php
index f46a7e06e..de9b8023e 100644
--- a/resources/lang/pt-PT/pagination.php
+++ b/resources/lang/pt-PT/pagination.php
@@ -2,8 +2,9 @@
return [
- 'previous' => '« Anterior',
- 'next' => 'Seguinte »',
- 'showing' => 'A mostrar :first de :last de :total :type',
+ 'previous' => 'Previous',
+ 'next' => 'Next',
+ 'showing' => ':first-:last of :total records.',
+ 'page' => 'per page.',
];
diff --git a/resources/lang/pt-PT/passwords.php b/resources/lang/pt-PT/passwords.php
index e710f9b45..3d1c64ca4 100644
--- a/resources/lang/pt-PT/passwords.php
+++ b/resources/lang/pt-PT/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'O link para redefinição de senha foi enviado para o seu e-mail!',
'token' => 'Token para recuperação de senha inválido.',
'user' => "Não encontramos nenhum utilizador com esse endereço de e-mail.",
+ 'throttle' => 'Please wait before retrying.',
];
diff --git a/resources/lang/pt-PT/reconciliations.php b/resources/lang/pt-PT/reconciliations.php
index 1003c667e..8b96f3bcf 100644
--- a/resources/lang/pt-PT/reconciliations.php
+++ b/resources/lang/pt-PT/reconciliations.php
@@ -6,7 +6,7 @@ return [
'reconciled' => 'Reconciliado',
'closing_balance' => 'Balanço Final',
'unreconciled' => 'Não Reconciliado',
- 'list_transactions' => 'Listar Transações',
+ 'transactions' => 'Transactions',
'start_date' => 'Data Inicial',
'end_date' => 'Data Final',
'cleared_amount' => 'Montante Apurado',
diff --git a/resources/lang/pt-PT/reports.php b/resources/lang/pt-PT/reports.php
index 878d1d312..bec6c9d78 100644
--- a/resources/lang/pt-PT/reports.php
+++ b/resources/lang/pt-PT/reports.php
@@ -12,6 +12,7 @@ return [
'net_profit' => 'Lucro Líquido',
'total_expenses' => 'Despesas Totais',
'net' => 'Líquido',
+ 'income_expense' => 'Income & Expense',
'summary' => [
'income' => 'Resumo das Receitas',
@@ -20,11 +21,10 @@ return [
'tax' => 'Resumo do imposto',
],
- 'quarter' => [
- '1' => 'Jan-Mar',
- '2' => 'Abr-Jun',
- '3' => 'Jul-Set',
- '4' => 'Out-Dez',
+ 'charts' => [
+ 'line' => 'Line',
+ 'bar' => 'Bar',
+ 'pie' => 'Pie',
],
];
diff --git a/resources/lang/pt-PT/settings.php b/resources/lang/pt-PT/settings.php
index ef953b966..18778cd1e 100644
--- a/resources/lang/pt-PT/settings.php
+++ b/resources/lang/pt-PT/settings.php
@@ -3,14 +3,16 @@
return [
'company' => [
+ 'description' => 'Change company name, email, address, tax number etc',
'name' => 'Nome',
'email' => 'E-mail',
'phone' => 'Telefone',
'address' => 'Endereço',
- 'logo' => 'Logotipo',
+ 'logo' => 'Logótipo',
],
+
'localisation' => [
- 'tab' => 'Localização',
+ 'description' => 'Set fiscal year, time zone, date format and more locals',
'financial_start' => 'Início do ano fiscal',
'timezone' => 'Fuso Horário',
'date' => [
@@ -28,8 +30,9 @@ return [
'after' => 'Depois do Número',
],
],
+
'invoice' => [
- 'tab' => 'Faturas',
+ 'description' => 'Customize invoice prefix, number, terms, footer etc',
'prefix' => 'Prefixo',
'digit' => 'Quantidade de dígitos',
'next' => 'Próximo Número',
@@ -44,16 +47,25 @@ return [
'rate' => 'Taxa',
'quantity_name' => 'Nome de Quantidade',
'quantity' => 'Quantidade',
+ 'payment_terms' => 'Termos de Pagamento',
+ 'title' => 'Título',
+ 'subheading' => 'Subtítulo',
+ 'due_receipt' => 'Due upon receipt',
+ 'due_days' => 'Due within :days days',
+ 'choose_template' => 'Choose invoice template',
+ 'default' => 'Padrão',
+ 'classic' => 'Clássico',
+ 'modern' => 'Moderno',
],
+
'default' => [
- 'tab' => 'Padrões',
- 'account' => 'Conta Padrão',
- 'currency' => 'Moeda Padrão',
- 'tax' => 'Imposto Padrão',
- 'payment' => 'Método de Pagamento Padrão',
- 'language' => 'Idioma Padrão',
+ 'description' => 'Default account, currency, language of your company',
+ 'list_limit' => 'Records Per Page',
+ 'use_gravatar' => 'Usar Gravatar',
],
+
'email' => [
+ 'description' => 'Change the sending protocol and email templates',
'protocol' => 'Protocolo',
'php' => 'PHP Mail',
'smtp' => [
@@ -68,36 +80,44 @@ return [
'sendmail' => 'Sendmail',
'sendmail_path' => 'Localização Sendmail',
'log' => 'Registo de e-mails',
+
+ 'templates' => [
+ 'subject' => 'Assunto',
+ 'body' => 'Conteúdo',
+ 'tags' => 'Available Tags: :tag_list',
+ 'invoice_new_customer' => 'New Invoice Template (sent to customer)',
+ 'invoice_remind_customer' => 'Invoice Reminder Template (sent to customer)',
+ 'invoice_remind_admin' => 'Invoice Reminder Template (sent to admin)',
+ 'invoice_recur_customer' => 'Invoice Recurring Template (sent to customer)',
+ 'invoice_recur_admin' => 'Invoice Recurring Template (sent to admin)',
+ 'invoice_payment_customer' => 'Payment Received Template (sent to customer)',
+ '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)',
+ ],
],
+
'scheduling' => [
- 'tab' => 'Agendamento',
+ 'name' => 'Scheduling',
+ 'description' => 'Automatic reminders and command for recurring',
'send_invoice' => 'Enviar lembrete de faturas',
'invoice_days' => 'Enviar após dias de vencimento',
'send_bill' => 'Enviar lembrete de Contas',
'bill_days' => 'Enviar antes de vencer',
'cron_command' => 'Comando Cron',
'schedule_time' => 'Iniciar Cron',
- 'send_item_reminder'=> 'Enviar lembrete de Item',
- 'item_stocks' => 'Enviar Quando Item Disponível',
],
- 'appearance' => [
- 'tab' => 'Aparência',
- 'theme' => 'Tema',
- 'light' => 'Claro',
- 'dark' => 'Escuro',
- 'list_limit' => 'Resultados por Página',
- 'use_gravatar' => 'Usar Gravatar',
+
+ 'categories' => [
+ 'description' => 'Unlimited categories for income, expense, and item',
],
- 'system' => [
- 'tab' => 'Sistema',
- 'session' => [
- 'lifetime' => 'Fechar sessão (Minutos)',
- 'handler' => 'Gestor de Sessão',
- 'file' => 'Ficheiro',
- 'database' => 'Base de Dados',
- ],
- 'file_size' => 'Tamanho máximo do ficheiro (MB)',
- 'file_types' => 'Tipos de ficheiros permitidos',
+
+ 'currencies' => [
+ 'description' => 'Create and manage currencies and set their rates',
+ ],
+
+ 'taxes' => [
+ 'description' => 'Fixed, normal, inclusive, and compound tax rates',
],
];
diff --git a/resources/lang/pt-PT/taxes.php b/resources/lang/pt-PT/taxes.php
index 94768d886..94a5f8caf 100644
--- a/resources/lang/pt-PT/taxes.php
+++ b/resources/lang/pt-PT/taxes.php
@@ -6,6 +6,6 @@ return [
'rate_percent' => 'Taxa (%)',
'normal' => 'Normal',
'inclusive' => 'Inclusiva',
- 'compound' => 'Composto',
-
+ 'compound' => 'Composta',
+ 'fixed' => 'Fixa',
];
diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php
index 9deb8bea2..a8e1cb693 100644
--- a/resources/lang/pt-PT/validation.php
+++ b/resources/lang/pt-PT/validation.php
@@ -38,7 +38,8 @@ return [
'digits_between' => 'O campo :attribute deverá conter entre :min a :max caracteres.',
'dimensions' => 'O campo :attribute deverá conter um tamanho de imagem válida.',
'distinct' => 'O campo :attribute contém um valor duplicado.',
- 'email' => 'O campo :attribute não contém um endereço de e-mail válido.',
+ 'email' => 'O campo :attribute não contém um endereço de correio eletrónico válido.',
+ 'ends_with' => 'O :attribute deve terminar com um dos seguintes: :values',
'exists' => 'O valor selecionado para o campo :attribute é inválido.',
'file' => 'O campo :attribute deverá conter um ficheiro.',
'filled' => 'É obrigatória a indicação de um valor para o campo :attribute.',
@@ -80,7 +81,7 @@ return [
'string' => 'O campo :attribute deverá conter :size caracteres.',
'array' => 'O campo :attribute deverá conter :size itens.',
],
- 'string' => 'O campo :attribute deverá conter uma string.',
+ 'string' => 'O campo :attribute deverá conter texto.',
'timezone' => 'O campo :attribute deverá ter um fuso horário válido.',
'unique' => 'O valor indicado para o campo :attribute já se encontra registado.',
'uploaded' => 'O upload do ficheiro :attribute falhou.',
@@ -99,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'mensagem personalizada',
+ 'rule-name' => 'mensagem personalizada',
],
- 'invalid_currency' => 'O código do :attribute é inválido.',
- 'invalid_amount' => 'O montante do campo :attribute não é válido.',
+ 'invalid_currency' => 'O código do :attribute é inválido.',
+ 'invalid_amount' => 'O montante do campo :attribute não é válido.',
+ 'invalid_extension' => 'The file extension is invalid.',
],
/*
diff --git a/resources/lang/pt-PT/widgets.php b/resources/lang/pt-PT/widgets.php
new file mode 100644
index 000000000..f9fe1fce6
--- /dev/null
+++ b/resources/lang/pt-PT/widgets.php
@@ -0,0 +1,23 @@
+ 'Total Income',
+ 'receivables' => 'Receivables',
+ 'open_invoices' => 'Open Invoices',
+ 'overdue_invoices' => 'Overdue Invoices',
+ 'total_expenses' => 'Total Expenses',
+ 'payables' => 'Payables',
+ 'open_bills' => 'Open Bills',
+ 'overdue_bills' => 'Overdue Bills',
+ 'total_profit' => 'Total Profit',
+ 'open_profit' => 'Open Profit',
+ 'overdue_profit' => 'Overdue Profit',
+ 'cash_flow' => 'Cash Flow',
+ 'no_profit_loss' => 'No Profit Loss',
+ 'income_by_category' => 'Income By Category',
+ 'expenses_by_category' => 'Expenses By Category',
+ 'account_balance' => 'Account Balance',
+ 'latest_income' => 'Latest Income',
+ 'latest_expenses' => 'Latest Expenses',
+];
diff --git a/resources/lang/sq-AL/bills.php b/resources/lang/sq-AL/bills.php
index e01977d60..4f1401a74 100644
--- a/resources/lang/sq-AL/bills.php
+++ b/resources/lang/sq-AL/bills.php
@@ -28,6 +28,7 @@ return [
'histories' => 'Historitë',
'payments' => 'Pagesat',
'add_payment' => 'Shto Pagesë',
+ 'mark_paid' => 'Shënoje të Paguar',
'mark_received' => 'Shënoje të Marrë',
'download_pdf' => 'Shkarko PDF',
'send_mail' => 'Dërgo Email',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'Fatura shënohet si i marrë me sukses!',
+ 'marked_paid' => 'Fatura e shënuar si e paguar!',
'draft' => 'Ky është një faturë DRAFT dhe do të pasqyrohet në skema pas marrjes së tij.',
'status' => [
diff --git a/resources/lang/sq-AL/bulk_actions.php b/resources/lang/sq-AL/bulk_actions.php
index 7eddd47ba..c4285e9e3 100644
--- a/resources/lang/sq-AL/bulk_actions.php
+++ b/resources/lang/sq-AL/bulk_actions.php
@@ -2,8 +2,9 @@
return [
- 'bulk_actions' => 'Veprimi me Shumicë|Veprimet me Shumicë',
- 'selected' => 'e selektuar',
+ 'bulk_actions' => 'Veprimi me Shumicë|Veprimet me Shumicë',
+ 'selected' => 'e selektuar',
+ 'no_action' => 'Asnjë veprim në dispozicion',
'message' => [
'duplicate' => 'Jeni i sigurt që doni të kopjoni rekordin e zgjedhur?',
diff --git a/resources/lang/sq-AL/messages.php b/resources/lang/sq-AL/messages.php
index 325874f7c..71d0b888f 100644
--- a/resources/lang/sq-AL/messages.php
+++ b/resources/lang/sq-AL/messages.php
@@ -28,6 +28,8 @@ return [
'warning' => [
'deleted' => 'Njoftim: :name nuk mund të fshihet sepse ka :text të lidhur.',
'disabled' => 'Njoftim: :name nuk mund të disable sepse ka :text të lidhur.',
+ 'reconciled_tran' => 'Njoftim: Nuk ju lejohet të ndryshoni/fshini transaksionin sepse është pajtuar!',
+ 'reconciled_doc' => 'Njoftim: Nuk ju lejohet të ndryshoni/fshini :type sepse ka pajtuar transaksionet!',
'disable_code' => 'Njoftim: Nuk ju lejohet të çaktivizoni ose të ndryshoni monedhën e :name, sepse ajo ka :text e lidhur.',
'payment_cancel' => 'Paralajmërim: Ju keni anuluar :method pagesën tuaj të fundit!',
],
diff --git a/resources/lang/sq-AL/passwords.php b/resources/lang/sq-AL/passwords.php
index 76801877a..2f05080dc 100644
--- a/resources/lang/sq-AL/passwords.php
+++ b/resources/lang/sq-AL/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'Kemi dërguar e-mail linkun tuaj të rivendosjes së fjalëkalimit!',
'token' => 'Ky shenjë e rivendosjes së fjalëkalimit është e pavlefshme.',
'user' => "Ne nuk mund të gjejmë një përdorues me atë adresë e-mail.",
+ 'throttle' => 'Ju lutemi prisni përpara se të provoni përsëri.',
];
diff --git a/resources/lang/sq-AL/validation.php b/resources/lang/sq-AL/validation.php
index 2322a9abe..f9daea555 100644
--- a/resources/lang/sq-AL/validation.php
+++ b/resources/lang/sq-AL/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'Mesazh Privat',
+ 'rule-name' => 'Mesazh Privat',
],
- 'invalid_currency' => 'Kodi :attribute është i pavlefshëm.',
- 'invalid_amount' => 'Shuma :attribute është e pavlefshme.',
+ 'invalid_currency' => 'Kodi :attribute është i pavlefshëm.',
+ 'invalid_amount' => 'Shuma :attribute është e pavlefshme.',
+ 'invalid_extension' => 'Zgjatja e skedarit është e pavlefshme.',
],
/*
diff --git a/resources/lang/sv-SE/auth.php b/resources/lang/sv-SE/auth.php
index 7a8bb064f..9463c2f28 100644
--- a/resources/lang/sv-SE/auth.php
+++ b/resources/lang/sv-SE/auth.php
@@ -13,6 +13,7 @@ return [
'current_email' => 'Aktuella e-post',
'reset' => 'Återställ',
'never' => 'aldrig',
+ 'landing_page' => 'Landningssida',
'password' => [
'current' => 'Lösenord',
diff --git a/resources/lang/sv-SE/bills.php b/resources/lang/sv-SE/bills.php
index c4274227f..7c6da4f16 100644
--- a/resources/lang/sv-SE/bills.php
+++ b/resources/lang/sv-SE/bills.php
@@ -28,6 +28,7 @@ return [
'histories' => 'Historia',
'payments' => 'Betalningar',
'add_payment' => 'Lägg till betalning',
+ 'mark_paid' => 'Markera som betald',
'mark_received' => 'Markerad som mottagen',
'download_pdf' => 'Ladda ner PDF',
'send_mail' => 'Skicka E-post',
@@ -40,10 +41,13 @@ return [
'received' => 'Mottagen',
'partial' => 'Delvis',
'paid' => 'Betald',
+ 'overdue' => 'Förfallen',
+ 'unpaid' => 'Obetald',
],
'messages' => [
'received' => 'Faktura markerad som mottagen!',
+ 'marked_paid' => 'Fakturan markerad som betald!',
'draft' => 'Detta är ett DRAFT förslag och kommer att stämmas av innan den mottages.',
'status' => [
diff --git a/resources/lang/sv-SE/bulk_actions.php b/resources/lang/sv-SE/bulk_actions.php
index 84d5af1a9..2478a571a 100644
--- a/resources/lang/sv-SE/bulk_actions.php
+++ b/resources/lang/sv-SE/bulk_actions.php
@@ -2,8 +2,9 @@
return [
- 'bulk_actions' => 'Bulk Action|Bulk åtgärder',
- 'selected' => 'vald',
+ 'bulk_actions' => 'Bulk Action|Bulk åtgärder',
+ 'selected' => 'vald',
+ 'no_action' => 'Ingen åtgärd tillgänglig',
'message' => [
'duplicate' => 'Är du säker på att du vill duplicera vald post?',
diff --git a/resources/lang/sv-SE/companies.php b/resources/lang/sv-SE/companies.php
index 467fab35d..9e810bcc3 100644
--- a/resources/lang/sv-SE/companies.php
+++ b/resources/lang/sv-SE/companies.php
@@ -4,12 +4,11 @@ return [
'domain' => 'Domän',
'logo' => 'Logotyp',
- 'manage' => 'Hantera företag',
- 'all' => 'Alla företag',
'error' => [
'not_user_company' => 'Fel: Du får inte hantera detta företag!',
- 'delete_active' => 'Fel: Kan inte ta bort aktivt företag, var vänlig, ändra det först!',
+ 'delete_active' => 'Fel: Kan inte ta bort det aktiva företaget. Vänligen, byt till ett annat först!',
+ 'disable_active' => 'Fel: Kan inte inaktivera det aktiva företaget. Vänligen, byt till ett annat först!',
],
];
diff --git a/resources/lang/sv-SE/customers.php b/resources/lang/sv-SE/customers.php
index 11e596ab9..0da708177 100644
--- a/resources/lang/sv-SE/customers.php
+++ b/resources/lang/sv-SE/customers.php
@@ -6,7 +6,7 @@ return [
'user_created' => 'Användaren skapad',
'error' => [
- 'email' => 'e-postadressen används redan.'
+ 'email' => 'e-postadressen används redan.',
],
];
diff --git a/resources/lang/sv-SE/dashboard.php b/resources/lang/sv-SE/dashboard.php
deleted file mode 100644
index cdb40a677..000000000
--- a/resources/lang/sv-SE/dashboard.php
+++ /dev/null
@@ -1,23 +0,0 @@
- 'Summa inkomster',
- 'receivables' => 'Fordringar',
- 'open_invoices' => 'Öppna fakturor',
- 'overdue_invoices' => 'Förfallna fakturor',
- 'total_expenses' => 'Summa kostnader',
- 'payables' => 'Skulder',
- 'open_bills' => 'Öppna fakturor',
- 'overdue_bills' => 'Förfallna fakturor',
- 'total_profit' => 'Summa vinst',
- 'open_profit' => 'Öppen vinst',
- 'overdue_profit' => 'Förfallen vinst',
- 'cash_flow' => 'Kassaflöde',
- 'no_profit_loss' => 'Ingen vinst förlust',
- 'incomes_by_category' => 'Inkomster efter kategori',
- 'expenses_by_category' => 'Utgifter efter kategori',
- 'account_balance' => 'Konto Saldo',
- 'latest_incomes' => 'Senaste inkomsterna',
- 'latest_expenses' => 'Senaste Utgifterna',
-];
diff --git a/resources/lang/sv-SE/dashboards.php b/resources/lang/sv-SE/dashboards.php
new file mode 100644
index 000000000..90eeffb47
--- /dev/null
+++ b/resources/lang/sv-SE/dashboards.php
@@ -0,0 +1,11 @@
+ [
+ 'not_user_dashboard' => 'Fel: Du har inte tillåtelse att ändra denna instrumentpanel!',
+ 'delete_last' => 'Fel: Kan inte ta bort den sista instrumentpanelen. Skapa en ny först!',
+ 'disable_last' => 'Fel: Kan inte inaktivera den sista instrumentpanelen. Skapa en ny först!',
+ ],
+
+];
diff --git a/resources/lang/sv-SE/demo.php b/resources/lang/sv-SE/demo.php
index 7020d3331..d3c14911b 100644
--- a/resources/lang/sv-SE/demo.php
+++ b/resources/lang/sv-SE/demo.php
@@ -19,16 +19,16 @@ return [
],
'offline_payments' => [
- 'cash' => 'Cash',
- 'bank' => 'Bank Transfer',
+ 'cash' => 'Kontant',
+ 'bank' => 'Banköverföring',
],
'reports' => [
- 'income' => 'Monthly income summary by category.',
- 'expense' => 'Monthly expense summary by category.',
- 'income_expense' => 'Monthly income vs expense by category.',
- 'tax' => 'Quarterly tax summary.',
- 'profit_loss' => 'Quarterly profit & loss by category.',
+ 'income' => 'Månatlig inkomstsammanställning per kategori.',
+ 'expense' => 'Månatlig utgiftssammanställning per kategori.',
+ 'income_expense' => 'Månatlig inkomstsammanställning per kategori.',
+ 'tax' => 'Sammanfattning av kvartalsvisa skatter.',
+ 'profit_loss' => 'Vinst och förlust kvartalsvis per kategori.',
],
];
diff --git a/resources/lang/sv-SE/errors.php b/resources/lang/sv-SE/errors.php
index 4913796b1..4e3712f39 100644
--- a/resources/lang/sv-SE/errors.php
+++ b/resources/lang/sv-SE/errors.php
@@ -2,23 +2,22 @@
return [
- 'forbidden_access' => 'Förbjuden åtkomst',
- 'error_page' => 'Felsida',
- 'page_not_found' => 'Sidan hittades inte',
-
- 'body' => [
- 'forbidden_access' => 'Hoppsan! Förbjuden tillgång.',
- 'error_page' => 'Hoppsan! Något gick fel.',
- 'page_not_found' => 'Hoppsan! Sidan kunde inte hittas.',
+ 'title' => [
+ '403' => 'Hoppsan! Förbjuden åtkomst',
+ '404' => 'Hoppsan! Sidan kunde inte hittas.',
+ '500' => 'Hoppsan! Något gick fel.',
],
- 'messages' => [
- 'forbidden_access' => 'Du kan inte komma åt den här sidan.
- Under tiden kan du återvända till instrumentpanelen.',
- 'error_page' => 'Vi kommer att arbeta på att fixa det direkt.
- Under tiden kan du återvända till instrumentpanelen.',
- 'page_not_found' => 'Vi kunde inte hitta sidan du letade efter.
- Under tiden kan du återgå till instrumentpanelen.',
+ 'header' => [
+ '403' => '403 Förbjuden',
+ '404' => '404 hittades inte',
+ '500' => '500 Internt serverfel',
+ ],
+
+ 'message' => [
+ '403' => 'Du kan inte komma åt den här sidan.',
+ '404' => 'Vi kunde inte hitta sidan du letade efter.',
+ '500' => 'Vi kommer att arbeta med att rätta till detta direkt.',
],
];
diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php
index 4bc59cf31..6ca46d278 100644
--- a/resources/lang/sv-SE/general.php
+++ b/resources/lang/sv-SE/general.php
@@ -48,8 +48,10 @@ return [
'localisations' => 'Lokalisering|Lokaliseringar',
'defaults' => 'Standardvärde|Standardvärden',
'widgets' => 'Widget|Widgetar',
+ 'templates' => 'Mall|mallar',
+ 'sales' => 'Sälj|Försäljning',
+ 'purchases' => 'Inköpning|Inköp',
- 'dashboard' => 'Översikt',
'welcome' => 'Välkommen',
'banking' => 'Banktjänster',
'general' => 'Generell',
@@ -68,10 +70,13 @@ return [
'yearly' => 'Årligen',
'add' => 'Lägg till',
'add_new' => 'Lägg till ny',
+ 'add_income' => 'Lägg till inkomst',
+ 'add_expense' => 'Lägg till utlägg',
'show' => 'Visa',
'edit' => 'Redigera',
'delete' => 'Ta bort',
'send' => 'Skicka',
+ 'share' => 'Dela',
'download' => 'Ladda ner',
'delete_confirm' => 'Bekräfta ta bort :name :type?',
'name' => 'Namn',
@@ -123,7 +128,6 @@ return [
'disable' => 'Inaktivera',
'select_all' => 'Markera alla',
'unselect_all' => 'Avmarkera alla',
- 'go_to' => 'Gå till :name',
'created_date' => 'Skapad Datum',
'period' => 'Period',
'frequency' => 'Frekvens',
@@ -133,11 +137,28 @@ return [
'difference' => 'Skillnaden',
'footer' => 'Sidfot',
'start_date' => 'Startdatum',
+ 'end_date' => 'Slutdatum',
'basis' => 'Grund',
'accrual' => 'Periodisering',
'cash' => 'Kontant',
'group_by' => 'Gruppera efter',
'accounting' => 'Redovisning',
+ 'sort' => 'Sortera',
+ 'width' => 'bredd',
+ 'month' => 'Månad',
+ 'year' => 'År',
+ 'type_item_name' => 'Skriv in ett objekts namn',
+ 'no_data' => 'Ingen data',
+ 'no_matching_data' => 'Inga matchande data',
+ 'clear_cache' => 'Rensa cache',
+ 'go_to_dashboard' => 'Gå till instrumentpanelen',
+
+ 'card' => [
+ 'name' => 'Namn på kort',
+ 'number' => 'Kortnummer',
+ 'expiration_date' => 'Utgångsdatum',
+ 'cvv' => 'Kort CVV',
+ ],
'title' => [
'new' => 'Nytt :type',
@@ -147,6 +168,7 @@ return [
'send' => 'Skicka :type',
'get' => 'Få :type',
'add' => 'Lägg till :type',
+ 'manage' => 'Hantera :type',
],
'form' => [
@@ -176,6 +198,9 @@ return [
'bills' => 'Räkningar kan vara en gång eller återkommande. De anger vad du är skyldig dina leverantörer för de produkter eller tjänster du köper.',
'payments' => 'Betalning är en betald kostnadstransaktion. Det kan vara en oberoende post (dvs. livsmedelskvittot) eller bifogas en räkning.',
'vendors' => 'Leverantörer krävs om du vill skapa räkningar. Du kan se det saldo du är skyldig och filtrera rapporter från leverantören.',
+ 'transfers' => 'Överföringar tillåter dig att flytta pengar från ett konto till ett annat, oavsett om de använder samma valuta eller inte.',
+ 'taxes' => 'Skatter används för att tillföra extra avgifter på fakturor och räkningar. Dina ekonomier påverkas av dessa regleringsskatter.',
+ 'reconciliations' => 'Bankavstämning är en process som utförs för att säkerställa att ditt företags bankregister också är korrekt.',
],
];
diff --git a/resources/lang/sv-SE/invoices.php b/resources/lang/sv-SE/invoices.php
index 58071b1da..def631baf 100644
--- a/resources/lang/sv-SE/invoices.php
+++ b/resources/lang/sv-SE/invoices.php
@@ -29,6 +29,7 @@ return [
'add_payment' => 'Lägg till betalning',
'mark_paid' => 'Markera som betald',
'mark_sent' => 'Markera som skickad',
+ 'mark_viewed' => 'Markera som visad',
'download_pdf' => 'Ladda ner PDF',
'send_mail' => 'Skicka E-post',
'all_invoices' => 'Logga in för att visa alla fakturor',
@@ -44,6 +45,8 @@ return [
'approved' => 'Godkänd',
'partial' => 'Delvis',
'paid' => 'Betald',
+ 'overdue' => 'Förfallen',
+ 'unpaid' => 'Obetald',
],
'messages' => [
diff --git a/resources/lang/sv-SE/maintenance.php b/resources/lang/sv-SE/maintenance.php
index 67c496733..7e4568e81 100644
--- a/resources/lang/sv-SE/maintenance.php
+++ b/resources/lang/sv-SE/maintenance.php
@@ -2,10 +2,10 @@
return [
- 'title' => 'Underhållsläge',
+ 'title' => 'Under Underhåll',
- 'message' => 'Vi arbetar för närvarande på webbplatsen, vänligen försök igen senare!',
+ 'message' => 'Tyvärr, vi är nere för underhåll. Försök igen senare!',
- 'last-updated' => 'Detta meddelande uppdaterades senast :timestamp',
+ 'last-updated' => 'Detta meddelande uppdaterades senast :timestamp.',
-];
\ No newline at end of file
+];
diff --git a/resources/lang/sv-SE/messages.php b/resources/lang/sv-SE/messages.php
index 9bfddb287..627feb397 100644
--- a/resources/lang/sv-SE/messages.php
+++ b/resources/lang/sv-SE/messages.php
@@ -8,6 +8,7 @@ return [
'deleted' => ':type bortagen!',
'duplicated' => ':type dubbelpost!',
'imported' => ':type uppdaterad!',
+ 'exported' => ':type exporterad!',
'enabled' => ': typ aktiverad!',
'disabled' => ':type inaktiverat!',
],
@@ -27,6 +28,8 @@ return [
'warning' => [
'deleted' => 'Varning: Du får inte ta bort :name eftersom den har :text relaterade.',
'disabled' => 'Varning: Du får inte inaktivera :name eftersom den har :text relaterat.',
+ 'reconciled_tran' => 'Varning: Du har inte tillåtelse att ändra/ta bort transaktionen eftersom den är förenad!',
+ 'reconciled_doc' => 'Varning: Du har inte tillåtelse att ändra/ta bort :type eftersom det har försonat transaktioner!',
'disable_code' => 'Varning: Du får inte inaktivera eller ändra valutan i :name eftersom den har :text relaterad.',
'payment_cancel' => 'Varning: Du har avbrutit din senaste :method betalning!',
],
diff --git a/resources/lang/sv-SE/modules.php b/resources/lang/sv-SE/modules.php
index 66cd9d1b0..f60006f7a 100644
--- a/resources/lang/sv-SE/modules.php
+++ b/resources/lang/sv-SE/modules.php
@@ -12,10 +12,9 @@ return [
'search' => 'Sök',
'install' => 'Installera',
'buy_now' => 'Köp nu',
- 'api_key_link' => 'Klicka här för att få din API-nyckel.',
+ 'get_api_key' => 'Klicka här för att få din API-nyckel.',
'no_apps' => 'Det finns inga appar i den här kategorin ännu.',
- 'developer' => 'Är du utvecklare? Här kan du lära dig att skapa en app och börja sälja idag!',
-
+ 'become_developer' => 'Är du utvecklare? Här kan du lära dig att skapa en app och börja sälja idag!',
'recommended_apps' => 'Rekommenderade appar',
'about' => 'Om',
@@ -80,5 +79,6 @@ return [
],
'na' => 'Det finns inga recensioner.'
- ]
+ ],
+
];
diff --git a/resources/lang/sv-SE/pagination.php b/resources/lang/sv-SE/pagination.php
index bc9204f7b..ef8374ba0 100644
--- a/resources/lang/sv-SE/pagination.php
+++ b/resources/lang/sv-SE/pagination.php
@@ -2,9 +2,9 @@
return [
- 'previous' => '« Föregående',
- 'next' => 'Nästa »',
- 'showing' => ':first-:last of :total records.',
+ 'previous' => 'Föregående',
+ 'next' => 'Nästa',
+ 'showing' => ':first :last av :total poster.',
'page' => 'per sida.',
];
diff --git a/resources/lang/sv-SE/passwords.php b/resources/lang/sv-SE/passwords.php
index 384caadb2..c07a78d48 100644
--- a/resources/lang/sv-SE/passwords.php
+++ b/resources/lang/sv-SE/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'Lösenordspåminnelse skickad!',
'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/reports.php b/resources/lang/sv-SE/reports.php
index 73cafc0a8..17590a6df 100644
--- a/resources/lang/sv-SE/reports.php
+++ b/resources/lang/sv-SE/reports.php
@@ -12,7 +12,7 @@ return [
'net_profit' => 'Nettoförtjänst',
'total_expenses' => 'Summa kostnader',
'net' => 'Netto',
- 'income-expense' => 'Inkomster & Utlägg',
+ 'income_expense' => 'Inkomster & Utlägg',
'summary' => [
'income' => 'Inkomstrapport',
diff --git a/resources/lang/sv-SE/settings.php b/resources/lang/sv-SE/settings.php
index 6f5fdfbb7..c7158e685 100644
--- a/resources/lang/sv-SE/settings.php
+++ b/resources/lang/sv-SE/settings.php
@@ -52,6 +52,10 @@ return [
'subheading' => 'Underrubrik',
'due_receipt' => 'Förfaller vid mottagandet',
'due_days' => 'Förfaller inom :days dagar',
+ 'choose_template' => 'Välj fakturamall',
+ 'default' => 'Standard',
+ 'classic' => 'Klassisk',
+ 'modern' => 'Modern',
],
'default' => [
diff --git a/resources/lang/sv-SE/validation.php b/resources/lang/sv-SE/validation.php
index 73c174f34..63db8c379 100644
--- a/resources/lang/sv-SE/validation.php
+++ b/resources/lang/sv-SE/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'anpassat-meddelande',
+ 'rule-name' => 'anpassat-meddelande',
],
- 'invalid_currency' => 'Attributet :attribute är ogiltig.',
- 'invalid_amount' => 'Beloppet :attribute är ogiltigt.',
+ 'invalid_currency' => 'Attributet :attribute är ogiltig.',
+ 'invalid_amount' => 'Beloppet :attribute är ogiltigt.',
+ 'invalid_extension' => 'Filtillägget är ogiltigt.',
],
/*
diff --git a/resources/lang/sv-SE/widgets.php b/resources/lang/sv-SE/widgets.php
new file mode 100644
index 000000000..ecb492213
--- /dev/null
+++ b/resources/lang/sv-SE/widgets.php
@@ -0,0 +1,23 @@
+ 'Summa inkomster',
+ 'receivables' => 'Fordringar',
+ 'open_invoices' => 'Öppna fakturor',
+ 'overdue_invoices' => 'Förfallna fakturor',
+ 'total_expenses' => 'Summa kostnader',
+ 'payables' => 'Skulder',
+ 'open_bills' => 'Öppna räkningar',
+ 'overdue_bills' => 'Förfallna räkningar',
+ 'total_profit' => 'Total vinst',
+ 'open_profit' => 'Öppen vinst',
+ 'overdue_profit' => 'Förfallen vinst',
+ 'cash_flow' => 'Kassaflöde',
+ 'no_profit_loss' => 'Ingen vinstförlust',
+ 'income_by_category' => 'Inkomst efter kategori',
+ 'expenses_by_category' => 'Utgifter efter kategori',
+ 'account_balance' => 'Konto saldo',
+ 'latest_income' => 'Senaste inkomst',
+ 'latest_expenses' => 'Senaste kostnader',
+];
diff --git a/resources/lang/tr-TR/bills.php b/resources/lang/tr-TR/bills.php
index ca907c644..9c03e6228 100644
--- a/resources/lang/tr-TR/bills.php
+++ b/resources/lang/tr-TR/bills.php
@@ -28,6 +28,7 @@ return [
'histories' => 'Geçmiş',
'payments' => 'Ödemeler',
'add_payment' => 'Ödeme Ekle',
+ 'mark_paid' => 'Ödendi İşaretle',
'mark_received' => 'Teslim Alındı İşaretle',
'download_pdf' => 'PDF İndir',
'send_mail' => 'Email Gönder',
@@ -46,6 +47,7 @@ return [
'messages' => [
'received' => 'Fatura başarıyla teslim alındı olarak işaretlendi!',
+ 'marked_paid' => 'Fatura ödendi olark işaretlendi!',
'draft' => 'Bu bir TASLAK faturadır ve alındıktan sonra grafiklere yansıtılacaktır.',
'status' => [
diff --git a/resources/lang/tr-TR/bulk_actions.php b/resources/lang/tr-TR/bulk_actions.php
index 839ca3250..f65700dd8 100644
--- a/resources/lang/tr-TR/bulk_actions.php
+++ b/resources/lang/tr-TR/bulk_actions.php
@@ -2,8 +2,9 @@
return [
- 'bulk_actions' => 'Toplu İşlem|Toplu İşlemler',
- 'selected' => 'seçili',
+ 'bulk_actions' => 'Toplu İşlem|Toplu İşlemler',
+ 'selected' => 'seçili',
+ 'no_action' => 'Kullanılabilir eylem yok',
'message' => [
'duplicate' => 'Seçili kaydı kopyalamak istediğinizden emin misiniz?',
diff --git a/resources/lang/tr-TR/messages.php b/resources/lang/tr-TR/messages.php
index 434785dbb..6b78dd06a 100644
--- a/resources/lang/tr-TR/messages.php
+++ b/resources/lang/tr-TR/messages.php
@@ -28,6 +28,8 @@ return [
'warning' => [
'deleted' => 'Uyarı: :name silinemez çünkü :text ile ilişkilidir.',
'disabled' => 'Uyarı: :name devre dışı bırakılamaz çünkü :text ile ilişkilidir.',
+ 'reconciled_tran' => 'Uyarı: İşlem değiştirilemez/silinemez çünkü mütabakatı yapıldı.',
+ 'reconciled_doc' => 'Uyarı: :type değiştirilemez/silinemez çünkü mütabakatı yapılmış işlemleri var.',
'disable_code' => 'Uyarı: :name devre dışı bırakılamaz veya kur değiştirilemez çünkü :text ile ilişkilidir.',
'payment_cancel' => 'Uyarı: :method ödemesini iptal ettiniz!',
],
diff --git a/resources/lang/tr-TR/passwords.php b/resources/lang/tr-TR/passwords.php
index b395dcfa8..1ce666220 100644
--- a/resources/lang/tr-TR/passwords.php
+++ b/resources/lang/tr-TR/passwords.php
@@ -18,5 +18,6 @@ return [
'sent' => 'Şifre sıfırlama bağlantınızı size e-posta ile gönderdik!',
'token' => 'Şifre sıfırlama adresi/kodu geçersiz.',
'user' => "Bu e-posta adresi ile kayıtlı bir üye bulunmuyor.",
+ 'throttle' => 'Lütfen tekrar denemeden önce bekleyin.',
];
diff --git a/resources/lang/tr-TR/validation.php b/resources/lang/tr-TR/validation.php
index 60eaed6c7..37cf0d5e4 100644
--- a/resources/lang/tr-TR/validation.php
+++ b/resources/lang/tr-TR/validation.php
@@ -100,10 +100,11 @@ return [
'custom' => [
'attribute-name' => [
- 'rule-name' => 'Özel Mesaj',
+ 'rule-name' => 'Özel Mesaj',
],
- 'invalid_currency' => ':attribute geçersiz bir döviz kuru kodu.',
- 'invalid_amount' => 'Tutar :attribute geçersiz.',
+ 'invalid_currency' => ':attribute geçersiz bir döviz kuru kodu.',
+ 'invalid_amount' => 'Tutar :attribute geçersiz.',
+ 'invalid_extension' => 'Dosyanın uzantısı geçersiz.',
],
/*