mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 00:05:00 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I3fb9ffdde5fffb145bc6bdf3b36ec011026a9da4
This commit is contained in:
parent
eb01c6ad22
commit
9eedc707b1
|
@ -53,8 +53,11 @@
|
|||
"scribunto-limitreport-timeusage": "Lua tidsbruk",
|
||||
"scribunto-limitreport-timeusage-value": "$1/$2 sekunder",
|
||||
"scribunto-limitreport-virtmemusage": "Lua virtuell størrelse",
|
||||
"scribunto-limitreport-virtmemusage-value": "$1/$2 {{PLURAL:$2|byte}}",
|
||||
"scribunto-limitreport-estmemusage": "Lua beregnet minnebruk",
|
||||
"scribunto-limitreport-estmemusage-value": "$1 {{PLURAL:$1|byte}}",
|
||||
"scribunto-limitreport-memusage": "Lua minnebruk",
|
||||
"scribunto-limitreport-memusage-value": "$1/$2 {{PLURAL:$2|byte}}",
|
||||
"scribunto-limitreport-profile": "Lua Profil",
|
||||
"scribunto-limitreport-profile-ms": "$1 ms",
|
||||
"scribunto-limitreport-logs": "Lua logger",
|
||||
|
|
|
@ -57,8 +57,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%",
|
||||
|
|
Loading…
Reference in a new issue