We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41431b8 commit 738db53Copy full SHA for 738db53
1 file changed
docs/guides/localization.md
@@ -67,7 +67,9 @@ const en = {
67
//core
68
core: {
69
ok:"OK",
70
- cancel:"Cancel"
+ cancel:"Cancel",
71
+ select: "Select",
72
+ "No data": "No data"
73
},
74
//formats
75
formats: {
@@ -186,6 +188,8 @@ const de = {
186
188
187
189
ok: "OK",
190
cancel: "Abbrechen",
191
+ select: "Auswählen",
192
+ "No data": "Keine Daten",
193
194
// formats
195
@@ -307,6 +311,8 @@ const cn = {
307
311
308
312
ok: "确定",
309
313
cancel: "取消",
314
+ select: "选择",
315
+ "No data": "没有数据",
310
316
317
318
0 commit comments