finish translate

This commit is contained in:
Gabriel Pastori
2023-12-16 19:40:07 -03:00
parent bb36f11c5e
commit 761ed181d4
12 changed files with 249 additions and 100 deletions

View File

@@ -19,10 +19,12 @@ export default {
noInstances: "No instances found",
unknown: "Unknown",
required: "{field} is required",
maxLength: "{field} must have a maximum of {length} characters",
https: "{field} must start with https://",
httpHttps: "{field} must start with http:// or https://",
enabled: "Enabled",
events: "Events",
name: "Name",
version: {
availableFrom: "Available from version {version}",
},
@@ -124,4 +126,61 @@ export default {
closed: "Closed",
}
},
sendMessage: {
title: "Send message",
to: "To",
noContacts: "No contacts",
message: "Message",
presence: "Presence",
delay: "Delay",
delayHelp: "Delay in milliseconds",
send: "Send",
success: "Message sent successfully | Messages sent successfully",
},
phoneHasWhatsApp: {
title: "Has WhatsApp?",
phone: "WhatsApp number",
verify: "Verify",
exists: "WhatsApp found",
notExists: "WhatsApp not found",
invalid: "Invalid number",
},
contacts: {
title: "My contacts",
},
groups: {
title: "My groups",
headers: { creation: "Created at", }
},
chats: {
title: "My chats",
headers: { lastMsgTimestamp: "Last message", }
},
profile: {
title: "Name and Status",
name: "Name",
status: "Status"
},
profilePicture: {
title: "Profile Picture",
noPhoto: "No profile photo",
upload: "Select Photo",
remove: "Remove Photo",
},
privacy: {
title: "Privacy",
lastSeen: "Last Seen",
online: "Online",
profilePhoto: "Profile Photo",
status: "Status",
readreceipts: "Read Receipts",
groupadd: "Be Added to Groups",
options: {
all: "Everyone",
contacts: "My Contacts",
contactBlacklist: "My Contacts, Except Blacklisted",
matchLastSeen: "Match Last Seen",
none: "Nobody",
}
}
}

View File

@@ -19,10 +19,12 @@ export default {
noInstances: "Nenhuma instância encontrada",
unknown: "Desconhecido",
required: "{field} é obrigatório",
maxLength: "{field} deve ter no máximo {length} caracteres",
https: "{field} deve começar com https://",
httpHttps: "{field} deve começar com http:// ou https://",
enabled: "Habilitado",
events: "Eventos",
name: "Nome",
version: {
availableFrom: "Disponível a partir da versão {version}",
},
@@ -123,5 +125,62 @@ export default {
paused: "Pausado",
closed: "Fechado",
}
},
sendMessage: {
title: "Enviar mensagem",
to: "Para",
noContacts: "Sem contatos",
message: "Mensagem",
presence: "Presença",
delay: "Atraso",
delayHelp: "Atraso em milisegundos",
send: "Enviar",
success: "Mensagem enviada com sucesso | Mensagens enviadas com sucesso",
},
phoneHasWhatsApp: {
title: "Tem WhatsApp?",
phone: "Número do WhatsApp",
verify: "Consultar",
exists: "WhatsApp encontrado",
notExists: "WhatsApp não encontrado",
invalid: "Número inválido",
},
contacts: {
title: "Meus contatos",
},
groups: {
title: "Meus grupos",
headers: { creation: "Criado em", }
},
chats: {
title: "Minhas conversas",
headers: { lastMsgTimestamp: "Última mensagem", }
},
profile: {
title: "Nome e Recado",
name: "Name",
status: "Recado (status)"
},
profilePicture: {
title: "Foto de perfil",
noPhoto: "Sem foto de perfil",
upload: "Selecionar Foto",
remove: "Remover Foto",
},
privacy: {
title: "Privacidade",
lastSeen: "Visto por último",
online: "Online",
profilePhoto: "Foto de perfil",
status: "Recado (status)",
readreceipts: "Confirmação de leitura",
groupadd: "Ser adicionado a grupos",
options: {
all: "Todos",
contacts: "Meus contatos",
contactBlacklist: "Meus contatos, exceto os da lista negra",
matchLastSeen: "Igual ao visto por último",
none: "Ninguém",
}
}
}