requested fixes!

This commit is contained in:
piuvas 2024-09-22 17:32:20 -03:00
parent 0f2e30f5ba
commit 4ee2973303
No known key found for this signature in database
GPG key ID: 82743F52454C621D
9 changed files with 21 additions and 15 deletions

View file

@ -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}."

12
locales/index.d.ts vendored
View file

@ -5776,6 +5776,18 @@ export interface Locale extends ILocale {
* URL
*/
"iconUrl": string;
/**
* 使
*/
"sidebarLogoDescription": string;
/**
* About
*/
"sidebarLogoUsageExample": string;
/**
* /
*/
"sidebarLogoHint": string;
/**
* {host}
*/

View file

@ -1459,6 +1459,9 @@ _serverRules:
_serverSettings:
iconUrl: "アイコン画像のURL"
sidebarLogoDescription: "高精細、ダイナミック幅のシナリオで通常のアイコンの代わりに使用するロゴを指定します。"
sidebarLogoUsageExample: "例サイドバー、訪問者用、「About 」ページ"
sidebarLogoHint: "サイドバー/ロゴ"
appIconDescription: "{host}がアプリとして表示される際のアイコンを指定します。"
appIconUsageExample: "例: PWAや、スマートフォンのホーム画面にブックマークとして追加された時など"
appIconStyleRecommendation: "円形もしくは角丸にクロップされる場合があるため、塗り潰された余白のある背景を持つことが推奨されます。"