i18n(dashboard): improve description for 512x512 icon

This commit is contained in:
HFO4 2022-12-14 15:31:49 +08:00
parent b4109350c2
commit e8a063bc67
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
"mediumIcon": "Medium icon",
"mediumIconDes": "URL of the medium icon, prefer size at 192x192, png format.",
"largeIcon": "Large icon",
"largeIconDes": "URL of the medium icon, prefer size at 512x512, png format.",
"largeIconDes": "URL of the medium icon, prefer size at 512x512, png format. This icon will also be shown while switching account in iOS app.",
"displayMode": "Display mode",
"displayModeDes": "The display mode of a PWA application after it's installed.",
"themeColor": "Theme color",

View File

@ -79,7 +79,7 @@
"mediumIcon": "中图标",
"mediumIconDes": "192x192 的中等图标地址png 格式",
"largeIcon": "大图标",
"largeIconDes": "512x512 的大图标地址png 格式",
"largeIconDes": "512x512 的大图标地址png 格式。此图标还会被用于在 iOS 客户端切换站点时展示",
"displayMode": "展示模式",
"displayModeDes": "PWA 应用添加后的展示模式",
"themeColor": "主题色",