Sun, 09 Jul 2017 13:56:32 +0200
Updated Russian translations.
i18n/eric6_ru.qm | file | annotate | diff | comparison | revisions | |
i18n/eric6_ru.ts | file | annotate | diff | comparison | revisions |
--- a/i18n/eric6_ru.ts Fri Jul 07 19:44:11 2017 +0200 +++ b/i18n/eric6_ru.ts Sun Jul 09 13:56:32 2017 +0200 @@ -60413,27 +60413,17 @@ <message> <location filename="../Templates/TemplatePropertiesDialog.py" line="117"/> <source>Template Help</source> - <translation>Шаблон справки</translation> + <translation>Справка шаблона</translation> </message> <message> <location filename="../Templates/TemplatePropertiesDialog.py" line="117"/> <source><b>Template Help</b></source> - <translation><b>Шаблон справки</b></translation> - </message> - <message> - <location filename="../Templates/TemplatePropertiesDialog.py" line="117"/> - <source><p>To use variables in a template, you just have to enclose the variablename with $-characters. When you use the template, you will then be asked for a value for this variable.</p><p>Example template: This is a $VAR$</p><p>When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you've entered.</p><p>If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.</p><p>If you want a variables contents to be treated specially, the variablename must be followed by a ': and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:<table><tr><td>ml</td><td>Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occurring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.</td></tr><tr><td>rl</td><td>Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occuring before the variable on the same line of the template.</td></tr></table></p><p>The following predefined variables may be used in a template:<table><tr><td>date</td><td>today's date in ISO format (YYYY-MM-DD)</td></tr><tr><td>year</td><td>the current year</td></tr><tr><td>project_name</td><td>the name of the project (if any)</td></tr><tr><td>project_path</td><td>the path of the project (if any)</td></tr><tr><td>path_name</td><td>full path of the current file</td></tr><tr><td>dir_name</td><td>full path of the parent directory</td></tr><tr><td>file_name</td><td>the current file name (without directory)</td></tr><tr><td>base_name</td><td>like <i>file_name</i>, but without extension</td></tr><tr><td>ext</td><td>the extension of the current file</td></tr><tr><td>cur_select</td><td>the currently selected text</td></tr><tr><td>insertion</td><td>Sets insertion point for cursor after template is inserted.</td></tr><tr><td>select_start</td><td>Sets span of selected text in template after template is inserted (used together with 'select_end').</td></tr><tr><td>select_end</td><td>Sets span of selected text in template after template is inserted (used together with 'select_start').</td></tr><tr><td>clipboard</td><td>the text of the clipboard</td></tr></table></p><p>If you want to change the default delimiter to anything different, please use the configuration dialog to do so.</p></source> - <translation type="obsolete"><p>Чтобы использовать переменные в шаблоне, вам просто нужно заключить имя переменной в символы $. Когда вы будете использовать шаблон, вам будет предложено ввести значение этой переменной.</p><p>Пример шаблона: $VAR$</p><p>При использовании этого шаблона вам будет предложено указать значение для переменной $VAR$. Все вхождения $VAR$ будут заменены введенным вами значением.</p><p>Если вам в шаблоне нужен одиночный символ $-типа, который не используется для 'окаймленной' переменной, введите $$ (два символа доллара). Они будут автоматически заменены одиночным $-символом при использовании шаблона.</p><p>Если вы хотите чтобы содержимое переменных обрабатывалось иначе, за именем переменной должны следовать ':' и один спецификатор форматирования (например $VAR:ml$). Поддерживаемые спецификаторы:<table><tr><td>ml</td><td>Специфицирует многострочное форматирование. Первая строка содержимого переменной предваряется строкой, расположенной перед переменной в той же строке шаблона. Все остальные строки предваряются таким же количеством пробелов, что и строка, содержащая переменную.</td></tr><tr><td>rl</td><td>Специфицирует повторное форматирование строки. Каждая строка содержимого переменной предваряется строкой, расположенной перед переменной в той же строке шаблона.</td></tr></table></p><p>Следующие предопределенные переменные могут использоваться в шаблоне:<table><tr><td>date</td><td>сегодняшняя дата в ISO формате (YYYY-MM-DD)</td></tr><tr><td>year</td><td>текущий год</td></tr><tr><td>project_name</td><td>имя проекта (если есть)</td></tr><tr><td>project_path</td><td>путь проекта (если есть)</td></tr><tr><td>path_name</td><td>полный путь к текущему файлу</td></tr><tr><td>dir_name</td><td>полный путь родительской директории</td></tr><tr><td>file_name</td><td>имя текущего файла (без директории)</td></tr><tr><td>base_name</td><td>как <i>file_name</i>, но без расширения</td></tr><tr><td>ext</td><td>расширение текущего файла</td></tr><tr><td>cur_select</td><td>текущий выбранный текст</td></tr><tr><td>insertion</td><td>Задает точку вставки курсора после вставки шаблона.</td></tr><tr><td>select_start</td><td>Задает диапазон выбранного текста в шаблоне после вставки шаблона (используется вместе с 'select_end').</td></tr><tr><td>select_end</td><td>Задает диапазон выбранного текста в шаблоне после вставки шаблона (используется вместе с 'select_start').</td></tr><tr><td>clipboard</td><td>текст в буфере обмена</td></tr></table></p><p>Если вы хотите изменить стандартные разделители на любые другие, пожалуйста используйте для этого диалог конфигурации.</p></translation> - </message> - <message> - <location filename="../Templates/TemplatePropertiesDialog.py" line="117"/> - <source><p>To use variables in a template, you just have to enclose the variable name with $-characters. When you use the template, you will then be asked for a value for this variable.</p><p>Example template: This is a $VAR$</p><p>When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you've entered.</p><p>If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.</p><p>If you want a variables contents to be treated specially, the variablename must be followed by a ': and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:<table><tr><td>ml</td><td>Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occurring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.</td></tr><tr><td>rl</td><td>Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occurring before the variable on the same line of the template.</td></tr></table></p><p>The following predefined variables may be used in a template:<table><tr><td>date</td><td>today's date in ISO format (YYYY-MM-DD)</td></tr><tr><td>year</td><td>the current year</td></tr><tr><td>project_name</td><td>the name of the project (if any)</td></tr><tr><td>project_path</td><td>the path of the project (if any)</td></tr><tr><td>path_name</td><td>full path of the current file</td></tr><tr><td>dir_name</td><td>full path of the parent directory</td></tr><tr><td>file_name</td><td>the current file name (without directory)</td></tr><tr><td>base_name</td><td>like <i>file_name</i>, but without extension</td></tr><tr><td>ext</td><td>the extension of the current file</td></tr><tr><td>cur_select</td><td>the currently selected text</td></tr><tr><td>insertion</td><td>Sets insertion point for cursor after template is inserted.</td></tr><tr><td>select_start</td><td>Sets span of selected text in template after template is inserted (used together with 'select_end').</td></tr><tr><td>select_end</td><td>Sets span of selected text in template after template is inserted (used together with 'select_start').</td></tr><tr><td>clipboard</td><td>the text of the clipboard</td></tr></table></p><p>If you want to change the default delimiter to anything different, please use the configuration dialog to do so.</p></source> - <translation type="obsolete"><p>Чтобы использовать переменные в шаблоне, вам просто нужно заключить имя переменной в символы $. Когда вы будете использовать шаблон, вам будет предложено ввести значение этой переменной.</p><p>Пример шаблона: $VAR$</p><p>При использовании этого шаблона вам будет предложено указать значение для переменной $VAR$. Все вхождения $VAR$ будут заменены введенным вами значением.</p><p>Если вам в шаблоне нужен одиночный символ $-типа, который не используется для 'окаймленной' переменной, введите $$ (два символа доллара). Они будут автоматически заменены одиночным $-символом при использовании шаблона.</p><p>Если вы хотите чтобы содержимое переменных обрабатывалось иначе, за именем переменной должны следовать ':' и один спецификатор форматирования (например $VAR:ml$). Поддерживаемые спецификаторы:<table><tr><td>ml</td><td>Специфицирует многострочное форматирование. Первая строка содержимого переменной предваряется строкой, расположенной перед переменной в той же строке шаблона. Все остальные строки предваряются таким же количеством пробелов, что и строка, содержащая переменную.</td></tr><tr><td>rl</td><td>Специфицирует повторное форматирование строки. Каждая строка содержимого переменной предваряется строкой, расположенной перед переменной в той же строке шаблона.</td></tr></table></p><p>Следующие предопределенные переменные могут использоваться в шаблоне:<table><tr><td>date</td><td>сегодняшняя дата в ISO формате (YYYY-MM-DD)</td></tr><tr><td>year</td><td>текущий год</td></tr><tr><td>project_name</td><td>имя проекта (если есть)</td></tr><tr><td>project_path</td><td>путь проекта (если есть)</td></tr><tr><td>path_name</td><td>полный путь к текущему файлу</td></tr><tr><td>dir_name</td><td>полный путь родительской директории</td></tr><tr><td>file_name</td><td>имя текущего файла (без директории)</td></tr><tr><td>base_name</td><td>как <i>file_name</i>, но без расширения</td></tr><tr><td>ext</td><td>расширение текущего файла</td></tr><tr><td>cur_select</td><td>текущий выбранный текст</td></tr><tr><td>insertion</td><td>Задает точку вставки курсора после вставки шаблона.</td></tr><tr><td>select_start</td><td>Задает диапазон выбранного текста в шаблоне после вставки шаблона (используется вместе с 'select_end').</td></tr><tr><td>select_end</td><td>Задает диапазон выбранного текста в шаблоне после вставки шаблона (используется вместе с 'select_start').</td></tr><tr><td>clipboard</td><td>текст в буфере обмена</td></tr></table></p><p>Если вы хотите изменить стандартные разделители на любые другие, пожалуйста используйте для этого диалог конфигурации.</p></translation> + <translation><b>Справка шаблона</b></translation> </message> <message> <location filename="../Templates/TemplatePropertiesDialog.py" line="117"/> <source><p>To use variables in a template, you just have to enclose the variable name with $-characters. When you use the template, you will then be asked for a value for this variable.</p><p>Example template: This is a $VAR$</p><p>When you use this template you will be prompted for a value for the variable $VAR$. Any occurrences of $VAR$ will then be replaced with whatever you've entered.</p><p>If you need a single $-character in a template, which is not used to enclose a variable, type $$(two dollar characters) instead. They will automatically be replaced with a single $-character when you use the template.</p><p>If you want a variables contents to be treated specially, the variable name must be followed by a ':' and one formatting specifier (e.g. $VAR:ml$). The supported specifiers are:<table><tr><td>ml</td><td>Specifies a multiline formatting. The first line of the variable contents is prefixed with the string occurring before the variable on the same line of the template. All other lines are prefixed by the same amount of whitespace as the line containing the variable.</td></tr><tr><td>rl</td><td>Specifies a repeated line formatting. Each line of the variable contents is prefixed with the string occurring before the variable on the same line of the template.</td></tr></table></p><p>The following predefined variables may be used in a template:<table><tr><td>date</td><td>today's date in ISO format (YYYY-MM-DD)</td></tr><tr><td>year</td><td>the current year</td></tr><tr><td>time</td><td>current time in ISO format (hh:mm:ss)</td></tr><tr><td>project_name</td><td>the name of the project (if any)</td></tr><tr><td>project_path</td><td>the path of the project (if any)</td></tr><tr><td>path_name</td><td>full path of the current file</td></tr><tr><td>path_name_rel</td><td>project relative path of the current file</td></tr><tr><td>dir_name</td><td>full path of the current file's directory</td></tr><tr><td>dir_name_rel</td><td>project relative path of the current file's directory</td></tr><tr><td>file_name</td><td>the current file's name (without directory)</td></tr><tr><td>base_name</td><td>like <i>file_name</i>, but without extension</td></tr><tr><td>ext</td><td>the extension of the current file</td></tr><tr><td>cur_select</td><td>the currently selected text</td></tr><tr><td>insertion</td><td>Sets insertion point for cursor after template is inserted.</td></tr><tr><td>select_start</td><td>Sets span of selected text in template after template is inserted (used together with 'select_end').</td></tr><tr><td>select_end</td><td>Sets span of selected text in template after template is inserted (used together with 'select_start').</td></tr><tr><td>clipboard</td><td>the text of the clipboard</td></tr></table></p><p>If you want to change the default delimiter to anything different, please use the configuration dialog to do so.</p></source> - <translation type="unfinished"></translation> + <translation><p>Чтобы использовать переменные в шаблоне, вам просто нужно заключить имя переменной в символы $. Когда вы будете использовать шаблон, вам будет предложено ввести значение этой переменной.</p><p>Пример шаблона: $VAR$</p><p>При использовании этого шаблона вам будет предложено указать значение для переменной $VAR$. Все вхождения $VAR$ будут заменены введенным вами значением.</p><p>Если вам в шаблоне нужен одиночный символ $-типа, который не используется для 'окаймленной' переменной, введите $$ (два символа доллара). Они будут автоматически заменены одиночным $-символом при использовании шаблона.</p><p>Если вы хотите чтобы содержимое переменных обрабатывалось иначе, за именем переменной должны следовать ':' и один спецификатор форматирования (например $VAR:ml$). Поддерживаемые спецификаторы:<table><tr><td>ml</td><td>Специфицирует многострочное форматирование. Первая строка содержимого переменной предваряется строкой, расположенной перед переменной в той же строке шаблона. Все остальные строки предваряются таким же количеством пробелов, что и строка, содержащая переменную.</td></tr><tr><td>rl</td><td>Специфицирует повторное форматирование строки. Каждая строка содержимого переменной предваряется строкой, расположенной перед переменной в той же строке шаблона.</td></tr></table></p><p>Следующие предопределенные переменные могут использоваться в шаблоне:<table><tr><td>date</td><td>сегодняшняя дата в ISO формате (YYYY-MM-DD)</td></tr><tr><td>year</td><td>текущий год</td></tr><tr><td>project_name</td><td>имя проекта (если есть)</td></tr><tr><td>project_path</td><td>путь проекта (если есть)</td></tr><tr><td>path_name</td><td>полный путь к текущему файлу</td></tr><tr><td>dir_name</td><td>полный путь родительской директории</td></tr><tr><td>file_name</td><td>имя текущего файла (без директории)</td></tr><tr><td>base_name</td><td>как <i>file_name</i>, но без расширения</td></tr><tr><td>ext</td><td>расширение текущего файла</td></tr><tr><td>cur_select</td><td>текущий выбранный текст</td></tr><tr><td>insertion</td><td>Задает точку вставки курсора после вставки шаблона.</td></tr><tr><td>select_start</td><td>Задает диапазон выбранного текста в шаблоне после вставки шаблона (используется вместе с 'select_end').</td></tr><tr><td>select_end</td><td>Задает диапазон выбранного текста в шаблоне после вставки шаблона (используется вместе с 'select_start').</td></tr><tr><td>clipboard</td><td>текст в буфере обмена</td></tr></table></p><p>Если вы хотите изменить стандартные разделители на любые другие, пожалуйста используйте для этого диалог конфигурации.</p></translation> </message> </context> <context> @@ -60514,7 +60504,7 @@ <message> <location filename="../Templates/TemplateViewer.py" line="533"/> <source><p>Do you really want to remove <b>{0}</b>?</p></source> - <translation><p>Вы действительно хотите удалить <b>{0}</b>?</p></translation> + <translation><p>Вы действительно хотите удалить шаблон <b>{0}</b>?</p></translation> </message> <message> <location filename="../Templates/TemplateViewer.py" line="560"/> @@ -60534,7 +60524,7 @@ <message> <location filename="../Templates/TemplateViewer.py" line="614"/> <source>Template Help</source> - <translation>Шаблон справки</translation> + <translation>Справка шаблона</translation> </message> <message> <location filename="../Templates/TemplateViewer.py" line="866"/> @@ -60569,7 +60559,7 @@ <message> <location filename="../Templates/TemplateViewer.py" line="614"/> <source><p><b>Template groups</b> are a means of grouping individual templates. Groups have an attribute that specifies, which programming language they apply for. In order to add template entries, at least one group has to be defined.</p><p><b>Template entries</b> are the actual templates. They are grouped by the template groups. Help about how to define them is available in the template edit dialog.</p></source> - <translation><p><b>Группы шаблонов</b> - группировка отдельных шаблонов. У групп имеются атрибуты, которые определяют, к какому языку программирования относятся шаблоны в данной группе. Для того, чтобы добавлять шаблоны, должна быть определена хотя бы одна группа.</p><p><b>Шаблоны</b> - собственно шаблоны. Помошь по определению шаблонов находится в диалоге редактирования шаблона.</p></translation> + <translation><p><b>Группы шаблонов</b> - способ группировки отдельных шаблонов. Группы имеют атрибут, который определяет, к какому языку программирования относятся шаблоны данной группы. Чтобы добавлять записи шаблонов, необходимо определить хотя бы одну группу.</p><p><b>Записи шаблона</b> - являются фактическими шаблонами. Они объединяются в группу шаблонов. Справка по определению шаблонов доступна в диалоговом окне редактирования шаблона.</p></translation> </message> <message> <location filename="../Templates/TemplateViewer.py" line="422"/>