mirror of
https://github.com/grishka/NearDrop.git
synced 2026-04-03 01:36:15 +02:00
Chinese, Simplified
This commit is contained in:
6
ShareExtension/zh-Hans.lproj/InfoPlist.strings
Normal file
6
ShareExtension/zh-Hans.lproj/InfoPlist.strings
Normal file
@@ -0,0 +1,6 @@
|
||||
/* Bundle display name */
|
||||
"CFBundleDisplayName" = "NearDrop 分享";
|
||||
|
||||
/* Bundle name */
|
||||
"CFBundleName" = "分享扩展";
|
||||
|
||||
30
ShareExtension/zh-Hans.lproj/Localizable.strings
Normal file
30
ShareExtension/zh-Hans.lproj/Localizable.strings
Normal 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" = "不支持的文件类型";
|
||||
|
||||
20
ShareExtension/zh-Hans.lproj/Localizable.stringsdict
Normal file
20
ShareExtension/zh-Hans.lproj/Localizable.stringsdict
Normal 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>
|
||||
12
ShareExtension/zh-Hans.lproj/ShareViewController.strings
Normal file
12
ShareExtension/zh-Hans.lproj/ShareViewController.strings
Normal 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,然后点击 “附近共享” 选项卡上的 “接收”。";
|
||||
|
||||
Reference in New Issue
Block a user