From 9eedc707b12213c407dd2be7e1de547c21fece14 Mon Sep 17 00:00:00 2001 From: Translation updater bot Date: Thu, 12 Nov 2020 08:22:35 +0100 Subject: [PATCH] Localisation updates from https://translatewiki.net. Change-Id: I3fb9ffdde5fffb145bc6bdf3b36ec011026a9da4 --- i18n/nb.json | 3 +++ i18n/zh-hant.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/i18n/nb.json b/i18n/nb.json index 909dff56..c4479dbe 100644 --- a/i18n/nb.json +++ b/i18n/nb.json @@ -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", diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json index db3615f1..b26e2350 100644 --- a/i18n/zh-hant.json +++ b/i18n/zh-hant.json @@ -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%",