mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-14 11:17:15 +00:00
b6b66fb9b5
Change-Id: Ice2cdcf3d1f743e7eeb2b2c4b8ef8a0d86a18a8b
23 lines
887 B
JSON
23 lines
887 B
JSON
{
|
|
"@metadata": {
|
|
"authors": [
|
|
"Naudefj"
|
|
]
|
|
},
|
|
"scribunto-line": "op reël $1",
|
|
"scribunto-module-line": "in $1 op reël $2",
|
|
"scribunto-parser-dialog-title": "Skripfout",
|
|
"scribunto-error-short": "Skripfout: $1",
|
|
"scribunto-error-long": "Skripfoute:\n\n$1",
|
|
"scribunto-doc-page-name": "Module:$1/doc",
|
|
"scribunto-doc-page-does-not-exist": "''Dokumentasie vir hierdie module kan geskep word by: [[$1]]''",
|
|
"scribunto-doc-page-header": "'''Hierdie is die dokumentasieblad vir [[$1]]'''",
|
|
"scribunto-common-error-category": "Bladsye met skripfoute",
|
|
"scribunto-common-nosuchmodule": "Skripfout: die module bestaan nie.",
|
|
"scribunto-lua-in-function": "in funksie \"$1\"",
|
|
"scribunto-lua-in-main": "in die hoofgedeelte",
|
|
"scribunto-lua-in-function-at": "in die funksie op $1:$2",
|
|
"scribunto-lua-error-location": "Luafout $1: $2",
|
|
"scribunto-lua-error": "Luafout: $2"
|
|
}
|