koblog/bl-plugins/html-code/languages/ja_JP.json

13 lines
887 B
JSON
Raw Normal View History

{
"plugin-data":
{
"name": "HTML Code",
2021-10-08 16:41:06 +02:00
"description": "サイトのheadメタデータやヘッダー、フッターにHTML, CSS, Java Scriptコードを追加します。"
},
2021-10-08 16:41:06 +02:00
"insert-code-in-the-website-inside-the-tag-head": "ウェブサイトの <head> </head> タグ内にコードを挿入します",
"insert-code-in-the-website-at-the-top": "ウェブサイトの上部にコードを挿入します",
"insert-code-in-the-website-at-the-bottom": "ウェブサイトの下部にコードを挿入します",
"insert-code-in-the-admin-area-inside-the-tag-head": "管理画面の <head> </head> タグ内にコードを挿入します",
"insert-code-in-the-admin-area-at-the-top": "管理画面の上部にコードを挿入します",
"insert-code-in-the-admin-area-at-the-bottom": "管理画面の下部にコードを挿入します"
}