Skip to content

Commit a0b4770

Browse files
authored
Merge pull request #6824 from changanmoon/main
Update zh-Hans & zh-HK translations
2 parents 8a35d03 + 263675f commit a0b4770

File tree

7 files changed

+179
-82
lines changed

7 files changed

+179
-82
lines changed

Platform/iOS/Donation.storekit

+41-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"appPolicies" : {
3+
"eula" : "",
4+
"policies" : [
5+
{
6+
"locale" : "en_US",
7+
"policyText" : "",
8+
"policyURL" : ""
9+
}
10+
]
11+
},
212
"identifier" : "A2B91788",
313
"nonRenewingSubscriptions" : [
414

@@ -13,6 +23,16 @@
1323
"description" : "A small one time donation.",
1424
"displayName" : "Transistor",
1525
"locale" : "en_US"
26+
},
27+
{
28+
"description" : "一次性小额捐赠。",
29+
"displayName" : "晶体管",
30+
"locale" : "zh_CN"
31+
},
32+
{
33+
"description" : "一次性的少量捐贈。",
34+
"displayName" : "電晶體",
35+
"locale" : "zh_TW"
1636
}
1737
],
1838
"productID" : "consumable.small",
@@ -28,6 +48,16 @@
2848
"description" : "A medium one time donation.",
2949
"displayName" : "Chip",
3050
"locale" : "en_US"
51+
},
52+
{
53+
"description" : "一次性中等捐赠。",
54+
"displayName" : "芯片",
55+
"locale" : "zh_CN"
56+
},
57+
{
58+
"description" : "一次性的中等量捐贈。",
59+
"displayName" : "晶片",
60+
"locale" : "zh_TW"
3161
}
3262
],
3363
"productID" : "consumable.medium",
@@ -43,6 +73,16 @@
4373
"description" : "A large one time donation.",
4474
"displayName" : "Computer",
4575
"locale" : "en_US"
76+
},
77+
{
78+
"description" : "一次性大额捐赠。",
79+
"displayName" : "计算机",
80+
"locale" : "zh_CN"
81+
},
82+
{
83+
"description" : "一次性的大量捐贈。",
84+
"displayName" : "電腦",
85+
"locale" : "zh_TW"
4686
}
4787
],
4888
"productID" : "consumable.large",
@@ -106,7 +146,7 @@
106146

107147
],
108148
"version" : {
109-
"major" : 3,
149+
"major" : 4,
110150
"minor" : 0
111151
}
112152
}

Platform/iOS/zh-HK.lproj/InfoPlist.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"CFBundleName" = "UTM";
33

44
/* Privacy - Local Network Usage Description */
5-
"NSLocalNetworkUsageDescription" = "虛擬機器可以取用區域網絡。UTM 還會使用區域網絡與 AltServer 通訊。";
5+
"NSLocalNetworkUsageDescription" = "虛擬機器可能會取用區域網絡。UTM 也可能會使用區域網絡與本地伺服器通訊。";
66

77
/* Privacy - Location Always and When In Use Usage Description */
88
"NSLocationAlwaysAndWhenInUseUsageDescription" = "UTM 定期請求位置資料,以確保系統保持背景程序處於啟用狀態。位置資料絕對不會離開裝置。";

Platform/iOS/zh-Hans.lproj/Info-Remote-InfoPlist.strings

-9
This file was deleted.

Platform/iOS/zh-Hans.lproj/InfoPlist.strings

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"CFBundleName" = "UTM";
33

44
/* Privacy - Local Network Usage Description */
5-
"NSLocalNetworkUsageDescription" = "虚拟机可能会访问本地网络。UTM 还会使用本地网络与 AltServer 通信。";
5+
"NSLocalNetworkUsageDescription" = "虚拟机可能会访问本地网络。UTM 也可能会使用本地网络与本地服务器通信。";
66

77
/* Privacy - Location Always and When In Use Usage Description */
88
"NSLocationAlwaysAndWhenInUseUsageDescription" = "UTM 定期请求位置数据,以确保系统维持后台进程处于活动状态。位置数据永远不会脱离设备。";

0 commit comments

Comments
 (0)