mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-12-02 01:33:24 +01:00
New translations friend-list.yml (Polish)
This commit is contained in:
parent
defea24460
commit
75086881c1
@ -1,5 +1,5 @@
|
|||||||
#GUI display name
|
#GUI display name
|
||||||
name: Friends
|
name: Znajomi
|
||||||
#Number of slots in your inventory. Must be
|
#Number of slots in your inventory. Must be
|
||||||
#between 9 and 54 and must be a multiple of 9.
|
#between 9 and 54 and must be a multiple of 9.
|
||||||
slots: 54
|
slots: 54
|
||||||
@ -30,29 +30,29 @@ items:
|
|||||||
function: friend
|
function: friend
|
||||||
#No friend
|
#No friend
|
||||||
item: GRAY_STAINED_GLASS_PANE
|
item: GRAY_STAINED_GLASS_PANE
|
||||||
name: '&cNo Friend'
|
name: '&cBrak znajomych'
|
||||||
lore: { }
|
lore: { }
|
||||||
#Online friend
|
#Online friend
|
||||||
online:
|
online:
|
||||||
item: PLAYER_HEAD
|
item: PLAYER_HEAD
|
||||||
name: '&a[Online] &f{name}'
|
name: '&a[Online] &f{name}'
|
||||||
lore:
|
lore:
|
||||||
- '&7Level {level} {class}'
|
- '&7Poziom {level} {class}'
|
||||||
- '&7Online Since: {online_since}'
|
- '&7Online od: {online_since}'
|
||||||
- ''
|
- ''
|
||||||
- '&cRight click to remove.'
|
- 'Naciśnij PPM, aby usunąć.'
|
||||||
#Offline friend
|
#Offline friend
|
||||||
offline:
|
offline:
|
||||||
item: PLAYER_HEAD
|
item: PLAYER_HEAD
|
||||||
name: '&c[Offline] &f{name}'
|
name: '&c[Offline] &f{name}'
|
||||||
lore:
|
lore:
|
||||||
- '&7Last Seen: {last_seen} ago'
|
- '&7Ostatnio widziano: {last_seen} temu'
|
||||||
- ''
|
- ''
|
||||||
- '&cRight click to remove.'
|
- 'Naciśnij PPM, aby usunąć.'
|
||||||
request:
|
request:
|
||||||
slots:
|
slots:
|
||||||
- 49
|
- 49
|
||||||
function: request
|
function: request
|
||||||
item: WRITABLE_BOOK
|
item: WRITABLE_BOOK
|
||||||
name: '&aNew Friend Request'
|
name: 'Zaproszenie do znajomych'
|
||||||
lore: { }
|
lore: { }
|
||||||
|
Loading…
Reference in New Issue
Block a user