We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea468d commit 5a9b907Copy full SHA for 5a9b907
lang/ja/errors.php
@@ -109,7 +109,7 @@
109
'import_zip_cant_read' => 'ZIPファイルを読み込めません。',
110
'import_zip_cant_decode_data' => 'ZIPファイル内に data.json が見つからないかデコードできませんでした。',
111
'import_zip_no_data' => 'ZIPファイルのデータにブック、チャプター、またはページコンテンツがありません。',
112
- 'import_zip_data_too_large' => 'ZIP data.json content exceeds the configured application maximum upload size.',
+ 'import_zip_data_too_large' => 'ZIPに含まれる data.json が、アプリケーションで設定された最大アップロードサイズを超えています。',
113
'import_validation_failed' => 'エラーによりインポートZIPの検証に失敗しました:',
114
'import_zip_failed_notification' => 'ZIP ファイルのインポートに失敗しました。',
115
'import_perms_books' => 'ブックを作成するために必要な権限がありません。',
0 commit comments