wip
This commit is contained in:
parent
89c0d5d5f2
commit
2c3170e626
|
@ -5200,11 +5200,11 @@ export interface Locale extends ILocale {
|
||||||
*/
|
*/
|
||||||
"signinRequiredForShowContents": string;
|
"signinRequiredForShowContents": string;
|
||||||
/**
|
/**
|
||||||
* あなたが作成したノートなどのコンテンツを表示するのにログインを必須にします。クローラーから情報を収集されるのを防ぐ効果が期待できます。
|
* あなたが作成した全てのノートなどのコンテンツを表示するのにログインを必須にします。クローラーから情報を収集されるのを防ぐ効果が期待できます。
|
||||||
*/
|
*/
|
||||||
"signinRequiredForShowContentsDescription1": string;
|
"signinRequiredForShowContentsDescription1": string;
|
||||||
/**
|
/**
|
||||||
* URLのプレビューや、コンテンツの埋め込みも使用不可になります。
|
* URLプレビュー(OGP)、Webページへの埋め込み、ノートの引用に対応していないサーバーからの表示も不可になります。
|
||||||
*/
|
*/
|
||||||
"signinRequiredForShowContentsDescription2": string;
|
"signinRequiredForShowContentsDescription2": string;
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -1297,8 +1297,8 @@ thisContentsAreMarkedAsSigninRequiredByAuthor: "このコンテンツの閲覧
|
||||||
|
|
||||||
_accountSettings:
|
_accountSettings:
|
||||||
signinRequiredForShowContents: "コンテンツの表示にログインを必須にする"
|
signinRequiredForShowContents: "コンテンツの表示にログインを必須にする"
|
||||||
signinRequiredForShowContentsDescription1: "あなたが作成したノートなどのコンテンツを表示するのにログインを必須にします。クローラーから情報を収集されるのを防ぐ効果が期待できます。"
|
signinRequiredForShowContentsDescription1: "あなたが作成した全てのノートなどのコンテンツを表示するのにログインを必須にします。クローラーから情報を収集されるのを防ぐ効果が期待できます。"
|
||||||
signinRequiredForShowContentsDescription2: "URLのプレビューや、コンテンツの埋め込みも使用不可になります。"
|
signinRequiredForShowContentsDescription2: "URLプレビュー(OGP)、Webページへの埋め込み、ノートの引用に対応していないサーバーからの表示も不可になります。"
|
||||||
signinRequiredForShowContentsDescription3: "リモートサーバーに連合されたコンテンツにはこれらの制限は適用されません。"
|
signinRequiredForShowContentsDescription3: "リモートサーバーに連合されたコンテンツにはこれらの制限は適用されません。"
|
||||||
|
|
||||||
_abuseUserReport:
|
_abuseUserReport:
|
||||||
|
|
Loading…
Reference in New Issue