mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 23:43:54 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ia66ede5eac2e6e830ceee05e38782ed21a4aedf3
This commit is contained in:
parent
83facf4985
commit
4a8a78cb85
|
@ -64,6 +64,7 @@
|
|||
"templatedata-modal-table-param-deprecated": "Veraltet",
|
||||
"templatedata-modal-table-param-deprecatedValue": "Veraltete Anleitung",
|
||||
"templatedata-modal-table-param-description": "Beschreibung ($1)",
|
||||
"templatedata-modal-table-param-example": "Beispiel ($1)",
|
||||
"templatedata-modal-table-param-importoption": "{{PLURAL:$1|Einen vorgeschlagenen|$1 vorgeschlagene}} Parameter hinzufügen",
|
||||
"templatedata-modal-table-param-importoption-subtitle": "Inklusive: $1",
|
||||
"templatedata-modal-table-param-label": "Bezeichnung ($1)",
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Danmichaelo",
|
||||
"Jdforrester"
|
||||
"Jdforrester",
|
||||
"Kingu"
|
||||
]
|
||||
},
|
||||
"apihelp-templatedata-description": "Hent data lagret av TemplateData-tillegget.",
|
||||
|
@ -44,12 +45,13 @@
|
|||
"templatedata-modal-errormsg": "Feil funnet. Sjekk at det ikke er tomme eller duplikate parameternavn, og at parameternavnet ikke inneholder «$1», «$2» eller «$3».",
|
||||
"templatedata-modal-errormsg-import-noparams": "Ingen nye parametre funnet under import.",
|
||||
"templatedata-modal-errormsg-import-paramsalreadyexist": "Noen parametre ble ikke importert fordi de allerede finnes i editoren: $1",
|
||||
"templatedata-modal-json-error-replace": "Erstatt",
|
||||
"templatedata-modal-notice-import-numparams": "{{PLURAL:$1|Én ny parameter|$1 nye parametre}} ble importert.",
|
||||
"templatedata-modal-table-param-actions": "Handlinger",
|
||||
"templatedata-modal-table-param-aliases": "Kallenavn (kommaseparert)",
|
||||
"templatedata-modal-table-param-autovalue": "Autoverdi",
|
||||
"templatedata-modal-table-param-default": "Standard",
|
||||
"templatedata-modal-table-param-desc": "Beskrivelse",
|
||||
"templatedata-modal-table-param-description": "Beskrivelse",
|
||||
"templatedata-modal-table-param-label": "Etikett",
|
||||
"templatedata-modal-table-param-name": "Navn",
|
||||
"templatedata-modal-table-param-required": "Påkrevd",
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
"templatedata-modal-table-param-deprecated": "Label for a parameter property input: Deprecated status of the parameter.\n{{Identical|Deprecated}}",
|
||||
"templatedata-modal-table-param-deprecatedValue": "Label for a parameter property input: Deprecated guidance of the parameter.",
|
||||
"templatedata-modal-table-param-description": "Label for a parameter property input: Description of the parameter.\n\nParameters:\n* $1 - currently showing language\n{{Identical|Description}}",
|
||||
"templatedata-modal-table-param-example": "Label for a parameter property input: Example value of the parameter.\n\nParameters:\n* $1 - currently showing language\n",
|
||||
"templatedata-modal-table-param-example": "Label for a parameter property input: Example value of the parameter.\n\nParameters:\n* $1 - currently showing language",
|
||||
"templatedata-modal-table-param-importoption": "Label for the import option in the parameter list in the edit dialog. $1 - number of suggested parameters that can be imported.",
|
||||
"templatedata-modal-table-param-importoption-subtitle": "A list of suggested parameter names in the import option in the parameter list in the edit dialog. $1 - list (or partial list) of suggested parameter names to import.\n{{Identical|Including}}",
|
||||
"templatedata-modal-table-param-label": "Label for a parameter property input: Label of the parameter.\n\nSee https://en.wikipedia.org/w/index.php?title=Template:Infobox_treaty/TemplateData&action=edit for example.\n\nParameters:\n* $1 - currently showing language\n{{Identical|Label}}",
|
||||
|
|
Loading…
Reference in a new issue