Galorefitz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/278696

Change subject: Move direct text formatting from i18n messages to HTML in PHP
......................................................................

Move direct text formatting from i18n messages to HTML in PHP

Formatting such as bold and italics were being done directly on text in
i18n messages for "scribunto-doc-page-does-not-exist" and
"scribunto-doc-page-header" till now. This formatting has been shifted
to the respective functions using these keys, in the form of HTML tags.

Bug: T48109
Change-Id: If4b9919934bed4a135db8c6bc91f3d9a0f60820c
---
M common/Hooks.php
M common/ScribuntoContent.php
M i18n/af.json
M i18n/ast.json
M i18n/be-tarask.json
M i18n/be.json
M i18n/bg.json
M i18n/bn.json
M i18n/bs.json
M i18n/ca.json
M i18n/ce.json
M i18n/ckb.json
M i18n/cs.json
M i18n/da.json
M i18n/de.json
M i18n/dsb.json
M i18n/en.json
M i18n/eo.json
M i18n/es.json
M i18n/et.json
M i18n/fa.json
M i18n/fi.json
M i18n/fo.json
M i18n/fr.json
M i18n/gl.json
M i18n/hi.json
M i18n/hsb.json
M i18n/hu.json
M i18n/id.json
M i18n/ilo.json
M i18n/is.json
M i18n/it.json
M i18n/ja.json
M i18n/ka.json
M i18n/kk-cyrl.json
M i18n/ko.json
M i18n/ksh.json
M i18n/ku-latn.json
M i18n/lb.json
M i18n/lv.json
M i18n/mk.json
M i18n/ml.json
M i18n/ms.json
M i18n/nb.json
M i18n/nl.json
M i18n/nn.json
M i18n/pl.json
M i18n/pt-br.json
M i18n/pt.json
M i18n/ro.json
M i18n/ru.json
M i18n/scn.json
M i18n/sk.json
M i18n/sr-ec.json
M i18n/sr-el.json
M i18n/sv.json
M i18n/th.json
M i18n/uk.json
M i18n/ur.json
M i18n/vi.json
M i18n/zh-hans.json
M i18n/zh-hant.json
62 files changed, 120 insertions(+), 116 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto 
refs/changes/96/278696/1

diff --git a/common/Hooks.php b/common/Hooks.php
index 792e78a..9528e22 100644
--- a/common/Hooks.php
+++ b/common/Hooks.php
@@ -446,10 +446,11 @@
                global $wgOut;
 
                $title = $article->getTitle();
+               $message = "<p><strong>" .
+                       wfMessage( 'scribunto-doc-page-header', 
$forModule->getPrefixedText() )->parse() .
+                       "</strong></p>";
                if ( Scribunto::isDocPage( $title, $forModule ) ) {
-                       $wgOut->addHTML(
-                               wfMessage( 'scribunto-doc-page-header', 
$forModule->getPrefixedText() )->parseAsBlock()
-                       );
+                       $wgOut->addHTML( $message );
                }
                return true;
        }
diff --git a/common/ScribuntoContent.php b/common/ScribuntoContent.php
index 67de1ef..6b12cc0 100644
--- a/common/ScribuntoContent.php
+++ b/common/ScribuntoContent.php
@@ -45,6 +45,9 @@
                        )->inContentLanguage();
 
                        if ( !$msg->isDisabled() ) {
+                               if( !$doc->exists() ) {
+                                       $msg = "<i>" . $msg . "</i>";
+                               }
                                // We need the ParserOutput for categories and 
such, so we
                                // can't use $msg->parse().
                                $docViewLang = $doc->getPageViewLanguage();
diff --git a/i18n/af.json b/i18n/af.json
index e9da2b2..0c2dca0 100644
--- a/i18n/af.json
+++ b/i18n/af.json
@@ -12,8 +12,8 @@
        "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-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\"",
diff --git a/i18n/ast.json b/i18n/ast.json
index 93e5bc2..fe1463f 100644
--- a/i18n/ast.json
+++ b/i18n/ast.json
@@ -11,8 +11,8 @@
        "scribunto-error-short": "Error de script: $1",
        "scribunto-error-long": "Errores de script:\n\n$1",
        "scribunto-doc-page-name": "Módulu:$1/usu",
-       "scribunto-doc-page-does-not-exist": "''La documentación pa esti módulu 
pue crease'n [[$1]]''",
-       "scribunto-doc-page-header": "'''Esta ye la páxina de documentación pa 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "La documentación pa esti módulu 
pue crease'n [[$1]]",
+       "scribunto-doc-page-header": "Esta ye la páxina de documentación pa 
[[$1]]",
        "scribunto-console-intro": "* Les esportaciones del módulu tan 
disponibles como la variable \"p\", incluyendo los cambios ensin guardar.\n* 
Ponga un \"=\" delantre de la llinia pa evaluala como una espresión, o use 
print().\n* Use mw.log() nel códigu del módulu pa unviar los mensaxes a esta 
consola.",
        "scribunto-console-title": "Consola de depuración",
        "scribunto-console-too-large": "La sesión d'esta consola ye enforma 
grande. Llimpíe l'historial de la consola o reduza'l tamañu del módulu.",
diff --git a/i18n/be-tarask.json b/i18n/be-tarask.json
index 61f5cf8..db4303b 100644
--- a/i18n/be-tarask.json
+++ b/i18n/be-tarask.json
@@ -12,8 +12,8 @@
        "scribunto-error-short": "Памылка скрыпту: $1",
        "scribunto-error-long": "Памылкі скрыпту:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/Дакумэнтацыя",
-       "scribunto-doc-page-does-not-exist": "''Дакумэнтацыю да гэтага модуля 
можна стварыць у [[$1]]''",
-       "scribunto-doc-page-header": "''Гэта падстаронка-дакумэнтацыя для 
[[$1]]''",
+       "scribunto-doc-page-does-not-exist": "Дакумэнтацыю да гэтага модуля 
можна стварыць у [[$1]]",
+       "scribunto-doc-page-header": "Гэта падстаронка-дакумэнтацыя для [[$1]]",
        "scribunto-console-intro": "* Экспартаваныя зьвесткі модуля даступныя 
празь зьменную «p», у тым ліку незахаваныя зьмены.\n* Калі хочаце вылічыць 
радок як выраз, ужывайце перад радком знак «=», або выкарыстоўвайце print().\n* 
Каб дасылаць паведамленьні ў гэтую кансоль, выкарыстоўвайце mw.log() у кодзе 
модуля.",
        "scribunto-console-title": "Кансоль адладкі",
        "scribunto-console-too-large": "Гэтая сэсія кансолі надта вялікая. Калі 
ласка, ачысьціце гісторыю кансолі ці паменшыце памер модуля.",
diff --git a/i18n/be.json b/i18n/be.json
index d116ace..ba18753 100644
--- a/i18n/be.json
+++ b/i18n/be.json
@@ -12,8 +12,8 @@
        "scribunto-error-short": "Памылка скрыпта: $1",
        "scribunto-error-long": "Памылкі скрыпта:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/Дакументацыя",
-       "scribunto-doc-page-does-not-exist": "''Дакументацыю да гэтага модуля 
можна стварыць у [[$1]]''",
-       "scribunto-doc-page-header": "'''Гэта старонка дакументацыі для 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Дакументацыю да гэтага модуля 
можна стварыць у [[$1]]",
+       "scribunto-doc-page-header": "Гэта старонка дакументацыі для [[$1]]",
        "scribunto-console-intro": "* Экспартаваныя звесткі модуля даступныя 
праз зменную «p», у тым ліку незахаваныя змены.\n* Калі хочаце вылічыць радок 
як выраз, ужывайце перад радком знак «=», або выкарыстоўвайце print().\n* Каб 
дасылаць паведамленні ў гэтую кансоль, выкарыстоўвайце mw.log() у кодзе 
модуля.",
        "scribunto-console-title": "Кансоль адладкі",
        "scribunto-console-clear": "Ачысціць",
diff --git a/i18n/bg.json b/i18n/bg.json
index c0f67da..12d1292 100644
--- a/i18n/bg.json
+++ b/i18n/bg.json
@@ -12,8 +12,8 @@
        "scribunto-error-short": "Грешка в скрипта: $1",
        "scribunto-error-long": "Грешки в скрипта:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''Документация за този модул може 
да бъде създадена на [[$1]]''",
-       "scribunto-doc-page-header": "'''Това е страница с документация за 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Документация за този модул може 
да бъде създадена на [[$1]]",
+       "scribunto-doc-page-header": "Това е страница с документация за [[$1]]",
        "scribunto-console-title": "Конзола за отстраняване на грешки",
        "scribunto-console-clear": "Изчистване",
        "scribunto-common-error-category": "Страници с грешки в скрипта",
diff --git a/i18n/bn.json b/i18n/bn.json
index f1310ec..508931c 100644
--- a/i18n/bn.json
+++ b/i18n/bn.json
@@ -13,8 +13,8 @@
        "scribunto-error-short": "স্ক্রিপ্ট ত্রুটি: $1",
        "scribunto-error-long": "স্ক্রিপ্ট ত্রুটি:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/নথি",
-       "scribunto-doc-page-does-not-exist": "''এই মডিউলের জন্য [[$1]]-এ 
নথিপত্র তৈরি করা হয়ে থাকতে পারে''",
-       "scribunto-doc-page-header": "'''এই নথির পাতাটি [[$1]]-এর জন্য'''",
+       "scribunto-doc-page-does-not-exist": "এই মডিউলের জন্য [[$1]]-এ নথিপত্র 
তৈরি করা হয়ে থাকতে পারে",
+       "scribunto-doc-page-header": "এই নথির পাতাটি [[$1]]-এর জন্য",
        "scribunto-console-intro": "* অসংরক্ষিত পরিবর্তনসহ, মডিউল রপ্তানি চলক 
\"p\" হিসাবে উপলব্ধ।\n* একটি লাইনকে একটি এক্সপ্রেশন হিসেবে মূল্যায়ন করতে, 
\"=\" দিয়ে শুরু করুন, বা print() ব্যবহার করুন।\n* এই কনসোলে বার্তা পাঠাতে 
মডিউল কোডে mw.log() ব্যবহার করুন।",
        "scribunto-console-title": "ডিবাগ কনসোল",
        "scribunto-console-current-src": "কনসোল ইনপুট",
diff --git a/i18n/bs.json b/i18n/bs.json
index b730c0d..0c0f49d 100644
--- a/i18n/bs.json
+++ b/i18n/bs.json
@@ -7,8 +7,8 @@
                ]
        },
        "scribunto-doc-page-name": "Module:$1/dok",
