Browse Source

Merge pull request #7980 from ArtemDzhereleiko/AD/notification/rename-target

Notification center: Rename target to recipient
pull/8046/head
Vladyslav 4 years ago
committed by GitHub
parent
commit
1503ae9649
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 26
      ui-ngx/src/assets/locale/locale.constant-en_US.json

26
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -2670,9 +2670,9 @@
},
"notification": {
"action-button": "Action button",
"add-notification-target": "Add notification target",
"add-notification-target": "Add notification recipient",
"add-notification-template": "Add notification template",
"add-target": "Add target",
"add-target": "Add recipient",
"add-template": "Add template",
"at-least-one-should-be-selected": "At least one should be selected",
"all": "All",
@ -2681,12 +2681,12 @@
"button-text-required": "Button text is required",
"compose": "Compose",
"copy-notification-template": "Copy notification template",
"create-target": "Create target",
"create-target": "Create recipient",
"created-time": "Created time",
"delete-request-text": "Be careful, after the confirmation the notification request will become unrecoverable.",
"delete-request-title": "Are you sure you want to delete the notification request?",
"delete-target-text": "Be careful, after the confirmation the notification target will become unrecoverable.",
"delete-target-title": "Are you sure you want to delete the notification target '{{targetName}}'?",
"delete-target-text": "Be careful, after the confirmation the notification recipient will become unrecoverable.",
"delete-target-title": "Are you sure you want to delete the notification recipient '{{targetName}}'?",
"delete-template-text": "Be careful, after the confirmation the notification template will become unrecoverable.",
"delete-template-title": "Are you sure you want to delete the notification template '{{templateName}}'?",
"delivery-method": "Delivery method",
@ -2698,7 +2698,7 @@
"sms": "SMS"
},
"description": "Description",
"edit-notification-target": "Edit notification target",
"edit-notification-target": "Edit notification recipient",
"edit-notification-template": "Edit notification template",
"email-settings": "Email settings",
"get-customer-id-from-originator": "Get Customer id from originator",
@ -2715,10 +2715,10 @@
"no-notification-request": "No notification request",
"no-notification-templates": "No notification templates",
"no-notifications-yet": "No notifications yet",
"no-targets-notification": "No targets notification",
"no-targets-notification": "No recipients notification",
"notification": "Notification",
"notification-center": "Notification center",
"notification-target": "Notification target",
"notification-target": "Notification recipient",
"recipients-count": "{ count, plural, 1 {1 Recipient} other {# Recipients} }",
"requet-status": {
"processing": "Processing",
@ -2728,7 +2728,7 @@
"review": "Review",
"rules": "Rules",
"search-notification": "Search notification",
"search-targets": "Search targets",
"search-targets": "Search recipients",
"search-templates": "Search templates",
"send-notification": "Send notification",
"send-test-notification": "Send test notification",
@ -2739,7 +2739,7 @@
"status": "Status",
"subject": "Subject",
"subject-required": "Subject is required",
"target": "Target",
"target": "Recipient",
"target-name": "Name",
"target-name-required": "Name is required",
"target-type": {
@ -2748,8 +2748,8 @@
"type": "Type",
"user-list": "User list"
},
"targets": "Targets",
"targets-required": "Targets is required",
"targets": "Recipients",
"targets-required": "Recipients is required",
"template": "Template",
"template-required": "Template is required",
"template-type": {
@ -2760,7 +2760,7 @@
"text": "Text",
"type": "Type",
"unread": "Unread",
"view-all": "View al;",
"view-all": "View all",
"web-settings": "Web settings"
},
"ota-update": {

Loading…
Cancel
Save