-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anonymous
committed
Sep 26, 2023
1 parent
a43d812
commit 80874d9
Showing
8 changed files
with
169 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" = "对所有人可见"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/* Bundle name */ | ||
"CFBundleName" = "NearDrop"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/* Bundle display name */ | ||
"CFBundleDisplayName" = "NearDrop 分享"; | ||
|
||
/* Bundle name */ | ||
"CFBundleName" = "分享扩展"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" = "不支持的文件类型"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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,然后点击 “附近共享” 选项卡上的 “接收”。"; | ||
|