0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/oauth2/l10n/es_CL.json
Nextcloud bot e218d1f98e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-15 00:25:46 +00:00

12 lines
No EOL
434 B
JSON

{ "translations": {
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "Clientes OAuth 2.0",
"Name" : "Nombre",
"Redirection URI" : "URI para redirección",
"Client Identifier" : "Identificador del cliente",
"Secret key" : "Llave secreta",
"Add client" : "Agregar cliente",
"Add" : "Agregar",
"Delete" : "Borrar"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}