@sveltia/ui 0.58.0 → 0.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/locales/zh-CN.yaml +113 -0
- package/package.json +1 -1
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# Dialog action button labels
|
|
2
|
+
ok: 确定
|
|
3
|
+
cancel: 取消
|
|
4
|
+
close: 关闭
|
|
5
|
+
|
|
6
|
+
# Button to clear content, e.g. search input or calendar date
|
|
7
|
+
clear: 清除
|
|
8
|
+
|
|
9
|
+
# Text editor dialog buttons for link/image insertion
|
|
10
|
+
insert: 插入
|
|
11
|
+
update: 更新
|
|
12
|
+
remove: 移除
|
|
13
|
+
|
|
14
|
+
# Combobox dropdown toggle button aria-labels
|
|
15
|
+
collapse: 折叠
|
|
16
|
+
expand: 展开
|
|
17
|
+
|
|
18
|
+
# Infobar/toast dismiss button label
|
|
19
|
+
dismiss: 关闭
|
|
20
|
+
|
|
21
|
+
# Calendar component
|
|
22
|
+
calendar:
|
|
23
|
+
# View switcher group aria-labels and navigation button aria-labels
|
|
24
|
+
year: 年
|
|
25
|
+
previous_decade: 前十年
|
|
26
|
+
next_decade: 后十年
|
|
27
|
+
month: 月
|
|
28
|
+
previous_month: 上个月
|
|
29
|
+
next_month: 下个月
|
|
30
|
+
# “Today” button label in footer
|
|
31
|
+
today: 今天
|
|
32
|
+
|
|
33
|
+
# Split button component
|
|
34
|
+
split_button:
|
|
35
|
+
# Wrapper aria-label, e.g. “Save Options” when primary button is “Save”
|
|
36
|
+
x_options: '{$name} 选项'
|
|
37
|
+
# Dropdown toggle aria-label
|
|
38
|
+
more_options: 更多选项
|
|
39
|
+
|
|
40
|
+
# Combobox component
|
|
41
|
+
combobox:
|
|
42
|
+
# Placeholder when no option is selected
|
|
43
|
+
select_an_option: 请选择……
|
|
44
|
+
# Filter input aria-label
|
|
45
|
+
filter_options: 筛选选项
|
|
46
|
+
# Empty state message when filter has no matches
|
|
47
|
+
no_matching_options: 未找到匹配的选项
|
|
48
|
+
|
|
49
|
+
# Number input component
|
|
50
|
+
number_input:
|
|
51
|
+
# Spin button aria-labels for incrementing/decrementing the number value
|
|
52
|
+
increase: 增加
|
|
53
|
+
decrease: 减少
|
|
54
|
+
|
|
55
|
+
# Password input component
|
|
56
|
+
password_input:
|
|
57
|
+
# Visibility toggle button aria-labels
|
|
58
|
+
show_password: 显示密码
|
|
59
|
+
hide_password: 隐藏密码
|
|
60
|
+
|
|
61
|
+
# Secret input component (API keys, tokens, etc.)
|
|
62
|
+
secret_input:
|
|
63
|
+
# Visibility toggle button aria-labels
|
|
64
|
+
show_secret: 显示机密
|
|
65
|
+
hide_secret: 隐藏机密
|
|
66
|
+
|
|
67
|
+
# Select tags component (multi-select)
|
|
68
|
+
select_tags:
|
|
69
|
+
# Listbox aria-label
|
|
70
|
+
selected_options: 已选选项
|
|
71
|
+
# Remove button aria-label, e.g. “Remove Option 1”
|
|
72
|
+
remove_x: '移除 {$name}'
|
|
73
|
+
|
|
74
|
+
# Text editor component
|
|
75
|
+
text_editor:
|
|
76
|
+
# Toolbar aria-labels
|
|
77
|
+
text_editor: 文本编辑器
|
|
78
|
+
code_editor: 代码编辑器
|
|
79
|
+
# Block style menu button and menu aria-labels
|
|
80
|
+
text_style_options: 文本样式选项
|
|
81
|
+
show_text_style_options: 显示文本样式选项
|
|
82
|
+
# Block style menu items
|
|
83
|
+
paragraph: 段落
|
|
84
|
+
heading_1: 一级标题
|
|
85
|
+
heading_2: 二级标题
|
|
86
|
+
heading_3: 三级标题
|
|
87
|
+
heading_4: 四级标题
|
|
88
|
+
heading_5: 五级标题
|
|
89
|
+
heading_6: 六级标题
|
|
90
|
+
bulleted_list: 无序列表
|
|
91
|
+
numbered_list: 有序列表
|
|
92
|
+
blockquote: 引用块
|
|
93
|
+
code_block: 代码块
|
|
94
|
+
# Inline style button aria-labels
|
|
95
|
+
bold: 加粗
|
|
96
|
+
italic: 斜体
|
|
97
|
+
strikethrough: 删除线
|
|
98
|
+
code: 代码
|
|
99
|
+
link: 链接
|
|
100
|
+
# Link dialog title
|
|
101
|
+
insert_link: 插入链接
|
|
102
|
+
update_link: 更新链接
|
|
103
|
+
# Link dialog input field labels
|
|
104
|
+
text: 文字
|
|
105
|
+
url: URL
|
|
106
|
+
# Markdown mode toggle button aria-label
|
|
107
|
+
edit_in_markdown: 以 Markdown 编辑
|
|
108
|
+
# Error message when rich text conversion fails
|
|
109
|
+
converter_error: 无法启用富文本模式。请改用纯文本编辑器。
|
|
110
|
+
# Language selector aria-label
|
|
111
|
+
language: 语言
|
|
112
|
+
# Plain text mode option in language selector
|
|
113
|
+
plain_text: 纯文本
|