Skip to content

Commit 3742422

Browse files
github-actions[bot]crowdin-botLucasofchirstmsmaicol07eltos
authored
Translation updates from Crowdin (#57)
Co-authored-by: Contributing Translators <[email protected]> Co-authored-by: Lucasofchirstms <[email protected]> Co-authored-by: Maicol Battistini <[email protected]> Co-authored-by: eltos <[email protected]>
1 parent 174bca7 commit 3742422

File tree

7 files changed

+241
-5
lines changed

7 files changed

+241
-5
lines changed

PasteIntoFile/Properties/Resources.de.resx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,13 +300,13 @@ Allows to keep application window always on top (in foreground of other windows)
300300
<data name="str_append" xml:space="preserve">
301301
<value>Anfügen</value>
302302
</data>
303+
<data name="str_template_edit_subfolder_info" xml:space="preserve">
304+
<value>Die Unterordner-Vorlage wird bei gedrückter STRG Taste an den Zielordner angefügt. Absolute Pfade sind auch möglich und ersetzten den Zielordner.</value>
305+
</data>
303306
<data name="str_template_edit_filename_info" xml:space="preserve">
304307
<value>Die Dateinamen-Vorlage wird zum Formatieren des Standarddateinamens verwendet.</value>
305308
</data>
306309
<data name="str_subfolder_template" xml:space="preserve">
307310
<value>Unterordner-Vorlage</value>
308311
</data>
309-
<data name="str_template_edit_subfolder_info" xml:space="preserve">
310-
<value>Die Unterordner-Vorlage wird bei gedrückter STRG Taste an den Zielordner angefügt. Absolute Pfade sind auch möglich und ersetzten den Zielordner.</value>
311-
</data>
312312
</root>

PasteIntoFile/Properties/Resources.it.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,13 @@ Allows to keep application window always on top (in foreground of other windows)
301301
<data name="str_append" xml:space="preserve">
302302
<value>Aggiungi</value>
303303
</data>
304+
<data name="str_template_edit_subfolder_info" xml:space="preserve">
305+
<value>Il modello di sottocartella viene aggiunto al percorso della cartella quando si esegue Incolla nel file con il tasto CTRL premuto. Anche i percorsi assoluti sono supportati e sostituiranno la cartella.</value>
306+
</data>
304307
<data name="str_template_edit_filename_info" xml:space="preserve">
305308
<value>Il modello viene utilizzato per formattare il nome del file.</value>
306309
</data>
310+
<data name="str_subfolder_template" xml:space="preserve">
311+
<value>Modello sottocartella</value>
312+
</data>
307313
</root>

PasteIntoFile/Properties/Resources.pt-BR.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,13 @@ Allows to keep application window always on top (in foreground of other windows)
301301
<data name="str_append" xml:space="preserve">
302302
<value>Acrescentar</value>
303303
</data>
304+
<data name="str_template_edit_subfolder_info" xml:space="preserve">
305+
<value>O modelo da subpasta é acrescentada para o caminho da pasta ao executar Paste Into File quando pressionar a tecla CTRL. Caminhos absolutos também são compatíveis e vão substituir a pasta.</value>
306+
</data>
304307
<data name="str_template_edit_filename_info" xml:space="preserve">
305308
<value>O modelo é usado para formatar o nome do arquivo.</value>
306309
</data>
310+
<data name="str_subfolder_template" xml:space="preserve">
311+
<value>Modelo de subpasta</value>
312+
</data>
307313
</root>

PasteIntoFile/Properties/Resources.pt-PT.resx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,13 @@ Allows to keep application window always on top (in foreground of other windows)
301301
<data name="str_append" xml:space="preserve">
302302
<value>Acrescentar</value>
303303
</data>
304+
<data name="str_template_edit_subfolder_info" xml:space="preserve">
305+
<value>O modelo da subpasta é acrescentado ao caminho da pasta ao executar Paste Into File quando premir a tecla CTRL. Caminhos absolutos são suportados e irão substituir a pasta.</value>
306+
</data>
304307
<data name="str_template_edit_filename_info" xml:space="preserve">
305308
<value>O modelo é usado para formatar o nome do ficheiro.</value>
306309
</data>
310+
<data name="str_subfolder_template" xml:space="preserve">
311+
<value>Modelo de subpasta</value>
312+
</data>
307313
</root>
Lines changed: 218 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,218 @@
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>Вставить в файл</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_noclip_text" xml:space="preserve">
97+
<value>Буфер обмена пуст или содержит неподдерживаемые данные</value>
98+
</data>
99+
<data name="str_wizard_title" xml:space="preserve">
100+
<value>Добро пожаловать в Paste Into File</value>
101+
</data>
102+
<data name="str_clear_clipboard" xml:space="preserve">
103+
<value>Очистить буфер обмена</value>
104+
<comment>Checkbox to clear clipboard after saving
105+
</comment>
106+
</data>
107+
<data name="str_main_info" xml:space="preserve">
108+
<value>Найти этот проект на GitHub</value>
109+
</data>
110+
<data name="str_wizard_contextentry_title" xml:space="preserve">
111+
<value>Добавить записи в контекстное меню?</value>
112+
</data>
113+
<data name="str_version" xml:space="preserve">
114+
<value>Версия {0}</value>
115+
<comment>Program version info
116+
</comment>
117+
</data>
118+
<data name="str_preview" xml:space="preserve">
119+
<value>Предпросмотр</value>
120+
</data>
121+
<data name="str_preview_image" xml:space="preserve">
122+
<value>Предпросмотр изображения ({0}x{1} px)</value>
123+
</data>
124+
<data name="str_preview_text" xml:space="preserve">
125+
<value>Предпросмотр текста ({0} символов, {1} строк)</value>
126+
</data>
127+
<data name="str_file_exists" xml:space="preserve">
128+
<value>Файл {0} уже существует.
129+
Вы хотите его перезаписать?</value>
130+
</data>
131+
<data name="str_autosave_checkbox" xml:space="preserve">
132+
<value>Автосохранение (пропустить диалог)</value>
133+
<comment>Checkbox to toggle autosave mode, for which no pop-up dialog is displayed, but the file is directly saved without prompt.
134+
</comment>
135+
</data>
136+
<data name="str_wizard_autosave_button" xml:space="preserve">
137+
<value>Включить автосохранение</value>
138+
</data>
139+
<data name="str_wizard_finish" xml:space="preserve">
140+
<value>Завершить настройку</value>
141+
</data>
142+
<data name="str_continuous_mode" xml:space="preserve">
143+
<value>Пакетный режим</value>
144+
<comment>Checkbox for batch mode, in which files are automatically saved every time new data is copied
145+
</comment>
146+
</data>
147+
<data name="str_edit_template" xml:space="preserve">
148+
<value>Редактировать шаблон</value>
149+
</data>
150+
<data name="str_accept" xml:space="preserve">
151+
<value>Принять</value>
152+
</data>
153+
<data name="str_cancel" xml:space="preserve">
154+
<value>Отмена</value>
155+
</data>
156+
<data name="str_filename_template" xml:space="preserve">
157+
<value>Шаблон имени файла</value>
158+
</data>
159+
<data name="str_invalid_character" xml:space="preserve">
160+
<value>Недопустимый символ: {0}</value>
161+
</data>
162+
<data name="str_contextentry_copyfromfile" xml:space="preserve">
163+
<value>Копировать содержимое файла</value>
164+
<comment>Context menu entry for copying
165+
</comment>
166+
</data>
167+
<data name="str_error_cliboard_format_missmatch" xml:space="preserve">
168+
<value>Буфер обмена не содержит никаких данных, которые можно конвертировать в расширение {0} или конвертация не удалась.</value>
169+
</data>
170+
<data name="str_preview_html" xml:space="preserve">
171+
<value>Предпросмотр HTML</value>
172+
</data>
173+
<data name="str_preview_url" xml:space="preserve">
174+
<value>Предпросмотр URL</value>
175+
</data>
176+
<data name="str_preview_sylk" xml:space="preserve">
177+
<value>Предпросмотр символической ссылки (SYLK)</value>
178+
</data>
179+
<data name="str_exit" xml:space="preserve">
180+
<value>Выйти</value>
181+
</data>
182+
<data name="str_open_paste_into_file" xml:space="preserve">
183+
<value>Открыть Paste Into File</value>
184+
</data>
185+
<data name="str_settings" xml:space="preserve">
186+
<value>Настройки</value>
187+
</data>
188+
<data name="str_wizard_tray_title" xml:space="preserve">
189+
<value>Включить автозапуск и горячие клавиши?</value>
190+
</data>
191+
<data name="str_version_update_available" xml:space="preserve">
192+
<value>Доступно обновление: {0} ➜ {1}</value>
193+
</data>
194+
<data name="str_open" xml:space="preserve">
195+
<value>Открыть</value>
196+
</data>
197+
<data name="str_clear_clipboard_tooltip" xml:space="preserve">
198+
<value>Очищает буфер обмена после сохранения содержимого.</value>
199+
</data>
200+
<data name="str_wizard_notify_on_updates" xml:space="preserve">
201+
<value>Уведомлять о наличии обновлений</value>
202+
</data>
203+
<data name="str_wizard_autosave_may_open_new_explorer" xml:space="preserve">
204+
<value>Автосохранение может открыть проводник (например, при вставке в подпапку)</value>
205+
</data>
206+
<data name="str_always_on_top" xml:space="preserve">
207+
<value>Всегда поверх окон</value>
208+
<comment>Checkbox in window bar context menu.
209+
Allows to keep application window always on top (in foreground of other windows), even if not focussed.
210+
</comment>
211+
</data>
212+
<data name="str_append_to_file" xml:space="preserve">
213+
<value>Добавить в файл</value>
214+
</data>
215+
<data name="str_replace" xml:space="preserve">
216+
<value>Заменить</value>
217+
</data>
218+
</root>

PasteIntoFile/Properties/Resources.zh-CN.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Tooltip</comment>
172172
<value>取消</value>
173173
</data>
174174
<data name="str_template_edit_info" xml:space="preserve">
175-
<value>用于格式化文件名的模板。支持以下变量:
175+
<value>用于格式化文件名的模板。支持以下变量:
176176
{0} 日期和时间
177177
{1} 批量处理模式下的文件序号
178178
{2} Clipboard text

PasteIntoFile/Properties/Resources.zh-TW.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Tooltip</comment>
172172
<value>取消</value>
173173
</data>
174174
<data name="str_template_edit_info" xml:space="preserve">
175-
<value>用來產生檔案名稱的樣本。可以使用以下變數:
175+
<value>用來產生檔案名稱的樣本。可以使用以下變數:
176176
{0} 日期與時間
177177
{1} 批次處理模式的儲存計數
178178
{2} Clipboard text

0 commit comments

Comments
 (0)