diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-11-13 02:25:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-11-13 02:25:42 +0000 |
commit | 7071d056a20d627b0be58ec66fb3e5347fd90c8d (patch) | |
tree | 699c578d55a574be7a935e4a0679f99ebd046bf3 /apps/user_status | |
parent | f9f02ef45c5b0a7fa47a3a297e528ac81c720c80 (diff) | |
download | nextcloud-server-7071d056a20d627b0be58ec66fb3e5347fd90c8d.tar.gz nextcloud-server-7071d056a20d627b0be58ec66fb3e5347fd90c8d.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status')
-rw-r--r-- | apps/user_status/l10n/es.js | 3 | ||||
-rw-r--r-- | apps/user_status/l10n/es.json | 3 | ||||
-rw-r--r-- | apps/user_status/l10n/fi.js | 2 | ||||
-rw-r--r-- | apps/user_status/l10n/fi.json | 2 | ||||
-rw-r--r-- | apps/user_status/l10n/ko.js | 1 | ||||
-rw-r--r-- | apps/user_status/l10n/ko.json | 1 |
6 files changed, 12 insertions, 0 deletions
diff --git a/apps/user_status/l10n/es.js b/apps/user_status/l10n/es.js index a4764dceffc..bc12957e43e 100644 --- a/apps/user_status/l10n/es.js +++ b/apps/user_status/l10n/es.js @@ -7,8 +7,11 @@ OC.L10N.register( "Out sick" : "Ausente por enfermedad", "Vacationing" : "De vacaciones", "Working remotely" : "Teletrabajando", + "In a call" : "En una llamada", "User status" : "Estado del usuario", + "View profile" : "Ver perfil", "Clear status message after" : "Borrar mensaje de estado después de", + "What is your status?" : "¿Cuál es su estado?", "Set status" : "Configurar estado", "Online status" : "Estado en línea", "Status message" : "Mensaje de estado", diff --git a/apps/user_status/l10n/es.json b/apps/user_status/l10n/es.json index b9b4067e6ec..8080e1d8fe9 100644 --- a/apps/user_status/l10n/es.json +++ b/apps/user_status/l10n/es.json @@ -5,8 +5,11 @@ "Out sick" : "Ausente por enfermedad", "Vacationing" : "De vacaciones", "Working remotely" : "Teletrabajando", + "In a call" : "En una llamada", "User status" : "Estado del usuario", + "View profile" : "Ver perfil", "Clear status message after" : "Borrar mensaje de estado después de", + "What is your status?" : "¿Cuál es su estado?", "Set status" : "Configurar estado", "Online status" : "Estado en línea", "Status message" : "Mensaje de estado", diff --git a/apps/user_status/l10n/fi.js b/apps/user_status/l10n/fi.js index 2e45936d204..3c21a8a0f7a 100644 --- a/apps/user_status/l10n/fi.js +++ b/apps/user_status/l10n/fi.js @@ -7,7 +7,9 @@ OC.L10N.register( "Out sick" : "Sairaana", "Vacationing" : "Lomailemassa", "Working remotely" : "Etätyössä", + "In a call" : "Puhelussa", "User status" : "Käyttäjän tilatieto", + "View profile" : "Näytä profiili", "Clear status message after" : "Tyhjennä tilaviesti, kun on kulunut", "What is your status?" : "Mikä on tilatietosi?", "Set status" : "Aseta tilatieto", diff --git a/apps/user_status/l10n/fi.json b/apps/user_status/l10n/fi.json index c064b3dbe20..d5972009da5 100644 --- a/apps/user_status/l10n/fi.json +++ b/apps/user_status/l10n/fi.json @@ -5,7 +5,9 @@ "Out sick" : "Sairaana", "Vacationing" : "Lomailemassa", "Working remotely" : "Etätyössä", + "In a call" : "Puhelussa", "User status" : "Käyttäjän tilatieto", + "View profile" : "Näytä profiili", "Clear status message after" : "Tyhjennä tilaviesti, kun on kulunut", "What is your status?" : "Mikä on tilatietosi?", "Set status" : "Aseta tilatieto", diff --git a/apps/user_status/l10n/ko.js b/apps/user_status/l10n/ko.js index 65b0ab38e24..df42dcd02fa 100644 --- a/apps/user_status/l10n/ko.js +++ b/apps/user_status/l10n/ko.js @@ -10,6 +10,7 @@ OC.L10N.register( "In a call" : "통화중", "User status" : "사용자 상태", "View profile" : "프로파일 보기", + "Clear status message after" : "상태 메시지 지우기 예약", "What is your status?" : "당신의 상태는?", "Set status" : "상태 설정", "Online status" : "접속 상태", diff --git a/apps/user_status/l10n/ko.json b/apps/user_status/l10n/ko.json index 53a1dbd449a..34c679ba1d4 100644 --- a/apps/user_status/l10n/ko.json +++ b/apps/user_status/l10n/ko.json @@ -8,6 +8,7 @@ "In a call" : "통화중", "User status" : "사용자 상태", "View profile" : "프로파일 보기", + "Clear status message after" : "상태 메시지 지우기 예약", "What is your status?" : "당신의 상태는?", "Set status" : "상태 설정", "Online status" : "접속 상태", |