Skip to content

Commit

Permalink
Merge pull request #6824 from changanmoon/main
Browse files Browse the repository at this point in the history
Update zh-Hans & zh-HK translations
  • Loading branch information
osy authored Nov 21, 2024
2 parents 8a35d03 + 263675f commit a0b4770
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 82 deletions.
42 changes: 41 additions & 1 deletion Platform/iOS/Donation.storekit
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"appPolicies" : {
"eula" : "",
"policies" : [
{
"locale" : "en_US",
"policyText" : "",
"policyURL" : ""
}
]
},
"identifier" : "A2B91788",
"nonRenewingSubscriptions" : [

Expand All @@ -13,6 +23,16 @@
"description" : "A small one time donation.",
"displayName" : "Transistor",
"locale" : "en_US"
},
{
"description" : "一次性小额捐赠。",
"displayName" : "晶体管",
"locale" : "zh_CN"
},
{
"description" : "一次性的少量捐贈。",
"displayName" : "電晶體",
"locale" : "zh_TW"
}
],
"productID" : "consumable.small",
Expand All @@ -28,6 +48,16 @@
"description" : "A medium one time donation.",
"displayName" : "Chip",
"locale" : "en_US"
},
{
"description" : "一次性中等捐赠。",
"displayName" : "芯片",
"locale" : "zh_CN"
},
{
"description" : "一次性的中等量捐贈。",
"displayName" : "晶片",
"locale" : "zh_TW"
}
],
"productID" : "consumable.medium",
Expand All @@ -43,6 +73,16 @@
"description" : "A large one time donation.",
"displayName" : "Computer",
"locale" : "en_US"
},
{
"description" : "一次性大额捐赠。",
"displayName" : "计算机",
"locale" : "zh_CN"
},
{
"description" : "一次性的大量捐贈。",
"displayName" : "電腦",
"locale" : "zh_TW"
}
],
"productID" : "consumable.large",
Expand Down Expand Up @@ -106,7 +146,7 @@

],
"version" : {
"major" : 3,
"major" : 4,
"minor" : 0
}
}
2 changes: 1 addition & 1 deletion Platform/iOS/zh-HK.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"CFBundleName" = "UTM";

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

/* Privacy - Location Always and When In Use Usage Description */
"NSLocationAlwaysAndWhenInUseUsageDescription" = "UTM 定期請求位置資料,以確保系統保持背景程序處於啟用狀態。位置資料絕對不會離開裝置。";
Expand Down
9 changes: 0 additions & 9 deletions Platform/iOS/zh-Hans.lproj/Info-Remote-InfoPlist.strings

This file was deleted.

2 changes: 1 addition & 1 deletion Platform/iOS/zh-Hans.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"CFBundleName" = "UTM";

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

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

0 comments on commit a0b4770

Please sign in to comment.