diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 149ded99..529fe5b0 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -557,6 +557,19 @@ "tokens": { "remix": "Remixed" }, + "toolbar": { + "tooltips": { + "bold": "Bold", + "italic": "Italic", + "strike": "Strikethrough", + "highlight": "Highlight", + "link": "Add a link", + "youtube": "Add a Youtube video", + "heading": "Heading {{level}}", + "bulletList": "Bullet list", + "orderedList": "Numbered list" + } + }, "tooltips": { "copy_url": "Copy the URL to this team", "new": "Create a new team", diff --git a/public/locales/ja/common.json b/public/locales/ja/common.json index 94169382..8c9fe7e4 100644 --- a/public/locales/ja/common.json +++ b/public/locales/ja/common.json @@ -555,6 +555,19 @@ "tokens": { "remix": "リミックスされた" }, + "toolbar": { + "tooltips": { + "bold": "太字", + "italic": "斜体", + "strike": "取り消し線", + "highlight": "ハイライト", + "link": "リンクを挿入", + "youtube": "Youtube動画を埋め込む", + "heading": "見出し {{level}}", + "bulletList": "箇条書き", + "orderedList": "番号リスト" + } + }, "tooltips": { "copy_url": "この編成のURLをコピーする", "new": "新しい編成を作成する",