94 lines
3.9 KiB
YAML
94 lines
3.9 KiB
YAML
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
|
||
#
|
||
# >> See lang-en.yml for variable descriptions <<
|
||
#
|
||
# +-----------------------------------+
|
||
# | CAUTION: Do NOT change this file! |
|
||
# +-----------------------------------+
|
||
#
|
||
# It will be silently overwritten with updates! If you want
|
||
# to customize strings yourself, copy this file to lang-custom.yml
|
||
# and set the language in the config.yml to "lang: 'custom'"
|
||
|
||
# DO NOT CHANGE! The version of this language file. Used to determine
|
||
# if the file needs to be updated.
|
||
version: 2
|
||
# The corresponding language code used in resource packs. Used for
|
||
# resource pack generation. Typically, this is a combination of the
|
||
# language code (ISO 639) and the country code (ISO 3166).
|
||
resource_pack_lang_code: 'tr_tr'
|
||
|
||
chat_message_formatter:
|
||
# This is the format for player chat messages
|
||
# %1$s: player name
|
||
# %2$s: message
|
||
player_chat_format: "%1$s§7: %2$s"
|
||
|
||
# This message is sent when a player joins the server
|
||
# %1$s: player name
|
||
player_join: "%1$s§e sunucuya katıldı"
|
||
|
||
# This message is sent when a player is kicked from the server
|
||
# %1$s: player name
|
||
player_kick: "%1$s§e sunucudan atıldı"
|
||
|
||
# This message is sent when a player leaves the server
|
||
# %1$s: player name
|
||
player_quit: "%1$s§e sunucudan atıldı"
|
||
|
||
autostop:
|
||
# This message is sent when autostop is aborted, due to an administrative command
|
||
# or a player joining the server.
|
||
aborted: "§dOtomatik durdurma iptal edildi"
|
||
# This message is sent when autostop is scheduled, due to an administrative command
|
||
# or the last player leaving the server.
|
||
# %1$s: Time until stop
|
||
scheduled: "§d%1$s için otomatik durdurma planlandı"
|
||
# This message is sent when autostop status is requested and autostop is already scheduled.
|
||
# %1$s: Time until stop
|
||
status: "§7Otomatik durdurmaya %1$s"
|
||
# This message is sent when autostop status is requested, but autostop is not scheduled.
|
||
status_not_scheduled: "§dOtomatik durdurma planlanmadı"
|
||
# This message is sent when the actual autostop is performed.
|
||
shutdown: "§dOtomatik durdurma başlatıldı!"
|
||
|
||
command_autostop:
|
||
usage: "%1$s §7<§aabort§7|§aschedule§7|§astatus§7>"
|
||
description: "Otomatik durdurmayı yönetir."
|
||
help: "§aabort§7:§r Zamanlanmış otomatik durdurma görevini iptal eder.\n\
|
||
§aschedule §7[§bgecikme§7]:§r Oyuncu sayısından bağımsız olarak otomatik durdurma görevini hemen planlar. Yapılandırılan değeri geçersiz kılmak için yeni bir gecikmeyi kabul eder.\n\
|
||
§astatus§7:§r Geçerli otomatik durdurma durumunu gösterir."
|
||
|
||
hazard_protection:
|
||
# This message is sent when the wither has been prevented from spawning in a non-whitelisted world
|
||
# %1$s: world name
|
||
wither_spawn_prohibited: "§7Wither bu dünyada doğmayabilir!"
|
||
|
||
command_gamemode:
|
||
# This message is sent when the gamemode of a player is changed by the gamemode command.
|
||
# %1$s: Player name
|
||
# %2$s: Gamemode name
|
||
set: "%1$s§7 için oyun modu %2$s §7olarak ayarlandı"
|
||
usage: "%1$s §boyun modu §7[§boyuncu§7]"
|
||
description: "§boyun modu §7[§boyuncu§7]"
|
||
help: "Bir oyuncunun oyun modunu ayarlar."
|
||
|
||
command_slimechunk:
|
||
# This message is sent when the player is standing in a slimechunk
|
||
slime_chunk_yes: "§aBu bir slime chunkı."
|
||
# This message is sent when the player is not standing in a slimechunk
|
||
slime_chunk_no: "§cBu bir slime chunkı değil."
|
||
usage: "%1$s"
|
||
description: "Geçerli chunkın bir slime öbeği olup olmadığını kontrol eder."
|
||
help: "Geçerli chunkın bir slime öbeği olup olmadığını kontrol eder."
|
||
|
||
command_time:
|
||
usage: "%1$s §bzaman §7[§bdünya§7]"
|
||
description: "Mevcut veya verilen dünyanın zamanını ayarlar."
|
||
help: "Mevcut veya verilen dünyanın zamanını ayarlar."
|
||
|
||
command_weather:
|
||
usage: "%1$s §bhava durumu §7[§bdünya§7]"
|
||
description: "Mevcut veya verilen dünyanın hava durumunu ayarlar."
|
||
help: "Mevcut veya verilen dünyanın hava durumunu ayarlar."
|