Skip to content

Commit 718ebeb

Browse files
authored
fix: Modify help information about Ollama pull (#7935)
1 parent 4101bf6 commit 718ebeb

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

frontend/src/lang/modules/en.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ const message = {
600600
model: {
601601
model: 'Model',
602602
create: 'Add Model',
603-
create_helper: 'Pull "{0}" from Ollama.com',
603+
create_helper: 'Pull "{0}"',
604604
ollama_doc: 'You can visit the Ollama official website to search and find more models.',
605605
container_conn_helper: 'Use this address for inter-container access or connection',
606606
ollama_sync: 'Syncing Ollama model found the following models do not exist, do you want to delete them?',

frontend/src/lang/modules/ja.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ const message = {
600600
model: {
601601
model: 'モデル',
602602
create: 'モデルを追加',
603-
create_helper: 'Ollama.com から "{0}" を取得',
603+
create_helper: 'を取得 "{0}"',
604604
ollama_doc: 'Ollama の公式ウェブサイトを訪れて、さらに多くのモデルを検索して見つけることができます。',
605605
container_conn_helper: 'コンテナ間のアクセスまたは接続にこのアドレスを使用',
606606
ollama_sync: 'Ollamaモデルの同期中に、以下のモデルが存在しないことが判明しました。削除しますか?',

frontend/src/lang/modules/ko.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ const message = {
596596
model: {
597597
model: '모델',
598598
create: '모델 추가',
599-
create_helper: 'Ollama.com에서 "{0}" 가져오기',
599+
create_helper: '가져오기 "{0}"',
600600
ollama_doc: 'Ollama 공식 웹사이트를 방문하여 더 많은 모델을 검색하고 찾을 수 있습니다.',
601601
container_conn_helper: '컨테이너 간 접근 또는 연결에 이 주소를 사용',
602602
ollama_sync: 'Ollama 모델 동기화 중 다음 모델이 존재하지 않음을 발견했습니다. 삭제하시겠습니까?',

frontend/src/lang/modules/ms.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ const message = {
611611
model: {
612612
model: 'Model',
613613
create: 'Tambah Model',
614-
create_helper: 'Tarik "{0}" dari Ollama.com',
614+
create_helper: 'Tarik "{0}"',
615615
ollama_doc: 'Anda boleh melawat laman web rasmi Ollama untuk mencari dan menemui lebih banyak model.',
616616
container_conn_helper: 'Gunakan alamat ini untuk akses atau sambungan antara kontena',
617617
ollama_sync:

frontend/src/lang/modules/pt-br.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ const message = {
608608
model: {
609609
model: 'Modelo',
610610
create: 'Adicionar Modelo',
611-
create_helper: 'Puxar "{0}" do Ollama.com',
611+
create_helper: 'Puxar "{0}"',
612612
ollama_doc: 'Você pode visitar o site oficial da Ollama para pesquisar e encontrar mais modelos.',
613613
container_conn_helper: 'Use este endereço para acesso ou conexão entre contêineres',
614614
ollama_sync:

frontend/src/lang/modules/ru.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ const message = {
606606
model: {
607607
model: 'Модель',
608608
create: 'Добавить модель',
609-
create_helper: 'Загрузить "{0}" с Ollama.com',
609+
create_helper: 'Загрузить "{0}"',
610610
ollama_doc: 'Вы можете посетить официальный сайт Ollama, чтобы искать и находить больше моделей.',
611611
container_conn_helper: 'Используйте этот адрес для доступа или подключения между контейнерами',
612612
ollama_sync:

frontend/src/lang/modules/tw.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ const message = {
580580
model: {
581581
model: '模型',
582582
create: '添加模型',
583-
create_helper: '從 Ollama.com 拉取 "{0}"',
583+
create_helper: '拉取 "{0}"',
584584
ollama_doc: '您可以訪問 Ollama 官方網站,搜索並查找更多模型。',
585585
container_conn_helper: '容器間訪問或連接使用此地址',
586586
ollama_sync: '同步 Ollama 模型發現下列模型不存在,是否刪除?',

frontend/src/lang/modules/zh.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ const message = {
581581
model: {
582582
model: '模型',
583583
create: '添加模型',
584-
create_helper: '从 Ollama.com 拉取 "{0}"',
584+
create_helper: '拉取 "{0}"',
585585
ollama_doc: '您可以访问 Ollama 官网,搜索并查找更多模型。',
586586
container_conn_helper: '容器间访问或连接使用此地址',
587587
ollama_sync: '同步 Ollama 模型发现下列模型不存在,是否删除?',

0 commit comments

Comments
 (0)