requested fixes!
This commit is contained in:
+2
-1
@@ -1451,9 +1451,10 @@ _serverRules:
|
||||
description: "A set of rules to be displayed before registration. Setting a summary of the Terms of Service is recommended."
|
||||
_serverSettings:
|
||||
iconUrl: "Icon URL"
|
||||
appIconDescription: "Specifies the icon to use when {host} is displayed as an app."
|
||||
sidebarLogoDescription: "Specifies the logo to use instead of the regular icon in high definition, dynamic-width scenarios."
|
||||
sidebarLogoUsageExample: "E.g. In the sidebar, to visitors and in the \"About\" page."
|
||||
sidebarLogoHint: "Sidebar/Logo"
|
||||
appIconDescription: "Specifies the icon to use when {host} is displayed as an app."
|
||||
appIconUsageExample: "E.g. As PWA, or when displayed as a home screen bookmark on a phone"
|
||||
appIconStyleRecommendation: "As the icon may be cropped to a square or circle, an icon with colored margin around the content is recommended."
|
||||
appIconResolutionMustBe: "The minimum resolution is {resolution}."
|
||||
|
||||
Vendored
+12
@@ -5776,6 +5776,18 @@ export interface Locale extends ILocale {
|
||||
* アイコン画像のURL
|
||||
*/
|
||||
"iconUrl": string;
|
||||
/**
|
||||
* 高精細、ダイナミック幅のシナリオで通常のアイコンの代わりに使用するロゴを指定します。
|
||||
*/
|
||||
"sidebarLogoDescription": string;
|
||||
/**
|
||||
* 例:サイドバー、訪問者用、「About 」ページ
|
||||
*/
|
||||
"sidebarLogoUsageExample": string;
|
||||
/**
|
||||
* サイドバー/ロゴ
|
||||
*/
|
||||
"sidebarLogoHint": string;
|
||||
/**
|
||||
* {host}がアプリとして表示される際のアイコンを指定します。
|
||||
*/
|
||||
|
||||
@@ -1459,6 +1459,9 @@ _serverRules:
|
||||
|
||||
_serverSettings:
|
||||
iconUrl: "アイコン画像のURL"
|
||||
sidebarLogoDescription: "高精細、ダイナミック幅のシナリオで通常のアイコンの代わりに使用するロゴを指定します。"
|
||||
sidebarLogoUsageExample: "例:サイドバー、訪問者用、「About 」ページ"
|
||||
sidebarLogoHint: "サイドバー/ロゴ"
|
||||
appIconDescription: "{host}がアプリとして表示される際のアイコンを指定します。"
|
||||
appIconUsageExample: "例: PWAや、スマートフォンのホーム画面にブックマークとして追加された時など"
|
||||
appIconStyleRecommendation: "円形もしくは角丸にクロップされる場合があるため、塗り潰された余白のある背景を持つことが推奨されます。"
|
||||
|
||||
Reference in New Issue
Block a user