diff --git a/config/language.php b/config/language.php index 6ac2aa9c6..a8031e3ac 100644 --- a/config/language.php +++ b/config/language.php @@ -125,7 +125,7 @@ return [ | */ - 'allowed' => ['ar-SA', 'bg-BG', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'en-GB', 'es-ES', 'es-MX', 'fa-IR', 'fr-FR', 'he-IL', 'hr-HR', 'id-ID', 'it-IT', 'ka-GE', 'ko-KR', 'lt-LT', 'lv-LV', 'mk-MK', 'nb-NO', 'nl-NL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sk-SK', 'sr-RS', 'sq-AL', 'sv-SE', 'th-TH', 'tr-TR', 'uk-UA', 'ur-PK', 'vi-VN', 'zh-CN', 'zh-TW'], + 'allowed' => ['ar-SA', 'bg-BG', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'en-GB', 'es-ES', 'es-MX', 'fa-IR', 'fr-FR', 'he-IL', 'hr-HR', 'id-ID', 'it-IT', 'ja-JP', 'ka-GE', 'ko-KR', 'lt-LT', 'lv-LV', 'mk-MK', 'nb-NO', 'nl-NL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sk-SK', 'sr-RS', 'sq-AL', 'sv-SE', 'th-TH', 'tr-TR', 'uk-UA', 'ur-PK', 'vi-VN', 'zh-CN', 'zh-TW'], /* |-------------------------------------------------------------------------- diff --git a/resources/lang/ja-JP/accounts.php b/resources/lang/ja-JP/accounts.php new file mode 100644 index 000000000..731e12542 --- /dev/null +++ b/resources/lang/ja-JP/accounts.php @@ -0,0 +1,14 @@ + 'アカウント名', + 'number' => '口座番号', + 'opening_balance' => '期首残高', + 'current_balance' => '残高', + 'bank_name' => '銀行名', + 'bank_phone' => '銀行電話', + 'bank_address' => '銀行住所', + 'default_account' => 'デフォルトのアカウント', + +]; diff --git a/resources/lang/ja-JP/auth.php b/resources/lang/ja-JP/auth.php new file mode 100644 index 000000000..cfdc8d0ca --- /dev/null +++ b/resources/lang/ja-JP/auth.php @@ -0,0 +1,39 @@ + 'プロフィール', + 'logout' => 'ログアウト', + 'login' => 'ログイン', + 'login_to' => 'セッションを開始するにはログインしてください', + 'remember_me' => 'この端末で覚えている', + 'forgot_password' => 'パスワードを忘れた', + 'reset_password' => 'パスワードを再設定する', + 'enter_email' => 'メールアドレスを入力してください', + 'current_email' => '現在の電子メールアドレス', + 'reset' => 'リセット', + 'never' => '決して', + + 'password' => [ + 'current' => 'パスワード', + 'current_confirm' => 'パスワード確認', + 'new' => '新しいパスワード', + 'new_confirm' => '新しいパスワードの確認', + ], + + 'error' => [ + 'self_delete' => 'エラー:自分を削除することはできません。', + 'no_company' => 'エラー:あなたのアカウントに会社は割り当てられていません。 システム管理者に連絡してください。', + ], + + 'failed' => 'これらの資格情報は私たちの記録と一致しません', + 'disabled' => 'このアカウントは無効になっています。 システム管理者に連絡してください。', + 'throttle' => 'ログインの試行回数が多すぎます。:seconds 秒後にお試しください。', + + 'notification' => [ + 'message_1' => 'お客様のアカウントのパスワード再設定リクエストを受信したため、このメールを受信しています。', + 'message_2' => 'パスワードのリセットを要求しなかった場合は、これ以上の操作は不要です。', + 'button' => 'パスワードを再設定する', + ], + +]; diff --git a/resources/lang/ja-JP/bills.php b/resources/lang/ja-JP/bills.php new file mode 100644 index 000000000..fff96aa3c --- /dev/null +++ b/resources/lang/ja-JP/bills.php @@ -0,0 +1,61 @@ + '請求書番号', + 'bill_date' => '請求日', + 'total_price' => '合計金額', + 'due_date' => '期日', + 'order_number' => '注文番号', + 'bill_from' => '請求元', + + 'quantity' => '量', + 'price' => '価格', + 'sub_total' => '小計', + 'discount' => '割引', + 'tax_total' => '税合計', + 'total' => '合計', + + 'item_name' => 'アイテム名|アイテム名', + + 'show_discount' => ':ディスカウント%ディスカウント', + 'add_discount' => '割引を追加', + 'discount_desc' => '小計の', + + 'payment_due' => '支払い期限', + 'amount_due' => '料金', + 'paid' => '支払う', + 'histories' => '記録', + 'payments' => '支払い', + 'add_payment' => '支払いを追加', + 'mark_received' => '受信マーク', + 'download_pdf' => 'PDFをダウンロード', + 'send_mail' => 'メールを送る', + 'create_bill' => '請求書を作成', + 'receive_bill' => '請求書を受け取る', + 'make_payment' => '支払う', + + 'status' => [ + 'draft' => '下書き', + 'received' => '受け取った', + 'partial' => '部分的', + 'paid' => '有料', + ], + + 'messages' => [ + 'received' => '請求書は正常に受信されたとマークされました。', + 'draft' => 'これはドラフト請求書で、受け取り後にチャートに反映されます。', + + 'status' => [ + 'created' => '作成日:日付', + 'receive' => [ + 'draft' => '送信されません', + 'received' => '受信日:日付', + ], + 'paid' => [ + 'await' => '支払いを待っている', + ], + ], + ], + +]; diff --git a/resources/lang/ja-JP/companies.php b/resources/lang/ja-JP/companies.php new file mode 100644 index 000000000..0cf37a860 --- /dev/null +++ b/resources/lang/ja-JP/companies.php @@ -0,0 +1,13 @@ + 'ドメイン', + 'logo' => 'ロゴ', + 'manage' => '会社を管理する', + 'all' => 'すべての会社', + 'error' => [ + 'delete_active' => 'エラー:アクティブな会社を削除できません。先に変更してください。', + ], + +]; diff --git a/resources/lang/ja-JP/currencies.php b/resources/lang/ja-JP/currencies.php new file mode 100644 index 000000000..bba6cd104 --- /dev/null +++ b/resources/lang/ja-JP/currencies.php @@ -0,0 +1,18 @@ + 'コード', + 'rate' => 'レート', + 'default' => 'デフォルト通貨', + 'decimal_mark' => '小数点マーク', + 'thousands_separator' => '千の区切り記号', + 'precision' => '精度', + 'symbol' => [ + 'symbol' => 'シンボル', + 'position' => 'シンボル位置', + 'before' => '金額の前に', + 'after' => '金額の後', + ] + +]; diff --git a/resources/lang/ja-JP/customers.php b/resources/lang/ja-JP/customers.php new file mode 100644 index 000000000..00a9d778c --- /dev/null +++ b/resources/lang/ja-JP/customers.php @@ -0,0 +1,16 @@ + 'ログインを許可しますか?', + 'user_created' => 'ユーザー作成', + + 'error' => [ + 'email' => '電子メールは既に撮影されています。' + ], + + 'notification' => [ + 'message' => ':お客様製:請求書番号への支払い金額:invoice_number.', + 'button' => '見せる', + ], +]; diff --git a/resources/lang/ja-JP/dashboard.php b/resources/lang/ja-JP/dashboard.php new file mode 100644 index 000000000..79f44e2ac --- /dev/null +++ b/resources/lang/ja-JP/dashboard.php @@ -0,0 +1,24 @@ + '総収入', + 'receivables' => '売掛金', + 'open_invoices' => '未処理請求書', + 'overdue_invoices' => '延滞の請求書', + 'total_expenses' => '経費合計', + 'payables' => '買掛金', + 'open_bills' => 'オープン法案', + 'overdue_bills' => '期日の過ぎた支払', + 'total_profit' => '利益総額', + 'open_profit' => '純利益', + 'overdue_profit' => '期限の利益', + 'cash_flow' => '現金流量', + 'no_profit_loss' => '利益損失なし', + 'incomes_by_category' => 'カテゴリ別収入', + 'expenses_by_category' => 'カテゴリ別費用', + 'account_balance' => '勘定残高', + 'latest_incomes' => '最新の収入', + 'latest_expenses' => '最新の費用', + +]; diff --git a/resources/lang/ja-JP/demo.php b/resources/lang/ja-JP/demo.php new file mode 100644 index 000000000..4b37b805a --- /dev/null +++ b/resources/lang/ja-JP/demo.php @@ -0,0 +1,13 @@ + '現金', + 'categories_deposit' => '預金', + 'categories_sales' => '売上高', + 'currencies_usd' => '米ドル', + 'currencies_eur' => 'ユーロ', + 'currencies_gbp' => '英国ポンド', + 'currencies_try' => 'トルコのリラ', + +]; diff --git a/resources/lang/ja-JP/errors.php b/resources/lang/ja-JP/errors.php new file mode 100644 index 000000000..2f5b8d4e1 --- /dev/null +++ b/resources/lang/ja-JP/errors.php @@ -0,0 +1,24 @@ + '禁止アクセス', + 'error_page' => 'エラー ページ', + 'page_not_found' => 'ページが見つかりません', + + 'body' => [ + 'forbidden_access' => 'おっとっと! アクセス禁止', + 'error_page' => 'おっとっと! 何か問題がありました。', + 'page_not_found' => 'おっとっと! ページが見つかりません。', + ], + + 'messages' => [ + 'forbidden_access' => 'このページにアクセスすることはできません。 +         その間、ダッシュボードに戻ることができます。', + 'error_page' => '我々はすぐにそれを直すことに取り組むでしょう。 +それまでの間、ダッシュボードに戻ってくださいことができます。', + 'page_not_found' => '探しているページが見つかりませんでした。 +それまでの間、ダッシュボードに戻ってくださいことができます。', + ], + +]; diff --git a/resources/lang/ja-JP/footer.php b/resources/lang/ja-JP/footer.php new file mode 100644 index 000000000..f898d7f5f --- /dev/null +++ b/resources/lang/ja-JP/footer.php @@ -0,0 +1,10 @@ + '製品版', + 'powered' => 'Akauntingによって供給', + 'link' => 'https://akaunting.com', + 'software' => '無料会計ソフトウェア', + +]; diff --git a/resources/lang/ja-JP/general.php b/resources/lang/ja-JP/general.php new file mode 100644 index 000000000..38ea62445 --- /dev/null +++ b/resources/lang/ja-JP/general.php @@ -0,0 +1,147 @@ + 'Item|アイテム', + 'incomes' => 'Income|所得', + 'invoices' => 'Invoice|請求書', + 'revenues' => 'Revenue|収入', + 'customers' => 'Customer|お客様', + 'expenses' => 'Expense|経費', + 'bills' => 'Bill|法案', + 'payments' => 'Payment|支払い', + 'vendors' => 'Vendor|仕入先', + 'accounts' => 'Account|口座', + 'transfers' => 'Transfer|送金', + 'transactions' => 'Transaction|取引', + 'reports' => 'Report|報告書', + 'settings' => 'Setting|設定', + 'categories' => 'Category|カテゴリー', + 'currencies' => 'Currency|通貨', + 'tax_rates' => 'Tax Rate|税率', + 'users' => 'User|ユーザー', + 'roles' => 'Role|役割', + 'permissions' => 'Permission|許可', + 'modules' => 'App|アプリ', + 'companies' => 'Company|会社', + 'profits' => 'Profit|利益', + 'taxes' => 'Tax|税金', + 'logos' => 'Logo|ロゴ', + 'pictures' => 'Picture|画像', + 'types' => 'Type|タイプ', + 'payment_methods' => 'Payment Method|お支払い方法', + 'compares' => 'Income vs Expense|収入と費用', + 'notes' => 'Note|ノート', + 'totals' => 'Total|合計', + 'languages' => 'Language|言語', + 'updates' => 'Update|更新情報', + 'numbers' => 'Number|数字', + 'statuses' => 'Status|状況', + 'others' => 'Other|その他', + 'contacts' => 'Contact|連絡先', + 'reconciliations' => 'Reconciliation|調整', + 'developers' => 'Developer|開発者', + + 'dashboard' => 'ダッシュ ボード', + 'banking' => '銀行業', + 'general' => '全般', + 'no_records' => '記録なし。', + 'date' => '日付', + 'amount' => '量', + 'enabled' => '有効', + 'disabled' => '無効', + 'yes' => 'はい', + 'no' => 'いいえ', + 'na' => '該当なし', + 'daily' => '日々', + 'monthly' => '毎月', + 'quarterly' => '四半期ごと', + 'yearly' => '毎年', + 'add' => '加える', + 'add_new' => '新しく追加する', + 'show' => '見せる', + 'edit' => 'エディット', + 'delete' => '削除', + 'send' => '送る', + 'download' => 'ダウンロード', + 'delete_confirm' => '削除の確認: 名前: タイプですか?', + 'name' => '名前', + 'email' => 'メールアドレス', + 'tax_number' => '税番号', + 'phone' => '電話番号', + 'address' => '住所', + 'website' => 'ウェブサイト', + 'actions' => '行動', + 'description' => '説明', + 'manage' => '管理', + 'code' => 'コード', + 'alias' => '別名', + 'balance' => 'バランス', + 'reference' => '参照', + 'attachment' => '添付', + 'change' => '変更', + 'switch' => '切り替え', + 'color' => '色', + 'save' => '保存', + 'cancel' => 'キャンセル', + 'loading' => '読み込み中...', + 'from' => 'から', + 'to' => 'まで', + 'print' => '印刷する', + 'search' => '探索', + 'search_placeholder' => '検索するタイプ', + 'filter' => 'フィルター', + 'help' => 'ヘルプ', + 'all' => 'すべて', + 'all_type' => 'すべて: 型', + 'upcoming' => '今後の予定', + 'created' => '作成した', + 'id' => 'ID', + 'more_actions' => 'より多くの行動', + 'duplicate' => '複製する', + 'unpaid' => '未払い', + 'paid' => '支払済み', + 'overdue' => '期限切れ', + 'partially' => '部分的に', + 'partially_paid' => '部分払い', + 'export' => '輸出', + 'finish' => '終了', + 'wizard' => 'ウィザード', + 'skip' => 'スキップ', + 'enable' => '有効にする', + 'disable' => '無効', + 'select_all' => 'すべて選択', + 'unselect_all' => 'すべての選択を解除', + 'go_to' => 'に行く:名前', + 'created_date' => '作成日', + 'period' => '期間', + 'start' => '開始', + 'end' => '終了', + 'clear' => 'クリア', + 'difference' => '差', + + 'title' => [ + 'new' => '新しい: 型', + 'edit' => '編集:タイプ', + 'create' => '作成: 型', + 'send' => '送信: 型', + 'get' => '取得: 型', + ], + + 'form' => [ + 'enter' => '入力: フィールド', + 'select' => [ + 'field' => '-選択: フィールド -', + 'file' => 'ファイルを選択します。', + ], + 'no_file_selected' => 'ファイルが選択されていません.', + ], + + 'date_range' => [ + 'today' => '今日', + 'yesterday' => '昨日', + 'last_days' => '最後: 日', + 'this_month' => '今月', + 'last_month' => '先月', + ], +]; diff --git a/resources/lang/ja-JP/header.php b/resources/lang/ja-JP/header.php new file mode 100644 index 000000000..bf1582c91 --- /dev/null +++ b/resources/lang/ja-JP/header.php @@ -0,0 +1,16 @@ + '言語の変更', + 'last_login' => '前回のログイン: 時間', + 'notifications' => [ + 'counter' => '{0} があるない通知|{1} がある: 通知|を数える [2、*] がある: 通知をカウント', + 'overdue_invoices' => '{1} : 延滞請求書|カウント [2、*]: 延滞請求書をカウント', + 'upcoming_bills' => '{1} : 今後法案|カウント [2、*]: 今後の法案をカウント', + 'items_stock' => '{1} :在庫切れのアイテムを数える|[2,*] :在庫切れのアイテムを数える', + 'view_all' => '全てを見る' + ], + 'docs_link' => 'https://akaunting.com', + +]; diff --git a/resources/lang/ja-JP/import.php b/resources/lang/ja-JP/import.php new file mode 100644 index 000000000..f3b358852 --- /dev/null +++ b/resources/lang/ja-JP/import.php @@ -0,0 +1,9 @@ + 'インポート', + 'title' => 'インポート: 型', + 'message' => '許可されているファイルの種類: XLS, XLSX. お願いします, download サンプルファイル', + +]; diff --git a/resources/lang/ja-JP/install.php b/resources/lang/ja-JP/install.php new file mode 100644 index 000000000..901290801 --- /dev/null +++ b/resources/lang/ja-JP/install.php @@ -0,0 +1,44 @@ + '次へ', + 'refresh' => '更新する', + + 'steps' => [ + 'requirements' => 'ホスティングプロバイダにエラーの修正を依頼してください。', + 'language' => 'ステップ 1/3: 言語の選択', + 'database' => 'ステップ 2/3: データベースのセットアップ', + 'settings' => '手順 3/3: 会社および管理の詳細', + ], + + 'language' => [ + 'select' => '言語の選択', + ], + + 'requirements' => [ + 'enabled' => ': 機能を有効にする必要があります!', + 'disabled' => ': 機能を無効にする必要があります!', + 'extension' => ': 拡張モジュールをインストールし、ロードする必要があります!', + 'directory' => ': ディレクトリを書き込み可能にする必要があります!', + ], + + 'database' => [ + 'hostname' => 'ホスト名', + 'username' => 'ユーザー名', + 'password' => 'パスワード', + 'name' => 'データベース', + ], + + 'settings' => [ + 'company_name' => '会社名', + 'company_email' => '会社の電子メール', + 'admin_email' => '管理者メール', + 'admin_password' => '管理者パスワード', + ], + + 'error' => [ + 'connection' => 'エラー: は、データベースに接続できませんでした! 詳細が正しいことを確認してください。', + ], + +]; diff --git a/resources/lang/ja-JP/invoices.php b/resources/lang/ja-JP/invoices.php new file mode 100644 index 000000000..0040f6465 --- /dev/null +++ b/resources/lang/ja-JP/invoices.php @@ -0,0 +1,72 @@ + '請求書番号', + 'invoice_date' => '請求日', + 'total_price' => '合計価格', + 'due_date' => '期日', + 'order_number' => '注文番号', + 'bill_to' => '請求先', + + 'quantity' => '量', + 'price' => '価格', + 'sub_total' => '小計', + 'discount' => '割引', + 'tax_total' => '税合計', + 'total' => '合計', + + 'item_name' => 'アイテム名|アイテム名', + + 'show_discount' => ':ディスカウント%ディスカウント', + 'add_discount' => '割引を追加', + 'discount_desc' => '小計の', + + 'payment_due' => '支払い期限', + 'paid' => '支払済み', + 'histories' => '記録', + 'payments' => '支払い', + 'add_payment' => '支払いを追加', + 'mark_paid' => 'マークペイド', + 'mark_sent' => '送信済みマーク', + 'download_pdf' => 'PDFをダウンロード', + 'send_mail' => 'メールを送る', + 'all_invoices' => 'すべての請求書を表示するにはログインしてください', + 'create_invoice' => '請求書を作成する', + 'send_invoice' => '請求書を送ります', + 'get_paid' => '支払いを受ける', + 'accept_payments' => 'オンラインでの支払いを受け入れる', + + 'status' => [ + 'draft' => '下書き', + 'sent' => '送信', + 'viewed' => '閲覧', + 'approved' => '承認', + 'partial' => '部分的', + 'paid' => '有料', + ], + + 'messages' => [ + 'email_sent' => '請求書のEメールは正常に送信されました。', + 'marked_sent' => '請求書は正常に送信されたとマークされました。', + 'email_required' => 'この顧客のメールアドレスはありません。', + 'draft' => 'これは ドラフト請求書で、送信後にチャートに反映されます。', + + 'status' => [ + 'created' => '作成日:日付', + 'send' => [ + 'draft' => '送信されません', + 'sent' => '送信: 日付', + ], + 'paid' => [ + 'await' => '支払いを待っている', + ], + ], + ], + + 'notification' => [ + 'message' => '今後、このメールを受信して​​います:請求書の金額:カスタマー:カスタマー', + 'button' => '今払う', + ], + +]; diff --git a/resources/lang/ja-JP/items.php b/resources/lang/ja-JP/items.php new file mode 100644 index 000000000..c90e9beca --- /dev/null +++ b/resources/lang/ja-JP/items.php @@ -0,0 +1,18 @@ + 'Quantity|数量', + 'sales_price' => '販売価格', + 'purchase_price' => '購入価格', + 'sku' => 'SKUコード', + + 'notification' => [ + 'message' => [ + 'reminder' => 'このメールを受け取っているだけ: 量: 名前が残っています。', + 'out_of_stock' => 'このメールを受け取っている、: 名前は在庫切れです。', + ], + 'button' => '今すぐ表示します。', + ], + +]; diff --git a/resources/lang/ja-JP/messages.php b/resources/lang/ja-JP/messages.php new file mode 100644 index 000000000..4381c997d --- /dev/null +++ b/resources/lang/ja-JP/messages.php @@ -0,0 +1,32 @@ + [ + 'added' => ':タイプ追加!', + 'updated' => ':タイプが更新されました!', + 'deleted' => ':タイプが削除されました!', + 'duplicated' => ':タイプが更新されました!', + 'imported' => ':タイプが更新されました!', + 'enabled' => ':タイプ 有効にしました!', + 'disabled' => ': タイプ無効!', + ], + + 'error' => [ + 'over_payment' => 'エラー: 支払いが追加されません!入力した金額が合計を渡します:: 量', + 'not_user_company' => 'エラー:この会社を管理することは許可されていません!', + 'customer' => 'エラー:ユーザーが作成されませんでした。 :nameはすでにこのメールアドレスを使用しています。', + 'no_file' => 'エラー:ファイルが選択されていません。', + 'last_category' => 'エラー: 削除できません最後: 型に分類!', + 'invalid_token' => 'エラー:入力されたトークンは無効です。', + 'import_column' => 'エラー:: メッセージ シート名:: シート。行番号:: 行。', + 'import_sheet' => 'エラー: シート名が無効です。サンプル ファイルを下さい。', + ], + + 'warning' => [ + 'deleted' => '警告: を削除する権限がありません: それを持っているので の名前: 関連するテキスト。', + 'disabled' => '警告: を削除する権限がありません: それを持っているので の名前: 関連するテキスト。', + 'disable_code' => '警告: ことはできません無効にするか、 の通貨を変更する: それを持っているので の名前: 関連するテキスト。', + ], + +]; diff --git a/resources/lang/ja-JP/modules.php b/resources/lang/ja-JP/modules.php new file mode 100644 index 000000000..cf52665cd --- /dev/null +++ b/resources/lang/ja-JP/modules.php @@ -0,0 +1,85 @@ + 'API トークン', + 'api_token' => 'トークン', + 'my_apps' => '私のアプリ', + 'pre_sale' => 'Pre-Sale', + 'top_paid' => 'トップ完済', + 'new' => '新しい', + 'top_free' => '無料トップ', + 'free' => '無料', + 'search' => '探索', + 'install' => 'インストール', + 'buy_now' => '今すぐ購入', + 'token_link' => 'APIトークンを取得します。', + 'no_apps' => 'ないアプリこのカテゴリには、まだです。', + 'developer' => '開発者の場合は、 ここ アプリと今日の販売を開始を作成する方法を学ぶことができます!', + + 'recommended_apps' => 'おすすめアプリ', + + 'about' => '約', + + 'added' => '追加しました', + 'updated' => '更新しました', + 'compatibility' => '互換性', + 'documentation' => 'ドキュメンテーション', + 'view' => 'ビュー', + 'back' => '前へ', + + 'installed' => ': モジュールの取り付けは完了です。', + 'uninstalled' => ': モジュールがアンインストールされました', + //'updated' => ':module updated', + 'enabled' => 'モジュール有効', + 'disabled' => ':モジュール無効', + + 'tab' => [ + 'installation' => 'インストール', + 'faq' => 'よくある質問', + 'changelog' => '変更履歴', + 'reviews' => 'レビュー', + ], + + 'installation' => [ + 'header' => 'アプリのインストール', + 'download' => 'ダウンロード: モジュール ファイル。', + 'unzip' => '抽出: モジュール ファイル。', + 'file_copy' => 'コピー: モジュール ファイル。', + 'migrate' => '適用: モジュールの更新。', + 'finish' => '更新プログラムは正常にインストールされました。アップデートセンターにリダイレクトされます。', + 'install' => 'インストール中:モジュールファイル', + ], + + 'errors' => [ + 'download' => ':モジュールはダウンロードできません!', + 'upload' => 'ダウンロード:モジュールを保存できません。', + 'unzip' => ':モジュールを解凍できません!', + 'file_copy' => ':モジュールファイルはコピーできません。', + 'migrate' => ':モジュールの移行に失敗しました。', + 'migrate core' => ':モジュールはすでに最新の状態です。更新できません。', + ], + + 'badge' => [ + 'installed' => 'インストールしました!', + 'pre_sale' => 'Pre-Sale', + ], + + 'button' => [ + 'uninstall' => 'アンインストール', + 'disable' => '無効', + 'enable' => '有効にする', + ], + + 'my' => [ + 'purchased' => '購入した', + 'installed' => 'インストールしました!', + ], + + 'reviews' => [ + 'button' => [ + 'add' => 'レビューを追加します。' + ], + 'na' => 'レビューはありません。' + ] +]; diff --git a/resources/lang/ja-JP/notifications.php b/resources/lang/ja-JP/notifications.php new file mode 100644 index 000000000..e2324a045 --- /dev/null +++ b/resources/lang/ja-JP/notifications.php @@ -0,0 +1,10 @@ + 'おっと..', + 'hello' => 'こんにちは!', + 'salutation' => 'よろしく、
: 会社名', + 'subcopy' => 'トラブルをクリックした場合は、「: テキスト」ボタン クリックをコピーし、、web ブラウザー以下 URL を貼り付けます: [: url](:url)', + +]; diff --git a/resources/lang/ja-JP/pagination.php b/resources/lang/ja-JP/pagination.php new file mode 100644 index 000000000..bc5620ba0 --- /dev/null +++ b/resources/lang/ja-JP/pagination.php @@ -0,0 +1,9 @@ + '« 前', + 'next' => '次 »', + 'showing' => '表示:最初:最後:最後:合計:タイプ', + +]; diff --git a/resources/lang/ja-JP/passwords.php b/resources/lang/ja-JP/passwords.php new file mode 100644 index 000000000..d1f081c8c --- /dev/null +++ b/resources/lang/ja-JP/passwords.php @@ -0,0 +1,22 @@ + 'パスワードは6文字以上かつ確認フィールドと一致していなければなりません。', + 'reset' => 'パスワードをリセットしました。', + 'sent' => 'パスワードリマインダーを送信しました。', + 'token' => 'このパスワードリセットトークンは無効です。', + 'user' => "このメールアドレスに一致するユーザーを見つけることが出来ませんでした。", + +]; diff --git a/resources/lang/ja-JP/reconciliations.php b/resources/lang/ja-JP/reconciliations.php new file mode 100644 index 000000000..023e2a6a3 --- /dev/null +++ b/resources/lang/ja-JP/reconciliations.php @@ -0,0 +1,16 @@ + '調整', + 'reconciled' => '和解', + 'closing_balance' => '(期末) 残高', + 'unreconciled' => '未調整', + 'list_transactions' => '取引一覧', + 'start_date' => '開始日', + 'end_date' => '終了日時', + 'cleared_amount' => 'クリアの量', + 'deposit' => '預金', + 'withdrawal' => '撤退', + +]; diff --git a/resources/lang/ja-JP/recurring.php b/resources/lang/ja-JP/recurring.php new file mode 100644 index 000000000..e7907f9dd --- /dev/null +++ b/resources/lang/ja-JP/recurring.php @@ -0,0 +1,20 @@ + '繰り返し', + 'every' => 'すべて', + 'period' => '期間', + 'times' => '回', + 'daily' => '日々', + 'weekly' => '毎週', + 'monthly' => '毎月', + 'yearly' => '毎年', + 'custom' => 'カスタム', + 'days' => '日々', + 'weeks' => '週', + 'months' => '月', + 'years' => '年', + 'message' => 'これは定期的な: 種類と次: で自動的に生成される型: 日付', + +]; diff --git a/resources/lang/ja-JP/reports.php b/resources/lang/ja-JP/reports.php new file mode 100644 index 000000000..b32b4355d --- /dev/null +++ b/resources/lang/ja-JP/reports.php @@ -0,0 +1,30 @@ + '今年', + 'previous_year' => '前年', + 'this_quarter' => '今四半期', + 'previous_quarter' => '前四半期', + 'last_12_months' => '過去12か月', + 'profit_loss' => '利益損失', + 'gross_profit' => '粗利益', + 'net_profit' => '純利益', + 'total_expenses' => '経費合計', + 'net' => 'ネット', + + 'summary' => [ + 'income' => '収入サマリー', + 'expense' => '経費概要', + 'income_expense' => '収入対経費', + 'tax' => '税のまとめ', + ], + + 'quarter' => [ + '1' => '1〜3月', + '2' => '4〜6月', + '3' => '7〜9月', + '4' => '10〜12月', + ], + +]; diff --git a/resources/lang/ja-JP/settings.php b/resources/lang/ja-JP/settings.php new file mode 100644 index 000000000..ca0f37cb5 --- /dev/null +++ b/resources/lang/ja-JP/settings.php @@ -0,0 +1,103 @@ + [ + 'name' => '名前', + 'email' => 'メールアドレス', + 'phone' => '電話番号', + 'address' => '住所', + 'logo' => 'ロゴ', + ], + 'localisation' => [ + 'tab' => '翻訳', + 'financial_start' => '会計年度開始', + 'timezone' => 'タイムゾーン', + 'date' => [ + 'format' => '日付フォーマット', + 'separator' => '日付区切り記号', + 'dash' => 'ダッシュ (-)', + 'dot' => 'ドット (.)', + 'comma' => 'コンマ (,)', + 'slash' => 'スラッシュ (/)', + 'space' => 'スペース ( )', + ], + 'percent' => [ + 'title' => 'パーセント (%) 位置', + 'before' => '番号の前に', + 'after' => '番号の後', + ], + ], + 'invoice' => [ + 'tab' => '請求書', + 'prefix' => '番号プレフィックス', + 'digit' => '数の桁', + 'next' => '次の番号', + 'logo' => 'ロゴ', + 'custom' => 'カスタム', + 'item_name' => '項目名', + 'item' => 'アイテム', + 'product' => '製品', + 'service' => 'サービス', + 'price_name' => '価格名', + 'price' => '価格', + 'rate' => 'レート', + 'quantity_name' => '数量名', + 'quantity' => '量', + ], + 'default' => [ + 'tab' => 'デフォルト', + 'account' => 'デフォルトのアカウント', + 'currency' => 'デフォルト通貨', + 'tax' => '既定の税率', + 'payment' => '支払い方法の適用', + 'language' => '既定の言語', + ], + 'email' => [ + 'protocol' => 'プロトコル', + 'php' => 'PHP メール', + 'smtp' => [ + 'name' => 'SMTP', + 'host' => 'SMTP ホスト', + 'port' => 'SMTP ポート', + 'username' => 'SMTP ユーザー名', + 'password' => 'SMTP パスワード', + 'encryption' => 'SMTPセキュリティ', + 'none' => 'なし', + ], + 'sendmail' => 'Sendmail', + 'sendmail_path' => 'Sendmail のパス', + 'log' => 'ログの電子メール', + ], + 'scheduling' => [ + 'tab' => 'スケジューリング', + 'send_invoice' => '請求書アラームを送信する', + 'invoice_days' => '期日後に送信', + 'send_bill' => '請求書のリマインダーを送信', + 'bill_days' => '期日前に送信日', + 'cron_command' => 'Cron コマンド', + 'schedule_time' => '実行する時間', + 'send_item_reminder'=> 'アイテムの通知を送信', + 'item_stocks' => 'アイテム ストックしたら送信', + ], + 'appearance' => [ + 'tab' => '外観', + 'theme' => 'テーマ', + 'light' => 'ライト', + 'dark' => 'ダーク', + 'list_limit' => 'ページごとの記録', + 'use_gravatar' => '使用グラバター', + ], + 'system' => [ + 'tab' => 'システム', + 'session' => [ + 'lifetime' => 'セッションの有効期間 (分)', + 'handler' => 'セッションハンドラ', + 'file' => 'ファイル', + 'database' => 'データベース', + ], + 'file_size' => '最大ファイルサイズ (MB)', + 'file_types' => '許可されたファイルタイプ', + ], + +]; diff --git a/resources/lang/ja-JP/taxes.php b/resources/lang/ja-JP/taxes.php new file mode 100644 index 000000000..bf3b855b5 --- /dev/null +++ b/resources/lang/ja-JP/taxes.php @@ -0,0 +1,11 @@ + 'レート', + 'rate_percent' => '率 (%)', + 'normal' => '通常', + 'inclusive' => '包括的', + 'compound' => '化合物', + +]; diff --git a/resources/lang/ja-JP/transfers.php b/resources/lang/ja-JP/transfers.php new file mode 100644 index 000000000..77e004760 --- /dev/null +++ b/resources/lang/ja-JP/transfers.php @@ -0,0 +1,12 @@ + 'アカウントから', + 'to_account' => 'アカウントへ', + + 'messages' => [ + 'delete' => ': からに: に (: 量)', + ], + +]; diff --git a/resources/lang/ja-JP/updates.php b/resources/lang/ja-JP/updates.php new file mode 100644 index 000000000..b0bece862 --- /dev/null +++ b/resources/lang/ja-JP/updates.php @@ -0,0 +1,15 @@ + 'インストールバージョン', + 'latest_version' => '最新バージョン', + 'update' => 'Akaunting を更新: バージョン', + 'changelog' => '変更履歴', + 'check' => 'チェック', + 'new_core' => 'Akaunting の更新バージョンが利用可能です。', + 'latest_core' => 'おめでとうございます! Akaunting の最新のバージョンがあります。今後のセキュリティ更新プログラムが自動的に適用されます。', + 'success' => '更新プロセスは正常に完了しました。', + 'error' => 'アップデート処理に失敗しました。もう一度お試しください。', + +]; diff --git a/resources/lang/ja-JP/validation.php b/resources/lang/ja-JP/validation.php new file mode 100644 index 000000000..f5c1f1d37 --- /dev/null +++ b/resources/lang/ja-JP/validation.php @@ -0,0 +1,121 @@ + ':attributeを承認してください。', + 'active_url' => ':attributeは、有効なURLではありません。', + 'after' => ':attributeには、:date以降の日付を指定してください。', + 'after_or_equal' => ':attributeには、:date以降もしくは同日時を指定してください。', + 'alpha' => ':attributeには、アルファベッドのみ使用できます。', + 'alpha_dash' => ':attributeには、英数字(\'A-Z\',\'a-z\',\'0-9\')とハイフンと下線(\'-\',\'_\')が使用できます。', + 'alpha_num' => ':attributeには、英数字(\'A-Z\',\'a-z\',\'0-9\')が使用できます。', + 'array' => ':attributeには、配列を指定してください。', + 'before' => ':attributeには、:date以前の日付を指定してください。', + 'before_or_equal' => ':attributeには、:date以前もしくは同日時を指定してください。', + 'between' => [ + 'numeric' => ':attributeには、:minから、:maxまでの数字を指定してください。', + 'file' => ':attributeには、:min KBから:max KBまでのサイズのファイルを指定してください。', + 'string' => ':attributeは、:min文字から:max文字にしてください。', + 'array' => ':attributeの項目は、:min個から:max個にしてください。', + ], + 'boolean' => ':attributeには、\'true\'か\'false\'を指定してください。', + 'confirmed' => ':attributeと:attribute確認が一致しません。', + 'date' => ':attributeは、正しい日付ではありません。', + 'date_format' => ':attributeの形式は、\':format\'と合いません。', + 'different' => ':attributeと:otherには、異なるものを指定してください。', + 'digits' => ':attributeは、:digits桁にしてください。', + 'digits_between' => ':attributeは、:min桁から:max桁にしてください。', + 'dimensions' => ':attributeは、正しい縦横比ではありません。', + 'distinct' => ':attributeに重複した値があります。', + 'email' => ':attributeは、有効なメールアドレス形式で指定してください。', + 'exists' => '選択された:attributeは、有効ではありません。', + 'file' => ':attributeはファイルでなければいけません。', + 'filled' => ':attributeは必須です。', + 'image' => ':attributeには、画像を指定してください。', + 'in' => '選択された:attributeは、有効ではありません。', + 'in_array' => ':attributeは、:otherに存在しません。', + 'integer' => ':attributeには、整数を指定してください。', + 'ip' => ':attributeには、有効なIPアドレスを指定してください。', + 'json' => ':attributeには、有効なJSON文字列を指定してください。', + 'max' => [ + 'numeric' => ':attributeには、:max以下の数字を指定してください。', + 'file' => ':attributeには、:max KB以下のファイルを指定してください。', + 'string' => ':attributeは、:max文字以下にしてください。', + 'array' => ':attributeの項目は、:max個以下にしてください。', + ], + 'mimes' => ':attributeには、:valuesタイプのファイルを指定してください。', + 'mimetypes' => ':attributeには、:valuesタイプのファイルを指定してください。', + 'min' => [ + 'numeric' => ':attributeには、:min以上の数字を指定してください。', + 'file' => ':attributeには、:min KB以上のファイルを指定してください。', + 'string' => ':attributeは、:min文字以上にしてください。', + 'array' => ':attributeの項目は、:max個以上にしてください。', + ], + 'not_in' => '選択された:attributeは、有効ではありません。', + 'numeric' => ':attributeには、数字を指定してください。', + 'present' => ':attributeは、必ず存在しなくてはいけません。', + 'regex' => ':attributeには、有効な正規表現を指定してください。', + 'required' => ':attributeは、必ず指定してください。', + 'required_if' => ':otherが:valueの場合、:attributeを指定してください。', + 'required_unless' => ':otherが:value以外の場合、:attributeを指定してください。', + 'required_with' => ':valuesが指定されている場合、:attributeも指定してください。', + 'required_with_all' => ':valuesが全て指定されている場合、:attributeも指定してください。', + 'required_without' => ':valuesが指定されていない場合、:attributeを指定してください。', + 'required_without_all' => ':valuesが全て指定されていない場合、:attributeを指定してください。', + 'same' => ':attributeと:otherが一致しません。', + 'size' => [ + 'numeric' => ':attributeには、:sizeを指定してください。', + 'file' => ':attributeには、:size KBのファイルを指定してください。', + 'string' => ':attributeは、:size文字にしてください。', + 'array' => ':attributeの項目は、:size個にしてください。', + ], + 'string' => ':attributeには、文字を指定してください。', + 'timezone' => ':attributeには、有効なタイムゾーンを指定してください。', + 'unique' => '指定の:attributeは既に使用されています。', + 'uploaded' => ':attributeのアップロードに失敗しました。', + 'url' => ':attributeは、有効なURL形式で指定してください。', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'attribute-name' => [ + 'rule-name' => 'カスタム メッセージ', + ], + 'invalid_currency' => ':属性コードが無効です。', + 'invalid_amount' => '総額:属性が無効です。', + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +];