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: I7433cfef80aa2f5116aebaaebd677777d72e5b0c
This commit is contained in:
parent
c5959b56e7
commit
8995dd71aa
|
@ -10,7 +10,6 @@
|
|||
"scribunto-ignore-errors": "Speicherung von fehlerhaftem Code zulassen",
|
||||
"scribunto-line": "in Zeile $1",
|
||||
"scribunto-module-line": "in $1, Zeile $2",
|
||||
"scribunto-parser-error": "Skriptfehler",
|
||||
"scribunto-parser-dialog-title": "Skriptfehler",
|
||||
"scribunto-error-short": "Skriptfehler: $1",
|
||||
"scribunto-error-long": "Skriptfehler:\n\n$1",
|
||||
|
@ -33,6 +32,7 @@
|
|||
"scribunto-common-timeout": "Die zum Ausführen von Skripten vorgesehene Zeit ist abgelaufen.",
|
||||
"scribunto-common-oom": "Der zum Ausführen von Skripten vorgesehene Arbeitsspeicher wurde erschöpft.",
|
||||
"scribunto-common-backtrace": "Ablaufrückverfolgung:",
|
||||
"scribunto-common-no-details": "Es sind keine weiteren Einzelheiten verfügbar.",
|
||||
"scribunto-lua-in-function": "in der Funktion „$1“",
|
||||
"scribunto-lua-in-main": "im Hauptsegment",
|
||||
"scribunto-lua-in-function-at": "in der Funktion bei $1:$2",
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"scribunto-desc": "MediaWiki беттеріндегі скрипттік тілдерді қосу құрылғысы",
|
||||
"scribunto-line": "$1 жолында",
|
||||
"scribunto-module-line": "$1 ішіндегі $2 жолында",
|
||||
"scribunto-parser-error": "Скрипт қатесі",
|
||||
"scribunto-parser-dialog-title": "Скрипт қатесі",
|
||||
"scribunto-error-short": "Скрипт қатесі: $1",
|
||||
"scribunto-error-long": "Скрипт қатесі:\n\n$1",
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
"scribunto-ignore-errors": "Дозволи зачувување на кодот и кога има грешки",
|
||||
"scribunto-line": "во редот $1",
|
||||
"scribunto-module-line": "во $1, ред $2",
|
||||
"scribunto-parser-error": "Грешка во скриптата",
|
||||
"scribunto-parser-dialog-title": "Грешка во скриптата",
|
||||
"scribunto-error-short": "Грешка во скриптата: $1",
|
||||
"scribunto-error-long": "Грешки во скриптата:\n\n$1",
|
||||
|
@ -31,6 +30,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",
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
"scribunto-ignore-errors": "Label for a checkbox on the edit page. When clicked, parse errors are ignored on save.",
|
||||
"scribunto-line": "Used as reference to a code location. Parameters:\n* $1 - a line number\nSee also:\n* {{msg-mw|Scribunto-module-line}}",
|
||||
"scribunto-module-line": "Used as reference to a code location. Parameters:\n* $1 - a module (may also be {{msg-mw|Scribunto-console-current-src}})\n* $2 - a line number\nSee also:\n* {{msg-mw|Scribunto-line}}",
|
||||
"scribunto-parser-error": "Error message.",
|
||||
"scribunto-parser-dialog-title": "Error message.",
|
||||
"scribunto-error-short": "Error message. Parameters:\n* $1 - the error details\nSee also:\n* {{msg-mw|Scribunto-error-long}}",
|
||||
"scribunto-error-long": "Error message. Parameters:\n* $1 - the error details\nSee also:\n* {{msg-mw|Scribunto-error-short}}",
|
||||
|
|
Loading…
Reference in a new issue