mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Add more missing appName
messages
Three locales were missing the `appNameBeta` and `appNameFlask` localized messages. These were missed in the previous PR (#13138).
This commit is contained in:
parent
a1f89e218a
commit
36dea1730e
@ -22,6 +22,14 @@
|
|||||||
"message": "मेटामास्क/MetaMask",
|
"message": "मेटामास्क/MetaMask",
|
||||||
"description": "The name of the application"
|
"description": "The name of the application"
|
||||||
},
|
},
|
||||||
|
"appNameBeta": {
|
||||||
|
"message": "MetaMask Beta",
|
||||||
|
"description": "The name of the application (Beta)"
|
||||||
|
},
|
||||||
|
"appNameFlask": {
|
||||||
|
"message": "MetaMask Flask",
|
||||||
|
"description": "The name of the application (Flask)"
|
||||||
|
},
|
||||||
"approve": {
|
"approve": {
|
||||||
"message": "मंजूर"
|
"message": "मंजूर"
|
||||||
},
|
},
|
||||||
|
@ -70,6 +70,14 @@
|
|||||||
"message": "„MetaMask“",
|
"message": "„MetaMask“",
|
||||||
"description": "The name of the application"
|
"description": "The name of the application"
|
||||||
},
|
},
|
||||||
|
"appNameBeta": {
|
||||||
|
"message": "MetaMask Beta",
|
||||||
|
"description": "The name of the application (Beta)"
|
||||||
|
},
|
||||||
|
"appNameFlask": {
|
||||||
|
"message": "MetaMask Flask",
|
||||||
|
"description": "The name of the application (Flask)"
|
||||||
|
},
|
||||||
"approve": {
|
"approve": {
|
||||||
"message": "Patvirtinti"
|
"message": "Patvirtinti"
|
||||||
},
|
},
|
||||||
|
@ -28,6 +28,14 @@
|
|||||||
"message": "மேடமஸ்க் ",
|
"message": "மேடமஸ்க் ",
|
||||||
"description": "The name of the application"
|
"description": "The name of the application"
|
||||||
},
|
},
|
||||||
|
"appNameBeta": {
|
||||||
|
"message": "MetaMask Beta",
|
||||||
|
"description": "The name of the application (Beta)"
|
||||||
|
},
|
||||||
|
"appNameFlask": {
|
||||||
|
"message": "MetaMask Flask",
|
||||||
|
"description": "The name of the application (Flask)"
|
||||||
|
},
|
||||||
"approve": {
|
"approve": {
|
||||||
"message": "ஒப்புதல்"
|
"message": "ஒப்புதல்"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user