wed
This commit is contained in:
parent
1ee6dbef40
commit
1032235744
356 changed files with 1 additions and 25585 deletions
|
@ -1,80 +0,0 @@
|
|||
local Translations = {
|
||||
error = {},
|
||||
success = {},
|
||||
info = {
|
||||
['openphone'] = 'Otevřít telefon',
|
||||
['nophone'] = 'Nemáte telefon.',
|
||||
['noroadpods'] = 'You do not own roadpods.',
|
||||
['day_saturday'] = 'Sobota',
|
||||
['day_sunday'] = 'Neděle',
|
||||
['day_monday'] = 'Pondělí',
|
||||
['day_tuesday'] = 'Úterý',
|
||||
['day_wednesday'] = 'Středa',
|
||||
['day_thursday'] = 'Čtvrtek',
|
||||
['day_friday'] = 'Pátek',
|
||||
['radiojoined'] = 'Vstoupili jste do rádia %{value}',
|
||||
['fixphone'] = 'Pokud tato zpráva nezmizí během několika sekund, napište /fixphone.',
|
||||
['message_app_new_message'] = 'Nová zpráva od %{value}',
|
||||
["message_app_new_groupmessage"] = "Nová zpráva do skupiny",
|
||||
['mail_received'] = " poslal vám email.",
|
||||
["billing_paid"] = "Faktura byla zaplacena $",
|
||||
["billing_notmoney"] = "Nemáte dostatek peněz.",
|
||||
['bill_paid'] = 'Faktura na ',
|
||||
['bill_paid2'] = '$ byla zaplacena.',
|
||||
['society_bill_paid'] = 'Jedna z vašich faktur na ',
|
||||
['society_bill_paid2'] = '$ byla zaplacena.',
|
||||
['valet_car_delivered'] = "Auto doručeno",
|
||||
['valet_car_delivered_2'] = " má své auto doručeno za %{value} $",
|
||||
['messages_app_newgroup_name'] = "Nová skupina",
|
||||
["command_required_information"] = "Nenapsali jste požadované informace",
|
||||
['wave_verify'] = "Ověřili jste hráče",
|
||||
['wave_remove_verify'] = "Hráč již není ověřen",
|
||||
['connect_verify'] = "Ověřili jste hráče",
|
||||
['connect_remove_verify'] = "Hráč již není ověřen",
|
||||
['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'] = "Peníze byly odeslány %{value}.",
|
||||
['control_center_already_in_use'] = "Toto číslo je již používáno!",
|
||||
['control_center_leave'] = "Opustili jste kontrolní centrum pro %{value}!",
|
||||
['control_center_take_control'] = "Stiskněte E, abyste převzali kontrolu nad kontrolním centrem pro %{value}.",
|
||||
['control_center_taken_control'] = "Převzali jste kontrolu nad kontrolním centrem pro %{value}!",
|
||||
['control_center_cannot_leave'] = "V současné době nemůžete opustit kontrolní centrum.",
|
||||
['voice_memos_default_name'] = "New recording",
|
||||
['messages_groupchat_added'] = "Byli jste přidáni do skupinového chatu %{value}.",
|
||||
['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
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue