fix: SMS notification types.

This commit is contained in:
a.bouhuolia
2021-11-11 17:20:53 +02:00
parent 2e34df5d63
commit 4c58e49169
7 changed files with 37 additions and 17 deletions

View File

@@ -1473,5 +1473,10 @@
"send_sms": "إرسال رسالة قصيرة",
"save_sms_message": "حفظ رسالة قصيرة",
"sms_message.edit_form.reset_to_default_message": "إعادة التعيين إلى الرسالة الافتراضية.",
"report.compute_running.refresh": "تحديث"
"report.compute_running.refresh": "تحديث",
"sms_notification.invoice_details.type": "تفاصيل الفاتورة",
"sms_notification.invoice_reminder.type": "تذكير بالفاتورة",
"sms_notification.estimate_details.type": "تفاصيل فاتورة عرض الاسعار",
"sms_notification.payment_details.type": "شكر علي عملية الدفع",
"sms_notification.receipt_details.type": "تفاصيل إيصال البيع"
}

View File

@@ -1460,5 +1460,10 @@
"send_sms": "Send SMS",
"save_sms_message": "Save SMS Message",
"sms_message.edit_form.reset_to_default_message": "Reset to default message.",
"report.compute_running.refresh": "Refresh"
"report.compute_running.refresh": "Refresh",
"sms_notification.invoice_details.type": "Invoice details",
"sms_notification.invoice_reminder.type": "Invoice reminder",
"sms_notification.estimate_details.type": "Sale estimate details",
"sms_notification.payment_details.type": "Payment receive thank you.",
"sms_notification.receipt_details.type": "Sale receipt details"
}