Skip to content

Commit

Permalink
Merge pull request #1672 from suraj-webkul/missing-translation
Browse files Browse the repository at this point in the history
[add] missing translation.
  • Loading branch information
devansh-webkul authored Oct 10, 2024
2 parents 66e8106 + 7a5c3bd commit a028df7
Show file tree
Hide file tree
Showing 24 changed files with 704 additions and 184 deletions.
2 changes: 2 additions & 0 deletions packages/Webkul/Installer/src/Console/Commands/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class Installer extends Command
'ar' => 'Arabic',
'en' => 'English',
'tr' => 'Turkish',
'es' => 'Spanish',
'fa' => 'Persian',
];

/**
Expand Down
8 changes: 4 additions & 4 deletions packages/Webkul/Installer/src/Resources/assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,16 @@
}

.primary-button {
@apply bg-brandColor border border-brandColor cursor-pointer flex focus: opacity-[0.9] font-semibold gap-x-1 hover:opacity-[0.9] items-center place-content-center px-3 py-1.5 rounded-md text-gray-50 transition-all;
@apply bg-brandColor border border-brandColor cursor-pointer flex focus:opacity-[0.9] font-semibold gap-x-1 hover:opacity-[0.9] items-center place-content-center px-3 py-1.5 rounded-md text-gray-50 transition-all;
}

.secondary-button {
@apply flex cursor-pointer place-content-center items-center gap-x-1 whitespace-nowrap rounded-md border-2 border-brandColor bg-white px-3 py-1.5 font-semibold text-brandColor transition-all hover: bg-[#eff6ff61] focus:bg-[#eff6ff61] dark:border-gray-400 dark:bg-gray-800 dark:text-white dark:hover:opacity-80;
}

.transparent-button {
@apply flex cursor-pointer appearance-none place-content-center items-center gap-x-1 whitespace-nowrap rounded-md border-2 border-transparent px-3 py-1.5 font-semibold text-gray-600 transition-all marker: shadow hover:bg-gray-100 focus:bg-gray-100 dark:hover:bg-gray-950;
}
.transparent-button {
@apply flex cursor-pointer appearance-none place-content-center items-center gap-x-1 whitespace-nowrap rounded-md border-2 border-transparent px-3 py-1.5 font-semibold text-gray-600 transition-all marker:shadow hover:bg-gray-100 focus:bg-gray-100 dark:hover:bg-gray-950;
}

.journal-scroll::-webkit-scrollbar {
width: 14px;
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/Webkul/Installer/src/Resources/assets/js/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* This will track all the images and fonts for publishing.
*/
import.meta.glob(["../images/installer/**", "../fonts/**"]);
import.meta.glob(["../images/**", "../fonts/**"]);

