add global rule text

This commit is contained in:
Gabe Yuan
2023-09-10 14:51:16 +08:00
parent 62a60eee44
commit 399c6b6fed
2 changed files with 8 additions and 1 deletions

View File

@@ -541,4 +541,8 @@ export const I18N = {
zh: `保存规则`,
en: `"Save Rule`,
},
global_rule: {
zh: `全局规则`,
en: `Global Rule`,
},
};