Skip to content

Commit

Permalink
fix: review localizable
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaShark committed Feb 6, 2024
1 parent 64c51a2 commit d96c0d9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
28 changes: 21 additions & 7 deletions Easydict/App/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -3649,7 +3649,14 @@
}
},
"shortcut_confict_message (Shortcut.shared.confictMenuItem?.title ?? \"\")" : {

"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : ""
}
}
}
},
"shortcut_confict_message %@" : {
"extractionState" : "manual",
Expand All @@ -3669,7 +3676,14 @@
}
},
"shortcut_confict_title (keyCombo!.keyEquivalentModifierMaskString + keyCombo!.characters)" : {

"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : ""
}
}
}
},
"shortcut_confict_title %@" : {
"extractionState" : "manual",
Expand Down Expand Up @@ -3700,12 +3714,12 @@
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "拷贝文本"
"value" : "复制文本"
}
}
}
},
"shortcut_copy_first_teanslated_text" : {
"shortcut_copy_first_translated_text" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
Expand All @@ -3717,7 +3731,7 @@
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "自动复制第一个翻译结果"
"value" : "复制第一个翻译结果"
}
}
}
Expand All @@ -3728,7 +3742,7 @@
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Decrease Font"
"value" : "Decrease Font Size"
}
},
"zh-Hans" : {
Expand Down Expand Up @@ -3767,7 +3781,7 @@
},
"zh-Hans" : {
"stringUnit" : {
"state" : "needs_review",
"state" : "translated",
"value" : "增大字体"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extension EasyDictMainMenu {
MainMenuShortcutCommandDataItem(title: "shortcut_clear_input", type: .clearInput),
MainMenuShortcutCommandDataItem(title: "shortcut_clear_all", type: .clearAll),
MainMenuShortcutCommandDataItem(title: "shortcut_copy", type: .copy),
MainMenuShortcutCommandDataItem(title: "shortcut_copy_first_teanslated_text", type: .copyFirstResult),
MainMenuShortcutCommandDataItem(title: "shortcut_copy_first_translated_text", type: .copyFirstResult),
MainMenuShortcutCommandDataItem(title: "shortcut_focus", type: .focus),
MainMenuShortcutCommandDataItem(title: "shortcut_play", type: .play),
MainMenuShortcutCommandDataItem(title: "retry", type: .retry),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extension ShortcutTab {
KeyHolderDataItem(title: "shortcut_clear_input", type: .clearInput),
KeyHolderDataItem(title: "shortcut_clear_all", type: .clearAll),
KeyHolderDataItem(title: "shortcut_copy", type: .copy),
KeyHolderDataItem(title: "shortcut_copy_first_teanslated_text", type: .copyFirstResult),
KeyHolderDataItem(title: "shortcut_copy_first_translated_text", type: .copyFirstResult),
KeyHolderDataItem(title: "shortcut_focus", type: .focus),
KeyHolderDataItem(title: "shortcut_play", type: .play),
KeyHolderDataItem(title: "retry", type: .retry),
Expand Down

0 comments on commit d96c0d9

Please sign in to comment.