xref: /plugin/diagrams/lang/ko/lang.php (revision 93034d18d33fe69f1ea9f7648488eb14ac742668)
1<?php
2
3/**
4 * @license    GPL 2 (https://www.gnu.org/licenses/gpl.html)
5 *
6 * @author SoiBKK <info@soibangkok.online>
7 */
8$lang['js']['createButton']    = '만들기';
9$lang['js']['createLink']      = '다이어그램 만들기';
10$lang['js']['editButton']      = '다이어그램 편집';
11$lang['js']['downloadSVGButton'] = '다이어그램을 SVG로 다운로드';
12$lang['js']['downloadPNGButton'] = '다이어그램을 PNG로 다운로드';
13$lang['js']['openButton']      = '다이어그램 열기';
14$lang['js']['editButtonShort'] = '편집';
15$lang['js']['downloadSVGButtonShort'] = 'SVG 다운로드';
16$lang['js']['downloadPNGButtonShort'] = 'PNG 다운로드';
17$lang['js']['openButtonShort'] = '열기';
18$lang['js']['toolbarButton']   = '다이어그램을 새로 만들거나 편집하기';
19$lang['js']['errorSaving']     = '저장 실패';
20$lang['js']['errorLoading']    = '불러오기 실패';
21$lang['js']['selectSource']    = '파일 선택';
22$lang['js']['left']            = '왼쪽';
23$lang['js']['center']          = '가운데';
24$lang['js']['right']           = '오른쪽';
25$lang['js']['title']           = '제목';
26$lang['js']['mediafileIsNotDiagram'] = '다이어그램이 아닌 미디어 파일이 선택 됨';
27