SDA-4754, SDA-4731, SDA-4729, SDA-4733, SDA-4755 - Update SDA branding (#2267)
* SDA-4754, SDA-4729, SDA-4733, SDA-4755 - Update Symphony Messaging branding * SDA-4754, SDA-4729, SDA-4733, SDA-4755 - Update Symphony Messaging branding * Ignore darwin resource on windows * SDA-4755 - Update installer text * SDA-4755 - Update close dialog text * SDA-4755 - Update close dialog text * SDA-4755 - Update the tabloid image * SDA-4779 - Update macOS Icon
BIN
images/icon.icns
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 8.3 KiB |
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Thanks for downloading Symphony</title>
|
||||
<title>Thanks for downloading Symphony Messaging</title>
|
||||
</head>
|
||||
|
||||
<body
|
||||
@ -10,7 +10,7 @@
|
||||
<br />
|
||||
<br />
|
||||
<p>
|
||||
<div> Symphony allows you to:</div>
|
||||
<div> Symphony Messaging allows you to:</div>
|
||||
<div> </div>
|
||||
<div>• Collaborate securely</div>
|
||||
<div>• Communicate via messages, voice, and video</div>
|
||||
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 4.7 KiB |
@ -40,8 +40,8 @@ namespace Symphony
|
||||
void cancel_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
// TODO: Localization
|
||||
if( System.Windows.Forms.MessageBox.Show("Are you sure you want to cancel Symphony installation?",
|
||||
"Symphony Setup", System.Windows.Forms.MessageBoxButtons.YesNo) == System.Windows.Forms.DialogResult.Yes )
|
||||
if( System.Windows.Forms.MessageBox.Show("Are you sure you want to cancel Symphony Messaging installation?",
|
||||
"Symphony Messaging Setup", System.Windows.Forms.MessageBoxButtons.YesNo) == System.Windows.Forms.DialogResult.Yes )
|
||||
{
|
||||
Shell.Cancel();
|
||||
}
|
||||
|
@ -117,9 +117,9 @@ namespace Symphony
|
||||
this.labelBody.Name = "labelBody";
|
||||
this.labelBody.Size = new System.Drawing.Size(294, 52);
|
||||
this.labelBody.TabIndex = 1;
|
||||
this.labelBody.Text = "It looks like an instance of Symphony is running. You\'ll need\r\nto close that befo" +
|
||||
"re continuing with the installation. Please\r\nclick the below \"Close Symphony\" bu" +
|
||||
"tton to close Symphony\r\nand continue.";
|
||||
this.labelBody.Text = "It looks like an instance of Symphony Messaging is running.\r\nYou\'ll need to close that befo" +
|
||||
"re continuing with the installation.\r\nPlease click the below \"Close Symphony Messaging\"\r\nbu" +
|
||||
"tton to close Symphony Messaging and continue.";
|
||||
//
|
||||
// labelHeader
|
||||
//
|
||||
@ -130,7 +130,7 @@ namespace Symphony
|
||||
this.labelHeader.Name = "labelHeader";
|
||||
this.labelHeader.Size = new System.Drawing.Size(166, 20);
|
||||
this.labelHeader.TabIndex = 0;
|
||||
this.labelHeader.Text = "Close Symphony";
|
||||
this.labelHeader.Text = "Close Symphony Messaging";
|
||||
//
|
||||
// closeButton
|
||||
//
|
||||
@ -138,7 +138,7 @@ namespace Symphony
|
||||
this.closeButton.Name = "closeButton";
|
||||
this.closeButton.Size = new System.Drawing.Size(106, 33);
|
||||
this.closeButton.TabIndex = 2;
|
||||
this.closeButton.Text = "Close Symphony";
|
||||
this.closeButton.Text = "Close Symphony Messaging";
|
||||
this.closeButton.UseVisualStyleBackColor = true;
|
||||
this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
|
||||
//
|
||||
@ -150,7 +150,7 @@ namespace Symphony
|
||||
this.Controls.Add(this.backgroundPanel);
|
||||
this.Controls.Add(this.bottomPanel);
|
||||
this.Name = "CloseDialog";
|
||||
this.Text = "Symphony Setup";
|
||||
this.Text = "Symphony Messaging Setup";
|
||||
this.Load += new System.EventHandler(this.dialog_Load);
|
||||
this.bottomPanel.ResumeLayout(false);
|
||||
this.tableLayoutbackgroundPanel.ResumeLayout(false);
|
||||
|
@ -230,7 +230,7 @@ namespace Symphony
|
||||
this.Controls.Add(this.description);
|
||||
this.Controls.Add(this.currentActionLabel);
|
||||
this.Name = "ProgressDialog";
|
||||
this.Text = "Symphony Setup";
|
||||
this.Text = "Symphony Messaging Setup";
|
||||
this.Load += new System.EventHandler(this.ProgressDialog_Load);
|
||||
this.topPanel.ResumeLayout(false);
|
||||
this.topPanel.PerformLayout();
|
||||
|
@ -208,8 +208,8 @@ namespace Symphony
|
||||
{
|
||||
showingCancelConfirmation = true;
|
||||
// TODO: Localization
|
||||
if (System.Windows.Forms.MessageBox.Show("Are you sure you want to cancel Symphony installation?",
|
||||
"Symphony Setup", System.Windows.Forms.MessageBoxButtons.YesNo) == System.Windows.Forms.DialogResult.Yes)
|
||||
if (System.Windows.Forms.MessageBox.Show("Are you sure you want to cancel Symphony Messaging installation?",
|
||||
"Symphony Messaging Setup", System.Windows.Forms.MessageBoxButtons.YesNo) == System.Windows.Forms.DialogResult.Yes)
|
||||
{
|
||||
Shell.Cancel();
|
||||
}
|
||||
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 8.8 KiB |
@ -97,8 +97,8 @@ namespace Symphony
|
||||
void cancel_Click(object sender, System.EventArgs e)
|
||||
{
|
||||
// TODO: Localization
|
||||
if (System.Windows.Forms.MessageBox.Show("Are you sure you want to cancel Symphony installation?",
|
||||
"Symphony Setup", System.Windows.Forms.MessageBoxButtons.YesNo) == System.Windows.Forms.DialogResult.Yes)
|
||||
if (System.Windows.Forms.MessageBox.Show("Are you sure you want to cancel Symphony Messaging installation?",
|
||||
"Symphony Messaging Setup", System.Windows.Forms.MessageBoxButtons.YesNo) == System.Windows.Forms.DialogResult.Yes)
|
||||
{
|
||||
Shell.Cancel();
|
||||
}
|
||||
|
@ -163,7 +163,7 @@ namespace Symphony
|
||||
this.labelBody.Name = "labelBody";
|
||||
this.labelBody.Size = new System.Drawing.Size(232, 52);
|
||||
this.labelBody.TabIndex = 1;
|
||||
this.labelBody.Text = "Symphony allows you to:\r\n - Collaborate securely\r\n - Communicate via messages, vo" +
|
||||
this.labelBody.Text = "Symphony Messaging allows you to:\r\n - Collaborate securely\r\n - Communicate via messages, vo" +
|
||||
"ice, and video\r\n - Connect with colleagues and coworkers\r\n";
|
||||
//
|
||||
// labelHeader
|
||||
@ -175,7 +175,7 @@ namespace Symphony
|
||||
this.labelHeader.Name = "labelHeader";
|
||||
this.labelHeader.Size = new System.Drawing.Size(246, 40);
|
||||
this.labelHeader.TabIndex = 0;
|
||||
this.labelHeader.Text = "Thanks for downloading \r\nSymphony";
|
||||
this.labelHeader.Text = "Thanks for downloading \r\nSymphony Messaging";
|
||||
//
|
||||
// WelcomeDialog
|
||||
//
|
||||
@ -185,7 +185,7 @@ namespace Symphony
|
||||
this.Controls.Add(this.backgroundPanel);
|
||||
this.Controls.Add(this.bottomPanel);
|
||||
this.Name = "WelcomeDialog";
|
||||
this.Text = "Symphony Setup";
|
||||
this.Text = "Symphony Messaging Setup";
|
||||
this.Load += new System.EventHandler(this.dialog_Load);
|
||||
this.bottomPanel.ResumeLayout(false);
|
||||
this.tableLayoutbackgroundPanel.ResumeLayout(false);
|
||||
|
2012
package-lock.json
generated
@ -8,7 +8,7 @@
|
||||
"searchAPIVersion": "1.55.3",
|
||||
"sfeVersion": "0",
|
||||
"sfeClientType": "1.5",
|
||||
"description": "Symphony desktop app (Foundation ODP)",
|
||||
"description": "Symphony messaging desktop app (Foundation ODP)",
|
||||
"author": "Symphony OSS <help@finos.org>",
|
||||
"main": "lib/src/app/init.js",
|
||||
"types": "lib/src/app/init.d.ts",
|
||||
@ -113,6 +113,7 @@
|
||||
"!**/node_modules/@nornagon/cld/build/deps${/*}",
|
||||
"!**/node_modules/@nornagon/spellchecker/vendor${/*}",
|
||||
"!**/node_modules/@symphony/symphony-c9-shell/**",
|
||||
"!**/resources/darwin/**/*",
|
||||
"!**/*.map",
|
||||
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme}",
|
||||
"!**/node_modules/*/{test,__tests__,tests,powered-test,example,examples}",
|
||||
@ -187,7 +188,7 @@
|
||||
"cross-env": "7.0.3",
|
||||
"del": "3.0.0",
|
||||
"electron": "34.0.0",
|
||||
"electron-builder": "^24.13.2",
|
||||
"electron-builder": "^25.1.8",
|
||||
"electron-devtools-installer": "^3.2.0",
|
||||
"electron-icon-maker": "0.0.5",
|
||||
"electron-osx-sign": "^0.6.0",
|
||||
@ -230,7 +231,7 @@
|
||||
"electron-dl": "3.5.0",
|
||||
"electron-fetch": "1.9.1",
|
||||
"electron-log": "4.4.8",
|
||||
"electron-updater": "6.3.0",
|
||||
"electron-updater": "6.3.9",
|
||||
"filesize": "^10.0.6",
|
||||
"lazy-brush": "^1.0.1",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
|
@ -9,7 +9,7 @@ exports[`about app should render correctly 1`] = `
|
||||
className="AboutApp-header-container"
|
||||
>
|
||||
<img
|
||||
alt="Symphony Logo"
|
||||
alt="Symphony Messaging Logo"
|
||||
className="AboutApp-logo"
|
||||
src={Object {}}
|
||||
/>
|
||||
@ -34,7 +34,7 @@ exports[`about app should render correctly 1`] = `
|
||||
title="Copy config to clipboard"
|
||||
>
|
||||
<img
|
||||
alt="Symphony Logo"
|
||||
alt="Symphony Messaging Logo"
|
||||
src={Object {}}
|
||||
/>
|
||||
<span>
|
||||
|
@ -302,11 +302,11 @@ export class AppMenu {
|
||||
this.buildSeparator(),
|
||||
{ label: i18n.t('Services')(), role: 'services' },
|
||||
this.buildSeparator(),
|
||||
{ label: i18n.t('Hide Symphony')(), role: 'hide' },
|
||||
{ label: i18n.t('Hide Symphony Messaging')(), role: 'hide' },
|
||||
{ label: i18n.t('Hide Others')(), role: 'hideOthers' },
|
||||
{ label: i18n.t('Show All')(), role: 'unhide' },
|
||||
this.buildSeparator(),
|
||||
{ label: i18n.t('Quit Symphony')(), role: 'quit' },
|
||||
{ label: i18n.t('Quit Symphony Messaging')(), role: 'quit' },
|
||||
],
|
||||
};
|
||||
}
|
||||
@ -576,7 +576,7 @@ export class AppMenu {
|
||||
submenu.push({
|
||||
role: 'quit',
|
||||
visible: isWindowsOS,
|
||||
label: i18n.t('Quit Symphony')(),
|
||||
label: i18n.t('Quit Symphony Messaging')(),
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -142,7 +142,7 @@ export const handleChildWindow = (webContents: WebContents): void => {
|
||||
minHeight: 300,
|
||||
minWidth: 300,
|
||||
fullscreen: false,
|
||||
title: 'Symphony',
|
||||
title: 'Symphony Messaging',
|
||||
};
|
||||
if (!windowHandler.isMana) {
|
||||
opts.webPreferences = {
|
||||
|
@ -182,7 +182,7 @@ export const titleBarChangeDialog = async (
|
||||
type: 'question',
|
||||
title: i18n.t('Relaunch Application')(),
|
||||
message: i18n.t(
|
||||
'Updating Title bar style requires Symphony to relaunch.',
|
||||
'Updating Title bar style requires Symphony Messaging to relaunch.',
|
||||
)(),
|
||||
detail: i18n.t(
|
||||
'Note: When Hamburger menu is disabled, you can trigger the main menu by pressing the Alt key.',
|
||||
|
@ -237,7 +237,7 @@ class CallNotification {
|
||||
autoHideMenuBar: true,
|
||||
minimizable: false,
|
||||
maximizable: false,
|
||||
title: 'Call Notification - Symphony',
|
||||
title: 'Call Notification - Symphony Messaging',
|
||||
webPreferences: {
|
||||
sandbox: IS_SAND_BOXED,
|
||||
nodeIntegration: IS_NODE_INTEGRATION_ENABLED,
|
||||
|
@ -212,7 +212,7 @@ class PresenceStatus {
|
||||
},
|
||||
{ type: 'separator', visible: isMana },
|
||||
{
|
||||
label: i18n.t('Quit Symphony')(),
|
||||
label: i18n.t('Quit Symphony Messaging')(),
|
||||
click: () => app.quit(),
|
||||
},
|
||||
]);
|
||||
@ -235,7 +235,7 @@ class PresenceStatus {
|
||||
const tray = presenceStatusStore.getCurrentTray();
|
||||
const contextDefault = Menu.buildFromTemplate([
|
||||
{
|
||||
label: i18n.t('Quit Symphony')(),
|
||||
label: i18n.t('Quit Symphony Messaging')(),
|
||||
click: () => app.quit(),
|
||||
},
|
||||
]);
|
||||
|
@ -311,7 +311,7 @@ export class WindowHandler {
|
||||
frame: !this.isCustomTitleBar,
|
||||
minHeight: MIN_HEIGHT,
|
||||
minWidth: MIN_WIDTH,
|
||||
title: 'Symphony',
|
||||
title: i18n.t('Symphony Messaging')(),
|
||||
show: false,
|
||||
},
|
||||
{
|
||||
@ -443,7 +443,7 @@ export class WindowHandler {
|
||||
query: {
|
||||
componentName: 'welcome',
|
||||
locale: i18n.getLocale(),
|
||||
title: i18n.t('WelcomeText', 'Welcome')(),
|
||||
title: i18n.t('Welcome', 'Welcome')(),
|
||||
},
|
||||
slashes: true,
|
||||
});
|
||||
@ -910,7 +910,7 @@ export class WindowHandler {
|
||||
query: {
|
||||
componentName,
|
||||
locale: i18n.getLocale(),
|
||||
title: i18n.t('WelcomeText', 'Welcome')(),
|
||||
title: i18n.t('Welcome', 'Welcome')(),
|
||||
},
|
||||
slashes: true,
|
||||
});
|
||||
@ -1979,7 +1979,7 @@ export class WindowHandler {
|
||||
titleBarStyle: 'customButtonsOnHover',
|
||||
minimizable: false,
|
||||
maximizable: false,
|
||||
title: 'Screen Sharing Indicator - Symphony',
|
||||
title: 'Screen Sharing Indicator - Symphony Messaging',
|
||||
closable: false,
|
||||
useContentSize: true,
|
||||
},
|
||||
|
@ -358,7 +358,9 @@ export const setDataUrl = (dataUrl: string, count: number): void => {
|
||||
if (mainWindow && dataUrl && count) {
|
||||
const img = nativeImage.createFromDataURL(dataUrl);
|
||||
// for accessibility screen readers
|
||||
const desc = 'Symphony has ' + count + ' unread messages';
|
||||
const desc = i18n.t('Symphony Messaging has {count} unread messages')({
|
||||
count,
|
||||
});
|
||||
mainWindow.setOverlayIcon(img, desc);
|
||||
}
|
||||
};
|
||||
@ -860,7 +862,8 @@ export const zoomIn = () => {
|
||||
}
|
||||
|
||||
if (
|
||||
focusedWindow.getTitle() === 'Screen Sharing Indicator - Symphony' ||
|
||||
focusedWindow.getTitle() ===
|
||||
'Screen Sharing Indicator - Symphony Messaging' ||
|
||||
focusedWindow.getTitle() === 'About Symphony Messaging'
|
||||
) {
|
||||
return;
|
||||
@ -958,7 +961,8 @@ export const zoomOut = () => {
|
||||
}
|
||||
|
||||
if (
|
||||
focusedWindow.getTitle() === 'Screen Sharing Indicator - Symphony' ||
|
||||
focusedWindow.getTitle() ===
|
||||
'Screen Sharing Indicator - Symphony Messaging' ||
|
||||
focusedWindow.getTitle() === 'About Symphony Messaging'
|
||||
) {
|
||||
return;
|
||||
|
@ -103,7 +103,7 @@ export enum apiName {
|
||||
snippingToolWindowName = 'snipping-tool-window',
|
||||
}
|
||||
|
||||
export const NOTIFICATION_WINDOW_TITLE = 'Notification - Symphony';
|
||||
export const NOTIFICATION_WINDOW_TITLE = 'Notification - Symphony Messaging';
|
||||
|
||||
enum ScreenTypes {
|
||||
Screen = 'screen',
|
||||
|
@ -110,7 +110,7 @@
|
||||
</head>
|
||||
|
||||
<body style="background-color: white">
|
||||
<h1>Symphony Electron API Demo</h1>
|
||||
<h1>Symphony Messaging Electron API Demo</h1>
|
||||
<div class="origin-reminder">
|
||||
<p>
|
||||
<b
|
||||
|
@ -5,7 +5,7 @@
|
||||
"Others": "Others",
|
||||
"Swift Search": "Swift Search",
|
||||
"Swift Search API": "Swift Search API",
|
||||
"Symphony Logo": "Symphony Logo",
|
||||
"Symphony Messaging Logo": "Symphony Messaging Logo",
|
||||
"Copy config to clipboard": "Copy config to clipboard",
|
||||
"Close": "Close",
|
||||
"Copyright": "Copyright",
|
||||
@ -84,7 +84,7 @@
|
||||
"Help": "Help",
|
||||
"Help Url": "https://support.symphony.com",
|
||||
"Hide Others": "Hide Others",
|
||||
"Hide Symphony": "Hide Symphony",
|
||||
"Hide Symphony Messaging": "Hide Symphony Messaging",
|
||||
"Ignore": "Ignore",
|
||||
"Later": "Later",
|
||||
"Learn More": "Learn More",
|
||||
@ -108,7 +108,7 @@
|
||||
"CANCEL": "CANCEL",
|
||||
"Monitor": "Monitor",
|
||||
"Notification Settings": "Notification Settings",
|
||||
"Notification Settings - Symphony": "Notification Settings - Symphony",
|
||||
"Notification Settings - Symphony Messaging": "Notification Settings - Symphony Messaging",
|
||||
"Notification shown on Monitor: ": "Notification shown on Monitor: ",
|
||||
"OK": "OK",
|
||||
"Position": "Position",
|
||||
@ -200,6 +200,7 @@
|
||||
"SDA update channel": "SDA update channel",
|
||||
"Stable": "Stable",
|
||||
"Symphony Messaging": "Symphony Messaging",
|
||||
"Symphony Messaging has {count} unread messages": "Symphony Messaging has {count} unread messages",
|
||||
"Latest": "Latest",
|
||||
"Daily": "Daily",
|
||||
"Beta": "Beta",
|
||||
@ -220,7 +221,7 @@
|
||||
"Unable to generate logs due to ": "Unable to generate logs due to ",
|
||||
"Undo": "Undo",
|
||||
"Updated": "Updated",
|
||||
"Updating Title bar style requires Symphony to relaunch.": "Updating Title bar style requires Symphony to relaunch.",
|
||||
"Updating Title bar style requires Symphony Messaging to relaunch.": "Updating Title bar style requires Symphony Messaging to relaunch.",
|
||||
"View": "View",
|
||||
"Welcome": {
|
||||
"Continue": "Continue",
|
||||
@ -238,8 +239,8 @@
|
||||
"Please enter a valid url": "Please enter a valid url",
|
||||
"Pod URL": "Pod URL",
|
||||
"SSO": "SSO",
|
||||
"Symphony Logo": "Symphony",
|
||||
"WelcomeText": "Welcome",
|
||||
"Symphony Messaging Logo": "Symphony Messaging",
|
||||
"Welcome": "Welcome",
|
||||
"Automatically redirect to your web browser on launch": "Automatically redirect to your web browser on launch",
|
||||
"Retry": "Retry",
|
||||
"Welcome back!": "Welcome back!",
|
||||
|
@ -5,7 +5,7 @@
|
||||
"Others": "Others",
|
||||
"Swift Search": "Swift Search",
|
||||
"Swift Search API": "Swift Search API",
|
||||
"Symphony Logo": "Symphony Logo",
|
||||
"Symphony Messaging Logo": "Symphony Messaging Logo",
|
||||
"Copy config to clipboard": "Copy config to clipboard",
|
||||
"Close": "Close",
|
||||
"Copyright": "Copyright",
|
||||
@ -83,7 +83,7 @@
|
||||
"Help": "Help",
|
||||
"Help Url": "https://support.symphony.com",
|
||||
"Hide Others": "Hide Others",
|
||||
"Hide Symphony": "Hide Symphony",
|
||||
"Hide Symphony Messaging": "Hide Symphony Messaging",
|
||||
"Ignore": "Ignore",
|
||||
"Later": "Later",
|
||||
"Learn More": "Learn More",
|
||||
@ -107,7 +107,7 @@
|
||||
"CANCEL": "CANCEL",
|
||||
"Monitor": "Monitor",
|
||||
"Notification Settings": "Notification Settings",
|
||||
"Notification Settings - Symphony": "Notification Settings - Symphony",
|
||||
"Notification Settings - Symphony Messaging": "Notification Settings - Symphony Messaging",
|
||||
"Notification shown on Monitor: ": "Notification shown on Monitor: ",
|
||||
"OK": "OK",
|
||||
"Position": "Position",
|
||||
@ -199,6 +199,7 @@
|
||||
"SDA update channel": "SDA update channel",
|
||||
"Stable": "Stable",
|
||||
"Symphony Messaging": "Symphony Messaging",
|
||||
"Symphony Messaging has {count} unread messages": "Symphony Messaging has {count} unread messages",
|
||||
"Latest": "Latest",
|
||||
"Daily": "Daily",
|
||||
"Beta": "Beta",
|
||||
@ -219,7 +220,7 @@
|
||||
"Unable to generate logs due to ": "Unable to generate logs due to ",
|
||||
"Undo": "Undo",
|
||||
"Updated": "Updated",
|
||||
"Updating Title bar style requires Symphony to relaunch.": "Updating Title bar style requires Symphony to relaunch.",
|
||||
"Updating Title bar style requires Symphony Messaging to relaunch.": "Updating Title bar style requires Symphony Messaging to relaunch.",
|
||||
"View": "View",
|
||||
"Welcome": {
|
||||
"Continue": "Continue",
|
||||
@ -237,8 +238,8 @@
|
||||
"Please enter a valid url": "Please enter a valid url",
|
||||
"Pod URL": "Pod URL",
|
||||
"SSO": "SSO",
|
||||
"Symphony Logo": "Symphony",
|
||||
"WelcomeText": "Welcome",
|
||||
"Symphony Messaging Logo": "Symphony Messaging",
|
||||
"Welcome": "Welcome",
|
||||
"Automatically redirect to your web browser on launch": "Automatically redirect to your web browser on launch",
|
||||
"Retry": "Retry",
|
||||
"Welcome back!": "Welcome back!",
|
||||
|
@ -1,11 +1,8 @@
|
||||
{
|
||||
"About Symphony": "À propos de Symphony",
|
||||
"AboutSymphony": {
|
||||
"About Symphony": "À propos de Symphony",
|
||||
"Others": "Autres",
|
||||
"Swift Search": "Recherche Rapide",
|
||||
"Swift Search API": "API Recherche Rapide",
|
||||
"Symphony Logo": "Logo de Symphony",
|
||||
"Copy config to clipboard": "Copier la configuration",
|
||||
"Close": "Fermer",
|
||||
"Copyright": "Copyright",
|
||||
@ -84,7 +81,6 @@
|
||||
"Help": "Aide",
|
||||
"Help Url": "https://support.symphony.com",
|
||||
"Hide Others": "Cacher les autres applications",
|
||||
"Hide Symphony": "Cacher Symphony",
|
||||
"Ignore": "Ignorer",
|
||||
"Later": "Plus tard",
|
||||
"Learn More": "En savoir plus sur Symphony",
|
||||
@ -108,7 +104,6 @@
|
||||
"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",
|
||||
@ -137,7 +132,6 @@
|
||||
},
|
||||
"Please contact your admin for help": "Veuillez contacter votre administrateur pour obtenir de l'aide.",
|
||||
"please contact your administrator for more details": "veuillez contacter votre administrateur pour plus de détails",
|
||||
"Quit Symphony": "Quitter Symphony",
|
||||
"Redo": "Répéter la dernière opération",
|
||||
"Refresh app when idle": "Rafraîchir Symphony pendant les périodes d'inactivité",
|
||||
"Relaunch": "Redémarrer",
|
||||
@ -219,7 +213,6 @@
|
||||
"Unable to generate logs due to ": "Impossible de générer le journal d'évènements en raison de ",
|
||||
"Undo": "Annuler la dernière opération",
|
||||
"Updated": "Modifié",
|
||||
"Updating Title bar style requires Symphony to relaunch.": "La mise à jour du style de la barre de titre nécessite le redémarrage de Symphony.",
|
||||
"View": "Visualiser",
|
||||
"Welcome": {
|
||||
"Continue": "Continuer",
|
||||
@ -237,8 +230,7 @@
|
||||
"Please enter a valid url": "Veuillez saisir une URL valide",
|
||||
"Pod URL": "URL du pod",
|
||||
"SSO": "Authentification unique (SSO)",
|
||||
"Symphony Logo": "Symphony",
|
||||
"WelcomeText": "Bienvenue",
|
||||
"Welcome": "Bienvenue",
|
||||
"Automatically redirect to your web browser on launch": "Rediriger automatiquement vers votre navigateur par défaut au lancement",
|
||||
"Retry": "Réessayer",
|
||||
"Welcome back!": "Bienvenue !",
|
||||
|
@ -1,11 +1,8 @@
|
||||
{
|
||||
"About Symphony": "À propos de Symphony",
|
||||
"AboutSymphony": {
|
||||
"About Symphony": "À propos de Symphony",
|
||||
"Others": "Autres",
|
||||
"Swift Search": "Recherche Rapide",
|
||||
"Swift Search API": "API Recherche Rapide",
|
||||
"Symphony Logo": "Logo Symphony",
|
||||
"Copy config to clipboard": "Copier la configuration",
|
||||
"Close": "Fermer",
|
||||
"Copyright": "Copyright",
|
||||
@ -83,7 +80,6 @@
|
||||
"Help": "Aide",
|
||||
"Help Url": "https://support.symphony.com",
|
||||
"Hide Others": "Cacher les autres applications",
|
||||
"Hide Symphony": "Cacher Symphony",
|
||||
"Ignore": "Ignorer",
|
||||
"Later": "Plus tard",
|
||||
"Learn More": "En savoir plus sur Symphony",
|
||||
@ -107,7 +103,6 @@
|
||||
"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",
|
||||
@ -136,7 +131,6 @@
|
||||
},
|
||||
"Please contact your admin for help": "Veuillez contacter votre administrateur pour obtenir de l'aide.",
|
||||
"please contact your administrator for more details": "veuillez contacter votre administrateur pour plus de détails",
|
||||
"Quit Symphony": "Quitter Symphony",
|
||||
"Redo": "Répéter la dernière opération",
|
||||
"Refresh app when idle": "Rafraîchir Symphony pendant les périodes d'inactivité",
|
||||
"Relaunch": "Redémarrer",
|
||||
@ -218,7 +212,6 @@
|
||||
"Unable to generate logs due to ": "Impossible de générer le journal d'évenements en raison de",
|
||||
"Undo": "Annuler la dernière opération",
|
||||
"Updated": "Mis à jour",
|
||||
"Updating Title bar style requires Symphony to relaunch.": "La mise à jour du style de la barre de titre nécessite le redémarrage de Symphony.",
|
||||
"View": "Visualiser",
|
||||
"Welcome": {
|
||||
"Continue": "Continuer",
|
||||
@ -236,8 +229,7 @@
|
||||
"Please enter a valid url": "Veuillez saisir une URL valide",
|
||||
"Pod URL": "URL du pod",
|
||||
"SSO": "Authentification unique (SSO)",
|
||||
"Symphony Logo": "Symphony",
|
||||
"WelcomeText": "Bienvenue",
|
||||
"Welcome": "Bienvenue",
|
||||
"Automatically redirect to your web browser on launch": "Rediriger automatiquement vers votre navigateur par défaut au lancement",
|
||||
"Retry": "Réessayer",
|
||||
"Welcome back!": "Bienvenue !",
|
||||
|
@ -1,11 +1,8 @@
|
||||
{
|
||||
"About Symphony": "Symphonyについて",
|
||||
"AboutSymphony": {
|
||||
"About Symphony": "Symphonyについて",
|
||||
"Others": "その他",
|
||||
"Swift Search": "Swift検索",
|
||||
"Swift Search API": "Swift検索API",
|
||||
"Symphony Logo": "Symphonyロゴ",
|
||||
"Copy config to clipboard": "コンフィグをクリップボードにコピー",
|
||||
"Close": "閉じる",
|
||||
"Copyright": "Copyright",
|
||||
@ -84,7 +81,6 @@
|
||||
"Help": "ヘルプ",
|
||||
"Help Url": "https://support.symphony.com/hc/ja",
|
||||
"Hide Others": "他を隠す",
|
||||
"Hide Symphony": "Symphonyを隠す",
|
||||
"Ignore": "無視",
|
||||
"Later": "後で",
|
||||
"Learn More": "詳細",
|
||||
@ -108,7 +104,6 @@
|
||||
"CANCEL": "キャンセル",
|
||||
"Monitor": "モニター",
|
||||
"Notification Settings": "通知設定",
|
||||
"Notification Settings - Symphony": "通知設定 - Symphony",
|
||||
"Notification shown on Monitor: ": "モニターに表示する通知:",
|
||||
"OK": "OK",
|
||||
"Position": "位置",
|
||||
@ -137,7 +132,6 @@
|
||||
},
|
||||
"Please contact your admin for help": "不明な点がある場合は、管理者にお問い合わせください",
|
||||
"please contact your administrator for more details": "詳細は、管理者にお問い合わせください",
|
||||
"Quit Symphony": "Symphonyを終了",
|
||||
"Redo": "やり直し",
|
||||
"Refresh app when idle": "アイドル時にアプリを再表示",
|
||||
"Relaunch": "「リスタート」",
|
||||
@ -219,7 +213,6 @@
|
||||
"Unable to generate logs due to ": "ログを生成できません。理由:",
|
||||
"Undo": "元に戻す",
|
||||
"Updated": "更新済み",
|
||||
"Updating Title bar style requires Symphony to relaunch.": "タイトルバーのスタイルを更新するには、Symphonyが再起動する必要があります。",
|
||||
"View": "ビュー",
|
||||
"Welcome": {
|
||||
"Continue": "持続する",
|
||||
@ -237,8 +230,7 @@
|
||||
"Please enter a valid url": "有効なURLを入力してください",
|
||||
"Pod URL": "ポッドURL",
|
||||
"SSO": "SSO(シングルサインオン)",
|
||||
"Symphony Logo": "Symphony",
|
||||
"WelcomeText": "ようこそ",
|
||||
"Welcome": "ようこそ",
|
||||
"Automatically redirect to your web browser on launch": "起動時にブラウザにリダイレクト",
|
||||
"Retry": "再試行",
|
||||
"Welcome back!": " ",
|
||||
|
@ -1,11 +1,8 @@
|
||||
{
|
||||
"About Symphony": "Symphonyについて",
|
||||
"AboutSymphony": {
|
||||
"About Symphony": "Symphonyについて",
|
||||
"Others": "その他",
|
||||
"Swift Search": "Swift検索",
|
||||
"Swift Search API": "Swift検索API",
|
||||
"Symphony Logo": "Symphonyロゴ",
|
||||
"Copy config to clipboard": "コンフィグをクリップボードにコピー",
|
||||
"Close": "閉じる",
|
||||
"Copyright": "Copyright",
|
||||
@ -83,7 +80,6 @@
|
||||
"Help": "ヘルプ",
|
||||
"Help Url": "https://support.symphony.com/hc/ja",
|
||||
"Hide Others": "他を隠す",
|
||||
"Hide Symphony": "Symphonyを隠す",
|
||||
"Ignore": "無視",
|
||||
"Later": "後で",
|
||||
"Learn More": "詳細",
|
||||
@ -107,7 +103,6 @@
|
||||
"CANCEL": "キャンセル",
|
||||
"Monitor": "モニター",
|
||||
"Notification Settings": "通知設定",
|
||||
"Notification Settings - Symphony": "通知設定 - Symphony",
|
||||
"Notification shown on Monitor: ": "モニターに表示する通知:",
|
||||
"OK": "OK",
|
||||
"Position": "位置",
|
||||
@ -136,7 +131,6 @@
|
||||
},
|
||||
"Please contact your admin for help": "不明な点がある場合は、管理者にお問い合わせください",
|
||||
"please contact your administrator for more details": "詳細は、管理者にお問い合わせください",
|
||||
"Quit Symphony": "Symphonyを終了",
|
||||
"Redo": "やり直し",
|
||||
"Refresh app when idle": "アイドル時にアプリを再表示",
|
||||
"Relaunch": "「リスタート」",
|
||||
@ -218,7 +212,6 @@
|
||||
"Unable to generate logs due to ": "ログを生成できません。理由:",
|
||||
"Undo": "元に戻す",
|
||||
"Updated": "更新済み",
|
||||
"Updating Title bar style requires Symphony to relaunch.": "タイトルバーのスタイルを更新するには、Symphonyが再起動する必要があります。",
|
||||
"View": "ビュー",
|
||||
"Welcome": {
|
||||
"Continue": "持続する",
|
||||
@ -236,8 +229,7 @@
|
||||
"Please enter a valid url": "有効なURLを入力してください",
|
||||
"Pod URL": "ポッドURL",
|
||||
"SSO": "SSO(シングルサインオン)",
|
||||
"Symphony Logo": "Symphony",
|
||||
"WelcomeText": "ようこそ",
|
||||
"Welcome": "ようこそ",
|
||||
"Automatically redirect to your web browser on launch": "起動時にブラウザにリダイレクト",
|
||||
"Retry": "再試行",
|
||||
"Welcome back!": " ",
|
||||
|
@ -1,11 +1,23 @@
|
||||
<svg width="276" height="49" viewBox="0 0 276 49" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.2682 16.3063V7.82845C34.2682 6.09218 33.3222 4.46013 31.8001 3.56967C29.5213 2.23609 24.5853 0 17.1341 0C9.6829 0 4.74686 2.23609 2.46802 3.56967C0.945944 4.46013 0 6.09218 0 7.82845V20.5601L27.129 28.3588V34.0306C27.129 34.7984 26.6435 35.3365 25.8182 35.7364L17.1341 40.0568L8.40498 35.7144C7.62467 35.3365 7.1392 34.7984 7.1392 34.0306V29.7768L0 27.6499V34.0306C0 37.5336 2.02325 40.5141 5.23589 42.0668L17.1341 48.21L28.988 42.0887C32.2449 40.5141 34.2682 37.5336 34.2682 34.0306V23.396L7.1392 15.5974V9.12374C9.0775 8.19499 12.3822 7.08971 17.1341 7.08971C21.8859 7.08971 25.1907 8.19499 27.129 9.12374V14.1794L34.2682 16.3063Z" fill="#008EFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M69.7591 36.1574C65.4693 36.1574 61.7926 34.7717 58.4908 32.7091L60.5335 29.6322C63.8353 31.7288 66.865 32.7431 70.2695 32.7431C74.2532 32.7431 76.1254 31.2212 76.1254 29.4299C76.1254 24.2914 59.2734 27.3674 59.2734 19.186C59.2734 15.197 63.291 12.053 69.7591 12.053C74.1167 12.053 77.8951 13.676 80.1082 15.8728L77.589 18.443C75.6828 16.786 72.7549 15.4673 69.6913 15.4673C65.9119 15.4673 63.3588 16.82 63.3588 18.7465C63.3588 23.5135 80.2447 20.9782 80.2447 29.0244C80.2447 33.2838 75.9211 36.1574 69.7591 36.1574Z" fill="#F8F8F8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M96.7568 26.3194V35.3458H92.6714V26.2854L82.4588 12.8304H87.2242L94.8845 23.2426L102.136 12.8304H106.834L96.7568 26.3194Z" fill="#F8F8F8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M135.329 35.3459V17.6986L134.206 20.0987L126.171 35.3459H123.72L115.788 20.0987L114.665 17.6986V35.3459H110.75V12.8305H116.434L124.061 27.9756L125.116 30.2745L126.171 27.9756L133.695 12.8305H139.312V35.3459H135.329Z" fill="#F8F8F8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M161.533 19.5244C161.533 17.665 160.273 16.2792 157.175 16.2792H149.651V23.5474H157.346C160.443 23.5474 161.533 22.0596 161.533 20.2343V19.5244ZM156.732 26.8607H149.651V35.3464H145.566V12.8309H156.732C162.928 12.8309 165.652 15.6025 165.652 19.5244V20.1332C165.652 24.0542 162.928 26.8607 156.732 26.8607Z" fill="#F8F8F8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M187.91 35.3459V25.6436H174.259V35.3459H170.174V12.8305H174.259V22.3645H187.91V12.8305H191.996V35.3459H187.91Z" fill="#F8F8F8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M216.665 22.7019C216.665 18.8481 213.975 15.5349 209.005 15.5349C204.035 15.5349 201.379 18.8481 201.379 22.7019V25.4404C201.379 29.2943 204.035 32.6755 209.005 32.6755C213.975 32.6755 216.665 29.2943 216.665 25.4404V22.7019ZM209.004 36.157C201.719 36.157 197.258 31.0185 197.258 25.5085V22.702C197.258 17.0899 201.719 12.0526 209.004 12.0526C216.323 12.0526 220.783 17.0899 220.783 22.702V25.5085C220.783 31.0185 216.323 36.157 209.004 36.157Z" fill="#F8F8F8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M244.371 35.3459L231.673 21.1129L230.038 19.0173V35.3459H225.987V12.8305H229.766L242.056 27.0975L243.724 29.1931V12.8305H247.741V35.3459H244.371Z" fill="#F8F8F8"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M265.923 26.3194V35.3458H261.838V26.2854L251.625 12.8304H256.391L264.051 23.2426L271.302 12.8304H276L265.923 26.3194Z" fill="#F8F8F8"/>
|
||||
<svg width="270" height="33" viewBox="0 0 270 33" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M44.6813 23.4512C40.3287 23.4512 38.4984 21.2861 38.2751 18.2727H41.1323C41.3331 19.8799 41.9805 21.2191 44.6813 21.2191C46.4447 21.2191 47.6947 20.237 47.6947 18.7638C47.6947 17.2906 46.9581 16.7326 44.3688 16.3085C40.5519 15.7951 38.7439 14.6344 38.7439 11.6434C38.7439 9.03177 40.976 7.06751 44.3019 7.06751C47.7393 7.06751 49.7929 8.62999 50.1054 11.688H47.3822C47.092 10.0139 46.1322 9.29963 44.3019 9.29963C42.4938 9.29963 41.5564 10.1702 41.5564 11.3978C41.5564 12.6924 42.0921 13.3398 44.8599 13.7415C48.6098 14.2549 50.5518 15.3263 50.5518 18.5183C50.5518 21.2861 48.2081 23.4512 44.6813 23.4512Z" fill="white"/>
|
||||
<path d="M54.2794 27.2235L56.3999 22.045L51.7795 11.5541H54.7035L57.8062 19.0763L60.6633 11.5541H63.2972L56.9356 27.2235H54.2794Z" fill="white"/>
|
||||
<path d="M65.3225 23.228V11.5541H68.0233V13.3398C68.5814 12.246 69.8537 11.3085 71.5724 11.3085C73.0902 11.3085 74.2956 11.9558 74.8759 13.4067C75.7688 11.9558 77.3759 11.3085 78.8268 11.3085C80.9696 11.3085 82.7107 12.6255 82.7107 15.8397V23.228H80.0098V16.0183C80.0098 14.2996 79.2732 13.563 77.9339 13.563C76.5947 13.563 75.367 14.4558 75.367 16.2415V23.228H72.6661V16.0183C72.6661 14.2996 71.9072 13.563 70.5903 13.563C69.251 13.563 68.0233 14.4558 68.0233 16.2415V23.228H65.3225Z" fill="white"/>
|
||||
<path d="M85.8126 27.2235V11.5541H88.5135V13.429C89.1608 12.313 90.6117 11.3085 92.3304 11.3085C95.2545 11.3085 97.5089 13.4737 97.5089 17.246V17.4245C97.5089 21.1745 95.3437 23.4512 92.3304 23.4512C90.4777 23.4512 89.1385 22.5361 88.5135 21.3977V27.2235H85.8126ZM91.6607 21.3084C93.6473 21.3084 94.7411 19.9691 94.7411 17.4692V17.2906C94.7411 14.7014 93.4018 13.429 91.6384 13.429C89.7635 13.429 88.4242 14.7014 88.4242 17.2906V17.4692C88.4242 20.0808 89.6965 21.3084 91.6607 21.3084Z" fill="white"/>
|
||||
<path d="M99.9377 23.228V6.15234H102.639V13.4067C103.197 12.2683 104.491 11.3085 106.411 11.3085C108.755 11.3085 110.406 12.6701 110.406 15.8844V23.228H107.705V16.1299C107.705 14.3665 106.991 13.563 105.384 13.563C103.866 13.563 102.639 14.5005 102.639 16.3531V23.228H99.9377Z" fill="white"/>
|
||||
<path d="M118.741 21.3531C120.75 21.3531 121.955 19.8575 121.955 17.4692V17.3129C121.955 14.9022 120.75 13.429 118.741 13.429C116.732 13.429 115.504 14.8799 115.504 17.2906V17.4692C115.504 19.8575 116.687 21.3531 118.741 21.3531ZM118.719 23.4512C115.281 23.4512 112.737 21.0629 112.737 17.5138V17.3352C112.737 13.7192 115.304 11.3085 118.741 11.3085C122.156 11.3085 124.723 13.6969 124.723 17.2683V17.4469C124.723 21.0852 122.156 23.4512 118.719 23.4512Z" fill="white"/>
|
||||
<path d="M127.163 23.228V11.5541H129.864V13.4067C130.422 12.2683 131.717 11.3085 133.637 11.3085C135.98 11.3085 137.632 12.6701 137.632 15.8844V23.228H134.931V16.1299C134.931 14.3665 134.217 13.563 132.61 13.563C131.092 13.563 129.864 14.5005 129.864 16.3531V23.228H127.163Z" fill="white"/>
|
||||
<path d="M141.711 27.2235L143.832 22.045L139.211 11.5541H142.135L145.238 19.0763L148.095 11.5541H150.729L144.367 27.2235H141.711Z" fill="white"/>
|
||||
<path d="M158.296 23.228V7.2684H162.269L166.466 18.1611L170.573 7.2684H174.501V23.228H171.533V11.1746L166.778 23.228H165.818L160.975 11.1746V23.228H158.296Z" fill="white"/>
|
||||
<path d="M182.956 23.4512C179.518 23.4512 177.041 21.1968 177.041 17.5138V17.3352C177.041 13.7192 179.518 11.3085 182.844 11.3085C185.746 11.3085 188.358 13.0273 188.358 17.2013V17.9826H179.809C179.898 20.1924 181.014 21.4423 183.023 21.4423C184.652 21.4423 185.501 20.795 185.701 19.6566H188.313C187.934 22.112 185.947 23.4512 182.956 23.4512ZM179.853 16.1745H185.679C185.545 14.1656 184.518 13.2728 182.844 13.2728C181.215 13.2728 180.121 14.3665 179.853 16.1745Z" fill="white"/>
|
||||
<path d="M194.875 23.4512C191.861 23.4512 190.098 22.0673 189.986 19.5897H192.531C192.665 20.7727 193.267 21.4647 194.852 21.4647C196.303 21.4647 196.95 20.9513 196.95 19.9691C196.95 19.0093 196.169 18.6522 194.45 18.362C191.37 17.871 190.232 17.0004 190.232 14.813C190.232 12.4692 192.419 11.3085 194.607 11.3085C196.995 11.3085 198.892 12.2014 199.183 14.8353H196.683C196.459 13.7639 195.857 13.2728 194.607 13.2728C193.446 13.2728 192.754 13.8308 192.754 14.6567C192.754 15.5049 193.312 15.8397 195.165 16.1522C197.91 16.5763 199.54 17.246 199.54 19.7236C199.54 22.0897 197.866 23.4512 194.875 23.4512Z" fill="white"/>
|
||||
<path d="M205.904 23.4512C202.891 23.4512 201.128 22.0673 201.016 19.5897H203.561C203.695 20.7727 204.297 21.4647 205.882 21.4647C207.333 21.4647 207.98 20.9513 207.98 19.9691C207.98 19.0093 207.199 18.6522 205.48 18.362C202.4 17.871 201.262 17.0004 201.262 14.813C201.262 12.4692 203.449 11.3085 205.636 11.3085C208.025 11.3085 209.922 12.2014 210.212 14.8353H207.712C207.489 13.7639 206.886 13.2728 205.636 13.2728C204.476 13.2728 203.784 13.8308 203.784 14.6567C203.784 15.5049 204.342 15.8397 206.194 16.1522C208.94 16.5763 210.569 17.246 210.569 19.7236C210.569 22.0897 208.895 23.4512 205.904 23.4512Z" fill="white"/>
|
||||
<path d="M215.997 23.4512C213.854 23.4512 212.09 22.4245 212.09 19.9915C212.09 17.2683 214.724 16.2862 218.072 16.2862H219.523V15.6835C219.523 14.121 218.988 13.3398 217.403 13.3398C215.997 13.3398 215.305 14.0094 215.171 15.1701H212.559C212.782 12.4469 214.948 11.3085 217.559 11.3085C220.171 11.3085 222.224 12.3799 222.224 15.5719V23.228H219.568V21.7995C218.809 22.8039 217.782 23.4512 215.997 23.4512ZM216.644 21.5093C218.296 21.5093 219.523 20.6388 219.523 19.1433V17.9826H218.139C216.086 17.9826 214.769 18.4513 214.769 19.8799C214.769 20.862 215.305 21.5093 216.644 21.5093Z" fill="white"/>
|
||||
<path d="M230.298 27.5137C226.637 27.5137 224.985 25.8619 224.673 23.6298H227.396C227.619 24.7905 228.512 25.4602 230.275 25.4602C232.373 25.4602 233.534 24.4111 233.534 22.3129V20.5941C232.887 21.7102 231.436 22.7593 229.717 22.7593C226.793 22.7593 224.539 20.5718 224.539 17.2013V17.0451C224.539 13.7639 226.771 11.3085 229.784 11.3085C231.704 11.3085 232.864 12.1791 233.534 13.3398V11.5541H236.235V22.3575C236.213 25.795 233.914 27.5137 230.298 27.5137ZM230.387 20.6834C232.262 20.6834 233.623 19.3442 233.623 17.112V16.9558C233.623 14.746 232.418 13.429 230.476 13.429C228.467 13.429 227.306 14.8799 227.306 17.0004V17.179C227.306 19.3442 228.646 20.6834 230.387 20.6834Z" fill="white"/>
|
||||
<path d="M239.512 23.228V11.5541H242.213V23.228H239.512ZM240.829 9.63445C239.936 9.63445 239.222 8.96481 239.222 8.09429C239.222 7.20144 239.936 6.5318 240.829 6.5318C241.722 6.5318 242.436 7.20144 242.436 8.09429C242.436 8.96481 241.722 9.63445 240.829 9.63445Z" fill="white"/>
|
||||
<path d="M245.505 23.228V11.5541H248.206V13.4067C248.764 12.2683 250.058 11.3085 251.978 11.3085C254.322 11.3085 255.973 12.6701 255.973 15.8844V23.228H253.273V16.1299C253.273 14.3665 252.558 13.563 250.951 13.563C249.433 13.563 248.206 14.5005 248.206 16.3531V23.228H245.505Z" fill="white"/>
|
||||
<path d="M264.063 27.5137C260.402 27.5137 258.75 25.8619 258.438 23.6298H261.161C261.384 24.7905 262.277 25.4602 264.04 25.4602C266.139 25.4602 267.299 24.4111 267.299 22.3129V20.5941C266.652 21.7102 265.201 22.7593 263.482 22.7593C260.558 22.7593 258.304 20.5718 258.304 17.2013V17.0451C258.304 13.7639 260.536 11.3085 263.549 11.3085C265.469 11.3085 266.63 12.1791 267.299 13.3398V11.5541H270V22.3575C269.978 25.795 267.679 27.5137 264.063 27.5137ZM264.152 20.6834C266.027 20.6834 267.388 19.3442 267.388 17.112V16.9558C267.388 14.746 266.183 13.429 264.241 13.429C262.232 13.429 261.072 14.8799 261.072 17.0004V17.179C261.072 19.3442 262.411 20.6834 264.152 20.6834Z" fill="white"/>
|
||||
<path d="M23.8081 30.3887L31.7509 16.833L23.8081 3.27722L9.96756 3.27722V6.46681L21.9802 6.46681L28.0541 16.833L21.9802 27.1991L9.96756 27.1991L9.96756 30.3887H23.8081Z" fill="#008EFF"/>
|
||||
<path d="M13.9544 15.2381L0 15.2382L8.96355e-06 18.4278L13.9545 18.4277L13.9544 15.2381Z" fill="#008EFF"/>
|
||||
<path d="M3.98699 9.25771H17.9414V12.4473H3.98699V9.25771Z" fill="#008EFF"/>
|
||||
<path d="M17.9414 21.2187H3.98699V24.4083H17.9414V21.2187Z" fill="#008EFF"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 7.8 KiB |
@ -1,18 +1,7 @@
|
||||
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 20C0 12.1746 0 8.26188 1.80534 5.41094C2.72586 3.95728 3.95728 2.72586 5.41094 1.80534C8.26188 0 12.1746 0 20 0C27.8254 0 31.7381 0 34.5891 1.80534C36.0427 2.72586 37.2741 3.95728 38.1947 5.41094C40 8.26188 40 12.1746 40 20C40 27.8254 40 31.7381 38.1947 34.5891C37.2741 36.0427 36.0427 37.2741 34.5891 38.1947C31.7381 40 27.8254 40 20 40C12.1746 40 8.26188 40 5.41094 38.1947C3.95728 37.2741 2.72586 36.0427 1.80534 34.5891C0 31.7381 0 27.8254 0 20Z" fill="#000028"/>
|
||||
<path d="M0 20C0 12.1746 0 8.26188 1.80534 5.41094C2.72586 3.95728 3.95728 2.72586 5.41094 1.80534C8.26188 0 12.1746 0 20 0C27.8254 0 31.7381 0 34.5891 1.80534C36.0427 2.72586 37.2741 3.95728 38.1947 5.41094C40 8.26188 40 12.1746 40 20C40 27.8254 40 31.7381 38.1947 34.5891C37.2741 36.0427 36.0427 37.2741 34.5891 38.1947C31.7381 40 27.8254 40 20 40C12.1746 40 8.26188 40 5.41094 38.1947C3.95728 37.2741 2.72586 36.0427 1.80534 34.5891C0 31.7381 0 27.8254 0 20Z" fill="url(#paint0_linear)"/>
|
||||
<g opacity="0.8">
|
||||
<path d="M29.028 15.7647V11.1598C29.028 10.2164 28.5297 9.33088 27.7219 8.84574C26.5177 8.12189 23.9094 6.90906 19.9685 6.90906C16.0276 6.90906 13.4193 8.12189 12.2151 8.84959C11.4073 9.33088 10.9091 10.2164 10.9091 11.1598V18.0748L25.2532 22.3101V25.3903C25.2532 25.8062 24.9965 26.0988 24.5586 26.3183L19.9685 28.6631L15.352 26.3067C14.9405 26.0988 14.6838 25.8062 14.6838 25.3903V23.0802L10.9091 21.9251V25.3903C10.9091 27.2924 11.9773 28.9095 13.676 29.7527L19.9685 33.0909L26.2346 29.7681C27.9597 28.9095 29.028 27.2924 29.028 25.3903V19.6149L14.6838 15.3796V11.8644C15.7106 11.36 17.4545 10.7593 19.9685 10.7593C22.4825 10.7593 24.2265 11.36 25.2532 11.8644V14.6096L29.028 15.7647Z" fill="#0098FF"/>
|
||||
<path d="M29.028 15.7647V11.1598C29.028 10.2164 28.5297 9.33088 27.7219 8.84574C26.5177 8.12189 23.9094 6.90906 19.9685 6.90906C16.0276 6.90906 13.4193 8.12189 12.2151 8.84959C11.4073 9.33088 10.9091 10.2164 10.9091 11.1598V18.0748L25.2532 22.3101V25.3903C25.2532 25.8062 24.9965 26.0988 24.5586 26.3183L19.9685 28.6631L15.352 26.3067C14.9405 26.0988 14.6838 25.8062 14.6838 25.3903V23.0802L10.9091 21.9251V25.3903C10.9091 27.2924 11.9773 28.9095 13.676 29.7527L19.9685 33.0909L26.2346 29.7681C27.9597 28.9095 29.028 27.2924 29.028 25.3903V19.6149L14.6838 15.3796V11.8644C15.7106 11.36 17.4545 10.7593 19.9685 10.7593C22.4825 10.7593 24.2265 11.36 25.2532 11.8644V14.6096L29.028 15.7647Z" fill="url(#paint1_radial)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear" x1="20" y1="0" x2="20" y2="40" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.2"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint1_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(20 6.90906) rotate(90) scale(17.7273 22.8164)">
|
||||
<stop stop-color="white" stop-opacity="0.4"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<path d="M28.6989 0H11.3011C5.05968 0 0 5.05968 0 11.3011V28.6989C0 34.9403 5.05968 40 11.3011 40H28.6989C34.9403 40 40 34.9403 40 28.6989V11.3011C40 5.05968 34.9403 0 28.6989 0Z" fill="#000028"/>
|
||||
<path d="M26.1608 30.625L32.3863 20L26.1608 9.375L15.3126 9.375V11.875L24.7281 11.875L29.4888 20L24.7281 28.125L15.3126 28.125L15.3126 30.625H26.1608Z" fill="#008EFF"/>
|
||||
<path d="M18.4375 18.75L7.5 18.75L7.50001 21.25L18.4375 21.25L18.4375 18.75Z" fill="#008EFF"/>
|
||||
<path d="M10.625 14.0625H21.5625V16.5625H10.625V14.0625Z" fill="#008EFF"/>
|
||||
<path d="M21.5625 23.4375H10.625V25.9375H21.5625V23.4375Z" fill="#008EFF"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 715 B |
@ -1,18 +1,7 @@
|
||||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 12C0 7.30475 0 4.95713 1.0832 3.24656C1.63551 2.37437 2.37437 1.63551 3.24656 1.0832C4.95713 0 7.30475 0 12 0C16.6952 0 19.0429 0 20.7534 1.0832C21.6256 1.63551 22.3645 2.37437 22.9168 3.24656C24 4.95713 24 7.30475 24 12C24 16.6952 24 19.0429 22.9168 20.7534C22.3645 21.6256 21.6256 22.3645 20.7534 22.9168C19.0429 24 16.6952 24 12 24C7.30475 24 4.95713 24 3.24656 22.9168C2.37437 22.3645 1.63551 21.6256 1.0832 20.7534C0 19.0429 0 16.6952 0 12Z" fill="#000028"/>
|
||||
<path d="M0 12C0 7.30475 0 4.95713 1.0832 3.24656C1.63551 2.37437 2.37437 1.63551 3.24656 1.0832C4.95713 0 7.30475 0 12 0C16.6952 0 19.0429 0 20.7534 1.0832C21.6256 1.63551 22.3645 2.37437 22.9168 3.24656C24 4.95713 24 7.30475 24 12C24 16.6952 24 19.0429 22.9168 20.7534C22.3645 21.6256 21.6256 22.3645 20.7534 22.9168C19.0429 24 16.6952 24 12 24C7.30475 24 4.95713 24 3.24656 22.9168C2.37437 22.3645 1.63551 21.6256 1.0832 20.7534C0 19.0429 0 16.6952 0 12Z" fill="url(#paint0_linear)"/>
|
||||
<g opacity="0.8">
|
||||
<path d="M17.4168 9.45882V6.69586C17.4168 6.12987 17.1178 5.59854 16.6331 5.30746C15.9106 4.87315 14.3456 4.14545 11.9811 4.14545C9.61656 4.14545 8.05154 4.87315 7.32905 5.30977C6.84437 5.59854 6.54541 6.12987 6.54541 6.69586V10.8449L15.1519 13.3861V15.2342C15.1519 15.4837 14.9979 15.6593 14.7352 15.791L11.9811 17.1979L9.21115 15.784C8.96428 15.6593 8.81027 15.4837 8.81027 15.2342V13.8481L6.54541 13.1551V15.2342C6.54541 16.3754 7.18637 17.3457 8.20556 17.8516L11.9811 19.8545L15.7408 17.8609C16.7758 17.3457 17.4168 16.3754 17.4168 15.2342V11.769L8.81027 9.2278V7.11862C9.42632 6.81599 10.4727 6.45561 11.9811 6.45561C13.4895 6.45561 14.5358 6.81599 15.1519 7.11862V8.76577L17.4168 9.45882Z" fill="#0098FF"/>
|
||||
<path d="M17.4168 9.45882V6.69586C17.4168 6.12987 17.1178 5.59854 16.6331 5.30746C15.9106 4.87315 14.3456 4.14545 11.9811 4.14545C9.61656 4.14545 8.05154 4.87315 7.32905 5.30977C6.84437 5.59854 6.54541 6.12987 6.54541 6.69586V10.8449L15.1519 13.3861V15.2342C15.1519 15.4837 14.9979 15.6593 14.7352 15.791L11.9811 17.1979L9.21115 15.784C8.96428 15.6593 8.81027 15.4837 8.81027 15.2342V13.8481L6.54541 13.1551V15.2342C6.54541 16.3754 7.18637 17.3457 8.20556 17.8516L11.9811 19.8545L15.7408 17.8609C16.7758 17.3457 17.4168 16.3754 17.4168 15.2342V11.769L8.81027 9.2278V7.11862C9.42632 6.81599 10.4727 6.45561 11.9811 6.45561C13.4895 6.45561 14.5358 6.81599 15.1519 7.11862V8.76577L17.4168 9.45882Z" fill="url(#paint1_radial)"/>
|
||||
</g>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear" x1="12" y1="0" x2="12" y2="24" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="white" stop-opacity="0.2"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="paint1_radial" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(12 4.14545) rotate(90) scale(10.6364 13.6898)">
|
||||
<stop stop-color="white" stop-opacity="0.4"/>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
<path d="M17.2193 0H6.78067C3.03581 0 0 3.03581 0 6.78067V17.2193C0 20.9642 3.03581 24 6.78067 24H17.2193C20.9642 24 24 20.9642 24 17.2193V6.78067C24 3.03581 20.9642 0 17.2193 0Z" fill="#000028"/>
|
||||
<path d="M15.6965 18.375L19.4318 12L15.6965 5.625L9.18754 5.625V7.125L14.8368 7.125L17.6933 12L14.8368 16.875H9.18754L9.18754 18.375H15.6965Z" fill="#008EFF"/>
|
||||
<path d="M11.0625 11.25L4.5 11.25L4.5 12.75L11.0625 12.75L11.0625 11.25Z" fill="#008EFF"/>
|
||||
<path d="M6.375 8.4375H12.9375V9.9375H6.375V8.4375Z" fill="#008EFF"/>
|
||||
<path d="M12.9375 14.0625H6.375V15.5625H12.9375V14.0625Z" fill="#008EFF"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 696 B |
@ -163,7 +163,7 @@ export default class AboutApp extends React.Component<{}, IState> {
|
||||
<img
|
||||
className='AboutApp-logo'
|
||||
src={SymphonyLogo}
|
||||
alt={i18n.t('Symphony Logo', ABOUT_SYMPHONY_NAMESPACE)()}
|
||||
alt={i18n.t('Symphony Messaging Logo', ABOUT_SYMPHONY_NAMESPACE)()}
|
||||
/>
|
||||
</div>
|
||||
<div className='AboutApp-main-container'>
|
||||
@ -185,7 +185,10 @@ export default class AboutApp extends React.Component<{}, IState> {
|
||||
>
|
||||
<img
|
||||
src={CopyIcon}
|
||||
alt={i18n.t('Symphony Logo', ABOUT_SYMPHONY_NAMESPACE)()}
|
||||
alt={i18n.t(
|
||||
'Symphony Messaging Logo',
|
||||
ABOUT_SYMPHONY_NAMESPACE,
|
||||
)()}
|
||||
></img>
|
||||
<span>
|
||||
{i18n.t('Copy config to clipboard', ABOUT_SYMPHONY_NAMESPACE)()}
|
||||
|
@ -338,7 +338,7 @@ export default class CallNotification extends React.Component<
|
||||
};
|
||||
|
||||
/**
|
||||
* Renders image if provided otherwise renders symphony logo
|
||||
* Renders image if provided otherwise renders Symphony Messaging logo
|
||||
* @param imageUrl
|
||||
* @param profilePlaceHolderText
|
||||
* @param callType
|
||||
@ -353,7 +353,7 @@ export default class CallNotification extends React.Component<
|
||||
): JSX.Element | undefined {
|
||||
let imgClass = 'default-logo';
|
||||
let url = '../renderer/assets/notification-symphony-logo.svg';
|
||||
let alt = 'Symphony logo';
|
||||
let alt = 'Symphony Messaging logo';
|
||||
|
||||
if (imageUrl) {
|
||||
imgClass = 'profile-picture';
|
||||
|
@ -126,7 +126,7 @@ export default class LoadingScreen extends React.Component<{}, IState> {
|
||||
onClick={this.eventHandlers.onQuit}
|
||||
className='LoadingScreen-button'
|
||||
>
|
||||
{i18n.t('Quit Symphony')()}
|
||||
{i18n.t('Quit Symphony Messaging')()}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -281,13 +281,13 @@ export default class NotificationComp extends React.Component<
|
||||
);
|
||||
}
|
||||
/**
|
||||
* Renders image if provided otherwise renders symphony logo
|
||||
* Renders image if provided otherwise renders Symphony Messaging logo
|
||||
* @param imageUrl
|
||||
*/
|
||||
private renderImage(imageUrl: string | undefined): JSX.Element | undefined {
|
||||
let imgClass = 'default-logo';
|
||||
let url = '../renderer/assets/notification-symphony-logo.svg';
|
||||
let alt = 'Symphony logo';
|
||||
let alt = 'Symphony Messaging logo';
|
||||
const isDefaultUrl = imageUrl && imageUrl.includes('default.png');
|
||||
const shouldDisplayBadge = !!imageUrl && !isDefaultUrl;
|
||||
if (imageUrl && !isDefaultUrl) {
|
||||
|
@ -44,41 +44,43 @@ const load = () => {
|
||||
document.title = i18n.t('About Symphony Messaging', 'AboutSymphony')();
|
||||
break;
|
||||
case components.screenPicker:
|
||||
document.title = i18n.t('Screen Picker - Symphony')();
|
||||
document.title = i18n.t('Screen Picker - Symphony Messaging')();
|
||||
component = ScreenPicker;
|
||||
break;
|
||||
case components.screenSharingIndicator:
|
||||
document.title = i18n.t('Screen Sharing Indicator - Symphony')();
|
||||
document.title = i18n.t(
|
||||
'Screen Sharing Indicator - Symphony Messaging',
|
||||
)();
|
||||
component = ScreenSharingIndicator;
|
||||
break;
|
||||
case components.screenSharingFrame:
|
||||
component = ScreenSharingFrame;
|
||||
break;
|
||||
case components.snippingTool:
|
||||
document.title = i18n.t('Symphony')();
|
||||
document.title = i18n.t('Symphony Messaging')();
|
||||
component = SnippingTool;
|
||||
break;
|
||||
case components.basicAuth:
|
||||
document.title = i18n.t('Basic Authentication - Symphony')();
|
||||
document.title = i18n.t('Basic Authentication - Symphony Messaging')();
|
||||
component = BasicAuth;
|
||||
break;
|
||||
case components.notification:
|
||||
document.title = i18n.t('Notification - Symphony')();
|
||||
document.title = i18n.t('Notification - Symphony Messaging')();
|
||||
component = NotificationComp;
|
||||
break;
|
||||
case components.notificationSettings:
|
||||
document.title = i18n.t(
|
||||
'Notification Settings - Symphony',
|
||||
'Notification Settings - Symphony Messaging',
|
||||
'NotificationSettings',
|
||||
)();
|
||||
component = NotificationSettings;
|
||||
break;
|
||||
case components.callNotification:
|
||||
document.title = i18n.t('Call Notification - Symphony')();
|
||||
document.title = i18n.t('Call Notification - Symphony Messaging')();
|
||||
component = CallNotification;
|
||||
break;
|
||||
case components.welcome:
|
||||
document.title = i18n.t('WelcomeText', 'Welcome')();
|
||||
document.title = i18n.t('Welcome', 'Welcome')();
|
||||
component = Welcome;
|
||||
break;
|
||||
case components.titleBar:
|
||||
|
@ -206,7 +206,7 @@ ipcRenderer.on('exit-html-fullscreen', async () => {
|
||||
|
||||
ipcRenderer.on('page-load-welcome', (_event, { locale, resources }) => {
|
||||
i18n.setResource(locale, resources);
|
||||
document.title = i18n.t('WelcomeText', 'Welcome')();
|
||||
document.title = i18n.t('Welcome', 'Welcome')();
|
||||
const styles = document.createElement('link');
|
||||
styles.rel = 'stylesheet';
|
||||
styles.type = 'text/css';
|
||||
|
@ -47,7 +47,7 @@ body {
|
||||
font-size: 1.125rem;
|
||||
line-height: 24px;
|
||||
color: @graphite-05;
|
||||
margin-bottom: 24px;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
&-symphony-section {
|
||||
|