diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-03 02:27:22 +0000 |
commit | 94767112dd4210483394b24d4fdaddea92f0dc8b (patch) | |
tree | 7a712f7d497f0662934c64fe70ab331b145085fa /apps/dav/l10n/es.js | |
parent | e81cb6eaf0274dcdf2402de16216e8c61826235e (diff) | |
download | nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.tar.gz nextcloud-server-94767112dd4210483394b24d4fdaddea92f0dc8b.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/es.js')
-rw-r--r-- | apps/dav/l10n/es.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/dav/l10n/es.js b/apps/dav/l10n/es.js index 7fe5440754d..c3d887e1b5a 100644 --- a/apps/dav/l10n/es.js +++ b/apps/dav/l10n/es.js @@ -72,17 +72,14 @@ OC.L10N.register( "Where: %s" : "Lugar: %s", "%1$s via %2$s" : "%1$s vía %2$s", "Cancelled: %1$s" : "Cancelado: %1$s", - "Invitation canceled" : "Invitación cancelada", "Re: %1$s" : "Re: %1$s", - "Invitation updated" : "Invitación actualizada", "Invitation: %1$s" : "Invitación: %1$s", - "Invitation" : "Invitación", + "Organizer:" : "Organizador:", + "Attendees:" : "Asistentes:", "Title:" : "Título:", "Time:" : "Hora:", "Location:" : "Ubicación:", "Link:" : "Enlace:", - "Organizer:" : "Organizador:", - "Attendees:" : "Asistentes:", "Accept" : "Aceptar", "Decline" : "Rechazar", "More options …" : "Más opciones...", @@ -192,6 +189,9 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "Usted completó la tarea {todo} en la lista {calendar}", "{actor} reopened todo {todo} in list {calendar}" : "{actor} reabrió la tarea {todo} en la lista {calendar}", "You reopened todo {todo} in list {calendar}" : "Usted reabrió la tarea {todo} en la lista {calendar}", - "A calendar <strong>todo</strong> was modified" : "Una <strong>lista de tareas</strong> fue modificada" + "A calendar <strong>todo</strong> was modified" : "Una <strong>lista de tareas</strong> fue modificada", + "Invitation canceled" : "Invitación cancelada", + "Invitation updated" : "Invitación actualizada", + "Invitation" : "Invitación" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |