1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Add missing appName in the zh_TW language file (#17304)

* Add missing appName in the zh_TW language file

* Fix
This commit is contained in:
Dan J Miller 2023-01-19 14:52:46 -08:00 committed by Dan Miller
parent df9ff6438c
commit 0a7f83172d

View File

@ -122,6 +122,18 @@
"message": "以太坊瀏覽器擴充插件",
"description": "The description of the application"
},
"appName": {
"message": "MetaMask",
"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": {
"message": "批准花費上限"
},