mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
text align tag + update/edit get desc + rating improve
This commit is contained in:
@@ -322,6 +322,7 @@ $lang_functions = array
|
||||
'text_seed_points' => '做种积分',
|
||||
'spoiler_expand_collapse' => '点击展开/收缩',
|
||||
'spoiler_default_title' => '折叠内容',
|
||||
'pt_gen_get_description' => '获取简介',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -736,6 +736,9 @@ $lang_settings = array
|
||||
'text_attendance_continuous_add_rules' => '请请从小到大添加规则',
|
||||
'row_attendance_card' => '购买补签卡',
|
||||
'text_attendance_card_note' => "个魔力值,如果他需要购买一张补签卡。默认'" . \App\Models\BonusLogs::DEFAULT_BONUS_BUY_ATTENDANCE_CARD . "'。",
|
||||
'row_site_language_enabled' => '站点启用语言',
|
||||
'text_site_language_enabled_note' => '选择站点启用的语言',
|
||||
'keep_at_least_one' => '至少保留一个',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -133,6 +133,21 @@ $lang_tags = array
|
||||
'text_spoiler_description' => '在页面插入可展开/收缩的内容',
|
||||
'text_spoiler_syntax' => '[spoiler=标题]这是被折叠的内容[/spoiler]',
|
||||
'text_spoiler_example' => '[spoiler=英雄最后的结局怎么样了?]英雄最后死掉了![/spoiler]',
|
||||
|
||||
'text_left' => '靠左对齐',
|
||||
'text_left_description' => '在页面插入靠左对齐的内容',
|
||||
'text_left_syntax' => '[left]这是靠左对齐的内容[/left]',
|
||||
'text_left_example' => '[left]这是靠左对齐的内容[/left]',
|
||||
|
||||
'text_center' => '居中对齐',
|
||||
'text_center_description' => '在页面插入居中对齐的内容',
|
||||
'text_center_syntax' => '[center]这是居中对齐的内容[/center]',
|
||||
'text_center_example' => '[center]这是居中对齐的内容[/center]',
|
||||
|
||||
'text_right' => '靠右对齐',
|
||||
'text_right_description' => '在页面插入靠右对齐的内容',
|
||||
'text_right_syntax' => '[right]这是靠右对齐的内容[/right]',
|
||||
'text_right_example' => '[right]这是靠右对齐的内容[/right]',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -323,6 +323,7 @@ $lang_functions = array
|
||||
'text_seed_points' => '做種積分',
|
||||
'spoiler_expand_collapse' => '點擊展開/收縮',
|
||||
'spoiler_default_title' => '折疊內容',
|
||||
'pt_gen_get_description' => '獲取簡介',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -735,6 +735,9 @@ $lang_settings = array
|
||||
'text_attendance_continuous_add_rules' => '請請從小到大添加規則',
|
||||
'row_attendance_card' => '購買補簽卡',
|
||||
'text_attendance_card_note' => "個魔力值,如果他需要購買一張補簽卡。默認'" . \App\Models\BonusLogs::DEFAULT_BONUS_BUY_ATTENDANCE_CARD . "'。",
|
||||
'row_site_language_enabled' => '站點啟用語言',
|
||||
'text_site_language_enabled_note' => '選擇站點啟用的語言',
|
||||
'keep_at_least_one' => '至少保留一個',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -134,6 +134,21 @@ $lang_tags = array
|
||||
'text_spoiler_syntax' => '[spoiler=標題]這是被折疊的內容[/spoiler]',
|
||||
'text_spoiler_example' => '[spoiler=英雄最後的結局怎麽樣了?]英雄最後死掉了![/spoiler]',
|
||||
|
||||
'text_left' => '靠左對齊',
|
||||
'text_left_description' => '在頁面插入靠左對齊的內容',
|
||||
'text_left_syntax' => '[left]這是靠左對齊的內容[/left]',
|
||||
'text_left_example' => '[left]這是靠左對齊的內容[/left]',
|
||||
|
||||
'text_center' => '居中對齊',
|
||||
'text_center_description' => '在頁面插入居中對齊的內容',
|
||||
'text_center_syntax' => '[center]這是居中對齊的內容[/center]',
|
||||
'text_center_example' => '[center]這是居中對齊的內容[/center]',
|
||||
|
||||
'text_right' => '靠右對齊',
|
||||
'text_right_description' => '在頁面插入靠右對齊的內容',
|
||||
'text_right_syntax' => '[right]這是靠右對齊的內容[/right]',
|
||||
'text_right_example' => '[right]這是靠右對齊的內容[/right]',
|
||||
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -324,6 +324,7 @@ $lang_functions = array
|
||||
'text_seed_points' => 'Seed points',
|
||||
'spoiler_expand_collapse' => 'Click to expand/collapse',
|
||||
'spoiler_default_title' => 'Collapse content',
|
||||
'pt_gen_get_description' => 'Get desc',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -735,6 +735,9 @@ $lang_settings = array
|
||||
'text_attendance_continuous_add_rules' => 'Please add rules from lowest to highest',
|
||||
'row_attendance_card' => 'Buy attendance card',
|
||||
'text_attendance_card_note' => "bonus points to buy a attendance card. Default'" . \App\Models\BonusLogs::DEFAULT_BONUS_BUY_ATTENDANCE_CARD . "'.",
|
||||
'row_site_language_enabled' => 'Site enabled language',
|
||||
'text_site_language_enabled_note' => 'Select site enabled language',
|
||||
'keep_at_least_one' => 'Keep at least one',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@@ -133,6 +133,21 @@ $lang_tags = array
|
||||
'text_spoiler_description' => 'Insert expandable/collapsible content on the page',
|
||||
'text_spoiler_syntax' => '[spoiler=title]This is the folded content[/spoiler]',
|
||||
'text_spoiler_example' => '[spoiler=What happened to the final ending of the hero?]The hero died last![/spoiler]',
|
||||
|
||||
'text_left' => 'Text align left',
|
||||
'text_left_description' => 'Insert left-justified content on the page',
|
||||
'text_left_syntax' => '[left]This is the left-aligned content[/left]',
|
||||
'text_left_example' => '[left]This is the left-aligned content[/left]',
|
||||
|
||||
'text_center' => 'Text align center',
|
||||
'text_center_description' => 'Insert center-justified content on the page',
|
||||
'text_center_syntax' => '[center]This is the center-aligned content[/center]',
|
||||
'text_center_example' => '[center]This is the center-aligned content[/center]',
|
||||
|
||||
'text_right' => 'Text align right',
|
||||
'text_right_description' => 'Insert right-justified content on the page',
|
||||
'text_right_syntax' => '[right]This is the right-aligned content[/right]',
|
||||
'text_right_example' => '[right]This is the right-aligned content[/right]',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user