This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
2025-02-02 10:40:42 +01:00

39 lines
2.9 KiB
Lua

Locales["pt"] = {
["show_active_character"] = "Mostrar personagem ativa",
["active_character"] = "Personagem ativa: %s",
["error_active_character"] = "Houve um erro a obter os teus dados.",
["delete_character"] = "Apagar a tua personagem atual.",
["deleted_character"] = "Personagem apagada!",
["error_delete_character"] = "Houve um problema ao apagar a tua personagem.",
["thank_you_for_registering"] = "Registo concluído. Diverte-te!",
["debug_xPlayer_get_first_name"] = "Retorna o teu primeiro nome",
["debug_xPlayer_get_last_name"] = "Retorna o teu último nome",
["debug_xPlayer_get_full_name"] = "Retorna o teu nome completo",
["debug_xPlayer_get_sex"] = "Retorna o teu sexo",
["debug_xPlayer_get_dob"] = "Retorna a tua data de nascimento",
["debug_xPlayer_get_height"] = "Retorna a tua altura",
["error_debug_xPlayer_get_first_name"] = "Houve um problema ao obter o teu primeiro nome.",
["error_debug_xPlayer_get_last_name"] = "Houve um problema ao obter o teu último nome.",
["error_debug_xPlayer_get_full_name"] = "Houve um problema ao obter o teu nome completo.",
["error_debug_xPlayer_get_sex"] = "Houve um problema ao obter o teu sexo.",
["error_debug_xPlayer_get_dob"] = "Houve um problema ao obter a tua data de nascimento.",
["error_debug_xPlayer_get_height"] = "Houve um problema ao obter a tua altura.",
["return_debug_xPlayer_get_first_name"] = "Primeiro nome: %s",
["return_debug_xPlayer_get_last_name"] = "Último nome: %s",
["return_debug_xPlayer_get_full_name"] = "Nome: %s",
["return_debug_xPlayer_get_sex"] = "Sexo: %s",
["return_debug_xPlayer_get_dob"] = "Data de nascimento: %s",
["return_debug_xPlayer_get_height"] = "Altura: %s cm",
["data_incorrect"] = "Dados inválidos, tenta novamente.",
["invalid_format"] = "Formato dos dados inválido, tenta novamente.",
["no_identifier"] = "[ESX Identity]\nHouve um erro ao carregar a tua personagem!\nCódigo do erro: identifier-missing\n\nEste erro é devido à falta do teu identificador. Porfavor volta mais tarde ou reporta este problema a um Administrador.",
["missing_identity"] = "[ESX Identity]\nHouve um erro ao carregar a tua personagem!\nCódigo do erro: identity-missing\n\nParece que a tua identidade está em falta, experimenta reentrar no servidor!",
["deleted_identity"] = "Personagem apagada. Porfavor reentra para criar uma nova personagem.",
["already_registered"] = "Tu já estás registado.",
["invalid_firstname_format"] = "Formato inválido (Primeiro nome): Porfavor tenta novamente!",
["invalid_lastname_format"] = "Formato inválido (Último nome): Porfavor tenta novamente!",
["invalid_dob_format"] = "Formato inválido (Data de nascimento): Porfavor tenta novamente!",
["invalid_sex_format"] = "Formato inválido (Sexo): Porfavor tenta novamente!",
["invalid_height_format"] = "Formato inválido (Altura): Porfavor tenta novamente!",
}