mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-27 00:45:40 +01:00
New translations friend-list.yml (Italian)
This commit is contained in:
parent
e5738fb9c0
commit
f574e7ce26
@ -0,0 +1,58 @@
|
||||
#GUI display name
|
||||
name: Amici
|
||||
#Number of slots in your inventory. Must be
|
||||
#between 9 and 54 and must be a multiple of 9.
|
||||
slots: 54
|
||||
items:
|
||||
friend:
|
||||
slots:
|
||||
- 10
|
||||
- 11
|
||||
- 12
|
||||
- 13
|
||||
- 14
|
||||
- 15
|
||||
- 16
|
||||
- 19
|
||||
- 20
|
||||
- 21
|
||||
- 22
|
||||
- 23
|
||||
- 24
|
||||
- 25
|
||||
- 28
|
||||
- 29
|
||||
- 30
|
||||
- 31
|
||||
- 32
|
||||
- 33
|
||||
- 34
|
||||
function: friend
|
||||
#No friend
|
||||
item: GRAY_STAINED_GLASS_PANE
|
||||
name: '&cNessun Amico'
|
||||
lore: { }
|
||||
#Online friend
|
||||
online:
|
||||
item: PLAYER_HEAD
|
||||
name: '&a[Online] &f{name}'
|
||||
lore:
|
||||
- '&7Livello {level} {class}'
|
||||
- '&7Online dalle: {online_since}'
|
||||
- ''
|
||||
- 'Clic destro per rimuovere.'
|
||||
#Offline friend
|
||||
offline:
|
||||
item: PLAYER_HEAD
|
||||
name: '&c[Offline] &f{name}'
|
||||
lore:
|
||||
- 'Visto l''ultima volta {{lastSeen}} fa'
|
||||
- ''
|
||||
- 'Clic destro per rimuovere.'
|
||||
request:
|
||||
slots:
|
||||
- 49
|
||||
function: request
|
||||
item: WRITABLE_BOOK
|
||||
name: '&aNuova richiesta d''amicizia'
|
||||
lore: { }
|
Loading…
Reference in New Issue
Block a user