Chinese, Simplified

This commit is contained in:
Anonymous
2023-09-26 17:50:27 +08:00
parent a43d812950
commit 80874d945a
8 changed files with 169 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/* Bundle display name */
"CFBundleDisplayName" = "NearDrop 分享";
/* Bundle name */
"CFBundleName" = "分享扩展";

View File

@@ -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" = "不支持的文件类型";

View File

@@ -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>

View File

@@ -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然后点击 “附近共享” 选项卡上的 “接收”。";