diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-26 00:18:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-26 00:18:18 +0000 |
commit | 8f0da6b9f74b361cf31ea8a8ef8badf0685a9211 (patch) | |
tree | af798db0b6def282b051a8e6e6e4c38c6c1b66c5 /apps/user_status/l10n | |
parent | 053cefa373ab62edce8bb69fcfc0d6a5ee6fc3f9 (diff) | |
download | nextcloud-server-8f0da6b9f74b361cf31ea8a8ef8badf0685a9211.tar.gz nextcloud-server-8f0da6b9f74b361cf31ea8a8ef8badf0685a9211.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_status/l10n')
-rw-r--r-- | apps/user_status/l10n/it.js | 9 | ||||
-rw-r--r-- | apps/user_status/l10n/it.json | 9 | ||||
-rw-r--r-- | apps/user_status/l10n/pt_BR.js | 2 | ||||
-rw-r--r-- | apps/user_status/l10n/pt_BR.json | 2 |
4 files changed, 22 insertions, 0 deletions
diff --git a/apps/user_status/l10n/it.js b/apps/user_status/l10n/it.js index f7e67d56dcc..d5e97c7bd7e 100644 --- a/apps/user_status/l10n/it.js +++ b/apps/user_status/l10n/it.js @@ -11,14 +11,23 @@ OC.L10N.register( "User status" : "Stato utente", "View profile" : "Vedi profilo", "Clear status after" : "Togli lo stato dopo", + "Emoji for your status message" : "Emoji per il tuo messaggio di stato", "What is your status?" : "Qual è il tuo stato?", + "Predefined statuses" : "Stati predefiniti", + "Previously set" : "Impostato in precedenza", + "Reset status" : "Ripristina stato", "Set status" : "Imposta stato", "Online status" : "Stato in linea", "Status message" : "Messaggio di stato", + "Your status was set automatically" : "Stato impostato automaticamente", "Clear status message" : "Cancella il messaggio di stato", "Set status message" : "Imposta messaggio di stato", + "Reset status to \"{icon} {message}\"" : "Ripristina stato a \"{icon} {message}\"", + "Reset status to \"{message}\"" : "Ripristina stato a \"{message}\"", + "Reset status to \"{icon}\"" : "Ripristina stato a \"{icon}\"", "There was an error saving the status" : "Si è verificato un errore durante il salvataggio dello stato", "There was an error clearing the status" : "Si è verificato un errore durante la rimozione dello stato", + "There was an error reverting the status" : "Si è verificato un errore ripristinando lo stato", "No recent status changes" : "Nessun cambio di stato recente", "Away" : "Assente", "Do not disturb" : "Non disturbare", diff --git a/apps/user_status/l10n/it.json b/apps/user_status/l10n/it.json index 3dc0d9de30a..d019f8ce094 100644 --- a/apps/user_status/l10n/it.json +++ b/apps/user_status/l10n/it.json @@ -9,14 +9,23 @@ "User status" : "Stato utente", "View profile" : "Vedi profilo", "Clear status after" : "Togli lo stato dopo", + "Emoji for your status message" : "Emoji per il tuo messaggio di stato", "What is your status?" : "Qual è il tuo stato?", + "Predefined statuses" : "Stati predefiniti", + "Previously set" : "Impostato in precedenza", + "Reset status" : "Ripristina stato", "Set status" : "Imposta stato", "Online status" : "Stato in linea", "Status message" : "Messaggio di stato", + "Your status was set automatically" : "Stato impostato automaticamente", "Clear status message" : "Cancella il messaggio di stato", "Set status message" : "Imposta messaggio di stato", + "Reset status to \"{icon} {message}\"" : "Ripristina stato a \"{icon} {message}\"", + "Reset status to \"{message}\"" : "Ripristina stato a \"{message}\"", + "Reset status to \"{icon}\"" : "Ripristina stato a \"{icon}\"", "There was an error saving the status" : "Si è verificato un errore durante il salvataggio dello stato", "There was an error clearing the status" : "Si è verificato un errore durante la rimozione dello stato", + "There was an error reverting the status" : "Si è verificato un errore ripristinando lo stato", "No recent status changes" : "Nessun cambio di stato recente", "Away" : "Assente", "Do not disturb" : "Non disturbare", diff --git a/apps/user_status/l10n/pt_BR.js b/apps/user_status/l10n/pt_BR.js index 434b167135e..92abdea171e 100644 --- a/apps/user_status/l10n/pt_BR.js +++ b/apps/user_status/l10n/pt_BR.js @@ -11,7 +11,9 @@ OC.L10N.register( "User status" : "Status do usuário", "View profile" : "Visualizar perfil", "Clear status after" : "Limpar status após", + "Emoji for your status message" : "Emoji para sua mensagem de status", "What is your status?" : "Qual é o seu status?", + "Predefined statuses" : "Status predefinidos", "Previously set" : "Definido anteriormente", "Reset status" : "Reinicie o status", "Set status" : "Definir status", diff --git a/apps/user_status/l10n/pt_BR.json b/apps/user_status/l10n/pt_BR.json index 75250b8e75b..835edefbdc8 100644 --- a/apps/user_status/l10n/pt_BR.json +++ b/apps/user_status/l10n/pt_BR.json @@ -9,7 +9,9 @@ "User status" : "Status do usuário", "View profile" : "Visualizar perfil", "Clear status after" : "Limpar status após", + "Emoji for your status message" : "Emoji para sua mensagem de status", "What is your status?" : "Qual é o seu status?", + "Predefined statuses" : "Status predefinidos", "Previously set" : "Definido anteriormente", "Reset status" : "Reinicie o status", "Set status" : "Definir status", |