feat(translations): add translsation

This commit is contained in:
Anish Sarkar 2026-01-27 23:58:08 +05:30
parent 72c421eeb1
commit 5690ac09ec
2 changed files with 4 additions and 2 deletions

View file

@ -715,7 +715,8 @@
"all": "All", "all": "All",
"unread": "Unread", "unread": "Unread",
"connectors": "Connectors", "connectors": "Connectors",
"all_connectors": "All connectors" "all_connectors": "All connectors",
"close": "Close"
}, },
"errors": { "errors": {
"something_went_wrong": "Something went wrong", "something_went_wrong": "Something went wrong",

View file

@ -700,7 +700,8 @@
"all": "全部", "all": "全部",
"unread": "未读", "unread": "未读",
"connectors": "连接器", "connectors": "连接器",
"all_connectors": "所有连接器" "all_connectors": "所有连接器",
"close": "关闭"
}, },
"errors": { "errors": {
"something_went_wrong": "出错了", "something_went_wrong": "出错了",