From fdc564dd9e85a2f3fbf6087611fd6c7f42fc2ea8 Mon Sep 17 00:00:00 2001 From: Jackson Culbreth <88844902+culbrethj@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:34:56 -0500 Subject: Added api password indicator text (#7340) * Added api password indicator text * make fix-all * i18n * i18n: it Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --------- Co-authored-by: Alexandre Alapetite Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> --- app/i18n/lv/conf.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/i18n/lv/conf.php') diff --git a/app/i18n/lv/conf.php b/app/i18n/lv/conf.php index d921d7694..19a78139f 100644 --- a/app/i18n/lv/conf.php +++ b/app/i18n/lv/conf.php @@ -107,6 +107,8 @@ return array( '_' => 'Profila pārvalde', 'api' => array( '_' => 'API pārvalde', + 'api_not_set' => 'API password not set', // TODO + 'api_set' => 'API password set', // TODO '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 -- cgit v1.2.3