1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 06:37:17 +00:00

Updated localization.

This commit is contained in:
Virgil Dupras
2011-11-28 10:55:10 -05:00
parent 25afe54be3
commit 1e136d2703
18 changed files with 674 additions and 767 deletions

View File

@@ -2,15 +2,18 @@
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
#: core/prioritize.py:63 core_me/app.py:28 core_pe/app.py:33 core_se/app.py:24
#: core/prioritize.py:63 core_me/result_table.py:24 core_pe/result_table.py:21
#: core_se/result_table.py:21
msgid "Kind"
msgstr "类型"
#: core/prioritize.py:72 core_me/app.py:23 core_pe/app.py:31 core_se/app.py:22
#: core/prioritize.py:72 core_me/result_table.py:19 core_pe/result_table.py:19
#: core_se/result_table.py:19
msgid "Folder"
msgstr "文件夹"
#: core/prioritize.py:88 core_me/app.py:22 core_pe/app.py:30 core_se/app.py:21
#: core/prioritize.py:88 core_me/result_table.py:18 core_pe/result_table.py:18
#: core_se/result_table.py:18
msgid "Filename"
msgstr "文件名称"
@@ -18,64 +21,66 @@ msgstr "文件名称"
msgid "Size"
msgstr "大小"
#: core/prioritize.py:138 core_me/app.py:29 core_pe/app.py:35
#: core_se/app.py:25
#: core/prioritize.py:138 core_me/result_table.py:25
#: core_pe/result_table.py:23 core_se/result_table.py:22
msgid "Modification"
msgstr "编辑日期"
#: core_me/app.py:24
#: core_me/result_table.py:20
msgid "Size (MB)"
msgstr "大小 (MB)"
#: core_me/app.py:25
#: core_me/result_table.py:21
msgid "Time"
msgstr "时间"
#: core_me/app.py:26 core_me/prioritize.py:22
#: core_me/prioritize.py:22 core_me/result_table.py:22
msgid "Bitrate"
msgstr "比特"
#: core_me/app.py:27
#: core_me/result_table.py:23
msgid "Sample Rate"
msgstr "采样率"
#: core_me/app.py:30
#: core_me/result_table.py:26
msgid "Title"
msgstr "歌曲名"
#: core_me/app.py:31
#: core_me/result_table.py:27
msgid "Artist"
msgstr "演唱者"
#: core_me/app.py:32
#: core_me/result_table.py:28
msgid "Album"
msgstr "专辑"
#: core_me/app.py:33
#: core_me/result_table.py:29
msgid "Genre"
msgstr "音乐类型"
#: core_me/app.py:34
#: core_me/result_table.py:30
msgid "Year"
msgstr "年"
#: core_me/app.py:35
#: core_me/result_table.py:31
msgid "Track Number"
msgstr "音轨号"
#: core_me/app.py:36
#: core_me/result_table.py:32
msgid "Comment"
msgstr "注释"
#: core_me/app.py:37 core_pe/app.py:36 core_se/app.py:26
#: core_me/result_table.py:33 core_pe/result_table.py:24
#: core_se/result_table.py:23
msgid "Match %"
msgstr "匹配度 %"
#: core_me/app.py:38 core_se/app.py:27
#: core_me/result_table.py:34 core_se/result_table.py:24
msgid "Words Used"
msgstr "使用过的词语"
#: core_me/app.py:39 core_pe/app.py:37 core_se/app.py:28
#: core_me/result_table.py:35 core_pe/result_table.py:25
#: core_se/result_table.py:25
msgid "Dupe Count"
msgstr "重复文件数"
@@ -87,10 +92,18 @@ msgstr ""
msgid "Samplerate"
msgstr ""
#: core_pe/app.py:32 core_se/app.py:23
#: core_pe/result_table.py:20 core_se/result_table.py:20
msgid "Size (KB)"
msgstr "大小 (KB)"
#: core_pe/app.py:34 core_pe/prioritize.py:16
#: core_pe/prioritize.py:16 core_pe/result_table.py:22
msgid "Dimensions"
msgstr "规格"
#: core/gui/problem_table.py:18
msgid "File Path"
msgstr "文件路径"
#: core/gui/problem_table.py:19
msgid "Error Message"
msgstr "错误信息"

View File

