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

46 lines
1.4 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": {
"name": "名前",
"body": "体",
"entityType": "エンティティタイプ",
"header": "ヘッダ",
"footer": "フッター",
"leftMargin": "左余白",
"topMargin": "上余白",
"rightMargin": "右余白",
"bottomMargin": "下余白",
"printFooter": "印刷フッター",
"footerPosition": "フッターの位置",
"variables": "利用可能なプレースホルダー",
"pageOrientation": "ページの向き",
"pageFormat": "論文形式",
"fontFace": "フォント",
"pageWidth": "ページ幅mm",
"pageHeight": "ページの高さmm",
"headerPosition": "ヘッダーの位置",
"printHeader": "印刷ヘッダー",
"title": "タイトル",
"style": "スタイル"
},
"labels": {
"Create Template": "テンプレートを作成"
},
"tooltips": {
"footer": "ページ番号を印刷するには {pageNumber} を使用します",
"variables": "必要なプレースホルダーをヘッダー、本文、またはフッターにコピーして貼り付けます"
},
"options": {
"pageOrientation": {
"Portrait": "ポートレート",
"Landscape": "風景"
},
"placeholders": {
"today": "今日(日付)",
"now": "現在(日時)",
"pagebreak": "ページ区切り"
},
"pageFormat": {
"Custom": "カスタム"
}
}
}