Merge branch 'main' into add-etke-server-commands

This commit is contained in:
Aine
2025-03-04 22:54:00 +02:00
5 changed files with 370 additions and 362 deletions

View File

@@ -558,7 +558,7 @@ const FilePicker = () => {
</CardActions>
);
const allCards: JSX.Element[] = [];
const allCards: React.JSX.Element[] = [];
if (uploadCard) allCards.push(uploadCard);
if (errorCards) allCards.push(errorCards);
if (conflictCards) allCards.push(conflictCards);

View File

@@ -12,6 +12,10 @@ const fixedGermanMessages = {
clear_filters: "Alle Filter entfernen",
add_filter: "Filter hinzufügen",
},
auth: {
...formalGermanMessages.ra.auth,
email: "E-Mail",
},
action: {
...formalGermanMessages.ra.action,
update_application: "Anwendung aktualisieren",

View File

@@ -11,6 +11,10 @@ const fixedChineseMessages = {
no_filtered_results: "没有结果",
clear_filters: "清除所有过滤器",
},
auth: {
...chineseMessages.ra.auth,
email: "邮箱",
},
action: {
...chineseMessages.ra.action,
update_application: "更新应用",