From 34bb70f0b59ac0d7ee9890fd1d3c394be02c98bc Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 27 Jun 2023 01:25:12 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ko.js | 4 ++-- l10n/ko.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/l10n/ko.js b/l10n/ko.js index aec153476..1df3dde4e 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -1,8 +1,8 @@ OC.L10N.register( "notifications", { - "Hello %s" : "%s 님 안녕하세요", - "Hello %s," : "안녕하세요 %s 님,", + "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의 백엔드 및 프론트엔드입니다.", diff --git a/l10n/ko.json b/l10n/ko.json index d66f577f0..5106d1d57 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -1,6 +1,6 @@ { "translations": { - "Hello %s" : "%s 님 안녕하세요", - "Hello %s," : "안녕하세요 %s 님,", + "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의 백엔드 및 프론트엔드입니다.",