mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-17 23:08:33 +02:00
21
notify-link-clicks-i18n/_locales/ja/messages.json
Normal file
21
notify-link-clicks-i18n/_locales/ja/messages.json
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"extensionName": {
|
||||||
|
"message": "リンクを通知する",
|
||||||
|
"description": "拡張機能の名前です。"
|
||||||
|
},
|
||||||
|
|
||||||
|
"extensionDescription": {
|
||||||
|
"message": "ユーザーがリンクをクリックした時通知を表示します。",
|
||||||
|
"description": "拡張機能の説明です。"
|
||||||
|
},
|
||||||
|
|
||||||
|
"notificationTitle": {
|
||||||
|
"message": "クリック通知",
|
||||||
|
"description": "pushのタイトルです。"
|
||||||
|
},
|
||||||
|
|
||||||
|
"notificationContent": {
|
||||||
|
"message": "$1がクリックされました。",
|
||||||
|
"description": "リンクをクリックした時通知を表示します。:変数$1にはurlが代入されます。"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user