@@ -2,11 +2,11 @@
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
#: core/app.py:86
#: core/app.py:83
msgid "will only be able to delete, move or copy 10 duplicates at once"
msgstr ""
#: core/app.py:192
#: core/app.py:190
msgid ""
"You cannot delete, move or copy more than 10 duplicates at once in demo "
"mode."

View File

@@ -2,19 +2,19 @@
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
#: cocoa/inter/app.py:16 qt/base/app.py:39
#: cocoa/inter/app.py:17 qt/base/app.py:39
msgid "Scanning for duplicates"
msgstr "重复文件扫描中"
#: cocoa/inter/app.py:17 qt/base/app.py:40
#: cocoa/inter/app.py:18 qt/base/app.py:40
msgid "Loading"
msgstr "载入中"
#: cocoa/inter/app.py:18 qt/base/app.py:41
#: cocoa/inter/app.py:19 qt/base/app.py:41
msgid "Moving"
msgstr "移动中"
#: cocoa/inter/app.py:19 qt/base/app.py:42
#: cocoa/inter/app.py:20 qt/base/app.py:42
msgid "Copying"
msgstr "复制中"
@@ -22,90 +22,90 @@ msgstr "复制中"
msgid "Sending files to the recycle bin"
msgstr "将文件移到回收站"
#: qt/base/app.py:103
#: qt/base/app.py:109
msgid "Quit"
msgstr "退出"
#: qt/base/app.py:104 qt/base/preferences_dialog.py:130
#: qt/base/app.py:110 qt/base/preferences_dialog.py:130
msgid "Preferences"
msgstr "首选项"
#: qt/base/app.py:105 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/app.py:111 cocoa/base/en.lproj/MainMenu.strings:0
msgid "dupeGuru Help"
msgstr "dupeGuru帮助"
#: qt/base/app.py:106 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/app.py:112 cocoa/base/en.lproj/MainMenu.strings:0
msgid "About dupeGuru"
msgstr "关于dupeGuru"
#: qt/base/app.py:107
#: qt/base/app.py:113
msgid "Register dupeGuru"
msgstr "注册dupeGuru"
#: qt/base/app.py:108
#: qt/base/app.py:114
msgid "Check for Update"
msgstr "检查更新"
#: qt/base/app.py:109
#: qt/base/app.py:115
msgid "Open Debug Log"
msgstr "打开调试记录"
#: qt/base/app.py:140
#: qt/base/app.py:133
msgid "Add to Ignore List"
msgstr "添加到忽略列表中"
#: qt/base/app.py:141 cocoa/base/en.lproj/Localizable.strings:0
#: qt/base/app.py:134 cocoa/base/en.lproj/Localizable.strings:0
msgid ""
"All selected %d matches are going to be ignored in all subsequent scans. "
"Continue?"
msgstr "目前已选的 %d 个匹配项将在后续的扫描中被忽略。继续吗?"
#: qt/base/app.py:146
#: qt/base/app.py:139
msgid "copy"
msgstr "复制"
#: qt/base/app.py:146
#: qt/base/app.py:139
msgid "move"
msgstr "移动"
#: qt/base/app.py:147
#: qt/base/app.py:140
msgid "Select a directory to {} marked files to"
msgstr "选择一个文件夹将标记的 {} 个文件进行..."
#: qt/base/app.py:159 qt/base/result_window.py:322
#: qt/base/app.py:152 qt/base/result_window.py:312
msgid "Remove duplicates"
msgstr "移除重复文件"
#: qt/base/app.py:160 qt/base/result_window.py:323
#: qt/base/app.py:153 qt/base/result_window.py:313
#: cocoa/base/en.lproj/Localizable.strings:0
msgid "You are about to remove %d files from results. Continue?"
msgstr "你将从结果中移除 %d 个文件。继续吗?"
#: qt/base/app.py:179 cocoa/base/en.lproj/Localizable.strings:0
#: qt/base/app.py:172 cocoa/base/en.lproj/Localizable.strings:0
msgid "You have no custom command set up. Set it up in your preferences."
msgstr "你没有设定自定义命令。请在首选项中进行设定。"
#: qt/base/app.py:180
#: qt/base/app.py:173
msgid "Custom Command"
msgstr "自定义命令"
#: qt/base/app.py:210
#: qt/base/app.py:203
msgid "All files were processed successfully."
msgstr "所有文件已成功处理。"
#: qt/base/app.py:211
#: qt/base/app.py:204
msgid "Operation Complete"
msgstr "执行完成"
#: qt/base/app.py:214
#: qt/base/app.py:207
msgid "Scan complete"
msgstr "扫描完成"
#: qt/base/app.py:215 cocoa/base/en.lproj/Localizable.strings:0
#: qt/base/app.py:208 cocoa/base/en.lproj/Localizable.strings:0
msgid "No duplicates found."
msgstr "没有找到重复文件。"
#: qt/base/app.py:267 cocoa/base/en.lproj/Localizable.strings:0
#: qt/base/app.py:260 cocoa/base/en.lproj/Localizable.strings:0
msgid ""
"A previous action is still hanging in there. You can't start a new one yet. "
"Wait a few seconds, then try again."
@@ -118,7 +118,6 @@ msgstr "属性"
#: qt/base/details_table.py:16 cocoa/base/en.lproj/DetailsPanel.strings:0
#: cocoa/pe/en.lproj/DetailsPanel.strings:0
#: cocoa/pe/en.lproj/DetailsPanel.strings:0
msgid "Selected"
msgstr "已选择"
@@ -126,7 +125,6 @@ msgstr "已选择"
#: cocoa/base/en.lproj/DetailsPanel.strings:0
#: cocoa/base/en.lproj/DirectoryPanel.strings:0
#: cocoa/pe/en.lproj/DetailsPanel.strings:0
#: cocoa/pe/en.lproj/DetailsPanel.strings:0
msgid "Reference"
msgstr "参照文件"
@@ -142,24 +140,21 @@ msgstr "结果窗口"
msgid "Add Folder..."
msgstr "增加文件夹..."
#: qt/base/directories_dialog.py:66 qt/base/result_window.py:83
#: cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/directories_dialog.py:66 qt/base/result_window.py:82
#: cocoa/base/en.lproj/MainMenu.strings:0
msgid "File"
msgstr "文件"
#: qt/base/directories_dialog.py:68 qt/base/result_window.py:91
#: qt/base/directories_dialog.py:68 qt/base/result_window.py:90
msgid "View"
msgstr "视图"
#: qt/base/directories_dialog.py:70 qt/base/result_window.py:93
#: cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/directories_dialog.py:70 qt/base/result_window.py:92
#: cocoa/base/en.lproj/MainMenu.strings:0
msgid "Help"
msgstr "帮助"
#: qt/base/directories_dialog.py:72 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/MainMenu.strings:0
msgid "Load Recent Results"
msgstr "载入最近的结果"
@@ -198,7 +193,7 @@ msgstr "选择一个结果文件并载入"
msgid "All Files (*.*)"
msgstr "所有文件 (*.*)"
#: qt/base/directories_dialog.py:202 qt/base/result_window.py:344
#: qt/base/directories_dialog.py:202 qt/base/result_window.py:334
msgid "dupeGuru Results (*.dupeguru)"
msgstr "dupeGuru结果 (*.dupeguru)"
@@ -237,6 +232,7 @@ msgid "Sorry, I must insist"
msgstr "抱歉,现在仍要继续"
#: qt/base/extra_fairware_reminder.py:41
#: cocoa/base/en.lproj/ExtraFairwareReminder.strings:0
msgid ""
"It seems that you found a lot of duplicates. Nice! I must insist, however, that contributions are expected when there are unpaid hours on the project.\n"
"\n"
@@ -384,143 +380,128 @@ msgstr "显示选择"
msgid "Close"
msgstr "关闭"
#: qt/base/problem_table.py:18 cocoa/base/en.lproj/ProblemDialog.strings:0
msgid "File Path"
msgstr "文件路径"
#: qt/base/problem_table.py:19 cocoa/base/en.lproj/ProblemDialog.strings:0
msgid "Error Message"
msgstr "错误信息"
#: qt/base/result_window.py:45 qt/me/details_dialog.py:20
#: qt/base/result_window.py:44 qt/me/details_dialog.py:20
#: qt/pe/details_dialog.py:25 qt/se/details_dialog.py:20
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Details"
msgstr "详细说明"
#: qt/base/result_window.py:46 qt/base/result_window.py:87
#: qt/base/result_window.py:45 qt/base/result_window.py:86
#: qt/base/result_window.py:154 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/MainMenu.strings:0
msgid "Actions"
msgstr "行为"
#: qt/base/result_window.py:47 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:46 cocoa/base/en.lproj/MainMenu.strings:0
msgid "Show Dupes Only"
msgstr "仅显示重复文件"
#: qt/base/result_window.py:48 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:47 cocoa/base/en.lproj/MainMenu.strings:0
msgid "Show Delta Values"
msgstr "显示Delta值"
#: qt/base/result_window.py:49
#: qt/base/result_window.py:48
msgid "Send Marked to Recycle Bin"
msgstr "将标记的文件移到回收站"
#: qt/base/result_window.py:50 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:49 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Delete Marked and Replace with Hardlinks"
msgstr "删除标记文件并用硬连接进行替换"
#: qt/base/result_window.py:51 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:50 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Move Marked to..."
msgstr "将标记的文件移动到..."
#: qt/base/result_window.py:52 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:51 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Copy Marked to..."
msgstr "将标记的文件复制到..."
#: qt/base/result_window.py:53 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:52 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Remove Marked from Results"
msgstr "从结果中移除所标记的文件"
#: qt/base/result_window.py:54
#: qt/base/result_window.py:53
msgid "Re-Prioritize Results..."
msgstr "从结果中移除所选的文件"
#: qt/base/result_window.py:55 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
#: qt/base/result_window.py:54 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Remove Selected from Results"
msgstr "从结果中移除所选的文件"
#: qt/base/result_window.py:56 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
#: qt/base/result_window.py:55 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Add Selected to Ignore List"
msgstr "将所选文件添加到忽略列表中"
#: qt/base/result_window.py:57 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
#: qt/base/result_window.py:56 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Make Selected Reference"
msgstr "将所选文件设定为参照文件"
#: qt/base/result_window.py:58 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
#: qt/base/result_window.py:57 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Open Selected with Default Application"
msgstr "使用默认程序打开所选文件"
#: qt/base/result_window.py:59
#: qt/base/result_window.py:58
msgid "Open Containing Folder of Selected"
msgstr "打开所选文件所在的文件夹"
#: qt/base/result_window.py:60 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
#: qt/base/result_window.py:59 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Rename Selected"
msgstr "重命名所选文件"
#: qt/base/result_window.py:61 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:60 cocoa/base/en.lproj/MainMenu.strings:0
msgid "Mark All"
msgstr "标记全部"
#: qt/base/result_window.py:62 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:61 cocoa/base/en.lproj/MainMenu.strings:0
msgid "Mark None"
msgstr "全部取消标记"
#: qt/base/result_window.py:63 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:62 cocoa/base/en.lproj/MainMenu.strings:0
msgid "Invert Marking"
msgstr "反选标记文件"
#: qt/base/result_window.py:64 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:63 cocoa/base/en.lproj/MainMenu.strings:0
msgid "Mark Selected"
msgstr "标记所选文件"
#: qt/base/result_window.py:65 qt/base/result_window.py:244
#: qt/base/result_window.py:64 qt/base/result_window.py:234
#: cocoa/base/en.lproj/MainMenu.strings:0
msgid "Clear Ignore List"
msgstr "清空忽略列表"
#: qt/base/result_window.py:66 qt/base/result_window.py:230
#: qt/base/result_window.py:65 qt/base/result_window.py:220
msgid "Apply Filter"
msgstr "应用筛选"
#: qt/base/result_window.py:67
#: qt/base/result_window.py:66
msgid "Cancel Filter"
msgstr "取消筛选"
#: qt/base/result_window.py:68
#: qt/base/result_window.py:67
msgid "Export To HTML"
msgstr "导出为 HTML"
#: qt/base/result_window.py:69 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:68 cocoa/base/en.lproj/MainMenu.strings:0
msgid "Save Results..."
msgstr "保存结果..."
#: qt/base/result_window.py:70 cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:69 cocoa/base/en.lproj/MainMenu.strings:0
msgid "Invoke Custom Command"
msgstr "调用自定义命令"
#: qt/base/result_window.py:85
#: qt/base/result_window.py:84
msgid "Mark"
msgstr "标记"
#: qt/base/result_window.py:89 cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/MainMenu.strings:0
#: qt/base/result_window.py:88 cocoa/base/en.lproj/MainMenu.strings:0
msgid "Columns"
msgstr "显示列"
@@ -534,42 +515,42 @@ msgstr "重置为默认值"
msgid "{} Results"
msgstr "{} (结果)"
#: qt/base/result_window.py:231
#: qt/base/result_window.py:221
msgid ""
"Type the filter you want to apply on your results. See help for details."
msgstr "请输入筛选条件以应用到结果。详见帮助文档。"
#: qt/base/result_window.py:247
#: qt/base/result_window.py:237
msgid "Nothing to clear."
msgstr "无需清空。"
#: qt/base/result_window.py:249 cocoa/base/en.lproj/Localizable.strings:0
#: qt/base/result_window.py:239 cocoa/base/en.lproj/Localizable.strings:0
msgid "Do you really want to remove all %d items from the ignore list?"
msgstr "确定要从忽略列表中移除 %d 项吗?"
#: qt/base/result_window.py:252
#: qt/base/result_window.py:242
msgid "Ignore list cleared."
msgstr "忽略列表已清空。"
#: qt/base/result_window.py:261
#: qt/base/result_window.py:251
msgid "Delete duplicates"
msgstr "删除重复文件"
#: qt/base/result_window.py:262 cocoa/base/en.lproj/Localizable.strings:0
#: qt/base/result_window.py:252 cocoa/base/en.lproj/Localizable.strings:0
msgid "You are about to send %d files to Trash. Continue?"
msgstr "即将有 %d 个文件被移到回收站。继续吗?"
#: qt/base/result_window.py:286
#: qt/base/result_window.py:276
msgid "Delete and hardlink duplicates"
msgstr "删除及硬连接重复文件"
#: qt/base/result_window.py:287 cocoa/base/en.lproj/Localizable.strings:0
#: qt/base/result_window.py:277 cocoa/base/en.lproj/Localizable.strings:0
msgid ""
"You are about to send %d files to Trash (and hardlink them afterwards). "
"Continue?"
msgstr "即将有 %d 个文件被移动垃圾桶并删除硬盘上的文件。继续吗?"
#: qt/base/result_window.py:343 cocoa/base/en.lproj/Localizable.strings:0
#: qt/base/result_window.py:333 cocoa/base/en.lproj/Localizable.strings:0
msgid "Select a file to save your results to"
msgstr "将结果保存为..."
@@ -740,7 +721,6 @@ msgstr "Add iPhoto Library"
msgid "Bring All to Front"
msgstr "Bring All to Front"
#: cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/MainMenu.strings:0
msgid "Window"
msgstr "Window"
@@ -788,7 +768,6 @@ msgstr "Send Marked to Trash"
#: cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Reveal Selected in Finder"
msgstr "Reveal Selected in Finder"
@@ -808,12 +787,10 @@ msgstr "Export Results to XHTML"
msgid "Check for update..."
msgstr "Check for update..."
#: cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/MainMenu.strings:0
msgid "Mode"
msgstr "Mode"
#: cocoa/base/en.lproj/MainMenu.strings:0
#: cocoa/base/en.lproj/MainMenu.strings:0
msgid "Edit"
msgstr "Edit"
@@ -864,23 +841,18 @@ msgstr "dupeGuru Results"
msgid "Marked: 0 files, 0 B. Total: 0 files, 0 B."
msgstr "Marked: 0 files, 0 B. Total: 0 files, 0 B."
#: cocoa/base/en.lproj/ResultWindow.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Options"
msgstr "Options"
#: cocoa/base/en.lproj/ResultWindow.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Filter"
msgstr "Filter"
#: cocoa/base/en.lproj/ResultWindow.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Action"
msgstr "Action"
#: cocoa/base/en.lproj/ResultWindow.strings:0
#: cocoa/base/en.lproj/ResultWindow.strings:0
msgid "Directories"
msgstr "Directories"
@@ -976,7 +948,7 @@ msgstr "dupeGuru PE Preferences"
msgid "Czech"
msgstr ""
#: cocoa/inter/app.py:20
#: cocoa/inter/app.py:21
msgid "Sending to Trash"
msgstr "移到垃圾桶"