1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +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 GitHub
parent 83d74b6c40
commit cc518b918f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,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": "批准花費上限"
},