From 640704af10d61dede9a88728b1d51438233e8cdb Mon Sep 17 00:00:00 2001 From: shedaniel Date: Fri, 9 Dec 2022 02:08:13 +0800 Subject: Add Hint Onboarding, Fix #1156, Fix #1256 --- .../resources/assets/roughlyenoughitems/lang/en_us.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'runtime/src/main/resources/assets/roughlyenoughitems') diff --git a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json index 796f5bf9e..b4af25079 100755 --- a/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json +++ b/runtime/src/main/resources/assets/roughlyenoughitems/lang/en_us.json @@ -85,12 +85,24 @@ "text.rei.input.methods.jyutping.description": "The input method for matching Chinese characters with Jyutping (Cantonese).", "text.rei.input.methods.pinyin": "Pinyin (Mandarin)", "text.rei.input.methods.pinyin.description": "The input method for matching Chinese characters with Pinyin (Mandarin).", + "text.rei.input.methods.pinyin.fuzzy.matching": "Fuzzy Matching...", "text.rei.input.methods.bopomofo": "Bopomofo (Mandarin)", "text.rei.input.methods.bopomofo.description": "The input method for matching Chinese characters with Bopomofo (Mandarin).", + "text.rei.input.methods.pinyin.double": "Double Pinyin (Mandarin)", + "text.rei.input.methods.pinyin.double.description": "The input method for matching Chinese characters with Double Pinyin (Mandarin).", + "text.rei.input.methods.pinyin.double.scheme": "Double Pinyin Scheme...", + "text.rei.input.methods.pinyin.double.scheme.sougou": "SouGou", + "text.rei.input.methods.pinyin.double.scheme.microsoft": "Microsoft", + "text.rei.input.methods.pinyin.double.scheme.pinyinpp": "Pinyin++", + "text.rei.input.methods.pinyin.double.scheme.xiaohe": "XiaoHe", + "text.rei.input.methods.pinyin.double.scheme.natural": "Natural", "text.rei.input.methods.hint": "Alternative input methods are available for your language.", - "text.rei.input.methods.hint.configure": "Configure", - "text.rei.input.methods.hint.ignore": "Ignore", "text.rei.input.methods.initializing": "Initializing Input Method", + "text.rei.input.methods.tooltip.hints": "Display Tooltip Hints", + "text.rei.hint.input.methods": "Congratulations on setting up an input method!\nYou may re-configure this with the Search Filter Button!", + "text.rei.hint.favorites.discover": "You just removed a favorite entry!\nYou can add it back by clicking the + button over here!", + "text.rei.hint.configure": "Configure", + "text.rei.hint.ignore": "Ignore", "ordering.rei.ascending": "Ascending", "ordering.rei.descending": "Descending", "ordering.rei.registry": "Registry", -- cgit