From 149e107635d859b3bc55bfa845ae0bde2a530bd3 Mon Sep 17 00:00:00 2001 From: Hoto Cocoa Date: Fri, 8 Sep 2017 18:53:23 +0900 Subject: [PATCH 1/4] Some translations --- .gitignore | 1 + web/inc/i18n/ko.php | 758 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 759 insertions(+) create mode 100644 web/inc/i18n/ko.php diff --git a/.gitignore b/.gitignore index d6ed513fa..7e67c48bc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.zip *.gzip *.gz +.vscode diff --git a/web/inc/i18n/ko.php b/web/inc/i18n/ko.php new file mode 100644 index 000000000..b6f00a4ef --- /dev/null +++ b/web/inc/i18n/ko.php @@ -0,0 +1,758 @@ + '패키지', + '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 %s has been created successfully.', + 'WEB_DOMAIN_CREATED_OK' => 'Domain %s has been created successfully.', + 'DNS_DOMAIN_CREATED_OK' => 'DNS domain %s has been created successfully.', + 'DNS_RECORD_CREATED_OK' => 'Record %s.%s has been created successfully.', + 'MAIL_DOMAIN_CREATED_OK' => 'Mail domain %s has been created successfully.', + 'MAIL_ACCOUNT_CREATED_OK' => 'Mail account %s@%s has been created successfully.', + 'DATABASE_CREATED_OK' => 'Database %s has been created successfully.', + 'CRON_CREATED_OK' => 'Cron job has been created successfully.', + 'IP_CREATED_OK' => 'IP address %s has been created successfully.', + 'PACKAGE_CREATED_OK' => 'Package %s 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 ', + '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
', + '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 Midnight Commander file manager' => + 'shortcuts are inspired by magnificent GNU Midnight Commander 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' => '이메일 자격증명', + +); From 1578f0f26d354653d357869be7b442463409fea9 Mon Sep 17 00:00:00 2001 From: Hoto Cocoa Date: Fri, 8 Sep 2017 19:53:12 +0900 Subject: [PATCH 2/4] Some korean --- web/inc/i18n/ko.php | 720 ++++++++++++++++++++++---------------------- 1 file changed, 360 insertions(+), 360 deletions(-) diff --git a/web/inc/i18n/ko.php b/web/inc/i18n/ko.php index b6f00a4ef..652660b16 100644 --- a/web/inc/i18n/ko.php +++ b/web/inc/i18n/ko.php @@ -40,7 +40,7 @@ $LANG['ko'] = array( 'NETWORK' => '네트워크', 'Web Log Manager' => '웹 로그 관리자', - 'no notifications' => 'no notifications', + 'no notifications' => '알림 없음', 'Add User' => '사용자 추가', 'Add Domain' => '도메인 추가', @@ -52,7 +52,7 @@ $LANG['ko'] = array( 'Add Database' => '데이터베이스 추가', 'Add Cron Job' => 'Cron 작업 추가', 'Create Backup' => '백업 생성', - 'Configure' => '설정', + 'Configure' => '구성', 'Restore All' => '모두 복구', 'Add Package' => '패키지 추가', 'Add IP' => 'IP 주소 추가', @@ -109,7 +109,7 @@ $LANG['ko'] = array( 'disable autoupdate' => '자동 업데이트 비활성화', 'turn on notifications' => '알림 키기', 'turn off notifications' => '알림 끄기', - 'configure' => 'configure', + 'configure' => '구성', 'Adding User' => '사용자 추가', 'Editing User' => '사용자 편집', @@ -119,244 +119,244 @@ $LANG['ko'] = array( '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', + 'Adding Mail Domain' => '메일 도메인 추가', + 'Editing Mail Domain' => '메일 도메인 편집', + 'Adding Mail Account' => '메일 계정 추가', + 'Editing Mail Account' => '메일 계정 편집', + 'Adding database' => '데이터베이스 추가', + 'Editing Cron Job' => 'Cron 작업 편집', + 'Adding Cron Job' => 'Cron 작업 추가', + 'Editing Database' => '데이터베이스 편집', + 'Adding Package' => '패키지 추가', + 'Editing Package' => '패키지 편집', + 'Adding IP address' => 'IP 주소 추가', + 'Editing IP Address' => 'IP 주소 편집', + 'Editing Backup Exclusions' => '백업 예외 편집', + 'Generating CSR' => 'CSR 생성', + 'Listing' => '정렬', + 'Search Results' => '검색 결과', + 'Adding Firewall Rule' => '방화벽 규칙 추가', + 'Editing Firewall Rule' => '방화벽 규칙 편집', + 'Adding IP Address to Banlist' => 'IP 주소를 차단 목록에 추가', - 'active' => 'active', - 'spnd' => 'suspended', - 'suspended' => 'suspended', - 'running' => 'running', - 'stopped' => 'stopped', - 'outdated' => 'outdated', - 'updated' => 'updated', + 'active' => '활성', + 'spnd' => '정지됨', + 'suspended' => '정지됨', + 'running' => '작동중', + 'stopped' => '중지됨', + 'outdated' => '오래됨', + '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', + 'yes' => '예', + 'no' => '아니오', + 'none' => '지정되지 않음', + 'pb' => 'PB', + 'tb' => 'TB', + 'gb' => 'GB', + 'mb' => 'MB', + 'minute' => '분', + 'hour' => '시간', + 'day' => '일', + 'days' => '일', + 'hours' => '시간', + 'minutes' => '분', + 'month' => '개월', + 'package' => '패키지', + 'Bandwidth' => '대역폭', + 'Disk' => '디스크', + 'Web' => '웹', + 'Mail' => '메일', + 'Databases' => '데이터베이스', + 'User Directories' => '사용자 디렉토리', + 'Template' => '템플릿', + 'Web Template' => '웹 템플릿', + 'Backend Template' => '백엔드 템플릿', + 'Proxy Template' =>'프록시 템플릿', + 'DNS Template' => 'DNS 템플릿', + 'Web Domains' => '웹 템플릿', + 'SSL Domains' => 'SSL 도메인', + 'Web Aliases' => '웹 별칭', + 'per domain' => '도메인 마다', + 'DNS Domains' => 'DNS 도메인', + 'DNS domains' => 'DNS 도메인', + 'DNS records' => 'DNS 기록', + 'Name Servers' => '네임 서버', + 'Mail Domains' => '메일 도메인', + 'Mail Accounts' => '메일 계정', + 'Cron Jobs' => 'Cron 작업', + 'SSH Access' => 'SSH 접근', + 'IP Address' => 'IP 주소', + 'IP Addresses' => 'IP 주소', + 'Backups' => '백업', + 'Backup System' => '백업 시스템', + 'backup exclusions' => '백업 예외', + 'template' => '템플릿', + 'SSL Support' => 'SSL 지원', + 'SSL Home Directory' => 'SSL 홈', + 'Lets Encrypt Support' => 'Lets Encrypt 지원', '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', + 'Your certificate will be automatically issued in 5 minutes' => '인증서는 5분 안에 자동으로 발급됩니다', + 'Proxy Support' => '프록시 지원', + 'Proxy Extensions' => '프록시 확장', + 'Web Statistics' => '웹 통계', + 'Additional FTP Account' => '추가 FTP', + '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', + 'Expire' => '만료', + 'Records' => '기록', + 'Serial' => '시리얼', + 'Catchall email' => 'Catchall 메일', + 'AntiVirus Support' => '안티바이러스 지원', + 'AntiSpam Support' => '안티스팸 지원', + 'DKIM Support' => 'DKIM 지원', + 'Accounts' => '계정', + 'Quota' => '힌도', + 'Autoreply' => '자동 응답', + 'Forward to' => '다음으로 전달', + 'Do not store forwarded mail' => '전달한 메일을 저장하지 않기', + 'IMAP hostname' => 'IMAP 호스트명', + 'IMAP port' => 'IMAP 포트', + 'IMAP security' => 'IMAP 보안', + 'IMAP auth method' => 'IMAP 인증 방식', + 'SMTP hostname' => 'SMTP 호스트명', + 'SMTP port' => 'SMTP 포트', + 'SMTP security' => 'SMTP 보안', + 'SMTP auth method' => 'SMTP 인증 방식', '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', + 'Normal password' => '일반 비밀번호', + 'database' => '데이터베이스', + 'User' => '사용자', + 'Host' => '호스트', + 'Charset' => '캐릭터셋', + 'Min' => '분', + 'Hour' => '시간', + 'Day' => '일', + 'Month' => '개월', + 'Day of week' => '요일', + 'local' => '내부', + 'Run Time' => '실행 시간', + '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', + 'Domains' => '도메인', + 'Status' => '상태', + 'shared' => '공유된', + 'dedicated' => '단독된', + 'Owner' => '소유자', + 'Users' => '사용자', + 'Load Average' => '평균 로드', + 'Memory Usage' => '메모리 사용', + 'APACHE2 Usage' => 'APACHE2 사용', + 'HTTPD Usage' => 'HTTPD 사용', + 'NGINX Usage' => 'NGINX 사용', + 'MySQL Usage on localhost' => 'localhost에서의 MySQL 사용', + 'PostgreSQL Usage on localhost' => 'localhost에서의 PostgreSQL 사용', + 'Bandwidth Usage eth0' => 'eth0 대역폭 사용', + 'Bandwidth Usage eth1' => 'eth1 대역폭 사용', + 'Exim Usage' => 'Exim 사용', + 'FTP Usage' => 'FTP 사용', + 'SSH Usage' => 'SSH 사용', + 'reverse proxy' => '리버스 프록시', + 'web server' => '웹 서버', + 'dns server' => 'DNS 서버', + 'mail server' => '메일 서버', + 'pop/imap server' => 'POP/IMAP 서버', + 'email antivirus' => '이메일 안티바이러스', + 'email antispam' => '이메일 안티스팸', + 'database server' => '데이터베이스 서버', + 'ftp server' => 'FTP 서버', + 'job scheduler' => '스케줄러 ', + 'firewall' => '방화벽', + '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', + 'Memory' => '메모리', + 'Uptime' => '가동 시간', + 'core package' => '코어 패키지', + 'php interpreter' => 'PHP 인터프리터', + 'internal web server' => '내부 웹 서버', + 'Version' => '버전', + 'Release' => '릴리즈', + 'Architecture' => '아키텍처', + 'Object' => '오브젝트', + 'Username' => '사용자 이름', + 'Password' => '비밀번호', + 'Email' => '이메일', + 'Package' => '패키지', + 'Language' => '언어', + 'First Name' => '이름', + 'Last Name' => '성', + 'Send login credentials to email address' => '이메일 주소로 로그인 정보를 보내기', + 'Default Template' => '기본 템플릿', + 'Default Name Servers' => '기본 네임 서버', + 'Domain' => '도메인', + 'DNS Support' => 'DNS 지원', + 'Mail Support' => 'Mail 지원', + 'Advanced options' => '고급 옵션', + 'Basic options' => '기본 옵션', + 'Aliases' => '별칭', + 'SSL Certificate' => 'SSL 인증서', + 'SSL Key' => 'SSL 키', + 'SSL Certificate Authority / Intermediate' => 'SSL 인증서 발급자', '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', + 'optional' => '선택', + 'internal' => '내부', + 'Statistics Authorization' => '통계 인증', + 'Statistics Auth' => '통계 인증', + 'Account' => '계정', + 'Prefix will be automaticaly added to username' => '접두사 %s가 자동으로 사용자 이름에 추가됩니다', + 'Send FTP credentials to email' => '이메일로 FTP 정보를 보내기', + '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', + 'Name servers' => '네임 서버', + 'Record' => '기록', + 'IP or Value' => 'IP 또는 값', + 'Priority' => '중요도', + 'Record Number' => '기록 번호', + 'in megabytes' => '메가바이트 단위', + 'Message' => '메시지', + 'use local-part' => '내부 파트 사용', + 'one or more email addresses' => '하나의 또는 그 이상의 이메일 주소', + 'Prefix will be automaticaly added to database name and database user' => '접두사 %s가 자동으로 데이터베이스 이름과 데이터베이스 사용자에 추가됩니다', + 'Database' => '데이터베이스', + 'Type' => '유형', + 'Minute' => '분', + 'Command' => '명령어', + 'Package Name' => '패키지 이름', + 'Netmask' => '넷마슴크', + 'Interface' => '인터페이스', + 'Shared' => '공유된', + 'Assigned user' => '부여 된 사용자', + 'Assigned domain' => '부여 된 도메인', + 'NAT IP association' => 'NAT IP 모음', + 'shell' => '쉘', + 'web domains' => '웹 도메인', + 'web aliases' => '웹 별칭', + 'dns records' => 'DNS 기록', + 'mail domains' => '메일 도메인', + 'mail accounts' => '메일 계정', + 'accounts' => '계정', + 'databases' => '데이터베이스', + 'cron jobs' => 'Cron 작업', + 'backups' => '백업', + 'quota' => '한도', + 'day of week' => '요일', + 'cmd' => 'CMD', + 'users' => '사용자', + 'domains' => '도메인', + 'aliases' => '별칭', + 'records' => '기록', + 'jobs' => '작업', 'username' => '사용자 이름', 'password' => '비밀번호', 'type' => '유형', - 'charset' => '문자셋', + 'charset' => '캐릭터셋', 'domain' => '도메인', 'ip' => 'IP', 'ip address' => 'IP 주소', 'IP address' => 'IP 주소', 'netmask' => '넷마스크', 'interface' => '인터페이스', - 'assigned user' => '할당 된 사용자', + 'assigned user' => '부여 된 사용자', 'ns1' => 'NS1', 'ns2' => 'NS2', 'user' => '사용자', @@ -371,18 +371,18 @@ $LANG['ko'] = array( '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' => '오류 로그 다운로드', + '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' => '도시 / 지역', + 'State / Province' => '주 / 도', + 'City / Locality' => '시 / 지역', 'Organization' => '기관', - 'Action' => '행동', - 'Protocol' => '프르토콜', + 'Action' => '동작', + 'Protocol' => '프로토콜', 'Port' => '포트', 'Comment' => '댓글', 'Banlist' => '차단 목록', @@ -421,44 +421,44 @@ $LANG['ko'] = array( '%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', + '1 archive' => '자료 1개', + '%s archives' => '자료 %s개', + '1 item' => '항목 1개', + '%s items' => '항목 %s개', + '1 package' => '패키지 1개', + '%s packages' => '패키지 %s개', + '1 IP address' => 'IP 주소 1개', + '%s IP addresses' => 'IP 주소 %s개', + '1 month' => '1개월', + '%s months' => '%s개월', + '1 log record' => '로그 기록 1개', + '%s log records' => '로그 기록 %s개', + '1 object' => '객체 1개', + '%s objects' => '객체 %s개', + 'no exclusions' => '예외 없음', + '1 rule' => '규칙 1개', + '%s rules' => '규칙 %s개', + 'There are no currently banned IP' => '현재 차단 된 IP가 없습니다', - 'USER_CREATED_OK' => 'User %s has been created successfully.', - 'WEB_DOMAIN_CREATED_OK' => 'Domain %s has been created successfully.', - 'DNS_DOMAIN_CREATED_OK' => 'DNS domain %s has been created successfully.', - 'DNS_RECORD_CREATED_OK' => 'Record %s.%s has been created successfully.', - 'MAIL_DOMAIN_CREATED_OK' => 'Mail domain %s has been created successfully.', - 'MAIL_ACCOUNT_CREATED_OK' => 'Mail account %s@%s has been created successfully.', - 'DATABASE_CREATED_OK' => 'Database %s has been created successfully.', - 'CRON_CREATED_OK' => 'Cron job has been created successfully.', - 'IP_CREATED_OK' => 'IP address %s has been created successfully.', - 'PACKAGE_CREATED_OK' => 'Package %s 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', + 'USER_CREATED_OK' => '사용자 %s가 성공적으로 생성되었습니다.', + 'WEB_DOMAIN_CREATED_OK' => '도메인 %s가 성공적으로 생성되었습니다.', + 'DNS_DOMAIN_CREATED_OK' => 'DNS 도메인 %s가 성공적으로 생성되었습니다.', + 'DNS_RECORD_CREATED_OK' => '기록 %s.%s가 성공적으로 생성되었습니다.', + 'MAIL_DOMAIN_CREATED_OK' => '메일 도메인 %s가 성공적으로 생성되었습니다.', + 'MAIL_ACCOUNT_CREATED_OK' => '메일 계정 %s@%s가 성공적으로 생성되었습니다.', + 'DATABASE_CREATED_OK' => '데이터베이스 %s가 성공적으로 생성되었습니다.', + 'CRON_CREATED_OK' => 'Cron 작업이 성공적으로 생성되었습니다.', + 'IP_CREATED_OK' => 'IP 주소 %s가 성공적으로 생성되었습니다.', + 'PACKAGE_CREATED_OK' => '패키지 %s가 성공적으로 생성되었습니다.', + 'SSL_GENERATED_OK' => '인증서가 성공적으로 생성되었습니다.', + 'RULE_CREATED_OK' => '규칙이 성공적으로 생성되었습니다.', + 'BANLIST_CREATED_OK' => 'IP 주소가 성공적으로 차단되었습니다', + 'Autoupdate has been successfully enabled' => '자동 업데이트가 성공적으로 활성화 되었습니다.', + 'Autoupdate has been successfully disabled' => '자동 업데이트가 성공적으로 비활성화 되었습니다.', + 'Cronjob email reporting has been successfully enabled' => 'Cron 작업 보고 이메일이 성공적으로 활성화 되었습니다', + 'Cronjob email reporting has been successfully disabled' => 'Cron 작업 보고 이메일이 성공적으로 비활성화 되었습니다', + 'Changes has been saved.' => '변경 사항이 저장되었습니다.', + 'Confirmation' => '확인', 'DELETE_USER_CONFIRMATION' => '정말로 %s 사용자를 삭제 하시겠습니까?', 'SUSPEND_USER_CONFIRMATION' => '정말로 %s 사용자를 정지 시키시겠습니까?', 'UNSUSPEND_USER_CONFIRMATION' => '정말로 %s 사용자의 정지를 해제 하시겠습니까?', @@ -491,95 +491,95 @@ $LANG['ko'] = array( '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.', + 'Passwords not match' => '비밀번호가 일치하지 않습니다.', + 'Please enter valid email address.' => '올바른 이메일 주소를 입력해주세요.', + 'Field "%s" can not be blank.' => '"%s" 필드는 비워 둘 수 없습니다.', + 'Password is too short.' => '비밀번호가 너무 짧습니다 (최소 6자)', + 'Error code:' => '에러 코드: %s', + 'SERVICE_ACTION_FAILED' => '"%s" "%s" 실패', + 'IP address is in use' => 'IP 주소가 이미 사용중입니다', + 'BACKUP_SCHEDULED' => '태스크가 대기열에 추가되었습니다. 백업 다운로드가 준비되면 이메일 알림을 받으 실 수 있습니다.', + 'BACKUP_EXISTS' => '이미 백업이 진행중입니다. 백업이 완료 될 때까지 기다려주세요.', + 'RESTORE_SCHEDULED' => '작업이 대기열에 추가되었습니다. 복원이 완료되면 이메일 알림을 받으 실 수 있습니다.', + 'RESTORE_EXISTS' => '이미 복원 작업이 진행중입니다. 새로운 복원 작업을 시작하시기 전에 진행중인 복원 작업이 완료 될 때까지 기다려주세요.', - '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 *', + 'WEB_EXCLUSIONS' => '도메인 이름을 한줄에 하나씩 입력해주세요. 모든 도메인을 예외처리 하기 위해서는 *를 사용하세요. 특정한 폴더를 예외처리 하시기 위해서는 다음 형식에 맞게 작성하세요: domain.com:public_html/cache:public_html/tmp', + 'DNS_EXCLUSIONS' => '도메인 이름을 한줄에 하나씩 입력해주세요. 모든 도메인을 예외처리 하기 위해서는 *를 사용하세요.', + 'MAIL_EXCLUSIONS' => '도메인 이름을 한줄에 하나씩 입력해주세요. 모든 도메인을 예외처리 하기 위해서는 *를 사용하세요. 특정한 계정을 예외처리 하시기 위해서는 다음 형식에 맞게 작성하세요: domain.com:info:support:postmaster', + 'DB_EXCLUSIONS' => '전체 데이터베이스 이름을 한줄에 하나씩 입력해주세요. 모든 데이터베이스를 예외처리 하기 위해서는 *를 사용하세요', + 'CRON_EXCLUSIONS' => '모든 작업을 예외처리 하기 위해서는 *를 사용하세요', + 'USER_EXCLUSIONS' => '전체 폴더 이름을 한줄에 하나씩 입력해주세요. 모든 폴더를 예외처리 하기 위해서는 *를 사용하세요', - 'Welcome to Vesta Control Panel' => 'Welcome to Vesta Control Panel', - 'MAIL_FROM' => 'Vesta Control Panel ', - '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", + 'Welcome to Vesta Control Panel' => 'Vesta 제어판에 오신 것을 환영합니다', + 'MAIL_FROM' => 'Vesta 제어판 ', + 'GREETINGS_GORDON_FREEMAN' => "%s %s님 안녕하세요,\n", + 'GREETINGS' => "안녕하세요,\n", + 'ACCOUNT_READY' => "계정이 생성되었으며 사용 준비가 되었습니다.\n\nhttps://%s/login/\n사용자명: %s\n비밀번호: %s\n\n--\nVesta 제어판\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", + 'FTP login credentials' => 'FTP 로그인 정보', + 'FTP_ACCOUNT_READY' => "FTP 계정이 생성되었으며 사용 준비가 되었습니다.\n\nhttps://%s/login/\n사용자명: %s\n비밀번호: %s\n\n--\nVesta 제어판\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", + 'Database Credentials' => '데이터베이스 정보', + 'DATABASE_READY' => "데이터베이스가 성공적으로 생성되었습니다.\n\데이터베이스: %s\n사용자: %s\n비밀번호: %s\n\n--\nVesta 제어판\n", - 'forgot password' => 'forgot password', - 'Confirm' => 'Confirm', - 'New Password' => 'New Password', - 'Confirm Password' => 'Confirm Password', - 'Reset' => 'Reset', - 'Reset Code' => 'Reset Code', + 'forgot password' => '비밀번호 잊기', + 'Confirm' => '확인', + 'New Password' => '새 비밀번호', + 'Confirm Password' => '비밀번호 확인', + 'Reset' => '초기화', + 'Reset Code' => '초기화 코드', 'RESET_NOTICE' => '', - 'RESET_CODE_SENT' => 'Password reset code has been sent to your email address
', - '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", + 'RESET_CODE_SENT' => '비밀번호 초기화 코드가 이메일 주소로 전송되었습니다
', + 'MAIL_RESET_SUBJECT' => '%s에서의 비밀번호 초기화', + 'PASSWORD_RESET_REQUEST' => "제어판 비밀번호를 초기화 하기 위해서, 다음의 링크로 접속해주세요:\nhttps://%s/reset/?action=confirm&user=%s&code=%s\n\n또는, 다음의 주소로 가주시고 https://%s/reset/?action=code&user=%s 다음의 초기화 코드를 입력해주세요:\n%s\n\n만약 비밀번호 초기화를 요청하지 않으셨다면, 이 메시지를 무시해주세요.\n\n--\nVesta 제어판\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', + 'Jan' => '1월', + 'Feb' => '2월', + 'Mar' => '3월', + 'Apr' => '4월', + 'May' => '5월', + 'Jun' => '6월', + 'Jul' => '7월', + 'Aug' => '8월', + 'Sep' => '9월', + 'Oct' => '10월', + 'Nov' => '11월', + 'Dec' => '12월', - '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 백업', + 'Configuring Server' => '서버 구성', + 'Hostname' => '호스트명', + 'Time Zone' => '시간대', + 'Default Language' => '기본 언어', + 'Proxy Server' => '프록시 서버', + 'Web Server' => '웹 서버', + 'Backend Server' => '백엔드 서버', + 'Backend Pool Mode' => '백엔드 풀 모드', + 'DNS Server' => 'DNS 서버', + 'DNS Cluster' => 'DNS 클러스터', + 'MAIL Server' => 'MAIL 서버', + 'Antivirus' => '안티바이러스', + 'AntiSpam' => '안티스팸', + 'Webmail URL' => '웹메일 주소', + 'MySQL Support' => 'MySQL 지원', + 'phpMyAdmin URL' => 'phpMyAdmin 주소', + 'PostgreSQL Support' => 'PostgreSQL 지원', + 'phpPgAdmin URL' => 'phpPgAdmin 주소', + 'Maximum Number Of Databases' => '최대 데이터베이스 숫자', + 'Current Number Of Databases' => '현재 데이터베이스 숫자', + 'Local backup' => '로컬 백업', + 'Compression level' => '압축 수준', + 'Directory' => '폴더', + 'Remote backup' => '원격 백업', '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', + 'FileSystem Disk Quota' => '파일 시스템 디스크 할당량', + 'Vesta Control Panel Plugins' => 'Vesta 제어판 플러그인', + 'preview' => '미리보기', + 'Reseller Role' => '리셀러 역할', + 'Web Config Editor' => '웹 구성 편집기', + 'Template Manager' => '템플릿 관리자', + 'Backup Migration Manager' => '백업 마이그레이션 관리자', 'FileManager' => 'FileManager', 'show: CPU / MEM / NET / DISK' => 'show: CPU / MEM / NET / DISK', @@ -675,8 +675,8 @@ $LANG['ko'] = array( 'Upload' => 'Upload', 'New File' => 'New File', 'New Folder' => 'New Folder', - 'Download' => 'Download', - 'Archive' => 'Archive', + 'Download' => '다운로드', + 'Archive' => '자료', 'Save File (in text editor)' => 'Save File (in text editor)', 'Close Popup / Cancel' => 'Close Popup / Cancel', 'Move Cursor Up' => 'Move Cursor Up', @@ -696,16 +696,16 @@ $LANG['ko'] = array( 'shortcuts are inspired by magnificent GNU Midnight Commander file manager' => 'shortcuts are inspired by magnificent GNU Midnight Commander 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.', + 'Licence Key' => '라이센스', + 'Enter License Key' => '라이센스 키 입력', + 'Buy Licence' => '라이센스 구매', + 'Buy Lifetime License' => '평생 라이센스 구매', + 'Disable and Cancel Licence' => '비활성화 및 라이센스 취소', + 'Licence Activated' => '라이센스 활성화됨', + 'Licence Deactivated' => '라이센스 비활성화됨', + 'Restrict users so that they cannot use SSH and access only their home directory.' => 'SSH를 사용할 수 없고 자신의 홈 디렉토리에만 액세스 할 수 있도록 사용자를 제한하십시오.', + 'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => '모든 기능을 갖춘 파일 관리자를 사용하여 웹 도메인 파일을 탐색, 복사, 편집, 보기 및 검색하십시오.', + 'This is a commercial module, you would need to purchace license key to enable it.' => '이것은 상용 모듈이므로 라이센스 키를 구입하여 사용 가능하게 해야합니다.', 'Minutes' => '분', 'Hourly' => '매시', @@ -732,8 +732,8 @@ $LANG['ko'] = array( 'every' => '마다', 'Generate' => '생성', - 'webalizer' => 'webalizer', - 'awstats' => 'awstats', + 'webalizer' => 'Webalizer', + 'awstats' => 'Awstats', 'Vesta SSL' => 'Vesta SSL', 'SUBJECT' => '주체', From b6c650dcd620b9c99b80da4e25bdf65e1f83c1f6 Mon Sep 17 00:00:00 2001 From: Hoto Cocoa Date: Sun, 10 Sep 2017 10:05:35 +0900 Subject: [PATCH 3/4] Finish --- web/inc/i18n/ko.php | 216 ++++++++++++++++++++++---------------------- 1 file changed, 108 insertions(+), 108 deletions(-) diff --git a/web/inc/i18n/ko.php b/web/inc/i18n/ko.php index 652660b16..f1849cf19 100644 --- a/web/inc/i18n/ko.php +++ b/web/inc/i18n/ko.php @@ -277,7 +277,7 @@ $LANG['ko'] = array( 'Version' => '버전', 'Release' => '릴리즈', 'Architecture' => '아키텍처', - 'Object' => '오브젝트', + 'Object' => '객체', 'Username' => '사용자 이름', 'Password' => '비밀번호', 'Email' => '이메일', @@ -580,121 +580,121 @@ $LANG['ko'] = array( 'Web Config Editor' => '웹 구성 편집기', 'Template Manager' => '템플릿 관리자', 'Backup Migration Manager' => '백업 마이그레이션 관리자', - 'FileManager' => 'FileManager', - 'show: CPU / MEM / NET / DISK' => 'show: CPU / MEM / NET / DISK', + 'FileManager' => '파일 관리자', + 'show: CPU / MEM / NET / DISK' => '표시: CPU / MEM / NET / DISK', - 'sort by' => 'sort by', - 'Date' => 'Date', - 'Starred' => 'Starred', - 'Name' => 'Name', + 'sort by' => '다음으로 정렬', + 'Date' => '날짜', + 'Starred' => '별표 표시한 항목', + 'Name' => '이름', - 'save to favorites' => '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', + 'File Manager' => '파일 관리자', + 'size' => '크기', + 'date' => '날짜', + 'name' => '이름', + 'Initializing' => '초기화중', + 'UPLOAD' => '업로드', + 'NEW FILE' => '새 파일', + 'NEW DIR' => '새 폴더', + 'DELETE' => '삭제', + 'RENAME' => '이름 변경', + 'MOVE' => '이동', + 'RIGHTS' => '권한', + 'COPY' => '복사', + 'ARCHIVE' => '자료', + 'EXTRACT' => '추출', + 'DOWNLOAD' => '다운로드', + 'Are you sure?' => '동의하십니까?', + 'Hit' => '히트', + 'to reload the page' => '이 페이지를 새로고침 하려면', + 'Directory name cannot be empty' => '폴더 이름은 비워둘 수 없습니다', + 'File name cannot be empty' => '파일 이름은 비워둘 수 없습니다', + 'No file selected' => '파일이 선택되지 않았습니다', + 'No file or folder selected' => '파일 또는 폴더가 선택되지 않았습니다', + 'File type not supported' => '파일 형식이 지원되지 않습니다', + 'Directory download not available in current version' => '폴더 다운로드는 이 버전에서 지원되지 않습니다', + 'Directory not available' => '폴더가 유효하지 않습니다', + 'Done' => '완료', + 'Close' => '닫기', + 'Copy' => '복사', + 'Cancel' => '취소', + 'Rename' => '이름 변경', + 'Move' => '이동', + 'Change Rights' => '권한 변경', + 'Delete' => '삭제', + 'Extract' => '추출', + 'Create' => '생성', + 'Compress' => '압축', + 'OK' => '예', + 'YOU ARE COPYING' => '복사중입니다', + 'YOU ARE REMOVING' => '삭제중입니다', + 'Delete items' => '항목 삭제', + 'Copy files' => '항목 복사', + 'Move files' => '항목 이동', + 'Are you sure you want to copy' => '정말 복사하시겠습니까?', + 'Are you sure you want to move' => '정말 이동하시겠습니까?', + 'Are you sure you want to delete' => '정말 삭제하시겠습니까', + 'into' => '안에', + 'existing files will be replaced' => '존재하는 파일들은 대체 될 것입니다', + 'Original name' => '원 이름', + 'File' => '파일', + 'already exists' => '이미 존재함', + 'Create file' => '파일 생성', + 'Create directory' => '폴더 생성', + 'read by owner' => '소유자가 읽기', + 'write by owner' => '소유자가 쓰기', + 'execute/search by owner' => '소유자가 실행/검색', + 'read by group' => '그룹이 읽기', + 'write by group' => '그룹이 쓰기', + 'execute/search by group' => '그룹이 실행/검색', + 'read by others' => '다른 사람들이 읽기', + 'write 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', + 'Shortcuts' => '바로가기', + 'Add New object' => '새 객체 추가', + 'Save Form' => '다음에서 저장', + 'Cancel saving form' => '저장 폼 취소', + 'Go to USER list' => '사용자 목록으로 가기', + 'Go to WEB list' => '웹 목록으로 가기', + 'Go to DNS list' => 'DNS 목록으로 가기', + 'Go to MAIL list' => 'MAIL 목록으로 가기', + 'Go to DB list' => 'DB 목록으로 가기', + 'Go to CRON list' => 'CRON 목록으로 가기', + 'Go to BACKUP list' => '백업 목록으로 가기', + 'Focus on search' => '검색에 포커스', + 'Display/Close shortcuts' => '단축키 표시/닫기', + 'Move backward through top menu' => '상단 메뉴 뒤로 이동', + 'Move forward through top menu' => '상단 메뉴 앞으로 이동', + 'Enter focused element' => '포커스 된 요소에 진입', + 'Move up through elements list' => '요소 목록 위로 이동', + 'Move down through elements list' => '요소 목록 아래로 이동', - 'Upload' => 'Upload', - 'New File' => 'New File', - 'New Folder' => 'New Folder', + 'Upload' => '업로드', + 'New File' => '새 파일', + 'New Folder' => '새 폴더', 'Download' => '다운로드', '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', + 'Save File (in text editor)' => '파일 저장 (텍스트 편집기 안에서)', + 'Close Popup / Cancel' => '팝업 닫기 / 취소', + 'Move Cursor Up' => '커서를 위로 이동', + 'Move Cursor Down' => '커서를 아래로 이동', + 'Switch to Left Tab' => '왼쪽 탭으로 스위치', + 'Switch to Right Tab' => '오른쪽 탭으로 스위치', + 'Switch Tab' => '탭 스위치', + 'Go to the Top of the File List' => '파일 목록의 최상단으로 이동', + 'Go to the Last File' => '마지막 파일로 이동', + 'Open File / Enter Directory' => '파일 열기 / 폴더 진입', + 'Edit File' => '파일 수정', + 'Go to Parent Directory' => '이전 폴더로 이동', + 'Select Current File' => '현재 파일을 선택', + 'Select Bunch of Files' => '파일 묶음 서낵', + 'Add File to the Current Selection' => '현재 선택에 파일 추가', + 'Select All Files' => '모든 파일 선택', 'shortcuts are inspired by magnificent GNU Midnight Commander file manager' => - 'shortcuts are inspired by magnificent GNU Midnight Commander file manager', + '단축키는 웅장한 GNU Midnight Commander 파일 관리자에서 영감을 받았습니다', 'Licence Key' => '라이센스', 'Enter License Key' => '라이센스 키 입력', From 3901abf9b69bd6e7f8acd56496e57bb1ac311505 Mon Sep 17 00:00:00 2001 From: Hoto Cocoa Date: Sun, 10 Sep 2017 15:08:58 +0900 Subject: [PATCH 4/4] Miss! --- web/inc/i18n/ko.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/inc/i18n/ko.php b/web/inc/i18n/ko.php index f1849cf19..5c98950f5 100644 --- a/web/inc/i18n/ko.php +++ b/web/inc/i18n/ko.php @@ -211,7 +211,7 @@ $LANG['ko'] = array( 'AntiSpam Support' => '안티스팸 지원', 'DKIM Support' => 'DKIM 지원', 'Accounts' => '계정', - 'Quota' => '힌도', + 'Quota' => '한도', 'Autoreply' => '자동 응답', 'Forward to' => '다음으로 전달', 'Do not store forwarded mail' => '전달한 메일을 저장하지 않기',