mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateStyles
synced 2024-11-28 02:00:20 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I741326bb395ae13cb51f0ee782e221e0c53627e2
This commit is contained in:
parent
612524a641
commit
4a17994d3d
|
@ -6,5 +6,21 @@
|
|||
},
|
||||
"templatestyles": "TemplateStyles",
|
||||
"templatestyles-desc": "Proporcionar fueyes d'estilu por plantía",
|
||||
"templatestyles-doc-header": "Fueya d'estilu específica de la plantía:"
|
||||
"templatestyles-missing-src": "L'atributu <code>src</code> de TemplateStyles nun tien de tar vacíu.",
|
||||
"templatestyles-invalid-src": "Títulu inválidu pal atributu <code>src</code> de TemplateStyles.",
|
||||
"templatestyles-bad-src-missing": "La páxina [[:$1|$2]] nun tien conteníu.",
|
||||
"templatestyles-bad-src": "La páxina [[:$1|$2]] tien de tener el modelu de conteníu «{{int:content-model-sanitized-css}}» pa TemplateStyles (el modelu actual ye «$3»).",
|
||||
"templatestyles-errorcomment": "Errores al procesar la fueya d'estilu [[:$1]] (rev $2):\n$3",
|
||||
"templatestyles-size-exceeded": "La fueya d'estilu pasa del tamañu máximu de $2.",
|
||||
"templatestyles-end-tag-injection": "La fueya d'estilu proporcionada contien <code></style</code>, que nun ta permitíu.",
|
||||
"content-model-sanitized-css": "Sanitized CSS",
|
||||
"templatestyles-error-at-rule-block-not-allowed": "Bloque nun permitíu pa <code>@$3</code> na llinia $1 caráuter $2.",
|
||||
"templatestyles-error-at-rule-block-required": "Bloque riquíu pa <code>@$3</code> na llinia $1 caráuter $2.",
|
||||
"templatestyles-error-bad-character-in-url": "Caráuter inválidu na URL na llinia $1 caráuter $2.",
|
||||
"templatestyles-error-bad-escape": "Caráuter inválidu nel escape na llinia $1 caráuter $2.",
|
||||
"templatestyles-error-bad-value-for-property": "Valor inválidu o sin encontu de la propiedá <code>@$3</code> na llinia $1 caráuter $2.",
|
||||
"templatestyles-error-expected-at-rule": "Esperábase <code>@$3</code> na llinia $1 caráuter $2.",
|
||||
"templatestyles-error-expected-colon": "Esperábase «:» na llinia $1 caráuter $2.",
|
||||
"templatestyles-error-expected-declaration": "Esperábase una declaración na llinia $1 caráuter $2.",
|
||||
"templatestyles-error-expected-declaration-list": "Esperábase una llista de declaraciones na llinia $1 caráuter $2."
|
||||
}
|
||||
|
|
20
i18n/nl.json
Normal file
20
i18n/nl.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Mainframe98"
|
||||
]
|
||||
},
|
||||
"templatestyles": "SjabloonStijlen",
|
||||
"templatestyles-desc": "Implementeer sjabloon-specifieke stijlbladen",
|
||||
"templatestyles-missing-src": "Het SjabloonStijlen <code>src</code> attribuut mag niet leeg zijn.",
|
||||
"templatestyles-invalid-src": "Ongeldige titel in het SjabloonStijlen <code>src</code> attribuut.",
|
||||
"templatestyles-bad-src-missing": "Pagina [[:$1|$2]] heeft geen inhoud.",
|
||||
"templatestyles-bad-src": "Pagina [[:$1|$2]] moet het inhoudsmodel \"{{int:content-model-sanitized-css}}\" hebben voor SjabloonStijlen (inhoudmodel is \"$3\").",
|
||||
"templatestyles-size-exceeded": "Het stijlblad is groter dan de maximum grootte $2",
|
||||
"templatestyles-end-tag-injection": "Het meegeleverde stijlblad bevat <code></style</code>, wat niet is toegestaan.",
|
||||
"content-model-sanitized-css": "Opgeschoonde CSS",
|
||||
"templatestyles-error-expected-colon": "Punt-komma ontbreekt op regel $1, teken $2",
|
||||
"templatestyles-error-expected-qualified-rule": "Stijlregel ontbreekt op regel $1, teken $2",
|
||||
"templatestyles-error-expected-stylesheet": "Stijlblad ontbreekt op regel $1, teken $2.",
|
||||
"templatestyles-error-invalid-namespace-value": "Ongeldige value ingesteld bij <code>@namespace</code> op regel $1, teken $2"
|
||||
}
|
Loading…
Reference in a new issue