This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 80362c74fa4f5e056a24884271ccbf4db9a264a9
Author: Woonsan Ko <woon...@apache.org>
AuthorDate: Wed Oct 7 00:19:51 2020 -0400

    WIP - BZ-64787 : Korean translation
---
 .../sampler/JDBCSamplerResources_ko.properties     | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git 
a/src/protocol/jdbc/src/main/resources/org/apache/jmeter/protocol/jdbc/sampler/JDBCSamplerResources_ko.properties
 
b/src/protocol/jdbc/src/main/resources/org/apache/jmeter/protocol/jdbc/sampler/JDBCSamplerResources_ko.properties
new file mode 100644
index 0000000..bcd732b
--- /dev/null
+++ 
b/src/protocol/jdbc/src/main/resources/org/apache/jmeter/protocol/jdbc/sampler/JDBCSamplerResources_ko.properties
@@ -0,0 +1,40 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+displayName=JDBC 요청
+varName.displayName=연결 풀과 연관되는 변수 이름
+sql.displayName=SQL 질의
+query.displayName=질의
+query.shortDescription=데이터베이스에 전송할 SQL 질의
+queryType.displayName=질의 타입
+queryType.shortDescription=SQL 질의문이 SELECT 문 또는 UPDATE 문으로 실행되어야 하는지 설정.
+dataSource.displayName=JDBC 연결 설정에서 선언된 연결 풀 변수 이름.
+dataSource.shortDescription=연결 풀과 연관되는 JMeter 변수 이름.
+queryArguments.displayName=파라미터 값들
+queryArguments.shortDescription=SQL 파라미터 값들 (쉼표로 구분)
+queryArgumentsTypes.displayName=파라미터 타입들
+queryArgumentsTypes.shortDescription=java.sql.Types에 정의된 JDBC 타입 이름들. 예\: 
VARCHAR, INTEGER 등 (쉼표로 구분)
+variableNames.displayName=변수 이름들
+variableNames.shortDescription=각 컬럼을 위한 출력 변수 이름들 (쉼표로 구분)
+resultSetHandler.displayName=ResultSet 핸들링
+resultSetHandler.shortDescription=ResultSet의 반환 값들을 어떻게 처리할지 설정 (질의 타입이 
'callable statement'인 경우만 적용)
+resultVariable.displayName=결과 변수 이름
+resultVariable.shortDescription=ResultSet을 컬럼 이름으로 조회 가능케 하는 맵들의 리스트로서 저장하는 
JMeter 변수 이름.
+queryTimeout.displayName=질의 타임아웃
+queryTimeout.shortDescription=질의 수행 타임아웃 (단위\: 초)
+resultSetMaxRows.displayName=ResultSet 최대 Row 수
+resultSetMaxRows.shortDescription=ResultSet을 탐색할 최대 Row 수

Reply via email to