<?xml version="1.0"?>
<rss version="2.0"><channel><title>Russian /  &#x440;&#x443;&#x441;&#x441;&#x43A;&#x438;&#x439;  Latest Topics</title><link>https://forums.unraid.net/forum/89-russian-%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B9/</link><description>Russian /  &#x440;&#x443;&#x441;&#x441;&#x43A;&#x438;&#x439;  Latest Topics</description><language>en</language><item><title>2 Unraid &#x432; &#x43E;&#x434;&#x43D;&#x43E;&#x43C;</title><link>https://forums.unraid.net/topic/180433-2-unraid-%D0%B2-%D0%BE%D0%B4%D0%BD%D0%BE%D0%BC/</link><description><![CDATA[<p>
	Как можно объединить несколько UNRAID в один сервер?
</p>

<p>
	Как можно использовать для виртуальных машин диск на другом компьютере?
</p>
]]></description><guid isPermaLink="false">180433</guid><pubDate>Sun, 24 Nov 2024 19:20:02 +0000</pubDate></item><item><title>Russian Github language Repo</title><link>https://forums.unraid.net/topic/95098-russian-github-language-repo/</link><description><![CDATA[
<p>
	Here is the Unraid Russian language Github repo: <a href="https://github.com/unraid/lang-ru_RU" ipsnoembed="true" rel="external nofollow">https://github.com/unraid/lang-ru_RU</a>
</p>

<p>
	 
</p>

<p>
	Instructions for translating and making Pull Requests are located here: <a href="https://github.com/unraid/lang-ru_RU/blob/master/README.md" ipsnoembed="true" rel="external nofollow">https://github.com/unraid/lang-ru_RU/blob/master/README.md</a>
</p>

<p>
	 
</p>

<p>
	tl;dr= 
</p>

<p>
	 
</p>

<p>
	There are sixteen main text files included in this repository, each with their own section of translations:
</p>

<p>
	translations.txt -- these are general translations and loaded each time
</p>

<p>
	helptext.txt -- these are all help text sections and loaded each time
</p>

<p>
	dashboard.txt -- these are translations for the dashboard section
</p>

<p>
	main.txt -- these are translations for the main section
</p>

<p>
	shares.txt -- these are translations for the shares section
</p>

<p>
	users.txt -- these are translations for the users section
</p>

<p>
	settings.txt -- these are translations for the settings section
</p>

<p>
	plugins.txt -- these are translations for the plugins section
</p>

<p>
	docker.txt -- these are translations for the docker section
</p>

<p>
	vms.txt -- these are translations for the vms section
</p>

<p>
	tools.txt -- these are translations for the tools section
</p>

<p>
	javascript.txt -- these are translations for javascript scripts
</p>

<p>
	scripts.txt -- these are translations for local scripts
</p>

<p>
	apps.txt -- these are translations for the CA section (in Community Apps folder)
</p>

<p>
	ca_settings -- these are translations for the CA settings (in Community Apps folder)
</p>

<p>
	javascript.ca.txt-- these are translations for the CA javascript (in Community Apps folder)
</p>

<p>
	 
</p>

<p>
	Removing a particular file, means no translations will be available for that section and the GUI will display text in original English.
</p>

<p>
	There are also other folders from third party app/plugin/container developers.
</p>

<p>
	 
</p>

<p>
	TRANSLATIONS
</p>

<p>
	Each text file contains regular text strings stored in UTF-8 format with linux line-endings. Use a text editor which supports UTF-8 and linux format, like notepad++
</p>

<p>
	 
</p>

<p>
	The content of each text file is separated into two parts
</p>

<p>
	PART 1
</p>

<p>
	These are single line entries which are in the format:
</p>

<p>
	original English text=translated Foreign text
</p>

<p>
	Only modify the text after the equal sign(=) and leave the original English text at the left untouched. Removing a line or omitting a translation after the equal sign, results in the GUI displaying this line with the original English text.
</p>

<p>
	 
</p>

<p>
	The translated text may have 'special characters', such as slashes, parenthesis or brackets which are not included in the key text, but which are used to display text accordingly. E.g.
</p>

<p>
	Options see Help=Options (see Help)
</p>

<p>
	The characters * and ** are used to display text in italics and bold respectively. E.g.
</p>

<p>
	Array must be Stopped to change=Array must be **Stopped** to change
</p>

<p>
	 
</p>

<p>
	It is recommended to make translations per section, that is one file at the time, and verify the correctness of the translations in the GUI before proceeding with the next section.
</p>

<p>
	Keep in mind the length of the translations and try to make them similar length as the original text and avoid space issues in the GUI.
</p>

<p>
	PART 2
</p>

<p>
	These are multi line entries used to translate multiple lines at once. Multi line translations have a unique opening and closing tag:
</p>

<p>
	:unique_tag_name_plug: - unique opening tag used for any multi line text section
</p>

<p>
	:end - closing tag
</p>

<p>
	Do not remove or alter these tags and only translate the text between the opening and closing tags!
</p>

