Skip to content

feat: Locations #3200

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

Merged
merged 1 commit into from
Jun 6, 2025
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
81 changes: 80 additions & 1 deletion apps/locales/en_US/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -3737,4 +3737,83 @@ msgid "show project"
msgstr ""

msgid "project url"
msgstr ""
msgstr ""

msgid "Create an application"
msgstr ""

msgid "Import Application"
msgstr ""

msgid "Export Application"
msgstr ""

msgid "Deleting application"
msgstr ""

msgid "Modify the application"
msgstr ""

msgid "Get application details"
msgstr ""

msgid "Get the application list by page"
msgstr ""

msgid "Get the application list"
msgstr ""

msgid "Publishing an application"
msgstr ""

msgid "Create application ApiKey"
msgstr ""

msgid "Add ApiKey"
msgstr ""

msgid "GET application ApiKey List"
msgstr ""

msgid "Create application ApiKey List"
msgstr ""

msgid "Application Api Key"
msgstr ""

msgid "Get the application version list"
msgstr ""

msgid "Application/Version"
msgstr ""

msgid "Get the list of application versions by page"
msgstr ""

msgid "Get application version details"
msgstr ""

msgid "Modify application version information"
msgstr ""

msgid "Get embedded js"
msgstr ""

msgid "Chat"
msgstr ""

msgid "Get MaxKB related information"
msgstr ""

msgid "Get menu operate log"
msgstr ""

msgid "System operate log"
msgstr ""

msgid "Get paginated operate log"
msgstr ""

msgid "Export operate log"
msgstr ""

80 changes: 79 additions & 1 deletion apps/locales/zh_CN/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -3865,4 +3865,82 @@ msgid "show project"
msgstr "显示项目"

msgid "project url"
msgstr "项目网址"
msgstr "项目网址"

msgid "Create an application"
msgstr "創建一個應用程式"

msgid "Import Application"
msgstr "导入应用程序"

msgid "Export Application"
msgstr "导出应用程序"

msgid "Deleting application"
msgstr "删除应用程序"

msgid "Modify the application"
msgstr "修改应用程序"

msgid "Get application details"
msgstr "获取应用程序详情"

msgid "Get the application list by page"
msgstr "分页获取应用程序列表"

msgid "Get the application list"
msgstr "获取应用程序列表"

msgid "Publishing an application"
msgstr "发布应用程序"

msgid "Create application ApiKey"
msgstr "创建应用程序 API 密钥"

msgid "Add ApiKey"
msgstr "添加 API 密钥"

msgid "GET application ApiKey List"
msgstr "获取应用程序的 API 密钥列表"

msgid "Create application ApiKey List"
msgstr "创建应用程序 API 密钥列表"

msgid "Application Api Key"
msgstr "应用程序 API 密钥"

msgid "Get the application version list"
msgstr "获取应用程序版本列表"

msgid "Application/Version"
msgstr "应用程序 / 版本"

msgid "Get the list of application versions by page"
msgstr "分页获取应用程序版本列表"

msgid "Get application version details"
msgstr "获取应用程序版本详情"

msgid "Modify application version information"
msgstr "修改应用程序版本信息"

msgid "Get embedded js"
msgstr "获取嵌入式 JavaScript"

msgid "Chat"
msgstr "聊天"

msgid "Get MaxKB related information"
msgstr "获取 MaxKB 相关信息"

msgid "Get menu operate log"
msgstr "获取菜单操作日志"

msgid "System operate log"
msgstr "系统操作日志"

msgid "Get paginated operate log"
msgstr "获取分页操作日志"

msgid "Export operate log"
msgstr "导出操作日志"
78 changes: 78 additions & 0 deletions apps/locales/zh_Hant/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -3866,3 +3866,81 @@ msgstr "顯示項目"

msgid "project url"
msgstr "項目網址"

msgid "Create an application"
msgstr "創建一個應用程式"

msgid "Import Application"
msgstr "導入應用程式"

msgid "Export Application"
msgstr "導出應用程式"

msgid "Deleting application"
msgstr "刪除應用程式"

msgid "Modify the application"
msgstr "修改應用程式"

msgid "Get application details"
msgstr "獲取應用程式詳情"

msgid "Get the application list by page"
msgstr "獲取應用程式清單"

msgid "Get the application list"
msgstr "分頁獲取應用程式清單"

msgid "Publishing an application"
msgstr "發佈應用程式"

msgid "Create application ApiKey"
msgstr "創建應用程式 API 密鑰"

msgid "Add ApiKey"
msgstr "新增 API 密鑰"

msgid "GET application ApiKey List"
msgstr "獲取應用程式的 API 密鑰清單"

msgid "Create application ApiKey List"
msgstr "建立應用程式 API 密鑰清單"

msgid "Application Api Key"
msgstr "應用程式 API 密鑰"

msgid "Get the application version list"
msgstr "獲取應用程式版本列表"

msgid "Application/Version"
msgstr "應用程式 / 版本"

msgid "Get the list of application versions by page"
msgstr "分頁獲取應用程式版本列表"

msgid "Get application version details"
msgstr "獲取應用程式版本詳情"

msgid "Modify application version information"
msgstr "修改應用程式版本資訊"

msgid "Get embedded js"
msgstr "獲取嵌入式 JavaScript"

msgid "Chat"
msgstr "聊天"

msgid "Get MaxKB related information"
msgstr "獲取 MaxKB 相關資訊"

msgid "Get menu operate log"
msgstr "獲取菜單操作日誌"

msgid "System operate log"
msgstr "系統操作日誌"

msgid "Get paginated operate log"
msgstr "獲取分頁操作日誌"

msgid "Export operate log"
msgstr "導出操作日誌
Loading