mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 07:06:44 -06:00
fix locales
This commit is contained in:
parent
107af8af79
commit
8c4a2d662d
2 changed files with 2 additions and 7 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
@ -6643,15 +6643,13 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"canPublicNote": string;
|
||||
/**
|
||||
<<<<<<< HEAD
|
||||
* ノート内の最大メンション数
|
||||
*/
|
||||
"mentionMax": string;
|
||||
=======
|
||||
/**
|
||||
* ノートの編集
|
||||
*/
|
||||
"canEditNote": string;
|
||||
>>>>>>> 559cf1830 (feat(wip): note editing)
|
||||
/**
|
||||
* サーバー招待コードの発行
|
||||
*/
|
||||
|
|
|
@ -1717,11 +1717,8 @@ _role:
|
|||
gtlAvailable: "グローバルタイムラインの閲覧"
|
||||
ltlAvailable: "ローカルタイムラインの閲覧"
|
||||
canPublicNote: "パブリック投稿の許可"
|
||||
<<<<<<< HEAD
|
||||
mentionMax: "ノート内の最大メンション数"
|
||||
=======
|
||||
canEditNote: "ノートの編集"
|
||||
>>>>>>> 559cf1830 (feat(wip): note editing)
|
||||
mentionMax: "ノート内の最大メンション数"
|
||||
canInvite: "サーバー招待コードの発行"
|
||||
inviteLimit: "招待コードの作成可能数"
|
||||
inviteLimitCycle: "招待コードの発行間隔"
|
||||
|
|
Loading…
Reference in a new issue