mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
i18n(dashboard): improve description for 512x512 icon
This commit is contained in:
parent
b4109350c2
commit
e8a063bc67
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
"mediumIcon": "中图标",
|
||||
"mediumIconDes": "192x192 的中等图标地址,png 格式",
|
||||
"largeIcon": "大图标",
|
||||
"largeIconDes": "512x512 的大图标地址,png 格式",
|
||||
"largeIconDes": "512x512 的大图标地址,png 格式。此图标还会被用于在 iOS 客户端切换站点时展示",
|
||||
"displayMode": "展示模式",
|
||||
"displayModeDes": "PWA 应用添加后的展示模式",
|
||||
"themeColor": "主题色",
|
||||
|
|
|
|||
Loading…
Reference in New Issue