-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from bagisto-europe/dev
Compatibility with Bagisto 2.*
- Loading branch information
Showing
7 changed files
with
77 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
'admin' => [ | ||
'section-title' => 'إشعار المخزون', | ||
'section-info' => 'تعيين الفاصل الزمني وحد المنتج لتنبيهات تحديث المخزون', | ||
'status' => 'إرسال إشعار عندما تصل المنتجات إلى الحد الأدنى', | ||
'schedule' => 'جدولة الإشعار', | ||
'schedule-info' => 'متى يجب إرسال الإشعار؟', | ||
'interval' => [ | ||
'hourly' => 'كل ساعة', | ||
'daily' => 'يوميًا', | ||
'weekly' => 'أسبوعيًا' | ||
], | ||
'min-stock' => 'حد المنتج الأدنى' | ||
], | ||
|
||
'mail' => [ | ||
'subject' => 'خدمات تقرير المخزون', | ||
'dear-reader' => 'عزيزي القارئ', | ||
'message' => 'في مرفقات هذا البريد الإلكتروني ستجد نظرة عامة على جميع المنتجات التي وصلت إلى حد المخزون الأدنى.' | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
'admin' => [ | ||
'section-title' => 'Lagerbenachrichtigung', | ||
'section-info' => 'Stellen Sie das Intervall und die Produktgrenze für Inventur-Update-Benachrichtigungen ein', | ||
'status' => 'Benachrichtigung senden, wenn Produkte den Schwellenwert erreichen', | ||
'schedule' => 'Benachrichtigung planen', | ||
'schedule-info' => 'Wann soll die Benachrichtigung gesendet werden?', | ||
'interval' => [ | ||
'hourly' => 'Stündlich', | ||
'daily' => 'Täglich', | ||
'weekly' => 'Wöchentlich' | ||
], | ||
'min-stock' => 'Produktschwelle' | ||
], | ||
|
||
'mail' => [ | ||
'subject' => 'Bestandsmeldedienst', | ||
'dear-reader' => 'Sehr geehrter Leser', | ||
'message' => 'Im Anhang dieser E-Mail finden Sie eine Übersicht aller Produkte, die den Bestandsschwellenwert erreicht haben.' | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
|
||
return [ | ||
'admin' => [ | ||
'section-title' => 'Notification de Stock', | ||
'section-info' => 'Définir l\'intervalle et la limite de produit pour les alertes de mise à jour d\'inventaire', | ||
'status' => 'Envoyer une notification lorsque les produits atteignent le seuil', | ||
'schedule' => 'Programmer la notification', | ||
'schedule-info' => 'Quand la notification doit-elle être envoyée ?', | ||
'interval' => [ | ||
'hourly' => 'Toutes les heures', | ||
'daily' => 'Quotidien', | ||
'weekly' => 'Hebdomadaire' | ||
], | ||
'min-stock' => 'Seuil de produit' | ||
], | ||
|
||
'mail' => [ | ||
'subject' => 'Services de Rapport d\'Inventaire', | ||
'dear-reader' => 'Cher lecteur', | ||
'message' => 'En pièce jointe de cet email, vous trouverez un aperçu de tous les produits ayant atteint le seuil d\'inventaire.' | ||
] | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters