fix locales

This commit is contained in:
fly_mc 2024-09-15 11:59:57 +08:00
parent 107af8af79
commit 8c4a2d662d
2 changed files with 2 additions and 7 deletions

4
locales/index.d.ts vendored
View file

@ -6643,15 +6643,13 @@ export interface Locale extends ILocale {
*/
"canPublicNote": string;
/**
<<<<<<< HEAD
*
*/
"mentionMax": string;
=======
/**
*
*/
"canEditNote": string;
>>>>>>> 559cf1830 (feat(wip): note editing)
/**
*
*/

View file

@ -1717,11 +1717,8 @@ _role:
gtlAvailable: "グローバルタイムラインの閲覧"
ltlAvailable: "ローカルタイムラインの閲覧"
canPublicNote: "パブリック投稿の許可"
<<<<<<< HEAD
mentionMax: "ノート内の最大メンション数"
=======
canEditNote: "ノートの編集"
>>>>>>> 559cf1830 (feat(wip): note editing)
mentionMax: "ノート内の最大メンション数"
canInvite: "サーバー招待コードの発行"
inviteLimit: "招待コードの作成可能数"
inviteLimitCycle: "招待コードの発行間隔"