From 4a17994d3dd24d5e080b3abf506981087c61767a Mon Sep 17 00:00:00 2001 From: Translation updater bot Date: Wed, 28 Jun 2017 23:13:56 +0200 Subject: [PATCH] Localisation updates from https://translatewiki.net. Change-Id: I741326bb395ae13cb51f0ee782e221e0c53627e2 --- i18n/ast.json | 18 +++++++++++++++++- i18n/nl.json | 20 ++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 i18n/nl.json diff --git a/i18n/ast.json b/i18n/ast.json index cbe9ce4..92ce08a 100644 --- a/i18n/ast.json +++ b/i18n/ast.json @@ -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 src de TemplateStyles nun tien de tar vacíu.", + "templatestyles-invalid-src": "Títulu inválidu pal atributu src 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 </style, que nun ta permitíu.", + "content-model-sanitized-css": "Sanitized CSS", + "templatestyles-error-at-rule-block-not-allowed": "Bloque nun permitíu pa @$3 na llinia $1 caráuter $2.", + "templatestyles-error-at-rule-block-required": "Bloque riquíu pa @$3 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á @$3 na llinia $1 caráuter $2.", + "templatestyles-error-expected-at-rule": "Esperábase @$3 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." } diff --git a/i18n/nl.json b/i18n/nl.json new file mode 100644 index 0000000..99d275d --- /dev/null +++ b/i18n/nl.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Mainframe98" + ] + }, + "templatestyles": "SjabloonStijlen", + "templatestyles-desc": "Implementeer sjabloon-specifieke stijlbladen", + "templatestyles-missing-src": "Het SjabloonStijlen src attribuut mag niet leeg zijn.", + "templatestyles-invalid-src": "Ongeldige titel in het SjabloonStijlen src 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 </style, 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 @namespace op regel $1, teken $2" +}