Skip to content

Commit e6b6011

Browse files
authored
Fix missing localization string for Chinese (zh-Hans & zh-TW) and Japanese (#175)
1 parent b4211a1 commit e6b6011

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Sources/KeyboardShortcuts/Localization/ja.lproj/Localizable.strings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"keyboard_shortcut_used_by_menu_item" = "このショートカットは既に“%@”で使われており使えません。";
44
"keyboard_shortcut_used_by_system" = "このショートカットキーは既にシステムで使われており使えません。";
55
"keyboard_shortcuts_can_be_changed" = "システムで設定されているショートカットキーは“システム設定 › キーボード › キーボードショートカット”で変更できます。";
6+
"force_use_shortcut" = "強制使用";
67
"ok" = "OK";
78
"space_key" = "スペース";

Sources/KeyboardShortcuts/Localization/zh-Hans.lproj/Localizable.strings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"keyboard_shortcut_used_by_menu_item" = "当前快捷键无法使用,因为它已被用作菜单项 “%@” 的快捷键。";
44
"keyboard_shortcut_used_by_system" = "当前快捷键无法使用,因为它已被用作系统快捷键。";
55
"keyboard_shortcuts_can_be_changed" = "可以在 “系统设置 › 键盘 › 键盘快捷键” 中更改大多数系统快捷键。";
6+
"force_use_shortcut" = "强制使用";
67
"ok" = "好";
78
"space_key" = "空格";

Sources/KeyboardShortcuts/Localization/zh-TW.lproj/Localizable.strings

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"keyboard_shortcut_used_by_menu_item" = "此快速鍵無法使用,因為它已被選單項目「%@」使用。";
44
"keyboard_shortcut_used_by_system" = "此快速鍵無法使用,因為它已被系統使用。";
55
"keyboard_shortcuts_can_be_changed" = "可以在「系統設定 › 鍵盤 › 鍵盤快速鍵」中更改大多數的系統快速鍵。";
6+
"force_use_shortcut" = "強制使用";
67
"ok" = "好";
78
"space_key" = "空格";

0 commit comments

Comments
 (0)