mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-27 09:40:12 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I36a27f9cd8aefbc312f094d70884412abb72dfe5
This commit is contained in:
parent
4bc7abb0ac
commit
ee4e40d8d2
|
@ -14,7 +14,7 @@
|
|||
"scribunto-doc-page-name": "Module:$1/വിവരണം",
|
||||
"scribunto-doc-page-does-not-exist": "''ഈ ഘടകത്തിന്റെ വിവരണം [[$1]] എന്ന താളിൽ നിർമ്മിക്കാവുന്നതാണ്''",
|
||||
"scribunto-doc-page-header": "'''ഇത് [[$1]] എന്നതിന്റെ വിവരണതാൾ ആണ്'''",
|
||||
"scribunto-console-intro": "*ഘടകം കയറ്റുമതി ചെയ്തത് \"p\" എന്ന ചരമായി സേവ് ചെയ്യാത്ത മാറ്റങ്ങളുൾപ്പെടെ ലഭ്യമാണ്.\n*ഒരു വരി പ്രയോഗമായി (എക്സ്പ്രെഷൻ) തിട്ടപ്പെടുത്തുവാൻ \"=\" എന്ന് തുടങ്ങുക, അല്ലെങ്കിൽ print() ഉപയോഗിക്കുക.\n*ഈ കൺസോളിലേയ്ക്ക് സന്ദേശങ്ങൾ അയയ്ക്കാൻ ഘടക കോഡിൽ mw.log() ഉപയോഗിക്കുക",
|
||||
"scribunto-console-intro": "*ഘടകം കയറ്റുമതി ചെയ്തത് \"p\" എന്ന ചരമായി സേവ് ചെയ്യാത്ത മാറ്റങ്ങളുൾപ്പെടെ ലഭ്യമാണ്.\n*ഒരു വരി പ്രയോഗമായി (എക്സ്പ്രെഷൻ) തിട്ടപ്പെടുത്തുവാൻ \"=\" എന്ന് തുടങ്ങുക, അല്ലെങ്കിൽ print() ഉപയോഗിക്കുക. പട്ടികകൾക്കായി Use mw.logObject() ഉപയോഗിക്കുക.\n*ഈ കൺസോളിലേയ്ക്ക് സന്ദേശങ്ങൾ അയയ്ക്കാൻ ഘടക കോഡിൽ mw.log() എന്നതും mw.logObject() എന്നതും ഉപയോഗിക്കുക",
|
||||
"scribunto-console-title": "തെറ്റുകണ്ടെത്തൽ കൺസോൾ",
|
||||
"scribunto-console-too-large": "ഈ കൺസോൾ സെഷൻ വളരെ വലുതാണ്. കൺസോളിലെ പഴയവ ഒഴിവാക്കുകയോ ഘടകത്തിന്റെ വലിപ്പം ചെറുതാക്കുകയോ ചെയ്യുക.",
|
||||
"scribunto-console-current-src": "കൺസോളിൽ നൽകേണ്ടത്",
|
||||
|
@ -55,5 +55,7 @@
|
|||
"scribunto-limitreport-memusage": "ലുവ മെമ്മറി ഉപഭോഗം",
|
||||
"scribunto-limitreport-profile": "ലുവ പ്രോഫൈൽ",
|
||||
"scribunto-limitreport-profile-ms": "$1 എം.എസ്.",
|
||||
"scribunto-limitreport-logs": "ലുവ രേഖകൾ"
|
||||
"scribunto-limitreport-logs": "ലുവ രേഖകൾ",
|
||||
"nstab-module": "ഘടകം",
|
||||
"tooltip-ca-nstab-module": "ഘടകം താൾ കാണുക"
|
||||
}
|
||||
|
|
|
@ -45,9 +45,9 @@
|
|||
"scribunto-luastandalone-decode-error": "Lua-feil: Intern feil: Kunne ikke dekode meldingen.",
|
||||
"scribunto-luastandalone-write-error": "Lua-feil: Intern feil: Feil ved skriving til rør.",
|
||||
"scribunto-luastandalone-read-error": "Lua-feil: Intern feil: Feil ved lesing fra rør.",
|
||||
"scribunto-luastandalone-gone": "Lua-feil: Intern feil: Fortolkeren har allerede avsluttet.",
|
||||
"scribunto-luastandalone-signal": "Lua-feil: Intern feil: Fortolkeren har avsluttet med signal «$2».",
|
||||
"scribunto-luastandalone-exited": "Lua-feil: Intern feil: Fortolkeren har avsluttet med status $2.",
|
||||
"scribunto-luastandalone-gone": "Lua-feil: Intern feil: Kommandotolken har allerede avsluttet.",
|
||||
"scribunto-luastandalone-signal": "Lua-feil: Intern feil: Kommandotolken har avsluttet med signal «$2».",
|
||||
"scribunto-luastandalone-exited": "Lua-feil: Intern feil: Kommandotolken har avsluttet med status $2.",
|
||||
"scribunto-module-with-errors-category": "Scribunto-moduler med feil",
|
||||
"scribunto-module-with-errors-category-desc": "Modulen inneholder en feil",
|
||||
"scribunto-limitreport-timeusage": "Lua tidsbruk",
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
"@metadata": {
|
||||
"authors": [
|
||||
"Ahmed-Najib-Biabani-Ibrahimkhel",
|
||||
"Baloch Khan"
|
||||
"Baloch Khan",
|
||||
"Amjad Khan"
|
||||
]
|
||||
},
|
||||
"scribunto-doc-page-name": "Module:$1/لاسوند",
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"scribunto-common-error-category": "Странице са грешкама у скрипти",
|
||||
"scribunto-common-nosuchmodule": "Грешка у скрипти: Не постоји модул „$2”.",
|
||||
"scribunto-common-timeout": "Време издвојено за покретање скрипти је истекло.",
|
||||
"scribunto-common-no-details": "Није доступно више информација.",
|
||||
"scribunto-lua-error-location": "Lua грешка $1: $2.",
|
||||
"scribunto-lua-error": "Lua грешка: $2.",
|
||||
"scribunto-limitreport-timeusage": "Време коришћења Lua",
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"scribunto-common-error-category": "Stranice sa greškama u skripti",
|
||||
"scribunto-common-nosuchmodule": "Greška u skripti: Ne postoji modul „$2”.",
|
||||
"scribunto-common-timeout": "Vreme izdvojeno za pokretanje skripti je isteklo.",
|
||||
"scribunto-common-no-details": "Nije dostupno više informacija.",
|
||||
"scribunto-lua-error-location": "Lua greška $1: $2.",
|
||||
"scribunto-lua-error": "Lua greška: $2.",
|
||||
"scribunto-limitreport-timeusage": "Vreme korišćenja Lua",
|
||||
|
|
Loading…
Reference in a new issue