Files
espocrm/application/Espo/Resources/i18n/ja_JP/FieldManager.json
bsiggel 127fa6503b chore: Update copyright year from 2025 to 2026 across core files
- 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.
2026-02-07 16:05:21 +01:00

177 lines
12 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.
{
"labels": {
"Dynamic Logic": "ダイナミックロジック",
"Name": "名前",
"Label": "ラベル",
"Type": "タイプ",
"View Details": "詳細を表示"
},
"options": {
"dateTimeDefault": {
"": "なし",
"javascript: return this.dateTime.getNow(1);": "今",
"javascript: return this.dateTime.getNow(5);": "現在5分",
"javascript: return this.dateTime.getNow(15);": "現在15分",
"javascript: return this.dateTime.getNow(30);": "現在30分",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(1, 'hours', 15);": "+1 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(2, 'hours', 15);": "+2 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(3, 'hours', 15);": "+3 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(4, 'hours', 15);": "+4 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(5, 'hours', 15);": "+5 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(6, 'hours', 15);": "+6 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(7, 'hours', 15);": "+7 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(8, 'hours', 15);": "+8 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(9, 'hours', 15);": "+9 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(10, 'hours', 15);": "+10 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(11, 'hours', 15);": "+11 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(12, 'hours', 15);": "+12 時間",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(1, 'days', 15);": "+1 日",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(2, 'days', 15);": "+2 日",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(3, 'days', 15);": "+3 日",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(4, 'days', 15);": "+4 日",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(5, 'days', 15);": "+5 日",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(6, 'days', 15);": "+6 日",
"javascript: return this.dateTime.getDateTimeShiftedFromNow(1, 'week', 15);": "+1 週間"
},
"dateDefault": {
"": "なし",
"javascript: return this.dateTime.getToday();": "今日",
"javascript: return this.dateTime.getDateShiftedFromToday(1, 'days');": "+1 日",
"javascript: return this.dateTime.getDateShiftedFromToday(2, 'days');": "+2 日",
"javascript: return this.dateTime.getDateShiftedFromToday(3, 'days');": "+3 日",
"javascript: return this.dateTime.getDateShiftedFromToday(4, 'days');": "+4 日",
"javascript: return this.dateTime.getDateShiftedFromToday(5, 'days');": "+5 日",
"javascript: return this.dateTime.getDateShiftedFromToday(6, 'days');": "+6 日",
"javascript: return this.dateTime.getDateShiftedFromToday(7, 'days');": "+7 日",
"javascript: return this.dateTime.getDateShiftedFromToday(8, 'days');": "+8 日",
"javascript: return this.dateTime.getDateShiftedFromToday(9, 'days');": "+2 日",
"javascript: return this.dateTime.getDateShiftedFromToday(10, 'days');": "+9 日",
"javascript: return this.dateTime.getDateShiftedFromToday(1, 'weeks');": "+1 週間",
"javascript: return this.dateTime.getDateShiftedFromToday(2, 'weeks');": "+2 週間",
"javascript: return this.dateTime.getDateShiftedFromToday(3, 'weeks');": "+3 週間",
"javascript: return this.dateTime.getDateShiftedFromToday(1, 'months');": "+1 ヵ月",
"javascript: return this.dateTime.getDateShiftedFromToday(2, 'months');": "+2 ヵ月",
"javascript: return this.dateTime.getDateShiftedFromToday(3, 'months');": "+3 ヵ月",
"javascript: return this.dateTime.getDateShiftedFromToday(4, 'months');": "+4 ヵ月",
"javascript: return this.dateTime.getDateShiftedFromToday(5, 'months');": "+5 ヵ月",
"javascript: return this.dateTime.getDateShiftedFromToday(6, 'months');": "+6 ヵ月",
"javascript: return this.dateTime.getDateShiftedFromToday(7, 'months');": "+7 ヵ月",
"javascript: return this.dateTime.getDateShiftedFromToday(8, 'months');": "+8 ヵ月",
"javascript: return this.dateTime.getDateShiftedFromToday(9, 'months');": "+9 ヵ月",
"javascript: return this.dateTime.getDateShiftedFromToday(10, 'months');": "+10 ヵ月",
"javascript: return this.dateTime.getDateShiftedFromToday(11, 'months');": "+11 ヵ月",
"javascript: return this.dateTime.getDateShiftedFromToday(1, 'year');": "+1 年"
},
"barcodeType": {
"EAN8": " EAN-8",
"EAN5": " EAN-5",
"EAN2": " EAN-2",
"UPC": " UPC (A)",
"UPCE": " UPCE",
"pharmacode": "ファーマコード",
"QRcode": "QRコード"
},
"globalRestrictions": {
"forbidden": "禁断",
"internal": "内部",
"onlyAdmin": "管理者のみ",
"readOnly": "読み取り専用",
"nonAdminReadOnly": "管理者以外の読み取り専用"
}
},
"tooltips": {
"audited": "更新はストリームに記録されます",
"required": "このフィールドは必須です空欄のままにすることはできません",
"default": "作成時にデフォルトで値が設定されます",
"min": "最小許容値",
"max": "最大許容値",
"lengthOfCut": "テキストが切り取られるまでの長さ",
"maxLength": "許容されるテキストの最大長",
"before": "日付値は、指定されたフィールドの日付値より前である必要があります",
"after": "日付値は、指定されたフィールドの日付値より後である必要があります",
"readOnly": "フィールド値はユーザーが指定できませんただし、数式で計算することは可能です",
"maxFileSize": "空または 0 の場合、制限はありません",
"fileAccept": "受け入れるファイル形式カスタム項目を追加することも可能です",
"barcodeLastChar": "EAN-13タイプの場合",
"conversionDisabled": "このフィールドには通貨換算アクションは適用されません",
"cutHeight": "指定された値より大きいテキストは切り取られ、「詳細を表示」ボタンが表示されます",
"urlStrip": "プロトコルと末尾のスラッシュを削除します",
"pattern": "フィールド値をチェックするための正規表現表現を定義するか、定義済みの表現を選択してください",
"options": "可能な値とそのラベルのリスト",
"optionsArray": "可能な値とそのラベルのリスト空の場合、フィールドにカスタム値を入力できます",
"maxCount": "選択できる項目の最大数",
"displayAsList": "各項目を新しい行に入力します",
"optionsVarchar": "オートコンプリート値のリスト",
"currencyDecimal": " Decimal DB型を使用してくださいアプリでは、値は文字列として表されます精度が必要な場合は、このパラメータにチェックを入れてください",
"optionsReference": "別のフィールドのオプションを再利用します",
"readOnlyAfterCreate": "フィールド値は、新規レコードの作成時に指定できますその後、フィールドは読み取り専用になりますが、数式による計算は引き続き可能です",
"linkReadOnly": "フィールド値はユーザーが指定できませんただし、数式による計算は可能ですまた、リレーションシップパネルから関連レコードを作成する機能も無効になります",
"relateOnImport": "このフィールドを使用してインポートすると、レコードが一致する外部レコードと自動的に関連付けられますこの機能は、外部フィールドが一意であるとみなされる場合にのみ使用してください",
"preview": "プレビューボタンを表示しますMarkdown が有効な場合に適用されます",
"seeMoreDisabled": "チェックされていない場合は長いテキストが短縮されます"
},
"fieldParts": {
"address": {
"street": "通り",
"city": "市",
"state": "州",
"country": "国",
"postalCode": "郵便番号",
"map": "地図"
},
"personName": {
"salutation": "挨拶",
"first": "初め",
"last": "最後",
"middle": "真ん中"
},
"currency": {
"converted": "(変換された)",
"currency": "(通貨)"
},
"datetimeOptional": {
"date": "日付"
}
},
"fieldInfo": {
"varchar": " 行のテキスト",
"enum": "選択ボックスでは、選択できる値は 1 つだけです",
"text": "マークダウンをサポートする複数行テキスト",
"date": "時間のない日付",
"datetime": "日時",
"currency": "通貨の値通貨コードを持つ浮動小数点数",
"int": "整数",
"float": "小数部を持つ数値",
"bool": "チェックボックス可能な値は true と false の 2 つです",
"multiEnum": "値のリスト複数の値を選択できますリストは順序付けされています",
"checklist": "チェックボックスのリスト",
"array": "Multi-Enum フィールドに似た値のリスト",
"address": "番地、市、州、郵便番号、国を含む住所",
"url": "リンクを保存します",
"wysiwyg": " HTML をサポートするテキスト",
"file": "ファイルのアップロード用",
"image": "画像のアップロード用",
"attachmentMultiple": "複数のファイルをアップロードできます",
"number": "プレフィックスと特定の長さを持つ文字列型の自動増分数値",
"autoincrement": "生成された読み取り専用の自動増分整数",
"barcode": "バーコードPDFに印刷できます",
"email": "パラメータ付きの電子メール アドレスのセット: オプトアウト、無効、プライマリ",
"phone": "パラメータを含む電話番号のセット: タイプ、オプトアウト、無効、プライマリ",
"foreign": "関連レコードのフィールド読み取り専用",
"link": "所属先 (多対 1 または 1 対 1) 関係を通じて関連付けられたレコード",
"linkParent": "親子関係によって関連付けられたレコード異なるエンティティタイプであっても構いません",
"linkMultiple": "Has-Many多対多または一対多関係によって関連付けられたレコードのセットすべての関係にlink-multipleフィールドがあるわけではありませんlink-multipleパラメータが有効になっている関係にのみlink-multipleフィールドがあります",
"urlMultiple": "複数のリンク"
},
"messages": {
"fieldNameIsNotAllowed": "フィールド名 '{field}' は許可されていません",
"fieldAlreadyExists": "フィールド '{field}' は '{entityType}' にすでに存在します",
"linkWithSameNameAlreadyExists": " '{field}' という名前のリンクは '{entityType}' にすでに存在します",
"confirmRemove": " *{field}* フィールドを削除してもよろしいですか? フィールドを削除してもデータベースからデータは削除されませんハードリビルドを実行すると、データベースからデータが削除されます",
"fieldCreatedAddToLayouts": "フィールドが作成されましたこれで[レイアウト]({link})に追加できます",
"namingFieldLinkConflict": "名前「{field}」がリンクと競合しています"
},
"otherFields": {
"attributes": "属性"
}
}