diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-11-28 02:18:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-11-28 02:18:24 +0000 |
commit | 099b7590a9a9e3f421f21d7c1e937cd53da254f4 (patch) | |
tree | 71e7784ec626bf9d2fe5da4ce3ef3000955b5c79 /apps/user_status | |
parent | 6c513f8b43e9ed1c4d88447d65d9e6661c12cbca (diff) | |
download | nextcloud-server-099b7590a9a9e3f421f21d7c1e937cd53da254f4.tar.gz nextcloud-server-099b7590a9a9e3f421f21d7c1e937cd53da254f4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/cs.js | 4 | ||||
-rw-r--r-- | apps/user_status/l10n/cs.json | 4 | ||||
-rw-r--r-- | apps/user_status/l10n/ko.js | 29 | ||||
-rw-r--r-- | apps/user_status/l10n/ko.json | 27 |
4 files changed, 60 insertions, 4 deletions
diff --git a/apps/user_status/l10n/cs.js b/apps/user_status/l10n/cs.js index bd010e8f7b8..e3b7fd3b2d8 100644 --- a/apps/user_status/l10n/cs.js +++ b/apps/user_status/l10n/cs.js @@ -4,7 +4,7 @@ OC.L10N.register( "Recent statuses" : "Nedávné stavy", "In a meeting" : "Na poradě", "Commuting" : "Dojíždění", - "Out sick" : "Nemocný", + "Out sick" : "Nemoc", "Vacationing" : "Dovolená", "Working remotely" : "Pracuje na dálku", "User status" : "Stav uživatele", @@ -21,7 +21,7 @@ OC.L10N.register( "Away" : "Pryč", "Do not disturb" : "Nerušit", "{status}, {timestamp}" : "{status}, {timestamp}", - "Don't clear" : "Nečistit", + "Don't clear" : "Nikdy", "Today" : "Dnes", "This week" : "Tento týden", "Online" : "Online", diff --git a/apps/user_status/l10n/cs.json b/apps/user_status/l10n/cs.json index 2397a3b3de4..acd2eae3004 100644 --- a/apps/user_status/l10n/cs.json +++ b/apps/user_status/l10n/cs.json @@ -2,7 +2,7 @@ "Recent statuses" : "Nedávné stavy", "In a meeting" : "Na poradě", "Commuting" : "Dojíždění", - "Out sick" : "Nemocný", + "Out sick" : "Nemoc", "Vacationing" : "Dovolená", "Working remotely" : "Pracuje na dálku", "User status" : "Stav uživatele", @@ -19,7 +19,7 @@ "Away" : "Pryč", "Do not disturb" : "Nerušit", "{status}, {timestamp}" : "{status}, {timestamp}", - "Don't clear" : "Nečistit", + "Don't clear" : "Nikdy", "Today" : "Dnes", "This week" : "Tento týden", "Online" : "Online", diff --git a/apps/user_status/l10n/ko.js b/apps/user_status/l10n/ko.js new file mode 100644 index 00000000000..4edb7b76c15 --- /dev/null +++ b/apps/user_status/l10n/ko.js @@ -0,0 +1,29 @@ +OC.L10N.register( + "user_status", + { + "In a meeting" : "회의 중", + "Commuting" : "이동 중", + "Out sick" : "병가", + "Vacationing" : "휴가 중", + "Working remotely" : "원격 근무 중", + "What's your status?" : "지금 무엇을 하나요?", + "Online status" : "접속 상태", + "Status message" : "상태 메시지", + "Clear status message" : "상태 메시지 지움", + "Set status message" : "상태 메시지 설정", + "Away" : "자리 비움", + "Do not disturb" : "방해 금지", + "Don't clear" : "지우지 않음", + "Today" : "오늘", + "This week" : "이번 주", + "Online" : "접속 중", + "Invisible" : "숨어있기", + "Offline" : "오프라인", + "30 minutes" : "30 분", + "1 hour" : "한 시간", + "4 hours" : "4 시간", + "Mute all notifications" : "모든 알림을 무시합니다", + "Appear offline" : "접속 안함으로 표시", + "Clear status after" : "상태 메시지 지우기 예약" +}, +"nplurals=1; plural=0;"); diff --git a/apps/user_status/l10n/ko.json b/apps/user_status/l10n/ko.json new file mode 100644 index 00000000000..059ffd3e16a --- /dev/null +++ b/apps/user_status/l10n/ko.json @@ -0,0 +1,27 @@ +{ "translations": { + "In a meeting" : "회의 중", + "Commuting" : "이동 중", + "Out sick" : "병가", + "Vacationing" : "휴가 중", + "Working remotely" : "원격 근무 중", + "What's your status?" : "지금 무엇을 하나요?", + "Online status" : "접속 상태", + "Status message" : "상태 메시지", + "Clear status message" : "상태 메시지 지움", + "Set status message" : "상태 메시지 설정", + "Away" : "자리 비움", + "Do not disturb" : "방해 금지", + "Don't clear" : "지우지 않음", + "Today" : "오늘", + "This week" : "이번 주", + "Online" : "접속 중", + "Invisible" : "숨어있기", + "Offline" : "오프라인", + "30 minutes" : "30 분", + "1 hour" : "한 시간", + "4 hours" : "4 시간", + "Mute all notifications" : "모든 알림을 무시합니다", + "Appear offline" : "접속 안함으로 표시", + "Clear status after" : "상태 메시지 지우기 예약" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file |