- Updated copyright headers in 3,055 core application files - Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026' - Added 123 new files from EspoCRM core updates - Removed 4 deprecated files - Total changes: 61,637 insertions, 54,283 deletions This is a routine maintenance update for the new year 2026.
27 lines
1.1 KiB
JSON
27 lines
1.1 KiB
JSON
{
|
|
"fields": {
|
|
"fieldList": "フィールドリスト",
|
|
"exportAllFields": "すべてのフィールドをエクスポート",
|
|
"format": "形式",
|
|
"status": "状態",
|
|
"xlsxLite": "ライト",
|
|
"xlsxRecordLinks": "レコードリンク",
|
|
"xlsxTitle": "タイトル"
|
|
},
|
|
"options": {
|
|
"status": {
|
|
"Pending": "保留中",
|
|
"Running": "ランニング",
|
|
"Success": "成功",
|
|
"Failed": "失敗した"
|
|
}
|
|
},
|
|
"messages": {
|
|
"exportProcessed": "エクスポートが処理されました[ファイル]({url})をダウンロードしてください",
|
|
"infoText": "エクスポートはcronによってアイドル状態で処理されています完了するまでに時間がかかる場合がありますこのモーダルダイアログを閉じても実行プロセスには影響しません"
|
|
},
|
|
"tooltips": {
|
|
"xlsxLite": "メモリ消費量が大幅に削減されます大量のレコードをエクスポートする場合に推奨されます",
|
|
"xlsxTitle": "ヘッダーにタイトルと現在の日付を印刷します"
|
|
}
|
|
} |