You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/en.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -728,7 +728,7 @@ const message = {
728
728
llm: 'TensorRT LLM',
729
729
modelDir: 'Model Directory',
730
730
commandHelper:
731
-
'After /models in the startup command, the model name needs to be completed; if external access is required, set the port in the command to be the same as the application port',
731
+
'If external access is needed, set the port in the command to be the same as the application port',
732
732
imageAlert:
733
733
'Due to the large image size, it is recommended to manually download the image to the server before installation',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/es-es.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -729,7 +729,7 @@ const message = {
729
729
llm: 'TensorRT LLM',
730
730
modelDir: 'Directorio del Modelo',
731
731
commandHelper:
732
-
'Después de /models en el comando de inicio, se debe completar el nombre del modelo; si se requiere acceso externo, configure el puerto en el comando para que sea el mismo que el puerto de la aplicación',
732
+
'Si se necesita acceso externo, establezca el puerto en el comando para que sea el mismo que el puerto de la aplicación',
733
733
imageAlert:
734
734
'Debido al gran tamaño de la imagen, se recomienda descargar manualmente la imagen al servidor antes de la instalación',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/ms.ts
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -728,8 +728,7 @@ const message = {
728
728
tensorRT: {
729
729
llm: 'TensorRT LLM',
730
730
modelDir: 'Direktori Model',
731
-
commandHelper:
732
-
'Selepas /models dalam arahan permulaan, nama model perlu dilengkapkan; jika akses luar diperlukan, tetapkan port dalam arahan sama dengan port aplikasi',
731
+
commandHelper: 'Jika akses luar diperlukan, tetapkan port dalam arahan sama dengan port aplikasi',
733
732
imageAlert:
734
733
'Disebabkan saiz imej yang besar, disyorkan untuk memuat turun imej secara manual ke pelayan sebelum pemasangan',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/pt-br.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -725,7 +725,7 @@ const message = {
725
725
llm: 'TensorRT LLM',
726
726
modelDir: 'Diretório do Modelo',
727
727
commandHelper:
728
-
'Após /models no comando de inicialização, o nome do modelo precisa ser completado; se for necessário acesso externo, defina a porta no comando para ser a mesma que a porta do aplicativo',
728
+
'Se for necessário acesso externo, defina a porta no comando para ser a mesma que a porta do aplicativo',
729
729
imageAlert:
730
730
'Devido ao grande tamanho da imagem, recomenda-se baixar manualmente a imagem para o servidor antes da instalação',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/ru.ts
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -722,8 +722,7 @@ const message = {
722
722
tensorRT: {
723
723
llm: 'TensorRT LLM',
724
724
modelDir: 'Каталог модели',
725
-
commandHelper:
726
-
'После /models в команде запуска необходимо указать имя модели; если требуется внешний доступ, установите порт в команде таким же, как порт приложения',
725
+
commandHelper: 'Если требуется внешний доступ, установите порт в команде таким же, как порт приложения',
727
726
imageAlert:
728
727
'Из-за большого размера образа рекомендуется вручную загрузить образ на сервер перед установкой',
Copy file name to clipboardExpand all lines: frontend/src/lang/modules/tr.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -737,7 +737,7 @@ const message = {
737
737
llm: 'TensorRT LLM',
738
738
modelDir: 'Model Dizini',
739
739
commandHelper:
740
-
'Başlatma komutundaki /models sonrasında model adı tamamlanmalıdır; harici erişim gerekiyorsa, komuttaki bağlantı noktasını uygulama bağlantı noktasıyla aynı olacak şekilde ayarlayın',
740
+
'Harici erişim gerekiyorsa, komuttaki bağlantı noktasını uygulama bağlantı noktasıyla aynı olacak şekilde ayarlayın',
741
741
imageAlert:
742
742
'Görüntü boyutu büyük olduğundan, kurulumdan önce görüntüyü sunucuya manuel olarak indirmeniz önerilir',
0 commit comments