Coder Social home page Coder Social logo

Comments (22)

VladWinner avatar VladWinner commented on June 5, 2024 1

Missing icon for 'Rename':
image
"Rename"→shell32.dll.mui/menu/216/28690 "Пе&реименовать"

Duplicated names and icons (should be 'Share' & 'Send to'):
image
"Share"→explorerframe.dll.mui/stringtable/3121/49930 "Поделиться"
"Send to"→"Отправить как"

Translation for 'Windows Terminal':
image
"Windows Terminal"→explorer.exe.mui/stringtable/1377/22016 "Терминал Windows"

Other translations:
"Copy Path"→shell32.dll.mui/stringtable/1896/30329 "Скопировать путь"


Other (not found) strings:

Full Path→"Полный путь"
Short Path→"Короткий путь"
Parent→"Расположение файла"
Name→"Имя"
Title→"Заголовок"
Extension→"Расширение"
Folder→"Папка"
Folders→"Папки"
Power→"Питание"
Sleep→"Спящий режим"
Hibernate→"Гибернация"
Shut down→"Завершение работы"
Restart→"Перезагрузка"
Apps→"Программы"
Terminal→"Терминал"
`"Note\nHold Shift key to run Terminal as administator"→"Примечание\nУдерживайте Shift для запуска от имени администратора"`

from shell.

VladWinner avatar VladWinner commented on June 5, 2024 1

Duplicated names and icons (should be 'Share' & 'Send to'):

image

from shell.

VladWinner avatar VladWinner commented on June 5, 2024 1

Hello @moudey!

Duplicated names and icons (should be 'Share' & 'Send to'):

It's not fixed
image

'Folders', 'Apps' are also not translated

I can't test it in this build
image
default behaviour:
image

Missing icon for 'Open' & 'Open in a new tab' (when select folder)

It's not fixed
image

Missing icons for 'File Explorer Options'

It's not fixed
image

There are also missing icons when select .exe file: "Open file location", "Troubleshoot compatibility", "Pin to Start"
image

from shell.

VladWinner avatar VladWinner commented on June 5, 2024 1

Alright, it works but the context menu called by right-click on the taskbar is no longer available.
Maybe it has something to do with W11 beta itself.

from shell.

VladWinner avatar VladWinner commented on June 5, 2024

P.S. I can help translate menu items if you can't fully extract strings from the official localization.

from shell.

moudey avatar moudey commented on June 5, 2024

Hi @VladWinner,

Shell uses language resource files used to fetch the titles of menu items for comparison with the current item's title. Presumably those identifiers are constant with any language.

Please attach these files to solve this issue.

windows\ru-RU\explorer.exe.mui
windows\system32\ru-RU\shell32.dll.mui
windows\system32\ru-RU\ExplorerFrame.dll.mui

You can use id.command_prompt.title instead of typing it manually.
More about identifiers https://nilesoft.org/docs/functions/id

from shell.

VladWinner avatar VladWinner commented on June 5, 2024

ru-ru mui.zip

from shell.

moudey avatar moudey commented on June 5, 2024

They were found and fixed

shell32.dll.mui/menu/215/28673  "Сор&тировка"
shell32.dll.mui/menu/215/28676  "&Группировка"

Please check other items.

from shell.

moudey avatar moudey commented on June 5, 2024

These items have been fixed:

 "Rename"→shell32.dll.mui/menu/216/28690 "Пе&реименовать"
 "Send to"→"Отправить как"

These items already exist:

id.share_with.title
id.share
"Share"→explorerframe.dll.mui/stringtable/3121/49930 "Поделиться"

id.windows_terminal.title
 "Windows Terminal"→explorer.exe.mui/stringtable/1377/22016 "Терминал Windows"

id.copy_path.title
 "Copy Path"→shell32.dll.mui/stringtable/1896/30329 "Скопировать путь"

from shell.

moudey avatar moudey commented on June 5, 2024

Please test this issue with shell 1.8 beta

from shell.

VladWinner avatar VladWinner commented on June 5, 2024

Sort by/Group by
image

Missing icons for 'File Explorer Options' & 'Toggle Attributes'
image

Not localized
image

Missing icon for 'Open' & 'Open in a new tab' (when select folder)
image

'Folders', 'Apps' are also not translated
image

from shell.

moudey avatar moudey commented on June 5, 2024

'Folders', 'Apps', 'Toggle Attributes' are manual entries

line 316 item(title='Apps' vis=label col)
line 332 menu(title='Folder' image=\uE1F4)

'File Explorer Options' not defined. It will be added later

from shell.

moudey avatar moudey commented on June 5, 2024

I think the entries are correct:

"Se&nd to", "О&тправить"
shell32.dll/Menu/223/79

"Share", "Поделиться"
explorerframe.dll/StringTable/3121/49928

from shell.

VladWinner avatar VladWinner commented on June 5, 2024

Maybe Windows 11 specific issue

from shell.

moudey avatar moudey commented on June 5, 2024

Hi @VladWinner Please try this bulld

from shell.

moudey avatar moudey commented on June 5, 2024

I think there is a system issue in the "Share" and "Send" items with the same title in the default menu in Russian.

Shell
Default

from shell.

moudey avatar moudey commented on June 5, 2024

Hello @VladWinner Please try this build shell-test.zip

test

from shell.

VladWinner avatar VladWinner commented on June 5, 2024

@moudey This one breaks explorer.exe loading so I can't check further

from shell.

moudey avatar moudey commented on June 5, 2024

Please attach shell.log file

from shell.

VladWinner avatar VladWinner commented on June 5, 2024

Nothing special
shell.log

from shell.

moudey avatar moudey commented on June 5, 2024

Are you using the attached config file?

Just try these settings. It is best to try it on Windows Sandbox

shell
{
	set
	{
		theme.name="modern"
		exclude.where = !process.is_explorer
	}
}

from shell.

moudey avatar moudey commented on June 5, 2024

Shell replaces Taskbar menu with a custom one

Add this code to dynamic section for Taskbar menu

menu(where=@(sys.is11 and this.count == 0) type='taskbar' image=icon.settings expanded=true)
{
   item(title=id.task_manager.title image=\uE159 cmd='taskmgr.exe')
   item(title=id.taskbar_Settings.title sep=both image=inherit cmd='ms-settings:taskbar')
   item(title=id.settings.title image=inherit cmd='ms-settings:')
}

from shell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.