fix wording for the branding setting

This commit is contained in:
piuvas 2024-09-29 11:45:35 -03:00
parent 4edce0cb48
commit de33ade423
No known key found for this signature in database
GPG key ID: 82743F52454C621D
4 changed files with 20 additions and 20 deletions

View file

@ -1451,13 +1451,13 @@ _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"
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}."
sidebarLogoUrl: "Logo URL"
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."
manifestJsonOverride: "manifest.json Override"
shortName: "Short name"
shortNameDescription: "A shorthand for the instance's name that can be displayed if the full official name is long."

24
locales/index.d.ts vendored
View file

@ -5776,18 +5776,6 @@ export interface Locale extends ILocale {
* URL
*/
"iconUrl": string;
/**
* 使
*/
"sidebarLogoDescription": string;
/**
*
*/
"sidebarLogoUsageExample": string;
/**
* /
*/
"sidebarLogoHint": string;
/**
* {host}
*/
@ -5804,6 +5792,18 @@ export interface Locale extends ILocale {
* {resolution}
*/
"appIconResolutionMustBe": ParameterizedString<"resolution">;
/**
* URL
*/
"sidebarLogoUrl": string;
/**
* 使
*/
"sidebarLogoDescription": string;
/**
*
*/
"sidebarLogoUsageExample": string;
/**
* manifest.jsonのオーバーライド
*/

View file

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

View file

@ -39,7 +39,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkInput v-model="sidebarLogoUrl" type="url">
<template #prefix><i class="ti ti-link"></i></template>
<template #label>{{ i18n.ts._serverSettings.iconUrl }} ({{ i18n.ts._serverSettings.sidebarLogoHint }})</template>
<template #label>{{ i18n.ts._serverSettings.sidebarLogoUrl }}</template>
<template #caption>
<div>{{ i18n.ts._serverSettings.sidebarLogoDescription }}</div>
<div>({{ i18n.ts._serverSettings.sidebarLogoUsageExample }})</div>