aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/lv
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-12-04 22:41:08 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-04 22:41:08 +0100
commit79651b942de86e9d181ecf92cbbf12ad87b58cf2 (patch)
tree9f5f7bd2fe649d066271f593f0f1aba98b420400 /app/i18n/lv
parentb6f3bbe18525292ae38831344a4bd5e1b361b4e0 (diff)
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 <alexandre@alapetite.fr> Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
Diffstat (limited to 'app/i18n/lv')
-rw-r--r--app/i18n/lv/admin.php2
-rw-r--r--app/i18n/lv/conf.php12
2 files changed, 12 insertions, 2 deletions
diff --git a/app/i18n/lv/admin.php b/app/i18n/lv/admin.php
index f501f0f14..21bb21340 100644
--- a/app/i18n/lv/admin.php
+++ b/app/i18n/lv/admin.php
@@ -14,7 +14,7 @@ return array(
'auth' => array(
'allow_anonymous' => 'Ļaut anonīmi lasīt noklusējuma lietotāja rakstus (%s)',
'allow_anonymous_refresh' => 'Atļaut anonīmu rakstu atsvaidzināšanu',
- 'api_enabled' => 'Atļaut <abbr>API</abbr> piekļuvi <small>(nepieciešams mobilajām lietotnēm)</small>',
+ 'api_enabled' => 'Atļaut <abbr>API</abbr> piekļuvi <small>(nepieciešams mobilajām lietotnēm and sharing user queries)</small>', // DIRTY
'form' => 'Tīmekļa veidlapa (tradicionālā, nepieciešams JavaScript)',
'http' => 'HTTP (pieredzējušiem lietotājiem ar HTTPS)',
'none' => 'Nav (bīstami)',
diff --git a/app/i18n/lv/conf.php b/app/i18n/lv/conf.php
index 59b02ab63..35b2c7f48 100644
--- a/app/i18n/lv/conf.php
+++ b/app/i18n/lv/conf.php
@@ -105,7 +105,13 @@ return array(
),
'profile' => array(
'_' => 'Profila pārvalde',
- 'api' => 'API pārvalde',
+ 'api' => array(
+ '_' => 'API pārvalde',
+ 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO
+ 'disabled' => 'The API access is disabled.', // TODO
+ 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', // TODO
+ 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO
+ ),
'delete' => array(
'_' => 'Konta dzēšana',
'warn' => 'Jūsu konts un visi saistītie dati tiks dzēsti..',
@@ -149,6 +155,10 @@ return array(
'search' => 'Meklēt “%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