1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

Merge branch 'develop' into feature/2024.10

This commit is contained in:
dakkar
2024-12-12 13:04:51 +00:00
54 changed files with 1630 additions and 20 deletions

28
locales/index.d.ts vendored
View File

@@ -7033,6 +7033,10 @@ export interface Locale extends ILocale {
* Can import notes
*/
"canImportNotes": string;
/**
* Maximum number of scheduled notes
*/
"scheduleNoteMax": string;
};
"_condition": {
/**
@@ -8502,6 +8506,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": {
/**
@@ -9644,6 +9656,14 @@ export interface Locale extends ILocale {
* Note got edited
*/
"edited": string;
/**
* Posting scheduled note failed
*/
"scheduledNoteFailed": string;
/**
* Scheduled Note was posted
*/
"scheduledNotePosted": string;
};
"_deck": {
/**
@@ -11558,6 +11578,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;