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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/ko.js')
-rw-r--r--l10n/ko.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/l10n/ko.js b/l10n/ko.js
index 7c75f60..d4dcc20 100644
--- a/l10n/ko.js
+++ b/l10n/ko.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "%s 님 안녕하세요",
+ "Hello %s," : "안녕하세요 %s 님,",
"Admin notifications" : "관리자 알림",
"Notifications" : "알림",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "이 앱은 Nextcloud 알림 API의 백엔드 및 프론트엔드입니다.",
@@ -12,6 +14,13 @@ OC.L10N.register(
"Dismiss" : "해제",
"seconds ago" : "초 전",
"Failed to dismiss notification" : "알림을 해제할 수 없음",
- "in {path}" : "{path}에 있음"
+ "in {path}" : "{path}에 있음",
+ "You need to set up your email address before you can receive notification emails." : "알림 이메일을 받으려면 이메일 주소를 설정해야 합니다.",
+ "Never" : "하지 않음",
+ "1 hour" : "1시간",
+ "3 hours" : "3시간",
+ "1 day" : "1일",
+ "1 week" : "1주",
+ "Your settings have been updated." : "설정이 업데이트되었습니다."
},
"nplurals=1; plural=0;");