Skip to content

Commit

Permalink
update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Apr 25, 2024
1 parent 06b7a3a commit aaad7d9
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 1 deletion.
39 changes: 39 additions & 0 deletions resources/lang/ar.json
Original file line number Diff line number Diff line change
@@ -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": "خدمات الشحن"
}
38 changes: 38 additions & 0 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
@@ -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"

}
2 changes: 1 addition & 1 deletion resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
@endif
<h1 class="font-bold text-lg">{{$item->label}}</h1>
<p class="text-sm text-zinc-400">{{$item->description}}</p>
<p class="text-sm text-zinc-400 text-center">{{$item->description}}</p>
</x-splade-link>
@endforeach
</div>
Expand Down

0 comments on commit aaad7d9

Please sign in to comment.