reactjs-tiptap-editor 1.0.25 → 1.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/{ActionMenuButton-8cTG45Ft.js → ActionMenuButton-B4KDkZ0z.js} +1 -1
- package/lib/{ActionMenuButton-CXeFhner.cjs → ActionMenuButton-C3Cfeza9.cjs} +1 -1
- package/lib/Attachment.cjs +1 -1
- package/lib/Attachment.js +25 -25
- package/lib/Blockquote.cjs +5 -5
- package/lib/Blockquote.js +1490 -53
- package/lib/Bold.cjs +1 -1
- package/lib/Bold.js +3 -3
- package/lib/BulletList.cjs +1 -1
- package/lib/BulletList.js +2 -2
- package/lib/Callout.cjs +1 -1
- package/lib/Callout.js +222 -8
- package/lib/Clear.cjs +1 -1
- package/lib/Clear.js +2 -2
- package/lib/Code.cjs +1 -1
- package/lib/Code.js +56 -39
- package/lib/CodeBlock.cjs +1 -1
- package/lib/CodeBlock.js +8 -4
- package/lib/CodeView.cjs +1 -1
- package/lib/CodeView.js +2 -2
- package/lib/Color.cjs +1 -1
- package/lib/Color.js +3 -3
- package/lib/Column.cjs +1 -1
- package/lib/Column.js +2 -2
- package/lib/{Drawer-TJY4NuHx.cjs → Drawer-D7E9kTca.cjs} +1 -1
- package/lib/{Drawer-C-EO1uoK.js → Drawer-DA0FLHs9.js} +20 -20
- package/lib/Drawer.cjs +1 -1
- package/lib/Drawer.js +4 -4
- package/lib/Emoji.cjs +1 -1
- package/lib/Emoji.js +1644 -148
- package/lib/Excalidraw.cjs +1 -1
- package/lib/Excalidraw.js +10 -10
- package/lib/ExportPdf.cjs +1 -1
- package/lib/ExportPdf.js +2 -2
- package/lib/ExportWord.cjs +1 -1
- package/lib/ExportWord.js +2 -2
- package/lib/FontFamily.cjs +1 -1
- package/lib/FontFamily.js +5 -5
- package/lib/FontSize.cjs +1 -1
- package/lib/FontSize.js +5 -5
- package/lib/FormatPainter.cjs +1 -0
- package/lib/FormatPainter.js +133 -0
- package/lib/Heading.cjs +1 -1
- package/lib/Heading.js +10 -6
- package/lib/Highlight.cjs +1 -1
- package/lib/Highlight.js +3 -3
- package/lib/History.cjs +7 -1
- package/lib/History.js +519 -478
- package/lib/HorizontalRule.cjs +1 -1
- package/lib/HorizontalRule.js +2 -2
- package/lib/{Iframe-CGb6-2LD.js → Iframe-DZ3r3QzK.js} +7 -7
- package/lib/{Iframe-5zx43DL4.cjs → Iframe-OMVd0xa_.cjs} +1 -1
- package/lib/Iframe.cjs +1 -1
- package/lib/Iframe.js +3 -3
- package/lib/Image.cjs +1 -1
- package/lib/Image.js +6 -6
- package/lib/ImageGif.cjs +1 -1
- package/lib/ImageGif.js +35 -35
- package/lib/ImportWord.cjs +1 -1
- package/lib/ImportWord.js +15 -15
- package/lib/{Indent-DuwV8s1t.cjs → Indent-QgCoonRk.cjs} +1 -1
- package/lib/{Indent-CdMYsDNS.js → Indent-kI4G-clX.js} +2 -2
- package/lib/Indent.cjs +1 -1
- package/lib/Indent.js +2 -2
- package/lib/Italic.cjs +1 -1
- package/lib/Italic.js +2 -2
- package/lib/{Katex-CCP_ZQz2.js → Katex-BPbXjcZQ.js} +6 -7
- package/lib/Katex-CUofhjB5.cjs +4 -0
- package/lib/Katex.cjs +1 -1
- package/lib/Katex.js +3 -3
- package/lib/LineHeight.cjs +1 -1
- package/lib/LineHeight.js +4 -4
- package/lib/Link.cjs +1 -1
- package/lib/Link.js +2 -2
- package/lib/{LinkEditBlock-B1m-TVMu.js → LinkEditBlock-BYWwH2_x.js} +59 -32
- package/lib/{LinkEditBlock-DQ8-iufJ.cjs → LinkEditBlock-Z7RRurvx.cjs} +2 -2
- package/lib/MarkdownPaste.cjs +1 -1
- package/lib/MarkdownPaste.js +1 -1
- package/lib/Mention.cjs +1 -1
- package/lib/Mention.js +9 -5
- package/lib/Mermaid.cjs +2 -2
- package/lib/Mermaid.js +61 -62
- package/lib/MoreMark.cjs +1 -1
- package/lib/MoreMark.js +5 -5
- package/lib/OrderedList.cjs +1 -1
- package/lib/OrderedList.js +2 -2
- package/lib/SearchAndReplace.cjs +1 -1
- package/lib/SearchAndReplace.js +14 -14
- package/lib/SlashCommand.cjs +1 -1
- package/lib/SlashCommand.js +7 -7
- package/lib/{SlashCommandNodeView-Dt6n1SP9.js → SlashCommandNodeView-C0l3Fb_3.js} +10 -10
- package/lib/{SlashCommandNodeView-DNixmQGa.cjs → SlashCommandNodeView-DPPmYEjC.cjs} +1 -1
- package/lib/Strike.cjs +1 -1
- package/lib/Strike.js +2 -2
- package/lib/{Table-C5JxBXef.cjs → Table-D5G3rfwb.cjs} +5 -5
- package/lib/{Table-DdEgaUwa.js → Table-DwseaFSD.js} +115 -97
- package/lib/Table.cjs +1 -1
- package/lib/Table.js +1 -1
- package/lib/TaskList.cjs +1 -1
- package/lib/TaskList.js +2 -2
- package/lib/TextAlign.cjs +1 -1
- package/lib/TextAlign.js +11 -11
- package/lib/TextDirection.cjs +1 -1
- package/lib/TextDirection.js +3 -3
- package/lib/TextUnderline.cjs +1 -1
- package/lib/TextUnderline.js +2 -2
- package/lib/{Twitter-Dnz9qyW0.js → Twitter-DP26Lkn8.js} +195 -195
- package/lib/Twitter-q4ZGZL0i.cjs +1 -0
- package/lib/Twitter.cjs +1 -1
- package/lib/Twitter.js +3 -3
- package/lib/Video.cjs +1 -1
- package/lib/Video.js +5 -5
- package/lib/bubble.cjs +6 -6
- package/lib/bubble.js +2783 -2137
- package/lib/{clsx-D6gYQn3o.cjs → clsx-DRbkQ4T7.cjs} +1 -1
- package/lib/{clsx-0OU6n9va.js → clsx-_bq4MQQ7.js} +14 -4
- package/lib/components/Bubble/RichTextBubbleCallout.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleCodeBlock.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleColumns.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleDrawer.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleExcalidraw.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleIframe.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleKatex.d.ts +2 -1
- package/lib/components/Bubble/RichTextBubbleLink.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleMedia.d.ts +3 -3
- package/lib/components/Bubble/RichTextBubbleMenuDragHandle.d.ts +2 -1
- package/lib/components/Bubble/RichTextBubbleMermaid.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleTable.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleText.d.ts +1 -1
- package/lib/components/Bubble/RichTextBubbleTwitter.d.ts +1 -1
- package/lib/components/ColorPicker.d.ts +1 -1
- package/lib/components/ReactBus.d.ts +1 -1
- package/lib/components/RichTextProvider.d.ts +1 -1
- package/lib/components/SlashDialogTrigger/RenderDialogUploadImage.d.ts +1 -1
- package/lib/components/SlashDialogTrigger/RenderDialogUploadVideo.d.ts +1 -1
- package/lib/components/SlashDialogTrigger/SlashDialogTrigger.d.ts +2 -1
- package/lib/components/icons/Activity.d.ts +2 -1
- package/lib/components/icons/Animas.d.ts +2 -1
- package/lib/components/icons/AspectRatio.d.ts +1 -1
- package/lib/components/icons/Blockquote.d.ts +1 -1
- package/lib/components/icons/CodeView.d.ts +1 -1
- package/lib/components/icons/ColumnAddLeft.d.ts +1 -1
- package/lib/components/icons/ColumnAddRight.d.ts +1 -1
- package/lib/components/icons/DeleteColumn.d.ts +1 -1
- package/lib/components/icons/DeleteRow.d.ts +1 -1
- package/lib/components/icons/Direction.d.ts +1 -1
- package/lib/components/icons/Excalidraw.d.ts +1 -1
- package/lib/components/icons/ExportPdf.d.ts +1 -1
- package/lib/components/icons/ExportWord.d.ts +2 -1
- package/lib/components/icons/FileWordOutline.d.ts +1 -1
- package/lib/components/icons/Flag.d.ts +2 -1
- package/lib/components/icons/Food.d.ts +2 -1
- package/lib/components/icons/GIfIcon.d.ts +1 -1
- package/lib/components/icons/Html.d.ts +1 -1
- package/lib/components/icons/Icon.d.ts +1 -1
- package/lib/components/icons/IconColorFill.d.ts +1 -1
- package/lib/components/icons/IconHighlightFill.d.ts +1 -1
- package/lib/components/icons/ImportWord.d.ts +2 -1
- package/lib/components/icons/LeftToRight.d.ts +1 -1
- package/lib/components/icons/LineHeight.d.ts +1 -1
- package/lib/components/icons/MenuDown.d.ts +1 -1
- package/lib/components/icons/Mermaid.d.ts +1 -1
- package/lib/components/icons/NoFill.d.ts +1 -1
- package/lib/components/icons/Object.d.ts +2 -1
- package/lib/components/icons/RightToLeft.d.ts +1 -1
- package/lib/components/icons/SizeL.d.ts +1 -1
- package/lib/components/icons/SizeM.d.ts +1 -1
- package/lib/components/icons/SizeS.d.ts +1 -1
- package/lib/components/icons/Symbol.d.ts +2 -1
- package/lib/components/icons/Travel.d.ts +2 -1
- package/lib/components/icons/Twitter.d.ts +1 -1
- package/lib/components/ui/dialog.d.ts +2 -2
- package/lib/components/ui/dropdown-menu.d.ts +1 -1
- package/lib/components/ui/emoji-picker.d.ts +4 -4
- package/lib/components/ui/toaster.d.ts +1 -1
- package/lib/{dropdown-menu-ROihzXsP.js → dropdown-menu-BKSX4gvT.js} +1 -1
- package/lib/{dropdown-menu-yQ-sQ1k4.cjs → dropdown-menu-CURWpB9o.cjs} +1 -1
- package/lib/extensions/Attachment/components/NodeViewAttachment/FileIcon.d.ts +1 -1
- package/lib/extensions/Attachment/components/NodeViewAttachment/NodeViewAttachment.d.ts +1 -1
- package/lib/extensions/Attachment/components/RichTextAttachment.d.ts +1 -1
- package/lib/extensions/Blockquote/components/RichTextBlockquote.d.ts +1 -1
- package/lib/extensions/Bold/components/RichTextBold.d.ts +1 -1
- package/lib/extensions/BulletList/components/RichTextBulletList.d.ts +1 -1
- package/lib/extensions/Callout/components/NodeViewCallout/NodeViewCallout.d.ts +1 -1
- package/lib/extensions/Callout/components/RichTextCallout.d.ts +1 -1
- package/lib/extensions/Clear/components/RichTextClear.d.ts +1 -1
- package/lib/extensions/Code/components/RichTextCode.d.ts +1 -1
- package/lib/extensions/CodeBlock/components/RichTextCodeBlock.d.ts +2 -1
- package/lib/extensions/CodeView/components/RichTextCodeView.d.ts +1 -1
- package/lib/extensions/Color/components/RichTextColor.d.ts +1 -1
- package/lib/extensions/Column/components/RichTextColumn.d.ts +1 -1
- package/lib/extensions/Drawer/components/ControlDrawer/ControlDrawer.d.ts +2 -1
- package/lib/extensions/Drawer/components/ControlDrawer/icon.d.ts +27 -27
- package/lib/extensions/Drawer/components/EditDrawerBlock.d.ts +1 -1
- package/lib/extensions/Drawer/components/NodeViewDrawer/NodeViewDrawer.d.ts +2 -1
- package/lib/extensions/Drawer/components/RichTextDrawer.d.ts +1 -1
- package/lib/extensions/Emoji/components/RichTextEmoji.d.ts +2 -1
- package/lib/extensions/Excalidraw/components/NodeViewExcalidraw/NodeViewExcalidraw.d.ts +2 -1
- package/lib/extensions/Excalidraw/components/RichTextExcalidraw.d.ts +1 -1
- package/lib/extensions/ExportPdf/components/RichTextExportPdf.d.ts +1 -1
- package/lib/extensions/ExportWord/components/RichTextExportWord.d.ts +1 -1
- package/lib/extensions/FontFamily/components/RichTextFontFamily.d.ts +1 -1
- package/lib/extensions/FontSize/components/RichTextFontSize.d.ts +1 -1
- package/lib/extensions/FormatPainter/FormatPainter.d.ts +17 -0
- package/lib/extensions/FormatPainter/components/RichTextFormatPainter.d.ts +1 -0
- package/lib/extensions/FormatPainter/index.d.ts +1 -0
- package/lib/extensions/Heading/components/RichTextHeading.d.ts +1 -1
- package/lib/extensions/Highlight/components/RichTextHighlight.d.ts +2 -1
- package/lib/extensions/History/components/RichTextHistory.d.ts +3 -2
- package/lib/extensions/HorizontalRule/components/RichTextHorizontalRule.d.ts +1 -1
- package/lib/extensions/Iframe/components/IframeNodeView.d.ts +1 -1
- package/lib/extensions/Iframe/components/RichTextIframe.d.ts +1 -1
- package/lib/extensions/Image/components/ImageCropper.d.ts +2 -1
- package/lib/extensions/Image/components/ImageView.d.ts +2 -1
- package/lib/extensions/Image/components/RichTextImage.d.ts +1 -1
- package/lib/extensions/ImageGif/components/ImageGifView.d.ts +2 -1
- package/lib/extensions/ImageGif/components/RichTextImageGif.d.ts +2 -1
- package/lib/extensions/ImportWord/components/RichTextImportWord.d.ts +1 -1
- package/lib/extensions/Indent/components/RichTextIndent.d.ts +1 -1
- package/lib/extensions/Italic/components/RichTextItalic.d.ts +1 -1
- package/lib/extensions/Katex/components/KatexWrapper.d.ts +1 -1
- package/lib/extensions/Katex/components/RichTextKatex.d.ts +1 -1
- package/lib/extensions/LineHeight/components/RichTextLightHeight.d.ts +1 -1
- package/lib/extensions/Link/components/LinkEditBlock.d.ts +1 -1
- package/lib/extensions/Link/components/LinkViewBlock.d.ts +2 -1
- package/lib/extensions/Link/components/RichTextLink.d.ts +1 -1
- package/lib/extensions/Mermaid/components/NodeViewMermaid/NodeViewMermaid.d.ts +2 -1
- package/lib/extensions/Mermaid/components/RichTextMermaid.d.ts +1 -1
- package/lib/extensions/MoreMark/components/RichTextMoreMark.d.ts +1 -1
- package/lib/extensions/OrderedList/components/RichTextOrderedList.d.ts +1 -1
- package/lib/extensions/SearchAndReplace/components/RichTextSearchAndReplace.d.ts +1 -1
- package/lib/extensions/SlashCommand/components/SlashCommandList.d.ts +1 -1
- package/lib/extensions/Strike/components/RichTextStrike.d.ts +1 -1
- package/lib/extensions/Table/components/CreateTablePopover.d.ts +2 -1
- package/lib/extensions/Table/components/RichTextTable.d.ts +2 -1
- package/lib/extensions/TaskList/components/RichTextTaskList.d.ts +1 -1
- package/lib/extensions/TextAlign/components/RichTextAlign.d.ts +1 -1
- package/lib/extensions/TextDirection/components/RichTextTextDirection.d.ts +1 -1
- package/lib/extensions/TextUnderline/components/RichTextUnderline.d.ts +1 -1
- package/lib/extensions/Twitter/components/FormEditLinkTwitter.d.ts +1 -1
- package/lib/extensions/Twitter/components/NodeViewTweet.d.ts +1 -1
- package/lib/extensions/Twitter/components/RichTextTwitter.d.ts +1 -1
- package/lib/extensions/Video/components/RichTextVideo.d.ts +1 -1
- package/lib/index-BGfIcDCQ.cjs +26 -0
- package/lib/index-BaR0Brts.js +1115 -0
- package/lib/index-BgNKVyMW.cjs +2 -0
- package/lib/index-BpLw6ebr.cjs +1 -0
- package/lib/{index-X6WZUM9O.js → index-C52cuQ_Y.js} +1503 -1352
- package/lib/index-CDw4Eszh.cjs +12 -0
- package/lib/{index-CUvjYuRp.cjs → index-CHVV5iY-.cjs} +1 -1
- package/lib/{index-zw-Kd38i.js → index-CJMI7Fjf.js} +1 -1
- package/lib/{index-D-Ouz0vF.js → index-DQy9iBzV.js} +1 -1
- package/lib/index-Dbm_Mans.js +1756 -0
- package/lib/{index-oj858lQO.js → index-DtyAGMbq.js} +208 -208
- package/lib/{index-BblvcbTH.js → index-Dx-Dh7KS.js} +1464 -1348
- package/lib/{index-BAb_UADw.cjs → index-SEMQrdk2.cjs} +1 -1
- package/lib/index-aujjnfSJ.cjs +1 -0
- package/lib/index.cjs +1 -1
- package/lib/index.js +12 -12
- package/lib/{jsx-runtime-CT7Pcg-t.js → jsx-runtime-DE8oVoME.js} +3 -1
- package/lib/locale-bundle.cjs +1 -1
- package/lib/locale-bundle.js +1 -1
- package/lib/locales/index.d.ts +1 -1
- package/lib/{popover-BfWFqCIs.js → popover-BB-ZDnqk.js} +1 -1
- package/lib/{popover-BPzkMuyi.cjs → popover-CrywEkBR.cjs} +1 -1
- package/lib/{renderNodeView-D--fDFov.cjs → renderNodeView-5h3-p80E.cjs} +1 -1
- package/lib/{renderNodeView-CfWJK4rG.js → renderNodeView-DoKZ4GYy.js} +2 -2
- package/lib/{separator-DpaS43Gt.cjs → separator-BGO9AZp4.cjs} +1 -1
- package/lib/{separator-CBPrZizK.js → separator-DuuOJRQd.js} +21 -21
- package/lib/store/EditorEditableReactive.d.ts +1 -1
- package/lib/store/ThemeColorReactive.d.ts +1 -1
- package/lib/style.css +1 -1
- package/lib/types.d.ts +2 -2
- package/lib/{updatePosition-DGPtRfWN.cjs → updatePosition-B1oRJE1x.cjs} +1 -1
- package/lib/{updatePosition-BwzAsiY0.js → updatePosition-CFTYKYNJ.js} +2 -2
- package/package.json +79 -66
- package/lib/Callout-DWOMZPiP.cjs +0 -1
- package/lib/Callout-ZlPQrMEt.js +0 -340
- package/lib/Katex-D9FP7EUE.cjs +0 -4
- package/lib/Twitter--tfifMt1.cjs +0 -1
- package/lib/index-BF3EVCB1.cjs +0 -2
- package/lib/index-Bcj8cyOO.cjs +0 -24
- package/lib/index-CGjT-a9h.js +0 -1377
- package/lib/index-CPTpXLfX.cjs +0 -11
- package/lib/index-CWw4s87s.cjs +0 -1
- package/lib/index-Cal5SPfB.js +0 -779
- package/lib/index-Gi752TMk.cjs +0 -1
- package/lib/textarea-Bl64keav.js +0 -20
- package/lib/textarea-wvARZKyA.cjs +0 -1
|
@@ -695,6 +695,202 @@ const P = ["Default", "1.5", "2", "2.5", "3", "3.5", "4"], U = ["Paragraph", 1,
|
|
|
695
695
|
"editor.callout.type.warning": "Figyelmeztetés",
|
|
696
696
|
"editor.callout.type.caution": "Óvatosan"
|
|
697
697
|
}, C = {
|
|
698
|
+
"editor.remove": "削除",
|
|
699
|
+
"editor.copy": "コピー",
|
|
700
|
+
"editor.words": "単語数",
|
|
701
|
+
"editor.characters": "文字数",
|
|
702
|
+
"editor.default": "デフォルト",
|
|
703
|
+
"editor.recent": "最近使用した項目",
|
|
704
|
+
"editor.nofill": "塗りなし",
|
|
705
|
+
"editor.format": "書式のコピー",
|
|
706
|
+
"editor.delete": "削除",
|
|
707
|
+
"editor.edit": "編集",
|
|
708
|
+
"editor.settings": "設定",
|
|
709
|
+
"editor.table_of_content": "目次",
|
|
710
|
+
"editor.draghandle.tooltip": "変更",
|
|
711
|
+
"editor.draghandle.insertBlock": "ブロックを挿入",
|
|
712
|
+
"editor.draghandle.grip": "クリックでオプション、長押しでドラッグ",
|
|
713
|
+
"editor.copyToClipboard": "クリップボードにコピー",
|
|
714
|
+
"editor.slash": "「/」でコマンドを表示",
|
|
715
|
+
"editor.slash.empty": "該当なし",
|
|
716
|
+
"editor.slash.format": "書式",
|
|
717
|
+
"editor.slash.insert": "挿入",
|
|
718
|
+
"editor.slash.embed": "埋め込みサービス",
|
|
719
|
+
"editor.content": "内容を入力してください",
|
|
720
|
+
"editor.fontFamily.tooltip": "フォント",
|
|
721
|
+
"editor.fontFamily.default.tooltip": "デフォルト",
|
|
722
|
+
"editor.moremark": "その他のテキストスタイル",
|
|
723
|
+
"editor.size.small.tooltip": "小",
|
|
724
|
+
"editor.size.medium.tooltip": "中",
|
|
725
|
+
"editor.size.large.tooltip": "カバー",
|
|
726
|
+
"editor.bold.tooltip": "太字",
|
|
727
|
+
"editor.italic.tooltip": "斜体",
|
|
728
|
+
"editor.underline.tooltip": "下線",
|
|
729
|
+
"editor.strike.tooltip": "取り消し線",
|
|
730
|
+
"editor.color.tooltip": "文字色",
|
|
731
|
+
"editor.color.more": "その他の色",
|
|
732
|
+
"editor.highlight.tooltip": "ハイライト",
|
|
733
|
+
"editor.lineheight.tooltip": "行間",
|
|
734
|
+
"editor.heading.tooltip": "見出し",
|
|
735
|
+
"editor.heading.h1.tooltip": "見出し1",
|
|
736
|
+
"editor.heading.h2.tooltip": "見出し2",
|
|
737
|
+
"editor.heading.h3.tooltip": "見出し3",
|
|
738
|
+
"editor.heading.h4.tooltip": "見出し4",
|
|
739
|
+
"editor.heading.h5.tooltip": "見出し5",
|
|
740
|
+
"editor.heading.h6.tooltip": "見出し6",
|
|
741
|
+
"editor.paragraph.tooltip": "段落",
|
|
742
|
+
"editor.textalign.tooltip": "配置",
|
|
743
|
+
"editor.textalign.left.tooltip": "左揃え",
|
|
744
|
+
"editor.textalign.center.tooltip": "中央揃え",
|
|
745
|
+
"editor.textalign.right.tooltip": "右揃え",
|
|
746
|
+
"editor.textalign.justify.tooltip": "両端揃え",
|
|
747
|
+
"editor.indent": "インデント",
|
|
748
|
+
"editor.indent.indent": "インデントを増やす",
|
|
749
|
+
"editor.indent.outdent": "インデントを減らす",
|
|
750
|
+
"editor.fontSize.tooltip": "フォントサイズ",
|
|
751
|
+
"editor.fontSize.default.tooltip": "デフォルト",
|
|
752
|
+
"editor.superscript.tooltip": "上付き",
|
|
753
|
+
"editor.subscript.tooltip": "下付き",
|
|
754
|
+
"editor.bulletlist.tooltip": "箇条書き",
|
|
755
|
+
"editor.orderedlist.tooltip": "番号付きリスト",
|
|
756
|
+
"editor.tasklist.tooltip": "タスクリスト",
|
|
757
|
+
"editor.indent.tooltip": "インデント",
|
|
758
|
+
"editor.outdent.tooltip": "アウトデント",
|
|
759
|
+
"editor.columns.tooltip": "列",
|
|
760
|
+
"editor.link.tooltip": "リンク",
|
|
761
|
+
"editor.link.unlink.tooltip": "リンク解除",
|
|
762
|
+
"editor.link.open.tooltip": "リンクを開く",
|
|
763
|
+
"editor.link.edit.tooltip": "リンクを編集",
|
|
764
|
+
"editor.link.dialog.title": "リンクを挿入",
|
|
765
|
+
"editor.link.dialog.link": "リンク",
|
|
766
|
+
"editor.link.dialog.text": "テキスト",
|
|
767
|
+
"editor.link.dialog.openInNewTab": "新しいタブで開く",
|
|
768
|
+
"editor.link.dialog.link.placeholder": "リンク先URL",
|
|
769
|
+
"editor.link.dialog.text.placeholder": "説明を追加",
|
|
770
|
+
"editor.link.dialog.button.apply": "適用",
|
|
771
|
+
"editor.link.dialog.button.cancel": "キャンセル",
|
|
772
|
+
"editor.image.tooltip": "画像",
|
|
773
|
+
"editor.image.dragger.tooltip": "クリックするか、画像をドラッグしてアップロード",
|
|
774
|
+
"editor.image.float.left.tooltip": "左寄せ",
|
|
775
|
+
"editor.image.float.none.tooltip": "回り込みなし",
|
|
776
|
+
"editor.image.float.right.tooltip": "右寄せ",
|
|
777
|
+
"editor.image.dialog.title": "画像を追加",
|
|
778
|
+
"editor.image.dialog.tab.url": "URL",
|
|
779
|
+
"editor.image.dialog.tab.upload": "アップロード",
|
|
780
|
+
"editor.image.dialog.tab.uploadCrop": "アップロードしてトリミング",
|
|
781
|
+
"editor.image.dialog.uploading": "アップロード中",
|
|
782
|
+
"editor.link.dialog.inline": "インライン",
|
|
783
|
+
"editor.image.dialog.form.link": "リンク",
|
|
784
|
+
"editor.image.dialog.placeholder": "リンク",
|
|
785
|
+
"editor.image.dialog.form.alt": "代替テキスト",
|
|
786
|
+
"editor.image.dialog.form.aspectRatio": "元の縦横比を維持",
|
|
787
|
+
"editor.image.dialog.form.file": "ファイル",
|
|
788
|
+
"editor.image.dialog.button.apply": "適用",
|
|
789
|
+
"editor.video.tooltip": "動画",
|
|
790
|
+
"editor.video.dialog.tab.upload": "アップロード",
|
|
791
|
+
"editor.video.dialog.uploading": "アップロード中",
|
|
792
|
+
"editor.video.dialog.title": "動画を埋め込むかアップロード",
|
|
793
|
+
"editor.video.dialog.link": "リンク",
|
|
794
|
+
"editor.video.dialog.placeholder": "リンク",
|
|
795
|
+
"editor.video.dialog.button.apply": "適用",
|
|
796
|
+
"editor.table.tooltip": "表",
|
|
797
|
+
"editor.table.menu.insert_table": "表を挿入",
|
|
798
|
+
"editor.table.menu.insert_table.with_header_row": "ヘッダー行あり",
|
|
799
|
+
"editor.table.menu.add_column_before": "左に列を追加",
|
|
800
|
+
"editor.table.menu.add_column_after": "右に列を追加",
|
|
801
|
+
"editor.table.menu.delete_column": "列を削除",
|
|
802
|
+
"editor.table.menu.add_row_before": "上に行を追加",
|
|
803
|
+
"editor.table.menu.add_row_after": "下に行を追加",
|
|
804
|
+
"editor.table.menu.delete_row": "行を削除",
|
|
805
|
+
"editor.table.menu.merge_or_split_cells": "セルを結合/分割",
|
|
806
|
+
"editor.table.menu.delete_table": "表を削除",
|
|
807
|
+
"editor.blockquote.tooltip": "引用",
|
|
808
|
+
"editor.horizontalrule.tooltip": "区切り線",
|
|
809
|
+
"editor.code.tooltip": "コード",
|
|
810
|
+
"editor.codeblock.tooltip": "コードブロック",
|
|
811
|
+
"editor.clear.tooltip": "書式をクリア",
|
|
812
|
+
"editor.undo.tooltip": "元に戻す",
|
|
813
|
+
"editor.redo.tooltip": "やり直す",
|
|
814
|
+
"editor.fullscreen.tooltip.fullscreen": "全画面表示",
|
|
815
|
+
"editor.fullscreen.tooltip.exit": "全画面を終了",
|
|
816
|
+
"editor.imageUpload.cancel": "キャンセル",
|
|
817
|
+
"editor.imageUpload.crop": "トリミング",
|
|
818
|
+
"editor.imageUpload.uploading": "アップロード中…",
|
|
819
|
+
"editor.imageUpload.alt": "代替テキスト",
|
|
820
|
+
"editor.imageUpload.fileTypeNotSupported": "このファイル形式はサポートされていません",
|
|
821
|
+
"editor.imageUpload.fileSizeTooBig": "ファイルサイズが大きすぎます。上限は次のとおりです",
|
|
822
|
+
"editor.table.menu.insertColumnBefore": "列を前に挿入",
|
|
823
|
+
"editor.table.menu.insertColumnAfter": "列を後に挿入",
|
|
824
|
+
"editor.table.menu.deleteColumn": "列を削除",
|
|
825
|
+
"editor.table.menu.insertRowAbove": "行を上に挿入",
|
|
826
|
+
"editor.table.menu.insertRowBelow": "行を下に挿入",
|
|
827
|
+
"editor.table.menu.deleteRow": "行を削除",
|
|
828
|
+
"editor.table.menu.mergeCells": "セルを結合",
|
|
829
|
+
"editor.table.menu.splitCells": "セルを分割",
|
|
830
|
+
"editor.table.menu.deleteTable": "表を削除",
|
|
831
|
+
"editor.table.menu.setCellsBgColor": "セルの背景色",
|
|
832
|
+
"editor.emoji.tooltip": "絵文字",
|
|
833
|
+
"editor.iframe.tooltip": "iframe",
|
|
834
|
+
"editor.searchAndReplace.tooltip": "検索と置換",
|
|
835
|
+
"editor.search.dialog.text": "検索",
|
|
836
|
+
"editor.replace.dialog.text": "置換",
|
|
837
|
+
"editor.replaceAll.dialog.text": "すべて置換",
|
|
838
|
+
"editor.previous.dialog.text": "前へ",
|
|
839
|
+
"editor.next.dialog.text": "次へ",
|
|
840
|
+
no_result_found: "結果が見つかりません",
|
|
841
|
+
"Smileys & People": "顔文字と人",
|
|
842
|
+
"Animals & Nature": "動物と自然",
|
|
843
|
+
"Food & Drink": "食べ物と飲み物",
|
|
844
|
+
Activity: "活動",
|
|
845
|
+
"Travel & Places": "旅行と場所",
|
|
846
|
+
Object: "物",
|
|
847
|
+
Symbol: "記号",
|
|
848
|
+
Flags: "旗",
|
|
849
|
+
"Frequently used": "よく使う項目",
|
|
850
|
+
"editor.formula.dialog.text": "数式",
|
|
851
|
+
"editor.katex.tooltip": "数式(KaTeX)",
|
|
852
|
+
"editor.exportPdf.tooltip": "PDFに書き出す",
|
|
853
|
+
"editor.exportWord.tooltip": "Wordに書き出す",
|
|
854
|
+
"editor.importWord.tooltip": "Wordを取り込む",
|
|
855
|
+
"editor.importWord.limitSize": "ファイルサイズは次の上限を超えられません",
|
|
856
|
+
"editor.importWord.converting": "Word文書を変換しています。しばらくお待ちください…",
|
|
857
|
+
"editor.importWord.convertError": "Word文書の解析中にエラーが発生しました",
|
|
858
|
+
"editor.importWord.importError": "Word文書の取り込み中にエラーが発生しました",
|
|
859
|
+
"editor.textDirection.tooltip": "文字の向き",
|
|
860
|
+
"editor.textDirection.auto.tooltip": "自動",
|
|
861
|
+
"editor.textDirection.ltr.tooltip": "左から右",
|
|
862
|
+
"editor.textDirection.rtl.tooltip": "右から左",
|
|
863
|
+
"editor.textDirection.unset.tooltip": "未設定",
|
|
864
|
+
"editor.attachment.tooltip": "添付ファイル",
|
|
865
|
+
"editor.attachment.uploading": "アップロード中",
|
|
866
|
+
"editor.attachment.please_upload": "ファイルをアップロードしてください",
|
|
867
|
+
"editor.imageGif.tooltip": "GIF",
|
|
868
|
+
"editor.replace.caseSensitive": "大文字と小文字を区別",
|
|
869
|
+
"editor.mermaid.tooltip": "Mermaid",
|
|
870
|
+
"editor.twitter.tooltip": "Twitter",
|
|
871
|
+
"editor.codeView.tooltip": "コードビュー",
|
|
872
|
+
"editor.tooltip.flipX": "左右反転",
|
|
873
|
+
"editor.tooltip.flipY": "上下反転",
|
|
874
|
+
"editor.upload.fileTypeNotSupported": "{fileName} のファイル形式はサポートされていません",
|
|
875
|
+
"editor.upload.fileSizeTooBig": "{fileName} のサイズが大きすぎます。上限は {size}MB です",
|
|
876
|
+
"editor.upload.error": "ファイルのアップロード中にエラーが発生しました",
|
|
877
|
+
"editor.callout.tooltip": "コールアウト",
|
|
878
|
+
"editor.callout.dialog.title": "コールアウトを挿入",
|
|
879
|
+
"editor.callout.dialog.type": "コールアウトの種類",
|
|
880
|
+
"editor.callout.dialog.type.placeholder": "種類を選択",
|
|
881
|
+
"editor.callout.dialog.title.label": "タイトル",
|
|
882
|
+
"editor.callout.dialog.title.placeholder": "タイトルを入力(任意)",
|
|
883
|
+
"editor.callout.dialog.body.label": "本文",
|
|
884
|
+
"editor.callout.dialog.body.placeholder": "本文を入力(任意)",
|
|
885
|
+
"editor.callout.dialog.button.apply": "挿入",
|
|
886
|
+
"editor.callout.dialog.button.cancel": "キャンセル",
|
|
887
|
+
"editor.callout.edit.title": "コールアウトを編集",
|
|
888
|
+
"editor.callout.type.note": "注記",
|
|
889
|
+
"editor.callout.type.tip": "ヒント",
|
|
890
|
+
"editor.callout.type.important": "重要",
|
|
891
|
+
"editor.callout.type.warning": "警告",
|
|
892
|
+
"editor.callout.type.caution": "注意"
|
|
893
|
+
}, z = {
|
|
698
894
|
"editor.remove": "Remover",
|
|
699
895
|
"editor.copy": "Copiar",
|
|
700
896
|
"editor.words": "PALAVRAS",
|
|
@@ -702,7 +898,7 @@ const P = ["Default", "1.5", "2", "2.5", "3", "3.5", "4"], U = ["Paragraph", 1,
|
|
|
702
898
|
"editor.default": "Padrão",
|
|
703
899
|
"editor.recent": "Usado recentemente",
|
|
704
900
|
"editor.nofill": "Sem preenchimento",
|
|
705
|
-
"editor.format": "
|
|
901
|
+
"editor.format": "Pincel de formatação",
|
|
706
902
|
"editor.delete": "Deletar",
|
|
707
903
|
"editor.edit": "Editar",
|
|
708
904
|
"editor.settings": "Configurações",
|
|
@@ -890,7 +1086,7 @@ const P = ["Default", "1.5", "2", "2.5", "3", "3.5", "4"], U = ["Paragraph", 1,
|
|
|
890
1086
|
"editor.callout.type.important": "Importante",
|
|
891
1087
|
"editor.callout.type.warning": "Aviso",
|
|
892
1088
|
"editor.callout.type.caution": "Cuidado"
|
|
893
|
-
},
|
|
1089
|
+
}, T = {
|
|
894
1090
|
"editor.remove": "Xóa",
|
|
895
1091
|
"editor.copy": "Sao chép",
|
|
896
1092
|
"editor.words": "TỪ",
|
|
@@ -898,7 +1094,7 @@ const P = ["Default", "1.5", "2", "2.5", "3", "3.5", "4"], U = ["Paragraph", 1,
|
|
|
898
1094
|
"editor.default": "Mặc định",
|
|
899
1095
|
"editor.recent": "Đã sử dụng gần đây",
|
|
900
1096
|
"editor.nofill": "Không tô",
|
|
901
|
-
"editor.format": "
|
|
1097
|
+
"editor.format": "Sao chép định dạng",
|
|
902
1098
|
"editor.delete": "Xóa",
|
|
903
1099
|
"editor.edit": "Chỉnh sửa",
|
|
904
1100
|
"editor.settings": "Cài đặt",
|
|
@@ -1086,7 +1282,7 @@ const P = ["Default", "1.5", "2", "2.5", "3", "3.5", "4"], U = ["Paragraph", 1,
|
|
|
1086
1282
|
"editor.callout.type.important": "Quan trọng",
|
|
1087
1283
|
"editor.callout.type.warning": "Cảnh báo",
|
|
1088
1284
|
"editor.callout.type.caution": "Thận trọng"
|
|
1089
|
-
},
|
|
1285
|
+
}, F = {
|
|
1090
1286
|
"editor.remove": "移除",
|
|
1091
1287
|
"editor.copy": "复制",
|
|
1092
1288
|
"editor.words": "字数",
|
|
@@ -1282,212 +1478,16 @@ const P = ["Default", "1.5", "2", "2.5", "3", "3.5", "4"], U = ["Paragraph", 1,
|
|
|
1282
1478
|
"editor.callout.type.important": "重要",
|
|
1283
1479
|
"editor.callout.type.warning": "警告",
|
|
1284
1480
|
"editor.callout.type.caution": "注意"
|
|
1285
|
-
}, F = {
|
|
1286
|
-
"editor.remove": "削除",
|
|
1287
|
-
"editor.copy": "コピー",
|
|
1288
|
-
"editor.words": "単語数",
|
|
1289
|
-
"editor.characters": "文字数",
|
|
1290
|
-
"editor.default": "デフォルト",
|
|
1291
|
-
"editor.recent": "最近使用した項目",
|
|
1292
|
-
"editor.nofill": "塗りなし",
|
|
1293
|
-
"editor.format": "書式のコピー",
|
|
1294
|
-
"editor.delete": "削除",
|
|
1295
|
-
"editor.edit": "編集",
|
|
1296
|
-
"editor.settings": "設定",
|
|
1297
|
-
"editor.table_of_content": "目次",
|
|
1298
|
-
"editor.draghandle.tooltip": "変更",
|
|
1299
|
-
"editor.draghandle.insertBlock": "ブロックを挿入",
|
|
1300
|
-
"editor.draghandle.grip": "クリックでオプション、長押しでドラッグ",
|
|
1301
|
-
"editor.copyToClipboard": "クリップボードにコピー",
|
|
1302
|
-
"editor.slash": "「/」でコマンドを表示",
|
|
1303
|
-
"editor.slash.empty": "該当なし",
|
|
1304
|
-
"editor.slash.format": "書式",
|
|
1305
|
-
"editor.slash.insert": "挿入",
|
|
1306
|
-
"editor.slash.embed": "埋め込みサービス",
|
|
1307
|
-
"editor.content": "内容を入力してください",
|
|
1308
|
-
"editor.fontFamily.tooltip": "フォント",
|
|
1309
|
-
"editor.fontFamily.default.tooltip": "デフォルト",
|
|
1310
|
-
"editor.moremark": "その他のテキストスタイル",
|
|
1311
|
-
"editor.size.small.tooltip": "小",
|
|
1312
|
-
"editor.size.medium.tooltip": "中",
|
|
1313
|
-
"editor.size.large.tooltip": "カバー",
|
|
1314
|
-
"editor.bold.tooltip": "太字",
|
|
1315
|
-
"editor.italic.tooltip": "斜体",
|
|
1316
|
-
"editor.underline.tooltip": "下線",
|
|
1317
|
-
"editor.strike.tooltip": "取り消し線",
|
|
1318
|
-
"editor.color.tooltip": "文字色",
|
|
1319
|
-
"editor.color.more": "その他の色",
|
|
1320
|
-
"editor.highlight.tooltip": "ハイライト",
|
|
1321
|
-
"editor.lineheight.tooltip": "行間",
|
|
1322
|
-
"editor.heading.tooltip": "見出し",
|
|
1323
|
-
"editor.heading.h1.tooltip": "見出し1",
|
|
1324
|
-
"editor.heading.h2.tooltip": "見出し2",
|
|
1325
|
-
"editor.heading.h3.tooltip": "見出し3",
|
|
1326
|
-
"editor.heading.h4.tooltip": "見出し4",
|
|
1327
|
-
"editor.heading.h5.tooltip": "見出し5",
|
|
1328
|
-
"editor.heading.h6.tooltip": "見出し6",
|
|
1329
|
-
"editor.paragraph.tooltip": "段落",
|
|
1330
|
-
"editor.textalign.tooltip": "配置",
|
|
1331
|
-
"editor.textalign.left.tooltip": "左揃え",
|
|
1332
|
-
"editor.textalign.center.tooltip": "中央揃え",
|
|
1333
|
-
"editor.textalign.right.tooltip": "右揃え",
|
|
1334
|
-
"editor.textalign.justify.tooltip": "両端揃え",
|
|
1335
|
-
"editor.indent": "インデント",
|
|
1336
|
-
"editor.indent.indent": "インデントを増やす",
|
|
1337
|
-
"editor.indent.outdent": "インデントを減らす",
|
|
1338
|
-
"editor.fontSize.tooltip": "フォントサイズ",
|
|
1339
|
-
"editor.fontSize.default.tooltip": "デフォルト",
|
|
1340
|
-
"editor.superscript.tooltip": "上付き",
|
|
1341
|
-
"editor.subscript.tooltip": "下付き",
|
|
1342
|
-
"editor.bulletlist.tooltip": "箇条書き",
|
|
1343
|
-
"editor.orderedlist.tooltip": "番号付きリスト",
|
|
1344
|
-
"editor.tasklist.tooltip": "タスクリスト",
|
|
1345
|
-
"editor.indent.tooltip": "インデント",
|
|
1346
|
-
"editor.outdent.tooltip": "アウトデント",
|
|
1347
|
-
"editor.columns.tooltip": "列",
|
|
1348
|
-
"editor.link.tooltip": "リンク",
|
|
1349
|
-
"editor.link.unlink.tooltip": "リンク解除",
|
|
1350
|
-
"editor.link.open.tooltip": "リンクを開く",
|
|
1351
|
-
"editor.link.edit.tooltip": "リンクを編集",
|
|
1352
|
-
"editor.link.dialog.title": "リンクを挿入",
|
|
1353
|
-
"editor.link.dialog.link": "リンク",
|
|
1354
|
-
"editor.link.dialog.text": "テキスト",
|
|
1355
|
-
"editor.link.dialog.openInNewTab": "新しいタブで開く",
|
|
1356
|
-
"editor.link.dialog.link.placeholder": "リンク先URL",
|
|
1357
|
-
"editor.link.dialog.text.placeholder": "説明を追加",
|
|
1358
|
-
"editor.link.dialog.button.apply": "適用",
|
|
1359
|
-
"editor.link.dialog.button.cancel": "キャンセル",
|
|
1360
|
-
"editor.image.tooltip": "画像",
|
|
1361
|
-
"editor.image.dragger.tooltip": "クリックするか、画像をドラッグしてアップロード",
|
|
1362
|
-
"editor.image.float.left.tooltip": "左寄せ",
|
|
1363
|
-
"editor.image.float.none.tooltip": "回り込みなし",
|
|
1364
|
-
"editor.image.float.right.tooltip": "右寄せ",
|
|
1365
|
-
"editor.image.dialog.title": "画像を追加",
|
|
1366
|
-
"editor.image.dialog.tab.url": "URL",
|
|
1367
|
-
"editor.image.dialog.tab.upload": "アップロード",
|
|
1368
|
-
"editor.image.dialog.tab.uploadCrop": "アップロードしてトリミング",
|
|
1369
|
-
"editor.image.dialog.uploading": "アップロード中",
|
|
1370
|
-
"editor.link.dialog.inline": "インライン",
|
|
1371
|
-
"editor.image.dialog.form.link": "リンク",
|
|
1372
|
-
"editor.image.dialog.placeholder": "リンク",
|
|
1373
|
-
"editor.image.dialog.form.alt": "代替テキスト",
|
|
1374
|
-
"editor.image.dialog.form.aspectRatio": "元の縦横比を維持",
|
|
1375
|
-
"editor.image.dialog.form.file": "ファイル",
|
|
1376
|
-
"editor.image.dialog.button.apply": "適用",
|
|
1377
|
-
"editor.video.tooltip": "動画",
|
|
1378
|
-
"editor.video.dialog.tab.upload": "アップロード",
|
|
1379
|
-
"editor.video.dialog.uploading": "アップロード中",
|
|
1380
|
-
"editor.video.dialog.title": "動画を埋め込むかアップロード",
|
|
1381
|
-
"editor.video.dialog.link": "リンク",
|
|
1382
|
-
"editor.video.dialog.placeholder": "リンク",
|
|
1383
|
-
"editor.video.dialog.button.apply": "適用",
|
|
1384
|
-
"editor.table.tooltip": "表",
|
|
1385
|
-
"editor.table.menu.insert_table": "表を挿入",
|
|
1386
|
-
"editor.table.menu.insert_table.with_header_row": "ヘッダー行あり",
|
|
1387
|
-
"editor.table.menu.add_column_before": "左に列を追加",
|
|
1388
|
-
"editor.table.menu.add_column_after": "右に列を追加",
|
|
1389
|
-
"editor.table.menu.delete_column": "列を削除",
|
|
1390
|
-
"editor.table.menu.add_row_before": "上に行を追加",
|
|
1391
|
-
"editor.table.menu.add_row_after": "下に行を追加",
|
|
1392
|
-
"editor.table.menu.delete_row": "行を削除",
|
|
1393
|
-
"editor.table.menu.merge_or_split_cells": "セルを結合/分割",
|
|
1394
|
-
"editor.table.menu.delete_table": "表を削除",
|
|
1395
|
-
"editor.blockquote.tooltip": "引用",
|
|
1396
|
-
"editor.horizontalrule.tooltip": "区切り線",
|
|
1397
|
-
"editor.code.tooltip": "コード",
|
|
1398
|
-
"editor.codeblock.tooltip": "コードブロック",
|
|
1399
|
-
"editor.clear.tooltip": "書式をクリア",
|
|
1400
|
-
"editor.undo.tooltip": "元に戻す",
|
|
1401
|
-
"editor.redo.tooltip": "やり直す",
|
|
1402
|
-
"editor.fullscreen.tooltip.fullscreen": "全画面表示",
|
|
1403
|
-
"editor.fullscreen.tooltip.exit": "全画面を終了",
|
|
1404
|
-
"editor.imageUpload.cancel": "キャンセル",
|
|
1405
|
-
"editor.imageUpload.crop": "トリミング",
|
|
1406
|
-
"editor.imageUpload.uploading": "アップロード中…",
|
|
1407
|
-
"editor.imageUpload.alt": "代替テキスト",
|
|
1408
|
-
"editor.imageUpload.fileTypeNotSupported": "このファイル形式はサポートされていません",
|
|
1409
|
-
"editor.imageUpload.fileSizeTooBig": "ファイルサイズが大きすぎます。上限は次のとおりです",
|
|
1410
|
-
"editor.table.menu.insertColumnBefore": "列を前に挿入",
|
|
1411
|
-
"editor.table.menu.insertColumnAfter": "列を後に挿入",
|
|
1412
|
-
"editor.table.menu.deleteColumn": "列を削除",
|
|
1413
|
-
"editor.table.menu.insertRowAbove": "行を上に挿入",
|
|
1414
|
-
"editor.table.menu.insertRowBelow": "行を下に挿入",
|
|
1415
|
-
"editor.table.menu.deleteRow": "行を削除",
|
|
1416
|
-
"editor.table.menu.mergeCells": "セルを結合",
|
|
1417
|
-
"editor.table.menu.splitCells": "セルを分割",
|
|
1418
|
-
"editor.table.menu.deleteTable": "表を削除",
|
|
1419
|
-
"editor.table.menu.setCellsBgColor": "セルの背景色",
|
|
1420
|
-
"editor.emoji.tooltip": "絵文字",
|
|
1421
|
-
"editor.iframe.tooltip": "iframe",
|
|
1422
|
-
"editor.searchAndReplace.tooltip": "検索と置換",
|
|
1423
|
-
"editor.search.dialog.text": "検索",
|
|
1424
|
-
"editor.replace.dialog.text": "置換",
|
|
1425
|
-
"editor.replaceAll.dialog.text": "すべて置換",
|
|
1426
|
-
"editor.previous.dialog.text": "前へ",
|
|
1427
|
-
"editor.next.dialog.text": "次へ",
|
|
1428
|
-
no_result_found: "結果が見つかりません",
|
|
1429
|
-
"Smileys & People": "顔文字と人",
|
|
1430
|
-
"Animals & Nature": "動物と自然",
|
|
1431
|
-
"Food & Drink": "食べ物と飲み物",
|
|
1432
|
-
Activity: "活動",
|
|
1433
|
-
"Travel & Places": "旅行と場所",
|
|
1434
|
-
Object: "物",
|
|
1435
|
-
Symbol: "記号",
|
|
1436
|
-
Flags: "旗",
|
|
1437
|
-
"Frequently used": "よく使う項目",
|
|
1438
|
-
"editor.formula.dialog.text": "数式",
|
|
1439
|
-
"editor.katex.tooltip": "数式(KaTeX)",
|
|
1440
|
-
"editor.exportPdf.tooltip": "PDFに書き出す",
|
|
1441
|
-
"editor.exportWord.tooltip": "Wordに書き出す",
|
|
1442
|
-
"editor.importWord.tooltip": "Wordを取り込む",
|
|
1443
|
-
"editor.importWord.limitSize": "ファイルサイズは次の上限を超えられません",
|
|
1444
|
-
"editor.importWord.converting": "Word文書を変換しています。しばらくお待ちください…",
|
|
1445
|
-
"editor.importWord.convertError": "Word文書の解析中にエラーが発生しました",
|
|
1446
|
-
"editor.importWord.importError": "Word文書の取り込み中にエラーが発生しました",
|
|
1447
|
-
"editor.textDirection.tooltip": "文字の向き",
|
|
1448
|
-
"editor.textDirection.auto.tooltip": "自動",
|
|
1449
|
-
"editor.textDirection.ltr.tooltip": "左から右",
|
|
1450
|
-
"editor.textDirection.rtl.tooltip": "右から左",
|
|
1451
|
-
"editor.textDirection.unset.tooltip": "未設定",
|
|
1452
|
-
"editor.attachment.tooltip": "添付ファイル",
|
|
1453
|
-
"editor.attachment.uploading": "アップロード中",
|
|
1454
|
-
"editor.attachment.please_upload": "ファイルをアップロードしてください",
|
|
1455
|
-
"editor.imageGif.tooltip": "GIF",
|
|
1456
|
-
"editor.replace.caseSensitive": "大文字と小文字を区別",
|
|
1457
|
-
"editor.mermaid.tooltip": "Mermaid",
|
|
1458
|
-
"editor.twitter.tooltip": "Twitter",
|
|
1459
|
-
"editor.codeView.tooltip": "コードビュー",
|
|
1460
|
-
"editor.tooltip.flipX": "左右反転",
|
|
1461
|
-
"editor.tooltip.flipY": "上下反転",
|
|
1462
|
-
"editor.upload.fileTypeNotSupported": "{fileName} のファイル形式はサポートされていません",
|
|
1463
|
-
"editor.upload.fileSizeTooBig": "{fileName} のサイズが大きすぎます。上限は {size}MB です",
|
|
1464
|
-
"editor.upload.error": "ファイルのアップロード中にエラーが発生しました",
|
|
1465
|
-
"editor.callout.tooltip": "コールアウト",
|
|
1466
|
-
"editor.callout.dialog.title": "コールアウトを挿入",
|
|
1467
|
-
"editor.callout.dialog.type": "コールアウトの種類",
|
|
1468
|
-
"editor.callout.dialog.type.placeholder": "種類を選択",
|
|
1469
|
-
"editor.callout.dialog.title.label": "タイトル",
|
|
1470
|
-
"editor.callout.dialog.title.placeholder": "タイトルを入力(任意)",
|
|
1471
|
-
"editor.callout.dialog.body.label": "本文",
|
|
1472
|
-
"editor.callout.dialog.body.placeholder": "本文を入力(任意)",
|
|
1473
|
-
"editor.callout.dialog.button.apply": "挿入",
|
|
1474
|
-
"editor.callout.dialog.button.cancel": "キャンセル",
|
|
1475
|
-
"editor.callout.edit.title": "コールアウトを編集",
|
|
1476
|
-
"editor.callout.type.note": "注記",
|
|
1477
|
-
"editor.callout.type.tip": "ヒント",
|
|
1478
|
-
"editor.callout.type.important": "重要",
|
|
1479
|
-
"editor.callout.type.warning": "警告",
|
|
1480
|
-
"editor.callout.type.caution": "注意"
|
|
1481
1481
|
}, p = {
|
|
1482
1482
|
currentLang: b,
|
|
1483
1483
|
message: {
|
|
1484
1484
|
en: y,
|
|
1485
1485
|
hu_HU: x,
|
|
1486
|
-
vi:
|
|
1487
|
-
zh_CN:
|
|
1488
|
-
pt_BR:
|
|
1486
|
+
vi: T,
|
|
1487
|
+
zh_CN: F,
|
|
1488
|
+
pt_BR: z,
|
|
1489
1489
|
fi: v,
|
|
1490
|
-
ja:
|
|
1490
|
+
ja: C
|
|
1491
1491
|
}
|
|
1492
1492
|
}, i = h({
|
|
1493
1493
|
currentLang: p.currentLang,
|
|
@@ -1542,11 +1542,11 @@ export {
|
|
|
1542
1542
|
f as V,
|
|
1543
1543
|
v as a,
|
|
1544
1544
|
x as b,
|
|
1545
|
-
|
|
1545
|
+
C as c,
|
|
1546
1546
|
M as d,
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1547
|
+
z as e,
|
|
1548
|
+
T as f,
|
|
1549
|
+
F as g,
|
|
1550
1550
|
W as h,
|
|
1551
1551
|
P as i,
|
|
1552
1552
|
w as j,
|