From 5627b466bf3e96bdb19e9e80bd870a2d4a872a3c Mon Sep 17 00:00:00 2001 From: qingjiao Date: Tue, 21 Apr 2026 09:38:24 +0800 Subject: [PATCH] 20260421 --- src/lang/en.js | 6 ++++-- src/lang/pt.js | 6 ++++-- src/lang/zh.js | 4 +++- src/views/agreement/index.vue | 35 +++++++++++++++++++++++++---------- 4 files changed, 36 insertions(+), 15 deletions(-) diff --git a/src/lang/en.js b/src/lang/en.js index 21e9b79..fbac820 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -11,7 +11,7 @@ export default { factorySetting: 'System Management', profile: 'Profile', urlTitle: 'Network Broadcast Terminal', - operationLog: 'Operation Log' + operationLog: 'Operation Log', }, navbar: { dashboard: 'Dashboard', @@ -195,7 +195,9 @@ export default { rtspPort: 'RTSP Port', rtpPort: 'RTP Port', portConflict: ' Conflict', - PortNumbersCannotBeTheSame: 'The ports cannot be the same' + PortNumbersCannotBeTheSame: 'The ports cannot be the same', + SIP_Port:'SIP Port', + SIP_RTP_Port:'SIP RTP Port' }, theme: { change: 'Change Theme', diff --git a/src/lang/pt.js b/src/lang/pt.js index a876c36..7aa4fe1 100644 --- a/src/lang/pt.js +++ b/src/lang/pt.js @@ -11,7 +11,7 @@ export default { factorySetting: 'Sistema', profile: 'Usuário', urlTitle: 'Corneta Khomp', - operationLog: 'Registros' + operationLog: 'Registros', }, navbar: { dashboard: 'Configurações', @@ -195,7 +195,9 @@ export default { rtspPort: 'Porta RTSP', rtpPort: 'Porta RTP', portConflict: ' Conflito', - PortNumbersCannotBeTheSame: 'As portas não podem ser iguais' + PortNumbersCannotBeTheSame: 'As portas não podem ser iguais', + SIP_Port:'Porta SIP', + SIP_RTP_Port:'Porta SIP RTP', }, theme: { change: 'Mudar Tema', diff --git a/src/lang/zh.js b/src/lang/zh.js index 8c924aa..e712fcd 100644 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -187,7 +187,9 @@ export default { rtspPort: 'RTSP端口', rtpPort: 'RTP端口', portConflict: ' 冲突', - PortNumbersCannotBeTheSame: '端口号不能相同' + PortNumbersCannotBeTheSame: '端口号不能相同', + SIP_Port:'SIP端口', + SIP_RTP_Port:'SIP RTP端口', }, theme: { change: '换肤', diff --git a/src/views/agreement/index.vue b/src/views/agreement/index.vue index 8581868..dcd90b8 100644 --- a/src/views/agreement/index.vue +++ b/src/views/agreement/index.vue @@ -96,6 +96,12 @@ + + + + + +