Files
ProxyPanel/resources/lang/ja/common.php
2024-06-27 22:18:31 +08:00

151 lines
5.0 KiB
PHP

<?php
declare(strict_types=1);
return [
'hour' => '{1} 時間|{2} 時',
'account' => 'アカウント',
'available_date' => '有効期限',
'created_at' => '作成日時',
'expired_at' => '有効期限切れ',
'updated_at' => '更新日時',
'latest_at' => '最終アクセス',
'back' => '戻る',
'back_to' => ':pageに戻る',
'cancel' => '取消',
'close' => '閉じる',
'close_item' => ':attributeを閉じる',
'confirm' => '確認',
'continues' => '続ける',
'open' => '開く',
'send' => '送信',
'view' => '表示',
'reset' => 'リセット',
'copy' => [
'attribute' => 'コピー',
'success' => 'コピーに成功しました',
'failed' => 'コピーに失敗しました。手動でコピーしてください。',
],
'add' => '追加',
'free' => '無料',
'replace' => '置換',
'submit' => '送信',
'submit_item' => ':attributeを送信',
'generate' => '生成',
'generate_item' => ':attributeを生成',
'to_safari' => [0 => '右上の', 1 => 'をタップし、', 2 => '「Safariで開く」', 3 => 'を選択してください。'],
'update_browser' => [0 => '古い', 1 => 'ブラウザ', 2 => 'をご利用中です。', 3 => 'ブラウザ', 4 => 'をアップデートして、最適なブラウジング体験を得てください。'],
'apply' => '適用',
'avatar' => 'アバター',
'customize' => 'カスタマイズ',
'all' => '全て',
'default' => 'デフォルト',
'download' => 'ダウンロード',
'goto' => '移動',
'warning' => '警告',
'success' => '成功',
'success_item' => ':attributeに成功しました',
'failed' => '失敗',
'failed_item' => ':attributeに失敗しました',
'update' => '更新',
'update_action' => ':actionを更新',
'none' => 'なし',
'new' => '新規',
'sorry' => 'ごめんなさい',
'applied' => ':attributeが適用されました',
'active_item' => ':attributeを有効化',
'error' => 'エラー',
'toggle' => 'トグル',
'toggle_action' => ':actionをトグル',
'request_url' => 'リクエストURL',
'function' => [
'navigation' => 'ナビゲーション',
'menubar' => 'メニューバー',
'fullscreen' => '全画面',
],
'days' => [
'attribute' => '{1} 日間|{2} 日目',
'sun' => '日曜日',
'mon' => '月曜日',
'tue' => '火曜日',
'wed' => '水曜日',
'thu' => '木曜日',
'fri' => '金曜日',
'sat' => '土曜日',
'weekend' => '週末',
'work' => '平日',
'next' => '翌日',
],
'qrcode' => ':attributeのQRコード',
'deleted' => '削除済み',
'deleted_item' => ':attributeを削除しました',
'print' => '印刷',
'unlimited' => '無制限',
'payment' => [
'credit' => '残高',
'alipay' => 'Alipay',
'qq' => 'QQウォレット',
'wechat' => 'WeChatペイ',
'crypto' => '暗号通貨',
'manual' => '手動支払',
'status' => [
'wait' => '支払待ち',
],
],
'order' => [
'status' => [
'cancel' => 'キャンセル',
'complete' => '完了',
'prepaid' => '前払い',
'ongoing' => '進行中',
'review' => '確認待ち',
],
],
'recommend' => 'おすすめ',
'advance' => 'アドバンス',
'action' => 'アクション',
'search' => '検索',
'edit' => '編集',
'delete' => '削除',
'status' => [
'attribute' => '状態',
'inactive' => '非アクティブ',
'disabled' => '無効',
'banned' => 'Ban',
'normal' => '通常',
'enabled' => '有効',
'expire' => '期限切れ',
'limited' => '制限付き',
'run_out' => '残量なし',
'unused' => '未使用',
'used' => '使用済み',
'closed' => 'クローズ',
'applying' => '申請中',
'withdrawn' => '出金済み',
'unwithdrawn' => '未出金',
'reply' => '返信済み',
'pending' => '保留中',
'unknown' => '不明',
'available' => '利用可能',
'reject' => '却下',
'rejected' => '却下済み',
'review' => '審査待ち',
'reviewed' => '審査済み',
'paid' => '支払済み',
'payment_pending' => '支払保留中',
'pass' => 'パス',
'send_to_credit' => '残高への支払い',
'waiting_tobe_send' => '配信待ち',
],
'stay_unchanged' => '空欄のままで変更なし',
'random_generate' => '空欄の場合はランダム生成',
'request_failed' => 'リクエストに失敗しました。再度お試しください。',
'convert' => '変換',
'import' => 'インポート',
'or' => 'または',
'more' => 'もっと見る',
'to' => 'へ',
'to_be_send' => '送信待ち',
'developing' => '開発中です。お楽しみに!',
];