<p>
	HELP TEXT
</p>

<p>
	All help text of the GUI is stored in a single file helptext.txt.
</p>

<p>
	This file has multiple help text sections. Each section is enclosed by a unique opening tag and corresponding closing tag.
</p>

<p>
	:unique_tag_name_help: - unique opening tag used for a help text section
</p>

<p>
	:end - corresponding closing tag
</p>

<p>
	Do not remove or alter these tags and only translate the text between the opening and closing tags!
</p>

<p>
	Be aware that Markdown styling syntax is used, this must be preserved.
</p>

<p>
	 
</p>

<p>
	LOCAL TESTING
</p>

<p>
	Once the translations are complete and you want to test locally the (intermediate) results, the text files need to be zipped into a single ZIP file. Give the ZIP file the name of your language, e.g. French.zip.
</p>

<p>
	In the GUI go to: Tools -&gt; webGUI -&gt; Language (switch to Developer view)
</p>

<p>
	By default only the English language is installed (built-in)
</p>

<p>
	Choose the ZIP file you have created earlier as the source file
</p>

<p>
	If the language name is recognized, it will be automatically selected, otherwise chose the name of the language from the dropdown menu to install.
</p>

<p>
	Click on "Upload" will add your translations to the GUI under the selected language name
</p>

<p>
	NOTE: If your language is not available from the dropdown menu, please make a request here.
</p>

<p>
	Now your language is available for local testing!
</p>

<p>
	In the GUI go to: Settings -&gt; Display Settings -&gt; Language
</p>

<p>
	Select the preferred language from the dropdown menu. Note that only the available language choices are displayed here.
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">95098</guid><pubDate>Fri, 24 Jul 2020 21:31:17 +0000</pubDate></item><item><title>&#x421;&#x43E;&#x43E;&#x431;&#x449;&#x435;&#x441;&#x442;&#x432;&#x43E; &#x432; &#x422;&#x435;&#x43B;&#x435;&#x433;&#x440;&#x430;&#x43C; &#x43F;&#x43E; Unraid &#x43D;&#x430; &#x440;&#x443;&#x441;&#x441;&#x43A;&#x43E;&#x43C;</title><link>https://forums.unraid.net/topic/158417-%D1%81%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%BE-%D0%B2-%D1%82%D0%B5%D0%BB%D0%B5%D0%B3%D1%80%D0%B0%D0%BC-%D0%BF%D0%BE-unraid-%D0%BD%D0%B0-%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%BC/</link><description><![CDATA[<p>
	Всем привет!<br />
	Обратил внимание, что нет группы в телеграмме на русском языке, где можно было бы удобно спросить и быстро получить ответ + пообщаться на тему анрейда. Группа это удобный инструмент и странно, что не было до сих пор (даже на других языках есть).
</p>

<p>
	 
</p>

<p>
	Пришлось самому создавать. Подключайтесь https://t.me/unraid_rus
</p>
]]></description><guid isPermaLink="false">158417</guid><pubDate>Sun, 17 Mar 2024 11:27:58 +0000</pubDate></item><item><title>&#x41F;&#x43E;&#x43B;&#x435;&#x437;&#x43D;&#x430;&#x44F; &#x438;&#x43D;&#x444;&#x43E;&#x440;&#x43C;&#x430;&#x446;&#x438;&#x44F; &#x43D;&#x430; &#x442;&#x435;&#x43C;&#x443; OS Unraid</title><link>https://forums.unraid.net/topic/95097-%D0%BF%D0%BE%D0%BB%D0%B5%D0%B7%D0%BD%D0%B0%D1%8F-%D0%B8%D0%BD%D1%84%D0%BE%D1%80%D0%BC%D0%B0%D1%86%D0%B8%D1%8F-%D0%BD%D0%B0-%D1%82%D0%B5%D0%BC%D1%83-os-unraid/</link><description><![CDATA[
<p>
	Добрый день!
</p>

<p>
	Хочу представить Вам развивающийся блог, созданный новичком для новичков - <a href="https://myunraid.ru" rel="external nofollow">MyUnraid.ru</a>
</p>

<p>
	На создание личного блога меня сподвигло отсутствие русскоязычных мануалов по настройке OS Unraid и управлению NAS на нем в целом.
</p>

<p>
	На ресурсе планируется публикация собственных настроек, гайдов, твиков и прочих инструкций для:
</p>

<ul>
	<li>
		Докер контейнеров
	</li>
	<li>
		Плагинов
	</li>
	<li>
		Скриптов
	</li>
</ul>

<p>
	На сегодняшний момент имеется порядка 15-20 сформированных статей данной тематики, которые направленны на облегчение управления собственным сервером.
</p>

<p>
	 
</p>

<p>
	<a href="https://twitter.com/my_unraid" rel="external nofollow">Twitter</a>
</p>

<p>
	<a href="https://t.me/myunraid" rel="external nofollow">Telegram</a>
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">95097</guid><pubDate>Fri, 24 Jul 2020 20:52:22 +0000</pubDate></item></channel></rss>
