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 92c201d5ba573f7c1f2cbdfa3872944c51cf64e1 Author: Woonsan Ko <[email protected]> AuthorDate: Sun Oct 4 14:07:44 2020 -0400 WIP - Korean translation - GraphQL resources --- .../resources/org/apache/jmeter/resources/messages_ko.properties | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/core/src/main/resources/org/apache/jmeter/resources/messages_ko.properties b/src/core/src/main/resources/org/apache/jmeter/resources/messages_ko.properties index a9dcbb6..c5dee7c 100644 --- a/src/core/src/main/resources/org/apache/jmeter/resources/messages_ko.properties +++ b/src/core/src/main/resources/org/apache/jmeter/resources/messages_ko.properties @@ -292,6 +292,7 @@ delete_user=사용자 삭제 deltest=삭제 테스트 deref=Dereference aliases description=설명 +detect_graphql_request=GraphQL 요청 탐지 detail=상세 directory_field_title=작업 디렉토리: disable=비활성화 @@ -449,6 +450,11 @@ graph_results_ms=밀리초 graph_results_no_samples=표본 수 graph_results_throughput=처리량 graph_results_title=결과 그래프 +graphql_http_sampler_title=GraphQL HTTP 요청 +graphql_request_info=GraphQL 요청 +graphql_operation_name=오퍼레이션 이름 +graphql_query=질의 +graphql_variables=변수들 groovy_function_expression=실행할 표현식 grouping_add_separators=그룹들 사이에 구분자들을 추가 grouping_in_controllers=각 그룹을 새 컨트롤러에 넣기 @@ -865,6 +871,7 @@ proxy_headers=HTTP 헤더들을 캡처하기 proxy_pause_http_sampler=일정 시간 동안 HTTP 요청 않을 시 새로운 트랜잭션 컨트롤러 생성 (밀리초)\: proxy_recorder_dialog=레코더\: 트랜잭션 컨트롤 proxy_regex=정규표현식 매칭 +proxy_sampler_graphql_settings=GraphQL HTTP Sampler 설정 proxy_sampler_settings=HTTP Sampler 설정 proxy_sampler_type=타입\: proxy_separators=구분자들 추가
