mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-28 09:51:06 -06:00
Merge pull request #812 from johankwarnmarksymphony/sda-1591
fix: SDA-1591 Translate the window title for notification settings
This commit is contained in:
commit
bf6dfb1f16
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -93,6 +93,7 @@
|
||||
"CANCEL": "キャンセル",
|
||||
"Monitor": "モニター",
|
||||
"Notification Settings": "通知設定",
|
||||
"Notification Settings - Symphony": "通知設定 - Symphony",
|
||||
"Notification shown on Monitor: ": "モニターに表示する通知:",
|
||||
"OK": "OK",
|
||||
"Position": "位置",
|
||||
|
@ -93,6 +93,7 @@
|
||||
"CANCEL": "キャンセル",
|
||||
"Monitor": "モニター",
|
||||
"Notification Settings": "通知設定",
|
||||
"Notification Settings - Symphony": "通知設定 - Symphony",
|
||||
"Notification shown on Monitor: ": "モニターに表示する通知:",
|
||||
"OK": "OK",
|
||||
"Position": "位置",
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user