[+] Blacklist

This commit is contained in:
Azalea
2025-04-07 23:57:03 -04:00
parent 646136e6ea
commit 6b99ab9e43
3 changed files with 22 additions and 4 deletions

View File

@@ -270,6 +270,7 @@ export const EN_REF_AQUATRANS = {
'trans.btn.test': 'Test Connection',
'trans.btn.export': 'Export Data',
'trans.btn.import': 'Import Data',
'trans.blacklist': "Your server's rules doesn't allow using this tool. You might get banned if you try (idk, ask them if you want to know why)",
}
export const EN_REF = { ...EN_REF_USER, ...EN_REF_Welcome, ...EN_REF_GENERAL,

View File

@@ -277,6 +277,7 @@ export const zhAquaTrans: typeof EN_REF_AQUATRANS = {
'trans.btn.test': '测试连接',
'trans.btn.export': '导出数据',
'trans.btn.import': '导入数据',
'trans.blacklist': "这个服务器的服主把这个导出工具 ban 了,所以不能从这里导出",
}