diff --git a/ChestsPlusPlus_Main/src/main/resources/lang/de_DE.properties b/ChestsPlusPlus_Main/src/main/resources/lang/de_DE.properties index 78dacee..757bd30 100644 --- a/ChestsPlusPlus_Main/src/main/resources/lang/de_DE.properties +++ b/ChestsPlusPlus_Main/src/main/resources/lang/de_DE.properties @@ -27,6 +27,7 @@ COMMAND_CHESTLINK_SETPUBLIC = Setzt einen Chestlink für jeden verfügbar. COMMAND_CHESTLINK_SORT = Legt eine Sortiermethode für den vorliegenden ChestLink fest. COMMAND_HELP = Liste aller Befehle und deren Verwendungszwecke COMMAND_MEMBER = Mitglieder einer Gruppe hinzufügen, entfernen oder auflisten +COMMAND_PARTY = Öffne das Party-Menü, um es anderen Spielern zu ermöglichen auf deine ChestLinks und AutoCrafter zuzugreifen CURRENT_MEMBERS = Derzeitige Mitglieder\: {player_list} FOUND_UNLINKED_STORAGE = Dieser {storage_type} wurde nicht mit deinem system verknüpft\! Es wurde zur {storage_identifier} Gruppe hinzugefügt\! GROUP_DOESNT_EXIST = {storage_group} ist keine gültige zu entfernende {storage_type}-Gruppe\! diff --git a/ChestsPlusPlus_Main/src/main/resources/lang/fr_FR.properties b/ChestsPlusPlus_Main/src/main/resources/lang/fr_FR.properties index 82f0f6e..d9e37b3 100644 --- a/ChestsPlusPlus_Main/src/main/resources/lang/fr_FR.properties +++ b/ChestsPlusPlus_Main/src/main/resources/lang/fr_FR.properties @@ -1,4 +1,4 @@ -# Chests++ Language File (Version 2.3-Beta)) +# Chests++ Language File (Version 2.3-Beta-2)) # NOTE: This file gets replaced when the plugin launches! If you want to make modifications create a copy first! # To create a new language file simply create a copy of this file and rename it to your desired choice for example 'en_US.properties' # It should be located in the 'lang' folder @@ -27,6 +27,7 @@ COMMAND_CHESTLINK_SETPUBLIC = Définissez un ChestLink pour qu'il soit accessibl COMMAND_CHESTLINK_SORT = Définissez l'option de tri pour le ChestLink donné. COMMAND_HELP = Liste des commandes et de leurs utilisations\! COMMAND_MEMBER = Ajouter, supprimer ou répertorier les membres d'un groupe +COMMAND_PARTY = Ouvrez le menu de la partie pour permettre aux autres joueurs d'accéder à tous vos coffres et auto-artisans. CURRENT_MEMBERS = Membres actuels\: {player_list} FOUND_UNLINKED_STORAGE = Ce {storage_type} n'était pas lié à votre système\! Il a été ajouté sous le groupe {storage_identifier}\! GROUP_DOESNT_EXIST = {storage_group} n'est pas un groupe {storage_type} valide à supprimer\! diff --git a/ChestsPlusPlus_Main/src/main/resources/lang/it_IT.properties b/ChestsPlusPlus_Main/src/main/resources/lang/it_IT.properties index 4ec045e..9dac8b1 100644 --- a/ChestsPlusPlus_Main/src/main/resources/lang/it_IT.properties +++ b/ChestsPlusPlus_Main/src/main/resources/lang/it_IT.properties @@ -27,6 +27,7 @@ COMMAND_CHESTLINK_SETPUBLIC = Rende il ChestLink accessibile da tutti. COMMAND_CHESTLINK_SORT = Seleziona l'opzione di filtraggio per il ChestLink selezionato. COMMAND_HELP = Lista di comandi e i loro usi\! COMMAND_MEMBER = Aggiungi, rimuovi o elenca i membri di un gruppo. +COMMAND_PARTY = Apre il menu del party per consentire ad altri giocatori di accede ai tuoi ChestLink e AutoCrafter. CURRENT_MEMBERS = Membri\: {player_list} FOUND_UNLINKED_STORAGE = Questo {storage_type} non era collegato con il tuo gruppo\! È stato aggiunto nel gruppo {storage_identifier}. GROUP_DOESNT_EXIST = {storage_group} non è un gruppo {storage_type} valido da rimuovere\! diff --git a/ChestsPlusPlus_Main/src/main/resources/lang/pt-BR.properties b/ChestsPlusPlus_Main/src/main/resources/lang/pt-BR.properties index 67e4524..855b251 100644 --- a/ChestsPlusPlus_Main/src/main/resources/lang/pt-BR.properties +++ b/ChestsPlusPlus_Main/src/main/resources/lang/pt-BR.properties @@ -1,4 +1,4 @@ -# Chests++ Language File (Version 2.3-Beta)) +# Chests++ Language File (Version 2.3-Beta-2)) # NOTE: This file gets replaced when the plugin launches! If you want to make modifications create a copy first! # To create a new language file simply create a copy of this file and rename it to your desired choice for example 'en_US.properties' # It should be located in the 'lang' folder @@ -27,6 +27,7 @@ COMMAND_CHESTLINK_SETPUBLIC = Deixa um ChestLink acessível a todos. COMMAND_CHESTLINK_SORT = Defina a opção de classificação para o ChestLink fornecido. COMMAND_HELP = Lista de comandos e seus usos\! COMMAND_MEMBER = Adiciona, remove ou lista membros de um grupo +COMMAND_PARTY = Abra o menu da equipe, para permitir que outros jogadores acessem todos os seus ChestLinks e AutoCrafters CURRENT_MEMBERS = Membros atuais\: {player_list} FOUND_UNLINKED_STORAGE = Este {storage_type} não estava vinculado ao seu sistema\! Havia sido adicionado ao grupo {storage_identifier}\! GROUP_DOESNT_EXIST = {storage_group} não é um grupo (de) {storage_type} válido para remover\! @@ -73,6 +74,5 @@ SORT = Método de classificação de {storage_identifier} foi selecionado no mod STORAGE_ADDED = Adicionou {storage_type} com sucesso ao grupo\: {storage_group} para {player_name} STORAGE_REMOVED = Removeu {storage_type} do grupo com sucesso\: {storage_group} para {player_name} UNABLE_TO_ADD_MEMBER_TO_ALL = Não foi possível adicionar {player_name} a {storage_type}\! -# There is no emphasis on the question: Ele(a) já havia sido removido(a)? UNABLE_TO_REMOVE_MEMBER = Não foi possível remover jogador {player_name} de {storage_type}\! Será que ele(a) já havia sido removido(a)? YES = Sim \ No newline at end of file diff --git a/ChestsPlusPlus_Main/src/main/resources/lang/pt_PT.properties b/ChestsPlusPlus_Main/src/main/resources/lang/pt_PT.properties index 1c68204..de381be 100644 --- a/ChestsPlusPlus_Main/src/main/resources/lang/pt_PT.properties +++ b/ChestsPlusPlus_Main/src/main/resources/lang/pt_PT.properties @@ -1,3 +1,9 @@ +# Chests++ Language File (Version 2.3-Beta-2)) +# NOTE: This file gets replaced when the plugin launches! If you want to make modifications create a copy first! +# To create a new language file simply create a copy of this file and rename it to your desired choice for example 'en_US.properties' +# It should be located in the 'lang' folder +# Then in config.yml 'language-file: default' would be renamed to 'language-file: en_US' +# To help contribute to the plugin and provide new language files you can create a pull-request at https://github.com/JamesPeters98/ChestsPlusPlus or join our Discord https://discord.gg/YRs3mP5 ADDED_MEMBER = Adicionaste {player_name} ao grupo {storage_type}, {storage_identifier} ADDED_MEMBER_TO_ALL = Adicionaste {player_name} a todos os grupos {storage_type} ALREADY_EXISTS_ANVIL = Já existe\! @@ -12,12 +18,6 @@ COMMAND_AUTOCRAFT_REMOVE = Elimina um grupo AutoCraft e dropa todas as Mesas de COMMAND_AUTOCRAFT_RENAME = Renomeia um grupo AutoCraft COMMAND_AUTOCRAFT_SETPUBLIC = Permite um grupo AutoCraft ser acedível por todos. COMMAND_CHESTLINK_ADD = Cria/Adiciona um báu a um grupo ChestLink -# Chests++ Language File (Version 2.3-Beta)) -# NOTE: This file gets replaced when the plugin launches! If you want to make modifications create a copy first! -# To create a new language file simply create a copy of this file and rename it to your desired choice for example 'en_US.properties' -# It should be located in the 'lang' folder -# Then in config.yml 'language-file: default' would be renamed to 'language-file: en_US' -# To help contribute to the plugin and provide new language files you can create a pull-request at https://github.com/JamesPeters98/ChestsPlusPlus or join our Discord https://discord.gg/YRs3mP5 COMMAND_CHESTLINK_LIST = Lista todos os teus ChestLinks COMMAND_CHESTLINK_MENU = Abre um menu ChestLink e mostra todos os grupos\! COMMAND_CHESTLINK_OPEN = Abre o inventário de um grupo ChestLink @@ -27,6 +27,7 @@ COMMAND_CHESTLINK_SETPUBLIC = Permite um ChestLink ser acedível por todos. COMMAND_CHESTLINK_SORT = Define o método de organização para um ChestLink COMMAND_HELP = Lista de comandos e as suas utilizações COMMAND_MEMBER = Adiciona, remove ou lista membros de um grupo +COMMAND_PARTY = Abre o menu das Partys, para poder dar acesso de todos os teus ChestLinks e AutoCrafters a outros jogadores. CURRENT_MEMBERS = Membros Atuais\: {player_list} FOUND_UNLINKED_STORAGE = Este {storage_type} não estava conectado ao teu sistema\! Acabou de ser adicionado sob o grupo {storage_identifier}\! GROUP_DOESNT_EXIST = {storage_group} não é um grupo {storage_type} válido para remover\! @@ -53,12 +54,6 @@ PARTY_CREATED = A Party {party_name} acabou de ser criada\! PARTY_DELETE = Eliminar Party "{party_name}"? PARTY_DELETED = A Party {party_name} acabou de ser eliminada\! PARTY_DOESNT_EXIST = A Party {party_name} não existe\! -# Chests++ Language File (Version 2.3-Beta)) -# NOTE: This file gets replaced when the plugin launches! If you want to make modifications create a copy first! -# To create a new language file simply create a copy of this file and rename it to your desired choice for example 'en_US.properties' -# It should be located in the 'lang' folder -# Then in config.yml 'language-file: default' would be renamed to 'language-file: en_US' -# To help contribute to the plugin and provide new language files you can create a pull-request at https://github.com/JamesPeters98/ChestsPlusPlus or join our Discord https://discord.gg/YRs3mP5 PARTY_ENTER_NAME = Escreve o nome da Party PARTY_INVITE = Foste convidado para entrar na Party de {player_name}\: {party_name} PARTY_INVITE_OWNER = Convidaste {player_name} para entrar na tua Party\: {party_name}