Skip to content

Commit

Permalink
Updated translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbean393 committed Nov 18, 2024
1 parent 6803c8a commit dd89e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Sidekick/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -1651,12 +1651,12 @@
}
}
},
"The endpoint on the server used for inference. This endpoint must be accessible from this device, and provide an OpenAI compatible API. (e.g. http://localhost:11434, where http://localhost:11434/v1/chat/completions is accessible)\n\nTo ensure privacy and security of your data, host your own server." : {
"The endpoint on the server used for inference. This endpoint must be accessible from this device, and provide an OpenAI compatible API. (e.g. http://localhost:8000, where http://localhost:8000/v1/chat/completions is accessible)\n\nTo ensure privacy and security of your data, host your own server." : {
"localizations" : {
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "用于推理的服务器上的端点。此端点必须可从此设备访问,并提供与 OpenAI 兼容的 API。 (例如 http://localhost:11434,其中 http://localhost:11434/v1/chat/completions 可被访问)\n\n为保障隐私和数据安全,我们建议你托管您自己的服务器。"
"value" : "用于推理的服务器上的端点。此端点必须可从此设备访问,并提供与 OpenAI 兼容的 API。 (例如 http://localhost:8000,其中 http://localhost:8000/v1/chat/completions 可被访问)\n\n为保障隐私和数据安全,我们建议你托管您自己的服务器。"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion Sidekick/Views/Settings/InferenceSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ struct InferenceSettingsView: View {
Text("Endpoint")
.font(.title3)
.bold()
Text("The endpoint on the server used for inference. This endpoint must be accessible from this device, and provide an OpenAI compatible API. (e.g. http://localhost:11434, where http://localhost:11434/v1/chat/completions is accessible)\n\nTo ensure privacy and security of your data, host your own server.")
Text("The endpoint on the server used for inference. This endpoint must be accessible from this device, and provide an OpenAI compatible API. (e.g. http://localhost:8000, where http://localhost:8000/v1/chat/completions is accessible)\n\nTo ensure privacy and security of your data, host your own server.")
.font(.caption)
}
Spacer()
Expand Down

0 comments on commit dd89e10

Please sign in to comment.