添加多语言
This commit is contained in:
18
Shared/Localization/en.lproj/Localizable.strings
Normal file
18
Shared/Localization/en.lproj/Localizable.strings
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
Localizable.strings (English)
|
||||
Keys shared by App and Keyboard extension
|
||||
*/
|
||||
|
||||
"perm_title_enable" = "Enable Keyboard";
|
||||
"perm_steps" = "1 Enable Keyboard > 2 Allow Full Access";
|
||||
"perm_open_settings" = "Open in Settings";
|
||||
"perm_help" = "Can't find the keyboard? Go to Settings > General > Keyboard > Keyboards > Add New Keyboard";
|
||||
|
||||
// Home page & language test
|
||||
"home_title" = "Home";
|
||||
"home_input_placeholder" = "Type here to test the keyboard";
|
||||
"home_item_lang_test" = "Language Test";
|
||||
|
||||
"lang_test_title" = "Language Test";
|
||||
"lang_toggle" = "Toggle Language";
|
||||
"current_lang" = "Current: %@";
|
||||
18
Shared/Localization/zh-Hans.lproj/Localizable.strings
Normal file
18
Shared/Localization/zh-Hans.lproj/Localizable.strings
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
Localizable.strings (简体中文)
|
||||
App 与键盘扩展共用的文案 Key
|
||||
*/
|
||||
|
||||
"perm_title_enable" = "启用输入法";
|
||||
"perm_steps" = "1 开启键盘 > 2 允许完全访问";
|
||||
"perm_open_settings" = "去设置中开启";
|
||||
"perm_help" = "没有找到键盘? 请前往 设置 > 通用 > 键盘 > 键盘 > 添加新键盘";
|
||||
|
||||
// 首页与多语言测试
|
||||
"home_title" = "首页";
|
||||
"home_input_placeholder" = "在此输入,测试键盘";
|
||||
"home_item_lang_test" = "多语言测试";
|
||||
|
||||
"lang_test_title" = "多语言测试";
|
||||
"lang_toggle" = "切换语言";
|
||||
"current_lang" = "当前:%@";
|
||||
Reference in New Issue
Block a user