1
0

chore: fix locales

This commit is contained in:
Marie
2024-11-03 03:55:44 +01:00
parent 1ee41d239c
commit aeb10751ed
6 changed files with 34 additions and 14 deletions
+20 -8
View File
@@ -6947,6 +6947,10 @@ export interface Locale extends ILocale {
* Can import notes
*/
"canImportNotes": string;
/**
* Maximum number of scheduled notes
*/
"scheduleNoteMax": string;
};
"_condition": {
/**
@@ -8140,14 +8144,6 @@ export interface Locale extends ILocale {
*
*/
"write:notes": string;
/**
* 稿
*/
"read:notes-schedule": string;
/**
* 稿
*/
"write:notes-schedule": string;
/**
*
*/
@@ -8424,6 +8420,14 @@ export interface Locale extends ILocale {
*
*/
"write:report-abuse": string;
/**
* View your list of scheduled notes
*/
"read:notes-schedule": string;
/**
* Compose or delete scheduled notes
*/
"write:notes-schedule": string;
};
"_auth": {
/**
@@ -11436,6 +11440,14 @@ export interface Locale extends ILocale {
* Select a follow relationship...
*/
"selectFollowRelationship": string;
/**
* Schedule a note
*/
"schedulePost": string;
/**
* List of scheduled notes
*/
"schedulePostList": string;
}
declare const locales: {
[lang: string]: Locale;