From 3d9e0c47ecb19fea4f194d3a4a81d7d931e2bc0b Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 13 Jun 2023 22:39:33 +0200 Subject: Improved: update page (#5420) * prependTitle() * do not need the "damn" in the alert * update page layout improved * release channel * i18n labels * add log messages while updating * Delete updatee.php * Update updateController.php * Update updateController.php * Update updateController.php * Update updateController.php * add getCurrentGitBranch() * Update updateController.php * state2 buttons * i18n * loading * Update feedback.php * Update feedback.php * Update feedback.php * Update extra.js * Apply suggestions from code review Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> * Update updateController.php * Update terminology * update button is now armed --------- Co-authored-by: Luc SANCHEZ <4697568+ColonelMoutarde@users.noreply.github.com> Co-authored-by: Alexandre Alapetite --- app/i18n/lv/admin.php | 9 +++++++++ app/i18n/lv/conf.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'app/i18n/lv') diff --git a/app/i18n/lv/admin.php b/app/i18n/lv/admin.php index 1ae1e1f2e..5a6d0066b 100644 --- a/app/i18n/lv/admin.php +++ b/app/i18n/lv/admin.php @@ -192,11 +192,20 @@ return array( 'update' => array( '_' => 'Atjaunināt sistēmu', 'apply' => 'Pieteikties', + 'changelog' => 'Changelog', // TODO 'check' => 'Jaunu atjauninājumu pārbaude', + 'copiedFromURL' => 'update.php copied from %s to ./data', // TODO 'current_version' => 'Jūsu pašreizējā FreshRSS versija ir %s.', 'last' => 'Pēdējā verifikācija: %s', + 'loading' => 'Updating…', // TODO 'none' => 'Nav jāpiemēro atjauninājums', + 'releaseChannel' => array( + '_' => 'Release channel', // TODO + 'edge' => 'Rolling release (“edge”)', // TODO + 'latest' => 'Stable release (“latest”)', // TODO + ), 'title' => 'Atjaunināt sistēmu', + 'viaGit' => 'Update via git and Github.com started', // TODO ), 'user' => array( 'admin' => 'Administrators', diff --git a/app/i18n/lv/conf.php b/app/i18n/lv/conf.php index 24e0c031a..993667d8a 100644 --- a/app/i18n/lv/conf.php +++ b/app/i18n/lv/conf.php @@ -208,7 +208,7 @@ return array( 'scroll' => 'ritināšanas laikā', 'upon_gone' => 'kad tas vairs nav augšupējā ziņu barotnē', 'upon_reception' => 'pēc raksta saņemšanas', - 'when' => 'Atzīmēt rakstu kā izlasītu...', + 'when' => 'Atzīmēt rakstu kā izlasītu…', 'when_same_title' => 'ja identisks virsraksts jau ir jaunākajos n rakstos', ), 'show' => array( -- cgit v1.2.3