From 79651b942de86e9d181ecf92cbbf12ad87b58cf2 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:41:08 +0100 Subject: improve api management (#7048) * ... and sharing user queries by link (not all languages) * Profile page: API mgm: better headline, better help text * i18n * i18n: " and sharing user queries" * i18n: link to documentation + apps list * Update app/i18n/it/conf.php * Update app/i18n/it/conf.php * Update app/i18n/it/conf.php * Update app/i18n/it/conf.php * Update app/i18n/it/conf.php * Update app/i18n/it/conf.php * Update app/i18n/it/conf.php * Update app/i18n/it/admin.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * Update app/i18n/it/conf.php * Update app/i18n/fr/admin.php * i18n * French doc cf. English * Update app/i18n/it/conf.php Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> * Update conf.php --------- Co-authored-by: Alexandre Alapetite Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --- app/i18n/oc/admin.php | 2 +- app/i18n/oc/conf.php | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'app/i18n/oc') diff --git a/app/i18n/oc/admin.php b/app/i18n/oc/admin.php index c74e4dcc1..e4926a2df 100644 --- a/app/i18n/oc/admin.php +++ b/app/i18n/oc/admin.php @@ -14,7 +14,7 @@ return array( 'auth' => array( 'allow_anonymous' => 'Autorizar la lectura anonima dels articles de l’utilizaire per defaut (%s)', 'allow_anonymous_refresh' => 'Autorizar l’actualizacion anonime dels fluxes', - 'api_enabled' => 'Autorizar l’accès per API(necessari per las aplicacions mobil)', + 'api_enabled' => 'Autorizar l’accès per API(necessari per las aplicacions mobil and sharing user queries)', // DIRTY 'form' => 'Formulari (tradicional, demanda JavaScript)', 'http' => 'HTTP (per utilizaires avançats amb HTTPS)', 'none' => 'Cap (perilhós)', diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index dd5ffdb3b..765a17901 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -105,7 +105,13 @@ return array( ), 'profile' => array( '_' => 'Gestion del perfil', - 'api' => 'Gestion API', + 'api' => array( + '_' => 'Gestion API', + 'check_link' => 'Check API status via: %s', // TODO + 'disabled' => 'The API access is disabled.', // TODO + 'documentation_link' => 'See the documentation and list of known apps', // TODO + 'help' => 'See documentation', // TODO + ), 'delete' => array( '_' => 'Supression del compte', 'warn' => 'Lo compte e totas las donadas ligadas seràn suprimits.', @@ -149,6 +155,10 @@ return array( 'search' => 'Recèrca de « %s »', 'share' => array( '_' => 'Share this query by link', // TODO + 'disabled' => array( + '_' => 'disabled', // TODO + 'title' => 'Sharing', // TODO + ), 'greader' => 'Shareable link to the GReader JSON', // TODO 'help' => 'Give this link if you want to share this query with anyone', // TODO 'html' => 'Shareable link to the HTML page', // TODO -- cgit v1.2.3