-       "scribunto-doc-page-does-not-exist": "''Dokumentaciju za ovaj modul 
možete napraviti na stranici [[$1]]''",
-       "scribunto-doc-page-header": "'''Ovo je stranica dokumentacije za 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentaciju za ovaj modul 
možete napraviti na stranici [[$1]]",
+       "scribunto-doc-page-header": "Ovo je stranica dokumentacije za [[$1]]",
        "scribunto-console-clear": "Očisti",
        "scribunto-lua-error": "Lua greška: $2."
 }
diff --git a/i18n/ca.json b/i18n/ca.json
index 728f931..f52ac5e 100644
--- a/i18n/ca.json
+++ b/i18n/ca.json
@@ -13,8 +13,8 @@
        "scribunto-error-short": "Error de l'script: $1",
        "scribunto-error-long": "Errors de l'script:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/ús",
-       "scribunto-doc-page-does-not-exist": "''La documentació d'ús d'aquest 
mòdul es pot crear a [[$1]]''",
-       "scribunto-doc-page-header": "'''Aquesta és la pàgina de documentació 
per a [[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "La documentació d'ús d'aquest 
mòdul es pot crear a [[$1]]",
+       "scribunto-doc-page-header": "Aquesta és la pàgina de documentació per 
a [[$1]]",
        "scribunto-console-intro": "* Les exportacions del mòdul són 
disponibles com a part de la variable «p», incloent-hi aquelles modificacions 
que no s'han desat.\n* Escriviu «=» davant d'una línia per a avaluar-ho com a 
expressió, o bé feu servir print().\n* Utilitzeu mw.log() al codi del mòdul per 
a enviar missatges a la consola.",
        "scribunto-console-title": "Consola de depuració",
        "scribunto-console-too-large": "La sessió de la consola és massa gran. 
Netegeu l'historial de la consola o reduïu la mida del mòdul.",
diff --git a/i18n/ce.json b/i18n/ce.json
index 184627a..c3dd811 100644
--- a/i18n/ce.json
+++ b/i18n/ce.json
@@ -7,7 +7,7 @@
        "scribunto-desc": "MediaWiki агӀонашкахь скриптийн мотт лато хӀума",
        "scribunto-parser-dialog-title": "Скриптан гӀалат",
        "scribunto-error-short": "Скриптан гӀалат: $1",
-       "scribunto-doc-page-does-not-exist": "''ХӀокху модулах лаьцна хааман 
[[$1]] агӀо кхолла мега''",
+       "scribunto-doc-page-does-not-exist": "ХӀокху модулах лаьцна хааман 
[[$1]] агӀо кхолла мега",
        "scribunto-console-intro": "* ХӀокху модульс экспорт еш ерг, лело луш ю 
хийцалуш «p» сана, Ӏалаш бина боцу хийцамашца.\n* Хьалха йилла билгало «=», дош 
сана къаста ян я лела йе print().\n* Модулан кодан юкъахь лела йе mw.log() хаам 
консуль чохь гучу балийта.",
        "scribunto-console-title": "Лелоран консуль",
        "scribunto-console-clear": "ЦӀанъян",
diff --git a/i18n/ckb.json b/i18n/ckb.json
index 335ee93..21230cf 100644
--- a/i18n/ckb.json
+++ b/i18n/ckb.json
@@ -6,6 +6,6 @@
                ]
        },
        "scribunto-doc-page-does-not-exist": "\"بەڵگەدارکردنی ئەم مۆدیوولە 
