diff --git a/i18n/ru.json b/i18n/ru.json index 72cc779fd58..0f81f7a35cb 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -124,7 +124,7 @@ "renderer.components.newServerModal.serverURL": "URL сервера", "renderer.components.newServerModal.serverDisplayName.description": "Имя сервера, отображаемое на панели вкладок вашего приложения.", "renderer.components.newServerModal.serverDisplayName": "Отображаемое имя сервера", - "common.tabs.TAB_MESSAGING": "Channels", + "common.tabs.TAB_MESSAGING": "Чат", "renderer.components.newServerModal.error.nameRequired": "Укажите имя сервера.", "renderer.components.newServerModal.error.urlRequired": "Укажите URL-адрес.", "renderer.components.newServerModal.error.urlNeedsHttp": "URL-адрес должен начинаться с http:// или https://.", diff --git a/src/main/menus/tray.ts b/src/main/menus/tray.ts index cc552b49f47..95918e2b98c 100644 --- a/src/main/menus/tray.ts +++ b/src/main/menus/tray.ts @@ -32,6 +32,7 @@ export function createTemplate() { }, { type: 'separator', }, { + label: localizeMessage('main.menus.app.file.exit', 'Exit'), role: 'quit', }, ];