From d0f6784077ddcb1ed25f85e9bc61428b1c1ee524 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Tue, 23 Aug 2022 14:45:00 +0800 Subject: [PATCH] i18n // Remove certain useless localized strings. --- Source/Resources/Base.lproj/Localizable.strings | 3 --- Source/Resources/en.lproj/Localizable.strings | 3 --- Source/Resources/ja.lproj/Localizable.strings | 3 --- Source/Resources/zh-Hans.lproj/Localizable.strings | 3 --- Source/Resources/zh-Hant.lproj/Localizable.strings | 3 --- 5 files changed, 15 deletions(-) diff --git a/Source/Resources/Base.lproj/Localizable.strings b/Source/Resources/Base.lproj/Localizable.strings index f5b48736..4e453e11 100644 --- a/Source/Resources/Base.lproj/Localizable.strings +++ b/Source/Resources/Base.lproj/Localizable.strings @@ -58,9 +58,6 @@ "Symbol & Emoji Input" = "Symbol & Emoji Input"; "Edit User Symbol & Emoji Data…" = "Edit User Symbol & Emoji Data…"; "Choose your desired user data folder." = "Choose your desired user data folder."; -"Cursor is between \"%@\" and \"%@\"." = "Cursor is between \"%@\" and \"%@\"."; -"Cursor is to the rear of \"%@\"." = "Cursor is to the rear of \"%@\"."; -"Cursor is in front of \"%@\"." = "Cursor is in front of \"%@\"."; "Loading CHS Core Dict..." = "Loading CHS Core Dict..."; "Loading CHT Core Dict..." = "Loading CHT Core Dict..."; "Core Dict loading complete." = "Core Dict loading complete."; diff --git a/Source/Resources/en.lproj/Localizable.strings b/Source/Resources/en.lproj/Localizable.strings index f5b48736..4e453e11 100644 --- a/Source/Resources/en.lproj/Localizable.strings +++ b/Source/Resources/en.lproj/Localizable.strings @@ -58,9 +58,6 @@ "Symbol & Emoji Input" = "Symbol & Emoji Input"; "Edit User Symbol & Emoji Data…" = "Edit User Symbol & Emoji Data…"; "Choose your desired user data folder." = "Choose your desired user data folder."; -"Cursor is between \"%@\" and \"%@\"." = "Cursor is between \"%@\" and \"%@\"."; -"Cursor is to the rear of \"%@\"." = "Cursor is to the rear of \"%@\"."; -"Cursor is in front of \"%@\"." = "Cursor is in front of \"%@\"."; "Loading CHS Core Dict..." = "Loading CHS Core Dict..."; "Loading CHT Core Dict..." = "Loading CHT Core Dict..."; "Core Dict loading complete." = "Core Dict loading complete."; diff --git a/Source/Resources/ja.lproj/Localizable.strings b/Source/Resources/ja.lproj/Localizable.strings index 118d3fd9..e452ec6f 100644 --- a/Source/Resources/ja.lproj/Localizable.strings +++ b/Source/Resources/ja.lproj/Localizable.strings @@ -58,9 +58,6 @@ "Symbol & Emoji Input" = "符号&絵文字入力"; "Edit User Symbol & Emoji Data…" = "ユーザー符号&絵文字辞書を編集…"; "Choose your desired user data folder." = "欲しがるユーザー辞書フォルダをお選びください。"; -"Cursor is between \"%@\" and \"%@\"." = "カーソルは「%@」と「%@」に間れ。"; -"Cursor is to the rear of \"%@\"." = "カーソルは「%@」の後ろに。"; -"Cursor is in front of \"%@\"." = "カーソルは「%@」の前に。"; "Loading CHS Core Dict..." = "簡体中国語核心辞書読込中…"; "Loading CHT Core Dict..." = "繁体中国語核心辞書読込中…"; "Core Dict loading complete." = "核心辞書読込完了"; diff --git a/Source/Resources/zh-Hans.lproj/Localizable.strings b/Source/Resources/zh-Hans.lproj/Localizable.strings index 1c43e18d..1a9a98b9 100644 --- a/Source/Resources/zh-Hans.lproj/Localizable.strings +++ b/Source/Resources/zh-Hans.lproj/Localizable.strings @@ -58,9 +58,6 @@ "Symbol & Emoji Input" = "符号&绘文字输入"; "Edit User Symbol & Emoji Data…" = "编辑自订符号&绘文字资料…"; "Choose your desired user data folder." = "请选择您想指定的使用者语汇档案目录。"; -"Cursor is between \"%@\" and \"%@\"." = "游标介于「%@」与「%@」之间。"; -"Cursor is to the rear of \"%@\"." = "游标在「%@」的后方。"; -"Cursor is in front of \"%@\"." = "游标在「%@」的前方。."; "Loading CHS Core Dict..." = "载入简体中文核心辞典…"; "Loading CHT Core Dict..." = "载入繁体中文核心辞典…"; "Core Dict loading complete." = "核心辞典载入完毕"; diff --git a/Source/Resources/zh-Hant.lproj/Localizable.strings b/Source/Resources/zh-Hant.lproj/Localizable.strings index 38cb9ff7..eb094275 100644 --- a/Source/Resources/zh-Hant.lproj/Localizable.strings +++ b/Source/Resources/zh-Hant.lproj/Localizable.strings @@ -58,9 +58,6 @@ "Symbol & Emoji Input" = "符號&繪文字輸入"; "Edit User Symbol & Emoji Data…" = "編輯自訂符號&繪文字資料…"; "Choose your desired user data folder." = "請選擇您想指定的使用者語彙檔案目錄。"; -"Cursor is between \"%@\" and \"%@\"." = "游標介於「%@」與「%@」之間。"; -"Cursor is to the rear of \"%@\"." = "游標在「%@」的後方。"; -"Cursor is in front of \"%@\"." = "游標在「%@」的前方。."; "Loading CHS Core Dict..." = "載入簡體中文核心辭典…"; "Loading CHT Core Dict..." = "載入繁體中文核心辭典…"; "Core Dict loading complete." = "核心辭典載入完畢";