mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
add _locales/ja
This commit is contained in:
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