Merge branch 'main' into add-account-suspention

This commit is contained in:
Aine
2024-12-10 22:32:07 +02:00
committed by GitHub
18 changed files with 190 additions and 22 deletions

13
src/i18n/index.d.ts vendored
View File

@@ -31,6 +31,7 @@ interface SynapseTranslationMessages extends TranslationMessages {
members: string;
detail: string;
permission: string;
media: string;
};
};
reports: { tabs: { basic: string; detail: string } };
@@ -396,6 +397,18 @@ interface SynapseTranslationMessages extends TranslationMessages {
sender: string;
};
};
room_media?: {
name: string;
fields: {
media_id: string;
};
helper: {
info: string;
};
action: {
error: string;
};
};
room_directory?: {
name: string;
fields: {