fix
This commit is contained in:
parent
c67918a814
commit
6023d75f84
|
@ -5194,6 +5194,10 @@ export interface Locale extends ILocale {
|
|||
* 公開範囲に応じて色分けする
|
||||
*/
|
||||
"enableNoteVisibilityColor": string;
|
||||
/**
|
||||
* ノートの詳細表示ページなど、一部の箇所には適用されません。
|
||||
*/
|
||||
"enableNoteVisibilityColorDescription": string;
|
||||
"_abuseUserReport": {
|
||||
/**
|
||||
* 転送
|
||||
|
|
|
@ -1294,7 +1294,7 @@ prohibitedWordsForNameOfUserDescription: "このリストに含まれる文字
|
|||
yourNameContainsProhibitedWords: "変更しようとした名前に禁止された文字列が含まれています"
|
||||
yourNameContainsProhibitedWordsDescription: "名前に禁止されている文字列が含まれています。この名前を使用したい場合は、サーバー管理者にお問い合わせください。"
|
||||
enableNoteVisibilityColor: "公開範囲に応じて色分けする"
|
||||
enableNoteVisibilityColor: "ノートの詳細表示ページなど、一部の箇所には適用されません。"
|
||||
enableNoteVisibilityColorDescription: "ノートの詳細表示ページなど、一部の箇所には適用されません。"
|
||||
|
||||
_abuseUserReport:
|
||||
forward: "転送"
|
||||
|
|
Loading…
Reference in New Issue