Skip to content

Commit

Permalink
Fix runtime error by missing AIlearning translations in entryjs
Browse files Browse the repository at this point in the history
  • Loading branch information
entrydev committed Feb 19, 2021
1 parent 773d614 commit 73cdbbf
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/renderer/resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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" }
}
23 changes: 23 additions & 0 deletions src/renderer/resources/lang/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "엔트리 작품/게시물 공유 가이드" }
}
24 changes: 24 additions & 0 deletions src/renderer/resources/lang/uz.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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" }
}

0 comments on commit 73cdbbf

Please sign in to comment.