Skip to content

Commit 60ef463

Browse files
authored
Merge pull request #2814 from entrylabs/master
Master
2 parents 1912c6e + 3c0ba26 commit 60ef463

File tree

3 files changed

+57
-1
lines changed

3 files changed

+57
-1
lines changed

extern/lang/en.js

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6094,6 +6094,24 @@ Lang.Helper = {
60946094
get_current_city_weather_data:
60956095
'Reports the current weather information (temperature, fine dust grade) of the selected region.',
60966096
get_today_city_temperature: 'Report the today temperature of selected area and time zone.',
6097+
get_cur_weather: '\nReports the current weather in the selected area.',
6098+
get_cur_wind: '\nReports the current wind direction in the selected area.',
6099+
get_cur_weather_data:
6100+
'\nReports the current weather information in the selected area.\n- Weather information : temperature(℃), fine dust concentration(PM10, ㎍)',
6101+
check_cur_weather:
6102+
"\nChecks whether the current weather in the selected area matches the selected weather conditions. If so, it is judged as 'True'.",
6103+
check_cur_finddust:
6104+
"\nChecks whether the current fine dust grade in the selected area matches the selected fine dust grade. If so, it is judged as 'True'.",
6105+
get_day_weather: '\nReports the daily weather in the selected area.',
6106+
get_day_weather_data:
6107+
'\nReports the daily weather information in the selected area.\n- Weather information: the lowest temperature(℃), the highest temperature(℃), humidity(%), precipitation(mm), precipitation probability(%), wind speed(m/s)',
6108+
check_day_weather:
6109+
"\nChecks whether the daily weather in the selected area matches the selected weather conditions. If so, it is judged as 'True'. ",
6110+
get_time_weather: '\nReports the weather by hour(every 3 hours) in the selected area.',
6111+
get_time_weather_data:
6112+
'\nReports the weather information by hour(every 3 hours) in the selected area.\n- Weather information: the lowest temperature(℃), the highest temperature(℃), humidity(%), precipitation(mm), precipitation probability(%), wind speed(m/s)',
6113+
check_time_weather:
6114+
"\nChecks whether the weather by hour in the selected area matches the selected weather conditions. If so, it is judged as 'True'. ",
60976115
count_festival:
60986116
'Translate the input text into the selected language. You can enter up to 20 charactors. ',
60996117
get_festival_info: 'Detects the language of the input text. You can enter up to 20 charactors.',
@@ -6792,6 +6810,17 @@ Lang.template = {
67926810
get_city_weather_data: "%1 %2 %3's %4",
67936811
get_current_city_weather_data: "Current %1 %2's %3",
67946812
get_today_city_temperature: "Today %1 %2's %3h temperature(℃)",
6813+
get_cur_weather: 'Current weather in %1',
6814+
get_cur_wind: 'Current wind direction in %1',
6815+
get_cur_weather_data: 'Current %2 in %1',
6816+
check_cur_weather: 'Is current weather in %1 %2?',
6817+
check_cur_finddust: 'Is current fine dust grade in %1 %2?',
6818+
get_day_weather: 'Weather in %2 %3 %1',
6819+
get_day_weather_data: '%3 in %2 %1',
6820+
check_day_weather: 'Is %1 weather in %2 %3?',
6821+
get_time_weather: "%2 o'clock weather in %1",
6822+
get_time_weather_data: "%2 o'clock %3 in %1",
6823+
check_time_weather: "Is %2 o'clock weather in %1 %3?",
67956824
translate_title: '%1',
67966825
get_translated_string: 'Translate %1 %2 into %3',
67976826
check_language: 'language of %1',

extern/lang/ko.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6511,6 +6511,22 @@ Lang.Helper = {
65116511
'현재 선택한 지역의 날씨 정보입니다.\n*옵션\n시도: 서울, 강원, 경기, 경남, 경북, 광주, 대구, 대전, 부산, 세종, 울산, 인천, 전남, 전북, 제주, 충남, 충북 \n시군구: 시도별로 다름\n정보: 기온(℃), 미세먼지농도(㎍)',
65126512
get_today_city_temperature:
65136513
'오늘 선택한 지역과 시간대의 기온입니다.\n*옵션\n시도: 서울, 강원, 경기, 경남, 경북 광주, 대구, 대전, 부산, 세종, 울산, 인천, 전남, 전북, 제주, 충남, 충북 \n시군구: 시도별로 다름\n시간대: 00, 03, 06, 09, 12, 15, 18, 21',
6514+
get_cur_weather: '\n선택한 지역의 현재 날씨입니다.',
6515+
get_cur_wind: '\n선택한 지역의 현재 풍향입니다.',
6516+
get_cur_weather_data:
6517+
'\n선택한 지역의 현재 기상 정보입니다.\n- 기상 정보: 기온(℃), 미세먼지농도(PM10, ㎍)',
6518+
check_cur_weather: "\n선택한 지역의 현재 날씨가 선택한 날씨와 같다면 '참'으로 판단합니다.",
6519+
check_cur_finddust:
6520+
'\n선택한 지역의 현재 미세먼지 등급이 선택한 미세먼지 등급과 같다면 ‘참’으로 판단합니다.',
6521+
get_day_weather: '\n선택한 지역의 일별 날씨입니다.',
6522+
get_day_weather_data:
6523+
'\n선택한 지역의 일별 기상 정보입니다.\n- 기상 정보: 최저기온(℃), 최고기온(℃), 습도(%), 강수량(mm), 강수확률(%), 풍속(m/s)',
6524+
check_day_weather: "\n선택한 지역의 일별 날씨가 선택한 날씨와 같다면 '참'으로 판단합니다.",
6525+
get_time_weather: '\n선택한 지역의 시간대별(3시간) 날씨입니다.',
6526+
get_time_weather_data:
6527+
'\n선택한 지역의 시간대별(3시간) 기상 정보입니다.\n- 기상 정보: 기온(°c), 습도(%), 강수량(mm), 강수확률(%), 풍속(m/s)',
6528+
check_time_weather:
6529+
"\n선택한 지역의 시간대별(3시간) 날씨가 선택한 날씨와 같다면 '참'으로 판단합니다.",
65146530
count_festival:
65156531
'선택한 날짜와 지역에서 열리는 행사의 수입니다.\n* 옵션 \n지역: 서울, 강원, 경기, 경남, 경북 광주, 대구, 대전, 부산, 세종, 울산, 인천, 전남, 전북, 제주, 충남, 충북 \n행사일: 1~12월',
65166532
get_festival_info:
@@ -7306,6 +7322,17 @@ Lang.template = {
73067322
get_city_weather_data: '%1 %2 %3 의 %4',
73077323
get_current_city_weather_data: '현재 %1 %2 의 %3',
73087324
get_today_city_temperature: '오늘 %1 %2의 %3시 기온',
7325+
get_cur_weather: '현재 %1의 날씨',
7326+
get_cur_wind: '현재 %1의 풍향',
7327+
get_cur_weather_data: '현재 %1의 %2',
7328+
check_cur_weather: '현재 %1의 날씨가 %2인가?',
7329+
check_cur_finddust: '현재 %1의 미세먼지 등급이 %2인가?',
7330+
get_day_weather: '%1 %2의 날씨',
7331+
get_day_weather_data: '%1 %2의 %3',
7332+
check_day_weather: '%1 %2의 날씨가 %3 인가?',
7333+
get_time_weather: '%1의 %2시 날씨',
7334+
get_time_weather_data: '%1의 %2시 %3',
7335+
check_time_weather: '%1의 %2시 날씨가 %3 인가?',
73097336
translate_title: '%1',
73107337
get_translated_string: '%1 %2 을(를) %3(으)로 번역한 값',
73117338
check_language: '%1의 언어',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@entrylabs/entry",
33
"title": "EntryJS",
44
"description": "JavaScript library for visual programming",
5-
"version": "4.0.8",
5+
"version": "4.0.11",
66
"main": "dist/entry.min.js",
77
"homepage": "https://playentry.org",
88
"author": {

0 commit comments

Comments
 (0)