AndreAres
Odunlara Vur Vur Vur!
Bunu türkçeleştirebilecek var mı? Normalde uzun bir messages şeklinde oraları türkçeleştirebildim ama bir türlü burayı türkçeleştiremiyorum uyarı veriyor.
Kod:
data:
player-bank-data:
- '%chatPlugin% &e&lYour bank data:'
- '&6&l>> &eName: &a%playerBankName%'
- '&6&l>> &eLevel: &a%playerBankLevel%&e/&a%playerBankMaxLevel%'
- '&6&l>> &eLevel upgrade cost: &a%moneySymbol%%playerbanklevelupgradecost%'
- '&6&l>> &eBalance: &a%moneySymbol%%playerBankBalance%&e/&a%moneySymbol%%playerBankMaxBalance%'
- '&6&l>> &eOffline profit accrued: &a%moneySymbol%%playerbankofflineprofitaccrued%'
- '&6&l>> &eOffline profit times: &a%playerbankofflineprofittimes%'
target-bank-data:
- '%chatPlugin% &e&l%targetPlayerName%`s bank data:'
- '&6&l>> &eName: &a%targetBankName%'
- '&6&l>> &eLevel: &a%targetBankLevel%&e/&a%targetBankMaxLevel%'
- '&6&l>> &eLevel upgrade cost: &a%moneySymbol%%targetbanklevelupgradecost%'
- '&6&l>> &eBalance: &a%moneySymbol%%targetBankBalance%&e/&a%moneySymbol%%targetBankMaxBalance%'
- '&6&l>> &eOffline profit accrued: &a%moneySymbol%%targetbankofflineprofitaccrued%'
- '&6&l>> &eOffline profit times: &a%targetbankofflineprofittimes%'
add:
deposit-success: '%chatPlugin% &aYou have deposited %moneySymbol%%amount% into your bank.'
deposit-exceeds: '%chatPlugin% &cYou cannot store more than %moneySymbol%%playerBankMaxBalance% at your current bank level.'
deposit-failure: '%chatPlugin% &cThe amount must be positive and integer number.'
not-enough-bank-balance: '%chatPlugin% &cYou do not have enough balance to deposit that amount.'
target-deposit-success: '%chatPlugin% &aYou have deposited %moneySymbol%%amount% into %targetPlayerName%`s bank.'
target-deposit-exceeds: '%chatPlugin% &c%targetPlayerName%`s bank cannot store more than %moneySymbol%%targetBankMaxBalance%'
target-deposit-failure: '%chatPlugin% &cThe amount must be positive and integer number.'
take:
withdraw-success: '%chatPlugin% &aYou have withdraw %moneySymbol%%amountReceived% from your bank. The bank charge is: %moneySymbol%%amountDeducted%. The bank interest is: %interestPercentage%%'
withdraw-exceeds: '%chatPlugin% &cYou can`t withdraw that amount because the interests.'
withdraw-failure: '%chatPlugin% &cThe amount must be positive and integer number.'
not-enough-bank-balance: '%chatPlugin% &cYou do not have enough balance in your bank to withdraw that amount.'
target-withdraw-success: '%chatPlugin% &aYou have withdraw %moneySymbol%%amount% from %targetPlayerName%`s bank.'
target-withdraw-failure: '%chatPlugin% &cThe amount must be positive and integer number.'
target-not-enough-bank-balance: '%chatPlugin% &c%targetPlayerName%`s bank do not have enough balance.'
levelup:
levelup-success: '%chatPlugin% &aYou have successfully leveled up to level %playerBankLevel%, now you can store a total of %moneySymbol%%playerBankMaxBalance%'
already-max-level: '%chatPlugin% &cYou are already at the maximum bank level.'
not-enough-bank-balance: '%chatPlugin% &cYou don`t have enough balance in the bank to level up, you need %moneySymbol%%playerBankNextLevelCost%'
top:
title: '%chatPlugin% &eTop players with the most balance in the bank:'
entry: '&aTop %topBankPosition%: &f%topPlayerName% - %topBankName% - %topBankLevel% - %moneySymbol%%topBankBalance%'
baltop-failure: '%chatPlugin% &cThe amount must be positive and integer number.'
receive:
offline-received-success: '%chatPlugin% &a You have received %moneySymbol%%offlineProfitAmount% in offline benefits.'
receive-exceeds: '%chatPlugin% &cYou cannot store more than %moneySymbol%%playerBankMaxBalance% at your current bank level.'
offline-not-profit: '%chatPlugin% &cYou have no accumulated offline benefits.'
set:
set-balance-success: '%chatPlugin% &aSet %targetPlayerName%`s bank balance to %moneySymbol%%amount%'
max-balance: '%chatPlugin% &cThe balance cannot be higher than %moneySymbol%%targetBankMaxBalance%'
set-level-success: '%chatPlugin% &aSet %targetPlayerName%`s bank level to %amount%'
max-level: '%chatPlugin% &cThe level cannot be higher than %targetBankMaxLevel%'
set-amount-failure: '%chatPlugin% &cThe amount must be positive and integer number.'
target-player-not-found: '%chatPlugin% &cPlayer %targetPlayerName% not found.'
profit:
received: '%chatPlugin% &aYou have received %moneySymbol%%keepInBankProfit% for keeping your money in the bank! The bank profit is: %profitPercentage%%'
min-storage: '%chatPlugin% &cYou need al least %moneySymbol%%minBankBalanceToReceiveProfit% in the bank to start earning benefits.'
max-storage: '%chatPlugin% &cYou need to withdraw money from the bank to continue earning benefits.'
offline-accumulated: '%chatPlugin% &aYour bank has accumulated %moneySymbol%%offlineProfitAmount% of balance while you were offline, to collect it use &e/bank receive profit.'
gui:
amount-withdraw: '%chatPlugin% &aInsert amount to withdraw or type "exit" to cancel:'
amount-deposit: '%chatPlugin% &a Insert amount to deposit or type "exit" to cancel:'
amount-selected: '%chatPlugin% &aAmount selected:'
invalid-amount: '%chatPlugin% &cInvalid amount. Try again.'
transaction-canceled: '%chatPlugin% &cTransaction cancelled.'
Moderatör tarafından düzenlendi: