2023-10-06 09:21:14 +02:00
export default {
// Navbar
2023-10-09 11:19:48 +02:00
"navbar.upload" : "アップロード" ,
"navbar.signin" : "サインイン" ,
"navbar.home" : "ホーム" ,
"navbar.signup" : "会員登録" ,
"navbar.links.shares" : "自分の共有" ,
2023-10-12 14:28:03 +02:00
"navbar.links.reverse" : "ファイルリクエスト" ,
2023-10-09 11:19:48 +02:00
"navbar.avatar.account" : "マイアカウント" ,
"navbar.avatar.admin" : "管理画面" ,
"navbar.avatar.signout" : "サインアウト" ,
2023-10-06 09:21:14 +02:00
// END navbar
// /
2023-10-09 11:19:48 +02:00
"home.title" : "<h>セルフホスト</h>のファイル共有プラットフォーム。" ,
2024-07-22 11:01:20 +02:00
"home.description" : "WeTransferのようなサードパーティーサービスに自分のファイルを渡したいですか? " ,
2023-10-09 11:19:48 +02:00
"home.bullet.a.name" : "セルフホスト" ,
2024-07-22 11:01:20 +02:00
"home.bullet.a.description" : "Pingvin Shareをあなたのマシンでホストしましょう。" ,
2023-10-09 11:19:48 +02:00
"home.bullet.b.name" : "プライバシー" ,
2024-07-22 11:01:20 +02:00
"home.bullet.b.description" : "あなたのファイルはあなたのものであり、決して第三者の手に入るべきではありません。" ,
2023-10-09 11:19:48 +02:00
"home.bullet.c.name" : "ファイルサイズ制限に悩まされることはありません" ,
2024-07-22 11:01:20 +02:00
"home.bullet.c.description" : "大きなファイルもアップロード。ストレージのサイズだけが唯一の制限です。" ,
2023-10-09 11:19:48 +02:00
"home.button.start" : "始めましょう" ,
"home.button.source" : "ソースコード" ,
2023-10-06 09:21:14 +02:00
// END /
// /auth/signin
2023-10-09 11:19:48 +02:00
"signin.title" : "おかえりなさい" ,
"signin.description" : "アカウントをお持ちではありませんか?" ,
"signin.button.signup" : "会員登録" ,
"signin.input.email-or-username" : "メールアドレスまたはユーザー名" ,
2024-07-22 11:01:20 +02:00
"signin.input.email-or-username.placeholder" : "メールアドレスまたはユーザー名" ,
2023-10-09 11:19:48 +02:00
"signin.input.password" : "パスワード" ,
"signin.input.password.placeholder" : "あなたのパスワード" ,
"signin.button.submit" : "サインイン" ,
"signIn.notify.totp-required.title" : "二段階認証が必要です" ,
2024-07-22 11:01:20 +02:00
"signIn.notify.totp-required.description" : "二段階認証コードを入力してください" ,
2023-11-11 20:27:03 +01:00
"signIn.oauth.or" : "または" ,
2024-07-30 08:27:36 +02:00
"signIn.oauth.signInWith" : "サインインの方法" ,
2023-10-22 16:13:35 +02:00
"signIn.oauth.github" : "GitHub" ,
"signIn.oauth.google" : "Google" ,
"signIn.oauth.microsoft" : "Microsoft" ,
"signIn.oauth.discord" : "Discord" ,
"signIn.oauth.oidc" : "OpenID" ,
2023-10-06 09:21:14 +02:00
// END /auth/signin
// /auth/signup
2023-10-09 11:19:48 +02:00
"signup.title" : "アカウントを作成" ,
"signup.description" : "既にアカウントをお持ちですか?" ,
"signup.button.signin" : "サインイン" ,
"signup.input.username" : "ユーザー名" ,
"signup.input.username.placeholder" : "あなたのユーザー名" ,
"signup.input.email" : "メールアドレス" ,
"signup.input.email.placeholder" : "あなたのメールアドレス" ,
"signup.button.submit" : "さあ始めましょう" ,
2023-10-06 09:21:14 +02:00
// END /auth/signup
2023-10-22 16:13:35 +02:00
// /auth/totp
2023-11-11 20:27:03 +01:00
"totp.title" : "二段階認証" ,
"totp.button.signIn" : "サインイン" ,
2023-10-22 16:13:35 +02:00
// END /auth/totp
2023-10-06 09:21:14 +02:00
// /auth/reset-password
2023-10-09 11:19:48 +02:00
"resetPassword.title" : "パスワードを忘れてしまいましたか?" ,
"resetPassword.description" : "登録しているメールアドレスを入力してください。" ,
2024-07-30 08:27:36 +02:00
"resetPassword.notify.success" : "電子メールが存在する場合、パスワードをリセットするためのリンクを含むメッセージが送信されました。" ,
2023-10-09 11:19:48 +02:00
"resetPassword.button.back" : "サインインページに戻る" ,
"resetPassword.text.resetPassword" : "パスワードをリセット" ,
"resetPassword.text.enterNewPassword" : "新規パスワードを入力" ,
"resetPassword.input.password" : "新規パスワード" ,
2023-10-12 14:28:03 +02:00
"resetPassword.notify.passwordReset" : "パスワードのリセットに成功しました。" ,
2023-10-06 09:21:14 +02:00
// /account
2023-10-12 14:28:03 +02:00
"account.title" : "マイアカウント" ,
"account.card.info.title" : "アカウント情報" ,
"account.card.info.username" : "ユーザー名" ,
"account.card.info.email" : "メールアドレス" ,
"account.notify.info.success" : "アカウントの更新に成功しました" ,
"account.card.password.title" : "パスワード" ,
"account.card.password.old" : "現在のパスワード" ,
"account.card.password.new" : "新規パスワード" ,
2024-07-22 11:01:20 +02:00
"account.card.password.noPasswordSet" : "パスワードが設定されていません。メールアドレスとパスワードでサインインしたい場合は、パスワードの設定が必要です。" ,
2023-10-12 14:28:03 +02:00
"account.notify.password.success" : "パスワードの変更に成功しました" ,
2023-11-11 20:27:03 +01:00
"account.card.oauth.title" : "ソーシャルログイン" ,
2023-10-22 16:13:35 +02:00
"account.card.oauth.github" : "GitHub" ,
"account.card.oauth.google" : "Google" ,
"account.card.oauth.microsoft" : "Microsoft" ,
"account.card.oauth.discord" : "Discord" ,
"account.card.oauth.oidc" : "OpenID" ,
2023-11-11 20:27:03 +01:00
"account.card.oauth.link" : "リンク" ,
"account.card.oauth.unlink" : "リンク解除" ,
"account.card.oauth.unlinked" : "リンクされていません" ,
"account.modal.unlink.title" : "アカウントのリンクを解除" ,
2024-07-22 11:01:20 +02:00
"account.modal.unlink.description" : "ソーシャルアカウントのリンクを解除すると、ユーザー名とパスワードを覚えていない場合にアカウントへのアクセスが失われる可能性があります。" ,
2023-11-11 20:27:03 +01:00
"account.notify.oauth.unlinked.success" : "リンク解除に成功しました" ,
2023-10-12 14:28:03 +02:00
"account.card.security.title" : "セキュリティ" ,
2024-07-22 11:01:20 +02:00
"account.card.security.totp.enable.description" : "2段階認証を有効にするため、現在のパスワードを入力してください" ,
"account.card.security.totp.disable.description" : "2段階認証を無効にするため、現在のパスワードを入力してください" ,
2023-10-12 14:28:03 +02:00
"account.card.security.totp.button.start" : "開始" ,
"account.modal.totp.title" : "2段階認証を有効にする" ,
"account.modal.totp.step1" : "ステップ1: 認証アプリを追加する" ,
"account.modal.totp.step2" : "ステップ2: コードを検証" ,
"account.modal.totp.enterManually" : "手動で入力" ,
"account.modal.totp.code" : "コピー" ,
2024-06-10 17:01:59 +08:00
"common.button.clickToCopy" : "ここをクリックしてコピー" ,
2023-10-12 14:28:03 +02:00
"account.modal.totp.verify" : "検証" ,
"account.notify.totp.disable" : "2段階認証の無効化に成功しました" ,
"account.notify.totp.enable" : "2段階認証の有効化に成功しました" ,
"account.card.language.title" : "言語" ,
2024-07-22 11:01:20 +02:00
"account.card.language.description" : "プロジェクトはコミュニティによって翻訳されています。一部の言語の翻訳は不完全の場合があります。" ,
2023-10-12 14:28:03 +02:00
"account.card.color.title" : "カラースキーム" ,
2023-10-06 09:21:14 +02:00
// ThemeSwitcher.tsx
2023-10-12 14:28:03 +02:00
"account.theme.dark" : "ダーク" ,
"account.theme.light" : "ライト" ,
"account.theme.system" : "システムに合わせる" ,
"account.button.delete" : "アカウントを削除" ,
"account.modal.delete.title" : "アカウントを削除" ,
2024-07-22 11:01:20 +02:00
"account.modal.delete.description" : "全ての有効な共有を含め、アカウントに関する全てのデータを完全に削除してもよろしいですか?" ,
2023-10-06 09:21:14 +02:00
// END /account
// /account/shares
2023-10-12 14:28:03 +02:00
"account.shares.title" : "自分の共有" ,
"account.shares.title.empty" : "まだ何もありません 👀" ,
"account.shares.description.empty" : "共有しているアイテムがありません。" ,
"account.shares.button.create" : "新規作成" ,
"account.shares.info.title" : "共有情報" ,
2023-10-06 09:21:14 +02:00
"account.shares.table.id" : "ID" ,
2023-10-12 14:28:03 +02:00
"account.shares.table.name" : "名前" ,
"account.shares.table.description" : "説明" ,
"account.shares.table.visitors" : "訪問者" ,
"account.shares.table.expiresAt" : "有効期限:" ,
"account.shares.table.createdAt" : "作成日:" ,
"account.shares.table.size" : "サイズ" ,
"account.shares.modal.share-informations" : "共有情報" ,
"account.shares.modal.share-link" : "共有リンク" ,
"account.shares.modal.delete.title" : "共有を削除 {share}" ,
2024-07-22 11:01:20 +02:00
"account.shares.modal.delete.description" : "この共有を削除してもよろしいですか?" ,
2023-10-06 09:21:14 +02:00
// END /account/shares
// /account/reverseShares
2023-10-12 14:28:03 +02:00
"account.reverseShares.title" : "ファイルリクエスト" ,
2024-07-22 11:01:20 +02:00
"account.reverseShares.description" : "ファイルリクエストは、外部のユーザーにファイルをアップロードしてもらえるユニークなURLを生成できます。" ,
2023-10-12 14:28:03 +02:00
"account.reverseShares.title.empty" : "まだ何もありません 👀" ,
"account.reverseShares.description.empty" : "ファイルリクエストがありません。" ,
2023-10-06 09:21:14 +02:00
// showCreateReverseShareModal.tsx
2023-10-12 14:28:03 +02:00
"account.reverseShares.modal.title" : "ファイルリクエストを作成" ,
"account.reverseShares.modal.expiration.label" : "有効期限" ,
"account.reverseShares.modal.expiration.minute-singular" : "分間" ,
"account.reverseShares.modal.expiration.minute-plural" : "分間" ,
"account.reverseShares.modal.expiration.hour-singular" : "時間" ,
"account.reverseShares.modal.expiration.hour-plural" : "時間" ,
"account.reverseShares.modal.expiration.day-singular" : "日間" ,
"account.reverseShares.modal.expiration.day-plural" : "日間" ,
"account.reverseShares.modal.expiration.week-singular" : "週間" ,
"account.reverseShares.modal.expiration.week-plural" : "週間" ,
"account.reverseShares.modal.expiration.month-singular" : "ヶ月" ,
"account.reverseShares.modal.expiration.month-plural" : "ヶ月" ,
"account.reverseShares.modal.expiration.year-singular" : "年間" ,
"account.reverseShares.modal.expiration.year-plural" : "年間" ,
"account.reverseShares.modal.max-size.label" : "最大ファイルサイズ" ,
"account.reverseShares.modal.send-email" : "メール通知を送信" ,
2024-07-22 11:01:20 +02:00
"account.reverseShares.modal.send-email.description" : "このファイルリクエストリンクを使用して、ファイルがアップロードされた場合にメールで通知します。" ,
2024-08-25 15:30:46 +02:00
"account.reverseShares.modal.simplified" : "シンプルモード" ,
"account.reverseShares.modal.simplified.description" : "ファイルをアップロードする人が簡単に共有できるようにします。共有の名前と説明のみをカスタマイズできます。" ,
"account.reverseShares.modal.public-access" : "公開アクセス" ,
"account.reverseShares.modal.public-access.description" : "このファイルリクエストで作成された共有を公開にします。無効にすると、あなたと共有の作成者のみが閲覧できます。" ,
2023-10-12 14:28:03 +02:00
"account.reverseShares.modal.max-use.label" : "最大回数" ,
2024-07-22 11:01:20 +02:00
"account.reverseShares.modal.max-use.description" : "このURLを使用してファイルをアップロードできる最大回数です。" ,
"account.reverseShare.never-expires" : "このファイルリクエストリンクは期限切れになりません。" ,
"account.reverseShare.expires-on" : "このファイルリクエストリンクは、{expiration} に期限切れとなります。" ,
"account.reverseShares.table.no-shares" : "まだファイルがアップロードされていません" ,
2023-10-12 14:28:03 +02:00
"account.reverseShares.table.count.singular" : "共有" ,
"account.reverseShares.table.count.plural" : "共有" ,
"account.reverseShares.table.shares" : "共有" ,
"account.reverseShares.table.remaining" : "残り使用回数" ,
"account.reverseShares.table.max-size" : "最大ファイルサイズ" ,
"account.reverseShares.table.expires" : "有効期限" ,
"account.reverseShares.modal.reverse-share-link" : "ファイルリクエストリンク" ,
"account.reverseShares.modal.delete.title" : "ファイルリクエストを削除" ,
2024-07-22 11:01:20 +02:00
"account.reverseShares.modal.delete.description" : "本当にこのファイルリクエストを削除しますか?削除すると、関連するファイルアップロードも削除されます。" ,
2023-10-06 09:21:14 +02:00
// END /account/reverseShares
// /admin
2023-10-12 14:28:03 +02:00
"admin.title" : "管理画面" ,
"admin.button.users" : "ユーザー管理" ,
2024-07-30 08:27:36 +02:00
"admin.button.shares" : "共有管理" ,
2023-10-12 14:28:03 +02:00
"admin.button.config" : "設定" ,
"admin.version" : "バージョン" ,
2023-10-06 09:21:14 +02:00
// END /admin
// /admin/users
2023-10-12 14:28:03 +02:00
"admin.users.title" : "ユーザー管理" ,
"admin.users.table.username" : "ユーザー名" ,
"admin.users.table.email" : "メールアドレス" ,
"admin.users.table.admin" : "管理画面" ,
"admin.users.edit.update.title" : "ユーザー「{username}」を更新" ,
"admin.users.edit.update.admin-privileges" : "管理者権限" ,
"admin.users.edit.update.change-password.title" : "パスワードを変更" ,
"admin.users.edit.update.change-password.field" : "新規パスワード" ,
"admin.users.edit.update.change-password.button" : "新しいパスワードを保存" ,
2024-07-22 11:01:20 +02:00
"admin.users.edit.update.notify.password.success" : "パスワードの変更に成功しました" ,
2023-10-12 14:28:03 +02:00
"admin.users.edit.delete.title" : "ユーザーを削除 {username}" ,
2024-07-22 11:01:20 +02:00
"admin.users.edit.delete.description" : "このユーザーとこのユーザーに関連する全てのファイルアップロードを削除してもよろしいですか?" ,
2023-10-06 09:21:14 +02:00
// showCreateUserModal.tsx
2023-10-12 14:28:03 +02:00
"admin.users.modal.create.title" : "ユーザーを作成" ,
"admin.users.modal.create.username" : "ユーザー名" ,
"admin.users.modal.create.email" : "メールアドレス" ,
"admin.users.modal.create.password" : "パスワード" ,
"admin.users.modal.create.manual-password" : "パスワードを手動で設定" ,
2024-07-22 11:01:20 +02:00
"admin.users.modal.create.manual-password.description" : "チェックされていない場合、ユーザーにパスワードを設定する為のリンクが記載されたメールを送信します。" ,
2023-10-12 14:28:03 +02:00
"admin.users.modal.create.admin" : "管理者権限" ,
2024-07-22 11:01:20 +02:00
"admin.users.modal.create.admin.description" : "チェックされている場合、ユーザーは管理画面にアクセスできるようになります。" ,
2023-10-06 09:21:14 +02:00
// END /admin/users
2024-05-04 10:09:01 +03:00
// /admin/shares
2024-07-30 08:27:36 +02:00
"admin.shares.title" : "共有管理" ,
"admin.shares.table.id" : "共有ID" ,
"admin.shares.table.username" : "作成者" ,
"admin.shares.table.visitors" : "訪問者" ,
"admin.shares.table.expires" : "有効期限" ,
"admin.shares.edit.delete.title" : "共有 {id} を削除" ,
"admin.shares.edit.delete.description" : "この共有を削除してもよろしいですか?" ,
2024-05-04 10:09:01 +03:00
// END /admin/shares
2023-10-06 09:21:14 +02:00
// /upload
2023-10-12 14:28:03 +02:00
"upload.title" : "アップロード" ,
2024-07-22 11:01:20 +02:00
"upload.notify.generic-error" : "共有を仕上げている最中にエラーが発生しました。" ,
"upload.notify.count-failed" : "{count} ファイルがアップロードに失敗しました。再度お試しください。" ,
2023-10-06 09:21:14 +02:00
// Dropzone.tsx
2023-10-12 14:28:03 +02:00
"upload.dropzone.title" : "ファイルをアップロード" ,
2024-07-22 11:01:20 +02:00
"upload.dropzone.description" : "ここにファイルをドラッグしてアップロードを開始しましょう。{maxSize} 以下のファイルがアップロードできます。" ,
"upload.dropzone.notify.file-too-big" : "アップロードしようとしたファイルは、最大ファイルサイズの{maxSize} を超えています。" ,
2023-10-06 09:21:14 +02:00
// FileList.tsx
2023-10-12 14:28:03 +02:00
"upload.filelist.name" : "ファイル名" ,
"upload.filelist.size" : "サイズ" ,
2023-10-06 09:21:14 +02:00
// showCreateUploadModal.tsx
2023-10-12 14:28:03 +02:00
"upload.modal.title" : "共有を作成" ,
2024-07-22 11:01:20 +02:00
"upload.modal.link.error.invalid" : "文字、数字、アンダースコア、ハイフンのみ使用できます" ,
2023-10-12 14:28:03 +02:00
"upload.modal.link.error.taken" : "このリンクは既に使用されています" ,
"upload.modal.not-signed-in" : "サインインしていません" ,
2024-07-22 11:01:20 +02:00
"upload.modal.not-signed-in-description" : "共有の手動削除と訪問者カウンターは表示できません。" ,
2023-10-12 14:28:03 +02:00
"upload.modal.expires.never" : "永久" ,
"upload.modal.expires.never-long" : "期限切れにさせない" ,
2024-07-22 11:01:20 +02:00
"upload.modal.expires.error.too-long" : "設定可能な有効期限を越えています。有効期限の上限は{max} です。" ,
2023-10-12 14:28:03 +02:00
"upload.modal.link.label" : "リンク" ,
"upload.modal.expires.label" : "有効期限" ,
"upload.modal.expires.minute-singular" : "分間" ,
"upload.modal.expires.minute-plural" : "分間" ,
"upload.modal.expires.hour-singular" : "時間" ,
"upload.modal.expires.hour-plural" : "時間" ,
"upload.modal.expires.day-singular" : "日間" ,
"upload.modal.expires.day-plural" : "日間" ,
"upload.modal.expires.week-singular" : "週間" ,
"upload.modal.expires.week-plural" : "週間" ,
"upload.modal.expires.month-singular" : "ヶ月間" ,
"upload.modal.expires.month-plural" : "ヶ月間" ,
"upload.modal.expires.year-singular" : "年間" ,
"upload.modal.expires.year-plural" : "年間" ,
2024-07-30 08:27:36 +02:00
"upload.modal.accordion.name-and-description.title" : "名前と説明" ,
"upload.modal.accordion.name-and-description.name.placeholder" : "名前" ,
"upload.modal.accordion.name-and-description.description.placeholder" : "この共有に関する受信者へのメモ" ,
2023-10-12 14:28:03 +02:00
"upload.modal.accordion.email.title" : "メールで受け取る相手" ,
"upload.modal.accordion.email.placeholder" : "メールの宛先を入力" ,
"upload.modal.accordion.email.invalid-email" : "無効なメールアドレスです" ,
"upload.modal.accordion.security.title" : "セキュリティオプション" ,
"upload.modal.accordion.security.password.label" : "パスワード保護" ,
"upload.modal.accordion.security.password.placeholder" : "パスワードなし" ,
"upload.modal.accordion.security.max-views.label" : "最大閲覧回数" ,
"upload.modal.accordion.security.max-views.placeholder" : "制限なし" ,
2023-10-06 09:21:14 +02:00
// showCompletedUploadModal.tsx
2023-10-12 14:28:03 +02:00
"upload.modal.completed.never-expires" : "この共有は期限切れになりません。" ,
2024-07-22 11:01:20 +02:00
"upload.modal.completed.expires-on" : "この共有は、{expiration} に期限切れとなります。" ,
2023-10-12 14:28:03 +02:00
"upload.modal.completed.share-ready" : "共有の準備ができました" ,
2024-08-25 15:30:46 +02:00
"upload.modal.completed.notified-reverse-share-creator" : "ファイルリクエストの作成者に通知しました。他の手段でこのリンクを手動で共有することもできます。" ,
2023-10-06 09:21:14 +02:00
// END /upload
// /share/[id]
2023-10-12 14:28:03 +02:00
"share.title" : "「{shareId}」が共有されました" ,
"share.description" : "あなたと共有したファイルをご確認ください!" ,
"share.error.visitor-limit-exceeded.title" : "訪問者の上限を超えました" ,
2024-07-22 11:01:20 +02:00
"share.error.visitor-limit-exceeded.description" : "この共有からの訪問者の回数が制限を超えています。" ,
2023-10-12 14:28:03 +02:00
"share.error.removed.title" : "共有が削除されました" ,
"share.error.not-found.title" : "共有が見つかりません" ,
"share.error.not-found.description" : "お探しの共有が見つかりません。" ,
2024-08-25 15:30:46 +02:00
"share.error.access-denied.title" : "プライベートシェア" ,
"share.error.access-denied.description" : "現在のアカウントにはこの共有にアクセスする権限がありません" ,
2023-10-12 14:28:03 +02:00
"share.modal.password.title" : "パスワードが必要です" ,
2024-07-22 11:01:20 +02:00
"share.modal.password.description" : "この共有にアクセスするには、共有相手から伝えられているパスワードを入力してください。" ,
2023-10-12 14:28:03 +02:00
"share.modal.password" : "パスワード" ,
"share.modal.error.invalid-password" : "パスワードが間違っています" ,
"share.button.download-all" : "全てダウンロード" ,
2024-07-22 11:01:20 +02:00
"share.notify.download-all-preparing" : "共有は準備中です。数分後に再度お試しください。" ,
2023-10-12 14:28:03 +02:00
"share.modal.file-link" : "ファイルリンク" ,
"share.table.name" : "ファイル名" ,
"share.table.size" : "サイズ" ,
2024-07-22 11:01:20 +02:00
"share.modal.file-preview.error.not-supported.title" : "プレビューに対応していません" ,
2024-07-30 08:27:36 +02:00
"share.modal.file-preview.error.not-supported.description" : "このファイルタイプのプレビューはサポートされていません。ファイルをダウンロードして表示してください。" ,
2023-10-06 09:21:14 +02:00
// END /share/[id]
2023-11-05 12:37:48 +01:00
// /share/[id]/edit
2023-11-11 20:27:03 +01:00
"share.edit.title" : "編集 {shareId}" ,
"share.edit.append-upload" : "ファイルを追加" ,
"share.edit.notify.generic-error" : "共有の最終処理でエラーが発生しました。" ,
"share.edit.notify.save-success" : "共有の更新に成功しました" ,
2023-11-05 12:37:48 +01:00
// END /share/[id]/edit
2023-10-06 09:21:14 +02:00
// /admin/config
2023-10-12 14:28:03 +02:00
"admin.config.title" : "設定" ,
"admin.config.category.general" : "一般" ,
"admin.config.category.share" : "共有" ,
"admin.config.category.email" : "メール" ,
2023-10-06 09:21:14 +02:00
"admin.config.category.smtp" : "SMTP" ,
2023-11-11 20:27:03 +01:00
"admin.config.category.oauth" : "ソーシャルログイン" ,
2023-10-12 14:28:03 +02:00
"admin.config.general.app-name" : "アプリ名" ,
"admin.config.general.app-name.description" : "アプリの名前" ,
"admin.config.general.app-url" : "アプリ名" ,
"admin.config.general.app-url.description" : "Pingvin Shareで利用できるURL" ,
"admin.config.general.show-home-page" : "ホームページを表示する" ,
2024-07-22 11:01:20 +02:00
"admin.config.general.show-home-page.description" : "ホームページを表示するかどうか選択" ,
2024-07-30 08:27:36 +02:00
"admin.config.general.session-duration" : "セッション期間" ,
"admin.config.general.session-duration.description" : "ユーザーが再度ログインする必要がある時間(時間単位)(デフォルト: 3 か月)。" ,
2023-10-12 14:28:03 +02:00
"admin.config.general.logo" : "ロゴ" ,
2024-07-22 11:01:20 +02:00
"admin.config.general.logo.description" : "新しい画像をアップロードしてロゴを変更できます。画像は、PNG形式でアスペクト比が1:1である必要があります。" ,
2023-10-12 14:28:03 +02:00
"admin.config.general.logo.placeholder" : "画像を選択" ,
2024-07-22 11:01:20 +02:00
"admin.config.email.enable-share-email-recipients" : "メールでの共有を有効にする" ,
"admin.config.email.enable-share-email-recipients.description" : "メールで共有を送信できるようにするか選択してください。SMTPが有効になっている場合にのみ機能します。" ,
2023-10-12 14:28:03 +02:00
"admin.config.email.share-recipients-subject" : "宛先への件名" ,
2024-07-22 11:01:20 +02:00
"admin.config.email.share-recipients-subject.description" : "メールで共有された相手に送信メールの件名です。" ,
2023-10-12 14:28:03 +02:00
"admin.config.email.share-recipients-message" : "宛先への本文" ,
2024-07-22 11:01:20 +02:00
"admin.config.email.share-recipients-message.description" : "メールで共有された相手に送信されるメールの本文です。次の変数が利用できます:\n{creator} - 共有作成者のユーザー名\n{shareUrl} - 共有のURL\n{desc} - 共有の説明\n{expires} - 共有の有効期限\n変数は、実際の値によって置き換えられます。" ,
2023-10-12 14:28:03 +02:00
"admin.config.email.reverse-share-subject" : "ファイルリクエストの件名" ,
2024-07-22 11:01:20 +02:00
"admin.config.email.reverse-share-subject.description" : "あなたが作成したファイルリクエストリンクからファイルがアップロードされた場合に送信されるメールの件名です。" ,
2023-10-12 14:28:03 +02:00
"admin.config.email.reverse-share-message" : "ファイルリクエストの本文" ,
2024-07-22 11:01:20 +02:00
"admin.config.email.reverse-share-message.description" : "あなたが作成したファイルリクエストリンクからファイルがアップロードされた場合に送信されるメールの本文です。{shareUrl} は、作成者の名前とURLにより置き換えられます。" ,
2023-10-12 14:28:03 +02:00
"admin.config.email.reset-password-subject" : "パスワードリセットの件名" ,
2024-07-22 11:01:20 +02:00
"admin.config.email.reset-password-subject.description" : "パスワードリセットのリクエストがされた時に送信されるメールの件名です。" ,
2023-10-12 14:28:03 +02:00
"admin.config.email.reset-password-message" : "パスワードリセットの本文" ,
2024-07-22 11:01:20 +02:00
"admin.config.email.reset-password-message.description" : "あなたが作成したファイルリクエストリンクからファイルがアップロードされた場合に送信されるメールの本文です。{url} は、実際のパスワードリセットURLによって置き換えられます。" ,
2023-10-12 14:28:03 +02:00
"admin.config.email.invite-subject" : "無効な件名" ,
2024-07-22 11:01:20 +02:00
"admin.config.email.invite-subject.description" : "管理者がユーザーを招待したときに送信されるメールの件名です。" ,
2023-10-12 14:28:03 +02:00
"admin.config.email.invite-message" : "無効な本文" ,
2024-08-27 22:11:41 +02:00
"admin.config.email.invite-message.description" : "管理者がユーザーを招待したときに送信されるメッセージ。{url} は招待 URL に置き換えられ、{email} はユーザーの電子メールに置き換えられ、{password} はユーザーのパスワードに置き換えられます。" ,
2023-10-12 14:28:03 +02:00
"admin.config.share.allow-registration" : "登録を許可する" ,
2024-07-22 11:01:20 +02:00
"admin.config.share.allow-registration.description" : "登録を許可するかどうかを選択してください。" ,
"admin.config.share.allow-unauthenticated-shares" : "ログインしていない状態での共有を許可する" ,
"admin.config.share.allow-unauthenticated-shares.description" : "ログインしていないユーザーに共有の作成を許可するかどうかを選択してください。" ,
2023-11-11 20:27:03 +01:00
"admin.config.share.max-expiration" : "有効期限の上限" ,
2024-07-22 11:01:20 +02:00
"admin.config.share.max-expiration.description" : "共有に設定可能な有効期限の上限を時間単位で設定できます。0を設定すると、有効期限が無制限になります。" ,
2023-10-12 14:28:03 +02:00
"admin.config.share.max-size" : "最大ファイルサイズ" ,
"admin.config.share.max-size.description" : "最大ファイルサイズ( byte単位) " ,
"admin.config.share.zip-compression-level" : "Zip圧縮レベル" ,
2024-07-22 11:01:20 +02:00
"admin.config.share.zip-compression-level.description" : "ファイルサイズと圧縮速度のバランスを取るように、レベルを調整できます。有効な値は0~ 9の間で、0が無圧縮、9で最大限の圧縮となります。 " ,
2024-07-30 08:27:36 +02:00
"admin.config.share.chunk-size" : "チャンクサイズ" ,
"admin.config.share.chunk-size.description" : "インターネット接続に応じてアップロードのチャンクサイズ(バイト単位)を調整し、効率と信頼性のバランスを取ってください。不安定な接続の場合、チャンクサイズを小さくすることでアップロード成功率を高めることができ、安定した接続の場合、チャンクサイズを大きくすることでアップロード速度を速めることができます。" ,
"admin.config.share.auto-open-share-modal" : "共有モーダルを自動的に開く" ,
"admin.config.share.auto-open-share-modal.description" : "ユーザーがファイルを選択すると、共有作成モーダルが自動的に表示されるため、手動でボタンをクリックする必要がありません。" ,
2023-10-12 14:28:03 +02:00
"admin.config.smtp.enabled" : "有効" ,
2024-07-22 11:01:20 +02:00
"admin.config.smtp.enabled.description" : "SMTPを有効にするかどうかを選択してください。SMTPサーバーのホスト名、ポート番号、電子メールアドレス、ユーザー名、パスワードが入力されている場合にのみ、有効にしてください。" ,
2023-10-12 14:28:03 +02:00
"admin.config.smtp.host" : "ホスト名" ,
"admin.config.smtp.host.description" : "SMTPサーバーのホスト名" ,
"admin.config.smtp.port" : "ポート番号" ,
"admin.config.smtp.port.description" : "SMTPサーバーのポート番号" ,
"admin.config.smtp.email" : "メールアドレス" ,
"admin.config.smtp.email.description" : "送信メールに設定するメールアドレス" ,
"admin.config.smtp.username" : "ユーザー名" ,
"admin.config.smtp.username.description" : "SMTPサーバーのユーザー名" ,
"admin.config.smtp.password" : "パスワード" ,
"admin.config.smtp.password.description" : "SMTPサーバーのパスワード" ,
"admin.config.smtp.button.test" : "テストメールを送信" ,
2024-07-30 08:27:36 +02:00
"admin.config.smtp.allow-unauthorized-certificates" : "許可されていない SMTP サーバー証明書を信頼します" ,
"admin.config.smtp.allow-unauthorized-certificates.description" : "自己署名証明書を信頼する必要がある場合にのみ、これをtrueに設定してください。" ,
2023-11-11 20:27:03 +01:00
"admin.config.oauth.allow-registration" : "登録を許可する" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.allow-registration.description" : "ユーザーにソーシャルアカウント経由での登録を許可します" ,
2023-11-11 20:27:03 +01:00
"admin.config.oauth.ignore-totp" : "二段階認証を無視する" ,
2024-07-11 21:57:08 +02:00
"admin.config.oauth.ignore-totp.description" : "ソーシャルログイン時に二段階認証を無視するかどうかを設定します" ,
2024-07-30 08:27:36 +02:00
"admin.config.oauth.disable-password" : "パスワードログインを無効にする" ,
"admin.config.oauth.disable-password.description" : "パスワードログインを無効にするかどうか\nロックアウトされないように、この設定を有効にする前にOAuthプロバイダーが適切に設定されていることを確認してください。" ,
2023-10-22 16:13:35 +02:00
"admin.config.oauth.github-enabled" : "GitHub" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.github-enabled.description" : "GitHubアカウントを使用したログインを許可するかどうかを設定します" ,
2023-11-11 20:27:03 +01:00
"admin.config.oauth.github-client-id" : "GitHub クライアントID" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.github-client-id.description" : "GitHub OAuthアプリのクライアントID" ,
2023-11-11 20:27:03 +01:00
"admin.config.oauth.github-client-secret" : "GitHub クライアントシークレット" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.github-client-secret.description" : "GitHub OAuthアプリのクライアントシークレット" ,
2023-10-22 16:13:35 +02:00
"admin.config.oauth.google-enabled" : "Google" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.google-enabled.description" : "Googleアカウントを使用したログインを許可するかどうかを設定します" ,
2023-11-11 20:27:03 +01:00
"admin.config.oauth.google-client-id" : "Google クライアントID" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.google-client-id.description" : "Google OAuthアプリのクライアントID" ,
2023-11-11 20:27:03 +01:00
"admin.config.oauth.google-client-secret" : "Google クライアントシークレット" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.google-client-secret.description" : "Google OAuthアプリのクライアントシークレット" ,
2023-10-22 16:13:35 +02:00
"admin.config.oauth.microsoft-enabled" : "Microsoft" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.microsoft-enabled.description" : "Microsoftアカウントを使用したログインを許可するかどうかを設定します" ,
2023-11-11 20:27:03 +01:00
"admin.config.oauth.microsoft-tenant" : "Microsoftテナント" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.microsoft-tenant.description" : "Microsoft OAuthアプリのテナントID\ncommon: 個人のMicrosoftアカウントとMicrosoft Entra IDの職場または学校のアカウントを持つユーザーは、アプリケーションにサインインできます。 \norganizations: Microsoft Entra IDからの職場または学校のアカウントを持つユーザーのみがアプリケーションにサインインできます。\nconsumers: 個人のMicrosoftアカウントを持つユーザーのみがアプリケーションにサインインできます。\nMicrosoft Entraテナントのドメイン名またはGUID形式のテナントID: 特定のMicrosoft Entraテナント (職場または学校のアカウントを持つディレクトリメンバーまたはパーソナルMicrosoftアカウントを持つディレクトリゲスト) からのユーザーのみがアプリケーションにサインインできます。" ,
2023-11-11 20:27:03 +01:00
"admin.config.oauth.microsoft-client-id" : "Microsoft クライアントID" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.microsoft-client-id.description" : "Microsoft OAuthアプリのクライアントID" ,
"admin.config.oauth.microsoft-client-secret" : "Microsoft クライアントシークレット" ,
"admin.config.oauth.microsoft-client-secret.description" : "Microsoft OAuthアプリのクライアントシークレット" ,
2023-10-22 16:13:35 +02:00
"admin.config.oauth.discord-enabled" : "Discord" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.discord-enabled.description" : "Discordアカウントを使用したログインを許可するかどうかを設定します" ,
2024-07-30 08:27:36 +02:00
"admin.config.oauth.discord-limited-guild" : "Discord限定サーバーID" ,
"admin.config.oauth.discord-limited-guild.description" : "特定のサーバーのユーザーにサインインを制限します。無効にするには空白のままにしてください。" ,
2023-11-11 20:27:03 +01:00
"admin.config.oauth.discord-client-id" : "Discord クライアントID" ,
2024-07-22 11:01:20 +02:00
"admin.config.oauth.discord-client-id.description" : "Discord OAuthアプリのクライアントID" ,
"admin.config.oauth.discord-client-secret" : "Discord クライアントシークレット" ,
"admin.config.oauth.discord-client-secret.description" : "Discord OAuthアプリのクライアントシークレット" ,
2023-12-27 13:45:07 +01:00
"admin.config.oauth.oidc-enabled" : "OpenID Connect" ,
2024-07-30 08:27:36 +02:00
"admin.config.oauth.oidc-enabled.description" : "OpenID Connect のログインが有効かを設定します" ,
2023-12-27 13:45:07 +01:00
"admin.config.oauth.oidc-discovery-uri" : "OpenID Connect Discovery URI" ,
2024-07-30 08:27:36 +02:00
"admin.config.oauth.oidc-discovery-uri.description" : "OpenID OAuthアプリのDiscovery URI" ,
"admin.config.oauth.oidc-username-claim" : "OpenID Connect ユーザー名の要求" ,
"admin.config.oauth.oidc-username-claim.description" : "OpenID Connect ID トークンのユーザー名要求。この設定が何かわからない場合は空白のままにしてください。" ,
"admin.config.oauth.oidc-role-path" : "OpenID Connectトークンのロールへのパス" ,
"admin.config.oauth.oidc-role-path.description" : "ロールの配列を参照する有効なJMESパスでなければなりません。" + "OpenID Connectのロールを使用してアクセス権を管理することは、他のIDプロバイダが設定されておらず、パスワードログインが無効になっている場合にのみ推奨されます。この構成がわからない場合は空白のままにしてください。" + "この設定が何であるか分からない場合は空白のままにしてください。" ,
"admin.config.oauth.oidc-role-general-access" : "一般的なアクセスのためのOpenID Connectのロール" ,
"admin.config.oauth.oidc-role-general-access.description" : "一般的なアクセスに必要なロール。ログインするユーザーのロールに存在する必要があります。 " + "この設定が何であるか分からない場合は空白のままにしてください。" ,
"admin.config.oauth.oidc-role-admin-access" : "管理者アクセスのための OpenID Connectのロール" ,
"admin.config.oauth.oidc-role-admin-access.description" : "管理者アクセスに必要なロール。管理パネルにアクセスするためには、ユーザのロールに存在する必要があります。" + "この設定が何であるか分からない場合は空白のままにしてください。" ,
"admin.config.oauth.oidc-client-id" : "OpenID Connect クライアントID" ,
"admin.config.oauth.oidc-client-id.description" : "OpenID Connect OAuth アプリのクライアント ID" ,
2023-12-27 13:45:07 +01:00
"admin.config.oauth.oidc-client-secret" : "OpenID Connect Client secret" ,
2024-07-30 08:27:36 +02:00
"admin.config.oauth.oidc-client-secret.description" : "OpenID Connect OAuthアプリのクライアントシークレット" ,
2024-08-25 15:30:46 +02:00
"admin.config.category.ldap" : "LDAP" ,
2024-08-27 22:11:41 +02:00
"admin.config.ldap.enabled" : "LDAP を有効化" ,
"admin.config.ldap.enabled.description" : "ユーザーログインにLDAP認証を使用する" ,
"admin.config.ldap.url" : "サーバーURL" ,
"admin.config.ldap.url.description" : "LDAPサーバーのURL" ,
"admin.config.ldap.bind-dn" : "バインド DN" ,
"admin.config.ldap.bind-dn.description" : "ユーザー検索の実行に使用されるデフォルトのユーザー" ,
"admin.config.ldap.bind-password" : "パスワードをバインド" ,
"admin.config.ldap.bind-password.description" : "ユーザー検索ユーザーのパスワード" ,
"admin.config.ldap.search-base" : "ユーザーベース" ,
"admin.config.ldap.search-base.description" : "ユーザーの検索が実行されるベースの場所" ,
"admin.config.ldap.search-query" : "ユーザークエリ" ,
"admin.config.ldap.search-query.description" : "ユーザークエリはLDAPユーザーの「ユーザーベース」を検索するために使用されます。 %username% は、入力されたユーザーのプレースホルダとして使用できます。" ,
"admin.config.ldap.admin-groups" : "管理者グループ" ,
"admin.config.ldap.admin-groups.description" : "管理者アクセスに必要なグループです。" ,
2024-09-27 16:10:18 +02:00
"admin.config.ldap.field-name-member-of" : "User groups attribute name" ,
"admin.config.ldap.field-name-member-of.description" : "LDAP attribute name for the groups, an user is a member of. This is used when checking for the admin group." ,
"admin.config.ldap.field-name-email" : "User email attribute name" ,
"admin.config.ldap.field-name-email.description" : "LDAP attribute name for the email of an user." ,
2023-10-06 09:21:14 +02:00
// 404
2023-10-12 14:28:03 +02:00
"404.description" : "ページが見つかりません。" ,
"404.button.home" : "ホームに戻る" ,
2023-10-22 16:13:35 +02:00
// error
2023-11-11 20:27:03 +01:00
"error.title" : "エラー" ,
"error.description" : "申し訳ありません" ,
"error.button.back" : "戻る" ,
"error.msg.default" : "問題が発生しました。" ,
"error.msg.access_denied" : "認証処理を中止しました、後で再度お試しください。" ,
2024-07-22 11:01:20 +02:00
"error.msg.expired_token" : "認証処理に時間がかかりすぎています、後で再度お試しください。" ,
2024-07-30 08:27:36 +02:00
"error.msg.invalid_token" : "内部エラー" ,
2023-11-11 20:27:03 +01:00
"error.msg.no_user" : "この{0} アカウントにリンクしたユーザーが存在しません。" ,
2024-07-22 11:01:20 +02:00
"error.msg.no_email" : "この{0} アカウントからメールアドレスを取得出来ません。" ,
"error.msg.already_linked" : "この{0} アカウントは、既に別のアカウントにリンクされています。" ,
"error.msg.not_linked" : "この{0} アカウントはどのアカウントにもリンクされていません。" ,
2024-07-30 08:27:36 +02:00
"error.msg.unverified_account" : "この {0} アカウントは認証されていません。認証後にもう一度お試しください。" ,
"error.msg.user_not_allowed" : "サインインできません。" ,
"error.msg.cannot_get_user_info" : "この {0} アカウントからユーザー情報を取得できません。" ,
2023-10-22 16:13:35 +02:00
"error.param.provider_github" : "GitHub" ,
"error.param.provider_google" : "Google" ,
"error.param.provider_microsoft" : "Microsoft" ,
"error.param.provider_discord" : "Discord" ,
2023-12-27 13:45:07 +01:00
"error.param.provider_oidc" : "OpenID Connect" ,
2023-10-06 09:21:14 +02:00
// Common translations
2023-10-12 14:28:03 +02:00
"common.button.save" : "保存" ,
"common.button.create" : "作成" ,
"common.button.submit" : "送信" ,
"common.button.delete" : "削除" ,
"common.button.cancel" : "キャンセル" ,
"common.button.confirm" : "確認" ,
"common.button.disable" : "無効" ,
"common.button.share" : "共有" ,
"common.button.generate" : "生成" ,
"common.button.done" : "完了" ,
"common.text.link" : "リンク" ,
2024-07-30 08:27:36 +02:00
"common.text.navigate-to-link" : "リンクへ移動" ,
2023-10-12 14:28:03 +02:00
"common.text.or" : "または" ,
2024-09-19 15:15:27 +02:00
"common.text.redirecting" : "リダイレクトしています..." ,
2023-10-12 14:28:03 +02:00
"common.button.go-back" : "戻る" ,
2024-07-30 08:27:36 +02:00
"common.button.go-home" : "ホームに戻る" ,
2023-10-12 14:28:03 +02:00
"common.notify.copied" : "リンクをクリップボードにコピーしました" ,
"common.success" : "成功" ,
"common.error" : "エラー" ,
"common.error.unknown" : "不明なエラーが発生しました" ,
"common.error.invalid-email" : "無効なメールアドレス" ,
"common.error.too-short" : "最低{length} 文字である必要があります" ,
"common.error.too-long" : "最大{length} 文字である必要があります" ,
"common.error.exact-length" : "{length} 文字である必要があります" ,
"common.error.invalid-number" : "数字でなければなりません" ,
2024-07-22 11:01:20 +02:00
"common.error.field-required" : "これは必須項目です"
} ;