mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 15:36:47 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I1675a360a33c789978d793e5110debe88471600d
This commit is contained in:
parent
b87d37f482
commit
b06fe10b3d
8
i18n/api/lv.json
Normal file
8
i18n/api/lv.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Papuass"
|
||||
]
|
||||
},
|
||||
"apierror-templatedata-corrupt": "Lapas #$1 templatedata satur nekorektus datus: $2"
|
||||
}
|
|
@ -2,11 +2,16 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Ency",
|
||||
"Woytecr"
|
||||
"Woytecr",
|
||||
"Rail"
|
||||
]
|
||||
},
|
||||
"apihelp-templatedata-description": "Zobacz dane zapisane w rozszerzeniu TemplateData.",
|
||||
"apihelp-templatedata-summary": "Wydobądź dane przechowywane przez rozszerzenie TemplateData.",
|
||||
"apihelp-templatedata-example-1": "Zwróć dane dla [[Template:Stub]] oraz [[Template:Example]]",
|
||||
"apihelp-templatedata-example-2": "Zwraca dane TemplateData dla [[Template:Stub]] oraz [[Template:Example]] z brakiem wyników jeżeli szablon nie istnieje lub jeżeli nie posiada TemplateData.",
|
||||
"apihelp-templatedata-param-includeMissingTitles": "Zwracaj dane o tytułach nawet gdy nie istnieją lub brakuje w nich danych TemplateData. Domyślnie tytuły są zwracane tylko gdy istnieją i posiadają takie dane.",
|
||||
"apihelp-templatedata-param-doNotIgnoreMissingTitles": "Zwracaj dane o tytułach nawet gdy nie istnieją lub brakuje w nich danych TemplateData. Domyślnie (dla zachowania wstecznej kompatybilności) tytuły są zwracane tylko gdy istnieją i posiadają takie dane.",
|
||||
"apihelp-templatedata-param-lang": "Zwraca tłumaczenia w tym języku. Domyślnie zwracane są wszystkie dostępne tłumaczenia.",
|
||||
"apierror-templatedata-corrupt": "TemplateData dla strony #$1 zawierają niepoprawne dane: $2",
|
||||
"apiwarn-templatedata-deprecation-format": "Domyślny format wyjścia zmieni się w przyszłości na <kbd>jsonfm</kbd>. Trzeba użyć <kbd>format=json</kbd>, aby nadal wyświetlać w dotychczasowym domyślnym formacie."
|
||||
|
|
11
i18n/fr.json
11
i18n/fr.json
|
@ -21,7 +21,8 @@
|
|||
"Urhixidur",
|
||||
"Ltrlg",
|
||||
"Pols12",
|
||||
"Epok"
|
||||
"Epok",
|
||||
"Thibaut120094"
|
||||
]
|
||||
},
|
||||
"templatedata-desc": "Met en place un stockage de données pour les paramètres des modèles (en utilisant JSON)",
|
||||
|
@ -59,11 +60,11 @@
|
|||
"templatedata-editbutton": "Gérer TemplateData",
|
||||
"templatedata-errormsg-jsonbadformat": "Mauvais format JSON. Vous pouvez annuler cette opération pour le corriger, supprimer les balises actuelles <templatedata> et réessayer, ou continuer à remplacer le TemplateData actuel par un nouveau.",
|
||||
"templatedata-errormsg-insertblank": "Êtes-vous sûr de vouloir insérer TemplateData sans aucune information ?",
|
||||
"templatedata-exists-on-related-page": "Information : il y a déjà une section TemplateData sur la page liée « [[$1]] ».",
|
||||
"templatedata-exists-on-related-page": "Veuillez noter : il y a déjà une section TemplateData sur la page liée « [[$1]] ».",
|
||||
"templatedata-helplink": "Informations sur TemplateData",
|
||||
"templatedata-invalid-duplicate-value": "La propriété « $1 » (« $3 ») est un doublon de « $2 ».",
|
||||
"templatedata-invalid-empty-array": "La propriété « $1 » doit avoir au moins une valeur dans son tableau.",
|
||||
"templatedata-invalid-format": "La propriété « $1 » doit être « inline » , « block » ou une chaîne valide de format.",
|
||||
"templatedata-invalid-duplicate-value": "La propriété « $1 » (« $3 ») est un doublon de « $2 ».",
|
||||
"templatedata-invalid-empty-array": "La propriété « $1 » doit avoir au moins une valeur dans son tableau.",
|
||||
"templatedata-invalid-format": "La propriété « $1 » doit être « inline », « block » ou une chaîne de format valide.",
|
||||
"templatedata-invalid-length": "Données trop grosses pour être enregistrées ({{formatnum:$1}} {{PLURAL:$1|octet|octets}}, {{PLURAL:$2|la limite est}} {{formatnum:$2}})",
|
||||
"templatedata-invalid-missing": "Propriété « $1 » obligatoire non trouvée.",
|
||||
"templatedata-invalid-param": "$1 est un paramètre non valide pour la propriété $2.",
|
||||
|
|
|
@ -83,6 +83,7 @@
|
|||
"templatedata-modal-title-paramorder": "Parametru secība",
|
||||
"templatedata-modal-title-templatedesc": "Veidnes apraksts ($1)",
|
||||
"templatedata-modal-title-templateformat": "Ieteiktas vikiteksta noformējums",
|
||||
"templatedata-modal-title-templateformatstring": "Pielāgots formāta šablons",
|
||||
"templatedata-modal-title-templateparam-details": "Parametra detaļas: $1",
|
||||
"templatedata-modal-title-templateparams": "Veidnes parametri"
|
||||
}
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
"Ency",
|
||||
"Maćko",
|
||||
"Ankam",
|
||||
"Railfail536"
|
||||
"Railfail536",
|
||||
"Rail"
|
||||
]
|
||||
},
|
||||
"templatedata-desc": "Dodaje możliwość przechowywania parametrów szablonu (poprzez JSON)",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"templatedata-modal-button-done": "ٿي ويو",
|
||||
"templatedata-modal-button-saveparam": "سانڍيو",
|
||||
"templatedata-modal-format-block": "بندشيو",
|
||||
"templatedata-modal-json-error-replace": "تبديل ڪريو",
|
||||
"templatedata-modal-json-error-replace": "مٽايو",
|
||||
"templatedata-modal-table-param-example": "مثال ($1)",
|
||||
"templatedata-modal-title-templateformat": "تجويزڪيل وڪيٽيڪسٽ فارميٽنگ"
|
||||
}
|
||||
|
|
11
i18n/szl.json
Normal file
11
i18n/szl.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Uostofchuodnego"
|
||||
]
|
||||
},
|
||||
"templatedata-doc-format-block": "Tyn muster preferuje formatowanie blokowe parametrōw.",
|
||||
"templatedata-doc-format-custom": "Tyn muster mŏ włŏsne formatowanie.",
|
||||
"templatedata-doc-format-inline": "Tyn muster preferuje formatowanie parametrōw we liniji.",
|
||||
"templatedata-doc-params": "Parametry mustra"
|
||||
}
|
Loading…
Reference in a new issue