دەکرێ لە [[$1]]دا دروست بکرێ\"",
-       "scribunto-doc-page-header": "'''ئەمە پەڕەیەکی بەڵگەدارکردنە بۆ 
[[$1]]'''",
+       "scribunto-doc-page-header": "ئەمە پەڕەیەکی بەڵگەدارکردنە بۆ [[$1]]",
        "scribunto-lua-error": "ھەڵەی زمانی لوا: $2."
 }
diff --git a/i18n/cs.json b/i18n/cs.json
index 4fbe595..eadacaa 100644
--- a/i18n/cs.json
+++ b/i18n/cs.json
@@ -12,8 +12,8 @@
        "scribunto-error-short": "Chyba skriptu: $1",
        "scribunto-error-long": "Chyby skriptu:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/Dokumentace",
-       "scribunto-doc-page-does-not-exist": "''Dokumentaci tohoto modulu lze 
vytvořit na stránce [[$1]]''",
-       "scribunto-doc-page-header": "'''Toto je dokumentace pro [[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentaci tohoto modulu lze 
vytvořit na stránce [[$1]]",
+       "scribunto-doc-page-header": "Toto je dokumentace pro [[$1]]",
        "scribunto-console-intro": "* Exporty z modulu jsou dostupné jako 
proměnná „p“ včetně neuložených změn.\n* Řádek začínající „=“ se vyhodnotí jako 
výraz, případně můžete použít print().\n* V kódu modulu můžete zprávy do 
konzole poslat pomocí mw.log().",
        "scribunto-console-title": "Ladicí konzole",
        "scribunto-console-too-large": "Toto konzolové sezení je příliš velké. 
Vymažte historii konzole nebo zmenšete modul.",
diff --git a/i18n/da.json b/i18n/da.json
index f425d65..48e4aff 100644
--- a/i18n/da.json
+++ b/i18n/da.json
@@ -11,8 +11,8 @@
        "scribunto-error-short": "Skriptfejl: $1",
        "scribunto-error-long": "Skriptfejl:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/dok",
-       "scribunto-doc-page-does-not-exist": "''Dokumentation for dette modul 
kan oprettes på [[$1]]''",
-       "scribunto-doc-page-header": "'''Dette er dokumentationssiden for 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentation for dette modul kan 
oprettes på [[$1]]",
+       "scribunto-doc-page-header": "Dette er dokumentationssiden for [[$1]]",
        "scribunto-console-title": "Fejlsøgningskonsol",
        "scribunto-console-current-src": "konsolinput",
        "scribunto-console-clear": "Ryd",
diff --git a/i18n/de.json b/i18n/de.json
index fbe68c0..e8e7978 100644
--- a/i18n/de.json
+++ b/i18n/de.json
@@ -14,8 +14,8 @@
        "scribunto-error-short": "Skriptfehler: $1",
        "scribunto-error-long": "Skriptfehler:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/Doku",
-       "scribunto-doc-page-does-not-exist": "''Die Dokumentation für dieses 
Modul kann unter [[$1]] erstellt werden''",
-       "scribunto-doc-page-header": "'''Dies ist die Dokumentationsseite für 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Die Dokumentation für dieses 
Modul kann unter [[$1]] erstellt werden",
+       "scribunto-doc-page-header": "Dies ist die Dokumentationsseite für 
[[$1]]",
        "scribunto-console-intro": "* Modulexporte sind über die Variable „p“ 
verfügbar. Sie enthalten auch nicht gespeicherte Änderungen.\n* Einer Zeile „=“ 
voranstellen, um sie als Ausdruck auszuwerten oder print() nutzen.\n* Innerhalb 
des Modulcodes mw.log() nutzen, um Nachrichten zu dieser Konsole zu senden.",
        "scribunto-console-title": "Fehlerbereinigungskonsole",
        "scribunto-console-too-large": "Diese Konsolensitzung ist zu 
umfangreich. Bitte deaktiviere die Konsolenprotokollierung oder verringere die 
Größe des Moduls.",
diff --git a/i18n/dsb.json b/i18n/dsb.json
index 1e85b43..7f55d71 100644
--- a/i18n/dsb.json
+++ b/i18n/dsb.json
@@ -12,8 +12,8 @@
        "scribunto-error-short": "Skriptowa zmólka: $1",
        "scribunto-error-long": "Skriptowe zmólki:\n\n$1",
        "scribunto-doc-page-name": "Modul:$1/Documentacija",
-       "scribunto-doc-page-does-not-exist": "''Dokumentacija za toś ten modul 
dajo se na [[$1]] napóraś''",
-       "scribunto-doc-page-header": "'''To jo dokumentaciski bok za [[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentacija za toś ten modul 
dajo se na [[$1]] napóraś",
+       "scribunto-doc-page-header": "To jo dokumentaciski bok za [[$1]]",
        "scribunto-console-intro": "* Modulowe eksporty stoje ako wariabla 
\"p\" k dispoziciji, inkluziwnje njeskładowanych změnow.\n* Staj \"=\" pśed 
smužku, aby ju ako wuraz wugódnośił, abo wužyj print().\n* Wužyj mw.log() w 
modulowem koźe, aby powěsći na konsolu pósłał.",
        "scribunto-console-title": "Konsola za wótpóranje zmólkow",
        "scribunto-console-too-large": "Toś to konsolowe pósejźenje jo 
pśewjelike. Pšosym wuprozni konsolowu historiju abo reducěruj wjelikosć 
modula.",
diff --git a/i18n/en.json b/i18n/en.json
index 9b872de..092f1be 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -11,9 +11,9 @@
        "scribunto-error-short": "Script error: $1",
        "scribunto-error-long": "Script errors:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''Documentation for this module 
may be created at [[$1]]''",
+       "scribunto-doc-page-does-not-exist": "Documentation for this module may 
be created at [[$1]]",
        "scribunto-doc-page-show": "{{$1}}\n<hr />",
-       "scribunto-doc-page-header": "'''This is the documentation page for 
[[$1]]'''",
+       "scribunto-doc-page-header": "This is the documentation page for 
[[$1]]",
        "scribunto-console-intro": "* The module exports are available as the 
variable \"p\", including unsaved modifications.\n* Precede a line with \"=\" 
to evaluate it as an expression, or use print().\n* Use mw.log() in module code 
to send messages to this console.",
        "scribunto-console-title": "Debug console",
        "scribunto-console-too-large": "This console session is too large. 
Please clear the console history or reduce the size of the module.",
diff --git a/i18n/eo.json b/i18n/eo.json
index 43c76f7..647761d 100644
--- a/i18n/eo.json
+++ b/i18n/eo.json
@@ -12,8 +12,8 @@
        "scribunto-error-short": "Skripteraro: $1",
        "scribunto-error-long": "Skripteraroj:\n\n$1",
        "scribunto-doc-page-name": "Modulo:$1/dokumentado",
-       "scribunto-doc-page-does-not-exist": "''Dokumentado por ĉi tiu modulo 
povas esti kreatata en [[$1]]''",
-       "scribunto-doc-page-header": "'''Tio estas la paĝo de la dokumentado 
por [[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentado por ĉi tiu modulo 
povas esti kreatata en [[$1]]",
+       "scribunto-doc-page-header": "Tio estas la paĝo de la dokumentado por 
[[$1]]",
        "scribunto-console-intro": "* La modulaj eksportoj estas disponeblaj 
kiel variablo \"p\" , inkluzive de la nekonservitaj ŝanĝoj.\n* Prefiksu linion 
per \"=\" por taksi ĝin kiel esprimon aŭ uzu print().\n* Uzu mw.log() en la 
modulkodo por sendi mesaĝojn al ĉi tiu konzolo.",
        "scribunto-console-title": "Sencimiga konzolo",
        "scribunto-console-too-large": "Ĉi tiu konzola seanco estas tro 
ampleksa. Bonvolu vakigi la konzolan historion aŭ reduku la grandecon de la 
modulo.",
diff --git a/i18n/es.json b/i18n/es.json
index ee8e9b9..51cfb50 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -18,8 +18,8 @@
        "scribunto-error-short": "Error de secuencia de órdenes: $1",
        "scribunto-error-long": "Errores en la secuencia de órdenes:\n\n$1",
        "scribunto-doc-page-name": "Módulo:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''La documentación para este 
módulo puede ser creada en [[$1]]''",
-       "scribunto-doc-page-header": "'''Esta es la página de documentación de 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "La documentación para este módulo 
puede ser creada en [[$1]]",
+       "scribunto-doc-page-header": "Esta es la página de documentación de 
[[$1]]",
        "scribunto-console-intro": "* Las exportaciones del módulo están 
disponibles como la variable \"p\", incluidas las modificaciones sin 
guardar.\n* Inicia una línea con el carácter \"=\" para evaluarla como una 
expresión; o usa print().\n* Usa mw.log() en el código del módulo para enviar 
mensajes a esta consola.",
        "scribunto-console-title": "Consola de depuración de errores",
        "scribunto-console-too-large": "La sesión de esta consola es demasiado 
grande. Limpia el historial de la consola o reduce el tamaño del módulo.",
diff --git a/i18n/et.json b/i18n/et.json
index 58ea8b9..f803871 100644
--- a/i18n/et.json
+++ b/i18n/et.json
@@ -11,8 +11,8 @@
        "scribunto-parser-dialog-title": "Skriptitõrge",
        "scribunto-error-short": "Skriptitõrge: $1",
        "scribunto-error-long": "Skriptitõrked:\n\n$1",
-       "scribunto-doc-page-does-not-exist": "''Selle mooduli dokumentatsiooni 
saab kirjutada asukohta [[$1]]''.",
-       "scribunto-doc-page-header": "'''See on üksuse [[$1]] dokumentatsiooni 
lehekülg.'''",
+       "scribunto-doc-page-does-not-exist": "Selle mooduli dokumentatsiooni 
saab kirjutada asukohta [[$1]].",
+       "scribunto-doc-page-header": "See on üksuse [[$1]] dokumentatsiooni 
lehekülg.",
        "scribunto-console-title": "Veatõrje konsool",
        "scribunto-console-current-src": "konsoolisisend",
        "scribunto-console-clear": "Puhasta",
diff --git a/i18n/fa.json b/i18n/fa.json
index ce74564..8e97c7e 100644
--- a/i18n/fa.json
+++ b/i18n/fa.json
@@ -18,8 +18,8 @@
        "scribunto-error-short": "خطای اسکریپتی: $1",
        "scribunto-error-long": "خطاهای اسکریپتی:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/توضیحات",
-       "scribunto-doc-page-does-not-exist": "''توضیحات این پودمان می‌تواند در 
[[$1]] قرار گیرد.''",
-       "scribunto-doc-page-header": "'''این صفحهٔ توضیحات [[$1]] است'''",
+       "scribunto-doc-page-does-not-exist": "توضیحات این پودمان می‌تواند در 
[[$1]] قرار گیرد.",
+       "scribunto-doc-page-header": "این صفحهٔ توضیحات [[$1]] است",
        "scribunto-console-intro": "* برون‌بری پودمان به عنوان متغیر \"p\"، 
شامل تغییرات ذخیره نشده در دسترس هستند.\n* یک خط را با \"=\" برای ارزیابی آن به 
عنوان یک عبارت، یا با استفاده از <bdi>print()</bdi> مقدم کنید.\n* از 
<bdi>mw.log()</bdi> در کد پودمان برای ارسال پیام‌ها به این کنسول استفاده کنید.",
        "scribunto-console-title": "میزفرمان اشکال‌زدایی",
        "scribunto-console-too-large": "نشست میز فرمان خیلی بزرگ است. لطفاً 
تاریخچهٔ میز فرمان را پاک کنید یا حجم پودمان را کمتر کنید.",
diff --git a/i18n/fi.json b/i18n/fi.json
index 83d048b..5fb104a 100644
--- a/i18n/fi.json
+++ b/i18n/fi.json
@@ -12,7 +12,7 @@
        },
        "scribunto-line": "rivillä $1",
        "scribunto-doc-page-name": "Module:$1/ohje",
-       "scribunto-doc-page-does-not-exist": "''Tämän moduulin ohjeistuksen voi 
tehdä sivulle [[$1]]''",
+       "scribunto-doc-page-does-not-exist": "Tämän moduulin ohjeistuksen voi 
tehdä sivulle [[$1]]",
        "scribunto-console-clear": "Tyhjennä",
        "scribunto-common-error-category": "Sivut, joissa on komentosarjavirhe",
        "scribunto-lua-error-location": "Lua-virhe $1: $2.",
diff --git a/i18n/fo.json b/i18n/fo.json
index b62366a..eed0ec0 100644
--- a/i18n/fo.json
+++ b/i18n/fo.json
@@ -10,8 +10,8 @@
        "scribunto-error-short": "Script feilur: $1",
        "scribunto-error-long": "Script feilir:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''Tú kanst upprætta kunningarsíðu 
um hetta modulið á [[$1]]''",
-       "scribunto-doc-page-header": "'''Hetta er kunningarsíðan viðvíkjandi 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Tú kanst upprætta kunningarsíðu 
um hetta modulið á [[$1]]",
+       "scribunto-doc-page-header": "Hetta er kunningarsíðan viðvíkjandi 
[[$1]]",
        "scribunto-console-clear": "Tak burtur",
        "scribunto-common-error-category": "Síður við script-feilum",
        "scribunto-common-nosuchmodule": "Script feilur: Onki sovorði modul 
\"$2\".",
diff --git a/i18n/fr.json b/i18n/fr.json
index c38fac9..a738de8 100644
--- a/i18n/fr.json
+++ b/i18n/fr.json
@@ -20,8 +20,8 @@
        "scribunto-error-short": "Erreur de script : $1",
        "scribunto-error-long": "Erreurs de script :\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''La documentation pour ce module 
peut être créée à [[$1]]''",
-       "scribunto-doc-page-header": "'''Ceci est la page de documentation pour 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "La documentation pour ce module 
peut être créée à [[$1]]",
+       "scribunto-doc-page-header": "Ceci est la page de documentation pour 
[[$1]]",
        "scribunto-console-intro": "* Les exportations du module sont 
accessibles par la variable « p », y compris les modifications non 
enregistrées. \n* Faites précéder une ligne par « = » pour l'évaluer comme une 
expression, ou utilisez print(). \n* Utilisez mw.log() dans le code du module 
pour envoyer des messages à cette console.",
        "scribunto-console-title": "Console de débogage",
        "scribunto-console-too-large": "Cette session de console est trop 
grande. Veuillez effacer l’historique de la console ou réduire la taille du 
module.",
diff --git a/i18n/gl.json b/i18n/gl.json
index 9082e44..c02fef6 100644
--- a/i18n/gl.json
+++ b/i18n/gl.json
@@ -13,8 +13,8 @@
        "scribunto-error-short": "Erro de script: $1",
        "scribunto-error-long": "Erros de script:\n\n$1",
        "scribunto-doc-page-name": "Módulo:$1/uso",
-       "scribunto-doc-page-does-not-exist": "''A documentación deste módulo 
pódese crear en \"[[$1]]\"''",
-       "scribunto-doc-page-header": "'''Esta é a páxina de documentación de 
\"[[$1]]\"'''",
+       "scribunto-doc-page-does-not-exist": "A documentación deste módulo 
pódese crear en \"[[$1]]\"",
+       "scribunto-doc-page-header": "Esta é a páxina de documentación de 
\"[[$1]]\"",
        "scribunto-console-intro": "* As exportacións do módulo están 
dispoñibles como a variable \"p\", incluídas as modificacións sen gardar.\n* 
Poña un \"=\" ao comezo da liña para avaliala como unha expresión; tamén pode 
usar print().\n* Use mw.log() no código do módulo para enviar mensaxes a esta 
consola.",
        "scribunto-console-title": "Consola de depuración",
        "scribunto-console-too-large": "A sesión desta consola é grande de 
máis. Limpe o historial da consola ou reduza o tamaño do módulo.",
diff --git a/i18n/hi.json b/i18n/hi.json
index 8eb2690..c9e767e 100644
--- a/i18n/hi.json
+++ b/i18n/hi.json
@@ -12,7 +12,7 @@
        "scribunto-error-long": "स्क्रिप्ट त्रुटियाँ:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
        "scribunto-doc-page-does-not-exist": "\"इस मॉड्यूल हेतु प्रलेख [[$1]] 
पर बनाया जा सकता है\"",
-       "scribunto-doc-page-header": "'''यह [[$1]] हेतु प्रलेख पृष्ठ है'''",
+       "scribunto-doc-page-header": "यह [[$1]] हेतु प्रलेख पृष्ठ है",
        "scribunto-console-intro": "* मॉड्यूल के निर्यात वेरियेबल \"p\" में 
उपलब्ध हैं, नहीं सहेजे गये बदलावों सहित।\n*किसी पंक्ति को एक्सप्रेशन की तरह 
चलाने के लिए उससे पहले \"=\" लगाएँ, अथवा print() का प्रयोग करें।\n* इस कौन्सोल 
को सन्देश भेजने के लिए मॉड्यूल कोड में mw.log() का प्रयोग करें",
        "scribunto-console-title": "डीबग कौन्सोल",
        "scribunto-console-too-large": "यह कौन्सोल सेशन बहुत बड़ा है। कृपया 
कौन्सोल इतिहास खाली करें अथवा मॉड्यूल का आकार छोटा करें।",
diff --git a/i18n/hsb.json b/i18n/hsb.json
index c367e1e..7eb5368 100644
--- a/i18n/hsb.json
+++ b/i18n/hsb.json
@@ -12,8 +12,8 @@
        "scribunto-error-short": "Skriptowy zmylk: $1",
        "scribunto-error-long": "Skriptowe zmylki:\n\n$1",
        "scribunto-doc-page-name": "Modul:$1/dokumentacija",
-       "scribunto-doc-page-does-not-exist": "''Dokumentacija za tutón modul 
hodźi so na [[$1]] wutworić''",
-       "scribunto-doc-page-header": "'''To je dokumentaciska strona za 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentacija za tutón modul 
hodźi so na [[$1]] wutworić",
+       "scribunto-doc-page-header": "To je dokumentaciska strona za [[$1]]",
        "scribunto-console-intro": "* Modulowe eksporty steja jako wariabla 
\"p\" k dispoziciji, inkluziwnje njeskładowanych změnow.\n* Staj \"=\" před 
linku, zo by ju jako wuraz wuhódnoćił, abo wužij print().\n* Wužij mw.log() w 
modulowym kodźe, zo by powěsće na konsolu pósłał.",
        "scribunto-console-title": "Konsola za porjedźenje zmylkow",
        "scribunto-console-too-large": "Tute konsolowe posedźnje je přewulke. 
Prošu wuprózdń konsolowu historiju abo redukuj wulkosć modula.",
diff --git a/i18n/hu.json b/i18n/hu.json
index e1cac1d..097fb56 100644
--- a/i18n/hu.json
+++ b/i18n/hu.json
@@ -14,8 +14,8 @@
        "scribunto-error-short": "Parancsfájl-hiba: $1",
        "scribunto-error-long": "Parancsfájl-hibák:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''A modult a [[$1]] lapon tudod 
dokumentálni''",
-       "scribunto-doc-page-header": "'''Ez a [[$1]] dokumentációs lapja'''",
+       "scribunto-doc-page-does-not-exist": "A modult a [[$1]] lapon tudod 
dokumentálni",
+       "scribunto-doc-page-header": "Ez a [[$1]] dokumentációs lapja",
        "scribunto-console-intro": "* A modul kimenetei a „p” változóban 
érhetők el, beleértve a nem mentett módosításokat is.\n* Kezdjél egy sort „=” 
jellel, ha kifejezésként értelmezendő, vagy használd a print() parancsot.\n* 
Használd az mw.log() függvényt, hogy közvetlenül a konzolra küldjél üzenetet.",
        "scribunto-console-title": "Hibakereső konzol",
        "scribunto-console-too-large": "A konzolmunkamenet túl nagy. Töröld a 
konzolelőzményeket a modul méretének csökkentéséhez.",
diff --git a/i18n/id.json b/i18n/id.json
index b7d28d4..bf00a8f 100644
--- a/i18n/id.json
+++ b/i18n/id.json
@@ -6,8 +6,8 @@
                ]
        },
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''Dokumentasi untuk modul ini 
dapat dibuat di [[$1]]''",
-       "scribunto-doc-page-header": "'''Ini adalah halaman dokumentasi untuk 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentasi untuk modul ini dapat 
dibuat di [[$1]]",
+       "scribunto-doc-page-header": "Ini adalah halaman dokumentasi untuk 
[[$1]]",
        "scribunto-console-clear": "Kosongkan",
        "scribunto-console-cleared": "Pernyataan konsol dibersihkan karena 
modul telah diperbarui.",
        "scribunto-console-cleared-session-lost": "Pernyataan konsol 
dibersihkan karena data sesi hilang.",
diff --git a/i18n/ilo.json b/i18n/ilo.json
index d200fe2..f8ade97 100644
--- a/i18n/ilo.json
+++ b/i18n/ilo.json
@@ -11,8 +11,8 @@
        "scribunto-error-short": "Biddut nga eskritu: $1",
        "scribunto-error-long": "Dagiti biddut nga eskritu:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/dok",
-       "scribunto-doc-page-does-not-exist": "''Ti dokumentasion para iti 
daytoy a modulo ket mabalin a mapartuat idiay [[$1]]''",
-       "scribunto-doc-page-header": "'''Daytoy ket dokumentasion a panid para 
iti [[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Ti dokumentasion para iti daytoy 
a modulo ket mabalin a mapartuat idiay [[$1]]",
+       "scribunto-doc-page-header": "Daytoy ket dokumentasion a panid para iti 
[[$1]]",
        "scribunto-console-intro": "* Dagiti modulo nga eksport ket magun-od a 
kas ti nadumaduma a \"p\", a mairaman dagiti saan a naidulin a 
panagbalbaliw.\n* Pasarunuan ti maysa a linia iti \"=\" tapno mapategan daytoy 
a kas maysa a panangisao, wenno agusar ti prenta().\n* Usaren ti mw.log() iti 
kodigo ti modulo tapno makaipatulod kadagiti mensahe iti daytoy a konsola.",
        "scribunto-console-title": "Konsola a pagpasayaatan",
        "scribunto-console-too-large": "Dakkel unay daytoy a sesion ti konsola. 
Pangngaasi a dalusam ti pakasaritaan ti konsola wenno pabassiten ti kadakkel ti 
modulo.",
diff --git a/i18n/is.json b/i18n/is.json
index 708b089..c38c1ee 100644
--- a/i18n/is.json
+++ b/i18n/is.json
@@ -9,8 +9,8 @@
        "scribunto-parser-dialog-title": "Villa í skriftu",
        "scribunto-error-short": "Villa í skriftu: $1",
        "scribunto-error-long": "Villur í skriftu: \n\n$1",
-       "scribunto-doc-page-does-not-exist": "''Hægt er að búa til 
leiðbeiningar fyrir þessa skriftu á [[$1]]''",
-       "scribunto-doc-page-header": "'''Þetta er leiðbeiningar síða fyrir 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Hægt er að búa til leiðbeiningar 
fyrir þessa skriftu á [[$1]]",
+       "scribunto-doc-page-header": "Þetta er leiðbeiningar síða fyrir [[$1]]",
        "scribunto-console-intro": "* Útkomur skriftunar eru aðgengilegar sem 
gildið „p”, þar á meðal óvistaðar breytingar.\n* Byrjaðu línu með „=” til að 
ákvarða gildi sem segð, eða notaðu \"print()\".\n* Notaðu \"mw.log()\" í kóða 
skriftunnar til að senda skilaboð til stjórnborðsins hér.",
        "scribunto-console-title": "Aflúsunar stjórnborð",
        "scribunto-console-too-large": "Þessi seta stjórnborðsins er of stór. 
Vinsamlegast hreinsaðu setu stjórnborðsins eða minnkaðu stærð skriftunnar.",
diff --git a/i18n/it.json b/i18n/it.json
index 7b23432..b8cdda2 100644
--- a/i18n/it.json
+++ b/i18n/it.json
@@ -16,8 +16,8 @@
        "scribunto-error-short": "Errore script: $1",
        "scribunto-error-long": "Errori script:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/man",
-       "scribunto-doc-page-does-not-exist": "''La documentazione per questo 
modulo può essere creata in [[$1]]''",
-       "scribunto-doc-page-header": "'''Questa è la pagina di documentazione 
per [[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "La documentazione per questo 
modulo può essere creata in [[$1]]",
+       "scribunto-doc-page-header": "Questa è la pagina di documentazione per 
[[$1]]",
        "scribunto-console-intro": "* Le esportazioni del modulo sono 
rappresentate dalla variabile \"p\", incluse le modifiche non salvate.\n* Per 
valutare una linea come espressione, iniziala con \"=\" oppure usa print().\n* 
Usa mw.log() nel codice del modulo per inviare messaggi a questa console.",
        "scribunto-console-title": "Console di debug",
        "scribunto-console-too-large": "Questa sessione della console è troppo 
grande, cancellare la cronologia della console o ridurre le dimensioni del 
modulo.",
diff --git a/i18n/ja.json b/i18n/ja.json
index 987dead..38fa98f 100644
--- a/i18n/ja.json
+++ b/i18n/ja.json
@@ -14,8 +14,8 @@
        "scribunto-error-short": "スクリプトエラー: $1",
        "scribunto-error-long": "スクリプトエラー:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''このモジュールについての説明文ページを [[$1]] 
に作成できます''",
-       "scribunto-doc-page-header": "'''このページは、[[$1]]の説明文を記述するページです。'''",
+       "scribunto-doc-page-does-not-exist": "このモジュールについての説明文ページを [[$1]] 
に作成できます",
+       "scribunto-doc-page-header": "このページは、[[$1]]の説明文を記述するページです。",
        "scribunto-console-intro": "* 
モジュールのエクスポートは、保存していない変更も含めて、「p」という変数として利用できます。\n* 式として評価するには、行頭に「=」をつけるか 
print() を使ってください。\n* モジュールのコードからこのコンソールにメッセージを送信するには mw.log() を使ってください。",
        "scribunto-console-title": "デバッグコンソール",
        "scribunto-console-too-large": 
"このコンソールセッションは大きすぎます。コンソール履歴を消去するか、モジュールのサイズを減らしてください。",
diff --git a/i18n/ka.json b/i18n/ka.json
index bbaf3d3..af67c28 100644
--- a/i18n/ka.json
+++ b/i18n/ka.json
@@ -9,7 +9,7 @@
        "scribunto-error-short": "სკრიპტის შეცდომა: $1",
        "scribunto-error-long": "სკრიპტის შეცდომები:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/ინფო",
-       "scribunto-doc-page-header": "''ეს არის „[[$1]]“-ის დოკუმენტაციის 
გვერდი''",
+       "scribunto-doc-page-header": "ეს არის „[[$1]]“-ის დოკუმენტაციის გვერდი",
        "scribunto-console-clear": "გასუფთავება",
        "scribunto-lua-error-location": "Lua-ს შეცდომა $1: $2.",
        "scribunto-lua-error": "შეცდომა Lua: $2",
diff --git a/i18n/kk-cyrl.json b/i18n/kk-cyrl.json
index 12a496a..ca8992c 100644
--- a/i18n/kk-cyrl.json
+++ b/i18n/kk-cyrl.json
@@ -11,8 +11,8 @@
        "scribunto-error-short": "Скрипт қатесі: $1",
        "scribunto-error-long": "Скрипт қатесі:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''Бұл модульдің құжаттамасын 
[[$1]] бетінде бастай аласыз''",
-       "scribunto-doc-page-header": "'''Бұл [[$1]] модуліне арналған құжаттама 
беті'''",
+       "scribunto-doc-page-does-not-exist": "Бұл модульдің құжаттамасын [[$1]] 
бетінде бастай аласыз",
+       "scribunto-doc-page-header": "Бұл [[$1]] модуліне арналған құжаттама 
беті",
        "scribunto-console-intro": "* Осы модулдің экспорттайтыны «p» 
айнымалысы ретінде, сақталмаған өзгерістермен бірге қолжетімді.\n* Жолды өрнек 
ретінде есептеу үшін алдын ала «=» деп белгілеңіз немесе print() қолданыңыз.\n* 
Модульде хабарлама шығару үшін mw.log() қолданыңыз.",
        "scribunto-console-title": "Ретке келтіру консолы",
        "scribunto-console-too-large": "Консолдың бұл сеансы өте үлкен. Өтініш, 
не консолдың тарихын тазалаңыз, не болмаса модульдің өлшемін кішірейтіңіз.",
diff --git a/i18n/ko.json b/i18n/ko.json
index 2b14ae7..e35a0f8 100644
--- a/i18n/ko.json
+++ b/i18n/ko.json
@@ -16,8 +16,8 @@
        "scribunto-error-short": "스크립트 오류: $1",
        "scribunto-error-long": "스크립트 오류:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/설명문서",
-       "scribunto-doc-page-does-not-exist": "''이 모듈에 대한 설명문서는 [[$1]]에서 만들 수 
있습니다''",
-       "scribunto-doc-page-header": "'''이 문서는 [[$1]]에 대한 설명문서입니다.'''",
+       "scribunto-doc-page-does-not-exist": "이 모듈에 대한 설명문서는 [[$1]]에서 만들 수 
있습니다",
+       "scribunto-doc-page-header": "이 문서는 [[$1]]에 대한 설명문서입니다.",
        "scribunto-console-intro": "* 모듈 내보내기는 저장하지 않은 수정을 포함하여 변수 \"p\"로 사용할 수 
있습니다.\n* 표현으로 평가하는 \"=\"이 있는 줄을 앞에 넣거나 print()를 사용하세요.\n* 이 콘솔에 메시지를 보낼 모듈 코드에 
mw.log()를 사용하세요.",
        "scribunto-console-title": "콘솔 디버그",
        "scribunto-console-too-large": "이 콘솔 세션이 너무 큽니다. 콘솔 역사를 삭제하거나 모듈의 크기를 
줄이세요.",
diff --git a/i18n/ksh.json b/i18n/ksh.json
index 98503b0..97041b2 100644
--- a/i18n/ksh.json
+++ b/i18n/ksh.json
@@ -11,7 +11,7 @@
        "scribunto-error-short": "Fähler em Skrepp: $1",
        "scribunto-error-long": "Fähler em Skrepp:\n\n$1",
        "scribunto-doc-page-does-not-exist": "Heh dat {{ns:module}} kam_mer 
beschrieve op dä Sigg [[$1]]",
-       "scribunto-doc-page-header": "'''Heh di Sigg beschriev dat 
{{ns:module}} [[$1]]'''",
+       "scribunto-doc-page-header": "Heh di Sigg beschriev dat {{ns:module}} 
[[$1]]",
        "scribunto-console-clear": "Läddesch maache",
        "scribunto-common-error-category": "Sigge met Fähler em Skrepte",
        "scribunto-common-nosuchmodule": "Ene Fähler mem Skrepp: Et jitt kei 
{{ns:module}} „$2“",
diff --git a/i18n/ku-latn.json b/i18n/ku-latn.json
index 591ee43..ec4a31e 100644
--- a/i18n/ku-latn.json
+++ b/i18n/ku-latn.json
@@ -11,6 +11,6 @@
        "scribunto-error-short": "Çewtiya nivîsê: $1",
        "scribunto-error-long": "Çewtiyên nivîsê:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/belge",
-       "scribunto-doc-page-header": "'''Ev rûpela belgekirinê ya [[$1]] ye'''",
+       "scribunto-doc-page-header": "Ev rûpela belgekirinê ya [[$1]] ye",
        "scribunto-console-clear": "Jê bibe"
 }
diff --git a/i18n/lb.json b/i18n/lb.json
index 8796479..ede2b58 100644
--- a/i18n/lb.json
+++ b/i18n/lb.json
@@ -9,8 +9,8 @@
        "scribunto-error-short": "Script-Feeler: $1",
        "scribunto-error-long": "Script-Feeler:\n\n$1",
        "scribunto-doc-page-name": "Modul:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''D'Dokumentatioun fir dëse Modul 
kann op [[$1]] ugeluecht ginn''",
-       "scribunto-doc-page-header": "'''Dëst ass d'Dokumentationsäit fir 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "D'Dokumentatioun fir dëse Modul 
kann op [[$1]] ugeluecht ginn",
+       "scribunto-doc-page-header": "Dëst ass d'Dokumentationsäit fir [[$1]]",
        "scribunto-console-clear": "Eidel maachen",
        "scribunto-common-error-category": "Säite mat Scriptfeeler",
        "scribunto-common-nosuchfunction": "Scriptfeeler: D'Funktioun \"$2\" 
gëtt et net.",
diff --git a/i18n/lv.json b/i18n/lv.json
index 68e5767..05ea4b1 100644
--- a/i18n/lv.json
+++ b/i18n/lv.json
@@ -8,8 +8,8 @@
        "scribunto-parser-dialog-title": "Skripta kļūda",
        "scribunto-error-short": "Skripta kļūda: $1",
        "scribunto-error-long": "Skripta kļūdas:\n\n$1",
-       "scribunto-doc-page-does-not-exist": "''Šī moduļa dokumentāciju var 
izveidot [[$1]] lapā''",
-       "scribunto-doc-page-header": "'''Šī ir [[$1]] moduļa dokumentācijas 
lapa'''",
+       "scribunto-doc-page-does-not-exist": "Šī moduļa dokumentāciju var 
izveidot [[$1]] lapā",
+       "scribunto-doc-page-header": "Šī ir [[$1]] moduļa dokumentācijas lapa",
        "scribunto-lua-in-function": "funkcijā \"$1\"",
        "scribunto-lua-error-location": "Lua kļūda $1: $2.",
        "scribunto-lua-error": "Lua kļūda: $2.",
diff --git a/i18n/mk.json b/i18n/mk.json
index 8b279a5..002e5ff 100644
--- a/i18n/mk.json
+++ b/i18n/mk.json
@@ -11,8 +11,8 @@
        "scribunto-error-short": "Грешка во скриптата: $1",
        "scribunto-error-long": "Грешки во скриптата:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/док",
-       "scribunto-doc-page-does-not-exist": "''Документацијата за овој модул 
можете да ја создадете на [[$1]]''",
-       "scribunto-doc-page-header": "'''Ова е страницата за документација на 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Документацијата за овој модул 
можете да ја создадете на [[$1]]",
+       "scribunto-doc-page-header": "Ова е страницата за документација на 
[[$1]]",
        "scribunto-console-intro": "* Извозот на модулот е достапен како 
променлива „p“, вклучувајќи ги незачуваните измени.\n* Пред редот ставајте „=“ 
за да ја вреднувате како израз, или пак користете print().\n* Во кодот на 
модулот користете mw.log() за испраќање на пораки до оваа конзола.",
        "scribunto-console-title": "Конзола за исправање на грешки",
        "scribunto-console-too-large": "Оваа седница на конзолата е преголема. 
Исчистете ја нејзината историја или намалете ја големината на модулот.",
diff --git a/i18n/ml.json b/i18n/ml.json
index ff02f64..999a801 100644
--- a/i18n/ml.json
+++ b/i18n/ml.json
@@ -11,8 +11,8 @@
        "scribunto-error-short": "സ്ക്രിപ്റ്റ് പിഴവ്: $1",
        "scribunto-error-long": "സ്ക്രിപ്റ്റ് പിഴവുകൾ:\n\n$1",
        "scribunto-doc-page-name": "ഘടകം:$1/വിവരണം",
-       "scribunto-doc-page-does-not-exist": "''ഈ ഘടകത്തിന്റെ വിവരണം [[$1]] 
എന്ന താളിൽ നിർമ്മിക്കാവുന്നതാണ്''",
-       "scribunto-doc-page-header": "'''ഇത് [[$1]] എന്നതിന്റെ വിവരണതാൾ ആണ്'''",
+       "scribunto-doc-page-does-not-exist": "ഈ ഘടകത്തിന്റെ വിവരണം [[$1]] എന്ന 
താളിൽ നിർമ്മിക്കാവുന്നതാണ്",
+       "scribunto-doc-page-header": "ഇത് [[$1]] എന്നതിന്റെ വിവരണതാൾ ആണ്",
        "scribunto-console-intro": "*ഘടകം കയറ്റുമതി ചെയ്തത് \"p\" എന്ന ചരമായി 
സേവ് ചെയ്യാത്ത മാറ്റങ്ങളുൾപ്പെടെ ലഭ്യമാണ്.\n*ഒരു വരി പ്രയോഗമായി (എക്സ്പ്രെഷൻ) 
തിട്ടപ്പെടുത്തുവാൻ \"=\" എന്ന് തുടങ്ങുക, അല്ലെങ്കിൽ print() ഉപയോഗിക്കുക.\n*ഈ 
കൺസോളിലേയ്ക്ക് സന്ദേശങ്ങൾ അയയ്ക്കാൻ ഘടക കോഡിൽ mw.log() ഉപയോഗിക്കുക",
        "scribunto-console-title": "തെറ്റുകണ്ടെത്തൽ കൺസോൾ",
        "scribunto-console-too-large": "ഈ കൺസോൾ സെഷൻ വളരെ വലുതാണ്. കൺസോളിലെ 
പഴയവ ഒഴിവാക്കുകയോ ഘടകത്തിന്റെ വലിപ്പം ചെറുതാക്കുകയോ ചെയ്യുക.",
diff --git a/i18n/ms.json b/i18n/ms.json
index 2cef842..d264d90 100644
--- a/i18n/ms.json
+++ b/i18n/ms.json
@@ -13,8 +13,8 @@
        "scribunto-error-short": "Ralat skrip: $1",
        "scribunto-error-long": "Ralat-ralat skrip:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''Pendokumenan untuk modul ini 
boleh diciptakan di [[$1]]''",
-       "scribunto-doc-page-header": "'''Ini ialah halaman pendokumenan untuk 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Pendokumenan untuk modul ini 
boleh diciptakan di [[$1]]",
+       "scribunto-doc-page-header": "Ini ialah halaman pendokumenan untuk 
[[$1]]",
        "scribunto-console-intro": "* Eksport modul terdapat dalam bentuk 
pembolehubah \"p\", termasuk pengubahsuaian yang belum disimpan.\n* Dahului 
baris dengan tanda \"=\" untuk menilainya sebagai ungkapan, atau gunakan 
print().\n* Gunakan mw.log() dalam kod modul untuk menghantar mesej ke konsol 
ini.",
        "scribunto-console-title": "Konsol penyahpepijatan",
        "scribunto-console-too-large": "Sesi konsol ini terlalu besar. Sila 
padamkan sejarah konsol atau kecilkan saiz modul.",
diff --git a/i18n/nb.json b/i18n/nb.json
index 1bb771f..c39f0aa 100644
--- a/i18n/nb.json
+++ b/i18n/nb.json
@@ -13,8 +13,8 @@
        "scribunto-error-short": "Skriptfeil: $1",
        "scribunto-error-long": "Skriptfeil:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/dok",
-       "scribunto-doc-page-does-not-exist": "''Dokumentasjon for denne modulen 
kan opprettes på [[$1]]''",
-       "scribunto-doc-page-header": "'''Dette er dokumentasjonssiden for 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentasjon for denne modulen 
kan opprettes på [[$1]]",
+       "scribunto-doc-page-header": "Dette er dokumentasjonssiden for [[$1]]",
        "scribunto-console-intro": "* Moduleksporteringer er tilgjengelig som 
variabelen «p», inkludert ulagrede endringer.\n* Start en linje med «=» for å 
evaluere den som et uttrykk, eller bruk print().\n* Bruk mw.log() i modulkode 
for å sende meldinger til denne konsollen.",
        "scribunto-console-title": "Feilsøkingskonsoll",
        "scribunto-console-too-large": "Denne konsollsesjonen er for stor. 
Vennligst tøm konsollhistorikken eller reduser størrelsen på modulen.",
diff --git a/i18n/nl.json b/i18n/nl.json
index ed80cb7..b6a5b04 100644
--- a/i18n/nl.json
+++ b/i18n/nl.json
@@ -18,8 +18,8 @@
        "scribunto-error-short": "Scriptfout: $1",
        "scribunto-error-long": "Scriptfouten:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''Documentatie voor deze module 
kan aangemaakt worden op de volgende pagina: [[$1]]''",
-       "scribunto-doc-page-header": "'''Dit is de documentatiepagina voor 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Documentatie voor deze module kan 
aangemaakt worden op de volgende pagina: [[$1]]",
+       "scribunto-doc-page-header": "Dit is de documentatiepagina voor [[$1]]",
        "scribunto-console-intro": "* De moduleexports zijn beschikbaar als de 
variabele \"p\", inclusief nog niet opgeslagen wijzigingen;\n* Begin een regel 
met \"=\" om deze als expressie te evalueren, of gebruik print();\n* Gebruik 
mw.log() in modulecode om berichten aan deze console te zenden.",
        "scribunto-console-title": "Debugconsole",
        "scribunto-console-too-large": "Deze consolesessie is te groot. Wis de 
consolegeschiedenis of beperk de grootte van de module.",
diff --git a/i18n/nn.json b/i18n/nn.json
index 88aae12..c4b5f15 100644
--- a/i18n/nn.json
+++ b/i18n/nn.json
@@ -11,8 +11,8 @@
        "scribunto-error-short": "Skriptfeil: $1",
        "scribunto-error-long": "Skriptfeil:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/dok",
-       "scribunto-doc-page-does-not-exist": "''Dokumentasjon for modulen kan 
opprettast på [[$1]]''",
-       "scribunto-doc-page-header": "'''Dette er dokumentasjonssida for 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentasjon for modulen kan 
opprettast på [[$1]]",
+       "scribunto-doc-page-header": "Dette er dokumentasjonssida for [[$1]]",
        "scribunto-console-intro": "* Moduleksporteringar er tilgjengelege som 
variabelen «p», inkludert ulagra endringar.\n* Byrja ei line med «=» for å 
evaluera henne som eit uttrykk, eller bruk print().\n* Bruk mw.log() i 
modulkode for å senda meldingar til denne konsollen.",
        "scribunto-console-title": "Feilsøkingskonsoll",
        "scribunto-console-too-large": "Konsolløkta er for stor. Tøm 
konsollhistorikken eller minsk storleiken på modulen.",
diff --git a/i18n/pl.json b/i18n/pl.json
index 55b64ca..434e9d3 100644
--- a/i18n/pl.json
+++ b/i18n/pl.json
@@ -17,8 +17,8 @@
        "scribunto-error-short": "Błąd skryptu: $1",
        "scribunto-error-long": "Błędy skryptu:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/opis",
-       "scribunto-doc-page-does-not-exist": "''Dokumentacja dla tego modułu 
może zostać utworzona pod nazwą [[$1]]''",
-       "scribunto-doc-page-header": "'''To jest strona dokumentacji dla 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentacja dla tego modułu może 
zostać utworzona pod nazwą [[$1]]",
+       "scribunto-doc-page-header": "To jest strona dokumentacji dla [[$1]]",
        "scribunto-console-title": "Konsola debugowania",
        "scribunto-console-too-large": "Ta sesja konsoli jest za duża. Wyczyść 
historię konsoli lub zmniejsz rozmiar modułu.",
        "scribunto-console-current-src": "wejście z konsoli",
diff --git a/i18n/pt-br.json b/i18n/pt-br.json
index 0ca6971..4480709 100644
--- a/i18n/pt-br.json
+++ b/i18n/pt-br.json
@@ -15,8 +15,8 @@
        "scribunto-error-short": "Erro de script: $1",
        "scribunto-error-long": "Erros de script:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''A documentação para este módulo 
pode ser criada em [[$1]]''",
-       "scribunto-doc-page-header": "'''Esta é a página de documentação para 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "A documentação para este módulo 
pode ser criada em [[$1]]",
+       "scribunto-doc-page-header": "Esta é a página de documentação para 
[[$1]]",
        "scribunto-console-intro": "* As exportações do módulo estão 
disponíveis por meio da variável \"p\", incluindo modificações não salvas.\n* 
Preceda uma linha com \"=\" para avaliá-la como uma expressão ou utilize 
print().\n* Utilize mw.log() no código do módulo para enviar mensagens para 
este interpretador de comandos.",
        "scribunto-console-title": "Interpretador de depuração de erros",
        "scribunto-console-too-large": "Esta sessão do interpretador está muito 
grande. Por favor, limpe o histórico do interpretador ou reduza o tamanho do 
módulo.",
diff --git a/i18n/pt.json b/i18n/pt.json
index 9a670c7..d293975 100644
--- a/i18n/pt.json
+++ b/i18n/pt.json
@@ -15,8 +15,8 @@
        "scribunto-error-short": "Erro no script: $1",
        "scribunto-error-long": "Erro no script:\n\n$1",
        "scribunto-doc-page-name": "Módulo:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''A documentação para este módulo 
pode ser criada na página [[$1]]''",
-       "scribunto-doc-page-header": "'''Esta é a página de documentação de 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "A documentação para este módulo 
pode ser criada na página [[$1]]",
+       "scribunto-doc-page-header": "Esta é a página de documentação de 
[[$1]]",
        "scribunto-console-intro": "* As exportações do módulo estão 
disponíveis como variáveis \"p\", incluindo alterações não gravadas.\n* 
Preceder a linha com \"=\" para avaliar como uma expressão, ou utilize 
print().\n* Use mw.log() no código do módulo para enviar mensagens para esta 
consola.",
        "scribunto-console-title": "Depurador de consola",
        "scribunto-console-too-large": "Esta sessão de consola é muito grande. 
Por favor, limpe o histórico da consola ou reduza o tamanho do módulo.",
diff --git a/i18n/ro.json b/i18n/ro.json
index 4e970e1..97e28f9 100644
--- a/i18n/ro.json
+++ b/i18n/ro.json
@@ -11,8 +11,8 @@
        "scribunto-parser-dialog-title": "Eroare în script",
        "scribunto-error-short": "Eroare în script: $1",
        "scribunto-error-long": "Erori în script:\n\n$1",
-       "scribunto-doc-page-does-not-exist": "''Documentația acestui modul 
poate fi creată la [[$1]]''",
-       "scribunto-doc-page-header": "'''Aceasta este pagina de documentație 
pentru [[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Documentația acestui modul poate 
fi creată la [[$1]]",
+       "scribunto-doc-page-header": "Aceasta este pagina de documentație 
pentru [[$1]]",
        "scribunto-console-title": "Consolă de depanare",
        "scribunto-common-nosuchmodule": "Eroare în script: Niciun astfel de 
modul.",
        "scribunto-common-nofunction": "Eroare în script: Trebuie să 
specificați o funcție pentru apelare.",
diff --git a/i18n/ru.json b/i18n/ru.json
index ed2f98e..fc45c0a 100644
--- a/i18n/ru.json
+++ b/i18n/ru.json
@@ -16,8 +16,8 @@
        "scribunto-error-short": "Ошибка скрипта: $1",
        "scribunto-error-long": "Ошибки скрипта:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''Для документации этого модуля 
может быть создана страница [[$1]]''",
-       "scribunto-doc-page-header": "''Это страница документации [[$1]]''",
+       "scribunto-doc-page-does-not-exist": "Для документации этого модуля 
может быть создана страница [[$1]]",
+       "scribunto-doc-page-header": "Это страница документации [[$1]]",
        "scribunto-console-intro": "* То, что экспортирует данный модуль, 
доступно как переменная «p», включая несохранённые изменения.\n* Предваряйте 
строку знаком «=», чтобы вычислить её как выражение, или используйте 
print().\n* Используйте mw.log() в коде модуля для вывода сообщений в эту 
консоль.",
        "scribunto-console-title": "Консоль отладки",
        "scribunto-console-too-large": "Этот сеанс консоли слишком большой. 
Очистите историю консоли или уменьшите размер модуля.",
diff --git a/i18n/scn.json b/i18n/scn.json
index 61d4325..01254b2 100644
--- a/i18n/scn.json
+++ b/i18n/scn.json
@@ -13,8 +13,8 @@
        "scribunto-error-short": "Erruri ntô script: $1",
        "scribunto-error-long": "Erruri ntô script:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''La ducumintazzioni di stu 
mòdulu si pò criari nta [[$1]]''",
-       "scribunto-doc-page-header": "'''Chista è la pàggina di ducumintazzioni 
di [[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "La ducumintazzioni di stu mòdulu 
si pò criari nta [[$1]]",
+       "scribunto-doc-page-header": "Chista è la pàggina di ducumintazzioni di 
[[$1]]",
        "scribunto-console-intro": "* L'espurtazzioni dû mòdulu sù dispunìbbili 
ntâ variàbbili \"p\", macari li canciamenti nun sarvati.\n* Fai accumonzari na 
riga cu \"=\" pi valutàrila comu sprissioni, o puru adòpira print().\n* Adòpira 
mw.log() ntô còdici dû mòdulu pi mannari missaggi a sta  console.",
        "scribunto-console-title": "Console pû debug",
        "scribunto-console-too-large": "Sta sissioni dâ console è troppu 
granni. Pi favuri svacanta la crunuluggìa dâ console o scala la grannizza dû 
mòdulu.",
diff --git a/i18n/sk.json b/i18n/sk.json
index acdbe29..c469ece 100644
--- a/i18n/sk.json
+++ b/i18n/sk.json
@@ -11,7 +11,7 @@
        "scribunto-error-short": "Chyba skriptu: $1",
        "scribunto-error-long": "Chyby skriptu:\n\n$1",
        "scribunto-doc-page-name": "Dokumentácia",
-       "scribunto-doc-page-does-not-exist": "''Dokumentácia pre tento modul 
môže byť vytvorená na [[$1]]''",
-       "scribunto-doc-page-header": "'''Toto je podstránka dokumentácie pre 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentácia pre tento modul môže 
byť vytvorená na [[$1]]",
+       "scribunto-doc-page-header": "Toto je podstránka dokumentácie pre 
[[$1]]",
        "scribunto-lua-error": "Chyba Lua: $2."
 }
diff --git a/i18n/sr-ec.json b/i18n/sr-ec.json
index 4152485..e942e68 100644
--- a/i18n/sr-ec.json
+++ b/i18n/sr-ec.json
@@ -8,8 +8,8 @@
        "scribunto-parser-dialog-title": "Грешка у скрипти",
        "scribunto-error-short": "Грешка у скрипти: $1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''Документација за овај модул се 
може направити на [[$1]]''",
-       "scribunto-doc-page-header": "'''Ово је документациона подстраница за 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Документација за овај модул се 
може направити на [[$1]]",
+       "scribunto-doc-page-header": "Ово је документациона подстраница за 
[[$1]]",
        "scribunto-console-clear": "Очисти",
        "scribunto-common-error-category": "Странице са грешкама у скрипти",
        "scribunto-lua-error-location": "Lua грешка $1: $2.",
diff --git a/i18n/sr-el.json b/i18n/sr-el.json
index a2c2cc2..812a377 100644
--- a/i18n/sr-el.json
+++ b/i18n/sr-el.json
@@ -7,8 +7,8 @@
        "scribunto-line": "na liniji $1",
        "scribunto-parser-dialog-title": "Greška u skripti",
        "scribunto-error-short": "Greška u skripti: $1",
-       "scribunto-doc-page-does-not-exist": "''Dokumentacija za ovaj modul se 
može napraviti na [[$1]]''",
-       "scribunto-doc-page-header": "'''Ovo je dokumentaciona podstranica za 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentacija za ovaj modul se 
može napraviti na [[$1]]",
+       "scribunto-doc-page-header": "Ovo je dokumentaciona podstranica za 
[[$1]]",
        "scribunto-console-clear": "Očisti",
        "scribunto-common-error-category": "Stranice sa greškama u skripti",
        "scribunto-lua-error-location": "Lua greška $1: $2.",
diff --git a/i18n/sv.json b/i18n/sv.json
index 112f8fb..916d7e3 100644
--- a/i18n/sv.json
+++ b/i18n/sv.json
@@ -17,8 +17,8 @@
        "scribunto-error-short": "Skriptfel: $1",
        "scribunto-error-long": "Skriptfel:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/dok",
-       "scribunto-doc-page-does-not-exist": "''Dokumentationen för denna modul 
kan skapas på [[$1]]''",
-       "scribunto-doc-page-header": "'''Detta är dokumentationssidan för 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Dokumentationen för denna modul 
kan skapas på [[$1]]",
+       "scribunto-doc-page-header": "Detta är dokumentationssidan för [[$1]]",
        "scribunto-console-intro": "* Modulexporteringarna är tillgängliga som 
variabeln \"p\", inklusive osparade ändringar.\n* Börja en rad med \"=\" för 
att utvärdera den som ett uttryck, eller använd print().\n* Använd mw.log() i 
modulkoden för att skicka meddelande till denna konsol.",
        "scribunto-console-title": "Felsökningskonsol",
        "scribunto-console-too-large": "Denna konsolsessionen är för stor. 
Vänligen rensa konsolhistoriken eller minska storleken på modulen.",
diff --git a/i18n/th.json b/i18n/th.json
index 209b3d3..55fd851 100644
--- a/i18n/th.json
+++ b/i18n/th.json
@@ -13,8 +13,8 @@
        "scribunto-error-short": "สคริปต์ผิดพลาด: $1",
        "scribunto-error-long": "สคริปต์ผิดพลาด:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": 
"''เอกสารการใช้งานสำหรับมอดูลนี้อาจสร้างขึ้นที่ [[$1]]''",
-       "scribunto-doc-page-header": "'''นี่คือหน้าเอกสารการใช้งานสำหรับ 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": 
"เอกสารการใช้งานสำหรับมอดูลนี้อาจสร้างขึ้นที่ [[$1]]",
+       "scribunto-doc-page-header": "นี่คือหน้าเอกสารการใช้งานสำหรับ [[$1]]",
        "scribunto-console-intro": "* การส่งออกมอดูลมีให้ใช้ได้เป็นตัวแปร \"p\" 
รวมถึงการแก้ไขเพิ่มเติมที่ยังไม่บันทึก\n* ขึ้นต้นบรรทัดด้วย \"=\" 
เพื่อประเมินเป็นนิพจน์ หรือใช้ print()\n* ใช้ mw.log() 
ในรหัสของมอดูลเพื่อส่งข้อความไปยังคอนโซลนี้",
        "scribunto-console-title": "คอนโซลดีบั๊ก",
        "scribunto-console-too-large": "ช่วงเวลาสื่อสารคอนโซลนี้มากเกินไป 
กรุณาล้างประวัติคอนโซลหรือลดขนาดของมอดูล",
diff --git a/i18n/uk.json b/i18n/uk.json
index 34e28eb..f349ece 100644
--- a/i18n/uk.json
+++ b/i18n/uk.json
@@ -16,8 +16,8 @@
        "scribunto-error-short": "Помилка скрипту: $1",
        "scribunto-error-long": "Помилки скрипту:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/документація",
-       "scribunto-doc-page-does-not-exist": "''Документацію для цього модуля 
можна створити у [[$1]]''",
-       "scribunto-doc-page-header": "'''Це сторінка документації для 
[[$1]]'''",
+       "scribunto-doc-page-does-not-exist": "Документацію для цього модуля 
можна створити у [[$1]]",
+       "scribunto-doc-page-header": "Це сторінка документації для [[$1]]",
        "scribunto-console-intro": "* Експорти модуля доступні як змінна \"p\", 
у тому числі і незбережені зміни.\n* Починайте рядок з \"=\", щоб обчислити 
його як вираз, або використовуйте print().\n* Використовуйте mw.log() у коді 
модуля, що відправити повідомлення в цю консоль.",
        "scribunto-console-title": "Консоль налагодження",
        "scribunto-console-too-large": "Цей сеанс консолі занадто великий. 
Очистіть історію консолі або зменшіть розмір модуля.",
diff --git a/i18n/ur.json b/i18n/ur.json
index a457d24..e0a5494 100644
--- a/i18n/ur.json
+++ b/i18n/ur.json
@@ -10,8 +10,8 @@
        "scribunto-error-short": "سکرپٹ خطا: $1",
        "scribunto-error-long": "سکرپٹ خطا:\n\n$1",
        "scribunto-doc-page-name": "ماڈیول:$1/دستاویز",
-       "scribunto-doc-page-does-not-exist": "''اس ماڈیول کی دستاویز [[$1]] پر 
بنائی جاسکتی ہے''",
-       "scribunto-doc-page-header": "'''یہ [[$1]] کا دستاویزی صفحہ ہے'''",
+       "scribunto-doc-page-does-not-exist": "اس ماڈیول کی دستاویز [[$1]] پر 
بنائی جاسکتی ہے",
+       "scribunto-doc-page-header": "یہ [[$1]] کا دستاویزی صفحہ ہے",
        "scribunto-console-clear": "صاف کریں",
        "scribunto-lua-error-location": "لوا خطا $1: $2۔",
        "scribunto-lua-error": "لوا خطا: $2۔",
diff --git a/i18n/vi.json b/i18n/vi.json
index 0db9460..660b35e 100644
--- a/i18n/vi.json
+++ b/i18n/vi.json
@@ -12,8 +12,8 @@
        "scribunto-error-short": "Lỗi kịch bản: $1",
        "scribunto-error-long": "Lỗi kịch bản:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/tài liệu",
-       "scribunto-doc-page-does-not-exist": "''Có thể viết tài liệu về mô đun 
này tại [[$1]].''",
-       "scribunto-doc-page-header": "'''Đây là trang dành cho tài liệu về 
[[$1]].'''",
+       "scribunto-doc-page-does-not-exist": "Có thể viết tài liệu về mô đun 
này tại [[$1]].",
+       "scribunto-doc-page-header": "Đây là trang dành cho tài liệu về 
[[$1]].",
        "scribunto-console-intro": "* Các giá trị được xuất khẩu từ mô đun, bao 
gồm các thay đổi chưa lưu, có sẵn trong biến “p”.\n* Đưa “=” vào đầu dòng để 
tính toán nó như một biểu thức, hoặc sử dụng print().\n* Sử dụng mw.log() trong 
mã mô đun để đưa thông điệp vào bảng điều khiển này.",
        "scribunto-console-title": "Bảng điều khiển gỡ lỗi",
        "scribunto-console-too-large": "Phiên bảng điều khiển này đã dài quá. 
Xin vui lòng tẩy trống lịch sử bảng điều khiển hoặc giảm cỡ mô đun.",
diff --git a/i18n/zh-hans.json b/i18n/zh-hans.json
index 2f2b390..58abac1 100644
--- a/i18n/zh-hans.json
+++ b/i18n/zh-hans.json
@@ -15,8 +15,8 @@
        "scribunto-error-short": "脚本错误:$1",
        "scribunto-error-long": "脚本错误:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''此模块的文档可以在[[$1]]创建''",
-       "scribunto-doc-page-header": "'''这是[[$1]]的文档页面'''",
+       "scribunto-doc-page-does-not-exist": "此模块的文档可以在[[$1]]创建",
+       "scribunto-doc-page-header": "这是[[$1]]的文档页面",
        "scribunto-console-intro": "* 此模块的导出表存于变量“p”中,包括没有保存的变更。\n* 
在一行的前面加上“=”可以将其作为表达式来计算,或使用print()。\n* 在模块代码中使用mw.log()来向控制台发送消息。",
        "scribunto-console-title": "调试控制台",
        "scribunto-console-too-large": "此控制台会话太大。请清除控制台历史记录或减少模块的大小。",
diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json
index 8e80c56..77d501d 100644
--- a/i18n/zh-hant.json
+++ b/i18n/zh-hant.json
@@ -15,8 +15,8 @@
        "scribunto-error-short": "腳本錯誤:$1",
        "scribunto-error-long": "腳本錯誤:\n\n$1",
        "scribunto-doc-page-name": "Module:$1/doc",
-       "scribunto-doc-page-does-not-exist": "''此模組的說明文件可於 [[$1]] 建立''",
-       "scribunto-doc-page-header": "'''此頁面為 [[$1]] 的說明文件'''",
+       "scribunto-doc-page-does-not-exist": "此模組的說明文件可於 [[$1]] 建立",
+       "scribunto-doc-page-header": "此頁面為 [[$1]] 的說明文件",
        "scribunto-console-intro": "* 該模組的匯出資訊可透過變數 \"p\" 來取得,包含尚未儲存的修改。\n* 
在行的前面加上 \"=\" 可將該行作為運算式來評估執行,或使用 print()。\n* 在模組程式碼中使用 mw.log() 以傳送訊息至主控台。",
        "scribunto-console-title": "除錯主控台",
        "scribunto-console-too-large": "此主控台工作階段過大,請清除主控台的歷史記錄或減少該模組的大小。",

-- 
To view, visit https://gerrit.wikimedia.org/r/278696
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If4b9919934bed4a135db8c6bc91f3d9a0f60820c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Scribunto
Gerrit-Branch: master
Gerrit-Owner: Galorefitz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to