UNPKG

@univerjs/docs-ui

Version:

Editor UI layer for Univer Docs.

123 lines (122 loc) 3.27 kB
//#region src/locale/ja-JP.ts const locale = { "docs-ui": { toolbar: { undo: "元に戻す", redo: "やり直し", font: "フォント", fontSize: "フォントサイズ", bold: "太字", italic: "斜体", strikethrough: "取り消し線", subscript: "下付き文字", superscript: "上付き文字", underline: "下線", textColor: { main: "文字の色" }, fillColor: { main: "塗りつぶしの色" }, table: { main: "表", insert: "表の挿入", colCount: "列数", rowCount: "行数" }, resetColor: "既定の色に戻す", order: "番号付きリスト", unorder: "箇条書き", checklist: "チェックリスト", documentFlavor: "モダンモード", alignLeft: "左揃え", alignCenter: "中央揃え", alignRight: "右揃え", alignJustify: "両端揃え", horizontalLine: "横線の挿入", headerFooter: "ヘッダーとフッター", pageSetup: "ページ設定" }, table: { insert: "挿入", insertRowAbove: "上に行を挿入", insertRowBelow: "下に行を挿入", insertColumnLeft: "左に列を挿入", insertColumnRight: "右に列を挿入", delete: "表を削除", deleteRows: "行を削除", deleteColumns: "列を削除", deleteTable: "表を削除" }, headerFooter: { header: "ヘッダー", footer: "フッター", panel: "ヘッダーとフッターの設定", firstPageCheckBox: "先頭ページを別設定", oddEvenCheckBox: "奇数/偶数ページを別設定", headerTopMargin: "ヘッダー上余白(px)", footerBottomMargin: "フッター下余白(px)", closeHeaderFooter: "ヘッダー/フッターを閉じる", disableText: "ヘッダーとフッターの設定は無効です" }, doc: { menu: { paragraphSetting: "段落設定" }, slider: { paragraphSetting: "段落設定" }, paragraphSetting: { alignment: "配置", indentation: "インデント", left: "左", right: "右", firstLine: "先頭行", hanging: "ぶら下げ", spacing: "間隔", before: "前の間隔", after: "後の間隔", lineSpace: "行間", multiSpace: "複数行間", fixedValue: "固定値(px)" } }, rightClick: { copy: "コピー", cut: "切り取り", paste: "貼り付け", delete: "削除", bulletList: "箇条書き", orderList: "番号付きリスト", checkList: "チェックリスト", insertBellow: "下に挿入" }, "page-settings": { "document-setting": "文書設定", mode: "モード", "modern-mode": "モダン", "classic-mode": "クラシック", "modern-width": "コンテンツ幅", "modern-width-narrow": "狭い", "modern-width-medium": "標準", "modern-width-wide": "広い", "paper-size": "用紙サイズ", "page-size": { main: "用紙サイズ", a4: "A4", a3: "A3", a5: "A5", b4: "B4", b5: "B5", letter: "Letter", legal: "Legal", tabloid: "Tabloid", statement: "Statement", executive: "Executive", folio: "Folio" }, orientation: "方向", portrait: "縦", landscape: "横", "custom-paper-size": "カスタム用紙サイズ", top: "上", bottom: "下", left: "左", right: "右", cancel: "キャンセル", confirm: "確認" } } }; //#endregion export { locale as default };