Skip to content

i18n(ja): update JA Text in sveltkit.mdx - #4015

Open
J1-takai wants to merge 2 commits into
tauri-apps:v2from
J1-takai:update2609
Open

i18n(ja): update JA Text in sveltkit.mdx#4015
J1-takai wants to merge 2 commits into
tauri-apps:v2from
J1-takai:update2609

Conversation

@J1-takai

Copy link
Copy Markdown
Contributor

Description

"i18n(ja): update JA Text in sveltkit.mdx up to EN PR#3387;

  • Sveltkit/Svelt version numbers are updated to 2.20.4 / 5.25.8.
  • in ## Checklist Section: added 2nd item in the list (it was missing in JA).
  • in ## Example Configuration:
    • Step 3: in Code section, in kit { }; fallback: 'index.html'line is added;
    • Step 4: translation error was corrected.
  • Re-wording/re-phrasing of the overall Japanese Texts for better readability

@J1-takai
J1-takai requested a review from a team as a code owner July 27, 2026 08:22
@github-project-automation github-project-automation Bot moved this to 🪵 Backlog in Documentation Jul 27, 2026
@netlify

netlify Bot commented Jul 27, 2026

Copy link
Copy Markdown

Deploy Preview for tauri-v2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit f0d030d
🔍 Latest deploy log https://app.netlify.com/projects/tauri-v2/deploys/6a69c84845c508000899da27
😎 Deploy Preview https://deploy-preview-4015--tauri-v2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 98 (🔴 down 1 from production)
Accessibility: 98 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Jul 27, 2026

Copy link
Copy Markdown

Deploy Preview for tauri-releases canceled.

Name Link
🔨 Latest commit f0d030d
🔍 Latest deploy log https://app.netlify.com/projects/tauri-releases/deploys/6a69c8481a60b20009aaf99a

@github-actions github-actions Bot added i18n Is this related to translations? i18n: ja Is this related to it translations? labels Jul 27, 2026
Comment on lines +154 to +156
**SPA** Single-Page Application: シングルページ・アプリケーション。単一のページで構成された Web アプリケーションで、最初に必要なコードを読み込んでおき、利用者の操作に応じて動的にサーバーと通信して必要な部分の内容のみ更新を行なう方式(ページ全体の再読込が発生しない)。
**SSG** Static Site Generation: 静的サイト生成。ビルド時に静的なHTMLファイルを生成し、それを再利用する方式。
**SSR** Server-Side Rendering: サーバーサイド・レンダリング。クライアントのリクエスト時にサーバー側でHTMLを生成し、ブラウザに返す方式。

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, SPA not necessarily has to contact a server, in the old days, the SPA were pages made in adobe flash, nowawdays we can have SPA made in multiple ways that works totally by itself online or not (as within a Tauri app) or just a plain SPA website for demo. The main difference from SSG is that SPA is 'built' at runtime, not sure 'built' is the correct word, while SSG you got the full html/js/css ready for serve. And SPA vs SSR is that the 'build' part happens locally (SPA) or remotely (SSR)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vasfvitor Thank you for your comments and explanation. This TranslationNote is aimed to provide JA readers a quick reference for the look-alike acronyms SPA/SSG/SSR which are confusing for us (JA). Probably the technical details are not necessary here, so I will revise the TranslationNote just to show the translation words only.

BTW, it would be nice if Tauri Glossary page is available somewhere in the Tauri-Doc.

Updated Japanese translations for SPA, SSG, and SSR definitions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

i18n: ja Is this related to it translations? i18n Is this related to translations?

Projects

Status: 🪵 Backlog

Development

Successfully merging this pull request may close these issues.

2 participants