From 73cdbbf96085f740ba1e92ff4c0218daac6ac53f Mon Sep 17 00:00:00 2001 From: Entry Dev Date: Fri, 19 Feb 2021 18:31:09 +0500 Subject: [PATCH] Fix runtime error by missing AIlearning translations in entryjs --- src/renderer/resources/lang/en.json | 24 ++++++++++++++++++++++++ src/renderer/resources/lang/ko.json | 23 +++++++++++++++++++++++ src/renderer/resources/lang/uz.json | 24 ++++++++++++++++++++++++ 3 files changed, 71 insertions(+) diff --git a/src/renderer/resources/lang/en.json b/src/renderer/resources/lang/en.json index 060d064b5..8204e5e26 100644 --- a/src/renderer/resources/lang/en.json +++ b/src/renderer/resources/lang/en.json @@ -559,6 +559,7 @@ "ROBOT_reconnect": "Connect Robot", "ARDUINO_program": "Run the program", "ARDUINO_cloud_pc_connector": "Connect to Cloud PC", + "ARDUINO_upload_to_hw": "Upload to Hardware", "ARDUINO_connected": "Hardware connected", "ARDUINO_connect": "* Connect hardware", "ARDUINO_arduino_get_number_1": "number result of signal", @@ -7553,5 +7554,28 @@ "max_row_count_error": "If the table has more than 5000 rows, When you edit a table or add a chart, your browser might stop.\nIf there is a problem, please adjust the number of rows.", "attributes_text": "%1 and %2 other(s)" }, + "AiLearning": { + "equation": "회귀식", + "predict": "예측", + "cluster_number": "군집", + "centriod": "중심점", + "class": "클래스", + "show": "보이기", + "hide": "숨기기", + "open": "열기", + "close": "닫기", + "probability": "정확도", + "neighbor_count": "이웃 개수", + "cluster_option_centroids_kmpp": "가장 먼 거리", + "cluster_option_centroids_random": "무작위", + "model_attr_str": "특성", + "model_status_0": "상태: 준비", + "model_status_1": "상태: 학습중", + "model_status_2": "상태: 학습완료", + "model_status_3": "상태: 모델없음", + "train_param_learningRate": "학습률", + "train_param_epochs": "세대", + "train_param_validationRate": "테스트 데이터 비율" + }, "SharePolicy": { "title": "Entry Project/Post share Guide" } } \ No newline at end of file diff --git a/src/renderer/resources/lang/ko.json b/src/renderer/resources/lang/ko.json index 1d3ee8dc4..06fb4a899 100644 --- a/src/renderer/resources/lang/ko.json +++ b/src/renderer/resources/lang/ko.json @@ -7553,5 +7553,28 @@ "max_row_count_error": "테이블의 행이 5000개 이상이면 테이블을 편집하거나 차트를 추가할 때 브라우저의 멈춤 현상이 발생할 수 있습니다.\n 문제가 발생하면 테이블의 행 개수를 조절해주세요.", "attributes_text": "%1 외 %2개의 속성" }, + "AiLearning": { + "equation": "회귀식", + "predict": "예측", + "cluster_number": "군집", + "centriod": "중심점", + "class": "클래스", + "show": "보이기", + "hide": "숨기기", + "open": "열기", + "close": "닫기", + "probability": "정확도", + "neighbor_count": "이웃 개수", + "cluster_option_centroids_kmpp": "가장 먼 거리", + "cluster_option_centroids_random": "무작위", + "model_attr_str": "특성", + "model_status_0": "상태: 준비", + "model_status_1": "상태: 학습중", + "model_status_2": "상태: 학습완료", + "model_status_3": "상태: 모델없음", + "train_param_learningRate": "학습률", + "train_param_epochs": "세대", + "train_param_validationRate": "테스트 데이터 비율" + }, "SharePolicy": { "title": "엔트리 작품/게시물 공유 가이드" } } \ No newline at end of file diff --git a/src/renderer/resources/lang/uz.json b/src/renderer/resources/lang/uz.json index 7c0858bda..d507ff18a 100644 --- a/src/renderer/resources/lang/uz.json +++ b/src/renderer/resources/lang/uz.json @@ -559,6 +559,7 @@ "ROBOT_reconnect": "Connect Robot", "ARDUINO_program": "Run the program", "ARDUINO_cloud_pc_connector": "Kloud PC ga ulash", + "ARDUINO_upload_to_hw": "Qurilmaga yuklab qo'yish", "ARDUINO_connected": "Qurilma ulangandi", "ARDUINO_connect": "Qurilmani bog'lang", "ARDUINO_arduino_get_number_1": "number result of signal", @@ -7551,5 +7552,28 @@ "max_row_count_error": "If the table has more than 5000 rows, When you edit a table or add a chart, your browser might stop.\nIf there is a problem, please adjust the number of rows.", "attributes_text": "%1 and %2 other(s)" }, + "AiLearning": { + "equation": "회귀식", + "predict": "예측", + "cluster_number": "군집", + "centriod": "중심점", + "class": "클래스", + "show": "보이기", + "hide": "숨기기", + "open": "열기", + "close": "닫기", + "probability": "정확도", + "neighbor_count": "이웃 개수", + "cluster_option_centroids_kmpp": "가장 먼 거리", + "cluster_option_centroids_random": "무작위", + "model_attr_str": "특성", + "model_status_0": "상태: 준비", + "model_status_1": "상태: 학습중", + "model_status_2": "상태: 학습완료", + "model_status_3": "상태: 모델없음", + "train_param_learningRate": "학습률", + "train_param_epochs": "세대", + "train_param_validationRate": "테스트 데이터 비율" + }, "SharePolicy": { "title": "Entry Project/Post share Guide" } }