mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-24 07:53:37 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ief7812eb6738a22050b314717e59ab53643ee957
This commit is contained in:
parent
70336be027
commit
90c7aa8d72
|
@ -50,6 +50,7 @@
|
|||
"templatedata-modal-table-param-type-file": "קובץ",
|
||||
"templatedata-modal-table-param-type-number": "מספר",
|
||||
"templatedata-modal-table-param-type-boolean": "בוליאני",
|
||||
"templatedata-modal-table-param-type-date": "תאריך",
|
||||
"templatedata-modal-table-param-type-page": "דף",
|
||||
"templatedata-modal-table-param-type-string": "מחרוזת",
|
||||
"templatedata-modal-table-param-type-undefined": "בלתי־מוגדר",
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"templatedata-modal-table-param-type": "Typ",
|
||||
"templatedata-modal-table-param-type-file": "Fichier",
|
||||
"templatedata-modal-table-param-type-number": "Zuel",
|
||||
"templatedata-modal-table-param-type-date": "Datum",
|
||||
"templatedata-modal-table-param-type-page": "Säit",
|
||||
"templatedata-modal-table-param-type-undefined": "Ondefinéiert",
|
||||
"templatedata-modal-table-param-type-user": "Benotzer",
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"templatedata-modal-table-param-label": "Label",
|
||||
"templatedata-modal-table-param-name": "Naam",
|
||||
"templatedata-modal-table-param-required": "Vereist",
|
||||
"templatedata-modal-table-param-suggested": "Voorgesteld",
|
||||
"templatedata-modal-table-param-suggested": "Aangeraden",
|
||||
"templatedata-modal-table-param-type": "Type",
|
||||
"templatedata-modal-table-param-type-file": "Bestand",
|
||||
"templatedata-modal-table-param-type-number": "Getal",
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
"authors": [
|
||||
"Sethladan",
|
||||
"Shirayuki",
|
||||
"Timo Tijhof"
|
||||
"Timo Tijhof",
|
||||
"Robby"
|
||||
]
|
||||
},
|
||||
"templatedata-desc": "{{desc|name=Template Data|url=http://www.mediawiki.org/wiki/Extension:TemplateData}}",
|
||||
|
@ -50,7 +51,7 @@
|
|||
"templatedata-modal-table-param-type-file": "A possible parameter type: File\n{{Identical|File}}",
|
||||
"templatedata-modal-table-param-type-number": "A possible parameter type: Number",
|
||||
"templatedata-modal-table-param-type-boolean": "A possible parameter type: Boolean",
|
||||
"templatedata-modal-table-param-type-date": "A possible parameter type: Date",
|
||||
"templatedata-modal-table-param-type-date": "A possible parameter type: Date\n{{Identical|Date}}",
|
||||
"templatedata-modal-table-param-type-page": "A possible parameter type: Page",
|
||||
"templatedata-modal-table-param-type-string": "A possible parameter type: String",
|
||||
"templatedata-modal-table-param-type-undefined": "A possible parameter type: Undefined",
|
||||
|
|
Loading…
Reference in a new issue