This commit is contained in:
syuilo
2025-08-30 19:15:52 +09:00
parent bd5b38c9d9
commit aabda5a956
3 changed files with 1 additions and 6 deletions

4
locales/index.d.ts vendored
View File

@@ -12039,10 +12039,6 @@ export interface Locale extends ILocale {
* 連合を行うと、継続して多くのコンテンツを受信します。自動クリーニングを有効にすると、一定期間経過したリモートコンテンツを自動でサーバーから削除し、ストレージを節約できます。
*/
"remoteContentsCleaning_description": string;
/**
* ローカル内リモートコンテンツへのハイパーリンクはリンク切れとなります。
*/
"remoteContentsCleaning_description2": string;
/**
* 管理者情報
*/

View File

@@ -3218,7 +3218,6 @@ _serverSetupWizard:
youCanConfigureMoreFederationSettingsLater: "連合可能なサーバーの指定など、高度な設定も後ほど可能です。"
remoteContentsCleaning: "リモートコンテンツの自動クリーニング"
remoteContentsCleaning_description: "連合を行うと、継続して多くのコンテンツを受信します。自動クリーニングを有効にすると、一定期間経過したリモートコンテンツを自動でサーバーから削除し、ストレージを節約できます。"
remoteContentsCleaning_description2: "ローカル内リモートコンテンツへのハイパーリンクはリンク切れとなります。"
adminInfo: "管理者情報"
adminInfo_description: "問い合わせを受け付けるために使用される管理者情報を設定します。"
adminInfo_mustBeFilled: "オープンサーバー、または連合がオンの場合は必ず入力が必要です。"