diff --git a/resources/lang/ar-SA/auth.php b/resources/lang/ar-SA/auth.php index 79ca5de60..d31d955b5 100644 --- a/resources/lang/ar-SA/auth.php +++ b/resources/lang/ar-SA/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'البريد الإلكتروني الحالي', 'reset' => 'إعادة تعيين', 'never' => 'أبدا', + 'password' => [ 'current' => 'كلمة المرور', 'current_confirm' => 'تأكيد كلمة المرور', 'new' => 'كلمة المرور الجديدة', 'new_confirm' => 'تأكيد كلمة المرور الجديدة', ], + 'error' => [ - 'self_delete' => 'خطأ: لا يمكن حذف نفسك!' + 'self_delete' => 'خطأ: لا يمكن حذف نفسك!', + 'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.', ], 'failed' => 'بيانات الاعتماد هذه غير متطابقة مع البيانات المسجلة لدينا.', 'disabled' => 'هذا الحساب غير مفعل. رجاءا, تواصل مع مدير النظام.', 'throttle' => 'عدد كبير جدا من محاولات تسجيل الدخول. الرجاء إعادة المحاولة في غضون :seconds ثانية.', + 'notification' => [ + 'message_1' => 'You are receiving this email because we received a password reset request for your account.', + 'message_2' => 'If you did not request a password reset, no further action is required.', + 'button' => 'إعادة تعيين كلمة المرور', + ], + ]; diff --git a/resources/lang/ar-SA/demo.php b/resources/lang/ar-SA/demo.php index 1c0732d1b..35f61836d 100644 --- a/resources/lang/ar-SA/demo.php +++ b/resources/lang/ar-SA/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'نقدي', - 'categories_uncat' => 'غير مدرج ب فئة', 'categories_deposit' => 'ايداع', 'categories_sales' => 'بيع', 'currencies_usd' => 'دولار امريكي', diff --git a/resources/lang/ar-SA/general.php b/resources/lang/ar-SA/general.php index 8afb0bc1b..768a7a4c9 100644 --- a/resources/lang/ar-SA/general.php +++ b/resources/lang/ar-SA/general.php @@ -100,11 +100,15 @@ return [ 'overdue' => 'مبلغ متأخر', 'partially' => 'جزئي', 'partially_paid' => 'مدفوع جزئياً', + 'export' => 'Export', + 'enable' => 'Enable', + 'disable' => 'Disable', 'title' => [ 'new' => 'جديد :type', 'edit' => 'تعديل :type', ], + 'form' => [ 'enter' => 'إدخال :field', 'select' => [ diff --git a/resources/lang/ar-SA/import.php b/resources/lang/ar-SA/import.php index d510f3b3b..39e41e947 100644 --- a/resources/lang/ar-SA/import.php +++ b/resources/lang/ar-SA/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'استيراد', 'title' => 'استيراد : النوع', - 'message' => 'مسموح بأنواع الملفات: CSV, XLS. Please, تحميل مثال.', + 'message' => 'Allowed file types: XLS, XLSX. Please, download the sample file.', ]; diff --git a/resources/lang/ar-SA/install.php b/resources/lang/ar-SA/install.php index 9f0c2ac48..ca3468d33 100644 --- a/resources/lang/ar-SA/install.php +++ b/resources/lang/ar-SA/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'تحديث', 'steps' => [ - 'requirements' => 'برجاء, قم بالخطوات التالية!', + 'requirements' => 'Please, ask your hosting provider to fix the errors!', 'language' => 'الخطوة 1/3 : أختيار اللغة', 'database' => 'الخطوة 2/3 : اعداد قاعدة البيانات', 'settings' => 'الخطوة 3/3 : الشركة و تفاصيل مدير النظام', @@ -19,7 +19,7 @@ return [ 'requirements' => [ 'enabled' => ':هذة الميزة تحتاج الى تفعيل!', 'disabled' => ': هذة الميزة تحتاج الى الغاء التفعيل!', - 'extension' => ': ملحق اضافى يحتاج إلى أن يتم تحميل!', + 'extension' => ':extension extension needs to be installed and loaded!', 'directory' => ': الدليل يجب أن يكون قابل للكتابة!', ], diff --git a/resources/lang/ar-SA/messages.php b/resources/lang/ar-SA/messages.php index 41e1bdf77..0cfffbb25 100644 --- a/resources/lang/ar-SA/messages.php +++ b/resources/lang/ar-SA/messages.php @@ -8,6 +8,8 @@ return [ 'deleted' => ':نوع تم الحذف!', 'duplicated' => ':نوع تم التكرار!', 'imported' => ':نوع تم الاستيراد!', + 'enabled' => ':type enabled!', + 'disabled' => ':type disabled!', ], 'error' => [ 'over_payment' => 'Error: Payment not added! Amount passes the total.', @@ -16,6 +18,8 @@ return [ 'no_file' => 'خطأ: لم يتم تحديد ملف!', 'last_category' => 'Error: Can not delete the last :type category!', 'invalid_token' => 'Error: The token entered is invalid!', + 'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.', + 'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.', ], 'warning' => [ 'deleted' => 'تحذير: غير مسموح لك بحذف :اسم لأن هذا : مرتبط ب.', diff --git a/resources/lang/ar-SA/modules.php b/resources/lang/ar-SA/modules.php index a1abd8b2e..919303585 100644 --- a/resources/lang/ar-SA/modules.php +++ b/resources/lang/ar-SA/modules.php @@ -4,6 +4,7 @@ return [ 'title' => 'رمز API', 'api_token' => 'رمز الوصول', + 'my_apps' => 'My Apps', 'top_paid' => 'أعلى المدفوعات', 'new' => 'جديد', 'top_free' => 'المجانيات الأعلى', @@ -40,9 +41,18 @@ return [ 'install' => 'تثبيت: ملفات القسم.', ], + 'badge' => [ + 'installed' => 'Installed', + ], + 'button' => [ 'uninstall' => 'الغاء التثبيت', 'disable' => 'الغاء التفعيل', 'enable' => 'تفعيل', ], + + 'my' => [ + 'purchased' => 'Purchased', + 'installed' => 'Installed', + ], ]; diff --git a/resources/lang/ar-SA/notifications.php b/resources/lang/ar-SA/notifications.php new file mode 100644 index 000000000..88c2f9da0 --- /dev/null +++ b/resources/lang/ar-SA/notifications.php @@ -0,0 +1,10 @@ + 'Whoops!', + 'hello' => 'Hello!', + 'salutation' => 'Regards,
:company_name', + 'subcopy' => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)', + +]; diff --git a/resources/lang/ar-SA/recurring.php b/resources/lang/ar-SA/recurring.php index 92099c71c..820defd05 100644 --- a/resources/lang/ar-SA/recurring.php +++ b/resources/lang/ar-SA/recurring.php @@ -5,13 +5,13 @@ return [ 'recurring' => 'Recurring', 'every' => 'Every', 'period' => 'Period', - 'times' => 'Times', - 'daily' => 'Daily', - 'weekly' => 'Weekly', - 'monthly' => 'Monthly', - 'yearly' => 'Yearly', - 'custom' => 'Custom', - 'days' => 'Day(s)', + 'times' => 'التوقيت', + 'daily' => 'يومي', + 'weekly' => 'أسبوعي', + 'monthly' => 'شهرى', + 'yearly' => 'سنوى', + 'custom' => 'مُخصّص', + 'days' => 'يوم (أيام)', 'weeks' => 'Week(s)', 'months' => 'Month(s)', 'years' => 'Year(s)', diff --git a/resources/lang/ar-SA/transfers.php b/resources/lang/ar-SA/transfers.php index c18beee0e..740d7f95b 100644 --- a/resources/lang/ar-SA/transfers.php +++ b/resources/lang/ar-SA/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'من حساب', 'to_account' => 'الى حساب', + 'messages' => [ + 'delete' => ':from to :to (:amount)', + ], + ]; diff --git a/resources/lang/ar-SA/validation.php b/resources/lang/ar-SA/validation.php index 928779c05..acdfab914 100644 --- a/resources/lang/ar-SA/validation.php +++ b/resources/lang/ar-SA/validation.php @@ -101,6 +101,7 @@ return [ 'attribute-name' => [ 'rule-name' => 'رسالة مخصصة', ], + 'invalid_currency' => 'The :attribute code is invalid.', ], /* diff --git a/resources/lang/bg-BG/auth.php b/resources/lang/bg-BG/auth.php index df17efe14..402f51a17 100644 --- a/resources/lang/bg-BG/auth.php +++ b/resources/lang/bg-BG/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'Текущ имейл адрес', 'reset' => 'Възстановяване', 'never' => 'никога', + 'password' => [ 'current' => 'Парола', 'current_confirm' => 'Потвърждение на паролата', 'new' => 'Нова парола', 'new_confirm' => 'Потвърждение на паролата', ], + 'error' => [ - 'self_delete' => 'Грешка: Не може да изтриете себе си!' + 'self_delete' => 'Грешка: Не може да изтриете себе си!', + 'no_company' => 'Грешка: Няма компания, добавена към вашия акаунт. Моля, обърнете се към системния администратор.', ], 'failed' => 'Неуспешно удостоверяване на потребител.', 'disabled' => 'Този акаунт е забранен. Моля обърнете се към системния администратор.', 'throttle' => 'Твърде много опити за логин. Моля, опитайте отново след :seconds секунди.', + 'notification' => [ + 'message_1' => 'Вие получавате този имейл, защото сме получили искане за нулиране на паролата за вашия акаунт.', + 'message_2' => 'Ако не поискате възстановяване на паролата, не са позволени по-нататъчни действия.', + 'button' => 'Възстановяване на парола', + ], + ]; diff --git a/resources/lang/bg-BG/bills.php b/resources/lang/bg-BG/bills.php index ca058cf99..34df438b5 100644 --- a/resources/lang/bg-BG/bills.php +++ b/resources/lang/bg-BG/bills.php @@ -12,15 +12,15 @@ return [ 'quantity' => 'Количество', 'price' => 'Цена', 'sub_total' => 'Междинна сума', - 'discount' => 'Discount', + 'discount' => 'Отстъпка', 'tax_total' => 'Общо данък', 'total' => 'Общо', 'item_name' => 'Име на артикул | Имена на артикули', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% отстъпка', + 'add_discount' => 'Добави отстъпка', + 'discount_desc' => 'на междинна сума', 'payment_due' => 'Дължимото плащане', 'amount_due' => 'Дължимата сума', diff --git a/resources/lang/bg-BG/demo.php b/resources/lang/bg-BG/demo.php index 55a12f560..3c798a2a7 100644 --- a/resources/lang/bg-BG/demo.php +++ b/resources/lang/bg-BG/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'В брой', - 'categories_uncat' => 'Некатегоризирани', 'categories_deposit' => 'Депозит', 'categories_sales' => 'Продажби', 'currencies_usd' => 'Американски долар', diff --git a/resources/lang/bg-BG/general.php b/resources/lang/bg-BG/general.php index 65fc2bd3d..10aff9b89 100644 --- a/resources/lang/bg-BG/general.php +++ b/resources/lang/bg-BG/general.php @@ -8,7 +8,7 @@ return [ 'revenues' => 'Приходи | Приходи', 'customers' => 'Клиент | Клиенти', 'expenses' => 'Разход| Разходи', - 'bills' => 'Сметка| Сметки', + 'bills' => 'Фактура| Фактура', 'payments' => 'Плащане | Плащания', 'vendors' => 'Доставчик | Доставчици', 'accounts' => 'Сметка | Сметки', @@ -37,7 +37,7 @@ return [ 'updates' => 'Актуализация | Актуализации', 'numbers' => 'Номер | Числа', 'statuses' => 'Статус | Статуси', - 'others' => 'Other|Others', + 'others' => 'Други|други', 'dashboard' => 'Табло', 'banking' => 'Банкиране', @@ -100,11 +100,15 @@ return [ 'overdue' => 'Прослочени', 'partially' => 'Частичен', 'partially_paid' => 'Частично платено', + 'export' => 'Експорт', + 'enable' => 'Включи', + 'disable' => 'Изключи', 'title' => [ 'new' => 'Нов :type', 'edit' => 'Редактирай :type', ], + 'form' => [ 'enter' => 'Въведи :field', 'select' => [ diff --git a/resources/lang/bg-BG/install.php b/resources/lang/bg-BG/install.php index 5ae035c95..818a37160 100644 --- a/resources/lang/bg-BG/install.php +++ b/resources/lang/bg-BG/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'Обновяване', 'steps' => [ - 'requirements' => 'Моля, изпълнете следните изисквания!', + 'requirements' => 'Моля обърнете се към вашия хостинг доставчик да поправите грешките!', 'language' => 'Стъпка 1/3: Избор на език', 'database' => 'Стъпка 2/3: Избор на база данни', 'settings' => 'Стъпка 3/3: Детайли на компанията и администратора', diff --git a/resources/lang/bg-BG/invoices.php b/resources/lang/bg-BG/invoices.php index 5e7ca9e96..19ef40499 100644 --- a/resources/lang/bg-BG/invoices.php +++ b/resources/lang/bg-BG/invoices.php @@ -12,15 +12,15 @@ return [ 'quantity' => 'Количество', 'price' => 'Цена', 'sub_total' => 'Междинна сума', - 'discount' => 'Discount', + 'discount' => 'Отстъпка', 'tax_total' => 'Общо данък', 'total' => 'Общо', 'item_name' => 'Име на артикул | Имена на артикули', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% отстъпка', + 'add_discount' => 'Добави отстъпка', + 'discount_desc' => 'на междинна сума', 'payment_due' => 'Дължимото плащане', 'paid' => 'Платен', diff --git a/resources/lang/bg-BG/messages.php b/resources/lang/bg-BG/messages.php index 026be03bc..7a39131d3 100644 --- a/resources/lang/bg-BG/messages.php +++ b/resources/lang/bg-BG/messages.php @@ -8,14 +8,18 @@ return [ 'deleted' => ':type изтрит!', 'duplicated' => ':type дублиран!', 'imported' => ':type импортиран!', + 'enabled' => ':type включен!', + 'disabled' => ':type изключен!', ], 'error' => [ 'over_payment' => 'Грешка: Плащането не е добавено! Сумата преминава общата сума.', 'not_user_company' => 'Грешка: Не ви е позволено да управлявате тази компания!', 'customer' => 'Грешка: Потребителят не е създаден! :name вече използва този имейл адрес.', 'no_file' => 'Грешка: Няма избран файл!', - 'last_category' => 'Error: Can not delete the last :type category!', - 'invalid_token' => 'Error: The token entered is invalid!', + 'last_category' => 'Грешка: Не може да изтриете последния :type категория!', + 'invalid_token' => 'Грешка: Маркера е невалиден!', + 'import_column' => 'Грешк: :message Sheet name: :sheet. Line number: :line.', + 'import_sheet' => 'Грешка: Невалидно име. Моля, прегледайте примерния файл.', ], 'warning' => [ 'deleted' => 'Предупреждение: Не ви е позволено да изтриете :name, защото има :text свързан.', diff --git a/resources/lang/bg-BG/modules.php b/resources/lang/bg-BG/modules.php index 0f76b5796..e5ccea66f 100644 --- a/resources/lang/bg-BG/modules.php +++ b/resources/lang/bg-BG/modules.php @@ -4,11 +4,12 @@ return [ 'title' => 'API Token', 'api_token' => 'Token', + 'my_apps' => 'Моите приложения', 'top_paid' => 'Топ платени', 'new' => 'Нов', 'top_free' => 'Топ безплатни', 'free' => 'БЕЗПЛАТНО', - 'search' => 'Search', + 'search' => 'Търси', 'install' => 'Инсталирай', 'buy_now' => 'Купете сега', 'token_link' => 'Натиснете тук за да получите Вашия API token.', @@ -40,9 +41,18 @@ return [ 'install' => 'Инсталиране :module файлове.', ], + 'badge' => [ + 'installed' => 'Инсталирано', + ], + 'button' => [ 'uninstall' => 'Деинсталирай', 'disable' => 'Изключи', 'enable' => 'Активирай', ], + + 'my' => [ + 'purchased' => 'Закупени', + 'installed' => 'Инсталирани', + ], ]; diff --git a/resources/lang/bg-BG/notifications.php b/resources/lang/bg-BG/notifications.php new file mode 100644 index 000000000..a6dbe6fa9 --- /dev/null +++ b/resources/lang/bg-BG/notifications.php @@ -0,0 +1,10 @@ + 'Опа!', + 'hello' => 'Здравейте!', + 'salutation' => 'Поздрави,
:company_name', + 'subcopy' => 'Ако срещате проблеми при щракване върху бутона ":text", копирайте и поставете URL-долу във вашия уеб браузър: [: url](:url)', + +]; diff --git a/resources/lang/bg-BG/recurring.php b/resources/lang/bg-BG/recurring.php index 92099c71c..636129bf5 100644 --- a/resources/lang/bg-BG/recurring.php +++ b/resources/lang/bg-BG/recurring.php @@ -2,19 +2,19 @@ return [ - 'recurring' => 'Recurring', - 'every' => 'Every', - 'period' => 'Period', - 'times' => 'Times', - 'daily' => 'Daily', - 'weekly' => 'Weekly', - 'monthly' => 'Monthly', - 'yearly' => 'Yearly', - 'custom' => 'Custom', - 'days' => 'Day(s)', - 'weeks' => 'Week(s)', - 'months' => 'Month(s)', - 'years' => 'Year(s)', - 'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', + 'recurring' => 'Повтарящи се', + 'every' => 'Всеки', + 'period' => 'Период', + 'times' => 'Пъти', + 'daily' => 'Дневно', + 'weekly' => 'Седмично', + 'monthly' => 'Месечно', + 'yearly' => 'Годишно', + 'custom' => 'По избор', + 'days' => 'Ден (дни)', + 'weeks' => 'Седмица(и)', + 'months' => 'Месец(и)', + 'years' => 'Година(и)', + 'message' => 'Това е повтарящ се :type и следващия :type ще се генерира автоматично на :date', ]; diff --git a/resources/lang/bg-BG/reports.php b/resources/lang/bg-BG/reports.php index 24e23c49e..a9402c164 100644 --- a/resources/lang/bg-BG/reports.php +++ b/resources/lang/bg-BG/reports.php @@ -7,24 +7,24 @@ return [ 'this_quarter' => 'Текущото тримесечие', 'previous_quarter' => 'Предходното тримесечие', 'last_12_months' => 'Последните 12 месеца', - 'profit_loss' => 'Profit & Loss', - 'gross_profit' => 'Gross Profit', - 'net_profit' => 'Net Profit', - 'total_expenses' => 'Total Expenses', - 'net' => 'NET', + 'profit_loss' => 'Печалба & загуба', + 'gross_profit' => 'Брутна печалба', + 'net_profit' => 'Нетна печалба', + 'total_expenses' => 'Общо разходи', + 'net' => 'НЕТНО', 'summary' => [ 'income' => 'Приходи', 'expense' => 'Разходи', 'income_expense' => 'Приходи срещу разходи', - 'tax' => 'Tax Summary', + 'tax' => 'Данъчни Резюме', ], 'quarter' => [ - '1' => 'Jan-Mar', - '2' => 'Apr-Jun', - '3' => 'Jul-Sep', - '4' => 'Oct-Dec', + '1' => 'Ян-Мар', + '2' => 'Април-юни', + '3' => 'Юли-септември', + '4' => 'Октомври-декември', ], ]; diff --git a/resources/lang/bg-BG/settings.php b/resources/lang/bg-BG/settings.php index 2f1e8677e..48e447417 100644 --- a/resources/lang/bg-BG/settings.php +++ b/resources/lang/bg-BG/settings.php @@ -22,9 +22,9 @@ return [ ], 'timezone' => 'Часова зона', 'percent' => [ - 'title' => 'Percent (%) Position', - 'before' => 'Before Number', - 'after' => 'After Number', + 'title' => 'Процент (%) Позиция', + 'before' => 'Преди номер', + 'after' => 'След номер', ], ], 'invoice' => [ diff --git a/resources/lang/bg-BG/transfers.php b/resources/lang/bg-BG/transfers.php index 0d35b2c7c..7e70fdd38 100644 --- a/resources/lang/bg-BG/transfers.php +++ b/resources/lang/bg-BG/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'От сметка', 'to_account' => 'Към сметка', + 'messages' => [ + 'delete' => ':from до :to (:amount)', + ], + ]; diff --git a/resources/lang/bg-BG/validation.php b/resources/lang/bg-BG/validation.php index e33c14037..96e42b42c 100644 --- a/resources/lang/bg-BG/validation.php +++ b/resources/lang/bg-BG/validation.php @@ -101,6 +101,7 @@ return [ 'attribute-name' => [ 'rule-name' => 'custom-message', ], + 'invalid_currency' => ':attribute код е невалиден.', ], /* diff --git a/resources/lang/de-DE/install.php b/resources/lang/de-DE/install.php index cde7aa86d..5fd816e08 100644 --- a/resources/lang/de-DE/install.php +++ b/resources/lang/de-DE/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'Aktualisieren', 'steps' => [ - 'requirements' => 'Bitte, erfüllen Sie die folgenden Anforderungen!', + 'requirements' => 'Bitte wenden Sie sich an Ihren Hosting-Dienstleister um die Fehler beheben zu lassen!', 'language' => 'Schritt 1/3: Sprachauswahl', 'database' => 'Schritt 2/3: Datenbank-Setup', 'settings' => 'Schritt 3/3: Unternehmen und Admin-Details', @@ -19,7 +19,7 @@ return [ 'requirements' => [ 'enabled' => ':feature muss aktiviert sein!', 'disabled' => ':feature muss deaktiviert sein!', - 'extension' => ':extension Erweiterung muss geladen sein!', + 'extension' => ':extension Erweiterung muss installiert und geladen sein!', 'directory' => ':directory Verzeichnis muss schreibbar sein!', ], diff --git a/resources/lang/de-DE/notifications.php b/resources/lang/de-DE/notifications.php new file mode 100644 index 000000000..551dffa67 --- /dev/null +++ b/resources/lang/de-DE/notifications.php @@ -0,0 +1,10 @@ + 'Hoppala!', + 'hello' => 'Hallo!', + 'salutation' => 'Mit freundlichen Grüßen,
:company_name', + 'subcopy' => 'Wenn Sie Probleme damit haben den „:text“ Button zu drücken, kopieren Sie bitte die nachfolgende URL in Ihren Webbrowser. [:url](:url)', + +]; diff --git a/resources/lang/el-GR/install.php b/resources/lang/el-GR/install.php index 18da217d2..559d7f8df 100644 --- a/resources/lang/el-GR/install.php +++ b/resources/lang/el-GR/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'Ανανέωση', 'steps' => [ - 'requirements' => 'Παρακαλώ, να πληρούνται οι ακόλουθες προϋποθέσεις!', + 'requirements' => 'Παρακαλούμε, επικοινωνήστε με τον πάροχο σας για να διορθώσετε τα σφάλματα!', 'language' => 'Βήμα 1/3: Επιλογή Γλώσσας', 'database' => 'Βήμα 2/3: Ρύθμιση Βάσης Δεδομένων', 'settings' => 'Βήμα 3/3: Στοιχεία Εταιρείας και Διαχειριστή', @@ -19,7 +19,7 @@ return [ 'requirements' => [ 'enabled' => ':feature πρέπει να ενεργοποιηθεί!', 'disabled' => ':feature πρέπει να απενεργοποιηθεί!', - 'extension' => 'Η επέκταση :extension πρέπει να φορτωθεί!', + 'extension' => 'H επέκταση :extension πρέπει να εγκατασταθεί και να φορτωθεί!', 'directory' => 'Ο φάκελος :directory πρέπει να είναι εγγράψιμος!', ], diff --git a/resources/lang/el-GR/notifications.php b/resources/lang/el-GR/notifications.php new file mode 100644 index 000000000..4783472b5 --- /dev/null +++ b/resources/lang/el-GR/notifications.php @@ -0,0 +1,10 @@ + 'Ουπς!', + 'hello' => 'Γεια σας!', + 'salutation' => 'Με εκτίμηση,
:company_name', + 'subcopy' => 'Εάν το πλήκτρο ":text" δεν λειτουργεί, μπορείτε να αντιγράψετε και επικολλήσετε τη παρακάτω διεύθυνση URL σε ένα νέο παράθυρο του προγράμματος περιήγησης: [:url](:url)', + +]; diff --git a/resources/lang/fr-FR/auth.php b/resources/lang/fr-FR/auth.php index bb47a8b72..330a72fe7 100644 --- a/resources/lang/fr-FR/auth.php +++ b/resources/lang/fr-FR/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'E-mail actuel', 'reset' => 'Réinitialiser', 'never' => 'jamais', + 'password' => [ 'current' => 'Mot de passe', 'current_confirm' => 'Confirmation de mot de passe', 'new' => 'Nouveau mot de passe', 'new_confirm' => 'Confirmation du nouveau mot de passe', ], + 'error' => [ - 'self_delete' => 'Erreur : Vous ne pouvez pas vous supprimer vous-même !' + 'self_delete' => 'Erreur : Vous ne pouvez pas vous supprimer vous-même !', + 'no_company' => 'Erreur : Aucune entreprise associée à votre compte. Veuillez contacter votre administrateur système.', ], 'failed' => 'Ces identifiants ne correspondent pas à un utilisateur.', 'disabled' => 'Ce compte est désactivé. Veuillez contacter l’administrateur système.', 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer à nouveau dans :seconds secondes.', + 'notification' => [ + 'message_1' => 'Vous recevez cet email car nous avons reçu une demande de réinitialisation de mot de passe pour votre compte.', + 'message_2' => 'Aucune action n\'est requise si vous n\'êtes pas à l\'origine de la demande de réinitialisation de mot de passe.', + 'button' => 'Réinitialiser le mot de passe', + ], + ]; diff --git a/resources/lang/fr-FR/customers.php b/resources/lang/fr-FR/customers.php index 23619c01e..4f5468b60 100644 --- a/resources/lang/fr-FR/customers.php +++ b/resources/lang/fr-FR/customers.php @@ -2,7 +2,7 @@ return [ - 'allow_login' => 'Permettre l\'accès à la connexion ?', + 'allow_login' => 'Permettre la connexion ?', 'user_created' => 'Utilisateur créé', 'error' => [ diff --git a/resources/lang/fr-FR/demo.php b/resources/lang/fr-FR/demo.php index 2fa594593..1b893b9ec 100644 --- a/resources/lang/fr-FR/demo.php +++ b/resources/lang/fr-FR/demo.php @@ -3,7 +3,6 @@ return [ 'accounts_cash' => 'Espèce', - 'categories_uncat' => 'Non classé', 'categories_deposit' => 'Déposer', 'categories_sales' => 'Ventes', 'currencies_usd' => 'Dollar US', diff --git a/resources/lang/fr-FR/general.php b/resources/lang/fr-FR/general.php index 1146f521a..109bea4b5 100644 --- a/resources/lang/fr-FR/general.php +++ b/resources/lang/fr-FR/general.php @@ -100,11 +100,15 @@ return [ 'overdue' => 'En retard', 'partially' => 'Partiellement', 'partially_paid' => 'Partiellement payé', + 'export' => 'Exporter', + 'enable' => 'Activer', + 'disable' => 'Désactiver', 'title' => [ 'new' => 'Nouveau :type', 'edit' => 'Modifier :type', ], + 'form' => [ 'enter' => 'Entrez :field', 'select' => [ diff --git a/resources/lang/fr-FR/import.php b/resources/lang/fr-FR/import.php index b6f8df004..95bf62db8 100644 --- a/resources/lang/fr-FR/import.php +++ b/resources/lang/fr-FR/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'Importation', 'title' => 'Importer :type', - 'message' => 'Types de fichiers acceptés : CSV, XLS. Veuillez télécharger le modèle de fichier.', + 'message' => 'Types de fichier autorisés : XLS, XLSX. Veuillez télécharger le modèle de fichier.', ]; diff --git a/resources/lang/fr-FR/install.php b/resources/lang/fr-FR/install.php index 9eac20a06..989aa97a5 100644 --- a/resources/lang/fr-FR/install.php +++ b/resources/lang/fr-FR/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'Actualiser', 'steps' => [ - 'requirements' => 'S’il vous plaît, veuillez remplir les conditions suivantes !', + 'requirements' => 'Veuillez contacter votre hébergeur pour régler les problèmes !', 'language' => 'Etape 1/3 : Choix de la langue', 'database' => 'Etape 2/3 : Configuration de la base de données', 'settings' => 'Etape 3/3 : Société et détails de l\'administrateur', @@ -19,7 +19,7 @@ return [ 'requirements' => [ 'enabled' => ':feature doit être activée !', 'disabled' => ':feature doit être désactivée !', - 'extension' => 'L\'extension :extension doit être chargé !', + 'extension' => 'L\'extension :extension doit être installée et chargée !', 'directory' => ':directory doit être accessible en écriture !', ], diff --git a/resources/lang/fr-FR/messages.php b/resources/lang/fr-FR/messages.php index 1650c762f..386a9963e 100644 --- a/resources/lang/fr-FR/messages.php +++ b/resources/lang/fr-FR/messages.php @@ -8,6 +8,8 @@ return [ 'deleted' => ':type supprimé !', 'duplicated' => ':type dupliqué !', 'imported' => ':type importé !', + 'enabled' => ':type activé !', + 'disabled' => ':type désactivé !', ], 'error' => [ 'over_payment' => 'Erreur : le paiement n\'a pas été ajouté ! Le montant est supérieur au total.', @@ -16,6 +18,8 @@ return [ 'no_file' => 'Erreur : Aucun fichier sélectionné !', 'last_category' => 'Erreur : impossible de supprimer la dernière catégorie de type :type !', 'invalid_token' => 'Erreur : le token est invalide !', + 'import_column' => 'Erreur : :message Nom de la feuille : :sheet. Numéro de ligne : :line.', + 'import_sheet' => 'Erreur : Le nom de la feuille n\'est pas valide. Veuillez télécharger le modèle de fichier.', ], 'warning' => [ 'deleted' => 'Avertissement : Vous n’êtes pas autorisé à supprimer :name parce qu’il est associé à :texte.', diff --git a/resources/lang/fr-FR/modules.php b/resources/lang/fr-FR/modules.php index 31db76030..be7da570e 100644 --- a/resources/lang/fr-FR/modules.php +++ b/resources/lang/fr-FR/modules.php @@ -4,6 +4,7 @@ return [ 'title' => 'Jeton de l\'API', 'api_token' => 'Jeton', + 'my_apps' => 'Mes applications', 'top_paid' => 'Top payant', 'new' => 'Nouveau', 'top_free' => 'Top gratuit', @@ -40,9 +41,18 @@ return [ 'install' => 'Installation des fichiers du module :module.', ], + 'badge' => [ + 'installed' => 'Installées', + ], + 'button' => [ 'uninstall' => 'Désinstaller', 'disable' => 'Désactiver', 'enable' => 'Activer', ], + + 'my' => [ + 'purchased' => 'Achetées', + 'installed' => 'Installées', + ], ]; diff --git a/resources/lang/fr-FR/notifications.php b/resources/lang/fr-FR/notifications.php new file mode 100644 index 000000000..395e3afd3 --- /dev/null +++ b/resources/lang/fr-FR/notifications.php @@ -0,0 +1,10 @@ + 'Oups !', + 'hello' => 'Bonjour !', + 'salutation' => 'Cordialement,
:company_name', + 'subcopy' => 'Si vous n\'arrivez pas à cliquer sur le bouton ":text", veuillez copier et coller l\'URL ci-dessous dans votre navigateur web : [:url](:url)', + +]; diff --git a/resources/lang/fr-FR/transfers.php b/resources/lang/fr-FR/transfers.php index 4911f58dd..acef3271a 100644 --- a/resources/lang/fr-FR/transfers.php +++ b/resources/lang/fr-FR/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'Du compte', 'to_account' => 'Vers le compte', + 'messages' => [ + 'delete' => ':from vers :to (:amount)', + ], + ]; diff --git a/resources/lang/fr-FR/validation.php b/resources/lang/fr-FR/validation.php index b3e2f8a95..6d61908b1 100644 --- a/resources/lang/fr-FR/validation.php +++ b/resources/lang/fr-FR/validation.php @@ -101,6 +101,7 @@ return [ 'attribute-name' => [ 'rule-name' => 'Un message spécifique sera affiché si le paramètre \'Utiliser message spécifique\' est implémenté pour le champ \'Message hors-ligne\'', ], + 'invalid_currency' => 'Le code de :attribute est invalide.', ], /* diff --git a/resources/lang/hr-HR/auth.php b/resources/lang/hr-HR/auth.php index 699c57dd1..c94252634 100644 --- a/resources/lang/hr-HR/auth.php +++ b/resources/lang/hr-HR/auth.php @@ -13,18 +13,27 @@ return [ 'current_email' => 'Trenutni E-mail', 'reset' => 'Resetiranje', 'never' => 'nikad', + 'password' => [ 'current' => 'Lozinka', 'current_confirm' => 'Potvrda lozinke', 'new' => 'Nova lozinka', 'new_confirm' => 'Potvrda nove lozinke', ], + 'error' => [ - 'self_delete' => 'Pogreška: Nije moguće izbrisati sebe!' + 'self_delete' => 'Pogreška: Nije moguće izbrisati sebe!', + 'no_company' => 'Pogleška: Nema dodijeljene tvrtke za vaš račun. Obratite se administratoru sustava.', ], 'failed' => 'Ove vjerodajnice ne odgovaraju našim zapisima.', 'disabled' => 'Ovaj račun je onemogućen. Molimo vas da se obratite administratoru sustava.', 'throttle' => 'Previše pokušaja prijave. Molim Vas pokušajte ponovno za :seconds sekundi.', + 'notification' => [ + 'message_1' => 'Primili ste ovaj e-mail jer smo zaprimili zahtjev za resetiranje lozinke za vaš račun.', + 'message_2' => 'Ako nisi zatražio poništavanje lozinke, nikakve daljnje radnje nisu potrebne.', + 'button' => 'Resetiranje lozinke', + ], + ]; diff --git a/resources/lang/hr-HR/general.php b/resources/lang/hr-HR/general.php index d2be8cfb2..643385245 100644 --- a/resources/lang/hr-HR/general.php +++ b/resources/lang/hr-HR/general.php @@ -100,11 +100,15 @@ return [ 'overdue' => 'Dospjelo', 'partially' => 'Djelomično', 'partially_paid' => 'Djelomično plaćeno', + 'export' => 'Izvoz', + 'enable' => 'Omogući', + 'disable' => 'Onemogući', 'title' => [ 'new' => 'Novo - :type', 'edit' => 'Uređivanje - :type', ], + 'form' => [ 'enter' => 'Unos - :type', 'select' => [ diff --git a/resources/lang/hr-HR/import.php b/resources/lang/hr-HR/import.php index 4ed23dc56..ec7120d20 100644 --- a/resources/lang/hr-HR/import.php +++ b/resources/lang/hr-HR/import.php @@ -4,6 +4,6 @@ return [ 'import' => 'Uvezi', 'title' => 'Uvoz :type', - 'message' => 'Dopušteni tipovi datoteka: CSV, XLS. Molimo, preuzmite primjer datoteke.', + 'message' => 'Allowed file types: XLS, XLSX. Please, download the sample file.', ]; diff --git a/resources/lang/hr-HR/install.php b/resources/lang/hr-HR/install.php index d1b89138f..ad5b26841 100644 --- a/resources/lang/hr-HR/install.php +++ b/resources/lang/hr-HR/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'Osvježi', 'steps' => [ - 'requirements' => 'Molimo da zadovoljite sljedeće uvjete!', + 'requirements' => 'Please, ask your hosting provider to fix the errors!', 'language' => 'Korak 1/3: Odabir jezika', 'database' => 'Korak 2/3: Postavka baze podataka', 'settings' => 'Korak 3/3: Tvrtka i admin detalji', @@ -19,7 +19,7 @@ return [ 'requirements' => [ 'enabled' => ':feature mora biti omogućeno!', 'disabled' => ':feature mora biti onemogućeno!', - 'extension' => ':extension proširenje treba biti učitano!', + 'extension' => ':extension extension needs to be installed and loaded!', 'directory' => ':directory direktorij mora biti omogućen za zapisivanje!', ], diff --git a/resources/lang/hr-HR/messages.php b/resources/lang/hr-HR/messages.php index 0b84f8966..695e76ca1 100644 --- a/resources/lang/hr-HR/messages.php +++ b/resources/lang/hr-HR/messages.php @@ -8,6 +8,8 @@ return [ 'deleted' => ':type izbrisan!', 'duplicated' => ':type dupliciran!', 'imported' => ':type uvezen!', + 'enabled' => ':type enabled!', + 'disabled' => ':type disabled!', ], 'error' => [ 'over_payment' => 'Pogreška: Plaćanje nije dodano! Iznos prelazi ukupan iznos.', @@ -16,6 +18,8 @@ return [ 'no_file' => 'Pogreška: Nije odabrana nijedna datoteka!', 'last_category' => 'Pogreška: Nije moguće izbrisati zadnju :type kategoriju!', 'invalid_token' => 'Pogreška: Upisani token nije valjan!', + 'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.', + 'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.', ], 'warning' => [ 'deleted' => 'Upozorenje: Nije vam dozvoljeno izbrisati :name jer postoji poveznica s :text.', diff --git a/resources/lang/hr-HR/modules.php b/resources/lang/hr-HR/modules.php index d110a29d3..48d4730bf 100644 --- a/resources/lang/hr-HR/modules.php +++ b/resources/lang/hr-HR/modules.php @@ -4,6 +4,7 @@ return [ 'title' => 'API Token', 'api_token' => 'Token', + 'my_apps' => 'Moje aplikacije', 'top_paid' => 'Najbolje plaćeni', 'new' => 'Novo', 'top_free' => 'Najbolje besplatno', @@ -40,9 +41,18 @@ return [ 'install' => 'Instalacija :module datoteka.', ], + 'badge' => [ + 'installed' => 'Instalirano', + ], + 'button' => [ 'uninstall' => 'Deinstaliraj', 'disable' => 'Onemogući', 'enable' => 'Omogući', ], + + 'my' => [ + 'purchased' => 'Kupljeno', + 'installed' => 'Instalirano', + ], ]; diff --git a/resources/lang/hr-HR/notifications.php b/resources/lang/hr-HR/notifications.php new file mode 100644 index 000000000..816f50e7f --- /dev/null +++ b/resources/lang/hr-HR/notifications.php @@ -0,0 +1,10 @@ + 'Ups!', + 'hello' => 'Pozdrav!', + 'salutation' => 'Regards,
:company_name', + 'subcopy' => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)', + +]; diff --git a/resources/lang/hr-HR/transfers.php b/resources/lang/hr-HR/transfers.php index 6c7d44619..2f949d277 100644 --- a/resources/lang/hr-HR/transfers.php +++ b/resources/lang/hr-HR/transfers.php @@ -5,4 +5,8 @@ return [ 'from_account' => 'S računa', 'to_account' => 'Na račun', + 'messages' => [ + 'delete' => ':from za :to (:amount)', + ], + ]; diff --git a/resources/lang/hr-HR/validation.php b/resources/lang/hr-HR/validation.php index 67536cb20..d5eee075e 100644 --- a/resources/lang/hr-HR/validation.php +++ b/resources/lang/hr-HR/validation.php @@ -101,6 +101,7 @@ return [ 'attribute-name' => [ 'rule-name' => 'prilagođena-poruka', ], + 'invalid_currency' => 'The :attribute code is invalid.', ], /* diff --git a/resources/lang/id-ID/bills.php b/resources/lang/id-ID/bills.php index 2c9d97e6c..4c5a96da3 100644 --- a/resources/lang/id-ID/bills.php +++ b/resources/lang/id-ID/bills.php @@ -5,7 +5,7 @@ return [ 'bill_number' => 'Nomor Tagihan', 'bill_date' => 'Tanggal Tagihan', 'total_price' => 'Total Harga', - 'due_date' => 'Batas Waktu', + 'due_date' => 'Tanggal Jatuh Tempo', 'order_number' => 'Nomor Pesanan', 'bill_from' => 'Tagihan Dari', @@ -20,7 +20,7 @@ return [ 'show_discount' => 'Diskon :discount%', 'add_discount' => 'Tambahkan diskon', - 'discount_desc' => 'of subtotal', + 'discount_desc' => 'dari subtotal', 'payment_due' => 'Pembayaran Jatuh Tempo', 'amount_due' => 'Jumlah Jatuh Tempo', @@ -35,12 +35,12 @@ return [ 'status' => [ 'draft' => 'Konsep', 'received' => 'Diterima', - 'partial' => 'Parsial', + 'partial' => 'Sebagian', 'paid' => 'Dibayar', ], 'messages' => [ - 'received' => 'Tagihan ditandai sebagai bentuk berhasil diterima!', + 'received' => 'Bill ditandai sebagai berhasil diterima!', ], ]; diff --git a/resources/lang/id-ID/general.php b/resources/lang/id-ID/general.php index 0b4544a50..caa6d7ad4 100644 --- a/resources/lang/id-ID/general.php +++ b/resources/lang/id-ID/general.php @@ -100,9 +100,9 @@ return [ 'overdue' => 'Jatuh tempo', 'partially' => 'Sebagian', 'partially_paid' => 'Sebagian dibayar', - 'export' => 'Export', - 'enable' => 'Enable', - 'disable' => 'Disable', + 'export' => 'Ekspor', + 'enable' => 'Aktif', + 'disable' => 'Nonaktif', 'title' => [ 'new' => 'Baru :type', diff --git a/resources/lang/id-ID/install.php b/resources/lang/id-ID/install.php index 4891fae96..f54a321bf 100644 --- a/resources/lang/id-ID/install.php +++ b/resources/lang/id-ID/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'Menyegarkan', 'steps' => [ - 'requirements' => 'Tolong, memenuhi persyaratan berikut!', + 'requirements' => 'Please, ask your hosting provider to fix the errors!', 'language' => 'Langkah 1/3 : Seleksi Bahasa', 'database' => 'Langkah 2/3 : Setup basis data', 'settings' => 'Langkah 3/3: Detail Perusahaan dan Admin', @@ -19,7 +19,7 @@ return [ 'requirements' => [ 'enabled' => ':feature perlu diaktifkan!', 'disabled' => ':feature perlu dinonaktifkan!', - 'extension' => ':extension ekstensi perlu dimuat!', + 'extension' => ':extension extension needs to be installed and loaded!', 'directory' => ':directory direktori perlu ditulis!', ], diff --git a/resources/lang/id-ID/messages.php b/resources/lang/id-ID/messages.php index 4e32f26aa..2905818f1 100644 --- a/resources/lang/id-ID/messages.php +++ b/resources/lang/id-ID/messages.php @@ -18,6 +18,8 @@ return [ 'no_file' => 'Kesalahan: Tidak ada file dipilih!', 'last_category' => 'Error: Can not delete the last :type category!', 'invalid_token' => 'Galat: Token yang dimasukkan tidak sah!', + 'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.', + 'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.', ], 'warning' => [ 'deleted' => 'PeringatanL: Anda tidak boleh menghapus :name karena memiliki :text terkaitan.', diff --git a/resources/lang/id-ID/notifications.php b/resources/lang/id-ID/notifications.php new file mode 100644 index 000000000..88c2f9da0 --- /dev/null +++ b/resources/lang/id-ID/notifications.php @@ -0,0 +1,10 @@ + 'Whoops!', + 'hello' => 'Hello!', + 'salutation' => 'Regards,
:company_name', + 'subcopy' => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)', + +]; diff --git a/resources/lang/id-ID/validation.php b/resources/lang/id-ID/validation.php index ff2289d88..32b9a62d5 100644 --- a/resources/lang/id-ID/validation.php +++ b/resources/lang/id-ID/validation.php @@ -101,6 +101,7 @@ return [ 'attribute-name' => [ 'rule-name' => 'kustomisasi-pesan', ], + 'invalid_currency' => 'The :attribute code is invalid.', ], /* diff --git a/resources/lang/nl-NL/accounts.php b/resources/lang/nl-NL/accounts.php index e0554b6eb..63995fac5 100644 --- a/resources/lang/nl-NL/accounts.php +++ b/resources/lang/nl-NL/accounts.php @@ -6,8 +6,8 @@ return [ 'number' => 'Nummer', 'opening_balance' => 'Beginsaldo', 'current_balance' => 'Huidig saldo', - 'bank_name' => 'Banknaam', - 'bank_phone' => 'Bank telefoon', + 'bank_name' => 'Naam van de Bank', + 'bank_phone' => 'Telefoonnummer bank', 'bank_address' => 'Adres van de Bank', 'default_account' => 'Standaard account', diff --git a/resources/lang/nl-NL/auth.php b/resources/lang/nl-NL/auth.php index d69ae99ce..4d009e0f8 100644 --- a/resources/lang/nl-NL/auth.php +++ b/resources/lang/nl-NL/auth.php @@ -4,13 +4,13 @@ return [ 'profile' => 'Profiel', 'logout' => 'Afmelden', - 'login' => 'Aanmelden', + 'login' => 'Inloggen', 'login_to' => 'Login om uw sessie te starten', 'remember_me' => 'Onthoud mijn gegevens', 'forgot_password' => 'Ik ben mijn wachtwoord vergeten', - 'reset_password' => 'Herstel wachtwoord', + 'reset_password' => 'Wachtwoord resetten', 'enter_email' => 'Vul uw e-mailadres in', - 'current_email' => 'Huidige E-mail', + 'current_email' => 'Huidige E-mailadres', 'reset' => 'Resetten', 'never' => 'nooit', @@ -18,22 +18,22 @@ return [ 'current' => 'Wachtwoord', 'current_confirm' => 'Wachtwoordbevestiging', 'new' => 'Nieuw Wachtwoord', - 'new_confirm' => 'Wachtwoordbevestiging', + 'new_confirm' => 'Nieuw Wachtwoordbevestiging', ], 'error' => [ - 'self_delete' => 'Fout: Kan niet zelf verwijderen!', - 'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.', + 'self_delete' => 'Fout: u kan uzelf niet verwijderen!', + 'no_company' => 'Fout: U heeft geen bedrijf gekoppeld aan uw account. Neem alstublieft contact op met de applicatiebeheerder.', ], - 'failed' => 'Deze referenties komen niet overeen met onze administratie.', - 'disabled' => 'Deze account is uitgeschakeld. Alstublieft, neem dan contact op met de systeembeheerder.', - 'throttle' => 'Te veel inlogpogingen. Probeer het opnieuw :seconds seconden.', + 'failed' => 'Deze gegevens komen niet overeen met onze administratie.', + 'disabled' => 'Deze account is uitgeschakeld. Neem alstublieft contact op met de applicatiebeheerder.', + 'throttle' => 'Te veel inlogpogingen. Probeer het met :seconds seconden opnieuw.', 'notification' => [ - 'message_1' => 'You are receiving this email because we received a password reset request for your account.', - 'message_2' => 'If you did not request a password reset, no further action is required.', - 'button' => 'Reset Password', + 'message_1' => 'U ontvangt deze e-mail omdat wij een wachtwoord reset verzoek hebben ontvangen voor uw account.', + 'message_2' => 'Indien u geen wachtwoord reset heeft aangevraagd, hoeft u geen verdere acties te ondernemen.', + 'button' => 'Wachtwoord resetten', ], ]; diff --git a/resources/lang/nl-NL/bills.php b/resources/lang/nl-NL/bills.php index e86efedbc..9b7cf9272 100644 --- a/resources/lang/nl-NL/bills.php +++ b/resources/lang/nl-NL/bills.php @@ -2,33 +2,33 @@ return [ - 'bill_number' => 'Faktuur nummer', - 'bill_date' => 'Faktuurdatum', - 'total_price' => 'Totale prijs', + 'bill_number' => 'Factuurnummer', + 'bill_date' => 'Factuur datum', + 'total_price' => 'Totaalprijs', 'due_date' => 'Vervaldatum', - 'order_number' => 'Ordernummer', + 'order_number' => 'Bestelnummer', 'bill_from' => 'Factuur van', - 'quantity' => 'Hoeveelheid', + 'quantity' => 'Aantal', 'price' => 'Prijs', 'sub_total' => 'Subtotaal', - 'discount' => 'Discount', - 'tax_total' => 'Totaal Btw', + 'discount' => 'Korting', + 'tax_total' => 'Totaal BTW', 'total' => 'Totaal', - 'item_name' => 'Item naam', + 'item_name' => 'Artikelnaam|Artikelnamen', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% korting', + 'add_discount' => 'Korting toevoegen', + 'discount_desc' => 'van subtotaal', 'payment_due' => 'Te betalen voor', - 'amount_due' => 'Bedrag', + 'amount_due' => 'Verschuldigd bedrag', 'paid' => 'Betaald', 'histories' => 'Geschiedenis', 'payments' => 'Betalingen', - 'add_payment' => 'Toevoegen van betaling', - 'mark_received' => 'Ontvangen', + 'add_payment' => 'Een betaling toevoegen', + 'mark_received' => 'Markeer als ontvangen', 'download_pdf' => 'PDF downloaden', 'send_mail' => 'Verstuur e-mail', @@ -40,7 +40,7 @@ return [ ], 'messages' => [ - 'received' => 'Faktuur gemarkeerd als succesvol ontvangen!', + 'received' => 'Factuur als \'succesvol ontvangen\' gemarkeerd!', ], ]; diff --git a/resources/lang/nl-NL/companies.php b/resources/lang/nl-NL/companies.php index 084b809fc..74fa242cf 100644 --- a/resources/lang/nl-NL/companies.php +++ b/resources/lang/nl-NL/companies.php @@ -7,7 +7,7 @@ return [ 'manage' => 'Bedrijven Beheren', 'all' => 'Alle bedrijven', 'error' => [ - 'delete_active' => 'Fout: Kan niet verwijderen van actieve bedrijf, gelieve, het eerste veranderen!', + 'delete_active' => 'Fout: Kan een actieve bedrijf niet verwijderen. U zult dat eerst moeten aanpassen.', ], ]; diff --git a/resources/lang/nl-NL/currencies.php b/resources/lang/nl-NL/currencies.php index 814908128..5f32bf2f0 100644 --- a/resources/lang/nl-NL/currencies.php +++ b/resources/lang/nl-NL/currencies.php @@ -4,15 +4,15 @@ return [ 'code' => 'Code', 'rate' => 'Tarief', - 'default' => 'Standaard Valuta', - 'decimal_mark' => 'Decimal Mark', - 'thousands_separator' => 'Thousands Separator', - 'precision' => 'Precision', + 'default' => 'Standaardvaluta', + 'decimal_mark' => 'Decimaalscheidingsteken', + 'thousands_separator' => 'Duizenden scheidingsteken', + 'precision' => 'Precisie', 'symbol' => [ - 'symbol' => 'Symbol', - 'position' => 'Symbol Position', - 'before' => 'Before Amount', - 'after' => 'After Amount', + 'symbol' => 'Symbool', + 'position' => 'Symboolpositie', + 'before' => 'Voor Totaal', + 'after' => 'Na Totaal', ] ]; diff --git a/resources/lang/nl-NL/customers.php b/resources/lang/nl-NL/customers.php index f4ff588a5..e001afe2d 100644 --- a/resources/lang/nl-NL/customers.php +++ b/resources/lang/nl-NL/customers.php @@ -6,6 +6,6 @@ return [ 'user_created' => 'Gebruiker aangemaakt', 'error' => [ - 'email' => 'Deze e-mail is reeds geregistreerd.' + 'email' => 'Deze e-mail is al reeds geregistreerd.' ] ]; diff --git a/resources/lang/nl-NL/dashboard.php b/resources/lang/nl-NL/dashboard.php index b7891fb75..18bc68fdf 100644 --- a/resources/lang/nl-NL/dashboard.php +++ b/resources/lang/nl-NL/dashboard.php @@ -2,23 +2,23 @@ return [ - 'total_incomes' => 'Totaal inkomsten', - 'receivables' => 'Vorderingen', + 'total_incomes' => 'Totale inkomsten', + 'receivables' => 'Debiteuren', 'open_invoices' => 'Openstaande facturen', 'overdue_invoices' => 'Vervallen facturen', 'total_expenses' => 'Totale uitgaven', 'payables' => 'Schulden', - 'open_bills' => 'Open rekeningen', - 'overdue_bills' => 'Openstaande facturen', + 'open_bills' => 'Openstaande rekeningen', + 'overdue_bills' => 'Vervallen facturen', 'total_profit' => 'Totale winst', - 'open_profit' => 'Open winst', + 'open_profit' => 'Openstaande winst', 'overdue_profit' => 'Achterstallige winst', - 'cash_flow' => 'Cash-Flow', - 'no_profit_loss' => 'Geen winst-verlies', + 'cash_flow' => 'Geldstroom', + 'no_profit_loss' => 'Geen winstderving', 'incomes_by_category' => 'Inkomsten per categorie', - 'expenses_by_category' => 'Kosten per categorie', - 'account_balance' => 'Betalingsbalans', - 'latest_incomes' => 'Nieuwste inkomens', + 'expenses_by_category' => 'Uitgaves per categorie', + 'account_balance' => 'Rekeningsaldo', + 'latest_incomes' => 'Laatste inkomsten', 'latest_expenses' => 'Nieuwste uitgaven', ]; diff --git a/resources/lang/nl-NL/demo.php b/resources/lang/nl-NL/demo.php index 82d2b52d1..a3674a883 100644 --- a/resources/lang/nl-NL/demo.php +++ b/resources/lang/nl-NL/demo.php @@ -2,15 +2,15 @@ return [ - 'accounts_cash' => 'Contant', + 'accounts_cash' => 'Contant geld', 'categories_deposit' => 'Storting', - 'categories_sales' => 'Verkoop', + 'categories_sales' => 'Omzet', 'currencies_usd' => 'Amerikaanse Dollar', 'currencies_eur' => 'Euro', 'currencies_gbp' => 'Britse pond', 'currencies_try' => 'Turkse Lira', - 'taxes_exempt' => 'Vrijgesteld van btw', - 'taxes_normal' => 'Normale btw', - 'taxes_sales' => 'Verkoop Btw', + 'taxes_exempt' => 'Vrijstelling van BTW', + 'taxes_normal' => 'Standaard BTW', + 'taxes_sales' => 'Verkoop BTW', ]; diff --git a/resources/lang/nl-NL/footer.php b/resources/lang/nl-NL/footer.php index 0ca4290a1..747f39f80 100644 --- a/resources/lang/nl-NL/footer.php +++ b/resources/lang/nl-NL/footer.php @@ -3,7 +3,7 @@ return [ 'version' => 'Versie', - 'powered' => 'Powered By Akaunting', + 'powered' => 'Mogelijk gemaakt door Akaunting', 'software' => 'Gratis boekhoudsoftware', ]; diff --git a/resources/lang/nl-NL/general.php b/resources/lang/nl-NL/general.php index 242218158..056d81a9d 100644 --- a/resources/lang/nl-NL/general.php +++ b/resources/lang/nl-NL/general.php @@ -2,42 +2,42 @@ return [ - 'items' => 'Item|Items', - 'incomes' => 'Betalingen|Betalingen', + 'items' => 'Artikel|Artikelen', + 'incomes' => 'Inkomen|Inkomsten', 'invoices' => 'Factuur|Facturen', - 'revenues' => 'Inkomsten|Inkomsten', + 'revenues' => 'Omzet|Inkomsten', 'customers' => 'Klant|Klanten', 'expenses' => 'Kosten|Kosten', - 'bills' => 'Facturen|Rekeningen', + 'bills' => 'Rekening|Rekeningen', 'payments' => 'Betaling|Betalingen', 'vendors' => 'Leverancier|Leveranciers', - 'accounts' => 'Account|Rekeningen', - 'transfers' => 'Transfer|Overdrachten', + 'accounts' => 'Rekening|Rekeningen', + 'transfers' => 'Overboeking|Overboekingen', 'transactions' => 'Transactie|Transacties', - 'reports' => 'Verslag|Verslagen', - 'settings' => 'Instellen|Instellingen', + 'reports' => 'Rapport|Rapporten', + 'settings' => 'Instelling|Instellingen', 'categories' => 'Categorie|Categorieën', 'currencies' => 'Valuta|Valuta \'s', - 'tax_rates' => 'Btw-tarief|Belastingtarieven', + 'tax_rates' => 'BTW-tarief|Belastingtarieven', 'users' => 'Gebruiker|Gebruikers', 'roles' => 'Rol|Rollen', 'permissions' => 'Toestemming|Machtigingen', 'modules' => 'App|Apps', 'companies' => 'Bedrijf|Bedrijven', 'profits' => 'Winst|Winst', - 'taxes' => 'Belasting|Btw', - 'logos' => 'Logo|Logos', - 'pictures' => 'Foto|Foto \'s', + 'taxes' => 'Belasting|BTW', + 'logos' => 'Logo|Logo\'s', + 'pictures' => 'Foto|Foto\'s', 'types' => 'Type|Types', 'payment_methods' => 'Betalingsmethode|Betalingsmethoden', - 'compares' => 'Inkomen vs kosten|Inkomen vs kosten', - 'notes' => 'Opmerking|Notities', + 'compares' => 'Inkomen vs uitgave|Inkomsten vs uitgaven', + 'notes' => 'Notitie|Notities', 'totals' => 'Totaal|Totalen', - 'languages' => 'Taalpakketten|Taalpakketten', + 'languages' => 'Taal|Talen', 'updates' => 'Update|Updates', 'numbers' => 'Nummer|Nummers', 'statuses' => 'Status|Statussen', - 'others' => 'Other|Others', + 'others' => 'Overig|Overigen', 'dashboard' => 'Dashboard', 'banking' => 'Banken', @@ -52,7 +52,7 @@ return [ 'na' => 'N. v. t', 'daily' => 'Dagelijks', 'monthly' => 'Maandelijks', - 'quarterly' => 'Quarterly', + 'quarterly' => 'Per kwartaal', 'yearly' => 'Jaarlijks', 'add' => 'Toevoegen', 'add_new' => 'Nieuw aanmaken', @@ -61,10 +61,10 @@ return [ 'delete' => 'Verwijderen', 'send' => 'Verzenden', 'download' => 'Download', - 'delete_confirm' => 'Verwijderen bevestigen :name :type?', + 'delete_confirm' => 'Weet u zeker dat u dit wilt verwijderen, :name :type?', 'name' => 'Naam', - 'email' => 'Email', - 'tax_number' => 'Btw nummer', + 'email' => 'E-mail', + 'tax_number' => 'BTW-nummer', 'phone' => 'Telefoonnummer', 'address' => 'Adres', 'website' => 'Website', @@ -77,7 +77,7 @@ return [ 'reference' => 'Referentie', 'attachment' => 'Bijlage', 'change' => 'Wijzigen', - 'switch' => 'Switch', + 'switch' => 'Omschakelen', 'color' => 'Kleur', 'save' => 'Opslaan', 'cancel' => 'Annuleren', @@ -85,24 +85,24 @@ return [ 'to' => 'Aan', 'print' => 'Afdrukken', 'search' => 'Zoeken', - 'search_placeholder' => 'Type om te zoeken..', + 'search_placeholder' => 'Typ om te zoeken..', 'filter' => 'Filter', 'help' => 'Hulp', - 'all' => 'Alles', + 'all' => 'Alle', 'all_type' => 'Alle :type', 'upcoming' => 'Aankomende', 'created' => 'Aangemaakt', 'id' => 'ID', 'more_actions' => 'Meer acties', 'duplicate' => 'Dupliceren', - 'unpaid' => 'Unpaid', - 'paid' => 'Paid', - 'overdue' => 'Overdue', - 'partially' => 'Partially', - 'partially_paid' => 'Partially Paid', - 'export' => 'Export', - 'enable' => 'Enable', - 'disable' => 'Disable', + 'unpaid' => 'Onbetaald', + 'paid' => 'Betaald', + 'overdue' => 'Achterstallig', + 'partially' => 'Gedeeltelijk', + 'partially_paid' => 'Gedeeltelijk betaald', + 'export' => 'Exporteren', + 'enable' => 'Activeren', + 'disable' => 'Uitschakelen', 'title' => [ 'new' => 'Nieuw :type', diff --git a/resources/lang/nl-NL/header.php b/resources/lang/nl-NL/header.php index 58685d61e..42d09cc77 100644 --- a/resources/lang/nl-NL/header.php +++ b/resources/lang/nl-NL/header.php @@ -5,10 +5,10 @@ return [ 'change_language' => 'Taal wijzigen', 'last_login' => 'Laatste login :time', 'notifications' => [ - 'counter' => '{0} je hebt geen melding |{1} je hebt :count | [2, *] Je hebt :count', - 'overdue_invoices' => '{1} :count openstaande factuur | [2, *] :count achterstallige facturen', - 'upcoming_bills' => '{1} :count aankomende faktuur | [2, *] :count aankomende facturen', - 'items_stock' => '{1} :count item niet op voorraad | [2, *] :count items niet op voorraad', + 'counter' => '{0} U heeft geen melding |{1} U heeft :count notificatie| [2, *] U heeft :count notificaties', + 'overdue_invoices' => '{1} :count openstaande factuur | [2, *] :count openstaande facturen', + 'upcoming_bills' => '{1} :count aankomende factuur | [2, *] :count aankomende facturen', + 'items_stock' => '{1} :count Artikel niet op voorraad | [2, *] :count Artikelen niet op voorraad', 'view_all' => 'Alles Weergeven' ], diff --git a/resources/lang/nl-NL/import.php b/resources/lang/nl-NL/import.php index d4a326edf..8534de276 100644 --- a/resources/lang/nl-NL/import.php +++ b/resources/lang/nl-NL/import.php @@ -2,8 +2,8 @@ return [ - 'import' => 'Import', - 'title' => 'Import :type', - 'message' => 'Allowed file types: XLS, XLSX. Please, download the sample file.', + 'import' => 'Importeren', + 'title' => 'Importeren :type', + 'message' => 'Toegestane bestandstypen: XLS, XLSX. Download het voorbeeldbestand.', ]; diff --git a/resources/lang/nl-NL/install.php b/resources/lang/nl-NL/install.php index 080820c5e..648f04486 100644 --- a/resources/lang/nl-NL/install.php +++ b/resources/lang/nl-NL/install.php @@ -6,20 +6,20 @@ return [ 'refresh' => 'Vernieuwen', 'steps' => [ - 'requirements' => 'Alsjeblieft, aan de volgende eisen voldoen!', + 'requirements' => 'Vraag uw hostingprovider om de fouten op te lossen!', 'language' => 'Stap 1/3: Taalkeuze', - 'database' => 'Stap 2/3: Database Setup', - 'settings' => 'Stap 3/3: Bedrijf en Administrator Details', + 'database' => 'Stap 2/3: Database Installatie', + 'settings' => 'Stap 3/3: Gegevens van Bedrijf en Beheerder', ], 'language' => [ - 'select' => 'Selecteer taal', + 'select' => 'Taal selecteren', ], 'requirements' => [ 'enabled' => ':feature moet worden ingeschakeld!', 'disabled' => ':feature moet worden uitgeschakeld!', - 'extension' => ':extension uitbreiding moet worden geladen!', + 'extension' => ':extension extentie moet worden geïnstalleerd en geladen!', 'directory' => ':directory map moet schrijfbaar zijn!', ], @@ -32,13 +32,13 @@ return [ 'settings' => [ 'company_name' => 'Bedrijfsnaam', - 'company_email' => 'Bedrijf E-mail', - 'admin_email' => 'Beheerder E-mail', - 'admin_password' => 'Admin Wachtwoord', + 'company_email' => 'E-mailadres bedrijf', + 'admin_email' => 'E-mailadres beheerder', + 'admin_password' => 'Wachtwoord van beheerder', ], 'error' => [ - 'connection' => 'Fout: Kan geen verbinding met de database! Controleer of dat de gegevens juist zijn.', + 'connection' => 'Fout: Kan geen verbinding met de database! Controleer of alle gegevens juist zijn.', ], ]; diff --git a/resources/lang/nl-NL/invoices.php b/resources/lang/nl-NL/invoices.php index 18c1b154b..3ee7e6faa 100644 --- a/resources/lang/nl-NL/invoices.php +++ b/resources/lang/nl-NL/invoices.php @@ -3,34 +3,34 @@ return [ 'invoice_number' => 'Factuurnummer', - 'invoice_date' => 'Factuurdatum', - 'total_price' => 'Totale prijs', + 'invoice_date' => 'Factuur datum', + 'total_price' => 'Totaalprijs', 'due_date' => 'Vervaldatum', - 'order_number' => 'Ordernummer', + 'order_number' => 'Bestelnummer', 'bill_to' => 'Factuur voor', - 'quantity' => 'Hoeveelheid', + 'quantity' => 'Aantal', 'price' => 'Prijs', 'sub_total' => 'Subtotaal', - 'discount' => 'Discount', - 'tax_total' => 'Totaal Btw', + 'discount' => 'Korting', + 'tax_total' => 'Totaal BTW', 'total' => 'Totaal', - 'item_name' => 'Item naam', + 'item_name' => 'Artikelnaam|Artikelnamen', - 'show_discount' => ':discount% Discount', - 'add_discount' => 'Add Discount', - 'discount_desc' => 'of subtotal', + 'show_discount' => ':discount% Korting', + 'add_discount' => 'Korting toevoegen', + 'discount_desc' => 'van subtotaal', 'payment_due' => 'Te betalen voor', 'paid' => 'Betaald', 'histories' => 'Geschiedenis', 'payments' => 'Betalingen', - 'add_payment' => 'Toevoegen van betaling', - 'mark_paid' => 'Markeer betaald', - 'mark_sent' => 'Markeer als verstuurd', + 'add_payment' => 'Een betaling toevoegen', + 'mark_paid' => 'Als betaald markeren', + 'mark_sent' => 'Als verstuurd markeren', 'download_pdf' => 'PDF downloaden', - 'send_mail' => 'Verstuur e-mail', + 'send_mail' => 'E-mail versturen', 'status' => [ 'draft' => 'Concept', @@ -44,11 +44,11 @@ return [ 'messages' => [ 'email_sent' => 'Factuur e-mail is succesvol verzonden!', 'marked_sent' => 'Factuur e-mail is succesvol verzonden!', - 'email_required' => 'No email address for this customer!', + 'email_required' => 'Geen e-mailadrs van deze klant!', ], 'notification' => [ - 'message' => 'U ontvangt deze e-mail omdat voor :amount bedrag :customer klant.', + 'message' => 'U ontvangt deze e-mail omdat u een :amount aanstaande factuur heeft voor klant: customer.', 'button' => 'Betaal nu', ], diff --git a/resources/lang/nl-NL/items.php b/resources/lang/nl-NL/items.php index 022deae2b..65bc44a4b 100644 --- a/resources/lang/nl-NL/items.php +++ b/resources/lang/nl-NL/items.php @@ -2,14 +2,14 @@ return [ - 'quantities' => 'Hoeveelheid | Hoeveelheden', + 'quantities' => 'Hoeveelheid|Hoeveelheden', 'sales_price' => 'Verkoopprijs', 'purchase_price' => 'Aankoopprijs', 'sku' => 'SKU', 'notification' => [ - 'message' => 'U ontvangt deze e-mail omdat :name draait niet op voorraad.', - 'button' => 'Bekijk nu', + 'message' => 'U ontvangt deze e-mail omdat er bijna geen voorraad meer is van: :name.', + 'button' => 'Nu bekijken', ], ]; diff --git a/resources/lang/nl-NL/messages.php b/resources/lang/nl-NL/messages.php index efdcc0bb1..ec0c20bb8 100644 --- a/resources/lang/nl-NL/messages.php +++ b/resources/lang/nl-NL/messages.php @@ -7,21 +7,23 @@ return [ 'updated' => ':type bijgewerkt!', 'deleted' => ':type verwijderd!', 'duplicated' => ':type gedupliceerd!', - 'imported' => ':type imported!', - 'enabled' => ':type enabled!', - 'disabled' => ':type disabled!', + 'imported' => ':type geïmporteerd!', + 'enabled' => ':type ingeschakeld!', + 'disabled' => ':type uitgeschakeld!', ], 'error' => [ - 'over_payment' => 'Error: Payment not added! Amount passes the total.', - 'not_user_company' => 'Fout: U bent niet toegestaan voor het beheer van dit bedrijf!', - 'customer' => 'Error: User not created! :name already uses this email address.', - 'no_file' => 'Error: No file selected!', - 'last_category' => 'Error: Can not delete the last :type category!', - 'invalid_token' => 'Error: The token entered is invalid!', + 'over_payment' => 'Fout: Betaling niet toegevoegd! Ingevoerde bedrag is meer dan het totaal bedrag.', + 'not_user_company' => 'Fout: U heeft niet de juiste bevoegdheid om dit bedrijf te beheren!', + 'customer' => 'Fout: Gebruiker niet aangemaakt! :name heeft dit e-mailadres al in gebruik.', + 'no_file' => 'Fout: geen bestand geselecteerd!', + 'last_category' => 'Fout: Kan de laatste categorie niet verwijderen: :type', + 'invalid_token' => 'Fout: Ingevulde token is ongeldig!', + 'import_column' => 'Fout: :message Blad naam: :sheet. Lijnnummer: :line.', + 'import_sheet' => 'Fout: Bladnaam is niet geldig. Controleer het voorbeeldbestand.', ], 'warning' => [ - 'deleted' => 'Waarschuwing: U bent niet toegestaan te verwijderen :name omdat er :text gerelateerde.', - 'disabled' => 'Waarschuwing: U mag niet uitschakelen :name omdat er :text gerelateerde.', + 'deleted' => 'Waarschuwing: Het is voor u niet toegestaan om :name te verwijderen omdat het gerelateerd is aan :text.', + 'disabled' => 'Waarschuwing: U mag :name niet uitschakelen omdat het gerelateerd is aan :text.', ], ]; diff --git a/resources/lang/nl-NL/modules.php b/resources/lang/nl-NL/modules.php index 1d8c512bc..91d25b0dc 100644 --- a/resources/lang/nl-NL/modules.php +++ b/resources/lang/nl-NL/modules.php @@ -4,55 +4,55 @@ return [ 'title' => 'API-Token', 'api_token' => 'Token', - 'my_apps' => 'My Apps', + 'my_apps' => 'Mijn Apps', 'top_paid' => 'Top betaald', 'new' => 'Nieuw', 'top_free' => 'Top gratis', 'free' => 'GRATIS', - 'search' => 'Search', - 'install' => 'Installeren', + 'search' => 'Zoeken', + 'install' => 'Installeer', 'buy_now' => 'Koop Nu', - 'token_link' => ' Klik hier om uw API token.', - 'no_apps' => 'There are no apps in this category, yet.', - 'developer' => 'Are you a developer? Here you can learn how to create an app and start selling today!', + 'token_link' => ' Klik hier om uw API-token te bemachtigen.', + 'no_apps' => 'Er zijn nog geen Apps in deze categorie.', + 'developer' => 'Bent u een ontwikkelaar? Hier kunt u lezen hoe u vandaag nog een app kan ontwikkelen en verkopen!', - 'about' => 'About', + 'about' => 'Over ons', - 'added' => 'Added', - 'updated' => 'Updated', - 'compatibility' => 'Compatibility', + 'added' => 'Toegevoegd', + 'updated' => 'Bijgewerkt', + 'compatibility' => 'Compatibiliteit', - 'installed' => ':module installed', - 'uninstalled' => ':module uninstalled', + 'installed' => ':module geïnstalleerd', + 'uninstalled' => ':module verwijderd', //'updated' => ':module updated', - 'enabled' => ':module enabled', - 'disabled' => ':module disabled', + 'enabled' => ':module ingeschakeld', + 'disabled' => ':module uitgeschakeld', 'tab' => [ - 'installation' => 'Installation', - 'faq' => 'FAQ', - 'changelog' => 'Changelog', + 'installation' => 'Installatie', + 'faq' => 'Veelgestelde vragen', + 'changelog' => 'Wijzigingslogboek', ], 'installation' => [ - 'header' => 'App Installation', - 'download' => 'Download :module bestand.', - 'unzip' => 'Uitpakken :module bestanden.', - 'install' => 'Installing :module files.', + 'header' => 'App installatie', + 'download' => ':module bestand aan het downloaden.', + 'unzip' => 'Aan het uitpakken van :module bestanden.', + 'install' => ':module bestanden installeren.', ], 'badge' => [ - 'installed' => 'Installed', + 'installed' => 'Geïnstalleerd', ], 'button' => [ 'uninstall' => 'Verwijderen', - 'disable' => 'Uitgeschakeld', + 'disable' => 'Uitschakelen', 'enable' => 'Activeren', ], 'my' => [ - 'purchased' => 'Purchased', - 'installed' => 'Installed', + 'purchased' => 'Gekocht', + 'installed' => 'Geïnstalleerd', ], ]; diff --git a/resources/lang/nl-NL/notifications.php b/resources/lang/nl-NL/notifications.php new file mode 100644 index 000000000..9891d13b5 --- /dev/null +++ b/resources/lang/nl-NL/notifications.php @@ -0,0 +1,10 @@ + 'Oeps!', + 'hello' => 'Hallo!', + 'salutation' => 'Met vriendelijke groet,
:company_name', + 'subcopy' => 'Als u problemen ondervindt met het klikken van ":text" knop, kopieer en plak dan onderstaande URL in uw webbrowser: [:url](:url)', + +]; diff --git a/resources/lang/nl-NL/pagination.php b/resources/lang/nl-NL/pagination.php index a5fb701ff..4a2bc942e 100644 --- a/resources/lang/nl-NL/pagination.php +++ b/resources/lang/nl-NL/pagination.php @@ -2,8 +2,8 @@ return [ - 'previous' => '«Vorige', - 'next' => '«Volgende»;', - 'showing' => 'Tonen :first aan :last van :total :type', + 'previous' => '« Vorige', + 'next' => 'Volgende »', + 'showing' => 'Weergave: :first naar :last van :total :type', ]; diff --git a/resources/lang/nl-NL/passwords.php b/resources/lang/nl-NL/passwords.php index 28c46d3ef..588044313 100644 --- a/resources/lang/nl-NL/passwords.php +++ b/resources/lang/nl-NL/passwords.php @@ -13,10 +13,10 @@ return [ | */ - 'password' => 'Wachtwoorden moeten ten minste zes tekens en overeenkomen met de bevestiging.', + 'password' => 'Paswoorden moeten 6 karakters lang zijn en gelijk zijn in beide paswoordvelden.', 'reset' => 'Uw wachtwoord is opnieuw ingesteld!', - 'sent' => 'Wij hebben per e-mail uw wachtwoord reset link!', - 'token' => 'Dit wachtwoord reset token is ongeldig.', - 'user' => "Wij kunnen een gebruiker met dat e-mail adres niet vinden.", + 'sent' => 'Wij hebben u per e-mail uw wachtwoord reset link verstuurd!', + 'token' => 'Dit wachtwoord reset-token is ongeldig.', + 'user' => "Wij kunnen geen gebruiker met dat e-mail adres vinden.", ]; diff --git a/resources/lang/nl-NL/recurring.php b/resources/lang/nl-NL/recurring.php index 92099c71c..5ccef5000 100644 --- a/resources/lang/nl-NL/recurring.php +++ b/resources/lang/nl-NL/recurring.php @@ -2,19 +2,19 @@ return [ - 'recurring' => 'Recurring', - 'every' => 'Every', - 'period' => 'Period', - 'times' => 'Times', - 'daily' => 'Daily', - 'weekly' => 'Weekly', - 'monthly' => 'Monthly', - 'yearly' => 'Yearly', - 'custom' => 'Custom', - 'days' => 'Day(s)', - 'weeks' => 'Week(s)', - 'months' => 'Month(s)', - 'years' => 'Year(s)', - 'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', + 'recurring' => 'Terugkerende', + 'every' => 'Elke', + 'period' => 'Periode', + 'times' => 'Tijden', + 'daily' => 'Dagelijks', + 'weekly' => 'Wekelijks', + 'monthly' => 'Maandelijks', + 'yearly' => 'Jaarlijks', + 'custom' => 'Aangepaste', + 'days' => 'Dag(en)', + 'weeks' => 'Week/weken', + 'months' => 'Maand(en)', + 'years' => 'Jaar/jaren', + 'message' => 'Dit is een terugkerende :type en de volgende :type zal automatisch worden gegenereerd op :date', ]; diff --git a/resources/lang/nl-NL/reports.php b/resources/lang/nl-NL/reports.php index 4b625c4b7..806134bda 100644 --- a/resources/lang/nl-NL/reports.php +++ b/resources/lang/nl-NL/reports.php @@ -2,29 +2,29 @@ return [ - 'this_year' => 'This Year', - 'previous_year' => 'Previous Year', - 'this_quarter' => 'This Quarter', - 'previous_quarter' => 'Previous Quarter', - 'last_12_months' => 'Last 12 Months', - 'profit_loss' => 'Profit & Loss', - 'gross_profit' => 'Gross Profit', - 'net_profit' => 'Net Profit', - 'total_expenses' => 'Total Expenses', + 'this_year' => 'Dit jaar', + 'previous_year' => 'Vorig jaar', + 'this_quarter' => 'Dit kwartaal', + 'previous_quarter' => 'Vorige kwartaal', + 'last_12_months' => 'Afgelopen 12 maanden', + 'profit_loss' => 'Winst & verlies', + 'gross_profit' => 'Bruto winst', + 'net_profit' => 'Nettowinst', + 'total_expenses' => 'Totale uitgaven', 'net' => 'NET', 'summary' => [ - 'income' => 'Inkomsten Samenvatting', + 'income' => 'Samenvatting inkomsten', 'expense' => 'Kosten overzicht', - 'income_expense' => 'Inkomen vs kosten', - 'tax' => 'Tax Summary', + 'income_expense' => 'Inkomen vs uitgaven', + 'tax' => 'Belasting overzicht', ], 'quarter' => [ - '1' => 'Jan-Mar', + '1' => 'Jan-Mrt', '2' => 'Apr-Jun', '3' => 'Jul-Sep', - '4' => 'Oct-Dec', + '4' => 'Okt-Dec', ], ]; diff --git a/resources/lang/nl-NL/settings.php b/resources/lang/nl-NL/settings.php index 2f37dc440..e9c933d5d 100644 --- a/resources/lang/nl-NL/settings.php +++ b/resources/lang/nl-NL/settings.php @@ -4,7 +4,7 @@ return [ 'company' => [ 'name' => 'Naam', - 'email' => 'Email', + 'email' => 'E-mail', 'phone' => 'Telefoonnummer', 'address' => 'Adres', 'logo' => 'Logo', @@ -16,15 +16,15 @@ return [ 'separator' => 'Datumscheidingsteken', 'dash' => 'Streepje (-)', 'dot' => 'Punt (.)', - 'comma' => 'Komma \',\'', + 'comma' => 'Komma (,)', 'slash' => 'Slash (/)', - 'space' => 'Ruimte()', + 'space' => 'Spatie ( ) ', ], 'timezone' => 'Tijdzone', 'percent' => [ - 'title' => 'Percent (%) Position', - 'before' => 'Before Number', - 'after' => 'After Number', + 'title' => 'Procent (%) Positie', + 'before' => 'Voor aantal', + 'after' => 'Na aantal', ], ], 'invoice' => [ @@ -38,7 +38,7 @@ return [ 'tab' => 'Standaardwaarden', 'account' => 'Standaard account', 'currency' => 'Standaard Valuta', - 'tax' => 'Standaard Btw-tarief', + 'tax' => 'Standaard BTW-tarief', 'payment' => 'Standaard betalingsmethode', 'language' => 'Standaard Taal', ], @@ -56,23 +56,23 @@ return [ ], 'sendmail' => 'Sendmail', 'sendmail_path' => 'Sendmail pad', - 'log' => 'Log E-mails', + 'log' => 'E-mail logs', ], 'scheduling' => [ - 'tab' => 'Planning', + 'tab' => 'Schema', 'send_invoice' => 'Factuur herinnering sturen', - 'invoice_days' => 'Stuur na vervaldatum dagen', + 'invoice_days' => 'Aantal dagen na vervaldatum sturen', 'send_bill' => 'Factuur herinnering sturen', - 'bill_days' => 'Stuur voor vervaldatum dagen', + 'bill_days' => 'Aantal dagen voor vervaldatum sturen', 'cron_command' => 'Cron opdracht', 'schedule_time' => 'Uren duurtijd', ], 'appearance' => [ - 'tab' => 'Uiterlijk', + 'tab' => 'Opmaak', 'theme' => 'Thema', 'light' => 'Licht', 'dark' => 'Donker', - 'list_limit' => 'Records Per pagina', + 'list_limit' => 'Resultaten per pagina', 'use_gravatar' => 'Gebruik Gravatar', ], 'system' => [ diff --git a/resources/lang/nl-NL/taxes.php b/resources/lang/nl-NL/taxes.php index 79f2734c6..7e8fff172 100644 --- a/resources/lang/nl-NL/taxes.php +++ b/resources/lang/nl-NL/taxes.php @@ -3,6 +3,6 @@ return [ 'rate' => 'Tarief', - 'rate_percent' => 'Percentage (%)', + 'rate_percent' => 'Tarief (%)', ]; diff --git a/resources/lang/nl-NL/transfers.php b/resources/lang/nl-NL/transfers.php index dcf63be53..ecfc21a92 100644 --- a/resources/lang/nl-NL/transfers.php +++ b/resources/lang/nl-NL/transfers.php @@ -6,7 +6,7 @@ return [ 'to_account' => 'Naar Account', 'messages' => [ - 'delete' => ':from to :to (:amount)', + 'delete' => ':from tot :to (:amount)', ], ]; diff --git a/resources/lang/nl-NL/updates.php b/resources/lang/nl-NL/updates.php index 0f019320f..9964a0785 100644 --- a/resources/lang/nl-NL/updates.php +++ b/resources/lang/nl-NL/updates.php @@ -4,12 +4,12 @@ return [ 'installed_version' => 'Geïnstalleerde versie', 'latest_version' => 'Nieuwste versie', - 'update' => 'Bijwerken van Akaunting aan :version versie', - 'changelog' => 'Wijzigingen', + 'update' => 'Akaunting bijwerken naar versie :version', + 'changelog' => 'Wijzigingslogboek', 'check' => 'Controleren', 'new_core' => 'Er is een bijgewerkte versie van Akaunting beschikbaar.', - 'latest_core' => 'Gefeliciteerd! U hebt de nieuwste versie van Akaunting. Toekomstige beveiligingsupdates zal automatisch worden toegepast.', + 'latest_core' => 'Gefeliciteerd! U heeft de laatste versie van Akaunting. Toekomstige beveiligingsupdates zullen automatisch worden toegepast.', 'success' => 'Update-proces is voltooid.', - 'error' => 'Update-proces is mislukt, alstublieft, probeer het opnieuw.', + 'error' => 'Update-proces is mislukt. Probeer het alstublieft opnieuw.', ]; diff --git a/resources/lang/nl-NL/validation.php b/resources/lang/nl-NL/validation.php index 142f577fe..51caaaec5 100644 --- a/resources/lang/nl-NL/validation.php +++ b/resources/lang/nl-NL/validation.php @@ -13,78 +13,78 @@ return [ | */ - 'accepted' => ':attribute moet geaccepteerd worden.', + 'accepted' => ':attribute moet worden geaccepteerd.', 'active_url' => ':attribute is geen geldige URL.', - 'after' => ':attribute moet een datum zijn later dan :date.', - 'after_or_equal' => ':attribute moet een datum zijn later dan :date.', + 'after' => ':attribute moet een datum zijn die later is dan :date.', + 'after_or_equal' => ':attribute moet een datum zijn die later is dan :date.', 'alpha' => ':attribute mag enkel letters bevatten.', 'alpha_dash' => ':attribute mag enkel letters, cijfers of koppeltekens bevatten.', 'alpha_num' => ':attribute mag enkel letters en cijfers bevatten.', 'array' => ':attribute moet een string zijn.', 'before' => ':attribute moet een datum zijn voor :date.', - 'before_or_equal' => ':attribute moet een datum zijn voor :date.', + 'before_or_equal' => ':attribute moet een datum zijn voor of gelijk aan :date.', 'between' => [ - 'numeric' => 'De: kenmerk moet tussen: min en: max.', - 'file' => 'De: kenmerk moet tussen: min en: max kilobytes.', - 'string' => 'De: kenmerk moet tussen: min en: max tekens.', - 'array' => 'De: kenmerk moeten tussen: min en: max items.', + 'numeric' => 'De kenmerk :attribute moet tussen :min en :max zijn.', + 'file' => 'De kenmerk :attribute moet tussen :min en :max kilobytes zijn.', + 'string' => 'De kenmerk :attribute moet tussen :min en :max tekens zijn.', + 'array' => 'De kenmerk :attribute moeten tussen :min en :max items zijn.', ], - 'boolean' => 'De: kenmerkveld moet waar of onwaar.', - 'confirmed' => 'De: kenmerk bevestiging komt niet overeen.', - 'date' => 'De: kenmerk is niet een geldige datum.', + 'boolean' => 'De kenmerksveld :attribute moet waar of onwaar zijn.', + 'confirmed' => 'De kenmerken :attribute komen niet overeen.', + 'date' => ':attribute is geen geldige datum.', 'date_format' => ':attribute komt niet overeen met het volgende formaat :format.', - 'different' => 'De: kenmerk en: andere mag niet hetzelfde zijn.', - 'digits' => 'De: kenmerk moet: cijfers cijfers.', + 'different' => ':attribute en :other mag niet hetzelfde zijn.', + 'digits' => ':attribute moet bestaan uit :digits cijfers.', 'digits_between' => ':attribute moet tussen de :min en :max aantal karakters lang zijn.', - 'dimensions' => 'De: kenmerk heeft ongeldige afbeelding afmetingen.', - 'distinct' => 'De: kenmerkveld is een dubbele waarde.', - 'email' => 'De :attribute moet een geldig e-mailadres.', + 'dimensions' => ':attribute heeft ongeldige afbeelding afmetingen.', + 'distinct' => ':attribute velden bevat dubbele waarden.', + 'email' => ':attribute moet een geldig e-mailadres zijn.', 'exists' => 'Het geselecteerde kenmerk :attribute is ongeldig.', - 'file' => 'De: kenmerk moet een bestand.', - 'filled' => 'De: kenmerkveld moet een waarde hebben.', - 'image' => 'De: kenmerk moet een afbeelding zijn.', - 'in' => 'De geselecteerde: kenmerk is ongeldig.', - 'in_array' => 'De: kenmerkveld bestaat niet: andere.', - 'integer' => 'Het :attribute moet uniek zijn.', - 'ip' => 'De: kenmerk moet een geldig IP-adres.', - 'json' => 'De: kenmerk moet een geldige JSON-tekenreeks.', + 'file' => ':attribute moet een bestand zijn.', + 'filled' => ':attribute veld moet een waarde bevatten.', + 'image' => ':attribute moet een afbeelding zijn.', + 'in' => 'De geselecteerde :attribute is ongeldig.', + 'in_array' => ':attribute veld bestaat niet in :other.', + 'integer' => 'Het :attribute moet een getal zijn.', + 'ip' => ':attribute moet een geldig IP-adres zijn.', + 'json' => ':attribute moet een geldige JSON string zijn.', 'max' => [ - 'numeric' => 'De: kenmerk kan niet groter zijn dan: max.', - 'file' => 'De: kenmerk kan niet groter zijn dan: max kilobytes.', - 'string' => 'De: kenmerk kan niet groter zijn dan: max tekens.', - 'array' => 'De: kenmerk wellicht niet meer dan: max items.', + 'numeric' => ':attribute mag niet groter zijn dan :max.', + 'file' => ':attribute mag niet groter zijn dan :max kilobytes.', + 'string' => ':attribute mag niet meer zijn dan :max tekens.', + 'array' => ':attribute mag niet meer dan :max items zijn.', ], - 'mimes' => 'De: kenmerk moet een bestand van het type:: waarden.', - 'mimetypes' => 'De: kenmerk moet een bestand van het type:: waarden.', + 'mimes' => ':attribute moet een bestandstype :values zijn.', + 'mimetypes' => ':attribute moet bestandstype :values zijn.', 'min' => [ - 'numeric' => 'De: kenmerk moet ten minste: min.', - 'file' => 'De: kenmerk moet ten minste: min kilobytes.', - 'string' => 'De: kenmerk moet ten minste: min-tekens.', - 'array' => 'De: kenmerk moet ten minste beschikken over: min punten.', + 'numeric' => ':attribute moet minstens :min zijn.', + 'file' => ':attribute moet minstens :min kilobytes zijn.', + 'string' => ':attribute moet minstens :min tekens zijn.', + 'array' => ':attribute moet minstens :min items zijn.', ], - 'not_in' => 'De geselecteerde: kenmerk is ongeldig.', - 'numeric' => 'De: kenmerk moet een getal zijn.', - 'present' => 'De: kenmerkveld aanwezig moet zijn.', - 'regex' => 'De: indeling van het kenmerk is ongeldig.', - 'required' => 'De: kenmerkveld is verplicht.', - 'required_if' => 'De: kenmerkveld is vereist wanneer: andere is: waarde.', + 'not_in' => 'De geselecteerde kenmerk :attribute is ongeldig.', + 'numeric' => ':attribute moet een getal zijn.', + 'present' => ':attribute moet aanwezig zijn.', + 'regex' => 'De indeling van kenmerk :attribute is ongeldig.', + 'required' => ':attribute is verplicht.', + 'required_if' => ':attribute veld is verplicht wanneer :other :value is.', 'required_unless' => ':attribute musí být vyplněno dokud :other je v :values.', - 'required_with' => 'De: kenmerkveld is vereist wanneer: waarden aanwezig is.', - 'required_with_all' => 'De: kenmerkveld is vereist wanneer: waarden aanwezig is.', - 'required_without' => 'De: kenmerkveld is vereist wanneer: waarden niet aanwezig is.', - 'required_without_all' => 'De: kenmerkveld is vereist wanneer geen van: waarden aanwezig zijn.', - 'same' => 'De: kenmerk en: andere moet overeenkomen.', + 'required_with' => ':attribute veld is verplicht wanneer :values aanwezig is.', + 'required_with_all' => ':attribute veld is verplocht wanneer :"values aanwezig is.', + 'required_without' => ':attribute veld is verplocht wanneer :values niet aanwezig is.', + 'required_without_all' => ':attribute veld is verplocht wanneer geen van :values aanwezig zijn.', + 'same' => ':attribute en :other moeten overeenkomen.', 'size' => [ - 'numeric' => 'De :attribute moet :size.', - 'file' => 'De: kenmerk moet: grootte van kilobytes.', - 'string' => 'De: kenmerk moet: het formaat van tekens.', - 'array' => 'De: kenmerk moet bevatten: het formaat van objecten.', + 'numeric' => ':attribute moet :size zijn.', + 'file' => ':attribute moet :size kilobytes zijn.', + 'string' => ':attribute moet :size tekens zijn.', + 'array' => ':attribute moet :size items bevatten.', ], - 'string' => 'De: kenmerk moet een tekenreeks zijn.', - 'timezone' => 'De: kenmerk moet een geldige zone.', - 'unique' => 'Het veld :attribute is reeds in gebruik.', - 'uploaded' => 'De: kenmerk mislukt om te uploaden.', - 'url' => 'De: indeling van het kenmerk is ongeldig.', + 'string' => ':attribute moet een string zijn.', + 'timezone' => ':attribute moet een geldige zone zijn.', + 'unique' => ':attribute is al reeds in gebruik.', + 'uploaded' => 'Mislukt om :attribute te uploaden.', + 'url' => ':attribute kenmerk is ongeldig.', /* |-------------------------------------------------------------------------- @@ -101,6 +101,7 @@ return [ 'attribute-name' => [ 'rule-name' => 'aangepast-bericht', ], + 'invalid_currency' => 'De code :attribute is ongeldig.', ], /* diff --git a/resources/lang/pt-BR/install.php b/resources/lang/pt-BR/install.php index 972c2f0b3..9829de416 100644 --- a/resources/lang/pt-BR/install.php +++ b/resources/lang/pt-BR/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'Atualizar', 'steps' => [ - 'requirements' => 'Por favor, verifque os seguintes pré-requisitos!', + 'requirements' => 'Por favor, consulte o seu provedor de hospedagem para corrigir os erros!', 'language' => 'Passo 1/3 : Selecionar idioma', 'database' => 'Passo 2/3 : Configuração do Banco de Dados', 'settings' => 'Passo 3/3 : Detalhes da empresa e do administrador', @@ -19,7 +19,7 @@ return [ 'requirements' => [ 'enabled' => ':feature precisa esta habilitado!', 'disabled' => ':feature precisa esta desabilitado!', - 'extension' => 'A :extension precisa esta instalada!', + 'extension' => 'Extensão :extension precisa ser instalado e carregado!', 'directory' => 'O diretório :directory precisa de permissão para escrita!', ], diff --git a/resources/lang/pt-BR/notifications.php b/resources/lang/pt-BR/notifications.php new file mode 100644 index 000000000..72084cef3 --- /dev/null +++ b/resources/lang/pt-BR/notifications.php @@ -0,0 +1,10 @@ + 'Ops!', + 'hello' => 'Bem vindo!', + 'salutation' => 'Saudação,
:company_name', + 'subcopy' => 'Se você estiver com problemas para clicar no botão ":text", copie e cole o URL abaixo em seu navegador da web: [:url](:url)', + +]; diff --git a/resources/lang/pt-BR/reports.php b/resources/lang/pt-BR/reports.php index 77fed94bd..8915612da 100644 --- a/resources/lang/pt-BR/reports.php +++ b/resources/lang/pt-BR/reports.php @@ -8,7 +8,7 @@ return [ 'previous_quarter' => 'Trimestre anterior', 'last_12_months' => 'Últimos 12 meses', 'profit_loss' => 'Receitas & Despesas', - 'gross_profit' => 'Total', + 'gross_profit' => 'Lucro Bruto', 'net_profit' => 'Lucro líquido', 'total_expenses' => 'Total Despesas', 'net' => 'Líquido', diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index fcab19f6c..854d72785 100644 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -101,7 +101,7 @@ return [ 'attribute-name' => [ 'rule-name' => 'custom-message', ], - 'invalid_currency' => 'The :attribute code is invalid.', + 'invalid_currency' => 'O código :attribute é inválido.', ], /* diff --git a/resources/lang/pt-PT/install.php b/resources/lang/pt-PT/install.php index 517e91910..4c3d7e4e7 100644 --- a/resources/lang/pt-PT/install.php +++ b/resources/lang/pt-PT/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'Atualizar', 'steps' => [ - 'requirements' => 'Por favor, verifique os seguintes pré-requisitos!', + 'requirements' => 'Please, ask your hosting provider to fix the errors!', 'language' => 'Passo 1/3: Selecionar idioma', 'database' => 'Passo 2/3: Configuração da base de dados', 'settings' => 'Passo 3/3: Detalhes da empresa e do administrador', @@ -19,7 +19,7 @@ return [ 'requirements' => [ 'enabled' => ':feature precisa estar ativada!', 'disabled' => ':feature precisa estar desativada!', - 'extension' => ':extension precisa estar carregada!', + 'extension' => ':extension extension needs to be installed and loaded!', 'directory' => 'O diretório :directory precisa de permissão para escrita!', ], diff --git a/resources/lang/pt-PT/messages.php b/resources/lang/pt-PT/messages.php index 4ddb7c281..6ba1cb302 100644 --- a/resources/lang/pt-PT/messages.php +++ b/resources/lang/pt-PT/messages.php @@ -18,6 +18,8 @@ return [ 'no_file' => 'Erro: Nenhum ficheiro selecionado!', 'last_category' => 'Erro: Não pode excluir a última :type categoria!', 'invalid_token' => 'Erro: O token inserido é inválido!', + '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.', ], 'warning' => [ 'deleted' => 'Aviso: Não está autorizado a excluir :name porque está relacionado com :text.', diff --git a/resources/lang/pt-PT/modules.php b/resources/lang/pt-PT/modules.php index 6d1e92056..da820844f 100644 --- a/resources/lang/pt-PT/modules.php +++ b/resources/lang/pt-PT/modules.php @@ -5,7 +5,7 @@ return [ 'title' => 'Token de API', 'api_token' => 'Token', 'my_apps' => 'Minhas Aplicações', - 'top_paid' => 'Melhores Pagamentos', + 'top_paid' => 'Melhores Pagos', 'new' => 'Novo', 'top_free' => 'Melhores Grátis', 'free' => 'GRÁTIS', diff --git a/resources/lang/pt-PT/notifications.php b/resources/lang/pt-PT/notifications.php new file mode 100644 index 000000000..1000bb5f1 --- /dev/null +++ b/resources/lang/pt-PT/notifications.php @@ -0,0 +1,10 @@ + 'Ups!', + 'hello' => 'Olá!', + 'salutation' => 'Regards,
:company_name', + 'subcopy' => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)', + +]; diff --git a/resources/lang/pt-PT/reports.php b/resources/lang/pt-PT/reports.php index 6b22f638c..878d1d312 100644 --- a/resources/lang/pt-PT/reports.php +++ b/resources/lang/pt-PT/reports.php @@ -17,7 +17,7 @@ return [ 'income' => 'Resumo das Receitas', 'expense' => 'Resumo das Despesas', 'income_expense' => 'Receita vs Despesa', - 'tax' => 'Resumo de imposto', + 'tax' => 'Resumo do imposto', ], 'quarter' => [ diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php index 0208bd1d3..f8b459c89 100644 --- a/resources/lang/pt-PT/validation.php +++ b/resources/lang/pt-PT/validation.php @@ -101,6 +101,7 @@ return [ 'attribute-name' => [ 'rule-name' => 'mensagem personalizada', ], + 'invalid_currency' => 'O código do :attribute é inválido.', ], /* diff --git a/resources/lang/ro-RO/install.php b/resources/lang/ro-RO/install.php index 5fb9783ad..79907a458 100644 --- a/resources/lang/ro-RO/install.php +++ b/resources/lang/ro-RO/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'Reîncarcă', 'steps' => [ - 'requirements' => 'Te rugăm să îndeplinesti următoarele cerinţe!', + 'requirements' => 'Va rugam, cere furnizorului serviciilor de hosting sa rezolve erorile!', 'language' => 'Pasul 1/3: Selectati limba', 'database' => 'Pasul 2/3: Configurarea bazei de date', 'settings' => 'Pasul 3/3: Detalii despre Companie şi Administrator', @@ -19,7 +19,7 @@ return [ 'requirements' => [ 'enabled' => ':feature trebuie să fie activat/a!', 'disabled' => ':feature trebuie să fie dezactivat/a!', - 'extension' => 'extensia :extension trebuie să fie încărcată!', + 'extension' => 'Extensia :extension trebuie sa fie instalata si incarcata!', 'directory' => 'directorul :directory trebuie să permita scrierea!', ], diff --git a/resources/lang/ro-RO/notifications.php b/resources/lang/ro-RO/notifications.php new file mode 100644 index 000000000..639a5d996 --- /dev/null +++ b/resources/lang/ro-RO/notifications.php @@ -0,0 +1,10 @@ + 'Ooops!', + 'hello' => 'Buna!', + 'salutation' => 'Salutari,
:company_name', + 'subcopy' => 'Daca nu poti face click pe butonul ":text", copiaza si lipeste link-ul de mai jos in browser: [:url](:url)', + +]; diff --git a/resources/lang/sq-AL/install.php b/resources/lang/sq-AL/install.php index d39c8d7e4..4a2bf9bdf 100644 --- a/resources/lang/sq-AL/install.php +++ b/resources/lang/sq-AL/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'Rifresko', 'steps' => [ - 'requirements' => 'Ju lutemi, plotësoni kërkesat e mëposhtme!', + 'requirements' => 'Please, ask your hosting provider to fix the errors!', 'language' => 'Hapi 1/3: Përzgjedhja e Gjuhës', 'database' => 'Hapi 2/3: Vendosja e Database', 'settings' => 'Hapi 3/3: Detajet e Kompanisë dhe Adminit', @@ -19,7 +19,7 @@ return [ 'requirements' => [ 'enabled' => ':feature duhet të aktivizohet!', 'disabled' => ':feature duhet të çaktivizohet!', - 'extension' => ':extension shtesa duhet të ngarkohet!', + 'extension' => ':extension extension needs to be installed and loaded!', 'directory' => ':directory lista duhet të jetë e shkrueshme!', ], diff --git a/resources/lang/sq-AL/messages.php b/resources/lang/sq-AL/messages.php index e30e34b6b..01fd2a615 100644 --- a/resources/lang/sq-AL/messages.php +++ b/resources/lang/sq-AL/messages.php @@ -18,6 +18,8 @@ return [ 'no_file' => 'Gabim: Asnjë skedar i përzgjedhur!', 'last_category' => 'Gabim: Nuk mund të fshihet :type kategoria e fundit!', 'invalid_token' => 'Gabim: Marku i dhënë është i pavlefshëm!', + 'import_column' => 'Gabim: :message Fleta name: :sheet. Rreshti number: :line.', + 'import_sheet' => 'Gabim: Emri i fletës nuk është i vlefshëm. Ju lutem, kontrolloni skedarin e mostrës.', ], 'warning' => [ 'deleted' => 'Njoftim: :name nuk mund të fshihet sepse ka :text të lidhur.', diff --git a/resources/lang/sq-AL/notifications.php b/resources/lang/sq-AL/notifications.php new file mode 100644 index 000000000..88c2f9da0 --- /dev/null +++ b/resources/lang/sq-AL/notifications.php @@ -0,0 +1,10 @@ + 'Whoops!', + 'hello' => 'Hello!', + 'salutation' => 'Regards,
:company_name', + 'subcopy' => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)', + +]; diff --git a/resources/lang/sq-AL/validation.php b/resources/lang/sq-AL/validation.php index e44c631bc..d6a5d0e05 100644 --- a/resources/lang/sq-AL/validation.php +++ b/resources/lang/sq-AL/validation.php @@ -101,6 +101,7 @@ return [ 'attribute-name' => [ 'rule-name' => 'Mesazh Privat', ], + 'invalid_currency' => 'Kodi :attribute është i pavlefshëm.', ], /* diff --git a/resources/lang/tr-TR/install.php b/resources/lang/tr-TR/install.php index adfe2cfef..48c0fecb8 100644 --- a/resources/lang/tr-TR/install.php +++ b/resources/lang/tr-TR/install.php @@ -6,7 +6,7 @@ return [ 'refresh' => 'Yenile', 'steps' => [ - 'requirements' => 'Lütfen, aşağıdaki sistem gereksinimlerini karşılayın!', + 'requirements' => 'Sorunları gidermek için hosting firması ile iletişime geçin!', 'language' => 'Adım 1/3 : Dil Seçimi', 'database' => 'Adım 2/3 : Veritabanı Ayarları', 'settings' => 'Adım 3/3 : Şirket ve Yönetici Bilgileri', @@ -19,7 +19,7 @@ return [ 'requirements' => [ 'enabled' => ':feature etkin olmalıdır!', 'disabled' => ':feature devre dışı bırakılmalıdır!', - 'extension' => ':extension eklentisi yüklenmelidir!', + 'extension' => ':extension eklendisi kurulmalı ve yüklenmelidir!', 'directory' => ':directory dizini yazılabilir olmalıdır!', ], diff --git a/resources/lang/tr-TR/notifications.php b/resources/lang/tr-TR/notifications.php new file mode 100644 index 000000000..0672913e1 --- /dev/null +++ b/resources/lang/tr-TR/notifications.php @@ -0,0 +1,10 @@ + 'Hay aksi!', + 'hello' => 'Merhaba!', + 'salutation' => 'Saygılar,
:company_name', + 'subcopy' => '":text" butonuna tıklayamıyorsanız, aşağıdaki bağlantıyı kopyalayıp tarayıcıya yapıştırın: [:url](:url)', + +];