Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade lang #40

Merged
merged 1 commit into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lang/localizeJSON/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Database connection acquisition failed": "Database connection acquistion Failed",
"Model generation failed": "Model Generation Failed",
"No right to delete this data": "No Right To Delete this data",
"Don not have permission to update this data": "Don't have permission to Update this Data",
"do not have permission to update this data": "Don't have permission to Update this Data",
"View failed": "View Failed!",
"The object being viewed does not exist or does not have permission to view it": "The Object being viewed does not exist or does not have permission to view",
"Sorry code generation is not supported for sqlite3 or postgres": "Sorrty,sqlite3 Or postgres don't Support code generation",
Expand Down
4 changes: 2 additions & 2 deletions lang/localizeJSON/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"Failed to create dictionary type details": "创建字典类型失败,详情:%s",
"Database connection acquisition failed": "数据库连接获取失败",
"Model generation failed": "模型生成失败",
"No right to delete this data": "无权删除该数据",
"Don not have permission to update this data": "无权更新该数据",
"No right to delete this data": "no right to delete this data",
"Do not have permission to update this data": "do not have permission to update this data",
"View failed": "查看失败",
"The object being viewed does not exist or does not have permission to view it": "查看对象不存在或无权查看",
"Sorry code generation is not supported for sqlite3 or postgres": "对不起,sqlite3 或 postgres 不支持代码生成!",
Expand Down
Loading