From d7e648522cfffe7643e018c9768dd34123535acd Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Wed, 20 Apr 2022 11:32:37 +0800 Subject: [PATCH] i18n // Add missing translation entries. --- 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 insertions(+) diff --git a/Source/Resources/Base.lproj/Localizable.strings b/Source/Resources/Base.lproj/Localizable.strings index 540c3ddc..dc635a2f 100644 --- a/Source/Resources/Base.lproj/Localizable.strings +++ b/Source/Resources/Base.lproj/Localizable.strings @@ -56,6 +56,9 @@ "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 after \"%@\"." = "Cursor is after \"%@\"."; +"Cursor is before \"%@\"." = "Cursor is before \"%@\"."; +"Cursor is between \"%@\" and \"%@\"." = "Cursor is between \"%@\" and \"%@\"."; // The followings are the category names used in the Symbol menu. "catCommonSymbols" = "CommonSymbols"; diff --git a/Source/Resources/en.lproj/Localizable.strings b/Source/Resources/en.lproj/Localizable.strings index 540c3ddc..dc635a2f 100644 --- a/Source/Resources/en.lproj/Localizable.strings +++ b/Source/Resources/en.lproj/Localizable.strings @@ -56,6 +56,9 @@ "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 after \"%@\"." = "Cursor is after \"%@\"."; +"Cursor is before \"%@\"." = "Cursor is before \"%@\"."; +"Cursor is between \"%@\" and \"%@\"." = "Cursor is between \"%@\" and \"%@\"."; // The followings are the category names used in the Symbol menu. "catCommonSymbols" = "CommonSymbols"; diff --git a/Source/Resources/ja.lproj/Localizable.strings b/Source/Resources/ja.lproj/Localizable.strings index 8129b74d..89663856 100644 --- a/Source/Resources/ja.lproj/Localizable.strings +++ b/Source/Resources/ja.lproj/Localizable.strings @@ -56,6 +56,9 @@ "Symbol & Emoji Input" = "符号&絵文字入力"; "Edit User Symbol & Emoji Data…" = "ユーザー符号&絵文字辞書を編集…"; "Choose your desired user data folder." = "欲しがるユーザー辞書フォルダをお選びください。"; +"Cursor is after \"%@\"." = "カーソルは「%@」の後に。"; +"Cursor is before \"%@\"." = "カーソル「%@」の前に。"; +"Cursor is between \"%@\" and \"%@\"." = "カーソルは「%@」と「%@」に間れ。"; // The followings are the category names used in the Symbol menu. "catCommonSymbols" = "常用"; diff --git a/Source/Resources/zh-Hans.lproj/Localizable.strings b/Source/Resources/zh-Hans.lproj/Localizable.strings index 6e4ce85e..f1422529 100644 --- a/Source/Resources/zh-Hans.lproj/Localizable.strings +++ b/Source/Resources/zh-Hans.lproj/Localizable.strings @@ -56,6 +56,9 @@ "Symbol & Emoji Input" = "符号&绘文字输入"; "Edit User Symbol & Emoji Data…" = "编辑自订符号&绘文字资料…"; "Choose your desired user data folder." = "请选择您想指定的使用者语汇档案目录。"; +"Cursor is after \"%@\"." = "游标在「%@」之后。"; +"Cursor is before \"%@\"." = "游标在「%@」之前。"; +"Cursor is between \"%@\" and \"%@\"." = "游标介于「%@」与「%@」之间。"; // The followings are the category names used in the Symbol menu. "catCommonSymbols" = "常用"; diff --git a/Source/Resources/zh-Hant.lproj/Localizable.strings b/Source/Resources/zh-Hant.lproj/Localizable.strings index 001e0f25..1f872b6f 100644 --- a/Source/Resources/zh-Hant.lproj/Localizable.strings +++ b/Source/Resources/zh-Hant.lproj/Localizable.strings @@ -56,6 +56,9 @@ "Symbol & Emoji Input" = "符號&繪文字輸入"; "Edit User Symbol & Emoji Data…" = "編輯自訂符號&繪文字資料…"; "Choose your desired user data folder." = "請選擇您想指定的使用者語彙檔案目錄。"; +"Cursor is after \"%@\"." = "游標在「%@」之後。"; +"Cursor is before \"%@\"." = "游標在「%@」之前。"; +"Cursor is between \"%@\" and \"%@\"." = "游標介於「%@」與「%@」之間。"; // The followings are the category names used in the Symbol menu. "catCommonSymbols" = "常用";