mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-23 15:36:52 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ifaae9d2b0a7634df8ef42020b77822a43e3bac1b
This commit is contained in:
parent
fdd5f76d6e
commit
090cc0d7e0
|
@ -2,9 +2,13 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Amire80",
|
||||
"Piano1forte2"
|
||||
"Piano1forte2",
|
||||
"Reedy"
|
||||
]
|
||||
},
|
||||
"linter-category-night-mode-unaware-background-color": "Background colour inline style rule exists without a corresponding text colour",
|
||||
"linter-category-night-mode-unaware-background-color-desc": "These pages have background colour inline style rules but no corresponding text colour, which breaks dark mode",
|
||||
"linter-category-tidy-font-bug-desc": "Previously, these font tags were moved inside links to change link colour",
|
||||
"linter-pager-night-mode-unaware-background-color-details": "Background colour inline style needs text colour",
|
||||
"linter-pager-tidy-font-bug-details": "Font tag tries to change link colour"
|
||||
}
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
"Pamputt",
|
||||
"Pols12",
|
||||
"SleaY",
|
||||
"Terio legale",
|
||||
"Thibaut120094",
|
||||
"Urhixidur",
|
||||
"Verdy p",
|
||||
|
@ -26,6 +27,8 @@
|
|||
"linter-category-large-tables-desc": "Ces pages contiennent des tableaux difficiles à visualiser sur mobile",
|
||||
"linter-category-deletable-table-tag": "Balise de tableau qui devrait être supprimée",
|
||||
"linter-category-deletable-table-tag-desc": "Ces pages ont des balises de tableau qui devraient être supprimées.",
|
||||
"linter-category-duplicate-ids": "Identifiants en double",
|
||||
"linter-category-duplicate-ids-desc": "Ces pages contiennent des éléments avec des attributs d'identification en double.",
|
||||
"linter-category-fostered": "Contenu mal placé",
|
||||
"linter-category-fostered-desc": "Ces pages ont du contenu mal placé.",
|
||||
"linter-category-fostered-transparent": "Favorisé le rendu d'un contenu transparent.",
|
||||
|
@ -91,6 +94,7 @@
|
|||
"linter-pager-category-header": "Catégorie",
|
||||
"linter-pager-deletable-table-tag-details": "Balise de tableau qui devrait être supprimée",
|
||||
"linter-pager-details-header": "Informations supplémentaires",
|
||||
"linter-pager-duplicate-ids-details": "Identifiants en double",
|
||||
"linter-pager-fostered-transparent-details": "Favorisé le rendu d'un contenu transparent.",
|
||||
"linter-pager-html5-misnesting-details": "Mauvaise imbrication (maintenant hors service)",
|
||||
"linter-pager-inline-media-caption-details": "Média inclus avec légendes",
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
"linter-category-large-tables-desc": "這些頁面的表格難以在行動裝置上檢視",
|
||||
"linter-category-deletable-table-tag": "應被刪除的表格標籤",
|
||||
"linter-category-deletable-table-tag-desc": "這些頁面擁有應被刪除的表格標籤。",
|
||||
"linter-category-duplicate-ids": "重複ID",
|
||||
"linter-category-fostered": "表格不合法內容",
|
||||
"linter-category-fostered-desc": "這些頁面的表格中含有不合法內容。",
|
||||
"linter-category-fostered-transparent": "不合法透明內容渲染",
|
||||
|
@ -87,6 +88,7 @@
|
|||
"linter-pager-category-header": "分類",
|
||||
"linter-pager-deletable-table-tag-details": "應被刪除的表格標籤",
|
||||
"linter-pager-details-header": "額外資訊",
|
||||
"linter-pager-duplicate-ids-details": "重複ID",
|
||||
"linter-pager-fostered-details": "表格不合法內容",
|
||||
"linter-pager-fostered-transparent-details": "不合法透明內容渲染",
|
||||
"linter-pager-html5-misnesting-details": "錯誤(現已中斷)",
|
||||
|
|
Loading…
Reference in a new issue