[PR #3076] [CLOSED] Add Japanese translation of documentation #36927

Closed
opened 2026-04-22 21:34:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/3076
Author: @jesseclin
Created: 3/12/2024
Status: Closed

Base: mainHead: main


📝 Commits (7)

📊 Changes

16 files changed (+2820 additions, -0 deletions)

View changed files

README_ja.md (+357 -0)
docs/ja/README.md (+21 -0)
docs/ja/api.md (+1049 -0)
docs/ja/development.md (+129 -0)
docs/ja/faq.md (+192 -0)
docs/ja/import.md (+169 -0)
docs/ja/linux.md (+128 -0)
docs/ja/modelfile.md (+220 -0)
docs/ja/openai.md (+141 -0)
docs/ja/troubleshooting.md (+93 -0)
docs/ja/tutorials.md (+9 -0)
docs/ja/tutorials/fly-gpu.md (+79 -0)
docs/ja/tutorials/langchainjs.md (+76 -0)
docs/ja/tutorials/langchainpy.md (+83 -0)
docs/ja/tutorials/nvidia-jetson.md (+36 -0)
docs/ja/windows.md (+38 -0)

📄 Description

Follow-up of issue Id #2371:

  • README_ja.md: Translation of README.md
  • docs/ja/: Translation of docs/...

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/3076 **Author:** [@jesseclin](https://github.com/jesseclin) **Created:** 3/12/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (7) - [`791cdf4`](https://github.com/ollama/ollama/commit/791cdf416c4b882ef88a8498397c64db6c7e5e8b) Added Japanese translation of documentation - [`551f7e7`](https://github.com/ollama/ollama/commit/551f7e76cd25b72a3e66de1114ef889414da7ae7) Merge branch 'ollama:main' into main - [`a5d6b5b`](https://github.com/ollama/ollama/commit/a5d6b5b574cf07fdfbfdf8f73bf8863bbecde085) Merge branch 'ollama:main' into main - [`94a721e`](https://github.com/ollama/ollama/commit/94a721e1a5f2eeb1995613690c9cbacb44bafcfd) Update Japanese version of documents - [`e135e08`](https://github.com/ollama/ollama/commit/e135e08bd4078d4a7b2d3eba302abae719c7194d) Relocate doc position - [`e9cb6f5`](https://github.com/ollama/ollama/commit/e9cb6f531b9fe411b0b32e82f3203bd18ac09fd0) Merge branch 'main' of https://github.com/jesseclin/ollama into main - [`76c3108`](https://github.com/ollama/ollama/commit/76c310898404e407405b321a96b7905842d8e1d3) Merge branch 'ollama:main' into main ### 📊 Changes **16 files changed** (+2820 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `README_ja.md` (+357 -0) ➕ `docs/ja/README.md` (+21 -0) ➕ `docs/ja/api.md` (+1049 -0) ➕ `docs/ja/development.md` (+129 -0) ➕ `docs/ja/faq.md` (+192 -0) ➕ `docs/ja/import.md` (+169 -0) ➕ `docs/ja/linux.md` (+128 -0) ➕ `docs/ja/modelfile.md` (+220 -0) ➕ `docs/ja/openai.md` (+141 -0) ➕ `docs/ja/troubleshooting.md` (+93 -0) ➕ `docs/ja/tutorials.md` (+9 -0) ➕ `docs/ja/tutorials/fly-gpu.md` (+79 -0) ➕ `docs/ja/tutorials/langchainjs.md` (+76 -0) ➕ `docs/ja/tutorials/langchainpy.md` (+83 -0) ➕ `docs/ja/tutorials/nvidia-jetson.md` (+36 -0) ➕ `docs/ja/windows.md` (+38 -0) </details> ### 📄 Description Follow-up of issue Id #2371: - README_ja.md: Translation of README.md - docs/ja/: Translation of docs/... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-22 21:34:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#36927