diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-27 00:32:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-27 00:32:18 +0000 |
commit | cd1ec4aa17993bc54d06132ddc0147b3e53ba3b1 (patch) | |
tree | 8ad504f0b3f66a64c58ed36cbedab32e9d765098 /apps/user_status | |
parent | 3190dfb5ae3a0f2966ba1229a54a5cad79226e4e (diff) | |
download | nextcloud-server-cd1ec4aa17993bc54d06132ddc0147b3e53ba3b1.tar.gz nextcloud-server-cd1ec4aa17993bc54d06132ddc0147b3e53ba3b1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/ko.js | 8 | ||||
-rw-r--r-- | apps/user_status/l10n/ko.json | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/apps/user_status/l10n/ko.js b/apps/user_status/l10n/ko.js index a47b250ac07..d4fd09c519c 100644 --- a/apps/user_status/l10n/ko.js +++ b/apps/user_status/l10n/ko.js @@ -17,8 +17,8 @@ OC.L10N.register( "Status message" : "상태 메시지", "Clear status message" : "상태 메시지 지움", "Set status message" : "상태 메시지 설정", - "There was an error saving the status" : "상태 저장에 오류가 발생했습니다", - "There was an error clearing the status" : "상태 해제에 오류가 발생했습니다", + "There was an error saving the status" : "상태 저장에 오류가 발생했습니다.", + "There was an error clearing the status" : "상태 해제에 오류가 발생했습니다.", "No recent status changes" : "최근 상태 변경 없음", "Away" : "자리 비움", "Do not disturb" : "방해 금지", @@ -29,11 +29,11 @@ OC.L10N.register( "Online" : "접속 중", "Invisible" : "숨겨짐", "Offline" : "오프라인", - "There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다", + "There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다.", "30 minutes" : "30 분", "1 hour" : "한 시간", "4 hours" : "4 시간", - "Mute all notifications" : "모든 알림을 무시합니다", + "Mute all notifications" : "모든 알림을 음소거", "Appear offline" : "접속 안함으로 표시" }, "nplurals=1; plural=0;"); diff --git a/apps/user_status/l10n/ko.json b/apps/user_status/l10n/ko.json index ad755f25e4b..7b2ae312814 100644 --- a/apps/user_status/l10n/ko.json +++ b/apps/user_status/l10n/ko.json @@ -15,8 +15,8 @@ "Status message" : "상태 메시지", "Clear status message" : "상태 메시지 지움", "Set status message" : "상태 메시지 설정", - "There was an error saving the status" : "상태 저장에 오류가 발생했습니다", - "There was an error clearing the status" : "상태 해제에 오류가 발생했습니다", + "There was an error saving the status" : "상태 저장에 오류가 발생했습니다.", + "There was an error clearing the status" : "상태 해제에 오류가 발생했습니다.", "No recent status changes" : "최근 상태 변경 없음", "Away" : "자리 비움", "Do not disturb" : "방해 금지", @@ -27,11 +27,11 @@ "Online" : "접속 중", "Invisible" : "숨겨짐", "Offline" : "오프라인", - "There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다", + "There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다.", "30 minutes" : "30 분", "1 hour" : "한 시간", "4 hours" : "4 시간", - "Mute all notifications" : "모든 알림을 무시합니다", + "Mute all notifications" : "모든 알림을 음소거", "Appear offline" : "접속 안함으로 표시" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |