mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-27 18:59:10 +00:00
Add actual translatable strings
This commit is contained in:
@@ -1,27 +1,5 @@
|
||||
{
|
||||
"extensionName": {
|
||||
"message": "Notify link clicks i18n",
|
||||
"description": "Name of the extension."
|
||||
},
|
||||
|
||||
"extensionDescription": {
|
||||
"message": "Shows a notification when the user clicks on links.",
|
||||
"description": "Description of the extension."
|
||||
},
|
||||
|
||||
"notificationTitle": {
|
||||
"message": "Click notification",
|
||||
"description": "Title of the click notification."
|
||||
},
|
||||
|
||||
"notificationContent": {
|
||||
"message": "You clicked $URL$.",
|
||||
"description": "Tells the user which link they clicked.",
|
||||
"placeholders": {
|
||||
"url" : {
|
||||
"content" : "$1",
|
||||
"example" : "https://developer.mozilla.org"
|
||||
}
|
||||
}
|
||||
}
|
||||
"discovered_on": "&7Discovered on: %0",
|
||||
"discovered_title": "&d%0 discovered!",
|
||||
"discovered_subtitle": "&fKeep exploring to discover more!"
|
||||
}
|
||||
Reference in New Issue
Block a user