@blocknote/core
Version:
A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.
377 lines (374 loc) • 9.84 kB
text/typescript
import { Dictionary } from "../dictionary.js";
export const ja: Dictionary = {
slash_menu: {
heading: {
title: "見出し1",
subtext: "トップレベルの見出しに使用",
aliases: ["h", "見出し1", "h1", "大見出し"],
group: "見出し",
},
heading_2: {
title: "見出し2",
subtext: "重要なセクションに使用",
aliases: ["h2", "見出し2", "subheading", "中見出し"],
group: "見出し",
},
heading_3: {
title: "見出し3",
subtext: "セクションやグループの見出しに使用",
aliases: ["h3", "見出し3", "subheading", "小見出し"],
group: "見出し",
},
quote: {
title: "引用",
subtext: "引用または抜粋",
aliases: ["quotation", "blockquote", "bq"],
group: "基本ブロック",
},
numbered_list: {
title: "番号付リスト",
subtext: "番号付リストを表示するために使用",
aliases: [
"ol",
"li",
"numberedlist",
"numbered list",
"リスト",
"番号付リスト",
"番号 リスト",
],
group: "基本ブロック",
},
bullet_list: {
title: "箇条書き",
subtext: "箇条書きを表示するために使用",
aliases: [
"ul",
"li",
"bulletlist",
"bullet list",
"リスト",
"箇条書きリスト",
],
group: "基本ブロック",
},
check_list: {
title: "チェックリスト",
subtext: "チェックボックス付きリストを表示するために使用されます",
aliases: [
"ul",
"li",
"list",
"checklist",
"checked list",
"リスト",
"チェックリスト",
"チェックされたリスト",
],
group: "基本ブロック",
},
paragraph: {
title: "標準テキスト",
subtext: "本文に使用",
aliases: ["p", "paragraph", "標準テキスト"],
group: "基本ブロック",
},
code_block: {
title: "コードブロック",
subtext: "シンタックスハイライト付きのコードブロック",
aliases: ["code", "pre", "コード", "コードブロック"],
group: "基本ブロック",
},
page_break: {
title: "改ページ",
subtext: "ページ区切り",
aliases: ["page", "break", "separator", "改ページ", "区切り"],
group: "基本ブロック",
},
table: {
title: "表",
subtext: "表に使用",
aliases: ["table", "表", "テーブル"],
group: "高度なブロック",
},
image: {
title: "画像",
subtext: "画像を挿入",
aliases: [
"image",
"imageUpload",
"upload",
"img",
"picture",
"media",
"url",
"画像",
],
group: "メディア",
},
video: {
title: "ビデオ",
subtext: "ビデオを挿入",
aliases: [
"video",
"videoUpload",
"upload",
"mp4",
"film",
"media",
"url",
"ビデオ",
],
group: "メディア",
},
audio: {
title: "オーディオ",
subtext: "オーディオを挿入",
aliases: [
"audio",
"audioUpload",
"upload",
"mp3",
"sound",
"media",
"url",
"オーディオ",
],
group: "メディア",
},
file: {
title: "ファイル",
subtext: "ファイルを挿入",
aliases: ["file", "upload", "embed", "media", "url", "ファイル"],
group: "メディア",
},
emoji: {
title: "絵文字",
subtext: "絵文字を挿入するために使用します",
aliases: ["絵文字", "顔文字", "感情表現", "顔"],
group: "その他",
},
},
placeholders: {
default: "テキストを入力するか'/' を入力してコマンド選択",
heading: "見出し",
bulletListItem: "リストを追加",
numberedListItem: "リストを追加",
checkListItem: "リストを追加",
new_comment: "コメントを書く...",
edit_comment: "コメントを編集...",
comment_reply: "コメントを追加...",
},
file_blocks: {
image: {
add_button_text: "画像を追加",
},
video: {
add_button_text: "ビデオを追加",
},
audio: {
add_button_text: "オーディオを追加",
},
file: {
add_button_text: "ファイルを追加",
},
},
// from react package:
side_menu: {
add_block_label: "ブロックを追加",
drag_handle_label: "ブロックメニュー",
},
drag_handle: {
delete_menuitem: "削除",
colors_menuitem: "色を変更",
header_row_menuitem: "行の見出し",
header_column_menuitem: "列の見出し",
},
table_handle: {
delete_column_menuitem: "列を削除",
delete_row_menuitem: "行を削除",
add_left_menuitem: "左に列を追加",
add_right_menuitem: "右に列を追加",
add_above_menuitem: "上に行を追加",
add_below_menuitem: "下に行を追加",
split_cell_menuitem: "セルを分割",
merge_cells_menuitem: "セルを結合",
background_color_menuitem: "背景色を変更",
},
suggestion_menu: {
no_items_title: "アイテムが見つかりません",
},
color_picker: {
text_title: "文字色",
background_title: "背景色",
colors: {
default: "デフォルト",
gray: "グレー",
brown: "茶色",
red: "赤",
orange: "オレンジ",
yellow: "黄色",
green: "緑",
blue: "青",
purple: "紫",
pink: "ピンク",
},
},
formatting_toolbar: {
bold: {
tooltip: "太字",
secondary_tooltip: "Mod+B",
},
italic: {
tooltip: "斜体",
secondary_tooltip: "Mod+I",
},
underline: {
tooltip: "下線",
secondary_tooltip: "Mod+U",
},
strike: {
tooltip: "打ち消し",
secondary_tooltip: "Mod+Shift+X",
},
code: {
tooltip: "コード",
secondary_tooltip: "",
},
colors: {
tooltip: "色",
},
link: {
tooltip: "リンク",
secondary_tooltip: "Mod+K",
},
file_caption: {
tooltip: "キャプションを編集",
input_placeholder: "キャプションを編集",
},
file_replace: {
tooltip: {
image: "画像を置換",
video: "ビデオを置換",
audio: "オーディオを置換",
file: "ファイルを置換",
},
},
file_rename: {
tooltip: {
image: "画像の名前を変更",
video: "ビデオの名前を変更",
audio: "オーディオの名前を変更",
file: "ファイルの名前を変更",
},
input_placeholder: {
image: "画像の名前を変更",
video: "ビデオの名前を変更",
audio: "オーディオの名前を変更",
file: "ファイルの名前を変更",
},
},
file_download: {
tooltip: {
image: "画像をダウンロード",
video: "ビデオをダウンロード",
audio: "オーディオをダウンロード",
file: "ファイルをダウンロード",
},
},
file_delete: {
tooltip: {
image: "画像を削除",
video: "ビデオを削除",
audio: "オーディオを削除",
file: "ファイルを削除",
},
},
file_preview_toggle: {
tooltip: "プレビューの切り替え",
},
nest: {
tooltip: "インデント増",
secondary_tooltip: "Tab",
},
unnest: {
tooltip: "インデント減",
secondary_tooltip: "Shift+Tab",
},
align_left: {
tooltip: "左揃え",
},
align_center: {
tooltip: "中央揃え",
},
align_right: {
tooltip: "右揃え",
},
align_justify: {
tooltip: "両端揃え",
},
table_cell_merge: {
tooltip: "セルを結合",
},
comment: {
tooltip: "コメントを追加",
},
},
file_panel: {
upload: {
title: "アップロード",
file_placeholder: {
image: "画像をアップロード",
video: "ビデオをアップロード",
audio: "オーディオをアップロード",
file: "ファイルをアップロード",
},
upload_error: "エラー: アップロードが失敗しました",
},
embed: {
title: "埋め込み",
embed_button: {
image: "画像を埋め込む",
video: "ビデオを埋め込む",
audio: "オーディオを埋め込む",
file: "ファイルを埋め込む",
},
url_placeholder: "URLを入力",
},
},
link_toolbar: {
delete: {
tooltip: "リンクを解除",
},
edit: {
text: "リンクを編集",
tooltip: "編集",
},
open: {
tooltip: "新しいタブでリンクを開く",
},
form: {
title_placeholder: "タイトルを編集",
url_placeholder: "URLを編集",
},
},
comments: {
actions: {
add_reaction: "リアクションを追加",
resolve: "解決",
edit_comment: "コメントを編集",
delete_comment: "コメントを削除",
more_actions: "その他の操作",
},
reactions: {
reacted_by: "リアクションした人",
},
sidebar: {
marked_as_resolved: "解決済みとしてマーク",
more_replies: (count) => `${count} 件の追加返信`,
},
},
generic: {
ctrl_shortcut: "Ctrl",
},
};