diff --git a/i18n/ja.json b/i18n/ja.json index 02f8415d..31f57731 100644 --- a/i18n/ja.json +++ b/i18n/ja.json @@ -3,13 +3,14 @@ "authors": [ "Frozen-mikan", "Fryed-peach", + "Kiri", "Otokoume", "Shirayuki", "Whym", "Yusuke1109" ] }, - "scribunto-desc": "MediaWiki ページにスクリプト言語を埋め込むフレームワーク", + "scribunto-desc": "スクリプト言語を MediaWiki ページに埋め込むためのフレームワーク", "scribunto-line": "$1 行目", "scribunto-module-line": "$1 内、$2 行目", "scribunto-parser-dialog-title": "スクリプトエラー", @@ -55,8 +56,11 @@ "scribunto-limitreport-timeusage": "Lua 実行時間", "scribunto-limitreport-timeusage-value": "$1/$2 秒", "scribunto-limitreport-virtmemusage": "Lua 仮想サイズ", + "scribunto-limitreport-virtmemusage-value": "$1/$2 {{PLURAL:$2|バイト}}", "scribunto-limitreport-estmemusage": "Lua 推定メモリ使用量", + "scribunto-limitreport-estmemusage-value": "$1 {{PLURAL:$1|バイト}}", "scribunto-limitreport-memusage": "Lua のメモリ使用量", + "scribunto-limitreport-memusage-value": "$1/$2 {{PLURAL:$2|バイト}}", "scribunto-limitreport-profile": "Lua プロファイル", "scribunto-limitreport-profile-ms": "$1 ミリ秒", "scribunto-limitreport-profile-percent": "$1%", diff --git a/i18n/ks-arab.json b/i18n/ks-arab.json index cafee1b9..de159908 100644 --- a/i18n/ks-arab.json +++ b/i18n/ks-arab.json @@ -4,5 +4,14 @@ "Iflaq" ] }, - "scribunto-lua-error": "لُوا غَلطی: $2۔" + "scribunto-parser-dialog-title": "سِکرپٹ نُقُص", + "scribunto-error-short": "سِکرپٹ نُقُص: $1", + "scribunto-error-long": "سِکرپٹ نُقُص:\n\n$1", + "scribunto-doc-page-name": "ماڈیوٗل:$1/دَستاویٖز", + "scribunto-doc-page-does-not-exist": "\"یَمہٕ ماڈیوٗلُک دَستاویٖز ییٚہِ [[$1]] جاے بَناونہٕ\"", + "scribunto-lua-error-location": "لُوا غَلطی $1: $2.", + "scribunto-lua-error": "لُوا غَلطی: $2۔", + "scribunto-lua-warning": "سِکرپٹ خَبردٲری: $1", + "nstab-module": "ماڈیوٗل", + "tooltip-ca-nstab-module": "ماڈیوٗل صَفہٕ وُچھِو" }