mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2024-11-22 10:36:08 +01:00
parent
da83f66f8c
commit
f0b6194444
37
src/main/resources/locales/tr-TR.yml
Normal file
37
src/main/resources/locales/tr-TR.yml
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
###########################################################################################
|
||||||
|
# This is a YML file. Be careful when editing. Check your edits in a YAML checker like #
|
||||||
|
# the one at http://yaml-online-parser.appspot.com #
|
||||||
|
###########################################################################################
|
||||||
|
|
||||||
|
admin:
|
||||||
|
level:
|
||||||
|
parameters: "<player>"
|
||||||
|
description: "Bir oyuncunun ada seviyesini hesapla"
|
||||||
|
top:
|
||||||
|
description: "Ilk 10 adayı sırala"
|
||||||
|
unknown-world: "&cBilinmeyen kelime"
|
||||||
|
display: "&f[rank]. &a[name] &7- &b[level]"
|
||||||
|
|
||||||
|
island:
|
||||||
|
level:
|
||||||
|
parameters: "[player]"
|
||||||
|
description: "&7Kendi ada seviyeni hesapla veya başka oyuncunun ada seviyesini öğren"
|
||||||
|
calculating: "&aLevel hesaplanıyor..."
|
||||||
|
island-level-is: "&7Ada seviyesi &b[level]"
|
||||||
|
required-points-to-next-level: "&7Adayı yükseltmek için &a[points] &7Puan gerekiyor"
|
||||||
|
deaths: "&c(Ölümler: [number])"
|
||||||
|
cooldown: "&7Bunu tekrar yapmak için &b[time] &7beklemelisin"
|
||||||
|
|
||||||
|
top:
|
||||||
|
description: "Ilk 10 adayı sırala"
|
||||||
|
gui-title: "&aIlk 10 Ada"
|
||||||
|
gui-heading: "&6Sıralama: &3[rank]"
|
||||||
|
island-level: "&7Seviye: &a[level]"
|
||||||
|
warp-to: "&a[name] &7oyuncusunun adasına ışınlanıyor"
|
||||||
|
|
||||||
|
value:
|
||||||
|
description: "Herhangi bir bloğun değerini gösterir"
|
||||||
|
success: "&7Bu bloğun değeri: &e[value]"
|
||||||
|
success-underwater: "&7Deniz seviyesinin altındaki bu bloğun değeri: &e[value]"
|
||||||
|
empty-hand: "&cElinde hiç blok yok"
|
||||||
|
no-value: "&cBu eşyanın bir değeri yok."
|
Loading…
Reference in New Issue
Block a user