diff options
| author | 2021-01-14 18:14:53 -0500 | |
|---|---|---|
| committer | 2021-01-15 00:14:53 +0100 | |
| commit | c5da4e56a690d9e9caf8ca4bad4349684b4d39c5 (patch) | |
| tree | b3a46ff845feab6016aa19d55b4885c4a949d9dc /app/i18n/kr/conf.php | |
| parent | 29fe125b4a18f7107b50e54c69184c4f1777bbf6 (diff) | |
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.
Diffstat (limited to 'app/i18n/kr/conf.php')
| -rw-r--r-- | app/i18n/kr/conf.php | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php index 455b7b1b3..3d2eb9233 100644 --- a/app/i18n/kr/conf.php +++ b/app/i18n/kr/conf.php @@ -65,12 +65,22 @@ return array( '_' => '사용자 쿼리', 'deprecated' => '이 쿼리는 더 이상 유효하지 않습니다. 해당하는 카테고리나 피드가 삭제되었습니다.', 'display' => '사용자 쿼리 결과 표시', - 'filter' => '적용된 필터:', + 'filter' => array( + '_' => 'Filter applied:', // TODO - Translation + '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' => '모든 글 표시', 'get_category' => '"%s" 카테고리 표시', 'get_favorite' => '즐겨찾기에 등록된 글 표시', 'get_feed' => '"%s" 피드 표시', 'get_tag' => 'Display "%s" label', // TODO - Translation + 'name' => 'Name', // TODO - Translation 'no_filter' => '필터가 없습니다', 'none' => '아직 사용자 쿼리를 만들지 않았습니다.', 'number' => '쿼리 #%d', |
