fix(i18n-ja): improve the Japanese text translation for Edge-Drop - #37
Open
zibasan wants to merge 1 commit into
Open
fix(i18n-ja): improve the Japanese text translation for Edge-Drop#37zibasan wants to merge 1 commit into
zibasan wants to merge 1 commit into
Conversation
Owner
|
@zibasan thanks a lot for this as I am not a native speaker of all these languages supported in edge drop I know there will be imperfections I will look into it. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This PR refines the Japanese translations in
edge-drop-translations/ja.jsonand updates the compiled translation dictionary (src/i18n/translations.ts).The update replaces literal/awkward translations across settings, system tray menus, onboarding guides, toasts, and UI controls with natural, user-friendly Japanese terminology commonly found in modern desktop applications.
Key Improvements
シェルフ (shelf)->パネル (panel),エッジ placement->表示位置 (position),シークレット->クリップボードの取得を一時的に停止).-します/-です) for better usability.autoDeleteDesc,capacityDesc,hoverActivationDescOn) and interactive onboarding steps (ungroupDesc,mergeDesc,proTips) so users can easily understand how configuration options and drag-and-drop gestures work.エクスプローラーで場所を開く->エクスプローラーで開く).Representative Examples (Before / After)
Here are representative examples showcasing the improvements made in this PR:
behaviour.hoverActivationTitlebehaviour.autoDeleteDescposition.edgePlacementTitleitem.copyTypeHintwelcome.ungroupDesctray.showClipboardpanelterminologyflyout.openInExplorertoast.itemUnpinned* And other minor phrasing refinements across
ja.json.Verification
node scripts/generate_translations_ts.cjsto compileedge-drop-translations/ja.jsonintosrc/i18n/translations.ts.npm run typecheckto confirm no TypeScript errors insrc/i18n/translations.ts.npm run dev.I would appreciate it if you could leave a review. Thank you.