1
0
Fork 0
forked from Simnation/Main
Main/resources/[phone]/roadphone/locales/en.lua

82 lines
4.3 KiB
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
local Translations = {
error = {},
success = {},
info = {
['openphone'] = 'Open phone',
['nophone'] = 'You do not own a phone.',
['noroadpods'] = 'You do not own roadpods.',
['day_saturday'] = 'Saturday',
['day_sunday'] = 'Sunday',
['day_monday'] = 'Monday',
['day_tuesday'] = 'Tuesday',
['day_wednesday'] = 'Wednesday',
['day_thursday'] = 'Thursday',
['day_friday'] = 'Friday',
['radiojoined'] = 'You have entered the radio %{value}',
['fixphone'] = 'If this message is not gone in a few seconds type /fixphone.',
['message_app_new_message'] = 'New Message from %{value}',
["message_app_new_groupmessage"] = "New message to the group",
['mail_received'] = " has sent you an email.",
["billing_paid"] = "The bill has been paid $",
["billing_notmoney"] = "You don't have enough money.",
['bill_paid'] = 'The bill of ',
['bill_paid2'] = '$ was paid.',
['society_bill_paid'] = 'One of your bills of ',
['society_bill_paid2'] = '$ was paid.',
['valet_car_delivered'] = "Car delivered",
['valet_car_delivered_2'] = " has his car delivered, for %{value} $",
['messages_app_newgroup_name'] = "New Group",
["command_required_information"] = "You did not write the required information",
['wave_verify'] = "You have verified the player",
['wave_remove_verify'] = "The player is now no longer verified",
['connect_verify'] = "You have verified the player",
['connect_remove_verify'] = "The player is now no longer verified",
['crypto_error_buymore'] = "Buy Crypto worth more than 1$",
['crypto_error_sellmore'] = "Sell Crypto worth more than 1$",
['crypto_error_nomoney'] = "You don't have enough money to buy Crypto.",
['crypto_error_nocrypto'] = "You do not have enough crypto to sell.",
['crypto_please_wait_sell'] = "Please wait before sell crypto again.",
['crypto_please_wait_buy'] = "Please wait before buy crypto again.",
['bank_money_transaction'] = "Money sent to %{value}.",
['control_center_already_in_use'] = "This number is already in use!",
['control_center_leave'] = "You left the control center for the %{value}!",
['control_center_take_control'] = "Press E to take over the control center for the %{value}.",
['control_center_taken_control'] = "You have taken over the control center for the %{value} !",
['control_center_cannot_leave'] = "You cannot currently leave the control center.",
['messages_groupchat_added'] = "You have been added to the %{value} group.",
['voice_memos_default_name'] = "New Recording",
['message_app_already_in_group'] = "You are already in this group.",
['taxi_app_canceled'] = "Cancelled",
['taxi_app_canceled_text'] = "The taxi driver has cancelled your ride",
['taxi_app_finished'] = "Finished",
['taxi_app_finished_text'] = "You are at your destination",
['taxi_app_finished_text_driver'] = "You left the customer at the location",
['taxi_app_pickedup'] = "Picked Up",
['taxi_app_pickedup_text'] = "Taxi driver picked you up from your location",
['taxi_app_driver_on_way'] = "Driver on the way",
['taxi_app_driver_on_way_text'] = "Taxi driver is on the way",
['taxi_app_driver_got_job'] = "Got the job!",
['taxi_app_driver_got_job_text'] = "Lets drive to the customer!",
['taxi_app_new_job'] = "New Job!",
['taxi_app_new_job_text'] = "New job available!",
['taxi_app_bank_transaction'] = "Taxi earnings",
['taxi_app_customer_not_in_vehicle'] = "Not in Vehicle",
['taxi_app_customer_not_in_vehicle_text'] = "The customer is not in your vehicle",
['taxi_app_driver_not_in_car'] = "Not in Car",
['taxi_app_driver_not_in_car_text'] = "You must be in a car to accept a job",
['taxi_app_salary'] = "Salary",
['taxi_app_salary_text'] = "You got %{value} $ for the cab ride.",
['bank_app_received_money_text'] = "You have received %{value} $.",
['bank_app_sent_money_text'] = "You have sent %{value} $.",
['call_already_blocked'] = "Person is already blocked.",
['messages_cannot_send_blocked'] = "You cannot send messages to people you have blocked.",
['system_mail'] = "System@cloud.org"
},
text = {},
}
Lang = Locale:new({
phrases = Translations,
warnOnMissing = true
})