-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from OSPanel/master
Updating the Russian translation for ST v4169
- Loading branch information
Showing
42 changed files
with
25,322 additions
and
7,576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{"command":"cut","caption":"Вырезать"}, | ||
{"command":"copy","caption":"Копировать"}, | ||
{"command":"paste","caption":"Вставить"}, | ||
{"caption":"-"}, | ||
{"command":"select_all","caption":"Выделить всё"}, | ||
{"caption":"-"}, | ||
{"command":"console_python_version","args":{"version":"3.8"},"checkbox":true}, | ||
{"command":"console_python_version","args":{"version":"3.3"},"checkbox":true} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[ | ||
{"command":"open_context_url","caption":"Открыть URL"}, | ||
{"command":"goto_definition","caption":"Перейти к определению"}, | ||
{"caption":"-","id":"diff"}, | ||
{"command":"toggle_inline_diff","caption":"Показать/Скрыть отличия"}, | ||
{"command":"revert_hunk","caption":"Отменить редактирование"}, | ||
{"caption":"-","id":"clipboard"}, | ||
{"caption":"Вырезать","command":"cut"}, | ||
{"caption":"Копировать","command":"copy"}, | ||
{"caption":"Вставить","command":"paste"}, | ||
{"caption":"-","id":"selection"}, | ||
{"caption":"Выделить всё","command":"select_all"}, | ||
{"caption":"-","id":"repo_commands"}, | ||
{"caption":"Открыть Git репозиторий…","command":"sublime_merge_open_repo"}, | ||
{"caption":"История файла…","command":"sublime_merge_file_history"}, | ||
{"caption":"История строк…","command":"sublime_merge_line_history"}, | ||
{"caption":"Команда 'blame'…","command":"sublime_merge_blame_file"}, | ||
{"caption":"-","id":"file"}, | ||
{"caption":"Открыть в браузере","command":"open_in_browser"}, | ||
{"caption":"Открыть родительскую папку…","command":"open_dir","args":{"dir":"$file_path","file":"$file_name"}}, | ||
{"caption":"Скопировать путь к файлу","command":"copy_path"}, | ||
{"caption":"Показать на боковой панели","command":"reveal_in_side_bar"}, | ||
{"caption":"-","id":"end"} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
[ | ||
{ | ||
"caption": "Установить кодировку", | ||
"children": | ||
[ | ||
{ "caption": "UTF-8", "command": "set_encoding", "args": {"encoding": "utf-8" } }, | ||
{ "caption": "UTF-16 LE", "command": "set_encoding", "args": {"encoding": "utf-16 le" } }, | ||
{ "caption": "UTF-16 BE", "command": "set_encoding", "args": {"encoding": "utf-16 be" } }, | ||
{ "caption": "-" }, | ||
{ "caption": "Western (Windows 1252)", "command": "set_encoding", "args": {"encoding": "Western (Windows 1252)" } }, | ||
{ "caption": "Western (ISO 8859-1)", "command": "set_encoding", "args": {"encoding": "Western (ISO 8859-1)" } }, | ||
{ "caption": "Western (ISO 8859-3)", "command": "set_encoding", "args": {"encoding": "Western (ISO 8859-3)" } }, | ||
{ "caption": "Western (ISO 8859-15)", "command": "set_encoding", "args": {"encoding": "Western (ISO 8859-15)" } }, | ||
{ "caption": "Western (Mac Roman)", "command": "set_encoding", "args": {"encoding": "Western (Mac Roman)" } }, | ||
{ "caption": "DOS (CP 437)", "command": "set_encoding", "args": {"encoding": "DOS (CP 437)" } }, | ||
{ "caption": "Arabic (Windows 1256)", "command": "set_encoding", "args": {"encoding": "Arabic (Windows 1256)" } }, | ||
{ "caption": "Arabic (ISO 8859-6)", "command": "set_encoding", "args": {"encoding": "Arabic (ISO 8859-6)" } }, | ||
{ "caption": "Baltic (Windows 1257)", "command": "set_encoding", "args": {"encoding": "Baltic (Windows 1257)" } }, | ||
{ "caption": "Baltic (ISO 8859-4)", "command": "set_encoding", "args": {"encoding": "Baltic (ISO 8859-4)" } }, | ||
{ "caption": "Celtic (ISO 8859-14)", "command": "set_encoding", "args": {"encoding": "Celtic (ISO 8859-14)" } }, | ||
{ "caption": "Central European (Windows 1250)", "command": "set_encoding", "args": {"encoding": "Central European (Windows 1250)" } }, | ||
{ "caption": "Central European (ISO 8859-2)", "command": "set_encoding", "args": {"encoding": "Central European (ISO 8859-2)" } }, | ||
{ "caption": "Central European (Mac)", "command": "set_encoding", "args": {"encoding": "Central European (Mac)" } }, | ||
{ "caption": "Cyrillic (Windows 1251)", "command": "set_encoding", "args": {"encoding": "Cyrillic (Windows 1251)" } }, | ||
{ "caption": "Cyrillic (Windows 866)", "command": "set_encoding", "args": {"encoding": "Cyrillic (Windows 866)" } }, | ||
{ "caption": "Cyrillic (ISO 8859-5)", "command": "set_encoding", "args": {"encoding": "Cyrillic (ISO 8859-5)" } }, | ||
{ "caption": "Cyrillic (KOI8-R)", "command": "set_encoding", "args": {"encoding": "Cyrillic (KOI8-R)" } }, | ||
{ "caption": "Cyrillic (KOI8-U)", "command": "set_encoding", "args": {"encoding": "Cyrillic (KOI8-U)" } }, | ||
{ "caption": "Estonian (ISO 8859-13)", "command": "set_encoding", "args": {"encoding": "Estonian (ISO 8859-13)" } }, | ||
{ "caption": "Greek (Windows 1253)", "command": "set_encoding", "args": {"encoding": "Greek (Windows 1253)" } }, | ||
{ "caption": "Greek (ISO 8859-7)", "command": "set_encoding", "args": {"encoding": "Greek (ISO 8859-7)" } }, | ||
{ "caption": "Hebrew (Windows 1255)", "command": "set_encoding", "args": {"encoding": "Hebrew (Windows 1255)" } }, | ||
{ "caption": "Hebrew (ISO 8859-8)", "command": "set_encoding", "args": {"encoding": "Hebrew (ISO 8859-8)" } }, | ||
{ "caption": "Nordic (ISO 8859-10)", "command": "set_encoding", "args": {"encoding": "Nordic (ISO 8859-10)" } }, | ||
{ "caption": "Romanian (ISO 8859-16)", "command": "set_encoding", "args": {"encoding": "Romanian (ISO 8859-16)" } }, | ||
{ "caption": "Turkish (Windows 1254)", "command": "set_encoding", "args": {"encoding": "Turkish (Windows 1254)" } }, | ||
{ "caption": "Turkish (ISO 8859-9)", "command": "set_encoding", "args": {"encoding": "Turkish (ISO 8859-9)" } }, | ||
{ "caption": "Vietnamese (Windows 1258)", "command": "set_encoding", "args": {"encoding": "Vietnamese (Windows 1258)" } }, | ||
{ "caption": "-" }, | ||
{ "caption": "Hexadecimal", "command": "set_encoding", "args": {"encoding": "Hexadecimal" } } | ||
] | ||
}, | ||
|
||
{ | ||
"caption": "Переоткрыть в кодировке", | ||
"children": | ||
[ | ||
{ "caption": "UTF-8", "command": "reopen", "args": {"encoding": "utf-8" } }, | ||
{ "caption": "UTF-16 LE", "command": "reopen", "args": {"encoding": "utf-16 le" } }, | ||
{ "caption": "UTF-16 BE", "command": "reopen", "args": {"encoding": "utf-16 be" } }, | ||
{ "caption": "-" }, | ||
{ "caption": "Western (Windows 1252)", "command": "reopen", "args": {"encoding": "Western (Windows 1252)" } }, | ||
{ "caption": "Western (ISO 8859-1)", "command": "reopen", "args": {"encoding": "Western (ISO 8859-1)" } }, | ||
{ "caption": "Western (ISO 8859-3)", "command": "reopen", "args": {"encoding": "Western (ISO 8859-3)" } }, | ||
{ "caption": "Western (ISO 8859-15)", "command": "reopen", "args": {"encoding": "Western (ISO 8859-15)" } }, | ||
{ "caption": "Western (Mac Roman)", "command": "reopen", "args": {"encoding": "Western (Mac Roman)" } }, | ||
{ "caption": "DOS (CP 437)", "command": "reopen", "args": {"encoding": "DOS (CP 437)" } }, | ||
{ "caption": "Arabic (Windows 1256)", "command": "reopen", "args": {"encoding": "Arabic (Windows 1256)" } }, | ||
{ "caption": "Arabic (ISO 8859-6)", "command": "reopen", "args": {"encoding": "Arabic (ISO 8859-6)" } }, | ||
{ "caption": "Baltic (Windows 1257)", "command": "reopen", "args": {"encoding": "Baltic (Windows 1257)" } }, | ||
{ "caption": "Baltic (ISO 8859-4)", "command": "reopen", "args": {"encoding": "Baltic (ISO 8859-4)" } }, | ||
{ "caption": "Celtic (ISO 8859-14)", "command": "reopen", "args": {"encoding": "Celtic (ISO 8859-14)" } }, | ||
{ "caption": "Central European (Windows 1250)", "command": "reopen", "args": {"encoding": "Central European (Windows 1250)" } }, | ||
{ "caption": "Central European (ISO 8859-2)", "command": "reopen", "args": {"encoding": "Central European (ISO 8859-2)" } }, | ||
{ "caption": "Central European (Mac)", "command": "reopen", "args": {"encoding": "Central European (Mac)" } }, | ||
{ "caption": "Cyrillic (Windows 1251)", "command": "reopen", "args": {"encoding": "Cyrillic (Windows 1251)" } }, | ||
{ "caption": "Cyrillic (Windows 866)", "command": "reopen", "args": {"encoding": "Cyrillic (Windows 866)" } }, | ||
{ "caption": "Cyrillic (ISO 8859-5)", "command": "reopen", "args": {"encoding": "Cyrillic (ISO 8859-5)" } }, | ||
{ "caption": "Cyrillic (KOI8-R)", "command": "reopen", "args": {"encoding": "Cyrillic (KOI8-R)" } }, | ||
{ "caption": "Cyrillic (KOI8-U)", "command": "reopen", "args": {"encoding": "Cyrillic (KOI8-U)" } }, | ||
{ "caption": "Estonian (ISO 8859-13)", "command": "reopen", "args": {"encoding": "Estonian (ISO 8859-13)" } }, | ||
{ "caption": "Greek (Windows 1253)", "command": "reopen", "args": {"encoding": "Greek (Windows 1253)" } }, | ||
{ "caption": "Greek (ISO 8859-7)", "command": "reopen", "args": {"encoding": "Greek (ISO 8859-7)" } }, | ||
{ "caption": "Hebrew (Windows 1255)", "command": "reopen", "args": {"encoding": "Hebrew (Windows 1255)" } }, | ||
{ "caption": "Hebrew (ISO 8859-8)", "command": "reopen", "args": {"encoding": "Hebrew (ISO 8859-8)" } }, | ||
{ "caption": "Nordic (ISO 8859-10)", "command": "reopen", "args": {"encoding": "Nordic (ISO 8859-10)" } }, | ||
{ "caption": "Romanian (ISO 8859-16)", "command": "reopen", "args": {"encoding": "Romanian (ISO 8859-16)" } }, | ||
{ "caption": "Turkish (Windows 1254)", "command": "reopen", "args": {"encoding": "Turkish (Windows 1254)" } }, | ||
{ "caption": "Turkish (ISO 8859-9)", "command": "reopen", "args": {"encoding": "Turkish (ISO 8859-9)" } }, | ||
{ "caption": "Vietnamese (Windows 1258)", "command": "reopen", "args": {"encoding": "Vietnamese (Windows 1258)" } }, | ||
{ "caption": "-" }, | ||
{ "caption": "Hexadecimal", "command": "reopen", "args": {"encoding": "Hexadecimal" } } | ||
] | ||
}, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{"caption":"Очистить","command":"clear_location"}, | ||
{"caption":"Добавить папку","command":"add_directory"}, | ||
{"caption":"Фильтр файлов по маске","command":"add_where_snippet","args":{"snippet":"*.${0:txt}"}}, | ||
{"caption":"Исключить файлы по маске","command":"add_where_snippet","args":{"snippet":"-*.${0:txt}"}}, | ||
{"command":"add_where_snippet","args":{"snippet":"<project filters>"},"caption":"Добавить фильтры проекта"}, | ||
{"caption":"Добавить открытые папки","command":"add_where_snippet","args":{"snippet":"<open folders>"}}, | ||
{"caption":"Добавить открытые файлы","command":"add_where_snippet","args":{"snippet":"<open files>"}}, | ||
{"caption":"Добавить текущий файл","command":"add_where_snippet","args":{"snippet":"<current file>"}} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[ | ||
{"caption":"Использовать в отступах пробелы","checkbox":true,"command":"toggle_setting","args":{"setting":"translate_tabs_to_spaces"}}, | ||
{"caption":"-"}, | ||
{"caption":"Размер отступа: 1","checkbox":true,"command":"set_setting","args":{"setting":"tab_size","value":1}}, | ||
{"caption":"Размер отступа: 2","checkbox":true,"command":"set_setting","args":{"setting":"tab_size","value":2}}, | ||
{"caption":"Размер отступа: 3","checkbox":true,"command":"set_setting","args":{"setting":"tab_size","value":3}}, | ||
{"caption":"Размер отступа: 4","checkbox":true,"command":"set_setting","args":{"setting":"tab_size","value":4}}, | ||
{"caption":"Размер отступа: 5","checkbox":true,"command":"set_setting","args":{"setting":"tab_size","value":5}}, | ||
{"caption":"Размер отступа: 6","checkbox":true,"command":"set_setting","args":{"setting":"tab_size","value":6}}, | ||
{"caption":"Размер отступа: 7","checkbox":true,"command":"set_setting","args":{"setting":"tab_size","value":7}}, | ||
{"caption":"Размер отступа: 8","checkbox":true,"command":"set_setting","args":{"setting":"tab_size","value":8}}, | ||
{"caption":"-"}, | ||
{"caption":"Определить отступ по содержимому","command":"detect_indentation"}, | ||
{"caption":"-"}, | ||
{"caption":"Преобразовать отступы в пробелы","command":"expand_tabs","args":{"set_translate_tabs":true}}, | ||
{"caption":"Преобразовать отступы в табуляцию","command":"unexpand_tabs","args":{"set_translate_tabs":true}} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[ | ||
{"caption":"Окончания строк Windows (CRLF)","checkbox":true,"command":"set_line_ending","args":{"type":"windows"}}, | ||
{"caption":"Окончания строк Unix (LF)","checkbox":true,"command":"set_line_ending","args":{"type":"unix"}}, | ||
{"caption":"Окончания строк Mac OS 9 (CR)","checkbox":true,"command":"set_line_ending","args":{"type":"cr"}} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[ | ||
{"caption":"-","id":"folder_commands"}, | ||
{"caption":"Удалить папку из проекта","command":"remove_folder","args":{"dirs":[]}} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[ | ||
{"caption":"Новый файл","command":"new_file_at","args":{"dirs":[]}}, | ||
{"caption":"Переименовать…","command":"rename_path","args":{"paths":[]}}, | ||
{"caption":"Удалить файл","command":"delete_file","args":{"files":[],"prompt":false}}, | ||
{"caption":"Открыть папку…","command":"open_folder","args":{"dirs":[]}}, | ||
{"caption":"Открыть родительскую папку…","command":"open_containing_folder","args":{"files":[]}}, | ||
{"caption":"Показать источник ссылки","command":"reveal_link_source","args":{"dirs":[]}}, | ||
{"caption":"-","id":"repo_commands"}, | ||
{"caption":"Открыть Git репозиторий…","command":"sublime_merge_open_repo","args":{"paths":[]}}, | ||
{"caption":"История файла…","command":"sublime_merge_file_history","args":{"files":[]}}, | ||
{"caption":"История папки…","command":"sublime_merge_folder_history","args":{"paths":[]}}, | ||
{"caption":"Команда 'blame'…","command":"sublime_merge_blame_file","args":{"files":[]}}, | ||
{"caption":"-","id":"folder_commands"}, | ||
{"caption":"Новая папка…","command":"new_folder","args":{"dirs":[]}}, | ||
{"caption":"Удалить папку","command":"delete_folder","args":{"dirs":[],"prompt":true}}, | ||
{"caption":"Найти в папке…","command":"find_in_folder","args":{"dirs":[]}}, | ||
{"caption":"-","id":"end"} | ||
] |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[ | ||
{"command":"close_by_index","args":{"group":-1,"index":-1},"caption":"Закрыть"}, | ||
{"command":"close_others_by_index","args":{"group":-1,"index":-1},"caption":"Закрыть другие вкладки"}, | ||
{"command":"close_to_right_by_index","args":{"group":-1,"index":-1},"caption":"Закрыть вкладки справа"}, | ||
{"command":"close_unmodified","args":{"group":-1},"caption":"Закрыть неизменённые вкладки"}, | ||
{"command":"close_unmodified_to_right_by_index","args":{"group":-1,"index":-1},"caption":"Закрыть неизменённые вкладки справа"}, | ||
{"command":"close_deleted_files","args":{"group":-1},"caption":"Закрыть вкладки с удалёнными файлами"}, | ||
{"caption":"-"}, | ||
{"command":"clone_file","args":{"add_to_selection":true,"group":-1,"index":-1},"caption":"Дублировать вкладку"}, | ||
{"caption":"-"}, | ||
{"command":"new_file","caption":"Новый файл"}, | ||
{"command":"prompt_open_file","caption":"Открыть файл"} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
{"command":"close_selected","args":{"group":-1},"caption":"Закрыть"}, | ||
{"command":"close_others_by_index","args":{"group":-1,"index":-1},"caption":"Закрыть другие файлы"}, | ||
{"command":"close_unmodified","args":{"group":-1,"index":-1},"caption":"Закрыть неизменённые файлы"}, | ||
{"command":"close_to_right_by_index","args":{"group":-1,"index":-1},"caption":"Закрыть другие файлы ниже"}, | ||
{"command":"close_unmodified_to_right_by_index","args":{"group":-1,"index":-1},"caption":"Закрыть неизменённые файлы ниже"}, | ||
{"command":"close_deleted_files","args":{"group":-1},"caption":"Закрыть удалённые файлы"}, | ||
{"caption":"-"}, | ||
{"command":"new_file","caption":"Новый файл"}, | ||
{"command":"prompt_open_file","caption":"Открыть файл"} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[ | ||
{"command":"open_context_url","caption":"Открыть URL"}, | ||
{"caption":"-"}, | ||
{"command":"cut","caption":"Вырезать"}, | ||
{"command":"copy","caption":"Копировать"}, | ||
{"command":"paste","caption":"Вставить"}, | ||
{"caption":"-"}, | ||
{"command":"select_all","caption":"Выделить всё"} | ||
] |
Oops, something went wrong.