diff --git a/resources/lang/ar-SA/bills.php b/resources/lang/ar-SA/bills.php
index f9a9907fd..ad3382ac5 100644
--- a/resources/lang/ar-SA/bills.php
+++ b/resources/lang/ar-SA/bills.php
@@ -13,7 +13,7 @@ return [
'price' => 'السعر',
'sub_total' => 'المبلغ الإجمالي',
'discount' => 'خصم',
- 'item_discount' => 'Line Discount',
+ 'item_discount' => 'خصم على المبيعات',
'tax_total' => 'إجمالي الضريبة',
'total' => 'المجموع',
@@ -31,27 +31,14 @@ return [
'add_payment' => 'إضافة مدفوعات',
'mark_paid' => 'تم التحديد كمدفوع',
'mark_received' => 'تحديد كمستلم',
- 'mark_cancelled' => 'تم إلغاء العلامة',
+ 'mark_cancelled' => 'تم الإلغاء',
'download_pdf' => 'تحميل PDF',
'send_mail' => 'إرسال بريد إلكتروني',
'create_bill' => 'إنشاء فاتورة شراء',
'receive_bill' => 'إستلام فاتورة شراء',
'make_payment' => 'القيام بالدفع',
- 'statuses' => [
- 'draft' => 'مسودة',
- 'received' => 'مستلمة',
- 'partial' => 'جزئي',
- 'paid' => 'مدفوع',
- 'overdue' => 'متأخر',
- 'unpaid' => 'غير مدفوع',
- 'cancelled' => 'ملغى',
- ],
-
'messages' => [
- 'marked_received' => 'تم وضع علامة الاستلام على الفاتورة!',
- 'marked_paid' => 'الفاتورة عُلّمت كمدفوعة!',
- 'marked_cancelled' => 'تم وضع علامة الإلغاء على الفاتورة!',
'draft' => 'هذة فاتورة شراء عبارة عن مسودة و سوف يتم اظهارها بالنظام بعد ان يتم استحقاقها.',
'status' => [
diff --git a/resources/lang/bs-BA/transfers.php b/resources/lang/bs-BA/transfers.php
index 2f949d277..8fcd0338e 100644
--- a/resources/lang/bs-BA/transfers.php
+++ b/resources/lang/bs-BA/transfers.php
@@ -3,7 +3,9 @@
return [
'from_account' => 'S računa',
+ 'from_account_rate' => 'Sa stope računa',
'to_account' => 'Na račun',
+ 'to_account_rate' => 'Na stopu računa',
'messages' => [
'delete' => ':from za :to (:amount)',
diff --git a/resources/lang/ca-ES/transfers.php b/resources/lang/ca-ES/transfers.php
index f0a3c1b4a..9bb55947a 100644
--- a/resources/lang/ca-ES/transfers.php
+++ b/resources/lang/ca-ES/transfers.php
@@ -3,7 +3,9 @@
return [
'from_account' => 'Compte origen',
+ 'from_account_rate' => 'Tipus del compte origen',
'to_account' => 'Compte destí',
+ 'to_account_rate' => 'Tipus del compte destinació',
'messages' => [
'delete' => ':from a :to (:amount)',
diff --git a/resources/lang/da-DK/auth.php b/resources/lang/da-DK/auth.php
index c68d84876..9f010efc1 100644
--- a/resources/lang/da-DK/auth.php
+++ b/resources/lang/da-DK/auth.php
@@ -25,7 +25,7 @@ return [
'error' => [
'self_delete' => 'Fejl: Du kan ikke slette dig selv!',
'self_disable' => 'Fejl: Du kan ikke deaktivere dig selv!',
- 'no_company' => 'Error: Ingen virksomhed er tilknyttet din konto. Kontakt systemadministratoren.',
+ 'no_company' => 'Fejl: Ingen enhed er tilknyttet din konto. Kontakt systemadministratoren.',
],
'failed' => 'Disse legitimationsoplysninger passer ikke med de gemte.',
@@ -33,7 +33,7 @@ return [
'throttle' => 'For mange loginforsøg. Prøv igen om :seconds sekunder.',
'notification' => [
- 'message_1' => 'Du modtager denne e-mail, fordi vi modtog en anmodning om nulstilling af password.',
+ 'message_1' => 'Du modtager denne e-mail, fordi vi har modtaget en anmodning om nulstilling af adgangskoden til din konto.',
'message_2' => 'Hvis du ikke har bedt om en nulstilling af adgangskoden, skal du ikke gøre yderligere.',
'button' => 'Nulstil adgangskode',
],
diff --git a/resources/lang/da-DK/companies.php b/resources/lang/da-DK/companies.php
index 7d5a5bfc2..9894f13ae 100644
--- a/resources/lang/da-DK/companies.php
+++ b/resources/lang/da-DK/companies.php
@@ -6,7 +6,7 @@ return [
'logo' => 'Logo',
'error' => [
- 'not_user_company' => 'Fejl: Du har ikke tilladelse til at ændre denne virksomhed!',
+ 'not_user_company' => 'Fejl: Du har ikke tilladelse til at ændre denne enhed!',
'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/general.php b/resources/lang/da-DK/general.php
index 1bef7d95c..4500c0174 100644
--- a/resources/lang/da-DK/general.php
+++ b/resources/lang/da-DK/general.php
@@ -24,7 +24,7 @@ return [
'roles' => 'Rolle|Roller',
'permissions' => 'Tilladelse|Tilladelser',
'modules' => 'App|Apps',
- 'companies' => 'Virksomhed|Virksomheder',
+ 'companies' => 'Enhed|Enheder',
'profits' => 'Overskud|Overskud',
'taxes' => 'Moms|Moms',
'logos' => 'Logo|Logoer',
diff --git a/resources/lang/da-DK/install.php b/resources/lang/da-DK/install.php
index d2a960a6e..868b763b1 100644
--- a/resources/lang/da-DK/install.php
+++ b/resources/lang/da-DK/install.php
@@ -9,7 +9,7 @@ return [
'requirements' => 'Venligst, opfyld følgende krav!',
'language' => 'Trin 1/3: Valg af sprog',
'database' => 'Trin 2/3: Database opsætning',
- 'settings' => 'Trin 3/3: Virksomhed og administrator detaljer',
+ 'settings' => 'Trin 3/3: Virksomheds- og administratoroplysninger',
],
'language' => [
@@ -33,7 +33,7 @@ return [
'settings' => [
'company_name' => 'Firmanavn',
- 'company_email' => 'Officiel e-mail',
+ 'company_email' => 'E-mail',
'admin_email' => 'Administrator e-mail',
'admin_password' => 'Administratorpassword',
],
diff --git a/resources/lang/da-DK/notifications.php b/resources/lang/da-DK/notifications.php
index b08b3f2f7..cc8e5baa4 100644
--- a/resources/lang/da-DK/notifications.php
+++ b/resources/lang/da-DK/notifications.php
@@ -3,9 +3,9 @@
return [
'whoops' => 'Ups!',
- 'hello' => 'Hallo!',
+ 'hello' => 'Hej!',
'salutation' => 'Med venlig hilsen,
: company_name',
- 'subcopy' => 'Hvis du har problemer med at klikke på ":text" knappen, kopier og indsæt Webadressen nedenfor i din browser: [: url](:url)',
+ 'subcopy' => 'Hvis du har problemer med at klikke på ":text" knappen, kopier og indsæt nedenstående URL i din webbrowser: [:url](:url)',
'update' => [
diff --git a/resources/lang/da-DK/passwords.php b/resources/lang/da-DK/passwords.php
index a19f92bb3..e1529b55e 100644
--- a/resources/lang/da-DK/passwords.php
+++ b/resources/lang/da-DK/passwords.php
@@ -15,8 +15,8 @@ return [
'password' => 'Adgangskoder skal være mindst 6 tegn og være ens.',
'reset' => 'Din adgangskode er blevet nulstillet!',
- 'sent' => 'Vi har sendt dig en E-mail med nulstil password link!',
- 'token' => 'Denne adgangskodes nulstillings token er ugyldig.',
+ 'sent' => 'Vi har sendt dig en e-mail med et link til at nulstille dit kodeord.',
+ 'token' => 'Nulstillingsnøglen til denne adgangskode er ugyldig.',
'user' => "Vi kan ikke finde en bruger med den E-mail adresse.",
'throttle' => 'Venligst vent for du prøver igen.',
diff --git a/resources/lang/de-DE/transfers.php b/resources/lang/de-DE/transfers.php
index ba3235d49..c4576e75a 100644
--- a/resources/lang/de-DE/transfers.php
+++ b/resources/lang/de-DE/transfers.php
@@ -3,7 +3,9 @@
return [
'from_account' => 'Von Konto',
+ 'from_account_rate' => 'Von Konto',
'to_account' => 'Auf Konto',
+ 'to_account_rate' => 'Nach Konto',
'messages' => [
'delete' => ':from nach :to (:amount)',
diff --git a/resources/lang/en-AU/bills.php b/resources/lang/en-AU/bills.php
index 9bec668cd..752afda71 100644
--- a/resources/lang/en-AU/bills.php
+++ b/resources/lang/en-AU/bills.php
@@ -39,7 +39,7 @@ return [
'make_payment' => 'Make Payment',
'messages' => [
- 'draft' => 'This is a DRAFT bill and will be reflected to charts after it gets received.',
+ 'draft' => 'This is a DRAFT bill and will be reflected in charts after it is received.',
'status' => [
'created' => 'Created on :date',
diff --git a/resources/lang/en-AU/invoices.php b/resources/lang/en-AU/invoices.php
index c5daffdea..5ead8482f 100644
--- a/resources/lang/en-AU/invoices.php
+++ b/resources/lang/en-AU/invoices.php
@@ -42,7 +42,7 @@ return [
'messages' => [
'email_required' => 'No email address for this customer!',
- 'draft' => 'This is a DRAFT invoice and will be reflected to charts after it gets sent.',
+ 'draft' => 'This is a DRAFT invoice and will be reflected in charts after it is sent.',
'status' => [
'created' => 'Created on :date',
diff --git a/resources/lang/en-AU/transfers.php b/resources/lang/en-AU/transfers.php
index f79af31d4..551bcae00 100644
--- a/resources/lang/en-AU/transfers.php
+++ b/resources/lang/en-AU/transfers.php
@@ -3,7 +3,9 @@
return [
'from_account' => 'From Account',
+ 'from_account_rate' => 'From Account Rate',
'to_account' => 'To Account',
+ 'to_account_rate' => 'To Account Rate',
'messages' => [
'delete' => ':from to :to (:amount)',
diff --git a/resources/lang/hi-IN/errors.php b/resources/lang/hi-IN/errors.php
index 0a5942a63..56563a315 100644
--- a/resources/lang/hi-IN/errors.php
+++ b/resources/lang/hi-IN/errors.php
@@ -3,21 +3,22 @@
return [
'title' => [
- '403' => 'ऊप्स! प्रवेश वर्जित',
- '404' => 'ऊप्स! पृष्ठ नहीं मिला',
- '500' => 'ऊप्स! कुछ गलत हो गया',
+ '403' => 'ऊप्स! प्रवेश वर्जित',
+ '404' => 'ऊप्स! पृष्ठ नहीं मिला',
+ '500' => 'ऊप्स! कुछ गलत हो गया',
],
'header' => [
- '403' => '403 वर्जित',
- '404' => '404 नहीं मिला',
- '500' => '500 आंतरिक सर्वर त्रुटि',
+ '403' => '403 वर्जित',
+ '404' => '404 नहीं मिला',
+ '500' => '500 आंतरिक सर्वर त्रुटि',
],
'message' => [
- '403' => 'आप इस पेज तक नहीं पहुँच सकते।',
- '404' => 'आपको वह पृष्ठ नहीं मिला, जिसकी आप तलाश कर रहे थे।',
- '500' => 'हम इसे ठीक करने पर तुरंत काम करेंगे।',
+ '403' => 'आप इस पेज तक नहीं पहुँच सकते।',
+ '404' => 'आपको वह पृष्ठ नहीं मिला, जिसकी आप तलाश कर रहे थे।',
+ '500' => 'हम इसे ठीक करने पर तुरंत काम करेंगे।',
+ 'record' => 'आप जो रिकॉर्ड ढूंढ रहे थे, वह हमें नहीं मिला।',
],
];
diff --git a/resources/lang/hi-IN/notifications.php b/resources/lang/hi-IN/notifications.php
index c77a113dc..b3718b908 100644
--- a/resources/lang/hi-IN/notifications.php
+++ b/resources/lang/hi-IN/notifications.php
@@ -7,4 +7,21 @@ return [
'salutation' => 'सादर,
:company_name',
'subcopy' => 'यदि आपको ":text" बटन पर क्लिक करने में समस्या हो रही है, तो नीचे दिए गए URL को अपने वेब ब्राउज़र में कॉपी और पेस्ट करें: [: url] (: url)',
+ 'update' => [
+
+ 'mail' => [
+
+ 'subject' => 'अद्यतन असफल :domain',
+ 'message' => 'निम्न संदेश के साथ :alias का :current_version से :new_version तक का अद्यतन :step strong> चरण में विफल रहा: :error_message',
+
+ ],
+
+ 'slack' => [
+
+ 'message' => ':domain पर अपडेट विफल',
+
+ ],
+
+ ],
+
];
diff --git a/resources/lang/hi-IN/transfers.php b/resources/lang/hi-IN/transfers.php
index afe0205a1..83cf7d3a2 100644
--- a/resources/lang/hi-IN/transfers.php
+++ b/resources/lang/hi-IN/transfers.php
@@ -3,7 +3,9 @@
return [
'from_account' => 'खाते से',
+ 'from_account_rate' => 'खाता दर से',
'to_account' => 'खाते में',
+ 'to_account_rate' => 'खाता दर के लिए',
'messages' => [
'delete' => ':from से :to (:amount)',
diff --git a/resources/lang/hi-IN/widgets.php b/resources/lang/hi-IN/widgets.php
index e29be87b9..3875007c8 100644
--- a/resources/lang/hi-IN/widgets.php
+++ b/resources/lang/hi-IN/widgets.php
@@ -2,6 +2,7 @@
return [
+ 'currencies' => 'मुद्राओं',
'total_income' => 'कुल आय',
'receivables' => 'प्राप्तियां',
'open_invoices' => 'वर्तमान चालान',
diff --git a/resources/lang/id-ID/errors.php b/resources/lang/id-ID/errors.php
index e6fd24d3d..42f2268ed 100644
--- a/resources/lang/id-ID/errors.php
+++ b/resources/lang/id-ID/errors.php
@@ -3,21 +3,22 @@
return [
'title' => [
- '403' => 'Mohon maaf! Akses halaman ditolak',
- '404' => 'Mohon maaf! Halaman tidak ditemukan',
- '500' => 'Ups. Terjadi kesalahan',
+ '403' => 'Ups! Akses Dilarang',
+ '404' => 'Ups! Halaman tidak ditemukan',
+ '500' => 'Ups! Terjadi kesalahan',
],
'header' => [
- '403' => '403 Dilarang',
- '404' => '404 Tidak ditemukan',
- '500' => 'Kesalahan server internal 500',
+ '403' => '403 Dilarang',
+ '404' => '404 Tidak ditemukan',
+ '500' => '500 Kesalahan server internal',
],
'message' => [
- '403' => 'Anda tidak dapat mengakses halaman ini.',
- '404' => 'Kami tidak dapat menemukan halaman yang Anda cari.',
- '500' => 'Kami akan segera memperbaikinya.',
+ '403' => 'Anda tidak dapat mengakses halaman ini.',
+ '404' => 'Kami tidak dapat menemukan halaman yang Anda cari.',
+ '500' => 'Kami akan segera memperbaikinya.',
+ 'record' => 'Kami tidak dapat menemukan catatan yang Anda cari.',
],
];
diff --git a/resources/lang/id-ID/general.php b/resources/lang/id-ID/general.php
index ca7ea059f..ed3129ee7 100644
--- a/resources/lang/id-ID/general.php
+++ b/resources/lang/id-ID/general.php
@@ -162,6 +162,7 @@ return [
'amount_due' => 'Nilai jatuh tempo',
'card' => [
+ 'cards' => 'Kartu|Kartu',
'name' => 'Nama pada Kartu',
'number' => 'Nomor Kartu',
'expiration_date' => 'Tanggal Kadaluwarsa',
@@ -191,8 +192,10 @@ return [
'add_new' => 'Tambah kolom baru',
'edit' => 'Sunting :isi',
'contact_edit' => 'Sunting :nama_kontak :isi',
+ 'drop_file' => 'Seret berkas di sini untuk mengunggah',
'choose' => 'Pilih :isi',
'choose_different' => 'Pilih lainnya :isi',
+ 'choose_file' => 'Pilih File',
'no_file_selected' => 'Tidak ada Berkas yang dipilih...',
],
diff --git a/resources/lang/id-ID/items.php b/resources/lang/id-ID/items.php
index 3d57a38c4..de6ccc6a6 100644
--- a/resources/lang/id-ID/items.php
+++ b/resources/lang/id-ID/items.php
@@ -2,7 +2,8 @@
return [
- 'sales_price' => 'Harga Jual',
- 'purchase_price' => 'Harga Beli',
+ 'sales_price' => 'Harga Jual',
+ 'purchase_price' => 'Harga Beli',
+ 'enter_item_description' => 'Masukkan deskripsi barang',
];
diff --git a/resources/lang/id-ID/notifications.php b/resources/lang/id-ID/notifications.php
index f8d79a11e..e1c3524c8 100644
--- a/resources/lang/id-ID/notifications.php
+++ b/resources/lang/id-ID/notifications.php
@@ -3,8 +3,25 @@
return [
'whoops' => 'Ups!',
- 'hello' => 'Hai!',
+ 'hello' => 'Halo!',
'salutation' => 'Hormat Kami,
:company_name',
'subcopy' => 'Jika terdapat masalah ketika menekan tombol ":text", copy dan paste URL tersebut pada web browser Anda: [:url](:url)',
+ 'update' => [
+
+ 'mail' => [
+
+ 'subject' => '⚠️ Pembaruan gagal di :domain',
+ 'message' => 'Pembaruan dari :alias dari :current_version ke :new_version gagal di langkah :step dengan pesan berikut: :error_message',
+
+ ],
+
+ 'slack' => [
+
+ 'message' => 'Pembaruan gagal di :domain',
+
+ ],
+
+ ],
+
];
diff --git a/resources/lang/id-ID/search_string.php b/resources/lang/id-ID/search_string.php
index ab578e611..0c8787400 100644
--- a/resources/lang/id-ID/search_string.php
+++ b/resources/lang/id-ID/search_string.php
@@ -13,6 +13,8 @@ return [
'issued_at' => 'Tanggal Dibuat',
'symbol_first' => 'Posisi Simbol',
'reconciled' => 'Terrekonsiliasi',
+ 'expense_account' => 'Dari Rekening',
+ 'income_account' => 'Ke Rekening',
],
];
diff --git a/resources/lang/id-ID/settings.php b/resources/lang/id-ID/settings.php
index 5bd8b2dff..ce673dc19 100644
--- a/resources/lang/id-ID/settings.php
+++ b/resources/lang/id-ID/settings.php
@@ -3,18 +3,24 @@
return [
'company' => [
- 'description' => 'Ubah nama perusahaan, email, alamat, NPWP dll',
- 'name' => 'Nama',
- 'email' => 'Email',
- 'phone' => 'Telpon',
- 'address' => 'Alamat',
- 'logo' => 'Logo',
+ 'description' => 'Ubah nama perusahaan, email, alamat, NPWP dll',
+ 'name' => 'Nama',
+ 'email' => 'Email',
+ 'phone' => 'Telpon',
+ 'address' => 'Alamat',
+ 'edit_your_business_address' => 'Ubah alamat bisnis Anda',
+ 'logo' => 'Logo',
],
'localisation' => [
'description' => 'Tetapkan tahun fiskal, zona waktu, format tanggal dan lebih banyak penduduk lokal',
'financial_start' => 'Waktu mulai Periode Keuangan',
'timezone' => 'Zona Waktu',
+ 'financial_denote' => [
+ 'title' => 'Tahun Keuangan Menunjukkan',
+ 'begins' => 'Pada tahun dimulainya',
+ 'ends' => 'Pada tahun berakhirnya',
+ ],
'date' => [
'format' => 'Format Tanggal',
'separator' => 'Pemisah Tanggal',
diff --git a/resources/lang/id-ID/transfers.php b/resources/lang/id-ID/transfers.php
index 241cb15dc..97f4c0d9b 100644
--- a/resources/lang/id-ID/transfers.php
+++ b/resources/lang/id-ID/transfers.php
@@ -3,7 +3,9 @@
return [
'from_account' => 'Dari Rekening',
+ 'from_account_rate' => 'Dari Rekening Taksiran',
'to_account' => 'Ke Rekening',
+ 'to_account_rate' => 'Ke Rekening Taksiran',
'messages' => [
'delete' => ':from ke :to (:amount)',
diff --git a/resources/lang/id-ID/widgets.php b/resources/lang/id-ID/widgets.php
index 375e34e86..ad13a4184 100644
--- a/resources/lang/id-ID/widgets.php
+++ b/resources/lang/id-ID/widgets.php
@@ -2,13 +2,14 @@
return [
+ 'currencies' => 'Mata Uang',
'total_income' => 'Total Pendapatan',
'receivables' => 'Pihutang',
'open_invoices' => 'Membuka Faktur',
'overdue_invoices' => 'Faktur Jatuh Tempo',
'total_expenses' => 'Total Pengeluaran',
'payables' => 'Hutang',
- 'open_bills' => 'Membuka Tagihan',
+ 'open_bills' => 'Tagihan Terbuka',
'overdue_bills' => 'Tagihan Terlambat',
'total_profit' => 'Total Keuntungan',
'open_profit' => 'Membuka Keuntungan',
@@ -16,8 +17,8 @@ return [
'cash_flow' => 'Arus Kas',
'no_profit_loss' => 'Tidak ada Rugi Laba',
'income_by_category' => 'Pendapatan menurut Kategori',
- 'expenses_by_category' => 'Biaya berdasarkan Kategori',
+ 'expenses_by_category' => 'Pengeluaran berdasarkan Kategori',
'account_balance' => 'Saldo Rekening',
'latest_income' => 'Pendapatan Terbaru',
- 'latest_expenses' => 'Biaya Terbaru',
+ 'latest_expenses' => 'Pengeluaran Terbaru',
];
diff --git a/resources/lang/ne-NP/transfers.php b/resources/lang/ne-NP/transfers.php
index 42f79a7c5..ae8118254 100644
--- a/resources/lang/ne-NP/transfers.php
+++ b/resources/lang/ne-NP/transfers.php
@@ -3,7 +3,9 @@
return [
'from_account' => 'खाताबाट',
+ 'from_account_rate' => 'खाता दर बाट',
'to_account' => 'खातामा',
+ 'to_account_rate' => 'खाता दरमा',
'messages' => [
'delete' => ':from बाट :to (:amount)',
diff --git a/resources/lang/pt-BR/transfers.php b/resources/lang/pt-BR/transfers.php
index 822b2caad..f940dd6d0 100644
--- a/resources/lang/pt-BR/transfers.php
+++ b/resources/lang/pt-BR/transfers.php
@@ -3,7 +3,9 @@
return [
'from_account' => 'Da conta',
+ 'from_account_rate' => 'Da Taxa da Conta',
'to_account' => 'Para conta',
+ 'to_account_rate' => 'Para Taxa da Conta',
'messages' => [
'delete' => 'Do :from para :to (:amount)',
diff --git a/resources/lang/sq-AL/notifications.php b/resources/lang/sq-AL/notifications.php
index d24a71ee2..f3afd1892 100644
--- a/resources/lang/sq-AL/notifications.php
+++ b/resources/lang/sq-AL/notifications.php
@@ -7,4 +7,21 @@ return [
'salutation' => 'Respekte,
:company_name',
'subcopy' => 'Nëse ke probleme duke klikuar butonin ":text", kopjoni dhe ngjisni URL më poshtë në shfletuesin tuaj të internetit: [:url](:url)',
+ 'update' => [
+
+ 'mail' => [
+
+ 'subject' => '⚠️ Përditësimi dështoi në :domain',
+ 'message' => 'Azhurnimi i :alias nga :current_version në :new_version dështoi në hapin :step me mesazhin vijues: :error_message',
+
+ ],
+
+ 'slack' => [
+
+ 'message' => 'Përditësimi dështoi në :domain',
+
+ ],
+
+ ],
+
];
diff --git a/resources/lang/sq-AL/transfers.php b/resources/lang/sq-AL/transfers.php
index 3004a63b1..b55927114 100644
--- a/resources/lang/sq-AL/transfers.php
+++ b/resources/lang/sq-AL/transfers.php
@@ -3,7 +3,9 @@
return [
'from_account' => 'Nga Llogaria',
+ 'from_account_rate' => 'Nga Vlerësimi i Llogarisë',
'to_account' => 'Në Llogarinë',
+ 'to_account_rate' => 'Në Vlerësimin e Llogarisë',
'messages' => [
'delete' => ':from për të :to (:amount)',
diff --git a/resources/lang/sv-SE/transfers.php b/resources/lang/sv-SE/transfers.php
index de5d42021..db553be3d 100644
--- a/resources/lang/sv-SE/transfers.php
+++ b/resources/lang/sv-SE/transfers.php
@@ -3,7 +3,9 @@
return [
'from_account' => 'Från konto',
+ 'from_account_rate' => 'Från kontosats',
'to_account' => 'Till konto',
+ 'to_account_rate' => 'Till kontosats',
'messages' => [
'delete' => ':from till :to (:amount)',
diff --git a/resources/lang/tr-TR/transfers.php b/resources/lang/tr-TR/transfers.php
index c81942eb6..78c7df46a 100644
--- a/resources/lang/tr-TR/transfers.php
+++ b/resources/lang/tr-TR/transfers.php
@@ -3,7 +3,9 @@
return [
'from_account' => 'Gönderen Hesap',
+ 'from_account_rate' => 'Gönderen Hesap Kuru',
'to_account' => 'Alan Hesap',
+ 'to_account_rate' => 'Alan Hesap Kuru',
'messages' => [
'delete' => ':from hesabından :to hesabına (:amount)',
diff --git a/resources/lang/ur-PK/accounts.php b/resources/lang/ur-PK/accounts.php
index c912249db..3585b49c0 100644
--- a/resources/lang/ur-PK/accounts.php
+++ b/resources/lang/ur-PK/accounts.php
@@ -3,12 +3,12 @@
return [
'account_name' => 'اکاؤنٹ کا نام',
- 'number' => 'نمبر',
+ 'number' => 'بینک میں اکائونٹ نمبر',
'opening_balance' => 'افتتاحی رقم',
'current_balance' => 'موجودہ رقم',
'bank_name' => 'بینک کا نام',
'bank_phone' => 'بینک کا فون',
'bank_address' => 'بینک کا پتہ',
- 'default_account' => 'ڈیفالٹ اکاؤنٹ',
+ 'default_account' => 'طے شدہ اکاؤنٹ',
];
diff --git a/resources/lang/zh-TW/bulk_actions.php b/resources/lang/zh-TW/bulk_actions.php
index 5c12dcc7a..3c2be5340 100644
--- a/resources/lang/zh-TW/bulk_actions.php
+++ b/resources/lang/zh-TW/bulk_actions.php
@@ -16,6 +16,8 @@ return [
'sent' => '您確定要將選定的發票標記為已發送嗎?|您確定要將選定的發票標記為已發送嗎?',
'received' => '您確定要將選定的帳單標記為已收到嗎?|您確定要將選定的帳單標記為已收到嗎?',
'cancelled' => '你確定要注銷這些選定的發票嗎?|你確定要注銷這些選定的發票嗎?',
+ 'reconcile' => '你確定要 對帳 選定的記錄嗎?|你確定要 對帳 選定的記錄嗎?',
+ 'unreconcile' => '你確定要 未核銷 選定的記錄嗎?|你確定要 未核銷 選定的記錄嗎?',
],
];
diff --git a/resources/lang/zh-TW/currencies.php b/resources/lang/zh-TW/currencies.php
index 0eb912f6f..be8bd825d 100644
--- a/resources/lang/zh-TW/currencies.php
+++ b/resources/lang/zh-TW/currencies.php
@@ -8,6 +8,7 @@ return [
'decimal_mark' => '十進位標記',
'thousands_separator' => '千分位',
'precision' => '精確度',
+ 'conversion' => '貨幣轉換: :price (:currency_code) 在 :currency_rate',
'symbol' => [
'symbol' => '符號',
'position' => '符號位置',
diff --git a/resources/lang/zh-TW/errors.php b/resources/lang/zh-TW/errors.php
index 2ed8134ec..a9035c910 100644
--- a/resources/lang/zh-TW/errors.php
+++ b/resources/lang/zh-TW/errors.php
@@ -3,21 +3,22 @@
return [
'title' => [
- '403' => '哎呀!禁止訪問',
- '404' => '哎呀!找不到頁面',
- '500' => '哎呀!出錯了。',
+ '403' => '哎呀!禁止訪問',
+ '404' => '哎呀!找不到頁面',
+ '500' => '哎呀!出錯了。',
],
'header' => [
- '403' => '403 禁止',
- '404' => '404 未找到',
- '500' => '500 服務器內部錯誤',
+ '403' => '403 禁止',
+ '404' => '404 未找到',
+ '500' => '500 服務器內部錯誤',
],
'message' => [
- '403' => '您不能訪問此頁面。',
- '404' => '我們找不到您正在尋找的頁面。',
- '500' => '我們將立即全力解決這個問題。',
+ '403' => '您不能訪問此頁面。',
+ '404' => '我們找不到您正在尋找的頁面。',
+ '500' => '我們將立即全力解決這個問題。',
+ 'record' => '找不到您要尋找的記錄。',
],
];
diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php
index 09de4c27d..5be163bf8 100644
--- a/resources/lang/zh-TW/general.php
+++ b/resources/lang/zh-TW/general.php
@@ -104,7 +104,10 @@ return [
'from' => '來自',
'to' => '收件人',
'print' => '列印',
+ 'download_pdf' => '下載 PDF',
+ 'customize' => '自訂',
'search' => '搜尋',
+ 'search_text' => '搜尋這個字',
'search_placeholder' => '輸入搜尋..',
'filter' => '篩選',
'help' => '說明',
@@ -152,12 +155,19 @@ return [
'no_matching_data' => '沒肴合適的資料',
'clear_cache' => '清除緩存',
'go_to_dashboard' => '前往儀表板',
+ 'is' => '是',
+ 'isnot' => '不是',
+ 'recurring_and_more' => '重複性以及更多...',
+ 'due_on' => '到期於',
+ 'amount_due' => '應付金額',
'card' => [
+ 'cards' => '卡片|卡片',
'name' => '持卡人姓名',
'number' => '卡號',
'expiration_date' => '有效日期',
'cvv' => '信用卡 CVC',
+ 'save' => '儲存卡片',
],
'title' => [
@@ -177,10 +187,25 @@ return [
'field' => '- 選擇 :field -',
'file' => '選擇檔案',
],
+ 'add' => '新增一個 :field',
+ 'add_an' => '新增一個 :field',
'add_new' => '新增訂閱',
+ 'edit' => '編輯 :field',
+ 'contact_edit' => '編輯 :contact_name :field',
+ 'drop_file' => '拖曳檔案到這裡上傳',
+ 'choose' => '選擇 :field',
+ 'choose_different' => '選擇一個不同的 :field',
+ 'choose_file' => '選擇檔案',
'no_file_selected' => '尚未選擇檔案...',
],
+ 'placeholder' => [
+ 'search' => '輸入搜尋...',
+ 'search_and_filter' => '搜尋或篩選結果...',
+ 'contact_search' => '輸入一個 :type 名稱',
+ 'item_search' => '輸入一個項目名稱',
+ ],
+
'date_range' => [
'today' => '今天',
'yesterday' => '昨天',
diff --git a/resources/lang/zh-TW/install.php b/resources/lang/zh-TW/install.php
index d897455d1..5e65f8a07 100644
--- a/resources/lang/zh-TW/install.php
+++ b/resources/lang/zh-TW/install.php
@@ -39,6 +39,7 @@ return [
],
'error' => [
+ 'php_version' => '錯誤:詢問你的主機供應商以使用 PHP :php_version 或更新版本的 HTTP 和 CLI。',
'connection' => '錯誤:無法連線到資料庫!請確認所提供的資訊正確無誤。',
],
diff --git a/resources/lang/zh-TW/items.php b/resources/lang/zh-TW/items.php
index d4adc217c..c9efc7013 100644
--- a/resources/lang/zh-TW/items.php
+++ b/resources/lang/zh-TW/items.php
@@ -2,7 +2,8 @@
return [
- 'sales_price' => '定價',
- 'purchase_price' => '售價',
+ 'sales_price' => '定價',
+ 'purchase_price' => '售價',
+ 'enter_item_description' => '輸入項目描述',
];
diff --git a/resources/lang/zh-TW/notifications.php b/resources/lang/zh-TW/notifications.php
index 88ec13d69..ce245645e 100644
--- a/resources/lang/zh-TW/notifications.php
+++ b/resources/lang/zh-TW/notifications.php
@@ -7,4 +7,21 @@ return [
'salutation' => '你好,
:company_name',
'subcopy' => '如果你在點選「:text」按鈕時遇到問題,複製並在瀏覽器中貼上以下網址:[:url](:url)',
+ 'update' => [
+
+ 'mail' => [
+
+ 'subject' => '⚠️ 在 :domain 更新失敗',
+ 'message' => ':alias 更新自 :current_version 至 :new_version 失敗於 :step 步驟,錯誤訊息為: :error_message',
+
+ ],
+
+ 'slack' => [
+
+ 'message' => '在 :domain 更新失敗',
+
+ ],
+
+ ],
+
];
diff --git a/resources/lang/zh-TW/reconciliations.php b/resources/lang/zh-TW/reconciliations.php
index 12fe7f865..1fc340fb3 100644
--- a/resources/lang/zh-TW/reconciliations.php
+++ b/resources/lang/zh-TW/reconciliations.php
@@ -3,7 +3,9 @@
return [
'reconcile' => '帳戶核對',
+ 'unreconcile' => '未核對',
'reconciled' => '帳戶已核對',
+ 'opening_balance' => '期初餘額',
'closing_balance' => '期末餘額',
'unreconciled' => '帳戶未核對',
'transactions' => '交易',
diff --git a/resources/lang/zh-TW/settings.php b/resources/lang/zh-TW/settings.php
index 3e3dbcff4..11c490e22 100644
--- a/resources/lang/zh-TW/settings.php
+++ b/resources/lang/zh-TW/settings.php
@@ -3,18 +3,24 @@
return [
'company' => [
- 'description' => '\'更改公司名稱、電子郵件、地址、稅號等等',
- 'name' => '名稱',
- 'email' => '電子郵件',
- 'phone' => '電話',
- 'address' => '地址',
- 'logo' => '商標',
+ 'description' => '\'更改公司名稱、電子郵件、地址、稅號等等',
+ 'name' => '名稱',
+ 'email' => '電子郵件',
+ 'phone' => '電話',
+ 'address' => '地址',
+ 'edit_your_business_address' => '編輯你的營業地址',
+ 'logo' => '商標',
],
'localisation' => [
'description' => '設置財年、時區、日期格式和更多局部信息',
'financial_start' => '財年開始',
'timezone' => '時區',
+ 'financial_denote' => [
+ 'title' => '會計開始年度',
+ 'begins' => '在開始的那一年',
+ 'ends' => '在結束的那一年',
+ ],
'date' => [
'format' => '日期格式',
'separator' => '日期分隔',
@@ -62,12 +68,21 @@ return [
'default' => '默認',
'classic' => '傳統',
'modern' => '新式',
+ 'hide' => [
+ 'item_name' => '隱藏項目名稱',
+ 'item_description' => '隱藏項目描述',
+ 'quantity' => '隱藏數量',
+ 'price' => '隱藏定價',
+ 'amount' => '隱藏合計',
+ ],
],
'default' => [
'description' => '默認賬戶、貨幣、公司語言',
'list_limit' => '每頁行數',
'use_gravatar' => '使用 Gravatar',
+ 'income_category' => '收入分類',
+ 'expense_category' => '支出分類',
],
'email' => [
diff --git a/resources/lang/zh-TW/taxes.php b/resources/lang/zh-TW/taxes.php
index a1761e771..a5b422af7 100644
--- a/resources/lang/zh-TW/taxes.php
+++ b/resources/lang/zh-TW/taxes.php
@@ -8,4 +8,5 @@ return [
'inclusive' => '包含',
'compound' => '複合',
'fixed' => '固定的',
+ 'withholding' => '代扣代繳',
];
diff --git a/resources/lang/zh-TW/widgets.php b/resources/lang/zh-TW/widgets.php
index 7b7fbd822..d910bf100 100644
--- a/resources/lang/zh-TW/widgets.php
+++ b/resources/lang/zh-TW/widgets.php
@@ -2,6 +2,7 @@
return [
+ 'currencies' => '貨幣',
'total_income' => '總收入',
'receivables' => '應收帳款',
'open_invoices' => '未付發票',