mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-09 13:07:13 +08:00
[tx-robot] updated from transifex
This commit is contained in:
parent
7a3f4b21bc
commit
ea9a43d936
2 changed files with 14 additions and 2 deletions
|
@ -30,6 +30,12 @@ OC.L10N.register(
|
||||||
"%s shared \"%s\" with you. Click here to accept" : "%s comparte \"%s\" contigo. Hacer click aquí para aceptar",
|
"%s shared \"%s\" with you. Click here to accept" : "%s comparte \"%s\" contigo. Hacer click aquí para aceptar",
|
||||||
"Decline" : "Denegar",
|
"Decline" : "Denegar",
|
||||||
"%s has declined your share request for \"%s\"." : "%s ha rechazado su petición para compartir \"%s\".",
|
"%s has declined your share request for \"%s\"." : "%s ha rechazado su petición para compartir \"%s\".",
|
||||||
"%s has accepted your share request for \"%s\"." : "%s ha aceptado tu petición para compartir \"%s\"."
|
"%s has accepted your share request for \"%s\"." : "%s ha aceptado tu petición para compartir \"%s\".",
|
||||||
|
"Settings" : "Ajustes",
|
||||||
|
"Connection to server lost" : "Perdida la conexión al server",
|
||||||
|
"Problem loading page, reloading in 5 seconds" : "Problema al cargar la página, recargando en 5 segundos",
|
||||||
|
"Saving..." : "Guardando...",
|
||||||
|
"Dismiss" : "Descartar",
|
||||||
|
"seconds ago" : "hace segundos"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|
|
@ -28,6 +28,12 @@
|
||||||
"%s shared \"%s\" with you. Click here to accept" : "%s comparte \"%s\" contigo. Hacer click aquí para aceptar",
|
"%s shared \"%s\" with you. Click here to accept" : "%s comparte \"%s\" contigo. Hacer click aquí para aceptar",
|
||||||
"Decline" : "Denegar",
|
"Decline" : "Denegar",
|
||||||
"%s has declined your share request for \"%s\"." : "%s ha rechazado su petición para compartir \"%s\".",
|
"%s has declined your share request for \"%s\"." : "%s ha rechazado su petición para compartir \"%s\".",
|
||||||
"%s has accepted your share request for \"%s\"." : "%s ha aceptado tu petición para compartir \"%s\"."
|
"%s has accepted your share request for \"%s\"." : "%s ha aceptado tu petición para compartir \"%s\".",
|
||||||
|
"Settings" : "Ajustes",
|
||||||
|
"Connection to server lost" : "Perdida la conexión al server",
|
||||||
|
"Problem loading page, reloading in 5 seconds" : "Problema al cargar la página, recargando en 5 segundos",
|
||||||
|
"Saving..." : "Guardando...",
|
||||||
|
"Dismiss" : "Descartar",
|
||||||
|
"seconds ago" : "hace segundos"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue