Charles 0ccb248d91
Add Languages (#1499)
Co-authored-by: Boy132 <mail@boy132.de>
2025-07-08 21:16:11 -04:00

45 lines
2.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'heading' => 'Pelicanへようこそ',
'version' => 'バージョン: :version',
'advanced' => '詳細設定',
'server' => 'サーバー',
'user' => 'ユーザー',
'sections' => [
'intro-developers' => [
'heading' => '開発者向け情報',
'content' => '開発版をお試しいただき、ありがとうございます!',
'extra_note' => 'もし問題が発生した場合は、GitHubでご報告ください。',
'button_issues' => 'Issueを作成',
'button_features' => '機能について議論する',
],
'intro-update-available' => [
'heading' => 'アップデート利用可能',
'content' => ':latestVersion が利用可能になりました!パネルを更新するには、ドキュメントをご覧ください。',
],
'intro-no-update' => [
'heading' => 'お使いのパネルは最新の状態です',
'content' => '現在ご利用中のバージョンは :version です。パネルは最新の状態です!',
],
'intro-first-node' => [
'heading' => 'ノードが検出されません',
'content' => 'ノードがまだ設定されていないようです。ご安心ください。アクションボタンをクリックするだけで、最初のノードを作成できます!',
'extra_note' => 'もし問題が発生した場合は、GitHubでご報告ください。',
'button_label' => 'Pelicanで最初のードを作成',
],
'intro-support' => [
'heading' => 'Pelican をサポート',
'content' => 'Pelicanをご利用いただき、ありがとうございます。これは、皆様、貢献者の皆様、そしてその他のサポーターの皆様のご支援のおかげで実現できたものです',
'extra_note' => 'どなたからのいかなるご支援も、心より感謝申し上げます。',
'button_translate' => '翻訳に協力する',
'button_donate' => '直接寄付',
],
'intro-help' => [
'heading' => 'お困りですか?',
'content' => 'まずドキュメントをご確認くださいそれでもお困りの場合は、Discordサーバーにアクセスしてください',
'button_docs' => 'ドキュメントを読む',
],
],
];