Skip to content

Commit 9a597ad

Browse files
feat: Update translations (#8029)
1 parent 36c5e64 commit 9a597ad

File tree

17 files changed

+65
-65
lines changed

17 files changed

+65
-65
lines changed

agent/i18n/lang/en.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ cc: 'Access Frequency Limit'
251251
defaultUrlBlack: 'URL Rules'
252252
sqlInject: 'SQL Injection'
253253
ErrDBNotExist: "Database does not exist"
254+
allow: "Allow"
255+
deny: "Deny"
254256

255257
#task
256258
TaskStart: "{{.name}} Start [START]"

agent/i18n/lang/ja.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ cc: "アクセス頻度制限"
236236
defaultUrlBlack: "URL ルール"
237237
sqlInject: "SQL インジェクション"
238238
ErrDBNotExist: "データベースが存在しません"
239+
allow: "許可"
240+
deny: "禁止"
239241

240242
#license
241243
ErrLicense: "ライセンス形式のエラー、チェックして再試行してください!"

agent/i18n/lang/ko.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ cc: "접근 빈도 제한"
238238
defaultUrlBlack: "URL 규칙"
239239
sqlInject: "SQL 인젝션"
240240
ErrDBNotExist: "데이터베이스가 존재하지 않습니다"
241+
allow: "허용"
242+
deny: "금지"
241243

242244
# License
243245
ErrLicense: "라이선스 형식 오류, 확인 후 다시 시도하세요!"

agent/i18n/lang/ms.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ cc: "Had Kekerapan Akses"
238238
defaultUrlBlack: "Peraturan URL"
239239
sqlInject: "Penembakan SQL"
240240
ErrDBNotExist: "Pangkalan Data Tidak Wujud"
241+
allow: "Benarkan"
242+
deny: "Larang"
241243

242244
#license
243245
ErrLicense: "Format lesen salah, sila semak dan cuba lagi!"

agent/i18n/lang/pt-BR.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ cc: "Limite de Frequência de Acesso"
236236
defaultUrlBlack: "Regras de URL"
237237
sqlInject: "Injeção de SQL"
238238
ErrDBNotExist: "Banco de Dados Não Existe"
239+
allow: "Permitir"
240+
deny: "Negar"
239241

240242
#license
241243
ErrLicense: "Erro no formato da licença, por favor, verifique e tente novamente!"

agent/i18n/lang/ru.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ cc: "Ограничение частоты доступа"
238238
defaultUrlBlack: "Правила URL"
239239
sqlInject: "SQL-инъекция"
240240
ErrDBNotExist: "База данных не существует"
241+
allow: "Разрешить"
242+
deny: "Запретить"
241243

242244
#license
243245
ErrLicense: "Ошибка формата лицензии, пожалуйста, проверьте и попробуйте снова!"

agent/i18n/lang/zh-Hant.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ cc: '訪問頻率限制'
256256
defaultUrlBlack: 'URL 規則'
257257
sqlInject: 'SQL 注入'
258258
ErrDBNotExist: "數據庫不存在"
259+
allow: "允許"
260+
deny: "禁止"
259261

260262
#task
261263
TaskStart: "{{.name}} 開始 [START]"

agent/i18n/lang/zh.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ cc: '访问频率限制'
256256
defaultUrlBlack: 'URL 规则'
257257
sqlInject: 'SQL 注入'
258258
ErrDBNotExist: "数据库不存在"
259+
allow: "允许"
260+
deny: "禁止"
259261

260262
#task
261263
TaskStart: "{{.name}} 任务开始 [START]"

frontend/src/components/bread-crumbs/bread-crumbs-item.vue

Lines changed: 0 additions & 23 deletions
This file was deleted.

frontend/src/components/bread-crumbs/index.vue

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)