Merge branch 'master' of github.com:akaunting/akaunting

This commit is contained in:
cuneytsenturk 2018-08-29 17:51:59 +03:00
commit ebf79a315c
52 changed files with 411 additions and 329 deletions

View File

@ -31,7 +31,7 @@ Akaunting uses [Laravel](http://laravel.com), the best existing PHP framework, a
## Docker
It is possible to containerise Akaunting using the [`docker-compose`](docker-compose.yaml) file. Here are a few commands:
It is possible to containerise Akaunting using the [`docker-compose`](docker-compose.yml) file. Here are a few commands:
```
# Build the app

View File

@ -81,7 +81,7 @@ class Accounts extends Controller
{
$currencies = Currency::enabled()->pluck('name', 'code');
$account->default_account = ($account->id == setting('general.default_account')) ?: 1;
$account->default_account = ($account->id == setting('general.default_account')) ? 1 : 0;
$currency = Currency::where('code', '=', $account->currency_code)->first();

View File

@ -4,15 +4,15 @@ return [
'profile' => 'الملف الشخصي',
'logout' => 'تسجيل خروج',
'login' => 'تسجيل الدخول',
'login_to' => 'تسجيل الدخول لبدء جلسة العمل الخاصة بك',
'login' => 'تسجيل دخول',
'login_to' => 'تسجيل دخول لبدء جلسة العمل الخاصة بك',
'remember_me' => 'تذكرني',
'forgot_password' => 'نسيت كلمة المرور',
'reset_password' => 'إعادة تعيين كلمة المرور',
'enter_email' => 'أدخل عنوان بريدك الإلكتروني',
'current_email' => 'البريد الإلكتروني الحالي',
'reset' => 'إعادة تعيين',
'never' => 'أبدا',
'never' => 'أبداً',
'password' => [
'current' => 'كلمة المرور',
@ -23,16 +23,16 @@ return [
'error' => [
'self_delete' => 'خطأ: لا يمكن حذف نفسك!',
'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.',
'no_company' => 'خطأ: لم يتم تعيين أية شركة إلى حسابك، من فضلك تواصل مع مسؤول النظام.',
],
'failed' => 'بيانات الاعتماد هذه غير متطابقة مع البيانات المسجلة لدينا.',
'disabled' => 'هذا الحساب غير مفعل. رجاءا, تواصل مع مدير النظام.',
'throttle' => 'عدد كبير جدا من محاولات تسجيل الدخول. الرجاء إعادة المحاولة في غضون :seconds ثانية.',
'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.',
'message_1' => 'تم إرسال هذه الرسالة لإبلاغك بوجود طلب إعادة كلمة المرور على الحساب الخاص بك.',
'message_2' => 'لا داعي لاتخاذ أي إجراء إذا لم تقم بطلب إعادة كلمة المرور.',
'button' => 'إعادة تعيين كلمة المرور',
],

View File

@ -4,33 +4,33 @@ return [
'bill_number' => 'رقم فاتورة الشراء',
'bill_date' => 'تاريخ فاتورة الشراء',
'total_price' => 'السعر الاجمالى',
'total_price' => 'السعر الإجمالي',
'due_date' => 'تاريخ التسليم',
'order_number' => 'رقم الطلب',
'bill_from' => 'فاتورة الشراء من',
'quantity' => 'الكمية',
'price' => 'السعر',
'sub_total' => 'المبلغ الاجمالى',
'discount' => 'Discount',
'tax_total' => 'اجمالى الضريبة',
'total' => 'اجمالى',
'sub_total' => 'المبلغ الإجمالي',
'discount' => 'خصم',
'tax_total' => 'إجمالي الضريبة',
'total' => 'المجموع',
'item_name' => 'اسم الصنف | اسماء الصنف',
'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' => 'استحقاق المبلغ',
'paid' => 'مدفوع',
'histories' => 'سجلات',
'payments' => 'المدفوعات',
'add_payment' => 'اضافة مدفوعات',
'mark_received' => ظليل كمستلم',
'add_payment' => 'إضافة مدفوعات',
'mark_received' => حديد كمستلم',
'download_pdf' => 'تحميل PDF',
'send_mail' => 'أرسال بريد الكتروني',
'send_mail' => 'إرسال بريد إلكتروني',
'status' => [
'draft' => 'مسودة',
@ -40,7 +40,7 @@ return [
],
'messages' => [
'received' => 'تم تحويل فاتورة الشراء الى فاتورة مستلمة بنجاح!',
'received' => 'تم تحويل فاتورة الشراء إلى فاتورة مستلمة بنجاح!',
],
];

View File

@ -4,10 +4,10 @@ return [
'domain' => 'اسم النطاق',
'logo' => 'الشعار',
'manage' => 'ادارة الشركات',
'manage' => 'إدارة الشركات',
'all' => 'كل الشركات',
'error' => [
'delete_active' => 'خطأ: يمكن لا حذف شركة مفعلة، من فضلك، غيير حالة الشركة أولاً!',
'delete_active' => 'خطأ: لا يمكن حذف شركة مفعلة، من فضلك، غير حالة الشركة أولاً!',
],
];

View File

@ -9,8 +9,8 @@ return [
'thousands_separator' => 'فاصل الآلاف',
'precision' => 'الدقة',
'symbol' => [
'symbol' => 'رمز',
'position' => 'مكان رمز',
'symbol' => 'الرمز',
'position' => 'مكان الرمز',
'before' => 'قبل القيمة',
'after' => 'بعد القيمة',
]

View File

@ -2,10 +2,10 @@
return [
'allow_login' => 'السماح بتسجيل الدخول ؟',
'user_created' => 'انشاء المستخدم',
'allow_login' => 'السماح بتسجيل الدخول؟',
'user_created' => 'تم إنشاء المستخدم',
'error' => [
'email' => 'هذا البريد الالكتروني مسجل بالفعل.'
'email' => 'البريد الإلكتروني مسجل مسبقاً.'
]
];

View File

@ -2,23 +2,23 @@
return [
'total_incomes' => 'اجمالى الدخل',
'receivables' => 'المستلم',
'total_incomes' => 'إجمالي الدخل',
'receivables' => 'المستحقات',
'open_invoices' => 'الفواتير المفتوحة',
'overdue_invoices' => 'الفواتير المتأخرة',
'total_expenses' => 'اجمالى المصرفوات',
'payables' => 'امكانية الدفع',
'open_bills' => 'فواتير شراء مفتوحة',
'overdue_bills' => 'فواتير شراء متأخرة',
'total_profit' => 'اجمالى الربح',
'total_expenses' => 'إجمالي المصروفات',
'payables' => 'إمكانية الدفع',
'open_bills' => 'فواتير مفتوحة',
'overdue_bills' => 'فواتير متأخرة',
'total_profit' => 'إجمالي الربح',
'open_profit' => 'الربح المفتوح',
'overdue_profit' => 'الربح المتأخر',
'cash_flow' => 'التدفق المالى',
'no_profit_loss' => 'عدم خسارة الأرباح',
'cash_flow' => 'التدفق المالي',
'no_profit_loss' => 'لا توجد أرباح خاسرة',
'incomes_by_category' => 'الدخل حسب الفئة',
'expenses_by_category' => 'المصروفات حسب الفئة',
'account_balance' => 'رصيد حساب',
'latest_incomes' => 'الدخل الاحدث',
'latest_expenses' => 'المصروفات الأحدث',
'latest_incomes' => 'آخر الإيرادات',
'latest_expenses' => 'آخر المصروفات',
];

View File

@ -3,13 +3,13 @@
return [
'accounts_cash' => 'نقدي',
'categories_deposit' => 'ايداع',
'categories_sales' => 'بيع',
'currencies_usd' => 'دولار امريكي',
'categories_deposit' => 'إيداع',
'categories_sales' => 'المبيعات',
'currencies_usd' => 'دولار أمريكي',
'currencies_eur' => 'يورو',
'currencies_gbp' => 'جنية استرليني',
'currencies_try' => 'ليرة تركي',
'taxes_exempt' => 'الاعفاء الضريبي',
'currencies_gbp' => 'جنيه استرليني',
'currencies_try' => 'ليرة تركية',
'taxes_exempt' => 'الإعفاء الضريبي',
'taxes_normal' => 'الضريبة العادية',
'taxes_sales' => 'ضريبة المبيعات',

View File

@ -2,8 +2,8 @@
return [
'version' => 'اصدار',
'version' => 'إصدار',
'powered' => 'بواسطة أكاونتينج',
'software' => 'برنامج محاسبى مجانى',
'software' => 'برنامج محاسبي مجاني',
];

View File

@ -2,42 +2,42 @@
return [
'items' => 'الصنف|أصناف',
'items' => 'الصنف|الأصناف',
'incomes' => 'إيراد|إيرادات',
'invoices' => 'فاتورة|فواتير',
'invoices' => 'الفاتورة|الفواتير',
'revenues' => 'الدخل|الدخل',
'customers' => 'العميل|العملاء',
'expenses' => 'المصروف|المصروفات',
'bills' => 'سند | سندات الإيصال',
'payments' => 'دفع|مدفوعات',
'bills' => 'فاتورة الشراء|فواتير الشراء',
'payments' => 'الدفع|المدفوعات',
'vendors' => 'المورد|الموردين',
'accounts' => 'حساب|حسابات',
'transfers' => 'تحويل|تحويلات',
'transactions' => 'عملية|عمليات',
'reports' => 'تقرير|تقارير',
'settings' => 'اعداد|اعدادات',
'accounts' => 'الحساب|الحسابات',
'transfers' => 'التحويل|التحويلات',
'transactions' => 'العملية|العمليات',
'reports' => 'التقرير|التقارير',
'settings' => 'الإعداد|الإعدادات',
'categories' => 'الفئة|الفئات',
'currencies' => 'عملة|عملات',
'currencies' => 'العملة|العملات',
'tax_rates' => 'معدل الضريبة|معدلات الضرائب',
'users' => 'مستخدم|مستخدمين',
'users' => 'المستخدم|المستخدمين',
'roles' => 'الوظيفة|الوظائف',
'permissions' => 'تصريح|تصريحات',
'modules' => 'تطبيق|تطبيقات',
'companies' => 'شركة|شركات',
'profits' => 'ربح|أرباح',
'taxes' => 'ضريبة|ضرائب',
'logos' => 'الشعار',
'pictures' => 'صورة|صور',
'types' => 'نوع|أنواع',
'permissions' => 'الصلاحية|الصلاحيات',
'modules' => 'التطبيق|التطبيقات',
'companies' => 'الشركة|الشركات',
'profits' => 'الربح|الأرباح',
'taxes' => 'الضريبة|الضرائب',
'logos' => 'الشعار|الشعارات',
'pictures' => 'الصورة|الصور',
'types' => 'النوع|الأنواع',
'payment_methods' => 'طريقة الدفع|طرق الدفع',
'compares' => 'الإيراد مقابل المصروف|الإيرادات مقابل المصروفات',
'notes' => 'ملحوظة|ملاحظات',
'totals' => 'المجموع|الإجمالي',
'languages' => 'لغة|لغات',
'updates' => 'تحديث|تحديثات',
'numbers' => 'رقم|أرقام',
'statuses' => 'حالة|حالات',
'others' => 'Other|Others',
'notes' => 'ملحوظة|الملاحظات',
'totals' => 'المجموع|المجاميع',
'languages' => 'اللغة|اللغات',
'updates' => 'التحديث|التحديثات',
'numbers' => 'الرقم|الأرقام',
'statuses' => 'الحالة|الحالات',
'others' => 'الأخرى|الأخريات',
'dashboard' => 'لوحة التحكم',
'banking' => 'الخدمات المصرفية',
@ -46,28 +46,28 @@ return [
'date' => 'تاريخ',
'amount' => 'المبلغ',
'enabled' => 'مفعل',
'disabled' => 'غير مفعل',
'disabled' => 'معطل',
'yes' => 'نعم',
'no' => 'لا',
'na' => 'غير متاح',
'daily' => 'يومي',
'monthly' => 'شهرى',
'monthly' => 'شهري',
'quarterly' => 'ربع سنوي',
'yearly' => 'سنوى',
'yearly' => 'سنوي',
'add' => 'إضافة',
'add_new' => 'إضافة جديد',
'show' => 'عرض',
'edit' => 'تعديل',
'delete' => 'حذف',
'send' => 'إرسال',
'download' => نزيل',
'delete_confirm' => 'تأكيد الحذف :الاسم :type؟',
'download' => حميل',
'delete_confirm' => 'تأكيد حذف :name :type؟',
'name' => 'الاسم',
'email' => 'البريد الالكتروني',
'email' => 'البريد الإلكتروني',
'tax_number' => 'رقم الضريبة',
'phone' => 'هاتف',
'phone' => 'رقم الهاتف',
'address' => 'العنوان',
'website' => 'الموقع الالكتروني',
'website' => 'الموقع الإلكتروني',
'actions' => 'الإجراءات',
'description' => 'الوصف',
'manage' => 'إدارة',
@ -75,7 +75,7 @@ return [
'alias' => 'اسم مستعار',
'balance' => 'الرصيد',
'reference' => 'مرجع',
'attachment' => 'مرفق',
'attachment' => 'المرفق',
'change' => 'تغيير',
'switch' => 'تبديل',
'color' => 'اللون',
@ -86,26 +86,26 @@ return [
'print' => 'طباعة',
'search' => 'بحث',
'search_placeholder' => 'اكتب للبحث..',
'filter' => 'تصفية البحث',
'filter' => 'تصفية',
'help' => 'مساعدة',
'all' => 'الكل',
'all_type' => 'الكل :type',
'upcoming' => 'القادمة',
'created' => 'تم إنشاؤه',
'id' => 'رقم الهوية',
'more_actions' => 'المزيد من الاجراءات',
'more_actions' => 'المزيد من الإجراءات',
'duplicate' => 'تكرار',
'unpaid' => 'غير مدفوع',
'paid' => 'مدفوع',
'overdue' => بلغ متأخر',
'overdue' => تأخر',
'partially' => 'جزئي',
'partially_paid' => 'مدفوع جزئياً',
'export' => 'Export',
'enable' => 'Enable',
'disable' => 'Disable',
'export' => 'تصدير',
'enable' => 'تفعيل',
'disable' => 'تعطيل',
'title' => [
'new' => 'جديد :type',
'new' => 'إضافة :type',
'edit' => 'تعديل :type',
],

View File

@ -3,7 +3,7 @@
return [
'import' => 'استيراد',
'title' => 'استيراد : النوع',
'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
'title' => 'استيراد :type',
'message' => 'أنواع الملفات المسموحة: XLS, XLSX. من فضلك قم <a target="_blank" href=":link"><strong>بتحميل</strong></a> ملفاً لرؤية مثال على ذلك.',
];

View File

@ -2,14 +2,14 @@
return [
'next' => 'التالى',
'next' => 'التالي',
'refresh' => 'تحديث',
'steps' => [
'requirements' => 'Please, ask your hosting provider to fix the errors!',
'language' => 'الخطوة 1/3 : أختيار اللغة',
'database' => 'الخطوة 2/3 : اعداد قاعدة البيانات',
'settings' => 'الخطوة 3/3 : الشركة و تفاصيل مدير النظام',
'requirements' => 'من فضلك، تواصل مع مزود خدمة الاستضافة لديك لإصلاح الأخطاء!',
'language' => 'الخطوة 1/3: اختيار اللغة',
'database' => 'الخطوة 2/3: إعداد قاعدة البيانات',
'settings' => 'الخطوة 3/3: معلومات الشركة ومسؤول النظام',
],
'language' => [
@ -17,28 +17,28 @@ return [
],
'requirements' => [
'enabled' => ':هذة الميزة تحتاج الى تفعيل!',
'disabled' => ': هذة الميزة تحتاج الى الغاء التفعيل!',
'extension' => ':extension extension needs to be installed and loaded!',
'directory' => ': الدليل يجب أن يكون قابل للكتابة!',
'enabled' => 'يجب تفعيل :feature!',
'disabled' => 'يجب تعطيل :feature!',
'extension' => 'يجب تثبيت وتشغيل ملحق :extension!',
'directory' => 'يجب منح صلاحية الكتابة على مجلد :directory!',
],
'database' => [
'hostname' => 'اسم المستضيف',
'username' => 'اسم المتخدم',
'username' => 'اسم المستخدم',
'password' => 'كلمة المرور',
'name' => 'قاعدة البيانات',
],
'settings' => [
'company_name' => 'اسم الشركة',
'company_email' => 'البريد الالكتروني للشركة',
'admin_email' => 'البريد الالكتروني لمدير النظام',
'admin_password' => 'كلمة مرور مدير النظام',
'company_email' => 'البريد الإلكتروني للشركة',
'admin_email' => 'البريد الإلكتروني لمسؤول النظام',
'admin_password' => 'كلمة مرور مسؤول النظام',
],
'error' => [
'connection' => 'خطأ: لا يمكن الاتصال بقاعدة البيانات! رجاءا, تأكد من صحة البيانات.',
'connection' => 'خطأ: لا يمكن الاتصال بقاعدة البيانات! من فضلك، تأكد من صحة المعلومات.',
],
];

View File

@ -4,52 +4,52 @@ return [
'invoice_number' => 'رقم فاتورة البيع',
'invoice_date' => 'تاريخ فاتورة البيع',
'total_price' => 'اجمالى السعر',
'total_price' => 'السعر الإجمالي',
'due_date' => 'تاريخ الاستحقاق',
'order_number' => 'رقم الطلب',
'bill_to' => 'فاتورة الشراء الى',
'bill_to' => 'فاتورة الشراء إلى',
'quantity' => 'الكمية',
'price' => 'السعر',
'sub_total' => 'المبلغ الاجمالى',
'discount' => 'Discount',
'tax_total' => 'اجمالى الضريبة',
'total' => 'الاجمالى',
'sub_total' => 'المجموع الجزئي',
'discount' => 'الخصم',
'tax_total' => 'إجمالي الضريبة',
'total' => 'الإجمالي',
'item_name' => 'اسم الصنف | اسماء الاصناف',
'item_name' => 'اسم الصنف|أسماء الأصناف',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
'show_discount' => 'خصم :discount%',
'add_discount' => 'إضافة خصم',
'discount_desc' => 'من المجموع الجزئي',
'payment_due' => 'استحقاق الدفع',
'paid' => 'مدفوع',
'histories' => 'سجلات',
'payments' => 'مدفوعات',
'add_payment' => 'اضافة مدفوعات',
'payments' => 'المدفوعات',
'add_payment' => 'إضافة مدفوعات',
'mark_paid' => 'التحديد كمدفوع',
'mark_sent' => 'تحديد للارسال',
'mark_sent' => 'التحديد كمرسل',
'download_pdf' => 'تحميل PDF',
'send_mail' => 'ارسال بريد الكتروني',
'send_mail' => 'إرسال بريد إلكتروني',
'status' => [
'draft' => 'مسودة',
'sent' => 'ارسال',
'sent' => 'تم الإرسال',
'viewed' => 'المشاهدات',
'approved' => 'تم الموافقة',
'partial' => 'جزئى',
'approved' => 'تمت الموافقة',
'partial' => 'جزئي',
'paid' => 'مدفوع',
],
'messages' => [
'email_sent' => 'تم ارسال الفاتورة بنجاح!',
'email_sent' => 'تم إرسال الفاتورة بنجاح!',
'marked_sent' => 'تم تحديد الفاتورة كفاتورة مرسلة بنجاح!',
'email_required' => 'No email address for this customer!',
'email_required' => 'لا يوجد عنوان البريد إلكتروني لهذا العميل!',
],
'notification' => [
'message' => 'قمت باستلام هذة الرسالة لأنك مدين : بمبلغ الفاتورة الى : العميل عميل.',
'button' => 'ادفع الآن',
'message' => 'قمت باستلام هذه الرسالة لأنه لديك فاتورة قادمة بقيمة :amount للعميل :customer.',
'button' => 'الدفع الآن',
],
];

View File

@ -2,14 +2,14 @@
return [
'quantities' => 'الكمية | الكميات',
'quantities' => 'الكمية|الكميات',
'sales_price' => 'سعر البيع',
'purchase_price' => 'سعر الشراء',
'sku' => 'الرمز التعريفى',
'sku' => 'رمز SKU',
'notification' => [
'message' => تلقى هذة الرسالة حيث ان : المنتج اسم المنتج نفذ من المخزن.',
'button' => 'عرض الأن',
'message' => م إرسال هذه الرسالة لإبلاغك بأن :name قد نفد من المخزون.',
'button' => 'عرض الآن',
],
];

View File

@ -3,27 +3,27 @@
return [
'success' => [
'added' => ':نوع تمت الاضافة!',
'updated' => ':نوع تم التحديث!',
'deleted' => ':نوع تم الحذف!',
'duplicated' => ':نوع تم التكرار!',
'imported' => ':نوع تم الاستيراد!',
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
'added' => 'تم إضافة :type!',
'updated' => 'تم تحديث :type!',
'deleted' => 'تم حذف :type!',
'duplicated' => 'تم نسخ :type!',
'imported' => 'تم استيراد :type!',
'enabled' => 'تم تفعيل :type!',
'disabled' => 'تم تعطيل :type!',
],
'error' => [
'over_payment' => 'Error: Payment not added! Amount passes the total.',
'not_user_company' => 'خطأ: غير مسموح لك بادرة هذة الشركة!',
'customer' => 'Error: User not created! :name already uses this email address.',
'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.',
'over_payment' => 'خطأ: لم تتم إضافة الدفع! القيمة المتبقية تجاوزت المجموع.',
'not_user_company' => 'خطأ: غير مسموح لك بإدارة هذه الشركة!',
'customer' => 'خطأ: لم تتم إضافة المستخدم! :name يستخدم هذا البريد الإلكتروني مسبقاً.',
'no_file' => 'خطأ: لم يتم تحديد أي ملف!',
'last_category' => 'خطأ: لا يمكن حذف آخر فئة من :type!',
'invalid_token' => 'خطأ: رمز الوصول المدخل غير صحيح!',
'import_column' => 'خطأ: :message اسم الورقة: :sheet. رقم السطر: :line.',
'import_sheet' => 'خطأ: اسم الورقة غير صحيح. من فضلك، راجع ملف العينة.',
],
'warning' => [
'deleted' => حذير: غير مسموح لك بحذف <b>:اسم</b> لأن هذا : مرتبط ب.',
'disabled' => حذير: غير مسموح لك بالغاء تفيل<b>:اسم</b> لأن هذا : مرتبط ب.',
'deleted' => نبيه: لا يمكنك حذف <b>:name</b> لأنه لديه :text مرتبط به.',
'disabled' => نبيه: لا يمكنك تعطيل <b>:name</b> لأنه لديه :text مرتبط به.',
],
];

View File

@ -4,55 +4,55 @@ return [
'title' => 'رمز API',
'api_token' => 'رمز الوصول',
'my_apps' => 'My Apps',
'my_apps' => 'تطبيقاتي',
'top_paid' => 'أعلى المدفوعات',
'new' => 'جديد',
'top_free' => 'المجانيات الأعلى',
'free' => 'مجانى',
'search' => 'Search',
'free' => 'مجاناً',
'search' => 'بحث',
'install' => 'تثبيت',
'buy_now' => 'اشترى الأن',
'buy_now' => 'الشراء الآن',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">اضغط هنا</a> للحصول على رمز الوصول الخاص بك API.',
'no_apps' => 'لا يوجد تطبيقات فى هذة الفئة حتي الأن.',
'developer' => 'هل أنت مطور؟ <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank"> هنا</a> يمكنك أن تتعلم كيفية إنشاء التطبيق وبدء البيع من اليوم!',
'no_apps' => 'لا توجد تطبيقات فى هذه الفئة حتى الآن.',
'developer' => 'هل أنت مطوّر؟ <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank"> هنا</a> يمكنك أن تتعلم كيفية إنشاء تطبيق وبدء البيع من اليوم!',
'about' => 'حول',
'added' => 'مُضاف',
'updated' => حديث',
'added' => 'تمت الإضافة',
'updated' => م التحديث',
'compatibility' => 'التوافق',
'installed' => ':القسم مثبت',
'uninstalled' => ': قسم غير مفعل',
'installed' => 'تم تثبيت :module',
'uninstalled' => 'تم إلغاء تثبيت :module',
//'updated' => ':module updated',
'enabled' => ': قسم مفعل',
'disabled' => ': قسم غير مفعل',
'enabled' => 'تم تفعيل :module',
'disabled' => 'تم تعطيل :module',
'tab' => [
'installation' => 'التثبيت',
'faq' => 'الاسئلة الشائعة',
'faq' => 'الأسئلة الشائعة',
'changelog' => 'سجل التغييرات',
],
'installation' => [
'header' => 'تثبيت التطبيق',
'download' => 'تحميل : ملفات القسم.',
'unzip' => 'استخراج : ملفات القسم.',
'install' => 'تثبيت: ملفات القسم.',
'download' => 'جاري تحميل ملف :module.',
'unzip' => 'جاري استخراج ملفات :module.',
'install' => 'جاري تثبيت ملفات :module.',
],
'badge' => [
'installed' => 'Installed',
'installed' => 'مثبت',
],
'button' => [
'uninstall' => 'الغاء التثبيت',
'disable' => 'الغاء التفعيل',
'uninstall' => 'إلغاء التثبيت',
'disable' => 'تعطيل',
'enable' => 'تفعيل',
],
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
'purchased' => 'التي تم شراؤها',
'installed' => 'التي تم تثبيتها',
],
];

View File

@ -2,9 +2,9 @@
return [
'whoops' => 'Whoops!',
'hello' => 'Hello!',
'salutation' => 'Regards,<br> :company_name',
'subcopy' => 'If youre having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
'whoops' => 'المعذرة...',
'hello' => 'مرحباً!',
'salutation' => 'مع التحية،<br> :company_name',
'subcopy' => 'إذا كنت تواجه مشكلة في الضغط على زر ":text"، يمكنك نسخ ولصق الرابط أدناه إلى المتصفح الخاص بك: [:url](:url)',
];

View File

@ -4,6 +4,6 @@ return [
'previous' => '&laquo; السابق',
'next' => 'التالي &raquo;',
'showing' => 'اظهار : الأول الى :الأخير من الكل : النوع',
'showing' => 'عرض :first إلى :last من :total :type',
];

View File

@ -13,10 +13,10 @@ return [
|
*/
'password' => 'يجب أن لا يقل طول كلمة المرور عن ستة أحرف، كما يجب أن تتطابق مع حقل التأكيد',
'reset' => 'تمت إعادة تعيين كلمة المرور',
'sent' => 'تم إرسال تفاصيل استعادة كلمة المرور الخاصة بك إلى بريدك الإلكتروني',
'token' => '.رمز استعادة كلمة المرور الذي أدخلته غير صحيح',
'user' => "لم يتم العثور على أيّ حسابٍ بهذا العنوان الإلكتروني",
'password' => 'كلمة المرور يجب أن تتكون من ستة خانات على الأقل وتكون متطابقة مع خانة التأكيد.',
'reset' => 'تمت إعادة تعيين كلمة المرور!',
'sent' => 'تم إرسال تفاصيل استعادة كلمة المرور الخاصة بك إلى بريدك الإلكتروني!',
'token' => 'رمز استعادة كلمة المرور الذي أدخلته غير صحيح.',
'user' => "لم يتم العثور على أي حساب بهذا البريد الإلكتروني.",
];

View File

@ -2,19 +2,19 @@
return [
'recurring' => 'Recurring',
'every' => 'Every',
'period' => 'Period',
'times' => 'التوقيت',
'recurring' => 'متكرر',
'every' => 'كل',
'period' => 'فترة',
'times' => 'عدد المرات',
'daily' => 'يومي',
'weekly' => 'أسبوعي',
'monthly' => 'شهرى',
'yearly' => 'سنوى',
'monthly' => 'شهري',
'yearly' => 'سنوي',
'custom' => 'مُخصّص',
'days' => 'يوم (أيام)',
'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',
'weeks' => 'أسبوع (أسابيع)',
'months' => 'شهر (أشهر)',
'years' => 'سنة (سنوات)',
'message' => 'هذه :type متكررة و :type التالية سيتم إنشاؤها تلقائياً في تاريخ :date',
];

View File

@ -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' => لخص المصروفات',
'income_expense' => 'الإيرادات مقابل المصروفات',
'tax' => 'Tax Summary',
'tax' => 'ملخص الضرائب',
],
'quarter' => [
'1' => 'Jan-Mar',
'2' => 'Apr-Jun',
'3' => 'Jul-Sep',
'4' => 'Oct-Dec',
'1' => 'يناير-مارس',
'2' => 'أبريل-يونيو',
'3' => 'يوليو-سبتمبر',
'4' => 'أكتوبر-ديسمبر',
],
];

View File

@ -4,7 +4,7 @@ return [
'company' => [
'name' => 'الاسم',
'email' => 'البريد الالكتروني',
'email' => 'البريد الإلكتروني',
'phone' => 'رقم الهاتف',
'address' => 'العنوان',
'logo' => 'الشعار',
@ -13,32 +13,32 @@ return [
'tab' => 'المنطقة',
'date' => [
'format' => 'صيغة التاريخ',
'separator' => 'صيغة الفاصل',
'dash' => 'فاصل (-)',
'separator' => 'فاصل التاريخ',
'dash' => 'شَرطة (-)',
'dot' => 'نقطة (.)',
'comma' => 'فاصل (,)',
'slash' => 'فاصل (/)',
'comma' => 'فاصلة (,)',
'slash' => 'خط مائل (/)',
'space' => 'مسافة ( )',
],
'timezone' => 'التوقيت',
'percent' => [
'title' => 'Percent (%) Position',
'before' => 'Before Number',
'after' => 'After Number',
'title' => 'مكان النسبة (%)',
'before' => 'قبل الرقم',
'after' => 'بعد الرقم',
],
],
'invoice' => [
'tab' => 'فاتورة الشراء',
'prefix' => 'رقم البداية',
'prefix' => 'بادئة الرقم',
'digit' => 'عدد الأرقام',
'next' => 'الرقم التالى',
'next' => 'الرقم التالي',
'logo' => 'الشعار',
],
'default' => [
'tab' => 'الافتراضى',
'account' => 'الحساب الافتراضى',
'tab' => 'الافتراضي',
'account' => 'الحساب الافتراضي',
'currency' => 'العملة الافتراضية',
'tax' => 'معدل الضريبة الافتراضى',
'tax' => 'معدل الضريبة الافتراضي',
'payment' => 'طريقة الدفع الافتراضية',
'language' => 'اللغة الافتراضية',
],
@ -49,22 +49,22 @@ return [
'name' => 'SMTP',
'host' => 'مُضيف SMTP',
'port' => 'منفذ SMTP',
'username' => 'اسم المستخدم SMTP',
'username' => 'اسم مستخدم SMTP',
'password' => 'كلمة مرور SMTP',
'encryption' => 'الأمن SMTP',
'encryption' => 'نوع تشفير SMTP',
'none' => 'لا يوجد',
],
'sendmail' => 'ارسال بريد الكتروني',
'sendmail_path' => 'مسار البريد الالكتروني',
'log' => 'سجل الرسائل الالكترونية',
'sendmail' => 'Sendmail',
'sendmail_path' => 'مسار Sendmail',
'log' => 'سجل الرسائل الإلكترونية',
],
'scheduling' => [
'tab' => 'الجدول الزمني',
'send_invoice' => 'ارسال اشعار تذكيرى لفاتورة البيع',
'invoice_days' => 'ارسال بعد أيام',
'send_bill' => 'ارسال اشعار تذكيرى لفاتورة الشراء',
'bill_days' => 'ارسال قبل ميعاد الاستحقاق بأيام',
'cron_command' => 'أمر تكرار',
'send_invoice' => 'إرسال تذكير لفاتورة البيع',
'invoice_days' => 'إرسال بعد ميعاد الاستحقاق بأيام',
'send_bill' => 'إرسال تذكير لفاتورة الشراء',
'bill_days' => 'إرسال قبل ميعاد الاستحقاق بأيام',
'cron_command' => 'أمر التكرار',
'schedule_time' => 'ساعة البدء',
],
'appearance' => [
@ -78,13 +78,13 @@ return [
'system' => [
'tab' => 'النظام',
'session' => [
'lifetime' => 'مدة الفتح الاوتوماتيكي (بالدقائق)',
'handler' => 'معالج الفتح الاوتوماتيكي',
'lifetime' => 'مدة الجلسة (بالدقائق)',
'handler' => 'معالج الجلسة',
'file' => 'ملف',
'database' => 'قاعدة البيانات',
],
'file_size' => 'الحجم الأقصى للملف (بالميجابايت)',
'file_types' => 'السماح لأنواع الملفات',
'file_types' => 'أنواع الملفات المسموحة',
],
];

View File

@ -3,6 +3,6 @@
return [
'rate' => 'المعدل',
'rate_percent' => 'المعدل بالنسبة المئوية (%)',
'rate_percent' => 'المعدل (%)',
];

View File

@ -3,10 +3,10 @@
return [
'from_account' => 'من حساب',
'to_account' => 'الى حساب',
'to_account' => 'إلى حساب',
'messages' => [
'delete' => ':from to :to (:amount)',
'delete' => ':from إلى :to (:amount)',
],
];

View File

@ -4,12 +4,12 @@ return [
'installed_version' => 'الإصدار المثبت',
'latest_version' => 'أحدث إصدار',
'update' => 'تحديث أكاونتينج على: إصدار',
'update' => 'تحديث أكاونتينج إلى إصدار :version',
'changelog' => 'سجل التغييرات',
'check' => 'التحقق',
'new_core' => 'يتوفر إصدار محدث من أكاونتينج.',
'new_core' => 'يتوفر إصدار أحدث من أكاونتينج.',
'latest_core' => 'تهانينا! لديك أحدث إصدار من أكاونتينج. سيتم تلقائياً تطبيق التحديثات الأمنية المستقبلية.',
'success' => 'إكتمل التثبيت بنجاح.',
'success' => 'اكتمل التثبيت بنجاح.',
'error' => 'لقد فشلت عملية التحديث، من فضلك، حاول مرة أخرى.',
];

View File

@ -13,78 +13,78 @@ return [
|
*/
'accepted' => 'يجب قبول :attribute',
'active_url' => ':attribute لا يُمثّل رابطًا صحيحًا',
'after' => 'يجب على :attribute أن يكون تاريخًا لاحقًا للتاريخ :date.',
'after_or_equal' => ':attribute يجب أن يكون تاريخاً لاحقاً أو مطابقاً للتاريخ :date.',
'alpha' => 'يجب أن لا يحتوي :attribute سوى على حروف',
'alpha_dash' => 'يجب أن لا يحتوي :attribute على حروف، أرقام ومطّات.',
'alpha_num' => 'يجب أن يحتوي :attribute على حروفٍ وأرقامٍ فقط',
'array' => 'يجب أن يكون :attribute ًمصفوفة',
'before' => 'يجب على :attribute أن يكون تاريخًا سابقًا للتاريخ :date.',
'before_or_equal' => ':attribute يجب أن يكون تاريخا سابقا أو مطابقا للتاريخ :date',
'accepted' => 'يجب أن يتم القبول على خانة :attribute.',
'active_url' => 'خانة :attribute تحتوي على رابط غير صحيح.',
'after' => 'يجب على خانة :attribute أن تكون تاريخًا لاحقًا للتاريخ :date.',
'after_or_equal' => 'يجب على خانة :attribute أن تكون تاريخًا لاحقًا أو مطابقًا للتاريخ :date.',
'alpha' => 'يجب أن تحتوي خانة :attribute على أحرف فقط.',
'alpha_dash' => 'يجب أن تحتوي خانة :attribute على أحرف وأرقام وشرطات فقط.',
'alpha_num' => 'يجب أن تحتوي خانة :attribute على أحرف وأرقام فقط.',
'array' => 'يجب أن تكون خانة :attribute من نوع مصفوفة.',
'before' => 'يجب على خانة :attribute أن تكون تاريخًا سابقًا للتاريخ :date.',
'before_or_equal' => 'يجب على خانة :attribute أن تكون تاريخًا سابقًا أو مطابقًا للتاريخ :date.',
'between' => [
'numeric' => 'يجب أن تكون قيمة :attribute بين :min و :max.',
'file' => 'يجب أن يكون حجم الملف :attribute بين :min و :max كيلوبايت.',
'string' => 'يجب أن يكون عدد حروف النّص :attribute بين :min و :max',
'array' => 'يجب أن يحتوي :attribute على عدد من العناصر بين :min و :max',
'file' => 'يجب أن تكون خانة :attribute بين :min و :max كيلوبايت.',
'string' => 'يجب أن تكون عدد حروف النّص :attribute بين :min و :max.',
'array' => 'يجب أن تحتوي خانة :attribute على عدد من العناصر بين :min و :max.',
],
'boolean' => 'يجب أن تكون قيمة :attribute إما true أو false ',
'confirmed' => 'حقل التأكيد غير مُطابق للحقل :attribute',
'date' => ':attribute ليس تاريخًا صحيحًا',
'date_format' => 'لا يتوافق :attribute مع الشكل :format.',
'different' => 'يجب أن يكون الحقلان :attribute و :other مُختلفان',
'digits' => 'يجب أن يحتوي :attribute على :digits رقمًا/أرقام',
'digits_between' => 'يجب أن يحتوي :attribute بين :min و :max رقمًا/أرقام ',
'dimensions' => 'الـ :attribute يحتوي على أبعاد صورة غير صالحة.',
'distinct' => 'للحقل :attribute قيمة مُكرّرة.',
'email' => 'يجب أن يكون :attribute عنوان بريد إلكتروني صحيح البُنية',
'exists' => ':attribute لاغٍ',
'file' => 'الـ :attribute يجب أن يكون ملفا.',
'filled' => ':attribute إجباري',
'image' => 'يجب أن يكون :attribute صورةً',
'in' => ':attribute لاغٍ',
'in_array' => ':attribute غير موجود في :other.',
'integer' => 'يجب أن يكون :attribute عددًا صحيحًا',
'ip' => 'يجب أن يكون :attribute عنوان IP صحيحًا',
'json' => 'يجب أن يكون :attribute نصآ من نوع JSON.',
'boolean' => 'يجب أن تكون قيمة :attribute إما صحيحًا أو خاطئًا.',
'confirmed' => 'خانة التأكيد غير متطابقة مع خانة :attribute.',
'date' => 'خانة :attribute ليست تاريخًا صحيحًا.',
'date_format' => 'خانة :attribute غير متوافقة مع التنسيق :format.',
'different' => 'يجب أن تكون الخانتان :attribute و :other مُختلفتان.',
'digits' => 'يجب أن تحتوي خانة :attribute على عدد :digits من الأرقام.',
'digits_between' => 'يجب أن تحتوي خانة :attribute على عدد من الأرقام بين :min و :max.',
'dimensions' => 'خانة :attribute تحتوي على أبعاد صورة غير صالحة.',
'distinct' => 'خانة :attribute تحتوي على قيمة مكررة.',
'email' => 'يجب أن تحتوي خانة :attribute على عنوان بريد إلكتروني صحيح.',
'exists' => 'الخانة المحددة :attribute غير صالحة.',
'file' => 'يجب أن تحتوي خانة :attribute على ملف.',
'filled' => 'يجب أن تحتوي خانة :attribute على قيمة.',
'image' => 'يجب أن تكون خانة :attribute عبارة عن صورة.',
'in' => 'الخانة المحددة :attribute غير صالحة.',
'in_array' => 'خانة :attribute غير موجود في :other.',
'integer' => 'يجب أن تحتوي خانة :attribute على عددًا صحيحًا.',
'ip' => 'يجب أن تحتوي خانة :attribute على عنوان IP صحيحًا.',
'json' => 'يجب أن تحتوي خانة :attribute على نصًا صحيحًا من نوع JSON.',
'max' => [
'numeric' => 'يجب أن تكون قيمة :attribute مساوية أو أصغر لـ :max.',
'file' => 'يجب أن لا يتجاوز حجم الملف :attribute :max كيلوبايت',
'string' => 'يجب أن لا يتجاوز طول النّص :attribute :max حروفٍ/حرفًا',
'array' => 'يجب أن لا يحتوي :attribute على أكثر من :max عناصر/عنصر.',
'numeric' => 'يجب أن تكون قيمة :attribute مساوية أو أصغر من :max.',
'file' => 'خانة :attribute يجب ألا تكون أكبر من :max كيلوبايت.',
'string' => 'يجب ألا تتجاوز خانة :attribute على عدد أكبر من :max من الأحرف.',
'array' => 'يجب ألا تتجاوز خانة :attribute على أكثر من :max من العناصر.',
],
'mimes' => 'يجب أن يكون ملفًا من نوع : :values.',
'mimetypes' => 'يجب أن يكون ملفًا من نوع : :values.',
'mimes' => 'يجب أن تكون خانة :attribute ملفًا من النوع: :values.',
'mimetypes' => 'يجب أن تكون خانة :attribute ملفًا من النوع: :values.',
'min' => [
'numeric' => 'يجب أن تكون قيمة :attribute مساوية أو أكبر لـ :min.',
'file' => 'يجب أن يكون حجم الملف :attribute على الأقل :min كيلوبايت',
'string' => 'يجب أن يكون طول النص :attribute على الأقل :min حروفٍ/حرفًا',
'array' => 'يجب أن يحتوي :attribute على الأقل على :min عُنصرًا/عناصر',
'numeric' => 'يجب أن تكون قيمة :attribute مساوية أو أكبر من :min.',
'file' => 'يجب أن يكون حجم الملف :attribute على الأقل :min كيلوبايت.',
'string' => 'يجب أن تحتوي خانة :attribute على عدد :min من الأحرف على الأقل.',
'array' => 'يجب أن تحتوي خانة :attribute على عدد :min من العناصر على الأقل.',
],
'not_in' => ':attribute لاغٍ',
'numeric' => 'يجب على :attribute أن يكون رقمًا',
'present' => 'يجب تقديم :attribute',
'regex' => 'صيغة :attribute .غير صحيحة',
'required' => ':attribute مطلوب.',
'required_if' => ':attribute مطلوب في حال ما إذا كان :other يساوي :value.',
'required_unless' => ':attribute مطلوب في حال ما لم يكن :other يساوي :values.',
'required_with' => ':attribute مطلوب إذا توفّر :values.',
'required_with_all' => ':attribute مطلوب إذا توفّر :values.',
'required_without' => ':attribute مطلوب إذا لم يتوفّر :values.',
'required_without_all' => ':attribute مطلوب إذا لم يتوفّر :values.',
'same' => 'يجب أن يتطابق :attribute مع :other',
'not_in' => 'الخانة المحددة :attribute غير صالحة.',
'numeric' => 'يجب أن تحتوي خانة :attribute على عددًا صحيحًا.',
'present' => 'يجب أن تكون خانة :attribute موجوداً.',
'regex' => 'صيغة :attribute غير صحيحة.',
'required' => 'الخانة :attribute إلزامية.',
'required_if' => 'الخانة :attribute إلزامية إذا كانت خانة :other تساوي :value.',
'required_unless' => 'الخانة :attribute تكون إلزامية ما لم تكن خانة :other تحتوي على :values.',
'required_with' => 'الخانة :attribute إلزامية إذا توفّر :values.',
'required_with_all' => 'الخانة :attribute إلزامية إذا توفّر :values.',
'required_without' => 'الخانة :attribute إلزامية إذا لم يتوفّر :values.',
'required_without_all' => 'الخانة :attribute إلزامية إذا لم يتوفّر أياً من :values.',
'same' => 'يجب أن تتطابق خانة :attribute مع :other.',
'size' => [
'numeric' => 'يجب أن تكون قيمة :attribute مساوية لـ :size',
'file' => 'يجب أن يكون حجم الملف :attribute :size كيلوبايت',
'string' => 'يجب أن يحتوي النص :attribute على :size حروفٍ/حرفًا بالظبط',
'array' => 'يجب أن يحتوي :attribute على :size عنصرٍ/عناصر بالظبط',
'numeric' => 'يجب أن تكون قيمة خانة :attribute مساوية للعدد :size.',
'file' => 'يجب أن يكون حجم الملف :attribute يساوي :size كيلوبايت.',
'string' => 'يجب أن يحتوي خانة :attribute على :size حرف/أحرف.',
'array' => 'يجب أن تحتوي خانة :attribute على :size من العناصر.',
],
'string' => 'يجب أن يكون :attribute نصآ.',
'timezone' => 'يجب أن يكون :attribute نطاقًا زمنيًا صحيحًا',
'unique' => 'قيمة :attribute مُستخدمة من قبل',
'uploaded' => 'فشل في تحميل الـ :attribute',
'url' => 'صيغة الرابط :attribute غير صحيحة',
'string' => 'يجب أن تكون خانة :attribute نصًا.',
'timezone' => 'يجب أن تكون خانة :attribute نطاقًا زمنيًا صحيحًا.',
'unique' => 'قيمة :attribute مُستخدمة من قبل.',
'uploaded' => 'فشل في رفع :attribute.',
'url' => 'صيغة :attribute غير صحيحة.',
/*
|--------------------------------------------------------------------------
@ -101,7 +101,7 @@ return [
'attribute-name' => [
'rule-name' => 'رسالة مخصصة',
],
'invalid_currency' => 'The :attribute code is invalid.',
'invalid_currency' => 'رمز خانة :attribute غير صحيحة.',
],
/*

View File

@ -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' => 'איפוס סיסמה',
],
];

View File

@ -2,7 +2,7 @@
return [
'total_incomes' => 'סה"כ ההכנסות',
'total_incomes' => 'סה"כ הכנסות',
'receivables' => 'חשבונות חייבים',
'open_invoices' => 'חשבוניות פתוחות',
'overdue_invoices' => 'חשבוניות שפרעונן חלף',

View File

@ -3,7 +3,6 @@
return [
'accounts_cash' => 'מזומנים',
'categories_uncat' => 'ללא קטגוריה',
'categories_deposit' => 'פיקדון',
'categories_sales' => 'מכירות',
'currencies_usd' => 'דולר אמריקאי',

View File

@ -100,11 +100,15 @@ return [
'overdue' => 'באיחור',
'partially' => 'חלקי',
'partially_paid' => 'תשלום חלקי',
'export' => 'Export',
'enable' => 'Enable',
'disable' => 'Disable',
'title' => [
'new' => ':type חדש',
'edit' => 'עריכת :type',
],
'form' => [
'enter' => 'הכנס :field',
'select' => [

View File

@ -4,6 +4,6 @@ return [
'import' => 'ייבוא',
'title' => 'ייבוא :type',
'message' => 'סוגי קבצים מותרים: CSV, XLS. אנא, <a target="_blank" href=":link"><strong>הורד</strong></a> את קובץ ההדגמה.',
'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
];

View File

@ -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' => ':extension extension needs to be installed and loaded!',
'directory' => ':directory צריכה להיות writable!',
],

View File

@ -8,6 +8,8 @@ return [
'deleted' => ':type נמחק!',
'duplicated' => ':type שוכפל!',
'imported' => ':type יובא!',
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
],
'error' => [
'over_payment' => 'שגיאה: התשלום לא הוסף! הסכום עובר את הסכום הכולל.',
@ -16,6 +18,8 @@ return [
'no_file' => 'שגיאה: אין קובץ שנבחר!',
'last_category' => 'שגיאה: לא ניתן למחוק האחרונים :type קטגוריה!',
'invalid_token' => 'שגיאה: ה-token שהוזן אינו חוקי!',
'import_column' => 'שגיאה:: שם הגיליון ההודעה:: גיליון. שורה מספר:: שורה.',
'import_sheet' => 'שגיאה: שם הגיליון אינו חוקי. יש לבדוק את הקובץ לדוגמה.',
],
'warning' => [
'deleted' => 'אזהרה: אסור לך למחוק <b>:name</b> כי יש לו :text מקושר.',

View File

@ -4,6 +4,7 @@ return [
'title' => 'אסימון API',
'api_token' => 'אסימון',
'my_apps' => 'My Apps',
'top_paid' => 'תשלומים מובילים',
'new' => 'חדש',
'top_free' => 'מובילים חינם',
@ -40,9 +41,18 @@ return [
'install' => 'מתקין קבצים :module.',
],
'badge' => [
'installed' => 'Installed',
],
'button' => [
'uninstall' => 'הסרה',
'disable' => 'השבת',
'enable' => 'אפשר',
],
'my' => [
'purchased' => 'Purchased',
'installed' => 'Installed',
],
];

View File

@ -0,0 +1,10 @@
<?php
return [
'whoops' => 'אופס...',
'hello' => 'שלום!',
'salutation' => 'ברכות,<br> : שם_החברה',
'subcopy' => 'If youre having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
];

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'מחשבון',
'to_account' => 'לחשבון',
'messages' => [
'delete' => ':מ אל :ל (: כמות)',
],
];

View File

@ -101,6 +101,7 @@ return [
'attribute-name' => [
'rule-name' => 'הודעה מותאמת אישית',
],
'invalid_currency' => 'The :attribute code is invalid.',
],
/*

View File

@ -13,18 +13,27 @@ return [
'current_email' => 'Email attuale',
'reset' => 'Reimposta',
'never' => 'mai',
'password' => [
'current' => 'Password',
'current_confirm' => 'Conferma Password',
'new' => 'Nuova Password',
'new_confirm' => 'Conferma Nuova Password',
],
'error' => [
'self_delete' => 'Errore: Non puoi eliminarlo!'
'self_delete' => 'Errore: Non puoi eliminarlo!',
'no_company' => 'Errore: Nessuna società assegnata al tuo account. Per favore, contatta l\'amministratore di sistema.',
],
'failed' => 'Credenziali non corrispondenti ai dati registrati.',
'disabled' => 'Questo account è disattivato. Si prega di contattare l\'amministratore di sistema.',
'throttle' => 'Troppi tentativi di accesso. Riprova tra :seconds secondi.',
'notification' => [
'message_1' => 'Hai ricevuto questa email perché abbiamo ricevuto una richiesta di reimpostazione della password per il tuo account.',
'message_2' => 'Se non hai richiesto la reimpostazione della password, non sono necessarie ulteriori azioni.',
'button' => 'Resetta la Password',
],
];

View File

@ -12,15 +12,15 @@ return [
'quantity' => 'Quantità',
'price' => 'Prezzo',
'sub_total' => 'Subtotale',
'discount' => 'Discount',
'discount' => 'Sconto',
'tax_total' => 'Totale imposta',
'total' => 'Totale',
'item_name' => 'Nome dell\'articolo|Nomi degli articoli',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
'show_discount' => ': discount% Sconto',
'add_discount' => 'Aggiungi Sconto',
'discount_desc' => 'di subtotale',
'payment_due' => 'Scadenza pagamento',
'amount_due' => 'Importo dovuto',

View File

@ -3,7 +3,6 @@
return [
'accounts_cash' => 'Contanti',
'categories_uncat' => 'Non categorizzato',
'categories_deposit' => 'Deposito',
'categories_sales' => 'Vendite',
'currencies_usd' => 'Dollaro USA',

View File

@ -37,7 +37,7 @@ return [
'updates' => 'Aggiornamento|Aggiornamenti',
'numbers' => 'Numero|Numeri',
'statuses' => 'Stato|Stati',
'others' => 'Other|Others',
'others' => 'Altro|Altri',
'dashboard' => 'Cruscotto',
'banking' => 'Banca',
@ -100,11 +100,15 @@ return [
'overdue' => 'In Ritardo',
'partially' => 'Parzialmente',
'partially_paid' => 'Parzialmente Pagato',
'export' => 'Esporta',
'enable' => 'Attiva',
'disable' => 'Disattiva',
'title' => [
'new' => 'Nuovo :type',
'edit' => 'Modifica :type',
],
'form' => [
'enter' => 'Immettere :field',
'select' => [

View File

@ -4,6 +4,6 @@ return [
'import' => 'Importa',
'title' => 'Importazione :type',
'message' => 'Tipi di file consentiti: CSV, XLS. Prego, <a target="_blank" href=":link"> <strong>scaricare</strong></a> il file di esempio.',
'message' => 'Tipi di file consentiti: XLS, XLSX. Prego, <a target="_blank" href=":link"><strong>scaricare</strong></a> il file di esempio.',
];

View File

@ -6,7 +6,7 @@ return [
'refresh' => 'Aggiorna',
'steps' => [
'requirements' => 'Per favore, segui i seguenti requisiti!',
'requirements' => 'Per favore, chiedi al tuo fornitore di hosting di correggere gli errori!',
'language' => 'Passo 1/3: Selezione della lingua',
'database' => 'Passo 2/3: Configurazione del Database',
'settings' => 'Passo 3/3: Azienda e dettagli Amministrazione',
@ -19,7 +19,7 @@ return [
'requirements' => [
'enabled' => ':feature deve essere abilitata!',
'disabled' => ':feature deve essere disabilitata!',
'extension' => 'l\'esetnsione :extension deve essere caricata!',
'extension' => ':extension estensione deve essere installata e caricata!',
'directory' => 'la cartella :directory deve essere scrivibile!',
],

View File

@ -12,15 +12,15 @@ return [
'quantity' => 'Quantità',
'price' => 'Prezzo',
'sub_total' => 'Subtotale',
'discount' => 'Discount',
'discount' => 'Sconto',
'tax_total' => 'Totale imposte',
'total' => 'Totale',
'item_name' => 'Nome dell\'articolo|Nomi degli articoli',
'show_discount' => ':discount% Discount',
'add_discount' => 'Add Discount',
'discount_desc' => 'of subtotal',
'show_discount' => ': discount% Sconto',
'add_discount' => 'Aggiungi Sconto',
'discount_desc' => 'di subtotale',
'payment_due' => 'Scadenza pagamento',
'paid' => 'Pagato',

View File

@ -8,6 +8,8 @@ return [
'deleted' => ':type eliminato!',
'duplicated' => ':type duplicato!',
'imported' => ':type importato!',
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
],
'error' => [
'over_payment' => 'Errore: Pagamento non aggiunto! L\'importo supera il totale.',
@ -16,6 +18,8 @@ return [
'no_file' => 'Errore: Nessun file selezionato!',
'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' => 'Attenzione: Non è consentito eliminare <b>:name</b> perché ha :text collegato.',

View File

@ -4,11 +4,12 @@ return [
'title' => 'API Token',
'api_token' => 'Token',
'my_apps' => 'Le mie Applicazioni',
'top_paid' => 'Più pagate',
'new' => 'Nuovo',
'top_free' => 'Top gratis',
'free' => 'GRATIS',
'search' => 'Search',
'search' => 'Ricerca',
'install' => 'Installa',
'buy_now' => 'Acquista ora',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank"> Clicca qui</a> per ottenere il tuo API token.',
@ -40,9 +41,18 @@ return [
'install' => 'Installazione dei files del modulo :module.',
],
'badge' => [
'installed' => 'Installato',
],
'button' => [
'uninstall' => 'Disinstalla',
'disable' => 'Disabilita',
'enable' => 'Attiva',
],
'my' => [
'purchased' => 'Acquistato',
'installed' => 'Installato',
],
];

View File

@ -0,0 +1,10 @@
<?php
return [
'whoops' => 'Whoops!',
'hello' => 'Ciao!',
'salutation' => 'Saluti,<br> : company_name',
'subcopy' => 'Se stai avendo problemi cliccando il ":testo" pulsante, copiare e incollare l\'URL qui sotto nel tuo browser web: [:url](:url)',
];

View File

@ -3,13 +3,13 @@
return [
'recurring' => 'Recurring',
'every' => 'Every',
'period' => 'Period',
'times' => 'Times',
'daily' => 'Daily',
'weekly' => 'Weekly',
'monthly' => 'Monthly',
'yearly' => 'Yearly',
'every' => 'Ogni',
'period' => 'Periodo',
'times' => 'Volte',
'daily' => 'Quotidiano',
'weekly' => 'Settimanalmente',
'monthly' => 'Mensile',
'yearly' => 'Annuale',
'custom' => 'Custom',
'days' => 'Day(s)',
'weeks' => 'Week(s)',

View File

@ -22,9 +22,9 @@ return [
],
'timezone' => 'Fuso Orario',
'percent' => [
'title' => 'Percent (%) Position',
'before' => 'Before Number',
'after' => 'After Number',
'title' => 'Percentuale (%) Posizione',
'before' => 'Prima del Numero',
'after' => 'Dopo il Numero',
],
],
'invoice' => [

View File

@ -5,4 +5,8 @@ return [
'from_account' => 'Dal conto',
'to_account' => 'Al Conto',
'messages' => [
'delete' => ':from to :to (:amount)',
],
];

View File

@ -101,6 +101,7 @@ return [
'attribute-name' => [
'rule-name' => 'messaggio-personalizzato',
],
'invalid_currency' => ':attribute codice non è valido.',
],
/*