From 0de7e84380dff5222e6728aacbbb42abaac51dd9 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Tue, 3 Dec 2019 22:32:17 +0100 Subject: Upgrade user management page (#2417) Before, the use of the user management page was a little bit tedious when there was many users. One must select a user to view some metrics, to update it, or to delete it. Now, the view is clearer because it shows all users at once with their metrics. I introduced a detail page that repeats the metrics but also allow to purge the user's feeds, to update or delete the user. This is the first step to make that page more useful and user-friendly. I have in mind to add a pager for when there is a lot of users, a metric to know when was the last time the user was using the application, and a flag to know if the user has admin rights. See #2096 and #2504 for ideas and inspiration --- app/i18n/tr/admin.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/i18n/tr/admin.php') diff --git a/app/i18n/tr/admin.php b/app/i18n/tr/admin.php index 2c7d0fd6d..b399358c4 100644 --- a/app/i18n/tr/admin.php +++ b/app/i18n/tr/admin.php @@ -183,9 +183,14 @@ return array( ), 'user' => array( 'articles_and_size' => '%s makale (%s)', + 'article_count' => 'Articles', // TODO - Translation + 'back_to_manage' => '← Return to user list', // TODO - Translation + 'database_size' => 'Database size', // TODO - Translation 'create' => 'Yeni kullanıcı oluştur', + 'feed_count' => 'Feeds', //TODO - Translation 'delete_users' => 'Delete user', //TODO - Translation 'language' => 'Dil', + 'list' => 'User list', // TODO - Translation 'number' => 'Oluşturulmuş %d hesap var', 'numbers' => 'Oluşturulmuş %d hesap var', 'password_form' => 'Şifre
(Tarayıcı girişi için)', -- cgit v1.2.3