From c1acbf2f3e11b51200a857c8dd81597c866ebd1c Mon Sep 17 00:00:00 2001 From: Crowdin Bot Date: Mon, 14 Feb 2022 00:20:16 +0000 Subject: [PATCH] new crowdin translations --- resources/lang/ar-SA/bulk_actions.php | 4 +- resources/lang/ar-SA/documents.php | 54 ++++++++++++++++++++++++ resources/lang/ar-SA/email_templates.php | 9 ++++ resources/lang/ar-SA/general.php | 33 +++++++++++++++ resources/lang/ar-SA/header.php | 14 +++++- resources/lang/ar-SA/import.php | 3 +- resources/lang/ar-SA/invoices.php | 1 + resources/lang/ar-SA/modules.php | 13 +++++- resources/lang/ar-SA/passwords.php | 2 +- resources/lang/ar-SA/payments.php | 10 +++++ resources/lang/ar-SA/reconciliations.php | 2 + resources/lang/ar-SA/recurring.php | 5 +++ resources/lang/hr-HR/auth.php | 4 +- resources/lang/lt-LT/invoices.php | 1 + resources/lang/zh-CN/accounts.php | 4 ++ resources/lang/zh-CN/bills.php | 1 + resources/lang/zh-CN/bulk_actions.php | 6 ++- resources/lang/zh-CN/currencies.php | 1 + 18 files changed, 158 insertions(+), 9 deletions(-) create mode 100644 resources/lang/ar-SA/documents.php create mode 100644 resources/lang/ar-SA/payments.php diff --git a/resources/lang/ar-SA/bulk_actions.php b/resources/lang/ar-SA/bulk_actions.php index 235d9f224..23cecc621 100644 --- a/resources/lang/ar-SA/bulk_actions.php +++ b/resources/lang/ar-SA/bulk_actions.php @@ -15,7 +15,9 @@ return [ 'paid' => 'هل تريد وضع علامة على الفاتورة المحددة على أنها مدفوعة ؟', 'sent' => 'هل تريد وضع علامة على الفاتورة المحددة على أنها تم أرسالها؟', 'received' => 'هل تريد وضع علامة على الفاتورة المحددة على أنها تم استلامها؟', - 'cancelled' => 'Are you sure you want to cancel selected invoice/bill?|Are you sure you want to cancel selected invoices/bills?', + 'cancelled' => 'هل أنت متأكد من أنك تريد إلغاء الفاتورة/الفاتورة المحددة؟ هل أنت متأكد من أنك تريد إلغاء الفواتير / الفواتير المحددة؟', + 'reconcile' => 'هل أنت متأكد من أنك تريد التوفيق بين السجل المحدد؟ هل أنت متأكد من أنك تريد مطابقة السجلات المحددة؟', + 'unreconcile' => 'هل أنت متأكد من أنك تريد إلغاء التوفيق بين السجل المحدد؟ هل أنت متأكد من أنك تريد إلغاء التوفيق السجلات المحددة؟', ], ]; diff --git a/resources/lang/ar-SA/documents.php b/resources/lang/ar-SA/documents.php new file mode 100644 index 000000000..5cf07a62a --- /dev/null +++ b/resources/lang/ar-SA/documents.php @@ -0,0 +1,54 @@ + 'تحرير الأعمدة', + 'empty_items' => 'لم تقم بإضافة أي عناصر.', + + 'statuses' => [ + 'draft' => 'مسوّدة', + 'sent' => 'أرسلت', + 'expired' => 'انتهت', + 'viewed' => 'شُوهدت', + 'approved' => 'تمت الموافقة', + 'received' => 'مستلم', + 'refused' => 'رفض من قبل', + 'restored' => 'تمت الاستعادة', + 'reversed' => 'معكوس', + 'partial' => 'جزئي', + 'paid' => 'مدفوع', + 'pending' => 'معلقة', + 'invoiced' => 'تمت فَوتَرَتُه', + 'overdue' => 'متأخرة', + 'unpaid' => 'غير مدفوع', + 'cancelled' => 'ملغى', + 'voided' => 'تم إلغائه', + 'completed' => 'مكتمل', + 'shipped' => 'تم شحن المنتج', + 'refunded' => 'عمليات الاسترداد', + 'failed' => 'فشلت المحاولة', + 'denied' => 'مرفوضة', + 'processed' => 'معالجة', + 'open' => 'فتح', + 'closed' => 'مغلق', + 'billed' => 'أُرسلت الفاتورة', + 'delivered' => 'تم التوصيل', + 'returned' => 'مرتجع', + 'drawn' => 'مسحوب', + 'not_billed' => 'غير فاتورة', + 'issued' => 'تم الإصدار', + 'not_invoiced' => 'لم يتم الفواتير', + 'confirmed' => 'تم التأكيد', + 'not_confirmed' => 'غير مؤكّد', + ], + + 'messages' => [ + 'email_sent' => 'تم إرسال بريد إلكتروني إليك.', + 'marked_as' => 'تم التعيين', + 'marked_sent' => 'تم التعيين كمرسل', + 'marked_paid' => 'تم التعيين كمدفوع', + 'marked_viewed' => 'تم رأيت الفاتورة', + 'marked_cancelled' => 'تم الغاء الفاتورة', + 'marked_received' => 'تم التعيين كمستلم', + ], +]; diff --git a/resources/lang/ar-SA/email_templates.php b/resources/lang/ar-SA/email_templates.php index c6ce0b5da..48fc2bc1f 100644 --- a/resources/lang/ar-SA/email_templates.php +++ b/resources/lang/ar-SA/email_templates.php @@ -47,4 +47,13 @@ return [ 'body' => 'مرحبا,

بناء على الإتفاق الدورى ل {bill_number}
يمكنك الاطلاع على تفاصيل الفاتورة من الرابط: {bill_number}.

{company_name} مع أطيب التحيات{br /> {company_name>', ], + 'revenue_new_customer' => [ + 'subject' => 'تم دفعة {revenue_date}', + 'body' => 'عزيزي {customer_name}،

قمنا باصدار الفاتورة التالية:{invoice_number}.

يمكنك اﻹطلاع على تفاصيل الفاتورة و اكمال الدفع عن طريق الرابط التالي: {invoice_number}.

لاتتردد بالتواصل معنا لأي سؤال.

تحيّاتي،
{company_name}', + ], + + 'payment_new_vendor' => [ + 'subject' => 'تم دفعة {revenue_date}', + 'body' => 'عزيزي {customer_name}،

قمنا باصدار الفاتورة التالية:{invoice_number}.

يمكنك اﻹطلاع على تفاصيل الفاتورة و اكمال الدفع عن طريق الرابط التالي: {invoice_number}.

لاتتردد بالتواصل معنا لأي سؤال.

تحيّاتي،
{company_name}', + ], ]; diff --git a/resources/lang/ar-SA/general.php b/resources/lang/ar-SA/general.php index f8df0e4d3..283b8dd08 100644 --- a/resources/lang/ar-SA/general.php +++ b/resources/lang/ar-SA/general.php @@ -51,6 +51,9 @@ return [ 'templates' => 'قالب | قوالب', 'sales' => 'البيع | المبيعات', 'purchases' => 'الشراء | المشتريات', + 'notifications' => 'اشعارات', + 'countries' => 'الدول', + 'cities' => 'المدينة / المدن / المدن', 'welcome' => 'مرحبًا', 'banking' => 'الخدمات المصرفية', @@ -72,6 +75,7 @@ return [ 'add_new' => 'إضافة جديد', 'add_income' => 'إضافة الدخل', 'add_expense' => 'إضافة المصروف', + 'add_transfer' => 'إضافة نقل', 'show' => 'عرض', 'edit' => 'تعديل', 'delete' => 'حذف', @@ -104,7 +108,10 @@ return [ 'from' => 'من', 'to' => 'إلى', 'print' => 'طباعة', + 'download_pdf' => 'تحميل PDF', + 'customize' => 'تخصيص', 'search' => 'بحث', + 'search_text' => 'بحث على النص:', 'search_placeholder' => 'اكتب للبحث..', 'filter' => 'تصفية', 'help' => 'مساعدة', @@ -152,12 +159,23 @@ return [ 'no_matching_data' => 'لا توجد بيانات مطابقة', 'clear_cache' => 'مسح الذاكرة المؤقتة', 'go_to_dashboard' => 'الذهاب الى لوحة التحكم', + 'is' => 'هو', + 'isnot' => 'ليس', + 'recurring_and_more' => 'متكررة وأكثر..', + 'due_on' => 'تاريخ الاستحقاق', + 'amount_due' => 'المبلغ المستحق', + 'financial_year' => 'السنة المالية', + 'created' => 'تم الانشاء', + 'state' => 'المقاطعة / الولاية', + 'zip_code' => 'البريد / الرمز البريدي', 'card' => [ + 'cards' => 'بطاقات البطاقة', 'name' => 'الإسم على البطاقة', 'number' => 'رقم البطاقة', 'expiration_date' => 'تاريخ انتهاء الصلاحية', 'cvv' => 'بطاقة CVV', + 'save' => 'حفظ البطاقة', ], 'title' => [ @@ -177,10 +195,25 @@ return [ 'field' => '-اختر :field-', 'file' => 'اختر ملفاً', ], + 'add' => 'إضافة حقل', + 'add_an' => 'إضافة :field جديد', 'add_new' => 'إضافة :field جديد', + 'edit' => 'تعديل :field', + 'contact_edit' => 'تعديل :contact_name :field', + 'drop_file' => 'إسقاط ملف هنا للرفع', + 'choose' => 'اختر الحقل', + 'choose_different' => 'قم باختيار مختلف :field', + 'choose_file' => 'إختيار ملف', 'no_file_selected' => 'لم يتم اختيار أي ملف...', ], + 'placeholder' => [ + 'search' => 'اكتب للبحث..', + 'search_and_filter' => 'البحث أو تصفية النتائج..', + 'contact_search' => 'اكتب اسم :type', + 'item_search' => 'اكتب اسم العنصر', + ], + 'date_range' => [ 'today' => 'اليوم', 'yesterday' => 'الأمس', diff --git a/resources/lang/ar-SA/header.php b/resources/lang/ar-SA/header.php index 7d6b5aafa..2ee645ee9 100644 --- a/resources/lang/ar-SA/header.php +++ b/resources/lang/ar-SA/header.php @@ -4,12 +4,24 @@ return [ 'change_language' => 'تغيير اللغة', 'last_login' => 'آخر تسجيل دخول :time', + 'notifications' => [ 'counter' => '{0} ليس لديك تنبيهات|{1} لديك :count تنبيهات|[2,*] لديك :count تنبيهات', + 'new_apps' => '{1} :count تطبيق جديد تم نشره [2,*] :count تطبيقات جديدة تم نشرها', 'overdue_invoices' => '{1} :count فاتورة متأخرة|[2,*] :count فواتير متأخرة', 'upcoming_bills' => '{1} :count فاتورة قادمة|[2,*] :count فواتير قادمة', - 'view_all' => 'عرض الكل' + 'view_all' => 'عرض الكل', + + 'exports' => [ + 'completed' => '{1} :count انتهى التصدير [2,*] :count تم الانتهاء من الصادرات', + 'failed' => '{1} :count فشل التصدير [2,*] :count فشل الصادرات', + ], + 'imports' => [ + 'completed' => '{1} :count الاستيراد النهائي [2,*] :count الواردات النهائية', + 'failed' => '{1} :count فشل استيراد [2,*] :count فشل الواردات', + ], ], + 'docs_link' => 'https://akaunting.com/docs', 'support_link' => 'https://akaunting.com/support', diff --git a/resources/lang/ar-SA/import.php b/resources/lang/ar-SA/import.php index 88def32ac..552c9d447 100644 --- a/resources/lang/ar-SA/import.php +++ b/resources/lang/ar-SA/import.php @@ -4,6 +4,7 @@ return [ 'import' => 'استيراد', 'title' => 'استيراد :type', - 'message' => 'أنواع الملفات المسموحة: XLS, XLSX. من فضلك قم بتحميل ملفاً لرؤية مثال على ذلك.', + 'limitations' => 'أنواع الملفات المسموح بها: :extensions
الحد الأقصى المسموح به: :row_limit', + 'sample_file' => 'يمكنك تنزيل ملف العينة وملء بياناتك.', ]; diff --git a/resources/lang/ar-SA/invoices.php b/resources/lang/ar-SA/invoices.php index 0124a40f0..cd5dc99e9 100644 --- a/resources/lang/ar-SA/invoices.php +++ b/resources/lang/ar-SA/invoices.php @@ -4,6 +4,7 @@ return [ 'invoice_number' => 'رقم فاتورة البيع', 'invoice_date' => 'تاريخ فاتورة البيع', + 'invoice_amount' => 'مبلغ الفاتورة', 'total_price' => 'السعر الإجمالي', 'due_date' => 'تاريخ الاستحقاق', 'order_number' => 'رقم الطلب', diff --git a/resources/lang/ar-SA/modules.php b/resources/lang/ar-SA/modules.php index 57dc52d13..2841201b5 100644 --- a/resources/lang/ar-SA/modules.php +++ b/resources/lang/ar-SA/modules.php @@ -9,12 +9,23 @@ return [ 'new' => 'جديد', 'top_free' => 'أعلى مجانيات ', 'free' => 'مجاناً', + 'monthly' => 'شهري', + 'yearly' => 'سنوي', + 'yearly_pricing' => 'التسعير السنوي', + 'monthly_price' => 'من :price', + 'per_month' => 'شهرياً', + 'billed_yearly' => 'الفواتير السنوية', + 'billed_monthly' => 'فاتورة شهرية', + 'save_year' => 'تم توفير :مبلغ في السنة!', + 'if_paid_year' => 'أو :مبلغ/mo إذا تم الدفع سنويا', + 'information_monthly' => 'هذا الخيار صالح فقط ل خدمة السحابة', 'install' => 'تثبيت', 'buy_now' => 'الشراء الآن', 'get_api_key' => 'إضغط هناللحصول على مفتاح API الخاص بك.', 'no_apps' => 'لا توجد تطبيقات فى هذه الفئة حتى الآن.', 'become_developer' => 'هل أنت مطور؟ هنا ، يمكنك تعلم كيفية إنشاء تطبيق وبدء البيع اليوم!', 'recommended_apps' => 'التطبيقات الموصى بها', + 'can_not_install' => 'الاشتراكات الشهرية متوفرة فقط على الخدمة السحابية. اعرف المزيد', 'about' => 'حول', @@ -27,7 +38,7 @@ return [ 'installed' => 'تم تثبيت :module', 'uninstalled' => 'تم إلغاء تثبيت :module', - //'updated' => ':module updated', + 'updated_2' => ': تحديث القسم', 'enabled' => 'تم تفعيل :module', 'disabled' => 'تم تعطيل :module', diff --git a/resources/lang/ar-SA/passwords.php b/resources/lang/ar-SA/passwords.php index 7570c49af..561cec9cc 100644 --- a/resources/lang/ar-SA/passwords.php +++ b/resources/lang/ar-SA/passwords.php @@ -16,8 +16,8 @@ return [ 'password' => 'كلمة المرور يجب أن تتكون من ستة خانات على الأقل وتكون متطابقة مع خانة التأكيد.', 'reset' => 'تمت إعادة تعيين كلمة المرور!', 'sent' => 'تم إرسال تفاصيل استعادة كلمة المرور الخاصة بك إلى بريدك الإلكتروني!', + 'throttled' => 'الرجاء الانتظار قبل إعادة المحاولة.', 'token' => 'رمز استعادة كلمة المرور الذي أدخلته غير صحيح.', 'user' => "لم يتم العثور على أي حساب بهذا البريد الإلكتروني.", - 'throttle' => 'الرجاء الانتظار قبل إعادة المحاولة.', ]; diff --git a/resources/lang/ar-SA/payments.php b/resources/lang/ar-SA/payments.php new file mode 100644 index 000000000..50b6358a3 --- /dev/null +++ b/resources/lang/ar-SA/payments.php @@ -0,0 +1,10 @@ + 'تاريخ الدفع', + 'paid_to' => 'مدفوع من قبل', + 'related_bill' => 'فاتورة ذات صلة', + 'create_payment' => 'القيام بالدفع', + +]; diff --git a/resources/lang/ar-SA/reconciliations.php b/resources/lang/ar-SA/reconciliations.php index 3fe8d7780..0eb0be252 100644 --- a/resources/lang/ar-SA/reconciliations.php +++ b/resources/lang/ar-SA/reconciliations.php @@ -3,7 +3,9 @@ return [ 'reconcile' => 'التسوية', + 'unreconcile' => 'لم تتم التسوية', 'reconciled' => 'تمت التسوية', + 'opening_balance' => 'الرصيد الافتتاحي', 'closing_balance' => 'الرصيد الختامي', 'unreconciled' => 'لم تتم التسوية', 'transactions' => 'المعاملات', diff --git a/resources/lang/ar-SA/recurring.php b/resources/lang/ar-SA/recurring.php index c340aaa30..35d91b6a5 100644 --- a/resources/lang/ar-SA/recurring.php +++ b/resources/lang/ar-SA/recurring.php @@ -3,6 +3,9 @@ return [ 'recurring' => 'متكرر', + 'interval' => 'الفاصل الزمني', + 'frequency' => 'التكرار', + 'count' => 'العدد', 'every' => 'كل', 'period' => 'فترة', 'times' => 'عدد المرات', @@ -16,5 +19,7 @@ return [ 'months' => 'شهر (أشهر)', 'years' => 'سنة (سنوات)', 'message' => 'هذه :type متكررة و :type التالية سيتم إنشاؤها تلقائياً في تاريخ :date', + 'message_parent' => 'تم إنشاء هذا :type تلقائياً من :link', + 'tooltip' => 'وإلى جانب الفترات المحددة مسبقا، يمكن تعديل الفترات المخصصة لتلبية الاحتياجات.
نصيحة: يجب إعداد العد إلى الصفر للتكرار إلى ما لا نهاية.', ]; diff --git a/resources/lang/hr-HR/auth.php b/resources/lang/hr-HR/auth.php index 3ad43fad1..15dc97af0 100644 --- a/resources/lang/hr-HR/auth.php +++ b/resources/lang/hr-HR/auth.php @@ -13,7 +13,7 @@ return [ 'current_email' => 'Trenutni E-mail', 'reset' => 'Resetiranje', 'never' => 'nikad', - 'landing_page' => 'Odredišna Stranica', + 'landing_page' => 'Odredišna stranica', 'password' => [ 'current' => 'Lozinka', @@ -24,7 +24,7 @@ return [ 'error' => [ 'self_delete' => 'Pogreška: Nije moguće izbrisati sebe!', - 'self_disable' => 'Pogreška: Ne možete se onemogućiti!', + 'self_disable' => 'Pogreška: Ne možete sebe onemogućiti!', 'no_company' => 'Pogleška: Nema dodijeljene tvrtke za vaš račun. Obratite se administratoru sustava.', ], diff --git a/resources/lang/lt-LT/invoices.php b/resources/lang/lt-LT/invoices.php index 16eccee67..73ff19edc 100644 --- a/resources/lang/lt-LT/invoices.php +++ b/resources/lang/lt-LT/invoices.php @@ -4,6 +4,7 @@ return [ 'invoice_number' => 'Sąskaitos-faktūros numeris', 'invoice_date' => 'Sąskaitos-faktūros data', + 'invoice_amount' => 'Sąskaitos suma', 'total_price' => 'Bendra kaina', 'due_date' => 'Terminas', 'order_number' => 'Užsakymo numeris', diff --git a/resources/lang/zh-CN/accounts.php b/resources/lang/zh-CN/accounts.php index 5a74e148e..84fa77a15 100644 --- a/resources/lang/zh-CN/accounts.php +++ b/resources/lang/zh-CN/accounts.php @@ -10,5 +10,9 @@ return [ 'bank_phone' => '银行电话', 'bank_address' => '银行地址', 'default_account' => '默认帐户', + 'incoming' => '传入', + 'outgoing' => '输出', + 'see_performance' => '查看财务绩效', + 'create_report' => '如果您想要看财务绩效,您可以创建收入与支出报告实例。', ]; diff --git a/resources/lang/zh-CN/bills.php b/resources/lang/zh-CN/bills.php index 611b32dfc..7ec6d6487 100644 --- a/resources/lang/zh-CN/bills.php +++ b/resources/lang/zh-CN/bills.php @@ -4,6 +4,7 @@ return [ 'bill_number' => '账单编号', 'bill_date' => '账单日期', + 'bill_amount' => '账单金额', 'total_price' => '总价', 'due_date' => '到期日', 'order_number' => '订单编号', diff --git a/resources/lang/zh-CN/bulk_actions.php b/resources/lang/zh-CN/bulk_actions.php index 171d6f910..2ba6a3684 100644 --- a/resources/lang/zh-CN/bulk_actions.php +++ b/resources/lang/zh-CN/bulk_actions.php @@ -4,7 +4,7 @@ return [ 'bulk_actions' => '批量操作', 'selected' => '已选中', - 'no_action' => 'No action available', + 'no_action' => '没有可用的操作', 'message' => [ 'duplicate' => '你确定要 复制这些选定的记录的吗?', @@ -15,7 +15,9 @@ return [ 'paid' => '您确定要将选定的发票标记为 已支付吗? 您确定要将选定的发票标记为 已支付 吗?', 'sent' => '您确定要将选定的发票标记为 已发送吗? 您确定要将选定的发票标记为 已发送 吗?', 'received' => '您确定要将选定的账单标记为 已接收吗? 您确定要将选定的账单标记为 已接收 吗?', - 'cancelled' => 'Are you sure you want to cancel selected invoice/bill?|Are you sure you want to cancel selected invoices/bills?', + 'cancelled' => '您确定要 取消 选定的发票/账单吗?|您确定要 取消 选定的发票/账单吗?', + 'reconcile' => '您确定要 取消 选定的记录吗?|您确定要 取消 选定的记录吗?', + 'unreconcile' => '您确定要 反核对 选定的记录?|您确定要 反核对 选定记录吗?', ], ]; diff --git a/resources/lang/zh-CN/currencies.php b/resources/lang/zh-CN/currencies.php index 9f0081b26..ec27990e8 100644 --- a/resources/lang/zh-CN/currencies.php +++ b/resources/lang/zh-CN/currencies.php @@ -8,6 +8,7 @@ return [ 'decimal_mark' => '小数点', 'thousands_separator' => '千位分隔符', 'precision' => '精确度', + 'conversion' => '货币转换: :price (:currency_code) 为 :currency_rate', 'symbol' => [ 'symbol' => '货币符号', 'position' => '货币符号位置',