mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 20:00:33 +00:00
feat add localization again.
This commit is contained in:
@@ -119,14 +119,12 @@ function NotifyViaSMSAlerts({ calloutCodes }) {
|
||||
return [
|
||||
includes(calloutCodes, 100) && (
|
||||
<Callout icon={null} intent={Intent.DANGER}>
|
||||
The customer phone number does not eixst, please enter a personal phone
|
||||
number to the customer.
|
||||
{intl.get('notify_Via_sms.dialog.customer_phone_number_does_not_eixst')}
|
||||
</Callout>
|
||||
),
|
||||
includes(calloutCodes, 200) && (
|
||||
<Callout icon={null} intent={Intent.DANGER}>
|
||||
The customer phone number is invalid, please enter a valid personal
|
||||
phone number to the customer.
|
||||
{intl.get('notify_Via_sms.dialog.customer_phone_number_invalid')}
|
||||
</Callout>
|
||||
),
|
||||
];
|
||||
|
||||
@@ -1445,6 +1445,8 @@
|
||||
"notify_via_sms.dialog.notification_type": "Notification type",
|
||||
"notify_via_sms.dialog.notify_via_sms":"Notify vis SMS",
|
||||
"notiify_via_sms.dialog.sms_note": "<strong>Note :</strong> One SMS unit can contain amaximum of 160 characters. <strong>{value}</strong> SMS units will be used to send this SMS notification.",
|
||||
"notify_Via_sms.dialog.customer_phone_number_does_not_eixst": "The customer phone number does not eixst, please enter a personal phone number to the customer.",
|
||||
"notify_Via_sms.dialog.customer_phone_number_invalid": "The customer phone number is invalid, please enter a valid personal phone number to the customer.",
|
||||
"notify_via_sms.dialog.phone_invalid_error_message":"Sms notification cannot be sent, customer personal phone number is invalid, please enter a valid one and try again.",
|
||||
"notify_via_sms.dialog.customer_no_phone_error_message":"الزبون ليس لديه رقم هاتف.",
|
||||
"notify_invoice_via_sms.dialog.success_message":"The sale invoice sms notification has been sent successfully",
|
||||
|
||||
@@ -1432,6 +1432,8 @@
|
||||
"notify_via_sms.dialog.notification_type": "Notification type",
|
||||
"notify_via_sms.dialog.notify_via_sms": "Notify vis SMS",
|
||||
"notiify_via_sms.dialog.sms_note": "<strong>Note :</strong> One SMS unit can contain amaximum of 160 characters. <strong>{value}</strong> SMS units will be used to send this SMS notification.",
|
||||
"notify_Via_sms.dialog.customer_phone_number_does_not_eixst": "The customer phone number does not eixst, please enter a personal phone number to the customer.",
|
||||
"notify_Via_sms.dialog.customer_phone_number_invalid": "The customer phone number is invalid, please enter a valid personal phone number to the customer.",
|
||||
"notify_via_sms.dialog.phone_invalid_error_message": "Sms notification cannot be sent, customer personal phone number is invalid, please enter a valid one and try again.",
|
||||
"notify_via_sms.dialog.customer_no_phone_error_message": "The customer has no phone number.",
|
||||
"notify_invoice_via_sms.dialog.success_message": "The sale invoice sms notification has been sent successfully.",
|
||||
@@ -1445,14 +1447,14 @@
|
||||
"sms_messages.label_mesage": "Message",
|
||||
"sms_messages.label_auto": "Auto",
|
||||
"sms_messages.label_edit_message": "Edit message",
|
||||
"sms_messages.notification_switch_change_success_message":"SMS notification hs been enabled successfully.",
|
||||
"sms_messages.notification_switch_change_success_message": "SMS notification hs been enabled successfully.",
|
||||
"sms_message.dialog.label": "SMS message",
|
||||
"sms_message.dialog.sms_note": "<strong>Note :</strong> One SMS unit can contain amaximum of 160 characters. <strong>{value}</strong> SMS units will be used to send this SMS notification.",
|
||||
"sms_message.dialog.success_message": "Sms notification settings has been updated successfully.",
|
||||
"sms_message.dialog.unsupported_variables_error_message": "Unsupported variables",
|
||||
"sms_message.dialog.message_variable_description":"<strong>{value}</strong> References to the current company name.",
|
||||
"sms_message.dialog.message_variable_description": "<strong>{value}</strong> References to the current company name.",
|
||||
"edit_message_text": "Edit message text",
|
||||
"enable_notification": "Enable notification",
|
||||
"send_sms":"Send SMS",
|
||||
"save_sms_message":"Save SMS Message"
|
||||
"send_sms": "Send SMS",
|
||||
"save_sms_message": "Save SMS Message"
|
||||
}
|
||||
Reference in New Issue
Block a user