Skip to content

Commit 3035a9c

Browse files
Translation updates from Crowdin
Co-authored-by: crystal-rainslide <[email protected]>
1 parent 74b6a12 commit 3035a9c

File tree

1 file changed

+306
-0
lines changed

1 file changed

+306
-0
lines changed
Lines changed: 306 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,306 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<root>
3+
<!-- Microsoft ResX Schema Version 2.0 -->
4+
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
5+
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
6+
<xsd:element name="root" msdata:IsDataSet="true">
7+
<xsd:complexType>
8+
<xsd:choice maxOccurs="unbounded">
9+
<xsd:element name="metadata">
10+
<xsd:complexType>
11+
<xsd:sequence>
12+
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
13+
</xsd:sequence>
14+
<xsd:attribute name="name" use="required" type="xsd:string"/>
15+
<xsd:attribute name="type" type="xsd:string"/>
16+
<xsd:attribute name="mimetype" type="xsd:string"/>
17+
<xsd:attribute ref="xml:space"/>
18+
</xsd:complexType>
19+
</xsd:element>
20+
<xsd:element name="assembly">
21+
<xsd:complexType>
22+
<xsd:attribute name="alias" type="xsd:string"/>
23+
<xsd:attribute name="name" type="xsd:string"/>
24+
</xsd:complexType>
25+
</xsd:element>
26+
<xsd:element name="data">
27+
<xsd:complexType>
28+
<xsd:sequence>
29+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
30+
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
31+
</xsd:sequence>
32+
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
33+
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
34+
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
35+
<xsd:attribute ref="xml:space"/>
36+
</xsd:complexType>
37+
</xsd:element>
38+
<xsd:element name="resheader">
39+
<xsd:complexType>
40+
<xsd:sequence>
41+
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
42+
</xsd:sequence>
43+
<xsd:attribute name="name" type="xsd:string" use="required"/>
44+
</xsd:complexType>
45+
</xsd:element>
46+
</xsd:choice>
47+
</xsd:complexType>
48+
</xsd:element>
49+
</xsd:schema>
50+
<resheader name="resmimetype">
51+
<value>text/microsoft-resx</value>
52+
</resheader>
53+
<resheader name="version">
54+
<value>2.0</value>
55+
</resheader>
56+
<resheader name="reader">
57+
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
58+
</resheader>
59+
<resheader name="writer">
60+
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
61+
</resheader>
62+
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
63+
<!-- Data -->
64+
<data name="app_icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
65+
<value>..\Resources\icon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral</value>
66+
</data>
67+
<data name="str_save" xml:space="preserve">
68+
<value>保存</value>
69+
</data>
70+
<data name="str_filename" xml:space="preserve">
71+
<value>文件名</value>
72+
<comment>Filename to save as
73+
</comment>
74+
</data>
75+
<data name="str_extension" xml:space="preserve">
76+
<value>拓展名</value>
77+
<comment>File extension / type to save as
78+
</comment>
79+
</data>
80+
<data name="str_location" xml:space="preserve">
81+
<value>文件夹</value>
82+
<comment>Folder path location to save file into</comment>
83+
</data>
84+
<data name="str_message_run_as_admin" xml:space="preserve">
85+
<value>请以管理员身份运行此应用程序!</value>
86+
</data>
87+
<data name="str_contextentry" xml:space="preserve">
88+
<value>Paste Into File</value>
89+
<comment>Context menu entry for pasting</comment>
90+
</data>
91+
<data name="str_select_folder" xml:space="preserve">
92+
<value>选择保存此文件的文件夹</value>
93+
<comment>str_select_folder
94+
Tooltip</comment>
95+
</data>
96+
<data name="str_autosave_infotext" xml:space="preserve">
97+
<value>(译者注:使用 Paste Into File 的右键菜单时)现在会自动保存文件,不再需要选择文件名和扩展名。同时,将会在资源管理器中选中被保存的文件以便重命名。若要再次显示对话框,只要不加参数运行 PasteInfoFile 的可执行文件,或在选择右键菜单项时按住 SHIFT 键即可。</value>
98+
</data>
99+
<data name="str_noclip_text" xml:space="preserve">
100+
<value>剪贴板为空或包含不支持的数据</value>
101+
</data>
102+
<data name="str_wizard_title" xml:space="preserve">
103+
<value>欢迎使用 Paste Into File</value>
104+
</data>
105+
<data name="str_clear_clipboard" xml:space="preserve">
106+
<value>清空剪贴板</value>
107+
<comment>Checkbox to clear clipboard after saving
108+
</comment>
109+
</data>
110+
<data name="str_main_info" xml:space="preserve">
111+
<value>在 GitHub 上查看本项目</value>
112+
</data>
113+
<data name="str_wizard_contextentry_info" xml:space="preserve">
114+
<value>添加条目到文件资源管理器的右键菜单,以便快捷地将剪贴板内容粘贴为文件,或通过右键菜单在不打开文件的情况下直接复制文件内容。</value>
115+
</data>
116+
<data name="str_wizard_contextentry_title" xml:space="preserve">
117+
<value>要不要添加右键菜单项?</value>
118+
</data>
119+
<data name="str_version" xml:space="preserve">
120+
<value>版本 {0}</value>
121+
<comment>Program version info
122+
</comment>
123+
</data>
124+
<data name="str_preview" xml:space="preserve">
125+
<value>预览</value>
126+
</data>
127+
<data name="str_preview_image" xml:space="preserve">
128+
<value>图像预览({0}x{1} px)</value>
129+
</data>
130+
<data name="str_preview_text" xml:space="preserve">
131+
<value>文本预览({0} 字符,{1} 行)</value>
132+
</data>
133+
<data name="str_file_exists_directory" xml:space="preserve">
134+
<value>{0} 中已存在具有相同名称的目录。</value>
135+
</data>
136+
<data name="str_file_exists" xml:space="preserve">
137+
<value>文件 {0} 已存在。
138+
您想要覆盖它吗?</value>
139+
</data>
140+
<data name="str_autosave_checkbox" xml:space="preserve">
141+
<value>自动保存(跳过对话框)</value>
142+
<comment>Checkbox to toggle autosave mode, for which no pop-up dialog is displayed, but the file is directly saved without prompt.
143+
</comment>
144+
</data>
145+
<data name="str_wizard_autosave_title" xml:space="preserve">
146+
<value>无需确认自动保存文件?</value>
147+
</data>
148+
<data name="str_wizard_autosave_button" xml:space="preserve">
149+
<value>启用自动保存</value>
150+
</data>
151+
<data name="str_wizard_finish" xml:space="preserve">
152+
<value>完成设置</value>
153+
</data>
154+
<data name="str_wizard_autosave_info" xml:space="preserve">
155+
<value>您可以将 Paste Into File 配置为自动保存文件。启用后,会跳过选择文件名和扩展名的对话框,并直接在资源管理器窗口中保存并选中文件,以便重命名。若要暂时反转此设置,请在使用 Paste Into File 时按住 SHIFT 键。另外,不带命令行参数运行 Paste Into File 时,总是会显示对话框。</value>
156+
</data>
157+
<data name="str_continuous_mode" xml:space="preserve">
158+
<value>批量处理模式</value>
159+
<comment>Checkbox for batch mode, in which files are automatically saved every time new data is copied
160+
</comment>
161+
</data>
162+
<data name="str_n_saved" xml:space="preserve">
163+
<value>已保存 {0} 个</value>
164+
</data>
165+
<data name="str_edit_template" xml:space="preserve">
166+
<value>编辑模板</value>
167+
</data>
168+
<data name="str_accept" xml:space="preserve">
169+
<value>保存</value>
170+
</data>
171+
<data name="str_cancel" xml:space="preserve">
172+
<value>取消</value>
173+
</data>
174+
<data name="str_template_edit_info" xml:space="preserve">
175+
<value>用于格式化文件名的模板。支持以下变量:
176+
{0} - 日期和时间
177+
{1} - 批量处理模式下的文件序号
178+
&lt;a&gt;点这里&lt;/a&gt;查看关于格式的详细信息。</value>
179+
</data>
180+
<data name="str_template_edit_info_url" xml:space="preserve">
181+
<value>https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings</value>
182+
</data>
183+
<data name="str_filename_template" xml:space="preserve">
184+
<value>文件名模板</value>
185+
</data>
186+
<data name="str_continuous_mode_enabled_ask_savenow" xml:space="preserve">
187+
<value>在批处理模式下,每当剪贴板复制进新数据时,都会立即保存。
188+
189+
是否现在就保存一次当前剪贴板内容?</value>
190+
</data>
191+
<data name="str_invalid_character" xml:space="preserve">
192+
<value>无效字符:{0}</value>
193+
</data>
194+
<data name="str_contextentry_copyfromfile" xml:space="preserve">
195+
<value>复制文件内容</value>
196+
<comment>Context menu entry for copying
197+
</comment>
198+
</data>
199+
<data name="str_copy_failed_unknown_format" xml:space="preserve">
200+
<value>文件 {0} 包含未知格式的数据,无法复制到剪贴板。</value>
201+
</data>
202+
<data name="str_error_cliboard_format_missmatch" xml:space="preserve">
203+
<value>剪贴板中没有可转换为扩展名 {0} 的数据,或数据转换失败。</value>
204+
</data>
205+
<data name="str_preview_html" xml:space="preserve">
206+
<value>HTML 预览</value>
207+
</data>
208+
<data name="str_preview_url" xml:space="preserve">
209+
<value>URL 预览</value>
210+
</data>
211+
<data name="str_preview_csv" xml:space="preserve">
212+
<value>CSV 预览</value>
213+
</data>
214+
<data name="str_preview_sylk" xml:space="preserve">
215+
<value>符号链接(SYLK)预览</value>
216+
</data>
217+
<data name="str_preview_rtf" xml:space="preserve">
218+
<value>富文本预览</value>
219+
</data>
220+
<data name="str_preview_dif" xml:space="preserve">
221+
<value>数据交换预览</value>
222+
</data>
223+
<data name="str_exit" xml:space="preserve">
224+
<value>退出</value>
225+
</data>
226+
<data name="str_open_paste_into_file" xml:space="preserve">
227+
<value>打开 Paste Into File</value>
228+
</data>
229+
<data name="str_settings" xml:space="preserve">
230+
<value>设置</value>
231+
</data>
232+
<data name="str_wizard_tray_title" xml:space="preserve">
233+
<value>要不要启用开机自启和快捷键?</value>
234+
</data>
235+
<data name="str_wizard_tray_autostart_button" xml:space="preserve">
236+
<value>自启动到托盘</value>
237+
</data>
238+
<data name="str_wizard_tray_info" xml:space="preserve">
239+
<value>启用后,Paste Into File 会在 Windows 启动时一并启动到系统托盘中。 这同时能启用快捷键,通过 WIN+ALT+V 粘贴为文件(还有 WIN+ALT+C,用于直接复制文件内容)。
240+
此外,您可以启用 clipboard patching 功能。此功能会监视剪贴板,并自动将被复制内容变为文件,以便直接在资源管理器中使用 CTRL+V 粘贴。
241+
这些设置将在下一次登录时生效。</value>
242+
</data>
243+
<data name="str_copy_failed_not_single_file" xml:space="preserve">
244+
<value>请选择一个文件以复制其内容</value>
245+
<comment>Error message displayed when trying to copy file contents to clipboard while the number of selected files does not equal 1</comment>
246+
</data>
247+
<data name="str_preview_files" xml:space="preserve">
248+
<value>文件列表预览({0} 个文件和文件夹)</value>
249+
</data>
250+
<data name="str_wizard_tray_patching_button" xml:space="preserve">
251+
<value>启用 clipboard patching(实验性功能)</value>
252+
</data>
253+
<data name="str_version_update_available" xml:space="preserve">
254+
<value>有新版本可用: {0} ➜ {1}</value>
255+
</data>
256+
<data name="str_open" xml:space="preserve">
257+
<value>打开</value>
258+
</data>
259+
<data name="str_preview_image_vector" xml:space="preserve">
260+
<value>矢量图像预览({0}x{1} px @ {2} dpi)</value>
261+
</data>
262+
<data name="str_preview_svg" xml:space="preserve">
263+
<value>可缩放矢量图形(SVG)预览</value>
264+
</data>
265+
<data name="str_portable" xml:space="preserve">
266+
<value>便携</value>
267+
</data>
268+
<data name="str_clear_clipboard_tooltip" xml:space="preserve">
269+
<value>剪贴板内容保存完成后清空剪贴板。</value>
270+
</data>
271+
<data name="str_autosave_tooltip" xml:space="preserve">
272+
<value>无需确认,自动将剪贴板数据保存为默认文件类型。
273+
按住 SHIFT 可暂时反转此设置。</value>
274+
</data>
275+
<data name="str_wizard_notify_on_updates" xml:space="preserve">
276+
<value>有新版本时通知</value>
277+
</data>
278+
<data name="str_wizard_autosave_may_open_new_explorer" xml:space="preserve">
279+
<value>自动保存时可打开资源管理器(例如粘贴到子文件夹时)</value>
280+
</data>
281+
<data name="str_always_on_top" xml:space="preserve">
282+
<value>始终置顶</value>
283+
<comment>Checkbox in window bar context menu.
284+
Allows to keep application window always on top (in foreground of other windows), even if not focussed.
285+
</comment>
286+
</data>
287+
<data name="str_append_to_file" xml:space="preserve">
288+
<value>追加到文件</value>
289+
</data>
290+
<data name="str_append_tooltip" xml:space="preserve">
291+
<value>如果选择的文件已经存在,则将其追加到此文件中。
292+
(仅限支持追加的文件类型)</value>
293+
</data>
294+
<data name="str_append_not_supported" xml:space="preserve">
295+
<value>追加功能不支持拓展名 “{0}”。</value>
296+
</data>
297+
<data name="str_replace" xml:space="preserve">
298+
<value>替换</value>
299+
</data>
300+
<data name="str_contextentry_paste_into_existing_file" xml:space="preserve">
301+
<value>粘贴到此文件中</value>
302+
</data>
303+
<data name="str_append" xml:space="preserve">
304+
<value>追加</value>
305+
</data>
306+
</root>

0 commit comments

Comments
 (0)