/**
* Main vue bundler.
Expand Down
57 changes: 20 additions & 37 deletions packages/Webkul/Installer/src/Resources/lang/ar/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
'source' => 'المصدر',
'title' => 'العنوان',
'type' => 'النوع',
'pipeline' => 'قناة المبيعات',
'stage' => 'المرحلة',
],

'persons' => [
Expand All @@ -33,7 +35,7 @@
'name' => 'الاسم',
'price' => 'السعر',
'quantity' => 'الكمية',
'sku' => 'رمز المخزون',
'sku' => 'SKU',
],

'quotes' => [
Expand All @@ -42,20 +44,20 @@
'description' => 'الوصف',
'discount-amount' => 'مبلغ الخصم',
'discount-percent' => 'نسبة الخصم',
'expired-at' => 'تنتهي في',
'grand-total' => 'الإجمالي النهائي',
'person' => 'الشخص',
'expired-at' => 'منتهي في',
'grand-total' => 'الإجمالي',
'person' => 'شخص',
'sales-owner' => 'مالك المبيعات',
'shipping-address' => 'عنوان الشحن',
'sub-total' => 'الإجمالي الفرعي',
'subject' => 'الموضوع',
'tax-amount' => 'قيمة الضريبة',
'tax-amount' => 'مبلغ الضريبة',
],

'warehouses' => [
'contact-address' => 'عنوان الاتصال',
'contact-emails' => 'البريد الإلكتروني للاتصال',
'contact-name' => 'اسم جهة الاتصال',
'contact-emails' => 'البريد الإلكتروني للتواصل',
'contact-name' => 'اسم الاتصال',
'contact-numbers' => 'أرقام الاتصال',
'description' => 'الوصف',
'name' => 'الاسم',
Expand All @@ -67,50 +69,50 @@
'activity-modified' => 'تم تعديل النشاط',
'date' => 'التاريخ',
'new-activity' => 'لديك نشاط جديد، يرجى العثور على التفاصيل أدناه',
'new-activity-modified' => 'تم تعديل نشاط جديد، يرجى العثور على التفاصيل أدناه',
'new-activity-modified' => 'تم تعديل النشاط الجديد، يرجى العثور على التفاصيل أدناه',
'participants' => 'المشاركون',
'title' => 'العنوان',
'type' => 'النوع',
],

'lead' => [
'pipeline' => [
'default' => 'مجرى العمل الافتراضي',
'default' => 'قناة المبيعات الافتراضية',

'pipeline-stages' => [
'follow-up' => 'متابعة',
'lost' => 'خسارة',
'lost' => 'مفقود',
'negotiation' => 'مفاوضات',
'new' => 'جديد',
'prospect' => 'فرصة محتملة',
'won' => 'ربح',
'prospect' => 'عميل محتمل',
'won' => 'مُنتصر',
],
],

'source' => [
'direct' => 'مباشر',
'email' => 'البريد الإلكتروني',
'phone' => 'الهاتف',
'web' => 'الويب',
'web-form' => 'نموذج الويب',
'web' => 'ويب',
'web-form' => 'نموذج ويب',
],

'type' => [
'existing-business' => 'عمل قائم',
'existing-business' => 'عمل موجود',
'new-business' => 'عمل جديد',
],
],

'user' => [
'role' => [
'administrator-role' => 'دور المسؤول',
'administrator' => 'المسؤول',
'administrator' => 'مسؤول',
],
],

'workflow' => [
'email-to-participants-after-activity-updation' => 'إرسال بريد إلكتروني للمشاركين بعد تحديث النشاط',
'email-to-participants-after-activity-creation' => 'إرسال بريد إلكتروني للمشاركين بعد إنشاء النشاط',
'email-to-participants-after-activity-updation' => 'رسائل بريد إلكتروني للمشاركين بعد تحديث النشاط',
'email-to-participants-after-activity-creation' => 'رسائل بريد إلكتروني للمشاركين بعد إنشاء النشاط',
],
],

Expand Down Expand Up @@ -271,34 +273,15 @@
'xml' => 'XML',
],

'arabic' => 'العربية',
'back' => 'رجوع',
'krayin' => 'Krayin',
'krayin-info' => 'مشروع مجتمعي من قبل',
'krayin-logo' => 'شعار Krayin',
'bengali' => 'البنغالية',
'chinese' => 'الصينية',
'continue' => 'متابعة',
'dutch' => 'هولندي',
'english' => 'الإنجليزية',
'french' => 'الفرنسية',
'german' => 'ألماني',
'hebrew' => 'العبرية',
'hindi' => 'الهندية',
'installation-description' => 'عادة ما تتضمن عملية تثبيت Krayin عدة خطوات. إليك نظرة عامة عامة على عملية التثبيت krayin',
'installation-info' => 'نحن سعداء برؤيتك هنا!',
'installation-title' => 'مرحبًا بك في التثبيت',
'italian' => 'الإيطالية',
'japanese' => 'اليابانية',
'persian' => 'الفارسية',
'polish' => 'البولندية',
'portuguese' => 'البرتغالية البرازيلية',
'russian' => 'الروسية',
'sinhala' => 'السنهالية',
'spanish' => 'الإسبانية',
'title' => 'مثبت Krayin',
'turkish' => 'التركية',
'ukrainian' => 'الأوكرانية',
'webkul' => 'Webkul',
],
],
Expand Down
19 changes: 0 additions & 19 deletions packages/Webkul/Installer/src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,34 +273,15 @@
'xml' => 'XML',
],

'arabic' => 'Arabic',
'back' => 'Back',
'krayin' => 'Krayin',
'krayin-info' => 'a Community Project by',
'krayin-logo' => 'Krayin Logo',
'bengali' => 'Bengali',
'chinese' => 'Chinese',
'continue' => 'Continue',
'dutch' => 'Dutch',
'english' => 'English',
'french' => 'French',
'german' => 'German',
'hebrew' => 'Hebrew',
'hindi' => 'Hindi',
'installation-description' => 'Krayin installation typically involves several steps. Here\'s a general outline of the installation process for Krayin',
'installation-info' => 'We are happy to see you here!',
'installation-title' => 'Welcome to Installation',
'italian' => 'Italian',
'japanese' => 'Japanese',
'persian' => 'Persian',
'polish' => 'Polish',
'portuguese' => 'Brazilian Portuguese',
'russian' => 'Russian',
'sinhala' => 'Sinhala',
'spanish' => 'Spanish',
'title' => 'Krayin Installer',
'turkish' => 'Turkish',
'ukrainian' => 'Ukrainian',
'webkul' => 'Webkul',
],
],
Expand Down
Loading

0 comments on commit a028df7

Please sign in to comment.