Skip to content

Commit

Permalink
test: 更新资源文件
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Nov 29, 2024
1 parent d02dab6 commit 2d81ca3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions test/UnitTest/Locales/en-US.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"BootstrapBlazor.Server.Data.Foo": {
"BootstrapBlazor.Shared.Data.Foo": {
"Name": "Name",
"DateTime": "DateTime",
"Address": "Address",
Expand All @@ -21,7 +21,7 @@
"False": "Failed",
"NullItemText": "Not Set"
},
"BootstrapBlazor.Server.Data.EnumEducation": {
"BootstrapBlazor.Shared.Data.EnumEducation": {
"PlaceHolder": "Click to select ...",
"Primary": "Primary",
"Middle": "Middle"
Expand Down
4 changes: 2 additions & 2 deletions test/UnitTest/Locales/zh.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"BootstrapBlazor.Server.Data.Foo": {
"BootstrapBlazor.Shared.Data.Foo": {
"Name": "姓名",
"DateTime": "日期",
"Address": "地址",
Expand All @@ -22,7 +22,7 @@
"NullItemText": "未设置",
"Name.Mock": "张三 {0}"
},
"BootstrapBlazor.Server.Data.EnumEducation": {
"BootstrapBlazor.Shared.Data.EnumEducation": {
"PlaceHolder": "请选择 ...",
"Primary": "小学",
"Middle": "中学"
Expand Down
2 changes: 1 addition & 1 deletion test/UnitTest/zh-CN.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"BootstrapBlazor.Server.Data.Foo": {
"BootstrapBlazor.Shared.Data.Foo": {
"Name": "Test-Name",
"NullName": null,
"EmptyName": "",
Expand Down

0 comments on commit 2d81ca3

Please sign in to comment.