Update Push and Email Notifications Text (#3924)
* Update user_settings_notifications.jsx * Update user_settings_notifications.jsx * Update email_notification_setting.jsx * Update en.json * Update user_settings_notifications.jsx
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
26f96b240d
Коммит
38b25a8784
@@ -149,7 +149,7 @@ export default class EmailNotificationSetting extends React.Component {
|
|||||||
batchingInfo = (
|
batchingInfo = (
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='user.settings.notifications.emailBatchingInfo'
|
id='user.settings.notifications.emailBatchingInfo'
|
||||||
defaultMessage='Notifications are combined into a single email and sent at the maximum frequency selected here.'
|
defaultMessage='Notifications received over the time period selected are combined and sent in a single email.'
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -290,6 +290,13 @@ export default class NotificationsTab extends React.Component {
|
|||||||
pushStatusSettings = (
|
pushStatusSettings = (
|
||||||
<div>
|
<div>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
<label>
|
||||||
|
<FormattedMessage
|
||||||
|
id='user.settings.notifications.push_notification.status'
|
||||||
|
defaultMessage='Trigger push notifications when'
|
||||||
|
/>
|
||||||
|
</label>
|
||||||
|
<br/>
|
||||||
<div className='radio'>
|
<div className='radio'>
|
||||||
<label>
|
<label>
|
||||||
<input
|
<input
|
||||||
@@ -341,7 +348,7 @@ export default class NotificationsTab extends React.Component {
|
|||||||
<span>
|
<span>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='user.settings.push_notification.status_info'
|
id='user.settings.push_notification.status_info'
|
||||||
defaultMessage='Notification alerts are pushed to your mobile device depending on your online status.'
|
defaultMessage='Notification alerts are only pushed to your mobile device when your online status matches the selection above.'
|
||||||
/>
|
/>
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
@@ -349,6 +356,13 @@ export default class NotificationsTab extends React.Component {
|
|||||||
|
|
||||||
inputs.push(
|
inputs.push(
|
||||||
<div key='userNotificationLevelOption'>
|
<div key='userNotificationLevelOption'>
|
||||||
|
<label>
|
||||||
|
<FormattedMessage
|
||||||
|
id='user.settings.push_notification.send'
|
||||||
|
defaultMessage='Send mobile push notifications'
|
||||||
|
/>
|
||||||
|
</label>
|
||||||
|
<br/>
|
||||||
<div className='radio'>
|
<div className='radio'>
|
||||||
<label>
|
<label>
|
||||||
<input
|
<input
|
||||||
|
|||||||
@@ -1885,7 +1885,7 @@
|
|||||||
"user.settings.notifications.desktop.duration": "Notification duration",
|
"user.settings.notifications.desktop.duration": "Notification duration",
|
||||||
"user.settings.notifications.desktop.sound": "Notification sound",
|
"user.settings.notifications.desktop.sound": "Notification sound",
|
||||||
"user.settings.notifications.desktopSounds": "Desktop notification sounds",
|
"user.settings.notifications.desktopSounds": "Desktop notification sounds",
|
||||||
"user.settings.notifications.emailBatchingInfo": "Notifications are combined into a single email and sent at the maximum frequency selected here.",
|
"user.settings.notifications.emailBatchingInfo": "Notifications received over the time period selected are combined and sent in a single email.",
|
||||||
"user.settings.notifications.emailInfo": "Email notifications are sent for mentions and direct messages when you are offline or away from {siteName} for more than 5 minutes.",
|
"user.settings.notifications.emailInfo": "Email notifications are sent for mentions and direct messages when you are offline or away from {siteName} for more than 5 minutes.",
|
||||||
"user.settings.notifications.emailNotifications": "Email notifications",
|
"user.settings.notifications.emailNotifications": "Email notifications",
|
||||||
"user.settings.notifications.everyHour": "Every hour",
|
"user.settings.notifications.everyHour": "Every hour",
|
||||||
@@ -1921,7 +1921,9 @@
|
|||||||
"user.settings.push_notification.onlyMentionsAway": "For mentions and direct messages when away or offline",
|
"user.settings.push_notification.onlyMentionsAway": "For mentions and direct messages when away or offline",
|
||||||
"user.settings.push_notification.onlyMentionsOffline": "For mentions and direct messages when offline",
|
"user.settings.push_notification.onlyMentionsOffline": "For mentions and direct messages when offline",
|
||||||
"user.settings.push_notification.onlyMentionsOnline": "For mentions and direct messages when online, away or offline",
|
"user.settings.push_notification.onlyMentionsOnline": "For mentions and direct messages when online, away or offline",
|
||||||
"user.settings.push_notification.status_info": "Notification alerts are pushed to your mobile device depending on your online status.",
|
"user.settings.push_notification.send": "Send mobile push notifications",
|
||||||
|
"user.settings.push_notification.status": "Trigger push notifications when",
|
||||||
|
"user.settings.push_notification.status_info": "Notification alerts are only pushed to your mobile device when your online status matches the selection above.",
|
||||||
"user.settings.security.close": "Close",
|
"user.settings.security.close": "Close",
|
||||||
"user.settings.security.currentPassword": "Current Password",
|
"user.settings.security.currentPassword": "Current Password",
|
||||||
"user.settings.security.currentPasswordError": "Please enter your current password.",
|
"user.settings.security.currentPasswordError": "Please enter your current password.",
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user