Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/nls/ru/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,18 +155,21 @@ define({
// File menu commands
"FILE_MENU" : "Файл",
"CMD_FILE_NEW" : "Новый файл",
"CMD_FILE_NEW_UNTITLED" : "Новый",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you place this string before File New?

"CMD_FILE_NEW_FOLDER" : "Новая папка",
"CMD_FILE_OPEN" : "Открыть\u2026",
"CMD_ADD_TO_WORKING_SET" : "Добавить в рабочий набор",
"CMD_OPEN_FOLDER" : "Открыть папку\u2026",
"CMD_FILE_CLOSE" : "Закрыть",
"CMD_FILE_CLOSE_ALL" : "Закрыть все",
"CMD_FILE_SAVE" : "Сохранить",
"CMD_FILE_SAVE_AS" : "Сохранить как",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you place this string after Save All, and add "\u2026" to the end of the string?

"CMD_FILE_SAVE_ALL" : "Сохранить все",
"CMD_LIVE_FILE_PREVIEW" : "Интерактивный Предпросмотр",
"CMD_LIVE_HIGHLIGHT" : "Интерактивная Подсветка",
"CMD_PROJECT_SETTINGS" : "Настройки проекта\u2026",
"CMD_FILE_RENAME" : "Переименовать",
"CMD_EXTENSION_MANAGER" : "Менеджер расширений\u2026",
"CMD_QUIT" : "Выход",

// Edit menu commands
Expand Down