diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-10 00:20:28 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-10 00:20:28 +0000 |
commit | 77b783a9cb3bb3198d0f7b19d139e5c8dbf2a19c (patch) | |
tree | ebb18e55325da093045b5b8603735ecd8a9e54c1 /apps/oauth2/l10n | |
parent | 6daa77b93f4a9d87a376ed7f10aaa486de4cc1f6 (diff) | |
download | nextcloud-server-77b783a9cb3bb3198d0f7b19d139e5c8dbf2a19c.tar.gz nextcloud-server-77b783a9cb3bb3198d0f7b19d139e5c8dbf2a19c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/es.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/es.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/es.js b/apps/oauth2/l10n/es.js index 966b3c19fb3..7b97f9202bc 100644 --- a/apps/oauth2/l10n/es.js +++ b/apps/oauth2/l10n/es.js @@ -17,6 +17,7 @@ OC.L10N.register( "Add" : "Añadir", "Delete" : "Eliminar", "Show client secret" : "Mostrar secreto del cliente", + "Hide client secret" : "Ocultar secreto del cliente", "Secret" : "Secreto" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/oauth2/l10n/es.json b/apps/oauth2/l10n/es.json index 9c1934f32c0..b930c069cc6 100644 --- a/apps/oauth2/l10n/es.json +++ b/apps/oauth2/l10n/es.json @@ -15,6 +15,7 @@ "Add" : "Añadir", "Delete" : "Eliminar", "Show client secret" : "Mostrar secreto del cliente", + "Hide client secret" : "Ocultar secreto del cliente", "Secret" : "Secreto" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |