From 688ae6c86e3ea14e19c9eb2fa77fda2c6bc70582 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Thu, 12 Oct 2023 14:28:03 +0200 Subject: [PATCH] New translations en-us.ts (Japanese) (#281) --- frontend/src/i18n/translations/ja-JP.ts | 488 ++++++++++++------------ 1 file changed, 244 insertions(+), 244 deletions(-) diff --git a/frontend/src/i18n/translations/ja-JP.ts b/frontend/src/i18n/translations/ja-JP.ts index 2c62d27..163b19d 100644 --- a/frontend/src/i18n/translations/ja-JP.ts +++ b/frontend/src/i18n/translations/ja-JP.ts @@ -5,7 +5,7 @@ export default { "navbar.home": "ホーム", "navbar.signup": "会員登録", "navbar.links.shares": "自分の共有", - "navbar.links.reverse": "自分と共有", + "navbar.links.reverse": "ファイルリクエスト", "navbar.avatar.account": "マイアカウント", "navbar.avatar.admin": "管理画面", "navbar.avatar.signout": "サインアウト", @@ -52,273 +52,273 @@ export default { "resetPassword.text.resetPassword": "パスワードをリセット", "resetPassword.text.enterNewPassword": "新規パスワードを入力", "resetPassword.input.password": "新規パスワード", - "resetPassword.notify.passwordReset": "Your password has been reset successfully.", + "resetPassword.notify.passwordReset": "パスワードのリセットに成功しました。", // /account - "account.title": "My account", - "account.card.info.title": "Account info", - "account.card.info.username": "Username", - "account.card.info.email": "Email", - "account.notify.info.success": "Account updated successfully", - "account.card.password.title": "Password", - "account.card.password.old": "Old password", - "account.card.password.new": "New password", - "account.notify.password.success": "Password changed successfully", - "account.card.security.title": "Security", - "account.card.security.totp.enable.description": "Enter your current password to start enabling TOTP", - "account.card.security.totp.disable.description": "Enter your current password to disable TOTP", - "account.card.security.totp.button.start": "Start", - "account.modal.totp.title": "Enable TOTP", - "account.modal.totp.step1": "Step 1: Add your authenticator", - "account.modal.totp.step2": "Step 2: Validate your code", - "account.modal.totp.enterManually": "Enter manually", - "account.modal.totp.code": "Code", - "account.modal.totp.clickToCopy": "Click to copy", - "account.modal.totp.verify": "Verify", - "account.notify.totp.disable": "TOTP disabled successfully", - "account.notify.totp.enable": "TOTP enabled successfully", - "account.card.language.title": "Language", - "account.card.language.description": "The project is translated by the community. Some languages might be incomplete.", - "account.card.color.title": "Color scheme", + "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": "新規パスワード", + "account.notify.password.success": "パスワードの変更に成功しました", + "account.card.security.title": "セキュリティ", + "account.card.security.totp.enable.description": "2段階認証を有効にするため、現在のパスワードを入力してください", + "account.card.security.totp.disable.description": "2段階認証を無効にするため、現在のパスワードを入力してください", + "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": "コピー", + "account.modal.totp.clickToCopy": "ここをクリックしてコピー", + "account.modal.totp.verify": "検証", + "account.notify.totp.disable": "2段階認証の無効化に成功しました", + "account.notify.totp.enable": "2段階認証の有効化に成功しました", + "account.card.language.title": "言語", + "account.card.language.description": "プロジェクトはコミュニティによって翻訳されています。一部の言語の翻訳は不完全の場合があります。", + "account.card.color.title": "カラースキーム", // ThemeSwitcher.tsx - "account.theme.dark": "Dark", - "account.theme.light": "Light", - "account.theme.system": "System", - "account.button.delete": "Delete Account", - "account.modal.delete.title": "Delete Account", - "account.modal.delete.description": "Do you really want to delete your account including all your active shares?", + "account.theme.dark": "ダーク", + "account.theme.light": "ライト", + "account.theme.system": "システムに合わせる", + "account.button.delete": "アカウントを削除", + "account.modal.delete.title": "アカウントを削除", + "account.modal.delete.description": "全ての有効な共有を含め、アカウントに関する全てのデータを完全に削除してもよろしいですか?", // END /account // /account/shares - "account.shares.title": "My shares", - "account.shares.title.empty": "It's empty here 👀", - "account.shares.description.empty": "You don't have any shares.", - "account.shares.button.create": "Create one", - "account.shares.info.title": "Share informations", + "account.shares.title": "自分の共有", + "account.shares.title.empty": "まだ何もありません 👀", + "account.shares.description.empty": "共有しているアイテムがありません。", + "account.shares.button.create": "新規作成", + "account.shares.info.title": "共有情報", "account.shares.table.id": "ID", - "account.shares.table.name": "Name", - "account.shares.table.description": "Description", - "account.shares.table.visitors": "Visitors", - "account.shares.table.expiresAt": "Expires at", - "account.shares.table.createdAt": "Created at", - "account.shares.table.size": "Size", - "account.shares.modal.share-informations": "Share informations", - "account.shares.modal.share-link": "Share link", - "account.shares.modal.delete.title": "Delete share {share}", - "account.shares.modal.delete.description": "Do you really want to delete this share?", + "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}", + "account.shares.modal.delete.description": "この共有を削除してもよろしいですか?", // END /account/shares // /account/reverseShares - "account.reverseShares.title": "Reverse shares", - "account.reverseShares.description": "A reverse share allows you to generate a unique URL that allows external users to create a share.", - "account.reverseShares.title.empty": "It's empty here 👀", - "account.reverseShares.description.empty": "You don't have any reverse shares.", + "account.reverseShares.title": "ファイルリクエスト", + "account.reverseShares.description": "ファイルリクエストは、外部のユーザーにファイルをアップロードしてもらえるユニークなURLを生成できます。", + "account.reverseShares.title.empty": "まだ何もありません 👀", + "account.reverseShares.description.empty": "ファイルリクエストがありません。", // showCreateReverseShareModal.tsx - "account.reverseShares.modal.title": "Create reverse share", - "account.reverseShares.modal.expiration.label": "Expiration", - "account.reverseShares.modal.expiration.minute-singular": "Minute", - "account.reverseShares.modal.expiration.minute-plural": "Minutes", - "account.reverseShares.modal.expiration.hour-singular": "Hour", - "account.reverseShares.modal.expiration.hour-plural": "Hours", - "account.reverseShares.modal.expiration.day-singular": "Day", - "account.reverseShares.modal.expiration.day-plural": "Days", - "account.reverseShares.modal.expiration.week-singular": "Week", - "account.reverseShares.modal.expiration.week-plural": "Weeks", - "account.reverseShares.modal.expiration.month-singular": "Month", - "account.reverseShares.modal.expiration.month-plural": "Months", - "account.reverseShares.modal.expiration.year-singular": "Year", - "account.reverseShares.modal.expiration.year-plural": "Years", - "account.reverseShares.modal.max-size.label": "Max share size", - "account.reverseShares.modal.send-email": "Send email notification", - "account.reverseShares.modal.send-email.description": "Send an email notification when a share is created with this reverse share link.", - "account.reverseShares.modal.max-use.label": "Max uses", - "account.reverseShares.modal.max-use.description": "The maximum amount of times this URL can be used to create a share.", - "account.reverseShare.never-expires": "This reverse share will never expire.", - "account.reverseShare.expires-on": "This reverse share will expire on {expiration}.", - "account.reverseShares.table.no-shares": "No shares created yet", - "account.reverseShares.table.count.singular": "share", - "account.reverseShares.table.count.plural": "shares", - "account.reverseShares.table.shares": "Shares", - "account.reverseShares.table.remaining": "Remaining uses", - "account.reverseShares.table.max-size": "Max share size", - "account.reverseShares.table.expires": "Expires at", - "account.reverseShares.modal.reverse-share-link": "Reverse share link", - "account.reverseShares.modal.delete.title": "Delete reverse share", - "account.reverseShares.modal.delete.description": "Do you really want to delete this reverse share? If you do, the associated shares will be deleted as well.", + "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": "メール通知を送信", + "account.reverseShares.modal.send-email.description": "このファイルリクエストリンクを使用して、ファイルがアップロードされた場合にメールで通知します。", + "account.reverseShares.modal.max-use.label": "最大回数", + "account.reverseShares.modal.max-use.description": "このURLを使用してファイルをアップロードできる最大回数です。", + "account.reverseShare.never-expires": "このファイルリクエストリンクは期限切れになりません。", + "account.reverseShare.expires-on": "このファイルリクエストリンクは、{expiration} に期限切れとなります。", + "account.reverseShares.table.no-shares": "まだファイルがアップロードされていません", + "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": "ファイルリクエストを削除", + "account.reverseShares.modal.delete.description": "本当にこのファイルリクエストを削除しますか?削除すると、関連するファイルアップロードも削除されます。", // END /account/reverseShares // /admin - "admin.title": "Administration", - "admin.button.users": "User management", - "admin.button.config": "Configuration", - "admin.version": "Version", + "admin.title": "管理画面", + "admin.button.users": "ユーザー管理", + "admin.button.config": "設定", + "admin.version": "バージョン", // END /admin // /admin/users - "admin.users.title": "User management", - "admin.users.table.username": "Username", - "admin.users.table.email": "Email", - "admin.users.table.admin": "Admin", - "admin.users.edit.update.title": "Update user {username}", - "admin.users.edit.update.admin-privileges": "Admin privileges", - "admin.users.edit.update.change-password.title": "Change password", - "admin.users.edit.update.change-password.field": "New password", - "admin.users.edit.update.change-password.button": "Save new password", - "admin.users.edit.update.notify.password.success": "Password changed successfully", - "admin.users.edit.delete.title": "Delete user {username}", - "admin.users.edit.delete.description": "Do you really want to delete this user and all his shares?", + "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": "新しいパスワードを保存", + "admin.users.edit.update.notify.password.success": "パスワードの変更に成功しました", + "admin.users.edit.delete.title": "ユーザーを削除 {username}", + "admin.users.edit.delete.description": "このユーザーとこのユーザーに関連する全てのファイルアップロードを削除してもよろしいですか?", // showCreateUserModal.tsx - "admin.users.modal.create.title": "Create user", - "admin.users.modal.create.username": "Username", - "admin.users.modal.create.email": "Email", - "admin.users.modal.create.password": "Password", - "admin.users.modal.create.manual-password": "Set password manually", - "admin.users.modal.create.manual-password.description": "If not checked, the user will receive an email with a link to set their password.", - "admin.users.modal.create.admin": "Admin privileges", - "admin.users.modal.create.admin.description": "If checked, the user will be able to access the admin panel.", + "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": "パスワードを手動で設定", + "admin.users.modal.create.manual-password.description": "チェックされていない場合、ユーザーにパスワードを設定する為のリンクが記載されたメールを送信します。", + "admin.users.modal.create.admin": "管理者権限", + "admin.users.modal.create.admin.description": "チェックされている場合、ユーザーは管理画面にアクセスできるようになります。", // END /admin/users // /upload - "upload.title": "Upload", - "upload.notify.generic-error": "An error occurred while finishing your share.", - "upload.notify.count-failed": "{count} files failed to upload. Trying again.", + "upload.title": "アップロード", + "upload.notify.generic-error": "共有を仕上げている最中にエラーが発生しました。", + "upload.notify.count-failed": "{count} ファイルがアップロードに失敗しました。再度お試しください。", // Dropzone.tsx - "upload.dropzone.title": "Upload files", - "upload.dropzone.description": "Drag'n'drop files here to start your share. We can accept only files that are less than {maxSize} in total.", - "upload.dropzone.notify.file-too-big": "Your files exceed the maximum share size of {maxSize}.", + "upload.dropzone.title": "ファイルをアップロード", + "upload.dropzone.description": "ここにファイルをドラッグしてアップロードを開始しましょう。{maxSize} 以下のファイルがアップロードできます。", + "upload.dropzone.notify.file-too-big": "アップロードしようとしたファイルは、最大ファイルサイズの{maxSize} を超えています。", // FileList.tsx - "upload.filelist.name": "Name", - "upload.filelist.size": "Size", + "upload.filelist.name": "ファイル名", + "upload.filelist.size": "サイズ", // showCreateUploadModal.tsx - "upload.modal.title": "Create Share", - "upload.modal.link.error.invalid": "Can only contain letters, numbers, underscores, and hyphens", - "upload.modal.link.error.taken": "This link is already in use", - "upload.modal.not-signed-in": "You're not signed in", - "upload.modal.not-signed-in-description": "You will be unable to delete your share manually and view the visitor count.", - "upload.modal.expires.never": "never", - "upload.modal.expires.never-long": "Never Expires", - "upload.modal.link.label": "Link", - "upload.modal.expires.label": "Expiration", - "upload.modal.expires.minute-singular": "Minute", - "upload.modal.expires.minute-plural": "Minutes", - "upload.modal.expires.hour-singular": "Hour", - "upload.modal.expires.hour-plural": "Hours", - "upload.modal.expires.day-singular": "Day", - "upload.modal.expires.day-plural": "Days", - "upload.modal.expires.week-singular": "Week", - "upload.modal.expires.week-plural": "Weeks", - "upload.modal.expires.month-singular": "Month", - "upload.modal.expires.month-plural": "Months", - "upload.modal.expires.year-singular": "Year", - "upload.modal.expires.year-plural": "Years", - "upload.modal.accordion.description.title": "Description", - "upload.modal.accordion.description.placeholder": "Note for the recipients of this share", - "upload.modal.accordion.email.title": "Email recipients", - "upload.modal.accordion.email.placeholder": "Enter email recipients", - "upload.modal.accordion.email.invalid-email": "Invalid email address", - "upload.modal.accordion.security.title": "Security options", - "upload.modal.accordion.security.password.label": "Password protection", - "upload.modal.accordion.security.password.placeholder": "No password", - "upload.modal.accordion.security.max-views.label": "Maximum views", - "upload.modal.accordion.security.max-views.placeholder": "No limit", + "upload.modal.title": "共有を作成", + "upload.modal.link.error.invalid": "文字、数字、アンダースコア、ハイフンのみ使用できます", + "upload.modal.link.error.taken": "このリンクは既に使用されています", + "upload.modal.not-signed-in": "サインインしていません", + "upload.modal.not-signed-in-description": "共有の手動削除と訪問者カウンターは表示できません。", + "upload.modal.expires.never": "永久", + "upload.modal.expires.never-long": "期限切れにさせない", + "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": "年間", + "upload.modal.accordion.description.title": "説明", + "upload.modal.accordion.description.placeholder": "この共有に関する受信者へのメモ", + "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": "制限なし", // showCompletedUploadModal.tsx - "upload.modal.completed.never-expires": "This share will never expire.", - "upload.modal.completed.expires-on": "This share will expire on {expiration}.", - "upload.modal.completed.share-ready": "Share ready", + "upload.modal.completed.never-expires": "この共有は期限切れになりません。", + "upload.modal.completed.expires-on": "この共有は、{expiration} に期限切れとなります。", + "upload.modal.completed.share-ready": "共有の準備ができました", // END /upload // /share/[id] - "share.title": "Share {shareId}", - "share.description": "Look what I've shared with you!", - "share.error.visitor-limit-exceeded.title": "Visitor limit exceeded", - "share.error.visitor-limit-exceeded.description": "The visitor limit from this share has been exceeded.", - "share.error.removed.title": "Share removed", - "share.error.not-found.title": "Share not found", - "share.error.not-found.description": "The share you're looking for doesn't exist.", - "share.modal.password.title": "Password required", - "share.modal.password.description": "To access this share please enter the password for the share.", - "share.modal.password": "Password", - "share.modal.error.invalid-password": "Invalid password", - "share.button.download-all": "Download all", - "share.notify.download-all-preparing": "The share is preparing. Try again in a few minutes.", - "share.modal.file-link": "File link", - "share.table.name": "Name", - "share.table.size": "Size", - "share.modal.file-preview.error.not-supported.title": "Preview not supported", - "share.modal.file-preview.error.not-supported.description": "A preview for thise file type is unsupported. Please download the file to view it.", + "share.title": "「{shareId}」が共有されました", + "share.description": "あなたと共有したファイルをご確認ください!", + "share.error.visitor-limit-exceeded.title": "訪問者の上限を超えました", + "share.error.visitor-limit-exceeded.description": "この共有からの訪問者の回数が制限を超えています。", + "share.error.removed.title": "共有が削除されました", + "share.error.not-found.title": "共有が見つかりません", + "share.error.not-found.description": "お探しの共有が見つかりません。", + "share.modal.password.title": "パスワードが必要です", + "share.modal.password.description": "この共有にアクセスするには、共有相手から伝えられているパスワードを入力してください。", + "share.modal.password": "パスワード", + "share.modal.error.invalid-password": "パスワードが間違っています", + "share.button.download-all": "全てダウンロード", + "share.notify.download-all-preparing": "共有は準備中です。数分後に再度お試しください。", + "share.modal.file-link": "ファイルリンク", + "share.table.name": "ファイル名", + "share.table.size": "サイズ", + "share.modal.file-preview.error.not-supported.title": "プレビューに対応していません", + "share.modal.file-preview.error.not-supported.description": "これらのファイルのプレビューには対応していません。ファイルをダウンロードして、直接確認してください。", // END /share/[id] // /admin/config - "admin.config.title": "Configuration", - "admin.config.category.general": "General", - "admin.config.category.share": "Share", - "admin.config.category.email": "Email", + "admin.config.title": "設定", + "admin.config.category.general": "一般", + "admin.config.category.share": "共有", + "admin.config.category.email": "メール", "admin.config.category.smtp": "SMTP", - "admin.config.general.app-name": "App name", - "admin.config.general.app-name.description": "Name of the application", - "admin.config.general.app-url": "App URL", - "admin.config.general.app-url.description": "On which URL Pingvin Share is available", - "admin.config.general.show-home-page": "Show home page", - "admin.config.general.show-home-page.description": "Whether to show the home page", - "admin.config.general.logo": "Logo", - "admin.config.general.logo.description": "Change your logo by uploading a new image. The image must be a PNG and should have the format 1:1.", - "admin.config.general.logo.placeholder": "Pick image", - "admin.config.email.enable-share-email-recipients": "Enable share email recipients", - "admin.config.email.enable-share-email-recipients.description": "Whether to allow emails to share recipients. Only enable this if you have enabled SMTP.", - "admin.config.email.share-recipients-subject": "Share recipients subject", - "admin.config.email.share-recipients-subject.description": "Subject of the email which gets sent to the share recipients.", - "admin.config.email.share-recipients-message": "Share recipients message", - "admin.config.email.share-recipients-message.description": "Message which gets sent to the share recipients. Available variables:\n {creator} - The username of the creator of the share\n {shareUrl} - The URL of the share\n {desc} - The description of the share\n {expires} - The expiration date of the share\n The variables will be replaced with the actual value.", - "admin.config.email.reverse-share-subject": "Reverse share subject", - "admin.config.email.reverse-share-subject.description": "Subject of the email which gets sent when someone created a share with your reverse share link.", - "admin.config.email.reverse-share-message": "Reverse share message", - "admin.config.email.reverse-share-message.description": "Message which gets sent when someone created a share with your reverse share link. {shareUrl} will be replaced with the creator's name and the share URL.", - "admin.config.email.reset-password-subject": "Reset password subject", - "admin.config.email.reset-password-subject.description": "Subject of the email which gets sent when a user requests a password reset.", - "admin.config.email.reset-password-message": "Reset password message", - "admin.config.email.reset-password-message.description": "Message which gets sent when a user requests a password reset. {url} will be replaced with the reset password URL.", - "admin.config.email.invite-subject": "Invite subject", - "admin.config.email.invite-subject.description": "Subject of the email which gets sent when an admin invites a user.", - "admin.config.email.invite-message": "Invite message", - "admin.config.email.invite-message.description": "Message which gets sent when an admin invites a user. {url} will be replaced with the invite URL and {password} with the password.", - "admin.config.share.allow-registration": "Allow registration", - "admin.config.share.allow-registration.description": "Whether registration is allowed", - "admin.config.share.allow-unauthenticated-shares": "Allow unauthenticated shares", - "admin.config.share.allow-unauthenticated-shares.description": "Whether unauthenticated users can create shares", - "admin.config.share.max-size": "Max size", - "admin.config.share.max-size.description": "Maximum share size in bytes", - "admin.config.share.zip-compression-level": "Zip compression level", - "admin.config.share.zip-compression-level.description": "Adjust the level to balance between file size and compression speed. Valid values range from 0 to 9, with 0 being no compression and 9 being maximum compression. ", - "admin.config.smtp.enabled": "Enabled", - "admin.config.smtp.enabled.description": "Whether SMTP is enabled. Only set this to true if you entered the host, port, email, user and password of your SMTP server.", - "admin.config.smtp.host": "Host", - "admin.config.smtp.host.description": "Host of the SMTP server", - "admin.config.smtp.port": "Port", - "admin.config.smtp.port.description": "Port of the SMTP server", - "admin.config.smtp.email": "Email", - "admin.config.smtp.email.description": "Email address which the emails get sent from", - "admin.config.smtp.username": "Username", - "admin.config.smtp.username.description": "Username of the SMTP server", - "admin.config.smtp.password": "Password", - "admin.config.smtp.password.description": "Password of the SMTP server", - "admin.config.smtp.button.test": "Send test email", + "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": "ホームページを表示する", + "admin.config.general.show-home-page.description": "ホームページを表示するかどうか選択", + "admin.config.general.logo": "ロゴ", + "admin.config.general.logo.description": "新しい画像をアップロードしてロゴを変更できます。画像は、PNG形式でアスペクト比が1:1である必要があります。", + "admin.config.general.logo.placeholder": "画像を選択", + "admin.config.email.enable-share-email-recipients": "メールでの共有を有効にする", + "admin.config.email.enable-share-email-recipients.description": "メールで共有を送信できるようにするか選択してください。SMTPが有効になっている場合にのみ機能します。", + "admin.config.email.share-recipients-subject": "宛先への件名", + "admin.config.email.share-recipients-subject.description": "メールで共有された相手に送信メールの件名です。", + "admin.config.email.share-recipients-message": "宛先への本文", + "admin.config.email.share-recipients-message.description": "メールで共有された相手に送信されるメールの本文です。次の変数が利用できます:\n{creator} - 共有作成者のユーザー名\n{shareUrl} - 共有のURL\n{desc} - 共有の説明\n{expires} - 共有の有効期限\n変数は、実際の値によって置き換えられます。", + "admin.config.email.reverse-share-subject": "ファイルリクエストの件名", + "admin.config.email.reverse-share-subject.description": "あなたが作成したファイルリクエストリンクからファイルがアップロードされた場合に送信されるメールの件名です。", + "admin.config.email.reverse-share-message": "ファイルリクエストの本文", + "admin.config.email.reverse-share-message.description": "あなたが作成したファイルリクエストリンクからファイルがアップロードされた場合に送信されるメールの本文です。{shareUrl} は、作成者の名前とURLにより置き換えられます。", + "admin.config.email.reset-password-subject": "パスワードリセットの件名", + "admin.config.email.reset-password-subject.description": "パスワードリセットのリクエストがされた時に送信されるメールの件名です。", + "admin.config.email.reset-password-message": "パスワードリセットの本文", + "admin.config.email.reset-password-message.description": "あなたが作成したファイルリクエストリンクからファイルがアップロードされた場合に送信されるメールの本文です。{url} は、実際のパスワードリセットURLによって置き換えられます。", + "admin.config.email.invite-subject": "無効な件名", + "admin.config.email.invite-subject.description": "管理者がユーザーを招待したときに送信されるメールの件名です。", + "admin.config.email.invite-message": "無効な本文", + "admin.config.email.invite-message.description": "管理者がユーザーを招待したときに送信されるメールの本文です。{url} は、招待URLに、{password} は、パスワードに置き換えられます。", + "admin.config.share.allow-registration": "登録を許可する", + "admin.config.share.allow-registration.description": "登録を許可するかどうかを選択してください。", + "admin.config.share.allow-unauthenticated-shares": "ログインしていない状態での共有を許可する", + "admin.config.share.allow-unauthenticated-shares.description": "ログインしていないユーザーに共有の作成を許可するかどうかを選択してください。", + "admin.config.share.max-size": "最大ファイルサイズ", + "admin.config.share.max-size.description": "最大ファイルサイズ(byte単位)", + "admin.config.share.zip-compression-level": "Zip圧縮レベル", + "admin.config.share.zip-compression-level.description": "ファイルサイズと圧縮速度のバランスを取るように、レベルを調整できます。有効な値は0~9の間で、0が無圧縮、9で最大限の圧縮となります。 ", + "admin.config.smtp.enabled": "有効", + "admin.config.smtp.enabled.description": "SMTPを有効にするかどうかを選択してください。SMTPサーバーのホスト名、ポート番号、電子メールアドレス、ユーザー名、パスワードが入力されている場合にのみ、有効にしてください。", + "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": "テストメールを送信", // 404 - "404.description": "Oops this page doesn't exist.", - "404.button.home": "Bring me back home", + "404.description": "ページが見つかりません。", + "404.button.home": "ホームに戻る", // Common translations - "common.button.save": "Save", - "common.button.create": "Create", - "common.button.submit": "Submit", - "common.button.delete": "Delete", - "common.button.cancel": "Cancel", - "common.button.confirm": "Confirm", - "common.button.disable": "Disable", - "common.button.share": "Share", - "common.button.generate": "Generate", - "common.button.done": "Done", - "common.text.link": "Link", - "common.text.or": "or", - "common.button.go-back": "Go back", - "common.notify.copied": "Your link was copied to the clipboard", - "common.success": "Success", - "common.error": "Error", - "common.error.unknown": "An unknown error occurred", - "common.error.invalid-email": "Invalid email address", - "common.error.too-short": "Must be at least {length} characters", - "common.error.too-long": "Must be at most {length} characters", - "common.error.exact-length": "Must be exactly {length} characters", - "common.error.invalid-number": "Must be a number", - "common.error.field-required": "This field is required" + "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": "リンク", + "common.text.or": "または", + "common.button.go-back": "戻る", + "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": "数字でなければなりません", + "common.error.field-required": "これは必須項目です" }; \ No newline at end of file