mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Removed .title suffix on translations
This commit is contained in:
parent
5aebaaa71f
commit
37250f1beb
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -16,5 +16,5 @@
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
{{ super() }}
|
||||
<script src="{{ 'assets/javascripts/custom.525be7f2.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/custom.f37eceaf.min.js' | url }}"></script>
|
||||
{% endblock %}
|
||||
|
@ -4,7 +4,7 @@
|
||||
{% if page.edit_url %}
|
||||
{% set edit = "https://github.com/squidfunk/mkdocs-material/edit" %}
|
||||
{% set view = "https://raw.githubusercontent.com/squidfunk/mkdocs-material" %}
|
||||
<a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon">
|
||||
<a href="{{ page.edit_url }}" title="{{ lang.t('edit.link') }}" class="md-content__button md-icon">
|
||||
{% include ".icons/material/file-edit-outline.svg" %}
|
||||
</a>
|
||||
<a href="{{ page.edit_url | replace(edit, view) }}" title="View source of this page" class="md-content__button md-icon">
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -75,7 +75,7 @@
|
||||
{% endif %}
|
||||
{% block extrahead %}{% endblock %}
|
||||
</head>
|
||||
{% set direction = config.theme.direction or lang.t('direction') %}
|
||||
{% set direction = config.theme.direction or lang.t("direction") %}
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
{% if not palette is mapping %}
|
||||
@ -99,7 +99,7 @@
|
||||
{% if page.toc | first is defined %}
|
||||
{% set skip = page.toc | first %}
|
||||
<a href="{{ skip.url | url }}" class="md-skip">
|
||||
{{ lang.t('skip.link.title') }}
|
||||
{{ lang.t("skip.link") }}
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
@ -186,7 +186,7 @@
|
||||
{% if "navigation.top" in features %}
|
||||
<a href="#" class="md-top md-icon" data-md-component="top" hidden>
|
||||
{% include ".icons/material/arrow-up.svg" %}
|
||||
{{ lang.t('top.title') }}
|
||||
{{ lang.t("top") }}
|
||||
</a>
|
||||
{% endif %}
|
||||
</main>
|
||||
@ -236,7 +236,7 @@
|
||||
"search.result.more.one",
|
||||
"search.result.more.other",
|
||||
"search.result.term.missing",
|
||||
"select.version.title"
|
||||
"select.version"
|
||||
] -%}
|
||||
{%- set _ = translations.update({ key: lang.t(key) }) -%}
|
||||
{%- endfor -%}
|
||||
@ -245,7 +245,7 @@
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/bundle.54c68c06.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.4ef4f6b1.min.js' | url }}"></script>
|
||||
{% for path in config.extra_javascript %}
|
||||
<script src="{{ path | url }}"></script>
|
||||
{% endfor %}
|
||||
|
@ -2,7 +2,7 @@
|
||||
This file was automatically generated - do not edit
|
||||
-#}
|
||||
{% if page.edit_url %}
|
||||
<a href="{{ page.edit_url }}" title="{{ lang.t('edit.link.title') }}" class="md-content__button md-icon">
|
||||
<a href="{{ page.edit_url }}" title="{{ lang.t('edit.link') }}" class="md-content__button md-icon">
|
||||
{% set icon = config.theme.icon.edit or "material/pencil" %}
|
||||
{% include ".icons/" ~ icon ~ ".svg" %}
|
||||
</a>
|
||||
|
@ -6,7 +6,7 @@
|
||||
{% if page.meta and page.meta.hide %}
|
||||
{% set hidden = "hidden" if "footer" in page.meta.hide %}
|
||||
{% endif %}
|
||||
<nav class="md-footer__inner md-grid" aria-label="{{ lang.t('footer.title') }}" {{ hidden }}>
|
||||
<nav class="md-footer__inner md-grid" aria-label="{{ lang.t('footer') }}" {{ hidden }}>
|
||||
{% if page.previous_page %}
|
||||
{% set direction = lang.t("footer.previous") %}
|
||||
<a href="{{ page.previous_page.url | url }}" class="md-footer__link md-footer__link--prev" aria-label="{{ direction }}: {{ page.previous_page.title | e }}" rel="prev">
|
||||
|
@ -6,7 +6,7 @@
|
||||
{% set class = class ~ " md-header--lifted" %}
|
||||
{% endif %}
|
||||
<header class="{{ class }}" data-md-component="header">
|
||||
<nav class="md-header__inner md-grid" aria-label="{{ lang.t('header.title') }}">
|
||||
<nav class="md-header__inner md-grid" aria-label="{{ lang.t('header') }}">
|
||||
<a href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}" title="{{ config.site_name | e }}" class="md-header__button md-logo" aria-label="{{ config.site_name }}" data-md-component="logo">
|
||||
{% include "partials/logo.html" %}
|
||||
</a>
|
||||
@ -50,7 +50,7 @@
|
||||
<div class="md-header__option">
|
||||
<div class="md-select">
|
||||
{% set icon = config.theme.icon.alternate or "material/translate" %}
|
||||
<button class="md-header__button md-icon" aria-label="{{ lang.t('select.language.title') }}">
|
||||
<button class="md-header__button md-icon" aria-label="{{ lang.t('select.language') }}">
|
||||
{% include ".icons/" ~ icon ~ ".svg" %}
|
||||
</button>
|
||||
<div class="md-select__inner">
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "af",
|
||||
"clipboard.copy": "Kopieer na knipbord",
|
||||
"clipboard.copied": "gekopieer na knipbord",
|
||||
"edit.link.title": "Wysig hierdie bladsy",
|
||||
"footer.previous": "Vorige",
|
||||
"edit.link": "Wysig hierdie bladsy",
|
||||
"footer.next": "Volgende",
|
||||
"footer.previous": "Vorige",
|
||||
"meta.comments": "Kommentaar",
|
||||
"meta.source": "Bron",
|
||||
"search.config.lang": "nl",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "Geen ooreenstemmende dokumente",
|
||||
"search.result.one": "1 ooreenstemmende dokument",
|
||||
"search.result.other": "# ooreenstemmende dokumente",
|
||||
"skip.link.title": "Slaan oor na inhoud",
|
||||
"source.link.title": "Slaan oor na inhoud",
|
||||
"source.file.date.updated": "Laaste opdatering",
|
||||
"skip.link": "Slaan oor na inhoud",
|
||||
"source.file.date.created": "Geskep",
|
||||
"toc.title": "Inhoudsopgawe"
|
||||
"source.file.date.updated": "Laaste opdatering",
|
||||
"source.link": "Slaan oor na inhoud",
|
||||
"toc": "Inhoudsopgawe"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -6,9 +6,9 @@
|
||||
"direction": "rtl",
|
||||
"clipboard.copy": "نسخ إلى الحافظة",
|
||||
"clipboard.copied": "تم النسخ الى الحافظة",
|
||||
"edit.link.title": "عدل الصفحة",
|
||||
"footer.previous": "السابقة",
|
||||
"edit.link": "عدل الصفحة",
|
||||
"footer.next": "التالية",
|
||||
"footer.previous": "السابقة",
|
||||
"meta.comments": "التعليقات",
|
||||
"meta.source": "المصدر",
|
||||
"search.config.pipeline": " ",
|
||||
@ -17,9 +17,9 @@
|
||||
"search.result.none": "لا توجد نتائج",
|
||||
"search.result.one": "نتائج البحث مستند واحد",
|
||||
"search.result.other": "نتائج البحث # مستندات",
|
||||
"skip.link.title": "انتقل إلى المحتوى",
|
||||
"source.link.title": "اذهب إلى المصدر",
|
||||
"source.file.date.updated": "اخر تحديث",
|
||||
"skip.link": "انتقل إلى المحتوى",
|
||||
"source.file.date.created": "خلقت",
|
||||
"toc.title": "جدول المحتويات"
|
||||
"source.file.date.updated": "اخر تحديث",
|
||||
"source.link": "اذهب إلى المصدر",
|
||||
"toc": "جدول المحتويات"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "bg",
|
||||
"clipboard.copy": "Копирай",
|
||||
"clipboard.copied": "Копирано",
|
||||
"edit.link.title": "Редактирай тази страница",
|
||||
"footer.previous": "Предишна",
|
||||
"edit.link": "Редактирай тази страница",
|
||||
"footer": "Долен колонтитул",
|
||||
"footer.next": "Следваща",
|
||||
"footer.title": "Долен колонтитул",
|
||||
"header.title": "Горен колонтитул",
|
||||
"footer.previous": "Предишна",
|
||||
"header": "Горен колонтитул",
|
||||
"meta.comments": "Коментари",
|
||||
"meta.source": "Код",
|
||||
"nav.title": "Навигация",
|
||||
"nav": "Навигация",
|
||||
"search.config.lang": "ru",
|
||||
"search.placeholder": "Търси",
|
||||
"search.reset": "Изчисти",
|
||||
@ -22,10 +22,10 @@
|
||||
"search.result.other": "# резултата",
|
||||
"search.result.more.one": "още 1 на тази страница",
|
||||
"search.result.more.other": "още # на тази страница",
|
||||
"skip.link.title": "Към съдържанието",
|
||||
"source.link.title": "Към хранилището",
|
||||
"source.file.date.updated": "Последна промяна",
|
||||
"skip.link": "Към съдържанието",
|
||||
"source.file.date.created": "Създаден",
|
||||
"tabs.title": "Табове",
|
||||
"toc.title": "Съдържание"
|
||||
"source.file.date.updated": "Последна промяна",
|
||||
"source.link": "Към хранилището",
|
||||
"tabs": "Табове",
|
||||
"toc": "Съдържание"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "bn",
|
||||
"clipboard.copy": "ক্লিপবোর্ডে কপি করুন",
|
||||
"clipboard.copied": "ক্লিপবোর্ডে কপি হয়েছে",
|
||||
"edit.link.title": "এই পেজ এডিট করুন",
|
||||
"footer.previous": "পূর্ববর্তী",
|
||||
"edit.link": "এই পেজ এডিট করুন",
|
||||
"footer": "ফুটার",
|
||||
"footer.next": "পরে",
|
||||
"footer.title": "ফুটার",
|
||||
"header.title": "হেডার",
|
||||
"footer.previous": "পূর্ববর্তী",
|
||||
"header": "হেডার",
|
||||
"meta.comments": "কমেন্ট",
|
||||
"meta.source": "সোর্স",
|
||||
"nav.title": "ন্যাভিগেশন",
|
||||
"nav": "ন্যাভিগেশন",
|
||||
"search.config.pipeline": " ",
|
||||
"search.placeholder": "সার্চ",
|
||||
"search.reset": "মুছে ফেলুন",
|
||||
@ -20,10 +20,10 @@
|
||||
"search.result.none": "কিছু পাওয়া যায়নি",
|
||||
"search.result.one": "১ টা ডকুমেন্ট",
|
||||
"search.result.other": "# টা ডকুমেন্ট",
|
||||
"skip.link.title": "কনটেন্টে যান",
|
||||
"source.link.title": "রিপোজিটরিতে যান",
|
||||
"source.file.date.updated": "শেষ আপডেট",
|
||||
"skip.link": "কনটেন্টে যান",
|
||||
"source.file.date.created": "তৈরি হয়েছে",
|
||||
"tabs.title": "ট্যাব",
|
||||
"toc.title": "টেবিল অফ কনটেন্ট"
|
||||
"source.file.date.updated": "শেষ আপডেট",
|
||||
"source.link": "রিপোজিটরিতে যান",
|
||||
"tabs": "ট্যাব",
|
||||
"toc": "টেবিল অফ কনটেন্ট"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "ca",
|
||||
"clipboard.copy": "Còpia al porta-retalls",
|
||||
"clipboard.copied": "Copiat al porta-retalls",
|
||||
"edit.link.title": "Edita aquesta pàgina",
|
||||
"footer.previous": "Anterior",
|
||||
"edit.link": "Edita aquesta pàgina",
|
||||
"footer.next": "Següent",
|
||||
"footer.previous": "Anterior",
|
||||
"meta.comments": "Comentaris",
|
||||
"meta.source": "Codi font",
|
||||
"search.placeholder": "Cerca",
|
||||
@ -15,9 +15,9 @@
|
||||
"search.result.none": "Cap document coincideix",
|
||||
"search.result.one": "1 document coincident",
|
||||
"search.result.other": "# documents coincidents",
|
||||
"skip.link.title": "Salta el contingut",
|
||||
"source.link.title": "Ves al repositori",
|
||||
"source.file.date.updated": "Darrera actualització",
|
||||
"skip.link": "Salta el contingut",
|
||||
"source.file.date.created": "Creada",
|
||||
"toc.title": "Taula de continguts"
|
||||
"source.file.date.updated": "Darrera actualització",
|
||||
"source.link": "Ves al repositori",
|
||||
"toc": "Taula de continguts"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "cs",
|
||||
"clipboard.copy": "Kopírovat do schránky",
|
||||
"clipboard.copied": "Zkopírováno do schránky",
|
||||
"edit.link.title": "Upravit tuto stránku",
|
||||
"footer.previous": "Předchozí",
|
||||
"edit.link": "Upravit tuto stránku",
|
||||
"footer.next": "Další",
|
||||
"footer.previous": "Předchozí",
|
||||
"meta.comments": "Komentáře",
|
||||
"meta.source": "Zdroj",
|
||||
"search.placeholder": "Hledat",
|
||||
@ -15,9 +15,9 @@
|
||||
"search.result.none": "Nenalezeny žádné dokumenty",
|
||||
"search.result.one": "Nalezený dokument: 1",
|
||||
"search.result.other": "Nalezené dokumenty: #",
|
||||
"skip.link.title": "Přeskočit obsah",
|
||||
"source.link.title": "Přejít do repozitáře",
|
||||
"source.file.date.updated": "Poslední aktualizace",
|
||||
"skip.link": "Přeskočit obsah",
|
||||
"source.file.date.created": "Vytvořeno",
|
||||
"toc.title": "Obsah"
|
||||
"source.file.date.updated": "Poslední aktualizace",
|
||||
"source.link": "Přejít do repozitáře",
|
||||
"toc": "Obsah"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "da",
|
||||
"clipboard.copy": "Kopiér til udklipsholderen",
|
||||
"clipboard.copied": "Kopieret til udklipsholderen",
|
||||
"edit.link.title": "Redigér denne side",
|
||||
"footer.previous": "Forrige",
|
||||
"edit.link": "Redigér denne side",
|
||||
"footer.next": "Næste",
|
||||
"footer.previous": "Forrige",
|
||||
"meta.comments": "Kommentarer",
|
||||
"meta.source": "Kilde",
|
||||
"search.config.lang": "da",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "Ingen resultater fundet",
|
||||
"search.result.one": "1 resultat",
|
||||
"search.result.other": "# resultater",
|
||||
"skip.link.title": "Gå til indholdet",
|
||||
"source.link.title": "Åbn arkiv",
|
||||
"source.file.date.updated": "Sidste ændring",
|
||||
"skip.link": "Gå til indholdet",
|
||||
"source.file.date.created": "Oprettet",
|
||||
"toc.title": "Indholdsfortegnelse"
|
||||
"source.file.date.updated": "Sidste ændring",
|
||||
"source.link": "Åbn arkiv",
|
||||
"toc": "Indholdsfortegnelse"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -9,14 +9,15 @@
|
||||
"consent.accept": "Akzeptieren",
|
||||
"consent.manage": "Einstellungen",
|
||||
"consent.reject": "Ablehnen",
|
||||
"edit.link.title": "Seite editieren",
|
||||
"footer.previous": "Zurück",
|
||||
"edit.link": "Seite editieren",
|
||||
"footer": "Fußzeile",
|
||||
"footer.next": "Weiter",
|
||||
"footer.title": "Fußzeile",
|
||||
"header.title": "Kopfzeile",
|
||||
"footer.previous": "Zurück",
|
||||
"header": "Kopfzeile",
|
||||
"meta.comments": "Kommentare",
|
||||
"meta.source": "Quellcode",
|
||||
"nav.title": "Navigation",
|
||||
"nav": "Navigation",
|
||||
"search": "Suche",
|
||||
"search.config.lang": "de",
|
||||
"search.placeholder": "Suche",
|
||||
"search.share": "Teilen",
|
||||
@ -29,14 +30,13 @@
|
||||
"search.result.more.one": "1 weiteres Suchergebnis auf dieser Seite",
|
||||
"search.result.more.other": "# weitere Suchergebnisse auf dieser Seite",
|
||||
"search.result.term.missing": "Es fehlt",
|
||||
"search.title": "Suche",
|
||||
"select.language.title": "Sprache wechseln",
|
||||
"select.version.title": "Version auswählen",
|
||||
"skip.link.title": "Zum Inhalt",
|
||||
"source.link.title": "Zum Repository",
|
||||
"source.file.date.updated": "Letztes Update",
|
||||
"select.language": "Sprache wechseln",
|
||||
"select.version": "Version auswählen",
|
||||
"skip.link": "Zum Inhalt",
|
||||
"source.file.date.created": "Erstellt",
|
||||
"tabs.title": "Hauptnavigation",
|
||||
"toc.title": "Inhaltsverzeichnis",
|
||||
"top.title": "Zurück zum Seitenanfang"
|
||||
"source.file.date.updated": "Letztes Update",
|
||||
"source.link": "Zum Repository",
|
||||
"tabs": "Hauptnavigation",
|
||||
"toc": "Inhaltsverzeichnis",
|
||||
"top": "Zurück zum Seitenanfang"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,15 @@
|
||||
"language": "el",
|
||||
"clipboard.copy": "Αντιγραφή στο πρόχειρο",
|
||||
"clipboard.copied": "Αντιγράφηκε στο πρόχειρο",
|
||||
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
||||
"footer.previous": "Προηγούμενο",
|
||||
"edit.link": "Επεξεργασία αυτής της σελίδας",
|
||||
"footer": "Υποσέλιδο",
|
||||
"footer.next": "Επόμενο",
|
||||
"footer.title": "Υποσέλιδο",
|
||||
"header.title": "Κεφαλίδα",
|
||||
"footer.previous": "Προηγούμενο",
|
||||
"header": "Κεφαλίδα",
|
||||
"meta.comments": "Σχόλια",
|
||||
"meta.source": "Πηγή",
|
||||
"nav.title": "Πλοήγηση",
|
||||
"nav": "Πλοήγηση",
|
||||
"search": "Αναζήτηση",
|
||||
"search.config.pipeline": "stopWordFilter",
|
||||
"search.placeholder": "Αναζήτηση",
|
||||
"search.share": "Διαμοίραση",
|
||||
@ -25,14 +26,13 @@
|
||||
"search.result.more.one": "1 ακόμα σε αυτήν τη σελίδα",
|
||||
"search.result.more.other": "# ακόμα σε αυτήν τη σελίδα",
|
||||
"search.result.term.missing": "Λείπει",
|
||||
"search.title": "Αναζήτηση",
|
||||
"select.language.title": "Επιλογή γλώσσας",
|
||||
"select.version.title": "Επιλογή έκδοσης",
|
||||
"skip.link.title": "Μετάβαση στο περιεχόμενο",
|
||||
"source.link.title": "Μετάβαση στο αποθετήριο",
|
||||
"source.file.date.updated": "τελευταία ενημέρωση",
|
||||
"select.language": "Επιλογή γλώσσας",
|
||||
"select.version": "Επιλογή έκδοσης",
|
||||
"skip.link": "Μετάβαση στο περιεχόμενο",
|
||||
"source.file.date.created": "Δημιουργήθηκε",
|
||||
"tabs.title": "Καρτέλες",
|
||||
"toc.title": "Πίνακας περιεχομένων",
|
||||
"top.title": "Επιστροφή στην αρχή"
|
||||
"source.file.date.updated": "τελευταία ενημέρωση",
|
||||
"source.link": "Μετάβαση στο αποθετήριο",
|
||||
"tabs": "Καρτέλες",
|
||||
"toc": "Πίνακας περιεχομένων",
|
||||
"top": "Επιστροφή στην αρχή"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -10,14 +10,15 @@
|
||||
"consent.accept": "Accept",
|
||||
"consent.manage": "Manage settings",
|
||||
"consent.reject": "Reject",
|
||||
"edit.link.title": "Edit this page",
|
||||
"footer.previous": "Previous",
|
||||
"edit.link": "Edit this page",
|
||||
"footer": "Footer",
|
||||
"footer.next": "Next",
|
||||
"footer.title": "Footer",
|
||||
"header.title": "Header",
|
||||
"footer.previous": "Previous",
|
||||
"header": "Header",
|
||||
"meta.comments": "Comments",
|
||||
"meta.source": "Source",
|
||||
"nav.title": "Navigation",
|
||||
"nav": "Navigation",
|
||||
"search": "Search",
|
||||
"search.config.lang": "en",
|
||||
"search.config.pipeline": "trimmer, stopWordFilter",
|
||||
"search.config.separator": "[\\s\\-]+",
|
||||
@ -32,14 +33,13 @@
|
||||
"search.result.more.one": "1 more on this page",
|
||||
"search.result.more.other": "# more on this page",
|
||||
"search.result.term.missing": "Missing",
|
||||
"search.title": "Search",
|
||||
"select.language.title": "Select language",
|
||||
"select.version.title": "Select version",
|
||||
"skip.link.title": "Skip to content",
|
||||
"source.link.title": "Go to repository",
|
||||
"source.file.date.updated": "Last update",
|
||||
"select.language": "Select language",
|
||||
"select.version": "Select version",
|
||||
"skip.link": "Skip to content",
|
||||
"source.file.date.created": "Created",
|
||||
"tabs.title": "Tabs",
|
||||
"toc.title": "Table of contents",
|
||||
"top.title": "Back to top"
|
||||
"source.file.date.updated": "Last update",
|
||||
"source.link": "Go to repository",
|
||||
"tabs": "Tabs",
|
||||
"toc": "Table of contents",
|
||||
"top": "Back to top"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "eo",
|
||||
"clipboard.copy": "Kopii al tondujo",
|
||||
"clipboard.copied": "Kopiado al klipo",
|
||||
"edit.link.title": "Redakti ĉi tiun paĝon",
|
||||
"footer.previous": "Antaŭa",
|
||||
"edit.link": "Redakti ĉi tiun paĝon",
|
||||
"footer": "Piedlinio",
|
||||
"footer.next": "Sekva",
|
||||
"footer.title": "Piedlinio",
|
||||
"header.title": "Kaplinio",
|
||||
"footer.previous": "Antaŭa",
|
||||
"header": "Kaplinio",
|
||||
"meta.comments": "Komentoj",
|
||||
"meta.source": "Fontkodo",
|
||||
"nav.title": "Navigado",
|
||||
"nav": "Navigado",
|
||||
"search.config.lang": "es",
|
||||
"search.placeholder": "Serĉo",
|
||||
"search.reset": "Klara",
|
||||
@ -20,10 +20,10 @@
|
||||
"search.result.none": "Neniuj kongruaj dokumentoj",
|
||||
"search.result.one": "1 kongrua dokumento",
|
||||
"search.result.other": "# kongruaj dokumentoj",
|
||||
"skip.link.title": "Saltu al enhavo",
|
||||
"source.link.title": "Iru al deponejo",
|
||||
"source.file.date.updated": "Lasta ĝisdatigo",
|
||||
"skip.link": "Saltu al enhavo",
|
||||
"source.file.date.created": "Kreita",
|
||||
"tabs.title": "Langetoj",
|
||||
"toc.title": "Enhavtabelo"
|
||||
"source.file.date.updated": "Lasta ĝisdatigo",
|
||||
"source.link": "Iru al deponejo",
|
||||
"tabs": "Langetoj",
|
||||
"toc": "Enhavtabelo"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -7,14 +7,14 @@
|
||||
"clipboard.copied": "Copiado al portapapeles",
|
||||
"consent.accept": "Aceptar",
|
||||
"consent.manage": "Gestionar cookies",
|
||||
"edit.link.title": "Editar esta página",
|
||||
"footer.previous": "Anterior",
|
||||
"edit.link": "Editar esta página",
|
||||
"footer": "Pie",
|
||||
"footer.next": "Siguiente",
|
||||
"footer.title": "Pie",
|
||||
"header.title": "Cabecera",
|
||||
"footer.previous": "Anterior",
|
||||
"header": "Cabecera",
|
||||
"meta.comments": "Comentarios",
|
||||
"meta.source": "Fuente",
|
||||
"nav.title": "Navegación",
|
||||
"nav": "Navegación",
|
||||
"search.config.lang": "es",
|
||||
"search.placeholder": "Búsqueda",
|
||||
"search.reset": "Limpiar",
|
||||
@ -26,13 +26,13 @@
|
||||
"search.result.more.one": "1 más en esta página",
|
||||
"search.result.more.other": "# más en esta página",
|
||||
"search.result.term.missing": "Falta",
|
||||
"select.language.title": "Seleccionar idioma",
|
||||
"select.version.title": "Seleccionar versión",
|
||||
"skip.link.title": "Saltar a contenido",
|
||||
"source.link.title": "Ir al repositorio",
|
||||
"source.file.date.updated": "Última actualización",
|
||||
"select.language": "Seleccionar idioma",
|
||||
"select.version": "Seleccionar versión",
|
||||
"skip.link": "Saltar a contenido",
|
||||
"source.file.date.created": "Creado",
|
||||
"tabs.title": "Pestañas",
|
||||
"toc.title": "Tabla de contenidos",
|
||||
"top.title": "Volver al principio"
|
||||
"source.file.date.updated": "Última actualización",
|
||||
"source.link": "Ir al repositorio",
|
||||
"tabs": "Pestañas",
|
||||
"toc": "Tabla de contenidos",
|
||||
"top": "Volver al principio"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "et",
|
||||
"clipboard.copy": "Kopeeri lõikelauale",
|
||||
"clipboard.copied": "Kopeeritud",
|
||||
"edit.link.title": "Muuda seda lehte",
|
||||
"footer.previous": "Eelmine",
|
||||
"edit.link": "Muuda seda lehte",
|
||||
"footer.next": "Järgmine",
|
||||
"footer.previous": "Eelmine",
|
||||
"meta.comments": "Kommentaarid",
|
||||
"meta.source": "Lähtekood",
|
||||
"search.placeholder": "Otsi",
|
||||
@ -15,9 +15,9 @@
|
||||
"search.result.none": "Otsingule ei leitud ühtegi vastet",
|
||||
"search.result.one": "Leiti üks tulemus",
|
||||
"search.result.other": "Leiti # tulemust",
|
||||
"skip.link.title": "Keri sisuni",
|
||||
"source.link.title": "Ava repositooriumis",
|
||||
"source.file.date.updated": "Viimane uuendus",
|
||||
"skip.link": "Keri sisuni",
|
||||
"source.file.date.created": "Loodud",
|
||||
"toc.title": "Sisukord"
|
||||
"source.file.date.updated": "Viimane uuendus",
|
||||
"source.link": "Ava repositooriumis",
|
||||
"toc": "Sisukord"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -6,9 +6,9 @@
|
||||
"direction": "rtl",
|
||||
"clipboard.copy": "کپی کردن",
|
||||
"clipboard.copied": "کپی شد",
|
||||
"edit.link.title": "این صفحه را ویرایش کنید",
|
||||
"footer.previous": "قبلی",
|
||||
"edit.link": "این صفحه را ویرایش کنید",
|
||||
"footer.next": "بعدی",
|
||||
"footer.previous": "قبلی",
|
||||
"meta.comments": "نظرات",
|
||||
"meta.source": "منبع",
|
||||
"search.config.pipeline": " ",
|
||||
@ -17,9 +17,9 @@
|
||||
"search.result.none": "سندی یافت نشد",
|
||||
"search.result.one": "1 سند یافت شد",
|
||||
"search.result.other": "# سند یافت شد",
|
||||
"skip.link.title": "پرش به محتویات",
|
||||
"source.link.title": "رفتن به مخزن",
|
||||
"source.file.date.updated": "اخرین بروزرسانی",
|
||||
"skip.link": "پرش به محتویات",
|
||||
"source.file.date.created": "ایجاد شده",
|
||||
"toc.title": "فهرست موضوعات"
|
||||
"source.file.date.updated": "اخرین بروزرسانی",
|
||||
"source.link": "رفتن به مخزن",
|
||||
"toc": "فهرست موضوعات"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "fi",
|
||||
"clipboard.copy": "Kopioi leikepöydälle",
|
||||
"clipboard.copied": "Kopioitu leikepöydälle",
|
||||
"edit.link.title": "Muokkaa tätä sivua",
|
||||
"footer.previous": "Edellinen",
|
||||
"edit.link": "Muokkaa tätä sivua",
|
||||
"footer.next": "Seuraava",
|
||||
"footer.previous": "Edellinen",
|
||||
"meta.comments": "Kommentit",
|
||||
"meta.source": "Lähdekodi",
|
||||
"search.config.lang": "fi",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "Ei täsmääviä dokumentteja",
|
||||
"search.result.one": "1 täsmäävä dokumentti",
|
||||
"search.result.other": "# täsmäävää dokumenttia",
|
||||
"skip.link.title": "Hyppää sisältöön",
|
||||
"source.link.title": "Mene repositoryyn",
|
||||
"source.file.date.updated": "Viimeisin päivitys",
|
||||
"skip.link": "Hyppää sisältöön",
|
||||
"source.file.date.created": "Luotu",
|
||||
"toc.title": "Sisällysluettelo"
|
||||
"source.file.date.updated": "Viimeisin päivitys",
|
||||
"source.link": "Mene repositoryyn",
|
||||
"toc": "Sisällysluettelo"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -8,14 +8,14 @@
|
||||
"consent.accept": "Accepter",
|
||||
"consent.manage": "Paramétrer vos choix",
|
||||
"consent.reject": "Refuser",
|
||||
"edit.link.title": "Editer cette page",
|
||||
"footer.previous": "Précédent",
|
||||
"edit.link": "Editer cette page",
|
||||
"footer": "Pied de page",
|
||||
"footer.next": "Suivant",
|
||||
"footer.title": "Pied de page",
|
||||
"header.title": "En-tête",
|
||||
"footer.previous": "Précédent",
|
||||
"header": "En-tête",
|
||||
"meta.comments": "Commentaires",
|
||||
"meta.source": "Source",
|
||||
"nav.title": "Navigation",
|
||||
"nav": "Navigation",
|
||||
"search.config.lang": "fr",
|
||||
"search.placeholder": "Rechercher",
|
||||
"search.reset": "Effacer",
|
||||
@ -27,13 +27,13 @@
|
||||
"search.result.more.one": "1 de plus sur cette page",
|
||||
"search.result.more.other": "# de plus sur cette page",
|
||||
"search.result.term.missing": "Non trouvé",
|
||||
"select.language.title": "Sélectionner la langue",
|
||||
"select.version.title": "Sélectionner la version",
|
||||
"skip.link.title": "Aller au contenu",
|
||||
"source.link.title": "Aller au dépôt",
|
||||
"source.file.date.updated": "Dernière mise à jour",
|
||||
"select.language": "Sélectionner la langue",
|
||||
"select.version": "Sélectionner la version",
|
||||
"skip.link": "Aller au contenu",
|
||||
"source.file.date.created": "Créé",
|
||||
"tabs.title": "Onglets",
|
||||
"toc.title": "Table des matières",
|
||||
"top.title": "Retour en haut de la page"
|
||||
"source.file.date.updated": "Dernière mise à jour",
|
||||
"source.link": "Aller au dépôt",
|
||||
"tabs": "Onglets",
|
||||
"toc": "Table des matières",
|
||||
"top": "Retour en haut de la page"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "gl",
|
||||
"clipboard.copy": "Copiar no cortapapeis",
|
||||
"clipboard.copied": "Copiado no cortapapeis",
|
||||
"edit.link.title": "Editar esta páxina",
|
||||
"footer.previous": "Anterior",
|
||||
"edit.link": "Editar esta páxina",
|
||||
"footer": "Pé",
|
||||
"footer.next": "Seguinte",
|
||||
"footer.title": "Pé",
|
||||
"header.title": "Cabeceira",
|
||||
"footer.previous": "Anterior",
|
||||
"header": "Cabeceira",
|
||||
"meta.comments": "Comentarios",
|
||||
"meta.source": "Fonte",
|
||||
"nav.title": "Navegación",
|
||||
"nav": "Navegación",
|
||||
"search.config.lang": "es",
|
||||
"search.placeholder": "Procura",
|
||||
"search.reset": "Limpar",
|
||||
@ -24,13 +24,13 @@
|
||||
"search.result.more.one": "1 máis nesta páxina",
|
||||
"search.result.more.other": "# máis nesta páxina",
|
||||
"search.result.term.missing": "Falta",
|
||||
"select.language.title": "Seleccionar idioma",
|
||||
"select.version.title": "Seleccionar version",
|
||||
"skip.link.title": "Ir ao contido",
|
||||
"source.link.title": "Ir ao repositorio",
|
||||
"source.file.date.updated": "Última actualización",
|
||||
"select.language": "Seleccionar idioma",
|
||||
"select.version": "Seleccionar version",
|
||||
"skip.link": "Ir ao contido",
|
||||
"source.file.date.created": "Creada",
|
||||
"tabs.title": "Pestanas",
|
||||
"toc.title": "Táboa de contidos",
|
||||
"top.title": "Volver ao principio"
|
||||
"source.file.date.updated": "Última actualización",
|
||||
"source.link": "Ir ao repositorio",
|
||||
"tabs": "Pestanas",
|
||||
"toc": "Táboa de contidos",
|
||||
"top": "Volver ao principio"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -10,14 +10,15 @@
|
||||
"consent.accept": "לקבל",
|
||||
"consent.manage": "לנהל הגדרות",
|
||||
"consent.reject": "לדחות",
|
||||
"edit.link.title": "עריכת הדף הזה",
|
||||
"footer.previous": "הקודם",
|
||||
"edit.link": "עריכת הדף הזה",
|
||||
"footer": "כותרת תחתונה",
|
||||
"footer.next": "הבא",
|
||||
"footer.title": "כותרת תחתונה",
|
||||
"header.title": "כותרת עליונה",
|
||||
"footer.previous": "הקודם",
|
||||
"header": "כותרת עליונה",
|
||||
"meta.comments": "הערות",
|
||||
"meta.source": "מקור",
|
||||
"nav.title": "ניווט",
|
||||
"nav": "ניווט",
|
||||
"search": "חיפוש",
|
||||
"search.config.pipeline": " ",
|
||||
"search.placeholder": "חיפוש",
|
||||
"search.share": "שיתוף",
|
||||
@ -30,14 +31,13 @@
|
||||
"search.result.more.one": "עוד אחד בדף הזה",
|
||||
"search.result.more.other": "עוד # בדף הזה",
|
||||
"search.result.term.missing": "חסר",
|
||||
"search.title": "חיפוש",
|
||||
"select.language.title": "בחירת שפה",
|
||||
"select.version.title": "בחירת גרסה",
|
||||
"skip.link.title": "לדלג לתוכן",
|
||||
"source.link.title": "לעבור אל המאגר",
|
||||
"source.file.date.updated": "עדכון אחרון",
|
||||
"select.language": "בחירת שפה",
|
||||
"select.version": "בחירת גרסה",
|
||||
"skip.link": "לדלג לתוכן",
|
||||
"source.file.date.created": "נוצר",
|
||||
"tabs.title": "לשוניות",
|
||||
"toc.title": "תוכן העניינים",
|
||||
"top.title": "חזרה למעלה"
|
||||
"source.file.date.updated": "עדכון אחרון",
|
||||
"source.link": "לעבור אל המאגר",
|
||||
"tabs": "לשוניות",
|
||||
"toc": "תוכן העניינים",
|
||||
"top": "חזרה למעלה"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "hi",
|
||||
"clipboard.copy": "क्लिपबोर्ड पर कॉपी करें",
|
||||
"clipboard.copied": "क्लिपबोर्ड पर कॉपी कर दिया गया",
|
||||
"edit.link.title": "इस पृष्ठ को संपादित करें",
|
||||
"footer.previous": "पिछला",
|
||||
"edit.link": "इस पृष्ठ को संपादित करें",
|
||||
"footer.next": "आगामी",
|
||||
"footer.previous": "पिछला",
|
||||
"meta.comments": "टिप्पणियाँ",
|
||||
"meta.source": "स्रोत",
|
||||
"search.config.lang": "hi",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "कोई मिलान डॉक्यूमेंट नहीं",
|
||||
"search.result.one": "1 मिलान डॉक्यूमेंट",
|
||||
"search.result.other": "# मिलान डाक्यूमेंट्स",
|
||||
"skip.link.title": "विषय पर बढ़ें",
|
||||
"source.link.title": "रिपॉजिटरी पर जाएं",
|
||||
"source.file.date.updated": "आखिरी अपडेट",
|
||||
"skip.link": "विषय पर बढ़ें",
|
||||
"source.file.date.created": "बनाया था",
|
||||
"toc.title": "विषय - सूची"
|
||||
"source.file.date.updated": "आखिरी अपडेट",
|
||||
"source.link": "रिपॉजिटरी पर जाएं",
|
||||
"toc": "विषय - सूची"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -9,14 +9,15 @@
|
||||
"consent.accept": "Prihvati",
|
||||
"consent.manage": "Upravljaj postavkama",
|
||||
"consent.reject": "Odbij",
|
||||
"edit.link.title": "Uredi stranicu",
|
||||
"footer.previous": "Prethodno",
|
||||
"edit.link": "Uredi stranicu",
|
||||
"footer": "Podnožje",
|
||||
"footer.next": "Sljedeće",
|
||||
"footer.title": "Podnožje",
|
||||
"header.title": "Zaglavlje",
|
||||
"footer.previous": "Prethodno",
|
||||
"header": "Zaglavlje",
|
||||
"meta.comments": "Komentari",
|
||||
"meta.source": "Izvor",
|
||||
"nav.title": "Navigacija",
|
||||
"nav": "Navigacija",
|
||||
"search": "Pretraživanje",
|
||||
"search.placeholder": "Pretraživanje",
|
||||
"search.share": "Podijeli",
|
||||
"search.reset": "Očisti",
|
||||
@ -28,14 +29,13 @@
|
||||
"search.result.more.one": "1 rezultat na ovoj stranici",
|
||||
"search.result.more.other": "# rezultata na ovoj stranici",
|
||||
"search.result.term.missing": "Nedostaje",
|
||||
"search.title": "Pretraživanje",
|
||||
"select.language.title": "Odabir jezika",
|
||||
"select.version.title": "Odabir verzije",
|
||||
"skip.link.title": "Preskočite na sadržaj",
|
||||
"source.link.title": "Idite u repozitorij",
|
||||
"source.file.date.updated": "Zadnje ažuriranje",
|
||||
"select.language": "Odabir jezika",
|
||||
"select.version": "Odabir verzije",
|
||||
"skip.link": "Preskočite na sadržaj",
|
||||
"source.file.date.created": "Stvoreno",
|
||||
"tabs.title": "Kartice",
|
||||
"toc.title": "Sadržaj",
|
||||
"top.title": "Vratite se na vrh"
|
||||
"source.file.date.updated": "Zadnje ažuriranje",
|
||||
"source.link": "Idite u repozitorij",
|
||||
"tabs": "Kartice",
|
||||
"toc": "Sadržaj",
|
||||
"top": "Vratite se na vrh"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "hu",
|
||||
"clipboard.copy": "Másolás vágólapra",
|
||||
"clipboard.copied": "Vágólapra másolva",
|
||||
"edit.link.title": "Oldal szerkesztése",
|
||||
"footer.previous": "Előző",
|
||||
"edit.link": "Oldal szerkesztése",
|
||||
"footer": "Élőláb",
|
||||
"footer.next": "Következő",
|
||||
"footer.title": "Élőláb",
|
||||
"header.title": "Élőfej",
|
||||
"footer.previous": "Előző",
|
||||
"header": "Élőfej",
|
||||
"meta.comments": "Hozzászólások",
|
||||
"meta.source": "Forrás",
|
||||
"nav.title": "Navigáció",
|
||||
"nav": "Navigáció",
|
||||
"search.config.lang": "hu",
|
||||
"search.placeholder": "Keresés",
|
||||
"search.reset": "Törlés",
|
||||
@ -24,10 +24,10 @@
|
||||
"search.result.more.one": "1 további találat az oldalon",
|
||||
"search.result.more.other": "# további találat az oldalon",
|
||||
"search.result.term.missing": "Üres",
|
||||
"skip.link.title": "Kihagyás",
|
||||
"source.link.title": "Főoldalra ugrás",
|
||||
"source.file.date.updated": "Utolsó frissítés",
|
||||
"skip.link": "Kihagyás",
|
||||
"source.file.date.created": "Létrehozva",
|
||||
"tabs.title": "Lapok",
|
||||
"toc.title": "Tartalomjegyzék"
|
||||
"source.file.date.updated": "Utolsó frissítés",
|
||||
"source.link": "Főoldalra ugrás",
|
||||
"tabs": "Lapok",
|
||||
"toc": "Tartalomjegyzék"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,15 @@
|
||||
"language": "hy",
|
||||
"clipboard.copy": "Պատճենել",
|
||||
"clipboard.copied": "Պատճենված է",
|
||||
"edit.link.title": "Խմբագրել այս էջը",
|
||||
"footer.previous": "Նախորդը",
|
||||
"edit.link": "Խմբագրել այս էջը",
|
||||
"footer": "Վերջնագիր",
|
||||
"footer.next": "Հաջորդը",
|
||||
"footer.title": "Վերջնագիր",
|
||||
"header.title": "Գլխագիր",
|
||||
"footer.previous": "Նախորդը",
|
||||
"header": "Գլխագիր",
|
||||
"meta.comments": "Մեկնաբանությունները",
|
||||
"meta.source": "Աղբյուր",
|
||||
"nav.title": "Տեղորոշում",
|
||||
"nav": "Տեղորոշում",
|
||||
"search": "Փնտրում",
|
||||
"search.config.pipeline": " ",
|
||||
"search.placeholder": "Փնտրել",
|
||||
"search.share": "Կիսվել",
|
||||
@ -25,14 +26,13 @@
|
||||
"search.result.more.one": "ևս 1-ը այս էջում",
|
||||
"search.result.more.other": "ևս #-ը այս էջում",
|
||||
"search.result.term.missing": "Բացակայում է",
|
||||
"search.title": "Փնտրում",
|
||||
"select.language.title": "Ընտրել լեզուն",
|
||||
"select.version.title": "Ընտրել տարբերակը",
|
||||
"skip.link.title": "Անցնել պարունակությանը",
|
||||
"source.link.title": "Դեպի պահոց",
|
||||
"source.file.date.updated": "Վերջին թարմացումը",
|
||||
"select.language": "Ընտրել լեզուն",
|
||||
"select.version": "Ընտրել տարբերակը",
|
||||
"skip.link": "Անցնել պարունակությանը",
|
||||
"source.file.date.created": "Ստեղծված է",
|
||||
"tabs.title": "Ներդիրներ",
|
||||
"toc.title": "Բովանդակություն",
|
||||
"top.title": "Վերադառնալ սկիզբ"
|
||||
"source.file.date.updated": "Վերջին թարմացումը",
|
||||
"source.link": "Դեպի պահոց",
|
||||
"tabs": "Ներդիրներ",
|
||||
"toc": "Բովանդակություն",
|
||||
"top": "Վերադառնալ սկիզբ"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "id",
|
||||
"clipboard.copy": "Salin ke memori",
|
||||
"clipboard.copied": "Tersalin ke memori",
|
||||
"edit.link.title": "Ubah halaman ini",
|
||||
"footer.previous": "Sebelumnya",
|
||||
"edit.link": "Ubah halaman ini",
|
||||
"footer.next": "Selanjutnya",
|
||||
"footer.previous": "Sebelumnya",
|
||||
"meta.comments": "Komentar",
|
||||
"meta.source": "Sumber",
|
||||
"search.config.pipeline": " ",
|
||||
@ -16,8 +16,8 @@
|
||||
"search.result.none": "Tidak ada dokumen yang sesuai",
|
||||
"search.result.one": "1 dokumen ditemukan",
|
||||
"search.result.other": "# dokumen ditemukan",
|
||||
"skip.link.title": "Lewati ke isi",
|
||||
"source.link.title": "Menuju repositori",
|
||||
"skip.link": "Lewati ke isi",
|
||||
"source.file.date.created": "Dibuat",
|
||||
"toc.title": "Daftar isi"
|
||||
"source.link": "Menuju repositori",
|
||||
"toc": "Daftar isi"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "is",
|
||||
"clipboard.copy": "Afrita í klemmuspjald",
|
||||
"clipboard.copied": "Afritað í klemmuspjald",
|
||||
"edit.link.title": "Ritvinna þessa síðu",
|
||||
"footer.previous": "Fyrra",
|
||||
"edit.link": "Ritvinna þessa síðu",
|
||||
"footer": "Síðufótur",
|
||||
"footer.next": "Næsta",
|
||||
"footer.title": "Síðufótur",
|
||||
"header.title": "Haus",
|
||||
"footer.previous": "Fyrra",
|
||||
"header": "Haus",
|
||||
"meta.comments": "Athugasemdir",
|
||||
"meta.source": "Grunnur",
|
||||
"nav.title": "Valmynd",
|
||||
"nav": "Valmynd",
|
||||
"search.placeholder": "Leit",
|
||||
"search.reset": "Hreinsa",
|
||||
"search.result.placeholder": "Sláðu inn til að hefja leit",
|
||||
@ -21,10 +21,10 @@
|
||||
"search.result.other": "# skjöl fundust",
|
||||
"search.result.more.one": "1 til viðbótar á þessari síðu",
|
||||
"search.result.more.other": "# til viðbótar á þessari síðu",
|
||||
"skip.link.title": "Hoppa yfir í efni",
|
||||
"source.link.title": "Fara í gagnahirslu (e. repository)",
|
||||
"source.file.date.updated": "Síðasta uppfærsla",
|
||||
"skip.link": "Hoppa yfir í efni",
|
||||
"source.file.date.created": "Búið til",
|
||||
"tabs.title": "Flipar",
|
||||
"toc.title": "Efnisyfirlit"
|
||||
"source.file.date.updated": "Síðasta uppfærsla",
|
||||
"source.link": "Fara í gagnahirslu (e. repository)",
|
||||
"tabs": "Flipar",
|
||||
"toc": "Efnisyfirlit"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,15 @@
|
||||
"language": "it",
|
||||
"clipboard.copy": "Copia",
|
||||
"clipboard.copied": "Copiato",
|
||||
"edit.link.title": "Modifica",
|
||||
"footer.previous": "Precedente",
|
||||
"edit.link": "Modifica",
|
||||
"footer": "Piede",
|
||||
"footer.next": "Prossimo",
|
||||
"footer.title": "Piede",
|
||||
"header.title": "Intestazione",
|
||||
"footer.previous": "Precedente",
|
||||
"header": "Intestazione",
|
||||
"meta.comments": "Commenti",
|
||||
"meta.source": "Sorgente",
|
||||
"nav.title": "Navigazione",
|
||||
"nav": "Navigazione",
|
||||
"search": "Cerca",
|
||||
"search.config.lang": "it",
|
||||
"search.placeholder": "Cerca",
|
||||
"search.share": "Condividi",
|
||||
@ -25,14 +26,13 @@
|
||||
"search.result.more.one": "1 altro in questa pagina",
|
||||
"search.result.more.other": "# altri in questa pagina",
|
||||
"search.result.term.missing": "Non presente",
|
||||
"search.title": "Cerca",
|
||||
"select.language.title": "Seleziona la lingua",
|
||||
"select.version.title": "Seleziona la versione",
|
||||
"skip.link.title": "Vai al contenuto",
|
||||
"source.link.title": "Apri repository",
|
||||
"source.file.date.updated": "Ultimo aggiornamento",
|
||||
"select.language": "Seleziona la lingua",
|
||||
"select.version": "Seleziona la versione",
|
||||
"skip.link": "Vai al contenuto",
|
||||
"source.file.date.created": "Creata",
|
||||
"tabs.title": "Tabs",
|
||||
"toc.title": "Indice",
|
||||
"top.title": "Torna su"
|
||||
"source.file.date.updated": "Ultimo aggiornamento",
|
||||
"source.link": "Apri repository",
|
||||
"tabs": "Tabs",
|
||||
"toc": "Indice",
|
||||
"top": "Torna su"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "ja",
|
||||
"clipboard.copy": "クリップボードへコピー",
|
||||
"clipboard.copied": "コピーしました",
|
||||
"edit.link.title": "編集",
|
||||
"footer.previous": "前",
|
||||
"edit.link": "編集",
|
||||
"footer": "フッター",
|
||||
"footer.next": "次",
|
||||
"footer.title": "フッター",
|
||||
"header.title": "ヘッダー",
|
||||
"footer.previous": "前",
|
||||
"header": "ヘッダー",
|
||||
"meta.comments": "コメント",
|
||||
"meta.source": "ソース",
|
||||
"nav.title": "ナビゲーション",
|
||||
"nav": "ナビゲーション",
|
||||
"search.config.lang": "ja",
|
||||
"search.config.pipeline": "trimmer, stemmer",
|
||||
"search.config.separator": "[\\s\\- 、。,.]+",
|
||||
@ -26,10 +26,10 @@
|
||||
"search.result.more.one": "このページ内にもう1件見つかりました",
|
||||
"search.result.more.other": "このページ内にあと#件見つかりました",
|
||||
"search.result.term.missing": "検索に含まれない",
|
||||
"skip.link.title": "コンテンツにスキップ",
|
||||
"source.link.title": "リポジトリへ",
|
||||
"source.file.date.updated": "最終更新日",
|
||||
"skip.link": "コンテンツにスキップ",
|
||||
"source.file.date.created": "作成した",
|
||||
"tabs.title": "タブ",
|
||||
"toc.title": "目次"
|
||||
"source.file.date.updated": "最終更新日",
|
||||
"source.link": "リポジトリへ",
|
||||
"tabs": "タブ",
|
||||
"toc": "目次"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,12 +5,12 @@
|
||||
"language": "ka",
|
||||
"clipboard.copy": "კოპირება",
|
||||
"clipboard.copied": "კოპირებულია",
|
||||
"edit.link.title": "გვერდის რედარქირება",
|
||||
"footer.previous": "წინა",
|
||||
"edit.link": "გვერდის რედარქირება",
|
||||
"footer.next": "შემდეგი",
|
||||
"footer.previous": "წინა",
|
||||
"meta.comments": "კომენტარები",
|
||||
"meta.source": "წყარო",
|
||||
"nav.title": "ნავიგაცია",
|
||||
"nav": "ნავიგაცია",
|
||||
"search.config.pipeline": " ",
|
||||
"search.placeholder": "ძებნა",
|
||||
"search.reset": "გასუფთავება",
|
||||
@ -20,10 +20,10 @@
|
||||
"search.result.other": "მოიძებნა # დოკუმენტი",
|
||||
"search.result.more.one": "კიდევ 1 ამ გვერდზე",
|
||||
"search.result.more.other": "კიდევ # ამ გვერდზე",
|
||||
"skip.link.title": "კონტენტზე გადასვლა",
|
||||
"source.link.title": "საცავში გადასვლა",
|
||||
"source.file.date.updated": "ბოლო განახლება",
|
||||
"skip.link": "კონტენტზე გადასვლა",
|
||||
"source.file.date.created": "შეიქმნა",
|
||||
"tabs.title": "ტაბები",
|
||||
"toc.title": "სარჩევი"
|
||||
"source.file.date.updated": "ბოლო განახლება",
|
||||
"source.link": "საცავში გადასვლა",
|
||||
"tabs": "ტაბები",
|
||||
"toc": "სარჩევი"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,11 +5,12 @@
|
||||
"language": "ko",
|
||||
"clipboard.copy": "클립보드로 복사",
|
||||
"clipboard.copied": "클립보드에 복사됨",
|
||||
"edit.link.title": "이 페이지를 편집",
|
||||
"footer.previous": "이전",
|
||||
"edit.link": "이 페이지를 편집",
|
||||
"footer.next": "다음",
|
||||
"footer.previous": "이전",
|
||||
"meta.comments": "댓글",
|
||||
"meta.source": "출처",
|
||||
"search": "검색",
|
||||
"search.config.pipeline": " ",
|
||||
"search.placeholder": "검색",
|
||||
"search.share": "공유",
|
||||
@ -22,13 +23,12 @@
|
||||
"search.result.more.one": "이 문서에서 1개의 검색 결과 더 보기",
|
||||
"search.result.more.other": "이 문서에서 #개의 검색 결과 더 보기",
|
||||
"search.result.term.missing": "포함되지 않은 검색어",
|
||||
"search.title": "검색",
|
||||
"select.language.title": "언어설정",
|
||||
"select.version.title": "버전 선택",
|
||||
"skip.link.title": "콘텐츠로 이동",
|
||||
"source.link.title": "저장소로 이동",
|
||||
"source.file.date.updated": "마지막 업데이트",
|
||||
"select.language": "언어설정",
|
||||
"select.version": "버전 선택",
|
||||
"skip.link": "콘텐츠로 이동",
|
||||
"source.file.date.created": "작성일",
|
||||
"toc.title": "목차",
|
||||
"top.title": "맨위로"
|
||||
"source.file.date.updated": "마지막 업데이트",
|
||||
"source.link": "저장소로 이동",
|
||||
"toc": "목차",
|
||||
"top": "맨위로"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,15 @@
|
||||
"language": "lt",
|
||||
"clipboard.copy": "Kopijuoti į iškarpinę",
|
||||
"clipboard.copied": "Nukopijuota į iškarpinę",
|
||||
"edit.link.title": "Redaguoti šį puslapį",
|
||||
"footer.previous": "Ankstesnis",
|
||||
"edit.link": "Redaguoti šį puslapį",
|
||||
"footer": "Poraštė",
|
||||
"footer.next": "Sekantis",
|
||||
"footer.title": "Poraštė",
|
||||
"header.title": "Antraštė",
|
||||
"footer.previous": "Ankstesnis",
|
||||
"header": "Antraštė",
|
||||
"meta.comments": "Komentarai",
|
||||
"meta.source": "Išeitinis kodas",
|
||||
"nav.title": "Navigacija",
|
||||
"nav": "Navigacija",
|
||||
"search": "Paieška",
|
||||
"search.config.pipeline": " ",
|
||||
"search.placeholder": "Paieška",
|
||||
"search.share": "Dalintis",
|
||||
@ -25,14 +26,13 @@
|
||||
"search.result.more.one": "Dar 1 šiame puslapyje",
|
||||
"search.result.more.other": "Dar # šiame puslapyje",
|
||||
"search.result.term.missing": "Nerasta",
|
||||
"search.title": "Paieška",
|
||||
"select.language.title": "Pasirinkti kalbą",
|
||||
"select.version.title": "Pasrinkti versiją",
|
||||
"skip.link.title": "Pereiti prie turinio",
|
||||
"source.link.title": "Eiti į saugyklą",
|
||||
"source.file.date.updated": "Paskutinis atnaujinimas",
|
||||
"select.language": "Pasirinkti kalbą",
|
||||
"select.version": "Pasrinkti versiją",
|
||||
"skip.link": "Pereiti prie turinio",
|
||||
"source.file.date.created": "Sukurta",
|
||||
"tabs.title": "Skirtukai",
|
||||
"toc.title": "Turinys",
|
||||
"top.title": "Grįžti į viršų"
|
||||
"source.file.date.updated": "Paskutinis atnaujinimas",
|
||||
"source.link": "Eiti į saugyklą",
|
||||
"tabs": "Skirtukai",
|
||||
"toc": "Turinys",
|
||||
"top": "Grįžti į viršų"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "lv",
|
||||
"clipboard.copy": "Kopēt starpliktuvē",
|
||||
"clipboard.copied": "Kopēts starpliktuvē",
|
||||
"edit.link.title": "Rediģēt šo lapu",
|
||||
"footer.previous": "Iepriekšējais",
|
||||
"edit.link": "Rediģēt šo lapu",
|
||||
"footer": "Kājene",
|
||||
"footer.next": "Nākamais",
|
||||
"footer.title": "Kājene",
|
||||
"header.title": "Galvene",
|
||||
"footer.previous": "Iepriekšējais",
|
||||
"header": "Galvene",
|
||||
"meta.comments": "Komentārs",
|
||||
"meta.source": "Avots",
|
||||
"nav.title": "Navigācija",
|
||||
"nav": "Navigācija",
|
||||
"search.placeholder": "Meklēt",
|
||||
"search.reset": "Notīrīt",
|
||||
"search.result.initializer": "Notiek meklēšanas inicializācija",
|
||||
@ -23,13 +23,13 @@
|
||||
"search.result.more.one": "1 šajā lapā",
|
||||
"search.result.more.other": "# un vairāk šajā lapā",
|
||||
"search.result.term.missing": "Trūkstošs",
|
||||
"select.language.title": "Izvēlies valodu",
|
||||
"select.version.title": "Izvēlies versiju",
|
||||
"skip.link.title": "Pāriet uz saturu",
|
||||
"source.link.title": "Doties uz repozitoriju",
|
||||
"source.file.date.updated": "Pēdējoreiz atjaunots",
|
||||
"select.language": "Izvēlies valodu",
|
||||
"select.version": "Izvēlies versiju",
|
||||
"skip.link": "Pāriet uz saturu",
|
||||
"source.file.date.created": "Izveidots",
|
||||
"tabs.title": "Cilnes",
|
||||
"toc.title": "Satura rādītājs",
|
||||
"top.title": "Atpakaļ uz augšu"
|
||||
"source.file.date.updated": "Pēdējoreiz atjaunots",
|
||||
"source.link": "Doties uz repozitoriju",
|
||||
"tabs": "Cilnes",
|
||||
"toc": "Satura rādītājs",
|
||||
"top": "Atpakaļ uz augšu"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "mk",
|
||||
"clipboard.copy": "Копирај во таблата",
|
||||
"clipboard.copied": "Копирано",
|
||||
"edit.link.title": "Уредете ја оваа страница",
|
||||
"footer.previous": "Претходно",
|
||||
"edit.link": "Уредете ја оваа страница",
|
||||
"footer": "Подножје",
|
||||
"footer.next": "Следно",
|
||||
"footer.title": "Подножје",
|
||||
"header.title": "Заглавје",
|
||||
"footer.previous": "Претходно",
|
||||
"header": "Заглавје",
|
||||
"meta.comments": "Коментари",
|
||||
"meta.source": "Извор",
|
||||
"nav.title": "Наслов за навигација",
|
||||
"nav": "Наслов за навигација",
|
||||
"search.config.lang": "ru",
|
||||
"search.placeholder": "Пребарување",
|
||||
"search.reset": "Чисти",
|
||||
@ -24,13 +24,13 @@
|
||||
"search.result.more.one": "Уште 1 на оваа страница",
|
||||
"search.result.more.other": "Уште # на оваа страница",
|
||||
"search.result.term.missing": "Недостасува",
|
||||
"select.language.title": "Изберете јазик",
|
||||
"select.version.title": "Изберете верзија",
|
||||
"skip.link.title": "Прескокнете до содржината",
|
||||
"source.link.title": "Одете до складиштето",
|
||||
"source.file.date.updated": "Последно ажурирање",
|
||||
"select.language": "Изберете јазик",
|
||||
"select.version": "Изберете верзија",
|
||||
"skip.link": "Прескокнете до содржината",
|
||||
"source.file.date.created": "Создаден",
|
||||
"tabs.title": "Јазичиња",
|
||||
"toc.title": "Содржина",
|
||||
"top.title": "Вратете се на почетокот"
|
||||
"source.file.date.updated": "Последно ажурирање",
|
||||
"source.link": "Одете до складиштето",
|
||||
"tabs": "Јазичиња",
|
||||
"toc": "Содржина",
|
||||
"top": "Вратете се на почетокот"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "mn",
|
||||
"clipboard.copy": "Хуулах",
|
||||
"clipboard.copied": "Санах ойд хуулах",
|
||||
"edit.link.title": "Хуудас засварлах",
|
||||
"footer.previous": "Өмнөх",
|
||||
"edit.link": "Хуудас засварлах",
|
||||
"footer": "Хөл",
|
||||
"footer.next": "Дараах",
|
||||
"footer.title": "Хөл",
|
||||
"header.title": "Толгой",
|
||||
"footer.previous": "Өмнөх",
|
||||
"header": "Толгой",
|
||||
"meta.comments": "Сэтгэгдэл",
|
||||
"meta.source": "Эх үүсвэр",
|
||||
"nav.title": "Чиглүүлэгч",
|
||||
"nav": "Чиглүүлэгч",
|
||||
"search.config.lang": "ru",
|
||||
"search.placeholder": "Хайлт",
|
||||
"search.reset": "Цэвэрлэх",
|
||||
@ -22,10 +22,10 @@
|
||||
"search.result.other": "# Тохирох баримт бичиг",
|
||||
"search.result.more.one": "1 илүү хуудас байна",
|
||||
"search.result.more.other": "# илүү хуудас байна",
|
||||
"skip.link.title": "Агуулгыг алгасах",
|
||||
"source.link.title": "Хадгалах сан руу очих",
|
||||
"source.file.date.updated": "Сүүлийн шинэчлэлт",
|
||||
"skip.link": "Агуулгыг алгасах",
|
||||
"source.file.date.created": "Үүсгэсэн",
|
||||
"tabs.title": "Табууд",
|
||||
"toc.title": "Агуулга"
|
||||
"source.file.date.updated": "Сүүлийн шинэчлэлт",
|
||||
"source.link": "Хадгалах сан руу очих",
|
||||
"tabs": "Табууд",
|
||||
"toc": "Агуулга"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "ms",
|
||||
"clipboard.copy": "Salin ke papan keratan",
|
||||
"clipboard.copied": "Disalin ke papan keratan",
|
||||
"edit.link.title": "Edit halaman ini",
|
||||
"footer.previous": "Sebelumnya",
|
||||
"edit.link": "Edit halaman ini",
|
||||
"footer": "Pengaki",
|
||||
"footer.next" : "Seterusnya",
|
||||
"footer.title": "Pengaki",
|
||||
"header.title": "Pengepala",
|
||||
"footer.previous": "Sebelumnya",
|
||||
"header": "Pengepala",
|
||||
"meta.comments": "Komen",
|
||||
"meta.source": "Sumber",
|
||||
"nav.title": "Navigasi",
|
||||
"nav": "Navigasi",
|
||||
"search.placeholder": "Cari",
|
||||
"search.reset": "Padam",
|
||||
"search.result.initializer": "Siap carian",
|
||||
@ -23,13 +23,13 @@
|
||||
"search.result.more.one": "1 lagi di halaman ini",
|
||||
"search.result.more.other": "# lagi di halaman ini",
|
||||
"search.result.term.missing": "Hilang",
|
||||
"select.language.title": "Pilih bahasa",
|
||||
"select.version.title": "Pilih versi",
|
||||
"skip.link.title": "Langkau tajuk talian",
|
||||
"source.link.title": "tajuk talian asal",
|
||||
"source.file.date.updated": "Tarikh fil dikemas kini",
|
||||
"select.language": "Pilih bahasa",
|
||||
"select.version": "Pilih versi",
|
||||
"skip.link": "Langkau tajuk talian",
|
||||
"source.file.date.created": "tarikh fil asal dicipta",
|
||||
"tabs.title": "Tab",
|
||||
"toc.title": "Jadual kandungan",
|
||||
"top.title": "Kembali ke atas"
|
||||
"source.file.date.updated": "Tarikh fil dikemas kini",
|
||||
"source.link": "tajuk talian asal",
|
||||
"tabs": "Tab",
|
||||
"toc": "Jadual kandungan",
|
||||
"top": "Kembali ke atas"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "my",
|
||||
"clipboard.copy": "ကလစ်ဘုတ် သို့ ကူးယူရန်",
|
||||
"clipboard.copied": "ကလစ်ဘုတ် သို့ ကူယူပြီး",
|
||||
"edit.link.title": "ဤ စာမျက်နှာကို ပြင်ရန်",
|
||||
"footer.previous": "နောက်သို့",
|
||||
"edit.link": "ဤ စာမျက်နှာကို ပြင်ရန်",
|
||||
"footer": "အောက်ခြေ",
|
||||
"footer.next": "ရှေ့သို့",
|
||||
"footer.title": "အောက်ခြေ",
|
||||
"header.title": "ခေါင်းပိုင်း",
|
||||
"footer.previous": "နောက်သို့",
|
||||
"header": "ခေါင်းပိုင်း",
|
||||
"meta.comments": "မှတ်ချက်များ",
|
||||
"meta.source": "ရင်းမြစ်",
|
||||
"nav.title": "လမ်းညွှန်",
|
||||
"nav": "လမ်းညွှန်",
|
||||
"search.config.pipeline": " ",
|
||||
"search.placeholder": "ရှာရန်",
|
||||
"search.reset": "ရှင်းလင်း",
|
||||
@ -20,10 +20,10 @@
|
||||
"search.result.none": "တူညီသော စာရွက်စာတမ်းများ မရှိပါ",
|
||||
"search.result.one": "စာရွက်စာတမ်း ၁ ခု တူညီသည်",
|
||||
"search.result.other": "စာရွက်စာတမ်း # ခု တူညီသည်",
|
||||
"skip.link.title": "မာတိကာ သို့ သွားရန်",
|
||||
"source.link.title": "repository သို့ သွားရန်",
|
||||
"source.file.date.updated": "နောက်ဆုံး ထုတ်ပြန်ချက်",
|
||||
"skip.link": "မာတိကာ သို့ သွားရန်",
|
||||
"source.file.date.created": "နေပြည်တော်",
|
||||
"tabs.title": "တက်များ",
|
||||
"toc.title": "ပါဝင်အကြောင်းအရာများ"
|
||||
"source.file.date.updated": "နောက်ဆုံး ထုတ်ပြန်ချက်",
|
||||
"source.link": "repository သို့ သွားရန်",
|
||||
"tabs": "တက်များ",
|
||||
"toc": "ပါဝင်အကြောင်းအရာများ"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "nl",
|
||||
"clipboard.copy": "Kopiëren naar klembord",
|
||||
"clipboard.copied": "Gekopieerd naar klembord",
|
||||
"edit.link.title": "Wijzig deze pagina",
|
||||
"footer.previous": "Vorige",
|
||||
"edit.link": "Wijzig deze pagina",
|
||||
"footer.next": "Volgende",
|
||||
"footer.previous": "Vorige",
|
||||
"meta.comments": "Reacties",
|
||||
"meta.source": "Bron",
|
||||
"search.config.lang": "nl",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "Geen overeenkomende documenten",
|
||||
"search.result.one": "1 overeenkomende document",
|
||||
"search.result.other": "# overeenkomende documenten",
|
||||
"skip.link.title": "Ga naar inhoud",
|
||||
"source.link.title": "Ga naar repository",
|
||||
"source.file.date.updated": "Laatst geüpdatet",
|
||||
"skip.link": "Ga naar inhoud",
|
||||
"source.file.date.created": "Gecreëerd",
|
||||
"toc.title": "Inhoudsopgave"
|
||||
"source.file.date.updated": "Laatst geüpdatet",
|
||||
"source.link": "Ga naar repository",
|
||||
"toc": "Inhoudsopgave"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "nn",
|
||||
"clipboard.copy": "Kopier til utklippstavla",
|
||||
"clipboard.copied": "Kopiert til utklippstavla",
|
||||
"edit.link.title": "Rediger denne sida",
|
||||
"footer.previous": "Førre",
|
||||
"edit.link": "Rediger denne sida",
|
||||
"footer.next": "Neste",
|
||||
"footer.previous": "Førre",
|
||||
"meta.comments": "Kommentarar",
|
||||
"meta.source": "Kjelde",
|
||||
"search.config.lang": "no",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "Ingen treff",
|
||||
"search.result.one": "1 treff",
|
||||
"search.result.other": "# treff",
|
||||
"skip.link.title": "Gå til innhald",
|
||||
"source.link.title": "Gå til kjelde",
|
||||
"source.file.date.updated": "Siste oppdatering",
|
||||
"skip.link": "Gå til innhald",
|
||||
"source.file.date.created": "Laget",
|
||||
"toc.title": "Innhaldsliste"
|
||||
"source.file.date.updated": "Siste oppdatering",
|
||||
"source.link": "Gå til kjelde",
|
||||
"toc": "Innhaldsliste"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "no",
|
||||
"clipboard.copy": "Kopier til utklippstavlen",
|
||||
"clipboard.copied": "Kopiert til utklippstavlen",
|
||||
"edit.link.title": "Rediger denne siden",
|
||||
"footer.previous": "Forrige",
|
||||
"edit.link": "Rediger denne siden",
|
||||
"footer.next": "Neste",
|
||||
"footer.previous": "Forrige",
|
||||
"meta.comments": "Kommentarer",
|
||||
"meta.source": "Kilde",
|
||||
"search.config.lang": "no",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "Ingen treff",
|
||||
"search.result.one": "1 treff",
|
||||
"search.result.other": "# treff",
|
||||
"skip.link.title": "Gå til innhold",
|
||||
"source.link.title": "Gå til kilde",
|
||||
"source.file.date.updated": "Siste oppdatering",
|
||||
"skip.link": "Gå til innhold",
|
||||
"source.file.date.created": "Created",
|
||||
"toc.title": "Innholdsfortegnelse"
|
||||
"source.file.date.updated": "Siste oppdatering",
|
||||
"source.link": "Gå til kilde",
|
||||
"toc": "Innholdsfortegnelse"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,15 +5,15 @@
|
||||
"language": "pl",
|
||||
"clipboard.copy": "Kopiuj do schowka",
|
||||
"clipboard.copied": "Skopiowane",
|
||||
"edit.link.title": "Edytuj tę stronę",
|
||||
"footer.previous": "Poprzednia strona",
|
||||
"edit.link": "Edytuj tę stronę",
|
||||
"footer": "Stopka",
|
||||
"footer.next": "Następna strona",
|
||||
"footer.title": "Stopka",
|
||||
"header.title": "Nagłówek",
|
||||
"footer.previous": "Poprzednia strona",
|
||||
"header": "Nagłówek",
|
||||
"meta.comments": "Komentarze",
|
||||
"meta.source": "Kod źródłowy",
|
||||
"search.config.pipeline": " ",
|
||||
"nav.title": "Nawigacja",
|
||||
"nav": "Nawigacja",
|
||||
"search.placeholder": "Szukaj",
|
||||
"search.reset": "Wyczyść",
|
||||
"search.result.initializer": "Inicjowanie wyszukiwania",
|
||||
@ -24,10 +24,10 @@
|
||||
"search.result.more.one": "1 więcej na tej stronie",
|
||||
"search.result.more.other": "# więcej na tej stronie",
|
||||
"search.result.term.missing": "Brak",
|
||||
"skip.link.title": "Przejdź do treści",
|
||||
"source.link.title": "Idź do repozytorium",
|
||||
"source.file.date.updated": "Ostatnia aktualizacja",
|
||||
"skip.link": "Przejdź do treści",
|
||||
"source.file.date.created": "Utworzony",
|
||||
"tabs.title": "Zakładki",
|
||||
"toc.title": "Spis treści"
|
||||
"source.file.date.updated": "Ostatnia aktualizacja",
|
||||
"source.link": "Idź do repozytorium",
|
||||
"tabs": "Zakładki",
|
||||
"toc": "Spis treści"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,16 +5,17 @@
|
||||
"language": "pt",
|
||||
"clipboard.copy": "Copiar para área de Transferência",
|
||||
"clipboard.copied": "Copiado para área de Transferência",
|
||||
"edit.link.title": "Editar esta página",
|
||||
"footer.previous": "Anterior",
|
||||
"edit.link": "Editar esta página",
|
||||
"footer": "Rodapé",
|
||||
"footer.next": "Próximo",
|
||||
"footer.title": "Rodapé",
|
||||
"header.title": "Cabeçalho",
|
||||
"footer.previous": "Anterior",
|
||||
"header": "Cabeçalho",
|
||||
"meta.comments": "Comentários",
|
||||
"meta.source": "Origem",
|
||||
"nav.title": "Navegação",
|
||||
"nav": "Navegação",
|
||||
"search.config.lang": "pt",
|
||||
"search.placeholder": "Buscar",
|
||||
"search": "Pesquisar",
|
||||
"search.reset": "Limpar",
|
||||
"search.result.initializer": "Inicializando busca",
|
||||
"search.result.placeholder": "Digite para iniciar a busca",
|
||||
@ -24,14 +25,13 @@
|
||||
"search.result.more.one": "1 more on this page",
|
||||
"search.result.more.other": "# more on this page",
|
||||
"search.result.term.missing": "Perdido",
|
||||
"search.title": "Pesquisar",
|
||||
"select.language.title": "Selecione a linguagem",
|
||||
"select.version.title": "Selecione a versão",
|
||||
"skip.link.title": "Pular para conteúdo",
|
||||
"source.link.title": "Ir para repositório",
|
||||
"source.file.date.updated": "Ultima atualização",
|
||||
"select.language": "Selecione a linguagem",
|
||||
"select.version": "Selecione a versão",
|
||||
"skip.link": "Pular para conteúdo",
|
||||
"source.file.date.created": "Criado em",
|
||||
"tabs.title": "Abas",
|
||||
"toc.title": "Indice",
|
||||
"top.title": "Voltar para o topo"
|
||||
"source.file.date.updated": "Ultima atualização",
|
||||
"source.link": "Ir para repositório",
|
||||
"tabs": "Abas",
|
||||
"toc": "Indice",
|
||||
"top": "Voltar para o topo"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,15 @@
|
||||
"language": "pt",
|
||||
"clipboard.copy": "Copiar para área de transferência",
|
||||
"clipboard.copied": "Copiado para área de transferência",
|
||||
"edit.link.title": "Editar esta página",
|
||||
"footer.previous": "Anterior",
|
||||
"edit.link": "Editar esta página",
|
||||
"footer": "Rodapé",
|
||||
"footer.next": "Próximo",
|
||||
"footer.title": "Rodapé",
|
||||
"header.title": "Cabeçalho",
|
||||
"footer.previous": "Anterior",
|
||||
"header": "Cabeçalho",
|
||||
"meta.comments": "Comentários",
|
||||
"meta.source": "Fonte",
|
||||
"nav.title": "Navegação",
|
||||
"nav": "Navegação",
|
||||
"search": "Pesquisar",
|
||||
"search.config.lang": "pt",
|
||||
"search.placeholder": "Buscar",
|
||||
"search.share": "Compartilhar",
|
||||
@ -25,14 +26,13 @@
|
||||
"search.result.more.one": "Mais 1 nesta página",
|
||||
"search.result.more.other": "Mais # nesta página",
|
||||
"search.result.term.missing": "Ausente",
|
||||
"search.title": "Pesquisar",
|
||||
"select.language.title": "Selecione o idioma",
|
||||
"select.version.title": "Selecione a versão",
|
||||
"skip.link.title": "Ir para o conteúdo",
|
||||
"source.link.title": "Ir ao repositório",
|
||||
"source.file.date.updated": "Última atualização",
|
||||
"select.language": "Selecione o idioma",
|
||||
"select.version": "Selecione a versão",
|
||||
"skip.link": "Ir para o conteúdo",
|
||||
"source.file.date.created": "Criada",
|
||||
"tabs.title": "Abas",
|
||||
"toc.title": "Índice",
|
||||
"top.title": "Voltar ao topo"
|
||||
"source.file.date.updated": "Última atualização",
|
||||
"source.link": "Ir ao repositório",
|
||||
"tabs": "Abas",
|
||||
"toc": "Índice",
|
||||
"top": "Voltar ao topo"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "ro",
|
||||
"clipboard.copy": "Copiază în clipboard",
|
||||
"clipboard.copied": "Copiat în clipboard",
|
||||
"edit.link.title": "Editeaza această pagină",
|
||||
"footer.previous": "Anterior",
|
||||
"edit.link": "Editeaza această pagină",
|
||||
"footer.next": "Următor",
|
||||
"footer.previous": "Anterior",
|
||||
"meta.comments": "Comentarii",
|
||||
"meta.source": "Sursă",
|
||||
"search.config.lang": "ro",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "Nu a fost găsit niciun document",
|
||||
"search.result.one": "1 document găsit",
|
||||
"search.result.other": "# documente găsite",
|
||||
"skip.link.title": "Sari la conținut",
|
||||
"source.link.title": "Accesează repository-ul",
|
||||
"source.file.date.updated": "Ultima actualizare",
|
||||
"skip.link": "Sari la conținut",
|
||||
"source.file.date.created": "Creată",
|
||||
"toc.title": "Cuprins"
|
||||
"source.file.date.updated": "Ultima actualizare",
|
||||
"source.link": "Accesează repository-ul",
|
||||
"toc": "Cuprins"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,15 @@
|
||||
"language": "ru",
|
||||
"clipboard.copy": "Копировать в буфер",
|
||||
"clipboard.copied": "Скопировано в буфер",
|
||||
"edit.link.title": "Редактировать страницу",
|
||||
"footer.previous": "Назад",
|
||||
"edit.link": "Редактировать страницу",
|
||||
"footer": "Нижний колонтитул",
|
||||
"footer.next": "Вперед",
|
||||
"footer.title": "Нижний колонтитул",
|
||||
"header.title": "Верхний колонтитул",
|
||||
"footer.previous": "Назад",
|
||||
"header": "Верхний колонтитул",
|
||||
"meta.comments": "Комментарии",
|
||||
"meta.source": "Исходный код",
|
||||
"nav.title": "Навигация",
|
||||
"nav": "Навигация",
|
||||
"search": "Поиск",
|
||||
"search.config.lang": "ru",
|
||||
"search.placeholder": "Поиск",
|
||||
"search.share": "Поделиться",
|
||||
@ -25,14 +26,13 @@
|
||||
"search.result.more.one": "Ещё 1 на этой странице",
|
||||
"search.result.more.other": "Ещё # на этой странице",
|
||||
"search.result.term.missing": "Отсутствует",
|
||||
"search.title": "Поиск",
|
||||
"select.language.title": "Выберите язык",
|
||||
"select.version.title": "Выберите версию",
|
||||
"skip.link.title": "Перейти к содержанию",
|
||||
"source.link.title": "Перейти к репозиторию",
|
||||
"source.file.date.updated": "Последнее обновление",
|
||||
"select.language": "Выберите язык",
|
||||
"select.version": "Выберите версию",
|
||||
"skip.link": "Перейти к содержанию",
|
||||
"source.file.date.created": "Дата создания",
|
||||
"tabs.title": "Вкладки",
|
||||
"toc.title": "Содержание раздела",
|
||||
"top.title": "К началу"
|
||||
"source.file.date.updated": "Последнее обновление",
|
||||
"source.link": "Перейти к репозиторию",
|
||||
"tabs": "Вкладки",
|
||||
"toc": "Содержание раздела",
|
||||
"top": "К началу"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,15 @@
|
||||
"language": "sh",
|
||||
"clipboard.copy": "Kopiraj u klipbord",
|
||||
"clipboard.copied": "Iskopirano u klipbord",
|
||||
"edit.link.title": "Ažuriraj stranicu",
|
||||
"footer.previous": "Prethodno",
|
||||
"edit.link": "Ažuriraj stranicu",
|
||||
"footer": "Podnožje",
|
||||
"footer.next": "Sledeće",
|
||||
"footer.title": "Podnožje",
|
||||
"header.title": "Zaglavlje",
|
||||
"footer.previous": "Prethodno",
|
||||
"header": "Zaglavlje",
|
||||
"meta.comments": "Komentari",
|
||||
"meta.source": "Izvor",
|
||||
"nav.title": "Navigacija",
|
||||
"nav": "Navigacija",
|
||||
"search": "Pretraga",
|
||||
"search.placeholder": "Pretraga",
|
||||
"search.share": "Deljenje",
|
||||
"search.reset": "Očisti",
|
||||
@ -24,14 +25,13 @@
|
||||
"search.result.more.one": "još 1 na ovoj strani",
|
||||
"search.result.more.other": "još # na ovoj strani",
|
||||
"search.result.term.missing": "Nedostaje",
|
||||
"search.title": "Pretraga",
|
||||
"select.language.title": "Izaberi jezik",
|
||||
"select.version.title": "Izaberi verziju",
|
||||
"skip.link.title": "Idi na tekst",
|
||||
"source.link.title": "Idi u repozitorijum",
|
||||
"source.file.date.updated": "Ažuriran",
|
||||
"select.language": "Izaberi jezik",
|
||||
"select.version": "Izaberi verziju",
|
||||
"skip.link": "Idi na tekst",
|
||||
"source.file.date.created": "Kreiran",
|
||||
"tabs.title": "Tabovi",
|
||||
"toc.title": "Sadržaj",
|
||||
"top.title": "Nazad na vrh"
|
||||
"source.file.date.updated": "Ažuriran",
|
||||
"source.link": "Idi u repozitorijum",
|
||||
"tabs": "Tabovi",
|
||||
"toc": "Sadržaj",
|
||||
"top": "Nazad na vrh"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,14 @@
|
||||
"language": "si",
|
||||
"clipboard.copy": "කොපි කරන්න",
|
||||
"clipboard.copied": "කොපි කළා",
|
||||
"edit.link.title": "පිටුව සංස්කරණය",
|
||||
"footer.previous": "පසුගිය",
|
||||
"edit.link": "පිටුව සංස්කරණය",
|
||||
"footer": "පාදම",
|
||||
"footer.next": "මීළඟ",
|
||||
"footer.title": "පාදම",
|
||||
"header.title": "ශීර්ෂය",
|
||||
"footer.previous": "පසුගිය",
|
||||
"header": "ශීර්ෂය",
|
||||
"meta.comments": "ප්රතිචාර",
|
||||
"meta.source": "මූලාශ්රය",
|
||||
"nav.title": "යාත්රණය",
|
||||
"nav": "යාත්රණය",
|
||||
"search.config.pipeline": " ",
|
||||
"search.placeholder": "සොයන්න",
|
||||
"search.reset": "මකන්න",
|
||||
@ -22,10 +22,10 @@
|
||||
"search.result.other": "ගැලපෙන ගොනු # ක්",
|
||||
"search.result.more.one": "තව 1 ප්රතිඵලයක්",
|
||||
"search.result.more.other": "තව ප්රතිඵල # ක්",
|
||||
"skip.link.title": "අන්තර්ගතය වෙත යන්න",
|
||||
"source.link.title": "රිපොසිටරියට යන්න",
|
||||
"source.file.date.updated": "අවසන් යාවත්කාලීන වීම",
|
||||
"skip.link": "අන්තර්ගතය වෙත යන්න",
|
||||
"source.file.date.created": "ٺاھيو ويو",
|
||||
"tabs.title": "ටැබ්ස්",
|
||||
"toc.title": "පටුන"
|
||||
"source.file.date.updated": "අවසන් යාවත්කාලීන වීම",
|
||||
"source.link": "රිපොසිටරියට යන්න",
|
||||
"tabs": "ටැබ්ස්",
|
||||
"toc": "පටුන"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "sk",
|
||||
"clipboard.copy": "Kopírovať do schránky",
|
||||
"clipboard.copied": "Skopírované do schránky",
|
||||
"edit.link.title": "Upraviť túto stránku",
|
||||
"footer.previous": "Späť",
|
||||
"edit.link": "Upraviť túto stránku",
|
||||
"footer.next": "Ďalej",
|
||||
"footer.previous": "Späť",
|
||||
"meta.comments": "Komentáre",
|
||||
"meta.source": "Zdroj",
|
||||
"search.placeholder": "Hľadať",
|
||||
@ -15,9 +15,9 @@
|
||||
"search.result.none": "Žiadne vyhovujúce dokumenty",
|
||||
"search.result.one": "Vyhovujúci dokument: 1",
|
||||
"search.result.other": "Vyhovujúce dokumenty: #",
|
||||
"skip.link.title": "Preskočiť na obsah",
|
||||
"source.link.title": "Zobraziť repozitár",
|
||||
"source.file.date.updated": "Posledná aktualizácia",
|
||||
"skip.link": "Preskočiť na obsah",
|
||||
"source.file.date.created": "Vytvorené",
|
||||
"toc.title": "Obsah"
|
||||
"source.file.date.updated": "Posledná aktualizácia",
|
||||
"source.link": "Zobraziť repozitár",
|
||||
"toc": "Obsah"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -9,14 +9,15 @@
|
||||
"consent.accept": "Sprejmi",
|
||||
"consent.manage": "Uredi nastavitve",
|
||||
"consent.reject": "Zavrni",
|
||||
"edit.link.title": "Uredi stran",
|
||||
"footer.previous": "Prejšnja stran",
|
||||
"edit.link": "Uredi stran",
|
||||
"footer": "Glava",
|
||||
"footer.next": "Naslednja stran",
|
||||
"footer.title": "Glava",
|
||||
"header.title": "Noga",
|
||||
"footer.previous": "Prejšnja stran",
|
||||
"header": "Noga",
|
||||
"meta.comments": "Komentarji",
|
||||
"meta.source": "Izvorna koda",
|
||||
"nav.title": "Navigacija",
|
||||
"nav": "Navigacija",
|
||||
"search": "Iskanje",
|
||||
"search.config.lang": "sl",
|
||||
"search.placeholder": "Išči",
|
||||
"search.share": "Deli",
|
||||
@ -29,14 +30,13 @@
|
||||
"search.result.more.one": "Še 1 na tej strani",
|
||||
"search.result.more.other": "Še # na tej strani",
|
||||
"search.result.term.missing": "Manjka",
|
||||
"search.title": "Iskanje",
|
||||
"select.language.title": "Izberi jezik",
|
||||
"select.version.title": "Izberi različico",
|
||||
"skip.link.title": "Skoči na vsebino",
|
||||
"source.link.title": "Pojdi na repozitorij",
|
||||
"source.file.date.updated": "Zadnja posodobitev",
|
||||
"select.language": "Izberi jezik",
|
||||
"select.version": "Izberi različico",
|
||||
"skip.link": "Skoči na vsebino",
|
||||
"source.file.date.created": "Ustvarjeno",
|
||||
"tabs.title": "Zavihki",
|
||||
"toc.title": "Kazalo",
|
||||
"top.title": "Nazaj na vrh"
|
||||
"source.file.date.updated": "Zadnja posodobitev",
|
||||
"source.link": "Pojdi na repozitorij",
|
||||
"tabs": "Zavihki",
|
||||
"toc": "Kazalo",
|
||||
"top": "Nazaj na vrh"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,15 @@
|
||||
"language": "sr",
|
||||
"clipboard.copy": "Копирај у клипборд",
|
||||
"clipboard.copied": "Ископирано у клипборд",
|
||||
"edit.link.title": "Ажурирај страницу",
|
||||
"footer.previous": "Претходно",
|
||||
"edit.link": "Ажурирај страницу",
|
||||
"footer": "Подножје",
|
||||
"footer.next": "Следеће",
|
||||
"footer.title": "Подножје",
|
||||
"header.title": "Заглавље",
|
||||
"footer.previous": "Претходно",
|
||||
"header": "Заглавље",
|
||||
"meta.comments": "Коментари",
|
||||
"meta.source": "Извор",
|
||||
"nav.title": "Навигација",
|
||||
"nav": "Навигација",
|
||||
"search": "Претрага",
|
||||
"search.placeholder": "Претрага",
|
||||
"search.share": "Дељење",
|
||||
"search.reset": "Очисти",
|
||||
@ -24,14 +25,13 @@
|
||||
"search.result.more.one": "још 1 на овој страни",
|
||||
"search.result.more.other": "још # на овој страни",
|
||||
"search.result.term.missing": "Недостаје",
|
||||
"search.title": "Претрага",
|
||||
"select.language.title": "Изабери језик",
|
||||
"select.version.title": "Изабери верзију",
|
||||
"skip.link.title": "Иди на текст",
|
||||
"source.link.title": "Иди у репозиторијум",
|
||||
"source.file.date.updated": "Ажуриран",
|
||||
"select.language": "Изабери језик",
|
||||
"select.version": "Изабери верзију",
|
||||
"skip.link": "Иди на текст",
|
||||
"source.file.date.created": "Креиран",
|
||||
"tabs.title": "Табови",
|
||||
"toc.title": "Садржај",
|
||||
"top.title": "Назад на врх"
|
||||
"source.file.date.updated": "Ажуриран",
|
||||
"source.link": "Иди у репозиторијум",
|
||||
"tabs": "Табови",
|
||||
"toc": "Садржај",
|
||||
"top": "Назад на врх"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -7,14 +7,15 @@
|
||||
"clipboard.copied": "Kopierat till urklipp",
|
||||
"consent.accept": "Acceptera",
|
||||
"consent.manage": "Hantera inställningar",
|
||||
"edit.link.title": "Redigera sidan",
|
||||
"footer.previous": "Föregående",
|
||||
"edit.link": "Redigera sidan",
|
||||
"footer": "Sidfot",
|
||||
"footer.next": "Nästa",
|
||||
"footer.title": "Sidfot",
|
||||
"header.title": "Sidhuvud",
|
||||
"footer.previous": "Föregående",
|
||||
"header": "Sidhuvud",
|
||||
"meta.comments": "Kommentarer",
|
||||
"meta.source": "Källa",
|
||||
"nav.title": "Navigation",
|
||||
"nav": "Navigation",
|
||||
"search": "Sök",
|
||||
"search.config.lang": "sv",
|
||||
"search.placeholder": "Sök",
|
||||
"search.share": "Dela",
|
||||
@ -27,14 +28,13 @@
|
||||
"search.result.more.one": "1 till på denna sidan",
|
||||
"search.result.more.other": "# till på denna sidan",
|
||||
"search.result.term.missing": "Saknas",
|
||||
"search.title": "Sök",
|
||||
"select.language.title": "Välj språk",
|
||||
"select.version.title": "Välj version",
|
||||
"skip.link.title": "Gå till innehållet",
|
||||
"source.link.title": "Gå till datakatalog",
|
||||
"source.file.date.updated": "Senaste uppdaterad",
|
||||
"select.language": "Välj språk",
|
||||
"select.version": "Välj version",
|
||||
"skip.link": "Gå till innehållet",
|
||||
"source.file.date.created": "Skapad",
|
||||
"tabs.title": "Flikar",
|
||||
"toc.title": "Innehållsförteckning",
|
||||
"top.title": "Tillbaka till toppen"
|
||||
"source.file.date.updated": "Senaste uppdaterad",
|
||||
"source.link": "Gå till datakatalog",
|
||||
"tabs": "Flikar",
|
||||
"toc": "Innehållsförteckning",
|
||||
"top": "Tillbaka till toppen"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "th",
|
||||
"clipboard.copy": "คัดลอก",
|
||||
"clipboard.copied": "คัดลอกแล้ว",
|
||||
"edit.link.title": "แก้ไขหน้านี้",
|
||||
"footer.previous": "ก่อนหน้า",
|
||||
"edit.link": "แก้ไขหน้านี้",
|
||||
"footer.next": "ต่อไป",
|
||||
"footer.previous": "ก่อนหน้า",
|
||||
"meta.comments": "ความคิดเห็น",
|
||||
"meta.source": "แหล่งที่มา",
|
||||
"search.config.lang": "th",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "ไม่พบเอกสารที่ตรงกัน",
|
||||
"search.result.one": "พบเอกสารที่ตรงกัน",
|
||||
"search.result.other": "พบ # เอกสารที่ตรงกัน",
|
||||
"skip.link.title": "ข้ามไปที่เนื้อหา",
|
||||
"source.link.title": "ไปที่ Repository",
|
||||
"source.file.date.updated": "สร้าง",
|
||||
"skip.link": "ข้ามไปที่เนื้อหา",
|
||||
"source.file.date.created": "สร้าง",
|
||||
"toc.title": "สารบัญ"
|
||||
"source.file.date.updated": "สร้าง",
|
||||
"source.link": "ไปที่ Repository",
|
||||
"toc": "สารบัญ"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,15 @@
|
||||
"language": "tl",
|
||||
"clipboard.copy": "Kopyahin sa clipboard",
|
||||
"clipboard.copied": "Nakopya mula sa clipboard",
|
||||
"edit.link.title": "I-edit ang pahinang ito",
|
||||
"footer.previous": "Nakaraan",
|
||||
"edit.link": "I-edit ang pahinang ito",
|
||||
"footer": "Lagdang Pangwakas",
|
||||
"footer.next": "Susunod",
|
||||
"footer.title": "Lagdang Pangwakas",
|
||||
"header.title": "Pamuhatan",
|
||||
"footer.previous": "Nakaraan",
|
||||
"header": "Pamuhatan",
|
||||
"meta.comments": "Mga Komento",
|
||||
"meta.source": "Pinagmulan",
|
||||
"nav.title": "Nabigasyon",
|
||||
"nav": "Nabigasyon",
|
||||
"search": "Hanapin",
|
||||
"search.placeholder": "Hanapin",
|
||||
"search.share": "Ibahagi",
|
||||
"search.reset": "Tanggalin",
|
||||
@ -24,14 +25,13 @@
|
||||
"search.result.more.one": "1 meron sa pahina na ito",
|
||||
"search.result.more.other": "# meron sa pahina na ito",
|
||||
"search.result.term.missing": "Nawawala",
|
||||
"search.title": "Hanapin",
|
||||
"select.language.title": "Pumili ng lenguwahe",
|
||||
"select.version.title": "Pumili ng bersyon",
|
||||
"skip.link.title": "I-skip tungo sa nilalaman",
|
||||
"source.link.title": "Pumunta sa repository",
|
||||
"source.file.date.updated": "Huling update",
|
||||
"select.language": "Pumili ng lenguwahe",
|
||||
"select.version": "Pumili ng bersyon",
|
||||
"skip.link": "I-skip tungo sa nilalaman",
|
||||
"source.file.date.created": "Nagawa",
|
||||
"tabs.title": "Mga tala",
|
||||
"toc.title": "Talaan ng nilalaman",
|
||||
"top.title": "Bumalik sa taas"
|
||||
"source.file.date.updated": "Huling update",
|
||||
"source.link": "Pumunta sa repository",
|
||||
"tabs": "Mga tala",
|
||||
"toc": "Talaan ng nilalaman",
|
||||
"top": "Bumalik sa taas"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "tr",
|
||||
"clipboard.copy": "Kopyala",
|
||||
"clipboard.copied": "Kopyalandı",
|
||||
"edit.link.title": "Düzenle",
|
||||
"footer.previous": "Önceki",
|
||||
"edit.link": "Düzenle",
|
||||
"footer.next": "Sonraki",
|
||||
"footer.previous": "Önceki",
|
||||
"meta.comments": "Yorumlar",
|
||||
"meta.source": "Kaynak",
|
||||
"search.config.lang": "tr",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "Eşleşen doküman bulunamadı",
|
||||
"search.result.one": "1 doküman bulundu",
|
||||
"search.result.other": "# doküman bulundu",
|
||||
"skip.link.title": "Ana içeriğe geç",
|
||||
"source.link.title": "Depoya git",
|
||||
"source.file.date.updated": "Son Güncelleme",
|
||||
"skip.link": "Ana içeriğe geç",
|
||||
"source.file.date.created": "Oluşturuldu",
|
||||
"toc.title": "İçindekiler"
|
||||
"source.file.date.updated": "Son Güncelleme",
|
||||
"source.link": "Depoya git",
|
||||
"toc": "İçindekiler"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "uk",
|
||||
"clipboard.copy": "Скопіювати в буфер",
|
||||
"clipboard.copied": "Скопійовано в буфер",
|
||||
"edit.link.title": "Редагувати сторінку",
|
||||
"footer.previous": "Назад",
|
||||
"edit.link": "Редагувати сторінку",
|
||||
"footer.next": "Вперед",
|
||||
"footer.previous": "Назад",
|
||||
"meta.comments": "Коментарі",
|
||||
"meta.source": "Вихідний код",
|
||||
"search.config.lang": "ru",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "Збігів не знайдено",
|
||||
"search.result.one": "Знайдено 1 збіг",
|
||||
"search.result.other": "Знайдено # збігів",
|
||||
"skip.link.title": "Перейти до змісту",
|
||||
"source.link.title": "Перейти до репозиторію",
|
||||
"source.file.date.updated": "Останнє оновлення",
|
||||
"skip.link": "Перейти до змісту",
|
||||
"source.file.date.created": "Створено",
|
||||
"toc.title": "Зміст"
|
||||
"source.file.date.updated": "Останнє оновлення",
|
||||
"source.link": "Перейти до репозиторію",
|
||||
"toc": "Зміст"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -6,14 +6,15 @@
|
||||
"direction": "rtl",
|
||||
"clipboard.copy": "کلِپ بورڈ میں نقل کریں",
|
||||
"clipboard.copied": "کلِپ بورڈ میں نقل کر دیا گیا",
|
||||
"edit.link.title": "اس صفحے میں ترمیم کریں",
|
||||
"footer.previous": "پچھلا",
|
||||
"edit.link": "اس صفحے میں ترمیم کریں",
|
||||
"footer": "ذیلی تحریر",
|
||||
"footer.next": "اگلا",
|
||||
"footer.title": "ذیلی تحریر",
|
||||
"header.title": "سر تحریر",
|
||||
"footer.previous": "پچھلا",
|
||||
"header": "سر تحریر",
|
||||
"meta.comments": "تبصرے",
|
||||
"meta.source": "ذریعہ",
|
||||
"nav.title": "رہنمائی",
|
||||
"nav": "رہنمائی",
|
||||
"search": "تلاش",
|
||||
"search.config.pipeline": " ",
|
||||
"search.placeholder": "تلاش کریں",
|
||||
"search.share": "اشتراک کریں",
|
||||
@ -26,14 +27,13 @@
|
||||
"search.result.more.one": "اِس صفحے پر مزید ۱",
|
||||
"search.result.more.other": "اِس صفحے پر مزید #",
|
||||
"search.result.term.missing": "گمشدہ",
|
||||
"search.title": "تلاش",
|
||||
"select.language.title": "زبان کا انتخاب کریں",
|
||||
"select.version.title": "ورژن کا انتخاب کریں",
|
||||
"skip.link.title": "براہِ راست مواد پر جائیں",
|
||||
"source.link.title": "ریپازٹری پر جائیں",
|
||||
"source.file.date.updated": "آخری بار تجدید",
|
||||
"select.language": "زبان کا انتخاب کریں",
|
||||
"select.version": "ورژن کا انتخاب کریں",
|
||||
"skip.link": "براہِ راست مواد پر جائیں",
|
||||
"source.file.date.created": "تخلیق",
|
||||
"tabs.title": "ٹیبز",
|
||||
"toc.title": "فہرست",
|
||||
"top.title": "واپس اوپر جائیں"
|
||||
"source.file.date.updated": "آخری بار تجدید",
|
||||
"source.link": "ریپازٹری پر جائیں",
|
||||
"tabs": "ٹیبز",
|
||||
"toc": "فہرست",
|
||||
"top": "واپس اوپر جائیں"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,14 +5,15 @@
|
||||
"language": "uz",
|
||||
"clipboard.copy": "Buferga nusxalash",
|
||||
"clipboard.copied": "Buferga nusxalandi",
|
||||
"edit.link.title": "Ushbu sahifani tahrirlash",
|
||||
"footer.previous": "Oldingi sahifa",
|
||||
"edit.link": "Ushbu sahifani tahrirlash",
|
||||
"footer": "Pastgi qism",
|
||||
"footer.next": "Keyingi sahifa",
|
||||
"footer.title": "Pastgi qism",
|
||||
"header.title": "Sarlavha",
|
||||
"footer.previous": "Oldingi sahifa",
|
||||
"header": "Sarlavha",
|
||||
"meta.comments": "Izohlar",
|
||||
"meta.source": "Manba",
|
||||
"nav.title": "Navigatsiya",
|
||||
"nav": "Navigatsiya",
|
||||
"search": "Qidirish",
|
||||
"search.config.lang": "tr",
|
||||
"search.placeholder": "Qidirish",
|
||||
"search.share": "Ulashish",
|
||||
@ -25,14 +26,13 @@
|
||||
"search.result.more.one": "Ushbu sahifada yana 1 ta natija",
|
||||
"search.result.more.other": "Bu sahifada yana # ta natija",
|
||||
"search.result.term.missing": "To'ldirilmagan",
|
||||
"search.title": "Qidirish",
|
||||
"select.language.title": "Tilni tanlang",
|
||||
"select.version.title": "Versiyani tanlang",
|
||||
"skip.link.title": "Tarkibga o'tish",
|
||||
"source.link.title": "Repozitoriyga o'tish",
|
||||
"source.file.date.updated": "Oxirgi yangilanish",
|
||||
"select.language": "Tilni tanlang",
|
||||
"select.version": "Versiyani tanlang",
|
||||
"skip.link": "Tarkibga o'tish",
|
||||
"source.file.date.created": "Yaratildi",
|
||||
"tabs.title": "Yorliqlar",
|
||||
"toc.title": "Mundarija",
|
||||
"top.title": "Yuqoriga qaytish"
|
||||
"source.file.date.updated": "Oxirgi yangilanish",
|
||||
"source.link": "Repozitoriyga o'tish",
|
||||
"tabs": "Yorliqlar",
|
||||
"toc": "Mundarija",
|
||||
"top": "Yuqoriga qaytish"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "vi",
|
||||
"clipboard.copy": "Sao chép vào bộ nhớ",
|
||||
"clipboard.copied": "Sao chép xong",
|
||||
"edit.link.title": "Chỉnh sửa",
|
||||
"footer.previous": "Trước",
|
||||
"edit.link": "Chỉnh sửa",
|
||||
"footer.next": "Sau",
|
||||
"footer.previous": "Trước",
|
||||
"meta.comments": "Bình luận",
|
||||
"meta.source": "Mã nguồn",
|
||||
"search.config.lang": "vi",
|
||||
@ -16,9 +16,9 @@
|
||||
"search.result.none": "Không tìm thấy tài liệu liên quan",
|
||||
"search.result.one": "1 tài liệu liên quan",
|
||||
"search.result.other": "# tài liệu liên quan",
|
||||
"skip.link.title": "Vào thẳng nội dung",
|
||||
"source.link.title": "Đến kho lưu trữ mã nguồn",
|
||||
"source.file.date.updated": "Cập nhật cuối cùng",
|
||||
"skip.link": "Vào thẳng nội dung",
|
||||
"source.file.date.created": "Tạo",
|
||||
"toc.title": "Mục lục"
|
||||
"source.file.date.updated": "Cập nhật cuối cùng",
|
||||
"source.link": "Đến kho lưu trữ mã nguồn",
|
||||
"toc": "Mục lục"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -5,9 +5,9 @@
|
||||
"language": "zh-Hant",
|
||||
"clipboard.copy": "拷貝",
|
||||
"clipboard.copied": "已拷貝",
|
||||
"edit.link.title": "編輯此頁",
|
||||
"footer.previous": "上一頁",
|
||||
"edit.link": "編輯此頁",
|
||||
"footer.next": "下一頁",
|
||||
"footer.previous": "上一頁",
|
||||
"meta.comments": "評論",
|
||||
"meta.source": "來源",
|
||||
"search.config.lang": "ja",
|
||||
@ -19,9 +19,9 @@
|
||||
"search.result.none": "沒有找到符合條件的結果",
|
||||
"search.result.one": "找到 1 个符合條件的結果",
|
||||
"search.result.other": "# 個符合條件的結果",
|
||||
"skip.link.title": "跳轉至",
|
||||
"source.link.title": "前往倉庫",
|
||||
"source.file.date.updated": "最後更新",
|
||||
"skip.link": "跳轉至",
|
||||
"source.file.date.created": "建立日期",
|
||||
"toc.title": "目錄"
|
||||
"source.file.date.updated": "最後更新",
|
||||
"source.link": "前往倉庫",
|
||||
"toc": "目錄"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -9,9 +9,9 @@
|
||||
"consent.accept": "同意",
|
||||
"consent.manage": "管理設定",
|
||||
"consent.reject": "拒絕",
|
||||
"edit.link.title": "編輯此頁",
|
||||
"footer.previous": "上一頁",
|
||||
"edit.link": "編輯此頁",
|
||||
"footer.next": "下一頁",
|
||||
"footer.previous": "上一頁",
|
||||
"meta.comments": "留言",
|
||||
"meta.source": "來源",
|
||||
"search.config.lang": "ja",
|
||||
@ -25,9 +25,9 @@
|
||||
"search.result.other": "找到 # 個符合的項目",
|
||||
"search.result.more.one": "此頁尚有 1 個符合的項目",
|
||||
"search.result.more.other": "此頁尚有 # 個符合的項目",
|
||||
"skip.link.title": "跳轉到",
|
||||
"source.link.title": "前往倉庫",
|
||||
"source.file.date.updated": "最後更新",
|
||||
"skip.link": "跳轉到",
|
||||
"source.file.date.created": "建立日期",
|
||||
"toc.title": "目錄"
|
||||
"source.file.date.updated": "最後更新",
|
||||
"source.link": "前往倉庫",
|
||||
"toc": "目錄"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -9,14 +9,15 @@
|
||||
"consent.accept": "同意",
|
||||
"consent.manage": "管理设定",
|
||||
"consent.reject": "拒绝",
|
||||
"edit.link.title": "编辑此页",
|
||||
"footer.previous": "上一页",
|
||||
"edit.link": "编辑此页",
|
||||
"footer": "页脚",
|
||||
"footer.next": "下一页",
|
||||
"footer.title": "页脚",
|
||||
"header.title": "页眉",
|
||||
"footer.previous": "上一页",
|
||||
"header": "页眉",
|
||||
"meta.comments": "评论",
|
||||
"meta.source": "来源",
|
||||
"nav.title": "导航栏",
|
||||
"nav": "导航栏",
|
||||
"search": "查找",
|
||||
"search.config.lang": "ja",
|
||||
"search.config.pipeline": "trimmer, stemmer",
|
||||
"search.config.separator": "[\\s\\-,。]+",
|
||||
@ -31,14 +32,13 @@
|
||||
"search.result.more.one": "在该页上还有 1 个符合条件的结果",
|
||||
"search.result.more.other": "在该页上还有 # 个符合条件的结果",
|
||||
"search.result.term.missing": "缺少",
|
||||
"search.title": "查找",
|
||||
"select.language.title": "选择当前语言",
|
||||
"select.version.title": "选择当前版本",
|
||||
"skip.link.title": "跳转至",
|
||||
"source.link.title": "前往仓库",
|
||||
"source.file.date.updated": "最后更新",
|
||||
"select.language": "选择当前语言",
|
||||
"select.version": "选择当前版本",
|
||||
"skip.link": "跳转至",
|
||||
"source.file.date.created": "创建日期",
|
||||
"tabs.title": "标签",
|
||||
"toc.title": "目录",
|
||||
"top.title": "回到页面顶部"
|
||||
"source.file.date.updated": "最后更新",
|
||||
"source.link": "前往仓库",
|
||||
"tabs": "标签",
|
||||
"toc": "目录",
|
||||
"top": "回到页面顶部"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -8,7 +8,7 @@
|
||||
{% if "toc.integrate" in features %}
|
||||
{% set class = class ~ " md-nav--integrated" %}
|
||||
{% endif %}
|
||||
<nav class="{{ class }}" aria-label="{{ lang.t('nav.title') }}" data-md-level="0">
|
||||
<nav class="{{ class }}" aria-label="{{ lang.t('nav') }}" data-md-level="0">
|
||||
<label class="md-nav__title" for="__drawer">
|
||||
<a href="{{ config.extra.homepage | d(nav.homepage.url, true) | url }}" title="{{ config.site_name | e }}" class="md-nav__button md-logo" aria-label="{{ config.site_name }}" data-md-component="logo">
|
||||
{% include "partials/logo.html" %}
|
||||
|
@ -10,7 +10,7 @@
|
||||
{% include ".icons/material/magnify.svg" %}
|
||||
{% include ".icons/material/arrow-left.svg" %}
|
||||
</label>
|
||||
<nav class="md-search__options" aria-label="{{ lang.t('search.title') }}">
|
||||
<nav class="md-search__options" aria-label="{{ lang.t('search') }}">
|
||||
{% if "search.share" in features %}
|
||||
<a href="javascript:void(0)" class="md-search__icon md-icon" title="{{ lang.t('search.share') }}" aria-label="{{ lang.t('search.share') }}" data-clipboard data-clipboard-text="" data-md-component="search-share" tabindex="-1">
|
||||
{% include ".icons/material/share-variant.svg" %}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{#-
|
||||
This file was automatically generated - do not edit
|
||||
-#}
|
||||
<a href="{{ config.repo_url }}" title="{{ lang.t('source.link.title') }}" class="md-source" data-md-component="source">
|
||||
<a href="{{ config.repo_url }}" title="{{ lang.t('source.link') }}" class="md-source" data-md-component="source">
|
||||
<div class="md-source__icon md-icon">
|
||||
{% set icon = config.theme.icon.repo or "fontawesome/brands/git-alt" %}
|
||||
{% include ".icons/" ~ icon ~ ".svg" %}
|
||||
|
@ -2,7 +2,7 @@
|
||||
This file was automatically generated - do not edit
|
||||
-#}
|
||||
{% set class = "" %}
|
||||
<nav class="md-tabs" aria-label="{{ lang.t('tabs.title') }}" data-md-component="tabs">
|
||||
<nav class="md-tabs" aria-label="{{ lang.t('tabs') }}" data-md-component="tabs">
|
||||
<div class="md-tabs__inner md-grid">
|
||||
<ul class="md-tabs__list">
|
||||
{% for nav_item in nav %}
|
||||
|
@ -1,9 +1,9 @@
|
||||
{#-
|
||||
This file was automatically generated - do not edit
|
||||
-#}
|
||||
{% set title = lang.t("toc.title") %}
|
||||
{% if config.mdx_configs.toc and config.mdx_configs.toc.title %}
|
||||
{% set title = config.mdx_configs.toc.title %}
|
||||
{% set title = lang.t("toc") %}
|
||||
{% if config.mdx_configs.toc and config.mdx_configs.toc %}
|
||||
{% set title = config.mdx_configs.toc %}
|
||||
{% endif %}
|
||||
<nav class="md-nav md-nav--secondary" aria-label="{{ title }}">
|
||||
{% set toc = page.toc %}
|
||||
|
@ -26,7 +26,7 @@
|
||||
{% set view = "https://raw.githubusercontent.com/squidfunk/mkdocs-material" %}
|
||||
<a
|
||||
href="{{ page.edit_url }}"
|
||||
title="{{ lang.t('edit.link.title') }}"
|
||||
title="{{ lang.t('edit.link') }}"
|
||||
class="md-content__button md-icon"
|
||||
>
|
||||
{% include ".icons/material/file-edit-outline.svg" %}
|
||||
|
@ -68,7 +68,7 @@ export type Translation =
|
||||
| "search.result.more.one" /* 1 more on this page */
|
||||
| "search.result.more.other" /* # more on this page */
|
||||
| "search.result.term.missing" /* Missing */
|
||||
| "select.version.title" /* Version selector */
|
||||
| "select.version" /* Version selector */
|
||||
|
||||
/**
|
||||
* Translations
|
||||
|
@ -80,7 +80,7 @@ export function renderVersionSelector(
|
||||
<div class="md-version">
|
||||
<button
|
||||
class="md-version__current"
|
||||
aria-label={translation("select.version.title")}
|
||||
aria-label={translation("select.version")}
|
||||
>
|
||||
{active.title}
|
||||
</button>
|
||||
|
@ -153,7 +153,7 @@
|
||||
</head>
|
||||
|
||||
<!-- Set text direction and color palette, if defined -->
|
||||
{% set direction = config.theme.direction or lang.t('direction') %}
|
||||
{% set direction = config.theme.direction or lang.t("direction") %}
|
||||
{% if config.theme.palette %}
|
||||
{% set palette = config.theme.palette %}
|
||||
{% if not palette is mapping %}
|
||||
@ -205,7 +205,7 @@
|
||||
{% if page.toc | first is defined %}
|
||||
{% set skip = page.toc | first %}
|
||||
<a href="{{ skip.url | url }}" class="md-skip">
|
||||
{{ lang.t('skip.link.title') }}
|
||||
{{ lang.t("skip.link") }}
|
||||
</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
@ -340,7 +340,7 @@
|
||||
hidden
|
||||
>
|
||||
{% include ".icons/material/arrow-up.svg" %}
|
||||
{{ lang.t('top.title') }}
|
||||
{{ lang.t("top") }}
|
||||
</a>
|
||||
{% endif %}
|
||||
</main>
|
||||
@ -406,7 +406,7 @@
|
||||
"search.result.more.one",
|
||||
"search.result.more.other",
|
||||
"search.result.term.missing",
|
||||
"select.version.title"
|
||||
"select.version"
|
||||
] -%}
|
||||
{%- set _ = translations.update({ key: lang.t(key) }) -%}
|
||||
{%- endfor -%}
|
||||
|
@ -24,7 +24,7 @@
|
||||
{% if page.edit_url %}
|
||||
<a
|
||||
href="{{ page.edit_url }}"
|
||||
title="{{ lang.t('edit.link.title') }}"
|
||||
title="{{ lang.t('edit.link') }}"
|
||||
class="md-content__button md-icon"
|
||||
>
|
||||
{% set icon = config.theme.icon.edit or "material/pencil" %}
|
||||
|
@ -30,7 +30,7 @@
|
||||
{% endif %}
|
||||
<nav
|
||||
class="md-footer__inner md-grid"
|
||||
aria-label="{{ lang.t('footer.title') }}"
|
||||
aria-label="{{ lang.t('footer') }}"
|
||||
{{ hidden }}
|
||||
>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
<header class="{{ class }}" data-md-component="header">
|
||||
<nav
|
||||
class="md-header__inner md-grid"
|
||||
aria-label="{{ lang.t('header.title') }}"
|
||||
aria-label="{{ lang.t('header') }}"
|
||||
>
|
||||
|
||||
<!-- Link to home -->
|
||||
@ -112,7 +112,7 @@
|
||||
{% set icon = config.theme.icon.alternate or "material/translate" %}
|
||||
<button
|
||||
class="md-header__button md-icon"
|
||||
aria-label="{{ lang.t('select.language.title') }}"
|
||||
aria-label="{{ lang.t('select.language') }}"
|
||||
>
|
||||
{% include ".icons/" ~ icon ~ ".svg" %}
|
||||
</button>
|
||||
|
@ -25,9 +25,9 @@
|
||||
"language": "af",
|
||||
"clipboard.copy": "Kopieer na knipbord",
|
||||
"clipboard.copied": "gekopieer na knipbord",
|
||||
"edit.link.title": "Wysig hierdie bladsy",
|
||||
"footer.previous": "Vorige",
|
||||
"edit.link": "Wysig hierdie bladsy",
|
||||
"footer.next": "Volgende",
|
||||
"footer.previous": "Vorige",
|
||||
"meta.comments": "Kommentaar",
|
||||
"meta.source": "Bron",
|
||||
"search.config.lang": "nl",
|
||||
@ -36,9 +36,9 @@
|
||||
"search.result.none": "Geen ooreenstemmende dokumente",
|
||||
"search.result.one": "1 ooreenstemmende dokument",
|
||||
"search.result.other": "# ooreenstemmende dokumente",
|
||||
"skip.link.title": "Slaan oor na inhoud",
|
||||
"source.link.title": "Slaan oor na inhoud",
|
||||
"source.file.date.updated": "Laaste opdatering",
|
||||
"skip.link": "Slaan oor na inhoud",
|
||||
"source.file.date.created": "Geskep",
|
||||
"toc.title": "Inhoudsopgawe"
|
||||
"source.file.date.updated": "Laaste opdatering",
|
||||
"source.link": "Slaan oor na inhoud",
|
||||
"toc": "Inhoudsopgawe"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -26,9 +26,9 @@
|
||||
"direction": "rtl",
|
||||
"clipboard.copy": "نسخ إلى الحافظة",
|
||||
"clipboard.copied": "تم النسخ الى الحافظة",
|
||||
"edit.link.title": "عدل الصفحة",
|
||||
"footer.previous": "السابقة",
|
||||
"edit.link": "عدل الصفحة",
|
||||
"footer.next": "التالية",
|
||||
"footer.previous": "السابقة",
|
||||
"meta.comments": "التعليقات",
|
||||
"meta.source": "المصدر",
|
||||
"search.config.pipeline": " ",
|
||||
@ -37,9 +37,9 @@
|
||||
"search.result.none": "لا توجد نتائج",
|
||||
"search.result.one": "نتائج البحث مستند واحد",
|
||||
"search.result.other": "نتائج البحث # مستندات",
|
||||
"skip.link.title": "انتقل إلى المحتوى",
|
||||
"source.link.title": "اذهب إلى المصدر",
|
||||
"source.file.date.updated": "اخر تحديث",
|
||||
"skip.link": "انتقل إلى المحتوى",
|
||||
"source.file.date.created": "خلقت",
|
||||
"toc.title": "جدول المحتويات"
|
||||
"source.file.date.updated": "اخر تحديث",
|
||||
"source.link": "اذهب إلى المصدر",
|
||||
"toc": "جدول المحتويات"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -25,14 +25,14 @@
|
||||
"language": "bg",
|
||||
"clipboard.copy": "Копирай",
|
||||
"clipboard.copied": "Копирано",
|
||||
"edit.link.title": "Редактирай тази страница",
|
||||
"footer.previous": "Предишна",
|
||||
"edit.link": "Редактирай тази страница",
|
||||
"footer": "Долен колонтитул",
|
||||
"footer.next": "Следваща",
|
||||
"footer.title": "Долен колонтитул",
|
||||
"header.title": "Горен колонтитул",
|
||||
"footer.previous": "Предишна",
|
||||
"header": "Горен колонтитул",
|
||||
"meta.comments": "Коментари",
|
||||
"meta.source": "Код",
|
||||
"nav.title": "Навигация",
|
||||
"nav": "Навигация",
|
||||
"search.config.lang": "ru",
|
||||
"search.placeholder": "Търси",
|
||||
"search.reset": "Изчисти",
|
||||
@ -42,10 +42,10 @@
|
||||
"search.result.other": "# резултата",
|
||||
"search.result.more.one": "още 1 на тази страница",
|
||||
"search.result.more.other": "още # на тази страница",
|
||||
"skip.link.title": "Към съдържанието",
|
||||
"source.link.title": "Към хранилището",
|
||||
"source.file.date.updated": "Последна промяна",
|
||||
"skip.link": "Към съдържанието",
|
||||
"source.file.date.created": "Създаден",
|
||||
"tabs.title": "Табове",
|
||||
"toc.title": "Съдържание"
|
||||
"source.file.date.updated": "Последна промяна",
|
||||
"source.link": "Към хранилището",
|
||||
"tabs": "Табове",
|
||||
"toc": "Съдържание"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -25,14 +25,14 @@
|
||||
"language": "bn",
|
||||
"clipboard.copy": "ক্লিপবোর্ডে কপি করুন",
|
||||
"clipboard.copied": "ক্লিপবোর্ডে কপি হয়েছে",
|
||||
"edit.link.title": "এই পেজ এডিট করুন",
|
||||
"footer.previous": "পূর্ববর্তী",
|
||||
"edit.link": "এই পেজ এডিট করুন",
|
||||
"footer": "ফুটার",
|
||||
"footer.next": "পরে",
|
||||
"footer.title": "ফুটার",
|
||||
"header.title": "হেডার",
|
||||
"footer.previous": "পূর্ববর্তী",
|
||||
"header": "হেডার",
|
||||
"meta.comments": "কমেন্ট",
|
||||
"meta.source": "সোর্স",
|
||||
"nav.title": "ন্যাভিগেশন",
|
||||
"nav": "ন্যাভিগেশন",
|
||||
"search.config.pipeline": " ",
|
||||
"search.placeholder": "সার্চ",
|
||||
"search.reset": "মুছে ফেলুন",
|
||||
@ -40,10 +40,10 @@
|
||||
"search.result.none": "কিছু পাওয়া যায়নি",
|
||||
"search.result.one": "১ টা ডকুমেন্ট",
|
||||
"search.result.other": "# টা ডকুমেন্ট",
|
||||
"skip.link.title": "কনটেন্টে যান",
|
||||
"source.link.title": "রিপোজিটরিতে যান",
|
||||
"source.file.date.updated": "শেষ আপডেট",
|
||||
"skip.link": "কনটেন্টে যান",
|
||||
"source.file.date.created": "তৈরি হয়েছে",
|
||||
"tabs.title": "ট্যাব",
|
||||
"toc.title": "টেবিল অফ কনটেন্ট"
|
||||
"source.file.date.updated": "শেষ আপডেট",
|
||||
"source.link": "রিপোজিটরিতে যান",
|
||||
"tabs": "ট্যাব",
|
||||
"toc": "টেবিল অফ কনটেন্ট"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -25,9 +25,9 @@
|
||||
"language": "ca",
|
||||
"clipboard.copy": "Còpia al porta-retalls",
|
||||
"clipboard.copied": "Copiat al porta-retalls",
|
||||
"edit.link.title": "Edita aquesta pàgina",
|
||||
"footer.previous": "Anterior",
|
||||
"edit.link": "Edita aquesta pàgina",
|
||||
"footer.next": "Següent",
|
||||
"footer.previous": "Anterior",
|
||||
"meta.comments": "Comentaris",
|
||||
"meta.source": "Codi font",
|
||||
"search.placeholder": "Cerca",
|
||||
@ -35,9 +35,9 @@
|
||||
"search.result.none": "Cap document coincideix",
|
||||
"search.result.one": "1 document coincident",
|
||||
"search.result.other": "# documents coincidents",
|
||||
"skip.link.title": "Salta el contingut",
|
||||
"source.link.title": "Ves al repositori",
|
||||
"source.file.date.updated": "Darrera actualització",
|
||||
"skip.link": "Salta el contingut",
|
||||
"source.file.date.created": "Creada",
|
||||
"toc.title": "Taula de continguts"
|
||||
"source.file.date.updated": "Darrera actualització",
|
||||
"source.link": "Ves al repositori",
|
||||
"toc": "Taula de continguts"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -25,9 +25,9 @@
|
||||
"language": "cs",
|
||||
"clipboard.copy": "Kopírovat do schránky",
|
||||
"clipboard.copied": "Zkopírováno do schránky",
|
||||
"edit.link.title": "Upravit tuto stránku",
|
||||
"footer.previous": "Předchozí",
|
||||
"edit.link": "Upravit tuto stránku",
|
||||
"footer.next": "Další",
|
||||
"footer.previous": "Předchozí",
|
||||
"meta.comments": "Komentáře",
|
||||
"meta.source": "Zdroj",
|
||||
"search.placeholder": "Hledat",
|
||||
@ -35,9 +35,9 @@
|
||||
"search.result.none": "Nenalezeny žádné dokumenty",
|
||||
"search.result.one": "Nalezený dokument: 1",
|
||||
"search.result.other": "Nalezené dokumenty: #",
|
||||
"skip.link.title": "Přeskočit obsah",
|
||||
"source.link.title": "Přejít do repozitáře",
|
||||
"source.file.date.updated": "Poslední aktualizace",
|
||||
"skip.link": "Přeskočit obsah",
|
||||
"source.file.date.created": "Vytvořeno",
|
||||
"toc.title": "Obsah"
|
||||
"source.file.date.updated": "Poslední aktualizace",
|
||||
"source.link": "Přejít do repozitáře",
|
||||
"toc": "Obsah"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -25,9 +25,9 @@
|
||||
"language": "da",
|
||||
"clipboard.copy": "Kopiér til udklipsholderen",
|
||||
"clipboard.copied": "Kopieret til udklipsholderen",
|
||||
"edit.link.title": "Redigér denne side",
|
||||
"footer.previous": "Forrige",
|
||||
"edit.link": "Redigér denne side",
|
||||
"footer.next": "Næste",
|
||||
"footer.previous": "Forrige",
|
||||
"meta.comments": "Kommentarer",
|
||||
"meta.source": "Kilde",
|
||||
"search.config.lang": "da",
|
||||
@ -36,9 +36,9 @@
|
||||
"search.result.none": "Ingen resultater fundet",
|
||||
"search.result.one": "1 resultat",
|
||||
"search.result.other": "# resultater",
|
||||
"skip.link.title": "Gå til indholdet",
|
||||
"source.link.title": "Åbn arkiv",
|
||||
"source.file.date.updated": "Sidste ændring",
|
||||
"skip.link": "Gå til indholdet",
|
||||
"source.file.date.created": "Oprettet",
|
||||
"toc.title": "Indholdsfortegnelse"
|
||||
"source.file.date.updated": "Sidste ændring",
|
||||
"source.link": "Åbn arkiv",
|
||||
"toc": "Indholdsfortegnelse"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -29,14 +29,15 @@
|
||||
"consent.accept": "Akzeptieren",
|
||||
"consent.manage": "Einstellungen",
|
||||
"consent.reject": "Ablehnen",
|
||||
"edit.link.title": "Seite editieren",
|
||||
"footer.previous": "Zurück",
|
||||
"edit.link": "Seite editieren",
|
||||
"footer": "Fußzeile",
|
||||
"footer.next": "Weiter",
|
||||
"footer.title": "Fußzeile",
|
||||
"header.title": "Kopfzeile",
|
||||
"footer.previous": "Zurück",
|
||||
"header": "Kopfzeile",
|
||||
"meta.comments": "Kommentare",
|
||||
"meta.source": "Quellcode",
|
||||
"nav.title": "Navigation",
|
||||
"nav": "Navigation",
|
||||
"search": "Suche",
|
||||
"search.config.lang": "de",
|
||||
"search.placeholder": "Suche",
|
||||
"search.share": "Teilen",
|
||||
@ -49,14 +50,13 @@
|
||||
"search.result.more.one": "1 weiteres Suchergebnis auf dieser Seite",
|
||||
"search.result.more.other": "# weitere Suchergebnisse auf dieser Seite",
|
||||
"search.result.term.missing": "Es fehlt",
|
||||
"search.title": "Suche",
|
||||
"select.language.title": "Sprache wechseln",
|
||||
"select.version.title": "Version auswählen",
|
||||
"skip.link.title": "Zum Inhalt",
|
||||
"source.link.title": "Zum Repository",
|
||||
"source.file.date.updated": "Letztes Update",
|
||||
"select.language": "Sprache wechseln",
|
||||
"select.version": "Version auswählen",
|
||||
"skip.link": "Zum Inhalt",
|
||||
"source.file.date.created": "Erstellt",
|
||||
"tabs.title": "Hauptnavigation",
|
||||
"toc.title": "Inhaltsverzeichnis",
|
||||
"top.title": "Zurück zum Seitenanfang"
|
||||
"source.file.date.updated": "Letztes Update",
|
||||
"source.link": "Zum Repository",
|
||||
"tabs": "Hauptnavigation",
|
||||
"toc": "Inhaltsverzeichnis",
|
||||
"top": "Zurück zum Seitenanfang"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -25,14 +25,15 @@
|
||||
"language": "el",
|
||||
"clipboard.copy": "Αντιγραφή στο πρόχειρο",
|
||||
"clipboard.copied": "Αντιγράφηκε στο πρόχειρο",
|
||||
"edit.link.title": "Επεξεργασία αυτής της σελίδας",
|
||||
"footer.previous": "Προηγούμενο",
|
||||
"edit.link": "Επεξεργασία αυτής της σελίδας",
|
||||
"footer": "Υποσέλιδο",
|
||||
"footer.next": "Επόμενο",
|
||||
"footer.title": "Υποσέλιδο",
|
||||
"header.title": "Κεφαλίδα",
|
||||
"footer.previous": "Προηγούμενο",
|
||||
"header": "Κεφαλίδα",
|
||||
"meta.comments": "Σχόλια",
|
||||
"meta.source": "Πηγή",
|
||||
"nav.title": "Πλοήγηση",
|
||||
"nav": "Πλοήγηση",
|
||||
"search": "Αναζήτηση",
|
||||
"search.config.pipeline": "stopWordFilter",
|
||||
"search.placeholder": "Αναζήτηση",
|
||||
"search.share": "Διαμοίραση",
|
||||
@ -45,14 +46,13 @@
|
||||
"search.result.more.one": "1 ακόμα σε αυτήν τη σελίδα",
|
||||
"search.result.more.other": "# ακόμα σε αυτήν τη σελίδα",
|
||||
"search.result.term.missing": "Λείπει",
|
||||
"search.title": "Αναζήτηση",
|
||||
"select.language.title": "Επιλογή γλώσσας",
|
||||
"select.version.title": "Επιλογή έκδοσης",
|
||||
"skip.link.title": "Μετάβαση στο περιεχόμενο",
|
||||
"source.link.title": "Μετάβαση στο αποθετήριο",
|
||||
"source.file.date.updated": "τελευταία ενημέρωση",
|
||||
"select.language": "Επιλογή γλώσσας",
|
||||
"select.version": "Επιλογή έκδοσης",
|
||||
"skip.link": "Μετάβαση στο περιεχόμενο",
|
||||
"source.file.date.created": "Δημιουργήθηκε",
|
||||
"tabs.title": "Καρτέλες",
|
||||
"toc.title": "Πίνακας περιεχομένων",
|
||||
"top.title": "Επιστροφή στην αρχή"
|
||||
"source.file.date.updated": "τελευταία ενημέρωση",
|
||||
"source.link": "Μετάβαση στο αποθετήριο",
|
||||
"tabs": "Καρτέλες",
|
||||
"toc": "Πίνακας περιεχομένων",
|
||||
"top": "Επιστροφή στην αρχή"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -30,14 +30,15 @@
|
||||
"consent.accept": "Accept",
|
||||
"consent.manage": "Manage settings",
|
||||
"consent.reject": "Reject",
|
||||
"edit.link.title": "Edit this page",
|
||||
"footer.previous": "Previous",
|
||||
"edit.link": "Edit this page",
|
||||
"footer": "Footer",
|
||||
"footer.next": "Next",
|
||||
"footer.title": "Footer",
|
||||
"header.title": "Header",
|
||||
"footer.previous": "Previous",
|
||||
"header": "Header",
|
||||
"meta.comments": "Comments",
|
||||
"meta.source": "Source",
|
||||
"nav.title": "Navigation",
|
||||
"nav": "Navigation",
|
||||
"search": "Search",
|
||||
"search.config.lang": "en",
|
||||
"search.config.pipeline": "trimmer, stopWordFilter",
|
||||
"search.config.separator": "[\\s\\-]+",
|
||||
@ -52,14 +53,13 @@
|
||||
"search.result.more.one": "1 more on this page",
|
||||
"search.result.more.other": "# more on this page",
|
||||
"search.result.term.missing": "Missing",
|
||||
"search.title": "Search",
|
||||
"select.language.title": "Select language",
|
||||
"select.version.title": "Select version",
|
||||
"skip.link.title": "Skip to content",
|
||||
"source.link.title": "Go to repository",
|
||||
"source.file.date.updated": "Last update",
|
||||
"select.language": "Select language",
|
||||
"select.version": "Select version",
|
||||
"skip.link": "Skip to content",
|
||||
"source.file.date.created": "Created",
|
||||
"tabs.title": "Tabs",
|
||||
"toc.title": "Table of contents",
|
||||
"top.title": "Back to top"
|
||||
"source.file.date.updated": "Last update",
|
||||
"source.link": "Go to repository",
|
||||
"tabs": "Tabs",
|
||||
"toc": "Table of contents",
|
||||
"top": "Back to top"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -25,14 +25,14 @@
|
||||
"language": "eo",
|
||||
"clipboard.copy": "Kopii al tondujo",
|
||||
"clipboard.copied": "Kopiado al klipo",
|
||||
"edit.link.title": "Redakti ĉi tiun paĝon",
|
||||
"footer.previous": "Antaŭa",
|
||||
"edit.link": "Redakti ĉi tiun paĝon",
|
||||
"footer": "Piedlinio",
|
||||
"footer.next": "Sekva",
|
||||
"footer.title": "Piedlinio",
|
||||
"header.title": "Kaplinio",
|
||||
"footer.previous": "Antaŭa",
|
||||
"header": "Kaplinio",
|
||||
"meta.comments": "Komentoj",
|
||||
"meta.source": "Fontkodo",
|
||||
"nav.title": "Navigado",
|
||||
"nav": "Navigado",
|
||||
"search.config.lang": "es",
|
||||
"search.placeholder": "Serĉo",
|
||||
"search.reset": "Klara",
|
||||
@ -40,10 +40,10 @@
|
||||
"search.result.none": "Neniuj kongruaj dokumentoj",
|
||||
"search.result.one": "1 kongrua dokumento",
|
||||
"search.result.other": "# kongruaj dokumentoj",
|
||||
"skip.link.title": "Saltu al enhavo",
|
||||
"source.link.title": "Iru al deponejo",
|
||||
"source.file.date.updated": "Lasta ĝisdatigo",
|
||||
"skip.link": "Saltu al enhavo",
|
||||
"source.file.date.created": "Kreita",
|
||||
"tabs.title": "Langetoj",
|
||||
"toc.title": "Enhavtabelo"
|
||||
"source.file.date.updated": "Lasta ĝisdatigo",
|
||||
"source.link": "Iru al deponejo",
|
||||
"tabs": "Langetoj",
|
||||
"toc": "Enhavtabelo"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -27,14 +27,14 @@
|
||||
"clipboard.copied": "Copiado al portapapeles",
|
||||
"consent.accept": "Aceptar",
|
||||
"consent.manage": "Gestionar cookies",
|
||||
"edit.link.title": "Editar esta página",
|
||||
"footer.previous": "Anterior",
|
||||
"edit.link": "Editar esta página",
|
||||
"footer": "Pie",
|
||||
"footer.next": "Siguiente",
|
||||
"footer.title": "Pie",
|
||||
"header.title": "Cabecera",
|
||||
"footer.previous": "Anterior",
|
||||
"header": "Cabecera",
|
||||
"meta.comments": "Comentarios",
|
||||
"meta.source": "Fuente",
|
||||
"nav.title": "Navegación",
|
||||
"nav": "Navegación",
|
||||
"search.config.lang": "es",
|
||||
"search.placeholder": "Búsqueda",
|
||||
"search.reset": "Limpiar",
|
||||
@ -46,13 +46,13 @@
|
||||
"search.result.more.one": "1 más en esta página",
|
||||
"search.result.more.other": "# más en esta página",
|
||||
"search.result.term.missing": "Falta",
|
||||
"select.language.title": "Seleccionar idioma",
|
||||
"select.version.title": "Seleccionar versión",
|
||||
"skip.link.title": "Saltar a contenido",
|
||||
"source.link.title": "Ir al repositorio",
|
||||
"source.file.date.updated": "Última actualización",
|
||||
"select.language": "Seleccionar idioma",
|
||||
"select.version": "Seleccionar versión",
|
||||
"skip.link": "Saltar a contenido",
|
||||
"source.file.date.created": "Creado",
|
||||
"tabs.title": "Pestañas",
|
||||
"toc.title": "Tabla de contenidos",
|
||||
"top.title": "Volver al principio"
|
||||
"source.file.date.updated": "Última actualización",
|
||||
"source.link": "Ir al repositorio",
|
||||
"tabs": "Pestañas",
|
||||
"toc": "Tabla de contenidos",
|
||||
"top": "Volver al principio"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -25,9 +25,9 @@
|
||||
"language": "et",
|
||||
"clipboard.copy": "Kopeeri lõikelauale",
|
||||
"clipboard.copied": "Kopeeritud",
|
||||
"edit.link.title": "Muuda seda lehte",
|
||||
"footer.previous": "Eelmine",
|
||||
"edit.link": "Muuda seda lehte",
|
||||
"footer.next": "Järgmine",
|
||||
"footer.previous": "Eelmine",
|
||||
"meta.comments": "Kommentaarid",
|
||||
"meta.source": "Lähtekood",
|
||||
"search.placeholder": "Otsi",
|
||||
@ -35,9 +35,9 @@
|
||||
"search.result.none": "Otsingule ei leitud ühtegi vastet",
|
||||
"search.result.one": "Leiti üks tulemus",
|
||||
"search.result.other": "Leiti # tulemust",
|
||||
"skip.link.title": "Keri sisuni",
|
||||
"source.link.title": "Ava repositooriumis",
|
||||
"source.file.date.updated": "Viimane uuendus",
|
||||
"skip.link": "Keri sisuni",
|
||||
"source.file.date.created": "Loodud",
|
||||
"toc.title": "Sisukord"
|
||||
"source.file.date.updated": "Viimane uuendus",
|
||||
"source.link": "Ava repositooriumis",
|
||||
"toc": "Sisukord"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -26,9 +26,9 @@
|
||||
"direction": "rtl",
|
||||
"clipboard.copy": "کپی کردن",
|
||||
"clipboard.copied": "کپی شد",
|
||||
"edit.link.title": "این صفحه را ویرایش کنید",
|
||||
"footer.previous": "قبلی",
|
||||
"edit.link": "این صفحه را ویرایش کنید",
|
||||
"footer.next": "بعدی",
|
||||
"footer.previous": "قبلی",
|
||||
"meta.comments": "نظرات",
|
||||
"meta.source": "منبع",
|
||||
"search.config.pipeline": " ",
|
||||
@ -37,9 +37,9 @@
|
||||
"search.result.none": "سندی یافت نشد",
|
||||
"search.result.one": "1 سند یافت شد",
|
||||
"search.result.other": "# سند یافت شد",
|
||||
"skip.link.title": "پرش به محتویات",
|
||||
"source.link.title": "رفتن به مخزن",
|
||||
"source.file.date.updated": "اخرین بروزرسانی",
|
||||
"skip.link": "پرش به محتویات",
|
||||
"source.file.date.created": "ایجاد شده",
|
||||
"toc.title": "فهرست موضوعات"
|
||||
"source.file.date.updated": "اخرین بروزرسانی",
|
||||
"source.link": "رفتن به مخزن",
|
||||
"toc": "فهرست موضوعات"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -25,9 +25,9 @@
|
||||
"language": "fi",
|
||||
"clipboard.copy": "Kopioi leikepöydälle",
|
||||
"clipboard.copied": "Kopioitu leikepöydälle",
|
||||
"edit.link.title": "Muokkaa tätä sivua",
|
||||
"footer.previous": "Edellinen",
|
||||
"edit.link": "Muokkaa tätä sivua",
|
||||
"footer.next": "Seuraava",
|
||||
"footer.previous": "Edellinen",
|
||||
"meta.comments": "Kommentit",
|
||||
"meta.source": "Lähdekodi",
|
||||
"search.config.lang": "fi",
|
||||
@ -36,9 +36,9 @@
|
||||
"search.result.none": "Ei täsmääviä dokumentteja",
|
||||
"search.result.one": "1 täsmäävä dokumentti",
|
||||
"search.result.other": "# täsmäävää dokumenttia",
|
||||
"skip.link.title": "Hyppää sisältöön",
|
||||
"source.link.title": "Mene repositoryyn",
|
||||
"source.file.date.updated": "Viimeisin päivitys",
|
||||
"skip.link": "Hyppää sisältöön",
|
||||
"source.file.date.created": "Luotu",
|
||||
"toc.title": "Sisällysluettelo"
|
||||
"source.file.date.updated": "Viimeisin päivitys",
|
||||
"source.link": "Mene repositoryyn",
|
||||
"toc": "Sisällysluettelo"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -28,14 +28,14 @@
|
||||
"consent.accept": "Accepter",
|
||||
"consent.manage": "Paramétrer vos choix",
|
||||
"consent.reject": "Refuser",
|
||||
"edit.link.title": "Editer cette page",
|
||||
"footer.previous": "Précédent",
|
||||
"edit.link": "Editer cette page",
|
||||
"footer": "Pied de page",
|
||||
"footer.next": "Suivant",
|
||||
"footer.title": "Pied de page",
|
||||
"header.title": "En-tête",
|
||||
"footer.previous": "Précédent",
|
||||
"header": "En-tête",
|
||||
"meta.comments": "Commentaires",
|
||||
"meta.source": "Source",
|
||||
"nav.title": "Navigation",
|
||||
"nav": "Navigation",
|
||||
"search.config.lang": "fr",
|
||||
"search.placeholder": "Rechercher",
|
||||
"search.reset": "Effacer",
|
||||
@ -47,13 +47,13 @@
|
||||
"search.result.more.one": "1 de plus sur cette page",
|
||||
"search.result.more.other": "# de plus sur cette page",
|
||||
"search.result.term.missing": "Non trouvé",
|
||||
"select.language.title": "Sélectionner la langue",
|
||||
"select.version.title": "Sélectionner la version",
|
||||
"skip.link.title": "Aller au contenu",
|
||||
"source.link.title": "Aller au dépôt",
|
||||
"source.file.date.updated": "Dernière mise à jour",
|
||||
"select.language": "Sélectionner la langue",
|
||||
"select.version": "Sélectionner la version",
|
||||
"skip.link": "Aller au contenu",
|
||||
"source.file.date.created": "Créé",
|
||||
"tabs.title": "Onglets",
|
||||
"toc.title": "Table des matières",
|
||||
"top.title": "Retour en haut de la page"
|
||||
"source.file.date.updated": "Dernière mise à jour",
|
||||
"source.link": "Aller au dépôt",
|
||||
"tabs": "Onglets",
|
||||
"toc": "Table des matières",
|
||||
"top": "Retour en haut de la page"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -25,14 +25,14 @@
|
||||
"language": "gl",
|
||||
"clipboard.copy": "Copiar no cortapapeis",
|
||||
"clipboard.copied": "Copiado no cortapapeis",
|
||||
"edit.link.title": "Editar esta páxina",
|
||||
"footer.previous": "Anterior",
|
||||
"edit.link": "Editar esta páxina",
|
||||
"footer": "Pé",
|
||||
"footer.next": "Seguinte",
|
||||
"footer.title": "Pé",
|
||||
"header.title": "Cabeceira",
|
||||
"footer.previous": "Anterior",
|
||||
"header": "Cabeceira",
|
||||
"meta.comments": "Comentarios",
|
||||
"meta.source": "Fonte",
|
||||
"nav.title": "Navegación",
|
||||
"nav": "Navegación",
|
||||
"search.config.lang": "es",
|
||||
"search.placeholder": "Procura",
|
||||
"search.reset": "Limpar",
|
||||
@ -44,13 +44,13 @@
|
||||
"search.result.more.one": "1 máis nesta páxina",
|
||||
"search.result.more.other": "# máis nesta páxina",
|
||||
"search.result.term.missing": "Falta",
|
||||
"select.language.title": "Seleccionar idioma",
|
||||
"select.version.title": "Seleccionar version",
|
||||
"skip.link.title": "Ir ao contido",
|
||||
"source.link.title": "Ir ao repositorio",
|
||||
"source.file.date.updated": "Última actualización",
|
||||
"select.language": "Seleccionar idioma",
|
||||
"select.version": "Seleccionar version",
|
||||
"skip.link": "Ir ao contido",
|
||||
"source.file.date.created": "Creada",
|
||||
"tabs.title": "Pestanas",
|
||||
"toc.title": "Táboa de contidos",
|
||||
"top.title": "Volver ao principio"
|
||||
"source.file.date.updated": "Última actualización",
|
||||
"source.link": "Ir ao repositorio",
|
||||
"tabs": "Pestanas",
|
||||
"toc": "Táboa de contidos",
|
||||
"top": "Volver ao principio"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -30,14 +30,15 @@
|
||||
"consent.accept": "לקבל",
|
||||
"consent.manage": "לנהל הגדרות",
|
||||
"consent.reject": "לדחות",
|
||||
"edit.link.title": "עריכת הדף הזה",
|
||||
"footer.previous": "הקודם",
|
||||
"edit.link": "עריכת הדף הזה",
|
||||
"footer": "כותרת תחתונה",
|
||||
"footer.next": "הבא",
|
||||
"footer.title": "כותרת תחתונה",
|
||||
"header.title": "כותרת עליונה",
|
||||
"footer.previous": "הקודם",
|
||||
"header": "כותרת עליונה",
|
||||
"meta.comments": "הערות",
|
||||
"meta.source": "מקור",
|
||||
"nav.title": "ניווט",
|
||||
"nav": "ניווט",
|
||||
"search": "חיפוש",
|
||||
"search.config.pipeline": " ",
|
||||
"search.placeholder": "חיפוש",
|
||||
"search.share": "שיתוף",
|
||||
@ -50,14 +51,13 @@
|
||||
"search.result.more.one": "עוד אחד בדף הזה",
|
||||
"search.result.more.other": "עוד # בדף הזה",
|
||||
"search.result.term.missing": "חסר",
|
||||
"search.title": "חיפוש",
|
||||
"select.language.title": "בחירת שפה",
|
||||
"select.version.title": "בחירת גרסה",
|
||||
"skip.link.title": "לדלג לתוכן",
|
||||
"source.link.title": "לעבור אל המאגר",
|
||||
"source.file.date.updated": "עדכון אחרון",
|
||||
"select.language": "בחירת שפה",
|
||||
"select.version": "בחירת גרסה",
|
||||
"skip.link": "לדלג לתוכן",
|
||||
"source.file.date.created": "נוצר",
|
||||
"tabs.title": "לשוניות",
|
||||
"toc.title": "תוכן העניינים",
|
||||
"top.title": "חזרה למעלה"
|
||||
"source.file.date.updated": "עדכון אחרון",
|
||||
"source.link": "לעבור אל המאגר",
|
||||
"tabs": "לשוניות",
|
||||
"toc": "תוכן העניינים",
|
||||
"top": "חזרה למעלה"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -25,9 +25,9 @@
|
||||
"language": "hi",
|
||||
"clipboard.copy": "क्लिपबोर्ड पर कॉपी करें",
|
||||
"clipboard.copied": "क्लिपबोर्ड पर कॉपी कर दिया गया",
|
||||
"edit.link.title": "इस पृष्ठ को संपादित करें",
|
||||
"footer.previous": "पिछला",
|
||||
"edit.link": "इस पृष्ठ को संपादित करें",
|
||||
"footer.next": "आगामी",
|
||||
"footer.previous": "पिछला",
|
||||
"meta.comments": "टिप्पणियाँ",
|
||||
"meta.source": "स्रोत",
|
||||
"search.config.lang": "hi",
|
||||
@ -36,9 +36,9 @@
|
||||
"search.result.none": "कोई मिलान डॉक्यूमेंट नहीं",
|
||||
"search.result.one": "1 मिलान डॉक्यूमेंट",
|
||||
"search.result.other": "# मिलान डाक्यूमेंट्स",
|
||||
"skip.link.title": "विषय पर बढ़ें",
|
||||
"source.link.title": "रिपॉजिटरी पर जाएं",
|
||||
"source.file.date.updated": "आखिरी अपडेट",
|
||||
"skip.link": "विषय पर बढ़ें",
|
||||
"source.file.date.created": "बनाया था",
|
||||
"toc.title": "विषय - सूची"
|
||||
"source.file.date.updated": "आखिरी अपडेट",
|
||||
"source.link": "रिपॉजिटरी पर जाएं",
|
||||
"toc": "विषय - सूची"
|
||||
}[key] }}{% endmacro %}
|
||||
|
@ -29,14 +29,15 @@
|
||||
"consent.accept": "Prihvati",
|
||||
"consent.manage": "Upravljaj postavkama",
|
||||
"consent.reject": "Odbij",
|
||||
"edit.link.title": "Uredi stranicu",
|
||||
"footer.previous": "Prethodno",
|
||||
"edit.link": "Uredi stranicu",
|
||||
"footer": "Podnožje",
|
||||
"footer.next": "Sljedeće",
|
||||
"footer.title": "Podnožje",
|
||||
"header.title": "Zaglavlje",
|
||||
"footer.previous": "Prethodno",
|
||||
"header": "Zaglavlje",
|
||||
"meta.comments": "Komentari",
|
||||
"meta.source": "Izvor",
|
||||
"nav.title": "Navigacija",
|
||||
"nav": "Navigacija",
|
||||
"search": "Pretraživanje",
|
||||
"search.placeholder": "Pretraživanje",
|
||||
"search.share": "Podijeli",
|
||||
"search.reset": "Očisti",
|
||||
@ -48,14 +49,13 @@
|
||||
"search.result.more.one": "1 rezultat na ovoj stranici",
|
||||
"search.result.more.other": "# rezultata na ovoj stranici",
|
||||
"search.result.term.missing": "Nedostaje",
|
||||
"search.title": "Pretraživanje",
|
||||
"select.language.title": "Odabir jezika",
|
||||
"select.version.title": "Odabir verzije",
|
||||
"skip.link.title": "Preskočite na sadržaj",
|
||||
"source.link.title": "Idite u repozitorij",
|
||||
"source.file.date.updated": "Zadnje ažuriranje",
|
||||
"select.language": "Odabir jezika",
|
||||
"select.version": "Odabir verzije",
|
||||
"skip.link": "Preskočite na sadržaj",
|
||||
"source.file.date.created": "Stvoreno",
|
||||
"tabs.title": "Kartice",
|
||||
"toc.title": "Sadržaj",
|
||||
"top.title": "Vratite se na vrh"
|
||||
"source.file.date.updated": "Zadnje ažuriranje",
|
||||
"source.link": "Idite u repozitorij",
|
||||
"tabs": "Kartice",
|
||||
"toc": "Sadržaj",
|
||||
"top": "Vratite se na vrh"
|
||||
}[key] }}{% endmacro %}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user