Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Jan 25, 2025
1 parent 9fd7f55 commit 284a8bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ OC.L10N.register(
"visible to everyone" : "Visible para todo el mundo",
"visible to group {name}" : "visible para el grupo {name}",
"visible to groups {name1} and {name2}" : "visible para los grupos {name1} y {name2}",
"scheduled at {time}" : "programado {time}",
", " : ",",
"An error occurred while removing the notifications of the announcement" : "Ha ocurrido un error al eliminar las notificaciones del anuncio",
"An error occurred while deleting the announcement" : "Ha ocurrido un error al eliminar el anuncio",
Expand All @@ -46,6 +47,8 @@ OC.L10N.register(
"Visibility" : "Visibilidad",
"Everyone" : "Todo el mundo",
"These groups will be able to see the announcement. If no group is selected, all users can see it." : "Estos grupos podrán ver el anuncio. Si no se selecciona ningún grupo, todos los usuarios podrán verlo.",
"Schedule announcement time" : "Programar hora del anuncio",
"Schedule deletion time" : "Programar hora de borrado",
"An error occurred while posting the announcement" : "Ha ocurrido un error al publicar el anuncio",
"{author}, {timestamp}" : "{author}, {timestamp}"
},
Expand Down
3 changes: 3 additions & 0 deletions l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"visible to everyone" : "Visible para todo el mundo",
"visible to group {name}" : "visible para el grupo {name}",
"visible to groups {name1} and {name2}" : "visible para los grupos {name1} y {name2}",
"scheduled at {time}" : "programado {time}",
", " : ",",
"An error occurred while removing the notifications of the announcement" : "Ha ocurrido un error al eliminar las notificaciones del anuncio",
"An error occurred while deleting the announcement" : "Ha ocurrido un error al eliminar el anuncio",
Expand All @@ -44,6 +45,8 @@
"Visibility" : "Visibilidad",
"Everyone" : "Todo el mundo",
"These groups will be able to see the announcement. If no group is selected, all users can see it." : "Estos grupos podrán ver el anuncio. Si no se selecciona ningún grupo, todos los usuarios podrán verlo.",
"Schedule announcement time" : "Programar hora del anuncio",
"Schedule deletion time" : "Programar hora de borrado",
"An error occurred while posting the announcement" : "Ha ocurrido un error al publicar el anuncio",
"{author}, {timestamp}" : "{author}, {timestamp}"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
Expand Down

0 comments on commit 284a8bc

Please sign in to comment.