diff --git a/i18n/de.json b/i18n/de.json index 728fb2ea..c0801a4d 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -54,8 +54,11 @@ "scribunto-limitreport-timeusage": "Lua – Zeitnutzung", "scribunto-limitreport-timeusage-value": "$1/$2 Sekunden", "scribunto-limitreport-virtmemusage": "Lua – virtuelle Größe", + "scribunto-limitreport-virtmemusage-value": "$1/$2 {{PLURAL:$2|Byte|Bytes}}", "scribunto-limitreport-estmemusage": "Lua – geschätzte Speichernutzung", + "scribunto-limitreport-estmemusage-value": "$1 {{PLURAL:$1|Byte|Bytes}}", "scribunto-limitreport-memusage": "Lua – Speichernutzung", + "scribunto-limitreport-memusage-value": "$1/$2 {{PLURAL:$2|Byte|Bytes}}", "scribunto-limitreport-profile": "Lua – Profil", "scribunto-limitreport-profile-ms": "$1 ms", "scribunto-limitreport-profile-percent": "$1 %", diff --git a/i18n/pt-br.json b/i18n/pt-br.json index cb924924..25670908 100644 --- a/i18n/pt-br.json +++ b/i18n/pt-br.json @@ -58,8 +58,11 @@ "scribunto-limitreport-timeusage": "Uso de tempo em Lua", "scribunto-limitreport-timeusage-value": "$1/$2 segundos", "scribunto-limitreport-virtmemusage": "Tamanho virtual em Lua", + "scribunto-limitreport-virtmemusage-value": "$1/$2 {{PLURAL:$2|byte|bytes}}", "scribunto-limitreport-estmemusage": "Estimativa do uso de memória em Lua", + "scribunto-limitreport-estmemusage-value": "$1 {{PLURAL:$1|byte|bytes}}", "scribunto-limitreport-memusage": "Uso de memória em Lua", + "scribunto-limitreport-memusage-value": "$1/$2 {{PLURAL:$2|byte|bytes}}", "scribunto-limitreport-profile": "Perfil em Lua", "scribunto-limitreport-profile-ms": "$1 ms", "scribunto-limitreport-profile-percent": "$1%", diff --git a/i18n/tr.json b/i18n/tr.json index 962d4612..2f80d23f 100644 --- a/i18n/tr.json +++ b/i18n/tr.json @@ -57,8 +57,11 @@ "scribunto-limitreport-timeusage": "Lua zaman kullanımı", "scribunto-limitreport-timeusage-value": "$1/$2 saniye", "scribunto-limitreport-virtmemusage": "Lua sanal boyutu", + "scribunto-limitreport-virtmemusage-value": "$1/$2 bayt", "scribunto-limitreport-estmemusage": "Lua tahmini bellek kullanımı", + "scribunto-limitreport-estmemusage-value": "$1 bayt", "scribunto-limitreport-memusage": "Lua bellek kullanımı", + "scribunto-limitreport-memusage-value": "$1/$2 bayt", "scribunto-limitreport-profile": "Lua Profili", "scribunto-limitreport-profile-ms": "$1 ms", "scribunto-limitreport-logs": "Lua günlükleri",