Skip to content

feat: Locales #3536

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
Jul 9, 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
9 changes: 9 additions & 0 deletions apps/locales/en_US/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8471,4 +8471,13 @@ msgid "System Application"
msgstr ""

msgid "Hit-Test"
msgstr ""

msgid "Export Application"
msgstr ""

msgid "Add ApiKey"
msgstr ""

msgid "Delete application API_KEY"
msgstr ""
11 changes: 10 additions & 1 deletion apps/locales/zh_CN/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8597,4 +8597,13 @@ msgid "System Application"
msgstr "系统应用"

msgid "Hit-Test"
msgstr "命中测试"
msgstr "命中测试"

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

msgid "Add ApiKey"
msgstr "添加 API KEY"

msgid "Delete application API_KEY"
msgstr "删除应用 API KEY"
11 changes: 10 additions & 1 deletion apps/locales/zh_Hant/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8597,4 +8597,13 @@ msgid "System Application"
msgstr "系統應用"

msgid "Hit-Test"
msgstr "命中測試"
msgstr "命中測試"

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

msgid "Add ApiKey"
msgstr "添加 ApiKey"

msgid "Delete application API_KEY"
msgstr "删除應用 API KEY"
Loading