Skip to content

Commit

Permalink
Chinese, Simplified
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous committed Sep 26, 2023
1 parent a43d812 commit 80874d9
Show file tree
Hide file tree
Showing 8 changed files with 169 additions and 0 deletions.
36 changes: 36 additions & 0 deletions NearDrop.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
18637D0E2AC2A25300AF8072 /* NearDrop-InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 18637D0C2AC2A25300AF8072 /* NearDrop-InfoPlist.strings */; };
18637D112AC2A25300AF8072 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 18637D0F2AC2A25300AF8072 /* InfoPlist.strings */; };
691F53BB2ABB70840089FD92 /* DeviceListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 691F53B92ABB70840089FD92 /* DeviceListCell.swift */; };
691F53BC2ABB70840089FD92 /* DeviceListCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 691F53BA2ABB70840089FD92 /* DeviceListCell.xib */; };
691F53BE2ABF03820089FD92 /* OutboundNearbyConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 691F53BD2ABF03820089FD92 /* OutboundNearbyConnection.swift */; };
Expand Down Expand Up @@ -116,6 +118,13 @@
15C3ECC82AC269FB00FC5082 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
15C3ECC92AC269FB00FC5082 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = nl; path = nl.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
15C3ECCA2AC269FB00FC5082 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
18637D0D2AC2A25300AF8072 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/NearDrop-InfoPlist.strings"; sourceTree = "<group>"; };
18637D102AC2A25300AF8072 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
1884486A2AC294C3003EC2A3 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/ShareViewController.strings"; sourceTree = "<group>"; };
1884486B2AC294C3003EC2A3 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
1884486C2AC294C3003EC2A3 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
1884486D2AC294C3003EC2A3 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
1884486E2AC294C3003EC2A3 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
2C284C432AB9FFA200F8D624 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = "pt-BR"; path = "pt-BR.lproj/Localizable.stringsdict"; sourceTree = "<group>"; };
2C284C442AB9FFA200F8D624 /* pt-BR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "pt-BR"; path = "pt-BR.lproj/Localizable.strings"; sourceTree = "<group>"; };
3226184D2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
Expand Down Expand Up @@ -218,6 +227,7 @@
691F53C92AC2599B0089FD92 /* Localizable.stringsdict */,
691F53C52AC2594E0089FD92 /* Localizable.strings */,
699DEBAA2AB0573200115D22 /* Info.plist */,
18637D0F2AC2A25300AF8072 /* InfoPlist.strings */,
699DEBAB2AB0573200115D22 /* ShareExtension.entitlements */,
);
path = ShareExtension;
Expand All @@ -226,6 +236,7 @@
69DA9A0529E0BF5100A442DA = {
isa = PBXGroup;
children = (
18637D0C2AC2A25300AF8072 /* NearDrop-InfoPlist.strings */,
69DA9A1029E0BF5100A442DA /* NearDrop */,
699DEBA22AB0573200115D22 /* ShareExtension */,
69DCF4822AB70D0600CBE2CC /* NearbyShare */,
Expand Down Expand Up @@ -400,6 +411,7 @@
"pt-BR",
hu,
nl,
"zh-Hans",
);
mainGroup = 69DA9A0529E0BF5100A442DA;
packageReferences = (
Expand All @@ -423,6 +435,7 @@
buildActionMask = 2147483647;
files = (
699B03452AB5FBA300E0D718 /* Assets.xcassets in Resources */,
18637D112AC2A25300AF8072 /* InfoPlist.strings in Resources */,
691F53C72AC2594E0089FD92 /* Localizable.strings in Resources */,
691F53BC2ABB70840089FD92 /* DeviceListCell.xib in Resources */,
691F53CB2AC2599B0089FD92 /* Localizable.stringsdict in Resources */,
Expand All @@ -437,6 +450,7 @@
69DA9A1429E0BF5200A442DA /* Assets.xcassets in Resources */,
69D2C33829E78DF400EC7E30 /* Localizable.stringsdict in Resources */,
69D2C32D29E77F2200EC7E30 /* Localizable.strings in Resources */,
18637D0E2AC2A25300AF8072 /* NearDrop-InfoPlist.strings in Resources */,
69D2C32F29E7898C00EC7E30 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -501,12 +515,30 @@
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
18637D0C2AC2A25300AF8072 /* NearDrop-InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
18637D0D2AC2A25300AF8072 /* zh-Hans */,
);
name = "NearDrop-InfoPlist.strings";
path = NearDrop;
sourceTree = "<group>";
};
18637D0F2AC2A25300AF8072 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
18637D102AC2A25300AF8072 /* zh-Hans */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
691F53C52AC2594E0089FD92 /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
691F53C62AC2594E0089FD92 /* Base */,
691F53C82AC259630089FD92 /* ru */,
15C3ECC82AC269FB00FC5082 /* nl */,
1884486E2AC294C3003EC2A3 /* zh-Hans */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand All @@ -517,6 +549,7 @@
691F53CA2AC2599B0089FD92 /* Base */,
691F53CC2AC259A20089FD92 /* ru */,
15C3ECC72AC269FB00FC5082 /* nl */,
1884486D2AC294C3003EC2A3 /* zh-Hans */,
);
name = Localizable.stringsdict;
sourceTree = "<group>";
Expand All @@ -527,6 +560,7 @@
699DEBA82AB0573200115D22 /* Base */,
691F53C42AC257A30089FD92 /* ru */,
15C3ECC62AC269FB00FC5082 /* nl */,
1884486A2AC294C3003EC2A3 /* zh-Hans */,
);
name = ShareViewController.xib;
sourceTree = "<group>";
Expand All @@ -543,6 +577,7 @@
2C284C442AB9FFA200F8D624 /* pt-BR */,
AE37AC282ABB62E400F0FF91 /* hu */,
15C3ECCA2AC269FB00FC5082 /* nl */,
1884486C2AC294C3003EC2A3 /* zh-Hans */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand All @@ -559,6 +594,7 @@
2C284C432AB9FFA200F8D624 /* pt-BR */,
AE37AC272ABB62E400F0FF91 /* hu */,
15C3ECC92AC269FB00FC5082 /* nl */,
1884486B2AC294C3003EC2A3 /* zh-Hans */,
);
name = Localizable.stringsdict;
sourceTree = "<group>";
Expand Down
42 changes: 42 additions & 0 deletions NearDrop/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/* No comment provided by engineer. */
"Accept" = "接受";

