diff --git a/i18n/api/ko.json b/i18n/api/ko.json index 9cbce986..4e3f5e07 100644 --- a/i18n/api/ko.json +++ b/i18n/api/ko.json @@ -2,10 +2,13 @@ "@metadata": { "authors": [ "Kwj2772", + "Markingdots", "Ykhwong" ] }, "apihelp-scribunto-console-summary": "Scribunto 콘솔에서 XHR 요청을 서비스하기 위한 내부 모듈입니다.", "apihelp-scribunto-console-param-title": "테스트할 모듈의 제목입니다.", - "apihelp-scribunto-console-param-session": "세션 토큰." + "apihelp-scribunto-console-param-content": "모듈의 새로운 내용입니다.", + "apihelp-scribunto-console-param-session": "세션 토큰.", + "apihelp-scribunto-console-param-clear": "현재 세션 상태를 지우려면 설정합니다." } diff --git a/i18n/api/lb.json b/i18n/api/lb.json index 9ef30088..6a2fc7d9 100644 --- a/i18n/api/lb.json +++ b/i18n/api/lb.json @@ -1,8 +1,11 @@ { "@metadata": { "authors": [ - "Robby" + "Robby", + "Volvox" ] }, - "apihelp-scribunto-console-param-title": "Den Titel vum Modul fir ze testen." + "apihelp-scribunto-console-param-title": "Den Titel vum Modul fir ze testen.", + "apihelp-scribunto-console-param-content": "Den neien Inhalt vum Modul.", + "apihelp-scribunto-console-param-question": "Déi nächst Zeil, déi als Skript ausgewäert gi soll." } diff --git a/i18n/ko.json b/i18n/ko.json index 63b3a39c..49beb211 100644 --- a/i18n/ko.json +++ b/i18n/ko.json @@ -5,12 +5,14 @@ "Jango", "Klutzy", "Kwj2772", + "Markingdots", "Priviet", "SeoJeongHo", "Ykhwong", "아라" ] }, + "content-model-scribunto": "Scribunto 모듈", "scribunto-desc": "미디어위키 문서에 스크립트 언어를 넣기 위한 프레임워크", "scribunto-line": "$1번째 줄에서", "scribunto-module-line": "$1 $2번째 줄에서", diff --git a/i18n/lb.json b/i18n/lb.json index c36dd405..0cd01704 100644 --- a/i18n/lb.json +++ b/i18n/lb.json @@ -15,17 +15,25 @@ "scribunto-doc-page-name": "Module:$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-console-current-src": "Konsoleninput", "scribunto-console-clear": "Eidel maachen", "scribunto-common-error-category": "Säite mat Scriptfeeler", - "scribunto-common-nosuchfunction": "Scriptfeeler: D'Funktioun \"$2\" gëtt et net.", - "scribunto-common-notafunction": "Scriptfeeler: \"$2\" ass keng Funktioun.", - "scribunto-lua-in-function": "an der Funktioun \"$1\"", + "scribunto-common-nofunction": "Skriptfeeler: Dir musst eng Funktioun uginn, déi opgeruff soll ginn.", + "scribunto-common-nosuchfunction": "Skriptfeeler: D'Funktioun „$2“ gëtt et net.", + "scribunto-common-notafunction": "Skriptfeeler: „$2“ ass keng Funktioun.", + "scribunto-common-no-details": "Keng weider Detailer verfügbar.", + "scribunto-lua-in-function": "an der Funktioun „$1“", "scribunto-lua-error-location": "Lua-Feeler $1: $2.", - "scribunto-lua-error": "Lua Feeler: $2", + "scribunto-lua-error": "Lua Feeler: $2.", + "scribunto-lua-warning": "Skriptwarnung: $1", "scribunto-module-with-errors-category-desc": "De Modul huet e Feeler.", "scribunto-limitreport-timeusage-value": "$1/$2 Sekonnen", + "scribunto-limitreport-virtmemusage-value": "$1/$2 {{PLURAL:$2|Byte|Byten}}", + "scribunto-limitreport-estmemusage-value": "$1 {{PLURAL:$1|Byte|Byten}}", + "scribunto-limitreport-memusage-value": "$1/$2 {{PLURAL:$2|Byte|Byten}}", "scribunto-limitreport-profile": "Lua – Profil", "scribunto-limitreport-profile-ms": "$1 ms", + "scribunto-limitreport-logs": "Lua-Logbicher", "nstab-module": "Modul", "tooltip-ca-nstab-module": "D'Modulsäit weisen" } diff --git a/i18n/tok.json b/i18n/tok.json new file mode 100644 index 00000000..8a24b64e --- /dev/null +++ b/i18n/tok.json @@ -0,0 +1,15 @@ +{ + "@metadata": { + "authors": [ + "ClarFonThey" + ] + }, + "content-model-scribunto": "nanpa Scribunto", + "scribunto-line": "lon linja $1", + "scribunto-parser-dialog-title": "pakala nanpa", + "scribunto-error-short": "pakala nanpa: $1", + "scribunto-error-long": "pakala nanpa:\n\n$1", + "scribunto-limitreport-profile-ms": "$1 ms", + "nstab-module": "nanpa", + "tooltip-ca-nstab-module": "o lukin e lipu nanpa" +}