Add toolbar localizations
This commit is contained in:
parent
bed7d0d408
commit
93e4fd74fd
2 changed files with 26 additions and 0 deletions
|
|
@ -557,6 +557,19 @@
|
||||||
"tokens": {
|
"tokens": {
|
||||||
"remix": "Remixed"
|
"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": {
|
"tooltips": {
|
||||||
"copy_url": "Copy the URL to this team",
|
"copy_url": "Copy the URL to this team",
|
||||||
"new": "Create a new team",
|
"new": "Create a new team",
|
||||||
|
|
|
||||||
|
|
@ -555,6 +555,19 @@
|
||||||
"tokens": {
|
"tokens": {
|
||||||
"remix": "リミックスされた"
|
"remix": "リミックスされた"
|
||||||
},
|
},
|
||||||
|
"toolbar": {
|
||||||
|
"tooltips": {
|
||||||
|
"bold": "太字",
|
||||||
|
"italic": "斜体",
|
||||||
|
"strike": "取り消し線",
|
||||||
|
"highlight": "ハイライト",
|
||||||
|
"link": "リンクを挿入",
|
||||||
|
"youtube": "Youtube動画を埋め込む",
|
||||||
|
"heading": "見出し {{level}}",
|
||||||
|
"bulletList": "箇条書き",
|
||||||
|
"orderedList": "番号リスト"
|
||||||
|
}
|
||||||
|
},
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"copy_url": "この編成のURLをコピーする",
|
"copy_url": "この編成のURLをコピーする",
|
||||||
"new": "新しい編成を作成する",
|
"new": "新しい編成を作成する",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue