Add Finnish lang...

This commit is contained in:
AdrineX
2018-06-12 23:38:18 +03:00
parent 555f1c8fac
commit ba93c3af9a
3 changed files with 68 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
USE `essentialmode`;
INSERT INTO `addon_account` (name, label, shared) VALUES
('society_taxi', 'Taxi', 1)
;
INSERT INTO `datastore` (name, label, shared) VALUES
('society_taxi', 'Taxi', 1)
;
INSERT INTO `addon_inventory` (name, label, shared) VALUES
('society_taxi', 'Taxi', 1)
;
INSERT INTO `jobs` (name, label) VALUES
('taxi', 'Taxi')
;
INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
('taxi',0,'recrue','Harjottelija',12,'{}','{}'),
('taxi',1,'novice','Alottelija',24,'{}','{}'),
('taxi',2,'experimente','Kokenut',36,'{}','{}'),
('taxi',3,'uber','Uber',48,'{}','{}'),
('taxi',4,'boss','Pomo',0,'{}','{}')
;