Bulundu PhantomEconomy Türkçe Yapabilecek Varmı?

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

IEvilMoon_

Bir Kömür Göründü Kaptanım!
Katılım
15 Ekim 2023
Mesajlar
120
Elmaslar
10
Puan
1.335
Yaş
26
Konum
Muğla
Merhabalar PhantomEconomy yi Türkçeleştirecek biri Varmı?

# Welcome to the PhantomEconomy messages file.
# To assist you in its configuration, everything has been accompanied by comments.
# Note - all messages support the %arrow% placeholder, which translates to a simple arrow symbol. Use it if you wish.
# Common messages - those accessed by multiple commands or events.
common:
# Sent if the player lacks the required permission for a certain action, such as a command.
no-permission: '&a&lBanka: &7You don''t have access to that.'
# Sent if the console or a command block attempts to run a command which only players should.
players-only: '&a&lPhantomEconomy: &7Only players may use this command.'
# Sent if the player specified a player which hasn't joined the server before.
target-never-played-before: '&a&lPhantomEconomy: &r%player%&7 hasn''t joined the server before.'
# Sent if the player specifed an argument which isn't a valid number.
invalid-number-double: '&a&lPhantomEconomy: &7Invalid number - &a%arg%&7 is not a valid number.'
# Sent if the player specifies a value which is negative where such values aren't expected.
invalid-number-negative: '&a&lPhantomEconomy: &7Invalid number - &a%number%&7 was specified, but negative values are not allowed.'
# Sent if the player specifies a value equal to zero where such value isn't expected.
invalid-number-zero: '&a&lPhantomEconomy: &7Invalid number - &a0.00&7 was specified, but the value is not allowed.'
# Sent if the player specifies a value that isn't an integer where an integer value is expected.
invalid-number-integer: '&a&lPhantomEconomy: &7Invalid number - &a%amount%&7 was specified, but non-integer values are not allowed.'
# Command messages - sent by using certain commands.
commands:
# Messages to do with the command '/economy'.
economy:
# Sent if the player incorrectly uses '/economy'.
usage:
- '&a&lPhantomEconomy: &7Economy management commands:'
- '&8 %arrow% &2/economy add <player> <amount> &7Add amount to the player''s balance.'
- '&8 %arrow% &2/economy remove <player> <amount> &7Remove amount from the player''s balance.'
- '&8 %arrow% &2/economy set <player> <amount> &7Set player''s balance to the amount.'
- '&8 %arrow% &2/economy reset <player> &7Set player''s balance to the default balance.'
# Messages from '/economy add'
add:
# Sent if the player successfuly deposited funds into the target balance.
success: '&a&lPhantomEconomy: &7Deposited &a%amount%&7 into &r%player%&7''s balance.'
# Sent if the player had an amount deposited in their own balance by a sender which used this command.
# E.g. if Notch ran '/eco add jeb_ 50', Jeb would see '$30 was deposited by Notch'
by: '&a&lPhantomEconomy: &a%amount%&7 was deposited by &r%sender%&7.'
# Sent if the player incorrectly uses '/economy add'.
usage: '&a&lPhantomEconomy: &7Usage: &a/economy add <player> <amount>'
# Messages from '/economy remove'
remove:
# Sent if the player successfuly withdrew funds into the target balance.
success: '&a&lPhantomEconomy: &7Withdrew &a%amount%&7 from &r%player%&7''s balance.'
# Sent if the player tried to withdraw funds from an account that doesn't have a balance greater than or equal to the specified amount.
not-enough-funds: '&a&lPhantomEconomy: &r%player%&7 doesn''t have a balance equal to or greater than &a%amount%&7.'
# Sent if the player had an amount withdrawn from their own balance by a sender which used this command.
# E.g. if Notch ran '/eco remove jeb_ 50', Jeb would see '$30 was withdrawn by Notch'
by: '&a&lPhantomEconomy: &a%amount%&7 was withdrawn by &r%sender%&7.'
# Sent if the player incorrectly uses '/economy remove'.
usage: '&a&lPhantomEconomy: &7Usage: &a/economy remove <player> <amount>'
# Messages from '/economy set'
set:
# Sent if the player successfully set the target balance.
success: '&a&lPhantomEconomy: &7Set &r%player%&7''s balance to &a%amount%&7.'
# Sent if the player's balance was set by someone else
by: '&a&lPhantomEconomy: &7Your balance was set to &a%amount%&7 by &r%sender%&7.'
# Sent if the player incorrectly uses '/economy set'.
usage: '&a&lPhantomEconomy: &7Usage: &a/economy set <player> <amount>'
# Messages from '/economy reset'
reset:
# Sent if the player successfully reset the target balance.
success: '&a&lPhantomEconomy: &7Reset &r%player%&7''s balance to the default balance.'
# Sent if the player's balance was reset by someone else
by: '&a&lPhantomEconomy: &7Your balance was &areset&7 by &r%sender%&7.'
# Sent if the player incorrectly uses '/economy reset'.
usage: '&a&lPhantomEconomy: &7Usage: &a/economy reset <player>'
# Messages to do with the command '/balance'.
balance:
# Sent if the player doesn't specify a player to view the balance of.
self: '&a&lPhantomEconomy: &7Your balance is &a%amount%&7.'
# Sent if the player specifies a player to view the balance of.
others: '&a&lPhantomEconomy: &r%player%&7''s balance is &a%amount%&7.'
# Sent if the player doesn't have permission to view the balance of others.
no-permission-others: '&a&lPhantomEconomy: &7You don''t have access to viewing the balance of other players.'
# Sent if the player incorrectly uses the command.
usage: '&a&lPhantomEconomy: &7Usage: &a/balance [player]'
# Sent if the console doesn't specify a player to view the balance of.
usage-console: '&a&lPhantomEconomy: &7Usage (console): &a/balance <player>'
# Messages to do with the command '/pay'.
pay:
# Sent if the player had successfully sent money to the target account.
success: '&a&lPhantomEconomy: &7Paid &a%amount%&7 to &r%player%&7.'
# Sent if the receiver of the funds is online.
received: '&a&lPhantomEconomy: &7Received &a%amount%&7 from &r%player%&7.'
# Sent if the player doesn't have enough money to send the amount to the target account.
lacking-funds: '&a&lPhantomEconomy: &7You lack the funds to make this transaction.'
# Sent if the player incorrectly uses the command.
usage: '&a&lPhantomEconomy: &7Usage: &a/pay <player> <amount>'
# Sent if the player tries to pay themself.
pay-self: '&a&lPhantomEconomy: &7You can''t transfer funds to yourelf, silly. :)'
# Messages to do with the command '/baltop'.
baltop:
# The header - the message sent before the counters are.
header: '&8&m+----------+&a&l Baltop &8&m+----------+&r'
# The counter - the messages sent after the header displaying players' positions, names and balances.
counter: '&2#%position% &8- &r%player%&8 - &a%amount%'
# Sent if the player has reached the last page of players.
no-players-left: '&a&lPhantomEconomy: &7There are no players left to display.'
# Sent if the player incorrectly uses the command.
usage: '&a&lPhantomEconomy: &7Usage: &a/baltop [position]'

