mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Added Locale Files
This commit is contained in:
@@ -30,15 +30,15 @@ local function get_player_info(player,frame,add_cam)
|
||||
frame.style.width = 200
|
||||
if Role then frame.style.height = 275
|
||||
else frame.style.height = 260 end
|
||||
frame.add{type='label',caption={'ExpGamingPlayer_playerInfo.name',_player.index,_player.name},style='caption_label'}
|
||||
local _online = {'ExpGamingPlayer_playerInfo.no'}; if _player.online then _online = {'ExpGamingPlayer_playerInfo.yes'} end
|
||||
frame.add{type='label',caption={'ExpGamingPlayer_playerInfo.online',_online,tick_to_display_format(_player.online_time)}}
|
||||
local _admin = {'ExpGamingPlayer_playerInfo.no'}; if _player.admin then _admin = {'ExpGamingPlayer_playerInfo.yes'} end
|
||||
frame.add{type='label',caption={'ExpGamingPlayer_playerInfo.admin',_admin}}
|
||||
frame.add{type='label',caption={'ExpGamingPlayer-playerInfo.name',_player.index,_player.name},style='caption_label'}
|
||||
local _online = {'ExpGamingPlayer-playerInfo.no'}; if _player.online then _online = {'ExpGamingPlayer-playerInfo.yes'} end
|
||||
frame.add{type='label',caption={'ExpGamingPlayer-playerInfo.online',_online,tick_to_display_format(_player.online_time)}}
|
||||
local _admin = {'ExpGamingPlayer-playerInfo.no'}; if _player.admin then _admin = {'ExpGamingPlayer-playerInfo.yes'} end
|
||||
frame.add{type='label',caption={'ExpGamingPlayer-playerInfo.admin',_admin}}
|
||||
if Role then
|
||||
frame.add{type='label',caption={'ExpGamingPlayer_playerInfo.group',_player.group}}
|
||||
frame.add{type='label',caption={'ExpGamingPlayer_playerInfo.role',_player.highest_role}}
|
||||
frame.add{type='label',caption={'ExpGamingPlayer_playerInfo.roles',table.concat(_player.roles,', ')}}
|
||||
frame.add{type='label',caption={'ExpGamingPlayer-playerInfo.group',_player.group}}
|
||||
frame.add{type='label',caption={'ExpGamingPlayer-playerInfo.role',_player.highest_role}}
|
||||
frame.add{type='label',caption={'ExpGamingPlayer-playerInfo.roles',table.concat(_player.roles,', ')}}
|
||||
end
|
||||
if add_cam then
|
||||
Gui.cam_link{entity=player.character,frame=frame,width=200,height=150,zoom=0.5,respawn_open=true}
|
||||
|
||||
8
modules/ExpGamingPlayer/playerInfo/locale/de.cfg
Normal file
8
modules/ExpGamingPlayer/playerInfo/locale/de.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
[ExpGamingPlayer-playerInfo]
|
||||
yes=Ja
|
||||
no=Nein
|
||||
name=[__1__] __2__
|
||||
online=Ist online: __1__ (__2__)
|
||||
admin=Hat Admin Rang: __1__
|
||||
group=In Benutzer Gruppe: __1__
|
||||
role=Hat Rang: __1__
|
||||
9
modules/ExpGamingPlayer/playerInfo/locale/en.cfg
Normal file
9
modules/ExpGamingPlayer/playerInfo/locale/en.cfg
Normal file
@@ -0,0 +1,9 @@
|
||||
[ExpGamingPlayer-playerInfo]
|
||||
yes=Yes
|
||||
no=No
|
||||
name=[__1__] __2__
|
||||
online=Is Online: __1__ (__2__)
|
||||
admin=Has Admin: __1__
|
||||
group=In User Group: __1__
|
||||
role=Highest Role: __1__
|
||||
roles=Other Roles: __1__
|
||||
8
modules/ExpGamingPlayer/playerInfo/locale/fr.cfg
Normal file
8
modules/ExpGamingPlayer/playerInfo/locale/fr.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
[ExpGamingPlayer-playerInfo]
|
||||
yes=Yes
|
||||
no=No
|
||||
name=[__1__] __2__
|
||||
online=Is Online: __1__ (__2__)
|
||||
admin=Has Admin: __1__
|
||||
group=In User Group: __1__
|
||||
role=Has Rank: __1__
|
||||
8
modules/ExpGamingPlayer/playerInfo/locale/nl.cfg
Normal file
8
modules/ExpGamingPlayer/playerInfo/locale/nl.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
[ExpGamingPlayer-playerInfo]
|
||||
yes=Ja
|
||||
no=Nee
|
||||
name=[__1__] __2__
|
||||
online=Is Online: __1__ (__2__)
|
||||
admin=Heeft Admin: __1__
|
||||
group=In Groep: __1__
|
||||
role=Heeft Rank: __1__
|
||||
8
modules/ExpGamingPlayer/playerInfo/locale/sv-SE.cfg
Normal file
8
modules/ExpGamingPlayer/playerInfo/locale/sv-SE.cfg
Normal file
@@ -0,0 +1,8 @@
|
||||
[ExpGamingPlayer-playerInfo]
|
||||
yes=Ja
|
||||
no=Nej
|
||||
name=[__1__] __2__
|
||||
online=Är Online: __1__ (__2__)
|
||||
admin=Har Admin: __1__
|
||||
group=I användargrupp: __1__
|
||||
role=Har rang: __1__
|
||||
Reference in New Issue
Block a user