updated translations

This commit is contained in:
denisdulici
2019-12-25 14:32:47 +03:00
parent 85b5be6dad
commit 560e48254a
193 changed files with 2122 additions and 1500 deletions

View File

@@ -40,7 +40,7 @@ return [
'statuses' => '状態|状況',
'others' => 'その他の|その他',
'contacts' => 'コンタクト|連絡先',
'reconciliations' => '調整|調整',
'reconciliations' => 'アジャスト|調整',
'developers' => 'デベロッパー|開発者',
'schedules' => 'スケジュール|スケジュール',
'groups' => 'グループ|グループ',
@@ -73,7 +73,7 @@ return [
'delete' => '削除',
'send' => '送る',
'download' => 'ダウンロード',
'delete_confirm' => '削除の確認: 名前: タイプですか?',
'delete_confirm' => '削除の確認 :name :type?',
'name' => '名前',
'email' => 'メールアドレス',
'tax_number' => '税番号',
@@ -89,6 +89,7 @@ return [
'reference' => '参照',
'attachment' => '添付',
'change' => '変更',
'change_type' => 'Change :type',
'switch' => '切り替え',
'color' => '色',
'save' => '保存',
@@ -99,11 +100,11 @@ return [
'to' => 'まで',
'print' => '印刷する',
'search' => '探索',
'search_placeholder' => '検索するタイプ',
'search_placeholder' => '検索するタイプ..',
'filter' => 'フィルター',
'help' => 'ヘルプ',
'all' => 'すべて',
'all_type' => 'すべて: 型',
'all_type' => 'すべて :type',
'upcoming' => '今後の予定',
'created' => '作成した',
'id' => 'ID',
@@ -122,7 +123,7 @@ return [
'disable' => '無効',
'select_all' => 'すべて選択',
'unselect_all' => 'すべての選択を解除',
'go_to' => 'に行く:名前',
'go_to' => '進む :name',
'created_date' => '作成日',
'period' => '期間',
'frequency' => '周波数',
@@ -135,34 +136,46 @@ return [
'basis' => '基礎',
'accrual' => '見越',
'cash' => '現金',
'group_by' => 'グループ化:',
'accounting' => '会計',
'group_by' => 'グループ化',
'accounting' => 'アカウンティング',
'title' => [
'new' => '新しい: 型',
'edit' => '編集:タイプ',
'delete' => '削除:タイプ',
'create' => '作成: 型',
'send' => '送信: 型',
'get' => '取得: 型',
'add' => '追加:型',
'new' => '新しい :type',
'edit' => '編集 :type',
'delete' => '削除 :type',
'create' => '作成 :type',
'send' => '送信 :type',
'get' => '取得 :type',
'add' => '追加 :type',
],
'form' => [
'enter' => '入力: フィールド',
'enter' => '入力 :field',
'select' => [
'field' => '-選択: フィールド -',
'field' => '- 選択 :field -',
'file' => 'ファイルを選択します。',
],
'add_new' => '新規追加:フィールド',
'no_file_selected' => 'ファイルが選択されていません.',
'add_new' => '新規追加 :field',
'no_file_selected' => 'ファイルが選択されていません...',
],
'date_range' => [
'today' => '今日',
'yesterday' => '昨日',
'last_days' => '最後: 日',
'last_days' => '最後 :day',
'this_month' => '今月',
'last_month' => '先月',
],
'empty' => [
'documentation' => 'チェック <a href=":url" target="_blank" class="text-success">ドキュメンテーション</a> 詳細については。',
'items' => 'アイテムは製品またはサービスです。請求書や請求書を作成するときにアイテムを使用して、価格、税などのフィールドに入力できます。',
'invoices' => '請求書は、1回限りの場合と定期的な場合があります。それらを顧客に送信し、オンライン支払いの受け入れを開始できます。',
'revenues' => '収益は、有料の収益取引です。 独立したレコードにすることができます (預金) または請求書に添付。',
'customers' => '請求書を作成する場合は、顧客が必要です。また、クライアントポータルにログインして残高を確認することもできます。',
'bills' => '請求書は、1回または定期的なものです。これらは、購入した製品またはサービスに対してベンダーに支払うべきものを示しています。',
'payments' => '支払いは、支払い済みの費用トランザクションです。それは独立した記録(すなわち、領収書)または請求書に添付することができます。',
'vendors' => '請求書を作成する場合は、ベンダーが必要です。仕入先からの残高を確認し、レポートをフィルタリングできます。',
],
];