Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Update menu translations for German / Deutsch #10704

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

adaext
Copy link
Contributor

@adaext adaext commented Jul 12, 2022

Developers who know the language are now needed to help complete this PR. The menu translation items template is generated by https://github.com/adaext/vim-menutrans-helper. I've scanned all the menu items and created a fairly completed template. It haven't been updated for years, many new items would be added except items inmenu.vim.

@codecov
Copy link

codecov bot commented Jul 12, 2022

Codecov Report

Merging #10704 (4aaa497) into master (99af91e) will increase coverage by 0.90%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #10704       /-   ##
==========================================
  Coverage   81.71%   82.61%    0.90%     
==========================================
  Files         158      148      -10     
  Lines      185631   172975   -12656     
  Branches    41980    39101    -2879     
==========================================
- Hits       151684   142906    -8778     
  Misses      21485    17480    -4005     
- Partials    12462    12589      127     
Flag Coverage Δ
huge-clang-none 82.61% <ø> ( <0.01%) ⬆️
linux 82.61% <ø> ( <0.01%) ⬆️
mingw-x64-HUGE ?
mingw-x64-HUGE-gui ?
windows ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/highlight.c 78.41% <0.00%> (-2.69%) ⬇️
src/misc2.c 86.68% <0.00%> (-2.61%) ⬇️
src/time.c 87.08% <0.00%> (-2.56%) ⬇️
src/help.c 80.07% <0.00%> (-2.38%) ⬇️
src/buffer.c 84.11% <0.00%> (-2.35%) ⬇️
src/session.c 63.15% <0.00%> (-1.94%) ⬇️
src/menu.c 81.36% <0.00%> (-1.83%) ⬇️
src/gui.c 71.24% <0.00%> (-1.82%) ⬇️
src/arglist.c 83.83% <0.00%> (-1.72%) ⬇️
src/vim9cmds.c 85.16% <0.00%> (-1.70%) ⬇️
... and 127 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 99af91e...4aaa497. Read the comment docs.

" Edit menu
menutrans &Edit &Editieren
" Edit menuitems {{{1
menutrans &Undo<Tab>u Z&ur�ck<Tab>u
Copy link
Member

Choose a reason for hiding this comment

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

That should be Rückgängig instead of Zurück

Copy link
Member

Choose a reason for hiding this comment

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

I think that this line is just moved from another part of this file, so that should be fixed in another PR, right?

I also add some comments about the vim-menutrans-helper script in #10712.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That should be Rückgängig instead of Zurück

Could you please kindly download the file, modify that "TRANSLATION\ MISSING" to translations, then send the final result to me? Please check the translated items at the same time, it may have some errors. Since you can't commit in my PR, it's also inconvenient for me to add the comments into the file one by one.

menutrans &Edit &Editieren
" Edit menuitems {{{1
menutrans &Undo<Tab>u Z&ur�ck<Tab>u
menutrans &Redo<Tab>^R Vo&r<Tab>^R
Copy link
Member

Choose a reason for hiding this comment

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

This should be Wiederholen or perhaps Wiederherstellen

menutrans Toggle\ Pattern\ &Highlight<Tab>:set\ hls! &Hervorhebungen\ ein-\ und\ ausschalten<Tab>:set\ hls!
menutrans Toggle\ &Ignoring\ Case<Tab>:set\ ic! Gro�schreibung\ &ignorieren\ oder\ benutzen<Tab>:set\ ic!
menutrans Toggle\ &Showing\ Matched\ Pairs<Tab>:set\ sm! Anzeige\ des\ passenden\ &Symbols\ ein-\ und\ ausschalten<Tab>:set\ sm!
menutrans &Context\ Lines &Zusammenhang
Copy link
Member

Choose a reason for hiding this comment

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

not sure about Zusammenhang perhaps just Kontext

Copy link
Contributor Author

Choose a reason for hiding this comment

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

not sure about Zusammenhang perhaps just Kontext

Thanks, I've replaced it in the new commit.

@yegappan yegappan added this to the backlog milestone Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants