Help:Translating/pl

Help page
This page is a translated version of the page Help:Translating and the translation is 42% complete.
Outdated translations are marked like this.

Resonite wiki korzysta z Translate MediaWiki extension, aby umożliwić tłumaczenia i wyświetlać treści w różnych językach.

Rozszerzenie ma obszerną dokumentację i dostępne samouczki wideo.

Dla ścisłości, tutaj również zaprezentujemy pewne informacje.

Tłumaczenie

Przed Tłumaczeniem

Upewnij się, że zostałeś oznaczony jako "automoderated user". Zapobiegnie to trafianiu tłumaczeń do kolejki moderacji. Aby to zrobić: Then you're ready to start!

Przygotowanie strony do tłumaczenia

Informacje te opierają się na mediawiki's tutorial.

  1. Upewnij się, że strona ma rozsądny poziom stabilności
    • Strony, które są w budowie lub często się zmieniają, nie powinny być uwzględniane, dopóki nie będą gotowe.
  2. Dodaj <languages /> na górę strony w widoku source editing.
  3. Otocz możliwe do przetłumaczenia elementy w <translate></translate> tagach.
    • Dalsze wskazówki na ten temat znajdziesz poniżej
  4. Zaznacz tę stronę do tłumaczenia

Best practices for translate tags

These are based on Mediawiki's Examples.

  • Do not wrap the whole page in <translate>
    • This is a problem we had in he past which lead to confusion sometimes.
  • Instead wrap select parts with the tags.
  • A good example is actually the source of previous linked mediawiki page.
  • Bądź ostrożny w pobliżu:
    • Tables
    • Images
    • Templates
    • Lists

Tables

Don't:


<translate>

{| class="wikitable"
|+ Food complements
|-
|Orange
|Apple
|-
|Bread
|Pie
|-
|Butter
|Ice cream
|}

</translate>

  • Wrapping a whole table in translate tags makes it hard to translate.

Do

{| class="wikitable"
|+<translate nowrap>Food complements</translate>
|-
|<translate nowrap>Orange</translate>
|<translate nowrap>Apple</translate>
|-
|<translate nowrap>Bread</translate>
|<translate nowrap>Pie</translate>
|-
|<translate nowrap>Butter</translate>
|<translate nowrap>Ice cream</translate>
|}
  • Wrapping each individual item in translate tags makes it easier to translate.

Images

Wrap only, the description/alt-text in <translate> e.g.


[[File:MediaWiki database schema latest.svg|thumb|link=https://www.mediawiki.org/w/index.php?title=Manual:Database_layout/diagram&action=render|<translate>Database schema of MediaWiki core</translate>]]

Example Pages

The following pages have examples of good uses of the <translate> tags:

Tutorials

We have a number of tutorials available for translating pages: