Skip to content

Commit 21d3013

Browse files
authored
Merge pull request #237 from Hengyu/hengyu
Add `zh-Hans` localization
2 parents e0daa84 + c7dece2 commit 21d3013

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ extension Controller: SPPermissionsDelegate {
317317

318318
## Localizations
319319

320-
App has ready-use localisation stirngs for `en`, `ar`, `de`, `es`, `fr`, `pl`, `pt`, `uk` & `ru`. If you want add more, please, create folder `language-id.lproj` and make pull request.
320+
App has ready-use localisation stirngs for `en`, `ar`, `de`, `es`, `fr`, `pl`, `pt`, `uk`, `ru` & `zh-Hans`. If you want add more, please, create folder `language-id.lproj` and make pull request.
321321

322322
If you want use your custom strings, check [DataSource](#datasource) section.
323323

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
"action allow" = "允许";
2+
3+
"action allowed" = "已允许";
4+
5+
"titles header" = "需要授权";
6+
7+
"titles sub header" = "授权请求";
8+
9+
"titles description" = "为了提供更好的服务, App 需要如下权限. 请参考每个权限的说明.";
10+
11+
"titles comment" = "App 需要权限才能正常工作和执行. 推送通知不是必需的权限";
12+
13+
"permission camera name" = "相机";
14+
15+
"permission camera description" = "允许 App 使用相机";
16+
17+
"permission photoLibrary name" = "照片图库";
18+
19+
"permission photoLibrary description" = "允许 App 将照片保存到您的图库";
20+
21+
"permission microphone name" = "麦克风";
22+
23+
"permission microphone description" = "允许 App 录制音频";
24+
25+
"permission calendar name" = "日历";
26+
27+
"permission calendar description" = "允许 App 添加活动至您的日历";
28+
29+
"permission contacts name" = "通讯录";
30+
31+
"permission contacts description" = "允许 App 获取您的联系人以及电话号码";
32+
33+
"permission reminders name" = "提醒事项";
34+
35+
"permission reminders description" = "允许 App 创建新的事件";
36+
37+
"permission speech name" = "语音识别";
38+
39+
"permission speech description" = "允许 App 分析您的语音";
40+
41+
"permission motion name" = "运动";
42+
43+
"permission motion description" = "允许记录运动以及环境相关信息";
44+
45+
"permission media library name" = "媒体";
46+
47+
"permission media library description" = "允许访问您的媒体";
48+
49+
"permission bluetooth name" = "蓝牙";
50+
51+
"permission bluetooth description" = "允许使用蓝牙";
52+
53+
"permission notification name" = "通知";
54+
55+
"permission notification description" = "不打开 App 情况下获取重要通知.";
56+
57+
"permission location when in use name" = "使用 App 期间访问位置";
58+
59+
"permission location when in use description" = "访问您的位置";
60+
61+
"permission location always name" = "始终访问位置";
62+
63+
"permission location always description" = "访问您的位置";
64+
65+
"permission tracking name" = "跟踪";
66+
67+
"permission tracking description" = "允许访问 App 相关的数据";
68+
69+
"denied alert title" = "已拒绝授权";
70+
71+
"denied alert description" = "请跳转至设置并允许授权";
72+
73+
"denied alert action" = "设置";
74+
75+
"denied alert cancel" = "取消";

0 commit comments

Comments
 (0)