Skip to content

Commit

Permalink
Merge pull request #12695 from bzy107/translation-japanese
Browse files Browse the repository at this point in the history
update: Japanese translation update and fix
  • Loading branch information
danharrin authored May 8, 2024
2 parents 24d6b88 + 43dfefa commit 186fc0c
Show file tree
Hide file tree
Showing 9 changed files with 233 additions and 9 deletions.
77 changes: 77 additions & 0 deletions packages/actions/resources/lang/ja/export.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?php

return [

'label' => 'エクスポート',

'modal' => [

'heading' => 'エクスポート :label',

'form' => [

'columns' => [

'label' => 'カラム',

'form' => [

'is_enabled' => [
'label' => ':column が有効になりました',
],

'label' => [
'label' => ':column ラベル',
],

],

],

],

'actions' => [

'export' => [
'label' => 'エクスポート',
],

],

],

'notifications' => [

'completed' => [

'title' => 'エクスポート完了',

'actions' => [

'download_csv' => [
'label' => 'csv形式をダウンロード',
],

'download_xlsx' => [
'label' => 'xlsx形式をダウンロード',
],

],

],

'max_rows' => [
'title' => 'エクスポートするデータが大きすぎます',
'body' => '一度に:count行を超える行をエクスポートすることはできません。',
],

'started' => [
'title' => 'エクスポート開始',
'body' => 'エクスポートが開始され、:count行がバックグラウンドで処理されます。',
],

],

'file_name' => 'export-:export_id-:model',

];
77 changes: 77 additions & 0 deletions packages/actions/resources/lang/ja/import.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?php

return [

'label' => 'インポート',

'modal' => [

'heading' => 'インポート :label',

'form' => [

'file' => [
'label' => 'File',
'placeholder' => 'CSVファイルをアップロード',
],

'columns' => [
'label' => 'カラム',
'placeholder' => '列を選択',
],

],

'actions' => [

'download_example' => [
'label' => 'サンプルCSVファイルをダウンロード',
],

'import' => [
'label' => 'インポート',
],

],

],

'notifications' => [

'completed' => [

'title' => 'インポート完了',

'actions' => [

'download_failed_rows_csv' => [
'label' => '失敗した行に関する情報のダウンロード',
],

],

],

'max_rows' => [
'title' => 'CSVファイルが大きすぎます',
'body' => '一度に:count行を超える行をインポートすることはできません。',
],

'started' => [
'title' => 'インポート開始',
'body' => 'インポートが開始され、:count行がバックグラウンドで処理されます。',
],

],

'example_csv' => [
'file_name' => ':importer-example',
],

'failure_csv' => [
'file_name' => 'import-:import_id-:csv_name-failed-rows',
'error_header' => 'エラー',
'system_error' => 'システムエラーです。サポートにお問い合わせください。',
],

];
25 changes: 25 additions & 0 deletions packages/forms/resources/lang/ja/components.php
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,31 @@
'placeholder' => '新規タグ',
],

'text_input' => [

'actions' => [

'hide_password' => [
'label' => 'パスワードを非表示',
],

'show_password' => [
'label' => 'パスワードを表示',
],

],

],

'toggle_buttons' => [

'boolean' => [
'true' => 'はい',
'false' => 'いいえ',
],

],

'wizard' => [

'actions' => [
Expand Down
18 changes: 18 additions & 0 deletions packages/infolists/resources/lang/ja/components.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@

],

'key_value' => [

'columns' => [

'key' => [
'label' => 'キー',
],

'value' => [
'label' => '',
],

],

'placeholder' => 'エントリがありません',

],

],

];
8 changes: 8 additions & 0 deletions packages/panels/resources/lang/ja/layout.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,12 @@

],

'avatar' => [
'alt' => ':nameのアバター',
],

'logo' => [
'alt' => ':nameロゴ',
],

];
4 changes: 2 additions & 2 deletions packages/panels/resources/lang/ja/pages/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

'filter' => [

'label' => 'フィルター',
'label' => 'フィルタ',

'modal' => [

'heading' => 'フィルター',
'heading' => 'フィルタ',

'actions' => [

Expand Down
7 changes: 7 additions & 0 deletions packages/panels/resources/lang/ja/unsaved-changes-alert.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

return [

'body' => '未保存の変更があります。このページを離れてもよろしいですか?',

];
8 changes: 8 additions & 0 deletions packages/support/resources/lang/ja/components/pagination.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,18 @@

'actions' => [

'first' => [
'label' => '最初',
],

'go_to_page' => [
'label' => ':pageページへ移動',
],

'last' => [
'label' => '最後',
],

'next' => [
'label' => '',
],
Expand Down
18 changes: 11 additions & 7 deletions packages/tables/resources/lang/ja/table.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
],

'filter' => [
'label' => 'フィルター',
'label' => 'フィルタ',
],

'group' => [
Expand All @@ -105,21 +105,25 @@

'heading' => ':modelが見つかりません',

'description' => ':modelを作成して始めてください',
'description' => ':modelを作成してください',

],

'filters' => [

'actions' => [

'apply' => [
'label' => 'フィルタを適用',
],

'remove' => [
'label' => 'フィルターを解除',
'label' => 'フィルタを解除',
],

'remove_all' => [
'label' => 'すべてのフィルターを解除',
'tooltip' => 'すべてのフィルターを解除',
'label' => 'すべてのフィルタを解除',
'tooltip' => 'すべてのフィルタを解除',
],

'reset' => [
Expand All @@ -128,9 +132,9 @@

],

'heading' => 'フィルター',
'heading' => 'フィルタ',

'indicator' => '有効なフィルター',
'indicator' => '有効なフィルタ',

'multi_select' => [
'placeholder' => '全件',
Expand Down

0 comments on commit 186fc0c

Please sign in to comment.