Vintage Story Wiki:How to translate the wiki/ru: Difference between revisions

From Vintage Story Wiki
No edit summary
(Updating to match new version of source page)
Line 5: Line 5:
# Перейдите в [[Special:Translate|центр переводов]] и начинайте ураганно строчить ;-)
# Перейдите в [[Special:Translate|центр переводов]] и начинайте ураганно строчить ;-)
# По окончании перевода, отредактируйте страницу вновь, и в самом вверху, добавьте <code><languages<nowiki/>/></code> - это добавит строку с выбором языка страницы
# По окончании перевода, отредактируйте страницу вновь, и в самом вверху, добавьте <code><languages<nowiki/>/></code> - это добавит строку с выбором языка страницы
[[File:Translate.PNG|thumb|500px|right|This is how it should look after translation & language tags were added]]
# Go to the page you want to translate and click edit
# To the very top add <code><translate<nowiki/>></code>, to the very bottom add <code></translate<nowiki/>></code>
# Click save, then at the top of the page a small link will appear, titled "Mark this page for translation". Click on it, scroll to the bottom and hit the button "Mark this version for translation"
# Go to the [[Special:Translate|translation center]] and start thunder typing ;-)
# Once translated, edit the page again, and to the very top, add <code><languages<nowiki/>/></code> - this will make the language bar appear
=== How to update translations ===
[[File:Update-translation.PNG|thumb|500px|right]]
# Go to the page you want to translate and switch to the language you want to translate to
# If the page does not offer the option for that language yet, no translation has been started
# If there was a translation attempt previously, the page will show the current progress of translation at the top, adding information if the translation is up to date or not
# Click on "translated version" to continue working on the translation.
=== How to actually translate ===
# Click on the "translate" or "translated version" page after the page was marked for translation
# This will open up the translation page, with the original English text showing up on the left side of the screen
# If necessary, you can choose into which language you wish to translate in the upper right corner of the screen using the "Translate to ..." drop down menu
# After being marked for translation, every page is automatically segmented into sections for translation. These can be translated and saved individually, meaning there is no need to do a whole page at a time.
# Clicking on a section to the left will open a text box below, in which the translation can be typed.
# Clicking on "Save Translation" will save the text, and it will then show up to the right as the current translated version
==== Important notes on what to translate and what not ====
Everything that looks like "code" probably doesn't need translation. This includes:
* <code><nowiki>__TOC__</nowiki></code> - To create a Table Of Contents at the beginning of a page.
* <code><nowiki>{| class="wikitable sortable"</nowiki></code> - Or any other "wikitable" lines, used together with plenty of <code>|-</code> and other such symbols to build a nice looking table. Only the actual content text within the table needs translation - if in doubt, open the original page on the side to check the content of the table.
*<code><nowiki>[[File:MeatInFirepit.png|200px|thumb|right|text]]</nowiki></code> - To include a picture into the page. Only the "text" part here needs translating, as it is the description that shows up under the picture - the rest should not be translated!
* <code><nowiki>[[quern|text]]</nowiki></code> - To link to a different page in the wiki, while not directly using the linked-to page name. Only translate the "text" part, this will change the word in which the link is embedded, without changing the link destination itself.<br><br>
If in doubt, don't hesitate to ask in the discords wiki-and-translation channel for help!
=== How to translate templates ===
[[File:Template-translate.PNG|thumb|500px|right]]
# When marking templates like the [[Template:Navbox]] for translation, it is important to consider the placement of the language & translation tags, since the whole template will be nestled inside other pages!
# Make sure to mark templates like this in the following way, nestled into <code><noinclude<nowiki/>></code> tags:
## The beginning of the page should show: <code><noinclude<nowiki/>></code><code><languages/<nowiki/>></code><code><translate<nowiki/>></code><code></noinclude<nowiki/>></code>
## The end of the page should show: <code><noinclude<nowiki/>></code><code></translate<nowiki/>></code><code></noinclude<nowiki/>></code>
# This ensures that the translate and language tags themselves do not appear on the page in which the template is used.
[[Category:Wiki Editing]]

Revision as of 15:28, 13 February 2022

Other languages:
  1. Перейдите на страницу которую хотите перевести и нажмите кнопку "Править"
  2. На самом верху стати добавьте строку <translate>, а в самом низу </translate>
  3. Нажмите сохранить, затем в самом вверху странице появится небольшая ссылка, "Отметить страницу для перевода". Нажмите на нее, прокрутите до самого низа и нажмите на "Отметить эту версию для перевода"
  4. Перейдите в центр переводов и начинайте ураганно строчить ;-)
  5. По окончании перевода, отредактируйте страницу вновь, и в самом вверху, добавьте <languages/> - это добавит строку с выбором языка страницы
This is how it should look after translation & language tags were added
  1. Go to the page you want to translate and click edit
  2. To the very top add <translate>, to the very bottom add </translate>
  3. Click save, then at the top of the page a small link will appear, titled "Mark this page for translation". Click on it, scroll to the bottom and hit the button "Mark this version for translation"
  4. Go to the translation center and start thunder typing ;-)
  5. Once translated, edit the page again, and to the very top, add <languages/> - this will make the language bar appear

How to update translations

Update-translation.PNG
  1. Go to the page you want to translate and switch to the language you want to translate to
  2. If the page does not offer the option for that language yet, no translation has been started
  3. If there was a translation attempt previously, the page will show the current progress of translation at the top, adding information if the translation is up to date or not
  4. Click on "translated version" to continue working on the translation.

How to actually translate

  1. Click on the "translate" or "translated version" page after the page was marked for translation
  2. This will open up the translation page, with the original English text showing up on the left side of the screen
  3. If necessary, you can choose into which language you wish to translate in the upper right corner of the screen using the "Translate to ..." drop down menu
  4. After being marked for translation, every page is automatically segmented into sections for translation. These can be translated and saved individually, meaning there is no need to do a whole page at a time.
  5. Clicking on a section to the left will open a text box below, in which the translation can be typed.
  6. Clicking on "Save Translation" will save the text, and it will then show up to the right as the current translated version

Important notes on what to translate and what not

Everything that looks like "code" probably doesn't need translation. This includes:

  • __TOC__ - To create a Table Of Contents at the beginning of a page.
  • {| class="wikitable sortable" - Or any other "wikitable" lines, used together with plenty of |- and other such symbols to build a nice looking table. Only the actual content text within the table needs translation - if in doubt, open the original page on the side to check the content of the table.
  • [[File:MeatInFirepit.png|200px|thumb|right|text]] - To include a picture into the page. Only the "text" part here needs translating, as it is the description that shows up under the picture - the rest should not be translated!
  • [[quern|text]] - To link to a different page in the wiki, while not directly using the linked-to page name. Only translate the "text" part, this will change the word in which the link is embedded, without changing the link destination itself.

If in doubt, don't hesitate to ask in the discords wiki-and-translation channel for help!


How to translate templates

Template-translate.PNG
  1. When marking templates like the Template:Navbox for translation, it is important to consider the placement of the language & translation tags, since the whole template will be nestled inside other pages!
  2. Make sure to mark templates like this in the following way, nestled into <noinclude> tags:
    1. The beginning of the page should show: <noinclude><languages/><translate></noinclude>
    2. The end of the page should show: <noinclude></translate></noinclude>
  3. This ensures that the translate and language tags themselves do not appear on the page in which the template is used.