secçoes personalizadas !

This commit is contained in:
2026-04-27 21:06:24 +01:00
parent 91d5cbfcff
commit 7fa2eee3c7
2 changed files with 242 additions and 9 deletions

View File

@@ -117,7 +117,20 @@ export const translations = {
dob: "Data de Nascimento",
bio: "Bio / Sobre mim",
optional: "(Opcional)",
saving: "A guardar..."
saving: "A guardar...",
sections: "Secções",
manageSections: "Gerir Secções",
newSection: "Nova Secção",
sectionName: "Nome da Secção",
sectionEmoji: "Emoji",
noSections: "Nenhuma secção criada ainda.",
addSection: "Adicionar Secção",
deleteSection: "Apagar",
assignSections: "Atribuir a Secções",
allSections: "Todas",
confirmDeleteSection: "Apagar esta secção?",
sectionPlaceholder: "Ex: Trabalho, Festa...",
emojiPlaceholder: "Ex: 💼"
},
EN: {
loginModeIntro: "The Future of Your Style",
@@ -237,7 +250,20 @@ export const translations = {
dob: "Date of Birth",
bio: "Bio / About me",
optional: "(Optional)",
saving: "Saving..."
saving: "Saving...",
sections: "Sections",
manageSections: "Manage Sections",
newSection: "New Section",
sectionName: "Section Name",
sectionEmoji: "Emoji",
noSections: "No sections created yet.",
addSection: "Add Section",
deleteSection: "Delete",
assignSections: "Assign to Sections",
allSections: "All",
confirmDeleteSection: "Delete this section?",
sectionPlaceholder: "E.g.: Work, Party...",
emojiPlaceholder: "E.g.: 💼"
},
ES: {
loginModeIntro: "El Futuro de Tu Estilo",
@@ -357,7 +383,20 @@ export const translations = {
dob: "Fecha de Nacimiento",
bio: "Bio / Sobre mí",
optional: "(Opcional)",
saving: "Guardando..."
saving: "Guardando...",
sections: "Secciones",
manageSections: "Gestionar Secciones",
newSection: "Nueva Sección",
sectionName: "Nombre de la Sección",
sectionEmoji: "Emoji",
noSections: "Aún no hay secciones creadas.",
addSection: "Añadir Sección",
deleteSection: "Eliminar",
assignSections: "Asignar a Secciones",
allSections: "Todas",
confirmDeleteSection: "¿Eliminar esta sección?",
sectionPlaceholder: "Ej: Trabajo, Fiesta...",
emojiPlaceholder: "Ej: 💼"
},
FR: {
loginModeIntro: "Le Futur de Ton Style",
@@ -477,7 +516,20 @@ export const translations = {
dob: "Date de Naissance",
bio: "Bio / À propos",
optional: "(Optionnel)",
saving: "Enregistrement..."
saving: "Enregistrement...",
sections: "Sections",
manageSections: "Gérer les Sections",
newSection: "Nouvelle Section",
sectionName: "Nom de la Section",
sectionEmoji: "Emoji",
noSections: "Aucune section créée pour l'instant.",
addSection: "Ajouter une Section",
deleteSection: "Supprimer",
assignSections: "Attribuer aux Sections",
allSections: "Toutes",
confirmDeleteSection: "Supprimer cette section ?",
sectionPlaceholder: "Ex: Travail, Fête...",
emojiPlaceholder: "Ex: 💼"
},
DE: {
loginModeIntro: "Die Zukunft deines Stils",
@@ -597,6 +649,19 @@ export const translations = {
dob: "Geburtsdatum",
bio: "Biografie / Über mich",
optional: "(Optional)",
saving: "Speichern..."
saving: "Speichern...",
sections: "Bereiche",
manageSections: "Bereiche verwalten",
newSection: "Neuer Bereich",
sectionName: "Bereichsname",
sectionEmoji: "Emoji",
noSections: "Noch keine Bereiche erstellt.",
addSection: "Bereich hinzufügen",
deleteSection: "Löschen",
assignSections: "Bereichen zuweisen",
allSections: "Alle",
confirmDeleteSection: "Diesen Bereich löschen?",
sectionPlaceholder: "Zb: Arbeit, Party...",
emojiPlaceholder: "Zb: 💼"
}
};