Skip to content

i18n(ja): Add guides/sessions.mdx #11507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jp-knj
Copy link

@jp-knj jp-knj commented Apr 23, 2025

Description (required)

This PR adds a complete Japanese (ja) translation of the Sessions guide.

This translation improves the documentation experience for Japanese-speaking developers and moves the Astro Docs project one step closer to full i18n coverage.

Related issues & labels (optional)

  • Suggested label: i18n (or translation: ja)

@github-actions github-actions bot added the i18n Anything to do with internationalization & translation efforts - ask @YanThomas for help! label Apr 23, 2025
Copy link

netlify bot commented Apr 23, 2025

Deploy Preview for astro-docs-2 ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit fd19f40
🔍 Latest deploy log https://app.netlify.com/sites/astro-docs-2/deploys/6808e86d4a2c7100087c78d2
😎 Deploy Preview https://deploy-preview-11507--astro-docs-2.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@astrobot-houston
Copy link
Contributor

astrobot-houston commented Apr 23, 2025

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
ja/guides/sessions.mdx Localization added, will be marked as complete.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

@jp-knj jp-knj marked this pull request as ready for review April 23, 2025 13:18
@jp-knj jp-knj changed the title i18n(ja): Add 'guides/sessions.mdx' i18n(ja): Add guides/sessions.mdx Apr 23, 2025

セッションは、[オンデマンドレンダリングページ](/ja/guides/on-demand-rendering/)のリクエスト間でデータを共有するための方法です。

[`cookies`](/ja/guides/on-demand-rendering/#cookies)とは異なり、セッションはサーバーでデータを保存するため、より大きなデータを保存することができます。また、サイズ制限やセキュリティの問題も気にする必要がありません。ユーザーのデータ、ショッピングカート、フォームの状態などを保存するのに便利です。クライアント側のJavaScriptを使わないで機能します。
Copy link
Author

Choose a reason for hiding this comment

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

Unlike cookies, sessions are stored on the server, so you can keep larger amounts of data without worrying about size limits or security issues. They’re handy for persisting things like user data, shopping carts, and form state—all without any client-side JavaScript.

I’ve broken it up with periods for clarity.

ストレージドライバーの設定方法やその他の設定項目の詳細については、[session設定オプション](/ja/reference/configuration-reference/#session-options)を参照してください。
</ReadMore>

## セッションデータを操作する
Copy link
Author

Choose a reason for hiding this comment

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

“Interacting with session data” を直訳すると「セッションデータとのやり取り」や「セッションデータと対話する」といった不自然な見出しになる。ドキュメントの見出しとして読みやすく、内容も伝わる日本語にするなら、”セッションデータの扱い方”か”セッションデータを操作する”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
i18n Anything to do with internationalization & translation efforts - ask @YanThomas for help!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants