mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-11 17:01:00 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: Ieb55276f54b2fa253365cd975dd94349221ad712
This commit is contained in:
parent
275db90515
commit
dd31f91eb2
|
@ -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%",
|
||||
|
|
|
@ -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": "ماڈیوٗل صَفہٕ وُچھِو"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue