From aaad7d943670a72de496cd9156aa0c47d3138c5d Mon Sep 17 00:00:00 2001 From: Fady Mondy Date: Thu, 25 Apr 2024 14:17:01 +0200 Subject: [PATCH] update translations --- resources/lang/ar.json | 39 +++++++++++++++++++++++++++++++++ resources/lang/en.json | 38 ++++++++++++++++++++++++++++++++ resources/views/index.blade.php | 2 +- 3 files changed, 78 insertions(+), 1 deletion(-) create mode 100644 resources/lang/ar.json create mode 100644 resources/lang/en.json diff --git a/resources/lang/ar.json b/resources/lang/ar.json new file mode 100644 index 0000000..e171f48 --- /dev/null +++ b/resources/lang/ar.json @@ -0,0 +1,39 @@ +{ + "Settings": "الإعدادات", + "Services": "الخدمات", + "General": "عام", + "SEO Settings": "إعدادات تحسين محركات البحث", + "Name, Logo, Site Profile": "الاسم، الشعار، ملف الموقع", + "Interface Settings": "إعدادات الواجهة", + "Site Menu, Site Social Media links, etc.": "قائمة الموقع، روابط وسائل التواصل الاجتماعي للموقع، إلخ.", + "Location Settings": "إعدادات الموقع", + "Contacts, Country, Language, Currency, etc.": "جهات الاتصال، البلد، اللغة، العملة، إلخ.", + "Email SMTP Services": "خدمات SMTP للبريد الإلكتروني", + "SMTP, Sender, etc.": "SMTP، المرسل، إلخ.", + "Google Services": "خدمات جوجل", + "Google API Key, Google Cloud Key, etc.": "مفتاح API لـ Google، مفتاح Google Cloud، إلخ.", + "Google Firebase": "جوجل فايربيز", + "Google Firebase JSON, Google Cloud Messaging.": "JSON لـ Google Firebase، الرسائل السحابية لـ Google.", + "Google reCAPTCHA": "جوجل ريكاب", + "Google reCAPTCHA Key, etc.": "مفتاح Google reCAPTCHA، إلخ.", + "Payment Gateway": "بوابة الدفع", + "Active Payment Gate, Select Default one, etc.": "بوابة الدفع النشطة، تحديد الافتراضي، إلخ.", + "Facebook Services": "خدمات فيس بوك", + "Meta Pixcel, Facebook Chat Box, Facebook App, etc.": "Meta Pixcel، مربع الدردشة على Facebook، تطبيق Facebook، إلخ.", + "AddThis Services": "خدمات اد زيز", + "Link addThis with API, etc.": "ربط AddThis بالواجهة البرمجية للتطبيقات، إلخ.", + "SMS Gates Services": "خدمات بوابات الرسائل القصيرة", + "Link any SMS gate with API,MessageBird, Twilo etc.": "ربط أي بوابة رسائل قصيرة بواجهة برمجة التطبيقات، MessageBird، Twilo، إلخ.", + "Shipping Gates Services": "خدمات بوابات الشحن", + "Link shipping gateway with API,DHL, Posta etc.": "ربط بوابة الشحن بواجهة برمجة التطبيقات، DHL، البريد، إلخ.", + "Shipping Gates Services": "خدمات بوابات الشحن", + "Link shipping gateway with API,DHL, Posta etc.": "ربط بوابة الشحن بواجهة برمجة التطبيقات، DHL، البريد، إلخ.", + "Main Menu Settings": "إعدادات القائمة الرئيسية", + "You can update menu here and use it as your main menu": "يمكنك تحديث القائمة هنا واستخدامها كقائمة رئيسية", + "Social Media Networks": "شبكات التواصل الاجتماعي", + "You can add social media links here and use it on your theme as links": "يمكنك إضافة روابط وسائل التواصل الاجتماعي هنا واستخدامها في موضوعك كروابط", + "Add New": "إضافة جديدة", + "Link AddThis Service": "ربط خدمة اد زيز", + "SMS Services": "خدمات الرسائل القصيرة", + "Shipping Services": "خدمات الشحن" +} diff --git a/resources/lang/en.json b/resources/lang/en.json new file mode 100644 index 0000000..68c1d4c --- /dev/null +++ b/resources/lang/en.json @@ -0,0 +1,38 @@ +{ + "Settings" : "Settings", + "Services" : "Services", + "General": "General", + "SEO Settings" : "SEO Settings", + "Name, Logo, Site Profile" : "Name, Logo, Site Profile", + "Interface Settings": "Interface Settings", + "Site Menu, Site Social Media links, etc.": "Site Menu, Site Social Media links, etc.", + "Location Settings": "Location Settings", + "Contacts, Country, Language, Currency, etc.": "Contacts, Country, Language, Currency, etc.", + "Email SMTP Services": "Email SMTP Services", + "SMTP, Sender, etc.": "SMTP, Sender, etc.", + "Google Services" : "Google Services", + "Google API Key, Google Cloud Key, etc.": "Google API Key, Google Cloud Key, etc.", + "Google Firebase" : "Google Firebase", + "Google Firebase JSON, Google Cloud Messaging." : "Google Firebase JSON, Google Cloud Messaging.", + "Google reCAPTCHA": "Google reCAPTCHA", + "Google reCAPTCHA Key, etc.": "Google reCAPTCHA Key, etc.", + "Payment Gateway": "Payment Gateway", + "Active Payment Gate, Select Default one, etc.": "Active Payment Gate, Select Default one, etc.", + "Facebook Services": "Facebook Services", + "Meta Pixcel, Facebook Chat Box, Facebook App, etc.": "Meta Pixcel, Facebook Chat Box, Facebook App, etc.", + "AddThis Services": "AddThis Services", + "Link addThis with API, etc.": "Link addThis with API, etc.", + "SMS Gates Services": "SMS Gates Services", + "Link any SMS gate with API,MessageBird, Twilo etc.": "Link any SMS gate with API,MessageBird, Twilo etc.", + "Shipping Gates Services": "Shipping Gates Services", + "Link shipping gateway with API,DHL, Posta etc.": "Link shipping gateway with API,DHL, Posta etc.", + "Main Menu Settings": "Main Menu Settings", + "You can update menu here and use it as your main menu": "You can update menu here and use it as your main menu", + "Social Media Networks": "Social Media Networks", + "You can add social media links here and use it on your theme as links": "You can add social media links here and use it on your theme as links", + "Add New": "Add New", + "Link AddThis Service": "Link AddThis Service", + "SMS Services": "SMS Services", + "Shipping Services": "Shipping Services" + +} diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 8e757dc..d307515 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -26,7 +26,7 @@ @endif

{{$item->label}}

-

{{$item->description}}

+

{{$item->description}}

@endforeach