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: If696b690448131991617744723fc9bc499f8651f
This commit is contained in:
parent
f1b9f2655f
commit
37377ff3d8
|
@ -3,12 +3,14 @@
|
|||
"authors": [
|
||||
"Kwj2772",
|
||||
"Ykhwong",
|
||||
"Markingdots"
|
||||
"Markingdots",
|
||||
"Suleiman the Magnificent Television"
|
||||
]
|
||||
},
|
||||
"apihelp-scribunto-console-summary": "Scribunto 콘솔에서 XHR 요청을 서비스하기 위한 내부 모듈입니다.",
|
||||
"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": "현재 세션 상태를 지우려면 설정합니다."
|
||||
}
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
"scribunto-lua-error-location": "Chyba Lua $1: $2.",
|
||||
"scribunto-lua-error": "Chyba Lua: $2.",
|
||||
"scribunto-lua-notarrayreturn": "Chyba skriptu: Modul vrátil hodnotu typu $2. Měl by vrátit tabulku exportů.",
|
||||
"scribunto-lua-warning": "Upozornění skriptu: $1",
|
||||
"scribunto-luastandalone-proc-error": "Chyba Lua: Nelze vytvořit proces.",
|
||||
"scribunto-luastandalone-proc-error-msg": "Chyba Lua: Nelze vytvořit proces: $2",
|
||||
"scribunto-luastandalone-proc-error-proc-open": "Chyba Lua: Nelze vytvořit proces: Není k dispozici proc_open. Zkontrolujte direktivu „disable_functions“ v konfiguraci PHP.",
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
]
|
||||
},
|
||||
"scribunto-lua-in-main": "ਮੁੱਢ ਹਿੱਸੇ ਵਿੱਚ",
|
||||
"scribunto-lua-error": "ਲੂਆ ਗ਼ਲਤੀ: $2।"
|
||||
"scribunto-lua-error": "ਲੂਆ ਗ਼ਲਤੀ: $2।",
|
||||
"scribunto-limitreport-estmemusage-value": "$1 {{PLURAL:$1|ਬਾਈਟ|ਬਾਈਟਾਂ}}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue