Localisation updates from https://translatewiki.net.

Change-Id: I451ddf1510e9552595fba533870afac60776a06c
This commit is contained in:
Translation updater bot 2020-11-16 08:37:55 +01:00
parent 9eedc707b1
commit f0c3975e43
5 changed files with 20 additions and 5 deletions

View file

@ -1,10 +1,12 @@
{
"@metadata": {
"authors": [
"Kwj2772",
"Ykhwong"
]
},
"apihelp-scribunto-console-description": "Scribunto 콘솔에서 XHR 요청을 서비스하기 위한 내부 모듈입니다.",
"apihelp-scribunto-console-summary": "Scribunto 콘솔에서 XHR 요청을 서비스하기 위한 내부 모듈입니다.",
"apihelp-scribunto-console-param-title": "테스트할 모듈의 제목입니다."
"apihelp-scribunto-console-param-title": "테스트할 모듈의 제목입니다.",
"apihelp-scribunto-console-param-session": "세션 토큰."
}

8
i18n/bpy.json Normal file
View file

@ -0,0 +1,8 @@
{
"@metadata": {
"authors": [
"Usingha"
]
},
"scribunto-lua-error": "লুয়া লাল: $2।"
}

View file

@ -1,8 +1,9 @@
{
"@metadata": {
"authors": [
"Dentonius",
"Katxis"
]
},
"scribunto-lua-error": "Lua era: $2."
"scribunto-lua-error": "Lua error: $2."
}

View file

@ -20,7 +20,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()를 사용하세요. 테이블의 경우에는 mw.logObject()를 이용하세요\n* 이 콘솔에 메시지를 보내려면 모듈 코드에 mw.log()와 mw.logObject()를 사용하세요.",
"scribunto-console-title": "콘솔 디버그",
"scribunto-console-too-large": "이 콘솔 세션이 너무 큽니다. 콘솔 역사를 삭제하거나 모듈의 크기를 줄이세요.",
"scribunto-console-current-src": "콘솔 입력",
@ -57,8 +57,11 @@
"scribunto-limitreport-timeusage": "루아 시간 사용",
"scribunto-limitreport-timeusage-value": "$1/$2초",
"scribunto-limitreport-virtmemusage": "루아 가상 크기",
"scribunto-limitreport-virtmemusage-value": "$1/$2 {{PLURAL:$2|바이트}}",
"scribunto-limitreport-estmemusage": "루아 추정 메모리 사용",
"scribunto-limitreport-estmemusage-value": "$1 {{PLURAL:$1|바이트}}",
"scribunto-limitreport-memusage": "루아 메모리 사용",
"scribunto-limitreport-memusage-value": "$1/$2 {{PLURAL:$2|바이트}}",
"scribunto-limitreport-profile": "루아 프로필",
"scribunto-limitreport-profile-ms": "$1ms",
"scribunto-limitreport-logs": "Lua 기록",

View file

@ -1,8 +1,9 @@
{
"@metadata": {
"authors": [
"Awangba Mangang"
"Awangba Mangang",
"꯴꯰꯴"
]
},
"scribunto-lua-error": "Lua ꯑꯔꯥꯟꯕ: $2."
"scribunto-lua-error": "Lua ꯑꯔꯥꯟꯕ: $2"
}