You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extern/lang/en.js
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6094,6 +6094,24 @@ Lang.Helper = {
6094
6094
get_current_city_weather_data:
6095
6095
'Reports the current weather information (temperature, fine dust grade) of the selected region.',
6096
6096
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'. ",
6097
6115
count_festival:
6098
6116
'Translate the input text into the selected language. You can enter up to 20 charactors. ',
6099
6117
get_festival_info: 'Detects the language of the input text. You can enter up to 20 charactors.',
0 commit comments