You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
507 B
15 lines
507 B
// src/lang/zh.ts
|
|
export default {
|
|
message: {
|
|
welcome: '欢迎来到 Vue 3 + TypeScript 国际化演示',
|
|
switch: '切换语言',
|
|
greeting: '你好!',
|
|
content: '这是一个在 Vue3 + TypeScript 中实现国际化的演示。',
|
|
features: '功能特点',
|
|
feature1: '中英文语言切换',
|
|
feature2: '自动保存用户语言偏好',
|
|
feature3: '支持动态切换语言无需刷新页面',
|
|
footer: '© 2025 Vue3 国际化演示',
|
|
disinfectant: '消毒液',
|
|
},
|
|
}
|