content preferences
This commit is contained in:
@@ -134,6 +134,7 @@
|
|||||||
"clear": "Löschen",
|
"clear": "Löschen",
|
||||||
"preferences": "Einstellungen",
|
"preferences": "Einstellungen",
|
||||||
"ui_section": "Benutzeroberfläche",
|
"ui_section": "Benutzeroberfläche",
|
||||||
|
"content_preferences_section": "Inhaltseinstellungen",
|
||||||
"appearance_section": "Erscheinungsbild",
|
"appearance_section": "Erscheinungsbild",
|
||||||
"show_motd": "Nachricht des Tages (MOTD) anzeigen",
|
"show_motd": "Nachricht des Tages (MOTD) anzeigen",
|
||||||
"modern_layout": "Modernes Layout",
|
"modern_layout": "Modernes Layout",
|
||||||
|
|||||||
@@ -134,6 +134,7 @@
|
|||||||
"clear": "Clear",
|
"clear": "Clear",
|
||||||
"preferences": "Preferences",
|
"preferences": "Preferences",
|
||||||
"ui_section": "User Interface",
|
"ui_section": "User Interface",
|
||||||
|
"content_preferences_section": "Content Preferences",
|
||||||
"appearance_section": "Appearance",
|
"appearance_section": "Appearance",
|
||||||
"show_motd": "Show Message of the Day (MOTD)",
|
"show_motd": "Show Message of the Day (MOTD)",
|
||||||
"modern_layout": "Modern layout",
|
"modern_layout": "Modern layout",
|
||||||
|
|||||||
@@ -134,6 +134,7 @@
|
|||||||
"clear": "Wissen",
|
"clear": "Wissen",
|
||||||
"preferences": "Voorkeuren",
|
"preferences": "Voorkeuren",
|
||||||
"ui_section": "Gebruikersinterface",
|
"ui_section": "Gebruikersinterface",
|
||||||
|
"content_preferences_section": "Inhoudsvoorkeuren",
|
||||||
"appearance_section": "Uiterlijk",
|
"appearance_section": "Uiterlijk",
|
||||||
"show_motd": "Toon Bericht van de Dag (MOTD)",
|
"show_motd": "Toon Bericht van de Dag (MOTD)",
|
||||||
"modern_layout": "Moderne layout",
|
"modern_layout": "Moderne layout",
|
||||||
|
|||||||
@@ -134,6 +134,7 @@
|
|||||||
"clear": "Leeren",
|
"clear": "Leeren",
|
||||||
"preferences": "Präferenzen",
|
"preferences": "Präferenzen",
|
||||||
"ui_section": "Benutzeroberfläche",
|
"ui_section": "Benutzeroberfläche",
|
||||||
|
"content_preferences_section": "Inhaltseinstellungen",
|
||||||
"appearance_section": "Erscheinungsbild",
|
"appearance_section": "Erscheinungsbild",
|
||||||
"show_motd": "Nachricht des Tages (NdT) anzeigen",
|
"show_motd": "Nachricht des Tages (NdT) anzeigen",
|
||||||
"modern_layout": "Modernes Layout",
|
"modern_layout": "Modernes Layout",
|
||||||
|
|||||||
@@ -139,34 +139,6 @@
|
|||||||
</label>
|
</label>
|
||||||
<small class="text-muted" style="margin-left: 25px;">{{ t('settings.enable_bg_blur_hint') }}</small>
|
<small class="text-muted" style="margin-left: 25px;">{{ t('settings.enable_bg_blur_hint') }}</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="setting-item" style="margin-top: 15px;">
|
|
||||||
<label for="blur_nsfw_toggle" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
|
||||||
<input type="checkbox" id="blur_nsfw_toggle">
|
|
||||||
<span>{{ t('settings.blur_nsfw') }}</span>
|
|
||||||
</label>
|
|
||||||
<small class="text-muted" style="margin-left: 25px;">{{ t('settings.blur_nsfw_hint') }}</small>
|
|
||||||
</div>
|
|
||||||
<div class="setting-item" style="margin-top: 15px;">
|
|
||||||
<label for="blur_nsfl_toggle" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
|
||||||
<input type="checkbox" id="blur_nsfl_toggle">
|
|
||||||
<span>{{ t('settings.blur_nsfl') }}</span>
|
|
||||||
</label>
|
|
||||||
<small class="text-muted" style="margin-left: 25px;">{{ t('settings.blur_nsfl_hint') }}</small>
|
|
||||||
</div>
|
|
||||||
<div class="setting-item" style="margin-top: 15px;">
|
|
||||||
<label for="blur_sfw_toggle" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
|
||||||
<input type="checkbox" id="blur_sfw_toggle">
|
|
||||||
<span>{{ t('settings.blur_sfw') }}</span>
|
|
||||||
</label>
|
|
||||||
<small class="text-muted" style="margin-left: 25px;">{{ t('settings.blur_sfw_hint') }}</small>
|
|
||||||
</div>
|
|
||||||
<div class="setting-item" style="margin-top: 15px;">
|
|
||||||
<label for="blur_untagged_toggle" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
|
||||||
<input type="checkbox" id="blur_untagged_toggle">
|
|
||||||
<span>{{ t('settings.blur_untagged') }}</span>
|
|
||||||
</label>
|
|
||||||
<small class="text-muted" style="margin-left: 25px;">{{ t('settings.blur_untagged_hint') }}</small>
|
|
||||||
</div>
|
|
||||||
<div class="setting-item" style="margin-top: 15px;">
|
<div class="setting-item" style="margin-top: 15px;">
|
||||||
<label for="quote_emojis_toggle" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
<label for="quote_emojis_toggle" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
||||||
<input type="checkbox" id="quote_emojis_toggle" @if(session.quote_emojis !==false) checked @endif>
|
<input type="checkbox" id="quote_emojis_toggle" @if(session.quote_emojis !==false) checked @endif>
|
||||||
@@ -222,6 +194,39 @@
|
|||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset
|
||||||
|
style="border: 1px solid var(--nav-border-color); padding: 10px; border-radius: 4px; margin-bottom: 15px;">
|
||||||
|
<legend style="width: auto; padding: 0 5px; font-size: 1.1em; font-weight: bold;">{{ t('settings.content_preferences_section') }}</legend>
|
||||||
|
<div class="setting-item">
|
||||||
|
<label for="blur_nsfw_toggle" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
||||||
|
<input type="checkbox" id="blur_nsfw_toggle">
|
||||||
|
<span>{{ t('settings.blur_nsfw') }}</span>
|
||||||
|
</label>
|
||||||
|
<small class="text-muted" style="margin-left: 25px;">{{ t('settings.blur_nsfw_hint') }}</small>
|
||||||
|
</div>
|
||||||
|
<div class="setting-item" style="margin-top: 15px;">
|
||||||
|
<label for="blur_nsfl_toggle" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
||||||
|
<input type="checkbox" id="blur_nsfl_toggle">
|
||||||
|
<span>{{ t('settings.blur_nsfl') }}</span>
|
||||||
|
</label>
|
||||||
|
<small class="text-muted" style="margin-left: 25px;">{{ t('settings.blur_nsfl_hint') }}</small>
|
||||||
|
</div>
|
||||||
|
<div class="setting-item" style="margin-top: 15px;">
|
||||||
|
<label for="blur_sfw_toggle" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
||||||
|
<input type="checkbox" id="blur_sfw_toggle">
|
||||||
|
<span>{{ t('settings.blur_sfw') }}</span>
|
||||||
|
</label>
|
||||||
|
<small class="text-muted" style="margin-left: 25px;">{{ t('settings.blur_sfw_hint') }}</small>
|
||||||
|
</div>
|
||||||
|
<div class="setting-item" style="margin-top: 15px;">
|
||||||
|
<label for="blur_untagged_toggle" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
||||||
|
<input type="checkbox" id="blur_untagged_toggle">
|
||||||
|
<span>{{ t('settings.blur_untagged') }}</span>
|
||||||
|
</label>
|
||||||
|
<small class="text-muted" style="margin-left: 25px;">{{ t('settings.blur_untagged_hint') }}</small>
|
||||||
|
</div>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
<fieldset
|
<fieldset
|
||||||
style="border: 1px solid var(--nav-border-color); padding: 10px; border-radius: 4px; margin-bottom: 15px;">
|
style="border: 1px solid var(--nav-border-color); padding: 10px; border-radius: 4px; margin-bottom: 15px;">
|
||||||
<legend style="width: auto; padding: 0 5px; font-size: 1.1em; font-weight: bold;">{{ t('settings.notifications_section') }}</legend>
|
<legend style="width: auto; padding: 0 5px; font-size: 1.1em; font-weight: bold;">{{ t('settings.notifications_section') }}</legend>
|
||||||
|
|||||||
Reference in New Issue
Block a user