Files
espocrm/application/Espo/Resources/i18n/ja_JP/Export.json
2026-01-19 17:46:06 +01:00

30 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"fields": {
"fieldList": "フィールドリスト",
"exportAllFields": "すべてのフィールドをエクスポート",
"format": "形式",
"status": "状態",
"xlsxLite": "ライト",
"xlsxRecordLinks": "レコードリンク",
"xlsxTitle": "タイトル"
},
"options": {
"format": {
"xlsx": " XLSXエクセル"
},
"status": {
"Pending": "保留中",
"Running": "ランニング",
"Success": "成功",
"Failed": "失敗した"
}
},
"messages": {
"exportProcessed": "エクスポートが処理されました[ファイル]({url})をダウンロードしてください",
"infoText": "エクスポートはcronによってアイドル状態で処理されています完了するまでに時間がかかる場合がありますこのモーダルダイアログを閉じても実行プロセスには影響しません"
},
"tooltips": {
"xlsxLite": "メモリ消費量が大幅に削減されます大量のレコードをエクスポートする場合に推奨されます",
"xlsxTitle": "ヘッダーにタイトルと現在の日付を印刷します"
}
}