mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-28 19:14:13 +08:00
fix: Modify help information about Ollama pull (#7935)
This commit is contained in:
parent
4101bf691d
commit
718ebeb203
@ -600,7 +600,7 @@ const message = {
|
||||
model: {
|
||||
model: 'Model',
|
||||
create: 'Add Model',
|
||||
create_helper: 'Pull "{0}" from Ollama.com',
|
||||
create_helper: 'Pull "{0}"',
|
||||
ollama_doc: 'You can visit the Ollama official website to search and find more models.',
|
||||
container_conn_helper: 'Use this address for inter-container access or connection',
|
||||
ollama_sync: 'Syncing Ollama model found the following models do not exist, do you want to delete them?',
|
||||
|
@ -600,7 +600,7 @@ const message = {
|
||||
model: {
|
||||
model: 'モデル',
|
||||
create: 'モデルを追加',
|
||||
create_helper: 'Ollama.com から "{0}" を取得',
|
||||
create_helper: 'を取得 "{0}"',
|
||||
ollama_doc: 'Ollama の公式ウェブサイトを訪れて、さらに多くのモデルを検索して見つけることができます。',
|
||||
container_conn_helper: 'コンテナ間のアクセスまたは接続にこのアドレスを使用',
|
||||
ollama_sync: 'Ollamaモデルの同期中に、以下のモデルが存在しないことが判明しました。削除しますか?',
|
||||
|
@ -596,7 +596,7 @@ const message = {
|
||||
model: {
|
||||
model: '모델',
|
||||
create: '모델 추가',
|
||||
create_helper: 'Ollama.com에서 "{0}" 가져오기',
|
||||
create_helper: '가져오기 "{0}"',
|
||||
ollama_doc: 'Ollama 공식 웹사이트를 방문하여 더 많은 모델을 검색하고 찾을 수 있습니다.',
|
||||
container_conn_helper: '컨테이너 간 접근 또는 연결에 이 주소를 사용',
|
||||
ollama_sync: 'Ollama 모델 동기화 중 다음 모델이 존재하지 않음을 발견했습니다. 삭제하시겠습니까?',
|
||||
|
@ -611,7 +611,7 @@ const message = {
|
||||
model: {
|
||||
model: 'Model',
|
||||
create: 'Tambah Model',
|
||||
create_helper: 'Tarik "{0}" dari Ollama.com',
|
||||
create_helper: 'Tarik "{0}"',
|
||||
ollama_doc: 'Anda boleh melawat laman web rasmi Ollama untuk mencari dan menemui lebih banyak model.',
|
||||
container_conn_helper: 'Gunakan alamat ini untuk akses atau sambungan antara kontena',
|
||||
ollama_sync:
|
||||
|
@ -608,7 +608,7 @@ const message = {
|
||||
model: {
|
||||
model: 'Modelo',
|
||||
create: 'Adicionar Modelo',
|
||||
create_helper: 'Puxar "{0}" do Ollama.com',
|
||||
create_helper: 'Puxar "{0}"',
|
||||
ollama_doc: 'Você pode visitar o site oficial da Ollama para pesquisar e encontrar mais modelos.',
|
||||
container_conn_helper: 'Use este endereço para acesso ou conexão entre contêineres',
|
||||
ollama_sync:
|
||||
|
@ -606,7 +606,7 @@ const message = {
|
||||
model: {
|
||||
model: 'Модель',
|
||||
create: 'Добавить модель',
|
||||
create_helper: 'Загрузить "{0}" с Ollama.com',
|
||||
create_helper: 'Загрузить "{0}"',
|
||||
ollama_doc: 'Вы можете посетить официальный сайт Ollama, чтобы искать и находить больше моделей.',
|
||||
container_conn_helper: 'Используйте этот адрес для доступа или подключения между контейнерами',
|
||||
ollama_sync:
|
||||
|
@ -580,7 +580,7 @@ const message = {
|
||||
model: {
|
||||
model: '模型',
|
||||
create: '添加模型',
|
||||
create_helper: '從 Ollama.com 拉取 "{0}"',
|
||||
create_helper: '拉取 "{0}"',
|
||||
ollama_doc: '您可以訪問 Ollama 官方網站,搜索並查找更多模型。',
|
||||
container_conn_helper: '容器間訪問或連接使用此地址',
|
||||
ollama_sync: '同步 Ollama 模型發現下列模型不存在,是否刪除?',
|
||||
|
@ -581,7 +581,7 @@ const message = {
|
||||
model: {
|
||||
model: '模型',
|
||||
create: '添加模型',
|
||||
create_helper: '从 Ollama.com 拉取 "{0}"',
|
||||
create_helper: '拉取 "{0}"',
|
||||
ollama_doc: '您可以访问 Ollama 官网,搜索并查找更多模型。',
|
||||
container_conn_helper: '容器间访问或连接使用此地址',
|
||||
ollama_sync: '同步 Ollama 模型发现下列模型不存在,是否删除?',
|
||||
|
Loading…
x
Reference in New Issue
Block a user