diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-09-05 00:23:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-09-05 00:23:50 +0000 |
commit | 8cded1e32075869ac7fbd2b528d4106cf9e04e79 (patch) | |
tree | 21a153c43e911a79747979d9e05c0699805a27cb /apps/user_status | |
parent | 530e1b982866592fc123e20b73f5498216c20368 (diff) | |
download | nextcloud-server-8cded1e32075869ac7fbd2b528d4106cf9e04e79.tar.gz nextcloud-server-8cded1e32075869ac7fbd2b528d4106cf9e04e79.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/gl.js | 2 | ||||
-rw-r--r-- | apps/user_status/l10n/gl.json | 2 | ||||
-rw-r--r-- | apps/user_status/l10n/tr.js | 2 | ||||
-rw-r--r-- | apps/user_status/l10n/tr.json | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/apps/user_status/l10n/gl.js b/apps/user_status/l10n/gl.js index f8170f93ccc..fd427a54677 100644 --- a/apps/user_status/l10n/gl.js +++ b/apps/user_status/l10n/gl.js @@ -43,7 +43,7 @@ OC.L10N.register( "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Mute all notifications" : "Silenciar todas as notificacións", + "Mute all notifications" : "Enmudecer todas as notificacións", "Appear offline" : "Aparece coma sen conexión" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_status/l10n/gl.json b/apps/user_status/l10n/gl.json index ffc1c9683ba..62e08816bc4 100644 --- a/apps/user_status/l10n/gl.json +++ b/apps/user_status/l10n/gl.json @@ -41,7 +41,7 @@ "30 minutes" : "30 minutos", "1 hour" : "1 hora", "4 hours" : "4 horas", - "Mute all notifications" : "Silenciar todas as notificacións", + "Mute all notifications" : "Enmudecer todas as notificacións", "Appear offline" : "Aparece coma sen conexión" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/user_status/l10n/tr.js b/apps/user_status/l10n/tr.js index 1fc1f3504d5..ea511e3614c 100644 --- a/apps/user_status/l10n/tr.js +++ b/apps/user_status/l10n/tr.js @@ -20,6 +20,8 @@ OC.L10N.register( "Set status" : "Durumu ayarla", "Online status" : "Çevrim içi durumu", "Status message" : "Durum iletisi", + "Set absence period" : "Bulunmama aralığını ayarla", + "Set absence period and replacement" : "Bulunmama aralığını ve yedek kişiyi ayarla", "Your status was set automatically" : "Durumunuz otomatik olarak ayarlanmış", "Clear status message" : "Durum iletisini temizle", "Set status message" : "Durum iletisini ayarla", diff --git a/apps/user_status/l10n/tr.json b/apps/user_status/l10n/tr.json index d2d439a81f4..d7e01c7ee36 100644 --- a/apps/user_status/l10n/tr.json +++ b/apps/user_status/l10n/tr.json @@ -18,6 +18,8 @@ "Set status" : "Durumu ayarla", "Online status" : "Çevrim içi durumu", "Status message" : "Durum iletisi", + "Set absence period" : "Bulunmama aralığını ayarla", + "Set absence period and replacement" : "Bulunmama aralığını ve yedek kişiyi ayarla", "Your status was set automatically" : "Durumunuz otomatik olarak ayarlanmış", "Clear status message" : "Durum iletisini temizle", "Set status message" : "Durum iletisini ayarla", |