mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
* Add custom "Open with" message to installer script Supported languages: de, en, es, fr, hu, it, pt-br, ru * Fix typo in build/win32/i18n/messages.en.isl Co-Authored-By: jaqra <48099350+jaqra@users.noreply.github.com> * Add tr translation for OpenWithCodeContextMenu * Update translations to be consistent with "AddContextMenuFiles" translation * Fix file encoding * Fix asian lang files * Add translations for Japanese & Chinese * Fix file endings * Remove newline at end of i18n files * Add OpenWith translations without changing the file encoding
9 lines
496 B
Plaintext
9 lines
496 B
Plaintext
[CustomMessages]
|
||
AddContextMenuFiles=Добавить действие "Открыть с помощью %1" в контекстное меню файла проводника Windows
|
||
AddContextMenuFolders=Добавить действие "Открыть с помощью %1" в контекстное меню каталога проводника
|
||
AssociateWithFiles=Зарегистрировать %1 в качестве редактора для поддерживаемых типов файлов
|
||
AddToPath=Добавить в PATH (доступно после перезагрузки)
|
||
RunAfter=Запустить %1 после установки
|
||
Other=Другое:
|
||
SourceFile=Исходный файл %1
|
||
OpenWithCodeContextMenu=Открыть с помощью %1 |