mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Add Finnish lang...
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
USE `essentialmode`;
|
||||
|
||||
INSERT INTO `addon_account` (name, label, shared) VALUES
|
||||
('society_realestateagent','Kiinteistvälittäjä',1)
|
||||
;
|
||||
|
||||
INSERT INTO `jobs` (name, label) VALUES
|
||||
('realestateagent','Kiinteistövälittäjä')
|
||||
;
|
||||
|
||||
INSERT INTO `job_grades` (job_name, grade, name, label, salary, skin_male, skin_female) VALUES
|
||||
('realestateagent',0,'location','Vuokraisäntä',10,'{}','{}'),
|
||||
('realestateagent',1,'vendeur','Myyjä',25,'{}','{}'),
|
||||
('realestateagent',2,'gestion','Johtaja',40,'{}','{}'),
|
||||
('realestateagent',3,'boss','Pomo',0,'{}','{}')
|
||||
;
|
||||
Reference in New Issue
Block a user