/* No comment provided by engineer. */
"Decline" = "拒绝";

/* No comment provided by engineer. */
"DeviceName" = "设备名称: %@";

/* No comment provided by engineer. */
"DeviceSendingFiles" = "%1$@ 正向你发送 %2$@";

/* No comment provided by engineer. */
"Error.Crypto" = "加密出错";

/* No comment provided by engineer. */
"Error.Protocol" = "通信出错";

/* No comment provided by engineer. */
"NFiles" = "%d files";

/* No comment provided by engineer. */
"NotificationsDenied.Message" = "NearDrop 需显示是否接收文件传输的通知。请在 系统设置 中允许通知。";

/* No comment provided by engineer. */
"NotificationsDenied.OpenSettings" = "打开设置";

/* No comment provided by engineer. */
"NotificationsDenied.Title" = "需要通知权限";

/* No comment provided by engineer. */
"PinCode" = "PIN: %@";

/* No comment provided by engineer. */
"Quit" = "退出 NearDrop";

/* No comment provided by engineer. */
"TransferError" = "无法从 %@ 接收文件";

/* No comment provided by engineer. */
"VisibleToEveryone" = "对所有人可见";

20 changes: 20 additions & 0 deletions NearDrop/zh-Hans.lproj/Localizable.stringsdict
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NFiles</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@files@</string>
<key>files</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>other</key>
<string>%d 个文件</string>
</dict>
</dict>
</dict>
</plist>
3 changes: 3 additions & 0 deletions NearDrop/zh-Hans.lproj/NearDrop-InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* Bundle name */
"CFBundleName" = "NearDrop";

6 changes: 6 additions & 0 deletions ShareExtension/zh-Hans.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* Bundle display name */
"CFBundleDisplayName" = "NearDrop 分享";

/* Bundle name */
"CFBundleName" = "分享扩展";

30 changes: 30 additions & 0 deletions ShareExtension/zh-Hans.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* No comment provided by engineer. */
"Connecting" = "正在连接...";

/* No comment provided by engineer. */
"NFiles" = "%d files";

/* No comment provided by engineer. */
"NotEnoughSpace" = "空间不足";

/* No comment provided by engineer. */
"PinCode" = "PIN: %@";

/* No comment provided by engineer. */
"Sending" = "正在发送...";

/* No comment provided by engineer. */
"TransferCanceled" = "已取消";

/* No comment provided by engineer. */
"TransferDeclined" = "已拒绝";

/* No comment provided by engineer. */
"TransferFinished" = "传输完成";

/* No comment provided by engineer. */
"TransferTimedOut" = "超时";

/* No comment provided by engineer. */
"UnsupportedType" = "不支持的文件类型";

20 changes: 20 additions & 0 deletions ShareExtension/zh-Hans.lproj/Localizable.stringsdict
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NFiles</key>
<dict>
<key>NSStringLocalizedFormatKey</key>
<string>%#@files@</string>
<key>files</key>
<dict>
<key>NSStringFormatSpecTypeKey</key>
<string>NSStringPluralRuleType</string>
<key>NSStringFormatValueTypeKey</key>
<string>d</string>
<key>other</key>
<string>%d 个文件</string>
</dict>
</dict>
</dict>
</plist>
12 changes: 12 additions & 0 deletions ShareExtension/zh-Hans.lproj/ShareViewController.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* Class = "NSTextFieldCell"; title = "NearDrop"; ObjectID = "0xp-rC-2gr"; */
"0xp-rC-2gr.title" = "NearDrop";

/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "6Up-t3-mwm"; */
"6Up-t3-mwm.title" = "取消";

/* Class = "NSTextFieldCell"; title = "Looking for devices..."; ObjectID = "NaJ-Wx-Pim"; */
"NaJ-Wx-Pim.title" = "正在查找附近设备...";

/* Class = "NSTextFieldCell"; title = "If you don't see your device, open \"Google Files\" app and tap \"Receive\" on the Nearby Share tab."; ObjectID = "vla-gF-eJo"; */
"vla-gF-eJo.title" = "如果您没有看到您的设备,请打开 “文件极客” App,然后点击 “附近共享” 选项卡上的 “接收”。";

0 comments on commit 80874d9

Please sign in to comment.