Merge pull request #812 from johankwarnmarksymphony/sda-1591

fix: SDA-1591 Translate the window title for notification settings
This commit is contained in:
Johan Kwarnmark 2019-11-21 11:30:36 +01:00 committed by GitHub
commit bf6dfb1f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 1 deletions

View File

@ -93,6 +93,7 @@
"CANCEL": "CANCEL",
"Monitor": "Monitor",
"Notification Settings": "Notification Settings",
"Notification Settings - Symphony": "Notification Settings - Symphony",
"Notification shown on Monitor: ": "Notification shown on Monitor: ",
"OK": "OK",
"Position": "Position",

View File

@ -93,6 +93,7 @@
"CANCEL": "CANCEL",
"Monitor": "Monitor",
"Notification Settings": "Notification Settings",
"Notification Settings - Symphony": "Notification Settings - Symphony",
"Notification shown on Monitor: ": "Notification shown on Monitor: ",
"OK": "OK",
"Position": "Position",

View File

@ -93,6 +93,7 @@
"CANCEL": "ANNULER",
"Monitor": "Moniteur",
"Notification Settings": "Paramètres des notifications",
"Notification Settings - Symphony": "Paramètres des notifications - Symphony",
"Notification shown on Monitor: ": "Notification affichée sur le Moniteur: ",
"OK": "OK",
"Position": "Position",

View File

@ -93,6 +93,7 @@
"CANCEL": "ANNULER",
"Monitor": "Moniteur",
"Notification Settings": "Paramètres des notifications",
"Notification Settings - Symphony": "Paramètres des notifications - Symphony",
"Notification shown on Monitor: ": "Notification affichée sur le Moniteur: ",
"OK": "OK",
"Position": "Position",

View File

@ -93,6 +93,7 @@
"CANCEL": "キャンセル",
"Monitor": "モニター",
"Notification Settings": "通知設定",
"Notification Settings - Symphony": "通知設定 - Symphony",
"Notification shown on Monitor: ": "モニターに表示する通知:",
"OK": "OK",
"Position": "位置",

View File

@ -93,6 +93,7 @@
"CANCEL": "キャンセル",
"Monitor": "モニター",
"Notification Settings": "通知設定",
"Notification Settings - Symphony": "通知設定 - Symphony",
"Notification shown on Monitor: ": "モニターに表示する通知:",
"OK": "OK",
"Position": "位置",

View File

@ -68,7 +68,7 @@ const load = () => {
component = NotificationComp;
break;
case components.notificationSettings:
document.title = 'Notification Settings - Symphony';
document.title = i18n.t('Notification Settings - Symphony', 'NotificationSettings')();
loadStyle(components.notificationSettings);
component = NotificationSettings;
break;