From c5da4e56a690d9e9caf8ca4bad4349684b4d39c5 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Thu, 14 Jan 2021 18:14:53 -0500 Subject: Add a query configuration page (#3366) * Add a query configuration page Before, there was no way to modify a user query. Thus you need to create a new one and delete the old one afterward. Now, every user query can be modified if needed. They have their own configuration page on which it can be modified or deleted. * Change drag and drop action on queries Before, the drag and drop action needed to be validated by submitting the form to be persisted. Now, it's done automatically after the query is dropped to its final location. --- app/i18n/tr/conf.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'app/i18n/tr') diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php index b5eea90ae..6d447b099 100644 --- a/app/i18n/tr/conf.php +++ b/app/i18n/tr/conf.php @@ -65,12 +65,22 @@ return array( '_' => 'Kullanıcı sorguları', 'deprecated' => 'Bu sorgu artık geçerli değil. İlgili akış veya kategori silinmiş.', 'display' => 'Display user query results', // TODO - Translation - 'filter' => 'Filtre uygulandı:', + 'filter' => array( + '_' => 'Filtre uygulandı:', + 'categories' => 'Display by category', // TODO - Translation + 'feeds' => 'Display by feed', // TODO - Translation + 'order' => 'Sort by date', // TODO - Translation + 'search' => 'Expression', // TODO - Translation + 'state' => 'State', // TODO - Translation + 'tags' => 'Display by tag', // TODO - Translation + 'type' => 'Type', // TODO - Translation + ), 'get_all' => 'Tüm makaleleri göster', 'get_category' => '"%s" kategorisini göster', 'get_favorite' => 'Favori makaleleri göster', 'get_feed' => '"%s" akışını göster', 'get_tag' => 'Display "%s" label', // TODO - Translation + 'name' => 'Name', // TODO - Translation 'no_filter' => 'Filtre yok', 'none' => 'Henüz hiç kullanıcı sorgusu oluşturmadınız.', 'number' => 'Sorgu n°%d', -- cgit v1.2.3