mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-23 15:56:55 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I18706f9b41d8d44580bf6046e418be6034076779
This commit is contained in:
parent
779f9f5376
commit
75399c8e1a
8
i18n/ba.json
Normal file
8
i18n/ba.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"@metadata": {
|
||||
"authors": [
|
||||
"Рустам Нурыев"
|
||||
]
|
||||
},
|
||||
"scribunto-lua-error": "Lua хатаһы: $2."
|
||||
}
|
|
@ -2,9 +2,10 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Nepaboy",
|
||||
"Ganesh"
|
||||
"Ganesh",
|
||||
"SatyamMishra"
|
||||
]
|
||||
},
|
||||
"scribunto-lua-error": "लुआ त्रुटि:$2",
|
||||
"scribunto-lua-error": "लुआ खराबी:$2",
|
||||
"apihelp-scribunto-console-param-title": "मॉड्यूल के शीर्षक के परीक्षण खातिर।"
|
||||
}
|
||||
|
|
|
@ -51,9 +51,12 @@
|
|||
"scribunto-luastandalone-gone": "Error de Lua: Error interno: El intérprete ya ha finalizado.",
|
||||
"scribunto-luastandalone-signal": "Error de Lua: Error interno: El intérprete ha finalizado con la señal \"$2\".",
|
||||
"scribunto-luastandalone-exited": "Error de Lua: Error interno: El intérprete ha finalizado con el estado $2.",
|
||||
"scribunto-module-with-errors-category": "Módulos de Scribunto con errores",
|
||||
"scribunto-module-with-errors-category-desc": "El módulo tiene un error.",
|
||||
"scribunto-limitreport-timeusage": "Tiempo de uso de Lua",
|
||||
"scribunto-limitreport-timeusage-value": "$1/$2 segundos",
|
||||
"scribunto-limitreport-virtmemusage": "Tamaño virtual de Lua",
|
||||
"scribunto-limitreport-estmemusage": "Uso estimado de memoria de Lua",
|
||||
"scribunto-limitreport-memusage": "Uso de memoria de Lua",
|
||||
"scribunto-limitreport-profile": "Perfil de Lua",
|
||||
"scribunto-limitreport-profile-ms": "$1 ms",
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
"scribunto-common-timeout": "സ്ക്രിപ്റ്റുകൾ പ്രവർത്തിക്കാനായി അനുവദിച്ച സമയം അവസാനിച്ചു.",
|
||||
"scribunto-common-oom": "സ്ക്രിപ്റ്റുകൾ പ്രവർത്തിക്കാനായി അനുവദിച്ച മെമ്മറി അധികരിച്ചു.",
|
||||
"scribunto-common-backtrace": "അനുധാവനം:",
|
||||
"scribunto-common-no-details": "കൂടുതൽ വിവരങ്ങളൊന്നും ലഭ്യമല്ല.",
|
||||
"scribunto-lua-in-function": "\"$1\" എന്ന ഫങ്ഷനിൽ",
|
||||
"scribunto-lua-in-main": "പ്രധാന ഖണ്ഡത്തിൽ",
|
||||
"scribunto-lua-in-function-at": "$1 ഫങ്ഷനിൽ $2 വരിയിൽ",
|
||||
|
@ -53,5 +54,11 @@
|
|||
"scribunto-limitreport-estmemusage": "ലുവ കണക്കാക്കുന്ന മെമ്മറി ഉപഭോഗം",
|
||||
"scribunto-limitreport-memusage": "ലുവ മെമ്മറി ഉപഭോഗം",
|
||||
"scribunto-limitreport-profile": "ലുവ പ്രോഫൈൽ",
|
||||
"scribunto-limitreport-profile-ms": "$1 എം.എസ്."
|
||||
"scribunto-limitreport-profile-ms": "$1 എം.എസ്.",
|
||||
"scribunto-limitreport-logs": "ലുവ രേഖകൾ",
|
||||
"apihelp-scribunto-console-param-title": "പരീക്ഷിക്കാനുള്ള ഘടകത്തിന്റെ തലക്കെട്ട്.",
|
||||
"apihelp-scribunto-console-param-content": "ഘടകത്തിന്റെ പുതിയ ഉള്ളടക്കം.",
|
||||
"apihelp-scribunto-console-param-session": "സെഷൻ ചീട്ട്.",
|
||||
"apihelp-scribunto-console-param-question": "സ്ക്രിപ്റ്റ് ആയി പരിശോധിക്കാനുള്ള അടുത്ത വരി.",
|
||||
"apihelp-scribunto-console-param-clear": "ഇപ്പൊഴത്തെ സെഷൻ സ്ഥിതി ശൂന്യമാക്കിയതായി സജ്ജീകരിക്കുക."
|
||||
}
|
||||
|
|
|
@ -59,5 +59,6 @@
|
|||
"scribunto-limitreport-memusage": "Использование памяти Lua",
|
||||
"scribunto-limitreport-profile": "Профиль Lua",
|
||||
"scribunto-limitreport-profile-ms": "$1 мс",
|
||||
"scribunto-limitreport-logs": "Журналы Lua"
|
||||
"scribunto-limitreport-logs": "Журналы Lua",
|
||||
"apihelp-scribunto-console-param-session": "Токен сессии."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue