Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

다국어 추가 #2868

Merged
merged 1 commit into from
Nov 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions extern/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -3397,6 +3397,21 @@ Lang.Menus = {
group_tempPassword: 'Modify PW',
group_gender: 'Gender',
group_studentCode: 'Code',
file_load_web_table_title: 'Import table from the Google Sheets',
file_load_web_table_sub_title: 'You can import table from Google Sheets documents.',
file_input_sheet_id: 'Google Sheets ID',
file_input_sheet_id_require: 'Required',
file_input_sheet_id_placeholder: 'Please enter Google Sheets ID.',
file_input_sheet_name: 'Sheet name',
file_input_sheet_name_placeholder: 'Please enter sheet name.',
file_load_web_warn_title_1:
"You can import the contents of a Google Sheets document and add them to the table.\nThis can only be imported if the access rights are set to 'Anyone with link'",
file_load_web_warn_title_2:
'The following datas are subject to the Terms of Use and related laws.',
file_load_web_warn_desc_2_1:
'Violent and brutal data, Sacred body exposure data, Offensive or disgusting data, \nData of copyright prohibited from unauthorized use',
file_load_web_error_sheet_id_1: 'Google Sheets ID is not entered.',
file_load_web_error_sheet_id_2: 'Invalid Google Sheets ID.',
group_viewWorks: 'View Works',
added_group_lecture: 'lessons deleted',
added_group_curriculum: 'Course deleted',
Expand Down Expand Up @@ -5282,6 +5297,7 @@ Lang.Workspace = {
add_picture: 'Add Shape',
select_picture: 'Select Library',
select_table: 'Select Table',
load_web: 'Import table',
select_sound: 'Select sound',
Size: 'Size',
show_variable: ' Show variable',
Expand Down
16 changes: 16 additions & 0 deletions extern/lang/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -3725,6 +3725,21 @@ Lang.Menus = {
group_tempPassword: '비밀번호 수정',
group_gender: '성별',
group_studentCode: '코드',
file_load_web_table_title: '테이블을 웹에서 가져오기',
file_load_web_table_sub_title: 'Google 스프레드시트 문서로 작성된 테이블을 가져올 수 있어요.',
file_input_sheet_id: '스프레드시트 문서 ID',
file_input_sheet_id_require: '필수',
file_input_sheet_id_placeholder: '불러올 스프레드시트 문서의 ID를 입력해 주세요.',
file_input_sheet_name: '시트 이름',
file_input_sheet_name_placeholder: '불러올 시트 이름을 입력해 주세요.',
file_load_web_warn_title_1:
"Google 스프레드시트 문서의 내용을 가져와 엔트리의 테이블로 추가할 수 있습니다.\n스프레드시트의 액세스 권한이 '링크가 있는 모든 사용자'로 설정되어 있어야 가져올 수 있습니다.",
file_load_web_warn_title_2:
'아래와 같은 데이터는 이용약관 및 관련 법률에 의해 제재를 받을 수 있습니다.',
file_load_web_warn_desc_2_1:
'폭력적이고 잔인한 데이터, 선정적인 내용의 데이터, 불쾌감을 주거나 혐오단어가 포함된 데이터, 본인 또는 타인의 개인정보를 침해할 수 있는 내용의 데이터, \n무단 사용이 금지된 저작권의 데이터',
file_load_web_error_sheet_id_1: '문서 ID가 입력되지 않았습니다.',
file_load_web_error_sheet_id_2: '올바르지 않은 문서 ID입니다.',
group_viewWorks: '작품 보기',
added_group_lecture: '강의가 삭되었습니다.',
added_group_curriculum: '강의 모음이 삭제되었습니다.',
Expand Down Expand Up @@ -5658,6 +5673,7 @@ Lang.Workspace = {
add_picture: '모양 추가',
select_picture: '모양 선택',
select_table: '테이블 선택',
load_web: '웹에서 가져오기',
select_sound: '소리 선택',
Size: '크기',
show_variable: '변수 노출',
Expand Down
Loading