Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <Translation Id="invalid_command" Value="Inválido! Tente /{0} {1}." />
- <Translation Id="ui_delivery_started" Value="Rota começada!" />
- <Translation Id="ui_delivery_timeleft" Value="Tempo: {0}" />
- <Translation Id="ui_delivery_timeout" Value="A sua rota expirou!" />
- <Translation Id="ui_delivery_tryagain" Value="Tente novamente depois." />
- <Translation Id="ui_exited_title" Value="Você saiu do veículo" />
- <Translation Id="ui_exited_countdown" Value="Cancelando rota em: {0}" />
- <Translation Id="ui_exited_cancel" Value="A sua rota foi cancelada." />
- <Translation Id="delivery_start" Value="A rota de serviço foi começada!" />
- <Translation Id="already_job" Value="Você já está em uma rota!" />
- <Translation Id="no_vehicle" Value="Você não está em um veículo!" />
- <Translation Id="no_job" Value="Você não está em uma rota!" />
- <Translation Id="delivery_cancel" Value="Você cancelou a sua rota." />
- <Translation Id="invalid_number" Value="{0} is not a number!" />
- <Translation Id="invalid_vehicle" Value="{0} is not a vehicle!" />
- <Translation Id="passed_checkpoint" Value="" />
- <Translation Id="ui_passed_title" Value="PARABÉNS!" />
- <Translation Id="ui_passed_message" Value="Você completou um checkpoint!" />
- <Translation Id="insufficent_money" Value="You dont have enought money ({0}$)!" />
- <Translation Id="route_exist" Value="The route: {0} already exists" />
- <Translation Id="route_added" Value="The route: {0} was added" />
- <Translation Id="vehicle_added" Value="The Vehicle: {1} ({2}) for {3}$ was added to the route: {0}" />
- <Translation Id="route_not_exist" Value="The route: {0} does not exist" />
- <Translation Id="point_added" Value="A point at your location was added to the route: {0} with the money: {1}$" />
- <Translation Id="route_renamed" Value="The route: {0} was renamed to {1}" />
- <Translation Id="point_not_exist" Value="The route: {0} doesnt has the point ({1})" />
- <Translation Id="vehicle_not_exist" Value="The vehicle: {0} is not used for this route" />
- <Translation Id="vehicle_removed" Value="The vehicle: {1} was removed from the route {0}" />
- <Translation Id="point_set" Value="The point ({1}) of the route: {0} was set at your location with the money: {2}$" />
- <Translation Id="time_set" Value="The maxTime of the route: {0} was set to {1}s" />
- <Translation Id="route_removed" Value="The route: {0} was removed" />
- <Translation Id="point_removed" Value="The point ({1}) of the route: {0} was removed" />
- <Translation Id="teleport_point" Value="You were teleported to the point ({1}) of the route: {0}" />
- <Translation Id="no_driver" Value="Você não é o motorista." />
- <Translation Id="vehicle_already_job" Value="O seu veículo já está em uma rota." />
- <Translation Id="ui_wait_title" Value="Checkpoint: ({0})" />
- <Translation Id="ui_wait_message" Value="Espere: {0}s" />
- <Translation Id="ui_wait_done_title" Value="Próximo!" />
- <Translation Id="ui_wait_done_message" Value="Vá para o próximo checkpoint." />
- <Translation Id="ui_wait_cancel_title" Value="Left checkPoint" />
- <Translation Id="ui_wait_cancel_message" Value="Você deixou um checkpoint para trás." />
- <Translation Id="no_use_vehicle" Value="Você não pode usar este veículo para começar uma rota!" />
- <Translation Id="checkpoint_money" Value="" />
- <Translation Id="finish_money" Value="Você terminou a rota e ganhou R${0} " />
- <Translation Id="already_vehicle" Value="Você já está em um veículo." />
- <Translation Id="list_vehicles" Value="Avaliable vehicles: {0}" />
- </Translations>
Add Comment
Please, Sign In to add comment