ThinBridge / Chronos

Chromiumベースの業務ブラウザ
Other
5 stars 3 forks source link

Fix incorrect label (Window to Tab) #126

Closed kenhys closed 11 months ago

kenhys commented 11 months ago

Which issue(s) this PR fixes:

CSG#23

What this PR does / why we need it:

In the previous versions, most of terms which represents tab are used as window, not tab.

NOTE: In this fix, focused on only fixing LABEL in resource. Assigned ID should be fixed in another PR in the future for consistency.

How to verify the fixed issue:

リソースの更新にともなう変更点。今回はウィンドウになっている不適切な部分をタブへと修正すること

メニューに関する変更は次のとおり

タブを右クリックしたときの変更点は次の通り

設定画面に関する変更点は次のとおり

kenhys commented 11 months ago

ファイルメニュー

chronos-pr126-file-ja

ウィンドウメニュー

chronos-pr126-window-ja

タブのポップアップ

chronos-pr126-popup-menu-ja

タブの制限設定

chronos-pr126-tab-limitation-ja

タブの制限にともなう警告画面

chronos-pr126-tab-limitation3-ja

タブのコンテキストメニューから全てのタブを閉じたときの警告画面

chronos-pr126-window-close-all-tab-ja

kenhys commented 11 months ago

ファイルメニュー英語版

chronos-pr126-en-file

ウィンドウメニュー英語版

chronos-pr126-en-window-menu

タブのコンテキストメニュー英語版

chronos-pr126-en-popupmenu

タブの制限設定英語版 chronos-pr126-en-tab-limitation

タブの制限を超えたときの警告画面 chronos-pr126-en-tab-limitation3

タブのコンテキストメニューから全てのタブを閉じるを選択したときの警告画面

chronos-pr126-en-window-close-all-tab

kenhys commented 11 months ago

Fixed inconsistent resource again.

kenhys commented 11 months ago

rebased with master.

yashirot commented 11 months ago

LGTM.