Newer
Older
# Copyright (C) YEAR Xfce
# This file is distributed under the same license as the xfce-panel-plugins.xfce4-clipman-plugin package.
#
# Translators:
# Chipong Luo <chipong.luo@yahoo.com>, 2011-2012
# Hunt Xu <huntxu@live.cn>, 2009
# Hydonsingore Cia <hydonsingore@educities.edu.tw>, 2006
# Levi Zhou <congzhou821@gmail.com>, 2016
# Mingcong Bai <jeffbai@aosc.xyz>, 2016
# Cally Mal <zhouxiaobo.500@gmail.com>, 2014
"Project-Id-Version: Xfce Panel Plugins\n"
"Report-Msgid-Bugs-To: https://gitlab.xfce.org/\n"
"POT-Creation-Date: 2024-04-07 00:51+0200\n"
"PO-Revision-Date: 2013-07-03 18:52+0000\n"
"Last-Translator: 玉堂白鹤 <yjwork@qq.com>, 2015,2020,2023\n"
"Language-Team: Chinese (China) (http://app.transifex.com/xfce/xfce-panel-plugins/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/appdata/xfce4-clipman.appdata.xml.in:6
#: panel-plugin/xfce4-clipman-plugin.desktop.in:5
#: panel-plugin/xfce4-clipman-plugin-autostart.desktop.in:4
#: panel-plugin/main-panel-plugin.c:83 panel-plugin/main-status-icon.c:117
#: panel-plugin/plugin.c:99 panel-plugin/plugin.c:336
msgid "Clipman"
msgstr "Clipman 剪贴板管理器"
#: data/appdata/xfce4-clipman.appdata.xml.in:7
#: panel-plugin/xfce4-clipman-plugin.desktop.in:6
#: panel-plugin/xfce4-clipman-plugin-autostart.desktop.in:5
msgid "Clipboard manager"
msgstr "剪贴板管理器"
#: data/appdata/xfce4-clipman.appdata.xml.in:10
msgid ""
"Clipboard Manager provided as a panel plugin for Xfce and as a standalone "
"application running in the notification area. It keeps a history of text and"
" images of content copied to the clipboard. It also has a feature to execute"
" actions on specific text selection by matching them against regexes."
msgstr "剪贴板管理器是一个 Xfce 的面板插件,它在通知区域中单独执行。它保留了文字及图片被复制到剪贴板的历史。它也有在被选择的文字符合正则表达式时执行的功能。"
#: panel-plugin/xfce4-clipman.desktop.in:5
msgid "Clipboard Manager"
msgstr "剪贴板管理器"
#: panel-plugin/xfce4-clipman.desktop.in:6
msgid "Clipboard Manager Autostart File"
msgstr "剪贴板管理器自动启动文件"
#: panel-plugin/xfce4-clipman-settings.c:99
msgid "None"
msgstr "无"
#. TRANSLATORS: Keyboard shortcut
#: panel-plugin/xfce4-clipman-settings.c:101
msgid "Ctrl+V"
msgstr "Ctrl + V"
#. TRANSLATORS: Keyboard shortcut
#: panel-plugin/xfce4-clipman-settings.c:103
msgid "Shift+Insert"
msgstr "Shift + Ins"
#: panel-plugin/xfce4-clipman-settings.c:137
#: panel-plugin/xfce4-clipman-settings.c:138
#: panel-plugin/xfce4-clipman-settings.c:526
#: panel-plugin/xfce4-clipman-settings.c:528
msgid ""
"Are you sure you want to reset the actions to the system default values?"
msgstr "您确定要重置此动作为系统默认值吗?"
#: panel-plugin/xfce4-clipman-history.c:263
msgid "Enter search phrase here"
msgstr "在此处输入搜索词组"
#. Insert empty menu item
#: panel-plugin/xfce4-clipman-history.c:323 panel-plugin/menu.c:372
#: panel-plugin/xfce4-clipman-history.c:389
msgid "_Paste"
msgstr "粘贴(_P)"
#: panel-plugin/xfce4-clipman-history.c:394
msgid "_Copy"
msgstr "复制(_C)"
#: panel-plugin/xfce4-clipman-history.c:428
msgid "Clipman History"
msgstr "Clipman 历史"
#: panel-plugin/xfce4-clipman-history.c:436
#: panel-plugin/xfce4-clipman-history.c:438 panel-plugin/settings-dialog.ui:49
#: panel-plugin/xfce4-clipman-history.c:444
#: panel-plugin/xfce4-clipman-history.c:446
msgid "_Settings"
msgstr "设置(_S)"
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
#: panel-plugin/xfce4-clipman-settings.desktop.in:4
msgid "Clipboard Manager Settings"
msgstr "剪贴板管理器设置"
#: panel-plugin/xfce4-clipman-settings.desktop.in:5
msgid "Customize your clipboard"
msgstr "自定义剪贴板"
#: panel-plugin/settings-dialog.ui:30
msgid "Clipman Settings"
msgstr "Clipman 设置"
#: panel-plugin/settings-dialog.ui:65
msgid "_Close"
msgstr "关闭(_C)"
#: panel-plugin/settings-dialog.ui:117
msgid "Sync mouse _selections"
msgstr "同步鼠标选择区(_S)"
#: panel-plugin/settings-dialog.ui:122
msgid ""
"If checked, selections will be synced with the default clipboard, so you can"
" paste what you select with Ctrl-V. Conversely, manual copies will be synced"
" with the primary clipboard, so you can paste what you copy with middle-"
"click."
msgstr "如果选中,所选内容将与默认剪贴板同步,因此您可以使用 Ctrl-V 粘贴所选内容。相反,手动复制将与主剪贴板同步,因此您可以通过中键单击粘贴所复制的内容。"
#: panel-plugin/settings-dialog.ui:134
msgid "_Persist mouse selections"
msgstr "保留鼠标选项(_P)"
#: panel-plugin/settings-dialog.ui:139
msgid ""
"If checked, the primary clipboard (middle-click paste) will persist until "
"next selection if current selection is lost (e.g. by left-clicking anywhere "
"in a text area)"
msgstr "如果选中,主剪贴板(中键粘贴)将在当前选择丢失时(例如,在文本区域的任何地方单击左键)持续到下一次选择"
#: panel-plugin/settings-dialog.ui:151
msgid "_QR-Code support"
msgstr "QR 码支持(_Q)"
#: panel-plugin/settings-dialog.ui:156
msgid ""
"If checked, the menu shows a QR-Code of the currently selected clipboard "
"entry"
msgstr "如果选中,菜单将会显示当前选中的剪贴板条目的二维码。"
#: panel-plugin/settings-dialog.ui:170
msgid "Automatically paste a selected item from the history"
msgstr "从历史中自动粘贴选中的项目"
#: panel-plugin/settings-dialog.ui:176
msgid "_Paste instantly:"
msgstr "立即粘贴(_P):"
#: panel-plugin/settings-dialog.ui:214
msgid "<b>General</b>"
msgstr "<b>通用</b>"
#: panel-plugin/settings-dialog.ui:245
msgid "P_osition menu at mouse pointer"
msgstr "在鼠标光标处放置菜单"
#: panel-plugin/settings-dialog.ui:249
msgid ""
"Popup the menu at the mouse pointer position: especially useful for the "
"xfce4-popup-clipman command"
msgstr "在鼠标指针位置弹出菜单:对于 xfce4-popup-clipman 命令特别有用"
#: panel-plugin/settings-dialog.ui:267
msgid "Maximum items:"
msgstr "最大项目: "
#: panel-plugin/settings-dialog.ui:304
msgid "<b>Menu</b>"
msgstr "<b>菜单</b>"
#: panel-plugin/settings-dialog.ui:321
msgid "_Behavior"
msgstr "行为(_B)"
#: panel-plugin/settings-dialog.ui:343
msgid "<b>_Enable automatic actions</b>"
msgstr "<b>启用自动动作(_E) </b>"
#: panel-plugin/settings-dialog.ui:358
msgid ""
"If checked, the clipboard texts will be matched against regular expressions and a menu will display possible actions automatically.\n"
"Otherwise the menu will only appear when calling \"xfce4-popup-clipman-actions\" (and a match was found)"
msgstr "如果选中,将尝试使用正则表达式匹配剪贴板文本并在菜单中自动显示可能的动作。\n否则只在调用“xfce4-popup-clipman-actions”(以及存在匹配项)时显示菜单"
#: panel-plugin/settings-dialog.ui:384
msgid ""
"When the selection is done and the Control key is still pressed down, the "
"popup menu for matched actions will be shown or hidden"
msgstr "当选择完成且 Ctrl 键仍然被按下时,将显示或隐藏匹配操作的弹出式菜单"
#: panel-plugin/settings-dialog.ui:390
msgid "_Pressing Ctrl during selection:"
msgstr "在选取时按下 Ctrl 键: (_P)"
#: panel-plugin/settings-dialog.ui:459
msgid "Add action"
msgstr "添加动作"
#: panel-plugin/settings-dialog.ui:481
msgid "Edit action"
msgstr "编辑动作"
#: panel-plugin/settings-dialog.ui:503
msgid "Delete action"
msgstr "删除动作"
#: panel-plugin/settings-dialog.ui:524
msgid "Reset all actions to the system default values"
msgstr "将所有动作重置为默认值"
#: panel-plugin/settings-dialog.ui:571
msgid "_Actions"
msgstr "动作(_A)"
#: panel-plugin/settings-dialog.ui:594
msgid "<b>Remember history</b>"
msgstr "<b>记住历史 </b>"
#: panel-plugin/settings-dialog.ui:631
msgid "Remember last copied _image"
msgstr "记住上次复制的图片(_I)"
#: panel-plugin/settings-dialog.ui:635
msgid ""
"If checked, this option allows one to store one image inside the history"
msgstr "如果选中此选项,则允许在历史记录中存储一张图像"
#: panel-plugin/settings-dialog.ui:647
msgid "_Reorder history items"
msgstr "重新排序历史项目(_R)"
#: panel-plugin/settings-dialog.ui:651
msgid ""
"Push last copied text to the top of the history, useful to reorder old items"
msgstr "将上次复制的文字放在历史的最上方,对于重排序旧项目有用"
#: panel-plugin/settings-dialog.ui:663
msgid "Re_verse history order"
msgstr "翻转历史顺序(_V)"
#: panel-plugin/settings-dialog.ui:667
msgid "Reverse order of the history shown in the menu"
msgstr "翻转在菜单中所示项目的顺序"
#: panel-plugin/settings-dialog.ui:679
msgid "Ignore mouse s_elections"
msgstr "忽略鼠标选择区(_E)"
#: panel-plugin/settings-dialog.ui:684
msgid ""
"If checked, the selections won't affect the history except the manual copies"
msgstr "如果选中,除非手动复制,否则选择区将不会影响历史"
#: panel-plugin/settings-dialog.ui:703
msgid "Size of the _history:"
msgstr "历史大小(_H):"
#: panel-plugin/settings-dialog.ui:719
msgid "5"
msgstr "5"
#: panel-plugin/settings-dialog.ui:753
msgid "H_istory"
msgstr "历史(_I)"
#: panel-plugin/settings-dialog.ui:777
msgid "Edit Action"
msgstr "编辑动作"
#: panel-plugin/settings-dialog.ui:803 panel-plugin/settings-dialog.ui:1298
msgid "_Cancel"
msgstr "取消(_C)"
#: panel-plugin/settings-dialog.ui:817 panel-plugin/settings-dialog.ui:1312
msgid "_OK"
msgstr "确定(_O)"
#: panel-plugin/settings-dialog.ui:886 panel-plugin/settings-dialog.ui:1114
msgid "Name:"
msgstr "名称:"
#: panel-plugin/settings-dialog.ui:898
msgid "Pattern:"
msgstr "类型:"
#: panel-plugin/settings-dialog.ui:985
msgid ""
"You can use the substitution parameters \"\\1\", \"\\2\" and so on in the "
"commands. The parameter \"\\0\" represents the complete text. The pattern is"
" always anchored within the special characters ^$"
msgstr "您可以在命令中使用 “\\1”、“\\2” 等替换参数。参数 “\\0” 代表完整文本。该模式始终固定在特殊字符 ^$ 内"
#: panel-plugin/settings-dialog.ui:1011
msgid "Activate on manual copy instead of selection"
msgstr "启用手动复制而非选择"
#: panel-plugin/settings-dialog.ui:1016
msgid ""
"By default the action is triggered by a selection: check this option to "
"trigger the action when you make a manual copy instead. Note that in this "
"case, the Control key no longer has any effect."
msgstr "默认情况下,该操作是由选取触发的:若想改成在您进行手动复制时触发该操作,请选中此选项。请注意,在这种情况下,Ctrl 键不再起作用。"
#: panel-plugin/settings-dialog.ui:1033
msgid "<b>Action</b>"
msgstr "<b>动作</b>"
#: panel-plugin/settings-dialog.ui:1102
msgid "Command:"
msgstr "命令:"
#: panel-plugin/settings-dialog.ui:1243
msgid "<b>Commands</b>"
msgstr "<b>命令</b>"
#: panel-plugin/settings-dialog.ui:1269
msgid "Type here your custom text, for example a URL, a filename, etc."
msgstr "在此处输入您的自定义文本,例如 URL,文件名等。"
#: panel-plugin/settings-dialog.ui:1273
msgid "Regular expression"
msgstr "正则表达"
#: panel-plugin/main-panel-plugin.c:117 panel-plugin/main-status-icon.c:148
msgid "_Disable"
msgstr "禁用(_D)"
#, c-format
msgid ""
"Unable to execute the command \"%s\"\n"
"\n"
"%s"
msgid ""
"Could not start the Clipboard Manager Daemon because it is already running."
msgstr "无法启动剪贴板管理器守护程序,因为它已经在运行。"
msgid "The Xfce Clipboard Manager is already running."
msgstr "Xfce 剪贴板管理器已经在运行。"
msgid "You can launch it with 'xfce4-clipman'."
msgstr "您可以使用“ xfce4-clipman”启动它。"
msgid "The Clipboard Manager Daemon is not running."
msgstr "剪贴板管理器守护程序未运行。"
msgstr "您确定要清除历史吗?"
msgid "Don't ask again"
msgstr "不再询问"
msgid "Unable to open the Clipman history dialog"
#: panel-plugin/menu.c:294 panel-plugin/menu.c:560
msgid "_Clear history"
msgstr "清除历史(_C)"
msgid "Could not generate QR-Code."
msgstr "无法生成二维码。"
msgid "_Show full history..."
msgstr "显示完整的历史记录(_S)..."
msgid "_Clipman settings..."
msgstr "Clipman 设置(_C)..."
msgstr "Xfce 剪贴板管理器"
msgstr "Hydonsingore Cia <hydonsingore@educities.edu.tw>, 2006.\nHunt Xu <huntxu@live.cn>, 2009.\nChipong Luo <chipong.luo@yahoo.com>, 2011, 2012。"
msgstr "未能打开设置对话框"