forked from Simnation/Main
143 lines
5.4 KiB
Lua
143 lines
5.4 KiB
Lua
![]() |
Locales = Locales or {}
|
||
|
|
||
|
Locales['cn'] = {
|
||
|
yes = "是",
|
||
|
no = "否",
|
||
|
garage = "车库",
|
||
|
jobGarage = "工作车库",
|
||
|
gangGarage = "帮派车库",
|
||
|
player = "玩家",
|
||
|
impound = "扣押",
|
||
|
inGarage = "在车库中",
|
||
|
notInGarage = "不在车库中",
|
||
|
car = "汽车",
|
||
|
air = "空中",
|
||
|
sea = "海洋",
|
||
|
fuel = "燃油",
|
||
|
engine = "引擎",
|
||
|
body = "车身",
|
||
|
day = "天",
|
||
|
days = "天",
|
||
|
hour = "小时",
|
||
|
hours = "小时",
|
||
|
mins = "分钟",
|
||
|
|
||
|
-- 用户界面
|
||
|
noVehicles = "此车库没有车辆",
|
||
|
noVehiclesAvailableToDrive = "没有可供驾驶的车辆",
|
||
|
vehicles = "辆车",
|
||
|
vehiclePlate = "车牌",
|
||
|
vehicleNotInGarage = "车辆已被取出",
|
||
|
vehicleTakeOut = "驾驶",
|
||
|
vehicleReturnAndTakeOut = "归还并驾驶",
|
||
|
vehicleReturnToOwnersGarage = "返回车主的车库",
|
||
|
transferToGarageOrPlayer = "转移到车库或玩家",
|
||
|
transferToGarage = "转移到车库",
|
||
|
transferToPlayer = "转移到玩家",
|
||
|
vehicleTransfer = "车辆转移",
|
||
|
noAvailableGarages = "没有可用车库",
|
||
|
currentGarage = "当前车库",
|
||
|
noPlayersOnline = "当前没有在线玩家",
|
||
|
createPrivateGarage = "创建私人车库",
|
||
|
pgAlertHeadsUp = "提示!",
|
||
|
pgAlertText = "车库将会创建,车辆将会在您当前位置和方向生成。",
|
||
|
garageName = "车库名称",
|
||
|
impoundInformation = "扣押信息",
|
||
|
impoundedBy = "扣押者",
|
||
|
impoundedReason = "原因",
|
||
|
impoundPlayerCanCollect = "您可以从扣押处取回您的车辆。",
|
||
|
impoundCollectionContact = "请联系 %{value} 以便取回您的车辆。",
|
||
|
impoundNoVehicles = "扣押处没有车辆",
|
||
|
impoundAvailable = "可用",
|
||
|
impoundRetrievableByOwner = "车主可取回",
|
||
|
impoundNoReason = "未提供原因",
|
||
|
impoundVehicle = "扣押车辆",
|
||
|
impoundReasonField = "原因(可选)",
|
||
|
impoundTime = "扣押时间",
|
||
|
impoundAvailableImmediately = "可立即取回",
|
||
|
impoundCost = "费用",
|
||
|
changeVehiclePlate = "更改车牌",
|
||
|
newPlate = "新车牌",
|
||
|
search = "按名称或车牌搜索",
|
||
|
noPrivateGarages = "没有私人车库",
|
||
|
editPrivateGarage = "编辑私人车库",
|
||
|
owners = "车主",
|
||
|
location = "位置",
|
||
|
next = "下一页",
|
||
|
previous = "上一页",
|
||
|
page = "页",
|
||
|
of = "共",
|
||
|
show = "显示",
|
||
|
save = "保存",
|
||
|
edit = "编辑",
|
||
|
delete = "删除",
|
||
|
garageDeleteConfirm = "您确定要删除此车库吗?",
|
||
|
privGarageSearch = "按名称搜索",
|
||
|
garageUpdatedSuccess = "车库更新成功!",
|
||
|
getCurrentCoords = "获取当前坐标",
|
||
|
identifier = "标识符",
|
||
|
name = "名称",
|
||
|
noPlayers = "没有添加玩家",
|
||
|
addPlayer = "添加玩家",
|
||
|
loadingVehicle = "正在加载车辆...",
|
||
|
vehicleSetup = "车辆设置",
|
||
|
extras = "额外配件",
|
||
|
extra = "额外配件",
|
||
|
liveries = "涂装",
|
||
|
livery = "涂装",
|
||
|
noLiveries = "没有可用涂装",
|
||
|
noExtras = "没有可用配件",
|
||
|
none = "无",
|
||
|
vehicleNeedsService = "需要维修",
|
||
|
type = "类型",
|
||
|
goInside = "室内车库",
|
||
|
|
||
|
-- 通知
|
||
|
insertVehicleTypeError = "此车库只能存储 %{value} 类型的车辆",
|
||
|
insertVehiclePublicError = "您不能将工作或帮派车辆存入公共车库",
|
||
|
vehicleParkedSuccess = "车辆已停入车库",
|
||
|
vehicleNotOwnedError = "您不拥有这辆车",
|
||
|
vehicleNotOwnedByPlayerError = "此车辆不属于玩家",
|
||
|
notEnoughMoneyError = "您的银行余额不足",
|
||
|
vehicleNotYoursError = "这辆车不属于您",
|
||
|
notJobOrGangVehicle = "这不是 %{value} 车辆",
|
||
|
invalidGangError = "您没有提供有效的帮派",
|
||
|
invalidJobError = "您没有提供有效的工作",
|
||
|
notInsideVehicleError = "您没有坐在车辆内",
|
||
|
vehicleAddedToGangGarageSuccess = "车辆已添加到 %{value} 帮派车库!",
|
||
|
vehicleAddedToJobGarageSuccess = "车辆已添加到 %{value} 工作车库!",
|
||
|
moveCloserToVehicleError = "您需要靠近车辆",
|
||
|
noVehiclesNearbyError = "附近没有车辆",
|
||
|
commandPermissionsError = "您没有权限使用此命令",
|
||
|
actionNotAllowedError = "您没有权限执行此操作",
|
||
|
garageNameExistsError = "车库名称已存在",
|
||
|
vehiclePlateExistsError = "车牌已被使用",
|
||
|
playerNotOnlineError = "玩家不在线",
|
||
|
vehicleTransferSuccess = "车辆已转移给 %{value}",
|
||
|
vehicleTransferSuccessGeneral = "车辆转移成功",
|
||
|
vehicleReceived = "您已收到车牌为 %{value} 的车辆",
|
||
|
vehicleImpoundSuccess = "车辆成功扣押",
|
||
|
vehicleImpoundRemoveSuccess = "车辆已从扣押处移除",
|
||
|
vehicleImpoundReturnedToOwnerSuccess = "车辆已归还至车主的车库",
|
||
|
garageCreatedSuccess = "车库创建成功!",
|
||
|
vehiclePlateUpdateSuccess = "车牌已更新为 %{value}",
|
||
|
vehicleDeletedSuccess = "车辆已从数据库删除 %{value}",
|
||
|
playerIsDead = "您死了无法执行此操作",
|
||
|
vehicleStoreError = "您无法将此车辆存储在此处",
|
||
|
|
||
|
-- 命令
|
||
|
cmdSetGangVehicle = "将当前车辆添加到帮派车库",
|
||
|
cmdRemoveGangVehicle = "将帮派车辆归还为玩家车辆",
|
||
|
cmdSetJobVehicle = "将当前车辆添加到工作车库",
|
||
|
cmdRemoveJobVehicle = "将工作车辆归还为玩家车辆",
|
||
|
cmdArgGangName = "帮派名称",
|
||
|
cmdArgJobName = "工作名称",
|
||
|
cmgArgMinGangRank = "最低帮派等级",
|
||
|
cmgArgMinJobRank = "最低工作等级",
|
||
|
cmdArgPlayerId = "新车主的玩家ID",
|
||
|
cmdImpoundVehicle = "扣押一辆车辆",
|
||
|
cmdChangePlate = "更改车辆车牌(仅限管理员)",
|
||
|
cmdDeleteVeh = "删除车辆(仅限管理员)",
|
||
|
cmdCreatePrivGarage = "为玩家创建私人车库",
|
||
|
}
|