ElectricianJob.en.translation.xml
· 2.5 KiB · XML
Sin formato
<?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="prefix" Value="-=color=#f5d21f=-[-=/color=--=color=#5fcca6=-Electric Company-=/color=--=color=#f5d21f=-]-=/color=-" />
<Translation Id="time_left" Value="{0}s left to complete the job" />
<Translation Id="job_start" Value="Job started, go repair the object marked in your map!" />
<Translation Id="job_completed" Value="You have achieved ${0} from repairing the electric box. Initial payment included." />
<Translation Id="job_failed" Value="A ${0} fine have been applied for not completing the job in time!" />
<Translation Id="point_added" Value="Work point successfully added at your position." />
<Translation Id="point_removed" Value="Successfully removed closest work point." />
<Translation Id="point_error" Value="No near point found" />
<Translation Id="error_balance" Value="You need at least ${0} to start this job!" />
<Translation Id="error_job_started" Value="You already started a job, finish it first!" />
<Translation Id="error_permission" Value="Sorry, I don't have anything to offer you!" />
<Translation Id="job_limit_notification" Value="Limit works per hour reached, you can work again in {0}" />
<Translation Id="error_job_limit" Value="You can't take any more jobs for the next {0}" />
<Translation Id="error_helmet" Value="You require the security helmet to start any work!" />
<Translation Id="error_already_on_job" Value="You can't take more than 1 job at a time" />
<Translation Id="ui_fix_button" Value="Fix" />
<Translation Id="ui_npc_title" Value="-=color=#f5d21f=-[-=/color=--=color=#5fcca6=-Electric Company-=/color=--=color=#f5d21f=-]-=/color=-" />
<Translation Id="ui_npc_description" Value="Welcome {0}!-=br=-I'm the boss of the <b>Electric Company</b>.-=br=-Remember that the fee will be returned if the work is completed correctly.-=br=--=br=-You can realize {1} more works for the next {2}" />
<Translation Id="ui_goals_title" Value="Goals:" />
<Translation Id="ui_goals_security" Value="Get a proper helmet for security" />
<Translation Id="ui_goals_fee" Value="Fee payment {0}/{1}" />
<Translation Id="ui_goals_box" Value="Fix broken box near {0}" />
<Translation Id="ui_rewards_title" Value="Rewards:" />
<Translation Id="ui_rewards_money" Value="+{0} Experience" />
<Translation Id="ui_accept" Value="Accept" />
<Translation Id="ui_deny" Value="Deny" />
<Translation Id="marker_text" Value="To repair" />
</Translations>
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
3 | <Translation Id="prefix" Value="-=color=#f5d21f=-[-=/color=--=color=#5fcca6=-Electric Company-=/color=--=color=#f5d21f=-]-=/color=-" /> |
4 | <Translation Id="time_left" Value="{0}s left to complete the job" /> |
5 | <Translation Id="job_start" Value="Job started, go repair the object marked in your map!" /> |
6 | <Translation Id="job_completed" Value="You have achieved ${0} from repairing the electric box. Initial payment included." /> |
7 | <Translation Id="job_failed" Value="A ${0} fine have been applied for not completing the job in time!" /> |
8 | <Translation Id="point_added" Value="Work point successfully added at your position." /> |
9 | <Translation Id="point_removed" Value="Successfully removed closest work point." /> |
10 | <Translation Id="point_error" Value="No near point found" /> |
11 | <Translation Id="error_balance" Value="You need at least ${0} to start this job!" /> |
12 | <Translation Id="error_job_started" Value="You already started a job, finish it first!" /> |
13 | <Translation Id="error_permission" Value="Sorry, I don't have anything to offer you!" /> |
14 | <Translation Id="job_limit_notification" Value="Limit works per hour reached, you can work again in {0}" /> |
15 | <Translation Id="error_job_limit" Value="You can't take any more jobs for the next {0}" /> |
16 | <Translation Id="error_helmet" Value="You require the security helmet to start any work!" /> |
17 | <Translation Id="error_already_on_job" Value="You can't take more than 1 job at a time" /> |
18 | <Translation Id="ui_fix_button" Value="Fix" /> |
19 | <Translation Id="ui_npc_title" Value="-=color=#f5d21f=-[-=/color=--=color=#5fcca6=-Electric Company-=/color=--=color=#f5d21f=-]-=/color=-" /> |
20 | <Translation Id="ui_npc_description" Value="Welcome {0}!-=br=-I'm the boss of the <b>Electric Company</b>.-=br=-Remember that the fee will be returned if the work is completed correctly.-=br=--=br=-You can realize {1} more works for the next {2}" /> |
21 | <Translation Id="ui_goals_title" Value="Goals:" /> |
22 | <Translation Id="ui_goals_security" Value="Get a proper helmet for security" /> |
23 | <Translation Id="ui_goals_fee" Value="Fee payment {0}/{1}" /> |
24 | <Translation Id="ui_goals_box" Value="Fix broken box near {0}" /> |
25 | <Translation Id="ui_rewards_title" Value="Rewards:" /> |
26 | <Translation Id="ui_rewards_money" Value="+{0} Experience" /> |
27 | <Translation Id="ui_accept" Value="Accept" /> |
28 | <Translation Id="ui_deny" Value="Deny" /> |
29 | <Translation Id="marker_text" Value="To repair" /> |
30 | </Translations> |