add requests and tags

This commit is contained in:
xiaomlove
2021-02-20 18:22:19 +08:00
parent 605ec25284
commit d506a4ebfb
13 changed files with 613 additions and 22 deletions
+6 -3
View File
@@ -233,9 +233,7 @@ $lang_functions = array
'col_to_make_a' => "得到...",
'text_year' => "",
'text_month' => "",
'text_day' => "",
'text_hour' => "",
'text_min' => "",
'select_color' => "颜色",
'select_font' => "字体",
'select_size' => "字号",
@@ -251,7 +249,6 @@ $lang_functions = array
'text_reply' => "回复",
'submit_submit' => "提交",
'submit_preview' => "预览",
'text_tags' => "标签",
'row_subject' => "主题",
'row_body' => "正文",
'text_peasant' => "Peasant",
@@ -298,6 +295,12 @@ $lang_functions = array
'imdb_cache_dir_is_not_writeable' => 'imdb 缓存目录不可写',
'imdb_photo_dir_can_not_create' => 'imdb 图片目录无法创建',
'imdb_photo_dir_is_not_writeable' => 'imdb 图片目录不可写',
'text_tag_no_release_to_any_other' => '禁转',
'text_tag_first_release' => '首发',
'text_tag_official' => '官方',
'text_tag_diy' => '自制',
'text_tag_mother_language' => '国语',
'text_tag_mother_language_subtitle' => '中字',
);
?>
+21
View File
@@ -0,0 +1,21 @@
<?php
$lang_viewrequests = [
'page_title' => '求种区',
'add_request' => '添加',
'view_request_all' => '查看所有',
'view_request_resolved' => '查看已解决',
'view_request_unresolved' => '查看未解决',
'view_request_resolving' => '查看解决中',
'view_request_my' => '查看我发布的',
'thead_name' => '名称',
'thead_price_newest' => '最新出价',
'thead_price_original' => '原始出价',
'thead_comment_count' => '评论数',
'thead_on_request_count' => '应求数',
'thead_request_user' => '求种者',
'thead_created_at' => '时间',
'thead_status' => '状态',
'request_status_resolved' => '求种成功',
'request_status_resolving' => '求种中',
'action_search' => '搜索',
];
+6 -1
View File
@@ -251,7 +251,6 @@ $lang_functions = array
'text_reply' => "回復",
'submit_submit' => "提交",
'submit_preview' => "預覽",
'text_tags' => "標籤",
'row_subject' => "主題",
'row_body' => "正文",
'text_peasant' => "Peasant",
@@ -297,6 +296,12 @@ $lang_functions = array
'imdb_cache_dir_is_not_writeable' => 'imdb 緩存目錄不可寫',
'imdb_photo_dir_can_not_create' => 'imdb 圖片目錄無法創建',
'imdb_photo_dir_is_not_writeable' => 'imdb 圖片目錄不可寫',
'text_tag_no_release_to_any_other' => '禁轉',
'text_tag_first_release' => '首發',
'text_tag_official' => '官方',
'text_tag_diy' => '自制',
'text_tag_mother_language' => '國語',
'text_tag_mother_language_subtitle' => '中字',
);
?>
+5
View File
@@ -0,0 +1,5 @@
<?php
$lang_viewrequests = [
'page_title' => 'Requests',
''
];
+6 -1
View File
@@ -251,7 +251,6 @@ $lang_functions = array
'text_reply' => "Reply",
'submit_submit' => "Submit",
'submit_preview' => "Preview",
'text_tags' => "Tags",
'row_subject' => "Subject",
'row_body' => "Body",
'text_peasant' => "Peasant",
@@ -298,6 +297,12 @@ $lang_functions = array
'imdb_cache_dir_is_not_writeable' => 'imdb cache dir is not writeable',
'imdb_photo_dir_can_not_create' => 'imdb photo dir can not create',
'imdb_photo_dir_is_not_writeable' => 'imdb photo dir is not writeable',
'text_tag_no_release_to_any_other' => 'No release to any other',
'text_tag_first_release' => 'First release',
'text_tag_official' => 'Official',
'text_tag_diy' => 'DIY',
'text_tag_mother_language' => 'Mother language',
'text_tag_mother_language_subtitle' => 'Mother language subtitle',
);
?>
+5
View File
@@ -0,0 +1,5 @@
<?php
$lang_viewrequests = [
'page_title' => 'Requests',
''
];