前端补充不推荐房间ID的提示

This commit is contained in:
John Smith 2024-03-03 09:56:11 +08:00
parent bc89552701
commit 58afbbf888
3 changed files with 6 additions and 6 deletions

View File

@ -20,9 +20,9 @@ export default {
disabledByServer: 'Disabled by the server', disabledByServer: 'Disabled by the server',
general: 'General', general: 'General',
useAuthCodeWarning: 'Please prioritize the identity code', useAuthCodeWarning: 'Please prioritize the identity code, otherwise the avatars and usernames will not display',
room: 'Room', room: 'Room',
roomId: 'Room ID', roomId: 'Room ID (not recommended)',
authCode: 'Identity code', authCode: 'Identity code',
howToGetAuthCode: 'How to get identity code', howToGetAuthCode: 'How to get identity code',
showDanmaku: 'Show messages', showDanmaku: 'Show messages',

View File

@ -20,9 +20,9 @@ export default {
disabledByServer: 'サーバーによって無効にされました', disabledByServer: 'サーバーによって無効にされました',
general: '常規', general: '常規',
useAuthCodeWarning: 'アイデンティティコードを優先的に使用してください', useAuthCodeWarning: 'アイデンティティコードを優先的に使用してください。そうしないと、アイコンやユーザー名が表示されません',
room: 'ルーム', room: 'ルーム',
roomId: 'ルームID', roomId: 'ルームID(推奨されません)',
authCode: 'アイデンティティコード', authCode: 'アイデンティティコード',
howToGetAuthCode: 'アイデンティティコードの取得方法', howToGetAuthCode: 'アイデンティティコードの取得方法',
showDanmaku: 'コメントを表示する', showDanmaku: 'コメントを表示する',

View File

@ -20,9 +20,9 @@ export default {
disabledByServer: '已被服务器禁用', disabledByServer: '已被服务器禁用',
general: '常规', general: '常规',
useAuthCodeWarning: '请优先使用身份码', useAuthCodeWarning: '请优先使用身份码,否则无法显示头像和昵称',
room: '房间', room: '房间',
roomId: '房间ID', roomId: '房间ID(不推荐)',
authCode: '身份码', authCode: '身份码',
howToGetAuthCode: '如何获取身份码', howToGetAuthCode: '如何获取身份码',
showDanmaku: '显示弹幕', showDanmaku: '显示弹幕',