mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations config.php (Japanese)
This commit is contained in:
parent
720f22052a
commit
273901f2a7
@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'folders' => [
|
||||
'name' => 'フォルダー',
|
||||
'instructions' => 'このフィールドで使用できるフォルダを指定します。すべてのフォルダを表示するには、空白のままにします。',
|
||||
'warning' => '既存のフォルダのアクセス許可は、選択したフォルダよりも優先されます。',
|
||||
],
|
||||
'min' => [
|
||||
'label' => '最小限の選択',
|
||||
'instructions' => '許可される選択の最小数を入力してください。',
|
||||
],
|
||||
'max' => [
|
||||
'label' => '最大の選択',
|
||||
'instructions' => '許可される選択の最大数を入力します。',
|
||||
],
|
||||
'mode' => [
|
||||
'name' => '入力モード',
|
||||
'instructions' => 'ユーザーはどのようにファイル入力を提供する必要がありますか?',
|
||||
'option' => [
|
||||
'default' => 'ファイルをアップロードまたは選択します。',
|
||||
'select' => 'ファイルのみを選択します。',
|
||||
'upload' => 'ファイルのみをアップロードします。',
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user