diff options
Diffstat (limited to 'apps/oauth2/l10n/es_SV.json')
-rw-r--r-- | apps/oauth2/l10n/es_SV.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/oauth2/l10n/es_SV.json b/apps/oauth2/l10n/es_SV.json index 2640762b41a..5d9bf13e9a8 100644 --- a/apps/oauth2/l10n/es_SV.json +++ b/apps/oauth2/l10n/es_SV.json @@ -1,12 +1,13 @@ { "translations": { "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Clientes OAuth 2.0", - "Add client" : "Agregar cliente", "Name" : "Nombre", "Redirection URI" : "URI para redirección", - "Add" : "Agregar", "Client Identifier" : "Identificador del cliente", - "Secret" : "Secreto", - "Delete" : "Borrar" + "Secret key" : "Llave secreta", + "Add client" : "Agregar cliente", + "Add" : "Agregar", + "Delete" : "Borrar", + "Secret" : "Secreto" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |