mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-24 08:14:09 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I0e90a794890f9289f54028a84ecadb86c971ac67
This commit is contained in:
parent
9c30bc4c87
commit
c6e6436665
|
@ -2524,8 +2524,24 @@ $messages['sl'] = array(
|
||||||
* @author WikiPhoenix
|
* @author WikiPhoenix
|
||||||
*/
|
*/
|
||||||
$messages['sv'] = array(
|
$messages['sv'] = array(
|
||||||
|
'scribunto-desc' => 'Ramverk för att bädda in skriptspråk på MediaWiki-sidor',
|
||||||
|
'scribunto-ignore-errors' => 'Tillåt att kod med fel sparas',
|
||||||
|
'scribunto-line' => 'på rad $1',
|
||||||
|
'scribunto-module-line' => 'i $1 på rad $2',
|
||||||
|
'scribunto-parser-error' => 'Skriptfel',
|
||||||
|
'scribunto-parser-dialog-title' => 'Skriptfel',
|
||||||
|
'scribunto-error-short' => 'Skriptfel: $1',
|
||||||
|
'scribunto-error-long' => 'Skriptfel:
|
||||||
|
|
||||||
|
$1',
|
||||||
'scribunto-doc-page-name' => 'Module:$1/dok',
|
'scribunto-doc-page-name' => 'Module:$1/dok',
|
||||||
'scribunto-doc-page-does-not-exist' => "''Dokumentationen för denna modul kan skapas på [[$1]]''",
|
'scribunto-doc-page-does-not-exist' => "''Dokumentationen för denna modul kan skapas på [[$1]]''",
|
||||||
|
'scribunto-doc-page-header' => "'''Detta är dokumentationssidan för [[$1]]'''",
|
||||||
|
'scribunto-console-intro' => '* Modulexporteringarna är tillgängliga som variabeln "p", inklusive osparade ändringar.
|
||||||
|
* Börja en rad med "=" för att utvärdera den som ett uttryck, eller använd print().
|
||||||
|
* Använd mw.log() i modulkoden för att skicka meddelande till denna konsol.',
|
||||||
|
'scribunto-console-title' => 'Felsökningskonsol',
|
||||||
|
'scribunto-console-too-large' => 'Denna konsolsessionen är för stor. Vänligen rensa konsolhistoriken eller minska storleken på modulen.',
|
||||||
'scribunto-console-current-src' => 'konsol-indata',
|
'scribunto-console-current-src' => 'konsol-indata',
|
||||||
'scribunto-console-clear' => 'Rensa',
|
'scribunto-console-clear' => 'Rensa',
|
||||||
'scribunto-console-cleared' => 'Konsol-tillståndet tömdes eftersom modulen uppdaterades.',
|
'scribunto-console-cleared' => 'Konsol-tillståndet tömdes eftersom modulen uppdaterades.',
|
||||||
|
@ -2554,7 +2570,13 @@ $messages['sv'] = array(
|
||||||
'scribunto-luastandalone-gone' => 'Luafel: Internt fel: Tolken har redan avslutats.',
|
'scribunto-luastandalone-gone' => 'Luafel: Internt fel: Tolken har redan avslutats.',
|
||||||
'scribunto-luastandalone-signal' => 'Luafel: Internt fel: Tolken har avslutats med signalen "$2".',
|
'scribunto-luastandalone-signal' => 'Luafel: Internt fel: Tolken har avslutats med signalen "$2".',
|
||||||
'scribunto-luastandalone-exited' => 'Luafel: Internt fel: Tolken avslutades med status $2.',
|
'scribunto-luastandalone-exited' => 'Luafel: Internt fel: Tolken avslutades med status $2.',
|
||||||
|
'scribunto-module-with-errors-category' => 'Scribunto-moduler med fel',
|
||||||
|
'scribunto-limitreport-timeusage' => 'Lua - tidsanvändning',
|
||||||
'scribunto-limitreport-timeusage-value' => '$1/$2 sekunder',
|
'scribunto-limitreport-timeusage-value' => '$1/$2 sekunder',
|
||||||
|
'scribunto-limitreport-virtmemusage' => 'Lua - virtuell storlek',
|
||||||
|
'scribunto-limitreport-estmemusage' => 'Lua - uppskattad minnesanvändning',
|
||||||
|
'scribunto-limitreport-memusage' => 'Lua - minnesanvändning',
|
||||||
|
'scribunto-limitreport-profile' => 'Lua-profil',
|
||||||
'scribunto-limitreport-profile-ms' => '$1 ms',
|
'scribunto-limitreport-profile-ms' => '$1 ms',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue