Locales["en"] = {
-- 显示当前角色
["show_active_character"] = "Show Active Character",
-- 当前角色信息
["active_character"] = "Active Character: %s",
-- 获取数据错误
["error_active_character"] = "There was an error obtaining your data.",
-- 删除当前角色
["delete_character"] = "Delete Your Current Character.",
-- 角色删除成功
["deleted_character"] = "Character Deleted",
-- 删除角色错误
["error_delete_character"] = "There was a problem deleting your character.",
-- 注册成功
["thank_you_for_registering"] = "Registration Successful. Enjoy!",
-- 调试获取名
["debug_xPlayer_get_first_name"] = "Returns Your First Name",
-- 调试获取姓
["debug_xPlayer_get_last_name"] = "Returns Your Last Name",
-- 调试获取全名
["debug_xPlayer_get_full_name"] = "Returns Your Full Name",
-- 调试获取性别
["debug_xPlayer_get_sex"] = "Returns Your Sex",
-- 调试获取出生日期
["debug_xPlayer_get_dob"] = "Returns Your DOB",
-- 调试获取身高
["debug_xPlayer_get_height"] = "Returns Your Height",
-- 获取名字时的错误
["error_debug_xPlayer_get_first_name"] = "There was an issue while obtaining your first name.",
-- 获取姓氏时的错误
["error_debug_xPlayer_get_last_name"] = "There was an issue while obtaining your last name.",
-- 获取全名时的错误
["error_debug_xPlayer_get_full_name"] = "There was an issue while obtaining your full name.",
-- 获取性别时的错误
["error_debug_xPlayer_get_sex"] = "There was an issue while obtaining your sex.",
-- 获取出生日期时的错误
["error_debug_xPlayer_get_dob"] = "There was an issue while obtaining your date of birth.",
-- 获取身高时的错误
["error_debug_xPlayer_get_height"] = "There was an issue while obtaining your height.",
-- 返回名字
["return_debug_xPlayer_get_first_name"] = "First Name: %s",
-- 返回姓氏
["return_debug_xPlayer_get_last_name"] = "Last Name: %s",
-- 返回全名
["return_debug_xPlayer_get_full_name"] = "Name: %s",
-- 返回性别
["return_debug_xPlayer_get_sex"] = "Sex: %s",
-- 返回出生日期
["return_debug_xPlayer_get_dob"] = "DOB: %s",
-- 数据错误
["data_incorrect"] = "Invalid Data, Please try again.",
-- 数据格式错误
["invalid_format"] = "Invalid Data Format, Please try again.",
-- 身份识别缺失错误
["no_identifier"] = "\nThere was an issue while loading your character!\nError Code: identifier-missing\n\nThis is caused by your identifier being missing. Please come back later or report this problem to the Server Owner.",
-- 身份缺失错误
["missing_identity"] = "\nThere was an issue loading your character!\nError Code: identity-missing\n\nIt seems like your identity is missing, try connecting again.",
-- 角色已删除提示
["deleted_identity"] = "Character deleted. Please rejoin to create a new character.",
-- 已注册提示
["already_registered"] = "You have already registered.",
-- 名字格式错误提示
["invalid_firstname_format"] = "Invalid Format (First Name): Please try again.",
-- 姓氏格式错误提示
["invalid_lastname_format"] = "Invalid Format (Last Name): Please try again.",
-- 出生日期格式错误提示
["invalid_dob_format"] = "Invalid Format (DOB): Please try again.",
-- 性别格式错误提示
["invalid_sex_format"] = "Invalid Format (Sex): Please try again.",
-- 身高格式错误提示
["invalid_height_format"] = "Invalid Format (Height): Please try again.",
}
|