소스 검색

[stdf]Optimize text layout

dufu1991 1 년 전
부모
커밋
bb6e360c8a

+ 1 - 1
packages/rollup-plugin-md-ts/src/index.ts

@@ -24,7 +24,7 @@ export default function md(options: MDOptions = {}) {
 			// 检查文件是否匹配 include/exclude 配置
 			if (!filter(id)) return null;
 
-			// 使用 marked 解析 markdown,如果没有配置 marked 则返回原始内容
+			// 使用 marked 解析 markdown如果没有配置 marked 则返回原始内容
 			const data = options.marked ? marked.parse(md, options.marked) : md;
 			return {
 				// 导出解析后的内容为默认导出

+ 2 - 2
packages/rollup-plugin-stdf-icon/src/index.ts

@@ -37,7 +37,7 @@ export default function svgSprite(datas: StdfIconOptions[] = []) {
 // 处理一个文件夹内的文件
 // Process files in a folder
 function handleFile(inFile: string, outFile: string, fileName: string, simple = true) {
-    // 如果 outFile 不存在, 则创建
+    // 如果 outFile 不存在则创建
     // If outFile does not exist, create it
     if (!fs.existsSync(outFile)) {
         fs.mkdirSync(outFile);
@@ -53,7 +53,7 @@ function handleFile(inFile: string, outFile: string, fileName: string, simple =
 
     svgs.forEach((svg: string) => {
         if (!svg.endsWith('.svg')) {
-            // 读取 svg 文件内容, 如果文件不是 svg 文件, 则给出提示并跳过
+            // 读取 svg 文件内容,如果文件不是 svg 文件,则给出提示并跳过
             // Read the contents of the svg file, if the file is not an svg file, give a prompt and skip
             console.warn(`[rollup-plugin-stdf-icon]: ⏭️  ${inFile}/${svg} is not a svg file, skip it!`);
         } else {

+ 34 - 34
packages/stdf/src/data/menuList.ts

@@ -31,7 +31,7 @@ export const menuList: MenuList[] = [
 				tip: '浮窗犹如小偷,突然出现让你焦灼,却也能唤起你的警觉。',
 				tip_en: 'The floating window is like a thief, suddenly appearing to make you anxious, but it can also arouse your alertness.',
 				alias:
-					'bottomSheet|底部浮窗|底部|底|部|浮窗|bottomSheet底部浮窗|bottomSheet 底部浮窗|底部弹窗|bottomSheet底部弹窗|bottomSheet 底部弹窗|底部弹出框|bottomSheet底部弹出框|bottomSheet 底部弹出框|底部弹出层|bottomSheet底部弹出层|bottomSheet 底部弹出层'
+					'bottomSheet|底部浮窗 | 底部 | 底|部 | 浮窗|bottomSheet 底部浮窗|bottomSheet 底部浮窗 | 底部弹窗|bottomSheet 底部弹窗|bottomSheet 底部弹窗 | 底部弹出框|bottomSheet 底部弹出框|bottomSheet 底部弹出框 | 底部弹出层|bottomSheet 底部弹出层|bottomSheet 底部弹出层'
 			},
 			{
 				title: '图标 Icon',
@@ -49,7 +49,7 @@ export const menuList: MenuList[] = [
 				nav: 'mask',
 				tip: '遮罩虽能掩盖身形,却无法掩藏内心。',
 				tip_en: 'Although the mask can cover the figure, it cannot hide the heart.',
-				alias: 'mask|遮罩|遮|罩|mask遮罩|mask 遮罩|遮罩层|mask遮罩层|mask 遮罩层|Overlay|maskOverlay|mask Overlay'
+				alias: 'mask|遮罩 | 遮|罩|mask 遮罩|mask 遮罩 | 遮罩层|mask 遮罩层|mask 遮罩层|Overlay|maskOverlay|mask Overlay'
 			},
 			{
 				title: '弹出层 Popup',
@@ -59,7 +59,7 @@ export const menuList: MenuList[] = [
 				tip: '机会就像弹珠,只有你努力地推它,它才会弹出来。',
 				tip_en: 'Opportunity is like a marble, only if you push it hard, it will pop out.',
 				alias:
-					'popup|弹出层|弹出|弹|出|层|popup弹出层|popup 弹出层|弹窗|popup弹窗|popup 弹窗|弹出框|popup弹出框|popup 弹出框|弹出层|popup弹出层|popup 弹出层'
+					'popup|弹出层 | 弹出 | 弹|出 | 层|popup 弹出层|popup 弹出层 | 弹窗|popup 弹窗|popup 弹窗 | 弹出框|popup 弹出框|popup 弹出框 | 弹出层|popup 弹出层|popup 弹出层'
 			}
 		]
 	},
@@ -74,7 +74,7 @@ export const menuList: MenuList[] = [
 				nav: 'divider',
 				tip: '分开的日子越久,最初的喜悦越发淡薄。',
 				tip_en: 'The longer the days are separated, the more the initial joy fades.',
-				alias: 'divider|分割线|分割|line'
+				alias: 'divider|分割线 | 分割|line'
 			},
 			{
 				title: '网格 Grids',
@@ -92,7 +92,7 @@ export const menuList: MenuList[] = [
 				nav: 'placeholder',
 				tip: '人生重要的不是所站的位置,而是所朝的方向。',
 				tip_en: 'What is important in life is not the position you stand, but the direction you face.',
-				alias: 'placeholder|占位符|占位'
+				alias: 'placeholder|占位符 | 占位'
 			},
 			{
 				title: '骨架屏 Skeleton',
@@ -101,7 +101,7 @@ export const menuList: MenuList[] = [
 				nav: 'skeleton',
 				tip: '骨架是支撑身体的关键,而人生信念则是支撑生命的骨架。',
 				tip_en: 'The skeleton is the key to supporting the body, and the belief in life is the skeleton that supports life.',
-				alias: 'skeleton|骨架屏|骨架'
+				alias: 'skeleton|骨架屏 | 骨架'
 			}
 		]
 	},
@@ -116,7 +116,7 @@ export const menuList: MenuList[] = [
 				nav: 'indexBar',
 				tip: '你不迷途知返,我怎么给你以索引?',
 				tip_en: "If you don't know the way back, how can I give you an index?",
-				alias: 'indexBar|索引栏|indexbar|index|bar|索引|index 栏|索引条|index条|index 条'
+				alias: 'indexBar|索引栏|indexbar|index|bar|索引|index 栏 | 索引条|index 条|index 条'
 			},
 			{
 				title: '导航栏 NavBar',
@@ -134,7 +134,7 @@ export const menuList: MenuList[] = [
 				nav: 'pagination',
 				tip: '人生就像一部电影,不论多么精彩,也有谢幕的时候。',
 				tip_en: 'Life is like a movie, no matter how wonderful it is, there is a curtain call.',
-				alias: 'pagination|分页|page|分|页|pagination分页|pagination 分页|page分页|page 分页'
+				alias: 'pagination|分页|page|分 | 页|pagination 分页|pagination 分页|page 分页|page 分页'
 			},
 			{
 				title: '步骤条 Steps',
@@ -143,7 +143,7 @@ export const menuList: MenuList[] = [
 				nav: 'steps',
 				tip: '人生没有白走的路,每一步都算数。',
 				tip_en: 'Life has no wasted steps, every step counts.',
-				alias: 'steps|step|步骤条|步骤|step条|step 条|步骤栏|step栏|step 栏'
+				alias: 'steps|step|步骤条 | 步骤|step 条|step 条 | 步骤栏|step 栏|step 栏'
 			},
 			{
 				title: '标签栏 TabBar',
@@ -161,7 +161,7 @@ export const menuList: MenuList[] = [
 				nav: 'tabs',
 				tip: '偶尔隐藏,是为了在合适的时候更好地绽放。',
 				tip_en: 'Occasionally hide, it is to bloom better at the right time.',
-				alias: 'tabs|tab|标签页|标签|tab页'
+				alias: 'tabs|tab|标签页 | 标签|tab 页'
 			}
 		]
 	},
@@ -177,7 +177,7 @@ export const menuList: MenuList[] = [
 				tip: '我的世界只有一个选项,就是你。',
 				tip_en: 'There is only one option in my world, and that is you.',
 				alias:
-					'actionSheet|动作面板|动作|动|作|面板|actionSheet动作面板|actionSheet 动作面板|动作面板|actionSheet动作面板|actionSheet 动作面板|动作面板|actionSheet动作面板|actionSheet 动作面板'
+					'actionSheet|动作面板 | 动作 | 动|作 | 面板|actionSheet 动作面板|actionSheet 动作面板 | 动作面板|actionSheet 动作面板|actionSheet 动作面板 | 动作面板|actionSheet 动作面板|actionSheet 动作面板'
 			},
 			{
 				title: '异步选择器 AsyncPicker',
@@ -186,7 +186,7 @@ export const menuList: MenuList[] = [
 				nav: 'asyncPicker',
 				tip: '错过的话,就请错过一辈子吧!',
 				tip_en: 'If you miss it, please miss it for a lifetime!',
-				alias: 'asyncPicker|异步选择器|异步|asyncPicker异步选择器|asyncPicker 异步选择器|async picker|asyncpicker|异步picker|异步picker'
+				alias: 'asyncPicker|异步选择器 | 异步|asyncPicker 异步选择器|asyncPicker 异步选择器|async picker|asyncpicker|异步 picker|异步 picker'
 			},
 			{
 				title: '日历 Calendar',
@@ -196,7 +196,7 @@ export const menuList: MenuList[] = [
 				tip: '在无人问津日子里,正是登峰造极的好时机。',
 				tip_en: 'In the days when no one cares, it is a good time to reach the peak.',
 				alias:
-					'calendar|日历|日|历|calendar日历|calendar 日历|日期|calendar日期|calendar 日期|周选择|calendar周选择|calendar 周选择|周|calendar周|calendar 周|日期区间|月选择|日期范围选择'
+					'calendar|日历 | 日|历|calendar 日历|calendar 日历 | 日期|calendar 日期|calendar 日期 | 周选择|calendar 周选择|calendar 周选择 | 周|calendar 周|calendar 周 | 日期区间 | 月选择 | 日期范围选择'
 			},
 			{
 				title: '复选框 Checkbox',
@@ -206,7 +206,7 @@ export const menuList: MenuList[] = [
 				tip: '要么全不,要么全部。',
 				tip_en: 'Either all or none.',
 				alias:
-					'checkbox|复选框|复选|checkbox复选框|checkbox 复选框|复选按钮|checkbox复选按钮|checkbox 复选按钮|多选框|多选|checkbox多选框|checkbox 多选框|多选按钮|checkbox多选按钮|checkbox 多选按钮'
+					'checkbox|复选框 | 复选|checkbox 复选框|checkbox 复选框 | 复选按钮|checkbox 复选按钮|checkbox 复选按钮 | 多选框 | 多选|checkbox 多选框|checkbox 多选框 | 多选按钮|checkbox 多选按钮|checkbox 多选按钮'
 			},
 			{
 				title: '输入框 Input',
@@ -216,7 +216,7 @@ export const menuList: MenuList[] = [
 				tip: '对方正在输入......',
 				tip_en: 'The other party is typing...',
 				alias:
-					'input|输入框|输入|input输入框|input 输入框|Textarea|textarea|文本域|文本框|文本|textarea文本域|textarea 文本域|多行输入框|多行输入|多行|textarea多行输入框|textarea 多行输入框'
+					'input|输入框 | 输入|input 输入框|input 输入框|Textarea|textarea|文本域 | 文本框 | 文本|textarea 文本域|textarea 文本域 | 多行输入框 | 多行输入 | 多行|textarea 多行输入框|textarea 多行输入框'
 			},
 			{
 				title: '数字键盘 NumKeyboard',
@@ -226,7 +226,7 @@ export const menuList: MenuList[] = [
 				tip: '3 0624700 | 3 0624770 | 5 34202 13942 | 4314 0624',
 				tip_en: '3 0624700 | 3 0624770 | 5 34202 13942 | 4314 0624',
 				alias:
-					'numKeyboard|数字键盘|数字|键盘|numKeyboard数字键盘|numKeyboard 数字键盘|金额键盘|numKeyboard金额键盘|numKeyboard 金额键盘|number|keyboard|amount|money|'
+					'numKeyboard|数字键盘 | 数字 | 键盘|numKeyboard 数字键盘|numKeyboard 数字键盘 | 金额键盘|numKeyboard 金额键盘|numKeyboard 金额键盘|number|keyboard|amount|money|'
 			},
 			{
 				title: '选择器 Picker',
@@ -235,7 +235,7 @@ export const menuList: MenuList[] = [
 				nav: 'picker',
 				tip: '采摘花瓣时,你得不到花的美丽。',
 				tip_en: 'When you pick petals, you don’t get the beauty of the flower.',
-				alias: 'picker|选择器|选择|picker选择器|picker 选择器'
+				alias: 'picker|选择器 | 选择|picker 选择器|picker 选择器'
 			},
 			{
 				title: '单选框 Radio',
@@ -244,7 +244,7 @@ export const menuList: MenuList[] = [
 				nav: 'radio',
 				tip: '如果要在正确和善良中选择一个,请选择善良。',
 				tip_en: 'If you have to choose between right and good, choose good.',
-				alias: 'radio|单选框|单选|radio单选框|radio 单选框|单选按钮|radio单选按钮|radio 单选按钮'
+				alias: 'radio|单选框 | 单选|radio 单选框|radio 单选框 | 单选按钮|radio 单选按钮|radio 单选按钮'
 			},
 			{
 				title: '评分 Rate',
@@ -253,7 +253,7 @@ export const menuList: MenuList[] = [
 				nav: 'rate',
 				tip: '散场时,对方剩余的手机电量,就是这场约会的评分。',
 				tip_en: 'At the end of the game, the remaining battery power of the other party is the score of this date.',
-				alias: 'rate|评分|评|分|rate评分|rate 评分'
+				alias: 'rate|评分 | 评|分|rate 评分|rate 评分'
 			},
 			{
 				title: '滑块 Slider',
@@ -262,7 +262,7 @@ export const menuList: MenuList[] = [
 				nav: 'slider',
 				tip: '请滑动解锁您的烦恼。',
 				tip_en: 'Please slide to unlock your troubles.',
-				alias: 'slider|滑块|滑|块|slider滑块|slider 滑块'
+				alias: 'slider|滑块 | 滑|块|slider 滑块|slider 滑块'
 			},
 			{
 				title: '开关 Switch',
@@ -271,7 +271,7 @@ export const menuList: MenuList[] = [
 				nav: 'switch',
 				tip: '死亡是一个开关,活着却是一根绳索。',
 				tip_en: 'Death is a switch, but life is a rope.',
-				alias: 'switch|开关|开|关|switch开关|switch 开关'
+				alias: 'switch|开关 | 开|关|switch 开关|switch 开关'
 			},
 			{
 				title: '步进器 Stepper',
@@ -281,7 +281,7 @@ export const menuList: MenuList[] = [
 				tip: '人生如同诗行,或进或退皆成章。保持心灵节奏,生命之诗韵味悠长。',
 				tip_en:
 					'Life is like a poem, advancing or retreating all form chapters. Maintain the rhythm of the soul, and the poetic flavor of life will last long.',
-				alias: 'stepper|步进器|步|进|器|stepper步进器|stepper 步进器'
+				alias: 'stepper|步进器 | 步|进 | 器|stepper 步进器|stepper 步进器'
 			},
 			{
 				title: '时间选择器 TimePicker',
@@ -291,7 +291,7 @@ export const menuList: MenuList[] = [
 				tip: '死亡不是失去生命,而是走出了时间的枷锁。',
 				tip_en: 'Death is not the loss of life, but the release of the shackles of time.',
 				alias:
-					'timePicker|时间选择器|时间|timePicker时间选择器|timePicker 时间选择器|time picker|timepicker|时间picker|时间picker|日期选择器|日期|datePicker日期选择器|datePicker 日期选择器|date picker|datepicker|日期picker|日期picker'
+					'timePicker|时间选择器 | 时间|timePicker 时间选择器|timePicker 时间选择器|time picker|timepicker|时间 picker|时间 picker|日期选择器 | 日期|datePicker 日期选择器|datePicker 日期选择器|date picker|datepicker|日期 picker|日期 picker'
 			}
 		]
 	},
@@ -306,7 +306,7 @@ export const menuList: MenuList[] = [
 				nav: 'avatar',
 				tip: '其实我发给您的头像,是情侣头像...',
 				tip_en: 'Actually, the avatar I sent to you is a couple avatar...',
-				alias: 'avatar|头像|头|像|avatar头像|avatar 头像'
+				alias: 'avatar|头像 | 头|像|avatar 头像|avatar 头像'
 			},
 			{
 				title: '徽标 Badge',
@@ -315,7 +315,7 @@ export const menuList: MenuList[] = [
 				nav: 'badge',
 				tip: '在标记消失之前,回到我身边。',
 				tip_en: 'Before the mark disappears, come back to me.',
-				alias: 'badge|徽标|徽|标|badge徽标|badge 徽标|标记|badge标记|badge 标记'
+				alias: 'badge|徽标 | 徽|标|badge 徽标|badge 徽标 | 标记|badge 标记|badge 标记'
 			},
 			{
 				title: '单元格 Cell',
@@ -324,7 +324,7 @@ export const menuList: MenuList[] = [
 				nav: 'cell',
 				tip: '当全世界抛弃您的时候请记住,您身上有几亿细胞都在为你而活。',
 				tip_en: 'When the whole world abandons you, remember that there are billions of cells on your body that are living for you.',
-				alias: 'cell|单元格|单元|cell单元格|cell 单元格'
+				alias: 'cell|单元格 | 单元|cell 单元格|cell 单元格'
 			},
 			{
 				title: '通告栏 NoticeBar',
@@ -334,7 +334,7 @@ export const menuList: MenuList[] = [
 				tip: '我方开放地下城,这是告知,不是商量。',
 				tip_en: 'Our side opens the dungeon, this is to inform, not to discuss.',
 				alias:
-					'noticeBar|通告栏|通告|通|栏|noticeBar通告栏|noticeBar 通告栏|通知栏|noticeBar通知栏|noticeBar 通知栏|公告栏|noticeBar公告栏|noticeBar 公告栏'
+					'noticeBar|通告栏 | 通告 | 通|栏|noticeBar 通告栏|noticeBar 通告栏 | 通知栏|noticeBar 通知栏|noticeBar 通知栏 | 公告栏|noticeBar 公告栏|noticeBar 公告栏'
 			},
 			{
 				title: '进度条 Progress',
@@ -343,7 +343,7 @@ export const menuList: MenuList[] = [
 				nav: 'progress',
 				tip: '好运进度:▓▓▓▓▓▓▓▓▓▓▓▓ 100%',
 				tip_en: 'Good luck progr: ▓▓▓▓▓▓▓▓▓▓▓▓ 100%',
-				alias: 'progress|进度条|进度|进|度|progress进度条|progress 进度条'
+				alias: 'progress|进度条 | 进度 | 进|度|progress 进度条|progress 进度条'
 			},
 			{
 				title: '进度环 ProgressLoop',
@@ -353,7 +353,7 @@ export const menuList: MenuList[] = [
 				tip: '人生不是一个完美的圆环,一旦完美,你就再没有任何可能性。',
 				tip_en: 'Life is not a perfect circle. Once perfect, you have no possibility.',
 				alias:
-					'progressLoop|进度环|进度|进|度|progressLoop进度环|progressLoop 进度环|环形进度条|progressLoop环形进度条|progressLoop 环形进度条|progress loop|progress-loop'
+					'progressLoop|进度环 | 进度 | 进|度|progressLoop 进度环|progressLoop 进度环 | 环形进度条|progressLoop 环形进度条|progressLoop 环形进度条|progress loop|progress-loop'
 			},
 			{
 				title: '轮播 Swiper',
@@ -362,7 +362,7 @@ export const menuList: MenuList[] = [
 				nav: 'swiper',
 				tip: '人世间悲喜烂剧,昼夜轮播不停。',
 				tip_en: 'The ups and downs of life, day and night, are not stopping.',
-				alias: 'swiper|轮播|轮|播|swiper轮播|swiper 轮播|轮播图|swiper轮播图|swiper 轮播图|走马灯|swiper走马灯|swiper 走马灯|carousel'
+				alias: 'swiper|轮播 | 轮|播|swiper 轮播|swiper 轮播 | 轮播图|swiper 轮播图|swiper 轮播图 | 走马灯|swiper 走马灯|swiper 走马灯|carousel'
 			}
 		]
 	},
@@ -378,7 +378,7 @@ export const menuList: MenuList[] = [
 				tip: '无法确定任何事情,尤其是按下“确定”键的那一刻,我最不确定。',
 				tip_en: 'Nothing can be determined, especially at the moment when the "OK" button is pressed, I am the most uncertain.',
 				alias:
-					'dialog|对话框|对话|对|话|框|dialog对话框|dialog 对话框|对话框|dialog对话框|dialog 对话框|对话框|dialog对话框|dialog 对话框|对话框|dialog对话框|dialog 对话框'
+					'dialog|对话框 | 对话 | 对|话 | 框|dialog 对话框|dialog 对话框 | 对话框|dialog 对话框|dialog 对话框 | 对话框|dialog 对话框|dialog 对话框 | 对话框|dialog 对话框|dialog 对话框'
 			},
 			{
 				title: '加载 Loading',
@@ -387,7 +387,7 @@ export const menuList: MenuList[] = [
 				nav: 'loading',
 				tip: '不要再苦苦等待答案了,没有回复已是答案。',
 				tip_en: "Don't wait for the answer, no reply is the answer.",
-				alias: 'loading|加载|加载中|loading加载|loading 加载|loading加载中|loading 加载中|loading加载中...|loading 加载中...'
+				alias: 'loading|加载 | 加载中|loading 加载|loading 加载|loading 加载中|loading 加载中|loading 加载中...|loading 加载中...'
 			},
 			{
 				title: '弹框 Modal',
@@ -397,7 +397,7 @@ export const menuList: MenuList[] = [
 				tip: '弹框即人生,要么选择关闭,要么选择继续。',
 				tip_en: 'The modal is life, either choose to close or choose to continue.',
 				alias:
-					'modal|弹框|弹|框|modal弹框|modal 弹框|弹窗|modal弹窗|modal 弹窗|弹出框|modal弹出框|modal 弹出框|弹框|modal弹框|modal 弹框|模态框|modal模态框|modal 模态框'
+					'modal|弹框 | 弹|框|modal 弹框|modal 弹框 | 弹窗|modal 弹窗|modal 弹窗 | 弹出框|modal 弹出框|modal 弹出框 | 弹框|modal 弹框|modal 弹框 | 模态框|modal 模态框|modal 模态框'
 			},
 			{
 				title: '轻提示 Toast',
@@ -407,7 +407,7 @@ export const menuList: MenuList[] = [
 				tip: '总有一些东西,要用消失来证明它的珍贵。',
 				tip_en: 'There are always some things that have to disappear to prove their value.',
 				alias:
-					'toast|轻提示|轻|提示|toast轻提示|toast 轻提示|轻弹窗|toast轻弹窗|toast 轻弹窗|轻提示框|toast轻提示框|toast 轻提示框|吐司|toast吐司|toast 吐司'
+					'toast|轻提示 | 轻|提示|toast 轻提示|toast 轻提示 | 轻弹窗|toast 轻弹窗|toast 轻弹窗 | 轻提示框|toast 轻提示框|toast 轻提示框 | 吐司|toast 吐司|toast 吐司'
 			}
 		]
 	}

+ 1 - 1
packages/stdf/src/lib/lang/id_ID.ts

@@ -2,7 +2,7 @@ import type { LangProps } from './index.js';
 
 const id_ID: LangProps = {
 	common: {
-		slotEmpty: 'Isi slot kosong',
+		slotEmpty: 'Isi slot kosong!',
 		loading: 'Sedang memuat...',
 		noData: 'Tidak ada data',
 		noMoreData: 'Tidak ada lagi data',

+ 2 - 2
packages/stdf/src/lib/lang/ja_JP.ts

@@ -32,7 +32,7 @@ const ja_JP: LangProps = {
 		title: 'タイトル'
 	},
 	pagination: {
-		defaultOnlyOnePage: '1ページのみ'
+		defaultOnlyOnePage: '1 ページのみ'
 	},
 	picker: {
 		defaultTitle: '選んでください',
@@ -68,7 +68,7 @@ const ja_JP: LangProps = {
 	calendar: {
 		weekTextList: ['月', '火', '水', '木', '金', '土', '日'],
 		weekSundayStartTextList: ['日', '月', '火', '水', '木', '金', '土'],
-		monthTextList: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
+		monthTextList: ['1 月', '2 月', '3 月', '4 月', '5 月', '6 月', '7 月', '8 月', '9 月', '10 月', '11 月', '12 月'],
 		confirmText: '確認',
 		selectedText: '選択済み',
 		dayText: '日',

+ 4 - 4
packages/stdf/src/lib/lang/ko_KR.ts

@@ -49,10 +49,10 @@ const ko_KR: LangProps = {
 	},
 	rate: {
 		error1: '합계를 감소시키십시오!',
-		error2: '합계를 1로 나누십시오!',
-		error3: '또는 합계를 1로 나눌 수 없는 경우',
+		error2: '합계를 1 로 나누십시오!',
+		error3: '또는 합계를 1 로 나눌 수 없는 경우',
 		error4: '또는 값이 0.5 미만인 경우!',
-		error5: '측정 값은 20보다 작아야합니다. 모바일 단말기에서 식별하거나 물을 통해 측정할 수 없습니다!'
+		error5: '측정 값은 20 보다 작아야합니다. 모바일 단말기에서 식별하거나 물을 통해 측정할 수 없습니다!'
 	},
 	timePicker: {
 		defaultTitle: '선택해주세요',
@@ -68,7 +68,7 @@ const ko_KR: LangProps = {
 	calendar: {
 		weekTextList: ['일', '월', '화', '수', '목', '금', '토'],
 		weekSundayStartTextList: ['토', '일', '월', '화', '수', '목', '금'],
-		monthTextList: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
+		monthTextList: ['1 월', '2 월', '3 월', '4 월', '5 월', '6 월', '7 월', '8 월', '9 월', '10 월', '11 월', '12 월'],
 		confirmText: '확인',
 		selectedText: '선택됨',
 		dayText: '일',

+ 2 - 2
packages/stdf/src/routes/button/zh_CN/+page.svelte

@@ -53,8 +53,8 @@
 	</div>
 	<div>
 		<div class="p-4 font-bold">不同高度</div>
-		<Button heightOut="0">外部高度为0</Button>
-		<Button heightIn="0">内部高度为0</Button>
+		<Button heightOut="0">外部高度为 0</Button>
+		<Button heightIn="0">内部高度为 0</Button>
 	</div>
 	<div>
 		<div class="p-4 font-bold">固定大小</div>

+ 1 - 1
packages/stdf/src/routes/grids/zh_CN/+page.svelte

@@ -173,7 +173,7 @@
 							{#if currentDevice === 'iOS'}
 								A15 Bionic
 							{:else if currentDevice === 'Android'}
-								骁龙8 Gen1
+								骁龙 8 Gen1
 							{:else if currentDevice === 'Windows'}
 								AMD YES
 							{:else if currentDevice === 'macOS'}

+ 5 - 5
packages/stdf/src/routes/input/zh_CN/+page.svelte

@@ -188,14 +188,14 @@
 	title="标题"
 	placeholder="请输入文本"
 	label1={{ name: 'ri-bank-line', size: 16, alpha: 0.5 }}
-	label2="标签2"
+	label2="标签 2"
 	label3={{ name: 'ri-lock-line', size: 16, alpha: 0.5 }}
 	label4={{ name: 'ri-bank-line', size: 16, alpha: 0.5 }}
-	label5="标签5"
+	label5="标签 5"
 	label6={{ name: 'ri-qr-scan-line', size: 16, alpha: 0.5 }}
-	data1="数据项1"
-	data2="数据项2"
-	data3="数据项3"
+	data1="数据项 1"
+	data2="数据项 2"
+	data3="数据项 3"
 	tip="提示信息"
 	clear
 />

+ 2 - 2
packages/stdf/src/routes/tabs/en_US/+page.svelte

@@ -134,7 +134,7 @@
 			<TabContent>I am a train</TabContent>
 			<TabContent>I am a car</TabContent>
 		</Tabs>
-		<div class="mt-4">At present Tabs activated active{changeActive}</div>
+		<div class="mt-4">At present Tabs activated active: {changeActive}</div>
 		<Divider />
 
 		<div class="px-4 font-bold">Overflow mode</div>
@@ -213,7 +213,7 @@
 	<div class="my-8 px-4 text-xl font-bold">Use alone Tab</div>
 	<div class="my-4">
 		<Tab {labels} {active} onclickTab={clicktabFun} />
-		<div class="mt-4">At present Tab clickable active{active}</div>
+		<div class="mt-4">At present Tab clickable active:{active}</div>
 	</div>
 	<Divider />
 </div>