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:
authorNextcloud bot <bot@nextcloud.com>2021-11-12 05:22:55 +0300
committerNextcloud bot <bot@nextcloud.com>2021-11-12 05:22:55 +0300
commiteb7109b3f41ea367feacbd3252f6d4a743545bb7 (patch)
tree043bf9c243093c38a400d12c3a34f077d2781719 /apps/user_status/l10n
parent31bcd10c2ac272d77ac578172f3d6e035fd9b48d (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n')
-rw-r--r--apps/user_status/l10n/ko.js11
-rw-r--r--apps/user_status/l10n/ko.json11
-rw-r--r--apps/user_status/l10n/nl.js8
-rw-r--r--apps/user_status/l10n/nl.json8
4 files changed, 32 insertions, 6 deletions
diff --git a/apps/user_status/l10n/ko.js b/apps/user_status/l10n/ko.js
index 30b152d74c4..65b0ab38e24 100644
--- a/apps/user_status/l10n/ko.js
+++ b/apps/user_status/l10n/ko.js
@@ -1,23 +1,34 @@
OC.L10N.register(
"user_status",
{
+ "Recent statuses" : "최근 상태",
"In a meeting" : "회의 중",
"Commuting" : "이동 중",
"Out sick" : "병가",
"Vacationing" : "휴가 중",
"Working remotely" : "원격 근무 중",
+ "In a call" : "통화중",
+ "User status" : "사용자 상태",
+ "View profile" : "프로파일 보기",
+ "What is your status?" : "당신의 상태는?",
+ "Set status" : "상태 설정",
"Online status" : "접속 상태",
"Status message" : "상태 메시지",
"Clear status message" : "상태 메시지 지움",
"Set status message" : "상태 메시지 설정",
+ "There was an error saving the status" : "상태 저장에 오류가 발생했습니다",
+ "There was an error clearing the status" : "상태 해제에 오류가 발생했습니다",
+ "No recent status changes" : "최근 상태 변경 없음",
"Away" : "자리 비움",
"Do not disturb" : "방해 금지",
+ "{status}, {timestamp}" : "{status},{timestamp}",
"Don't clear" : "지우지 않음",
"Today" : "오늘",
"This week" : "이번 주",
"Online" : "접속 중",
"Invisible" : "숨겨짐",
"Offline" : "오프라인",
+ "There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다",
"30 minutes" : "30 분",
"1 hour" : "한 시간",
"4 hours" : "4 시간",
diff --git a/apps/user_status/l10n/ko.json b/apps/user_status/l10n/ko.json
index 64c18db979d..53a1dbd449a 100644
--- a/apps/user_status/l10n/ko.json
+++ b/apps/user_status/l10n/ko.json
@@ -1,21 +1,32 @@
{ "translations": {
+ "Recent statuses" : "최근 상태",
"In a meeting" : "회의 중",
"Commuting" : "이동 중",
"Out sick" : "병가",
"Vacationing" : "휴가 중",
"Working remotely" : "원격 근무 중",
+ "In a call" : "통화중",
+ "User status" : "사용자 상태",
+ "View profile" : "프로파일 보기",
+ "What is your status?" : "당신의 상태는?",
+ "Set status" : "상태 설정",
"Online status" : "접속 상태",
"Status message" : "상태 메시지",
"Clear status message" : "상태 메시지 지움",
"Set status message" : "상태 메시지 설정",
+ "There was an error saving the status" : "상태 저장에 오류가 발생했습니다",
+ "There was an error clearing the status" : "상태 해제에 오류가 발생했습니다",
+ "No recent status changes" : "최근 상태 변경 없음",
"Away" : "자리 비움",
"Do not disturb" : "방해 금지",
+ "{status}, {timestamp}" : "{status},{timestamp}",
"Don't clear" : "지우지 않음",
"Today" : "오늘",
"This week" : "이번 주",
"Online" : "접속 중",
"Invisible" : "숨겨짐",
"Offline" : "오프라인",
+ "There was an error saving the new status" : "새로운 상태 저장에 오류가 발생했습니다",
"30 minutes" : "30 분",
"1 hour" : "한 시간",
"4 hours" : "4 시간",
diff --git a/apps/user_status/l10n/nl.js b/apps/user_status/l10n/nl.js
index 08675a86f14..db5ad6cb172 100644
--- a/apps/user_status/l10n/nl.js
+++ b/apps/user_status/l10n/nl.js
@@ -2,13 +2,15 @@ OC.L10N.register(
"user_status",
{
"Recent statuses" : "Recente statussen",
- "In a meeting" : "Vergadering",
+ "In a meeting" : "In een vergadering",
"Commuting" : "Woon-werk",
"Out sick" : "Ziek",
- "Vacationing" : "vakantie",
+ "Vacationing" : "Op vakantie",
"Working remotely" : "Thuiswerken",
+ "In a call" : "In gesprek",
"User status" : "Gebruikersstatus",
- "Clear status message after" : "Opruimen statusbericht na",
+ "View profile" : "Bekijk profiel",
+ "Clear status message after" : "Statusbericht wissen na",
"What is your status?" : "Wat is jouw status?",
"Set status" : "Instellen status",
"Online status" : "Online status",
diff --git a/apps/user_status/l10n/nl.json b/apps/user_status/l10n/nl.json
index 7d3c25c5117..44d33d2f42d 100644
--- a/apps/user_status/l10n/nl.json
+++ b/apps/user_status/l10n/nl.json
@@ -1,12 +1,14 @@
{ "translations": {
"Recent statuses" : "Recente statussen",
- "In a meeting" : "Vergadering",
+ "In a meeting" : "In een vergadering",
"Commuting" : "Woon-werk",
"Out sick" : "Ziek",
- "Vacationing" : "vakantie",
+ "Vacationing" : "Op vakantie",
"Working remotely" : "Thuiswerken",
+ "In a call" : "In gesprek",
"User status" : "Gebruikersstatus",
- "Clear status message after" : "Opruimen statusbericht na",
+ "View profile" : "Bekijk profiel",
+ "Clear status message after" : "Statusbericht wissen na",
"What is your status?" : "Wat is jouw status?",
"Set status" : "Instellen status",
"Online status" : "Online status",