mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 01:38:52 +00:00
Add some hungarian translations
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
USE `es_extended`;
|
||||
|
||||
INSERT INTO `items` (`name`, `label`, `weight`) VALUES
|
||||
('bread', 'Kenyér', 1),
|
||||
('water', 'Víz', 1)
|
||||
;
|
||||
@@ -0,0 +1,5 @@
|
||||
USE `es_extended`;
|
||||
|
||||
INSERT INTO `licenses` (`type`, `label`) VALUES
|
||||
('boat', 'Hajó engedély')
|
||||
;
|
||||
@@ -0,0 +1,12 @@
|
||||
Locales["hu"] = {
|
||||
["valid_this_purchase"] = "Megerősíted a vásárlást?",
|
||||
["yes"] = "igen",
|
||||
["no"] = "nem",
|
||||
["not_enough_money"] = "Nincs elég pénzed",
|
||||
["press_menu"] = "Nyomd meg a ~INPUT_CONTEXT~ gombot a ~y~Ruhabolt~s~ megnyitásához.",
|
||||
["clothes"] = "ruhabolt",
|
||||
["you_paid"] = "fizettél ~g~%s$-t~s~",
|
||||
["save_in_dressing"] = "Menteni szeretnéd a ruhát az ingatlanodban?",
|
||||
["name_outfit"] = "Ruha neve",
|
||||
["saved_outfit"] = "Ruha mentésre került!",
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
Locales['hu'] = {
|
||||
['activated'] = 'Bekapcsolva',
|
||||
['deactivated'] = 'Kikapcsolva',
|
||||
}
|
||||
Reference in New Issue
Block a user