# This is the file version.
# It should be unchanged unless updating to the respective version of the settings.yml file.
# Do not increase the number to 'always stay updated', you must use the file version that corresponds to your plugin version.
file-version: 4
 
YAML:
common:
no-permission: '&a&lBanka: &7Bu işlemi gerçekleştirmek için yetkiniz yok.'
players-only: '&a&lPhantomEconomy: &7Bu komutu sadece oyuncular kullanabilir.'
target-never-played-before: '&a&lPhantomEconomy: &r%player%&7 daha önce sunucuya katılmamış.'
invalid-number-double: '&a&lPhantomEconomy: &7Geçersiz sayı - &a%arg%&7 geçerli bir sayı değil.'
invalid-number-negative: '&a&lPhantomEconomy: &7Geçersiz sayı - &a%number%&7 belirtildi, ancak negatif değerlere izin verilmiyor.'
invalid-number-zero: '&a&lPhantomEconomy: &7Geçersiz sayı - &a0.00&7 belirtildi, ancak bu değere izin verilmiyor.'
invalid-number-integer: '&a&lPhantomEconomy: &7Geçersiz sayı - &a%amount%&7 belirtildi, ancak tamsayı olmayan değerlere izin verilmiyor.'
commands:
economy:
usage:
- '&a&lPhantomEconomy: &7Ekonomi yönetimi komutları:'
- '&8 %arrow% &2/economy add <oyuncu> <miktar> &7Oyuncunun bakiyesine miktar ekler.'
- '&8 %arrow% &2/economy remove <oyuncu> <miktar> &7Oyuncunun bakiyesinden miktar çıkarır.'
- '&8 %arrow% &2/economy set <oyuncu> <miktar> &7Oyuncunun bakiyesini belirtilen miktarla ayarlar.'
- '&8 %arrow% &2/economy reset <oyuncu> &7Oyuncunun bakiyesini varsayılan bakiyeye ayarlar.'
add:
success: '&a&lPhantomEconomy: &7&lDepozito: &a%amount%&7, &r%player%&7''in bakiyesine yatırıldı.'
by: '&a&lPhantomEconomy: &a%amount%&7, &r%sender%&7 tarafından yatırıldı.'
usage: '&a&lPhantomEconomy: &7Kullanım: &a/economy add <oyuncu> <miktar>'
remove:
success: '&a&lPhantomEconomy: &7&lÇekildi: &a%amount%&7, &r%player%&7''in bakiyesinden çekildi.'
not-enough-funds: '&a&lPhantomEconomy: &r%player%&7, belirtilen miktar kadar veya daha büyük bir bakiyeye sahip değil.'
by: '&a&lPhantomEconomy: &a%amount%&7, &r%sender%&7 tarafından çekildi.'
usage: '&a&lPhantomEconomy: &7Kullanım: &a/economy remove <oyuncu> <miktar>'
set:
success: '&a&lPhantomEconomy: &7&lAyarlandı: &r%player%&7''in bakiyesi %amount% olarak ayarlandı.'
by: '&a&lPhantomEconomy: &7Bakiyeniz %amount% olarak ayarlandı, &r%sender%&7 tarafından.'
usage: '&a&lPhantomEconomy: &7Kullanım: &a/economy set <oyuncu> <miktar>'
reset:
success: '&a&lPhantomEconomy: &7&lSıfırlandı: &r%player%&7''in bakiyesi varsayılan bakiyeye ayarlandı.'
by: '&a&lPhantomEconomy: &7Bakiyeniz &asıfırlandı&7, &r%sender%&7 tarafından.'
usage: '&a&lPhantomEconomy: &7Kullanım: &a/economy reset <oyuncu>'
balance:
self: '&a&lPhantomEconomy: &7Bakiyeniz &a%amount%&7.'
others: '&a&lPhantomEconomy: &r%player%&7''in bakiyesi &a%amount%&7.'
no-permission-others: '&a&lPhantomEconomy: &7Diğer oyuncuların bakiyelerini görme izniniz yok.'
usage: '&a&lPhantomEconomy: &7Kullanım: &a/balance [oyuncu]'
usage-console: '&a&lPhantomEconomy: &7Kullanım (konsol): &a/balance <oyuncu>'
pay:
success: '&a&lPhantomEconomy: &7&lÖdendi: &a%amount%&7, &r%player%&7''a ödendi.'
received: '&a&lPhantomEconomy: &7&lAlındı: &a%amount%&7, &r%player%&7 tarafından alındı.'
lacking-funds: '&a&lPhantomEconomy: &7Bu işlemi gerçekleştirmek için yeterli paranız yok.'
usage: '&a&lPhantomEconomy: &7Kullanım: &a/pay <oyuncu> <miktar>'
pay-self: '&a&lPhantomEconomy: &7Kendinize fon transferi yapamazsınız, komiksiniz. :)'
baltop:
header: '&8&m+----------+&a&l Baltop &8&m+----------+&r'
counter: '&2#%position% &8- &r%player%&8 - &a%amount%'
no-players-left: '&a&lPhantomEconomy: &7Gösterilecek oyuncu kalmadı.'
usage: '&a&lPhantomEconomy: &7Kullanım: &a/baltop [pozisyon]'
file-version: 4

ufak tefek çeviri hatası olabilir kusura bakmayınız
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst