mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
Some translations
This commit is contained in:
parent
c8e03744ab
commit
149e107635
2 changed files with 759 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@
|
|||
*.zip
|
||||
*.gzip
|
||||
*.gz
|
||||
.vscode
|
||||
|
|
758
web/inc/i18n/ko.php
Normal file
758
web/inc/i18n/ko.php
Normal file
|
@ -0,0 +1,758 @@
|
|||
<?php
|
||||
/**
|
||||
* Vesta language file
|
||||
* Hoto Cocoa (cocoa@hoto.us)
|
||||
*/
|
||||
|
||||
$LANG['ko'] = array(
|
||||
'Packages' => '패키지',
|
||||
'IP' => 'IP',
|
||||
'Graphs' => '그래프',
|
||||
'Statistics' => '통계',
|
||||
'Log' => '기록',
|
||||
'Server' => '서버',
|
||||
'Services' => '서비스',
|
||||
'Firewall' => '방화벽',
|
||||
'Updates' => '업데이트',
|
||||
'Log in' => '로그인',
|
||||
'Log out' => '로그아웃',
|
||||
|
||||
'USER' => '사용자',
|
||||
'WEB' => '웹',
|
||||
'DNS' => 'DNS',
|
||||
'MAIL' => '메일',
|
||||
'DB' => '데이터베이스',
|
||||
'CRON' => 'CRON',
|
||||
'BACKUP' => '백업',
|
||||
|
||||
'LOGIN' => '로그인',
|
||||
'RESET PASSWORD' => '비밀번호 초기화',
|
||||
'SEARCH' => '검색',
|
||||
'PACKAGE' => '패키지',
|
||||
'RRD' => 'RRD',
|
||||
'STATS' => 'STATS',
|
||||
'LOG' => '기록',
|
||||
'UPDATES' => '업데이트',
|
||||
'FIREWALL' => '방화벽',
|
||||
'SERVER' => '서버',
|
||||
'MEMORY' => '메모리',
|
||||
'DISK' => '디스크',
|
||||
'NETWORK' => '네트워크',
|
||||
'Web Log Manager' => '웹 로그 관리자',
|
||||
|
||||
'no notifications' => 'no notifications',
|
||||
|
||||
'Add User' => '사용자 추가',
|
||||
'Add Domain' => '도메인 추가',
|
||||
'Add Web Domain' => '웹 도메인 추가',
|
||||
'Add DNS Domain' => 'DNS 도메인 추가',
|
||||
'Add DNS Record' => 'DNS 레코드 추가',
|
||||
'Add Mail Domain' => '메일 도메인 추가',
|
||||
'Add Mail Account' => '메일 계정 추가',
|
||||
'Add Database' => '데이터베이스 추가',
|
||||
'Add Cron Job' => 'Cron 작업 추가',
|
||||
'Create Backup' => '백업 생성',
|
||||
'Configure' => '설정',
|
||||
'Restore All' => '모두 복구',
|
||||
'Add Package' => '패키지 추가',
|
||||
'Add IP' => 'IP 주소 추가',
|
||||
'Add Rule' => '규칙 추가',
|
||||
'Ban IP Address' => 'IP 주소 차단',
|
||||
'Search' => '검색',
|
||||
'Add one more FTP Account' => 'FTP 계정을 하나 추가하기',
|
||||
'Overall Statistics' => '전체 통계',
|
||||
'Daily' => '매일',
|
||||
'Weekly' => '매주',
|
||||
'Monthly' => '매달',
|
||||
'Yearly' => '매년',
|
||||
'Add' => '추가',
|
||||
'Back' => '뒤로',
|
||||
'Save' => '저장',
|
||||
'Submit' => '등록',
|
||||
|
||||
'toggle all' => '모두 활성화',
|
||||
'apply to selected' => '선택된 것에 적용',
|
||||
'rebuild' => '리빌드',
|
||||
'rebuild web' => '웹 리빌드',
|
||||
'rebuild dns' => 'DNS 리빌드',
|
||||
'rebuild mail' => '메일 리빌드',
|
||||
'rebuild db' => '데이터베이스 리빌드',
|
||||
'rebuild cron' => 'Cron 리빌드',
|
||||
'update counters' => '카운터 업데이트',
|
||||
'suspend' => '정지',
|
||||
'unsuspend' => '정지 해제',
|
||||
'delete' => '삭제',
|
||||
'show per user' => '사용자마다 보여주기',
|
||||
'login as' => '다음으로 로그인',
|
||||
'logout' => '로그아웃',
|
||||
'edit' => '편집',
|
||||
'open webstats' => '웹스탯 열기',
|
||||
'view logs' => '기록 보기',
|
||||
'list records' => '%s개의 레코드 목록',
|
||||
'add record' => '레코드 추가',
|
||||
'list accounts' => '%s개의 계정 목록',
|
||||
'add account' => '계정 추가',
|
||||
'open webmail' => '웹메일 열기',
|
||||
'list fail2ban' => 'Fail2Ban 목록',
|
||||
'open %s' => '%s 열기',
|
||||
'download' => '다운로드',
|
||||
'restore' => '복구',
|
||||
'configure restore settings' => '복구 설정 구성',
|
||||
'stop' => '중지',
|
||||
'start' => '시작',
|
||||
'restart' => '재시작',
|
||||
'update' => '업데이트',
|
||||
'generate' => '생성',
|
||||
'Generate CSR' => 'CSR 생성',
|
||||
'reread IP' => 'IP 다시읽기',
|
||||
'enable autoupdate' => '자동 업데이트 활성화',
|
||||
'disable autoupdate' => '자동 업데이트 비활성화',
|
||||
'turn on notifications' => '알림 키기',
|
||||
'turn off notifications' => '알림 끄기',
|
||||
'configure' => 'configure',
|
||||
|
||||
'Adding User' => '사용자 추가',
|
||||
'Editing User' => '사용자 편집',
|
||||
'Adding Domain' => '도메인 추가',
|
||||
'Editing Domain' => '도메인 편집',
|
||||
'Adding DNS Domain' => 'DNS 도메인 추가',
|
||||
'Editing DNS Domain' => 'DNS 도메인 편집',
|
||||
'Adding DNS Record' => 'DNS 레코드 추가',
|
||||
'Editing DNS Record' => 'DNS 레코드 편집',
|
||||
'Adding Mail Domain' => 'Adding Mail Domain',
|
||||
'Editing Mail Domain' => 'Editing Mail Domain',
|
||||
'Adding Mail Account' => 'Adding Mail Account',
|
||||
'Editing Mail Account' => 'Editing Mail Account',
|
||||
'Adding database' => 'Adding database',
|
||||
'Editing Cron Job' => 'Editing Cron Job',
|
||||
'Adding Cron Job' => 'Adding Cron Job',
|
||||
'Editing Database' => 'Editing Database',
|
||||
'Adding Package' => 'Adding Package',
|
||||
'Editing Package' => 'Editing Package',
|
||||
'Adding IP address' => 'Adding IP address',
|
||||
'Editing IP Address' => 'Editing IP Address',
|
||||
'Editing Backup Exclusions' => 'Editing 백업 Exclusions',
|
||||
'Generating CSR' => 'Generating CSR',
|
||||
'Listing' => 'Listing',
|
||||
'Search Results' => 'Search Results',
|
||||
'Adding Firewall Rule' => 'Adding Firewall Rule',
|
||||
'Editing Firewall Rule' => 'Editing Firewall Rule',
|
||||
'Adding IP Address to Banlist' => 'Adding IP Address to Banlist',
|
||||
|
||||
'active' => 'active',
|
||||
'spnd' => 'suspended',
|
||||
'suspended' => 'suspended',
|
||||
'running' => 'running',
|
||||
'stopped' => 'stopped',
|
||||
'outdated' => 'outdated',
|
||||
'updated' => 'updated',
|
||||
|
||||
'yes' => 'yes',
|
||||
'no' => 'no',
|
||||
'none' => 'none',
|
||||
'pb' => 'pb',
|
||||
'tb' => 'tb',
|
||||
'gb' => 'gb',
|
||||
'mb' => 'mb',
|
||||
'minute' => 'minute',
|
||||
'hour' => 'hour',
|
||||
'day' => 'day',
|
||||
'days' => 'days',
|
||||
'hours' => 'hours',
|
||||
'minutes' => 'minutes',
|
||||
'month' => 'month',
|
||||
'package' => 'package',
|
||||
'Bandwidth' => 'Bandwidth',
|
||||
'Disk' => 'Disk',
|
||||
'Web' => 'Web',
|
||||
'Mail' => 'Mail',
|
||||
'Databases' => 'Databases',
|
||||
'User Directories' => 'User Directories',
|
||||
'Template' => 'Template',
|
||||
'Web Template' => 'Web Template',
|
||||
'Backend Template' => 'Backend Template',
|
||||
'Proxy Template' =>'Proxy Template',
|
||||
'DNS Template' => 'DNS Template',
|
||||
'Web Domains' => 'Web Domains',
|
||||
'SSL Domains' => 'SSL Domains',
|
||||
'Web Aliases' => 'Web Aliases',
|
||||
'per domain' => 'per domain',
|
||||
'DNS Domains' => 'DNS Domains',
|
||||
'DNS domains' => 'DNS domains',
|
||||
'DNS records' => 'DNS records',
|
||||
'Name Servers' => 'Name Servers',
|
||||
'Mail Domains' => 'Mail Domains',
|
||||
'Mail Accounts' => 'Mail Accounts',
|
||||
'Cron Jobs' => 'Cron Jobs',
|
||||
'SSH Access' => 'SSH Access',
|
||||
'IP Address' => 'IP Address',
|
||||
'IP Addresses' => 'IP Addresses',
|
||||
'Backups' => 'Backups',
|
||||
'Backup System' => 'Backup System',
|
||||
'backup exclusions' => '백업 exclusions',
|
||||
'template' => 'template',
|
||||
'SSL Support' => 'SSL Support',
|
||||
'SSL Home Directory' => 'SSL Home',
|
||||
'Lets Encrypt Support' => 'Lets Encrypt Support',
|
||||
'Lets Encrypt' => 'Lets Encrypt',
|
||||
'Your certificate will be automatically issued in 5 minutes' => 'Your certificate will be automatically issued in 5 minutes',
|
||||
'Proxy Support' => 'Proxy Support',
|
||||
'Proxy Extensions' => 'Proxy Extensions',
|
||||
'Web Statistics' => 'Web Statistics',
|
||||
'Additional FTP Account' => 'Additional FTP',
|
||||
'Path' => 'Path',
|
||||
'SOA' => 'SOA',
|
||||
'TTL' => 'TTL',
|
||||
'Expire' => 'Expire',
|
||||
'Records' => 'Records',
|
||||
'Serial' => 'Serial',
|
||||
'Catchall email' => 'Catchall email',
|
||||
'AntiVirus Support' => 'AntiVirus Support',
|
||||
'AntiSpam Support' => 'AntiSpam Support',
|
||||
'DKIM Support' => 'DKIM Support',
|
||||
'Accounts' => 'Accounts',
|
||||
'Quota' => 'Quota',
|
||||
'Autoreply' => 'Autoreply',
|
||||
'Forward to' => 'Forward to',
|
||||
'Do not store forwarded mail' => 'Do not store forwarded mail',
|
||||
'IMAP hostname' => 'IMAP hostname',
|
||||
'IMAP port' => 'IMAP port',
|
||||
'IMAP security' => 'IMAP security',
|
||||
'IMAP auth method' => 'IMAP auth method',
|
||||
'SMTP hostname' => 'SMTP hostname',
|
||||
'SMTP port' => 'SMTP port',
|
||||
'SMTP security' => 'SMTP security',
|
||||
'SMTP auth method' => 'SMTP auth method',
|
||||
'STARTTLS' => 'STARTTLS',
|
||||
'Normal password' => 'Normal password',
|
||||
'database' => 'database',
|
||||
'User' => 'User',
|
||||
'Host' => 'Host',
|
||||
'Charset' => 'Charset',
|
||||
'Min' => 'Min',
|
||||
'Hour' => 'Hour',
|
||||
'Day' => 'Day',
|
||||
'Month' => 'Month',
|
||||
'Day of week' => 'Day of week',
|
||||
'local' => 'local',
|
||||
'Run Time' => 'Run Time',
|
||||
'Backup Size' => 'Backup Size',
|
||||
'SYS' => 'SYS',
|
||||
'Domains' => 'Domains',
|
||||
'Status' => 'Status',
|
||||
'shared' => 'shared',
|
||||
'dedicated' => 'dedicated',
|
||||
'Owner' => 'Owner',
|
||||
'Users' => 'Users',
|
||||
'Load Average' => 'Load Average',
|
||||
'Memory Usage' => 'Memory Usage',
|
||||
'APACHE2 Usage' => 'APACHE2 Usage',
|
||||
'HTTPD Usage' => 'HTTPD Usage',
|
||||
'NGINX Usage' => 'NGINX Usage',
|
||||
'MySQL Usage on localhost' => 'MySQL Usage on localhost',
|
||||
'PostgreSQL Usage on localhost' => 'PostgreSQL Usage on localhost',
|
||||
'Bandwidth Usage eth0' => 'Bandwidth Usage eth0',
|
||||
'Bandwidth Usage eth1' => 'Bandwidth Usage eth1',
|
||||
'Exim Usage' => 'Exim Usage',
|
||||
'FTP Usage' => 'FTP Usage',
|
||||
'SSH Usage' => 'SSH Usage',
|
||||
'reverse proxy' => 'reverse proxy',
|
||||
'web server' => 'web server',
|
||||
'dns server' => 'dns server',
|
||||
'mail server' => 'mail server',
|
||||
'pop/imap server' => 'pop/imap server',
|
||||
'email antivirus' => 'email antivirus',
|
||||
'email antispam' => 'email antispam',
|
||||
'database server' => 'database server',
|
||||
'ftp server' => 'ftp server',
|
||||
'job scheduler' => 'job scheduler',
|
||||
'firewall' => 'firewall',
|
||||
'brute-force monitor' => 'brute-force monitor',
|
||||
'CPU' => 'CPU',
|
||||
'Memory' => 'Memory',
|
||||
'Uptime' => 'Uptime',
|
||||
'core package' => 'core package',
|
||||
'php interpreter' => 'php interpreter',
|
||||
'internal web server' => 'internal web server',
|
||||
'Version' => 'Version',
|
||||
'Release' => 'Release',
|
||||
'Architecture' => 'Architecture',
|
||||
'Object' => 'Object',
|
||||
'Username' => 'Username',
|
||||
'Password' => 'Password',
|
||||
'Email' => 'Email',
|
||||
'Package' => 'Package',
|
||||
'Language' => 'Language',
|
||||
'First Name' => 'First Name',
|
||||
'Last Name' => 'Last Name',
|
||||
'Send login credentials to email address' => 'Send login credentials to email address',
|
||||
'Default Template' => 'Default Template',
|
||||
'Default Name Servers' => 'Default Name Servers',
|
||||
'Domain' => 'Domain',
|
||||
'DNS Support' => 'DNS Support',
|
||||
'Mail Support' => 'Mail Support',
|
||||
'Advanced options' => 'Advanced options',
|
||||
'Basic options' => 'Basic options',
|
||||
'Aliases' => 'Aliases',
|
||||
'SSL Certificate' => 'SSL Certificate',
|
||||
'SSL Key' => 'SSL Key',
|
||||
'SSL Certificate Authority / Intermediate' => 'SSL Certificate Authority / Intermediate',
|
||||
'SSL CSR' => 'SSL CSR',
|
||||
'optional' => 'optional',
|
||||
'internal' => 'internal',
|
||||
'Statistics Authorization' => 'Statistics Authorization',
|
||||
'Statistics Auth' => 'Statistics Auth',
|
||||
'Account' => 'Account',
|
||||
'Prefix will be automaticaly added to username' => 'Prefix %s will be automaticaly added to username',
|
||||
'Send FTP credentials to email' => 'Send FTP credentials to email',
|
||||
'Expiration Date' => 'Expiration Date',
|
||||
'YYYY-MM-DD' => 'YYYY-MM-DD',
|
||||
'Name servers' => 'Name servers',
|
||||
'Record' => 'Record',
|
||||
'IP or Value' => 'IP or Value',
|
||||
'Priority' => 'Priority',
|
||||
'Record Number' => 'Record Number',
|
||||
'in megabytes' => 'in megabytes',
|
||||
'Message' => 'Message',
|
||||
'use local-part' => 'use local-part',
|
||||
'one or more email addresses' => 'one or more email addresses',
|
||||
'Prefix will be automaticaly added to database name and database user' => 'Prefix %s will be automaticaly added to database name and database user.',
|
||||
'Database' => 'Database',
|
||||
'Type' => 'Type',
|
||||
'Minute' => 'Minute',
|
||||
'Command' => 'Command',
|
||||
'Package Name' => 'Package Name',
|
||||
'Netmask' => 'Netmask',
|
||||
'Interface' => 'Interface',
|
||||
'Shared' => 'Shared',
|
||||
'Assigned user' => 'Assigned user',
|
||||
'Assigned domain' => 'Assigned domain',
|
||||
'NAT IP association' => 'NAT IP association',
|
||||
'shell' => 'shell',
|
||||
'web domains' => 'web domains',
|
||||
'web aliases' => 'web aliases',
|
||||
'dns records' => 'dns records',
|
||||
'mail domains' => 'mail domains',
|
||||
'mail accounts' => 'mail accounts',
|
||||
'accounts' => 'accounts',
|
||||
'databases' => 'databases',
|
||||
'cron jobs' => 'cron jobs',
|
||||
'backups' => 'backups',
|
||||
'quota' => 'quota',
|
||||
'day of week' => 'day of week',
|
||||
'cmd' => 'cmd',
|
||||
'users' => 'users',
|
||||
'domains' => 'domains',
|
||||
'aliases' => 'aliases',
|
||||
'records' => 'records',
|
||||
'jobs' => 'jobs',
|
||||
'username' => '사용자 이름',
|
||||
'password' => '비밀번호',
|
||||
'type' => '유형',
|
||||
'charset' => '문자셋',
|
||||
'domain' => '도메인',
|
||||
'ip' => 'IP',
|
||||
'ip address' => 'IP 주소',
|
||||
'IP address' => 'IP 주소',
|
||||
'netmask' => '넷마스크',
|
||||
'interface' => '인터페이스',
|
||||
'assigned user' => '할당 된 사용자',
|
||||
'ns1' => 'NS1',
|
||||
'ns2' => 'NS2',
|
||||
'user' => '사용자',
|
||||
'email' => '이메일',
|
||||
'first name' => '이름',
|
||||
'last name' => '성',
|
||||
'account' => '계정',
|
||||
'ssl certificate' => 'SSL 인증서',
|
||||
'ssl key' => 'SSL 키',
|
||||
'stats user password' => '통계 사용자 비밀번호',
|
||||
'stats username' => '통계 사용자 이름',
|
||||
'stats password' => '통계 비밀번호',
|
||||
'ftp user password' => 'FTP 사용자 비밀번호',
|
||||
'ftp user' => 'FTP 사용자',
|
||||
'Last 70 lines of %s.%s.log' => '%s.%s.log의 마지막 70줄',
|
||||
'AccessLog' => '엑세스 로그',
|
||||
'ErrorLog' => '오류 로그',
|
||||
'Download AccessLog' => '엑세스 로그 다운로드',
|
||||
'Download ErrorLog' => '오류 로그 다운로드',
|
||||
'Country' => '국가',
|
||||
'2 letter code' => '2자 코드',
|
||||
'State / Province' => '시 / 도',
|
||||
'City / Locality' => '도시 / 지역',
|
||||
'Organization' => '기관',
|
||||
'Action' => '행동',
|
||||
'Protocol' => '프르토콜',
|
||||
'Port' => '포트',
|
||||
'Comment' => '댓글',
|
||||
'Banlist' => '차단 목록',
|
||||
'ranges are acceptable' => '허용 가능한 범위',
|
||||
'CIDR format is supported' => 'CIDR 형식이 지원됩니다',
|
||||
'ACCEPT' => '허용',
|
||||
'DROP' => '드롭',
|
||||
'TCP' => 'TCP',
|
||||
'UDP' => 'UDP',
|
||||
'ICMP' => 'ICMP',
|
||||
'SSH' => 'SSH',
|
||||
'FTP' => 'FTP',
|
||||
'VESTA' => 'VESTA',
|
||||
'Add one more Name Server' => '하나의 네임 서버를 추가하기',
|
||||
|
||||
'web domain' => '웹 도메인',
|
||||
'dns domain' => 'DNS 도메인',
|
||||
'dns record' => 'DNS 레코드',
|
||||
'mail domain' => '메일 도메인',
|
||||
'mail account' => '메일 계정',
|
||||
'cron job' => 'Cron 작업',
|
||||
|
||||
'cron' => 'Cron',
|
||||
'user dir' => '사용자 폴더',
|
||||
|
||||
'unlimited' => '제한 없음',
|
||||
'1 account' => '계정 1개',
|
||||
'%s accounts' => '계정 %s개',
|
||||
'1 domain' => '도메인 1개',
|
||||
'%s domains' => '도메인 %s개',
|
||||
'1 record' => '레코드 1개',
|
||||
'%s records' => '레코드 %s개',
|
||||
'1 mail account' => '이메일 계정 1개',
|
||||
'%s mail accounts' => '이메일 계정 %s개',
|
||||
'1 database' => '데이터베이스 1개',
|
||||
'%s databases' => '데이터베이스 %s개',
|
||||
'1 cron job' => 'Cron 작업 1개',
|
||||
'%s cron jobs' => 'Cron 작업 %s개',
|
||||
'1 archive' => '1 archive',
|
||||
'%s archives' => '%s archives',
|
||||
'1 item' => '1 item',
|
||||
'%s items' => '%s items',
|
||||
'1 package' => '1 package',
|
||||
'%s packages' => '%s packages',
|
||||
'1 IP address' => '1 IP address',
|
||||
'%s IP addresses' => '%s IP addresses',
|
||||
'1 month' => '1 month',
|
||||
'%s months' => '%s months',
|
||||
'1 log record' => '1 log record',
|
||||
'%s log records' => '%s log records',
|
||||
'1 object' => '1 object',
|
||||
'%s objects' => '%s objects',
|
||||
'no exclusions' => 'no exclusions',
|
||||
'1 rule' => '1 rule',
|
||||
'%s rules' => '%s rules',
|
||||
'There are no currently banned IP' => 'There are no currently banned IP',
|
||||
|
||||
'USER_CREATED_OK' => 'User <a href="/edit/user/?user=%s"><b>%s</b></a> has been created successfully.',
|
||||
'WEB_DOMAIN_CREATED_OK' => 'Domain <a href="/edit/web/?domain=%s"><b>%s</b></a> has been created successfully.',
|
||||
'DNS_DOMAIN_CREATED_OK' => 'DNS domain <a href="/list/dns/?domain=%s"><b>%s</b></a> has been created successfully.',
|
||||
'DNS_RECORD_CREATED_OK' => 'Record <b>%s.%s</b> has been created successfully.',
|
||||
'MAIL_DOMAIN_CREATED_OK' => 'Mail domain <a href="/list/mail/?domain=%s"><b>%s</b></a> has been created successfully.',
|
||||
'MAIL_ACCOUNT_CREATED_OK' => 'Mail account <a href="/edit/mail/?account=%s&domain=%s"><b>%s@%s</b></a> has been created successfully.',
|
||||
'DATABASE_CREATED_OK' => 'Database <a href="/edit/db/?database=%s"><b>%s</b></a> has been created successfully.',
|
||||
'CRON_CREATED_OK' => 'Cron job has been created successfully.',
|
||||
'IP_CREATED_OK' => 'IP address <a href="/edit/ip/?ip=%s"><b>%s</b></a> has been created successfully.',
|
||||
'PACKAGE_CREATED_OK' => 'Package <a href="/edit/package/?package=%s"><b>%s</b></a> has been created successfully.',
|
||||
'SSL_GENERATED_OK' => 'Certificate has been generated successfully.',
|
||||
'RULE_CREATED_OK' => 'Rule has been created successfully.',
|
||||
'BANLIST_CREATED_OK' => 'IP address has been banned successfully',
|
||||
'Autoupdate has been successfully enabled' => 'Autoupdate has been successfully enabled.',
|
||||
'Autoupdate has been successfully disabled' => 'Autoupdate has been successfully disabled.',
|
||||
'Cronjob email reporting has been successfully enabled' => 'Cronjob email reporting has been successfully enabled',
|
||||
'Cronjob email reporting has been successfully disabled' => 'Cronjob email reporting has been successfully disabled',
|
||||
'Changes has been saved.' => 'Changes have been saved.',
|
||||
'Confirmation' => 'Confirmation',
|
||||
'DELETE_USER_CONFIRMATION' => '정말로 %s 사용자를 삭제 하시겠습니까?',
|
||||
'SUSPEND_USER_CONFIRMATION' => '정말로 %s 사용자를 정지 시키시겠습니까?',
|
||||
'UNSUSPEND_USER_CONFIRMATION' => '정말로 %s 사용자의 정지를 해제 하시겠습니까?',
|
||||
'DELETE_DOMAIN_CONFIRMATION' => '정말로 %s 도메인을 삭제 하시겠습니까?',
|
||||
'SUSPEND_DOMAIN_CONFIRMATION' => '정말로 %s 도메인을 정지 시키시겠습니까?',
|
||||
'UNSUSPEND_DOMAIN_CONFIRMATION' => '정말로 %s 도메인의 정지를 해제 하시겠습니까?',
|
||||
'DELETE_RECORD_CONFIRMATION' => '정말로 %s 레코드를 삭제 하시겠습니까?',
|
||||
'SUSPEND_RECORD_CONFIRMATION' => '정말로 %s 레코드를 정지 시키시겠습니까?',
|
||||
'UNSUSPEND_RECORD_CONFIRMATION' => '정말로 %s 레코드의 정지를 해제 하시겠습니까?',
|
||||
'DELETE_MAIL_ACCOUNT_CONFIRMATION' => '%s을/를 삭제 하시려는게 맞습니까?',
|
||||
'SUSPEND_MAIL_ACCOUNT_CONFIRMATION' => '%s을/를 정지 시키시려는게 맞습니까?',
|
||||
'UNSUSPEND_MAIL_ACCOUNT_CONFIRMATION' => '%s의 정지를 해제 하시려는게 맞습니까?',
|
||||
'DELETE_DATABASE_CONFIRMATION' => '정말로 %s 데이터베이스를 삭제 하시겠습니까?',
|
||||
'SUSPEND_DATABASE_CONFIRMATION' => '정말로 %s 데이터베이스를 정지 시키시겠습니까?',
|
||||
'UNSUSPEND_DATABASE_CONFIRMATION' => '정말로 %s 데이터베이스의 정지를 해제 하시겠습니까?',
|
||||
'DELETE_CRON_CONFIRMATION' => '정말로 Cron 작업을 삭제 하시려는게 맞습니까?',
|
||||
'SUSPEND_CRON_CONFIRMATION' => '정말로 Cron 작업을 정지 시키시려는게 맞습니까?',
|
||||
'UNSUSPEND_CRON_CONFIRMATION' => '정말로 Cron 작업의 정지를 해제 하시려는게 맞습니까?',
|
||||
'DELETE_BACKUP_CONFIRMATION' => '%s 백업을 삭제 하시려는게 맞습니까?',
|
||||
'DELETE_EXCLUSION_CONFIRMATION' => '%s 예외를 삭제 하시려는게 맞습니까?',
|
||||
'DELETE_PACKAGE_CONFIRMATION' => '정말로 %s 패키지를 삭제 하시겠습니까?',
|
||||
'DELETE_IP_CONFIRMATION' => '정말로 %s IP 주소를 삭제 하시겠습니까?',
|
||||
'DELETE_RULE_CONFIRMATION' => '정말로 #%s 규칙을 삭제하시려는게 맞습니까?',
|
||||
'SUSPEND_RULE_CONFIRMATION' => '정말로 #%s 규칙을 정지 시키시려는게 맞습니까?',
|
||||
'UNSUSPEND_RULE_CONFIRMATION' => '정말로 #%s 규칙의 정지를 해제 시키시려는게 맞습니까?',
|
||||
'LEAVE_PAGE_CONFIRMATION' => '페이지를 나가시겠습니까?',
|
||||
'RESTART_CONFIRMATION' => '%s을/를 재시작 하시려는게 맞습니까?',
|
||||
'Welcome' => '환영합니다',
|
||||
'LOGGED_IN_AS' => '%s 사용자로 로그인 됨',
|
||||
'Error' => 'Error',
|
||||
'Invalid username or password' => '사용자 이름 또는 비밀번호가 올바르지 않습니다.',
|
||||
'Invalid username or code' => '사용자 이름 또는 코드가 올바르지 않습니다.',
|
||||
'Passwords not match' => 'Passwords do not match.',
|
||||
'Please enter valid email address.' => 'Please enter a valid email address.',
|
||||
'Field "%s" can not be blank.' => 'Field "%s" can not be blank.',
|
||||
'Password is too short.' => 'Password is too short (minimum is 6 characters)',
|
||||
'Error code:' => 'Error code: %s',
|
||||
'SERVICE_ACTION_FAILED' => '"%s" "%s" failed',
|
||||
'IP address is in use' => 'IP address is in use',
|
||||
'BACKUP_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your backup is ready for download.',
|
||||
'BACKUP_EXISTS' => 'An existing backup is already running. Please wait for that backup to finish.',
|
||||
'RESTORE_SCHEDULED' => 'Task has been added to the queue. You will receive an email notification when your restore has been completed.',
|
||||
'RESTORE_EXISTS' => 'An existing restoration task is already running. Please wait for it to finish before launching it again.',
|
||||
|
||||
'WEB_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific dirs use following format: 도메인.com:public_html/cache:public_html/tmp',
|
||||
'DNS_EXCLUSIONS' => 'Type domain name, one per line. To exclude all 도메인s use *',
|
||||
'MAIL_EXCLUSIONS' => 'Type domain name, one per line. To exclude all domains use *. To exclude specific accounts use following format: 도메인.com:info:support:postmaster',
|
||||
'DB_EXCLUSIONS' => 'Type full database name, one per line. To exclude all databases use *',
|
||||
'CRON_EXCLUSIONS' => 'To exclude all jobs use *',
|
||||
'USER_EXCLUSIONS' => 'Type directory name, one per line. To exlude all dirs use *',
|
||||
|
||||
'Welcome to Vesta Control Panel' => 'Welcome to Vesta Control Panel',
|
||||
'MAIL_FROM' => 'Vesta Control Panel <noreply@%s>',
|
||||
'GREETINGS_GORDON_FREEMAN' => "Hello, %s %s,\n",
|
||||
'GREETINGS' => "Hello,\n",
|
||||
'ACCOUNT_READY' => "Your account has been created and is ready for use.\n\nhttps://%s/login/\nUsername: %s\nPassword: %s\n\n--\nVesta Control Panel\n",
|
||||
|
||||
'FTP login credentials' => 'FTP login credentials',
|
||||
'FTP_ACCOUNT_READY' => "FTP account has been created and is ready for use.\n\nHostname: %s\nUsername: %s_%s\nPassword: %s\n\n--\nVesta Control Panel\n",
|
||||
|
||||
'Database Credentials' => 'Database Credentials',
|
||||
'DATABASE_READY' => "Database has been created successfully.\n\nDatabase: %s\nUser: %s\nPassword: %s\n%s\n\n--\nVesta Control Panel\n",
|
||||
|
||||
'forgot password' => 'forgot password',
|
||||
'Confirm' => 'Confirm',
|
||||
'New Password' => 'New Password',
|
||||
'Confirm Password' => 'Confirm Password',
|
||||
'Reset' => 'Reset',
|
||||
'Reset Code' => 'Reset Code',
|
||||
'RESET_NOTICE' => '',
|
||||
'RESET_CODE_SENT' => 'Password reset code has been sent to your email address<br>',
|
||||
'MAIL_RESET_SUBJECT' => 'Password Reset at %s',
|
||||
'PASSWORD_RESET_REQUEST' => "To reset your control panel password, please follow this link:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\nAlternatively, you may go to https://%s/reset/?action=code&user=%s and enter the following reset code:\n%s\n\nIf you did not request password reset, please ignore this message and accept our apologies.\n\n--\nVesta Control Panel\n",
|
||||
|
||||
'Jan' => 'Jan',
|
||||
'Feb' => 'Feb',
|
||||
'Mar' => 'Mar',
|
||||
'Apr' => 'Apr',
|
||||
'May' => 'May',
|
||||
'Jun' => 'Jun',
|
||||
'Jul' => 'Jul',
|
||||
'Aug' => 'Aug',
|
||||
'Sep' => 'Sep',
|
||||
'Oct' => 'Oct',
|
||||
'Nov' => 'Nov',
|
||||
'Dec' => 'Dec',
|
||||
|
||||
'Configuring Server' => 'Configuring Server',
|
||||
'Hostname' => 'Hostname',
|
||||
'Time Zone' => 'Time Zone',
|
||||
'Default Language' => 'Default Language',
|
||||
'Proxy Server' => 'Proxy Server',
|
||||
'Web Server' => 'Web Server',
|
||||
'Backend Server' => 'Backend Server',
|
||||
'Backend Pool Mode' => 'Backend Pool Mode',
|
||||
'DNS Server' => 'DNS Server',
|
||||
'DNS Cluster' => 'DNS Cluster',
|
||||
'MAIL Server' => 'MAIL Server',
|
||||
'Antivirus' => 'Antivirus',
|
||||
'AntiSpam' => 'AntiSpam',
|
||||
'Webmail URL' => 'Webmail URL',
|
||||
'MySQL Support' => 'MySQL Support',
|
||||
'phpMyAdmin URL' => 'phpMyAdmin URL',
|
||||
'PostgreSQL Support' => 'PostgreSQL Support',
|
||||
'phpPgAdmin URL' => 'phpPgAdmin URL',
|
||||
'Maximum Number Of Databases' => 'Maximum Number Of Databases',
|
||||
'Current Number Of Databases' => 'Current Number Of Databases',
|
||||
'Local backup' => 'Local 백업',
|
||||
'Compression level' => 'Compression level',
|
||||
'Directory' => 'Directory',
|
||||
'Remote backup' => 'Remote 백업',
|
||||
'ftp' => 'FTP',
|
||||
'sftp' => 'SFTP',
|
||||
'SFTP Chroot' => 'SFTP Chroot',
|
||||
'FileSystem Disk Quota' => 'FileSystem Disk Quota',
|
||||
'Vesta Control Panel Plugins' => 'Vesta Control Panel Plugins',
|
||||
'preview' => 'preview',
|
||||
'Reseller Role' => 'Reseller Role',
|
||||
'Web Config Editor' => 'Web Config Editor',
|
||||
'Template Manager' => 'Template Manager',
|
||||
'Backup Migration Manager' => '백업 Migration Manager',
|
||||
'FileManager' => 'FileManager',
|
||||
'show: CPU / MEM / NET / DISK' => 'show: CPU / MEM / NET / DISK',
|
||||
|
||||
'sort by' => 'sort by',
|
||||
'Date' => 'Date',
|
||||
'Starred' => 'Starred',
|
||||
'Name' => 'Name',
|
||||
|
||||
'save to favorites' => 'save to favorites',
|
||||
|
||||
'File Manager' => 'File Manager',
|
||||
'size' => 'size',
|
||||
'date' => 'date',
|
||||
'name' => 'name',
|
||||
'Initializing' => 'Initializing',
|
||||
'UPLOAD' => 'UPLOAD',
|
||||
'NEW FILE' => 'NEW FILE',
|
||||
'NEW DIR' => 'NEW DIR',
|
||||
'DELETE' => 'DELETE',
|
||||
'RENAME' => 'RENAME',
|
||||
'MOVE' => 'MOVE',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'COPY',
|
||||
'ARCHIVE' => 'ARCHIVE',
|
||||
'EXTRACT' => 'EXTRACT',
|
||||
'DOWNLOAD' => 'DOWNLOAD',
|
||||
'Are you sure?' => 'Are you sure?',
|
||||
'Hit' => 'Hit',
|
||||
'to reload the page' => 'to reload the page',
|
||||
'Directory name cannot be empty' => 'Directory name cannot be empty',
|
||||
'File name cannot be empty' => 'File name cannot be empty',
|
||||
'No file selected' => 'No file selected',
|
||||
'No file or folder selected' => 'No file or folder selected',
|
||||
'File type not supported' => 'File type not supported',
|
||||
'Directory download not available in current version' => 'Directory download not available in current version',
|
||||
'Directory not available' => 'Directory not available',
|
||||
'Done' => 'Done',
|
||||
'Close' => 'Close',
|
||||
'Copy' => 'Copy',
|
||||
'Cancel' => 'Cancel',
|
||||
'Rename' => 'Rename',
|
||||
'Move' => 'Move',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => 'Delete',
|
||||
'Extract' => 'Extract',
|
||||
'Create' => 'Create',
|
||||
'Compress' => 'Compress',
|
||||
'OK' => 'OK',
|
||||
'YOU ARE COPYING' => 'YOU ARE COPYING',
|
||||
'YOU ARE REMOVING' => 'YOU ARE REMOVING',
|
||||
'Delete items' => 'Delete items',
|
||||
'Copy files' => 'Copy files',
|
||||
'Move files' => 'Move files',
|
||||
'Are you sure you want to copy' => 'Are you sure you want to copy',
|
||||
'Are you sure you want to move' => 'Are you sure you want to move',
|
||||
'Are you sure you want to delete' => 'Are you sure you want to delete',
|
||||
'into' => 'into',
|
||||
'existing files will be replaced' => 'existing files will be replaced',
|
||||
'Original name' => 'Original name',
|
||||
'File' => 'File',
|
||||
'already exists' => 'already exists',
|
||||
'Create file' => 'Create file',
|
||||
'Create directory' => 'Create directory',
|
||||
'read by owner' => 'read by owner',
|
||||
'write by owner' => 'write by owner',
|
||||
'execute/search by owner' => 'execute/search by owner',
|
||||
'read by group' => 'read by group',
|
||||
'write by group' => 'write by group',
|
||||
'execute/search by group' => 'execute/search by group',
|
||||
'read by others' => 'read by others',
|
||||
'write by others' => 'write by others',
|
||||
'execute/search by others' => 'execute/search by others',
|
||||
|
||||
'Shortcuts' => 'Shortcuts',
|
||||
'Add New object' => 'Add New object',
|
||||
'Save Form' => 'Save Form',
|
||||
'Cancel saving form' => 'Cancel saving form',
|
||||
'Go to USER list' => 'Go to USER list',
|
||||
'Go to WEB list' => 'Go to WEB list',
|
||||
'Go to DNS list' => 'Go to DNS list',
|
||||
'Go to MAIL list' => 'Go to MAIL list',
|
||||
'Go to DB list' => 'Go to DB list',
|
||||
'Go to CRON list' => 'Go to CRON list',
|
||||
'Go to BACKUP list' => 'Go to 백업 list',
|
||||
'Focus on search' => 'Focus on search',
|
||||
'Display/Close shortcuts' => 'Display/Close shortcuts',
|
||||
'Move backward through top menu' => 'Move backward through top menu',
|
||||
'Move forward through top menu' => 'Move forward through top menu',
|
||||
'Enter focused element' => 'Enter focused element',
|
||||
'Move up through elements list' => 'Move up through elements list',
|
||||
'Move down through elements list' => 'Move down through elements list',
|
||||
|
||||
'Upload' => 'Upload',
|
||||
'New File' => 'New File',
|
||||
'New Folder' => 'New Folder',
|
||||
'Download' => 'Download',
|
||||
'Archive' => 'Archive',
|
||||
'Save File (in text editor)' => 'Save File (in text editor)',
|
||||
'Close Popup / Cancel' => 'Close Popup / Cancel',
|
||||
'Move Cursor Up' => 'Move Cursor Up',
|
||||
'Move Cursor Down' => 'Move Cursor Down',
|
||||
'Switch to Left Tab' => 'Switch to Left Tab',
|
||||
'Switch to Right Tab' => 'Switch to Right Tab',
|
||||
'Switch Tab' => 'Switch Tab',
|
||||
'Go to the Top of the File List' => 'Go to the Top of the File List',
|
||||
'Go to the Last File' => 'Go to the Last File',
|
||||
'Open File / Enter Directory' => 'Open File / Enter Directory',
|
||||
'Edit File' => 'Edit File',
|
||||
'Go to Parent Directory' => 'Go to Parent Directory',
|
||||
'Select Current File' => 'Select Current File',
|
||||
'Select Bunch of Files' => 'Select Bunch of Files',
|
||||
'Add File to the Current Selection' => 'Add File to the Current Selection',
|
||||
'Select All Files' => 'Select All Files',
|
||||
'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager' =>
|
||||
'shortcuts are inspired by magnificent GNU <a href="https://www.midnight-commander.org/">Midnight Commander</a> file manager',
|
||||
|
||||
'Licence Key' => 'Licence Key',
|
||||
'Enter License Key' => 'Enter License Key',
|
||||
'Buy Licence' => 'Buy Licence',
|
||||
'Buy Lifetime License' => 'Buy Lifetime License',
|
||||
'Disable and Cancel Licence' => 'Disable and Cancel Licence',
|
||||
'Licence Activated' => 'Licence Activated',
|
||||
'Licence Deactivated' => 'Licence Deactivated',
|
||||
'Restrict users so that they cannot use SSH and access only their home directory.' => 'Restrict users so that they cannot use SSH and access only their home directory.',
|
||||
'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => 'Browse, copy, edit, view, and retrieve all of your web 도메인 files using fully featured File Manager.',
|
||||
'This is a commercial module, you would need to purchace license key to enable it.' => 'This is a commercial module, you would need to purchace license key to enable it.',
|
||||
|
||||
'Minutes' => '분',
|
||||
'Hourly' => '매시',
|
||||
'Run Command' => '명령 실행',
|
||||
'every month' => '매달',
|
||||
'every odd month' => '매 홀수 월',
|
||||
'every even month' => '매 짝수 월',
|
||||
'every day' => '매일',
|
||||
'every odd day' => '매 홀수 일',
|
||||
'every even day' => '매 짝수 일',
|
||||
'weekdays (5 days)' => '평일',
|
||||
'weekend (2 days)' => '휴일',
|
||||
'Monday' => '월요일',
|
||||
'Tuesday' => '화요일',
|
||||
'Wednesday' => '수요일',
|
||||
'Thursday' => '목요일',
|
||||
'Friday' => '금요일',
|
||||
'Saturday' => '토요일',
|
||||
'Sunday' => '일요일',
|
||||
'every hour' => '1시간마다',
|
||||
'every two hours' => '2시간마다',
|
||||
'every minute' => '1분마다',
|
||||
'every two minutes' => '2분마다',
|
||||
'every' => '마다',
|
||||
'Generate' => '생성',
|
||||
|
||||
'webalizer' => 'webalizer',
|
||||
'awstats' => 'awstats',
|
||||
|
||||
'Vesta SSL' => 'Vesta SSL',
|
||||
'SUBJECT' => '주체',
|
||||
'ALIASES' => '별칭',
|
||||
'NOT_BEFORE' => '유효 기간(시작)',
|
||||
'NOT_AFTER' => '유효 기간(끝)',
|
||||
'SIGNATURE' => '서명',
|
||||
'PUB_KEY' => '공개 키',
|
||||
'ISSUER' => '발급자',
|
||||
|
||||
'Use server hostname' => '서버 호스트네임 사용',
|
||||
'Use domain hostname' => '도메인 호스트네임 사용',
|
||||
'Use STARTTLS' => 'STARTTLS 사용',
|
||||
'Use SSL / TLS' => 'SSL / TLS 사용',
|
||||
'No encryption' => '암호화 없음',
|
||||
'Do not use encryption' => '암호화 사용하지 않기',
|
||||
|
||||
'maximum characters length, including prefix' => '최대 길이는 접두사를 포함하여 %s자입니다.',
|
||||
|
||||
'Email Credentials' => '이메일 자격증명',
|
||||
|
||||
);
|
Loading…
Add table
Add a link
Reference in a new issue