forked from akaunting/akaunting
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request akaunting#802 from akaunting/ja-JP
Japanese language
- Loading branch information
Showing
30 changed files
with
1,025 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'account_name' => 'アカウント名', | ||
'number' => '口座番号', | ||
'opening_balance' => '期首残高', | ||
'current_balance' => '残高', | ||
'bank_name' => '銀行名', | ||
'bank_phone' => '銀行電話', | ||
'bank_address' => '銀行住所', | ||
'default_account' => 'デフォルトのアカウント', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'profile' => 'プロフィール', | ||
'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' => 'パスワードを再設定する', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'bill_number' => '請求書番号', | ||
'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' => 'これは<b>ドラフト</b>請求書で、受け取り後にチャートに反映されます。', | ||
|
||
'status' => [ | ||
'created' => '作成日:日付', | ||
'receive' => [ | ||
'draft' => '送信されません', | ||
'received' => '受信日:日付', | ||
], | ||
'paid' => [ | ||
'await' => '支払いを待っている', | ||
], | ||
], | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'domain' => 'ドメイン', | ||
'logo' => 'ロゴ', | ||
'manage' => '会社を管理する', | ||
'all' => 'すべての会社', | ||
'error' => [ | ||
'delete_active' => 'エラー:アクティブな会社を削除できません。先に変更してください。', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'code' => 'コード', | ||
'rate' => 'レート', | ||
'default' => 'デフォルト通貨', | ||
'decimal_mark' => '小数点マーク', | ||
'thousands_separator' => '千の区切り記号', | ||
'precision' => '精度', | ||
'symbol' => [ | ||
'symbol' => 'シンボル', | ||
'position' => 'シンボル位置', | ||
'before' => '金額の前に', | ||
'after' => '金額の後', | ||
] | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'allow_login' => 'ログインを許可しますか?', | ||
'user_created' => 'ユーザー作成', | ||
|
||
'error' => [ | ||
'email' => '電子メールは既に撮影されています。' | ||
], | ||
|
||
'notification' => [ | ||
'message' => ':お客様製:請求書番号への支払い金額:invoice_number.', | ||
'button' => '見せる', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'total_incomes' => '総収入', | ||
'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' => '最新の費用', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'accounts_cash' => '現金', | ||
'categories_deposit' => '預金', | ||
'categories_sales' => '売上高', | ||
'currencies_usd' => '米ドル', | ||
'currencies_eur' => 'ユーロ', | ||
'currencies_gbp' => '英国ポンド', | ||
'currencies_try' => 'トルコのリラ', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'forbidden_access' => '禁止アクセス', | ||
'error_page' => 'エラー ページ', | ||
'page_not_found' => 'ページが見つかりません', | ||
|
||
'body' => [ | ||
'forbidden_access' => 'おっとっと! アクセス禁止', | ||
'error_page' => 'おっとっと! 何か問題がありました。', | ||
'page_not_found' => 'おっとっと! ページが見つかりません。', | ||
], | ||
|
||
'messages' => [ | ||
'forbidden_access' => 'このページにアクセスすることはできません。 | ||
その間、<a href=":link">ダッシュボードに戻る</a>ことができます。', | ||
'error_page' => '我々はすぐにそれを直すことに取り組むでしょう。 | ||
それまでの間、<a href=":link">ダッシュボードに戻ってください</a>ことができます。', | ||
'page_not_found' => '探しているページが見つかりませんでした。 | ||
それまでの間、<a href=":link">ダッシュボードに戻ってください</a>ことができます。', | ||
], | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'version' => '製品版', | ||
'powered' => 'Akauntingによって供給', | ||
'link' => 'https://akaunting.com', | ||
'software' => '無料会計ソフトウェア', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,147 @@ | ||
<?php | ||
|
||
return [ | ||
|
||
'items' => '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' => '先月', | ||
], | ||
]; |
Oops, something went wrong.