mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-27 17:50:06 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ieb03e75bb8bab598f2b2c4cd9c526719d1c8ce81
This commit is contained in:
parent
8d69dc173e
commit
b70dcd048f
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"McDutchie",
|
||||
"Metalhead64"
|
||||
]
|
||||
},
|
||||
|
@ -9,5 +10,5 @@
|
|||
"apihelp-scribunto-console-param-content": "Der neue Inhalt des Moduls.",
|
||||
"apihelp-scribunto-console-param-session": "Sitzungs-Token.",
|
||||
"apihelp-scribunto-console-param-question": "Die nächste Zeile, die als Skript evaluiert werden soll.",
|
||||
"apihelp-scribunto-console-param-clear": "Setzt den aktuellen Sitzungsstatus fest oder löscht ihn."
|
||||
"apihelp-scribunto-console-param-clear": "Setzen, um den aktuellen Sitzungsstatus zu löschen."
|
||||
}
|
||||
|
|
|
@ -2,11 +2,14 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Mainframe98",
|
||||
"McDutchie",
|
||||
"Robin van der Vliet"
|
||||
]
|
||||
},
|
||||
"apihelp-scribunto-console-summary": "Interne module voor het afhandelen van XHR-verzoeken vanaf de Scribunto-console.",
|
||||
"apihelp-scribunto-console-param-title": "De titel van de module om te testen.",
|
||||
"apihelp-scribunto-console-param-content": "De nieuwe inhoud van de module.",
|
||||
"apihelp-scribunto-console-param-session": "Sessiesleutel.",
|
||||
"apihelp-scribunto-console-param-question": "De volgende regel om als script te evalueren."
|
||||
"apihelp-scribunto-console-param-question": "De volgende regel om als script te evalueren.",
|
||||
"apihelp-scribunto-console-param-clear": "Instellen om de huidige sessiestatus te wissen."
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
"HanV",
|
||||
"Konovalov",
|
||||
"Mainframe98",
|
||||
"McDutchie",
|
||||
"Nickthijssen1994",
|
||||
"Robin van der Vliet",
|
||||
"Robin0van0der0vliet",
|
||||
|
@ -57,7 +58,7 @@
|
|||
"scribunto-luastandalone-signal": "Luafout: interne fout: de verwerkingsmodule is gestopt met het signaal \"$2\".",
|
||||
"scribunto-luastandalone-exited": "Luafout: interne fout: de verwerkingsmodule is gestopt met de status $2.",
|
||||
"scribunto-module-with-errors-category": "Scribuntomodules met fouten",
|
||||
"scribunto-module-with-errors-category-desc": "Deze module bevat een fout.",
|
||||
"scribunto-module-with-errors-category-desc": "Er zit een fout in de module.",
|
||||
"scribunto-limitreport-timeusage": "Tijdgebruik door Lua",
|
||||
"scribunto-limitreport-timeusage-value": "$1/$2 seconden",
|
||||
"scribunto-limitreport-virtmemusage": "Virtuele grootte van Lua",
|
||||
|
|
Loading…
Reference in a new issue