From e767205711ca2260c306cfb31f5d5c76825fbf37 Mon Sep 17 00:00:00 2001 From: Aaron Duran <57845320+duranaaron@users.noreply.github.com> Date: Sat, 27 Jan 2024 23:31:21 +0100 Subject: [PATCH] New translations messages_fr_de.toml (German) --- configuration/messages_fr_de_de.toml | 76 ++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 configuration/messages_fr_de_de.toml diff --git a/configuration/messages_fr_de_de.toml b/configuration/messages_fr_de_de.toml new file mode 100644 index 0000000..1083d5c --- /dev/null +++ b/configuration/messages_fr_de_de.toml @@ -0,0 +1,76 @@ +language = "en" +invalid_arguments = "You provided invalid arguments for this command." +invalid_username = "That username is invalid." +not_online = "That player is not online." +no_permission = "You don't have permission to use this command." +fly_on = "Fly mode has been enabled!" +fly_off = "Fly mode has been disabled!" + +[join] +enabled = true +message = "&7 joined the game" + +[leave] +enabled = true +message = "&7 left the game" + +[join_title] +title = "Welcome to" +subtitle = "" + +[mtworldcmd.add] +success = "Succesfully enabled Feather in this world!" + +[banking] +frozen = "This account is frozen, you can no longer withdraw or deposit money!" + + [banking.selector] + title = "Select the account type:" + + [banking.selector.account] + title = "Select the account:" + lore = "(ID: )" + + [banking.selector.accounttype] + government = "Government" + savings = "Savings" + private = "Private" + business = "Business" + no_business_accounts = "You don't have any Business accounts!" + no_savings_accounts = "You don't have any Savings accounts!" + + [banking.menu] + title = "Total value: " + item_lore = "This piece of money has a %newline%value of ." + + [banking.money] + lore = "Official Minetopia banknote!" + insufficient_balance = "There is not enough money in this account" + is_fake_money = "You have counterfeit money with you! We are currently unable to accept money!" + + [banking.money.withdraw] + inventory_full = "You can't withdraw money when your inventory is full!" + private = "You have withdrawn from 's account" + savings = "You have withdrawn from 's savings account" + business = "You have withdrawn from 's business account" + government = "You have withdrawn from 's government account" + + [banking.money.deposit] + private = "You have deposited to 's account" + savings = "You have deposited to 's savings account" + business = "You have deposited to 's business account" + government = "You have deposited to 's government account" + + [banking.nobankingpermission] + deposit = "You only have withdrawal rights for the account ! Unfortunately you cannot deposit money." + +[bankaccountcmd] +id_does_not_exist = "There is no bankaccount with this ID." +invalid_bankpermission = "ERROR: Invalid bankpermission, valid permissions are ." + + [bankaccountcmd.adduser] + success = "Successfully added player to this bankaccount." + already_added = "The player has already been added to this bankaccount." + +[atm] +require_card = "You need to hold a debit card in your hand!"