wip
This commit is contained in:
parent
c1f3db02c1
commit
1593ced8ba
8 changed files with 24 additions and 8 deletions
14
locales/index.d.ts
vendored
14
locales/index.d.ts
vendored
|
|
@ -5196,15 +5196,21 @@ export interface Locale extends ILocale {
|
|||
"thisContentsAreMarkedAsSigninRequiredByAuthor": string;
|
||||
"_accountSettings": {
|
||||
/**
|
||||
* コンテンツの閲覧にログインを必須にする
|
||||
* コンテンツの表示にログインを必須にする
|
||||
*/
|
||||
"signinRequiredForShowContents": string;
|
||||
/**
|
||||
* あなたのプロフィールやノートなどの作成したコンテンツの閲覧にログイン必須にします。
|
||||
* クローラーから情報を収集されるのを防ぐ効果が期待できます。
|
||||
* あなたのプロフィールやノートなどの作成したコンテンツを表示するのにログインを必須にします。クローラーから情報を収集されるのを防ぐ効果が期待できます。
|
||||
*/
|
||||
"signinRequiredForShowContentsDescription1": string;
|
||||
/**
|
||||
* URLのプレビューや、コンテンツの埋め込みも使用不可になります。
|
||||
*/
|
||||
"signinRequiredForShowContentsDescription": string;
|
||||
"signinRequiredForShowContentsDescription2": string;
|
||||
/**
|
||||
* リモートサーバーに連合されたコンテンツにはこれらの制限は適用されません。
|
||||
*/
|
||||
"signinRequiredForShowContentsDescription3": string;
|
||||
};
|
||||
"_abuseUserReport": {
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1296,8 +1296,10 @@ yourNameContainsProhibitedWordsDescription: "名前に禁止されている文
|
|||
thisContentsAreMarkedAsSigninRequiredByAuthor: "このコンテンツの閲覧にはログインが必要と作者によって設定されています"
|
||||
|
||||
_accountSettings:
|
||||
signinRequiredForShowContents: "コンテンツの閲覧にログインを必須にする"
|
||||
signinRequiredForShowContentsDescription: "あなたのプロフィールやノートなどの作成したコンテンツの閲覧にログイン必須にします。\nクローラーから情報を収集されるのを防ぐ効果が期待できます。\nURLのプレビューや、コンテンツの埋め込みも使用不可になります。"
|
||||
signinRequiredForShowContents: "コンテンツの表示にログインを必須にする"
|
||||
signinRequiredForShowContentsDescription1: "あなたのプロフィールやノートなどの作成したコンテンツを表示するのにログインを必須にします。クローラーから情報を収集されるのを防ぐ効果が期待できます。"
|
||||
signinRequiredForShowContentsDescription2: "URLのプレビューや、コンテンツの埋め込みも使用不可になります。"
|
||||
signinRequiredForShowContentsDescription3: "リモートサーバーに連合されたコンテンツにはこれらの制限は適用されません。"
|
||||
|
||||
_abuseUserReport:
|
||||
forward: "転送"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue