Working on add/edit dialog #410

This commit is contained in:
2023-11-14 23:45:39 +01:00
parent 2de5afd648
commit a3ebd07093
26 changed files with 1107 additions and 41 deletions

View File

@@ -124,12 +124,14 @@
},
"common": {
"404": "404 - Der Eintrag konnte nicht gefunden werden",
"abort": "Abbrechen",
"actions": "Aktionen",
"active": "Aktiv",
"add": "Hinzufügen",
"attribute": "Attribut",
"auth_role": "Rolle",
"author": "Autor",
"back": "Zurück",
"bool_as_string": {
"false": "Nein",
"true": "Ja"
@@ -137,12 +139,14 @@
"channel_id": "Kanal Id",
"channel_name": "Kanal",
"color": "Farbe",
"continue": "Weiter",
"created_at": "Erstellt am",
"description": "Beschreibung",
"discord_id": "Discord Id",
"edit": "Bearbeiten",
"email": "E-Mail",
"emoji": "Emoji",
"end_time": "Endzeit",
"error": "Fehler",
"export": "Exportieren",
"feature_flags": "Funktionen",
@@ -176,11 +180,13 @@
},
"id": "Id",
"import": "Importieren",
"interval": "Interval",
"joined_at": "Beigetreten am",
"last_name": "Nachname",
"leaved_at": "Verlassen am",
"left_server": "Aktiv",
"level": "Level",
"location": "Ort",
"message_id": "Nachricht Id",
"min_xp": "Min. XP",
"modified_at": "Bearbeitet am",
@@ -200,10 +206,12 @@
"role": "Rolle",
"rule_count": "Regeln",
"save": "Speichern",
"start_time": "Startzeit",
"state": {
"off": "Aus",
"on": "Ein"
},
"type": "Typ",
"user_warnings": "Verwarnungen",
"users": "Benutzer",
"value": "Wert",
@@ -538,6 +546,33 @@
"reaction_count": "Anzahl Reaktionen",
"xp": "XP"
},
"scheduled_events": {
"edit_dialog": {
"add_header": "Event hinzufügen",
"edit_header": "Event bearbeiten",
"event_info": {
"description_input": "Erzähl den Leuten ein wenig mehr über dein Event. Markdown, neue Zeilen und Links werden unterstützt.",
"event_topic": "Thema",
"event_topic_input": "Worum geht es bei deinem Event?",
"header": "Worum geht es bei deinem Event?",
"start_date": "Startdatum",
"start_time": "Startzeit",
"tab_name": "Eventinformationen"
},
"location": {
"header": "Wo ist dein Event?",
"somewhere_else": "Irgendwo anders",
"somewhere_else_input": "Ort eingeben",
"stage": "Stage-Kanal",
"stage_input": "Stage-Kanal auswählen",
"tab_name": "Verzeichnis",
"voice": "Sprachkanal",
"voice_input": "Sprachkanal auswählen"
}
},
"header": "Geplante Events",
"scheduled_events": "Geplante Events"
},
"short_role_names": {
"header": "Rollen Kürzel",
"message": {

View File

@@ -124,12 +124,14 @@
},
"common": {
"404": "404 - Entry not found!",
"abort": "Abort",
"actions": "Actions",
"active": "Active",
"add": "Add",
"attribute": "Attribute",
"auth_role": "Role",
"author": "Author",
"back": "Back",
"bool_as_string": {
"false": "No",
"true": "Yes"
@@ -137,6 +139,7 @@
"channel_id": "Channel Id",
"channel_name": "Channel",
"color": "Color",
"continue": "Continue",
"created_at": "Created at",
"description": "Description",
"discord_id": "Discord Id",
@@ -538,6 +541,33 @@
"reaction_count": "Reaction count",
"xp": "XP"
},
"scheduled_events": {
"edit_dialog": {
"add_header": "Add event",
"edit_header": "Edit event",
"event_info": {
"description_input": "Tell people a little more about your event. Markdown, new lines and links are supported.",
"event_topic": "Event topic",
"event_topic_input": "What's your event?",
"header": "What's your event about?",
"start_date": "Start date",
"start_time": "Start time",
"tab_name": "Event info"
},
"location": {
"header": "Where is your event?",
"somewhere_else": "Somewhere else",
"somewhere_else_input": "Enter a location",
"stage": "Stage channel",
"stage_input": "Select a stage channel",
"tab_name": "Location",
"voice": "Voice channel",
"voice_input": "Select a voice channel"
}
},
"header": "Scheduled events",
"scheduled_events": "Scheduled events"
},
"short_role_names": {
"header": "Level",
"message": {