Skip to content

Commit

Permalink
Issue fixed bagisto#141
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank-bagisto committed Jun 20, 2023
1 parent 2813741 commit 696c7e2
Show file tree
Hide file tree
Showing 11 changed files with 558 additions and 388 deletions.
89 changes: 53 additions & 36 deletions src/Resources/lang/ar/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,58 +2,75 @@

return [
'admin' => [
'system' => [
'pwa' => 'التطبيق',
'system' => [
'pwa' => 'تطبيق الويب التقدمي',
'status' => 'الحالة',
'btn-save' => 'حفظ',
'name' => 'الاسم',
'topic' => 'الموضوع',
'media' => 'الوسائط',
'seo-author' => 'المالك',
'settings' => 'الإعدادت ',
'seo-author' => 'الكاتب',
'settings' => 'الإعدادات',
'general' => 'عام',
'short-name' => 'الاسم القصير',
'theme-color' => 'لون التطبيق ',
'add_in_pwa' => 'إضافة في التطبيق',
'messagingId' => 'معرف المراسلة',
'api-key' => 'مفتاح خادم API',
'enable_slider' => 'تفعيل الشريط المتحرك',
'short-name' => 'الاسم المختصر',
'theme-color' => 'لون السمة',
'add_in_pwa' => 'إضافة في تطبيق الويب التقدمي',
'messagingId' => 'معرّف الرسائل',
'api-key' => 'مفتاح API',
'auth-domain' => 'نطاق المصادقة',
'database-url' => 'عنوان URL لقاعدة البيانات',
'project-id' => 'معرّف المشروع',
'app-id' => 'معرّف التطبيق',
'public-vapid-key' => 'مفتاح VAPID العام',
'server-key' => 'مفتاح الخادم',
'enable_slider' => 'تمكين شريط التمرير',
'background-color' => 'لون الخلفية',
'small' => 'ايقونة التطبيق (48 x48)',
'medium' => 'ايقونة التطبيق (96x96)',
'push-notification' => 'إرسال إشعارات',
'large' => 'ايقونة التطبيق (144x144)',
'extra-large' => 'ايقونة التطبيق (196x196)',
'info' => 'ملاحظة: استخدم رمز لون سداسي عشري',
'small' => 'أيقونة التطبيق (48x48)',
'medium' => 'أيقونة التطبيق (96x96)',
'push-notification' => 'إشعار الدفع',
'large' => 'أيقونة التطبيق (144x144)',
'extra-large' => 'أيقونة التطبيق (196x196)',
'pwa_full_name' => 'تطبيق الويب التقدمي',
'enable_new' => 'تفعيل المنتجات الجديدة',
'enable_featured' => 'تفعيل المنتجات المميزة',
'enable_categories_home_page_listing' => 'تمكين سرد الصفحة الرئيسية للفئات',
'redirect_to_pwa_if_mobile' => 'أعد توجيه المستخدم إلى PWA في حالة استخدام جهاز محمول',
'enable_new' => 'تمكين المنتجات الجديدة',
'enable_featured' => 'تمكين المنتجات المميزة',
'enable_categories_home_page_listing' => 'تمكين عرض الفئات في الصفحة الرئيسية',
'redirect_to_pwa_if_mobile' => 'إعادة توجيه المستخدم إلى تطبيق الويب التقدمي إذا كان يستخدم جهازًا محمولًا',
],

'layouts' => [
'index' => 'تخطيط PWA',
'push-notification' => 'إرسال إشعارات'
'layouts' => [
'index' => 'تخطيط تطبيق الويب التقدمي',
'push-notification' => 'إشعار الدفع'
],

'push-notification' => [
'icon' => 'الايقونة',
'icon' => 'الأيقونة',
'label-title' => 'العنوان',
'target-url' => 'الرابط المقصود',
'target-url' => 'عنوان URL المستهدف',
'description' => 'الوصف',
'notification' => 'الإشعارات',
'notification' => 'الإشعار',
'title-create' => 'إضافة إشعار',
'title-edit' => 'تعديل إشعار',
'edit-notification' => 'تعديل بث منبثق',
'title' => 'قائمة الإشعارات المرسلة',
'create-notification' => 'عمل إشعار منبثق',
'success-notification' => 'نجح: تم إرسال الإشعار بنجاح.'
'title-edit' => 'تعديل الإشعار',
'edit-notification' => 'تحرير إشعار الدفع',
'title' => 'قائمة إشعارات الدفع',
'create-notification' => 'إنشاء إشعار الدفع',
'success-notification' => 'نجاح: تم إرسال إشعار الدفع بنجاح.'
],

'datagrid' => [
'id' => 'ID',
'title' => 'العنوان',
'target-url' => 'الرابط المقصود',
'description' => 'الوصف',
'datagrid' => [
'id' => 'المعرّف',
'title' => 'العنوان',
'delete' => 'حذف',
'view' => 'عرض',
'send' => 'إرسال',
'target-url' => 'عنوان URL المستهدف',
'description' => 'الوصف',
]
],

'shop' => [
'home' => [
'enable-pwa-status' => 'تحذير: يرجى تمكين حالة امتداد PWA من التكوين.',
]
]
];
];
55 changes: 36 additions & 19 deletions src/Resources/lang/de/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,43 @@

return [
'admin' => [
'system' => [
'system' => [
'pwa' => 'PWA',
'status' => 'Status',
'btn-save' => 'Speichern',
'name' => 'Name',
'topic' => 'Thema',
'media' => 'Medien',
'seo-author' => 'Autor',
'settings' => 'Einstellungen',
'general' => 'Allgemein',
'short-name' => 'Kurzer Name',
'theme-color' => 'Thema Farbe',
'add_in_pwa' => 'PWA hinzufügen',
'short-name' => 'Kurzname',
'theme-color' => 'Farbschema',
'add_in_pwa' => 'In PWA hinzufügen',
'messagingId' => 'Messaging-ID',
'api-key' => 'Server-API-Schlüssel',
'enable_slider' => 'Schieberegler aktivieren',
'api-key' => 'API-Schlüssel',
'auth-domain' => 'AUTH-DOMAIN',
'database-url' => 'Datenbank-URL',
'project-id' => 'Projekt-ID',
'app-id' => 'App-ID',
'public-vapid-key' => 'Öffentlicher VAPID-Schlüssel',
'server-key' => 'Server-Schlüssel',
'enable_slider' => 'Slider aktivieren',
'background-color' => 'Hintergrundfarbe',
'info' => 'Hinweis: Verwenden Sie hexadezimale Farbcodes',
'small' => 'App-Symbol (48x48)',
'medium' => 'App-Symbol (96x96)',
'push-notification' => 'Push-Benachrichtigung',
'large' => 'App-Symbol (144x144)',
'extra-large' => 'App-Symbol (196x196)',
'pwa_full_name' => 'Progressive Web-App',
'pwa_full_name' => 'Progressive Web App',
'enable_new' => 'Neue Produkte aktivieren',
'enable_featured' => 'Empfohlene Produkte aktivieren',
'enable_categories_home_page_listing' => 'Kategorie-Startseite-Auflistung aktivieren',
'redirect_to_pwa_if_mobile' => 'Leiten Sie den Benutzer zu PWA um, wenn Sie ein Mobilgerät verwenden',
'enable_featured' => 'Hervorgehobene Produkte aktivieren',
'enable_categories_home_page_listing' => 'Kategorien-Listung auf der Startseite aktivieren',
'redirect_to_pwa_if_mobile' => 'Benutzer auf PWA umleiten, wenn ein Mobilgerät verwendet wird',
],

'layouts' => [
'layouts' => [
'index' => 'PWA-Layout',
'push-notification' => 'Push-Benachrichtigung'
],
Expand All @@ -42,18 +50,27 @@
'description' => 'Beschreibung',
'notification' => 'Benachrichtigung',
'title-create' => 'Benachrichtigung hinzufügen',
'title-edit' => 'Benachrichtigung ändern',
'title-edit' => 'Benachrichtigung bearbeiten',
'edit-notification' => 'Push-Benachrichtigung bearbeiten',
'title' => 'Push-Benachrichtigungsliste',
'title' => 'Liste der Push-Benachrichtigungen',
'create-notification' => 'Push-Benachrichtigung erstellen',
'success-notification' => 'Erfolg: Push-Benachrichtigung erfolgreich gesendet.'
],

'datagrid' => [
'id' => 'ICH WÜRDE',
'title' => 'Titel',
'target-url' => 'Ziel-URL',
'description' => 'Beschreibung',
'datagrid' => [
'id' => 'ID',
'title' => 'Titel',
'delete' => 'Löschen',
'view' => 'Anzeigen',
'send' => 'Senden',
'target-url' => 'Ziel-URL',
'description' => 'Beschreibung',
]
],

'shop' => [
'home' => [
'enable-pwa-status' => 'Warnung: Aktivieren Sie den PWA-Erweiterungsstatus in der Konfiguration.',
]
]
];
];
22 changes: 11 additions & 11 deletions src/Resources/lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'admin' => [
'system' => [
'system' => [
'pwa' => 'PWA',
'status' => 'Status',
'btn-save' => 'Save',
Expand Down Expand Up @@ -38,7 +38,7 @@
'redirect_to_pwa_if_mobile' => 'Redirect user to PWA if using mobile device',
],

'layouts' => [
'layouts' => [
'index' => 'PWA Layout',
'push-notification' => 'Push Notification'
],
Expand All @@ -57,14 +57,14 @@
'success-notification' => 'Success: Push notification sent successfully.'
],

'datagrid' => [
'id' => 'ID',
'title' => 'Title',
'delete' => 'Delete',
'view' => 'View',
'send' => 'Send',
'target-url' => 'Target URL',
'description' => 'Description',
'datagrid' => [
'id' => 'ID',
'title' => 'Title',
'delete' => 'Delete',
'view' => 'View',
'send' => 'Send',
'target-url' => 'Target URL',
'description' => 'Description',
]
],

Expand All @@ -73,4 +73,4 @@
'enable-pwa-status' => 'Warning: Please enable pwa extension status from the configuration.',
]
]
];
];
Loading

0 comments on commit 696c7e2

Please sign in to comment.