feat: add option to add client tag

This commit is contained in:
codytseng
2024-12-24 12:13:39 +08:00
parent 234319ef50
commit 31f70c2ab1
8 changed files with 117 additions and 12 deletions

View File

@@ -87,6 +87,9 @@ export default {
'reload notes': 'reload notes',
'Logged in Accounts': 'Logged in Accounts',
'Add an Account': 'Add an Account',
Accounts: 'Accounts'
Accounts: 'Accounts',
'More options': 'More options',
'Add client tag': 'Add client tag',
'Show others this was sent via Jumble': 'Show others this was sent via Jumble'
}
}

View File

@@ -86,6 +86,9 @@ export default {
'reload notes': '重新加载笔记',
'Logged in Accounts': '已登录账户',
'Add an Account': '添加账户',
Accounts: '多帐户'
Accounts: '多帐户',
'More options': '更多选项',
'Add client tag': '添加客户端标签',
'Show others this was sent via Jumble': '告诉别人这是通过 Jumble 发送的'
}
}