definições
This commit is contained in:
@@ -92,7 +92,14 @@ export const translations = {
|
||||
colorBlue: "Azul",
|
||||
userTitle: "Utilizador",
|
||||
themeColor: "Cor do Tema",
|
||||
personalizeColor: "Personalizar a cor"
|
||||
personalizeColor: "Personalizar a cor",
|
||||
profileInfo: "Informações da Conta",
|
||||
username: "Nome de Utilizador",
|
||||
fullName: "Nome Completo",
|
||||
dob: "Data de Nascimento",
|
||||
bio: "Bio / Sobre mim",
|
||||
optional: "(Opcional)",
|
||||
saving: "A guardar..."
|
||||
},
|
||||
EN: {
|
||||
loginModeIntro: "The Future of Your Style",
|
||||
@@ -187,7 +194,14 @@ export const translations = {
|
||||
colorBlue: "Blue",
|
||||
userTitle: "User",
|
||||
themeColor: "Theme Color",
|
||||
personalizeColor: "Personalize the color"
|
||||
personalizeColor: "Personalize the color",
|
||||
profileInfo: "Account Information",
|
||||
username: "Username",
|
||||
fullName: "Full Name",
|
||||
dob: "Date of Birth",
|
||||
bio: "Bio / About me",
|
||||
optional: "(Optional)",
|
||||
saving: "Saving..."
|
||||
},
|
||||
ES: {
|
||||
loginModeIntro: "El Futuro de Tu Estilo",
|
||||
@@ -282,7 +296,14 @@ export const translations = {
|
||||
colorBlue: "Azul",
|
||||
userTitle: "Usuario",
|
||||
themeColor: "Color del Tema",
|
||||
personalizeColor: "Personaliza el color"
|
||||
personalizeColor: "Personaliza el color",
|
||||
profileInfo: "Información de la Cuenta",
|
||||
username: "Nombre de Usuario",
|
||||
fullName: "Nombre Completo",
|
||||
dob: "Fecha de Nacimiento",
|
||||
bio: "Bio / Sobre mí",
|
||||
optional: "(Opcional)",
|
||||
saving: "Guardando..."
|
||||
},
|
||||
FR: {
|
||||
loginModeIntro: "Le Futur de Ton Style",
|
||||
@@ -377,7 +398,14 @@ export const translations = {
|
||||
colorBlue: "Bleu",
|
||||
userTitle: "Utilisateur",
|
||||
themeColor: "Couleur du Thème",
|
||||
personalizeColor: "Personnaliser la couleur"
|
||||
personalizeColor: "Personnaliser la couleur",
|
||||
profileInfo: "Informations du Compte",
|
||||
username: "Nom d'utilisateur",
|
||||
fullName: "Nom Complet",
|
||||
dob: "Date de Naissance",
|
||||
bio: "Bio / À propos",
|
||||
optional: "(Optionnel)",
|
||||
saving: "Enregistrement..."
|
||||
},
|
||||
DE: {
|
||||
loginModeIntro: "Die Zukunft deines Stils",
|
||||
@@ -472,6 +500,13 @@ export const translations = {
|
||||
colorBlue: "Blau",
|
||||
userTitle: "Benutzer",
|
||||
themeColor: "Themenfarbe",
|
||||
personalizeColor: "Farbe anpassen"
|
||||
personalizeColor: "Farbe anpassen",
|
||||
profileInfo: "Kontoinformationen",
|
||||
username: "Benutzername",
|
||||
fullName: "Vollständiger Name",
|
||||
dob: "Geburtsdatum",
|
||||
bio: "Biografie / Über mich",
|
||||
optional: "(Optional)",
|
||||
saving: "Speichern..."
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user