diff --git a/src/components/MsgPublish.vue b/src/components/MsgPublish.vue index c8a432ae3..fbacb0d97 100644 --- a/src/components/MsgPublish.vue +++ b/src/components/MsgPublish.vue @@ -42,9 +42,9 @@ > {{ item.topic }} QoS:{{ item.qos }} - retain:{{ item.retain ? '1' : '0' }} + + retain:{{ item.retain ? '1' : '0' }} + @@ -334,10 +334,13 @@ export default class MsgPublish extends Vue { display: flex; justify-content: space-around; .publish-footer { + width: 100%; flex: 1 1 auto; } .publish-right-bar { width: 85px; + position: absolute; + right: 0; .history-icon { width: 70px; height: 10px; diff --git a/src/components/SubscriptionsList.vue b/src/components/SubscriptionsList.vue index 3d8b10c4b..e05c812c1 100644 --- a/src/components/SubscriptionsList.vue +++ b/src/components/SubscriptionsList.vue @@ -2,11 +2,11 @@
diff --git a/src/lang/about.ts b/src/lang/about.ts index 709896d5d..e993983d4 100644 --- a/src/lang/about.ts +++ b/src/lang/about.ts @@ -32,8 +32,7 @@ export default { emqxDesc: { zh: '一款完全开源,高可用低时延的百万级分布式物联网 MQTT 5.0 消息服务器。', // tslint:disable-next-line:max-line-length - en: - 'is a fully open source, highly scalable, highly available distributed MQTT 5.0 messaging broker for IoT, M2M and mobile applications.', + en: 'is a fully open source, highly scalable, highly available distributed MQTT 5.0 messaging broker for IoT, M2M and mobile applications.', ja: 'は完全なオープンソース、高可用性、低レイテンシのミリオンレベルの分散型IoT MQTT 5.0メッセージサーバです。', }, emqxLocal: { diff --git a/src/lang/common.ts b/src/lang/common.ts index ced9dc016..39a507563 100644 --- a/src/lang/common.ts +++ b/src/lang/common.ts @@ -150,11 +150,8 @@ export default { ja: 'この機能はベータテスト中です', }, cloud: { - zh: - '需要一个云原生的全托管 MQTT 服务?一键部署 EMQ X Cloud', - en: - 'Need a Cloud-Native fully-managed MQTT broker? Try EMQ X Cloud now!', - ja: - 'Need a Cloud-Native fully-managed MQTT broker? Try EMQ X Cloud now!', + zh: '需要一个云原生的全托管 MQTT 服务?一键部署 EMQ X Cloud', + en: 'Need a Cloud-Native fully-managed MQTT broker? Try EMQ X Cloud now!', + ja: 'Need a Cloud-Native fully-managed MQTT broker? Try EMQ X Cloud now!', }, } diff --git a/src/lang/connections.ts b/src/lang/connections.ts index b675c665d..20e9ab6bc 100644 --- a/src/lang/connections.ts +++ b/src/lang/connections.ts @@ -87,8 +87,7 @@ export default { qosSubSysFailed: { zh: '拒绝了$SYS主题,错误的 QoS,MQTT Broker 拒绝了订阅。请检查 ACL 配置', en: 'Rejected the $SYS topic,Unexpected QoS, MQTT Broker declined the subscription. Please check ACL configuration', - ja: - '$SYSトピックを拒否しま。した予期しないQoS、MQTT Brokerはサブスクリプションを拒否しました。ACL構成を確認してください', + ja: '$SYSトピックを拒否しま。した予期しないQoS、MQTT Brokerはサブスクリプションを拒否しました。ACL構成を確認してください', }, qosSubFailed: { zh: '错误的 QoS, SubACK 失败, 请检查 MQTT broker 设置', diff --git a/src/lang/settings.ts b/src/lang/settings.ts index cef978c52..cdaade785 100644 --- a/src/lang/settings.ts +++ b/src/lang/settings.ts @@ -76,9 +76,7 @@ export default { }, autoResubDesc: { zh: '重连时,对连接的订阅列表进行恢复订阅,仅在 Clean Session 为 True 时有效', - en: - 'When reconnecting, the subscription list of the connection will be automatically resubscribed, which is only valid when Clean Session is True', - ja: - '再接続すると、接続のサブスクリプションリストが自動的に再サブスクライブされます。これは、クリーンセッションがTrueの場合にのみ有効です', + en: 'When reconnecting, the subscription list of the connection will be automatically resubscribed, which is only valid when Clean Session is True', + ja: '再接続すると、接続のサブスクリプションリストが自動的に再サブスクライブされます。これは、クリーンセッションがTrueの場合にのみ有効です', }, }