mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-27 09:10:05 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ia08e4b24c39fe909d9a5b6e76a7700e4ee867239
This commit is contained in:
parent
8e149e590e
commit
f635b5d46d
|
@ -14,7 +14,10 @@
|
|||
"linter-pager-obsolete-tag-details": "Састарэлы HTML-тэг",
|
||||
"linter-pager-bogus-image-options-details": "Няслушны парамэтар файлу",
|
||||
"linter-pager-missing-end-tag-details": "Адсутнічае канцавы тэг",
|
||||
"linter-pager-stripped-tag-details": "Няпарны тэг",
|
||||
"linter-pager-self-closed-tag-details": "Самазакрыты тэг",
|
||||
"linter-pager-deletable-table-tag-details": "Тэг табліцы, які мае быць выдалены",
|
||||
"linter-pager-pwrap-bug-workaround-details": "Пазьбяганьне памылкі абгорткі параграфу",
|
||||
"linter-category-obsolete-tag": "Састарэлыя HTML-тэгі",
|
||||
"linter-category-obsolete-tag-desc": "Гэтыя старонкі ўтрымліваюць састарэлыя HTML-тэгі.",
|
||||
"linter-category-bogus-image-options": "Няслушныя парамэтры файлу",
|
||||
|
|
|
@ -18,8 +18,9 @@
|
|||
"linter-numerrors": "($1টি {{PLURAL:$1|ত্রুটি}})",
|
||||
"linker-page-edit": "সম্পাদনা",
|
||||
"linker-page-history": "ইতিহাস",
|
||||
"linter-heading-errors": "ত্রুটিসমূহ",
|
||||
"linter-heading-warnings": "সতর্কীকরণসমূহ",
|
||||
"linter-heading-high-priority": "উচ্চ অগ্রাধিকার",
|
||||
"linter-heading-medium-priority": "মধ্যম অগ্রাধিকার",
|
||||
"linter-heading-low-priority": "নিন্ম অগ্রাধিকার",
|
||||
"pageinfo-linter": "Lint ত্রুটি",
|
||||
"apihelp-record-lint-param-page": "পাতার শিরোনাম"
|
||||
}
|
||||
|
|
|
@ -41,6 +41,9 @@
|
|||
"linter-numerrors": "($1 {{PLURAL:$1|chyba|chyby|chyb}})",
|
||||
"linker-page-edit": "editovat",
|
||||
"linker-page-history": "historie",
|
||||
"linter-heading-high-priority": "Vysoká priorita",
|
||||
"linter-heading-medium-priority": "Střední priorita",
|
||||
"linter-heading-low-priority": "Nízká priorita",
|
||||
"pageinfo-linter": "Chyby nalezené Lintem",
|
||||
"apihelp-query+linterrors-description": "Získat seznam chyb nalezených Lintem",
|
||||
"apihelp-query+linterrors-param-categories": "Kategorie chyb nalezených Lintem",
|
||||
|
|
10
i18n/eu.json
Normal file
10
i18n/eu.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Subi"
|
||||
]
|
||||
},
|
||||
"linter-heading-high-priority": "Lehentasun handia",
|
||||
"linter-heading-medium-priority": "Lehentasun ertaina",
|
||||
"linter-heading-low-priority": "Lehentasun txikia"
|
||||
}
|
|
@ -40,8 +40,9 @@
|
|||
"linter-numerrors": "({{PLURAL:$1|שגיאה אחת|$1 שגיאות}})",
|
||||
"linker-page-edit": "עריכה",
|
||||
"linker-page-history": "היסטוריה",
|
||||
"linter-heading-errors": "שגיאות",
|
||||
"linter-heading-warnings": "אזהרות",
|
||||
"linter-heading-high-priority": "עדיפות גבוהה",
|
||||
"linter-heading-medium-priority": "עדיפות בינונית",
|
||||
"linter-heading-low-priority": "עדיפות נמוכה",
|
||||
"pageinfo-linter": "שגיאות ניקיון",
|
||||
"apihelp-query+linterrors-description": "קבלת רשימת שגיאות ניקיון",
|
||||
"apihelp-query+linterrors-param-categories": "סוגים של שגיאות ניקיון",
|
||||
|
|
9
i18n/is.json
Normal file
9
i18n/is.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"MyraMidnight"
|
||||
]
|
||||
},
|
||||
"linter-heading-high-priority": "Mikinn forgang",
|
||||
"linter-heading-low-priority": "Lítinn forgang"
|
||||
}
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Beta16"
|
||||
"Beta16",
|
||||
"Ontsed"
|
||||
]
|
||||
},
|
||||
"linter-form-namespace": "Namespace:",
|
||||
|
@ -12,7 +13,8 @@
|
|||
"linter-numerrors": "($1 {{PLURAL:$1|errore|errori}})",
|
||||
"linker-page-edit": "modifica",
|
||||
"linker-page-history": "cronologia",
|
||||
"linter-heading-errors": "Errori",
|
||||
"linter-heading-warnings": "Avvisi",
|
||||
"linter-heading-high-priority": "Alta priorità",
|
||||
"linter-heading-medium-priority": "Priorità media",
|
||||
"linter-heading-low-priority": "Bassa priorità",
|
||||
"apihelp-record-lint-param-page": "Titolo della pagina"
|
||||
}
|
||||
|
|
|
@ -5,13 +5,12 @@
|
|||
"Shirayuki"
|
||||
]
|
||||
},
|
||||
"linter-form-namespace": "名前空間:",
|
||||
"linter-pager-title": "ページ名",
|
||||
"linter-pager-missing-end-tag-details": "不足している終了タグ",
|
||||
"linter-category-missing-end-tag": "終了タグの不足",
|
||||
"linter-numerrors": "($1 {{PLURAL:$1|件のエラー}})",
|
||||
"linker-page-edit": "編集",
|
||||
"linker-page-history": "履歴",
|
||||
"linter-heading-errors": "エラー",
|
||||
"linter-heading-warnings": "警告",
|
||||
"apihelp-record-lint-param-page": "ページ名"
|
||||
}
|
||||
|
|
|
@ -22,8 +22,9 @@
|
|||
"linter-numerrors": "({{PLURAL:$1|Ee|$1}} Feeler)",
|
||||
"linker-page-edit": "änneren",
|
||||
"linker-page-history": "Versiounen",
|
||||
"linter-heading-errors": "Feeler",
|
||||
"linter-heading-warnings": "Warnungen",
|
||||
"linter-heading-high-priority": "Héich Prioritéit",
|
||||
"linter-heading-medium-priority": "Mëttel Prioritéit",
|
||||
"linter-heading-low-priority": "Niddreg Prioritéit",
|
||||
"pageinfo-linter": "Lint-Feeler",
|
||||
"apihelp-query+linterrors-description": "Eng Lëscht vun de Lint-Feeler kréien",
|
||||
"apihelp-query+linterrors-param-categories": "Kategorie vu Lint-Feeleren",
|
||||
|
|
|
@ -4,5 +4,8 @@
|
|||
"Papuass"
|
||||
]
|
||||
},
|
||||
"linter-form-namespace": "Vārdtelpa:"
|
||||
"linter-form-namespace": "Vārdtelpa:",
|
||||
"linter-heading-high-priority": "Augsta prioritāte",
|
||||
"linter-heading-medium-priority": "Vidēja prioritāte",
|
||||
"linter-heading-low-priority": "Zema prioritāte"
|
||||
}
|
||||
|
|
|
@ -15,5 +15,7 @@
|
|||
"linter-numerrors": "($1 {{PLURAL:$1|fel}})",
|
||||
"linker-page-edit": "redigera",
|
||||
"linker-page-history": "historik",
|
||||
"linter-heading-high-priority": "Hög prioritet",
|
||||
"linter-heading-low-priority": "Låg prioritet",
|
||||
"apihelp-record-lint-param-page": "Sidtitel"
|
||||
}
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Vito Genovese"
|
||||
"Vito Genovese",
|
||||
"Bulgu"
|
||||
]
|
||||
},
|
||||
"linker-page-edit": "düzenle"
|
||||
"linker-page-edit": "düzenle",
|
||||
"linter-heading-high-priority": "Yüksek öncelik",
|
||||
"linter-heading-medium-priority": "Orta seviye öncelik",
|
||||
"linter-heading-low-priority": "Düşük öncelik"
|
||||
}
|
||||
|
|
|
@ -6,6 +6,5 @@
|
|||
},
|
||||
"linter-category-self-closed-tag": "אליין־פֿאַרמאַכטע טאַגן",
|
||||
"linker-page-history": "היסטאריע",
|
||||
"linter-heading-errors": "פֿעלער",
|
||||
"linter-heading-warnings": "ווארענונגען"
|
||||
"linter-heading-high-priority": "הויכער פריאריטעט"
|
||||
}
|
||||
|
|
|
@ -39,8 +39,9 @@
|
|||
"linter-numerrors": "($1个{{PLURAL:$1|错误}})",
|
||||
"linker-page-edit": "编辑",
|
||||
"linker-page-history": "历史",
|
||||
"linter-heading-errors": "错误",
|
||||
"linter-heading-warnings": "警告",
|
||||
"linter-heading-high-priority": "高优先级",
|
||||
"linter-heading-medium-priority": "中优先级",
|
||||
"linter-heading-low-priority": "低优先级",
|
||||
"pageinfo-linter": "Lint错误",
|
||||
"apihelp-query+linterrors-description": "获取lint错误的列表",
|
||||
"apihelp-query+linterrors-param-categories": "lint错误的分类",
|
||||
|
|
Loading…
Reference in a new issue