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": {
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -555,6 +555,19 @@
|
|||
"tokens": {
|
||||
"remix": "リミックスされた"
|
||||
},
|
||||
"toolbar": {
|
||||
"tooltips": {
|
||||
"bold": "太字",
|
||||
"italic": "斜体",
|
||||
"strike": "取り消し線",
|
||||
"highlight": "ハイライト",
|
||||
"link": "リンクを挿入",
|
||||
"youtube": "Youtube動画を埋め込む",
|
||||
"heading": "見出し {{level}}",
|
||||
"bulletList": "箇条書き",
|
||||
"orderedList": "番号リスト"
|
||||
}
|
||||
},
|
||||
"tooltips": {
|
||||
"copy_url": "この編成のURLをコピーする",
|
||||
"new": "新しい編成を作成する",
|
||||
|
|
|
|||
Loading…
Reference in a new issue