doc(TreeView): missing localization NotSetOnTreeExpandErrorMessage (#2875)

This commit is contained in:
j4587698 2024-01-31 19:36:11 +08:00 committed by GitHub
parent 1103126ea8
commit 1c1a9121bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 21 additions and 0 deletions

View File

@ -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"
},

View File

@ -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",

View File

@ -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",

View File

@ -289,6 +289,9 @@
"BootstrapBlazor.Components.Tree": {
"NotSetOnTreeExpandErrorMessage": "ยังไม่ได้ตั้งค่า OnExpandNodeAsync วิธีการมอบหมายการโทรกลับ"
},
"BootstrapBlazor.Components.TreeView": {
"NotSetOnTreeExpandErrorMessage": "ยังไม่ได้ตั้งค่า OnExpandNodeAsync วิธีการมอบหมายการโทรกลับ"
},
"BootstrapBlazor.Components.UploadBase": {
"DeleteButtonText": "ลบ",
"BrowserButtonText": "เรียกดู",

View File

@ -299,6 +299,9 @@
"BootstrapBlazor.Components.Tree": {
"NotSetOnTreeExpandErrorMessage": "未設置 OnExpandNodeAsync 回檔委託方法"
},
"BootstrapBlazor.Components.TreeView": {
"NotSetOnTreeExpandErrorMessage": "未設置 OnExpandNodeAsync 回檔委託方法"
},
"BootstrapBlazor.Components.UploadBase": {
"DeleteButtonText": "刪除",
"BrowserButtonText": "瀏覽",

View File

@ -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",

View File

@ -289,6 +289,9 @@
"BootstrapBlazor.Components.Tree": {
"NotSetOnTreeExpandErrorMessage": "未设置 OnExpandNodeAsync 回调委托方法"
},
"BootstrapBlazor.Components.TreeView": {
"NotSetOnTreeExpandErrorMessage": "未设置 OnExpandNodeAsync 回调委托方法"
},
"BootstrapBlazor.Components.UploadBase": {
"DeleteButtonText": "删除",
"BrowserButtonText": "浏览",