From 0f43a7dfcd364eea714107a191ab870015026b77 Mon Sep 17 00:00:00 2001 From: Yury Pikhtarev Date: Sun, 8 Jun 2025 12:55:01 +0300 Subject: [PATCH] New translations main.php (Chinese Traditional) --- library/language/zh/main.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/language/zh/main.php b/library/language/zh/main.php index 7b6019470..3d4595a6f 100644 --- a/library/language/zh/main.php +++ b/library/language/zh/main.php @@ -1844,6 +1844,8 @@ $lang['UNDERLINE'] = '下划线的案文:[u]text[/u](Ctrl+U)'; $lang['STRIKEOUT'] = '删除线文本:[s]text[/s](Ctrl+S)'; $lang['BOX_TAG'] = 'Frame around text: [box]text[/box] or [box=#333,#888]text[/box]'; $lang['INDENT_TAG'] = 'Insert indent: [indent]text[/indent]'; +$lang['PRE_TAG'] = 'Preformatted text: [pre]text[/pre]'; +$lang['NFO_TAG'] = 'NFO: [nfo]text[/nfo]'; $lang['SUPERSCRIPT'] = 'Superscript text: [sup]text[/sup]'; $lang['SUBSCRIPT'] = 'Subscript text: [sub]text[/sub]'; $lang['QUOTE_TITLE'] = '引文:[quote]text[/quote](Ctrl+Q)';