From 4fe4582f55382023f4b8f88e00f5eaf5d7348a02 Mon Sep 17 00:00:00 2001 From: WendyH Date: Tue, 14 Nov 2023 17:12:55 +0600 Subject: [PATCH] Tray menu translate Exit --- i18n/ru.json | 2 +- src/main/menus/tray.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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', }, ];