Skip to content

Commit 086bd28

Browse files
author
usbsync
committed
누락된 다국어 추가
1 parent e686bf1 commit 086bd28

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
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
@@ -6490,6 +6490,22 @@ Lang.Helper = {
64906490
'현재 선택한 지역의 날씨 정보입니다.\n*옵션\n시도: 서울, 강원, 경기, 경남, 경북, 광주, 대구, 대전, 부산, 세종, 울산, 인천, 전남, 전북, 제주, 충남, 충북 \n시군구: 시도별로 다름\n정보: 기온(℃), 미세먼지농도(㎍)',
64916491
get_today_city_temperature:
64926492
'오늘 선택한 지역과 시간대의 기온입니다.\n*옵션\n시도: 서울, 강원, 경기, 경남, 경북 광주, 대구, 대전, 부산, 세종, 울산, 인천, 전남, 전북, 제주, 충남, 충북 \n시군구: 시도별로 다름\n시간대: 00, 03, 06, 09, 12, 15, 18, 21',
6493+
get_cur_weather: '\n선택한 지역의 현재 날씨입니다.',
6494+
get_cur_wind: '\n선택한 지역의 현재 풍향입니다.',
6495+
get_cur_weather_data:
6496+
'\n선택한 지역의 현재 기상 정보입니다.\n- 기상 정보: 기온(℃), 미세먼지농도(PM10, ㎍)',
6497+
check_cur_weather: "\n선택한 지역의 현재 날씨가 선택한 날씨와 같다면 '참'으로 판단합니다.",
6498+
check_cur_finddust:
6499+
'\n선택한 지역의 현재 미세먼지 등급이 선택한 미세먼지 등급과 같다면 ‘참’으로 판단합니다.',
6500+
get_day_weather: '\n선택한 지역의 일별 날씨입니다.',
6501+
get_day_weather_data:
6502+
'\n선택한 지역의 일별 기상 정보입니다.\n- 기상 정보: 최저기온(℃), 최고기온(℃), 습도(%), 강수량(mm), 강수확률(%), 풍속(m/s)',
6503+
check_day_weather: "\n선택한 지역의 일별 날씨가 선택한 날씨와 같다면 '참'으로 판단합니다.",
6504+
get_time_weather: '\n선택한 지역의 시간대별(3시간) 날씨입니다.',
6505+
get_time_weather_data:
6506+
'\n선택한 지역의 시간대별(3시간) 기상 정보입니다.\n- 기상 정보: 기온(°c), 습도(%), 강수량(mm), 강수확률(%), 풍속(m/s)',
6507+
check_time_weather:
6508+
"\n선택한 지역의 시간대별(3시간) 날씨가 선택한 날씨와 같다면 '참'으로 판단합니다.",
64936509
count_festival:
64946510
'선택한 날짜와 지역에서 열리는 행사의 수입니다.\n* 옵션 \n지역: 서울, 강원, 경기, 경남, 경북 광주, 대구, 대전, 부산, 세종, 울산, 인천, 전남, 전북, 제주, 충남, 충북 \n행사일: 1~12월',
64956511
get_festival_info:
@@ -7285,6 +7301,17 @@ Lang.template = {
72857301
get_city_weather_data: '%1 %2 %3 의 %4',
72867302
get_current_city_weather_data: '현재 %1 %2 의 %3',
72877303
get_today_city_temperature: '오늘 %1 %2의 %3시 기온',
7304+
get_cur_weather: '현재 %1의 날씨',
7305+
get_cur_wind: '현재 %1의 풍향',
7306+
get_cur_weather_data: '현재 %1의 %2',
7307+
check_cur_weather: '현재 %1의 날씨가 %2인가?',
7308+
check_cur_finddust: '현재 %1의 미세먼지 등급이 %2인가?',
7309+
get_day_weather: '%1 %2의 날씨',
7310+
get_day_weather_data: '%1 %2의 %3',
7311+
check_day_weather: '%1 %2의 날씨가 %3 인가?',
7312+
get_time_weather: '%1의 %2시 날씨',
7313+
get_time_weather_data: '%1의 %2시 %3',
7314+
check_time_weather: '%1의 %2시 날씨가 %3 인가?',
72887315
translate_title: '%1',
72897316
get_translated_string: '%1 %2 을(를) %3(으)로 번역한 값',
72907317
check_language: '%1의 언어',

0 commit comments

Comments
 (0)