mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +02:00
Add 'Northern Lights' theme and update localization and Tailwind configuration
This commit is contained in:
parent
50dc0424a9
commit
dc29f48ab2
11 changed files with 267 additions and 214 deletions
|
@ -313,5 +313,6 @@ export let themes = [
|
|||
{ name: 'forest', label: 'Forest' },
|
||||
{ name: 'aqua', label: 'Aqua' },
|
||||
{ name: 'aestheticLight', label: 'Aesthetic Light' },
|
||||
{ name: 'aestheticDark', label: 'Aesthetic Dark' }
|
||||
{ name: 'aestheticDark', label: 'Aesthetic Dark' },
|
||||
{ name: 'northernLights', label: 'Northern Lights' }
|
||||
];
|
||||
|
|
|
@ -226,7 +226,8 @@
|
|||
"light": "Licht",
|
||||
"night": "Nacht",
|
||||
"aestheticDark": "Ästhetisches Dunkel",
|
||||
"aestheticLight": "Ästhetisches Licht"
|
||||
"aestheticLight": "Ästhetisches Licht",
|
||||
"northernLights": "Nordlicht"
|
||||
},
|
||||
"users": "Benutzer",
|
||||
"worldtravel": "Weltreisen",
|
||||
|
@ -291,7 +292,9 @@
|
|||
"about_this_background": "Über diesen Hintergrund",
|
||||
"join_discord": "Treten Sie dem Discord bei",
|
||||
"join_discord_desc": "um Ihre eigenen Fotos zu teilen. \nVeröffentlichen Sie sie im",
|
||||
"photo_by": "Foto von"
|
||||
"photo_by": "Foto von",
|
||||
"change_password_error": "Passwort kann nicht geändert werden. \nUngültiges aktuelles Passwort oder ungültiges neues Passwort.",
|
||||
"current_password": "Aktuelles Passwort"
|
||||
},
|
||||
"checklist": {
|
||||
"add_item": "Artikel hinzufügen",
|
||||
|
|
|
@ -27,7 +27,8 @@
|
|||
"forest": "Forest",
|
||||
"aestheticLight": "Aesthetic Light",
|
||||
"aestheticDark": "Aesthetic Dark",
|
||||
"aqua": "Aqua"
|
||||
"aqua": "Aqua",
|
||||
"northernLights": "Northern Lights"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
"forest": "Bosque",
|
||||
"aqua": "Aqua",
|
||||
"aestheticDark": "Estética Oscura",
|
||||
"aestheticLight": "Luz estetica"
|
||||
"aestheticLight": "Luz estetica",
|
||||
"northernLights": "Aurora boreal"
|
||||
},
|
||||
"my_tags": "Mis etiquetas",
|
||||
"tag": "Etiqueta",
|
||||
|
@ -291,7 +292,9 @@
|
|||
"about_this_background": "Sobre este trasfondo",
|
||||
"join_discord": "Únete a la discordia",
|
||||
"join_discord_desc": "para compartir tus propias fotos. \nPublicarlos en el",
|
||||
"photo_by": "Foto por"
|
||||
"photo_by": "Foto por",
|
||||
"change_password_error": "No se puede cambiar la contraseña. \nContraseña actual no válida o contraseña nueva no válida.",
|
||||
"current_password": "Contraseña actual"
|
||||
},
|
||||
"checklist": {
|
||||
"add_item": "Agregar artículo",
|
||||
|
|
|
@ -226,7 +226,8 @@
|
|||
"aqua": "Aqua",
|
||||
"dark": "Sombre",
|
||||
"aestheticDark": "Esthétique sombre",
|
||||
"aestheticLight": "Lumière esthétique"
|
||||
"aestheticLight": "Lumière esthétique",
|
||||
"northernLights": "Aurores boréales"
|
||||
},
|
||||
"users": "Utilisateurs",
|
||||
"worldtravel": "Voyage dans le monde",
|
||||
|
@ -291,7 +292,9 @@
|
|||
"about_this_background": "À propos de ce contexte",
|
||||
"join_discord": "Rejoignez le Discord",
|
||||
"join_discord_desc": "pour partager vos propres photos. \nPostez-les dans le",
|
||||
"photo_by": "Photo par"
|
||||
"photo_by": "Photo par",
|
||||
"change_password_error": "Impossible de changer le mot de passe. \nMot de passe actuel invalide ou nouveau mot de passe invalide.",
|
||||
"current_password": "Mot de passe actuel"
|
||||
},
|
||||
"checklist": {
|
||||
"add_item": "Ajouter un article",
|
||||
|
|
|
@ -226,7 +226,8 @@
|
|||
"light": "Leggero",
|
||||
"night": "Notte",
|
||||
"aestheticDark": "Estetico scuro",
|
||||
"aestheticLight": "Luce estetica"
|
||||
"aestheticLight": "Luce estetica",
|
||||
"northernLights": "Aurora boreale"
|
||||
},
|
||||
"users": "Utenti",
|
||||
"worldtravel": "Viaggio nel mondo",
|
||||
|
@ -291,7 +292,9 @@
|
|||
"about_this_background": "A proposito di questo contesto",
|
||||
"join_discord": "Unisciti alla Discordia",
|
||||
"join_discord_desc": "per condividere le tue foto. \nPubblicateli in",
|
||||
"photo_by": "Foto di"
|
||||
"photo_by": "Foto di",
|
||||
"change_password_error": "Impossibile modificare la password. \nPassword attuale non valida o nuova password non valida.",
|
||||
"current_password": "password attuale"
|
||||
},
|
||||
"checklist": {
|
||||
"add_item": "Aggiungi articolo",
|
||||
|
|
|
@ -226,7 +226,8 @@
|
|||
"light": "Licht",
|
||||
"night": "Nacht",
|
||||
"aestheticDark": "Esthetisch donker",
|
||||
"aestheticLight": "Esthetisch licht"
|
||||
"aestheticLight": "Esthetisch licht",
|
||||
"northernLights": "Noorderlicht"
|
||||
},
|
||||
"users": "Gebruikers",
|
||||
"worldtravel": "Wereldreizen",
|
||||
|
@ -291,7 +292,9 @@
|
|||
"about_this_background": "Over deze achtergrond",
|
||||
"join_discord": "Sluit je aan bij de onenigheid",
|
||||
"join_discord_desc": "om uw eigen foto's te delen. \nPlaats ze in de",
|
||||
"photo_by": "Foto door"
|
||||
"photo_by": "Foto door",
|
||||
"change_password_error": "Kan wachtwoord niet wijzigen. \nOngeldig huidig wachtwoord of ongeldig nieuw wachtwoord.",
|
||||
"current_password": "Huidig wachtwoord"
|
||||
},
|
||||
"checklist": {
|
||||
"add_item": "Artikel toevoegen",
|
||||
|
|
|
@ -27,7 +27,8 @@
|
|||
"forest": "Leśny",
|
||||
"aestheticLight": "Estetyczny Jasny",
|
||||
"aestheticDark": "Estetyczny Ciemny",
|
||||
"aqua": "Aqua"
|
||||
"aqua": "Aqua",
|
||||
"northernLights": "Zorza Polarna"
|
||||
}
|
||||
},
|
||||
"about": {
|
||||
|
@ -291,7 +292,9 @@
|
|||
"about_this_background": "O tym tle",
|
||||
"photo_by": "Zdjęcie autorstwa",
|
||||
"join_discord": "Dołącz do Discorda",
|
||||
"join_discord_desc": "aby podzielić się swoimi zdjęciami. Zamieść je w kanale #travel-share."
|
||||
"join_discord_desc": "aby podzielić się swoimi zdjęciami. Zamieść je w kanale #travel-share.",
|
||||
"change_password_error": "Nie można zmienić hasła. \nNieprawidłowe bieżące hasło lub nieprawidłowe nowe hasło.",
|
||||
"current_password": "Aktualne hasło"
|
||||
},
|
||||
"collection": {
|
||||
"collection_created": "Kolekcja została pomyślnie utworzona!",
|
||||
|
|
|
@ -226,7 +226,8 @@
|
|||
"light": "Ljus",
|
||||
"night": "Natt",
|
||||
"aestheticDark": "Estetisk mörk",
|
||||
"aestheticLight": "Estetiskt ljus"
|
||||
"aestheticLight": "Estetiskt ljus",
|
||||
"northernLights": "Norrsken"
|
||||
},
|
||||
"users": "Användare",
|
||||
"worldtravel": "Världsresor",
|
||||
|
@ -291,7 +292,9 @@
|
|||
"about_this_background": "Om denna bakgrund",
|
||||
"join_discord": "Gå med i Discord",
|
||||
"join_discord_desc": "för att dela dina egna foton. \nLägg upp dem i",
|
||||
"photo_by": "Foto av"
|
||||
"photo_by": "Foto av",
|
||||
"change_password_error": "Det går inte att ändra lösenord. \nOgiltigt nuvarande lösenord eller ogiltigt nytt lösenord.",
|
||||
"current_password": "Aktuellt lösenord"
|
||||
},
|
||||
"checklist": {
|
||||
"add_item": "Lägg till objekt",
|
||||
|
|
|
@ -226,7 +226,8 @@
|
|||
"light": "光",
|
||||
"night": "夜晚",
|
||||
"aestheticDark": "审美黑暗",
|
||||
"aestheticLight": "美学之光"
|
||||
"aestheticLight": "美学之光",
|
||||
"northernLights": "北极光"
|
||||
},
|
||||
"users": "用户",
|
||||
"worldtravel": "环球旅行",
|
||||
|
@ -291,7 +292,9 @@
|
|||
"about_this_background": "关于这个背景",
|
||||
"join_discord": "加入不和谐",
|
||||
"join_discord_desc": "分享您自己的照片。\n将它们张贴在",
|
||||
"photo_by": "摄影:"
|
||||
"photo_by": "摄影:",
|
||||
"change_password_error": "无法更改密码。\n当前密码无效或新密码无效。",
|
||||
"current_password": "当前密码"
|
||||
},
|
||||
"checklist": {
|
||||
"add_item": "添加项目",
|
||||
|
|
|
@ -100,6 +100,33 @@ export default {
|
|||
|
||||
fontFamily:
|
||||
'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace'
|
||||
},
|
||||
northernLights: {
|
||||
primary: '#479bb3', // Primary color
|
||||
'primary-focus': '#81A1C1', // Primary color - focused
|
||||
'primary-content': '#ECEFF4', // Foreground content color to use on primary color
|
||||
|
||||
secondary: '#5E81AC', // Secondary color
|
||||
'secondary-focus': '#4C566A', // Secondary color - focused
|
||||
'secondary-content': '#ECEFF4', // Foreground content color to use on secondary color
|
||||
|
||||
accent: '#B48EAD', // Accent color
|
||||
'accent-focus': '#A3BE8C', // Accent color - focused
|
||||
'accent-content': '#ECEFF4', // Foreground content color to use on accent color
|
||||
|
||||
neutral: '#4C566A', // Neutral color
|
||||
'neutral-focus': '#3B4252', // Neutral color - focused
|
||||
'neutral-content': '#D8DEE9', // Foreground content color to use on neutral color
|
||||
|
||||
'base-100': '#2E3440', // Base color of page, used for blank backgrounds
|
||||
'base-200': '#3B4252', // Base color, a little lighter
|
||||
'base-300': '#434C5E', // Base color, even more lighter
|
||||
'base-content': '#ECEFF4', // Foreground content color to use on base color
|
||||
|
||||
info: '#88C0D0', // Info
|
||||
success: '#A3BE8C', // Success
|
||||
warning: '#D08770', // Warning
|
||||
error: '#BF616A' // Error
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue