mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-28 02:00:01 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I38a2ff2569399558726ad93b886a9eff4c9b84f0
This commit is contained in:
parent
7ec0ebfb2a
commit
bfd128f734
|
@ -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 %",
|
||||
|
|
|
@ -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%",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue