mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-29 18:49:08 +08:00
doc(TreeView): missing localization NotSetOnTreeExpandErrorMessage (#2875)
This commit is contained in:
parent
1103126ea8
commit
1c1a9121bc
@ -160,6 +160,9 @@
|
||||
"BootstrapBlazor.Components.SelectTree": {
|
||||
"PlaceHolder": "Zum Auswählen klicken ..."
|
||||
},
|
||||
"BootstrapBlazor.Components.SelectTreeView": {
|
||||
"PlaceHolder": "Zum Auswählen klicken ..."
|
||||
},
|
||||
"BootstrapBlazor.Components.StringLengthValidator": {
|
||||
"ErrorMessage": "Bitte geben Sie einen Wert kleiner oder gleich {{0}} ein"
|
||||
},
|
||||
|
@ -290,6 +290,9 @@
|
||||
"BootstrapBlazor.Components.Tree": {
|
||||
"NotSetOnTreeExpandErrorMessage": "Parámetro OnExpandNodeAsync no asignado"
|
||||
},
|
||||
"BootstrapBlazor.Components.TreeView": {
|
||||
"NotSetOnTreeExpandErrorMessage": "Parámetro OnExpandNodeAsync no asignado"
|
||||
},
|
||||
"BootstrapBlazor.Components.UploadBase": {
|
||||
"DeleteButtonText": "Eliminar",
|
||||
"BrowserButtonText": "Navegador",
|
||||
|
@ -290,6 +290,9 @@
|
||||
"BootstrapBlazor.Components.Tree": {
|
||||
"NotSetOnTreeExpandErrorMessage": "parâmetro OnExpandNodeAsync não atribuído"
|
||||
},
|
||||
"BootstrapBlazor.Components.TreeView": {
|
||||
"NotSetOnTreeExpandErrorMessage": "parâmetro OnExpandNodeAsync não atribuído"
|
||||
},
|
||||
"BootstrapBlazor.Components.UploadBase": {
|
||||
"DeleteButtonText": "Excluir",
|
||||
"BrowserButtonText": "Browser",
|
||||
|
@ -289,6 +289,9 @@
|
||||
"BootstrapBlazor.Components.Tree": {
|
||||
"NotSetOnTreeExpandErrorMessage": "ยังไม่ได้ตั้งค่า OnExpandNodeAsync วิธีการมอบหมายการโทรกลับ"
|
||||
},
|
||||
"BootstrapBlazor.Components.TreeView": {
|
||||
"NotSetOnTreeExpandErrorMessage": "ยังไม่ได้ตั้งค่า OnExpandNodeAsync วิธีการมอบหมายการโทรกลับ"
|
||||
},
|
||||
"BootstrapBlazor.Components.UploadBase": {
|
||||
"DeleteButtonText": "ลบ",
|
||||
"BrowserButtonText": "เรียกดู",
|
||||
|
@ -299,6 +299,9 @@
|
||||
"BootstrapBlazor.Components.Tree": {
|
||||
"NotSetOnTreeExpandErrorMessage": "未設置 OnExpandNodeAsync 回檔委託方法"
|
||||
},
|
||||
"BootstrapBlazor.Components.TreeView": {
|
||||
"NotSetOnTreeExpandErrorMessage": "未設置 OnExpandNodeAsync 回檔委託方法"
|
||||
},
|
||||
"BootstrapBlazor.Components.UploadBase": {
|
||||
"DeleteButtonText": "刪除",
|
||||
"BrowserButtonText": "瀏覽",
|
||||
|
@ -289,6 +289,9 @@
|
||||
"BootstrapBlazor.Components.Tree": {
|
||||
"NotSetOnTreeExpandErrorMessage": "not set OnExpandNodeAsync parameter"
|
||||
},
|
||||
"BootstrapBlazor.Components.TreeView": {
|
||||
"NotSetOnTreeExpandErrorMessage": "not set OnExpandNodeAsync parameter"
|
||||
},
|
||||
"BootstrapBlazor.Components.UploadBase": {
|
||||
"DeleteButtonText": "Delete",
|
||||
"BrowserButtonText": "Browser",
|
||||
|
@ -289,6 +289,9 @@
|
||||
"BootstrapBlazor.Components.Tree": {
|
||||
"NotSetOnTreeExpandErrorMessage": "未设置 OnExpandNodeAsync 回调委托方法"
|
||||
},
|
||||
"BootstrapBlazor.Components.TreeView": {
|
||||
"NotSetOnTreeExpandErrorMessage": "未设置 OnExpandNodeAsync 回调委托方法"
|
||||
},
|
||||
"BootstrapBlazor.Components.UploadBase": {
|
||||
"DeleteButtonText": "删除",
|
||||
"BrowserButtonText": "浏览",
|
||||
|
Loading…
Reference in New Issue
Block a user