Moving dhtmlxGantt library to 'libraries' folder
This commit is contained in:
parent
dbcdde741c
commit
5e16eb66dd
162 changed files with 6 additions and 5 deletions
49
libraries/dhtmlxgantt/sources/locale/locale_kr.js
Normal file
49
libraries/dhtmlxgantt/sources/locale/locale_kr.js
Normal file
|
@ -0,0 +1,49 @@
|
|||
/*
|
||||
@license
|
||||
|
||||
dhtmlxGantt v.3.2.0 Stardard
|
||||
This software is covered by GPL license. You also can obtain Commercial or Enterprise license to use it in non-GPL project - please contact sales@dhtmlx.com. Usage without proper license is prohibited.
|
||||
|
||||
(c) Dinamenta, UAB.
|
||||
*/
|
||||
/*
|
||||
Translated by cjkim@dbvalley.com
|
||||
*/
|
||||
gantt.locale = {
|
||||
date: {
|
||||
month_full: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
|
||||
month_short: ["1월", "2월", "3월", "4월", "5월", "6월", "7월", "8월", "9월", "10월", "11월", "12월"],
|
||||
day_full: ["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"],
|
||||
day_short: ["일", "월", "화", "수", "목", "금", "토"]
|
||||
},
|
||||
labels: {
|
||||
new_task: "이름없는 작업",
|
||||
icon_save: "저장",
|
||||
icon_cancel: "취소",
|
||||
icon_details: "세부 사항",
|
||||
icon_edit: "수정",
|
||||
icon_delete: "삭제",
|
||||
confirm_closing: "",
|
||||
confirm_deleting: "작업을 삭제하시겠습니까?",
|
||||
section_description: "설명",
|
||||
section_time: "기간",
|
||||
section_type: "Type",
|
||||
column_text: "작업명",
|
||||
column_start_date: "시작일",
|
||||
column_duration: "기간",
|
||||
column_add: "",
|
||||
link: "전제",
|
||||
confirm_link_deleting: "삭제 하시겠습니까?",
|
||||
link_start: " (start)",
|
||||
link_end: " (end)",
|
||||
type_task: "작업",
|
||||
type_project: "프로젝트",
|
||||
type_milestone: "마일스톤",
|
||||
minutes: "분",
|
||||
hours: "시간",
|
||||
days: "일",
|
||||
weeks: "주",
|
||||
months: "달",
|
||||
years: "년"
|
||||
}
|
||||
};
|
Reference in a new issue