From 676dc4003171d5b2fc7b3d5ad5318eff0c3ee9a3 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Mon, 4 May 2020 10:49:51 -0400 Subject: [PATCH] Update translations --- config/locales/client.it.yml | 3 +++ config/locales/client.ko.yml | 31 +++++++++++++++++++++++++++++++ config/locales/server.ko.yml | 4 +++- 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/config/locales/client.it.yml b/config/locales/client.it.yml index f4a448b..72cf85b 100644 --- a/config/locales/client.it.yml +++ b/config/locales/client.it.yml @@ -13,6 +13,7 @@ it: dirty: "È necessario salvare la query prima di eseguirla." explorer: admins_only: "Data explorer è disponibile solo per gli amministratori." + allow_groups: "Consenti ai gruppi di accedere a questa query" title: "Data Explorer" create: "Crea Nuovo" create_placeholder: "Nome ricerca..." @@ -50,6 +51,8 @@ it: other: "Mostra i primi %{count} risultati." query_name: "Query" query_groups: "Gruppi" + link: "Collegamento per" + report_name: "Rapporto" query_description: "Descrizione" query_time: "Ultima esecuzione" query_user: "Creato da" diff --git a/config/locales/client.ko.yml b/config/locales/client.ko.yml index c01b8fd..01b8a92 100644 --- a/config/locales/client.ko.yml +++ b/config/locales/client.ko.yml @@ -7,23 +7,54 @@ ko: js: + errors: + explorer: + no_semicolons: "쿼리에서 세미콜론을 제거하십시오." + dirty: "실행하기 전에 쿼리를 저장해야합니다." explorer: + admins_only: "데이터 탐색기는 관리자 만 사용할 수 있습니다." + allow_groups: "그룹이이 쿼리에 액세스하도록 허용" + title: "데이터 탐색기" + create: "새로 만들기" + create_placeholder: "검색어 이름 ..." description_placeholder: "여기에 설명을 입력하세요" import: label: "가져오기" + modal: "검색어 가져 오기" schema: + title: "데이터베이스 스키마" filter: "검색..." + sensitive: "이 열의 내용에는 특히 민감한 정보 또는 개인 정보가 포함될 수 있습니다. 이 열의 내용을 사용할 때는주의하십시오." + type_help: "종류" types: bool: 'yes': "네" 'no': "아니오" + null_: "없는" export: "내보내기" save: "변경사항 저장" + saverun: "변경 사항 저장 및 실행" + run: "운영" + undo: "변경 사항을 취소" edit: "수정" delete: "삭제" + recover: "삭제 취소 쿼리" + download_json: "JSON" + download_csv: "CSV" + others_dirty: "검색어에 저장하지 않은 변경 사항이있어 이동하면 사라집니다." + run_time: "쿼리는 {{value}} ms에 완료되었습니다." query_name: "쿼리" query_groups: "그룹" + link: "링크" + report_name: "보고서" query_description: "설명" query_time: "마지막 실행" + query_user: "작성자" + column: "열 {{number}}" + explain_label: "쿼리 계획을 포함 하시겠습니까?" + save_params: "기본값 설정" reset_params: "리셋" search_placeholder: "검색..." + no_search_results: "죄송합니다. 귀하의 텍스트와 일치하는 결과를 찾을 수 없습니다." + group: + reports: "보고서" diff --git a/config/locales/server.ko.yml b/config/locales/server.ko.yml index bf4e05d..66f85eb 100644 --- a/config/locales/server.ko.yml +++ b/config/locales/server.ko.yml @@ -5,4 +5,6 @@ # To work with us on translations, join this project: # https://www.transifex.com/projects/p/discourse-org/ -ko: {} +ko: + site_settings: + data_explorer_enabled: "/ admin / plugins / explorer에서 데이터 탐색기를 활성화하십시오."