Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/ko.js')
-rw-r--r--core/l10n/ko.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/ko.js b/core/l10n/ko.js
index 319db43a7b2..95ba35bedd2 100644
--- a/core/l10n/ko.js
+++ b/core/l10n/ko.js
@@ -42,14 +42,10 @@ OC.L10N.register(
"Maintenance mode is kept active" : "유지 보수 모드가 켜져 있음",
"Updating database schema" : "데이터베이스 스키마 업데이트 중",
"Updated database" : "데이터베이스 업데이트됨",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)",
- "Checked database schema update" : "데이터베이스 스키마 업데이트 확인됨",
- "Checking updates of apps" : "앱 업데이트 확인 중",
"Checking for update of app \"%s\" in appstore" : "앱 스토어에서 \"%s\" 앱의 업데이트를 확인하는 중",
"Update app \"%s\" from appstore" : "앱 스토어에서 \"%s\" 앱 업데이트",
"Checked for update of app \"%s\" in appstore" : "앱 스토어에서 \"%s\" 앱 업데이트 확인함",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "%s의 데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)",
- "Checked database schema update for apps" : "앱용 데이터베이스 스키마 업데이트 확인됨",
"Updated \"%1$s\" to %2$s" : "\"%1$s\"을(를) %2$s(으)로 업데이트함",
"Set log level to debug" : "로그 단계를 디버그로 설정",
"Reset log level" : "로그 단계 초기화",
@@ -307,6 +303,10 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "이 %s 인스턴스는 현재 점검 모드입니다. 시간이 걸릴 수도 있습니다.",
"This page will refresh itself when the instance is available again." : "인스턴스를 다시 사용할 수 있을 때 페이지를 자동으로 새로 고칩니다.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "이 메시지가 계속 표시되거나 예상하지 못하였을 때 표시된다면 시스템 관리자에게 연락하십시오.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "데이터베이스 스키마 업데이트 가능 여부 확인 중(데이터베이스 크기에 따라서 오래 걸릴 수도 있습니다)",
+ "Checked database schema update" : "데이터베이스 스키마 업데이트 확인됨",
+ "Checking updates of apps" : "앱 업데이트 확인 중",
+ "Checked database schema update for apps" : "앱용 데이터베이스 스키마 업데이트 확인됨",
"Following apps have been disabled: %s" : "다음 앱이 비활성화되었습니다: %s",
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "웹 서버에서 \"{url}\"을(를) 올바르게 처리할 수 없습니다. 더 많은 정보를 보려면 <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서</a>를 참고하십시오.",
"Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "웹 서버에서 \"{url}\" 주소를 올바르게 처리할 수 있도록 설정되지 않았습니다. 웹 서버 설정이 이 폴더를 직접 전달하도록 업데이트되지 않은 것과 연관되었을 수도 있습니다. Apache용 \".htaccess\" Rewrite 규칙이나 Nginx <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">문서 페이지</a>에 있는 것과 현재 설정을 비교해 보십시오. Nginx의 경우 \"location ~\"로 시작하는 줄을 업데이트해야 할 수도 있습니다.",