mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2024-11-22 18:45:59 +01:00
Lang updates
This commit is contained in:
parent
2a48a07c52
commit
3ee137ae35
@ -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\!
|
||||
|
@ -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\!
|
||||
|
@ -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\!
|
||||
|
@ -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
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user