From a877e96d7694388c77cea1f35a717bca624a2685 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 6 May 2020 19:36:13 +0200 Subject: [PATCH 001/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index e93d942..f66b39f 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1770,4 +1770,4 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Пинг в списке серверов -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Отображает числовое значение пинга вместо делений в списке серверов. \ No newline at end of file From 537e7e7b3fbec3a4641237c7abc0602aa221e5e9 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 8 May 2020 06:57:16 +0200 Subject: [PATCH 002/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 5168baa..072efe3 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1760,8 +1760,8 @@ update.available.beta = ベータ版へ更新可能です modules.item.direction.count_angle_north = 北から数えます modules.item.direction.count_angle_north.desc = コンパスのように動きます。北は0°、南は180°です。 -modules.item.uptime = Uptime -modules.item.uptime.extended = Extended +modules.item.uptime = 稼働時間 +modules.item.uptime.extended = エクステンド modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). ingame.uptime = Uptime @@ -1769,5 +1769,5 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List +config.display.ping_on_serverlist = サーバーリストへのPing config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file From c3d7b0d135ef173ff1a41ab0cd92d201283bd9aa Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 9 May 2020 15:56:48 +0200 Subject: [PATCH 003/382] New translations language_en_US.properties (German) --- resources/lang/44/language_de_DE.properties | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/44/language_de_DE.properties b/resources/lang/44/language_de_DE.properties index c447555..6273f02 100644 --- a/resources/lang/44/language_de_DE.properties +++ b/resources/lang/44/language_de_DE.properties @@ -1752,22 +1752,22 @@ plugin.conn.download = Lade Plugin herunter... plugin.conn.downloaded = Installation vollständig plugin.conn.error.fs = Plugin Datei konnte nicht erstellt werden -update.beta.1 = A new beta version of the 5zig mod is available\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.beta.1 = Eine neue Beta-Version der 5zig Mod ist verfügbar\! +update.beta.2 = Gehe jetzt auf l.5zigreborn.eu/beta\! +update.available.stable = Update verfügbar +update.available.beta = Beta-Update verfügbar -modules.item.direction.count_angle_north = Count from north -modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. +modules.item.direction.count_angle_north = Vom Norden zählen +modules.item.direction.count_angle_north.desc = Verhält sich wie ein Kompass, markiert 0° als Norden und 180° als Süden. -modules.item.uptime = Uptime -modules.item.uptime.extended = Extended -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +modules.item.uptime = Betriebszeit +modules.item.uptime.extended = Erweitert +modules.item.uptime.extended.desc = Zeigt die Zeit unter Verwendung der erweiterten Namen (Stunden, Sekunden) an. +ingame.uptime = Betriebszeit -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = Dein Spotify-Token wurde erfolgreich gespeichert. -config.server_hypixel.hypixel_api_key = API Key... -config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.server_hypixel.hypixel_api_key = API Schlüssel... +config.server_hypixel.hypixel_api_key.desc = Der Hypixel-API Schlüssel für dieses Konto. +config.display.ping_on_serverlist = Ping in Serverliste +config.display.ping_on_serverlist.desc = Zeigt den numerischen Pingwert anstelle der Balken in der Serverliste an. \ No newline at end of file From 729005dcb1b4a98a29f19e5694b8df95ae3b657d Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 14:16:50 +0200 Subject: [PATCH 004/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 54 ++++++++++----------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index ee49c5e..ab5ec5c 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1714,21 +1714,21 @@ ingame.reach = Range error = Erreur -account_manager.title = Accounts +account_manager.title = Comptes account_manager.create = Enter a password to encrypt the accounts database. account_manager.enter_password = Enter the accounts database password. account_manager.edit = Add/Edit account account_manager.username = Username/E-mail account_manager.password = Password (leave blank for offline accounts) -account_manager.type.legacy = Offline -account_manager.type.mojang = Verified -account_manager.add_btn = Add... -account_manager.remove = Remove -account_manager.edit_btn = Edit... -account_manager.change_password = Change Key - -spotify.token.set = Set -spotify.token.not_set = Not Set +account_manager.type.legacy = Hors ligne +account_manager.type.mojang = Verifié +account_manager.add_btn = Ajouter... +account_manager.remove = Supprimer +account_manager.edit_btn = Editer... +account_manager.change_password = Changer la clé + +spotify.token.set = Régler +spotify.token.not_set = Non Défini config.spotify.title = Spotify config.spotify.refresh_token = Token config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. @@ -1739,35 +1739,35 @@ ingame.mode = Mode modules.item.octc_map = Map modules.item.octc_mode = Mode -modules.item.octc_team = Team +modules.item.octc_team = Équipe modules.category.server_occ = Server OCC gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. gui.alert.feature_unavailable = This feature isn't currently available. -plugin.conn.starting = Starting server... -plugin.conn.listening = Waiting for plugins... +plugin.conn.starting = Démarrage du serveur... +plugin.conn.listening = En attente de plugins... plugin.conn.info = Do you want to install this plugin? plugin.conn.download = Downloading plugin... plugin.conn.downloaded = Install complete plugin.conn.error.fs = Could not create plugin file update.beta.1 = A new beta version of the 5zig mod is available\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.beta.2 = Obtenez-le de l.5zigreborn.eu/beta \! +update.available.stable = Mise à jour disponible  +update.available.beta = Mise à jour version bêta disponible -modules.item.direction.count_angle_north = Count from north -modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. +modules.item.direction.count_angle_north = Compte depuis le nord +modules.item.direction.count_angle_north.desc = Agis comme une boussole, marquant 0° comme Nord et 180° comme Sud. -modules.item.uptime = Uptime -modules.item.uptime.extended = Extended -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +modules.item.uptime = Disponibilité +modules.item.uptime.extended = Étendu +modules.item.uptime.extended.desc = Affiche le temps en utilisant les noms étendus (heures, secondes). +ingame.uptime = Disponibilité -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = Votre jeton Spotify a été enregistré avec succès. -config.server_hypixel.hypixel_api_key = API Key... -config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.server_hypixel.hypixel_api_key = Clé API... +config.server_hypixel.hypixel_api_key.desc = La clé API Hypixel pour ce compte. +config.display.ping_on_serverlist = Ping sur la liste des serveurs +config.display.ping_on_serverlist.desc = Afficher la valeur du ping numérique au lieu des barres dans la liste des serveurs. \ No newline at end of file From 3f49477bcfcb0b1c4e08c517a583524be9593111 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 14:29:29 +0200 Subject: [PATCH 005/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index ab5ec5c..f2d7639 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1734,25 +1734,25 @@ config.spotify.refresh_token = Token config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. config.display.spotify = Spotify... -ingame.map = Map +ingame.map = Carte ingame.mode = Mode -modules.item.octc_map = Map +modules.item.octc_map = Carte modules.item.octc_mode = Mode modules.item.octc_team = Équipe -modules.category.server_occ = Server OCC +modules.category.server_occ = Serveur OCC -gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. -gui.alert.feature_unavailable = This feature isn't currently available. +gui.alert.server_disconnected = Vous n'êtes pas connecté à notre serveur, vous ne pouvez donc pas vous connecter à votre panneau. +gui.alert.feature_unavailable = Cette fonctionnalité n'est pas disponible pour le moment. plugin.conn.starting = Démarrage du serveur... plugin.conn.listening = En attente de plugins... -plugin.conn.info = Do you want to install this plugin? -plugin.conn.download = Downloading plugin... -plugin.conn.downloaded = Install complete -plugin.conn.error.fs = Could not create plugin file +plugin.conn.info = Voulez-vous installer ce plugin ? +plugin.conn.download = Téléchargement du plugin... +plugin.conn.downloaded = Installation terminée +plugin.conn.error.fs = Impossible de créer le fichier du plugin -update.beta.1 = A new beta version of the 5zig mod is available\! +update.beta.1 = Une nouvelle version bêta de 5zig Mod est disponible \! update.beta.2 = Obtenez-le de l.5zigreborn.eu/beta \! update.available.stable = Mise à jour disponible  update.available.beta = Mise à jour version bêta disponible From 9312e3ee4f1941031eba94186d8c7e60c80d4c53 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 14:38:45 +0200 Subject: [PATCH 006/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index f2d7639..190da1d 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1672,16 +1672,16 @@ ingame.host = Host ingame.participants = Participants ingame.best_of = Best Of ingame.qualification = Qualification -ingame.qualification.rounds = Rounds -ingame.round = Round +ingame.qualification.rounds = Manches +ingame.round = Manche ingame.tournament = Tournoi par %s ingame.star = Étoile ingame.star_in = The Star will be released in %s seconds \! -ingame.checkpoints = Checkpoints -ingame.fails = Fails +ingame.checkpoints = Points de contrôle +ingame.fails = Échecs ingame.lives = Vies ingame.gold = Or -ingame.loot = Loot +ingame.loot = Butin ingame.regeneration = Régénération ingame.now_spawn_regeneration = You can now regenerate your time at Spawn \! ingame.loot_spawned = Un nouveau loot est apparu au spawn \! @@ -1700,7 +1700,7 @@ ingame.battery = Batterie ingame.memory = Mémoire ingame.first_player = Premier/Première ingame.place = Place -ingame.remaining_fields = Fields +ingame.remaining_fields = Champs ingame.first_to = Premier à ingame.score = Score ingame.timer = Chronomètre From d897ebb0643bb4c4ddc4139918b9b4e315496fc5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 15:08:27 +0200 Subject: [PATCH 007/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 190da1d..7f66597 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1690,7 +1690,7 @@ ingame.current_minigame = Mini-jeu ingame.next_minigame = Prochain mini-jeu ingame.coins = Coins ingame.medal = Médailles -ingame.parkour = Parkour +ingame.parkour = Parcours ingame.checkpoint = Checkpoint ingame.last_checkpoint = Dernier checkpoint ingame.discipline = Discipline @@ -1717,7 +1717,7 @@ error = Erreur account_manager.title = Comptes account_manager.create = Enter a password to encrypt the accounts database. account_manager.enter_password = Enter the accounts database password. -account_manager.edit = Add/Edit account +account_manager.edit = Ajouter/Editer un compte account_manager.username = Username/E-mail account_manager.password = Password (leave blank for offline accounts) account_manager.type.legacy = Hors ligne From 0df5a5cdaf0476c3fc084cc0b8d75fbac9be6e23 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 15:27:22 +0200 Subject: [PATCH 008/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 7f66597..4b6d60a 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1688,10 +1688,10 @@ ingame.loot_spawned = Un nouveau loot est apparu au spawn \! ingame.afk = AFK ingame.current_minigame = Mini-jeu ingame.next_minigame = Prochain mini-jeu -ingame.coins = Coins +ingame.coins = Pièces de Monnaie ingame.medal = Médailles ingame.parkour = Parcours -ingame.checkpoint = Checkpoint +ingame.checkpoint = Point de contrôle ingame.last_checkpoint = Dernier checkpoint ingame.discipline = Discipline ingame.light_level = Niveau de lumière @@ -1699,7 +1699,7 @@ ingame.speed = Vitesse ingame.battery = Batterie ingame.memory = Mémoire ingame.first_player = Premier/Première -ingame.place = Place +ingame.place = Lieu ingame.remaining_fields = Champs ingame.first_to = Premier à ingame.score = Score @@ -1707,19 +1707,19 @@ ingame.timer = Chronomètre ingame.emeralds = Émeraudes ingame.death_coordinates = Coordonnées de votre dernière mort ingame.pitch = Pitch -ingame.chunk = Chunk +ingame.chunk = Tronçon ingame.damage_resistance = Résistance ingame.nickname = Pseudo affiché -ingame.reach = Range +ingame.reach = Rayon error = Erreur account_manager.title = Comptes -account_manager.create = Enter a password to encrypt the accounts database. -account_manager.enter_password = Enter the accounts database password. +account_manager.create = Entrez un mot de passe pour chiffrer la base de données des comptes. +account_manager.enter_password = Entrez le mot de passe de la base de données des comptes. account_manager.edit = Ajouter/Editer un compte -account_manager.username = Username/E-mail -account_manager.password = Password (leave blank for offline accounts) +account_manager.username = Nom d'utilisateur/E-mail +account_manager.password = Mot de passe (laisser vide pour les comptes hors ligne) account_manager.type.legacy = Hors ligne account_manager.type.mojang = Verifié account_manager.add_btn = Ajouter... @@ -1730,8 +1730,8 @@ account_manager.change_password = Changer la clé spotify.token.set = Régler spotify.token.not_set = Non Défini config.spotify.title = Spotify -config.spotify.refresh_token = Token -config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. +config.spotify.refresh_token = Jeton +config.spotify.refresh_token.desc = Votre jeton Spotify. Connectez votre compte et obtenez un jeton sur https\://secure.5zigreborn.eu/spotify. config.display.spotify = Spotify... ingame.map = Carte From c156a44bd1353eed7a9e423f4b17334a2afe29f9 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 15:34:52 +0200 Subject: [PATCH 009/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 4b6d60a..a6dcabb 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1250,7 +1250,7 @@ config.teamspeak.ts_enabled = Activer le module config.teamspeak.ts_auth_gui = Modifier la clé API de TS... config.teamspeak.ts_text_messages_in_chat = Messages textes dans le tchat config.teamspeak.ts_channel_events_in_chat = Évènements de canaux dans le tchat -config.teamspeak.ts_dm_overlay = Direct Message Overlay +config.teamspeak.ts_dm_overlay = Superposition de Message Direct config.friend_list.friend_sortation = Trier par config.friend_list.name = Nom @@ -1346,7 +1346,7 @@ chat.status.sent = Envoyé chat.status.delivered = Délivré chat.status.read = Lu chat.conversation_settings = Réglages... -chat.conversation_settings.title = Conversation Settings +chat.conversation_settings.title = Paramètres de la Conversation chat.conversation_settings.behaviour = Comportement\: %s chat.conversation_settings.behaviour.default = Par défaut chat.conversation_settings.behaviour.show = Afficher les notifications @@ -1359,7 +1359,7 @@ chat.new_group_message = Nouveau message dans %s chat.new_file_request = Requête de fichier de la part de %s chat.accept_file_transfer = Ouvrez l'interface de tchat pour accepter \! chat.select_image = Sélectionnez une image -chat.new_messages = You have %s new messages\! +chat.new_messages = Vous avez %s nouveaux messages \! chat.audio.name = Audio chat.audio.too_large = L'audio ne peut pas être plus lourd que %s \! @@ -1512,8 +1512,8 @@ raid.north = nord raid.south = sud raid.east = est raid.west = ouest -raid.tracker_coords = Tracker Coords -raid.tracked_blocks = Tracked Blocks +raid.tracker_coords = Traqueur de coordonnées +raid.tracked_blocks = Traqueur de Blocs raid.narrow = Narrow raid.track = Track %s @@ -1604,7 +1604,7 @@ weather.loading = Chargement en cours... weather.city = Ville weather.condition = Condition weather.temperature = Température -ingame.fps = FPS +ingame.fps = IPS ingame.target = Cible ingame.target_name = Bloc ciblé ingame.cps = CPS @@ -1622,7 +1622,7 @@ ingame.ip = IP ingame.players = Joueurs ingame.ping = Ping ingame.pinging = Test du ping... -ingame.kills = Kills +ingame.kills = Tue ingame.stats_kills = Statisiques de kill ingame.killstreak = Kills enchaînés ingame.killstreak.double = Double Kill \! @@ -1644,7 +1644,7 @@ ingame.invincibility_wears_off = L'invincibilité se termine dans %s secondes \! ingame.no_longer_invincible = Vous n'êtes plus invincible \! ingame.time = Heure ingame.date = Date -ingame.feast = Feast +ingame.feast = Fête ingame.minifeast = Mini Feast ingame.starting = Démarage ingame.invincibility = Invincibilité @@ -1652,7 +1652,7 @@ ingame.starting_in = Début de la partie dans %s secondes \! ingame.win = %s à remporté la partie \! ingame.win.team.self = Votre équipe à remporté la partie \! ingame.win.team.other = L'équipe adverse à remporté la partie \! -ingame.lobby = Lobby +ingame.lobby = Hall ingame.teams = Équipes ingame.teams.allowed = Autorisées ingame.teams.not_allowed = Interdites @@ -1668,9 +1668,9 @@ ingame.opponent.games_total = Parties de votre adversaire ingame.opponent.games_won = Parties de votre adersaire remportées ingame.opponent.kill_death_ratio = Ratio de votre adversaire K/D ingame.ending_in = La partie se termine dans %s secondes \! -ingame.host = Host +ingame.host = Hôte ingame.participants = Participants -ingame.best_of = Best Of +ingame.best_of = Meilleur de ingame.qualification = Qualification ingame.qualification.rounds = Manches ingame.round = Manche @@ -1706,7 +1706,7 @@ ingame.score = Score ingame.timer = Chronomètre ingame.emeralds = Émeraudes ingame.death_coordinates = Coordonnées de votre dernière mort -ingame.pitch = Pitch +ingame.pitch = Pas ingame.chunk = Tronçon ingame.damage_resistance = Résistance ingame.nickname = Pseudo affiché From 5dbfa181d2661bd095bd2963a644c49f11757905 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 15:44:21 +0200 Subject: [PATCH 010/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index a6dcabb..687c6d9 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -790,7 +790,7 @@ modules.item.direction.direction_style = Direction modules.item.direction.direction_style.desc = Modifie comment votre direction sera affichée. modules.item.direction.number = Number modules.item.direction.string = String -modules.item.direction.both = Both +modules.item.direction.both = Les deux modules.item.direction.degree = Degree modules.item.direction.show_direction_towards = Show Direction Towards modules.item.direction.show_direction_towards.desc = Affiche dans quel x ou z vous regardez. @@ -951,9 +951,9 @@ modules.item.ip = IP modules.item.ip.desc = Affiche l'ip du serveur sur lequel vous êtes connecté. modules.item.players = Nombre de joueurs modules.item.players.desc = Affiche le nombre de joueurs du serveur sur lequel vous êtes connecté. -modules.item.ping = Ping +modules.item.ping = Latence modules.item.ping.desc = Affiche votre ping (plus le ping est bas, plus votre connection sera bonne). -modules.item.lobby = Lobby +modules.item.lobby = Hall modules.item.lobby.desc = Affiche le nom du serveur de lobby auquel vous êtes connecté. modules.item.countdown = Compte à rebours modules.item.countdown.desc = Affiche le compte à rebours avant le début du mini-jeu auquel vous jouez (fonctionne uniquement dans les mini-jeux compatibles). @@ -1216,13 +1216,13 @@ teamspeak.menu.client.kick_channel = Expulser le client du chanel... teamspeak.menu.client.kick_channel.message = Merci d'entrer le motif d'expulsion. teamspeak.menu.client.kick_server = Expulser le client du serveur... teamspeak.menu.client.kick_server.message = Merci d'entrer le motif d'expulsion. -teamspeak.menu.client.mute = Mute +teamspeak.menu.client.mute = Rendre muet teamspeak.menu.client.unmute = Démute teamspeak.menu.client.ban = Bannir le client du serveur... teamspeak.create_channel.title = Canal TeamSpeak teamspeak.create_channel.name = Nom\: teamspeak.create_channel.password = Mot de passe\: -teamspeak.create_channel.topic = Topic\: +teamspeak.create_channel.topic = Sujet\: teamspeak.create_channel.description = Description\: teamspeak.create_channel.lifespan = Type de canal\: teamspeak.create_channel.lifespan.temporary = Temporaire @@ -1306,7 +1306,7 @@ friend.invite.suggestions.new = Nous avons trouvé %s suggestion(s) d'ami \! group.new = Nouveau Groupe group.owner = Chef -group.admin = Admin +group.admin = Administrateur group.unknown = Inconnu group.more_members = et %s de plus... group.info = Informations @@ -1495,7 +1495,7 @@ cape.upload.default.title = Transférer la cape par défaut cape.upload.max_size = L'image ne peut pas être plus grande que %s \! cape.upload.wrong_dimension = Taille de la cape invalide \! cape.upload.uploading = Cape en cours de transfert... -cape.forbidden = You need to be a %s to use this cape\! +cape.forbidden = Vous devez être un %s pour utiliser ce cape \! mcpvp_servers.title = Sélectionnez un serveur McPvP mcpvp_servers.join_server = Rejoindre le serveur @@ -1507,15 +1507,15 @@ language.select = Vous utilisez la traduction française de %s confirm_disconnect.title = Êtes-vous sûr de vouloir vous déconnecter de ce serveur? raid.title = Calculateur de raid -raid.tracked = Tracked %s blocks from %s to %s (%s in nether) in %s direction +raid.tracked = Suivi de %s blocs de %s à %s (%s dans le nethert) dans la direction %s raid.north = nord raid.south = sud raid.east = est raid.west = ouest raid.tracker_coords = Traqueur de coordonnées raid.tracked_blocks = Traqueur de Blocs -raid.narrow = Narrow -raid.track = Track %s +raid.narrow = Étroit +raid.track = Piste %s coordinate_clipboard.title = Presse-papier des coordonnées coordinate_clipboard.description = Aide\: Dans cet écran vous pouvez enregister rapidement des coordonnées dans le "presse-papier". Ces coordonnées seront affichées sur l'écran (avec l'outil correspondant). Cette fonctionnalité est très intéressante dans le cas où vous devez enregister des coordonnées. @@ -1548,10 +1548,10 @@ plugin_manager.disable = Désactiver plugin_manager.reload = Redémarer plugin_manager.plugin_folder = Dossier des plugins plugin_manager.help = Installez et gérez des plugins pour le 5zig mod \! Les plugins permettent aux autres développeurs d'ajouter des fonctionnalités suplémentaires au mod. Plus d'informations sur 5zigreborn.eu/plugins. -plugin_manager.update = Auto-update +plugin_manager.update = Mise à jour automatique credits.title = Crédits -credits.reborn = Reborn Developers +credits.reborn = Développeurs Renés credits.developer = Développeur credits.special_thanks = Remerciments spéciaux à credits.translators = Traducteurs @@ -1620,7 +1620,7 @@ ingame.biome = Biome ingame.entities = Entitées ingame.ip = IP ingame.players = Joueurs -ingame.ping = Ping +ingame.ping = Latence ingame.pinging = Test du ping... ingame.kills = Tue ingame.stats_kills = Statisiques de kill @@ -1645,7 +1645,7 @@ ingame.no_longer_invincible = Vous n'êtes plus invincible \! ingame.time = Heure ingame.date = Date ingame.feast = Fête -ingame.minifeast = Mini Feast +ingame.minifeast = Mini Fête ingame.starting = Démarage ingame.invincibility = Invincibilité ingame.starting_in = Début de la partie dans %s secondes \! From 5ce2c935b3811d808b8cff6a25e6616905ab4b43 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 16:09:20 +0200 Subject: [PATCH 011/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 687c6d9..44d1408 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -778,17 +778,17 @@ modules.item.chunk_coordinates.side_by_side = Cote à cote modules.item.chunk_coordinates.chunk_style = Affichage modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. modules.item.chunk_coordinates.relative = Relative -modules.item.chunk_coordinates.chunk = Chunk only -modules.item.chunk_coordinates.both = Relative and Chunk +modules.item.chunk_coordinates.chunk = Tronçon seulement +modules.item.chunk_coordinates.both = Relative et Tronçon modules.item.death_coordinates = Emplacement de mort modules.item.death_coordinates.desc = Affiche le dernier endroit où vous êtes mort. modules.item.death_coordinates.nether = Nether -modules.item.death_coordinates.the_end = The End +modules.item.death_coordinates.the_end = L'Ender modules.item.direction = Direction modules.item.direction.desc = Affiche la direction que vous regardez. modules.item.direction.direction_style = Direction modules.item.direction.direction_style.desc = Modifie comment votre direction sera affichée. -modules.item.direction.number = Number +modules.item.direction.number = Nombre modules.item.direction.string = String modules.item.direction.both = Les deux modules.item.direction.degree = Degree @@ -959,9 +959,9 @@ modules.item.countdown = Compte à rebours modules.item.countdown.desc = Affiche le compte à rebours avant le début du mini-jeu auquel vous jouez (fonctionne uniquement dans les mini-jeux compatibles). modules.item.countdown.show_large_countdown = Center modules.item.countdown.show_large_countdown.desc = Permet au compte à rebours d'être mis au centre de l'écran. -modules.item.kills = Kills +modules.item.kills = Tue modules.item.kills.desc = Affiche vos kills dans mini-jeu auquel vous jouez. -modules.item.killstreak = Killstreak +modules.item.killstreak = Série de tués modules.item.killstreak.desc = Affiche vos kills à la suite dans mini-jeu auquel vous jouez. modules.item.deaths = Morts modules.item.deaths.desc = Affiche vos morts dans mini-jeu auquel vous jouez. @@ -980,7 +980,7 @@ modules.item.party_members.star = Étoile du chef modules.item.party_members.star.desc = Affiche l'étoile derrière le pseudo du chef de groupe. modules.item.nickname = Pseudo modules.item.nickname.desc = Affiche votre pseudo actuel. -modules.item.combat_range = Combat Range +modules.item.combat_range = Portée de Combat modules.item.timolia_pvp_winstreak = Victoires à la suite modules.item.timolia_pvp_winstreak.desc = Affiche vos victoires à la suite en 1v1 sur Timolia. modules.item.timolia_pvp_opponent = Adversaire @@ -1125,10 +1125,10 @@ config.2nd_chat.2nd_chat_opacity = Opacité config.2nd_chat.2nd_chat_opacity.desc = Permet de modifier l'opacité du second tchat. config.2nd_chat.2nd_chat_scale = Échelle config.2nd_chat.2nd_chat_scale.desc = Permet de modifier l'échelle du second tchat. -config.2nd_chat.2nd_chat_height_focused = Focused height +config.2nd_chat.2nd_chat_height_focused = Hauteur ciblée config.2nd_chat.2nd_chat_height_focused.desc = Specify the height of the second chat while it's focused. -config.2nd_chat.2nd_chat_height_unfocused = Unfocused height -config.2nd_chat.2nd_chat_height_unfocused.desc = Specify the height of the second chat while it's unfocused. +config.2nd_chat.2nd_chat_height_unfocused = Hauteur non ciblée +config.2nd_chat.2nd_chat_height_unfocused.desc = Spécifiez la hauteur de la deuxième conversation lorsque celle-ci n'est pas mise au point. config.2nd_chat.2nd_chat_width = Largeur config.2nd_chat.2nd_chat_width.desc = Permet de modifier la largeur du tchat. config.2nd_chat.2nd_chat_text_leftbound = Texte à gauche @@ -1162,15 +1162,15 @@ teamspeak.poke_chat = Tchat de poke teamspeak.enter_channel_password = Merci d'entrer le mot de passe du canal. teamspeak.enter_nickname = Merci d'entrer votre nouveau surnom \! teamspeak.chat.server = Serveur -teamspeak.chat.channel = Channel +teamspeak.chat.channel = Canal teamspeak.entry.server.name = Nom\: %s teamspeak.entry.server.ip = IP du serveur\: %s teamspeak.entry.server.version = Version\: %s sur %s teamspeak.entry.server.created = Créé\: %s -teamspeak.entry.server.channels = Channels\: %s +teamspeak.entry.server.channels = Canaux\: %s teamspeak.entry.server.clients = Clients connectés\: %s teamspeak.entry.channel.name = Nom\: %s -teamspeak.entry.channel.topic = Topic\: %s +teamspeak.entry.channel.topic = Sujet\: %s teamspeak.entry.channel.codec = Codec\: %s teamspeak.entry.channel.codec.speex_narrowband = Speex bande étroite teamspeak.entry.channel.codec.speex_wideband = Speex bande large From ac01e37b873455fe623615009ad83d2e523620a1 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 16:24:04 +0200 Subject: [PATCH 012/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 46 ++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 44d1408..7036a36 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -463,9 +463,9 @@ server.hypixel.stats.walls3.final_kills_enderman = Enderman Final Kills server.hypixel.stats.walls3.wins_enderman = Enderman Wins server.hypixel.stats.walls3.losses_enderman = Enderman Losses server.hypixel.stats.walls3.kills_herobrine = Herobrine Kills -server.hypixel.stats.walls3.deaths_herobrine = Herobrine Deaths -server.hypixel.stats.walls3.final_kills_herobrine = Herobrine Final Kills -server.hypixel.stats.walls3.wins_herobrine = Herobrine Wins +server.hypixel.stats.walls3.deaths_herobrine = Morts d'Herobrine +server.hypixel.stats.walls3.final_kills_herobrine = Mort Finale d'Herobrine +server.hypixel.stats.walls3.wins_herobrine = Victoire d'Herobrine server.hypixel.stats.walls3.losses_herobrine = Herobrine Losses server.hypixel.stats.walls3.kills_skeleton = Skeleton Kills server.hypixel.stats.walls3.deaths_skeleton = Skeleton Deaths @@ -749,7 +749,7 @@ modules.category.system = Système modules.category.other = Autre modules.item.dummy = (Dummy) -modules.item.fps = FPS +modules.item.fps = IPS modules.item.fps.desc = Affiche le nombre d'images par secondes. modules.item.fps.precise_f_p_s = Compte des FPS précis modules.item.fps.precise_f_p_s.desc = Permet d'activer un compte des FPS plus précis. (Cela mettra à jour les FPS toutes les 50 ms) @@ -776,7 +776,7 @@ modules.item.chunk_coordinates.coord_style.desc = Change le style dans lequel vo modules.item.chunk_coordinates.below_other = En dessous modules.item.chunk_coordinates.side_by_side = Cote à cote modules.item.chunk_coordinates.chunk_style = Affichage -modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. +modules.item.chunk_coordinates.chunk_style.desc = Active ou non l'affichage de vos coordonnées relatives au tronçon. modules.item.chunk_coordinates.relative = Relative modules.item.chunk_coordinates.chunk = Tronçon seulement modules.item.chunk_coordinates.both = Relative et Tronçon @@ -789,12 +789,12 @@ modules.item.direction.desc = Affiche la direction que vous regardez. modules.item.direction.direction_style = Direction modules.item.direction.direction_style.desc = Modifie comment votre direction sera affichée. modules.item.direction.number = Nombre -modules.item.direction.string = String +modules.item.direction.string = Chaîne modules.item.direction.both = Les deux -modules.item.direction.degree = Degree -modules.item.direction.show_direction_towards = Show Direction Towards +modules.item.direction.degree = Angles +modules.item.direction.show_direction_towards = Afficher la direction de l'orientation modules.item.direction.show_direction_towards.desc = Affiche dans quel x ou z vous regardez. -modules.item.pitch = Pitch +modules.item.pitch = Pas modules.item.pitch.desc = Affiche la rotation du joueur. modules.item.biome = Biome modules.item.biome.desc = Affiche le biome dans lequel vous vous trouvez. @@ -872,9 +872,9 @@ modules.item.einslive = 1LIVE modules.item.einslive.desc = Affiche la nom de la chanson, son auteur et son album, si vous jouez de la musique sur 1LIVE.de modules.item.teamspeak = TeamSpeak modules.item.teamspeak.desc = Affiche les joueurs actuellement dans votre canal. -modules.item.teamspeak.show_all_tabs = Show All Tabs -modules.item.teamspeak.show_all_tabs.desc = Toggle whether your current channels of all the TeamSpeak servers you are currently online should be shown or if only the current channel of the currently selected server should be displayed. -modules.item.teamspeak.more = ...and %s more +modules.item.teamspeak.show_all_tabs = Afficher tous les onglets +modules.item.teamspeak.show_all_tabs.desc = Permet de déterminer si vos canaux actuels de tous les serveurs TeamSpeak que vous êtes actuellement en ligne devraient être affichés ou si seulement le canal actuel du serveur sélectionné doit être affiché. +modules.item.teamspeak.more = ...et %s autres modules.item.coordinates_clipboard = Presse-papier des coordonnées modules.item.coordinates_clipboard.desc = Affiche vos coordonnées sauvegardées ainsi qu'une flèche montrant la direction de ces coordonnées. modules.item.custom_server = Serveur personnalisé @@ -1076,13 +1076,13 @@ modules.item.hypixel_paintball_team.desc = Affiche votre équipe en Paintball su modules.item.hypixel_blitz_kit = Kit en Blitz modules.item.hypixel_blitz_kit.desc = Affiche votre kit en Blitz sur Hypixel. modules.item.hypixel_blitz_star = Étoile en Blitz -modules.item.hypixel_blitz_star.desc = Displays a star timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_star.desc = Affiche une minuterie en étoile en Blitz sur le réseau Hypixel. modules.item.hypixel_blitz_deathmatch = Match à mort en Blitz modules.item.hypixel_blitz_deathmatch.desc = Affiche le temps avant le match à mort en Blitz sur Hypixel. -modules.item.hypixel_blitz_star_message = Blitz Star Message -modules.item.hypixel_blitz_star_message.desc = Displays a star timer in Blitz on the Hypixel Network. -modules.item.hypixel_blitz_deathmatch_message = Blitz Deathmatch Message -modules.item.hypixel_blitz_deathmatch_message.desc = Displays a deathmatch timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_star_message = Message Blitz Étoilé +modules.item.hypixel_blitz_star_message.desc = Affiche une minuterie en étoile en Blitz sur le réseau Hypixel. +modules.item.hypixel_blitz_deathmatch_message = Message Blitz de match à mort +modules.item.hypixel_blitz_deathmatch_message.desc = Affiche un minuteur de match à mort en Blitz sur Hypixel Network. modules.item.venicraft_mineathlon_discipline = Discipline en Mineathlon modules.item.venicraft_mineathlon_discipline.desc = Affiche la discipline actuelle en Mineathlon sur Venicraft. modules.item.venicraft_mineathlon_round = Round en Mineathlon @@ -1093,14 +1093,14 @@ modules.item.cytooxien_marioparty_first_second_third = Compte de \#1/\#2/\#3 pla modules.item.cytooxien_marioparty_first_second_third.desc = Affiche le nombre de parties où vous êtes arrivé 1er, 2nd, 3ème en Mario Party sur Cytooxien. modules.item.cytooxien_marioparty_place = Place en Mario Party modules.item.cytooxien_marioparty_place.desc = Affiche votre place en Mario Party sur Cytooxien. -modules.item.cytooxien_marioparty_remaining_fields = MarioParty Remaining Fields -modules.item.cytooxien_marioparty_remaining_fields.desc = Displays your remaining fields in MarioParty on the Cytooxien Network. +modules.item.cytooxien_marioparty_remaining_fields = Champs restants de MarioParty +modules.item.cytooxien_marioparty_remaining_fields.desc = Affiche vos champs restants en MarioParty sur Cytooxien Network. modules.item.cytooxien_marioparty_current_minigame = Mini-jeu actuel en Mario Party modules.item.cytooxien_marioparty_current_minigame.desc = Affiche le mini-jeu auquel vous jouez en Mario Party sur Cytooxien. modules.item.cytooxien_marioparty_next_minigame = Prochain mini-jeu en Mario Party modules.item.cytooxien_marioparty_next_minigame.desc = Affiche le prochain mini-jeu en Mario Party sur Cytooxien. -modules.item.cytooxien_marioparty_first_player = MarioParty First Player -modules.item.cytooxien_marioparty_first_player.desc = Displays the first player in MarioParty on the Cytooxien Network. +modules.item.cytooxien_marioparty_first_player = Premier Joueur de MarioParty +modules.item.cytooxien_marioparty_first_player.desc = Affiche le premier joueur en MarioParty sur Cytooxien Network. modules.item.cytooxien_bw_beds = Lits détruits en Bedwars modules.item.cytooxien_bw_beds.desc = Affiche le nombre de lits que vous avez détruit en BedWars sur Cytooxien. modules.item.cytooxien_bw_stats_kills = Statistiques de kills en BedWars @@ -1126,7 +1126,7 @@ config.2nd_chat.2nd_chat_opacity.desc = Permet de modifier l'opacité du second config.2nd_chat.2nd_chat_scale = Échelle config.2nd_chat.2nd_chat_scale.desc = Permet de modifier l'échelle du second tchat. config.2nd_chat.2nd_chat_height_focused = Hauteur ciblée -config.2nd_chat.2nd_chat_height_focused.desc = Specify the height of the second chat while it's focused. +config.2nd_chat.2nd_chat_height_focused.desc = Spécifiez la hauteur de la deuxième conversation pendant qu'elle est mise au point. config.2nd_chat.2nd_chat_height_unfocused = Hauteur non ciblée config.2nd_chat.2nd_chat_height_unfocused.desc = Spécifiez la hauteur de la deuxième conversation lorsque celle-ci n'est pas mise au point. config.2nd_chat.2nd_chat_width = Largeur @@ -1149,7 +1149,7 @@ teamspeak.auth.title = Authentication sur TeamSpeak teamspeak.auth.info = Le 5zig mod à besoin d'une clé d'authentication si vous souhaitez utiliser l'outil TeamSpeak intégré au mod. teamspeak.auth.invalid_key = Clé d'authentication invalide \! teamspeak.auth.steps.win = Ouvrez dans TeamSpeak le menu "Outils", allez dans "Compléments". Sélectionnez ensuite "My addons" puis cherchez "ClientQuery". Ensuite cliquez sur "Paramètres". Ensuite copiez l'API Key, collez la dans Minecraft et cliquez sur "OK". -teamspeak.auth.steps.mac = Open the settings menu of your TeamSpeak client under "TeamSpeak 3"->"Settings". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plugin and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. +teamspeak.auth.steps.mac = Ouvrez le menu des paramètres de votre client TeamSpeak sous "TeamSpeak 3"->"Paramètres". Ensuite, sélectionnez "Addons" sur le côté gauche et cliquez sur l'onglet "Mes addons". Recherchez le plugin "ClientQuery" et cliquez sur "Paramètres". Enfin, copiez la clé API, collez-la dans le champ de texte inférieur de votre fenêtre Minecraft et cliquez sur terminé. teamspeak.overlay.poked = %s vous a envoyé un poke \! teamspeak.overlay.direct_message = %s vous a envoyé un message \! teamspeak.message.poked = "%s" vous a envoyé un poke\: %s From e833e85865f8d577b54cce1b29acdbc876cd60d5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 16:32:29 +0200 Subject: [PATCH 013/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 7036a36..cf39c22 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -389,10 +389,10 @@ server.hypixel.stats.info = Statistiques de %s server.hypixel.stats.none = Aucune server.hypixel.stats.general.displayname = Pseudo server.hypixel.stats.general.package_rank = Rang -server.hypixel.stats.general.network_exp = Exp +server.hypixel.stats.general.network_exp = Xp server.hypixel.stats.general.network_level = Niveau server.hypixel.stats.general.karma = Karma -server.hypixel.stats.general.vanity_tokens = Vanity Tokens +server.hypixel.stats.general.vanity_tokens = Jetons de Vanité server.hypixel.stats.general.tips_sent = Tips envoyés server.hypixel.stats.general.thanks_sent = Merci envoyés server.hypixel.stats.general.first_login = Première connection @@ -400,7 +400,7 @@ server.hypixel.stats.general.last_login = Dernière connection server.hypixel.stats.quake.coins = Monnaie server.hypixel.stats.quake.kills = Kills server.hypixel.stats.quake.deaths = Morts -server.hypixel.stats.quake.killstreaks = Killstreaks +server.hypixel.stats.quake.killstreaks = Série de tués server.hypixel.stats.quake.wins = Victoires server.hypixel.stats.walls.coins = Monnaie server.hypixel.stats.walls.kills = Kills @@ -412,7 +412,7 @@ server.hypixel.stats.walls.monthly_wins_b = Victoires par mois server.hypixel.stats.paintball.coins = Monnaie server.hypixel.stats.paintball.kills = Kills server.hypixel.stats.paintball.deaths = Morts -server.hypixel.stats.paintball.killstreaks = Killstreaks +server.hypixel.stats.paintball.killstreaks = Série de tués server.hypixel.stats.paintball.shots_fired = Coups tirés server.hypixel.stats.paintball.wins = Victoires server.hypixel.stats.hungergames.coins = Monnaie @@ -462,12 +462,12 @@ server.hypixel.stats.walls3.deaths_enderman = Enderman Deaths server.hypixel.stats.walls3.final_kills_enderman = Enderman Final Kills server.hypixel.stats.walls3.wins_enderman = Enderman Wins server.hypixel.stats.walls3.losses_enderman = Enderman Losses -server.hypixel.stats.walls3.kills_herobrine = Herobrine Kills -server.hypixel.stats.walls3.deaths_herobrine = Morts d'Herobrine -server.hypixel.stats.walls3.final_kills_herobrine = Mort Finale d'Herobrine -server.hypixel.stats.walls3.wins_herobrine = Victoire d'Herobrine -server.hypixel.stats.walls3.losses_herobrine = Herobrine Losses -server.hypixel.stats.walls3.kills_skeleton = Skeleton Kills +server.hypixel.stats.walls3.kills_herobrine = Hérobrine Tués +server.hypixel.stats.walls3.deaths_herobrine = Morts d'Hérobrine +server.hypixel.stats.walls3.final_kills_herobrine = Mort Finale d'Hérobrine +server.hypixel.stats.walls3.wins_herobrine = Victoire d'Hérobrine +server.hypixel.stats.walls3.losses_herobrine = Pertes d'Hérobrine +server.hypixel.stats.walls3.kills_skeleton = Squelette tués server.hypixel.stats.walls3.deaths_skeleton = Skeleton Deaths server.hypixel.stats.walls3.final_kills_skeleton = Skeleton Final Kills server.hypixel.stats.walls3.wins_skeleton = Skeleton Wins @@ -564,14 +564,14 @@ server.hypixel.stats.skywars.kills = Kills server.hypixel.stats.skywars.assists = Aides au kill server.hypixel.stats.skywars.deaths = Morts server.hypixel.stats.skywars.wins = Victoires -server.hypixel.stats.skywars.win_streak = Win Streak +server.hypixel.stats.skywars.win_streak = Série de victoires server.hypixel.stats.skywars.losses = Défaites server.hypixel.stats.skywars.blocks_placed = Blocs posés server.hypixel.stats.skywars.blocks_broken = Blocs cassés server.hypixel.stats.skywars.quits = Déconnections -server.hypixel.stats.skywars.soul_well = Soul Wells -server.hypixel.stats.skywars.soul_well_legendaries = Legendary Soul Wells -server.hypixel.stats.skywars.soul_well_rares = Rare Soul Wells +server.hypixel.stats.skywars.soul_well = Puits d'Âmes +server.hypixel.stats.skywars.soul_well_legendaries = Puits d’Âmes Légendaires +server.hypixel.stats.skywars.soul_well_rares = Puits d'Âmes Rares server.hypixel.stats.skywars.souls_gathered = Âmes collectées server.hypixel.stats.skywars.egg_thrown = Oeufs lancés server.hypixel.stats.skywars.enderpearls_thrown = Perles du néant lancées @@ -748,7 +748,7 @@ modules.category.server_simplehg = Serveur SimpleHG modules.category.system = Système modules.category.other = Autre -modules.item.dummy = (Dummy) +modules.item.dummy = (Valeur) modules.item.fps = IPS modules.item.fps.desc = Affiche le nombre d'images par secondes. modules.item.fps.precise_f_p_s = Compte des FPS précis From 92fbe7cf1bcee067d1e3cd15efde3500a66ff946 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 16:40:05 +0200 Subject: [PATCH 014/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index cf39c22..de62349 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -226,7 +226,7 @@ config.display.show_chat_symbols = Afficher les symboles de tchat config.display.show_chat_symbols.desc = Activer ceci permettra l'utilisation de symboles dans l'interface de tchat. config.display.show_last_server = Afficher dernier serveur config.display.show_last_server.desc = Activer ceci affichera dans le menu principal le dernier serveur où vous vous êtes connecté. -config.display.show_custom_models = Show Custom Item Models +config.display.show_custom_models = Afficher les modèles d'articles personnalisés config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. config.display.keyboard_settings = Réglages des LEDs du clavier... config.display.keyboard_settings.desc = Customise les LEDs de ton clavier \! @@ -245,8 +245,8 @@ config.display.show_own_name_tag = Afficher son pseudo config.display.show_own_name_tag.desc = Permet de voir son propre pseudo. config.display.highlight_words_color = Couleur des mots surlignés config.display.highlight_words_color.desc = Change la couleur de surlignage des mots sélectionnés dans le tchat. -config.display.ping_on_tab = Ping on Tablist -config.display.ping_on_tab.desc = Display the ping value instead of the bars texture. +config.display.ping_on_tab = Latence dans la liste de Tabulation +config.display.ping_on_tab.desc = Affiche la valeur de ping au lieu de la texture des barres. config.keyboard_settings.title = Réglage des LEDs du clavier config.keyboard_settings.control_keyboard = Contrôler les LEDs du clavier @@ -398,25 +398,25 @@ server.hypixel.stats.general.thanks_sent = Merci envoyés server.hypixel.stats.general.first_login = Première connection server.hypixel.stats.general.last_login = Dernière connection server.hypixel.stats.quake.coins = Monnaie -server.hypixel.stats.quake.kills = Kills +server.hypixel.stats.quake.kills = Tués server.hypixel.stats.quake.deaths = Morts server.hypixel.stats.quake.killstreaks = Série de tués server.hypixel.stats.quake.wins = Victoires server.hypixel.stats.walls.coins = Monnaie -server.hypixel.stats.walls.kills = Kills +server.hypixel.stats.walls.kills = Tués server.hypixel.stats.walls.deaths = Morts server.hypixel.stats.walls.wins = Victoires server.hypixel.stats.walls.losses = Défaites server.hypixel.stats.walls.weekly_wins_a = Victoires par semaine server.hypixel.stats.walls.monthly_wins_b = Victoires par mois server.hypixel.stats.paintball.coins = Monnaie -server.hypixel.stats.paintball.kills = Kills +server.hypixel.stats.paintball.kills = Tués server.hypixel.stats.paintball.deaths = Morts server.hypixel.stats.paintball.killstreaks = Série de tués server.hypixel.stats.paintball.shots_fired = Coups tirés server.hypixel.stats.paintball.wins = Victoires server.hypixel.stats.hungergames.coins = Monnaie -server.hypixel.stats.hungergames.kills = Kills +server.hypixel.stats.hungergames.kills = Tués server.hypixel.stats.hungergames.deaths = Morts server.hypixel.stats.hungergames.wins = Victoires server.hypixel.stats.hungergames.wins_teams = Victoires en équipe @@ -439,7 +439,7 @@ server.hypixel.stats.vampirez.vampire_deaths = Morts en Vampire server.hypixel.stats.vampirez.most_vampire_kills = Maximum de Vampires tués server.hypixel.stats.vampirez.zombie_kills = Zombie tués server.hypixel.stats.walls3.coins = Monnaie -server.hypixel.stats.walls3.kills = Kills +server.hypixel.stats.walls3.kills = Tués server.hypixel.stats.walls3.deaths = Morts server.hypixel.stats.walls3.final_kills = Derniers kills server.hypixel.stats.walls3.final_deaths = Derniers morts @@ -494,13 +494,13 @@ server.hypixel.stats.arcade.bounty_kills_oneinthequiver = OneInTheQuiver Bounty server.hypixel.stats.arcade.kills_throw_out = Throw Out Kills server.hypixel.stats.arcade.deaths_throw_out = Throw Out Deaths server.hypixel.stats.arcade.poop_collected = Poop collected -server.hypixel.stats.arcade.wins_party = Party Games 1 Wins -server.hypixel.stats.arcade.wins_party2 = Party Games 2 Wins +server.hypixel.stats.arcade.wins_party = Victoires en Party Games 1 +server.hypixel.stats.arcade.wins_party2 = Victoires en Party Games 2 server.hypixel.stats.arcade.sw_kills = Kills en Galaxy Wars server.hypixel.stats.arcade.sw_empire_kills = Kills en membre de l'empire dans GW server.hypixel.stats.arcade.sw_rebel_kills = Kills en rebelle dans GW server.hypixel.stats.arcade.sw_deaths = Morts en Galaxy Wars -server.hypixel.stats.arcade.sw_shots_fired = GW Shots Fired +server.hypixel.stats.arcade.sw_shots_fired = Tirs GW tirés server.hypixel.stats.arcade.sw_weekly_kills_a = Kills par semaine en GW server.hypixel.stats.arcade.sw_monthly_kills_a = Kills par mois en GW server.hypixel.stats.arcade.wins_farm_hunt = Victoires en Farm Hunt @@ -522,7 +522,7 @@ server.hypixel.stats.arena.wins_4v4 = Victoires en 4v4 server.hypixel.stats.arena.losses_4v4 = Défaites en 4v4 server.hypixel.stats.arena.damage_4v4 = Dégâts infligés en 4v4 server.hypixel.stats.mcgo.coins = Monnaie -server.hypixel.stats.mcgo.kills = Kills +server.hypixel.stats.mcgo.kills = Tués server.hypixel.stats.mcgo.cop_kills = Kills en policier server.hypixel.stats.mcgo.criminal_kills = Kills en criminel server.hypixel.stats.mcgo.deaths = Morts @@ -532,14 +532,14 @@ server.hypixel.stats.mcgo.shots_fired = Coups tirés server.hypixel.stats.mcgo.bombs_planted = Bombes plantées server.hypixel.stats.mcgo.bombs_defused = Bombes désamorcées server.hypixel.stats.uhc.coins = Monnaie -server.hypixel.stats.uhc.kills = Kills +server.hypixel.stats.uhc.kills = Tués server.hypixel.stats.uhc.deaths = Morts server.hypixel.stats.uhc.wins = Victoires server.hypixel.stats.uhc.score = Score server.hypixel.stats.uhc.heads_eaten = Têtes mangées server.hypixel.stats.battleground.coins = Monnaie server.hypixel.stats.battleground.chosen_class = Classe choisie -server.hypixel.stats.battleground.kills = Kills +server.hypixel.stats.battleground.kills = Tués server.hypixel.stats.battleground.assists = Aides au kill server.hypixel.stats.battleground.deaths = Morts server.hypixel.stats.battleground.wins = Victoires @@ -560,7 +560,7 @@ server.hypixel.stats.gingerbread.box_pickups = Boîtes récupérées server.hypixel.stats.gingerbread.banana_hits_sent = Nombre de bananes touchées par les autres joueurs server.hypixel.stats.gingerbread.banana_hits_received = Nombre de bananes touchées par le joueur server.hypixel.stats.skywars.coins = Monnaie -server.hypixel.stats.skywars.kills = Kills +server.hypixel.stats.skywars.kills = Tués server.hypixel.stats.skywars.assists = Aides au kill server.hypixel.stats.skywars.deaths = Morts server.hypixel.stats.skywars.wins = Victoires From e410b52a5bc549fb41a82dacf1ff12fa0dba3b4f Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 May 2020 16:56:23 +0200 Subject: [PATCH 015/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index de62349..ab2f9e6 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -227,7 +227,7 @@ config.display.show_chat_symbols.desc = Activer ceci permettra l'utilisation de config.display.show_last_server = Afficher dernier serveur config.display.show_last_server.desc = Activer ceci affichera dans le menu principal le dernier serveur où vous vous êtes connecté. config.display.show_custom_models = Afficher les modèles d'articles personnalisés -config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. +config.display.show_custom_models.desc = Active/désactive si les textures et les modèles d'objet personnalisés de votre part ou d'autres joueurs doivent remplacer l'élément par défaut de votre pack de ressources. config.display.keyboard_settings = Réglages des LEDs du clavier... config.display.keyboard_settings.desc = Customise les LEDs de ton clavier \! config.display.max_chat_lines = Limite du tchat @@ -264,9 +264,9 @@ config.keyboard_settings.active_led_keys.desc = Spécifie le groupe de LEDs à a config.keyboard_settings.all = Toutes config.keyboard_settings.special = Seulement WASD config.keyboard_settings.show_led_health = Afficher la vie -config.keyboard_settings.show_led_health.desc = Toggles whether the current health of the player should be displayed in the function row of your keyboard. +config.keyboard_settings.show_led_health.desc = Active/Désactive si la vie actuelle du joueur doit être affichée dans la rangée de fonction de votre clavier. config.keyboard_settings.show_led_armor = Afficher l'armure -config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. +config.keyboard_settings.show_led_armor.desc = Active/Désactive si l'armure actuelle du joueur doit être affichée dans la rangée de fonction de votre clavier. config.keyboard_settings.show_led_potions = Afficher les potions config.keyboard_settings.show_led_potions.desc = Permet au clavier de changer de couleur lorsque vous êtes affecté par un effet de potion. config.keyboard_settings.show_led_damage_flash = Afficher un flash de dégât @@ -324,7 +324,7 @@ config.server_general.notify_on_name.desc = Permet de recevoir une alerte lorsqu config.server_general.auto_server_reconnect = Reconnection automatique config.server_general.auto_server_reconnect.desc = Indique si Minecraft doit tenter de vous reconnecter à votre dernier serveur après une déconnection. config.server_general.auto_server_reconnect.off = Off -config.server_general.auto_server_reconnect.sec = sec +config.server_general.auto_server_reconnect.sec = s config.server_general.mac_cmd_drop = Utiliser la touche CMD config.server_general.mac_cmd_drop.desc = Option dédiée aux mac. Indique si vous voulez utiliser la touche commande (ou touche Apple) ou alors la touche CTRL.\nAttention\: Si vous utilisez CMD+Q pour jeter un stack d'items, votre fenêtre peut fermer \! config.server_general.mojang_status = Statut des serveurs de Mojang From e2dc1009baf7518e57e6eda46ee4aee7a9603f47 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:02:47 +0200 Subject: [PATCH 016/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index ab2f9e6..3a93a2f 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Votre jeton Spotify a été enregistré avec succès. config.server_hypixel.hypixel_api_key = Clé API... config.server_hypixel.hypixel_api_key.desc = La clé API Hypixel pour ce compte. config.display.ping_on_serverlist = Ping sur la liste des serveurs -config.display.ping_on_serverlist.desc = Afficher la valeur du ping numérique au lieu des barres dans la liste des serveurs. \ No newline at end of file +config.display.ping_on_serverlist.desc = Afficher la valeur du ping numérique au lieu des barres dans la liste des serveurs. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From b1597b8c34b70e1c6024536e7cf72cfdce4a5128 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:02:49 +0200 Subject: [PATCH 017/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index 1726325..e5a630d 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From 702cf28d83c7d0a4f4bed9e84188268165544c71 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:02:50 +0200 Subject: [PATCH 018/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index f6e7149..17c3127 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From dd1927aca55f41fb33bb2b95b57b2de48171d69f Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:02:53 +0200 Subject: [PATCH 019/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index f4576b5..029e58e 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From ce100e1ce97d7ac59f23971a29333fb6b418b05b Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:02:55 +0200 Subject: [PATCH 020/382] New translations language_en_US.properties (Turkish) --- resources/lang/44/language_tr_TR.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_tr_TR.properties b/resources/lang/44/language_tr_TR.properties index 3bbbfc8..39fd792 100644 --- a/resources/lang/44/language_tr_TR.properties +++ b/resources/lang/44/language_tr_TR.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From 1040efb11c2fd1ab813680df52a883f777adafd4 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:02:57 +0200 Subject: [PATCH 021/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 502b4ac..beccb5b 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From c871f9d6e8a2357a9ba2601126f9762a133aee71 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:03:00 +0200 Subject: [PATCH 022/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index f66b39f..d879cec 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Пинг в списке серверов -config.display.ping_on_serverlist.desc = Отображает числовое значение пинга вместо делений в списке серверов. \ No newline at end of file +config.display.ping_on_serverlist.desc = Отображает числовое значение пинга вместо делений в списке серверов. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From 67f9c4b6eba6020d00d930d62dbbdd9bc037ffa1 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:03:02 +0200 Subject: [PATCH 023/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index c8a3913..b082f15 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From 554e9063666ef3260bebc90e9f8908238db9079b Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:03:05 +0200 Subject: [PATCH 024/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index 8dfef5f..73c8645 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From fae28069dcf30754960d79194452faa8d7099ae6 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:03:09 +0200 Subject: [PATCH 025/382] New translations language_en_US.properties (German) --- resources/lang/44/language_de_DE.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_de_DE.properties b/resources/lang/44/language_de_DE.properties index 6273f02..f6bcf60 100644 --- a/resources/lang/44/language_de_DE.properties +++ b/resources/lang/44/language_de_DE.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Dein Spotify-Token wurde erfolgreich gespeichert. config.server_hypixel.hypixel_api_key = API Schlüssel... config.server_hypixel.hypixel_api_key.desc = Der Hypixel-API Schlüssel für dieses Konto. config.display.ping_on_serverlist = Ping in Serverliste -config.display.ping_on_serverlist.desc = Zeigt den numerischen Pingwert anstelle der Balken in der Serverliste an. \ No newline at end of file +config.display.ping_on_serverlist.desc = Zeigt den numerischen Pingwert anstelle der Balken in der Serverliste an. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From 6e9ff5ffc3b0896c346990f60baa320f13c0182e Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:03:10 +0200 Subject: [PATCH 026/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index a7e9513..57f0ba1 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From 79d25df08c037955357343e39743e21ba3138c26 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:03:13 +0200 Subject: [PATCH 027/382] New translations language_en_US.properties (Czech) --- resources/lang/44/language_cs_CZ.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_cs_CZ.properties b/resources/lang/44/language_cs_CZ.properties index 044b476..0882eb0 100644 --- a/resources/lang/44/language_cs_CZ.properties +++ b/resources/lang/44/language_cs_CZ.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From c9bba85566a36410fc34bf30be7288da1930d695 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:03:15 +0200 Subject: [PATCH 028/382] New translations language_en_US.properties (Danish) --- resources/lang/44/language_da_DK.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_da_DK.properties b/resources/lang/44/language_da_DK.properties index fe44037..444fb05 100644 --- a/resources/lang/44/language_da_DK.properties +++ b/resources/lang/44/language_da_DK.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From 14fe084b90789a7e5b906e3db25870e3f881a655 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:03:18 +0200 Subject: [PATCH 029/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 705d388..4237e37 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From da9c7528d8fadc31a586cb9f90559de4f6b7399b Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:03:20 +0200 Subject: [PATCH 030/382] New translations language_en_US.properties (Hungarian) --- resources/lang/44/language_hu_HU.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_hu_HU.properties b/resources/lang/44/language_hu_HU.properties index 1726325..e5a630d 100644 --- a/resources/lang/44/language_hu_HU.properties +++ b/resources/lang/44/language_hu_HU.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From f63ec7d2b3e501c65a862cb706caeb22d2cacfc5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:03:22 +0200 Subject: [PATCH 031/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 61 +++++++++++---------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index 6c5b3d3..dd70021 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -1742,32 +1742,35 @@ modules.item.octc_mode = Modalità modules.item.octc_team = Squadra modules.category.server_occ = Server OCC -gui.alert.server_disconnected = Non sei connesso al nostro server, quindi non puoi accedere al tuo pannello. -gui.alert.feature_unavailable = Non puoi ancora usare questa funzione. - -plugin.conn.starting = Avvio del server... -plugin.conn.listening = In attesa di plugin... -plugin.conn.info = Vuoi installare questo plugin? -plugin.conn.download = Scarico il plugin... -plugin.conn.downloaded = Installazione completata -plugin.conn.error.fs = Non è stato possibile creare il file del plugin - -update.beta.1 = Una nuova versione beta della mod è disponibile! -update.beta.2 = Prendila da l.5zigreborn.eu/beta! -update.available.stable = Aggiornamento -update.available.beta = Aggiorn. Beta - -modules.item.direction.count_angle_north = Origine a Nord -modules.item.direction.count_angle_north.desc = Opera come una bussola, indicando 0° come Nord e 180° come Sud. - -modules.item.uptime = Tempo di attività -modules.item.uptime.extended = Esteso -modules.item.uptime.extended.desc = Mostra il tempo con i nomi estesi (ore, minuti). -ingame.uptime = Attività - -spotify.token_get = Il tuo token di Spotify è stato salvato. - -config.server_hypixel.hypixel_api_key = Chiave API... -config.server_hypixel.hypixel_api_key.desc = La chiave API di Hypixel per questo account. -config.display.ping_on_serverlist = Ping nei Server -config.display.ping_on_serverlist.desc = Mostra il valore numerico del ping invece delle barre nella lista dei server. +gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. +gui.alert.feature_unavailable = This feature isn't currently available. + +plugin.conn.starting = Starting server... +plugin.conn.listening = Waiting for plugins... +plugin.conn.info = Do you want to install this plugin? +plugin.conn.download = Downloading plugin... +plugin.conn.downloaded = Install complete +plugin.conn.error.fs = Could not create plugin file + +update.beta.1 = A new beta version of the 5zig mod is available\! +update.beta.2 = Get it from l.5zigreborn.eu/beta\! +update.available.stable = Update available +update.available.beta = Beta update available + +modules.item.direction.count_angle_north = Count from north +modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. + +modules.item.uptime = Uptime +modules.item.uptime.extended = Extended +modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). +ingame.uptime = Uptime + +spotify.token_get = Your Spotify token was saved successfully. + +config.server_hypixel.hypixel_api_key = API Key... +config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. +config.display.ping_on_serverlist = Ping on Server List +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From 703f212431908e908b231978290d6788a181f9f4 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 15:03:24 +0200 Subject: [PATCH 032/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 072efe3..f90c07e 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1770,4 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = サーバーリストへのPing -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. \ No newline at end of file +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. \ No newline at end of file From 3af08e8d26a31e02b4833c183a57837ad762e75d Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:33 +0200 Subject: [PATCH 033/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 3a93a2f..a4832ec 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping sur la liste des serveurs config.display.ping_on_serverlist.desc = Afficher la valeur du ping numérique au lieu des barres dans la liste des serveurs. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From c4ca8b04b239c5dc46c65738f1679b808c0d48f1 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:35 +0200 Subject: [PATCH 034/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index e5a630d..c716ba7 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From 98e8b9f6acd4a38419e028ffd9d5af231c3bd2d5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:37 +0200 Subject: [PATCH 035/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 17c3127..ea32ff3 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From a8cdf4f23ff2115e7467d6f963fc6d1dd5cbf063 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:39 +0200 Subject: [PATCH 036/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index 029e58e..650d6d1 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From d3012c753ac6e9cf3a34a77854997c8bb6d0859e Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:42 +0200 Subject: [PATCH 037/382] New translations language_en_US.properties (Turkish) --- resources/lang/44/language_tr_TR.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_tr_TR.properties b/resources/lang/44/language_tr_TR.properties index 39fd792..b6ab896 100644 --- a/resources/lang/44/language_tr_TR.properties +++ b/resources/lang/44/language_tr_TR.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From b1596598961142f2446c0c27a2c1e36e8492bdaa Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:44 +0200 Subject: [PATCH 038/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index beccb5b..0c470aa 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From 2662ca9789c6b8681ad838b0a87d1f742808cd87 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:46 +0200 Subject: [PATCH 039/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index d879cec..a37d831 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Пинг в списке серверов config.display.ping_on_serverlist.desc = Отображает числовое значение пинга вместо делений в списке серверов. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From 409cbfc6e2867e7ea98ba925e90ba5c9e653ea07 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:49 +0200 Subject: [PATCH 040/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index b082f15..c77609e 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From d091dde2ef794c7becbae9ac981609c497c48714 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:51 +0200 Subject: [PATCH 041/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index 73c8645..09e6977 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From f28409fc35b12981b9ef7dc7ea59c23f223fe339 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:54 +0200 Subject: [PATCH 042/382] New translations language_en_US.properties (German) --- resources/lang/44/language_de_DE.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_de_DE.properties b/resources/lang/44/language_de_DE.properties index f6bcf60..3c68fb1 100644 --- a/resources/lang/44/language_de_DE.properties +++ b/resources/lang/44/language_de_DE.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping in Serverliste config.display.ping_on_serverlist.desc = Zeigt den numerischen Pingwert anstelle der Balken in der Serverliste an. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From 459b7bb0bd5ffcdc8842c8e975286e55d288edb4 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:56 +0200 Subject: [PATCH 043/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index 57f0ba1..2eeaab3 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From f295adaf0cbf0b3bc353eb058e070f760a971f3b Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:36:58 +0200 Subject: [PATCH 044/382] New translations language_en_US.properties (Czech) --- resources/lang/44/language_cs_CZ.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_cs_CZ.properties b/resources/lang/44/language_cs_CZ.properties index 0882eb0..898e8b5 100644 --- a/resources/lang/44/language_cs_CZ.properties +++ b/resources/lang/44/language_cs_CZ.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From e73deaf30d6e1cbc773f011c824138a92da4792e Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:37:01 +0200 Subject: [PATCH 045/382] New translations language_en_US.properties (Danish) --- resources/lang/44/language_da_DK.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_da_DK.properties b/resources/lang/44/language_da_DK.properties index 444fb05..c5cc5a7 100644 --- a/resources/lang/44/language_da_DK.properties +++ b/resources/lang/44/language_da_DK.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From 58fcd6d926c0baf8dabc7f52f1cab9693e4194ff Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:37:04 +0200 Subject: [PATCH 046/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 4237e37..173ef4e 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From 738af9d24ccfa18cdd144c95d8a85b83ff228d35 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:37:06 +0200 Subject: [PATCH 047/382] New translations language_en_US.properties (Hungarian) --- resources/lang/44/language_hu_HU.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_hu_HU.properties b/resources/lang/44/language_hu_HU.properties index e5a630d..c716ba7 100644 --- a/resources/lang/44/language_hu_HU.properties +++ b/resources/lang/44/language_hu_HU.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From 5616dc28cfeac7270ac410496ecd44be49f3821c Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:37:08 +0200 Subject: [PATCH 048/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index dd70021..475614c 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From 3075a504632d23a8618efe05371d2318fc11a6b2 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 15 May 2020 19:37:11 +0200 Subject: [PATCH 049/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index f90c07e..a5c9904 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1773,4 +1773,10 @@ config.display.ping_on_serverlist = サーバーリストへのPing config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. \ No newline at end of file +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From 8c17fecc1bd994ed41e42253628dd5c7e75f5289 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 17:37:01 +0200 Subject: [PATCH 050/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index ea32ff3..3ee3803 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -213,25 +213,25 @@ config.hud.title = Visor config.hud.show_vanilla_potion_indicator = Indicador de poções config.hud.show_vanilla_potion_indicator.desc = Mostrar ou ocultar o indicador de poções integrado (adicionado no Minecraft 1.9). config.hud.show_potion_indicator = Indicador de poções -config.hud.show_potion_indicator.desc = Toggles whether a potion indicator vignette should be rendered. If the player has got a positive potion effect, a green colored vignette will be rendered. For negative potion effects a red colored vignette will be rendered. +config.hud.show_potion_indicator.desc = Escolhe se a vinheta de opção deve ser renderizada. Se o jogador estiver com um efeito de poção, uma vinheta de cor verde será renderizada. Caso não estiver com efeito de poção, será apresentada uma vinheta de cor vermelha. config.hud.show_hotbar_numbers = Mostrar números da barra -config.hud.show_hotbar_numbers.desc = Toggles whether the keybindings of the hotbar slots should be displayed ingame. +config.hud.show_hotbar_numbers.desc = Alterna se as combinações de teclas dos slots da hotbar devem ser exibidas no jogo. config.hud.colored_equipment_durability = Durab. colorida da armadura -config.hud.colored_equipment_durability.desc = Toggles whether the durability of the equipped items should be rendered in different colors according to their current durability. +config.hud.colored_equipment_durability.desc = Alterna se a durabilidade dos itens equipados deve ser renderizada em cores diferentes, de acordo com a durabilidade atual. config.hud.show_saturation = Mostrar saturação -config.hud.show_saturation.desc = Toggles whether the current saturation of the player should be rendered above the food bar.\nThe player saturation is another aspect of hunger that is usually not visible. The player's food level will not decrease until the food saturation level reaches zero. +config.hud.show_saturation.desc = Alterna se a saturação atual do player deve ser renderizada acima da barra de comida.\nA saturação do jogador é outro aspecto da fome que geralmente não é visível. O nível de comida do jogador não diminuirá até que o nível de saturação de comida atinja zero. config.hud.show_food_heal_amount = Mostrar cura por alimento -config.hud.show_food_heal_amount.desc = Toggles whether the heal amount of the current held food item should be rendered as half-transparent food level. +config.hud.show_food_heal_amount.desc = Alterna se a quantidade de cura do item de comida atual deve ser mostrada como nível de comida com pouca opacidade. config.display.show_chat_symbols = Mais símbolos de chat -config.display.show_chat_symbols.desc = Toggles whether more chat symbols should be displayed above the ingame chat gui. +config.display.show_chat_symbols.desc = Alterna se mais símbolos de bate-papo devem ser exibidos acima da interface padrão do usuário no jogo. config.display.show_last_server = Mostrar último servidor -config.display.show_last_server.desc = Toggles whether your last visited server should be displayed in main menu. +config.display.show_last_server.desc = Exibe o último servidor jogado no menu principal. config.display.show_custom_models = Modelos person. de itens -config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. +config.display.show_custom_models.desc = Alterna se texturas e modelos de itens personalizados de você ou de outros jogadores devem substituir o item padrão do seu pacote de textura. config.display.keyboard_settings = Config. do teclado LED... config.display.keyboard_settings.desc = Personalize as teclas LED de seu teclado\! config.display.max_chat_lines = Limite de linhas -config.display.max_chat_lines.desc = Sets the maximum amount of chat lines that should be available in the ingame chat history. +config.display.max_chat_lines.desc = Define a quantidade máxima de linhas de bate-papo que devem estar disponíveis no chat de bate-papo no jogo. config.display.max_chat_lines.lines = Linhas config.display.static_fov = FOV estático config.display.static_fov.desc = Toggle, if your FOV (field-of-view) should be changed when you have got a speed/slowness potion effect. From fc29d555affa8f1fbd36bc7ae4fe2e89a80d3d44 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 17:47:16 +0200 Subject: [PATCH 051/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 3ee3803..7ee54e0 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -234,15 +234,15 @@ config.display.max_chat_lines = Limite de linhas config.display.max_chat_lines.desc = Define a quantidade máxima de linhas de bate-papo que devem estar disponíveis no chat de bate-papo no jogo. config.display.max_chat_lines.lines = Linhas config.display.static_fov = FOV estático -config.display.static_fov.desc = Toggle, if your FOV (field-of-view) should be changed when you have got a speed/slowness potion effect. +config.display.static_fov.desc = Alterne, se o seu FOV (campo de visão) deve ser alterado quando você estiver com um efeito de poção de velocidade / lentidão. config.display.chat_time_prefix = Hora em mensagens de chat... -config.display.chat_time_prefix.desc = Specify whether every chat message should have a prefix containing the current time. +config.display.chat_time_prefix.desc = Especifica se toda mensagem de bate-papo deve ter um prefixo contendo a hora atual. config.display.transparent_chat_background = Fundo de chat transparente -config.display.transparent_chat_background.desc = Toggles whether the chat background should be transparent. +config.display.transparent_chat_background.desc = Alterna se o plano de fundo do bate-papo deve ser transparente. config.display.transparent_pause_menu = Pausa transparente -config.display.transparent_pause_menu.desc = Toggles whether the ingame pause menu background should be transparent. +config.display.transparent_pause_menu.desc = Alterna se o plano de fundo do menu de pausa no jogo deve ser transparente. config.display.show_own_name_tag = Exibir própria etiqueta -config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. +config.display.show_own_name_tag.desc = Alterna se o seu nick deve ser mostrado sobre você também. config.display.highlight_words_color = Cor de realce das palavras config.display.highlight_words_color.desc = Mude a cor de realce em palavras-chave no chat. config.display.ping_on_tab = Latência na Tab @@ -250,25 +250,25 @@ config.display.ping_on_tab.desc = Exibe a latência numérica em vez de barras. config.keyboard_settings.title = Config. do teclado LED config.keyboard_settings.control_keyboard = Teclas de controle LEDs -config.keyboard_settings.control_keyboard.desc = Toggles whether the LEDs of your keyboard should be controlled by the mod. +config.keyboard_settings.control_keyboard.desc = Alterna se os LEDs do seu teclado devem ser controlados pelo mod. config.keyboard_settings.none = Nenhum config.keyboard_settings.razer = Razer config.keyboard_settings.roccat = Roccat config.keyboard_settings.logitech = Logitech config.keyboard_settings.reset_keys_on_unfocus = Redefinir em segundo plano -config.keyboard_settings.reset_keys_on_unfocus.desc = Toggles whether the LEDs of your keyboard should be reset whenever the Minecraft window is not focused anymore. +config.keyboard_settings.reset_keys_on_unfocus.desc = Alterna se os LEDs do teclado devem ser redefinidos sempre que a janela do Minecraft estiver em segundo plano. config.keyboard_settings.background_led_color = Cor LED -config.keyboard_settings.background_led_color.desc = Specifies the color of your keyboard LED keys as hexadecimal number. +config.keyboard_settings.background_led_color.desc = Especifica a cor das teclas de LED do teclado como número hexadecimal. config.keyboard_settings.active_led_keys = Teclas LED ativas config.keyboard_settings.active_led_keys.desc = Especifique o grupo de teclas LED ativo. config.keyboard_settings.all = Todas config.keyboard_settings.special = Só WASD config.keyboard_settings.show_led_health = Exibir saúde -config.keyboard_settings.show_led_health.desc = Toggles whether the current health of the player should be displayed in the function row of your keyboard. +config.keyboard_settings.show_led_health.desc = Alterna se a saúde atual do player deve ser exibida na linha de funções do seu teclado. config.keyboard_settings.show_led_armor = Mostrar armadura -config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. +config.keyboard_settings.show_led_armor.desc = Alterna se a armadura atual do jogador deve ser exibida na linha de funções do seu teclado. config.keyboard_settings.show_led_potions = Mostrar poções -config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard should light up in the color of your active potion effect. +config.keyboard_settings.show_led_potions.desc = Alterna se o teclado deve brilhar na cor do seu efeito de poção ativo. config.keyboard_settings.show_led_damage_flash = Mostrar dano em LED config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. From 1a85396ec42b6fcf00c0466b4eb8a274f7410920 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 17:55:41 +0200 Subject: [PATCH 052/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 38 ++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 7ee54e0..accb3af 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -270,17 +270,17 @@ config.keyboard_settings.show_led_armor.desc = Alterna se a armadura atual do jo config.keyboard_settings.show_led_potions = Mostrar poções config.keyboard_settings.show_led_potions.desc = Alterna se o teclado deve brilhar na cor do seu efeito de poção ativo. config.keyboard_settings.show_led_damage_flash = Mostrar dano em LED -config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. +config.keyboard_settings.show_led_damage_flash.desc = Alterna se o teclado deve piscar rapidamente sempre que o jogador recebe dano. config.chat_time_prefix.title = Prefixo da hora no chat config.chat_time_prefix.chat_time_prefix_enabled = Ativado -config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. +config.chat_time_prefix.chat_time_prefix_enabled.desc = Especifica se toda mensagem de bate-papo deve ter um prefixo contendo a hora atual. config.chat_time_prefix.chat_time_prefix_color = Cor config.chat_time_prefix.chat_time_prefix_color.desc = Especifique a cor da hora. -config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting -config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets +config.chat_time_prefix.chat_time_prefix_brackets_formatting = Formatação com colchetes +config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Especifica a formatação dos colchetes config.chat_time_prefix.chat_time_prefix_brackets_color = Cor do parêntese -config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specify the color of the brackets +config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Especifica a cor dos colchetes config.chat_time_prefix.chat_time_prefix_time_format = Formato config.chat_time_prefix.chat_time_prefix_time_format.desc = Especifique o formato de hora. @@ -288,13 +288,13 @@ config.server.title = Opções do servidor config.server.general = Geral... config.server.general.desc = Opções para servidores gerais. config.server.highlight_words = Realçar palavras... -config.server.highlight_words.desc = Add words that should be highlighted in chat. Use %player% for your own username. +config.server.highlight_words.desc = Adicione palavras que devem ser destacadas no bate-papo. Use %player% para seu próprio nome. config.server.chatmessage_filter = Filtro de chat... -config.server.chatmessage_filter.desc = Filter specific chat messages and select actions for them. +config.server.chatmessage_filter.desc = Filtra mensagens de bate-papo específicas e seleciona ações para elas. config.server.text_replacement = Atalhos de texto... -config.server.text_replacement.desc = Add shortcuts that get replaced by text upon sending a chat message. +config.server.text_replacement.desc = Adicione atalhos que são substituídos por texto ao enviar uma mensagem de bate-papo. config.server.text_macros = Macros textuais... -config.server.text_macros.desc = Automatically send chat messages after pressing a predefined key combination. +config.server.text_macros.desc = Envia mensagens de bate-papo automaticamente depois de pressionar uma combinação de teclas configuradas. config.server.name_history = Histórico de nomes... config.server.name_history.desc = Confira o histórico de nomes de um jogador de Minecraft. config.server.join_text = Textos auto. de entrada... @@ -302,27 +302,27 @@ config.server.join_text.desc = Envie mensagens automaticamente ao entrar num ser config.server_general.title = Opções gerais de servidor config.server_general.show_server_stats = Exibir estatísticas -config.server_general.show_server_stats.desc = Specify whether the stats of the currently connected server should be shown. (Works only on supported servers) +config.server_general.show_server_stats.desc = Especifica se as estatísticas do servidor atualmente conectado devem ser mostradas. (Funciona apenas em servidores suportados) config.server_general.show_i_p = Mostrar IP config.server_general.show_i_p.desc = Especificar a exibição do IP do servidor atual. config.server_general.show_players = Número de jogadores -config.server_general.show_players.desc = Specify whether the amount of online players on your server should be displayed. +config.server_general.show_players.desc = Especifica se a quantidade de jogadores online no seu atual servidor deve ser exibida. config.server_general.show_large_start_countdown = Iniciar contagem -config.server_general.show_large_start_countdown.desc = Specify whether a start countdown should be displayed. (Works only on supported game modes) +config.server_general.show_large_start_countdown.desc = Especifica se uma contagem regressiva deve ser exibida. (Funciona apenas nos modos de jogo suportados) config.server_general.show_invincibility_wears_off_time = Mostrar tempo de invencibilidade -config.server_general.show_invincibility_wears_off_time.desc = Specify whether an invincibility timer should be displayed. (Works only on supported game modes) +config.server_general.show_invincibility_wears_off_time.desc = Especifica se um cronômetro de invencibilidade deve ser exibido. (Funciona apenas nos modos de jogo suportados) config.server_general.show_large_deathmatch_countdown = Contagem para Deathmatch -config.server_general.show_large_deathmatch_countdown.desc = Specify whether a deathmatch countdown should be displayed. (Works only on supported game modes) +config.server_general.show_large_deathmatch_countdown.desc = Especifique se uma contagem regressiva do deathmatch deve ser exibida. (Funciona apenas nos modos de jogo suportados) config.server_general.show_win_message = Exibir mensagem de vitória -config.server_general.show_win_message.desc = Specify whether a win message should be displayed at the end of a game. (Works only on supported game modes) +config.server_general.show_win_message.desc = Especifica se uma mensagem de vitória deve ser exibida no final de um jogo. (Funciona apenas nos modos de jogo suportados) config.server_general.show_compass_target = Mostrar alvo da bússola -config.server_general.show_compass_target.desc = Specify whether the compass target player should be displayed. (Works only on supported game modes) +config.server_general.show_compass_target.desc = Especifica se o jogador apontado pela bússola deve ser exibido. (Funciona apenas nos modos de jogo suportados) config.server_general.show_large_killstreaks = Mostrar killstreaks longos -config.server_general.show_large_killstreaks.desc = Specify whether killstreaks should be displayed. (Works only on supported game modes) +config.server_general.show_large_killstreaks.desc = Especifica se a sequência de kills devem ser exibidas. (Funciona apenas nos modos de jogo suportados) config.server_general.notify_on_name = Notificar quando mencionado -config.server_general.notify_on_name.desc = Specify whether you should receive a system notification when your minecraft name has been used in chat. +config.server_general.notify_on_name.desc = Especifica se você deve receber uma notificação do sistema quando o nome do seu Minecraft for mencionado no bate-papo. config.server_general.auto_server_reconnect = Reconexão automática -config.server_general.auto_server_reconnect.desc = Specify whether the client should automatically try to reconnect to the last server after being disconnected. +config.server_general.auto_server_reconnect.desc = Especifica se o jogo deve tentar se reconectar automaticamente ao último servidor após ser desconectado. config.server_general.auto_server_reconnect.off = Não config.server_general.auto_server_reconnect.sec = seg. config.server_general.mac_cmd_drop = Usar tecla Cmd From f86a46fcb6bf8f14cbd35b18d67673f9394b656c Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 18:17:17 +0200 Subject: [PATCH 053/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 110 ++++++++++---------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index accb3af..169cf93 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -236,13 +236,13 @@ config.display.max_chat_lines.lines = Linhas config.display.static_fov = FOV estático config.display.static_fov.desc = Alterne, se o seu FOV (campo de visão) deve ser alterado quando você estiver com um efeito de poção de velocidade / lentidão. config.display.chat_time_prefix = Hora em mensagens de chat... -config.display.chat_time_prefix.desc = Especifica se toda mensagem de bate-papo deve ter um prefixo contendo a hora atual. +config.display.chat_time_prefix.desc = Escolha se toda mensagem de bate-papo deve ter um prefixo contendo a hora atual. config.display.transparent_chat_background = Fundo de chat transparente config.display.transparent_chat_background.desc = Alterna se o plano de fundo do bate-papo deve ser transparente. config.display.transparent_pause_menu = Pausa transparente -config.display.transparent_pause_menu.desc = Alterna se o plano de fundo do menu de pausa no jogo deve ser transparente. +config.display.transparent_pause_menu.desc = Escolha se o plano de fundo do menu de pausa no jogo deve ser transparente. config.display.show_own_name_tag = Exibir própria etiqueta -config.display.show_own_name_tag.desc = Alterna se o seu nick deve ser mostrado sobre você também. +config.display.show_own_name_tag.desc = Escolha se o seu nick deve ser mostrado sobre você também. config.display.highlight_words_color = Cor de realce das palavras config.display.highlight_words_color.desc = Mude a cor de realce em palavras-chave no chat. config.display.ping_on_tab = Latência na Tab @@ -250,7 +250,7 @@ config.display.ping_on_tab.desc = Exibe a latência numérica em vez de barras. config.keyboard_settings.title = Config. do teclado LED config.keyboard_settings.control_keyboard = Teclas de controle LEDs -config.keyboard_settings.control_keyboard.desc = Alterna se os LEDs do seu teclado devem ser controlados pelo mod. +config.keyboard_settings.control_keyboard.desc = Escolha se os LEDs do seu teclado devem ser controlados pelo mod. config.keyboard_settings.none = Nenhum config.keyboard_settings.razer = Razer config.keyboard_settings.roccat = Roccat @@ -258,23 +258,23 @@ config.keyboard_settings.logitech = Logitech config.keyboard_settings.reset_keys_on_unfocus = Redefinir em segundo plano config.keyboard_settings.reset_keys_on_unfocus.desc = Alterna se os LEDs do teclado devem ser redefinidos sempre que a janela do Minecraft estiver em segundo plano. config.keyboard_settings.background_led_color = Cor LED -config.keyboard_settings.background_led_color.desc = Especifica a cor das teclas de LED do teclado como número hexadecimal. +config.keyboard_settings.background_led_color.desc = Escolha a cor das teclas de LED do teclado como número hexadecimal. config.keyboard_settings.active_led_keys = Teclas LED ativas config.keyboard_settings.active_led_keys.desc = Especifique o grupo de teclas LED ativo. config.keyboard_settings.all = Todas config.keyboard_settings.special = Só WASD config.keyboard_settings.show_led_health = Exibir saúde -config.keyboard_settings.show_led_health.desc = Alterna se a saúde atual do player deve ser exibida na linha de funções do seu teclado. +config.keyboard_settings.show_led_health.desc = Escolha se a saúde atual do player deve ser exibida na linha de funções do seu teclado. config.keyboard_settings.show_led_armor = Mostrar armadura -config.keyboard_settings.show_led_armor.desc = Alterna se a armadura atual do jogador deve ser exibida na linha de funções do seu teclado. +config.keyboard_settings.show_led_armor.desc = Escolha se a armadura atual do jogador deve ser exibida na linha de funções do seu teclado. config.keyboard_settings.show_led_potions = Mostrar poções -config.keyboard_settings.show_led_potions.desc = Alterna se o teclado deve brilhar na cor do seu efeito de poção ativo. +config.keyboard_settings.show_led_potions.desc = Escolha se o teclado deve brilhar na cor do seu efeito de poção ativo. config.keyboard_settings.show_led_damage_flash = Mostrar dano em LED -config.keyboard_settings.show_led_damage_flash.desc = Alterna se o teclado deve piscar rapidamente sempre que o jogador recebe dano. +config.keyboard_settings.show_led_damage_flash.desc = Escolha se o teclado deve piscar rapidamente sempre que o jogador recebe dano. config.chat_time_prefix.title = Prefixo da hora no chat config.chat_time_prefix.chat_time_prefix_enabled = Ativado -config.chat_time_prefix.chat_time_prefix_enabled.desc = Especifica se toda mensagem de bate-papo deve ter um prefixo contendo a hora atual. +config.chat_time_prefix.chat_time_prefix_enabled.desc = Escolha se toda mensagem de bate-papo deve ter um prefixo contendo a hora atual. config.chat_time_prefix.chat_time_prefix_color = Cor config.chat_time_prefix.chat_time_prefix_color.desc = Especifique a cor da hora. config.chat_time_prefix.chat_time_prefix_brackets_formatting = Formatação com colchetes @@ -302,37 +302,37 @@ config.server.join_text.desc = Envie mensagens automaticamente ao entrar num ser config.server_general.title = Opções gerais de servidor config.server_general.show_server_stats = Exibir estatísticas -config.server_general.show_server_stats.desc = Especifica se as estatísticas do servidor atualmente conectado devem ser mostradas. (Funciona apenas em servidores suportados) +config.server_general.show_server_stats.desc = Escolha se as estatísticas do servidor atualmente conectado devem ser mostradas. (Funciona apenas em servidores suportados) config.server_general.show_i_p = Mostrar IP config.server_general.show_i_p.desc = Especificar a exibição do IP do servidor atual. config.server_general.show_players = Número de jogadores -config.server_general.show_players.desc = Especifica se a quantidade de jogadores online no seu atual servidor deve ser exibida. +config.server_general.show_players.desc = Escolha se a quantidade de jogadores online no seu atual servidor deve ser exibida. config.server_general.show_large_start_countdown = Iniciar contagem config.server_general.show_large_start_countdown.desc = Especifica se uma contagem regressiva deve ser exibida. (Funciona apenas nos modos de jogo suportados) config.server_general.show_invincibility_wears_off_time = Mostrar tempo de invencibilidade -config.server_general.show_invincibility_wears_off_time.desc = Especifica se um cronômetro de invencibilidade deve ser exibido. (Funciona apenas nos modos de jogo suportados) +config.server_general.show_invincibility_wears_off_time.desc = Escolha se um cronômetro de invencibilidade deve ser exibido. (Funciona apenas nos modos de jogo suportados) config.server_general.show_large_deathmatch_countdown = Contagem para Deathmatch -config.server_general.show_large_deathmatch_countdown.desc = Especifique se uma contagem regressiva do deathmatch deve ser exibida. (Funciona apenas nos modos de jogo suportados) +config.server_general.show_large_deathmatch_countdown.desc = Escolha se uma contagem regressiva do deathmatch deve ser exibida. (Funciona apenas nos modos de jogo suportados) config.server_general.show_win_message = Exibir mensagem de vitória -config.server_general.show_win_message.desc = Especifica se uma mensagem de vitória deve ser exibida no final de um jogo. (Funciona apenas nos modos de jogo suportados) +config.server_general.show_win_message.desc = Escolha se uma mensagem de vitória deve ser exibida no final de um jogo. (Funciona apenas nos modos de jogo suportados) config.server_general.show_compass_target = Mostrar alvo da bússola -config.server_general.show_compass_target.desc = Especifica se o jogador apontado pela bússola deve ser exibido. (Funciona apenas nos modos de jogo suportados) +config.server_general.show_compass_target.desc = Escolha se o jogador apontado pela bússola deve ser exibido. (Funciona apenas nos modos de jogo suportados) config.server_general.show_large_killstreaks = Mostrar killstreaks longos -config.server_general.show_large_killstreaks.desc = Especifica se a sequência de kills devem ser exibidas. (Funciona apenas nos modos de jogo suportados) +config.server_general.show_large_killstreaks.desc = Escolha se a sequência de kills devem ser exibidas. (Funciona apenas nos modos de jogo suportados) config.server_general.notify_on_name = Notificar quando mencionado -config.server_general.notify_on_name.desc = Especifica se você deve receber uma notificação do sistema quando o nome do seu Minecraft for mencionado no bate-papo. +config.server_general.notify_on_name.desc = Escolha se você deve receber uma notificação do sistema quando o nome do seu Minecraft for mencionado no bate-papo. config.server_general.auto_server_reconnect = Reconexão automática -config.server_general.auto_server_reconnect.desc = Especifica se o jogo deve tentar se reconectar automaticamente ao último servidor após ser desconectado. +config.server_general.auto_server_reconnect.desc = Escolha se o jogo deve tentar se reconectar automaticamente ao último servidor após ser desconectado. config.server_general.auto_server_reconnect.off = Não config.server_general.auto_server_reconnect.sec = seg. config.server_general.mac_cmd_drop = Usar tecla Cmd -config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! +config.server_general.mac_cmd_drop.desc = Configuração somente para Mac. Especifique se deseja usar a tecla CMD (ou Apple) ou a tecla CTRL.\nObservação\: Ao pressionar CMD + Q para soltar uma pilha de itens, seu jogo pode ser fechado\! config.server_general.mojang_status = Status da Mojang -config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. +config.server_general.mojang_status.desc = Escolha se as alterações de estatísticas do Mojang devem ser exibidas como uma notificação. config.server_general.allow_mod_plugin_requests = Permitir pedidos de plugins do mod -config.server_general.allow_mod_plugin_requests.desc = Specify whether Minecraft servers are allowed to send you mod plugin requests, which allow servers to display even more stats. +config.server_general.allow_mod_plugin_requests.desc = Escolha se os servidores Minecraft têm permissão para enviar solicitações de plugins e mod, que permitem que os servidores exibam ainda mais estatísticas. config.server_general.confirm_disconnect = Confirmar desconexão -config.server_general.confirm_disconnect.desc = When enabled, a confirmation gui will be displayed each time you want to disconnect from a server. +config.server_general.confirm_disconnect.desc = Quando ativado, uma tela de confirmação será exibida sempre que você desejar desconectar-se de um servidor. config.server.timolia = Timolia.de config.server.timolia.desc = Opções do servidor Timolia.de @@ -602,12 +602,12 @@ server.hypixel.friends.add_mod = Add in Mod server.hypixel.friends.add_mod_all = Add all chat_filter.title = Filtro de mensagens do chat -chat_filter.help = Use the Chat Message Filter to Ignore specific Chat Messages on a Server. You may also use Wildcards to match messages. +chat_filter.help = Use o filtro de mensagens de bate-papo para ignorar mensagens de bate-papo específicas em um servidor. Você também pode usar caracteres especiais para corresponder às mensagens. chat_filter.add = Adicionar mensagem chat_filter.edit = Editar mensagem chat_filter.delete = Excluir mensagem chat_filter.message.enabled = Filtro de chat ativado. -chat_filter.message.disabled = Chat filter has been disabled. Press %s to enable it again. +chat_filter.message.disabled = O filtro de bate-papo foi desativado. Pressione %s para habilitá-lo novamente. chat_filter.edit.title = Editar mensagem de chat chat_filter.edit.name = Nome\: chat_filter.edit.chat_message = Mensagem de chat\: @@ -626,7 +626,7 @@ chat_filter.edit.action.auto_text = Texto auto. chat_filter.edit.action.play_sound = Tocar som chat_filter.edit.use_regex = Regex (avançado)\: chat_filter.edit.help.title = Ajuda... -chat_filter.edit.help = You can use "*" to ignore a part of a String or "?" to ignore a single character. To escape a wildcard use "".\nIf you enter for example "Tracking *", it will match "Tracking 5zig", but also "Tracking 4zig". You can except special words by entering them into the Exceptions input field, separated with one comma from each other. +chat_filter.edit.help = Você pode usar "*" para ignorar parte de uma linha ou "?" para ignorar um único caractere. Para escapar de um curinga, use "".\nSe você digitar, por exemplo, "Rastreamento *", ele corresponderá a "Rastreamento 5zig", mas também "Rastreamento 4zig". Você pode excluir palavras especiais inserindo-as no campo de entrada Exceções, separadas por uma vírgula uma da outra. text_replacement.title = Atalhos de texto text_replacement.add = Adicionar atalho @@ -636,8 +636,8 @@ text_replacement.edit.title = Editar atalho text_replacement.edit.message = Mensagem\: text_replacement.edit.replacement = Substituição\: text_replacement.edit.ignore_commands = Ignorar comandos\: %s -text_replacement.edit.replace_inside_words = Replace Inside Words\: %s -text_replacement.help = Add shortcuts that get replaced by text upon sending a chat message. +text_replacement.edit.replace_inside_words = Trocar palavras internas\: %s +text_replacement.help = Adicione atalhos que são substituídos por texto ao enviar uma mensagem de bate-papo. text_macros.title = Macros textuais text_macros.add = Adicionar macro @@ -650,7 +650,7 @@ text_macros.edit.macro.press = Pressione e insira sua combinação text_macros.edit.macro.listening = Gravando... text_macros.edit.macro.stop = Clique para parar text_macros.edit.macro.auto_send = Envio automático -text_macros.help = Automatically send chat messages after pressing a predefined key combination. +text_macros.help = Envie mensagens de bate-papo automaticamente depois de pressionar uma combinação de teclas configuradas. name_history.title = Histórico de nomes name_history.search = Pesquisar... @@ -673,7 +673,7 @@ join_texts.edit.delay = Atraso modules.title = Personalização de módulos modules.help = Ajuda... -modules.help.display = In this screen you can change the whole appearance of the mod. Everything that should be rendered is divided into separate packages, or "modules". These modules have got their own name, title and location, but they contain also specific "items" that get rendered. An item can be for example responsible for displaying your coordinates or your active potion effects. You can add and remove modules and items as well. +modules.help.display = Nesta tela, você pode alterar toda a aparência do mod. Tudo o que deve ser mostrado é dividido em pastas separadas, ou "módulos". Esses módulos têm seu próprio nome, título e local, mas também contêm "itens" específicos que são mostrados.\nUm item pode ser, por exemplo, responsável por exibir suas coordenadas ou seus efeitos de poção ativos. Você pode adicionar e remover módulos e itens também. modules.reset = Redefinir tudo modules.reset.title = Are you sure you want to reset the rendering gui to its defaults? modules.list.title = Módulos @@ -958,24 +958,24 @@ modules.item.lobby.desc = Displays the lobby name of the server you are currentl modules.item.countdown = Contagem modules.item.countdown.desc = Displays a countdown for the current game mode you are playing. modules.item.countdown.show_large_countdown = Mostrar contagem maior -modules.item.countdown.show_large_countdown.desc = Specifies whether the countdown should be displayed in the center of the screen. +modules.item.countdown.show_large_countdown.desc = Escolha se a contagem regressiva deve ser exibida no centro da tela. modules.item.kills = Kills -modules.item.kills.desc = Displays your kills for the current game mode you are playing. +modules.item.kills.desc = Exibe suas kills para o modo de jogo atual que você está jogando. modules.item.killstreak = Killstreak -modules.item.killstreak.desc = Displays your killstreak for the current game mode you are playing. +modules.item.killstreak.desc = Exibe sua sequência de kills para o modo de jogo atual que você está jogando. modules.item.deaths = Deaths -modules.item.deaths.desc = Displays your deaths for the current game mode you are playing. +modules.item.deaths.desc = Exibe suas mortes para o modo de jogo atual que você está jogando. modules.item.win_message = Mensagem de vitória -modules.item.win_message.desc = Displays the winner of the current game mode you are playing. +modules.item.win_message.desc = Exibe o ganhador do modo de jogo atual que você está jogando. modules.item.online_friends = Amigos online -modules.item.online_friends.desc = Displays your online friends on the server you are playing. +modules.item.online_friends.desc = Exibe seus amigos online no servidor que você está jogando. modules.item.online_friends.length = Largura máxima modules.item.online_friends.length.desc = O número máximo de amigos em exibição. modules.item.online_friends.nobody = Sem amigos online\! modules.item.party_members = Membros do grupo -modules.item.party_members.desc = Displays the members of the party you are currently in. +modules.item.party_members.desc = Exibe os membros do grupo em que você está atualmente. modules.item.party_members.length = Largura máxima -modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. +modules.item.party_members.length.desc = A quantidade máxima de membros do grupo que deve ser exibida. modules.item.party_members.star = Leader Star modules.item.party_members.star.desc = Exibir ou não a estrela atrás do líder do grupo. modules.item.nickname = Apelido @@ -1117,7 +1117,7 @@ modules.item.simplehg_feast = SimpleHG Feast modules.item.simplehg_feast.desc = Display the coordinates of the feast in SimpleHG config.server.2nd_chat = Chat secundário... -config.server.2nd_chat.desc = Settings for a second chat. This chat is located in the right side of the ingame screen and can be used to display messages specified in the Chat Filter. +config.server.2nd_chat.desc = Configurações para um segundo bate-papo. Este chat está localizado no lado direito da tela do jogo e pode ser usado para exibir mensagens especificadas no Filtro de Chat. config.2nd_chat.title = Chat secundário config.2nd_chat.2nd_chat_visible = Visível config.2nd_chat.2nd_chat_visible.desc = Especifique a visibilidade do chat secundário. @@ -1126,19 +1126,19 @@ config.2nd_chat.2nd_chat_opacity.desc = Especifique a opacidade do chat secundá config.2nd_chat.2nd_chat_scale = Escala config.2nd_chat.2nd_chat_scale.desc = Especifique a escala do chat secundário. config.2nd_chat.2nd_chat_height_focused = Altura em foco -config.2nd_chat.2nd_chat_height_focused.desc = Specify the height of the second chat while it's focused. +config.2nd_chat.2nd_chat_height_focused.desc = Escolha a altura do segundo bate-papo enquanto ele estiver em uso. config.2nd_chat.2nd_chat_height_unfocused = Altura sem foco -config.2nd_chat.2nd_chat_height_unfocused.desc = Specify the height of the second chat while it's unfocused. +config.2nd_chat.2nd_chat_height_unfocused.desc = Escolha a altura do segundo bate-papo enquanto ele estiver em segundo plano. config.2nd_chat.2nd_chat_width = Largura config.2nd_chat.2nd_chat_width.desc = Especifique a largura do chat secundário. config.2nd_chat.2nd_chat_text_leftbound = Texto à esquerda -config.2nd_chat.2nd_chat_text_leftbound.desc = Specify whether the text of the second chat should be aligned in the left or the right side of the box. +config.2nd_chat.2nd_chat_text_leftbound.desc = Escolha se o texto do segundo bate-papo deve ser alinhado no lado esquerdo ou direito do bate-papo principal. skype.title = Nova conversa no Skype skype.help = Selecione um contato do Skype para importar uma conversa\! skype.loading = Carregando... skype.not_installed = O Skype não foi encontrado\! -skype.not_running = Please make sure Skype is running and The 5zig Mod is allowed to access it\! +skype.not_running = Verifique se o Skype está sendo executado e se o 5zig Mod está autorizado a acessá-lo\! skype.no_permission = Acesse o Skype e permita a execução do "java.exe" teamspeak.not_connected = Não conectado\! @@ -1318,7 +1318,7 @@ group.info.transfer_owner = Escolher líder... group.info.settings = Configurações... group.info.confirm.owner = Deseja mesmo transferir a liderança para %s? group.settings.title = Config. do grupo -group.settings.confirm.add_player = Please enter the Name of the Player you want to add to this Group Chat. +group.settings.confirm.add_player = Digite o nome do jogador que você deseja adicionar a este bate-papo em grupo. group.settings.confirm.change_name = Digite um novo nome para o chat em grupo. group.settings.confirm.delete = Deseja mesmo excluir esse chat em grupo? group.settings.add_player = Adicionar... @@ -1327,7 +1327,7 @@ group.settings.delete = Excluir grupo... group.create.title = Criar chat em grupo group.create.name = Nome\: -group.create.name.min_length = Group Chat Name must be at least 3 characters long +group.create.name.min_length = O nome do bate-papo em grupo deve ter pelo menos três caracteres group.invite.title = Criar chat em grupo "%s" group.invite.create = Criar group.invite.friends.all = Todos os amigos (%s) @@ -1385,15 +1385,15 @@ chat.file.uploading = Enviando... chat.settings = Chat... config.chat_settings.title = Opções do chat config.chat_settings.show_messages = Notificações de chat -config.chat_settings.show_messages.desc = Toggle whether chat notifications should be displayed in the top right corner. +config.chat_settings.show_messages.desc = Alterne se as notificações de bate-papo devem ser exibidas no canto superior direito. config.chat_settings.show_group_messages = Notificações de chat em grupo -config.chat_settings.show_group_messages.desc = Toggle whether group chat notifications should be displayed in the top right corner. +config.chat_settings.show_group_messages.desc = Escolha se as notificações de bate-papo em grupo devem ser exibidas no canto superior direito. config.chat_settings.show_online_messages = Mostrar mensagens online -config.chat_settings.show_online_messages.desc = Toggle whether online messages should be displayed in the top right corner. +config.chat_settings.show_online_messages.desc = Escolha se as mensagens online devem ser exibidas no canto superior direito. config.chat_settings.play_message_sounds = Tocar sons de mensagem -config.chat_settings.play_message_sounds.desc = Toggle whether the mod should play sounds when sending or receiving a message. +config.chat_settings.play_message_sounds.desc = Escolha se o mod deve reproduzir sons ao enviar ou receber uma mensagem. config.chat_settings.show_tray_notifications = Mostrar notificações na bandeja -config.chat_settings.show_tray_notifications.desc = Toggle whether the mod should show a system notification when you receive a chat message while the Minecraft window is unfocused. +config.chat_settings.show_tray_notifications.desc = Escolha se o mod deve mostrar uma notificação do sistema quando você receber uma mensagem de bate-papo enquanto a janela do Minecraft estiver em segundo plano. config.chat_settings.chat_background_type = Fundo config.chat_settings.chat_background_type.desc = Especifique o estilo do fundo de chat. config.chat_settings.default = Padrão @@ -1404,7 +1404,7 @@ config.chat_settings.chat_background_location.desc = Selecione uma imagem de fun config.chat_settings.background.selected = Novo fundo selecionado\! party.title = Grupo -party.help = You are currently not in a Party\!\n\nParties make playing together with friends very easy by automatically switching all members to the same Minecraft Server the host is currently playing on. +party.help = No momento, você não está em um grupo\!\n\nOs grupos facilitam muito o jogo com os amigos, alternando automaticamente todos os membros para o mesmo servidor Minecraft no qual o host está jogando. party.delete = Excluir grupo party.leave = Sair do grupo party.members = Membros do grupo @@ -1450,11 +1450,11 @@ profile.edit = [Editar] config.profile_settings.title = Opções do perfil config.profile_settings.connect_to_server = Conecte-se -config.profile_settings.connect_to_server.desc = Toggle whether the mod should connect itself the the chat server of the mod on startup. +config.profile_settings.connect_to_server.desc = Escolha se o mod deve se conectar ao servidor de bate-papo do mod na inicialização. config.profile_settings.show_connecting = Mostrar aviso de entrada -config.profile_settings.show_connecting.desc = Toggle whether the mod should display connect messages in the top right corner. +config.profile_settings.show_connecting.desc = Escolha se o mod deve exibir mensagens de conexão no canto superior direito. config.profile_settings.afk_time = Ficar ausente após -config.profile_settings.afk_time.desc = Specify the time after that the mod should turn your online status to away. +config.profile_settings.afk_time.desc = Escolha o tempo que o mod deve mudar seu status online para afk. config.profile_settings.afk_time.min = min. config.profile_settings.never = Nunca profile.now_afk = Você está ausente\! @@ -1462,7 +1462,7 @@ profile.no_longer_afk = Você não está mais ausente\! config.profile_settings.online_status = Status config.profile_settings.online_status.desc = Especifique seu status online. config.profile_settings.show_server = Mostrar seu servidor -config.profile_settings.show_server.desc = Toggle whether you want others to see the server you are currently playing on.\nWhen turned off, you cannot see the current servers of all your friends as well. +config.profile_settings.show_server.desc = Escolha se você deseja que outras pessoas vejam o servidor no qual você está jogando no momento.\nQuando desligado, você também não pode ver os servidores atuais de todos os seus amigos. config.profile_settings.show_messages_read = Mostrar mensagens lidas config.profile_settings.show_messages_read.desc = Toggle whether you want others to see if you have read their messages.\nWhen turned off, you cannot see whether your friends read your messages as well. config.profile_settings.show_friend_requests = Mostrar pedidos de amizade From 95d4c3181427bfde2ba37747b31fca43deed9b69 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 18:45:29 +0200 Subject: [PATCH 054/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index a37d831..e32cc62 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1752,8 +1752,8 @@ plugin.conn.download = Downloading plugin... plugin.conn.downloaded = Install complete plugin.conn.error.fs = Could not create plugin file -update.beta.1 = A new beta version of the 5zig mod is available\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! +update.beta.1 = Вышла новая бета версия 5zig mod\! +update.beta.2 = Скачать l.5zigreborn.eu/beta\! update.available.stable = Update available update.available.beta = Beta update available From 8e18e3272d4618d8f272b0716342736db1c05ada Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 18:56:47 +0200 Subject: [PATCH 055/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index e32cc62..52b6ac1 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -251,7 +251,7 @@ config.display.ping_on_tab.desc = Отображает значение пинг config.keyboard_settings.title = LED настройка клавиатуры config.keyboard_settings.control_keyboard = Выбор клавиатуры LEDs config.keyboard_settings.control_keyboard.desc = Переключает, должны ли светодиоды вашей клавиатуры управляться модом. -config.keyboard_settings.none = None +config.keyboard_settings.none = Нет config.keyboard_settings.razer = Razer config.keyboard_settings.roccat = Roccat config.keyboard_settings.logitech = Logitech @@ -1734,12 +1734,12 @@ config.spotify.refresh_token = Token config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. config.display.spotify = Spotify... -ingame.map = Map -ingame.mode = Mode +ingame.map = Карта +ingame.mode = Режим -modules.item.octc_map = Map +modules.item.octc_map = Карта modules.item.octc_mode = Mode -modules.item.octc_team = Team +modules.item.octc_team = Команда modules.category.server_occ = Server OCC gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. @@ -1755,7 +1755,7 @@ plugin.conn.error.fs = Could not create plugin file update.beta.1 = Вышла новая бета версия 5zig mod\! update.beta.2 = Скачать l.5zigreborn.eu/beta\! update.available.stable = Update available -update.available.beta = Beta update available +update.available.beta = Доступно бета обновление modules.item.direction.count_angle_north = Отсчёт с севера modules.item.direction.count_angle_north.desc = Действует как компас, отмечая 0° как Север и 180° как Юг. From d83f5e8a9846f3800d145ae8bddd84b142e0d7f6 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 19:06:53 +0200 Subject: [PATCH 056/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 52b6ac1..0b2429c 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -212,8 +212,8 @@ config.display.hud.desc = Изменение внешнего вида HUD и Х config.hud.title = Параметры Hud config.hud.show_vanilla_potion_indicator = Ванильный индикатор эффектов config.hud.show_vanilla_potion_indicator.desc = Указывает, должен ли отображаться индикатор эффектов (добавленный в MC 1.9). -config.hud.show_potion_indicator = Show Potion Indicator -config.hud.show_potion_indicator.desc = Переключает отображение ванильного индикатора эффектов. Если игрок получил положительный эффект зелья, индикатор будет зеленого цвета. Для отрицательных эффектов зелья будет отображаться красным цветом. +config.hud.show_potion_indicator = Показывать индикатор зелий +config.hud.show_potion_indicator.desc = Переключает отображение ванильного индикатора зелья. Если игрок получил положительный эффект зелья, индикатор будет зеленого цвета. Для отрицательных эффектов зелья индикатор будет отображаться красным цветом. config.hud.show_hotbar_numbers = Пронумеровать хотбар config.hud.show_hotbar_numbers.desc = Номер клавиш на панели слота должны отображаться в игре. config.hud.colored_equipment_durability = Цветная прочность брони @@ -1738,7 +1738,7 @@ ingame.map = Карта ingame.mode = Режим modules.item.octc_map = Карта -modules.item.octc_mode = Mode +modules.item.octc_mode = Режим modules.item.octc_team = Команда modules.category.server_occ = Server OCC @@ -1754,7 +1754,7 @@ plugin.conn.error.fs = Could not create plugin file update.beta.1 = Вышла новая бета версия 5zig mod\! update.beta.2 = Скачать l.5zigreborn.eu/beta\! -update.available.stable = Update available +update.available.stable = Доступно обновление update.available.beta = Доступно бета обновление modules.item.direction.count_angle_north = Отсчёт с севера From 1c83ec1a74e76f595e856a4ce0f001009b050e98 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 19:25:41 +0200 Subject: [PATCH 057/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 0b2429c..2e9684e 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1548,7 +1548,7 @@ plugin_manager.disable = Выключить plugin_manager.reload = Перезапустить plugin_manager.plugin_folder = Папка с плагинами plugin_manager.help = Установите и управляйте плагинами 5zig mod\! Плагины позволяют сторонним разработчикам добавлять дополнительные функции в 5zig mod. Более подробная информация 5zigreborn.eu/plugins. -plugin_manager.update = Auto-update +plugin_manager.update = Автообновление credits.title = Титры credits.reborn = Reborn Developers From 78a0db3abb04b2ea25dab84a13ae4ecb42db9899 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 19:25:43 +0200 Subject: [PATCH 058/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 169cf93..798bb7a 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -675,7 +675,7 @@ modules.title = Personalização de módulos modules.help = Ajuda... modules.help.display = Nesta tela, você pode alterar toda a aparência do mod. Tudo o que deve ser mostrado é dividido em pastas separadas, ou "módulos". Esses módulos têm seu próprio nome, título e local, mas também contêm "itens" específicos que são mostrados.\nUm item pode ser, por exemplo, responsável por exibir suas coordenadas ou seus efeitos de poção ativos. Você pode adicionar e remover módulos e itens também. modules.reset = Redefinir tudo -modules.reset.title = Are you sure you want to reset the rendering gui to its defaults? +modules.reset.title = Tem certeza de que deseja redefinir a GUI de renderização para os padrões? modules.list.title = Módulos modules.add = Adicionar novo módulo... modules.settings = Configurações... @@ -713,7 +713,7 @@ modules.settings.id.already_used = Essa ID já está em uso em outro módulo modules.settings.name = Nome modules.settings.name.change = Digite um novo nome para esse módulo. modules.settings.translation = Chave de tradução -modules.settings.translation.change = Please enter a new translation key for the title of this module. +modules.settings.translation.change = Por favor, insira uma nova chave de tradução para o título deste módulo. modules.settings.items = Itens (%s)... modules.settings.show_label = Exibir título modules.settings.label.color = Cor do rótulo @@ -750,13 +750,13 @@ modules.category.other = Outros modules.item.dummy = (Teste) modules.item.fps = FPS -modules.item.fps.desc = Displays how many frames are being rendered per second. +modules.item.fps.desc = Exibe quantos frames estão sendo renderizados por segundo. modules.item.fps.precise_f_p_s = Taxa de quadros exata -modules.item.fps.precise_f_p_s.desc = Specifies whether a more precise FPS-Counter (Frame-per-second-counter) should be enabled. This counter will update the current FPS every 50 ms) +modules.item.fps.precise_f_p_s.desc = Escolha se um contador FPS mais preciso (contador de quadros por segundo) deve ser ativado. Este contador atualiza o FPS atual a cada 50 ms) modules.item.cps = CPS -modules.item.cps.desc = Displays how many times you are clicking your mouse per second. +modules.item.cps.desc = Exibe quantas vezes você está clicando com o mouse por segundo. modules.item.cps.type = Mostrar -modules.item.cps.type.desc = Select what type of clicks per second should be displayed. +modules.item.cps.type.desc = Selecione qual tipo de cliques por segundo deve ser exibido. modules.item.cps.left_click = Cliques esquerdos modules.item.cps.right_click = Cliques direitos modules.item.cps.sum = Total de cliques From 69b1cd52a17871dda743da2e3fc264ce87f5ab42 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 19:35:24 +0200 Subject: [PATCH 059/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 2e9684e..a5d7916 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -213,7 +213,7 @@ config.hud.title = Параметры Hud config.hud.show_vanilla_potion_indicator = Ванильный индикатор эффектов config.hud.show_vanilla_potion_indicator.desc = Указывает, должен ли отображаться индикатор эффектов (добавленный в MC 1.9). config.hud.show_potion_indicator = Показывать индикатор зелий -config.hud.show_potion_indicator.desc = Переключает отображение ванильного индикатора зелья. Если игрок получил положительный эффект зелья, индикатор будет зеленого цвета. Для отрицательных эффектов зелья индикатор будет отображаться красным цветом. +config.hud.show_potion_indicator.desc = Переключает отображение ванильного индикатора зелий. Если игрок получил положительный эффект зелья, индикатор будет зеленого цвета. Для отрицательных эффектов зелья индикатор будет отображаться красным цветом. config.hud.show_hotbar_numbers = Пронумеровать хотбар config.hud.show_hotbar_numbers.desc = Номер клавиш на панели слота должны отображаться в игре. config.hud.colored_equipment_durability = Цветная прочность брони @@ -1495,7 +1495,7 @@ cape.upload.default.title = Загрузить стандартный плащ cape.upload.max_size = Плащ не может быть больше %s\! cape.upload.wrong_dimension = Размер плаща не подходит\! cape.upload.uploading = Загрузка вашего плаща... -cape.forbidden = You need to be a %s to use this cape\! +cape.forbidden = Вы должны быть %s чтобы использовать этот плащ\! mcpvp_servers.title = Select a MCPvP Server mcpvp_servers.join_server = Join Server @@ -1743,11 +1743,11 @@ modules.item.octc_team = Команда modules.category.server_occ = Server OCC gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. -gui.alert.feature_unavailable = This feature isn't currently available. +gui.alert.feature_unavailable = Эта функция сейчас недоступна. plugin.conn.starting = Starting server... plugin.conn.listening = Waiting for plugins... -plugin.conn.info = Do you want to install this plugin? +plugin.conn.info = Вы уверены что хотите установить этот плагин? plugin.conn.download = Downloading plugin... plugin.conn.downloaded = Install complete plugin.conn.error.fs = Could not create plugin file From bbd16460440d66930b5ed3716703b9291305741d Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 19:35:25 +0200 Subject: [PATCH 060/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 40 ++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 798bb7a..0280995 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -762,7 +762,7 @@ modules.item.cps.right_click = Cliques direitos modules.item.cps.sum = Total de cliques modules.item.cps.both = Ambos modules.item.afk_time = Tempo ausente -modules.item.afk_time.desc = Displays the amount of time you haven't been moving your mouse or pressing a key on your keyboard. +modules.item.afk_time.desc = Exibe a quantidade de tempo que você não move o mouse ou pressiona uma tecla do teclado. modules.item.coordinates = Coordenadas modules.item.coordinates.desc = Exibe as coordenadas de sua posição. modules.item.coordinates.coord_style = Estilo @@ -776,10 +776,10 @@ modules.item.chunk_coordinates.coord_style.desc = Mude o formato das coordenadas modules.item.chunk_coordinates.below_other = Abaixo modules.item.chunk_coordinates.side_by_side = Lado a lado modules.item.chunk_coordinates.chunk_style = Exibir -modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. +modules.item.chunk_coordinates.chunk_style.desc = Escolha se as coordenadas relativas dos chunks devem ser exibidas também. modules.item.chunk_coordinates.relative = Relativa modules.item.chunk_coordinates.chunk = Apenas chunks -modules.item.chunk_coordinates.both = Relative and Chunk +modules.item.chunk_coordinates.both = Relativo e chunk modules.item.death_coordinates = Posição da morte modules.item.death_coordinates.desc = Exibe o local de sua última morte. modules.item.death_coordinates.nether = Nether @@ -787,19 +787,19 @@ modules.item.death_coordinates.the_end = O End modules.item.direction = Direção modules.item.direction.desc = Exibe a direção em que o jogador olha. modules.item.direction.direction_style = Direção -modules.item.direction.direction_style.desc = Changes how the direction of the player should be displayed. +modules.item.direction.direction_style.desc = Escolha como a direção do jogador deve ser exibida. modules.item.direction.number = Número modules.item.direction.string = Cardeal modules.item.direction.both = Ambas modules.item.direction.degree = Grau modules.item.direction.show_direction_towards = Mostrar direção -modules.item.direction.show_direction_towards.desc = Toggles whether it should be displayed, in what x- and z-direction the player is looking. +modules.item.direction.show_direction_towards.desc = Escolha se deve ser exibido, na direção x e z que o jogador está olhando. modules.item.pitch = Inclinação modules.item.pitch.desc = Exibe a inclinação em graus do jogador. modules.item.biome = Bioma modules.item.biome.desc = Exibe o bioma em que o jogador se encontra. modules.item.entities = Entidades -modules.item.entities.desc = Displays the entity count of your direction and the total entity count of your world. +modules.item.entities.desc = Exibe a contagem de entidades da sua direção e a contagem total de entidades do seu mundo. modules.item.target_block_coordinates = Coordenadas do bloco-alvo modules.item.target_block_coordinates.desc = Exibe as coordenadas do bloco em sua mira. modules.item.target_block_coordinates.coord_style = Estilo @@ -809,21 +809,21 @@ modules.item.target_block_coordinates.side_by_side = Lado a lado modules.item.target_block_name = ID do bloco-alvo modules.item.target_block_name.desc = Exibe o ID do bloco que você olha. modules.item.target_block_name.show_resource_domain = Mostrar domínio do recurso -modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. +modules.item.target_block_name.show_resource_domain.desc = Escolha se o domínio do recurso (por exemplo, minecraft\:) também deve ser exibido. modules.item.damage_resistance = Resistência ao dano -modules.item.damage_resistance.desc = Shows how much damage your armor and potion effects absorb. +modules.item.damage_resistance.desc = Mostra quanto dano seus efeitos de armadura e poção absorvem. modules.item.potions = Poções modules.item.potions.desc = Exibe todos os efeitos de poções ativas. modules.item.potions.colored_potion_durability = Durabilidade colorida de poção -modules.item.potions.colored_potion_durability.desc = Toggles whether the durability of the active potion effects should be rendered in different colors according to their current durability. +modules.item.potions.colored_potion_durability.desc = Escolha se a durabilidade dos efeitos da poção ativa deve ser mostrada em cores diferentes, de acordo com a durabilidade atual. modules.item.light_level = Nível de luz modules.item.light_level.desc = Exibe o nível de luz atual em sua posição. modules.item.light_level.light_level_percentage = Mostrar porcentagem -modules.item.light_level.light_level_percentage.desc = Toggles whether the light level should be displayed as percentage (where 100% is the max light level) or as a value between 0 and 15. +modules.item.light_level.light_level_percentage.desc = Escolha se o nível de luz deve ser exibido como porcentagem (onde 100% é o nível máximo de luz) ou como um valor entre 0 e 15. modules.item.speed = Velocidade -modules.item.speed.desc = Displays your current moving speed in metres per second. +modules.item.speed.desc = Exibe sua velocidade atual de movimento em metros por segundo. modules.item.time = Hora -modules.item.time.desc = Displays your real time. The time will be formatted according to your system time format. +modules.item.time.desc = Exibe seu horário real. A hora será formatada de acordo com o formato da hora do sistema. modules.item.time.style = Estilo modules.item.time.style.desc = Define o formato da hora. modules.item.time.system = Padrão do sistema @@ -832,26 +832,26 @@ modules.item.time.hours_12 = Formato de 12 horas modules.item.time.show_seconds = Exibir segundos modules.item.time.show_seconds.desc = Exibir ou não os segundos. modules.item.date = Data -modules.item.date.desc = Displays your real date. The date will be formatted according to your system date format. +modules.item.date.desc = Exibe sua data real. A data será formatada de acordo com o formato da data do sistema. modules.item.timer = Cronômetro -modules.item.timer.desc = Displays your active Timer. You can start, stop and pause the timer using the respective keybindings. +modules.item.timer.desc = Exibe seu temporizador ativo. Você pode iniciar, parar e pausar o temporizador usando as respectivas combinações de teclas. modules.item.memory = Memória -modules.item.memory.desc = Displays the available memory to the Java VM in either percent or absolute values. +modules.item.memory.desc = Exibe a memória disponível para a Java VM em valores percentuais ou absolutos. modules.item.memory.style = Estilo -modules.item.memory.style.desc = Toggles whether the used memory should be displayed as percentage, absolute value or both. +modules.item.memory.style.desc = Escolha se a memória usada deve ser exibida como porcentagem, valor absoluto ou ambos. modules.item.memory.percentage = Porcentagem modules.item.memory.bytes = Absoluto modules.item.memory.both = Ambos modules.item.battery = Bateria -modules.item.battery.desc = Displays the current status of your Laptop Battery. Works ONLY on Windows Laptops\! +modules.item.battery.desc = Exibe o status atual da bateria do seu laptop. Funciona apenas em laptops com Windows\! modules.item.battery.charge_status = Carregamento -modules.item.battery.charge_status.desc = Toggles whether the charging status of your battery should be displayed. +modules.item.battery.charge_status.desc = Alterna se o status de carregamento da sua bateria deve ser exibido. modules.item.battery.plugged_in = Conectada modules.item.battery.un_plugged = Desconectado modules.item.spotify = Spotify -modules.item.spotify.desc = Displays the current Track, Artist and Album cover of the Spotify Song you are currently listening to. +modules.item.spotify.desc = Exibe a foto atual da faixa, artista e álbum da música do Spotify que você está ouvindo. modules.item.spotify.show_spotify_always = Exibir sempre -modules.item.spotify.show_spotify_always.desc = Specify, whether this box should be displayed always or only when Spotify is opened. +modules.item.spotify.show_spotify_always.desc = Escolha se esta caixa deve ser exibida sempre ou somente quando o Spotify é aberto. modules.item.spotify.error.invalid_oauth_token = Token OAuth inválido modules.item.spotify.error.expired_oauth_token = Token OAuth expirado modules.item.spotify.error.invalid_csrf_token = Token Csrf inválido From 624a802f553e3380c722f031926dab8e71cf5129 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 19:45:33 +0200 Subject: [PATCH 061/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index a5d7916..50858fb 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1290,7 +1290,7 @@ friend.typing = Typing... friend.info.first_join_date = Первый вход\: %s friend.info.status = Статус\: %s friend.info.server = Сервер\: %s -friend.info.server.none = None +friend.info.server.none = Нет friend.info.last_seen = Последний вход\: %s friend.info.profile_message = Сообщение профиля\: friend.info.mod_version = Версия мода\: %s @@ -1551,7 +1551,7 @@ plugin_manager.help = Установите и управляйте плагин plugin_manager.update = Автообновление credits.title = Титры -credits.reborn = Reborn Developers +credits.reborn = Разработчики Reborn credits.developer = Разработчик credits.special_thanks = Отдельное Спасибо credits.translators = Переводчики @@ -1748,8 +1748,8 @@ gui.alert.feature_unavailable = Эта функция сейчас недост plugin.conn.starting = Starting server... plugin.conn.listening = Waiting for plugins... plugin.conn.info = Вы уверены что хотите установить этот плагин? -plugin.conn.download = Downloading plugin... -plugin.conn.downloaded = Install complete +plugin.conn.download = Загрузка плагина... +plugin.conn.downloaded = Установка завершена plugin.conn.error.fs = Could not create plugin file update.beta.1 = Вышла новая бета версия 5zig mod\! From f8c3ffbdbc5c71153b98b6e93da08d32c5b414e3 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 19:45:34 +0200 Subject: [PATCH 062/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 72 ++++++++++----------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 0280995..e678956 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -860,33 +860,33 @@ modules.item.spotify.error.no_user_logged_in = Não conectado modules.item.spotify.error.unknown = Não foi possível conectar-se ao Spotify\! modules.item.spotify.ad = Anúncio modules.item.itunes = iTunes -modules.item.itunes.desc = Displays the current Track, Artist and Album cover of the iTunes Song you are currently listening to. +modules.item.itunes.desc = Exibe a foto atual da faixa, artista e álbum da música do iTunes que você está ouvindo. modules.item.itunes.show_i_tunes_always = Exibir sempre -modules.item.itunes.show_i_tunes_always.desc = Specify, whether this box should be displayed always or only when iTunes is opened. +modules.item.itunes.show_i_tunes_always.desc = Escolha se esta caixa deve ser exibida sempre ou somente quando o iTunes é aberto. modules.item.iloveradio = ILoveRadio.de -modules.item.iloveradio.desc = Displays the Track, Artist and Album cover of the currently playing song on ILoveRadio.de +modules.item.iloveradio.desc = Exibe a foto da faixa, artista e álbum da música atualmente sendo reproduzida no ILoveRadio.de modules.item.iloveradio.channel = Canal modules.item.iloveradio.channel.desc = Selecionar o canal que você está ouvindo no momento. modules.item.iloveradio.unknown = Desconhecido modules.item.einslive = 1LIVE -modules.item.einslive.desc = Displays the Track, Artist and Album cover of the currently playing song on 1LIVE.de +modules.item.einslive.desc = Exibe a foto da faixa, artista e álbum da música atualmente sendo reproduzida no 1LIVE.de modules.item.teamspeak = TeamSpeak modules.item.teamspeak.desc = Displays the players that are currently in your TeamSpeak channel. modules.item.teamspeak.show_all_tabs = Mostrar todas as abas modules.item.teamspeak.show_all_tabs.desc = Toggle whether your current channels of all the TeamSpeak servers you are currently online should be shown or if only the current channel of the currently selected server should be displayed. modules.item.teamspeak.more = ...e mais %s modules.item.coordinates_clipboard = Módulo de Coordenadas -modules.item.coordinates_clipboard.desc = Displays your saved coordinates of the coordinates clipboard, together with a small arrow indicating the location of your saved coordinates. +modules.item.coordinates_clipboard.desc = Exibe as coordenadas salvas da área de transferência de coordenadas, juntamente com uma pequena seta indicando a localização das coordenadas salvas. modules.item.custom_server = Servidor personalizado modules.item.custom_server.desc = Exibe as estatísticas enviadas para você com a API oficial. modules.item.entity_health = Saúde de entidade -modules.item.entity_health.desc = Displays the health of the entity your cross hair is currently aiming at. +modules.item.entity_health.desc = Exibe a saúde da entidade que sua mira está atualmente buscando. modules.item.main_hand = Mão dominante modules.item.main_hand.desc = Exibe o item de sua mão dominante. modules.item.main_hand.attributes = Exibir atributos -modules.item.main_hand.attributes.desc = Displays the damage attribute value of your held item. +modules.item.main_hand.attributes.desc = Exibe o valor do atributo de dano do seu item mantido. modules.item.main_hand.durability = Durabilidade -modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. +modules.item.main_hand.durability.desc = Escolha como a durabilidade do seu item mantido deve ser exibida. modules.item.main_hand.disabled = Não modules.item.main_hand.relative = Relativa modules.item.main_hand.absolute = Absoluta @@ -894,9 +894,9 @@ modules.item.main_hand.total = Absoluta/Total modules.item.off_hand = Mão secundária modules.item.off_hand.desc = Exibe o item de sua mão secundária. modules.item.off_hand.attributes = Exibir atributos -modules.item.off_hand.attributes.desc = Displays the damage attribute value of your held item. +modules.item.off_hand.attributes.desc = Exibe o valor do atributo de dano do seu item mantido. modules.item.off_hand.durability = Durabilidade -modules.item.off_hand.durability.desc = Specify how the durability of your held item should be displayed. +modules.item.off_hand.durability.desc = Escolha como a durabilidade do seu item mantido deve ser exibida. modules.item.off_hand.disabled = Não modules.item.off_hand.relative = Relativa modules.item.off_hand.absolute = Absoluta @@ -904,9 +904,9 @@ modules.item.off_hand.total = Absoluta/Total modules.item.helmet = Capacete modules.item.helmet.desc = Exibe seu capacete. modules.item.helmet.attributes = Exibir atributos -modules.item.helmet.attributes.desc = Displays the armor attribute value of your helmet. +modules.item.helmet.attributes.desc = Exibe o valor do atributo de armadura do seu capacete. modules.item.helmet.durability = Durabilidade -modules.item.helmet.durability.desc = Specify how the durability of your helmet should be displayed. +modules.item.helmet.durability.desc = Escolha como a durabilidade do seu capacete deve ser exibida. modules.item.helmet.disabled = Não modules.item.helmet.relative = Relativa modules.item.helmet.absolute = Absoluta @@ -914,9 +914,9 @@ modules.item.helmet.total = Absoluta/Total modules.item.chestplate = Peitoral modules.item.chestplate.desc = Exibe seu peitoral modules.item.chestplate.attributes = Exibir atributos -modules.item.chestplate.attributes.desc = Displays the armor attribute value of your chestplate. +modules.item.chestplate.attributes.desc = Exibe o valor do atributo de armadura do seu peitoral. modules.item.chestplate.durability = Durabilidade -modules.item.chestplate.durability.desc = Specify how the durability of your chestplate should be displayed. +modules.item.chestplate.durability.desc = Escolha como a durabilidade do seu peitoral deve ser exibida. modules.item.chestplate.disabled = Não modules.item.chestplate.relative = Relativa modules.item.chestplate.absolute = Absoluta @@ -924,9 +924,9 @@ modules.item.chestplate.total = Absoluta/Total modules.item.leggings = Calças modules.item.leggings.desc = Exibe suas calças. modules.item.leggings.attributes = Exibir atributos -modules.item.leggings.attributes.desc = Displays the armor attribute value of your leggings. +modules.item.leggings.attributes.desc = Exibe o valor do atributo de armadura de suas calças. modules.item.leggings.durability = Durabilidade -modules.item.leggings.durability.desc = Specify how the durability of your leggings should be displayed. +modules.item.leggings.durability.desc = Escolha como a durabilidade de suas calças deve ser exibida. modules.item.leggings.disabled = Não modules.item.leggings.relative = Relativa modules.item.leggings.absolute = Absoluta @@ -934,9 +934,9 @@ modules.item.leggings.total = Absoluta/Total modules.item.boots = Botas modules.item.boots.desc = Exibe suas botas. modules.item.boots.attributes = Exibir atributos -modules.item.boots.attributes.desc = Displays the armor attribute value of your boots. +modules.item.boots.attributes.desc = Exibe o valor do atributo de armadura de suas botas. modules.item.boots.durability = Durabilidade -modules.item.boots.durability.desc = Specify how the durability of your boots should be displayed. +modules.item.boots.durability.desc = Escolha como a durabilidade de suas botas deve ser exibida. modules.item.boots.disabled = Não modules.item.boots.relative = Relativa modules.item.boots.absolute = Absoluta @@ -944,19 +944,19 @@ modules.item.boots.total = Absoluta/Total modules.item.arrows = Flechas modules.item.arrows.desc = Exibe o número de flechas em seu inventário. modules.item.arrows.show_always = Exibir sempre -modules.item.arrows.show_always.desc = Specifies whether the arrow count should be displayed always or only whenever you hold a bow in your hand. +modules.item.arrows.show_always.desc = Escolha se a contagem de flechas deve ser exibida sempre ou somente sempre que você segurar um arco na mão. modules.item.soups = Sopas modules.item.soups.desc = Exibe o número de sopas em seu inventário. modules.item.ip = IP -modules.item.ip.desc = Displays the IP of the server you are currently connected to. +modules.item.ip.desc = Exibe o IP do servidor ao qual você está conectado no momento. modules.item.players = Jogadores -modules.item.players.desc = Displays the player count of the server you are currently connected to. +modules.item.players.desc = Exibe a contagem de jogadores do servidor ao qual você está conectado atualmente. modules.item.ping = Latência -modules.item.ping.desc = Displays the ping of the server you are currently connected to. +modules.item.ping.desc = Exibe o ping do servidor ao qual você está conectado atualmente. modules.item.lobby = Lobby -modules.item.lobby.desc = Displays the lobby name of the server you are currently connected to. +modules.item.lobby.desc = Exibe o nome do lobby do servidor ao qual você está conectado atualmente. modules.item.countdown = Contagem -modules.item.countdown.desc = Displays a countdown for the current game mode you are playing. +modules.item.countdown.desc = Exibe uma contagem regressiva para o modo de jogo atual que você está jogando. modules.item.countdown.show_large_countdown = Mostrar contagem maior modules.item.countdown.show_large_countdown.desc = Escolha se a contagem regressiva deve ser exibida no centro da tela. modules.item.kills = Kills @@ -1464,13 +1464,13 @@ config.profile_settings.online_status.desc = Especifique seu status online. config.profile_settings.show_server = Mostrar seu servidor config.profile_settings.show_server.desc = Escolha se você deseja que outras pessoas vejam o servidor no qual você está jogando no momento.\nQuando desligado, você também não pode ver os servidores atuais de todos os seus amigos. config.profile_settings.show_messages_read = Mostrar mensagens lidas -config.profile_settings.show_messages_read.desc = Toggle whether you want others to see if you have read their messages.\nWhen turned off, you cannot see whether your friends read your messages as well. +config.profile_settings.show_messages_read.desc = Escolha se você deseja que outras pessoas vejam se você leu as mensagens deles.\nQuando desligado, você não pode ver se seus amigos também leem em suas mensagens. config.profile_settings.show_friend_requests = Mostrar pedidos de amizade -config.profile_settings.show_friend_requests.desc = Toggle whether you want to allow friend requests from other players. +config.profile_settings.show_friend_requests.desc = Escolha se você deseja permitir solicitações de amigos de outros jogadores. config.profile_settings.show_country = Exibir país -config.profile_settings.show_country.desc = Toggle whether you want to display your country to your friends.\nWhen turned off, you cannot see the country of your friends as well. +config.profile_settings.show_country.desc = Escolha se você deseja exibir seu país para seus amigos.\nQuando desligado, você também não pode ver o país de seus amigos. config.profile_settings.display_color = Cor de exibição -config.profile_settings.display_color.desc = The color your name will be displayed in the chat and friends list. +config.profile_settings.display_color.desc = A cor que seu nome será exibida na lista de bate-papo e amigos. profile.yesterday = Ontem profile.today = Hoje profile.hidden = Oculto @@ -1482,9 +1482,9 @@ profile.settings.view = Ver opções do perfil... profile.settings.title = Config. do perfil cape.title = Opções da capa -cape.not_connected = You must be connected to the 5zig Mod Server to manage your cape. +cape.not_connected = Você deve estar conectado ao 5zig Mod Server para gerenciar sua capa. cape.not_donator = Você precisa ser um doador para poder enviar uma capa. -cape.not_custom = Donate for a custom cape to be able to upload your own cape\! +cape.not_custom = Doe para obter uma capa personalizada para poder fazer upload de sua própria capa\! cape.disable = Desativar capa cape.enable = Ativar capa cape.upload = Enviar capa... @@ -1518,7 +1518,7 @@ raid.narrow = Narrow raid.track = Track %s coordinate_clipboard.title = Módulo de Coordenadas -coordinate_clipboard.description = Help\: In this screen you can quickly save some coordinates to your "clipboard". These coordinates will be then displayed on the screen. This feature is very useful for remembering the coordinates of eg. your team mate or another important location. +coordinate_clipboard.description = Ajuda\: Nesta tela, você pode salvar rapidamente algumas coordenadas na sua "área de transferência". Essas coordenadas serão exibidas na tela. Este recurso é muito útil para lembrar as coordenadas de, por exemplo\: seu companheiro de equipe ou outro local importante. coordinate_clipboard.previous = Anterior coordinate_clipboard.next = Próximo coordinate_clipboard.number = Módulo de Coordenadas %s/%s @@ -1547,7 +1547,7 @@ plugin_manager.enable = Ativar plugin_manager.disable = Desativar plugin_manager.reload = Recarregar plugin_manager.plugin_folder = Pasta de plugins -plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. +plugin_manager.help = Instale e gerencie seus plugins 5zig mod\! Os plugins permitem que desenvolvedores de terceiros adicionem recursos adicionais ao mod 5zig. Mais informações em 5zigreborn.eu/plugins. plugin_manager.update = Atualização automática credits.title = Créditos @@ -1555,7 +1555,7 @@ credits.reborn = Desenvolvedores do Reborn credits.developer = Desenvolvedores credits.special_thanks = Um agradecimento especial a credits.translators = Tradutores -credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! +credits.thank_you = Um enorme "obrigado\!" a todos esses caras e, claro, a você, por usar meu mod\! credits.patrons = Apoiadores blocked_users.title = Usuários bloqueados @@ -1584,8 +1584,8 @@ api.setting_disabled.armor_hud = o HUD da armadura ingame_chat.new_message = Nova mensagem\! plugin_request.title = Pedido de download de plugin do mod\! -plugin_request.help = The server has made a request to download a plugin of the 5zig mod, which can be used to display additional stats from the server.\n§cPlease note that the content of any downloadable plugin is not approved by the mod author and may harm your computer. Download this plugin at your own risk and only if you really trust the server owner\! If you want to remove the downloaded plugin again delete "%s" and restart your game\! -plugin_request.warning = Are you sure that you want to continue? This plugin may harm your computer\! The author of the 5zig mod is not responsible for any downloaded content\! +plugin_request.help = O servidor fez um pedido para baixar um plug-in do mod 5zig, que pode ser usado para exibir estatísticas adicionais do servidor.\n§cObserve que o conteúdo de qualquer plug-in para download não é aprovado pelo autor do mod e pode danificar seu computador.\nFaça o download deste plugin por sua conta e risco e somente se você realmente confiar no proprietário do servidor\! Se você deseja remover o plug-in baixado novamente, exclua "%s" e reinicie o jogo\! +plugin_request.warning = Tem certeza de que deseja continuar? Este plugin pode danificar seu computador\! O autor do mod 5zig não é responsável por nenhum conteúdo baixado\! plugin_request.download = Baixar plugin_request.downloading = Baixando... %s plugin_request.verifying = Verificando download... @@ -1676,7 +1676,7 @@ ingame.qualification.rounds = Rodadas ingame.round = Rodada ingame.tournament = Tournament by %s ingame.star = Estrela -ingame.star_in = The Star will be released in %s seconds\! +ingame.star_in = A estrela será lançada em %s segundos\! ingame.checkpoints = Pontos de controle ingame.fails = Fails ingame.lives = Vidas From 1f55743a7d431fc32b12009e3b7ec48aef181cbe Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 16 May 2020 19:55:06 +0200 Subject: [PATCH 063/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 62 ++++++++++----------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index e678956..6db801f 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1731,7 +1731,7 @@ spotify.token.set = Definir spotify.token.not_set = Indefinido config.spotify.title = Spotify config.spotify.refresh_token = Token -config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. +config.spotify.refresh_token.desc = Seu token do Spotify. Conecte sua conta e obtenha-o em https\://secure.5zigreborn.eu/spotify. config.display.spotify = Spotify... ingame.map = Mapa @@ -1742,41 +1742,41 @@ modules.item.octc_mode = Modo modules.item.octc_team = Equipe modules.category.server_occ = Servidor OCC -gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. -gui.alert.feature_unavailable = This feature isn't currently available. +gui.alert.server_disconnected = Você não está conectado ao nosso servidor, portanto, não pode fazer login no seu painel. +gui.alert.feature_unavailable = Este recurso não está disponível no momento. -plugin.conn.starting = Starting server... -plugin.conn.listening = Waiting for plugins... -plugin.conn.info = Do you want to install this plugin? -plugin.conn.download = Downloading plugin... -plugin.conn.downloaded = Install complete -plugin.conn.error.fs = Could not create plugin file +plugin.conn.starting = Iniciando servidor... +plugin.conn.listening = Aguardando os plugins... +plugin.conn.info = Deseja instalar este plugin? +plugin.conn.download = Fazendo download do plugin... +plugin.conn.downloaded = Instalação completa +plugin.conn.error.fs = Não foi possível criar o arquivo do plugin -update.beta.1 = A new beta version of the 5zig mod is available\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.beta.1 = Está disponível uma nova versão beta do mod 5zig\! +update.beta.2 = Obtenha em l.5zigreborn.eu/beta\! +update.available.stable = Atualização disponível +update.available.beta = Atualização Beta disponível -modules.item.direction.count_angle_north = Count from north -modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. +modules.item.direction.count_angle_north = Contagem do norte +modules.item.direction.count_angle_north.desc = Aja como uma bússola, marcando 0 ° como norte e 180 ° como sul. -modules.item.uptime = Uptime -modules.item.uptime.extended = Extended -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +modules.item.uptime = Tempo de atividade +modules.item.uptime.extended = Estendido +modules.item.uptime.extended.desc = Exibe a hora usando os nomes estendidos (horas, segundos). +ingame.uptime = Tempo de atividade -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = Seu token do Spotify foi salvo com sucesso. -config.server_hypixel.hypixel_api_key = API Key... -config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. +config.server_hypixel.hypixel_api_key = Chave API... +config.server_hypixel.hypixel_api_key.desc = A chave da API Hypixel para esta conta. +config.display.ping_on_serverlist = Ping na lista de servidores +config.display.ping_on_serverlist.desc = Mostre o valor numérico do ping em vez das barras na lista de servidores. -modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.label = Editar o prefixo... +modules.label.input = Digite o novo prefixo para este item. +modules.item.command = Comando de saída modules.item.command.regex = Regex -modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.regex.desc = Uma expressão regular opcional. Se isso estiver definido, apenas os grupos correspondentes serão mostrados. +modules.item.command.scrolling = Limite de rolagem +modules.item.command.refresh = Taxa(s) de atualização(ões) +modules.item.command.command = Comando \ No newline at end of file From 4c9eeb0d992fdfb59613a68fe985b522cac4cbc0 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 17 May 2020 18:50:07 +0200 Subject: [PATCH 064/382] New translations language_en_US.properties (Czech) --- resources/lang/44/language_cs_CZ.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/44/language_cs_CZ.properties b/resources/lang/44/language_cs_CZ.properties index 898e8b5..2092bd1 100644 --- a/resources/lang/44/language_cs_CZ.properties +++ b/resources/lang/44/language_cs_CZ.properties @@ -1752,12 +1752,12 @@ plugin.conn.download = Stahování pluginu... plugin.conn.downloaded = Instalace dokončena plugin.conn.error.fs = Nelze vytvořit soubor pluginu -update.beta.1 = A new beta version of the 5zig mod is available\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.beta.1 = Nová beta verze 5zig módu je dostupná\! +update.beta.2 = Stáhněte si ji na l.5zigreborn.eu/beta\! +update.available.stable = Dostupná aktualizace +update.available.beta = Dostupná Beta aktualizace -modules.item.direction.count_angle_north = Count from north +modules.item.direction.count_angle_north = Počítat ze severu modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. modules.item.uptime = Uptime From 1efd4322cccce6a7838662e87582da19728d1ad8 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 17 May 2020 19:00:53 +0200 Subject: [PATCH 065/382] New translations language_en_US.properties (Czech) --- resources/lang/44/language_cs_CZ.properties | 34 ++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/lang/44/language_cs_CZ.properties b/resources/lang/44/language_cs_CZ.properties index 2092bd1..bbc694e 100644 --- a/resources/lang/44/language_cs_CZ.properties +++ b/resources/lang/44/language_cs_CZ.properties @@ -1758,25 +1758,25 @@ update.available.stable = Dostupná aktualizace update.available.beta = Dostupná Beta aktualizace modules.item.direction.count_angle_north = Počítat ze severu -modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. +modules.item.direction.count_angle_north.desc = Chovat se jako kompas, označování 0° jako sever a 180° jako jih. -modules.item.uptime = Uptime -modules.item.uptime.extended = Extended -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +modules.item.uptime = Provoz +modules.item.uptime.extended = Proloužený +modules.item.uptime.extended.desc = Zobrazí čas používání rozšířených jmen (hodiny, sekundy). +ingame.uptime = Provoz -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = Váš Spotify token byl úspěšně uložen. -config.server_hypixel.hypixel_api_key = API Key... -config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. +config.server_hypixel.hypixel_api_key = API Klíč... +config.server_hypixel.hypixel_api_key.desc = Hypixel API klíč pro tento účet. +config.display.ping_on_serverlist = Ping na Seznamu Serverů +config.display.ping_on_serverlist.desc = Zobrazit číslo pingu místo čárek v seznamu serverů. -modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.label = Upravit Prefix... +modules.label.input = Zadejte nový prefix pro tuto položku. +modules.item.command = Výstup Příkazu modules.item.command.regex = Regex -modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.regex.desc = Volitelný regulární výraz. Je-li nastaven, vypíšou se pouze odpovídající skupiny. +modules.item.command.scrolling = Práh Točení Kolečkem +modules.item.command.refresh = Obnovovací Frekvence (s) +modules.item.command.command = Příkaz \ No newline at end of file From 2c34166489d8f9e16368919fc8b72d349da5a3fa Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 18 May 2020 05:45:38 +0200 Subject: [PATCH 066/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index 650d6d1..da41a10 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -172,7 +172,7 @@ config.main.reset_config.desc = 重置MOD的所有设置.您的好友和聊天 config.main.reset.title = 你确定要重新配置? config.main.plugins = 插件 (%s) config.main.credits = 鸣谢... -config.main.discord = Discord Presence +config.main.discord = 拥有Discord config.reset = 设置已被重置\! @@ -1767,9 +1767,9 @@ ingame.uptime = Uptime spotify.token_get = Your Spotify token was saved successfully. -config.server_hypixel.hypixel_api_key = API Key... +config.server_hypixel.hypixel_api_key = API密钥... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List +config.display.ping_on_serverlist = 服务器列表中的Ping config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Edit Prefix... @@ -1778,5 +1778,5 @@ modules.item.command = Command Output modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.refresh = 刷新频率(s) +modules.item.command.command = 指令 \ No newline at end of file From 52ea35b4bd3f0a6d6d76f23546d5d6a2a8705eca Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 19 May 2020 18:16:22 +0200 Subject: [PATCH 067/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 336 ++++++++++---------- 1 file changed, 168 insertions(+), 168 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 6db801f..ea32ff3 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -213,36 +213,36 @@ config.hud.title = Visor config.hud.show_vanilla_potion_indicator = Indicador de poções config.hud.show_vanilla_potion_indicator.desc = Mostrar ou ocultar o indicador de poções integrado (adicionado no Minecraft 1.9). config.hud.show_potion_indicator = Indicador de poções -config.hud.show_potion_indicator.desc = Escolhe se a vinheta de opção deve ser renderizada. Se o jogador estiver com um efeito de poção, uma vinheta de cor verde será renderizada. Caso não estiver com efeito de poção, será apresentada uma vinheta de cor vermelha. +config.hud.show_potion_indicator.desc = Toggles whether a potion indicator vignette should be rendered. If the player has got a positive potion effect, a green colored vignette will be rendered. For negative potion effects a red colored vignette will be rendered. config.hud.show_hotbar_numbers = Mostrar números da barra -config.hud.show_hotbar_numbers.desc = Alterna se as combinações de teclas dos slots da hotbar devem ser exibidas no jogo. +config.hud.show_hotbar_numbers.desc = Toggles whether the keybindings of the hotbar slots should be displayed ingame. config.hud.colored_equipment_durability = Durab. colorida da armadura -config.hud.colored_equipment_durability.desc = Alterna se a durabilidade dos itens equipados deve ser renderizada em cores diferentes, de acordo com a durabilidade atual. +config.hud.colored_equipment_durability.desc = Toggles whether the durability of the equipped items should be rendered in different colors according to their current durability. config.hud.show_saturation = Mostrar saturação -config.hud.show_saturation.desc = Alterna se a saturação atual do player deve ser renderizada acima da barra de comida.\nA saturação do jogador é outro aspecto da fome que geralmente não é visível. O nível de comida do jogador não diminuirá até que o nível de saturação de comida atinja zero. +config.hud.show_saturation.desc = Toggles whether the current saturation of the player should be rendered above the food bar.\nThe player saturation is another aspect of hunger that is usually not visible. The player's food level will not decrease until the food saturation level reaches zero. config.hud.show_food_heal_amount = Mostrar cura por alimento -config.hud.show_food_heal_amount.desc = Alterna se a quantidade de cura do item de comida atual deve ser mostrada como nível de comida com pouca opacidade. +config.hud.show_food_heal_amount.desc = Toggles whether the heal amount of the current held food item should be rendered as half-transparent food level. config.display.show_chat_symbols = Mais símbolos de chat -config.display.show_chat_symbols.desc = Alterna se mais símbolos de bate-papo devem ser exibidos acima da interface padrão do usuário no jogo. +config.display.show_chat_symbols.desc = Toggles whether more chat symbols should be displayed above the ingame chat gui. config.display.show_last_server = Mostrar último servidor -config.display.show_last_server.desc = Exibe o último servidor jogado no menu principal. +config.display.show_last_server.desc = Toggles whether your last visited server should be displayed in main menu. config.display.show_custom_models = Modelos person. de itens -config.display.show_custom_models.desc = Alterna se texturas e modelos de itens personalizados de você ou de outros jogadores devem substituir o item padrão do seu pacote de textura. +config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. config.display.keyboard_settings = Config. do teclado LED... config.display.keyboard_settings.desc = Personalize as teclas LED de seu teclado\! config.display.max_chat_lines = Limite de linhas -config.display.max_chat_lines.desc = Define a quantidade máxima de linhas de bate-papo que devem estar disponíveis no chat de bate-papo no jogo. +config.display.max_chat_lines.desc = Sets the maximum amount of chat lines that should be available in the ingame chat history. config.display.max_chat_lines.lines = Linhas config.display.static_fov = FOV estático -config.display.static_fov.desc = Alterne, se o seu FOV (campo de visão) deve ser alterado quando você estiver com um efeito de poção de velocidade / lentidão. +config.display.static_fov.desc = Toggle, if your FOV (field-of-view) should be changed when you have got a speed/slowness potion effect. config.display.chat_time_prefix = Hora em mensagens de chat... -config.display.chat_time_prefix.desc = Escolha se toda mensagem de bate-papo deve ter um prefixo contendo a hora atual. +config.display.chat_time_prefix.desc = Specify whether every chat message should have a prefix containing the current time. config.display.transparent_chat_background = Fundo de chat transparente -config.display.transparent_chat_background.desc = Alterna se o plano de fundo do bate-papo deve ser transparente. +config.display.transparent_chat_background.desc = Toggles whether the chat background should be transparent. config.display.transparent_pause_menu = Pausa transparente -config.display.transparent_pause_menu.desc = Escolha se o plano de fundo do menu de pausa no jogo deve ser transparente. +config.display.transparent_pause_menu.desc = Toggles whether the ingame pause menu background should be transparent. config.display.show_own_name_tag = Exibir própria etiqueta -config.display.show_own_name_tag.desc = Escolha se o seu nick deve ser mostrado sobre você também. +config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. config.display.highlight_words_color = Cor de realce das palavras config.display.highlight_words_color.desc = Mude a cor de realce em palavras-chave no chat. config.display.ping_on_tab = Latência na Tab @@ -250,37 +250,37 @@ config.display.ping_on_tab.desc = Exibe a latência numérica em vez de barras. config.keyboard_settings.title = Config. do teclado LED config.keyboard_settings.control_keyboard = Teclas de controle LEDs -config.keyboard_settings.control_keyboard.desc = Escolha se os LEDs do seu teclado devem ser controlados pelo mod. +config.keyboard_settings.control_keyboard.desc = Toggles whether the LEDs of your keyboard should be controlled by the mod. config.keyboard_settings.none = Nenhum config.keyboard_settings.razer = Razer config.keyboard_settings.roccat = Roccat config.keyboard_settings.logitech = Logitech config.keyboard_settings.reset_keys_on_unfocus = Redefinir em segundo plano -config.keyboard_settings.reset_keys_on_unfocus.desc = Alterna se os LEDs do teclado devem ser redefinidos sempre que a janela do Minecraft estiver em segundo plano. +config.keyboard_settings.reset_keys_on_unfocus.desc = Toggles whether the LEDs of your keyboard should be reset whenever the Minecraft window is not focused anymore. config.keyboard_settings.background_led_color = Cor LED -config.keyboard_settings.background_led_color.desc = Escolha a cor das teclas de LED do teclado como número hexadecimal. +config.keyboard_settings.background_led_color.desc = Specifies the color of your keyboard LED keys as hexadecimal number. config.keyboard_settings.active_led_keys = Teclas LED ativas config.keyboard_settings.active_led_keys.desc = Especifique o grupo de teclas LED ativo. config.keyboard_settings.all = Todas config.keyboard_settings.special = Só WASD config.keyboard_settings.show_led_health = Exibir saúde -config.keyboard_settings.show_led_health.desc = Escolha se a saúde atual do player deve ser exibida na linha de funções do seu teclado. +config.keyboard_settings.show_led_health.desc = Toggles whether the current health of the player should be displayed in the function row of your keyboard. config.keyboard_settings.show_led_armor = Mostrar armadura -config.keyboard_settings.show_led_armor.desc = Escolha se a armadura atual do jogador deve ser exibida na linha de funções do seu teclado. +config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. config.keyboard_settings.show_led_potions = Mostrar poções -config.keyboard_settings.show_led_potions.desc = Escolha se o teclado deve brilhar na cor do seu efeito de poção ativo. +config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard should light up in the color of your active potion effect. config.keyboard_settings.show_led_damage_flash = Mostrar dano em LED -config.keyboard_settings.show_led_damage_flash.desc = Escolha se o teclado deve piscar rapidamente sempre que o jogador recebe dano. +config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. config.chat_time_prefix.title = Prefixo da hora no chat config.chat_time_prefix.chat_time_prefix_enabled = Ativado -config.chat_time_prefix.chat_time_prefix_enabled.desc = Escolha se toda mensagem de bate-papo deve ter um prefixo contendo a hora atual. +config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. config.chat_time_prefix.chat_time_prefix_color = Cor config.chat_time_prefix.chat_time_prefix_color.desc = Especifique a cor da hora. -config.chat_time_prefix.chat_time_prefix_brackets_formatting = Formatação com colchetes -config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Especifica a formatação dos colchetes +config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting +config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets config.chat_time_prefix.chat_time_prefix_brackets_color = Cor do parêntese -config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Especifica a cor dos colchetes +config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specify the color of the brackets config.chat_time_prefix.chat_time_prefix_time_format = Formato config.chat_time_prefix.chat_time_prefix_time_format.desc = Especifique o formato de hora. @@ -288,13 +288,13 @@ config.server.title = Opções do servidor config.server.general = Geral... config.server.general.desc = Opções para servidores gerais. config.server.highlight_words = Realçar palavras... -config.server.highlight_words.desc = Adicione palavras que devem ser destacadas no bate-papo. Use %player% para seu próprio nome. +config.server.highlight_words.desc = Add words that should be highlighted in chat. Use %player% for your own username. config.server.chatmessage_filter = Filtro de chat... -config.server.chatmessage_filter.desc = Filtra mensagens de bate-papo específicas e seleciona ações para elas. +config.server.chatmessage_filter.desc = Filter specific chat messages and select actions for them. config.server.text_replacement = Atalhos de texto... -config.server.text_replacement.desc = Adicione atalhos que são substituídos por texto ao enviar uma mensagem de bate-papo. +config.server.text_replacement.desc = Add shortcuts that get replaced by text upon sending a chat message. config.server.text_macros = Macros textuais... -config.server.text_macros.desc = Envia mensagens de bate-papo automaticamente depois de pressionar uma combinação de teclas configuradas. +config.server.text_macros.desc = Automatically send chat messages after pressing a predefined key combination. config.server.name_history = Histórico de nomes... config.server.name_history.desc = Confira o histórico de nomes de um jogador de Minecraft. config.server.join_text = Textos auto. de entrada... @@ -302,37 +302,37 @@ config.server.join_text.desc = Envie mensagens automaticamente ao entrar num ser config.server_general.title = Opções gerais de servidor config.server_general.show_server_stats = Exibir estatísticas -config.server_general.show_server_stats.desc = Escolha se as estatísticas do servidor atualmente conectado devem ser mostradas. (Funciona apenas em servidores suportados) +config.server_general.show_server_stats.desc = Specify whether the stats of the currently connected server should be shown. (Works only on supported servers) config.server_general.show_i_p = Mostrar IP config.server_general.show_i_p.desc = Especificar a exibição do IP do servidor atual. config.server_general.show_players = Número de jogadores -config.server_general.show_players.desc = Escolha se a quantidade de jogadores online no seu atual servidor deve ser exibida. +config.server_general.show_players.desc = Specify whether the amount of online players on your server should be displayed. config.server_general.show_large_start_countdown = Iniciar contagem -config.server_general.show_large_start_countdown.desc = Especifica se uma contagem regressiva deve ser exibida. (Funciona apenas nos modos de jogo suportados) +config.server_general.show_large_start_countdown.desc = Specify whether a start countdown should be displayed. (Works only on supported game modes) config.server_general.show_invincibility_wears_off_time = Mostrar tempo de invencibilidade -config.server_general.show_invincibility_wears_off_time.desc = Escolha se um cronômetro de invencibilidade deve ser exibido. (Funciona apenas nos modos de jogo suportados) +config.server_general.show_invincibility_wears_off_time.desc = Specify whether an invincibility timer should be displayed. (Works only on supported game modes) config.server_general.show_large_deathmatch_countdown = Contagem para Deathmatch -config.server_general.show_large_deathmatch_countdown.desc = Escolha se uma contagem regressiva do deathmatch deve ser exibida. (Funciona apenas nos modos de jogo suportados) +config.server_general.show_large_deathmatch_countdown.desc = Specify whether a deathmatch countdown should be displayed. (Works only on supported game modes) config.server_general.show_win_message = Exibir mensagem de vitória -config.server_general.show_win_message.desc = Escolha se uma mensagem de vitória deve ser exibida no final de um jogo. (Funciona apenas nos modos de jogo suportados) +config.server_general.show_win_message.desc = Specify whether a win message should be displayed at the end of a game. (Works only on supported game modes) config.server_general.show_compass_target = Mostrar alvo da bússola -config.server_general.show_compass_target.desc = Escolha se o jogador apontado pela bússola deve ser exibido. (Funciona apenas nos modos de jogo suportados) +config.server_general.show_compass_target.desc = Specify whether the compass target player should be displayed. (Works only on supported game modes) config.server_general.show_large_killstreaks = Mostrar killstreaks longos -config.server_general.show_large_killstreaks.desc = Escolha se a sequência de kills devem ser exibidas. (Funciona apenas nos modos de jogo suportados) +config.server_general.show_large_killstreaks.desc = Specify whether killstreaks should be displayed. (Works only on supported game modes) config.server_general.notify_on_name = Notificar quando mencionado -config.server_general.notify_on_name.desc = Escolha se você deve receber uma notificação do sistema quando o nome do seu Minecraft for mencionado no bate-papo. +config.server_general.notify_on_name.desc = Specify whether you should receive a system notification when your minecraft name has been used in chat. config.server_general.auto_server_reconnect = Reconexão automática -config.server_general.auto_server_reconnect.desc = Escolha se o jogo deve tentar se reconectar automaticamente ao último servidor após ser desconectado. +config.server_general.auto_server_reconnect.desc = Specify whether the client should automatically try to reconnect to the last server after being disconnected. config.server_general.auto_server_reconnect.off = Não config.server_general.auto_server_reconnect.sec = seg. config.server_general.mac_cmd_drop = Usar tecla Cmd -config.server_general.mac_cmd_drop.desc = Configuração somente para Mac. Especifique se deseja usar a tecla CMD (ou Apple) ou a tecla CTRL.\nObservação\: Ao pressionar CMD + Q para soltar uma pilha de itens, seu jogo pode ser fechado\! +config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! config.server_general.mojang_status = Status da Mojang -config.server_general.mojang_status.desc = Escolha se as alterações de estatísticas do Mojang devem ser exibidas como uma notificação. +config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. config.server_general.allow_mod_plugin_requests = Permitir pedidos de plugins do mod -config.server_general.allow_mod_plugin_requests.desc = Escolha se os servidores Minecraft têm permissão para enviar solicitações de plugins e mod, que permitem que os servidores exibam ainda mais estatísticas. +config.server_general.allow_mod_plugin_requests.desc = Specify whether Minecraft servers are allowed to send you mod plugin requests, which allow servers to display even more stats. config.server_general.confirm_disconnect = Confirmar desconexão -config.server_general.confirm_disconnect.desc = Quando ativado, uma tela de confirmação será exibida sempre que você desejar desconectar-se de um servidor. +config.server_general.confirm_disconnect.desc = When enabled, a confirmation gui will be displayed each time you want to disconnect from a server. config.server.timolia = Timolia.de config.server.timolia.desc = Opções do servidor Timolia.de @@ -602,12 +602,12 @@ server.hypixel.friends.add_mod = Add in Mod server.hypixel.friends.add_mod_all = Add all chat_filter.title = Filtro de mensagens do chat -chat_filter.help = Use o filtro de mensagens de bate-papo para ignorar mensagens de bate-papo específicas em um servidor. Você também pode usar caracteres especiais para corresponder às mensagens. +chat_filter.help = Use the Chat Message Filter to Ignore specific Chat Messages on a Server. You may also use Wildcards to match messages. chat_filter.add = Adicionar mensagem chat_filter.edit = Editar mensagem chat_filter.delete = Excluir mensagem chat_filter.message.enabled = Filtro de chat ativado. -chat_filter.message.disabled = O filtro de bate-papo foi desativado. Pressione %s para habilitá-lo novamente. +chat_filter.message.disabled = Chat filter has been disabled. Press %s to enable it again. chat_filter.edit.title = Editar mensagem de chat chat_filter.edit.name = Nome\: chat_filter.edit.chat_message = Mensagem de chat\: @@ -626,7 +626,7 @@ chat_filter.edit.action.auto_text = Texto auto. chat_filter.edit.action.play_sound = Tocar som chat_filter.edit.use_regex = Regex (avançado)\: chat_filter.edit.help.title = Ajuda... -chat_filter.edit.help = Você pode usar "*" para ignorar parte de uma linha ou "?" para ignorar um único caractere. Para escapar de um curinga, use "".\nSe você digitar, por exemplo, "Rastreamento *", ele corresponderá a "Rastreamento 5zig", mas também "Rastreamento 4zig". Você pode excluir palavras especiais inserindo-as no campo de entrada Exceções, separadas por uma vírgula uma da outra. +chat_filter.edit.help = You can use "*" to ignore a part of a String or "?" to ignore a single character. To escape a wildcard use "".\nIf you enter for example "Tracking *", it will match "Tracking 5zig", but also "Tracking 4zig". You can except special words by entering them into the Exceptions input field, separated with one comma from each other. text_replacement.title = Atalhos de texto text_replacement.add = Adicionar atalho @@ -636,8 +636,8 @@ text_replacement.edit.title = Editar atalho text_replacement.edit.message = Mensagem\: text_replacement.edit.replacement = Substituição\: text_replacement.edit.ignore_commands = Ignorar comandos\: %s -text_replacement.edit.replace_inside_words = Trocar palavras internas\: %s -text_replacement.help = Adicione atalhos que são substituídos por texto ao enviar uma mensagem de bate-papo. +text_replacement.edit.replace_inside_words = Replace Inside Words\: %s +text_replacement.help = Add shortcuts that get replaced by text upon sending a chat message. text_macros.title = Macros textuais text_macros.add = Adicionar macro @@ -650,7 +650,7 @@ text_macros.edit.macro.press = Pressione e insira sua combinação text_macros.edit.macro.listening = Gravando... text_macros.edit.macro.stop = Clique para parar text_macros.edit.macro.auto_send = Envio automático -text_macros.help = Envie mensagens de bate-papo automaticamente depois de pressionar uma combinação de teclas configuradas. +text_macros.help = Automatically send chat messages after pressing a predefined key combination. name_history.title = Histórico de nomes name_history.search = Pesquisar... @@ -673,9 +673,9 @@ join_texts.edit.delay = Atraso modules.title = Personalização de módulos modules.help = Ajuda... -modules.help.display = Nesta tela, você pode alterar toda a aparência do mod. Tudo o que deve ser mostrado é dividido em pastas separadas, ou "módulos". Esses módulos têm seu próprio nome, título e local, mas também contêm "itens" específicos que são mostrados.\nUm item pode ser, por exemplo, responsável por exibir suas coordenadas ou seus efeitos de poção ativos. Você pode adicionar e remover módulos e itens também. +modules.help.display = In this screen you can change the whole appearance of the mod. Everything that should be rendered is divided into separate packages, or "modules". These modules have got their own name, title and location, but they contain also specific "items" that get rendered. An item can be for example responsible for displaying your coordinates or your active potion effects. You can add and remove modules and items as well. modules.reset = Redefinir tudo -modules.reset.title = Tem certeza de que deseja redefinir a GUI de renderização para os padrões? +modules.reset.title = Are you sure you want to reset the rendering gui to its defaults? modules.list.title = Módulos modules.add = Adicionar novo módulo... modules.settings = Configurações... @@ -713,7 +713,7 @@ modules.settings.id.already_used = Essa ID já está em uso em outro módulo modules.settings.name = Nome modules.settings.name.change = Digite um novo nome para esse módulo. modules.settings.translation = Chave de tradução -modules.settings.translation.change = Por favor, insira uma nova chave de tradução para o título deste módulo. +modules.settings.translation.change = Please enter a new translation key for the title of this module. modules.settings.items = Itens (%s)... modules.settings.show_label = Exibir título modules.settings.label.color = Cor do rótulo @@ -750,19 +750,19 @@ modules.category.other = Outros modules.item.dummy = (Teste) modules.item.fps = FPS -modules.item.fps.desc = Exibe quantos frames estão sendo renderizados por segundo. +modules.item.fps.desc = Displays how many frames are being rendered per second. modules.item.fps.precise_f_p_s = Taxa de quadros exata -modules.item.fps.precise_f_p_s.desc = Escolha se um contador FPS mais preciso (contador de quadros por segundo) deve ser ativado. Este contador atualiza o FPS atual a cada 50 ms) +modules.item.fps.precise_f_p_s.desc = Specifies whether a more precise FPS-Counter (Frame-per-second-counter) should be enabled. This counter will update the current FPS every 50 ms) modules.item.cps = CPS -modules.item.cps.desc = Exibe quantas vezes você está clicando com o mouse por segundo. +modules.item.cps.desc = Displays how many times you are clicking your mouse per second. modules.item.cps.type = Mostrar -modules.item.cps.type.desc = Selecione qual tipo de cliques por segundo deve ser exibido. +modules.item.cps.type.desc = Select what type of clicks per second should be displayed. modules.item.cps.left_click = Cliques esquerdos modules.item.cps.right_click = Cliques direitos modules.item.cps.sum = Total de cliques modules.item.cps.both = Ambos modules.item.afk_time = Tempo ausente -modules.item.afk_time.desc = Exibe a quantidade de tempo que você não move o mouse ou pressiona uma tecla do teclado. +modules.item.afk_time.desc = Displays the amount of time you haven't been moving your mouse or pressing a key on your keyboard. modules.item.coordinates = Coordenadas modules.item.coordinates.desc = Exibe as coordenadas de sua posição. modules.item.coordinates.coord_style = Estilo @@ -776,10 +776,10 @@ modules.item.chunk_coordinates.coord_style.desc = Mude o formato das coordenadas modules.item.chunk_coordinates.below_other = Abaixo modules.item.chunk_coordinates.side_by_side = Lado a lado modules.item.chunk_coordinates.chunk_style = Exibir -modules.item.chunk_coordinates.chunk_style.desc = Escolha se as coordenadas relativas dos chunks devem ser exibidas também. +modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. modules.item.chunk_coordinates.relative = Relativa modules.item.chunk_coordinates.chunk = Apenas chunks -modules.item.chunk_coordinates.both = Relativo e chunk +modules.item.chunk_coordinates.both = Relative and Chunk modules.item.death_coordinates = Posição da morte modules.item.death_coordinates.desc = Exibe o local de sua última morte. modules.item.death_coordinates.nether = Nether @@ -787,19 +787,19 @@ modules.item.death_coordinates.the_end = O End modules.item.direction = Direção modules.item.direction.desc = Exibe a direção em que o jogador olha. modules.item.direction.direction_style = Direção -modules.item.direction.direction_style.desc = Escolha como a direção do jogador deve ser exibida. +modules.item.direction.direction_style.desc = Changes how the direction of the player should be displayed. modules.item.direction.number = Número modules.item.direction.string = Cardeal modules.item.direction.both = Ambas modules.item.direction.degree = Grau modules.item.direction.show_direction_towards = Mostrar direção -modules.item.direction.show_direction_towards.desc = Escolha se deve ser exibido, na direção x e z que o jogador está olhando. +modules.item.direction.show_direction_towards.desc = Toggles whether it should be displayed, in what x- and z-direction the player is looking. modules.item.pitch = Inclinação modules.item.pitch.desc = Exibe a inclinação em graus do jogador. modules.item.biome = Bioma modules.item.biome.desc = Exibe o bioma em que o jogador se encontra. modules.item.entities = Entidades -modules.item.entities.desc = Exibe a contagem de entidades da sua direção e a contagem total de entidades do seu mundo. +modules.item.entities.desc = Displays the entity count of your direction and the total entity count of your world. modules.item.target_block_coordinates = Coordenadas do bloco-alvo modules.item.target_block_coordinates.desc = Exibe as coordenadas do bloco em sua mira. modules.item.target_block_coordinates.coord_style = Estilo @@ -809,21 +809,21 @@ modules.item.target_block_coordinates.side_by_side = Lado a lado modules.item.target_block_name = ID do bloco-alvo modules.item.target_block_name.desc = Exibe o ID do bloco que você olha. modules.item.target_block_name.show_resource_domain = Mostrar domínio do recurso -modules.item.target_block_name.show_resource_domain.desc = Escolha se o domínio do recurso (por exemplo, minecraft\:) também deve ser exibido. +modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. modules.item.damage_resistance = Resistência ao dano -modules.item.damage_resistance.desc = Mostra quanto dano seus efeitos de armadura e poção absorvem. +modules.item.damage_resistance.desc = Shows how much damage your armor and potion effects absorb. modules.item.potions = Poções modules.item.potions.desc = Exibe todos os efeitos de poções ativas. modules.item.potions.colored_potion_durability = Durabilidade colorida de poção -modules.item.potions.colored_potion_durability.desc = Escolha se a durabilidade dos efeitos da poção ativa deve ser mostrada em cores diferentes, de acordo com a durabilidade atual. +modules.item.potions.colored_potion_durability.desc = Toggles whether the durability of the active potion effects should be rendered in different colors according to their current durability. modules.item.light_level = Nível de luz modules.item.light_level.desc = Exibe o nível de luz atual em sua posição. modules.item.light_level.light_level_percentage = Mostrar porcentagem -modules.item.light_level.light_level_percentage.desc = Escolha se o nível de luz deve ser exibido como porcentagem (onde 100% é o nível máximo de luz) ou como um valor entre 0 e 15. +modules.item.light_level.light_level_percentage.desc = Toggles whether the light level should be displayed as percentage (where 100% is the max light level) or as a value between 0 and 15. modules.item.speed = Velocidade -modules.item.speed.desc = Exibe sua velocidade atual de movimento em metros por segundo. +modules.item.speed.desc = Displays your current moving speed in metres per second. modules.item.time = Hora -modules.item.time.desc = Exibe seu horário real. A hora será formatada de acordo com o formato da hora do sistema. +modules.item.time.desc = Displays your real time. The time will be formatted according to your system time format. modules.item.time.style = Estilo modules.item.time.style.desc = Define o formato da hora. modules.item.time.system = Padrão do sistema @@ -832,26 +832,26 @@ modules.item.time.hours_12 = Formato de 12 horas modules.item.time.show_seconds = Exibir segundos modules.item.time.show_seconds.desc = Exibir ou não os segundos. modules.item.date = Data -modules.item.date.desc = Exibe sua data real. A data será formatada de acordo com o formato da data do sistema. +modules.item.date.desc = Displays your real date. The date will be formatted according to your system date format. modules.item.timer = Cronômetro -modules.item.timer.desc = Exibe seu temporizador ativo. Você pode iniciar, parar e pausar o temporizador usando as respectivas combinações de teclas. +modules.item.timer.desc = Displays your active Timer. You can start, stop and pause the timer using the respective keybindings. modules.item.memory = Memória -modules.item.memory.desc = Exibe a memória disponível para a Java VM em valores percentuais ou absolutos. +modules.item.memory.desc = Displays the available memory to the Java VM in either percent or absolute values. modules.item.memory.style = Estilo -modules.item.memory.style.desc = Escolha se a memória usada deve ser exibida como porcentagem, valor absoluto ou ambos. +modules.item.memory.style.desc = Toggles whether the used memory should be displayed as percentage, absolute value or both. modules.item.memory.percentage = Porcentagem modules.item.memory.bytes = Absoluto modules.item.memory.both = Ambos modules.item.battery = Bateria -modules.item.battery.desc = Exibe o status atual da bateria do seu laptop. Funciona apenas em laptops com Windows\! +modules.item.battery.desc = Displays the current status of your Laptop Battery. Works ONLY on Windows Laptops\! modules.item.battery.charge_status = Carregamento -modules.item.battery.charge_status.desc = Alterna se o status de carregamento da sua bateria deve ser exibido. +modules.item.battery.charge_status.desc = Toggles whether the charging status of your battery should be displayed. modules.item.battery.plugged_in = Conectada modules.item.battery.un_plugged = Desconectado modules.item.spotify = Spotify -modules.item.spotify.desc = Exibe a foto atual da faixa, artista e álbum da música do Spotify que você está ouvindo. +modules.item.spotify.desc = Displays the current Track, Artist and Album cover of the Spotify Song you are currently listening to. modules.item.spotify.show_spotify_always = Exibir sempre -modules.item.spotify.show_spotify_always.desc = Escolha se esta caixa deve ser exibida sempre ou somente quando o Spotify é aberto. +modules.item.spotify.show_spotify_always.desc = Specify, whether this box should be displayed always or only when Spotify is opened. modules.item.spotify.error.invalid_oauth_token = Token OAuth inválido modules.item.spotify.error.expired_oauth_token = Token OAuth expirado modules.item.spotify.error.invalid_csrf_token = Token Csrf inválido @@ -860,33 +860,33 @@ modules.item.spotify.error.no_user_logged_in = Não conectado modules.item.spotify.error.unknown = Não foi possível conectar-se ao Spotify\! modules.item.spotify.ad = Anúncio modules.item.itunes = iTunes -modules.item.itunes.desc = Exibe a foto atual da faixa, artista e álbum da música do iTunes que você está ouvindo. +modules.item.itunes.desc = Displays the current Track, Artist and Album cover of the iTunes Song you are currently listening to. modules.item.itunes.show_i_tunes_always = Exibir sempre -modules.item.itunes.show_i_tunes_always.desc = Escolha se esta caixa deve ser exibida sempre ou somente quando o iTunes é aberto. +modules.item.itunes.show_i_tunes_always.desc = Specify, whether this box should be displayed always or only when iTunes is opened. modules.item.iloveradio = ILoveRadio.de -modules.item.iloveradio.desc = Exibe a foto da faixa, artista e álbum da música atualmente sendo reproduzida no ILoveRadio.de +modules.item.iloveradio.desc = Displays the Track, Artist and Album cover of the currently playing song on ILoveRadio.de modules.item.iloveradio.channel = Canal modules.item.iloveradio.channel.desc = Selecionar o canal que você está ouvindo no momento. modules.item.iloveradio.unknown = Desconhecido modules.item.einslive = 1LIVE -modules.item.einslive.desc = Exibe a foto da faixa, artista e álbum da música atualmente sendo reproduzida no 1LIVE.de +modules.item.einslive.desc = Displays the Track, Artist and Album cover of the currently playing song on 1LIVE.de modules.item.teamspeak = TeamSpeak modules.item.teamspeak.desc = Displays the players that are currently in your TeamSpeak channel. modules.item.teamspeak.show_all_tabs = Mostrar todas as abas modules.item.teamspeak.show_all_tabs.desc = Toggle whether your current channels of all the TeamSpeak servers you are currently online should be shown or if only the current channel of the currently selected server should be displayed. modules.item.teamspeak.more = ...e mais %s modules.item.coordinates_clipboard = Módulo de Coordenadas -modules.item.coordinates_clipboard.desc = Exibe as coordenadas salvas da área de transferência de coordenadas, juntamente com uma pequena seta indicando a localização das coordenadas salvas. +modules.item.coordinates_clipboard.desc = Displays your saved coordinates of the coordinates clipboard, together with a small arrow indicating the location of your saved coordinates. modules.item.custom_server = Servidor personalizado modules.item.custom_server.desc = Exibe as estatísticas enviadas para você com a API oficial. modules.item.entity_health = Saúde de entidade -modules.item.entity_health.desc = Exibe a saúde da entidade que sua mira está atualmente buscando. +modules.item.entity_health.desc = Displays the health of the entity your cross hair is currently aiming at. modules.item.main_hand = Mão dominante modules.item.main_hand.desc = Exibe o item de sua mão dominante. modules.item.main_hand.attributes = Exibir atributos -modules.item.main_hand.attributes.desc = Exibe o valor do atributo de dano do seu item mantido. +modules.item.main_hand.attributes.desc = Displays the damage attribute value of your held item. modules.item.main_hand.durability = Durabilidade -modules.item.main_hand.durability.desc = Escolha como a durabilidade do seu item mantido deve ser exibida. +modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. modules.item.main_hand.disabled = Não modules.item.main_hand.relative = Relativa modules.item.main_hand.absolute = Absoluta @@ -894,9 +894,9 @@ modules.item.main_hand.total = Absoluta/Total modules.item.off_hand = Mão secundária modules.item.off_hand.desc = Exibe o item de sua mão secundária. modules.item.off_hand.attributes = Exibir atributos -modules.item.off_hand.attributes.desc = Exibe o valor do atributo de dano do seu item mantido. +modules.item.off_hand.attributes.desc = Displays the damage attribute value of your held item. modules.item.off_hand.durability = Durabilidade -modules.item.off_hand.durability.desc = Escolha como a durabilidade do seu item mantido deve ser exibida. +modules.item.off_hand.durability.desc = Specify how the durability of your held item should be displayed. modules.item.off_hand.disabled = Não modules.item.off_hand.relative = Relativa modules.item.off_hand.absolute = Absoluta @@ -904,9 +904,9 @@ modules.item.off_hand.total = Absoluta/Total modules.item.helmet = Capacete modules.item.helmet.desc = Exibe seu capacete. modules.item.helmet.attributes = Exibir atributos -modules.item.helmet.attributes.desc = Exibe o valor do atributo de armadura do seu capacete. +modules.item.helmet.attributes.desc = Displays the armor attribute value of your helmet. modules.item.helmet.durability = Durabilidade -modules.item.helmet.durability.desc = Escolha como a durabilidade do seu capacete deve ser exibida. +modules.item.helmet.durability.desc = Specify how the durability of your helmet should be displayed. modules.item.helmet.disabled = Não modules.item.helmet.relative = Relativa modules.item.helmet.absolute = Absoluta @@ -914,9 +914,9 @@ modules.item.helmet.total = Absoluta/Total modules.item.chestplate = Peitoral modules.item.chestplate.desc = Exibe seu peitoral modules.item.chestplate.attributes = Exibir atributos -modules.item.chestplate.attributes.desc = Exibe o valor do atributo de armadura do seu peitoral. +modules.item.chestplate.attributes.desc = Displays the armor attribute value of your chestplate. modules.item.chestplate.durability = Durabilidade -modules.item.chestplate.durability.desc = Escolha como a durabilidade do seu peitoral deve ser exibida. +modules.item.chestplate.durability.desc = Specify how the durability of your chestplate should be displayed. modules.item.chestplate.disabled = Não modules.item.chestplate.relative = Relativa modules.item.chestplate.absolute = Absoluta @@ -924,9 +924,9 @@ modules.item.chestplate.total = Absoluta/Total modules.item.leggings = Calças modules.item.leggings.desc = Exibe suas calças. modules.item.leggings.attributes = Exibir atributos -modules.item.leggings.attributes.desc = Exibe o valor do atributo de armadura de suas calças. +modules.item.leggings.attributes.desc = Displays the armor attribute value of your leggings. modules.item.leggings.durability = Durabilidade -modules.item.leggings.durability.desc = Escolha como a durabilidade de suas calças deve ser exibida. +modules.item.leggings.durability.desc = Specify how the durability of your leggings should be displayed. modules.item.leggings.disabled = Não modules.item.leggings.relative = Relativa modules.item.leggings.absolute = Absoluta @@ -934,9 +934,9 @@ modules.item.leggings.total = Absoluta/Total modules.item.boots = Botas modules.item.boots.desc = Exibe suas botas. modules.item.boots.attributes = Exibir atributos -modules.item.boots.attributes.desc = Exibe o valor do atributo de armadura de suas botas. +modules.item.boots.attributes.desc = Displays the armor attribute value of your boots. modules.item.boots.durability = Durabilidade -modules.item.boots.durability.desc = Escolha como a durabilidade de suas botas deve ser exibida. +modules.item.boots.durability.desc = Specify how the durability of your boots should be displayed. modules.item.boots.disabled = Não modules.item.boots.relative = Relativa modules.item.boots.absolute = Absoluta @@ -944,38 +944,38 @@ modules.item.boots.total = Absoluta/Total modules.item.arrows = Flechas modules.item.arrows.desc = Exibe o número de flechas em seu inventário. modules.item.arrows.show_always = Exibir sempre -modules.item.arrows.show_always.desc = Escolha se a contagem de flechas deve ser exibida sempre ou somente sempre que você segurar um arco na mão. +modules.item.arrows.show_always.desc = Specifies whether the arrow count should be displayed always or only whenever you hold a bow in your hand. modules.item.soups = Sopas modules.item.soups.desc = Exibe o número de sopas em seu inventário. modules.item.ip = IP -modules.item.ip.desc = Exibe o IP do servidor ao qual você está conectado no momento. +modules.item.ip.desc = Displays the IP of the server you are currently connected to. modules.item.players = Jogadores -modules.item.players.desc = Exibe a contagem de jogadores do servidor ao qual você está conectado atualmente. +modules.item.players.desc = Displays the player count of the server you are currently connected to. modules.item.ping = Latência -modules.item.ping.desc = Exibe o ping do servidor ao qual você está conectado atualmente. +modules.item.ping.desc = Displays the ping of the server you are currently connected to. modules.item.lobby = Lobby -modules.item.lobby.desc = Exibe o nome do lobby do servidor ao qual você está conectado atualmente. +modules.item.lobby.desc = Displays the lobby name of the server you are currently connected to. modules.item.countdown = Contagem -modules.item.countdown.desc = Exibe uma contagem regressiva para o modo de jogo atual que você está jogando. +modules.item.countdown.desc = Displays a countdown for the current game mode you are playing. modules.item.countdown.show_large_countdown = Mostrar contagem maior -modules.item.countdown.show_large_countdown.desc = Escolha se a contagem regressiva deve ser exibida no centro da tela. +modules.item.countdown.show_large_countdown.desc = Specifies whether the countdown should be displayed in the center of the screen. modules.item.kills = Kills -modules.item.kills.desc = Exibe suas kills para o modo de jogo atual que você está jogando. +modules.item.kills.desc = Displays your kills for the current game mode you are playing. modules.item.killstreak = Killstreak -modules.item.killstreak.desc = Exibe sua sequência de kills para o modo de jogo atual que você está jogando. +modules.item.killstreak.desc = Displays your killstreak for the current game mode you are playing. modules.item.deaths = Deaths -modules.item.deaths.desc = Exibe suas mortes para o modo de jogo atual que você está jogando. +modules.item.deaths.desc = Displays your deaths for the current game mode you are playing. modules.item.win_message = Mensagem de vitória -modules.item.win_message.desc = Exibe o ganhador do modo de jogo atual que você está jogando. +modules.item.win_message.desc = Displays the winner of the current game mode you are playing. modules.item.online_friends = Amigos online -modules.item.online_friends.desc = Exibe seus amigos online no servidor que você está jogando. +modules.item.online_friends.desc = Displays your online friends on the server you are playing. modules.item.online_friends.length = Largura máxima modules.item.online_friends.length.desc = O número máximo de amigos em exibição. modules.item.online_friends.nobody = Sem amigos online\! modules.item.party_members = Membros do grupo -modules.item.party_members.desc = Exibe os membros do grupo em que você está atualmente. +modules.item.party_members.desc = Displays the members of the party you are currently in. modules.item.party_members.length = Largura máxima -modules.item.party_members.length.desc = A quantidade máxima de membros do grupo que deve ser exibida. +modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. modules.item.party_members.star = Leader Star modules.item.party_members.star.desc = Exibir ou não a estrela atrás do líder do grupo. modules.item.nickname = Apelido @@ -1117,7 +1117,7 @@ modules.item.simplehg_feast = SimpleHG Feast modules.item.simplehg_feast.desc = Display the coordinates of the feast in SimpleHG config.server.2nd_chat = Chat secundário... -config.server.2nd_chat.desc = Configurações para um segundo bate-papo. Este chat está localizado no lado direito da tela do jogo e pode ser usado para exibir mensagens especificadas no Filtro de Chat. +config.server.2nd_chat.desc = Settings for a second chat. This chat is located in the right side of the ingame screen and can be used to display messages specified in the Chat Filter. config.2nd_chat.title = Chat secundário config.2nd_chat.2nd_chat_visible = Visível config.2nd_chat.2nd_chat_visible.desc = Especifique a visibilidade do chat secundário. @@ -1126,19 +1126,19 @@ config.2nd_chat.2nd_chat_opacity.desc = Especifique a opacidade do chat secundá config.2nd_chat.2nd_chat_scale = Escala config.2nd_chat.2nd_chat_scale.desc = Especifique a escala do chat secundário. config.2nd_chat.2nd_chat_height_focused = Altura em foco -config.2nd_chat.2nd_chat_height_focused.desc = Escolha a altura do segundo bate-papo enquanto ele estiver em uso. +config.2nd_chat.2nd_chat_height_focused.desc = Specify the height of the second chat while it's focused. config.2nd_chat.2nd_chat_height_unfocused = Altura sem foco -config.2nd_chat.2nd_chat_height_unfocused.desc = Escolha a altura do segundo bate-papo enquanto ele estiver em segundo plano. +config.2nd_chat.2nd_chat_height_unfocused.desc = Specify the height of the second chat while it's unfocused. config.2nd_chat.2nd_chat_width = Largura config.2nd_chat.2nd_chat_width.desc = Especifique a largura do chat secundário. config.2nd_chat.2nd_chat_text_leftbound = Texto à esquerda -config.2nd_chat.2nd_chat_text_leftbound.desc = Escolha se o texto do segundo bate-papo deve ser alinhado no lado esquerdo ou direito do bate-papo principal. +config.2nd_chat.2nd_chat_text_leftbound.desc = Specify whether the text of the second chat should be aligned in the left or the right side of the box. skype.title = Nova conversa no Skype skype.help = Selecione um contato do Skype para importar uma conversa\! skype.loading = Carregando... skype.not_installed = O Skype não foi encontrado\! -skype.not_running = Verifique se o Skype está sendo executado e se o 5zig Mod está autorizado a acessá-lo\! +skype.not_running = Please make sure Skype is running and The 5zig Mod is allowed to access it\! skype.no_permission = Acesse o Skype e permita a execução do "java.exe" teamspeak.not_connected = Não conectado\! @@ -1318,7 +1318,7 @@ group.info.transfer_owner = Escolher líder... group.info.settings = Configurações... group.info.confirm.owner = Deseja mesmo transferir a liderança para %s? group.settings.title = Config. do grupo -group.settings.confirm.add_player = Digite o nome do jogador que você deseja adicionar a este bate-papo em grupo. +group.settings.confirm.add_player = Please enter the Name of the Player you want to add to this Group Chat. group.settings.confirm.change_name = Digite um novo nome para o chat em grupo. group.settings.confirm.delete = Deseja mesmo excluir esse chat em grupo? group.settings.add_player = Adicionar... @@ -1327,7 +1327,7 @@ group.settings.delete = Excluir grupo... group.create.title = Criar chat em grupo group.create.name = Nome\: -group.create.name.min_length = O nome do bate-papo em grupo deve ter pelo menos três caracteres +group.create.name.min_length = Group Chat Name must be at least 3 characters long group.invite.title = Criar chat em grupo "%s" group.invite.create = Criar group.invite.friends.all = Todos os amigos (%s) @@ -1385,15 +1385,15 @@ chat.file.uploading = Enviando... chat.settings = Chat... config.chat_settings.title = Opções do chat config.chat_settings.show_messages = Notificações de chat -config.chat_settings.show_messages.desc = Alterne se as notificações de bate-papo devem ser exibidas no canto superior direito. +config.chat_settings.show_messages.desc = Toggle whether chat notifications should be displayed in the top right corner. config.chat_settings.show_group_messages = Notificações de chat em grupo -config.chat_settings.show_group_messages.desc = Escolha se as notificações de bate-papo em grupo devem ser exibidas no canto superior direito. +config.chat_settings.show_group_messages.desc = Toggle whether group chat notifications should be displayed in the top right corner. config.chat_settings.show_online_messages = Mostrar mensagens online -config.chat_settings.show_online_messages.desc = Escolha se as mensagens online devem ser exibidas no canto superior direito. +config.chat_settings.show_online_messages.desc = Toggle whether online messages should be displayed in the top right corner. config.chat_settings.play_message_sounds = Tocar sons de mensagem -config.chat_settings.play_message_sounds.desc = Escolha se o mod deve reproduzir sons ao enviar ou receber uma mensagem. +config.chat_settings.play_message_sounds.desc = Toggle whether the mod should play sounds when sending or receiving a message. config.chat_settings.show_tray_notifications = Mostrar notificações na bandeja -config.chat_settings.show_tray_notifications.desc = Escolha se o mod deve mostrar uma notificação do sistema quando você receber uma mensagem de bate-papo enquanto a janela do Minecraft estiver em segundo plano. +config.chat_settings.show_tray_notifications.desc = Toggle whether the mod should show a system notification when you receive a chat message while the Minecraft window is unfocused. config.chat_settings.chat_background_type = Fundo config.chat_settings.chat_background_type.desc = Especifique o estilo do fundo de chat. config.chat_settings.default = Padrão @@ -1404,7 +1404,7 @@ config.chat_settings.chat_background_location.desc = Selecione uma imagem de fun config.chat_settings.background.selected = Novo fundo selecionado\! party.title = Grupo -party.help = No momento, você não está em um grupo\!\n\nOs grupos facilitam muito o jogo com os amigos, alternando automaticamente todos os membros para o mesmo servidor Minecraft no qual o host está jogando. +party.help = You are currently not in a Party\!\n\nParties make playing together with friends very easy by automatically switching all members to the same Minecraft Server the host is currently playing on. party.delete = Excluir grupo party.leave = Sair do grupo party.members = Membros do grupo @@ -1450,11 +1450,11 @@ profile.edit = [Editar] config.profile_settings.title = Opções do perfil config.profile_settings.connect_to_server = Conecte-se -config.profile_settings.connect_to_server.desc = Escolha se o mod deve se conectar ao servidor de bate-papo do mod na inicialização. +config.profile_settings.connect_to_server.desc = Toggle whether the mod should connect itself the the chat server of the mod on startup. config.profile_settings.show_connecting = Mostrar aviso de entrada -config.profile_settings.show_connecting.desc = Escolha se o mod deve exibir mensagens de conexão no canto superior direito. +config.profile_settings.show_connecting.desc = Toggle whether the mod should display connect messages in the top right corner. config.profile_settings.afk_time = Ficar ausente após -config.profile_settings.afk_time.desc = Escolha o tempo que o mod deve mudar seu status online para afk. +config.profile_settings.afk_time.desc = Specify the time after that the mod should turn your online status to away. config.profile_settings.afk_time.min = min. config.profile_settings.never = Nunca profile.now_afk = Você está ausente\! @@ -1462,15 +1462,15 @@ profile.no_longer_afk = Você não está mais ausente\! config.profile_settings.online_status = Status config.profile_settings.online_status.desc = Especifique seu status online. config.profile_settings.show_server = Mostrar seu servidor -config.profile_settings.show_server.desc = Escolha se você deseja que outras pessoas vejam o servidor no qual você está jogando no momento.\nQuando desligado, você também não pode ver os servidores atuais de todos os seus amigos. +config.profile_settings.show_server.desc = Toggle whether you want others to see the server you are currently playing on.\nWhen turned off, you cannot see the current servers of all your friends as well. config.profile_settings.show_messages_read = Mostrar mensagens lidas -config.profile_settings.show_messages_read.desc = Escolha se você deseja que outras pessoas vejam se você leu as mensagens deles.\nQuando desligado, você não pode ver se seus amigos também leem em suas mensagens. +config.profile_settings.show_messages_read.desc = Toggle whether you want others to see if you have read their messages.\nWhen turned off, you cannot see whether your friends read your messages as well. config.profile_settings.show_friend_requests = Mostrar pedidos de amizade -config.profile_settings.show_friend_requests.desc = Escolha se você deseja permitir solicitações de amigos de outros jogadores. +config.profile_settings.show_friend_requests.desc = Toggle whether you want to allow friend requests from other players. config.profile_settings.show_country = Exibir país -config.profile_settings.show_country.desc = Escolha se você deseja exibir seu país para seus amigos.\nQuando desligado, você também não pode ver o país de seus amigos. +config.profile_settings.show_country.desc = Toggle whether you want to display your country to your friends.\nWhen turned off, you cannot see the country of your friends as well. config.profile_settings.display_color = Cor de exibição -config.profile_settings.display_color.desc = A cor que seu nome será exibida na lista de bate-papo e amigos. +config.profile_settings.display_color.desc = The color your name will be displayed in the chat and friends list. profile.yesterday = Ontem profile.today = Hoje profile.hidden = Oculto @@ -1482,9 +1482,9 @@ profile.settings.view = Ver opções do perfil... profile.settings.title = Config. do perfil cape.title = Opções da capa -cape.not_connected = Você deve estar conectado ao 5zig Mod Server para gerenciar sua capa. +cape.not_connected = You must be connected to the 5zig Mod Server to manage your cape. cape.not_donator = Você precisa ser um doador para poder enviar uma capa. -cape.not_custom = Doe para obter uma capa personalizada para poder fazer upload de sua própria capa\! +cape.not_custom = Donate for a custom cape to be able to upload your own cape\! cape.disable = Desativar capa cape.enable = Ativar capa cape.upload = Enviar capa... @@ -1518,7 +1518,7 @@ raid.narrow = Narrow raid.track = Track %s coordinate_clipboard.title = Módulo de Coordenadas -coordinate_clipboard.description = Ajuda\: Nesta tela, você pode salvar rapidamente algumas coordenadas na sua "área de transferência". Essas coordenadas serão exibidas na tela. Este recurso é muito útil para lembrar as coordenadas de, por exemplo\: seu companheiro de equipe ou outro local importante. +coordinate_clipboard.description = Help\: In this screen you can quickly save some coordinates to your "clipboard". These coordinates will be then displayed on the screen. This feature is very useful for remembering the coordinates of eg. your team mate or another important location. coordinate_clipboard.previous = Anterior coordinate_clipboard.next = Próximo coordinate_clipboard.number = Módulo de Coordenadas %s/%s @@ -1547,7 +1547,7 @@ plugin_manager.enable = Ativar plugin_manager.disable = Desativar plugin_manager.reload = Recarregar plugin_manager.plugin_folder = Pasta de plugins -plugin_manager.help = Instale e gerencie seus plugins 5zig mod\! Os plugins permitem que desenvolvedores de terceiros adicionem recursos adicionais ao mod 5zig. Mais informações em 5zigreborn.eu/plugins. +plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. plugin_manager.update = Atualização automática credits.title = Créditos @@ -1555,7 +1555,7 @@ credits.reborn = Desenvolvedores do Reborn credits.developer = Desenvolvedores credits.special_thanks = Um agradecimento especial a credits.translators = Tradutores -credits.thank_you = Um enorme "obrigado\!" a todos esses caras e, claro, a você, por usar meu mod\! +credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! credits.patrons = Apoiadores blocked_users.title = Usuários bloqueados @@ -1584,8 +1584,8 @@ api.setting_disabled.armor_hud = o HUD da armadura ingame_chat.new_message = Nova mensagem\! plugin_request.title = Pedido de download de plugin do mod\! -plugin_request.help = O servidor fez um pedido para baixar um plug-in do mod 5zig, que pode ser usado para exibir estatísticas adicionais do servidor.\n§cObserve que o conteúdo de qualquer plug-in para download não é aprovado pelo autor do mod e pode danificar seu computador.\nFaça o download deste plugin por sua conta e risco e somente se você realmente confiar no proprietário do servidor\! Se você deseja remover o plug-in baixado novamente, exclua "%s" e reinicie o jogo\! -plugin_request.warning = Tem certeza de que deseja continuar? Este plugin pode danificar seu computador\! O autor do mod 5zig não é responsável por nenhum conteúdo baixado\! +plugin_request.help = The server has made a request to download a plugin of the 5zig mod, which can be used to display additional stats from the server.\n§cPlease note that the content of any downloadable plugin is not approved by the mod author and may harm your computer. Download this plugin at your own risk and only if you really trust the server owner\! If you want to remove the downloaded plugin again delete "%s" and restart your game\! +plugin_request.warning = Are you sure that you want to continue? This plugin may harm your computer\! The author of the 5zig mod is not responsible for any downloaded content\! plugin_request.download = Baixar plugin_request.downloading = Baixando... %s plugin_request.verifying = Verificando download... @@ -1676,7 +1676,7 @@ ingame.qualification.rounds = Rodadas ingame.round = Rodada ingame.tournament = Tournament by %s ingame.star = Estrela -ingame.star_in = A estrela será lançada em %s segundos\! +ingame.star_in = The Star will be released in %s seconds\! ingame.checkpoints = Pontos de controle ingame.fails = Fails ingame.lives = Vidas @@ -1731,7 +1731,7 @@ spotify.token.set = Definir spotify.token.not_set = Indefinido config.spotify.title = Spotify config.spotify.refresh_token = Token -config.spotify.refresh_token.desc = Seu token do Spotify. Conecte sua conta e obtenha-o em https\://secure.5zigreborn.eu/spotify. +config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. config.display.spotify = Spotify... ingame.map = Mapa @@ -1742,41 +1742,41 @@ modules.item.octc_mode = Modo modules.item.octc_team = Equipe modules.category.server_occ = Servidor OCC -gui.alert.server_disconnected = Você não está conectado ao nosso servidor, portanto, não pode fazer login no seu painel. -gui.alert.feature_unavailable = Este recurso não está disponível no momento. +gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. +gui.alert.feature_unavailable = This feature isn't currently available. -plugin.conn.starting = Iniciando servidor... -plugin.conn.listening = Aguardando os plugins... -plugin.conn.info = Deseja instalar este plugin? -plugin.conn.download = Fazendo download do plugin... -plugin.conn.downloaded = Instalação completa -plugin.conn.error.fs = Não foi possível criar o arquivo do plugin +plugin.conn.starting = Starting server... +plugin.conn.listening = Waiting for plugins... +plugin.conn.info = Do you want to install this plugin? +plugin.conn.download = Downloading plugin... +plugin.conn.downloaded = Install complete +plugin.conn.error.fs = Could not create plugin file -update.beta.1 = Está disponível uma nova versão beta do mod 5zig\! -update.beta.2 = Obtenha em l.5zigreborn.eu/beta\! -update.available.stable = Atualização disponível -update.available.beta = Atualização Beta disponível +update.beta.1 = A new beta version of the 5zig mod is available\! +update.beta.2 = Get it from l.5zigreborn.eu/beta\! +update.available.stable = Update available +update.available.beta = Beta update available -modules.item.direction.count_angle_north = Contagem do norte -modules.item.direction.count_angle_north.desc = Aja como uma bússola, marcando 0 ° como norte e 180 ° como sul. +modules.item.direction.count_angle_north = Count from north +modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. -modules.item.uptime = Tempo de atividade -modules.item.uptime.extended = Estendido -modules.item.uptime.extended.desc = Exibe a hora usando os nomes estendidos (horas, segundos). -ingame.uptime = Tempo de atividade +modules.item.uptime = Uptime +modules.item.uptime.extended = Extended +modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). +ingame.uptime = Uptime -spotify.token_get = Seu token do Spotify foi salvo com sucesso. +spotify.token_get = Your Spotify token was saved successfully. -config.server_hypixel.hypixel_api_key = Chave API... -config.server_hypixel.hypixel_api_key.desc = A chave da API Hypixel para esta conta. -config.display.ping_on_serverlist = Ping na lista de servidores -config.display.ping_on_serverlist.desc = Mostre o valor numérico do ping em vez das barras na lista de servidores. +config.server_hypixel.hypixel_api_key = API Key... +config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. +config.display.ping_on_serverlist = Ping on Server List +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. -modules.label = Editar o prefixo... -modules.label.input = Digite o novo prefixo para este item. -modules.item.command = Comando de saída +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output modules.item.command.regex = Regex -modules.item.command.regex.desc = Uma expressão regular opcional. Se isso estiver definido, apenas os grupos correspondentes serão mostrados. -modules.item.command.scrolling = Limite de rolagem -modules.item.command.refresh = Taxa(s) de atualização(ões) -modules.item.command.command = Comando \ No newline at end of file +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command \ No newline at end of file From dfb90b9430cbda9d7bd34b3caf32680c05aa586b Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 21 May 2020 16:21:03 +0200 Subject: [PATCH 068/382] New translations en_US.lang (Norwegian) --- resources/assets/the5zigmod/lang/no_NO.lang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/the5zigmod/lang/no_NO.lang b/resources/assets/the5zigmod/lang/no_NO.lang index 2a779e1..2f46460 100644 --- a/resources/assets/the5zigmod/lang/no_NO.lang +++ b/resources/assets/the5zigmod/lang/no_NO.lang @@ -1,5 +1,5 @@ -the5zigmod.key.toggle_mod=Toggle Mod -the5zigmod.key.toggle_chat=Toggle Chat +the5zigmod.key.toggle_mod=Veksle Mod +the5zigmod.key.toggle_chat=Veksle Chat the5zigmod.key.coordinates_clipboard=Coord Clipboard the5zigmod.key.raid_calculator=MCPVP Raid Calculator the5zigmod.key.hypixel_stats=Hypixel Stats From 31d94b0a22ca68110ce2aba1b9ccb2bc8ba9b26d Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 25 May 2020 19:25:58 +0200 Subject: [PATCH 069/382] New translations language_en_US.properties (Danish) --- resources/lang/44/language_da_DK.properties | 50 ++++++++++----------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/resources/lang/44/language_da_DK.properties b/resources/lang/44/language_da_DK.properties index c5cc5a7..67df127 100644 --- a/resources/lang/44/language_da_DK.properties +++ b/resources/lang/44/language_da_DK.properties @@ -1743,40 +1743,40 @@ modules.item.octc_team = Hold modules.category.server_occ = Server OCC gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. -gui.alert.feature_unavailable = This feature isn't currently available. +gui.alert.feature_unavailable = Denne funktion er i øjeblikket ikke tilgængelig. -plugin.conn.starting = Starting server... -plugin.conn.listening = Waiting for plugins... -plugin.conn.info = Do you want to install this plugin? -plugin.conn.download = Downloading plugin... -plugin.conn.downloaded = Install complete -plugin.conn.error.fs = Could not create plugin file +plugin.conn.starting = Starter server... +plugin.conn.listening = Venter på plugins... +plugin.conn.info = Vil du gerne installere det plugin? +plugin.conn.download = Installere plugin... +plugin.conn.downloaded = Installationen blev gennemført +plugin.conn.error.fs = Kunne ikke lave plugin-fil -update.beta.1 = A new beta version of the 5zig mod is available\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.beta.1 = En ny beta-version af 5zig moddet er tilgængelig\! +update.beta.2 = Få den fra l.5zigreborn.eu/beta\! +update.available.stable = Opdatering er tilgængelig +update.available.beta = Beta opdatering er tilgængelig -modules.item.direction.count_angle_north = Count from north +modules.item.direction.count_angle_north = Tæl fra nord modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. -modules.item.uptime = Uptime -modules.item.uptime.extended = Extended +modules.item.uptime = Oppetid +modules.item.uptime.extended = Udvidet modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +ingame.uptime = Oppetid -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = Din Spotify-token blev gemt med succes. -config.server_hypixel.hypixel_api_key = API Key... -config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List +config.server_hypixel.hypixel_api_key = API Nøgle... +config.server_hypixel.hypixel_api_key.desc = Hypixel API nøglen for denne konto. +config.display.ping_on_serverlist = Ping på serverlisten config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. -modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.label = Ændre Præfiks... +modules.label.input = Indtast det nye præfiks for denne genstand. +modules.item.command = Kommando Output modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.scrolling = Rullegrænse +modules.item.command.refresh = Opdateringshastighed (s) +modules.item.command.command = Kommando \ No newline at end of file From c581bd00f3c5ababfde35ab752eccebcabbc311d Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 25 May 2020 19:56:29 +0200 Subject: [PATCH 070/382] New translations language_en_US.properties (Danish) --- resources/lang/44/language_da_DK.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_da_DK.properties b/resources/lang/44/language_da_DK.properties index 67df127..5285848 100644 --- a/resources/lang/44/language_da_DK.properties +++ b/resources/lang/44/language_da_DK.properties @@ -812,7 +812,7 @@ modules.item.target_block_name.show_resource_domain = Vis ressource-domæne modules.item.target_block_name.show_resource_domain.desc = Angiv om ressource-domænet (f.eks. minecraft \:) også skal vises. modules.item.damage_resistance = Modstand mod skader modules.item.damage_resistance.desc = Viser, hvor meget skade dine rustnings- og potioneffekter tager. -modules.item.potions = Potions +modules.item.potions = Eliksirer modules.item.potions.desc = Viser alle dine aktive potion effekter. modules.item.potions.colored_potion_durability = Farvet Potion Holdbarhed modules.item.potions.colored_potion_durability.desc = Angiver om holdbarheden af ​​de aktive potion-effekter skal gengives i forskellige farver i henhold til deres nuværende holdbarhed. From f7de627905a6d9b2e8a8ed689f3d8e6be0f80c98 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:23 +0200 Subject: [PATCH 071/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index a4832ec..76a4f7b 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From 79b03f3145f487bd6b4dcdf5d02057b9d8329dba Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:24 +0200 Subject: [PATCH 072/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index c716ba7..de8b9cc 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From 71d9dba4d8148200d1934359867ccea45c374368 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:26 +0200 Subject: [PATCH 073/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index ea32ff3..e0315b7 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From 8f157cbf02ff69f9d81ad8bef86bb418ed88e72f Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:28 +0200 Subject: [PATCH 074/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index da41a10..998a0a9 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = 刷新频率(s) -modules.item.command.command = 指令 \ No newline at end of file +modules.item.command.command = 指令 + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From d55595882e8f6f68ddcafc1a04126e834bf01c4e Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:31 +0200 Subject: [PATCH 075/382] New translations language_en_US.properties (Turkish) --- resources/lang/44/language_tr_TR.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_tr_TR.properties b/resources/lang/44/language_tr_TR.properties index b6ab896..1cd1ec7 100644 --- a/resources/lang/44/language_tr_TR.properties +++ b/resources/lang/44/language_tr_TR.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From d84e407ab5989fe24dc84fb716ea01b2f29bd9fc Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:33 +0200 Subject: [PATCH 076/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 0c470aa..99f1e2c 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From 2154ae676f3edcbbb816bfa822d074bda5c268dc Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:35 +0200 Subject: [PATCH 077/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 50858fb..2ff8b67 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From a818892da90371ee9837a6bd48988436ca6438a0 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:38 +0200 Subject: [PATCH 078/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index c77609e..7d6beb2 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From 7660486e8ce3d4870e4db94f337c739d762aa699 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:40 +0200 Subject: [PATCH 079/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index 09e6977..34582d9 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From fcfbb5ff2cac9aaa0e06850281983231a20365e9 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:43 +0200 Subject: [PATCH 080/382] New translations language_en_US.properties (German) --- resources/lang/44/language_de_DE.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_de_DE.properties b/resources/lang/44/language_de_DE.properties index 3c68fb1..b748355 100644 --- a/resources/lang/44/language_de_DE.properties +++ b/resources/lang/44/language_de_DE.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From d8662ddc341577ac9f3fc4837341607ab527d1b6 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:45 +0200 Subject: [PATCH 081/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index 2eeaab3..cee2bc8 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From e8bf96c91d4cfdb2d12d7bf701017800b5a1c20b Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:48 +0200 Subject: [PATCH 082/382] New translations language_en_US.properties (Czech) --- resources/lang/44/language_cs_CZ.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_cs_CZ.properties b/resources/lang/44/language_cs_CZ.properties index bbc694e..51c1442 100644 --- a/resources/lang/44/language_cs_CZ.properties +++ b/resources/lang/44/language_cs_CZ.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = Volitelný regulární výraz. Je-li nastaven, vypíšou se pouze odpovídající skupiny. modules.item.command.scrolling = Práh Točení Kolečkem modules.item.command.refresh = Obnovovací Frekvence (s) -modules.item.command.command = Příkaz \ No newline at end of file +modules.item.command.command = Příkaz + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From 1629b52497b83a30c993a01c324bdda408a8664c Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:50 +0200 Subject: [PATCH 083/382] New translations language_en_US.properties (Danish) --- resources/lang/44/language_da_DK.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_da_DK.properties b/resources/lang/44/language_da_DK.properties index 5285848..56429a8 100644 --- a/resources/lang/44/language_da_DK.properties +++ b/resources/lang/44/language_da_DK.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Rullegrænse modules.item.command.refresh = Opdateringshastighed (s) -modules.item.command.command = Kommando \ No newline at end of file +modules.item.command.command = Kommando + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From b344054c3079fb2783d0f6027a6cb9543a186837 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:53 +0200 Subject: [PATCH 084/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 173ef4e..50698a4 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From ebd11d467c4119b652d770964f919507b2c40d32 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:55 +0200 Subject: [PATCH 085/382] New translations language_en_US.properties (Hungarian) --- resources/lang/44/language_hu_HU.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_hu_HU.properties b/resources/lang/44/language_hu_HU.properties index c716ba7..de8b9cc 100644 --- a/resources/lang/44/language_hu_HU.properties +++ b/resources/lang/44/language_hu_HU.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From dcddb968920d46fd10d445b5ed6ccd15c9a8bd10 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:57 +0200 Subject: [PATCH 086/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index 475614c..6b20550 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From 33301fbfe5e5d978ad30a7acf669878cce4448d6 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 13:01:59 +0200 Subject: [PATCH 087/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index a5c9904..9c37c26 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1779,4 +1779,7 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command \ No newline at end of file +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file From feec59e45b9b4c284f6f838fb25bedc6899af096 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 16:19:43 +0200 Subject: [PATCH 088/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index 6b20550..99594d7 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -393,8 +393,8 @@ server.hypixel.stats.general.network_exp = Esperienza server.hypixel.stats.general.network_level = Livello server.hypixel.stats.general.karma = Karma server.hypixel.stats.general.vanity_tokens = Token vanity -server.hypixel.stats.general.tips_sent = Suggerimenti inviati -server.hypixel.stats.general.thanks_sent = Grazie inviato +server.hypixel.stats.general.tips_sent = Mance inviate +server.hypixel.stats.general.thanks_sent = Grazie inviati server.hypixel.stats.general.first_login = Primo accesso server.hypixel.stats.general.last_login = Ultimo accesso server.hypixel.stats.quake.coins = Monete From 3739522480e7c13623b1b0011eb854f5b903700b Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 16:35:14 +0200 Subject: [PATCH 089/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index 99594d7..dd68a7c 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -406,9 +406,9 @@ server.hypixel.stats.walls.coins = Monete server.hypixel.stats.walls.kills = Uccisioni server.hypixel.stats.walls.deaths = Morti server.hypixel.stats.walls.wins = Vittorie -server.hypixel.stats.walls.losses = Perdita -server.hypixel.stats.walls.weekly_wins_a = Vincite settimanali -server.hypixel.stats.walls.monthly_wins_b = Vincite mensili +server.hypixel.stats.walls.losses = Sconfitte +server.hypixel.stats.walls.weekly_wins_a = Vittorie Settimanali +server.hypixel.stats.walls.monthly_wins_b = Vittorie Mensili server.hypixel.stats.paintball.coins = Monete server.hypixel.stats.paintball.kills = Uccisioni server.hypixel.stats.paintball.deaths = Morti @@ -978,9 +978,9 @@ modules.item.party_members.length = Lunghezza massima modules.item.party_members.length.desc = La quantita massima di membri del gruppo che dovrebbero essere visualizzati. modules.item.party_members.star = Stella del Capo modules.item.party_members.star.desc = Attiva / disattiva la stella dietro al leader del partito. -modules.item.nickname = Nickname +modules.item.nickname = Nick modules.item.nickname.desc = Visualizza il tuo nickname corrente. -modules.item.combat_range = Combat Range +modules.item.combat_range = Raggio di Combattimento modules.item.timolia_pvp_winstreak = Winstreak PVP modules.item.timolia_pvp_winstreak.desc = Visualizza lo stato attuale di winstreak in 1vs1 su Timolia Network. modules.item.timolia_pvp_opponent = Avversario PVP From e7c8648b04d38545daa64220a89ee3fcdd44183e Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 17:13:49 +0200 Subject: [PATCH 090/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 2ff8b67..55f2ddd 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1714,18 +1714,18 @@ ingame.reach = Range error = Ошибка -account_manager.title = Accounts -account_manager.create = Enter a password to encrypt the accounts database. -account_manager.enter_password = Enter the accounts database password. -account_manager.edit = Add/Edit account -account_manager.username = Username/E-mail -account_manager.password = Password (leave blank for offline accounts) -account_manager.type.legacy = Offline -account_manager.type.mojang = Verified -account_manager.add_btn = Add... -account_manager.remove = Remove -account_manager.edit_btn = Edit... -account_manager.change_password = Change Key +account_manager.title = Аккаунты +account_manager.create = Введите пароль для шифрования базы данных учетных записей. +account_manager.enter_password = Введите пароль базы аккаунтов. +account_manager.edit = Добавить/Изменить аккаунт +account_manager.username = Имя пользователя/E-mail +account_manager.password = Пароль (оставьте пустым для оффлайн аккаунтов) +account_manager.type.legacy = Оффлайн +account_manager.type.mojang = Подтвержденный +account_manager.add_btn = Добавить... +account_manager.remove = Удалить +account_manager.edit_btn = Редактировать... +account_manager.change_password = Изменить ключ spotify.token.set = Set spotify.token.not_set = Not Set @@ -1772,8 +1772,8 @@ config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this accoun config.display.ping_on_serverlist = Пинг в списке серверов config.display.ping_on_serverlist.desc = Отображает числовое значение пинга вместо делений в списке серверов. -modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. +modules.label = Изменить приставку... +modules.label.input = Введите новую приставку для этого элемента. modules.item.command = Command Output modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. @@ -1781,5 +1781,5 @@ modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command -config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_main = Пользовательский основной цвет +config.formatting.rgb_prefix = Пользовательский цвет приставки \ No newline at end of file From 63a37c0cfdcc91de63e0b557e1c7fb2242caadd9 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 17:27:47 +0200 Subject: [PATCH 091/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 55f2ddd..09cd614 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1761,7 +1761,7 @@ modules.item.direction.count_angle_north = Отсчёт с севера modules.item.direction.count_angle_north.desc = Действует как компас, отмечая 0° как Север и 180° как Юг. modules.item.uptime = Uptime -modules.item.uptime.extended = Extended +modules.item.uptime.extended = Расширенный modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). ingame.uptime = Uptime From 9ec07063ad72918a80cb26996d622314c2cdf32b Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 17:55:13 +0200 Subject: [PATCH 092/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 09cd614..2494ae4 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1359,7 +1359,7 @@ chat.new_group_message = Сообщение в %s chat.new_file_request = Запрос приема файла от %s chat.accept_file_transfer = Открыть чат GUI чтобы принять\! chat.select_image = Выберите изображение -chat.new_messages = You have %s new messages\! +chat.new_messages = У вас %s новых сообщений\! chat.audio.name = Звуковой файл chat.audio.too_large = Звуковой файл не может быть больше %s\! @@ -1760,10 +1760,10 @@ update.available.beta = Доступно бета обновление modules.item.direction.count_angle_north = Отсчёт с севера modules.item.direction.count_angle_north.desc = Действует как компас, отмечая 0° как Север и 180° как Юг. -modules.item.uptime = Uptime +modules.item.uptime = Время работы modules.item.uptime.extended = Расширенный -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +modules.item.uptime.extended.desc = Отображает время в расширенном виде (часы, секунды). +ingame.uptime = Время работы spotify.token_get = Your Spotify token was saved successfully. From 4b69fe87aa72281e428cc2370a5a5a788a4133df Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 May 2020 18:08:13 +0200 Subject: [PATCH 093/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index e0315b7..b0ac811 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -17,7 +17,7 @@ # # suppress inspection "UnusedProperty" for whole file -author = Diego Ramos +author = DaDodger gui.back = Voltar gui.continue = Continuar From fdfd88d9495087334c24f924eb521171c129b95c Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 11:16:29 +0200 Subject: [PATCH 094/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 2494ae4..7f2f44d 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1728,7 +1728,7 @@ account_manager.edit_btn = Редактировать... account_manager.change_password = Изменить ключ spotify.token.set = Set -spotify.token.not_set = Not Set +spotify.token.not_set = Нет config.spotify.title = Spotify config.spotify.refresh_token = Token config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. From ee0990a32473225f7a4b26103aa966ab2fab3ae7 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:20 +0200 Subject: [PATCH 095/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 76a4f7b..017b539 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 08b81d3cbfcc4840bf6a12ff06641967f952a4fc Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:22 +0200 Subject: [PATCH 096/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index de8b9cc..62928ed 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From b8bd99653e912321116298041886fde7be258d2d Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:24 +0200 Subject: [PATCH 097/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index b0ac811..87b639e 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 2b2575f2b73de37b4d77378860c387d0823a9df8 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:26 +0200 Subject: [PATCH 098/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index 998a0a9..37a533f 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = 刷新频率(s) modules.item.command.command = 指令 config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 8849aadd5d1e96f2041088d4f807f4b83649f5bd Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:29 +0200 Subject: [PATCH 099/382] New translations language_en_US.properties (Turkish) --- resources/lang/44/language_tr_TR.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_tr_TR.properties b/resources/lang/44/language_tr_TR.properties index 1cd1ec7..7457de9 100644 --- a/resources/lang/44/language_tr_TR.properties +++ b/resources/lang/44/language_tr_TR.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From aac3e59d7ea36d46e85948fc721066584b98ddb6 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:31 +0200 Subject: [PATCH 100/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 99f1e2c..fa77915 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 698a3f5b97f198b835bb97d38b946898a5ce550b Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:34 +0200 Subject: [PATCH 101/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 7f2f44d..12583be 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Пользовательский основной цвет -config.formatting.rgb_prefix = Пользовательский цвет приставки \ No newline at end of file +config.formatting.rgb_prefix = Пользовательский цвет приставки + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 1c891c88e38985c3f4ce024e08db7cb3c181a20a Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:36 +0200 Subject: [PATCH 102/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 7d6beb2..0036fb4 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 311b661b6e76a510d419a7bc36a043d4241f7701 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:38 +0200 Subject: [PATCH 103/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index 34582d9..281699d 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 76d24baa77113639c886d801acb7c8ce30bc6437 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:42 +0200 Subject: [PATCH 104/382] New translations language_en_US.properties (German) --- resources/lang/44/language_de_DE.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_de_DE.properties b/resources/lang/44/language_de_DE.properties index b748355..cdae359 100644 --- a/resources/lang/44/language_de_DE.properties +++ b/resources/lang/44/language_de_DE.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 52415691b9a08cbf3eabfaca4945c5a4a3436e5f Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:44 +0200 Subject: [PATCH 105/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index cee2bc8..0cdc3fa 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 84770f3d74d66b39134e16966951e77c30d83003 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:46 +0200 Subject: [PATCH 106/382] New translations language_en_US.properties (Czech) --- resources/lang/44/language_cs_CZ.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_cs_CZ.properties b/resources/lang/44/language_cs_CZ.properties index 51c1442..3962430 100644 --- a/resources/lang/44/language_cs_CZ.properties +++ b/resources/lang/44/language_cs_CZ.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Obnovovací Frekvence (s) modules.item.command.command = Příkaz config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From b0d251248dc837638c6963abf129d362785d7af8 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:49 +0200 Subject: [PATCH 107/382] New translations language_en_US.properties (Danish) --- resources/lang/44/language_da_DK.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_da_DK.properties b/resources/lang/44/language_da_DK.properties index 56429a8..8733e27 100644 --- a/resources/lang/44/language_da_DK.properties +++ b/resources/lang/44/language_da_DK.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Opdateringshastighed (s) modules.item.command.command = Kommando config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 0c80c16b62f1401c6360a376664711f7c3c2a3b3 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:51 +0200 Subject: [PATCH 108/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 50698a4..23d6d67 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From fed38ceff22b3051c9c8973a8facbb78ef085865 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:53 +0200 Subject: [PATCH 109/382] New translations language_en_US.properties (Hungarian) --- resources/lang/44/language_hu_HU.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_hu_HU.properties b/resources/lang/44/language_hu_HU.properties index de8b9cc..62928ed 100644 --- a/resources/lang/44/language_hu_HU.properties +++ b/resources/lang/44/language_hu_HU.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From b2f280c62f4119ee306bc6eb6b98fdc7af69f99a Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:55 +0200 Subject: [PATCH 110/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index dd68a7c..1a566ee 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 89e3ee1d0d41b5e863904f0f0808846d136484c8 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:40:58 +0200 Subject: [PATCH 111/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 9c37c26..1453dc5 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1782,4 +1782,10 @@ modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color \ No newline at end of file +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From 8d234e52e268f92b1c74859d3a8cefde82a59d75 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 27 May 2020 13:50:26 +0200 Subject: [PATCH 112/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 12583be..06e4c07 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1784,8 +1784,8 @@ modules.item.command.command = Command config.formatting.rgb_main = Пользовательский основной цвет config.formatting.rgb_prefix = Пользовательский цвет приставки -ingame.command_output = Command -ingame.text = Text -modules.item.text = Simple Text -modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +ingame.command_output = Команда +ingame.text = Текст +modules.item.text = Обычный текст +modules.item.text.value = Текст +modules.item.text.value.desc = Текст для отображения \ No newline at end of file From 922cfe2ee8806d66ff4f56150a23e238833bebba Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 29 May 2020 19:05:26 +0200 Subject: [PATCH 113/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 38 ++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index 62928ed..5812403 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -19,15 +19,15 @@ # suppress inspection "UnusedProperty" for whole file author = 5zig -gui.back = Back -gui.continue = Continue -gui.on = On -gui.off = Off -gui.loading = Loading -gui.search = Search +gui.back = Tilbake +gui.continue = Fortsett +gui.on = På +gui.off = Av +gui.loading = Laster +gui.search = Søk -file_selector.open = Open -file_selector.select = Select +file_selector.open = Åpen +file_selector.select = Velg input.title = Input @@ -35,18 +35,18 @@ mojang.service.status = Mojang status service mojang.service.minecraft_website = Minecraft.net mojang.service.mojang_website = Mojang.com mojang.service.session = Minecraft session server -mojang.service.account = Mojang account server -mojang.service.authentication = Mojang authentication server -mojang.service.skins = Minecraft skin server +mojang.service.account = Mojang konto server +mojang.service.authentication = Mojang autentiserings server +mojang.service.skins = Minecraft skall-server mojang.service.api = Mojang API -mojang.service.textures = Minecraft textures server -mojang.status.no_issues = is back online -mojang.status.some_issues = has some issues -mojang.status.unavailable = went down - -connection.closed = Connection Closed -connection.internal_error = Internal Error -connection.error = Connection Error +mojang.service.textures = Minecraft teksturer server +mojang.status.no_issues = er tilbake online +mojang.status.some_issues = har noen problemer +mojang.status.unavailable = gikk ned + +connection.closed = Tilkoblingen er lukket +connection.internal_error = Intern Feil +connection.error = Tilkoblingsfeil connection.disconnected = Disconnected\: %s connection.connecting = Connecting... connection.logging_in = Logging in... From 78e31c1825f0fe69deddba7212e03672a34fc3b2 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 29 May 2020 20:27:45 +0200 Subject: [PATCH 114/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index 5812403..d41594e 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -47,10 +47,10 @@ mojang.status.unavailable = gikk ned connection.closed = Tilkoblingen er lukket connection.internal_error = Intern Feil connection.error = Tilkoblingsfeil -connection.disconnected = Disconnected\: %s -connection.connecting = Connecting... -connection.logging_in = Logging in... -connection.connected = Connected\! +connection.disconnected = Frakoblet\: %s +connection.connecting = Tilkobler... +connection.logging_in = Logger inn... +connection.connected = Tilkoblet\! connection.online = Online connection.offline = Offline connection.away = Away From b326155a667891674fc987a54d2ff1c12816a997 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 29 May 2020 21:50:59 +0200 Subject: [PATCH 115/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index d41594e..5e93b5a 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -52,9 +52,9 @@ connection.connecting = Tilkobler... connection.logging_in = Logger inn... connection.connected = Tilkoblet\! connection.online = Online -connection.offline = Offline -connection.away = Away -connection.bad_login = Bad login +connection.offline = Frakoblet +connection.away = Borte +connection.bad_login = Dårlig innlogging connection.timed_out = Timed out conn.user.not_exists = Player %s not found\! From 999dc097ba8451d168d71c609da89ed7e5479726 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 9 Jun 2020 13:41:08 +0200 Subject: [PATCH 116/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 0036fb4..8c0798f 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -66,9 +66,9 @@ conn.user.old_version = %s está a usar uma versão mais antiga\! conn.unread_messages = Tens %s mensagens por ler\! conn.groups.new = %s criou um novo chat de grupo\! -conn.groups.create = Created a Group Chat with %s players\! -conn.groups.add.self = You added %s to your Group\! -conn.groups.add.other = You have been added to Group %s\! +conn.groups.create = Criaste uma conversa em grupo com %s jogadores\! +conn.groups.add.self = Tu adicionaste %s ao teu grupo\! +conn.groups.add.other = Tu foste adicionado ao grupo %s\! conn.groups.add.already_member = Player %s is already in your Group\! conn.groups.unknown = You are not a member of this Group\! conn.groups.not_owner = Cannot do this as a non-owner\! From d591b5933060ce977f93a21a3ed43bed4eb2fe61 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 9 Jun 2020 14:00:36 +0200 Subject: [PATCH 117/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 64 ++++++++++----------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 8c0798f..56ee412 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -69,30 +69,30 @@ conn.groups.new = %s criou um novo chat de grupo\! conn.groups.create = Criaste uma conversa em grupo com %s jogadores\! conn.groups.add.self = Tu adicionaste %s ao teu grupo\! conn.groups.add.other = Tu foste adicionado ao grupo %s\! -conn.groups.add.already_member = Player %s is already in your Group\! -conn.groups.unknown = You are not a member of this Group\! -conn.groups.not_owner = Cannot do this as a non-owner\! -conn.groups.few_members = Could not find any members to add\! -conn.groups.max_members = Max. Member limit already reached\! -conn.groups.not_member = %s is not member of this Group\! -conn.groups.remove.self = Removed %s from Group Chat\! -conn.groups.remove.other = You have been removed from Group %s\! -conn.groups.leave = Left from Group Chat\! -conn.groups.new_owner = %s transferred his Ownership to you\! -conn.groups.delete.self = Group Chat %s deleted\! -conn.groups.delete.other = %s deleted Group %s\! -conn.groups.change_name = Successfully changed the name of your Group\! -conn.groups.transfered_ownership = Successfully transfered Ownership\! -conn.groups.promoted = Successfully promoted %s\! -conn.groups.promoted_by = You have been promoted by %s\! -conn.groups.demoted = Successfully demoted %s\! -conn.groups.demoted_by = You have been demoted by %s\! - -conn.block.self = Successfully blocked Player %s\! -conn.block.other = You have been blocked by %s\! -conn.block.not_blocked = %s is not blocked by you\! -conn.block.blocked = %s is currently blocked\! -conn.block.blocked.self = %s is currently blocked by you\! +conn.groups.add.already_member = Jogador %s já está no teu grupo\! +conn.groups.unknown = Tu não és um membro deste grupo\! +conn.groups.not_owner = Não é possível fazer isto como um não-proprietário\! +conn.groups.few_members = Não foi possível encontrar nenhum membro para adicionar\! +conn.groups.max_members = Limite de membros atingido\! +conn.groups.not_member = %s não é membro deste grupo\! +conn.groups.remove.self = %s foi removido da conversa em grupo\! +conn.groups.remove.other = Tu foste removido do grupo %s\! +conn.groups.leave = Saiste do chat em grupo\! +conn.groups.new_owner = %s transferiu a propriedade dele para ti\! +conn.groups.delete.self = Chat em grupo %s excluído\! +conn.groups.delete.other = %s excluiu o grupo %s\! +conn.groups.change_name = Nome do teu grupo alterado com sucesso\! +conn.groups.transfered_ownership = Propriedade transferida com sucesso\! +conn.groups.promoted = Promovido com sucesso %s\! +conn.groups.promoted_by = Tu foste promovido por %s\! +conn.groups.demoted = Demoted com sucesso %s\! +conn.groups.demoted_by = Tu foste demotado por %s\! + +conn.block.self = O jogador foi bloqueado com sucesso %s\! +conn.block.other = Tu foste bloqueado por %s\! +conn.block.not_blocked = %s não foi bloqueado por ti\! +conn.block.blocked = %s está bloqueado\! +conn.block.blocked.self = %s foi atualmente bloqueado por ti\! conn.block.blocked.other = You are currently blocked by this Player\! conn.unblock.self = Successfully unblocked Player %s\! conn.unblock.other = You have been unblocked by %s\! @@ -103,14 +103,14 @@ conn.friends.requests.accept.self = You accepted the Friend Request of %s\! conn.friends.requests.accept.other = %s accepted your Friend Request\! conn.friends.requests.deny.self = You denied the Friend Request of %s\! conn.friends.requests.deny.other = %s recusou o teu pedido de amizade\! -conn.friends.requests.add.error.self = You cannot add yourself as a Friend\! -conn.friends.requests.add.error.already_friend = %s is already your Friend\! -conn.friends.requests.add.error.not_accepting = %s is not accepting any Friend Requests\! -conn.friends.requests.add.error.already_sent = You already sent a Friend Request to %s\! -conn.friends.remove.self = You ended your Friendship with %s\! -conn.friends.remove.other = %s ended your Friendship\! - -conn.file_transfer.too_large = File is too large\! +conn.friends.requests.add.error.self = Não podes te podes adicionar a ti próprio como amigo\! +conn.friends.requests.add.error.already_friend = %s já é teu amigo\! +conn.friends.requests.add.error.not_accepting = %s não está a aceitar pedidos de amizade\! +conn.friends.requests.add.error.already_sent = Tu já enviaste um pedido de amizade para %s\! +conn.friends.remove.self = Tu desfizeste a amizade com %s\! +conn.friends.remove.other = %s desfez a tua Amizade\! + +conn.file_transfer.too_large = O ficheiro é muito grande\! conn.file_transfer.not_accepted = File-Transfer hasn't been accepted yet\! conn.file_transfer.error = An error occurred while uploading File\! From 811cbf76c08d45992eca75744280ef50f39e2da4 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 9 Jun 2020 23:17:36 +0200 Subject: [PATCH 118/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 87b639e..3c8b2fe 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1760,32 +1760,32 @@ update.available.beta = Beta update available modules.item.direction.count_angle_north = Count from north modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. -modules.item.uptime = Uptime -modules.item.uptime.extended = Extended +modules.item.uptime = Tempo de atividade +modules.item.uptime.extended = Estendido modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +ingame.uptime = Tempo de atividade spotify.token_get = Your Spotify token was saved successfully. -config.server_hypixel.hypixel_api_key = API Key... +config.server_hypixel.hypixel_api_key = Chave API... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. -modules.label = Edit Prefix... +modules.label = Editar prefixo... modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.item.command = Saída de comando modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command +modules.item.command.command = Comando config.formatting.rgb_main = Custom Main Color config.formatting.rgb_prefix = Custom Prefix Color -ingame.command_output = Command -ingame.text = Text -modules.item.text = Simple Text -modules.item.text.value = Text +ingame.command_output = Comando +ingame.text = Texto +modules.item.text = Texto simples +modules.item.text.value = Texto modules.item.text.value.desc = The text to display \ No newline at end of file From 5f1cc29f1d25caf095a1dc26f07e702dc548886a Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 9 Jun 2020 23:26:56 +0200 Subject: [PATCH 119/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 3c8b2fe..09c5920 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1743,19 +1743,19 @@ modules.item.octc_team = Equipe modules.category.server_occ = Servidor OCC gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. -gui.alert.feature_unavailable = This feature isn't currently available. +gui.alert.feature_unavailable = Esse recurso não está disponível no momento. -plugin.conn.starting = Starting server... -plugin.conn.listening = Waiting for plugins... -plugin.conn.info = Do you want to install this plugin? -plugin.conn.download = Downloading plugin... +plugin.conn.starting = Iniciando servidor... +plugin.conn.listening = Aguardando plugins... +plugin.conn.info = Deseja instalar esse plugin? +plugin.conn.download = Baixando plugin... plugin.conn.downloaded = Install complete -plugin.conn.error.fs = Could not create plugin file +plugin.conn.error.fs = Não foi possível criar o arquivo do plugin -update.beta.1 = A new beta version of the 5zig mod is available\! +update.beta.1 = Uma nova versão beta do 5zig Mod está disponível\! update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.available.stable = Atualização disponível +update.available.beta = Atualização beta disponível modules.item.direction.count_angle_north = Count from north modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. @@ -1765,15 +1765,15 @@ modules.item.uptime.extended = Estendido modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). ingame.uptime = Tempo de atividade -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = O token do Spotify foi salvo. config.server_hypixel.hypixel_api_key = Chave API... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List +config.display.ping_on_serverlist = Latência na lista config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Editar prefixo... -modules.label.input = Enter the new prefix for this item. +modules.label.input = Insira o novo prefixo desse item. modules.item.command = Saída de comando modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. @@ -1781,8 +1781,8 @@ modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Comando -config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color +config.formatting.rgb_main = Cor principal personalizada +config.formatting.rgb_prefix = Cor do prefixo personalizada ingame.command_output = Comando ingame.text = Texto From 743629edb4a3ab2b72cd1915947fd9645df5bb7a Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 11 Jun 2020 19:16:23 +0200 Subject: [PATCH 120/382] New translations language_en_US.properties (German) --- resources/lang/44/language_de_DE.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_de_DE.properties b/resources/lang/44/language_de_DE.properties index cdae359..688a0aa 100644 --- a/resources/lang/44/language_de_DE.properties +++ b/resources/lang/44/language_de_DE.properties @@ -1778,14 +1778,14 @@ modules.item.command = Command Output modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command +modules.item.command.refresh = Aktualisierungsrate (s) +modules.item.command.command = Befehl -config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_main = Benutzerdefinierte Hauptfarbe config.formatting.rgb_prefix = Custom Prefix Color -ingame.command_output = Command +ingame.command_output = Befehl ingame.text = Text -modules.item.text = Simple Text +modules.item.text = Einfacher Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = Der anzuzeigende Text \ No newline at end of file From 89b1a012015239aca824d3802207416eefaea27f Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 13:03:47 +0200 Subject: [PATCH 121/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 56ee412..93935a4 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -94,14 +94,14 @@ conn.block.not_blocked = %s não foi bloqueado por ti\! conn.block.blocked = %s está bloqueado\! conn.block.blocked.self = %s foi atualmente bloqueado por ti\! conn.block.blocked.other = You are currently blocked by this Player\! -conn.unblock.self = Successfully unblocked Player %s\! -conn.unblock.other = You have been unblocked by %s\! +conn.unblock.self = O jogador foi desbloqueado com sucesso %s\! +conn.unblock.other = Tu foste desbloqueado por %s\! -conn.friends.requests.add.new = You got a new Friend Request from %s\! -conn.friends.requests.add.sent = Successfully sent a Friend Request to %s\! +conn.friends.requests.add.new = Tu recebeste um novo pedido de amizade de %s\! +conn.friends.requests.add.sent = Enviado com sucesso um pedido de amizade para %s\! conn.friends.requests.accept.self = You accepted the Friend Request of %s\! -conn.friends.requests.accept.other = %s accepted your Friend Request\! -conn.friends.requests.deny.self = You denied the Friend Request of %s\! +conn.friends.requests.accept.other = %s aceitou o teu pedido de amizade\! +conn.friends.requests.deny.self = Tu negaste o pedido de amizade de %s\! conn.friends.requests.deny.other = %s recusou o teu pedido de amizade\! conn.friends.requests.add.error.self = Não podes te podes adicionar a ti próprio como amigo\! conn.friends.requests.add.error.already_friend = %s já é teu amigo\! From 8381401a1d11c4a2e91d597ab75621fd61136891 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 18:35:22 +0200 Subject: [PATCH 122/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 23d6d67..ffc2ec3 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -191,12 +191,12 @@ config.formatting.formatting_main = Opmaak van naam config.formatting.formatting_main.desc = De voorvoegsel opmaak van een render item. config.formatting.color_main = Hoofdkleur config.formatting.color_main.desc = De hoofdkleur van een render item. -config.formatting.formatting_brackets = Formatting of Brackets +config.formatting.formatting_brackets = Formaat van de haakjes config.formatting.formatting_brackets.desc = The brackets formatting of a render item. -config.formatting.color_brackets = Brackets Color -config.formatting.color_brackets.desc = The brackets color of a render item. +config.formatting.color_brackets = Haakjes kleur +config.formatting.color_brackets.desc = De haakjes kleur van een render item. config.formatting.number_precision = Getal Precisie -config.formatting.number_precision.desc = Specifies how precisely numbers should be shortened by the mod. +config.formatting.number_precision.desc = Geeft aan hoe precies getallen moeten worden ingekort door de mod. config.display.digits = digits config.display.max_overlays = Maximale Overlays config.display.max_overlays.desc = Specifies the maximum amount of overlays that should be displayed. Overlays will be displayed, when you for example receive a chat message from a friend via the mod. From 11d6ac186932015c4e9c9d64332177f381ce7424 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 18:56:46 +0200 Subject: [PATCH 123/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index ffc2ec3..0151fc8 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -192,19 +192,19 @@ config.formatting.formatting_main.desc = De voorvoegsel opmaak van een render it config.formatting.color_main = Hoofdkleur config.formatting.color_main.desc = De hoofdkleur van een render item. config.formatting.formatting_brackets = Formaat van de haakjes -config.formatting.formatting_brackets.desc = The brackets formatting of a render item. +config.formatting.formatting_brackets.desc = De haakjes kleur van een render item. config.formatting.color_brackets = Haakjes kleur config.formatting.color_brackets.desc = De haakjes kleur van een render item. config.formatting.number_precision = Getal Precisie config.formatting.number_precision.desc = Geeft aan hoe precies getallen moeten worden ingekort door de mod. -config.display.digits = digits +config.display.digits = cijfers config.display.max_overlays = Maximale Overlays -config.display.max_overlays.desc = Specifies the maximum amount of overlays that should be displayed. Overlays will be displayed, when you for example receive a chat message from a friend via the mod. -config.display.overlay_texture = Overlay Texture -config.display.overlay_texture.desc = Changes the texture of the overlay message. Works only for MC 1.12+. -config.display.overlay_texture.changed = Overlay Texture has been updated\! -config.display.zoom_factor = Zoom Factor -config.display.zoom_factor.desc = Specifies the factor the screen should be zoomed when pressing the zoom key of the mod. +config.display.max_overlays.desc = Geeft het maximum aantal overlays aan dat moet worden weergegeven. Overlays worden getoond, wanneer je bijvoorbeeld een chatbericht ontvangt van een vriend via de mod. +config.display.overlay_texture = Overlay textuur +config.display.overlay_texture.desc = Wijzigt de textuur van het overlay bericht. Werkt alleen voor MC 1.12+. +config.display.overlay_texture.changed = Overlay textuur is bijgewerkt\! +config.display.zoom_factor = Zoom factor +config.display.zoom_factor.desc = Hiermee geeft u aan bij welke factor van het scherm moet worden ingezoomd bij het indrukken van de zoom-toets van de mod. config.display.crosshair_distance = Crosshair Distance config.display.crosshair_distance.desc = Specifies the maximum distance the mod should calculate the distance betweet the player and the block in sight. config.display.hud = Hud Options... From 98ce1ba1b30150d8b8efb33de2b38deffb459437 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 19:05:45 +0200 Subject: [PATCH 124/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 0151fc8..b6a4b09 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -207,12 +207,12 @@ config.display.zoom_factor = Zoom factor config.display.zoom_factor.desc = Hiermee geeft u aan bij welke factor van het scherm moet worden ingezoomd bij het indrukken van de zoom-toets van de mod. config.display.crosshair_distance = Crosshair Distance config.display.crosshair_distance.desc = Specifies the maximum distance the mod should calculate the distance betweet the player and the block in sight. -config.display.hud = Hud Options... -config.display.hud.desc = Change the appearance of the HUD and Hotbar -config.hud.title = Hud Options -config.hud.show_vanilla_potion_indicator = Vanilla Potion Indicator -config.hud.show_vanilla_potion_indicator.desc = Specifies whether the vanilla potion indicator (added in MC 1.9) should be displayed. -config.hud.show_potion_indicator = Show Potion Indicator +config.display.hud = Hud Opties... +config.display.hud.desc = Verander het uiterlijk van de hotbar en HUD +config.hud.title = Hud Opties +config.hud.show_vanilla_potion_indicator = Vanilla Drank Aantoner +config.hud.show_vanilla_potion_indicator.desc = Geeft aan of de vanilla drank aantoner (toegevoegd in MC 1.9) moet worden weergegeven. +config.hud.show_potion_indicator = Toon Drank Aantoner config.hud.show_potion_indicator.desc = Toggles whether a potion indicator vignette should be rendered. If the player has got a positive potion effect, a green colored vignette will be rendered. For negative potion effects a red colored vignette will be rendered. config.hud.show_hotbar_numbers = Show Hotbar Numbers config.hud.show_hotbar_numbers.desc = Toggles whether the keybindings of the hotbar slots should be displayed ingame. From c64eee25784c09d60f7f73eb4b82bfb9120e23d9 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 19:25:46 +0200 Subject: [PATCH 125/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index b6a4b09..9cda97c 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -192,17 +192,17 @@ config.formatting.formatting_main.desc = De voorvoegsel opmaak van een render it config.formatting.color_main = Hoofdkleur config.formatting.color_main.desc = De hoofdkleur van een render item. config.formatting.formatting_brackets = Formaat van de haakjes -config.formatting.formatting_brackets.desc = De haakjes kleur van een render item. +config.formatting.formatting_brackets.desc = Het haakjes formaat van een weergegeven deel. config.formatting.color_brackets = Haakjes kleur -config.formatting.color_brackets.desc = De haakjes kleur van een render item. +config.formatting.color_brackets.desc = De haakjes kleur van een weergegeven deel. config.formatting.number_precision = Getal Precisie config.formatting.number_precision.desc = Geeft aan hoe precies getallen moeten worden ingekort door de mod. config.display.digits = cijfers config.display.max_overlays = Maximale Overlays -config.display.max_overlays.desc = Geeft het maximum aantal overlays aan dat moet worden weergegeven. Overlays worden getoond, wanneer je bijvoorbeeld een chatbericht ontvangt van een vriend via de mod. -config.display.overlay_texture = Overlay textuur -config.display.overlay_texture.desc = Wijzigt de textuur van het overlay bericht. Werkt alleen voor MC 1.12+. -config.display.overlay_texture.changed = Overlay textuur is bijgewerkt\! +config.display.max_overlays.desc = Geeft het maximum aantal overlappen aan dat moet worden weergegeven. Overlappen worden getoond, wanneer je bijvoorbeeld een chatbericht ontvangt van een vriend via de mod. +config.display.overlay_texture = Overlap textuur +config.display.overlay_texture.desc = Wijzigt de textuur van het overlapte bericht. Werkt alleen voor MC 1.12+. +config.display.overlay_texture.changed = Overlap textuur is bijgewerkt\! config.display.zoom_factor = Zoom factor config.display.zoom_factor.desc = Hiermee geeft u aan bij welke factor van het scherm moet worden ingezoomd bij het indrukken van de zoom-toets van de mod. config.display.crosshair_distance = Crosshair Distance @@ -210,14 +210,14 @@ config.display.crosshair_distance.desc = Specifies the maximum distance the mod config.display.hud = Hud Opties... config.display.hud.desc = Verander het uiterlijk van de hotbar en HUD config.hud.title = Hud Opties -config.hud.show_vanilla_potion_indicator = Vanilla Drank Aantoner -config.hud.show_vanilla_potion_indicator.desc = Geeft aan of de vanilla drank aantoner (toegevoegd in MC 1.9) moet worden weergegeven. -config.hud.show_potion_indicator = Toon Drank Aantoner -config.hud.show_potion_indicator.desc = Toggles whether a potion indicator vignette should be rendered. If the player has got a positive potion effect, a green colored vignette will be rendered. For negative potion effects a red colored vignette will be rendered. +config.hud.show_vanilla_potion_indicator = Vanilla Toverdrank Aantoner +config.hud.show_vanilla_potion_indicator.desc = Geeft aan of de vanilla toverdrank aantoner (toegevoegd in MC 1.9) moet worden weergegeven. +config.hud.show_potion_indicator = Toon Toverdrank Aantoner +config.hud.show_potion_indicator.desc = Schakelt of een toverdrankje-vignet moet worden weergegeven. Als de speler een positief tovereffect heeft, wordt een groen gekleurd vignet weergegeven. Voor negatieve tovereffecten wordt een rood gekleurd vignet weergegeven. config.hud.show_hotbar_numbers = Show Hotbar Numbers -config.hud.show_hotbar_numbers.desc = Toggles whether the keybindings of the hotbar slots should be displayed ingame. -config.hud.colored_equipment_durability = Colored Armor Durability -config.hud.colored_equipment_durability.desc = Toggles whether the durability of the equipped items should be rendered in different colors according to their current durability. +config.hud.show_hotbar_numbers.desc = Schakelt of de sneltoetsen van de hotbar-slots in het spel moeten worden weergegeven. +config.hud.colored_equipment_durability = Gekleurde Harnas Duurzaamheid +config.hud.colored_equipment_durability.desc = Schakelt of de duurzaamheid van de uitgeruste voorwerpen in verschillende kleuren moet worden weergegeven op basis van hun huidige duurzaamheid. config.hud.show_saturation = Show Saturation config.hud.show_saturation.desc = Toggles whether the current saturation of the player should be rendered above the food bar.\nThe player saturation is another aspect of hunger that is usually not visible. The player's food level will not decrease until the food saturation level reaches zero. config.hud.show_food_heal_amount = Show Food Heal Amount From 5240cb1ac919c920ab4243a219246c53085a8e83 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 19:36:01 +0200 Subject: [PATCH 126/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 9cda97c..00db426 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -220,13 +220,13 @@ config.hud.colored_equipment_durability = Gekleurde Harnas Duurzaamheid config.hud.colored_equipment_durability.desc = Schakelt of de duurzaamheid van de uitgeruste voorwerpen in verschillende kleuren moet worden weergegeven op basis van hun huidige duurzaamheid. config.hud.show_saturation = Show Saturation config.hud.show_saturation.desc = Toggles whether the current saturation of the player should be rendered above the food bar.\nThe player saturation is another aspect of hunger that is usually not visible. The player's food level will not decrease until the food saturation level reaches zero. -config.hud.show_food_heal_amount = Show Food Heal Amount -config.hud.show_food_heal_amount.desc = Toggles whether the heal amount of the current held food item should be rendered as half-transparent food level. -config.display.show_chat_symbols = Show More Chat Symbols -config.display.show_chat_symbols.desc = Toggles whether more chat symbols should be displayed above the ingame chat gui. -config.display.show_last_server = Show Last Server -config.display.show_last_server.desc = Toggles whether your last visited server should be displayed in main menu. -config.display.show_custom_models = Show Custom Item Models +config.hud.show_food_heal_amount = Toon Voedsel Genees Hoeveelheid +config.hud.show_food_heal_amount.desc = Schakelt of de helende hoeveelheid van het huidige vastgehouden voedselproduct moet worden weergegeven als halftransparant voedselniveau. +config.display.show_chat_symbols = Toon meer Chat Symbolen +config.display.show_chat_symbols.desc = Schakelt of er meer chatsymbolen moeten worden weergegeven boven de ingame chat-gui. +config.display.show_last_server = Toon Laatste Server +config.display.show_last_server.desc = Schakelt of uw laatst bezochte server in het hoofdmenu moet worden weergegeven. +config.display.show_custom_models = Toon Aangepaste Voorwerp Modellen config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. config.display.keyboard_settings = LED toetsenbord instellingen... config.display.keyboard_settings.desc = Pas de LED-toetsen van uw toetsenbord aan\! From 6eca086fb181695573687b2bb72125544e36d879 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 19:55:36 +0200 Subject: [PATCH 127/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 46 ++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 00db426..ca6cdb9 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -205,7 +205,7 @@ config.display.overlay_texture.desc = Wijzigt de textuur van het overlapte beric config.display.overlay_texture.changed = Overlap textuur is bijgewerkt\! config.display.zoom_factor = Zoom factor config.display.zoom_factor.desc = Hiermee geeft u aan bij welke factor van het scherm moet worden ingezoomd bij het indrukken van de zoom-toets van de mod. -config.display.crosshair_distance = Crosshair Distance +config.display.crosshair_distance = Crosshair Afstand config.display.crosshair_distance.desc = Specifies the maximum distance the mod should calculate the distance betweet the player and the block in sight. config.display.hud = Hud Opties... config.display.hud.desc = Verander het uiterlijk van de hotbar en HUD @@ -213,21 +213,21 @@ config.hud.title = Hud Opties config.hud.show_vanilla_potion_indicator = Vanilla Toverdrank Aantoner config.hud.show_vanilla_potion_indicator.desc = Geeft aan of de vanilla toverdrank aantoner (toegevoegd in MC 1.9) moet worden weergegeven. config.hud.show_potion_indicator = Toon Toverdrank Aantoner -config.hud.show_potion_indicator.desc = Schakelt of een toverdrankje-vignet moet worden weergegeven. Als de speler een positief tovereffect heeft, wordt een groen gekleurd vignet weergegeven. Voor negatieve tovereffecten wordt een rood gekleurd vignet weergegeven. +config.hud.show_potion_indicator.desc = Schakelt in dat een toverdrankje-vignet moet worden weergegeven. Als de speler een positief tovereffect heeft, wordt een groen gekleurd vignet weergegeven. Voor negatieve tovereffecten wordt een rood gekleurd vignet weergegeven. config.hud.show_hotbar_numbers = Show Hotbar Numbers config.hud.show_hotbar_numbers.desc = Schakelt of de sneltoetsen van de hotbar-slots in het spel moeten worden weergegeven. config.hud.colored_equipment_durability = Gekleurde Harnas Duurzaamheid -config.hud.colored_equipment_durability.desc = Schakelt of de duurzaamheid van de uitgeruste voorwerpen in verschillende kleuren moet worden weergegeven op basis van hun huidige duurzaamheid. -config.hud.show_saturation = Show Saturation -config.hud.show_saturation.desc = Toggles whether the current saturation of the player should be rendered above the food bar.\nThe player saturation is another aspect of hunger that is usually not visible. The player's food level will not decrease until the food saturation level reaches zero. +config.hud.colored_equipment_durability.desc = Schakelt in dat de duurzaamheid van de uitgeruste voorwerpen in verschillende kleuren moet worden weergegeven op basis van hun huidige duurzaamheid. +config.hud.show_saturation = Toon Verzadiging +config.hud.show_saturation.desc = Schakelt in dat de huidige verzadiging van de speler boven de voedselbalk moet worden weergegeven.\nDe verzadiging van de speler is een ander aspect van honger dat meestal niet zichtbaar is. Het voedselniveau van de speler wordt pas verlaagd als het voedselverzadigingsniveau nul bereikt. config.hud.show_food_heal_amount = Toon Voedsel Genees Hoeveelheid -config.hud.show_food_heal_amount.desc = Schakelt of de helende hoeveelheid van het huidige vastgehouden voedselproduct moet worden weergegeven als halftransparant voedselniveau. +config.hud.show_food_heal_amount.desc = Schakelt in dat de helende hoeveelheid van het huidige vastgehouden voedselproduct moet worden weergegeven als halftransparant voedselniveau. config.display.show_chat_symbols = Toon meer Chat Symbolen -config.display.show_chat_symbols.desc = Schakelt of er meer chatsymbolen moeten worden weergegeven boven de ingame chat-gui. +config.display.show_chat_symbols.desc = Schakelt in dat er meer chatsymbolen moeten worden weergegeven boven de ingame chat-gui. config.display.show_last_server = Toon Laatste Server -config.display.show_last_server.desc = Schakelt of uw laatst bezochte server in het hoofdmenu moet worden weergegeven. +config.display.show_last_server.desc = Schakelt in of uw laatst bezochte server in het hoofdmenu moet worden weergegeven. config.display.show_custom_models = Toon Aangepaste Voorwerp Modellen -config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. +config.display.show_custom_models.desc = Schakelt in dat aangepaste voorwerp texturen en modellen van jou of andere spelers het standaard voorwerp uit je bronpakket moeten overschrijven. config.display.keyboard_settings = LED toetsenbord instellingen... config.display.keyboard_settings.desc = Pas de LED-toetsen van uw toetsenbord aan\! config.display.max_chat_lines = Chat limiet @@ -244,23 +244,23 @@ config.display.transparent_pause_menu.desc = Schakelt of de ingame pauze menu ac config.display.show_own_name_tag = Laat Eigen Naam Zien config.display.show_own_name_tag.desc = Schakelt of je naamtag ook over jezelf moet worden weergegeven. config.display.highlight_words_color = Markeer Woorden Kleur -config.display.highlight_words_color.desc = Change the word-highlight-color for keywords in chat. -config.display.ping_on_tab = Ping on Tablist -config.display.ping_on_tab.desc = Display the ping value instead of the bars texture. - -config.keyboard_settings.title = LED Keyboard Settings -config.keyboard_settings.control_keyboard = Control Key LEDs -config.keyboard_settings.control_keyboard.desc = Toggles whether the LEDs of your keyboard should be controlled by the mod. -config.keyboard_settings.none = None +config.display.highlight_words_color.desc = Verander de woordmarkeerkleur voor trefwoorden in de chat. +config.display.ping_on_tab = Ping op tablijst +config.display.ping_on_tab.desc = Geef de ping waarde weer in plaats van de balktextuur. + +config.keyboard_settings.title = LED Toetsenbord Instellingen +config.keyboard_settings.control_keyboard = Beheer Key LEDs +config.keyboard_settings.control_keyboard.desc = Schakelt in dat de LED's van je toetsenbord door de mod moeten worden bestuurd. +config.keyboard_settings.none = Geen config.keyboard_settings.razer = Razer config.keyboard_settings.roccat = Roccat config.keyboard_settings.logitech = Logitech -config.keyboard_settings.reset_keys_on_unfocus = Reset on Unfocus -config.keyboard_settings.reset_keys_on_unfocus.desc = Toggles whether the LEDs of your keyboard should be reset whenever the Minecraft window is not focused anymore. -config.keyboard_settings.background_led_color = LED Color -config.keyboard_settings.background_led_color.desc = Specifies the color of your keyboard LED keys as hexadecimal number. -config.keyboard_settings.active_led_keys = Active LED Keys -config.keyboard_settings.active_led_keys.desc = Specifies the active LED key group. +config.keyboard_settings.reset_keys_on_unfocus = Stel opnieuw in bij Unfocus +config.keyboard_settings.reset_keys_on_unfocus.desc = Schakelt in dat de LED's van uw toetsenbord opnieuw moeten worden ingesteld wanneer het Minecraft-venster niet meer is scherpgesteld. +config.keyboard_settings.background_led_color = LED Kleur +config.keyboard_settings.background_led_color.desc = Specificeert de kleur van uw toetsenbord LED-toetsen als het hexadecimaal getal. +config.keyboard_settings.active_led_keys = Actieve LED Keys +config.keyboard_settings.active_led_keys.desc = Geeft de actieve LED-key group aan. config.keyboard_settings.all = Alles config.keyboard_settings.special = Alleen WASD config.keyboard_settings.show_led_health = Toon Levens From 6ddbac64ff010ae8176bad2d65d9de8a7e6b12b2 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 20:15:27 +0200 Subject: [PATCH 128/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index ca6cdb9..3746310 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -214,7 +214,7 @@ config.hud.show_vanilla_potion_indicator = Vanilla Toverdrank Aantoner config.hud.show_vanilla_potion_indicator.desc = Geeft aan of de vanilla toverdrank aantoner (toegevoegd in MC 1.9) moet worden weergegeven. config.hud.show_potion_indicator = Toon Toverdrank Aantoner config.hud.show_potion_indicator.desc = Schakelt in dat een toverdrankje-vignet moet worden weergegeven. Als de speler een positief tovereffect heeft, wordt een groen gekleurd vignet weergegeven. Voor negatieve tovereffecten wordt een rood gekleurd vignet weergegeven. -config.hud.show_hotbar_numbers = Show Hotbar Numbers +config.hud.show_hotbar_numbers = Toon Hotbar Nummers config.hud.show_hotbar_numbers.desc = Schakelt of de sneltoetsen van de hotbar-slots in het spel moeten worden weergegeven. config.hud.colored_equipment_durability = Gekleurde Harnas Duurzaamheid config.hud.colored_equipment_durability.desc = Schakelt in dat de duurzaamheid van de uitgeruste voorwerpen in verschillende kleuren moet worden weergegeven op basis van hun huidige duurzaamheid. From f0c70526e4e0170861d7d1e82b133701265b4a8a Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 21:24:58 +0200 Subject: [PATCH 129/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 93935a4..1d423d6 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -345,12 +345,12 @@ config.server_timolia.show_opponent_stats.desc = Specify whether the 1vs1 stats config.server.playminity = PlayMinity.com config.server.playminity.desc = PlayMinity.com server options. -config.server_playminity.title = PlayMinity.com Options +config.server_playminity.title = Opções do PlayMinity.com config.server_playminity.show_server_stats_playminity.desc = Toggle whether the server stats of PlayMinity.com should be displayed. config.server.gommehd = GommeHD.net -config.server.gommehd.desc = GommeHD.net server options. -config.server_gommehd.title = GommeHD.net Options +config.server.gommehd.desc = Opções do servidor GommeHD.net. +config.server_gommehd.title = Opções de GommeHD.net config.server_gommehd.show_server_stats_gommehd.desc = Toggle whether the server stats of GommeHD.net should be displayed. config.server.bergwerk = Bergwerklabs.de From 74885f1a5d47cc06af8687a8a575e67bde7e9a8b Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 22:07:09 +0200 Subject: [PATCH 130/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 3746310..3b7b5c2 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -331,17 +331,17 @@ config.server_general.mojang_status = Show Mojang Status config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. config.server_general.allow_mod_plugin_requests = Allow mod plugin requests config.server_general.allow_mod_plugin_requests.desc = Specify whether Minecraft servers are allowed to send you mod plugin requests, which allow servers to display even more stats. -config.server_general.confirm_disconnect = Confirm Disconnect -config.server_general.confirm_disconnect.desc = When enabled, a confirmation gui will be displayed each time you want to disconnect from a server. +config.server_general.confirm_disconnect = Verbinding Verbreken Bevestigen +config.server_general.confirm_disconnect.desc = Wanneer ingeschakeld, wordt een bevestigingsgui weergegeven wanneer u de verbinding van een server wilt verbreken. config.server.timolia = Timolia.de -config.server.timolia.desc = Timolia.de server options. +config.server.timolia.desc = Timolia.de server opties. config.server_timolia.title = Timolia.de Opties -config.server_timolia.show_server_stats_timolia.desc = Toggle whether the server stats of Timolia.de should be displayed. +config.server_timolia.show_server_stats_timolia.desc = Schakelen tussen het wel of niet weergeven van de serverstatistieken van Timolia.de. config.server_timolia.show_tournaments = Toon toernooi info -config.server_timolia.show_tournaments.desc = Specify whether 1vs1 tournament stats should be displayed. -config.server_timolia.show_opponent_stats = Show Opponent Stats -config.server_timolia.show_opponent_stats.desc = Specify whether the 1vs1 stats of your opponent should be displayed. +config.server_timolia.show_tournaments.desc = Geef aan of 1vs1 toernooistatistieken moeten worden weergegeven. +config.server_timolia.show_opponent_stats = Toon Tegenstander Statistieken +config.server_timolia.show_opponent_stats.desc = Geef aan of de 1vs1 statistieken van je tegenstander moeten worden weergegeven. config.server.playminity = PlayMinity.com config.server.playminity.desc = PlayMinity.com server options. From 2f4ad6a2a055154b9e75d4158beb8825563a01e5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 22:15:19 +0200 Subject: [PATCH 131/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 3b7b5c2..43bfe97 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -344,9 +344,9 @@ config.server_timolia.show_opponent_stats = Toon Tegenstander Statistieken config.server_timolia.show_opponent_stats.desc = Geef aan of de 1vs1 statistieken van je tegenstander moeten worden weergegeven. config.server.playminity = PlayMinity.com -config.server.playminity.desc = PlayMinity.com server options. +config.server.playminity.desc = PlayMinity.com server opties. config.server_playminity.title = PlayMinity.com Opties -config.server_playminity.show_server_stats_playminity.desc = Toggle whether the server stats of PlayMinity.com should be displayed. +config.server_playminity.show_server_stats_playminity.desc = Schakelen tussen het wel of niet weergeven van de serverstatistieken van Timolia.de. config.server.gommehd = GommeHD.net config.server.gommehd.desc = GommeHD.net server options. @@ -436,25 +436,25 @@ server.hypixel.stats.vampirez.human_deaths = Human Doden server.hypixel.stats.vampirez.human_wins = Human Wins server.hypixel.stats.vampirez.vampire_kills = Vampire Kills server.hypixel.stats.vampirez.vampire_deaths = Vampire Doden -server.hypixel.stats.vampirez.most_vampire_kills = Most Vampire Kills -server.hypixel.stats.vampirez.zombie_kills = Zombie Kills +server.hypixel.stats.vampirez.most_vampire_kills = Meeste Vampieren Gedood +server.hypixel.stats.vampirez.zombie_kills = Zombies Gedood server.hypixel.stats.walls3.coins = Munten -server.hypixel.stats.walls3.kills = Kills +server.hypixel.stats.walls3.kills = Eliminaties server.hypixel.stats.walls3.deaths = Doden -server.hypixel.stats.walls3.final_kills = Final Kills -server.hypixel.stats.walls3.final_deaths = Final Deaths +server.hypixel.stats.walls3.final_kills = Definitieve Eliminaties +server.hypixel.stats.walls3.final_deaths = Definitieve Doden server.hypixel.stats.walls3.wins = Games gewonnen server.hypixel.stats.walls3.losses = Games verloren server.hypixel.stats.walls3.weekly_kills = Wekelijkse Kills server.hypixel.stats.walls3.weekly_deaths = Wekelijkse Doden -server.hypixel.stats.walls3.kills_blaze = Blaze Kills +server.hypixel.stats.walls3.kills_blaze = Blaze Eliminaties server.hypixel.stats.walls3.deaths_blaze = Blaze Doden -server.hypixel.stats.walls3.final_kills_blaze = Blaze Final Kills -server.hypixel.stats.walls3.wins_blaze = Blaze Wins -server.hypixel.stats.walls3.losses_blaze = Blaze Losses -server.hypixel.stats.walls3.kills_creeper = Creeper Kills +server.hypixel.stats.walls3.final_kills_blaze = Blaze Definitieve Eliminaties +server.hypixel.stats.walls3.wins_blaze = Blaze Gewonnen +server.hypixel.stats.walls3.losses_blaze = Blaze Verloren +server.hypixel.stats.walls3.kills_creeper = Creeper Eliminaties server.hypixel.stats.walls3.deaths_creeper = Creeper Doden -server.hypixel.stats.walls3.final_kills_creeper = Creeper Final Kills +server.hypixel.stats.walls3.final_kills_creeper = Creeper Definitieve Eliminaties server.hypixel.stats.walls3.wins_creeper = Creeper Wins server.hypixel.stats.walls3.losses_creeper = Creeper Losses server.hypixel.stats.walls3.kills_enderman = Enderman Kills From 4519d720094e81598057a1292b29a01faecd7ac4 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 22:25:04 +0200 Subject: [PATCH 132/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 42 ++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 43bfe97..564de5d 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -264,31 +264,31 @@ config.keyboard_settings.active_led_keys.desc = Geeft de actieve LED-key group a config.keyboard_settings.all = Alles config.keyboard_settings.special = Alleen WASD config.keyboard_settings.show_led_health = Toon Levens -config.keyboard_settings.show_led_health.desc = Toggles whether the current health of the player should be displayed in the function row of your keyboard. -config.keyboard_settings.show_led_armor = Show Armor -config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. -config.keyboard_settings.show_led_potions = Show Potions -config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard should light up in the color of your active potion effect. -config.keyboard_settings.show_led_damage_flash = Show Damage Flash -config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. - -config.chat_time_prefix.title = Chat Time Prefix -config.chat_time_prefix.chat_time_prefix_enabled = Enabled -config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. +config.keyboard_settings.show_led_health.desc = Schakelt in dat de huidige levens van de speler moet worden weergegeven in de functierij van uw toetsenbord. +config.keyboard_settings.show_led_armor = Toon Harnas +config.keyboard_settings.show_led_armor.desc = Schakelt in dat het huidige harnas van de speler in de functierecht van het toetsenbord moet worden weergegeven. +config.keyboard_settings.show_led_potions = Toon Toverdrankjes +config.keyboard_settings.show_led_potions.desc = Schakelt in dat het toetsenbord moet oplichten in de kleur van je actieve drankeffect. +config.keyboard_settings.show_led_damage_flash = Schade flits tonen +config.keyboard_settings.show_led_damage_flash.desc = Schakelt in dat het toetsenbord snel moet worden geflasht wanneer de speler schade ontvangt. + +config.chat_time_prefix.title = Chat tijden voorvoegsel +config.chat_time_prefix.chat_time_prefix_enabled = Ingeschakeld +config.chat_time_prefix.chat_time_prefix_enabled.desc = Geef aan of elk chatbericht een voorvoegsel moet hebben dat de huidige tijd bevat. config.chat_time_prefix.chat_time_prefix_color = Kleur -config.chat_time_prefix.chat_time_prefix_color.desc = Specify the color of the time. -config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting -config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets -config.chat_time_prefix.chat_time_prefix_brackets_color = Brackets Color -config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specify the color of the brackets -config.chat_time_prefix.chat_time_prefix_time_format = Format -config.chat_time_prefix.chat_time_prefix_time_format.desc = Specify the time formatting. +config.chat_time_prefix.chat_time_prefix_color.desc = Geef de kleur van de tijd op. +config.chat_time_prefix.chat_time_prefix_brackets_formatting = Haken Formatteren +config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specificeer de opmaak van de haken +config.chat_time_prefix.chat_time_prefix_brackets_color = Haakjes kleur +config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specificeer de kleur van de haakjes +config.chat_time_prefix.chat_time_prefix_time_format = Formaat +config.chat_time_prefix.chat_time_prefix_time_format.desc = Geef de tijdopmaak aan. config.server.title = Server Opties config.server.general = Algemeen -config.server.general.desc = General server options. -config.server.highlight_words = Highlight Words... -config.server.highlight_words.desc = Add words that should be highlighted in chat. Use %player% for your own username. +config.server.general.desc = Algemene server opties. +config.server.highlight_words = Markeer woorden... +config.server.highlight_words.desc = Voeg woorden toe die moeten worden gemarkeerd in de chat. Gebruik %player% voor je eigen gebruikersnaam. config.server.chatmessage_filter = Chat Bericht Filter... config.server.chatmessage_filter.desc = Filter specific chat messages and select actions for them. config.server.text_replacement = Text Shortcuts... From 7def6c4e79d8dcabe6fef82e44b842026190ef65 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 22:36:31 +0200 Subject: [PATCH 133/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 138 ++++++++++---------- 1 file changed, 69 insertions(+), 69 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 564de5d..ce61804 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -290,42 +290,42 @@ config.server.general.desc = Algemene server opties. config.server.highlight_words = Markeer woorden... config.server.highlight_words.desc = Voeg woorden toe die moeten worden gemarkeerd in de chat. Gebruik %player% voor je eigen gebruikersnaam. config.server.chatmessage_filter = Chat Bericht Filter... -config.server.chatmessage_filter.desc = Filter specific chat messages and select actions for them. -config.server.text_replacement = Text Shortcuts... -config.server.text_replacement.desc = Add shortcuts that get replaced by text upon sending a chat message. -config.server.text_macros = Text Macros... -config.server.text_macros.desc = Automatically send chat messages after pressing a predefined key combination. -config.server.name_history = Username History... -config.server.name_history.desc = Lookup the username history of a Minecraft player. -config.server.join_text = Join Auto-Text... -config.server.join_text.desc = Automatically send chat messages after joining a server. +config.server.chatmessage_filter.desc = Filter specifieke chatberichten en selecteer acties voor hen. +config.server.text_replacement = Tekst snelkoppelingen... +config.server.text_replacement.desc = Voeg snelkoppelingen toe die worden vervangen door tekst bij het versturen van een chatbericht. +config.server.text_macros = Tekst Macros... +config.server.text_macros.desc = Automatisch chatberichten verzenden na het indrukken van een vooraf gedefinieerde toetsencombinatie. +config.server.name_history = Gebruikersnaam geschiedenis... +config.server.name_history.desc = Zoek de gebruikersnaam geschiedenis van een Minecraft-speler. +config.server.join_text = Deelnemen aan Auto-Tekst... +config.server.join_text.desc = Automatisch chatberichten verzenden na het joinen van een server. config.server_general.title = Server Opties config.server_general.show_server_stats = Server statestieken -config.server_general.show_server_stats.desc = Specify whether the stats of the currently connected server should be shown. (Works only on supported servers) +config.server_general.show_server_stats.desc = Specificeer of de statistieken van de momenteel verbonden server moeten worden weergegeven. (Werkt alleen op de ondersteunde servers) config.server_general.show_i_p = Toon IP -config.server_general.show_i_p.desc = Specify whether the current server ip should be shown. +config.server_general.show_i_p.desc = Specificeer of het huidige server ip moet worden weergegeven. config.server_general.show_players = Toon Spelers -config.server_general.show_players.desc = Specify whether the amount of online players on your server should be displayed. +config.server_general.show_players.desc = Geef aan of het aantal online spelers op jouw server moet worden weergegeven. config.server_general.show_large_start_countdown = Start afteller -config.server_general.show_large_start_countdown.desc = Specify whether a start countdown should be displayed. (Works only on supported game modes) +config.server_general.show_large_start_countdown.desc = Specificeer of een aftelling moet worden weergegeven. (Werkt alleen op ondersteunde game-modi) config.server_general.show_invincibility_wears_off_time = Toon ontzichtbare tijd -config.server_general.show_invincibility_wears_off_time.desc = Specify whether an invincibility timer should be displayed. (Works only on supported game modes) +config.server_general.show_invincibility_wears_off_time.desc = Specificeer of een onoverwinnelijke timer moet worden weergegeven. (Werkt alleen op ondersteunde spelmodus) config.server_general.show_large_deathmatch_countdown = Deathmatch afteller -config.server_general.show_large_deathmatch_countdown.desc = Specify whether a deathmatch countdown should be displayed. (Works only on supported game modes) +config.server_general.show_large_deathmatch_countdown.desc = Specificeer of een eindstrijd afteller moet worden weergegeven. (Werkt alleen op ondersteunde spelmodus) config.server_general.show_win_message = Toon Win-Bericht -config.server_general.show_win_message.desc = Specify whether a win message should be displayed at the end of a game. (Works only on supported game modes) +config.server_general.show_win_message.desc = Geef aan of er een win-bericht moet worden weergegeven aan het einde van een spel. (Werkt alleen op ondersteunde spelmodus) config.server_general.show_compass_target = Toon Compass doel -config.server_general.show_compass_target.desc = Specify whether the compass target player should be displayed. (Works only on supported game modes) +config.server_general.show_compass_target.desc = Specificeer of de kompas doelspeler moet worden weergegeven. (Werkt alleen op ondersteunde spelmodus) config.server_general.show_large_killstreaks = Toon hoge killstreaks -config.server_general.show_large_killstreaks.desc = Specify whether killstreaks should be displayed. (Works only on supported game modes) -config.server_general.notify_on_name = Notify on Chat-Mention -config.server_general.notify_on_name.desc = Specify whether you should receive a system notification when your minecraft name has been used in chat. -config.server_general.auto_server_reconnect = Automatically Reconnect -config.server_general.auto_server_reconnect.desc = Specify whether the client should automatically try to reconnect to the last server after being disconnected. -config.server_general.auto_server_reconnect.off = Off +config.server_general.show_large_killstreaks.desc = Specificeer of eliminatiereeksen moeten worden weergegeven. (Werkt alleen op ondersteunde spelmodus) +config.server_general.notify_on_name = Notificatie bij Chat-Mention +config.server_general.notify_on_name.desc = Geef aan of je een systeemmelding moet ontvangen wanneer je minecraft naam is gebruikt in de chat. +config.server_general.auto_server_reconnect = Automatisch Opnieuw Verbinden +config.server_general.auto_server_reconnect.desc = Geef aan of de client automatisch opnieuw verbinding moet proberen met de laatste server nadat de verbinding is verbroken. +config.server_general.auto_server_reconnect.off = Uit config.server_general.auto_server_reconnect.sec = sec -config.server_general.mac_cmd_drop = Use CMD-Key +config.server_general.mac_cmd_drop = Gebruik CMD-Toets config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! config.server_general.mojang_status = Show Mojang Status config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. @@ -948,44 +948,44 @@ modules.item.arrows.show_always.desc = Specifies whether the arrow count should modules.item.soups = Soup Count modules.item.soups.desc = Displays the Soup Count of your inventory. modules.item.ip = IP -modules.item.ip.desc = Displays the IP of the server you are currently connected to. -modules.item.players = Player Count -modules.item.players.desc = Displays the player count of the server you are currently connected to. +modules.item.ip.desc = Geeft het IP weer van de server waar u momenteel mee verbonden bent. +modules.item.players = Aantal spelers +modules.item.players.desc = Toont het aantal spelers van de server waarmee u momenteel verbonden bent. modules.item.ping = Ping -modules.item.ping.desc = Displays the ping of the server you are currently connected to. +modules.item.ping.desc = Toont de ping van de server waarmee u momenteel verbonden bent. modules.item.lobby = Lobby -modules.item.lobby.desc = Displays the lobby name of the server you are currently connected to. -modules.item.countdown = Countdown -modules.item.countdown.desc = Displays a countdown for the current game mode you are playing. -modules.item.countdown.show_large_countdown = Show large countdown -modules.item.countdown.show_large_countdown.desc = Specifies whether the countdown should be displayed in the center of the screen. -modules.item.kills = Kills -modules.item.kills.desc = Displays your kills for the current game mode you are playing. -modules.item.killstreak = Killstreak -modules.item.killstreak.desc = Displays your killstreak for the current game mode you are playing. -modules.item.deaths = Deaths -modules.item.deaths.desc = Displays your deaths for the current game mode you are playing. -modules.item.win_message = Win Message -modules.item.win_message.desc = Displays the winner of the current game mode you are playing. -modules.item.online_friends = Online Friends -modules.item.online_friends.desc = Displays your online friends on the server you are playing. -modules.item.online_friends.length = Max Length -modules.item.online_friends.length.desc = The maximum amount of friends that should be displayed. -modules.item.online_friends.nobody = No online friends\! -modules.item.party_members = Party Members -modules.item.party_members.desc = Displays the members of the party you are currently in. -modules.item.party_members.length = Max Length -modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. -modules.item.party_members.star = Leader Star -modules.item.party_members.star.desc = Toggle the star behind the party leader. -modules.item.nickname = Nickname -modules.item.nickname.desc = Displays your current nickname. -modules.item.combat_range = Combat Range -modules.item.timolia_pvp_winstreak = PVP Winstreak -modules.item.timolia_pvp_winstreak.desc = Displays the current winstreak in 1vs1 on the Timolia Network. -modules.item.timolia_pvp_opponent = PVP Opponent -modules.item.timolia_pvp_opponent.desc = Displays your opponent in 1vs1 on the Timolia Network. -modules.item.timolia_pvp_opponent_games = PVP Opponent Games +modules.item.lobby.desc = Geeft de lobby naam weer van de server waar je mee verbonden bent. +modules.item.countdown = Aftellen +modules.item.countdown.desc = Geeft een afteller aan voor het huidige spel dat je speelt. +modules.item.countdown.show_large_countdown = Groot aftellen weergeven +modules.item.countdown.show_large_countdown.desc = Geeft aan of de afteller in het midden van het scherm moet worden weergegeven. +modules.item.kills = Eliminaties +modules.item.kills.desc = Geeft je kills aan voor de huidige spelmodus die je aan het spelen bent. +modules.item.killstreak = Moordreeks +modules.item.killstreak.desc = Geeft je dodingsreeks aan voor de huidige spelmodus die je aan het spelen bent. +modules.item.deaths = Doden +modules.item.deaths.desc = Geeft je sterfgevallen weer voor de huidige spelmodus die je speelt. +modules.item.win_message = Win bericht +modules.item.win_message.desc = Geeft de winnaar weer van de huidige spelmodus die je aan het spelen bent. +modules.item.online_friends = Online vrienden +modules.item.online_friends.desc = Geeft je online vrienden weer op de server die je speelt. +modules.item.online_friends.length = Maximale lengte +modules.item.online_friends.length.desc = De maximale hoeveelheid vrienden die getoond moet worden. +modules.item.online_friends.nobody = Geen online vrienden\! +modules.item.party_members = Party Leden +modules.item.party_members.desc = Geeft de leden weer van de groep waarin u zich momenteel bevindt. +modules.item.party_members.length = Maximale lengte +modules.item.party_members.length.desc = Het maximum aantal leden van de party die getoond moeten worden. +modules.item.party_members.star = Leider Ster +modules.item.party_members.star.desc = Schakel de ster achter de groepsleider in. +modules.item.nickname = Gebruikersnaam +modules.item.nickname.desc = Toont uw huidige gebruikersnaam. +modules.item.combat_range = Gevecht Afstand +modules.item.timolia_pvp_winstreak = PVP Winreeks +modules.item.timolia_pvp_winstreak.desc = Geeft de huidige winstreak weer in 1vs1 op het Timolia-netwerk. +modules.item.timolia_pvp_opponent = PVP Tegenstander +modules.item.timolia_pvp_opponent.desc = Geeft uw tegenstander weer in 1vs1 op het Timolia-netwerk. +modules.item.timolia_pvp_opponent_games = PVP Tegenstander Spellen modules.item.timolia_pvp_opponent_games.desc = Displays the games your opponent has played in 1vs1 on the Timolia Network. modules.item.timolia_pvp_opponent_wins = PVP Opponent Wins modules.item.timolia_pvp_opponent_wins.desc = Displays the games your opponent has won in 1vs1 on the Timolia Network. @@ -1094,16 +1094,16 @@ modules.item.cytooxien_marioparty_first_second_third.desc = Displays the count o modules.item.cytooxien_marioparty_place = MarioParty Place modules.item.cytooxien_marioparty_place.desc = Displays your place in MarioParty on the Cytooxien Network. modules.item.cytooxien_marioparty_remaining_fields = MarioParty Remaining Fields -modules.item.cytooxien_marioparty_remaining_fields.desc = Displays your remaining fields in MarioParty on the Cytooxien Network. -modules.item.cytooxien_marioparty_current_minigame = MarioParty Current Minigame -modules.item.cytooxien_marioparty_current_minigame.desc = Displays the current minigame in MarioParty on the Cytooxien Network. -modules.item.cytooxien_marioparty_next_minigame = MarioParty Next Minigame -modules.item.cytooxien_marioparty_next_minigame.desc = Displays the next minigame in MarioParty on the Cytooxien Network. -modules.item.cytooxien_marioparty_first_player = MarioParty First Player -modules.item.cytooxien_marioparty_first_player.desc = Displays the first player in MarioParty on the Cytooxien Network. -modules.item.cytooxien_bw_beds = Bedwars Beds destroyed +modules.item.cytooxien_marioparty_remaining_fields.desc = Geeft uw resterende velden weer in MarioParty op het Cytooxen Netwerk. +modules.item.cytooxien_marioparty_current_minigame = MarioParty Huidige Minigame +modules.item.cytooxien_marioparty_current_minigame.desc = Geeft de huidige minigame weer in MarioParty op het Cytooxien Netwerk. +modules.item.cytooxien_marioparty_next_minigame = MarioParty Volgende Minigame +modules.item.cytooxien_marioparty_next_minigame.desc = Geeft de volgende minigame weer in MarioParty op het Cytooxien Netwerk. +modules.item.cytooxien_marioparty_first_player = MarioParty Eerste Speler +modules.item.cytooxien_marioparty_first_player.desc = Geeft de eerste speler weer in MarioParty op het Cytooxien Netwerk. +modules.item.cytooxien_bw_beds = Bedwars Bedden vernietigd modules.item.cytooxien_bw_beds.desc = Displays how many Beds you have destoryed in Bedwars on the Cytooxien Network. -modules.item.cytooxien_bw_stats_kills = Bedwars Stats Kills +modules.item.cytooxien_bw_stats_kills = Bedwars Statistieken Gedood modules.item.cytooxien_bw_stats_kills.desc = Displays how many players you eliminated in Bedwars on the Cytooxien Network. modules.item.cytooxien_bw_team = Bedwars Team modules.item.cytooxien_bw_team.desc = Displays your team in Bedwars on the Cytooxien Network. From 559c51e6e5535ce9dfdbfd90cc11f5c146e62311 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 22:45:19 +0200 Subject: [PATCH 134/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 118 ++++++++++---------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index ce61804..57eb547 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -326,11 +326,11 @@ config.server_general.auto_server_reconnect.desc = Geef aan of de client automat config.server_general.auto_server_reconnect.off = Uit config.server_general.auto_server_reconnect.sec = sec config.server_general.mac_cmd_drop = Gebruik CMD-Toets -config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! -config.server_general.mojang_status = Show Mojang Status -config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. -config.server_general.allow_mod_plugin_requests = Allow mod plugin requests -config.server_general.allow_mod_plugin_requests.desc = Specify whether Minecraft servers are allowed to send you mod plugin requests, which allow servers to display even more stats. +config.server_general.mac_cmd_drop.desc = Mac-Only-Instelling. Geef aan of je de CMD (of Apple)-Key of de CTRL-Key wilt gebruiken.\nLet op\: Bij het indrukken van CMD+Q om een item stack te laten vallen kan je venster gesloten worden\! +config.server_general.mojang_status = Toon Mohjang Status +config.server_general.mojang_status.desc = Specificeer of Mojang status wijzigingen moeten worden weergegeven als een melding. +config.server_general.allow_mod_plugin_requests = Sta mod plugin verzoeken toe +config.server_general.allow_mod_plugin_requests.desc = Geef aan of Minecraft servers je mod plugin verzoeken mogen sturen, waardoor servers nog meer statistieken kunnen tonen. config.server_general.confirm_disconnect = Verbinding Verbreken Bevestigen config.server_general.confirm_disconnect.desc = Wanneer ingeschakeld, wordt een bevestigingsgui weergegeven wanneer u de verbinding van een server wilt verbreken. @@ -349,33 +349,33 @@ config.server_playminity.title = PlayMinity.com Opties config.server_playminity.show_server_stats_playminity.desc = Schakelen tussen het wel of niet weergeven van de serverstatistieken van Timolia.de. config.server.gommehd = GommeHD.net -config.server.gommehd.desc = GommeHD.net server options. +config.server.gommehd.desc = GommeHD.net server opties. config.server_gommehd.title = GommeHD.net Opties -config.server_gommehd.show_server_stats_gommehd.desc = Toggle whether the server stats of GommeHD.net should be displayed. +config.server_gommehd.show_server_stats_gommehd.desc = Schakelen tussen het wel of niet weergeven van de serverstatistieken van GommeHD.net. config.server.bergwerk = Bergwerklabs.net -config.server.bergwerk.desc = Bergwerklabs.de server options. +config.server.bergwerk.desc = Bergwerklabs.de server opties. config.server_bergwerk.title = Bergwerklabs.net Opties -config.server_bergwerk.show_server_stats_bergwerk.desc = Toggle whether the server stats of Bergwerklabs.de should be displayed. +config.server_bergwerk.show_server_stats_bergwerk.desc = Schakelen tussen het wel of niet weergeven van de serverstatistieken van Bergwerklabs.de. config.server.mineplex = Mineplex.com -config.server.mineplex.desc = Mineplex.com server options. +config.server.mineplex.desc = Mineplex.com server opties. config.server_mineplex.title = Mineplex.com Opties -config.server_mineplex.show_server_stats_mineplex.desc = Toggle whether the server stats of Mineplex.com should be displayed. +config.server_mineplex.show_server_stats_mineplex.desc = Schakelen tussen het wel of niet weergeven van de serverstatistieken van Mineplex.com. config.server.venicraft = Venicraft.at -config.server.venicraft.desc = Venicraft.at server options. +config.server.venicraft.desc = Venicraft.at server opties. config.server_venicraft.title = Venicraft.at Opties -config.server_venicraft.show_server_stats_venicraft.desc = Toggle whether the server stats of Venicraft.at should be displayed. +config.server_venicraft.show_server_stats_venicraft.desc = Schakelen tussen het wel of niet weergeven van de serverstatistieken van Venicraft.at. config.server.hypixel = Hypixel.net -config.server.hypixel.desc = Hypixel.net server options. -config.server_hypixel.title = Hypixel.net Options +config.server.hypixel.desc = Hypixel.net server opties. +config.server_hypixel.title = Hypixel.net Opties config.server_hypixel.auto_hypixel_api_key = Auto API Key -config.server_hypixel.auto_hypixel_api_key.desc = Toggle whether the Hypixel API key should be fetched by the mod automatically. -config.server_hypixel.show_server_stats_hypixel.desc = Toggle whether the server stats of Hypixel.net should be displayed. +config.server_hypixel.auto_hypixel_api_key.desc = Schakelt of de Hypixel API-Key automatisch door de mod moet worden opgehaald. +config.server_hypixel.show_server_stats_hypixel.desc = Schakel of de serverstatistieken van Hypixel.net moeten worden weergegeven. config.server_hypixel.stats = Statistieken... -config.server_hypixel.stats.desc = Browse through the stats of specific players. +config.server_hypixel.stats.desc = Blader door de statistieken van specifieke spelers. server.hypixel.too_many_requests = Te veel aanvragen, wacht een paar seconden\! server.hypixel.no_key = API sleutel niet gevonden\! Verbind met mc.hypixel.net\! server.hypixel.loading = Laden... @@ -388,7 +388,7 @@ server.hypixel.stats.stats_not_found = Statistieken niet gevonden\! server.hypixel.stats.info = %s Statistieken server.hypixel.stats.none = Geen server.hypixel.stats.general.displayname = Spelernaam -server.hypixel.stats.general.package_rank = Rank +server.hypixel.stats.general.package_rank = Rang server.hypixel.stats.general.network_exp = Exp server.hypixel.stats.general.network_level = Level server.hypixel.stats.general.karma = Karma @@ -495,27 +495,27 @@ server.hypixel.stats.arcade.kills_throw_out = Throw Out Kills server.hypixel.stats.arcade.deaths_throw_out = Throw Out Doden server.hypixel.stats.arcade.poop_collected = Poep gepakt server.hypixel.stats.arcade.wins_party = Party Games 1 Wins -server.hypixel.stats.arcade.wins_party2 = Party Games 2 Wins -server.hypixel.stats.arcade.sw_kills = GW Kills -server.hypixel.stats.arcade.sw_empire_kills = GW Empire Kills -server.hypixel.stats.arcade.sw_rebel_kills = GW Rebel Kills +server.hypixel.stats.arcade.wins_party2 = Party Games 2 Overwinningen +server.hypixel.stats.arcade.sw_kills = GW Eleminaties +server.hypixel.stats.arcade.sw_empire_kills = GW Rijk Eliminaties +server.hypixel.stats.arcade.sw_rebel_kills = GW Rebel Eliminaties server.hypixel.stats.arcade.sw_deaths = GW Doden server.hypixel.stats.arcade.sw_shots_fired = GW Shots afgevuurd -server.hypixel.stats.arcade.sw_weekly_kills_a = GW Weekly Kills -server.hypixel.stats.arcade.sw_monthly_kills_a = GW Monthly Kills -server.hypixel.stats.arcade.wins_farm_hunt = Farm Hunt Wins +server.hypixel.stats.arcade.sw_weekly_kills_a = GW Wekelijkse Eliminaties +server.hypixel.stats.arcade.sw_monthly_kills_a = GW Maandelijkse Eliminaties +server.hypixel.stats.arcade.wins_farm_hunt = Farm Hunt Overwinningen server.hypixel.stats.arena.coins = Munten -server.hypixel.stats.arena.rating = Rating -server.hypixel.stats.arena.kills_1v1 = 1v1 Kills +server.hypixel.stats.arena.rating = Beoordeling +server.hypixel.stats.arena.kills_1v1 = 1v1 Eliminaties server.hypixel.stats.arena.deaths_1v1 = 1v1 DDoden server.hypixel.stats.arena.wins_1v1 = 1v1 Games gewonnen server.hypixel.stats.arena.losses_1v1 = 1v1 Games verloren -server.hypixel.stats.arena.damage_1v1 = 1v1 Damage -server.hypixel.stats.arena.kills_2v2 = 2v2 Kills +server.hypixel.stats.arena.damage_1v1 = 1v1 Schade +server.hypixel.stats.arena.kills_2v2 = 2v2 Eliminaties server.hypixel.stats.arena.deaths_2v2 = 2v2 Doden server.hypixel.stats.arena.wins_2v2 = 2v2 Games gewonnen server.hypixel.stats.arena.losses_2v2 = 2v2 Games verloren -server.hypixel.stats.arena.damage_2v2 = 2v2 Damage +server.hypixel.stats.arena.damage_2v2 = 2v2 Schade server.hypixel.stats.arena.kills_4v4 = 4v4 Kills server.hypixel.stats.arena.deaths_4v4 = 4v4 Doden server.hypixel.stats.arena.wins_4v4 = 4v4 Games gewonnen @@ -986,18 +986,18 @@ modules.item.timolia_pvp_winstreak.desc = Geeft de huidige winstreak weer in 1vs modules.item.timolia_pvp_opponent = PVP Tegenstander modules.item.timolia_pvp_opponent.desc = Geeft uw tegenstander weer in 1vs1 op het Timolia-netwerk. modules.item.timolia_pvp_opponent_games = PVP Tegenstander Spellen -modules.item.timolia_pvp_opponent_games.desc = Displays the games your opponent has played in 1vs1 on the Timolia Network. -modules.item.timolia_pvp_opponent_wins = PVP Opponent Wins -modules.item.timolia_pvp_opponent_wins.desc = Displays the games your opponent has won in 1vs1 on the Timolia Network. -modules.item.timolia_pvp_opponent_kdr = PVP Opponent KdR +modules.item.timolia_pvp_opponent_games.desc = Geeft de spellen weer die je tegenstander heeft gespeeld in 1vs1 op het Timolia-netwerk. +modules.item.timolia_pvp_opponent_wins = PVP Gewonnen door Tegenstander +modules.item.timolia_pvp_opponent_wins.desc = Geeft de spellen weer die je tegenstander heeft gewonnen in 1vs1 op het Timolia-netwerk. +modules.item.timolia_pvp_opponent_kdr = PVP Tegenstander KdR modules.item.timolia_pvp_opponent_kdr.desc = Displays the kill death ration of your opponent in 1vs1 on the Timolia Network. -modules.item.timolia_tournament_participants = Tournament Participants -modules.item.timolia_tournament_participants.desc = Displays the tournament participants in 1vs1 on the Timolia Network. -modules.item.timolia_tournament_round = Tournament Round -modules.item.timolia_tournament_round.desc = Displays the tournament round in 1vs1 on the Timolia Network. -modules.item.timolia_tournament_first_to = Tournament First To Count -modules.item.timolia_tournament_first_to.desc = Displays the amount of wins you need to win a round in 1vs1 on the Timolia Network. -modules.item.timolia_tournament_qualification = Tournament Qualification Rounds +modules.item.timolia_tournament_participants = Toernooi deelnemers +modules.item.timolia_tournament_participants.desc = Geeft het toernooi deelnemers weer in 1vs1 op het Timolia netwerk. +modules.item.timolia_tournament_round = Toernooi ronde +modules.item.timolia_tournament_round.desc = Geeft het toernooi ronde weer in 1vs1 op het Timolia netwerk. +modules.item.timolia_tournament_first_to = Toernooi Eerst Om Te Tellen +modules.item.timolia_tournament_first_to.desc = Geeft de hoeveelheid overwinningen weer die je nodig hebt om een ronde te winnen in 1vs1 op het Timolia-netwerk. +modules.item.timolia_tournament_qualification = Toernooi Kwalificatie Rondes modules.item.timolia_tournament_qualification.desc = Displays the amount of qualification rounds of a tournament in 1vs1 on the Timolia Network. modules.item.timolia_tournament_round_score = Tournament Round Score modules.item.timolia_tournament_round_score.desc = Displays your amount of wins and loses of the current round in 1vs1 on the Timolia Network. @@ -1078,22 +1078,22 @@ modules.item.hypixel_blitz_kit.desc = Displays your kit in Blitz on the Hypixel modules.item.hypixel_blitz_star = Blitz Star modules.item.hypixel_blitz_star.desc = Displays a star timer in Blitz on the Hypixel Network. modules.item.hypixel_blitz_deathmatch = Blitz Deathmatch -modules.item.hypixel_blitz_deathmatch.desc = Displays a deathmatch timer in Blitz on the Hypixel Network. -modules.item.hypixel_blitz_star_message = Blitz Star Message -modules.item.hypixel_blitz_star_message.desc = Displays a star timer in Blitz on the Hypixel Network. -modules.item.hypixel_blitz_deathmatch_message = Blitz Deathmatch Message -modules.item.hypixel_blitz_deathmatch_message.desc = Displays a deathmatch timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_deathmatch.desc = Geeft een eindstrijd timer weer in Blitz op het Hypixel Netwerk. +modules.item.hypixel_blitz_star_message = Blitz Ster Bericht +modules.item.hypixel_blitz_star_message.desc = Geeft een sterren timer weer in Blitz op het Hypixel Netwerk. +modules.item.hypixel_blitz_deathmatch_message = Blitz Eindstrijd Bericht +modules.item.hypixel_blitz_deathmatch_message.desc = Geeft een eindstrijd timer weer in Blitz op het Hypixel Netwerk. modules.item.venicraft_mineathlon_discipline = Mineathlon Discipline -modules.item.venicraft_mineathlon_discipline.desc = Displays the current discipline in Mineathlon on the Venicraft Network. -modules.item.venicraft_mineathlon_round = Mineathlon Round -modules.item.venicraft_mineathlon_round.desc = Displays the current round in Mineathlon on the Venicraft Network. -modules.item.cytooxien_marioparty_minigames = Mario Party Minigames -modules.item.cytooxien_marioparty_minigames.desc = Displays the count of played minigames in Mario Party on the Cytooxien Network. -modules.item.cytooxien_marioparty_first_second_third = Mario Party \#1/\#2/\#3 -modules.item.cytooxien_marioparty_first_second_third.desc = Displays the count of minigames you finished in first/second/third place in Mario Party on the Cytooxien Network. -modules.item.cytooxien_marioparty_place = MarioParty Place -modules.item.cytooxien_marioparty_place.desc = Displays your place in MarioParty on the Cytooxien Network. -modules.item.cytooxien_marioparty_remaining_fields = MarioParty Remaining Fields +modules.item.venicraft_mineathlon_discipline.desc = Geeft de huidige discipline weer in Mineathlon op het Venicraft-netwerk. +modules.item.venicraft_mineathlon_round = Mineathlon ronde +modules.item.venicraft_mineathlon_round.desc = Geeft de huidige ronde in Mineathlon weer op het Venicraft-netwerk. +modules.item.cytooxien_marioparty_minigames = Mario Feest Minispellen +modules.item.cytooxien_marioparty_minigames.desc = Geeft het aantal gespeelde minispellen weer in Mario Party via het Cytooxien Netwerk. +modules.item.cytooxien_marioparty_first_second_third = Mario Feest \#1/\#2/\#3 +modules.item.cytooxien_marioparty_first_second_third.desc = Geeft het aantal minispellen weer dat u heeft voltooid op de eerste/seconde/derde plaats in Mario Party op het Cytooxien Netwerk. +modules.item.cytooxien_marioparty_place = MarioFeest Plaats +modules.item.cytooxien_marioparty_place.desc = Geeft uw plaats weer in MarioFeest in het Cytooxien Netwerk. +modules.item.cytooxien_marioparty_remaining_fields = Resterende MarioFeest Velden modules.item.cytooxien_marioparty_remaining_fields.desc = Geeft uw resterende velden weer in MarioParty op het Cytooxen Netwerk. modules.item.cytooxien_marioparty_current_minigame = MarioParty Huidige Minigame modules.item.cytooxien_marioparty_current_minigame.desc = Geeft de huidige minigame weer in MarioParty op het Cytooxien Netwerk. @@ -1104,9 +1104,9 @@ modules.item.cytooxien_marioparty_first_player.desc = Geeft de eerste speler wee modules.item.cytooxien_bw_beds = Bedwars Bedden vernietigd modules.item.cytooxien_bw_beds.desc = Displays how many Beds you have destoryed in Bedwars on the Cytooxien Network. modules.item.cytooxien_bw_stats_kills = Bedwars Statistieken Gedood -modules.item.cytooxien_bw_stats_kills.desc = Displays how many players you eliminated in Bedwars on the Cytooxien Network. +modules.item.cytooxien_bw_stats_kills.desc = Laat zien hoeveel spelers je hebt geëlimineerd in Bedwars op het Cytooxien Netwerk. modules.item.cytooxien_bw_team = Bedwars Team -modules.item.cytooxien_bw_team.desc = Displays your team in Bedwars on the Cytooxien Network. +modules.item.cytooxien_bw_team.desc = Geeft uw team weer in Bedwars op het Cytooxien Netwerk. modules.item.cytooxien_bw_can_respawn = Bedwars can respawn modules.item.cytooxien_bw_can_respawn.desc = Displays if you are able to respawn in Bedwars on the Cytooxien Network. modules.item.simplehg_kit = SimpleHG Kit From d4377c5966ceaa804395bc47e2f0a57a3183e719 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 23:04:57 +0200 Subject: [PATCH 135/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 384 ++++++++++---------- 1 file changed, 192 insertions(+), 192 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 57eb547..0de76d4 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -139,7 +139,7 @@ config.list.category = Categorie config.main.title = Opties config.main.show_mod = Toon Mod -config.main.show_mod.desc = Toggle of de mod alle ingame-info moet renderen. +config.main.show_mod.desc = Schakelt of de mod alle ingame-info moet renderen. config.main.scale = Mod Schaal config.main.scale.desc = Geeft het percentage aan dat de ingame statistieken van de mod moeten worden ingeschat. config.main.report_crashes = Automatisch foutmelding rapport @@ -516,15 +516,15 @@ server.hypixel.stats.arena.deaths_2v2 = 2v2 Doden server.hypixel.stats.arena.wins_2v2 = 2v2 Games gewonnen server.hypixel.stats.arena.losses_2v2 = 2v2 Games verloren server.hypixel.stats.arena.damage_2v2 = 2v2 Schade -server.hypixel.stats.arena.kills_4v4 = 4v4 Kills +server.hypixel.stats.arena.kills_4v4 = 4v4 Eliminaties server.hypixel.stats.arena.deaths_4v4 = 4v4 Doden server.hypixel.stats.arena.wins_4v4 = 4v4 Games gewonnen server.hypixel.stats.arena.losses_4v4 = 4v4 Games verloren -server.hypixel.stats.arena.damage_4v4 = 4v4 Damage +server.hypixel.stats.arena.damage_4v4 = 4v4 Schade server.hypixel.stats.mcgo.coins = Munten -server.hypixel.stats.mcgo.kills = Kills -server.hypixel.stats.mcgo.cop_kills = Cop Kills -server.hypixel.stats.mcgo.criminal_kills = Criminal Kills +server.hypixel.stats.mcgo.kills = Eliminaties +server.hypixel.stats.mcgo.cop_kills = Agent Eliminaties +server.hypixel.stats.mcgo.criminal_kills = Criminele Eliminaties server.hypixel.stats.mcgo.deaths = Doden server.hypixel.stats.mcgo.game_wins = Games gewonnen server.hypixel.stats.mcgo.round_wins = Ronde gewonnen @@ -532,21 +532,21 @@ server.hypixel.stats.mcgo.shots_fired = Kogels geschoten server.hypixel.stats.mcgo.bombs_planted = Bom planted server.hypixel.stats.mcgo.bombs_defused = Bom defused server.hypixel.stats.uhc.coins = Munten -server.hypixel.stats.uhc.kills = Kills +server.hypixel.stats.uhc.kills = Eliminaties server.hypixel.stats.uhc.deaths = Doden server.hypixel.stats.uhc.wins = Games gewonnen server.hypixel.stats.uhc.score = Score server.hypixel.stats.uhc.heads_eaten = Hoofden gegeten server.hypixel.stats.battleground.coins = Munten server.hypixel.stats.battleground.chosen_class = Gekozen Class -server.hypixel.stats.battleground.kills = Kills +server.hypixel.stats.battleground.kills = Eliminaties server.hypixel.stats.battleground.assists = Assists server.hypixel.stats.battleground.deaths = Doden server.hypixel.stats.battleground.wins = Games gewonnen -server.hypixel.stats.battleground.wins_domination = Domination Wins -server.hypixel.stats.battleground.wins_capturetheflag = CTF Wins +server.hypixel.stats.battleground.wins_domination = Dominatie Gewonnen +server.hypixel.stats.battleground.wins_capturetheflag = CTF Gewonnen server.hypixel.stats.battleground.losses = Games verloren -server.hypixel.stats.battleground.damage = Damage +server.hypixel.stats.battleground.damage = Schade server.hypixel.stats.battleground.repaired = Wapens gerepareerd server.hypixel.stats.battleground.flag_conquer_self = Vlaggen veroverd server.hypixel.stats.gingerbread.coins = Munten @@ -560,35 +560,35 @@ server.hypixel.stats.gingerbread.box_pickups = Boxen opgepakt server.hypixel.stats.gingerbread.banana_hits_sent = Banana Hits verzonden server.hypixel.stats.gingerbread.banana_hits_received = Banana Hits ontvangen server.hypixel.stats.skywars.coins = Munten -server.hypixel.stats.skywars.kills = Kills +server.hypixel.stats.skywars.kills = Eliminaties server.hypixel.stats.skywars.assists = Assists server.hypixel.stats.skywars.deaths = Doden server.hypixel.stats.skywars.wins = Games gewonnen -server.hypixel.stats.skywars.win_streak = Win Streak +server.hypixel.stats.skywars.win_streak = Winsreeks server.hypixel.stats.skywars.losses = Games verloren server.hypixel.stats.skywars.blocks_placed = Blokken geplaatst server.hypixel.stats.skywars.blocks_broken = Blokken kapot gemaakt server.hypixel.stats.skywars.quits = Potjes verlaten -server.hypixel.stats.skywars.soul_well = Soul Wells -server.hypixel.stats.skywars.soul_well_legendaries = Legendary Soul Wells +server.hypixel.stats.skywars.soul_well = Put der Zielen +server.hypixel.stats.skywars.soul_well_legendaries = Legendarische Put der zielen server.hypixel.stats.skywars.soul_well_rares = Speciale Soul Wells server.hypixel.stats.skywars.souls_gathered = Souls gekregen server.hypixel.stats.skywars.egg_thrown = Eieren gegooid server.hypixel.stats.skywars.enderpearls_thrown = Enderpearls gegooid server.hypixel.stats.skywars.arrows_shot = Pijlen geschoten server.hypixel.stats.skywars.arrows_hit = Pijlen geraakt -server.hypixel.stats.skywars.items_enchanted = Items enchanted +server.hypixel.stats.skywars.items_enchanted = Items betoverd -config.server_hypixel.guild = Guilds... -config.server_hypixel.guild.desc = Display specific infos about Hypixel Guilds. -server.hypixel.guild.title = Hypixel Guilds +config.server_hypixel.guild = Gilden... +config.server_hypixel.guild.desc = Toon specifieke info over Hypixel Gilden. +server.hypixel.guild.title = Hypixel Gilden server.hypixel.guild.help = Typ de naam van de guild of de spelernaam die je wilt vinden. server.hypixel.guild.guild = Guild of Speler server.hypixel.guild.search.by_name = Naam server.hypixel.guild.search.by_player = Speler server.hypixel.guild.not_found = Guild niet gevonden\! server.hypixel.guild.info.name = Naam -server.hypixel.guild.info.tag = Tag +server.hypixel.guild.info.tag = Label server.hypixel.guild.info.created = Datum aangemaakt server.hypixel.guild.info.coins = Munten server.hypixel.guild.info.coins_ever = Munten in totaal @@ -606,30 +606,30 @@ chat_filter.help = Gebruik de Chat Bericht Filter om specifieke berichten op een chat_filter.add = Voeg bericht toe chat_filter.edit = Bewerk bericht chat_filter.delete = Verwijder bericht -chat_filter.message.enabled = Chat filter has been enabled. -chat_filter.message.disabled = Chat filter has been disabled. Press %s to enable it again. +chat_filter.message.enabled = Chatfilter is ingeschakeld. +chat_filter.message.disabled = Chatfilter is uitgeschakeld. Druk op %s om het opnieuw te activeren. chat_filter.edit.title = Bewerk Chat Bericht -chat_filter.edit.name = Name\: +chat_filter.edit.name = Naam\: chat_filter.edit.chat_message = Chat Bericht\: -chat_filter.edit.except = Exceptions\: +chat_filter.edit.except = Uitzonderingen\: chat_filter.edit.servers = Servers\: -chat_filter.edit.auto_text = Auto Text\: -chat_filter.edit.auto_text_cancel = Auto Text Abort Message\: -chat_filter.edit.auto_text_delay = Delay (ticks)\: +chat_filter.edit.auto_text = Automatische tekst\: +chat_filter.edit.auto_text_cancel = Auto tekst afbreken van het bericht\: +chat_filter.edit.auto_text_delay = Vertraging (tikken)\: chat_filter.edit.multiple_ips = Meerdere Server-IPs kunnen weergegeven worden door een specifieke command. chat_filter.edit.action = Acties\: chat_filter.edit.action.ignore = Negeren chat_filter.edit.action.2nd_chat = Print in 2e Chat -chat_filter.edit.action.copy_2nd_chat = Copy to 2nd Chat -chat_filter.edit.action.notify = Notify when AFK -chat_filter.edit.action.auto_text = Auto Text -chat_filter.edit.action.play_sound = Play Sound -chat_filter.edit.use_regex = Use Regex (advanced\!)\: +chat_filter.edit.action.copy_2nd_chat = Kopieer naar 2e Chat +chat_filter.edit.action.notify = Waarschuw wanneer AFK +chat_filter.edit.action.auto_text = Automatische tekst +chat_filter.edit.action.play_sound = Geluid afspelen +chat_filter.edit.use_regex = Regex gebruiken (geavanceerd\!)\: chat_filter.edit.help.title = Help... chat_filter.edit.help = Je kan "*" gebruiken om alles te negeren. -text_replacement.title = Text Shortcuts -text_replacement.add = Add Shortcut +text_replacement.title = Tekst snelkoppelingen +text_replacement.add = Snelkoppeling toevoegen text_replacement.edit = Edit Shortcut text_replacement.delete = Delete Shortcut text_replacement.edit.title = Edit Shortcut @@ -653,93 +653,93 @@ text_macros.edit.macro.auto_send = Auto Send text_macros.help = Automatically send chat messages after pressing a predefined key combination. name_history.title = Username History -name_history.search = Search... -name_history.searching = Searching... -name_history.suggestions = Suggestions -name_history.profile.title = Username History Search Result -name_history.profile.history = Username History\: -name_history.profile.copy = Click to Copy to Clipboard -name_history.profile.not_found = Profile not found\! - -join_texts.title = Join Auto-Texts -join_texts.help = Automatically send chat messages after joining a server. -join_texts.add = Add Text -join_texts.edit = Edit Text -join_texts.delete = Delete Text -join_texts.edit.title = Edit Join Text -join_texts.edit.message = Join Text +name_history.search = Zoek... +name_history.searching = Zoeken... +name_history.suggestions = Suggesties +name_history.profile.title = Resultaat van zoekgeschiedenis gebruikersnaam +name_history.profile.history = Gebruikersnaam geschiedenis\: +name_history.profile.copy = Klik om te kopiëren naar Klembord +name_history.profile.not_found = Profiel niet gevonden\! + +join_texts.title = Meedoen aan automatische teksten +join_texts.help = Automatisch chatberichten verzenden na het joinen van een server. +join_texts.add = Tekst toevoegen +join_texts.edit = Tekst bewerken +join_texts.delete = Tekst verwijderen +join_texts.edit.title = Deelnemen Tekst Bewerken +join_texts.edit.message = Deelneem Tekst join_texts.edit.server = Server -join_texts.edit.delay = Delay +join_texts.edit.delay = Vertraging -modules.title = Render Customization +modules.title = Aanpassingen weergeven modules.help = Help... -modules.help.display = In this screen you can change the whole appearance of the mod. Everything that should be rendered is divided into separate packages, or "modules". These modules have got their own name, title and location, but they contain also specific "items" that get rendered. An item can be for example responsible for displaying your coordinates or your active potion effects. You can add and remove modules and items as well. -modules.reset = Reset All -modules.reset.title = Are you sure you want to reset the rendering gui to its defaults? +modules.help.display = In dit scherm kunt u het hele uiterlijk van de mod wijzigen. Alles wat moet worden weergegeven is verdeeld in afzonderlijke pakketten of "modules". Deze modules hebben hun eigen naam, titel en locatie, maar ze bevatten ook specifieke "items" die gerenderd worden. Een item kan bijvoorbeeld verantwoordelijk zijn voor het weergeven van je coördinaten of je actieve drankeffecten. U kunt ook modules en items toevoegen en verwijderen. +modules.reset = Reset Alles +modules.reset.title = Weet u zeker dat u de rendergui wilt resetten naar de standaardwaarden? modules.list.title = Modules -modules.add = Add new Module... -modules.settings = Settings... -modules.enable = Enable -modules.disable = Disable -modules.move_up = Move Up -modules.move_down = Move Down +modules.add = Nieuwe module toevoegen... +modules.settings = Instellingen... +modules.enable = Inschakelen +modules.disable = Uitschakelen +modules.move_up = Omhoog +modules.move_down = Omlaag modules.preview = Preview -modules.location = Location +modules.location = Locatie modules.location.top_left = Linksboven modules.location.top_right = Rechtsboven modules.location.center_left = Linksmidden modules.location.center_right = Rechtsmidden modules.location.bottom_left = Links onder modules.location.bottom_right = Rechts onder -modules.location.custom = Custom -modules.anchor = Anchor -modules.anchor.top_left = Top Left -modules.anchor.top_center = Top Center -modules.anchor.top_right = Top Right -modules.anchor.center_left = Center Left -modules.anchor.center_center = Center -modules.anchor.center_right = Center Right -modules.anchor.bottom_left = Bottom Left -modules.anchor.bottom_center = Bottom Center -modules.anchor.bottom_right = Bottom Right -modules.settings.title = Module Settings -modules.settings.list.title = Settings -modules.settings.none = None -modules.settings.default = Default -modules.settings.custom = Custom +modules.location.custom = Aangepast +modules.anchor = Anker +modules.anchor.top_left = Linksboven +modules.anchor.top_center = Midden Boven +modules.anchor.top_right = Rechtsboven +modules.anchor.center_left = Linksmidden +modules.anchor.center_center = Midden +modules.anchor.center_right = Rechtsmidden +modules.anchor.bottom_left = Links onder +modules.anchor.bottom_center = Middenonder +modules.anchor.bottom_right = Rechts onder +modules.settings.title = Module-instellingen +modules.settings.list.title = Instellingen +modules.settings.none = Geen +modules.settings.default = Standaard +modules.settings.custom = Aangepast modules.settings.id = Id -modules.settings.id.change = Please enter a new unique Id for this module. -modules.settings.id.already_used = That Id is already used by another module -modules.settings.name = Name -modules.settings.name.change = Please enter a new name for this module. -modules.settings.translation = Translation-Key -modules.settings.translation.change = Please enter a new translation key for the title of this module. -modules.settings.items = Items (%s)... -modules.settings.show_label = Show Label -modules.settings.label.color = Label Color +modules.settings.id.change = Voer een nieuw uniek Id in voor deze module. +modules.settings.id.already_used = Deze Id wordt al door een andere module gebruikt +modules.settings.name = Naam +modules.settings.name.change = Voer een nieuwe naam in voor deze module. +modules.settings.translation = Vertaling-toets +modules.settings.translation.change = Voer een nieuwe vertalingtoets in voor de titel van deze module. +modules.settings.items = Voorwerpen (%s)... +modules.settings.show_label = Label tonen +modules.settings.label.color = Labelkleur modules.settings.server = Server -modules.settings.render = Render -modules.settings.render.timolia_tournament = Timolia 1vs1 Tournament +modules.settings.render = Renderen +modules.settings.render.timolia_tournament = Timolia 1vs1 Toernooi modules.settings.render.custom_server = Server API -modules.settings.scale = Scale -modules.settings.box_opacity = Box Opacity -modules.settings.item.list.items = Items -modules.settings.item.list.settings = Settings -modules.settings.item.add = Add new Item... -modules.settings.item.color = Color -modules.settings.item.prefix_color = Prefix Color -modules.settings.item.prefix_formatting = Prefix Formatting -modules.settings.item.main_color = Main Color -modules.settings.item.main_formatting = Main Formatting -modules.settings.item.prefix = Prefix - -modules.category.general = General -modules.category.equip = Equipment -modules.category.combat = Combat -modules.category.server_general = Server General +modules.settings.scale = Schaal +modules.settings.box_opacity = Doorzichtigheid van Box +modules.settings.item.list.items = Voorwerpen +modules.settings.item.list.settings = Instellingen +modules.settings.item.add = Nieuw item toevoegen +modules.settings.item.color = Kleur +modules.settings.item.prefix_color = Kleur voornaam +modules.settings.item.prefix_formatting = Voorvoegsel opmaak +modules.settings.item.main_color = Hoofdkleur +modules.settings.item.main_formatting = Belangrijkste opmaak +modules.settings.item.prefix = Voorvoegsel + +modules.category.general = Algemeen +modules.category.equip = Uitrusting +modules.category.combat = Gevecht +modules.category.server_general = Server Algemeen modules.category.server_timolia = Server Timolia modules.category.server_gommehd = Server GommeHD -modules.category.server_playminity = Server PlayMinity +modules.category.server_playminity = Server SpeelMinity modules.category.server_bergwerk = Server Bergwerklabs modules.category.server_hypixel = Server Hypixel modules.category.server_venicraft = Server Venicraft @@ -796,17 +796,17 @@ modules.item.direction.show_direction_towards = Show Direction Towards modules.item.direction.show_direction_towards.desc = Toggles whether it should be displayed, in what x- and z-direction the player is looking. modules.item.pitch = Pitch modules.item.pitch.desc = Displays the pitch rotation of your player. -modules.item.biome = Biome -modules.item.biome.desc = Displays the biome your player is currently situated. -modules.item.entities = Entity Count -modules.item.entities.desc = Displays the entity count of your direction and the total entity count of your world. -modules.item.target_block_coordinates = Target Block Coordinates -modules.item.target_block_coordinates.desc = Displays the coordinates of the block you are looking at. -modules.item.target_block_coordinates.coord_style = Coord Style -modules.item.target_block_coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. -modules.item.target_block_coordinates.below_other = Below Other -modules.item.target_block_coordinates.side_by_side = Side by Side -modules.item.target_block_name = Target Block Id +modules.item.biome = Bioom +modules.item.biome.desc = Geeft de bioom weer waar uw speler zich momenteel bevindt. +modules.item.entities = Aantal eenheden +modules.item.entities.desc = Toont het aantal entiteiten van uw richting en het totale aantal van uw wereld. +modules.item.target_block_coordinates = Doelwit Block coördinaten +modules.item.target_block_coordinates.desc = Geeft de coördinaten weer van het blok dat je bekijkt. +modules.item.target_block_coordinates.coord_style = Coördinaten stijl +modules.item.target_block_coordinates.coord_style.desc = Verandert de manier waarop coördinaten worden weergegeven in een ingame. +modules.item.target_block_coordinates.below_other = Onder andere +modules.item.target_block_coordinates.side_by_side = Naast elkaar +modules.item.target_block_name = Doel blok-Id modules.item.target_block_name.desc = Displays the id of the block you are looking at. modules.item.target_block_name.show_resource_domain = Show Resource Domain modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. @@ -1107,32 +1107,32 @@ modules.item.cytooxien_bw_stats_kills = Bedwars Statistieken Gedood modules.item.cytooxien_bw_stats_kills.desc = Laat zien hoeveel spelers je hebt geëlimineerd in Bedwars op het Cytooxien Netwerk. modules.item.cytooxien_bw_team = Bedwars Team modules.item.cytooxien_bw_team.desc = Geeft uw team weer in Bedwars op het Cytooxien Netwerk. -modules.item.cytooxien_bw_can_respawn = Bedwars can respawn -modules.item.cytooxien_bw_can_respawn.desc = Displays if you are able to respawn in Bedwars on the Cytooxien Network. -modules.item.simplehg_kit = SimpleHG Kit -modules.item.simplehg_kit.desc = Display your kit in SimpleHG -modules.item.simplehg_minifeast = SimpleHG Minifeast -modules.item.simplehg_minifeast.desc = Display the coordinates of all minifeasts in SimpleHG -modules.item.simplehg_feast = SimpleHG Feast -modules.item.simplehg_feast.desc = Display the coordinates of the feast in SimpleHG +modules.item.cytooxien_bw_can_respawn = Bedwars kunnen respawnen +modules.item.cytooxien_bw_can_respawn.desc = Toont aan dat je in staat bent om te respawnen in Bedwars op het Cytooxien Netwerk. +modules.item.simplehg_kit = SimpleHG Hulpmiddelen +modules.item.simplehg_kit.desc = Toon jouw hulpmiddelen in SimpleHG +modules.item.simplehg_minifeast = SimpleHG Minifeest +modules.item.simplehg_minifeast.desc = Toon de coördinaten van alle minifeesten in SimpleHG +modules.item.simplehg_feast = SimpleHG Feest +modules.item.simplehg_feast.desc = Toon de coördinaten van het feest in SimpleHG config.server.2nd_chat = 2e Chat... -config.server.2nd_chat.desc = Settings for a second chat. This chat is located in the right side of the ingame screen and can be used to display messages specified in the Chat Filter. +config.server.2nd_chat.desc = Instellingen voor een tweede chat. Deze chat bevindt zich aan de rechterkant van het ingame scherm en kan worden gebruikt om berichten te tonen die zijn opgegeven in de Chat Filter. config.2nd_chat.title = 2e Chat config.2nd_chat.2nd_chat_visible = Zichtbaar -config.2nd_chat.2nd_chat_visible.desc = Specify whether the second chat should be visible. +config.2nd_chat.2nd_chat_visible.desc = Specificeer of de tweede chat zichtbaar moet zijn. config.2nd_chat.2nd_chat_opacity = Doorzichtbaar -config.2nd_chat.2nd_chat_opacity.desc = Specify the opacity of the second chat. +config.2nd_chat.2nd_chat_opacity.desc = Geef de ondoorzichtigheid van de tweede chat. config.2nd_chat.2nd_chat_scale = Grootte -config.2nd_chat.2nd_chat_scale.desc = Specify the scale of the second chat. +config.2nd_chat.2nd_chat_scale.desc = Specificeer de schaal van de tweede chat. config.2nd_chat.2nd_chat_height_focused = Focused hoogte -config.2nd_chat.2nd_chat_height_focused.desc = Specify the height of the second chat while it's focused. +config.2nd_chat.2nd_chat_height_focused.desc = Specificeer de hoogte van de tweede chat terwijl het gefocust is. config.2nd_chat.2nd_chat_height_unfocused = Unfocused hoogte -config.2nd_chat.2nd_chat_height_unfocused.desc = Specify the height of the second chat while it's unfocused. -config.2nd_chat.2nd_chat_width = Width -config.2nd_chat.2nd_chat_width.desc = Specify the width of the second chat. -config.2nd_chat.2nd_chat_text_leftbound = Leftbound Text -config.2nd_chat.2nd_chat_text_leftbound.desc = Specify whether the text of the second chat should be aligned in the left or the right side of the box. +config.2nd_chat.2nd_chat_height_unfocused.desc = Specificeer de hoogte van de tweede chat terwijl deze niet gefocus is. +config.2nd_chat.2nd_chat_width = Breedte +config.2nd_chat.2nd_chat_width.desc = Geef de breedte van de tweede chat. +config.2nd_chat.2nd_chat_text_leftbound = Linkergebonden tekst +config.2nd_chat.2nd_chat_text_leftbound.desc = Geef aan of de tekst van de tweede chat moet worden uitgelijnd aan de linkerkant of aan de rechterkant van de box. skype.title = Nieuwe Skype Conversatie skype.help = Selecteer een skype naam om een conversatie te starten\! @@ -1141,19 +1141,19 @@ skype.not_installed = Skype installatie niet gevonden\! skype.not_running = Wees zeker dat Skype open staat en dat de 5zig mod toegang heeft\! skype.no_permission = Open skype en sta 'java.exe' toe\! -teamspeak.not_connected = Not connected\! -teamspeak.not_enabled = The TeamSpeak feature is currently not enabled\!\nPlease make sure that you enabled the ClientQuery-plugin in your TeamSpeak settings\! -teamspeak.enable_button = Click here to activate it\! -teamspeak.auth_key_required = TS Requires an Auth Key. Open GUI for more info\! -teamspeak.auth.title = TeamSpeak Authentication -teamspeak.auth.info = The 5zig Mod requires an authentication key if you want to use the TeamSpeak-feature. -teamspeak.auth.invalid_key = Invalid authentication key\! -teamspeak.auth.steps.win = Open the settings menu of your TeamSpeak client under "Extras"->"Options". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plugin and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. -teamspeak.auth.steps.mac = Open the settings menu of your TeamSpeak client under "TeamSpeak 3"->"Settings". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plugin and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. -teamspeak.overlay.poked = You have been poked by %s\! -teamspeak.overlay.direct_message = You have been messaged by %s\! -teamspeak.message.poked = "%s" has poked you\: %s -teamspeak.message.client = "%s" -> you\: %s +teamspeak.not_connected = Niet verbonden\! +teamspeak.not_enabled = De TeamSpeak functie is momenteel niet ingeschakeld\!\nZorg ervoor dat u de ClientQuery-plugin hebt ingeschakeld in uw TeamSpeak instellingen\! +teamspeak.enable_button = Klik hier om het te activeren\! +teamspeak.auth_key_required = TS vereist een Auth Key. Open GUI voor meer informatie\! +teamspeak.auth.title = Server Authenticatie +teamspeak.auth.info = De 5zig Mod vereist een verificatiesleutel als u de TeamSpeak-functie wilt gebruiken. +teamspeak.auth.invalid_key = Ongeldig authenticatie-token\! +teamspeak.auth.steps.win = Open het instellingenmenu van uw TeamSpeak client onder "Extras"->"Opties". Selecteer vervolgens "Addons" aan de linkerkant en klik op het "Mijn addons"-tab. Zoek naar de "ClientQuery" plugin en klik op "Instellingen". Kopieer tot slot de API-sleutel, plak deze in het onderste tekstveld van je Minecraft-venster en klik op klaar. +teamspeak.auth.steps.mac = Open het instellingenmenu van uw TeamSpeak client onder "TeamSpeak 3"->"Instellingen". Selecteer vervolgens "Addons" aan de linkerkant en klik op de "Mijn addons"-tab. Zoek naar de "ClientQuery" plugin en klik op "Instellingen". Kopieer tot slot de API-sleutel, plak deze in het onderste tekstveld van je Minecraft-venster en klik op klaar. +teamspeak.overlay.poked = Je bent geblokkeerd door %s\! +teamspeak.overlay.direct_message = Je hebt een bericht van %s\! +teamspeak.message.poked = "%s" heeft u geblokkeerd\: %s +teamspeak.message.client = "%s" -> jij\: %s teamspeak.message.channel = "%s" in "%s"\: %s teamspeak.message.server = "%s" on "%s"\: %s teamspeak.message.channel.joined = "%s" joined "%s"\! @@ -1269,21 +1269,21 @@ friend.profile.block = Blokkeer vriend friend.profile.favorite = Favoriet vriend friend.profile.unfavorite = Verwijder favoriete vriend friend.profile.last_seen = Last Seen -friend.profile.last_seen.second = second -friend.profile.last_seen.seconds = seconds -friend.profile.last_seen.minute = minute -friend.profile.last_seen.minutes = minutes -friend.profile.last_seen.hour = hour -friend.profile.last_seen.hours = hours -friend.profile.last_seen.day = day -friend.profile.last_seen.days = days -friend.profile.last_seen.month = month -friend.profile.last_seen.months = months -friend.profile.last_seen.year = year -friend.profile.last_seen.years = years -friend.profile.playing_on_server = Playing on Server -friend.add = Add Friends -friend.add.suggestions = Add Friends (%s suggestions) +friend.profile.last_seen.second = seconde +friend.profile.last_seen.seconds = seconden +friend.profile.last_seen.minute = minuut +friend.profile.last_seen.minutes = minuten +friend.profile.last_seen.hour = uur +friend.profile.last_seen.hours = uren +friend.profile.last_seen.day = dag +friend.profile.last_seen.days = dagen +friend.profile.last_seen.month = maand +friend.profile.last_seen.months = maanden +friend.profile.last_seen.year = jaar +friend.profile.last_seen.years = jaren +friend.profile.playing_on_server = Spelen op een server +friend.add = Vrienden toevoegen +friend.add.suggestions = Vrienden toevoegen (%s suggesties) friend.requests = Verzoeken (%s) friend.new_requests = Je hebt %s niewe verzoek(en)\! friend.typing = Aan het typen.. @@ -1301,12 +1301,12 @@ friend.online_message.no_longer = %s is niet meer %s. friend.no_friends = Geen vrienden \:( friend.invite.title = Vul de naam van je vriend in. -friend.invite.suggestions = Suggestions\: -friend.invite.suggestions.new = We've found %s friend suggestions for you\! +friend.invite.suggestions = Suggesties\: +friend.invite.suggestions.new = We hebben %s vriendschapssuggesties voor je gevonden\! group.new = Nieuwe groep chat group.owner = Eigenaar -group.admin = Admin +group.admin = Beheer group.unknown = Onbekend group.more_members = en %s meer... group.info = Info @@ -1359,48 +1359,48 @@ chat.new_group_message = Bericht in %s chat.new_file_request = Fotoverzoek van %s chat.accept_file_transfer = Open Chat GUI om het te accepteren\! chat.select_image = Selecteer foto -chat.new_messages = You have %s new messages\! +chat.new_messages = Je hebt %s nieuwe berichten\! chat.audio.name = Audio -chat.audio.too_large = Audio may not be larger than %s\! -chat.audio.not_found = Clip not found\! -chat.audio.recording = Recording... %s sec -chat.audio.abort = Move Mouse to abort -chat.audio.hint = Press and Hold\! -chat.audio.not_supported = Audio recording is not supported\! -chat.audio.unavailable = Audio recording is currently unavailable\! -chat.image.name = Image -chat.image.too_large = Image may not be larger than %s\! -chat.image.not_found = Image not found\! -chat.file.waiting = Waiting... -chat.file.accept = Accept Download? -chat.file.download_failed = Download failed\! -chat.file.download_denied = Download denied -chat.file.downloading = Downloading... -chat.file.request_sent = Download request sent\! -chat.file.upload_failed = Upload failed\! -chat.file.upload_denied = Upload denied -chat.file.uploading = Uploading... +chat.audio.too_large = Audio is mogelijk niet groter dan %s\! +chat.audio.not_found = Clip niet gevonden\! +chat.audio.recording = Opnemen... %s sec +chat.audio.abort = Verplaats muis om af te breken +chat.audio.hint = Druk en houd vast\! +chat.audio.not_supported = Audio opname wordt niet ondersteund\! +chat.audio.unavailable = Audio-opname is momenteel niet beschikbaar\! +chat.image.name = Afbeelding +chat.image.too_large = Foto mag niet groter zijn dan %s\! +chat.image.not_found = Afbeelding niet gevonden\! +chat.file.waiting = Wachten... +chat.file.accept = Accepteer Download? +chat.file.download_failed = Download mislukt\! +chat.file.download_denied = Download geweigerd +chat.file.downloading = Downloaden... +chat.file.request_sent = Download verzoek verzonden\! +chat.file.upload_failed = Uploaden mislukt\! +chat.file.upload_denied = Upload geweigerd +chat.file.uploading = Uploaden... chat.settings = Chat Opties... config.chat_settings.title = Chat Opties config.chat_settings.show_messages = Chat Notificaties -config.chat_settings.show_messages.desc = Toggle whether chat notifications should be displayed in the top right corner. +config.chat_settings.show_messages.desc = Schakelen tussen het wel of niet weergeven van chatmeldingen in de rechterbovenhoek. config.chat_settings.show_group_messages = Groep Chat Notificaties -config.chat_settings.show_group_messages.desc = Toggle whether group chat notifications should be displayed in the top right corner. +config.chat_settings.show_group_messages.desc = Schakelen tussen het wel of niet weergeven van groepschatmeldingen in de rechterbovenhoek. config.chat_settings.show_online_messages = Toon Online -config.chat_settings.show_online_messages.desc = Toggle whether online messages should be displayed in the top right corner. +config.chat_settings.show_online_messages.desc = Schakelen tussen het wel of niet weergeven van online berichten in de rechterbovenhoek. config.chat_settings.play_message_sounds = Speel bericht geluiden af -config.chat_settings.play_message_sounds.desc = Toggle whether the mod should play sounds when sending or receiving a message. +config.chat_settings.play_message_sounds.desc = Schakelt of de mod geluiden moet afspelen bij het verzenden of ontvangen van een bericht. config.chat_settings.show_tray_notifications = Toon pop-up Notificaties -config.chat_settings.show_tray_notifications.desc = Toggle whether the mod should show a system notification when you receive a chat message while the Minecraft window is unfocused. +config.chat_settings.show_tray_notifications.desc = Schakelen tussen het wel of niet weergeven van een systeemmelding wanneer je een chatbericht ontvangt terwijl het Minecraft-venster niet gefocust is. config.chat_settings.chat_background_type = Achtergrond-Stijl\: %s -config.chat_settings.chat_background_type.desc = Specify the style of the background of the chat. +config.chat_settings.chat_background_type.desc = Geef de stijl op van de achtergrond van de chat. config.chat_settings.default = Normaal config.chat_settings.transparent = Doorzichtbaar config.chat_settings.image = Foto config.chat_settings.chat_background_location = Selecteer achtergrond-foto... -config.chat_settings.chat_background_location.desc = Select a background image for the chat. +config.chat_settings.chat_background_location.desc = Selecteer een achtergrondafbeelding voor de chat. config.chat_settings.background.selected = Nieuwe achtergrond foto geselecteerd\! party.title = Party From 92d3034ac12fac9b303c2fa6903c90c28b52bde4 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 13 Jun 2020 23:15:11 +0200 Subject: [PATCH 136/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 182 ++++++++++---------- 1 file changed, 91 insertions(+), 91 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 0de76d4..1f6730c 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -683,7 +683,7 @@ modules.enable = Inschakelen modules.disable = Uitschakelen modules.move_up = Omhoog modules.move_down = Omlaag -modules.preview = Preview +modules.preview = Voorbeeld modules.location = Locatie modules.location.top_left = Linksboven modules.location.top_right = Rechtsboven @@ -745,57 +745,57 @@ modules.category.server_hypixel = Server Hypixel modules.category.server_venicraft = Server Venicraft modules.category.server_cytooxien = Server Cytooxien modules.category.server_simplehg = Server SimpleHG -modules.category.system = System -modules.category.other = Other +modules.category.system = Systeem +modules.category.other = Andere modules.item.dummy = (Dummy) modules.item.fps = FPS -modules.item.fps.desc = Displays how many frames are being rendered per second. -modules.item.fps.precise_f_p_s = Precise FPS Counter -modules.item.fps.precise_f_p_s.desc = Specifies whether a more precise FPS-Counter (Frame-per-second-counter) should be enabled. This counter will update the current FPS every 50 ms) +modules.item.fps.desc = Toont hoeveel frames er per seconde worden weergegeven. +modules.item.fps.precise_f_p_s = Nauwkeurige FPS-teller +modules.item.fps.precise_f_p_s.desc = Geeft aan of een preciezere FPS-teller (Frame-per-tweede teller) moet worden ingeschakeld. Deze teller werkt de huidige FPS elke 50 ms) bij modules.item.cps = CPS -modules.item.cps.desc = Displays how many times you are clicking your mouse per second. -modules.item.cps.type = Show -modules.item.cps.type.desc = Select what type of clicks per second should be displayed. -modules.item.cps.left_click = Left Clicks -modules.item.cps.right_click = Right Clicks -modules.item.cps.sum = Total Clicks -modules.item.cps.both = Both Clicks -modules.item.afk_time = Away Time -modules.item.afk_time.desc = Displays the amount of time you haven't been moving your mouse or pressing a key on your keyboard. -modules.item.coordinates = Coordinates -modules.item.coordinates.desc = Displays the coordinates of your player. -modules.item.coordinates.coord_style = Coord Style -modules.item.coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. -modules.item.coordinates.below_other = Below Other -modules.item.coordinates.side_by_side = Side by Side +modules.item.cps.desc = Geeft weer hoe vaak u op uw muis per seconde klikt. +modules.item.cps.type = Toon +modules.item.cps.type.desc = Selecteer welk type kliks per seconde moet worden weergegeven. +modules.item.cps.left_click = Klik met links +modules.item.cps.right_click = Klik met rechts +modules.item.cps.sum = Totale klikken +modules.item.cps.both = Beide klikken +modules.item.afk_time = Afwezig tijd +modules.item.afk_time.desc = Geeft de tijd weer dat je de muis niet beweegt of op een toets hebt gedrukt. +modules.item.coordinates = Coördinaten +modules.item.coordinates.desc = Geeft de coördinaten van je speler weer. +modules.item.coordinates.coord_style = Coördinaten stijl +modules.item.coordinates.coord_style.desc = Verandert de manier waarop coördinaten worden weergegeven in een ingame. +modules.item.coordinates.below_other = Onder andere +modules.item.coordinates.side_by_side = Naast elkaar modules.item.chunk_coordinates = Chunk Coordinates -modules.item.chunk_coordinates.desc = Displays your chunk coordinates. -modules.item.chunk_coordinates.coord_style = Coord Style -modules.item.chunk_coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. -modules.item.chunk_coordinates.below_other = Below Other -modules.item.chunk_coordinates.side_by_side = Side by Side -modules.item.chunk_coordinates.chunk_style = Display -modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. -modules.item.chunk_coordinates.relative = Relative -modules.item.chunk_coordinates.chunk = Chunk only -modules.item.chunk_coordinates.both = Relative and Chunk -modules.item.death_coordinates = Death Location -modules.item.death_coordinates.desc = Displays your last death location. +modules.item.chunk_coordinates.desc = Geeft uw chunkcoördinaten weer. +modules.item.chunk_coordinates.coord_style = Coördinaten stijl +modules.item.chunk_coordinates.coord_style.desc = Verandert de manier waarop coördinaten worden weergegeven in een ingame. +modules.item.chunk_coordinates.below_other = Onder andere +modules.item.chunk_coordinates.side_by_side = Naast elkaar +modules.item.chunk_coordinates.chunk_style = Weergave +modules.item.chunk_coordinates.chunk_style.desc = Schakelen tussen het wel of niet weergeven van je relatieve chunkcoördinaten. +modules.item.chunk_coordinates.relative = Relatief +modules.item.chunk_coordinates.chunk = Alleen chunk +modules.item.chunk_coordinates.both = Relatief en chunk +modules.item.death_coordinates = Dood Locatie +modules.item.death_coordinates.desc = Geeft je laatste sterfplaats weer. modules.item.death_coordinates.nether = Nether modules.item.death_coordinates.the_end = The End -modules.item.direction = Direction -modules.item.direction.desc = Displays the direction your player is facing. -modules.item.direction.direction_style = Direction -modules.item.direction.direction_style.desc = Changes how the direction of the player should be displayed. -modules.item.direction.number = Number +modules.item.direction = Richting +modules.item.direction.desc = Geeft de richting weer waarin uw speler zich beweegt. +modules.item.direction.direction_style = Richting +modules.item.direction.direction_style.desc = Verandert hoe de richting van de speler moet worden weergegeven. +modules.item.direction.number = Nummer modules.item.direction.string = String -modules.item.direction.both = Both -modules.item.direction.degree = Degree -modules.item.direction.show_direction_towards = Show Direction Towards -modules.item.direction.show_direction_towards.desc = Toggles whether it should be displayed, in what x- and z-direction the player is looking. -modules.item.pitch = Pitch -modules.item.pitch.desc = Displays the pitch rotation of your player. +modules.item.direction.both = Beide +modules.item.direction.degree = Graad +modules.item.direction.show_direction_towards = Toon richtingspijl +modules.item.direction.show_direction_towards.desc = Schakelt of het moet worden weergegeven, in welke x- en z-richting de speler er uit ziet. +modules.item.pitch = Hoogte +modules.item.pitch.desc = Laat de hoogte rotatie van je speler zien. modules.item.biome = Bioom modules.item.biome.desc = Geeft de bioom weer waar uw speler zich momenteel bevindt. modules.item.entities = Aantal eenheden @@ -807,56 +807,56 @@ modules.item.target_block_coordinates.coord_style.desc = Verandert de manier waa modules.item.target_block_coordinates.below_other = Onder andere modules.item.target_block_coordinates.side_by_side = Naast elkaar modules.item.target_block_name = Doel blok-Id -modules.item.target_block_name.desc = Displays the id of the block you are looking at. -modules.item.target_block_name.show_resource_domain = Show Resource Domain -modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. -modules.item.damage_resistance = Damage Resistance -modules.item.damage_resistance.desc = Shows how much damage your armor and potion effects absorb. -modules.item.potions = Potions -modules.item.potions.desc = Displays all your active potion effects. -modules.item.potions.colored_potion_durability = Colored Potion Durability -modules.item.potions.colored_potion_durability.desc = Toggles whether the durability of the active potion effects should be rendered in different colors according to their current durability. -modules.item.light_level = Light Level -modules.item.light_level.desc = Displays the current light level of your position. -modules.item.light_level.light_level_percentage = Show Percentage -modules.item.light_level.light_level_percentage.desc = Toggles whether the light level should be displayed as percentage (where 100% is the max light level) or as a value between 0 and 15. -modules.item.speed = Speed -modules.item.speed.desc = Displays your current moving speed in metres per second. -modules.item.time = Time -modules.item.time.desc = Displays your real time. The time will be formatted according to your system time format. -modules.item.time.style = Style -modules.item.time.style.desc = Sets the formatting of the time. -modules.item.time.system = System Default -modules.item.time.hours_24 = 24-Hour-Format -modules.item.time.hours_12 = 12-Hour-Format -modules.item.time.show_seconds = Show Seconds -modules.item.time.show_seconds.desc = Toggle whether seconds should be displayed as well. -modules.item.date = Date -modules.item.date.desc = Displays your real date. The date will be formatted according to your system date format. +modules.item.target_block_name.desc = Geeft de coördinaten weer van het blok dat je bekijkt. +modules.item.target_block_name.show_resource_domain = Toon bron domein +modules.item.target_block_name.show_resource_domain.desc = Schakelen tussen het wel of niet weergeven van het brondomein (bijv. minecraft\:). +modules.item.damage_resistance = Schade Weerstand +modules.item.damage_resistance.desc = Laat zien hoeveel schade je harnas en drankeffecten absorberen. +modules.item.potions = Drankjes +modules.item.potions.desc = Geeft al je actieve drankeffecten weer. +modules.item.potions.colored_potion_durability = Gekleurde Drank Duurzaamheid +modules.item.potions.colored_potion_durability.desc = Schakelt of de duurzaamheid van de actieve drankeffecten in verschillende kleuren moet worden weergegeven op basis van hun huidige duurzaamheid. +modules.item.light_level = Lichtniveau +modules.item.light_level.desc = Geeft het huidige lichtniveau van uw positie weer. +modules.item.light_level.light_level_percentage = Percentage weergeven +modules.item.light_level.light_level_percentage.desc = Schakelt of het lichtniveau moet worden weergegeven als percentage (waarbij 100% het maximale lichtniveau is) of als een waarde tussen 0 en 15. +modules.item.speed = Snelheid +modules.item.speed.desc = Geeft uw huidige bewegende snelheid weer in meter per seconde. +modules.item.time = Tijd +modules.item.time.desc = Geeft uw echte tijd weer. De tijd zal worden opgemaakt volgens uw systeemtijdnotatie. +modules.item.time.style = Stijl +modules.item.time.style.desc = Stelt de opmaak van de tijd in. +modules.item.time.system = Systeem standaard +modules.item.time.hours_24 = 24-uursnotatie +modules.item.time.hours_12 = 12-uursnotatie +modules.item.time.show_seconds = Seconden weergeven +modules.item.time.show_seconds.desc = Schakelen tussen het wel of niet weergeven van seconden. +modules.item.date = Datum +modules.item.date.desc = Toont uw echte datum. De datum zal worden geformatteerd volgens uw systeemdatumformaat. modules.item.timer = Timer -modules.item.timer.desc = Displays your active Timer. You can start, stop and pause the timer using the respective keybindings. -modules.item.memory = Memory -modules.item.memory.desc = Displays the available memory to the Java VM in either percent or absolute values. -modules.item.memory.style = Style -modules.item.memory.style.desc = Toggles whether the used memory should be displayed as percentage, absolute value or both. +modules.item.timer.desc = Toont uw actieve Timer. U kunt de timer starten, stoppen en pauzeren met behulp van de respectievelijke sleutelbindingen. +modules.item.memory = Geheugen +modules.item.memory.desc = Geeft het beschikbare geheugen van de Java VM weer in procenten of absolute waarden. +modules.item.memory.style = Stijl +modules.item.memory.style.desc = Schakelt of het gebruikte geheugen moet worden weergegeven als percentage, absolute waarde of beide. modules.item.memory.percentage = Percentage -modules.item.memory.bytes = Absolute -modules.item.memory.both = Both -modules.item.battery = Battery -modules.item.battery.desc = Displays the current status of your Laptop Battery. Works ONLY on Windows Laptops\! -modules.item.battery.charge_status = Charge Status -modules.item.battery.charge_status.desc = Toggles whether the charging status of your battery should be displayed. -modules.item.battery.plugged_in = Plugged In -modules.item.battery.un_plugged = Unplugged +modules.item.memory.bytes = Absoluut +modules.item.memory.both = Beide +modules.item.battery = Batterij +modules.item.battery.desc = Geeft de huidige status weer van uw Laptop batterij. Werkt alleen op Windows Laptops\! +modules.item.battery.charge_status = Oplaadstatus +modules.item.battery.charge_status.desc = Schakelt of de oplaadstatus van je batterij moet worden weergegeven. +modules.item.battery.plugged_in = Aangesloten +modules.item.battery.un_plugged = Onaangesloten modules.item.spotify = Spotify -modules.item.spotify.desc = Displays the current Track, Artist and Album cover of the Spotify Song you are currently listening to. -modules.item.spotify.show_spotify_always = Show Always -modules.item.spotify.show_spotify_always.desc = Specify, whether this box should be displayed always or only when Spotify is opened. -modules.item.spotify.error.invalid_oauth_token = Invalid OAuth Token -modules.item.spotify.error.expired_oauth_token = OAuth Token Expired -modules.item.spotify.error.invalid_csrf_token = Invalid Csrf Token -modules.item.spotify.error.oauth_token_invalid_for_user = Invalid OAuth Token -modules.item.spotify.error.no_user_logged_in = Not logged in +modules.item.spotify.desc = Toont het huidige nummer, de artiest en de albumhoes van Spotify nummer waar je momenteel naar luistert. +modules.item.spotify.show_spotify_always = Altijd weergeven +modules.item.spotify.show_spotify_always.desc = Geef aan of deze box altijd of alleen moet worden weergegeven wanneer Spotify wordt geopend. +modules.item.spotify.error.invalid_oauth_token = Ongeldige OAuth Token +modules.item.spotify.error.expired_oauth_token = OAuth Token verlopen +modules.item.spotify.error.invalid_csrf_token = Ongeldige Csrf Token +modules.item.spotify.error.oauth_token_invalid_for_user = Ongeldige OAuth Token +modules.item.spotify.error.no_user_logged_in = Niet ingelogd modules.item.spotify.error.unknown = Could not connect to Spotify\! modules.item.spotify.ad = Ad modules.item.itunes = iTunes From 99452b947bc0e640a9003d8772f94b2da3d0531f Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 14 Jun 2020 15:07:31 +0200 Subject: [PATCH 137/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 42 ++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 06e4c07..7c2466e 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -127,7 +127,7 @@ conn.cape.upload.success = Плащ успешно загружен\! menu.no_last_server = Нет последнего сервера menu.the5zigMod = The 5zig Mod... -menu.mcpvp = MCPVP +menu.mcpvp = МС-Пвп config.default = Стандартные config.click_to_reset = Нажмите для сброса... @@ -172,7 +172,7 @@ config.main.reset_config.desc = Сброс всех настроек этого config.main.reset.title = Вы уверены что хотите сбросить все настройки? config.main.plugins = Плагины (%s) config.main.credits = Титры... -config.main.discord = Discord Presence +config.main.discord = Статус Дискорд config.reset = Настройки были сброшены\! @@ -197,7 +197,7 @@ config.formatting.color_brackets = Цвет скобок config.formatting.color_brackets.desc = Цвет скобок элемента визуализации. config.formatting.number_precision = Точность числа config.formatting.number_precision.desc = Указывает, насколько точно числа должны быть сокращены модом... -config.display.digits = digits +config.display.digits = цифры config.display.max_overlays = Мах.число оверлеев config.display.max_overlays.desc = Задает максимальное количество отображаемых оверлеев. Оверлеи будут отображаться, когда вы, например, получите сообщение чата от друга через мод. config.display.overlay_texture = Текстура оверлея @@ -205,7 +205,7 @@ config.display.overlay_texture.desc = Изменяет текстуру овер config.display.overlay_texture.changed = Текстура оверлея изменена\! config.display.zoom_factor = Дальность приближения config.display.zoom_factor.desc = Указывает дальность приближения экрана при нажатии клавиши приближения мода. -config.display.crosshair_distance = Crosshair Distance +config.display.crosshair_distance = Дистанция прицела config.display.crosshair_distance.desc = Specifies the maximum distance the mod should calculate the distance betweet the player and the block in sight. config.display.hud = Параметры Hud... config.display.hud.desc = Изменение внешнего вида HUD и Хотбар @@ -220,8 +220,8 @@ config.hud.colored_equipment_durability = Цветная прочность бр config.hud.colored_equipment_durability.desc = Переключает прочность вещей должна быть представлена различного цвета согласно их настоящей прочности. config.hud.show_saturation = Показать Насыщенность config.hud.show_saturation.desc = Насыщения игрока должно отображаться над баром голода.\\u041dасыщение является одним из аспектом голода, которого -config.hud.show_food_heal_amount = Show Food Heal Amount -config.hud.show_food_heal_amount.desc = Toggles whether the heal amount of the current held food item should be rendered as half-transparent food level. +config.hud.show_food_heal_amount = Показать количество исцеления еды +config.hud.show_food_heal_amount.desc = Включает, следует ли вылечить количество используемого в настоящее время продовольствия полупрозрачным уровнем еды. config.display.show_chat_symbols = Дополнительные символы в чате config.display.show_chat_symbols.desc = Включает / выключает отображение дополнительных символов чата над игровым чатом GU. config.display.show_last_server = Отображать последний сервер @@ -301,15 +301,15 @@ config.server.join_text = Авто-текст при входе... config.server.join_text.desc = Автоматически отправлять сообщения чата после присоединения к серверу. config.server_general.title = Основные настройки сервера -config.server_general.show_server_stats = Show Stats -config.server_general.show_server_stats.desc = Specify whether the stats of the currently connected server should be shown. (Works only on supported servers) -config.server_general.show_i_p = Show IP -config.server_general.show_i_p.desc = Specify whether the current server ip should be shown. -config.server_general.show_players = Show Player-Count -config.server_general.show_players.desc = Specify whether the amount of online players on your server should be displayed. -config.server_general.show_large_start_countdown = Start Countdown -config.server_general.show_large_start_countdown.desc = Specify whether a start countdown should be displayed. (Works only on supported game modes) -config.server_general.show_invincibility_wears_off_time = Show Invincibility Time +config.server_general.show_server_stats = Показать статистику +config.server_general.show_server_stats.desc = Укажите, должна ли отображаться статистика текущего подключенного сервера. (Работает только на поддерживаемых серверах) +config.server_general.show_i_p = Показать айпи +config.server_general.show_i_p.desc = Укажите, должен ли отображаться IP-адрес текущего сервера. +config.server_general.show_players = Показать количество игроков +config.server_general.show_players.desc = Укажите, должно ли отображаться количество игроков онлайн на вашем сервере. +config.server_general.show_large_start_countdown = Начать отсчёт +config.server_general.show_large_start_countdown.desc = Укажите, должны ли отображаться на дисплеи наибольшее число убийств подряд. (Работает только на поддерживаемых мини-режимах.) +config.server_general.show_invincibility_wears_off_time = Показать время Неуязвимости config.server_general.show_invincibility_wears_off_time.desc = Specify whether an invincibility timer should be displayed. (Works only on supported game modes) config.server_general.show_large_deathmatch_countdown = Deathmatch Countdown config.server_general.show_large_deathmatch_countdown.desc = Specify whether a deathmatch countdown should be displayed. (Works only on supported game modes) @@ -325,7 +325,7 @@ config.server_general.auto_server_reconnect = Автоматическое Пе config.server_general.auto_server_reconnect.desc = Укажите, должен ли клиент автоматически пытаться подключиться к последнему серверу после отключения. config.server_general.auto_server_reconnect.off = ВЫКЛ config.server_general.auto_server_reconnect.sec = сек. -config.server_general.mac_cmd_drop = Use CMD-Key +config.server_general.mac_cmd_drop = Использовать CMD-ключ config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! config.server_general.mojang_status = Статус серверов Mojang config.server_general.mojang_status.desc = Укажите, должны ли изменения состояния Mojang серверов отображаться в виде уведомления. @@ -334,11 +334,11 @@ config.server_general.allow_mod_plugin_requests.desc = Укажите, разр config.server_general.confirm_disconnect = Подтвердить Отключение config.server_general.confirm_disconnect.desc = Подтверждения будет отображаться каждый раз, когда вы хотите отключиться от сервера. -config.server.timolia = Timolia.de -config.server.timolia.desc = Timolia.de server options. -config.server_timolia.title = Timolia.de Options -config.server_timolia.show_server_stats_timolia.desc = Toggle whether the server stats of Timolia.de should be displayed. -config.server_timolia.show_tournaments = Show Tournament Info +config.server.timolia = Тимолия.de (Timolia.de) +config.server.timolia.desc = Настройки сервера Timolia.de. +config.server_timolia.title = Опции Timolia.de +config.server_timolia.show_server_stats_timolia.desc = Показывать ли статистику сервера Timolia.de. +config.server_timolia.show_tournaments = Показать информацию о турнире config.server_timolia.show_tournaments.desc = Specify whether 1vs1 tournament stats should be displayed. config.server_timolia.show_opponent_stats = Show Opponent Stats config.server_timolia.show_opponent_stats.desc = Specify whether the 1vs1 stats of your opponent should be displayed. From e03201e6f8a02f3298546f78ad12f4fe74a57957 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 15 Jun 2020 18:11:25 +0200 Subject: [PATCH 138/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 09c5920..ce3e55d 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -17,7 +17,7 @@ # # suppress inspection "UnusedProperty" for whole file -author = DaDodger +author = 5zig gui.back = Voltar gui.continue = Continuar @@ -269,7 +269,7 @@ config.keyboard_settings.show_led_armor = Mostrar armadura config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. config.keyboard_settings.show_led_potions = Mostrar poções config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard should light up in the color of your active potion effect. -config.keyboard_settings.show_led_damage_flash = Mostrar dano em LED +config.keyboard_settings.show_led_damage_flash = Show Damage Flash config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. config.chat_time_prefix.title = Prefixo da hora no chat @@ -1749,7 +1749,7 @@ plugin.conn.starting = Iniciando servidor... plugin.conn.listening = Aguardando plugins... plugin.conn.info = Deseja instalar esse plugin? plugin.conn.download = Baixando plugin... -plugin.conn.downloaded = Install complete +plugin.conn.downloaded = Instalação completa plugin.conn.error.fs = Não foi possível criar o arquivo do plugin update.beta.1 = Uma nova versão beta do 5zig Mod está disponível\! @@ -1769,7 +1769,7 @@ spotify.token_get = O token do Spotify foi salvo. config.server_hypixel.hypixel_api_key = Chave API... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Latência na lista +config.display.ping_on_serverlist = Latência na lista de servidores config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Editar prefixo... From 687f5564302f1a1360ce5d00adb0be2af49830d6 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 15 Jun 2020 18:17:45 +0200 Subject: [PATCH 139/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index ce3e55d..c6d182d 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -290,7 +290,7 @@ config.server.general.desc = Opções para servidores gerais. config.server.highlight_words = Realçar palavras... config.server.highlight_words.desc = Add words that should be highlighted in chat. Use %player% for your own username. config.server.chatmessage_filter = Filtro de chat... -config.server.chatmessage_filter.desc = Filter specific chat messages and select actions for them. +config.server.chatmessage_filter.desc = Filtre mensagens de chat específicas e selecione ações para elas. config.server.text_replacement = Atalhos de texto... config.server.text_replacement.desc = Add shortcuts that get replaced by text upon sending a chat message. config.server.text_macros = Macros textuais... @@ -607,7 +607,7 @@ chat_filter.add = Adicionar mensagem chat_filter.edit = Editar mensagem chat_filter.delete = Excluir mensagem chat_filter.message.enabled = Filtro de chat ativado. -chat_filter.message.disabled = Chat filter has been disabled. Press %s to enable it again. +chat_filter.message.disabled = O filtro de chat foi desativado. Pressione %s para ativá-lo novamente. chat_filter.edit.title = Editar mensagem de chat chat_filter.edit.name = Nome\: chat_filter.edit.chat_message = Mensagem de chat\: @@ -750,7 +750,7 @@ modules.category.other = Outros modules.item.dummy = (Teste) modules.item.fps = FPS -modules.item.fps.desc = Displays how many frames are being rendered per second. +modules.item.fps.desc = Exibe o número de quadros renderizados por segundo. modules.item.fps.precise_f_p_s = Taxa de quadros exata modules.item.fps.precise_f_p_s.desc = Specifies whether a more precise FPS-Counter (Frame-per-second-counter) should be enabled. This counter will update the current FPS every 50 ms) modules.item.cps = CPS @@ -821,7 +821,7 @@ modules.item.light_level.desc = Exibe o nível de luz atual em sua posição. modules.item.light_level.light_level_percentage = Mostrar porcentagem modules.item.light_level.light_level_percentage.desc = Toggles whether the light level should be displayed as percentage (where 100% is the max light level) or as a value between 0 and 15. modules.item.speed = Velocidade -modules.item.speed.desc = Displays your current moving speed in metres per second. +modules.item.speed.desc = Exibe sua velocidade atual em metros por segundo. modules.item.time = Hora modules.item.time.desc = Displays your real time. The time will be formatted according to your system time format. modules.item.time.style = Estilo @@ -948,7 +948,7 @@ modules.item.arrows.show_always.desc = Specifies whether the arrow count should modules.item.soups = Sopas modules.item.soups.desc = Exibe o número de sopas em seu inventário. modules.item.ip = IP -modules.item.ip.desc = Displays the IP of the server you are currently connected to. +modules.item.ip.desc = Exibe o IP do servidor em que você está conectado. modules.item.players = Jogadores modules.item.players.desc = Displays the player count of the server you are currently connected to. modules.item.ping = Latência @@ -968,12 +968,12 @@ modules.item.deaths.desc = Displays your deaths for the current game mode you ar modules.item.win_message = Mensagem de vitória modules.item.win_message.desc = Displays the winner of the current game mode you are playing. modules.item.online_friends = Amigos online -modules.item.online_friends.desc = Displays your online friends on the server you are playing. +modules.item.online_friends.desc = Exibe seus amigos on-line no servidor em que estão. modules.item.online_friends.length = Largura máxima modules.item.online_friends.length.desc = O número máximo de amigos em exibição. modules.item.online_friends.nobody = Sem amigos online\! modules.item.party_members = Membros do grupo -modules.item.party_members.desc = Displays the members of the party you are currently in. +modules.item.party_members.desc = Exibe os membros do seu grupo. modules.item.party_members.length = Largura máxima modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. modules.item.party_members.star = Leader Star @@ -1126,9 +1126,9 @@ config.2nd_chat.2nd_chat_opacity.desc = Especifique a opacidade do chat secundá config.2nd_chat.2nd_chat_scale = Escala config.2nd_chat.2nd_chat_scale.desc = Especifique a escala do chat secundário. config.2nd_chat.2nd_chat_height_focused = Altura em foco -config.2nd_chat.2nd_chat_height_focused.desc = Specify the height of the second chat while it's focused. +config.2nd_chat.2nd_chat_height_focused.desc = Especifique a altura do chat secundário em primeiro plano. config.2nd_chat.2nd_chat_height_unfocused = Altura sem foco -config.2nd_chat.2nd_chat_height_unfocused.desc = Specify the height of the second chat while it's unfocused. +config.2nd_chat.2nd_chat_height_unfocused.desc = Especifique a altura do chat secundário em segundo plano. config.2nd_chat.2nd_chat_width = Largura config.2nd_chat.2nd_chat_width.desc = Especifique a largura do chat secundário. config.2nd_chat.2nd_chat_text_leftbound = Texto à esquerda @@ -1484,7 +1484,7 @@ profile.settings.title = Config. do perfil cape.title = Opções da capa cape.not_connected = You must be connected to the 5zig Mod Server to manage your cape. cape.not_donator = Você precisa ser um doador para poder enviar uma capa. -cape.not_custom = Donate for a custom cape to be able to upload your own cape\! +cape.not_custom = Seja um doador para poder enviar e personalizar sua própria capa\! cape.disable = Desativar capa cape.enable = Ativar capa cape.upload = Enviar capa... @@ -1762,7 +1762,7 @@ modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° modules.item.uptime = Tempo de atividade modules.item.uptime.extended = Estendido -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). +modules.item.uptime.extended.desc = Exibe o horário por extenso (horas, segundos). ingame.uptime = Tempo de atividade spotify.token_get = O token do Spotify foi salvo. From 8a483faa18827e468f7849ea311274fe6f2241cd Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 15 Jun 2020 18:29:13 +0200 Subject: [PATCH 140/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index c6d182d..3239a0d 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -675,7 +675,7 @@ modules.title = Personalização de módulos modules.help = Ajuda... modules.help.display = In this screen you can change the whole appearance of the mod. Everything that should be rendered is divided into separate packages, or "modules". These modules have got their own name, title and location, but they contain also specific "items" that get rendered. An item can be for example responsible for displaying your coordinates or your active potion effects. You can add and remove modules and items as well. modules.reset = Redefinir tudo -modules.reset.title = Are you sure you want to reset the rendering gui to its defaults? +modules.reset.title = Deseja mesmo restaurar a interface para seus valores padrão? modules.list.title = Módulos modules.add = Adicionar novo módulo... modules.settings = Configurações... @@ -713,7 +713,7 @@ modules.settings.id.already_used = Essa ID já está em uso em outro módulo modules.settings.name = Nome modules.settings.name.change = Digite um novo nome para esse módulo. modules.settings.translation = Chave de tradução -modules.settings.translation.change = Please enter a new translation key for the title of this module. +modules.settings.translation.change = Insira uma nova chave de tradução para o título desse módulo. modules.settings.items = Itens (%s)... modules.settings.show_label = Exibir título modules.settings.label.color = Cor do rótulo From 4ea2fcf465f8f60e2ec2225072628ce14d1a079f Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 17 Jun 2020 15:27:30 +0200 Subject: [PATCH 141/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 3239a0d..b1c1d1c 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -17,7 +17,7 @@ # # suppress inspection "UnusedProperty" for whole file -author = 5zig +author = Diego R. gui.back = Voltar gui.continue = Continuar From 1f13b9406b33ce0dec12f982263629e585457105 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 20 Jun 2020 14:36:51 +0200 Subject: [PATCH 142/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index 37a533f..92fae0a 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -1772,19 +1772,19 @@ config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this accoun config.display.ping_on_serverlist = 服务器列表中的Ping config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. -modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.label = 编辑前缀... +modules.label.input = 输入此项目的新前缀。 +modules.item.command = 命令输出 modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = 刷新频率(s) modules.item.command.command = 指令 -config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color +config.formatting.rgb_main = 自定义颜色 +config.formatting.rgb_prefix = 自定义前缀颜色 -ingame.command_output = Command +ingame.command_output = 命令 ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text From 8e7f06255d4ec04a0f8acd49ff6541c3d57cdc3d Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 20 Jun 2020 14:46:58 +0200 Subject: [PATCH 143/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index 92fae0a..d633488 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -1752,25 +1752,25 @@ plugin.conn.download = 下载插件中... plugin.conn.downloaded = 安装完成 plugin.conn.error.fs = 无法创建插件文件 -update.beta.1 = A new beta version of the 5zig mod is available\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.beta.1 = 5zig mod的新测试版可用! +update.beta.2 = 从 l.5zigreborn.eu/beta 获取! +update.available.stable = 有可用更新 +update.available.beta = 测试版更新可用 -modules.item.direction.count_angle_north = Count from north -modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. +modules.item.direction.count_angle_north = 从北方数 +modules.item.direction.count_angle_north.desc = 就像指南针一样,将0°标记为北,将180°标记为南。 -modules.item.uptime = Uptime -modules.item.uptime.extended = Extended -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +modules.item.uptime = 运行时间 +modules.item.uptime.extended = 扩展 +modules.item.uptime.extended.desc = 使用扩展名显示时间(小时,秒)。 +ingame.uptime = 运行时间 spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API密钥... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = 服务器列表中的Ping -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. +config.display.ping_on_serverlist.desc = 服务器Tab列表中显示数字ping值而不是的条形图。 modules.label = 编辑前缀... modules.label.input = 输入此项目的新前缀。 From c76b1aa504173516bcfb4f8b06dd0a6a9ce68aea Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 20 Jun 2020 14:47:00 +0200 Subject: [PATCH 144/382] New translations en_US.lang (Chinese Simplified) --- resources/assets/the5zigmod/lang/zh_CN.lang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/the5zigmod/lang/zh_CN.lang b/resources/assets/the5zigmod/lang/zh_CN.lang index 2c7e0e5..73e19cd 100644 --- a/resources/assets/the5zigmod/lang/zh_CN.lang +++ b/resources/assets/the5zigmod/lang/zh_CN.lang @@ -1,5 +1,5 @@ -the5zigmod.key.toggle_mod=Toggle Mod -the5zigmod.key.toggle_chat=Toggle Chat +the5zigmod.key.toggle_mod=切换模组 +the5zigmod.key.toggle_chat=切换聊天 the5zigmod.key.coordinates_clipboard=Coord Clipboard the5zigmod.key.raid_calculator=MCPVP Raid Calculator the5zigmod.key.hypixel_stats=Hypixel 数据 @@ -8,5 +8,5 @@ the5zigmod.key.timer.start=Timer Toggle Start the5zigmod.key.timer.reset=重置计时器 the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=历史用户名 -the5zigmod.key.toggle_chat_filter=Toggle Chat Filter +the5zigmod.key.toggle_chat_filter=切换聊天过滤器 the5zigmod.key.change_account=更换账号 \ No newline at end of file From b5c903dbe6c5f5cfefd847d2f5dc1dfeb52878b5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 20 Jun 2020 14:55:42 +0200 Subject: [PATCH 145/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index d633488..74bb409 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -620,7 +620,7 @@ chat_filter.edit.multiple_ips = 多个服务器IP地址可以用逗号隔开. chat_filter.edit.action = 操作\: chat_filter.edit.action.ignore = 忽视 chat_filter.edit.action.2nd_chat = 打印在第二聊天栏 -chat_filter.edit.action.copy_2nd_chat = Copy to 2nd Chat +chat_filter.edit.action.copy_2nd_chat = 复制到第二个聊天室 chat_filter.edit.action.notify = 当通知AFK chat_filter.edit.action.auto_text = 自动发言 chat_filter.edit.action.play_sound = 播放声音 @@ -1623,7 +1623,7 @@ ingame.players = 玩家数 ingame.ping = 延迟 ingame.pinging = 延迟... ingame.kills = 杀敌数 -ingame.stats_kills = StatsKills +ingame.stats_kills = 统计击杀 ingame.killstreak = 连杀数 ingame.killstreak.double = 双杀\! ingame.killstreak.triple = 三杀\! From 68cfb55a7d6a3798f9b39dd38481000188bdb487 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 20 Jun 2020 14:55:43 +0200 Subject: [PATCH 146/382] New translations en_US.lang (Chinese Simplified) --- resources/assets/the5zigmod/lang/zh_CN.lang | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/assets/the5zigmod/lang/zh_CN.lang b/resources/assets/the5zigmod/lang/zh_CN.lang index 73e19cd..39e3cdd 100644 --- a/resources/assets/the5zigmod/lang/zh_CN.lang +++ b/resources/assets/the5zigmod/lang/zh_CN.lang @@ -1,12 +1,12 @@ -the5zigmod.key.toggle_mod=切换模组 -the5zigmod.key.toggle_chat=切换聊天 +the5zigmod.key.toggle_mod=Toggle Mod +the5zigmod.key.toggle_chat=Toggle Chat the5zigmod.key.coordinates_clipboard=Coord Clipboard the5zigmod.key.raid_calculator=MCPVP Raid Calculator the5zigmod.key.hypixel_stats=Hypixel 数据 the5zigmod.key.zoom=缩放 -the5zigmod.key.timer.start=Timer Toggle Start +the5zigmod.key.timer.start=计时器切换开始 the5zigmod.key.timer.reset=重置计时器 the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=历史用户名 -the5zigmod.key.toggle_chat_filter=切换聊天过滤器 +the5zigmod.key.toggle_chat_filter=Toggle Chat Filter the5zigmod.key.change_account=更换账号 \ No newline at end of file From 2a24760331890b65819f7d63dd1b32b183d7bb6d Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 22 Jun 2020 16:44:38 +0200 Subject: [PATCH 147/382] New translations language_en_US.properties (German) --- resources/lang/44/language_de_DE.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_de_DE.properties b/resources/lang/44/language_de_DE.properties index 688a0aa..18f448a 100644 --- a/resources/lang/44/language_de_DE.properties +++ b/resources/lang/44/language_de_DE.properties @@ -1772,17 +1772,17 @@ config.server_hypixel.hypixel_api_key.desc = Der Hypixel-API Schlüssel für die config.display.ping_on_serverlist = Ping in Serverliste config.display.ping_on_serverlist.desc = Zeigt den numerischen Pingwert anstelle der Balken in der Serverliste an. -modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output -modules.item.command.regex = Regex -modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold +modules.label = Bearbeite Präfix... +modules.label.input = Gebe den neuen Präfix für dieses Element ein. +modules.item.command = Befehlsausgabe +modules.item.command.regex = Regulärer Ausdruck +modules.item.command.regex.desc = Ein optionaler regulärer Ausdruck. Wenn gesetzt, werden nur passende Gruppen ausgegeben. +modules.item.command.scrolling = Schwellwert für Sperre modules.item.command.refresh = Aktualisierungsrate (s) modules.item.command.command = Befehl config.formatting.rgb_main = Benutzerdefinierte Hauptfarbe -config.formatting.rgb_prefix = Custom Prefix Color +config.formatting.rgb_prefix = Benutzerdefinierte Präfix Farbe ingame.command_output = Befehl ingame.text = Text From 3ecacde948fed28915daa6a0b960e04e437c2094 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 24 Jun 2020 15:08:32 +0200 Subject: [PATCH 148/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index b1c1d1c..112a3f6 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1753,7 +1753,7 @@ plugin.conn.downloaded = Instalação completa plugin.conn.error.fs = Não foi possível criar o arquivo do plugin update.beta.1 = Uma nova versão beta do 5zig Mod está disponível\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! +update.beta.2 = Baixe em 5zigreborn.eu/beta\! update.available.stable = Atualização disponível update.available.beta = Atualização beta disponível From cf58be102d872487c80fca2a2d60a37257480bac Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 25 Jun 2020 16:08:18 +0200 Subject: [PATCH 149/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 112a3f6..8264f02 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -756,7 +756,7 @@ modules.item.fps.precise_f_p_s.desc = Specifies whether a more precise FPS-Count modules.item.cps = CPS modules.item.cps.desc = Displays how many times you are clicking your mouse per second. modules.item.cps.type = Mostrar -modules.item.cps.type.desc = Select what type of clicks per second should be displayed. +modules.item.cps.type.desc = Selecione que tipo de clique por segundo deseja ser exibido. modules.item.cps.left_click = Cliques esquerdos modules.item.cps.right_click = Cliques direitos modules.item.cps.sum = Total de cliques @@ -811,7 +811,7 @@ modules.item.target_block_name.desc = Exibe o ID do bloco que você olha. modules.item.target_block_name.show_resource_domain = Mostrar domínio do recurso modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. modules.item.damage_resistance = Resistência ao dano -modules.item.damage_resistance.desc = Shows how much damage your armor and potion effects absorb. +modules.item.damage_resistance.desc = Saiba a quantidade de dano absorvida pela armadura e poções. modules.item.potions = Poções modules.item.potions.desc = Exibe todos os efeitos de poções ativas. modules.item.potions.colored_potion_durability = Durabilidade colorida de poção @@ -936,7 +936,7 @@ modules.item.boots.desc = Exibe suas botas. modules.item.boots.attributes = Exibir atributos modules.item.boots.attributes.desc = Displays the armor attribute value of your boots. modules.item.boots.durability = Durabilidade -modules.item.boots.durability.desc = Specify how the durability of your boots should be displayed. +modules.item.boots.durability.desc = Especifique a exibição da durabilidade das botas. modules.item.boots.disabled = Não modules.item.boots.relative = Relativa modules.item.boots.absolute = Absoluta @@ -1327,7 +1327,7 @@ group.settings.delete = Excluir grupo... group.create.title = Criar chat em grupo group.create.name = Nome\: -group.create.name.min_length = Group Chat Name must be at least 3 characters long +group.create.name.min_length = O nome do chat em grupo precisa conter pelo menos 3 caracteres group.invite.title = Criar chat em grupo "%s" group.invite.create = Criar group.invite.friends.all = Todos os amigos (%s) @@ -1758,7 +1758,7 @@ update.available.stable = Atualização disponível update.available.beta = Atualização beta disponível modules.item.direction.count_angle_north = Count from north -modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. +modules.item.direction.count_angle_north.desc = Funciona como uma bússola, marcando 0° ao norte e 180° ao sul. modules.item.uptime = Tempo de atividade modules.item.uptime.extended = Estendido @@ -1788,4 +1788,4 @@ ingame.command_output = Comando ingame.text = Texto modules.item.text = Texto simples modules.item.text.value = Texto -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = Texto exibido \ No newline at end of file From 7d2e36589b26cc875e412b049cf0d51562fb4e21 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 25 Jun 2020 22:16:22 +0200 Subject: [PATCH 150/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index 5e93b5a..f98f429 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -57,17 +57,17 @@ connection.away = Borte connection.bad_login = Dårlig innlogging connection.timed_out = Timed out -conn.user.not_exists = Player %s not found\! -conn.user.not_friend = %s must be your Friend\! -conn.user.not_friend_anymore = %s is not your Friend anymore\! -conn.user.offline = %s is not online\! -conn.user.old_version = %s uses an earlier version\! +conn.user.not_exists = Spiller %s ikke funnet\! +conn.user.not_friend = %s må være din venn\! +conn.user.not_friend_anymore = %s er ikke din Venn lenger\! +conn.user.offline = %s er ikke pålogget\! +conn.user.old_version = %s bruker en tidligere versjon\! -conn.unread_messages = You have %s new unread Messages\! +conn.unread_messages = Du har %s nye uleste Meldinger\! -conn.groups.new = %s created a new Group Chat\! -conn.groups.create = Created a Group Chat with %s players\! -conn.groups.add.self = You added %s to your Group\! +conn.groups.new = %s lagde en nye Gruppe Chat\! +conn.groups.create = Lagde en Gruppe Chat med %s spillere\! +conn.groups.add.self = Du la til %s i Gruppen din\! conn.groups.add.other = You have been added to Group %s\! conn.groups.add.already_member = Player %s is already in your Group\! conn.groups.unknown = You are not a member of this Group\! From 99890a049c20853610a241c9215b61fb1c5fc956 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 25 Jun 2020 22:26:33 +0200 Subject: [PATCH 151/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index f98f429..51c05f1 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -68,16 +68,16 @@ conn.unread_messages = Du har %s nye uleste Meldinger\! conn.groups.new = %s lagde en nye Gruppe Chat\! conn.groups.create = Lagde en Gruppe Chat med %s spillere\! conn.groups.add.self = Du la til %s i Gruppen din\! -conn.groups.add.other = You have been added to Group %s\! -conn.groups.add.already_member = Player %s is already in your Group\! -conn.groups.unknown = You are not a member of this Group\! -conn.groups.not_owner = Cannot do this as a non-owner\! -conn.groups.few_members = Could not find any members to add\! -conn.groups.max_members = Max. Member limit already reached\! -conn.groups.not_member = %s is not member of this Group\! -conn.groups.remove.self = Removed %s from Group Chat\! -conn.groups.remove.other = You have been removed from Group %s\! -conn.groups.leave = Left from Group Chat\! +conn.groups.add.other = Du har blitt lagt til i Gruppen %s\! +conn.groups.add.already_member = Spiller %s er allerede i gruppe din\! +conn.groups.unknown = Du er ikke et medlem i denne Gruppen\! +conn.groups.not_owner = Kan ikke gjøre dette som en non-owner\! +conn.groups.few_members = Kunne ikke finne noen medlemmer å legge til\! +conn.groups.max_members = Max. Medlem antall allerede nådd\! +conn.groups.not_member = %s er ikke et medlem av denne Gruppen\! +conn.groups.remove.self = Fjernet %s fra Gruppe Chat\! +conn.groups.remove.other = Du har blitt fjernet fra Gruppe %s\! +conn.groups.leave = Forlot fra Gruppe Chat\! conn.groups.new_owner = %s transferred his Ownership to you\! conn.groups.delete.self = Group Chat %s deleted\! conn.groups.delete.other = %s deleted Group %s\! From 10f821a1da18d6528541098875c3a89be621f091 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 27 Jun 2020 14:25:39 +0200 Subject: [PATCH 152/382] New translations language_en_US.properties (Finnish) --- resources/lang/44/language_fi_FI.properties | 1791 +++++++++++++++++++ 1 file changed, 1791 insertions(+) create mode 100644 resources/lang/44/language_fi_FI.properties diff --git a/resources/lang/44/language_fi_FI.properties b/resources/lang/44/language_fi_FI.properties new file mode 100644 index 0000000..62928ed --- /dev/null +++ b/resources/lang/44/language_fi_FI.properties @@ -0,0 +1,1791 @@ +# +# Copyright (c) 2019-2020 5zig Reborn +# +# This file is part of The 5zig Mod +# The 5zig Mod is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# The 5zig Mod is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with The 5zig Mod. If not, see . +# + +# suppress inspection "UnusedProperty" for whole file +author = 5zig + +gui.back = Back +gui.continue = Continue +gui.on = On +gui.off = Off +gui.loading = Loading +gui.search = Search + +file_selector.open = Open +file_selector.select = Select + +input.title = Input + +mojang.service.status = Mojang status service +mojang.service.minecraft_website = Minecraft.net +mojang.service.mojang_website = Mojang.com +mojang.service.session = Minecraft session server +mojang.service.account = Mojang account server +mojang.service.authentication = Mojang authentication server +mojang.service.skins = Minecraft skin server +mojang.service.api = Mojang API +mojang.service.textures = Minecraft textures server +mojang.status.no_issues = is back online +mojang.status.some_issues = has some issues +mojang.status.unavailable = went down + +connection.closed = Connection Closed +connection.internal_error = Internal Error +connection.error = Connection Error +connection.disconnected = Disconnected\: %s +connection.connecting = Connecting... +connection.logging_in = Logging in... +connection.connected = Connected\! +connection.online = Online +connection.offline = Offline +connection.away = Away +connection.bad_login = Bad login +connection.timed_out = Timed out + +conn.user.not_exists = Player %s not found\! +conn.user.not_friend = %s must be your Friend\! +conn.user.not_friend_anymore = %s is not your Friend anymore\! +conn.user.offline = %s is not online\! +conn.user.old_version = %s uses an earlier version\! + +conn.unread_messages = You have %s new unread Messages\! + +conn.groups.new = %s created a new Group Chat\! +conn.groups.create = Created a Group Chat with %s players\! +conn.groups.add.self = You added %s to your Group\! +conn.groups.add.other = You have been added to Group %s\! +conn.groups.add.already_member = Player %s is already in your Group\! +conn.groups.unknown = You are not a member of this Group\! +conn.groups.not_owner = Cannot do this as a non-owner\! +conn.groups.few_members = Could not find any members to add\! +conn.groups.max_members = Max. Member limit already reached\! +conn.groups.not_member = %s is not member of this Group\! +conn.groups.remove.self = Removed %s from Group Chat\! +conn.groups.remove.other = You have been removed from Group %s\! +conn.groups.leave = Left from Group Chat\! +conn.groups.new_owner = %s transferred his Ownership to you\! +conn.groups.delete.self = Group Chat %s deleted\! +conn.groups.delete.other = %s deleted Group %s\! +conn.groups.change_name = Successfully changed the name of your Group\! +conn.groups.transfered_ownership = Successfully transfered Ownership\! +conn.groups.promoted = Successfully promoted %s\! +conn.groups.promoted_by = You have been promoted by %s\! +conn.groups.demoted = Successfully demoted %s\! +conn.groups.demoted_by = You have been demoted by %s\! + +conn.block.self = Successfully blocked Player %s\! +conn.block.other = You have been blocked by %s\! +conn.block.not_blocked = %s is not blocked by you\! +conn.block.blocked = %s is currently blocked\! +conn.block.blocked.self = %s is currently blocked by you\! +conn.block.blocked.other = You are currently blocked by this Player\! +conn.unblock.self = Successfully unblocked Player %s\! +conn.unblock.other = You have been unblocked by %s\! + +conn.friends.requests.add.new = You got a new Friend Request from %s\! +conn.friends.requests.add.sent = Successfully sent a Friend Request to %s\! +conn.friends.requests.accept.self = You accepted the Friend Request of %s\! +conn.friends.requests.accept.other = %s accepted your Friend Request\! +conn.friends.requests.deny.self = You denied the Friend Request of %s\! +conn.friends.requests.deny.other = %s denied your Friend Request\! +conn.friends.requests.add.error.self = You cannot add yourself as a Friend\! +conn.friends.requests.add.error.already_friend = %s is already your Friend\! +conn.friends.requests.add.error.not_accepting = %s is not accepting any Friend Requests\! +conn.friends.requests.add.error.already_sent = You already sent a Friend Request to %s\! +conn.friends.remove.self = You ended your Friendship with %s\! +conn.friends.remove.other = %s ended your Friendship\! + +conn.file_transfer.too_large = File is too large\! +conn.file_transfer.not_accepted = File-Transfer hasn't been accepted yet\! +conn.file_transfer.error = An error occurred while uploading File\! + +conn.party.invited = Successfully invited %s players to Party\! +conn.party.accepted = Successfully accepted Party Invitation\! +conn.party.denied = Successfully denied Party Invitation\! +conn.party.left = Successfully left Party\! +conn.party.invite_error = Could not invite Party members\! + +conn.cape.upload.failed = Could not upload cape\: %s +conn.cape.upload.max_size = Image size may not be larger than %s\! +conn.cape.upload.wrong_dimension = Invalid cape dimension\! +conn.cape.upload.success = Cape successfully uploaded\! + +menu.no_last_server = No Last Server +menu.the5zigMod = The 5zig Mod... +menu.mcpvp = MCPVP + +config.default = Default +config.click_to_reset = Click to reset... +config.list.add_entry = Add Entry... +config.list.remove_entry = Remove Entry +config.list.entry = 1 entry +config.list.entries = %s entries +config.list.category = Category + +config.main.title = Options +config.main.show_mod = Show Mod +config.main.show_mod.desc = Toggles whether the mod should render all stats to the ingame screen. +config.main.scale = Mod Scale +config.main.scale.desc = Specifies the amount of percent the ingame stats of the mod should be scaled. +config.main.report_crashes = Auto-Report Crashes +config.main.report_crashes.desc = Specify if the mod should automatically report crashes to the mod author.\nWhen disabled, you have still the possibility to report a crash to the mod author manually after the game has crashed. +config.main.display = Display Options... +config.main.display.desc = Change the Minecraft appearance. +config.main.modules = Customize Display... +config.main.modules.desc = Change the appearance of the ingame display. +config.main.show_hide = Show/Hide Options... +config.main.show_hide.desc = Enable or Disable specific features of the mod. +config.main.server = Server Options... +config.main.server.desc = Toggle various stats that get rendered when playing on a server.\nSet specific chat filters for server chat. +config.main.coordinate_clipboard = Coordinates Clipboard... +config.main.coordinate_clipboard.desc = Store specific x and z coordinates that will be displayed on your ingame screen. +config.main.auto_update = Auto-Updating +config.main.auto_update.desc = Allow the mod to automatically check for updates after every startup. If an update could be found it gets downloaded and installed automatically. All installed mods will be kept, as long as the updated mod version uses the same Minecraft version. +config.main.cape_settings = Cape Settings... +config.main.cape_settings.desc = Change the appearance of your cape.\nOnly available for donators\! +config.main.always = Always +config.main.same_version = Same Version +config.main.never = Never +config.main.teamspeak = TeamSpeak +config.main.teamspeak.desc = Displays all current channels and clients of your current TeamSpeak Tab. +config.main.language_screen = Language... +config.main.language_screen.desc = Change the display language of the mod. +config.main.friend_list = Friends... +config.main.friend_list.desc = Add friends and chat with them online, no matter on what server they are playing\! +config.main.reset_config = Reset Configuration... +config.main.reset_config.desc = Resets all settings of the mod. Your friends and chats will be kept. +config.main.reset.title = Are you sure that you want to reset the configuration? +config.main.plugins = Plugins (%s) +config.main.credits = Credits... +config.main.discord = Discord Presence + +config.reset = The Config has been Reset\! + +update.1 = A new version of the 5zig mod is available\! +update.2 = Get it from 5zigreborn.eu/downloads\! + +config.display.title = Display Options +config.display.formatting = Formatting Options... +config.display.formatting.desc = Change the colors of all ingame stats and modify some formatting settings. +config.formatting.title = Formatting Options +config.formatting.formatting_prefix = Formatting of Prefix +config.formatting.formatting_prefix.desc = The prefix formatting of a render item. +config.formatting.color_prefix = Prefix Color +config.formatting.color_prefix.desc = The prefix color of a render item. +config.formatting.formatting_main = Formatting of Main +config.formatting.formatting_main.desc = The main formatting of a render item. +config.formatting.color_main = Main Color +config.formatting.color_main.desc = The main color of a render item. +config.formatting.formatting_brackets = Formatting of Brackets +config.formatting.formatting_brackets.desc = The brackets formatting of a render item. +config.formatting.color_brackets = Brackets Color +config.formatting.color_brackets.desc = The brackets color of a render item. +config.formatting.number_precision = Number Precision +config.formatting.number_precision.desc = Specifies how precisely numbers should be shortened by the mod. +config.display.digits = digits +config.display.max_overlays = Max Overlays +config.display.max_overlays.desc = Specifies the maximum amount of overlays that should be displayed. Overlays will be displayed, when you for example receive a chat message from a friend via the mod. +config.display.overlay_texture = Overlay Texture +config.display.overlay_texture.desc = Changes the texture of the overlay message. Works only for MC 1.12+. +config.display.overlay_texture.changed = Overlay Texture has been updated\! +config.display.zoom_factor = Zoom Factor +config.display.zoom_factor.desc = Specifies the factor the screen should be zoomed when pressing the zoom key of the mod. +config.display.crosshair_distance = Crosshair Distance +config.display.crosshair_distance.desc = Specifies the maximum distance the mod should calculate the distance between the player and the block in sight. +config.display.hud = Hud Options... +config.display.hud.desc = Change the appearance of the HUD and Hotbar +config.hud.title = Hud Options +config.hud.show_vanilla_potion_indicator = Vanilla Potion Indicator +config.hud.show_vanilla_potion_indicator.desc = Specifies whether the vanilla potion indicator (added in MC 1.9) should be displayed. +config.hud.show_potion_indicator = Show Potion Indicator +config.hud.show_potion_indicator.desc = Toggles whether a potion indicator vignette should be rendered. If the player has got a positive potion effect, a green colored vignette will be rendered. For negative potion effects a red colored vignette will be rendered. +config.hud.show_hotbar_numbers = Show Hotbar Numbers +config.hud.show_hotbar_numbers.desc = Toggles whether the keybindings of the hotbar slots should be displayed ingame. +config.hud.colored_equipment_durability = Colored Armor Durability +config.hud.colored_equipment_durability.desc = Toggles whether the durability of the equipped items should be rendered in different colors according to their current durability. +config.hud.show_saturation = Show Saturation +config.hud.show_saturation.desc = Toggles whether the current saturation of the player should be rendered above the food bar.\nThe player saturation is another aspect of hunger that is usually not visible. The player's food level will not decrease until the food saturation level reaches zero. +config.hud.show_food_heal_amount = Show Food Heal Amount +config.hud.show_food_heal_amount.desc = Toggles whether the heal amount of the current held food item should be rendered as half-transparent food level. +config.display.show_chat_symbols = Show More Chat Symbols +config.display.show_chat_symbols.desc = Toggles whether more chat symbols should be displayed above the ingame chat gui. +config.display.show_last_server = Show Last Server +config.display.show_last_server.desc = Toggles whether your last visited server should be displayed in main menu. +config.display.show_custom_models = Show Custom Item Models +config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. +config.display.keyboard_settings = LED Keyboard Settings... +config.display.keyboard_settings.desc = Customize the LED keys of your Keyboard\! +config.display.max_chat_lines = Chat Limit +config.display.max_chat_lines.desc = Sets the maximum amount of chat lines that should be available in the ingame chat history. +config.display.max_chat_lines.lines = Lines +config.display.static_fov = Static FOV +config.display.static_fov.desc = Toggle, if your FOV (field-of-view) should be changed when you have got a speed/slowness potion effect. +config.display.chat_time_prefix = Time in Chat Messages... +config.display.chat_time_prefix.desc = Specify whether every chat message should have a prefix containing the current time. +config.display.transparent_chat_background = Transparent Chat Background +config.display.transparent_chat_background.desc = Toggles whether the chat background should be transparent. +config.display.transparent_pause_menu = Transparent Pause Menu +config.display.transparent_pause_menu.desc = Toggles whether the ingame pause menu background should be transparent. +config.display.show_own_name_tag = Show Own Nametag +config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. +config.display.highlight_words_color = Highlight Words Color +config.display.highlight_words_color.desc = Change the word-highlight-color for keywords in chat. +config.display.ping_on_tab = Ping on Tablist +config.display.ping_on_tab.desc = Display the ping value instead of the bars texture. + +config.keyboard_settings.title = LED Keyboard Settings +config.keyboard_settings.control_keyboard = Control Key LEDs +config.keyboard_settings.control_keyboard.desc = Toggles whether the LEDs of your keyboard should be controlled by the mod. +config.keyboard_settings.none = None +config.keyboard_settings.razer = Razer +config.keyboard_settings.roccat = Roccat +config.keyboard_settings.logitech = Logitech +config.keyboard_settings.reset_keys_on_unfocus = Reset on Unfocus +config.keyboard_settings.reset_keys_on_unfocus.desc = Toggles whether the LEDs of your keyboard should be reset whenever the Minecraft window is not focused anymore. +config.keyboard_settings.background_led_color = LED Color +config.keyboard_settings.background_led_color.desc = Specifies the color of your keyboard LED keys as hexadecimal number. +config.keyboard_settings.active_led_keys = Active LED Keys +config.keyboard_settings.active_led_keys.desc = Specifies the active LED key group. +config.keyboard_settings.all = All +config.keyboard_settings.special = Only WASD +config.keyboard_settings.show_led_health = Show Health +config.keyboard_settings.show_led_health.desc = Toggles whether the current health of the player should be displayed in the function row of your keyboard. +config.keyboard_settings.show_led_armor = Show Armor +config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. +config.keyboard_settings.show_led_potions = Show Potions +config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard should light up in the color of your active potion effect. +config.keyboard_settings.show_led_damage_flash = Show Damage Flash +config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. + +config.chat_time_prefix.title = Chat Time Prefix +config.chat_time_prefix.chat_time_prefix_enabled = Enabled +config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. +config.chat_time_prefix.chat_time_prefix_color = Color +config.chat_time_prefix.chat_time_prefix_color.desc = Specify the color of the time. +config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting +config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets +config.chat_time_prefix.chat_time_prefix_brackets_color = Brackets Color +config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specify the color of the brackets +config.chat_time_prefix.chat_time_prefix_time_format = Format +config.chat_time_prefix.chat_time_prefix_time_format.desc = Specify the time formatting. + +config.server.title = Server Options +config.server.general = General... +config.server.general.desc = General server options. +config.server.highlight_words = Highlight Words... +config.server.highlight_words.desc = Add words that should be highlighted in chat. Use %player% for your own username. +config.server.chatmessage_filter = Chat Messages Filter... +config.server.chatmessage_filter.desc = Filter specific chat messages and select actions for them. +config.server.text_replacement = Text Shortcuts... +config.server.text_replacement.desc = Add shortcuts that get replaced by text upon sending a chat message. +config.server.text_macros = Text Macros... +config.server.text_macros.desc = Automatically send chat messages after pressing a predefined key combination. +config.server.name_history = Username History... +config.server.name_history.desc = Lookup the username history of a Minecraft player. +config.server.join_text = Join Auto-Text... +config.server.join_text.desc = Automatically send chat messages after joining a server. + +config.server_general.title = General Server Options +config.server_general.show_server_stats = Show Stats +config.server_general.show_server_stats.desc = Specify whether the stats of the currently connected server should be shown. (Works only on supported servers) +config.server_general.show_i_p = Show IP +config.server_general.show_i_p.desc = Specify whether the current server ip should be shown. +config.server_general.show_players = Show Player-Count +config.server_general.show_players.desc = Specify whether the amount of online players on your server should be displayed. +config.server_general.show_large_start_countdown = Start Countdown +config.server_general.show_large_start_countdown.desc = Specify whether a start countdown should be displayed. (Works only on supported game modes) +config.server_general.show_invincibility_wears_off_time = Show Invincibility Time +config.server_general.show_invincibility_wears_off_time.desc = Specify whether an invincibility timer should be displayed. (Works only on supported game modes) +config.server_general.show_large_deathmatch_countdown = Deathmatch Countdown +config.server_general.show_large_deathmatch_countdown.desc = Specify whether a deathmatch countdown should be displayed. (Works only on supported game modes) +config.server_general.show_win_message = Show Win-Message +config.server_general.show_win_message.desc = Specify whether a win message should be displayed at the end of a game. (Works only on supported game modes) +config.server_general.show_compass_target = Show Compass Target +config.server_general.show_compass_target.desc = Specify whether the compass target player should be displayed. (Works only on supported game modes) +config.server_general.show_large_killstreaks = Show Large Killstreaks +config.server_general.show_large_killstreaks.desc = Specify whether killstreaks should be displayed. (Works only on supported game modes) +config.server_general.notify_on_name = Notify on Chat-Mention +config.server_general.notify_on_name.desc = Specify whether you should receive a system notification when your minecraft name has been used in chat. +config.server_general.auto_server_reconnect = Automatically Reconnect +config.server_general.auto_server_reconnect.desc = Specify whether the client should automatically try to reconnect to the last server after being disconnected. +config.server_general.auto_server_reconnect.off = Off +config.server_general.auto_server_reconnect.sec = sec +config.server_general.mac_cmd_drop = Use CMD-Key +config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! +config.server_general.mojang_status = Show Mojang Status +config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. +config.server_general.allow_mod_plugin_requests = Allow mod plugin requests +config.server_general.allow_mod_plugin_requests.desc = Specify whether Minecraft servers are allowed to send you mod plugin requests, which allow servers to display even more stats. +config.server_general.confirm_disconnect = Confirm Disconnect +config.server_general.confirm_disconnect.desc = When enabled, a confirmation gui will be displayed each time you want to disconnect from a server. + +config.server.timolia = Timolia.de +config.server.timolia.desc = Timolia.de server options. +config.server_timolia.title = Timolia.de Options +config.server_timolia.show_server_stats_timolia.desc = Toggle whether the server stats of Timolia.de should be displayed. +config.server_timolia.show_tournaments = Show Tournament Info +config.server_timolia.show_tournaments.desc = Specify whether 1vs1 tournament stats should be displayed. +config.server_timolia.show_opponent_stats = Show Opponent Stats +config.server_timolia.show_opponent_stats.desc = Specify whether the 1vs1 stats of your opponent should be displayed. + +config.server.playminity = PlayMinity.com +config.server.playminity.desc = PlayMinity.com server options. +config.server_playminity.title = PlayMinity.com Options +config.server_playminity.show_server_stats_playminity.desc = Toggle whether the server stats of PlayMinity.com should be displayed. + +config.server.gommehd = GommeHD.net +config.server.gommehd.desc = GommeHD.net server options. +config.server_gommehd.title = GommeHD.net Options +config.server_gommehd.show_server_stats_gommehd.desc = Toggle whether the server stats of GommeHD.net should be displayed. + +config.server.bergwerk = Bergwerklabs.de +config.server.bergwerk.desc = Bergwerklabs.de server options. +config.server_bergwerk.title = Bergwerklabs.de Options +config.server_bergwerk.show_server_stats_bergwerk.desc = Toggle whether the server stats of Bergwerklabs.de should be displayed. + +config.server.mineplex = Mineplex.com +config.server.mineplex.desc = Mineplex.com server options. +config.server_mineplex.title = Mineplex.com Options +config.server_mineplex.show_server_stats_mineplex.desc = Toggle whether the server stats of Mineplex.com should be displayed. + +config.server.venicraft = Venicraft.at +config.server.venicraft.desc = Venicraft.at server options. +config.server_venicraft.title = Venicraft.at Options +config.server_venicraft.show_server_stats_venicraft.desc = Toggle whether the server stats of Venicraft.at should be displayed. + +config.server.hypixel = Hypixel.net +config.server.hypixel.desc = Hypixel.net server options. +config.server_hypixel.title = Hypixel.net Options +config.server_hypixel.auto_hypixel_api_key = Auto API Key +config.server_hypixel.auto_hypixel_api_key.desc = Toggle whether the Hypixel API key should be fetched by the mod automatically. +config.server_hypixel.show_server_stats_hypixel.desc = Toggle whether the server stats of Hypixel.net should be displayed. +config.server_hypixel.stats = Stats... +config.server_hypixel.stats.desc = Browse through the stats of specific players. +server.hypixel.too_many_requests = Too many requests\! Please wait a few seconds\! +server.hypixel.no_key = No API key has been found\! Please connect once to mc.hypixel.net\! +server.hypixel.loading = Loading... +server.hypixel.stats.title = Hypixel Stats +server.hypixel.stats.categories = Category +server.hypixel.stats.search = Search +server.hypixel.stats.player = Player +server.hypixel.stats.player_not_found = Player not found\! +server.hypixel.stats.stats_not_found = Stats not found\! +server.hypixel.stats.info = %s Stats +server.hypixel.stats.none = None +server.hypixel.stats.general.displayname = Displayname +server.hypixel.stats.general.package_rank = Rank +server.hypixel.stats.general.network_exp = Exp +server.hypixel.stats.general.network_level = Level +server.hypixel.stats.general.karma = Karma +server.hypixel.stats.general.vanity_tokens = Vanity Tokens +server.hypixel.stats.general.tips_sent = Tips sent +server.hypixel.stats.general.thanks_sent = Thanks sent +server.hypixel.stats.general.first_login = First Login +server.hypixel.stats.general.last_login = Last Login +server.hypixel.stats.quake.coins = Coins +server.hypixel.stats.quake.kills = Kills +server.hypixel.stats.quake.deaths = Deaths +server.hypixel.stats.quake.killstreaks = Killstreaks +server.hypixel.stats.quake.wins = Wins +server.hypixel.stats.walls.coins = Coins +server.hypixel.stats.walls.kills = Kills +server.hypixel.stats.walls.deaths = Deaths +server.hypixel.stats.walls.wins = Wins +server.hypixel.stats.walls.losses = Losses +server.hypixel.stats.walls.weekly_wins_a = Weekly Wins +server.hypixel.stats.walls.monthly_wins_b = Monthly Wins +server.hypixel.stats.paintball.coins = Coins +server.hypixel.stats.paintball.kills = Kills +server.hypixel.stats.paintball.deaths = Deaths +server.hypixel.stats.paintball.killstreaks = Killstreaks +server.hypixel.stats.paintball.shots_fired = Shots fired +server.hypixel.stats.paintball.wins = Wins +server.hypixel.stats.hungergames.coins = Coins +server.hypixel.stats.hungergames.kills = Kills +server.hypixel.stats.hungergames.deaths = Deaths +server.hypixel.stats.hungergames.wins = Wins +server.hypixel.stats.hungergames.wins_teams = Team-Wins +server.hypixel.stats.hungergames.monthly_kills_b = Monthly Kills +server.hypixel.stats.tntgames.coins = Coins +server.hypixel.stats.tntgames.wins_tntrun = TNTRun Wins +server.hypixel.stats.tntgames.wins_tntag = TNTag Wins +server.hypixel.stats.tntgames.tags_bowspleef = Bowspleef Tags +server.hypixel.stats.tntgames.deaths_bowspleef = Bowspleef Deaths +server.hypixel.stats.tntgames.wins_bowspleef = Bowspleef Wins +server.hypixel.stats.tntgames.kills_capture = Wizard Kills +server.hypixel.stats.tntgames.deaths_capture = Wizard Deaths +server.hypixel.stats.tntgames.wins_capture = Wizard Wins +server.hypixel.stats.vampirez.coins = Coins +server.hypixel.stats.vampirez.human_kills = Human Kills +server.hypixel.stats.vampirez.human_deaths = Human Deaths +server.hypixel.stats.vampirez.human_wins = Human Wins +server.hypixel.stats.vampirez.vampire_kills = Vampire Kills +server.hypixel.stats.vampirez.vampire_deaths = Vampire Deaths +server.hypixel.stats.vampirez.most_vampire_kills = Most Vampire Kills +server.hypixel.stats.vampirez.zombie_kills = Zombie Kills +server.hypixel.stats.walls3.coins = Coins +server.hypixel.stats.walls3.kills = Kills +server.hypixel.stats.walls3.deaths = Deaths +server.hypixel.stats.walls3.final_kills = Final Kills +server.hypixel.stats.walls3.final_deaths = Final Deaths +server.hypixel.stats.walls3.wins = Wins +server.hypixel.stats.walls3.losses = Losses +server.hypixel.stats.walls3.weekly_kills = Weekly Kills +server.hypixel.stats.walls3.weekly_deaths = Weekly Deaths +server.hypixel.stats.walls3.kills_blaze = Blaze Kills +server.hypixel.stats.walls3.deaths_blaze = Blaze Deaths +server.hypixel.stats.walls3.final_kills_blaze = Blaze Final Kills +server.hypixel.stats.walls3.wins_blaze = Blaze Wins +server.hypixel.stats.walls3.losses_blaze = Blaze Losses +server.hypixel.stats.walls3.kills_creeper = Creeper Kills +server.hypixel.stats.walls3.deaths_creeper = Creeper Deaths +server.hypixel.stats.walls3.final_kills_creeper = Creeper Final Kills +server.hypixel.stats.walls3.wins_creeper = Creeper Wins +server.hypixel.stats.walls3.losses_creeper = Creeper Losses +server.hypixel.stats.walls3.kills_enderman = Enderman Kills +server.hypixel.stats.walls3.deaths_enderman = Enderman Deaths +server.hypixel.stats.walls3.final_kills_enderman = Enderman Final Kills +server.hypixel.stats.walls3.wins_enderman = Enderman Wins +server.hypixel.stats.walls3.losses_enderman = Enderman Losses +server.hypixel.stats.walls3.kills_herobrine = Herobrine Kills +server.hypixel.stats.walls3.deaths_herobrine = Herobrine Deaths +server.hypixel.stats.walls3.final_kills_herobrine = Herobrine Final Kills +server.hypixel.stats.walls3.wins_herobrine = Herobrine Wins +server.hypixel.stats.walls3.losses_herobrine = Herobrine Losses +server.hypixel.stats.walls3.kills_skeleton = Skeleton Kills +server.hypixel.stats.walls3.deaths_skeleton = Skeleton Deaths +server.hypixel.stats.walls3.final_kills_skeleton = Skeleton Final Kills +server.hypixel.stats.walls3.wins_skeleton = Skeleton Wins +server.hypixel.stats.walls3.losses_skeleton = Skeleton Losses +server.hypixel.stats.walls3.kills_spider = Spider Kills +server.hypixel.stats.walls3.deaths_spider = Spider Deaths +server.hypixel.stats.walls3.final_kills_spider = Spider Final Kills +server.hypixel.stats.walls3.wins_spider = Spider Wins +server.hypixel.stats.walls3.losses_spider = Spider Losses +server.hypixel.stats.walls3.kills_zombie = Zombie Kills +server.hypixel.stats.walls3.deaths_zombie = Zombie Deaths +server.hypixel.stats.walls3.final_kills_zombie = Zombie Final Kills +server.hypixel.stats.walls3.wins_zombie = Zombie Wins +server.hypixel.stats.walls3.losses_zombie = Zombie Losses +server.hypixel.stats.arcade.coins = Coins +server.hypixel.stats.arcade.kills_dayone = Dayone Kills +server.hypixel.stats.arcade.wins_dayone = Dayone Wins +server.hypixel.stats.arcade.headshots_dayone = Dayone Headshots +server.hypixel.stats.arcade.kills_dragonwars2 = Dragonwars Kills +server.hypixel.stats.arcade.kills_oneinthequiver = OneInTheQuiver Kills +server.hypixel.stats.arcade.deaths_oneinthequiver = OneInTheQuiver Deaths +server.hypixel.stats.arcade.wins_oneinthequiver = OneInTheQuiver Wins +server.hypixel.stats.arcade.bounty_kills_oneinthequiver = OneInTheQuiver Bounty Kills +server.hypixel.stats.arcade.kills_throw_out = Throw Out Kills +server.hypixel.stats.arcade.deaths_throw_out = Throw Out Deaths +server.hypixel.stats.arcade.poop_collected = Poop collected +server.hypixel.stats.arcade.wins_party = Party Games 1 Wins +server.hypixel.stats.arcade.wins_party2 = Party Games 2 Wins +server.hypixel.stats.arcade.sw_kills = GW Kills +server.hypixel.stats.arcade.sw_empire_kills = GW Empire Kills +server.hypixel.stats.arcade.sw_rebel_kills = GW Rebel Kills +server.hypixel.stats.arcade.sw_deaths = GW Deaths +server.hypixel.stats.arcade.sw_shots_fired = GW Shots Fired +server.hypixel.stats.arcade.sw_weekly_kills_a = GW Weekly Kills +server.hypixel.stats.arcade.sw_monthly_kills_a = GW Monthly Kills +server.hypixel.stats.arcade.wins_farm_hunt = Farm Hunt Wins +server.hypixel.stats.arena.coins = Coins +server.hypixel.stats.arena.rating = Rating +server.hypixel.stats.arena.kills_1v1 = 1v1 Kills +server.hypixel.stats.arena.deaths_1v1 = 1v1 Deaths +server.hypixel.stats.arena.wins_1v1 = 1v1 Wins +server.hypixel.stats.arena.losses_1v1 = 1v1 Losses +server.hypixel.stats.arena.damage_1v1 = 1v1 Damage +server.hypixel.stats.arena.kills_2v2 = 2v2 Kills +server.hypixel.stats.arena.deaths_2v2 = 2v2 Deaths +server.hypixel.stats.arena.wins_2v2 = 2v2 Wins +server.hypixel.stats.arena.losses_2v2 = 2v2 Losses +server.hypixel.stats.arena.damage_2v2 = 2v2 Damage +server.hypixel.stats.arena.kills_4v4 = 4v4 Kills +server.hypixel.stats.arena.deaths_4v4 = 4v4 Deaths +server.hypixel.stats.arena.wins_4v4 = 4v4 Wins +server.hypixel.stats.arena.losses_4v4 = 4v4 Losses +server.hypixel.stats.arena.damage_4v4 = 4v4 Damage +server.hypixel.stats.mcgo.coins = Coins +server.hypixel.stats.mcgo.kills = Kills +server.hypixel.stats.mcgo.cop_kills = Cop Kills +server.hypixel.stats.mcgo.criminal_kills = Criminal Kills +server.hypixel.stats.mcgo.deaths = Deaths +server.hypixel.stats.mcgo.game_wins = Game Wins +server.hypixel.stats.mcgo.round_wins = Round Wins +server.hypixel.stats.mcgo.shots_fired = Shots Fired +server.hypixel.stats.mcgo.bombs_planted = Bombs planted +server.hypixel.stats.mcgo.bombs_defused = Bombs defused +server.hypixel.stats.uhc.coins = Coins +server.hypixel.stats.uhc.kills = Kills +server.hypixel.stats.uhc.deaths = Deaths +server.hypixel.stats.uhc.wins = Wins +server.hypixel.stats.uhc.score = Score +server.hypixel.stats.uhc.heads_eaten = Heads eaten +server.hypixel.stats.battleground.coins = Coins +server.hypixel.stats.battleground.chosen_class = Chosen Class +server.hypixel.stats.battleground.kills = Kills +server.hypixel.stats.battleground.assists = Assists +server.hypixel.stats.battleground.deaths = Deaths +server.hypixel.stats.battleground.wins = Wins +server.hypixel.stats.battleground.wins_domination = Domination Wins +server.hypixel.stats.battleground.wins_capturetheflag = CTF Wins +server.hypixel.stats.battleground.losses = Losses +server.hypixel.stats.battleground.damage = Damage +server.hypixel.stats.battleground.repaired = Weapons repaired +server.hypixel.stats.battleground.flag_conquer_self = Flags conquered +server.hypixel.stats.gingerbread.coins = Coins +server.hypixel.stats.gingerbread.wins = Wins +server.hypixel.stats.gingerbread.gold_trophy = Gold Trophy +server.hypixel.stats.gingerbread.silver_trophy = Silver Trophy +server.hypixel.stats.gingerbread.bronze_trophy = Bronze Trophy +server.hypixel.stats.gingerbread.laps_completed = Laps completed +server.hypixel.stats.gingerbread.coins_picked_up = Coins picked up +server.hypixel.stats.gingerbread.box_pickups = Box Pickups +server.hypixel.stats.gingerbread.banana_hits_sent = Banana Hits sent +server.hypixel.stats.gingerbread.banana_hits_received = Banana Hits received +server.hypixel.stats.skywars.coins = Coins +server.hypixel.stats.skywars.kills = Kills +server.hypixel.stats.skywars.assists = Assists +server.hypixel.stats.skywars.deaths = Deaths +server.hypixel.stats.skywars.wins = Wins +server.hypixel.stats.skywars.win_streak = Win Streak +server.hypixel.stats.skywars.losses = Losses +server.hypixel.stats.skywars.blocks_placed = Blocks placed +server.hypixel.stats.skywars.blocks_broken = Blocks broken +server.hypixel.stats.skywars.quits = Quits +server.hypixel.stats.skywars.soul_well = Soul Wells +server.hypixel.stats.skywars.soul_well_legendaries = Legendary Soul Wells +server.hypixel.stats.skywars.soul_well_rares = Rare Soul Wells +server.hypixel.stats.skywars.souls_gathered = Souls gathered +server.hypixel.stats.skywars.egg_thrown = Eggs thrown +server.hypixel.stats.skywars.enderpearls_thrown = Enderpearls thrown +server.hypixel.stats.skywars.arrows_shot = Arrows shot +server.hypixel.stats.skywars.arrows_hit = Arrows hit +server.hypixel.stats.skywars.items_enchanted = Items enchanted + +config.server_hypixel.guild = Guilds... +config.server_hypixel.guild.desc = Display specific infos about Hypixel Guilds. +server.hypixel.guild.title = Hypixel Guilds +server.hypixel.guild.help = Please enter the name of your Guild or the name of the Player whose Guild you want to find. +server.hypixel.guild.guild = Guild or Player +server.hypixel.guild.search.by_name = Name +server.hypixel.guild.search.by_player = Player +server.hypixel.guild.not_found = Guild could not be found\! +server.hypixel.guild.info.name = Name +server.hypixel.guild.info.tag = Tag +server.hypixel.guild.info.created = Date Created +server.hypixel.guild.info.coins = Coins +server.hypixel.guild.info.coins_ever = Coins Total +server.hypixel.guild.info.members = Members + +config.server_hypixel.friends = Friends... +config.server_hypixel.friends.desc = Displays all your Hypixel friends. +server.hypixel.friends.title = Hypixel Friends +server.hypixel.friends.display_stats = Show Stats +server.hypixel.friends.add_mod = Add in Mod +server.hypixel.friends.add_mod_all = Add all + +chat_filter.title = Chat Message Filter +chat_filter.help = Use the Chat Message Filter to Ignore specific Chat Messages on a Server. You may also use Wildcards to match messages. +chat_filter.add = Add Message +chat_filter.edit = Edit Message +chat_filter.delete = Delete Message +chat_filter.message.enabled = Chat filter has been enabled. +chat_filter.message.disabled = Chat filter has been disabled. Press %s to enable it again. +chat_filter.edit.title = Edit Chat Message +chat_filter.edit.name = Name\: +chat_filter.edit.chat_message = Chat Message\: +chat_filter.edit.except = Exceptions\: +chat_filter.edit.servers = Servers\: +chat_filter.edit.auto_text = Auto Text\: +chat_filter.edit.auto_text_cancel = Auto Text Abort Message\: +chat_filter.edit.auto_text_delay = Delay (ticks)\: +chat_filter.edit.multiple_ips = Multiple Server-IPs can be separated with a comma. +chat_filter.edit.action = Action\: +chat_filter.edit.action.ignore = Ignore +chat_filter.edit.action.2nd_chat = Print in 2nd Chat +chat_filter.edit.action.copy_2nd_chat = Copy to 2nd Chat +chat_filter.edit.action.notify = Notify when AFK +chat_filter.edit.action.auto_text = Auto Text +chat_filter.edit.action.play_sound = Play Sound +chat_filter.edit.use_regex = Use Regex (advanced\!)\: +chat_filter.edit.help.title = Help... +chat_filter.edit.help = You can use "*" to ignore a part of a String or "?" to ignore a single character. To escape a wildcard use "".\nIf you enter for example "Tracking *", it will match "Tracking 5zig", but also "Tracking 4zig". You can except special words by entering them into the Exceptions input field, separated with one comma from each other. + +text_replacement.title = Text Shortcuts +text_replacement.add = Add Shortcut +text_replacement.edit = Edit Shortcut +text_replacement.delete = Delete Shortcut +text_replacement.edit.title = Edit Shortcut +text_replacement.edit.message = Message\: +text_replacement.edit.replacement = Replacement\: +text_replacement.edit.ignore_commands = Ignore Commands\: %s +text_replacement.edit.replace_inside_words = Replace Inside Words\: %s +text_replacement.help = Add shortcuts that get replaced by text upon sending a chat message. + +text_macros.title = Text Macros +text_macros.add = Add Macro +text_macros.edit = Edit Macro +text_macros.delete = Delete Macro +text_macros.edit.title = Edit Macro +text_macros.edit.message = Message\: +text_macros.edit.macro = Key Combination\: +text_macros.edit.macro.press = Press And Enter Your Key Combination +text_macros.edit.macro.listening = Waiting For Key Strokes +text_macros.edit.macro.stop = Click To Stop +text_macros.edit.macro.auto_send = Auto Send +text_macros.help = Automatically send chat messages after pressing a predefined key combination. + +name_history.title = Username History +name_history.search = Search... +name_history.searching = Searching... +name_history.suggestions = Suggestions +name_history.profile.title = Username History Search Result +name_history.profile.history = Username History\: +name_history.profile.copy = Click to Copy to Clipboard +name_history.profile.not_found = Profile not found\! + +join_texts.title = Join Auto-Texts +join_texts.help = Automatically send chat messages after joining a server. +join_texts.add = Add Text +join_texts.edit = Edit Text +join_texts.delete = Delete Text +join_texts.edit.title = Edit Join Text +join_texts.edit.message = Join Text +join_texts.edit.server = Server +join_texts.edit.delay = Delay + +modules.title = Render Customization +modules.help = Help... +modules.help.display = In this screen you can change the whole appearance of the mod. Everything that should be rendered is divided into separate packages, or "modules". These modules have got their own name, title and location, but they contain also specific "items" that get rendered. An item can be for example responsible for displaying your coordinates or your active potion effects. You can add and remove modules and items as well. +modules.reset = Reset All +modules.reset.title = Are you sure you want to reset the rendering gui to its defaults? +modules.list.title = Modules +modules.add = Add new Module... +modules.settings = Settings... +modules.enable = Enable +modules.disable = Disable +modules.move_up = Move Up +modules.move_down = Move Down +modules.preview = Preview +modules.location = Location +modules.location.top_left = Top Left +modules.location.top_right = Top Right +modules.location.center_left = Center Left +modules.location.center_right = Center Right +modules.location.bottom_left = Bottom Left +modules.location.bottom_right = Bottom Right +modules.location.custom = Custom +modules.anchor = Anchor +modules.anchor.top_left = Top Left +modules.anchor.top_center = Top Center +modules.anchor.top_right = Top Right +modules.anchor.center_left = Center Left +modules.anchor.center_center = Center +modules.anchor.center_right = Center Right +modules.anchor.bottom_left = Bottom Left +modules.anchor.bottom_center = Bottom Center +modules.anchor.bottom_right = Bottom Right +modules.settings.title = Module Settings +modules.settings.list.title = Settings +modules.settings.none = None +modules.settings.default = Default +modules.settings.custom = Custom +modules.settings.id = Id +modules.settings.id.change = Please enter a new unique Id for this module. +modules.settings.id.already_used = That Id is already used by another module +modules.settings.name = Name +modules.settings.name.change = Please enter a new name for this module. +modules.settings.translation = Translation-Key +modules.settings.translation.change = Please enter a new translation key for the title of this module. +modules.settings.items = Items (%s)... +modules.settings.show_label = Show Label +modules.settings.label.color = Label Color +modules.settings.server = Server +modules.settings.render = Render +modules.settings.render.timolia_tournament = Timolia 1vs1 Tournament +modules.settings.render.custom_server = Server API +modules.settings.scale = Scale +modules.settings.box_opacity = Box Opacity +modules.settings.item.list.items = Items +modules.settings.item.list.settings = Settings +modules.settings.item.add = Add new Item... +modules.settings.item.color = Color +modules.settings.item.prefix_color = Prefix Color +modules.settings.item.prefix_formatting = Prefix Formatting +modules.settings.item.main_color = Main Color +modules.settings.item.main_formatting = Main Formatting +modules.settings.item.prefix = Prefix + +modules.category.general = General +modules.category.equip = Equipment +modules.category.combat = Combat +modules.category.server_general = Server General +modules.category.server_timolia = Server Timolia +modules.category.server_gommehd = Server GommeHD +modules.category.server_playminity = Server PlayMinity +modules.category.server_bergwerk = Server Bergwerklabs +modules.category.server_hypixel = Server Hypixel +modules.category.server_venicraft = Server Venicraft +modules.category.server_cytooxien = Server Cytooxien +modules.category.server_simplehg = Server SimpleHG +modules.category.system = System +modules.category.other = Other + +modules.item.dummy = (Dummy) +modules.item.fps = FPS +modules.item.fps.desc = Displays how many frames are being rendered per second. +modules.item.fps.precise_f_p_s = Precise FPS Counter +modules.item.fps.precise_f_p_s.desc = Specifies whether a more precise FPS-Counter (Frame-per-second-counter) should be enabled. This counter will update the current FPS every 50 ms) +modules.item.cps = CPS +modules.item.cps.desc = Displays how many times you are clicking your mouse per second. +modules.item.cps.type = Show +modules.item.cps.type.desc = Select what type of clicks per second should be displayed. +modules.item.cps.left_click = Left Clicks +modules.item.cps.right_click = Right Clicks +modules.item.cps.sum = Total Clicks +modules.item.cps.both = Both Clicks +modules.item.afk_time = Away Time +modules.item.afk_time.desc = Displays the amount of time you haven't been moving your mouse or pressing a key on your keyboard. +modules.item.coordinates = Coordinates +modules.item.coordinates.desc = Displays the coordinates of your player. +modules.item.coordinates.coord_style = Coord Style +modules.item.coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. +modules.item.coordinates.below_other = Below Other +modules.item.coordinates.side_by_side = Side by Side +modules.item.chunk_coordinates = Chunk Coordinates +modules.item.chunk_coordinates.desc = Displays your chunk coordinates. +modules.item.chunk_coordinates.coord_style = Coord Style +modules.item.chunk_coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. +modules.item.chunk_coordinates.below_other = Below Other +modules.item.chunk_coordinates.side_by_side = Side by Side +modules.item.chunk_coordinates.chunk_style = Display +modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. +modules.item.chunk_coordinates.relative = Relative +modules.item.chunk_coordinates.chunk = Chunk only +modules.item.chunk_coordinates.both = Relative and Chunk +modules.item.death_coordinates = Death Location +modules.item.death_coordinates.desc = Displays your last death location. +modules.item.death_coordinates.nether = Nether +modules.item.death_coordinates.the_end = The End +modules.item.direction = Direction +modules.item.direction.desc = Displays the direction your player is facing. +modules.item.direction.direction_style = Direction +modules.item.direction.direction_style.desc = Changes how the direction of the player should be displayed. +modules.item.direction.number = Number +modules.item.direction.string = String +modules.item.direction.both = Both +modules.item.direction.degree = Degree +modules.item.direction.show_direction_towards = Show Direction Towards +modules.item.direction.show_direction_towards.desc = Toggles whether it should be displayed, in what x- and z-direction the player is looking. +modules.item.pitch = Pitch +modules.item.pitch.desc = Displays the pitch rotation of your player. +modules.item.biome = Biome +modules.item.biome.desc = Displays the biome your player is currently situated. +modules.item.entities = Entity Count +modules.item.entities.desc = Displays the entity count of your direction and the total entity count of your world. +modules.item.target_block_coordinates = Target Block Coordinates +modules.item.target_block_coordinates.desc = Displays the coordinates of the block you are looking at. +modules.item.target_block_coordinates.coord_style = Coord Style +modules.item.target_block_coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. +modules.item.target_block_coordinates.below_other = Below Other +modules.item.target_block_coordinates.side_by_side = Side by Side +modules.item.target_block_name = Target Block Id +modules.item.target_block_name.desc = Displays the id of the block you are looking at. +modules.item.target_block_name.show_resource_domain = Show Resource Domain +modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. +modules.item.damage_resistance = Damage Resistance +modules.item.damage_resistance.desc = Shows how much damage your armor and potion effects absorb. +modules.item.potions = Potions +modules.item.potions.desc = Displays all your active potion effects. +modules.item.potions.colored_potion_durability = Colored Potion Durability +modules.item.potions.colored_potion_durability.desc = Toggles whether the durability of the active potion effects should be rendered in different colors according to their current durability. +modules.item.light_level = Light Level +modules.item.light_level.desc = Displays the current light level of your position. +modules.item.light_level.light_level_percentage = Show Percentage +modules.item.light_level.light_level_percentage.desc = Toggles whether the light level should be displayed as percentage (where 100% is the max light level) or as a value between 0 and 15. +modules.item.speed = Speed +modules.item.speed.desc = Displays your current moving speed in metres per second. +modules.item.time = Time +modules.item.time.desc = Displays your real time. The time will be formatted according to your system time format. +modules.item.time.style = Style +modules.item.time.style.desc = Sets the formatting of the time. +modules.item.time.system = System Default +modules.item.time.hours_24 = 24-Hour-Format +modules.item.time.hours_12 = 12-Hour-Format +modules.item.time.show_seconds = Show Seconds +modules.item.time.show_seconds.desc = Toggle whether seconds should be displayed as well. +modules.item.date = Date +modules.item.date.desc = Displays your real date. The date will be formatted according to your system date format. +modules.item.timer = Timer +modules.item.timer.desc = Displays your active Timer. You can start, stop and pause the timer using the respective keybindings. +modules.item.memory = Memory +modules.item.memory.desc = Displays the available memory to the Java VM in either percent or absolute values. +modules.item.memory.style = Style +modules.item.memory.style.desc = Toggles whether the used memory should be displayed as percentage, absolute value or both. +modules.item.memory.percentage = Percentage +modules.item.memory.bytes = Absolute +modules.item.memory.both = Both +modules.item.battery = Battery +modules.item.battery.desc = Displays the current status of your Laptop Battery. Works ONLY on Windows Laptops\! +modules.item.battery.charge_status = Charge Status +modules.item.battery.charge_status.desc = Toggles whether the charging status of your battery should be displayed. +modules.item.battery.plugged_in = Plugged In +modules.item.battery.un_plugged = Unplugged +modules.item.spotify = Spotify +modules.item.spotify.desc = Displays the current Track, Artist and Album cover of the Spotify Song you are currently listening to. +modules.item.spotify.show_spotify_always = Show Always +modules.item.spotify.show_spotify_always.desc = Specify, whether this box should be displayed always or only when Spotify is opened. +modules.item.spotify.error.invalid_oauth_token = Invalid OAuth Token +modules.item.spotify.error.expired_oauth_token = OAuth Token Expired +modules.item.spotify.error.invalid_csrf_token = Invalid Csrf Token +modules.item.spotify.error.oauth_token_invalid_for_user = Invalid OAuth Token +modules.item.spotify.error.no_user_logged_in = Not logged in +modules.item.spotify.error.unknown = Could not connect to Spotify\! +modules.item.spotify.ad = Ad +modules.item.itunes = iTunes +modules.item.itunes.desc = Displays the current Track, Artist and Album cover of the iTunes Song you are currently listening to. +modules.item.itunes.show_i_tunes_always = Show Always +modules.item.itunes.show_i_tunes_always.desc = Specify, whether this box should be displayed always or only when iTunes is opened. +modules.item.iloveradio = ILoveRadio.de +modules.item.iloveradio.desc = Displays the Track, Artist and Album cover of the currently playing song on ILoveRadio.de +modules.item.iloveradio.channel = Channel +modules.item.iloveradio.channel.desc = Select the channel you are currently listening to. +modules.item.iloveradio.unknown = Unknown +modules.item.einslive = 1LIVE +modules.item.einslive.desc = Displays the Track, Artist and Album cover of the currently playing song on 1LIVE.de +modules.item.teamspeak = TeamSpeak +modules.item.teamspeak.desc = Displays the players that are currently in your TeamSpeak channel. +modules.item.teamspeak.show_all_tabs = Show All Tabs +modules.item.teamspeak.show_all_tabs.desc = Toggle whether your current channels of all the TeamSpeak servers you are currently online should be shown or if only the current channel of the currently selected server should be displayed. +modules.item.teamspeak.more = ...and %s more +modules.item.coordinates_clipboard = Coordinates Clipboard +modules.item.coordinates_clipboard.desc = Displays your saved coordinates of the coordinates clipboard, together with a small arrow indicating the location of your saved coordinates. +modules.item.custom_server = Custom Server +modules.item.custom_server.desc = Displays all stats sent to you by using the official API. +modules.item.entity_health = Entity Health Indicator +modules.item.entity_health.desc = Displays the health of the entity your cross hair is currently aiming at. +modules.item.main_hand = Main Hand +modules.item.main_hand.desc = Renders the item of your main hand. +modules.item.main_hand.attributes = Show Attributes +modules.item.main_hand.attributes.desc = Displays the damage attribute value of your held item. +modules.item.main_hand.durability = Durability +modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. +modules.item.main_hand.disabled = Disabled +modules.item.main_hand.relative = Relative +modules.item.main_hand.absolute = Absolute +modules.item.main_hand.total = Absolute/Total +modules.item.off_hand = Off Hand +modules.item.off_hand.desc = Renders the item of your off hand. +modules.item.off_hand.attributes = Show Attributes +modules.item.off_hand.attributes.desc = Displays the damage attribute value of your held item. +modules.item.off_hand.durability = Durability +modules.item.off_hand.durability.desc = Specify how the durability of your held item should be displayed. +modules.item.off_hand.disabled = Disabled +modules.item.off_hand.relative = Relative +modules.item.off_hand.absolute = Absolute +modules.item.off_hand.total = Absolute/Total +modules.item.helmet = Helmet +modules.item.helmet.desc = Renders your Helmet. +modules.item.helmet.attributes = Show Attributes +modules.item.helmet.attributes.desc = Displays the armor attribute value of your helmet. +modules.item.helmet.durability = Durability +modules.item.helmet.durability.desc = Specify how the durability of your helmet should be displayed. +modules.item.helmet.disabled = Disabled +modules.item.helmet.relative = Relative +modules.item.helmet.absolute = Absolute +modules.item.helmet.total = Absolute/Total +modules.item.chestplate = Chestplate +modules.item.chestplate.desc = Renders your Chestplate +modules.item.chestplate.attributes = Show Attributes +modules.item.chestplate.attributes.desc = Displays the armor attribute value of your chestplate. +modules.item.chestplate.durability = Durability +modules.item.chestplate.durability.desc = Specify how the durability of your chestplate should be displayed. +modules.item.chestplate.disabled = Disabled +modules.item.chestplate.relative = Relative +modules.item.chestplate.absolute = Absolute +modules.item.chestplate.total = Absolute/Total +modules.item.leggings = Leggings +modules.item.leggings.desc = Renders your Leggings. +modules.item.leggings.attributes = Show Attributes +modules.item.leggings.attributes.desc = Displays the armor attribute value of your leggings. +modules.item.leggings.durability = Durability +modules.item.leggings.durability.desc = Specify how the durability of your leggings should be displayed. +modules.item.leggings.disabled = Disabled +modules.item.leggings.relative = Relative +modules.item.leggings.absolute = Absolute +modules.item.leggings.total = Absolute/Total +modules.item.boots = Boots +modules.item.boots.desc = Renders your Boots. +modules.item.boots.attributes = Show Attributes +modules.item.boots.attributes.desc = Displays the armor attribute value of your boots. +modules.item.boots.durability = Durability +modules.item.boots.durability.desc = Specify how the durability of your boots should be displayed. +modules.item.boots.disabled = Disabled +modules.item.boots.relative = Relative +modules.item.boots.absolute = Absolute +modules.item.boots.total = Absolute/Total +modules.item.arrows = Arrow Count +modules.item.arrows.desc = Displays the Arrow Count of your inventory. +modules.item.arrows.show_always = Show Always +modules.item.arrows.show_always.desc = Specifies whether the arrow count should be displayed always or only whenever you hold a bow in your hand. +modules.item.soups = Soup Count +modules.item.soups.desc = Displays the Soup Count of your inventory. +modules.item.ip = IP +modules.item.ip.desc = Displays the IP of the server you are currently connected to. +modules.item.players = Player Count +modules.item.players.desc = Displays the player count of the server you are currently connected to. +modules.item.ping = Ping +modules.item.ping.desc = Displays the ping of the server you are currently connected to. +modules.item.lobby = Lobby +modules.item.lobby.desc = Displays the lobby name of the server you are currently connected to. +modules.item.countdown = Countdown +modules.item.countdown.desc = Displays a countdown for the current game mode you are playing. +modules.item.countdown.show_large_countdown = Show large countdown +modules.item.countdown.show_large_countdown.desc = Specifies whether the countdown should be displayed in the center of the screen. +modules.item.kills = Kills +modules.item.kills.desc = Displays your kills for the current game mode you are playing. +modules.item.killstreak = Killstreak +modules.item.killstreak.desc = Displays your killstreak for the current game mode you are playing. +modules.item.deaths = Deaths +modules.item.deaths.desc = Displays your deaths for the current game mode you are playing. +modules.item.win_message = Win Message +modules.item.win_message.desc = Displays the winner of the current game mode you are playing. +modules.item.online_friends = Online Friends +modules.item.online_friends.desc = Displays your online friends on the server you are playing. +modules.item.online_friends.length = Max Length +modules.item.online_friends.length.desc = The maximum amount of friends that should be displayed. +modules.item.online_friends.nobody = No online friends\! +modules.item.party_members = Party Members +modules.item.party_members.desc = Displays the members of the party you are currently in. +modules.item.party_members.length = Max Length +modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. +modules.item.party_members.star = Leader Star +modules.item.party_members.star.desc = Toggle the star behind the party leader. +modules.item.nickname = Nickname +modules.item.nickname.desc = Displays your current nickname. +modules.item.combat_range = Combat Range +modules.item.timolia_pvp_winstreak = PVP Winstreak +modules.item.timolia_pvp_winstreak.desc = Displays the current winstreak in 1vs1 on the Timolia Network. +modules.item.timolia_pvp_opponent = PVP Opponent +modules.item.timolia_pvp_opponent.desc = Displays your opponent in 1vs1 on the Timolia Network. +modules.item.timolia_pvp_opponent_games = PVP Opponent Games +modules.item.timolia_pvp_opponent_games.desc = Displays the games your opponent has played in 1vs1 on the Timolia Network. +modules.item.timolia_pvp_opponent_wins = PVP Opponent Wins +modules.item.timolia_pvp_opponent_wins.desc = Displays the games your opponent has won in 1vs1 on the Timolia Network. +modules.item.timolia_pvp_opponent_kdr = PVP Opponent KdR +modules.item.timolia_pvp_opponent_kdr.desc = Displays the kill death ratio of your opponent in 1vs1 on the Timolia Network. +modules.item.timolia_tournament_participants = Tournament Participants +modules.item.timolia_tournament_participants.desc = Displays the tournament participants in 1vs1 on the Timolia Network. +modules.item.timolia_tournament_round = Tournament Round +modules.item.timolia_tournament_round.desc = Displays the tournament round in 1vs1 on the Timolia Network. +modules.item.timolia_tournament_first_to = Tournament First To Count +modules.item.timolia_tournament_first_to.desc = Displays the amount of wins you need to win a round in 1vs1 on the Timolia Network. +modules.item.timolia_tournament_qualification = Tournament Qualification Rounds +modules.item.timolia_tournament_qualification.desc = Displays the amount of qualification rounds of a tournament in 1vs1 on the Timolia Network. +modules.item.timolia_tournament_round_score = Tournament Round Score +modules.item.timolia_tournament_round_score.desc = Displays your amount of wins and loses of the current round in 1vs1 on the Timolia Network. +modules.item.timolia_dna_height = DNA Height +modules.item.timolia_dna_height.desc = Displays your height in DNA on the Timolia Network. +modules.item.timolia_arcade_current_minigame = Arcade Current Minigame +modules.item.timolia_arcade_current_minigame.desc = Displays the current minigame in Arcade on the Timolia Network. +modules.item.timolia_arcade_next_minigame = Arcade Next Minigame +modules.item.timolia_arcade_next_minigame.desc = Displays the next minigame in Arcade on the Timolia Network. +modules.item.timolia_arena_round = 4rena Round +modules.item.timolia_arena_round.desc = Displays the current round in 4rena on the Timolia Network. +modules.item.timolia_brainbow_team = Brainbow Team +modules.item.timolia_brainbow_team.desc = Displays your team in Brainbow on the Timolia Network. +modules.item.timolia_brainbow_score = Brainbow Score +modules.item.timolia_brainbow_score.desc = Displays your score in Brainbow on the Timolia Network. +modules.item.timolia_advent_medal = Advent Medal +modules.item.timolia_advent_medal.desc = Displays your medal in Advent on the Timolia Network. +modules.item.timolia_advent_parkour = Advent Parkour +modules.item.timolia_advent_parkour.desc = Displays the parkour you are currently playing in Advent on the Timolia Network. +modules.item.timolia_advent_checkpoint = Advent Checkpoint +modules.item.timolia_advent_checkpoint.desc = Displays the current amount of checkpoints in Advent on the Timolia Network. +modules.item.timolia_advent_fails = Advent Fails +modules.item.timolia_advent_fails.desc = Displays the current amount of fails in Advent on the Timolia Network. +modules.item.timolia_intime_invincibility = InTime Invincibility Time +modules.item.timolia_intime_invincibility.desc = Displays the remaining invincibility time in InTime on the Timolia Network. +modules.item.timolia_intime_regeneration = InTime Regeneration Time +modules.item.timolia_intime_regeneration.desc = Displays the remaining spawn regeneration time in InTime on the Timolia Network. +modules.item.timolia_intime_loot = InTime Loot Time +modules.item.timolia_intime_loot.desc = Displays the remaining loot time in InTime on the Timolia Network. +modules.item.timolia_intime_invincibility_message = InTime Invincibility Message +modules.item.timolia_intime_invincibility_message.desc = Displays the remaining invincibility time in InTime on the Timolia Network. +modules.item.timolia_jumpworld_fails = JumpWorld Fails +modules.item.timolia_jumpworld_fails.desc = Displays your fail count in JumpWorld on the Timolia Network. +modules.item.timolia_jumpworld_checkpoint = JumpWorld Checkpoints +modules.item.timolia_jumpworld_checkpoint.desc = Displays the current checkpoint count in JumpWorld on the Timolia Network. +modules.item.timolia_jumpworld_last_checkpoint = JumpWorld Last Checkpoint +modules.item.timolia_jumpworld_last_checkpoint.desc = Displays the distance to the last checkpoint in JumpWorld on the Timolia Network. +modules.item.gommehd_sg_deathmatch = SG Deathmatch Timer +modules.item.gommehd_sg_deathmatch.desc = Displays a deathmatch timer in SurvivalGames on the GommeHD Network. +modules.item.gommehd_sg_deathmatch_message = SG Deathmatch Message +modules.item.gommehd_sg_deathmatch_message.desc = Displays a deathmatch timer in SurvivalGames on the GommeHD Network. +modules.item.gommehd_bedwars_team = BedWars Team +modules.item.gommehd_bedwars_team.desc = Displays your team in BedWars on the GommeHD Network. +modules.item.gommehd_bedwars_respawn = BedWars Respawn +modules.item.gommehd_bedwars_respawn.desc = Displays whether you can still respawn in BedWars on the GommeHD Network. +modules.item.gommehd_bedwars_gold = BedWars Gold Time +modules.item.gommehd_bedwars_gold.desc = Displays your the time until the next gold items will drop in BedWars on the GommeHD Network. +modules.item.gommehd_bedwars_beds = BedWars Destroyed Beds +modules.item.gommehd_bedwars_beds.desc = Displays the amount of beds you have destroyed in BedWars on the GommeHD Network. +modules.item.gommehd_endergames_kit = EnderGames Kit +modules.item.gommehd_endergames_kit.desc = Displays your kit in EnderGames on the GommeHD Network. +modules.item.gommehd_endergames_coins = EnderGames Coins +modules.item.gommehd_endergames_coins.desc = Displays the amount of coins you have in EnderGames on the GommeHD Network. +modules.item.gommehd_skywars_coins = SkyWars Coins +modules.item.gommehd_skywars_coins.desc = Displays the amount of coins you have in SkyWars on the GommeHD Network. +modules.item.gommehd_skywars_team = SkyWars Team +modules.item.gommehd_skywars_team.desc = Displays your team in SkyWars on the GommeHD Network. +modules.item.gommehd_skywars_kit = SkyWars Kit +modules.item.gommehd_skywars_kit.desc = Displays your kit in SkyWars on the GommeHD Network. +modules.item.gommehd_ragemode_emeralds = Ragemode Emeralds +modules.item.gommehd_ragemode_emeralds.desc = Displays your emerald count in Ragemode on the GommeHD Network. +modules.item.playminity_jumpleague_checkpoints = JumpLeague Checkpoints +modules.item.playminity_jumpleague_checkpoints.desc = Displays your current checkpoint count in JumpLeague on the PlayMinity Network. +modules.item.playminity_jumpleague_fails = JumpLeague Fails +modules.item.playminity_jumpleague_fails.desc = Displays the amount of jump fails in JumpLeague on the PlayMinity Network. +modules.item.playminity_jumpleague_lives = JumpLeague Lives +modules.item.playminity_jumpleague_lives.desc = Displays the amount of your remaining lives in JumpLeague on the PlayMinity Network. +modules.item.bergwerk_duel_team = Duel Team +modules.item.bergwerk_duel_team.desc = Displays your team in Duel on the Bergwerklabs Network. +modules.item.bergwerk_duel_respawn = Duel Respawn +modules.item.bergwerk_duel_respawn.desc = Displays whether you can still respawn in Duel on the Bergwerklabs Network. +modules.item.bergwerk_duel_teleport_message = Duel Teleport Message +modules.item.bergwerk_duel_teleport_message.desc = Displays a message whenever someone gets teleported in Duel on the Bergwerklabs Network. +modules.item.hypixel_paintball_team = Paintball Team +modules.item.hypixel_paintball_team.desc = Displays your team in Paintball on the Hypixel Network. +modules.item.hypixel_blitz_kit = Blitz Kit +modules.item.hypixel_blitz_kit.desc = Displays your kit in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_star = Blitz Star +modules.item.hypixel_blitz_star.desc = Displays a star timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_deathmatch = Blitz Deathmatch +modules.item.hypixel_blitz_deathmatch.desc = Displays a deathmatch timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_star_message = Blitz Star Message +modules.item.hypixel_blitz_star_message.desc = Displays a star timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_deathmatch_message = Blitz Deathmatch Message +modules.item.hypixel_blitz_deathmatch_message.desc = Displays a deathmatch timer in Blitz on the Hypixel Network. +modules.item.venicraft_mineathlon_discipline = Mineathlon Discipline +modules.item.venicraft_mineathlon_discipline.desc = Displays the current discipline in Mineathlon on the Venicraft Network. +modules.item.venicraft_mineathlon_round = Mineathlon Round +modules.item.venicraft_mineathlon_round.desc = Displays the current round in Mineathlon on the Venicraft Network. +modules.item.cytooxien_marioparty_minigames = Mario Party Minigames +modules.item.cytooxien_marioparty_minigames.desc = Displays the count of played minigames in Mario Party on the Cytooxien Network. +modules.item.cytooxien_marioparty_first_second_third = Mario Party \#1/\#2/\#3 +modules.item.cytooxien_marioparty_first_second_third.desc = Displays the count of minigames you finished in first/second/third place in Mario Party on the Cytooxien Network. +modules.item.cytooxien_marioparty_place = MarioParty Place +modules.item.cytooxien_marioparty_place.desc = Displays your place in MarioParty on the Cytooxien Network. +modules.item.cytooxien_marioparty_remaining_fields = MarioParty Remaining Fields +modules.item.cytooxien_marioparty_remaining_fields.desc = Displays your remaining fields in MarioParty on the Cytooxien Network. +modules.item.cytooxien_marioparty_current_minigame = MarioParty Current Minigame +modules.item.cytooxien_marioparty_current_minigame.desc = Displays the current minigame in MarioParty on the Cytooxien Network. +modules.item.cytooxien_marioparty_next_minigame = MarioParty Next Minigame +modules.item.cytooxien_marioparty_next_minigame.desc = Displays the next minigame in MarioParty on the Cytooxien Network. +modules.item.cytooxien_marioparty_first_player = MarioParty First Player +modules.item.cytooxien_marioparty_first_player.desc = Displays the first player in MarioParty on the Cytooxien Network. +modules.item.cytooxien_bw_beds = Bedwars Beds destroyed +modules.item.cytooxien_bw_beds.desc = Displays how many Beds you have destroyed in Bedwars on the Cytooxien Network. +modules.item.cytooxien_bw_stats_kills = Bedwars Stats Kills +modules.item.cytooxien_bw_stats_kills.desc = Displays how many players you eliminated in Bedwars on the Cytooxien Network. +modules.item.cytooxien_bw_team = Bedwars Team +modules.item.cytooxien_bw_team.desc = Displays your team in Bedwars on the Cytooxien Network. +modules.item.cytooxien_bw_can_respawn = Bedwars can respawn +modules.item.cytooxien_bw_can_respawn.desc = Displays if you are able to respawn in Bedwars on the Cytooxien Network. +modules.item.simplehg_kit = SimpleHG Kit +modules.item.simplehg_kit.desc = Display your kit in SimpleHG +modules.item.simplehg_minifeast = SimpleHG Minifeast +modules.item.simplehg_minifeast.desc = Display the coordinates of all minifeasts in SimpleHG +modules.item.simplehg_feast = SimpleHG Feast +modules.item.simplehg_feast.desc = Display the coordinates of the feast in SimpleHG + +config.server.2nd_chat = 2nd Chat... +config.server.2nd_chat.desc = Settings for a second chat. This chat is located in the right side of the ingame screen and can be used to display messages specified in the Chat Filter. +config.2nd_chat.title = 2nd Chat +config.2nd_chat.2nd_chat_visible = Visible +config.2nd_chat.2nd_chat_visible.desc = Specify whether the second chat should be visible. +config.2nd_chat.2nd_chat_opacity = Opacity +config.2nd_chat.2nd_chat_opacity.desc = Specify the opacity of the second chat. +config.2nd_chat.2nd_chat_scale = Scale +config.2nd_chat.2nd_chat_scale.desc = Specify the scale of the second chat. +config.2nd_chat.2nd_chat_height_focused = Focused height +config.2nd_chat.2nd_chat_height_focused.desc = Specify the height of the second chat while it's focused. +config.2nd_chat.2nd_chat_height_unfocused = Unfocused height +config.2nd_chat.2nd_chat_height_unfocused.desc = Specify the height of the second chat while it's unfocused. +config.2nd_chat.2nd_chat_width = Width +config.2nd_chat.2nd_chat_width.desc = Specify the width of the second chat. +config.2nd_chat.2nd_chat_text_leftbound = Leftbound Text +config.2nd_chat.2nd_chat_text_leftbound.desc = Specify whether the text of the second chat should be aligned in the left or the right side of the box. + +skype.title = New Skype Conversation +skype.help = Select a Skype Contact to import a Skype Conversation\! +skype.loading = Loading Friends... +skype.not_installed = Skype installation could not be found\! +skype.not_running = Please make sure Skype is running and The 5zig Mod is allowed to access it\! +skype.no_permission = Please Open up Skype and allow "java.exe" to access it\! + +teamspeak.not_connected = Not connected\! +teamspeak.not_enabled = The TeamSpeak feature is currently not enabled\!\nPlease make sure that you enabled the ClientQuery-plugin in your TeamSpeak settings\! +teamspeak.enable_button = Click here to activate it\! +teamspeak.auth_key_required = TS Requires an Auth Key. Open GUI for more info\! +teamspeak.auth.title = TeamSpeak Authentication +teamspeak.auth.info = The 5zig Mod requires an authentication key if you want to use the TeamSpeak-feature. +teamspeak.auth.invalid_key = Invalid authentication key\! +teamspeak.auth.steps.win = Open the settings menu of your TeamSpeak client under "Extras"->"Options". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plugin and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. +teamspeak.auth.steps.mac = Open the settings menu of your TeamSpeak client under "TeamSpeak 3"->"Settings". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plugin and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. +teamspeak.overlay.poked = You have been poked by %s\! +teamspeak.overlay.direct_message = You have been messaged by %s\! +teamspeak.message.poked = "%s" has poked you\: %s +teamspeak.message.client = "%s" -> you\: %s +teamspeak.message.channel = "%s" in "%s"\: %s +teamspeak.message.server = "%s" on "%s"\: %s +teamspeak.message.channel.joined = "%s" joined "%s"\! +teamspeak.message.channel.left = "%s" left "%s"\! +teamspeak.poke_chat = Poke Chat +teamspeak.enter_channel_password = Please enter the password of this channel. +teamspeak.enter_nickname = Please enter your new nickname\! +teamspeak.chat.server = Server +teamspeak.chat.channel = Channel +teamspeak.entry.server.name = Name\: %s +teamspeak.entry.server.ip = Host\: %s +teamspeak.entry.server.version = Version\: %s on %s +teamspeak.entry.server.created = Created\: %s +teamspeak.entry.server.channels = Channels\: %s +teamspeak.entry.server.clients = Clients\: %s +teamspeak.entry.channel.name = Name\: %s +teamspeak.entry.channel.topic = Topic\: %s +teamspeak.entry.channel.codec = Codec\: %s +teamspeak.entry.channel.codec.speex_narrowband = Speex Narrowband +teamspeak.entry.channel.codec.speex_wideband = Speex Wideband +teamspeak.entry.channel.codec.speex_ultra_wideband = Speex Ultra-Wideband +teamspeak.entry.channel.codec.celt_mono = CELT Mono +teamspeak.entry.channel.codec.opus_voice = Opus Voice +teamspeak.entry.channel.codec.opus_music = Opus Music +teamspeak.entry.channel.codec_quality = Codec Quality\: %s +teamspeak.entry.channel.type = Type\: %s +teamspeak.entry.channel.type.permanent = Permanent +teamspeak.entry.channel.type.semi_permanent = Semi-Permanent +teamspeak.entry.channel.type.default = Default +teamspeak.entry.channel.type.password = Password +teamspeak.entry.channel.clients = Clients\: %s/%s +teamspeak.entry.channel.clients.unlimited = Unlimited +teamspeak.entry.channel.talk_power = Required Talk Power\: %s +teamspeak.entry.channel.subscription_status = Subscription Status\: %s +teamspeak.entry.channel.subscription_status.subscribed = Subscribed +teamspeak.entry.channel.subscription_status.unsubscribed = Unsubscribed +teamspeak.entry.client.nickname = Nickname\: %s +teamspeak.entry.client.server_groups = Server Groups\: +teamspeak.entry.client.channel_group = Channel Group\: +teamspeak.entry.client.away = Away +teamspeak.entry.client.output_deactivated = Speakers/Headphones deactivated +teamspeak.entry.client.input_deactivated = Microphone deactivated +teamspeak.entry.client.output_muted = Speakers/Headphones off +teamspeak.entry.client.input_muted = Microphone off +teamspeak.menu.server.create_channel = Create Channel... +teamspeak.menu.server.collapse_all = Collapse All Channels +teamspeak.menu.server.uncollapse_all = Uncollapse All Channels +teamspeak.menu.channel.join = Join Channel +teamspeak.menu.channel.edit = Edit Channel +teamspeak.menu.channel.delete = Delete Channel +teamspeak.menu.channel.delete.confirm = Are you sure you want to delete this channel? +teamspeak.menu.channel.create_subchannel = Create Sub-Channel... +teamspeak.menu.client.change_nickname = Change Nickname... +teamspeak.menu.client.open_chat = Open Chat +teamspeak.menu.client.poke = Poke Client +teamspeak.menu.client.poke.message = Please enter your poke message. +teamspeak.menu.client.server_groups = Edit Server Groups... +teamspeak.menu.client.channel_group = Edit Channel Group... +teamspeak.menu.client.kick_channel = Kick From Channel... +teamspeak.menu.client.kick_channel.message = Please enter your kick message. +teamspeak.menu.client.kick_server = Kick From Server... +teamspeak.menu.client.kick_server.message = Please enter your kick message. +teamspeak.menu.client.mute = Mute +teamspeak.menu.client.unmute = Un-Mute +teamspeak.menu.client.ban = Ban From Server... +teamspeak.create_channel.title = TeamSpeak Channel +teamspeak.create_channel.name = Name\: +teamspeak.create_channel.password = Password\: +teamspeak.create_channel.topic = Topic\: +teamspeak.create_channel.description = Description\: +teamspeak.create_channel.lifespan = Lifespan\: +teamspeak.create_channel.lifespan.temporary = Temporary +teamspeak.create_channel.lifespan.semi_permanent = Semi-Permanent +teamspeak.create_channel.lifespan.permanent = Permanent +teamspeak.create_channel.default = Default Channel +teamspeak.create_channel.codec = Codec\: +teamspeak.create_channel.codec_quality = Quality +teamspeak.create_channel.order = Order After\: %s +teamspeak.create_channel.needed_talk_power = Needed Talk Power\: +teamspeak.create_channel.max_clients = Max Clients\: +teamspeak.create_channel.order_bottom = Order At Bottom Position +teamspeak.create_channel.select_order.title = Select Above Channel +teamspeak.edit_server_groups.title = Edit Server Groups +teamspeak.edit_server_groups.add_to_group = Add To Group +teamspeak.edit_server_groups.remove_from_group = Remove From Group +teamspeak.edit_channel_group.title = Select Channel Group +teamspeak.ban_client.title = Ban Client From Server +teamspeak.ban_client.name = Name\: +teamspeak.ban_client.reason = Reason\: +teamspeak.ban_client.duration = Duration\: +teamspeak.ban_client.seconds = seconds +config.teamspeak.title = TeamSpeak Settings +config.teamspeak.ts_enabled = Enabled +config.teamspeak.ts_auth_gui = Manage TS API-Key... +config.teamspeak.ts_text_messages_in_chat = Text Messages in Chat +config.teamspeak.ts_channel_events_in_chat = Channel Events in Chat +config.teamspeak.ts_dm_overlay = Direct Message Overlay + +config.friend_list.friend_sortation = Sort by +config.friend_list.name = Name +config.friend_list.online = Online + +friend.title = Friends | %s +friend.chat = Chat +friend.chats = Chats +friend.party = Party +friend.party.invitations = Party (%s invitations) +friend.connected = Connected +friend.disconnected = Disconnected +friend.profile = Profile +friend.profile.delete = Delete Friend +friend.profile.block = Block Friend +friend.profile.favorite = Favorite +friend.profile.unfavorite = Unfavorite +friend.profile.last_seen = Last Seen +friend.profile.last_seen.second = second +friend.profile.last_seen.seconds = seconds +friend.profile.last_seen.minute = minute +friend.profile.last_seen.minutes = minutes +friend.profile.last_seen.hour = hour +friend.profile.last_seen.hours = hours +friend.profile.last_seen.day = day +friend.profile.last_seen.days = days +friend.profile.last_seen.month = month +friend.profile.last_seen.months = months +friend.profile.last_seen.year = year +friend.profile.last_seen.years = years +friend.profile.playing_on_server = Playing on Server +friend.add = Add Friends +friend.add.suggestions = Add Friends (%s suggestions) +friend.requests = Friend Requests (%s) +friend.new_requests = You have %s new friend request(s)\! +friend.typing = Typing... +friend.info.first_join_date = First Join Date\: %s +friend.info.status = Status\: %s +friend.info.server = Server\: %s +friend.info.server.none = None +friend.info.last_seen = Last seen\: %s +friend.info.profile_message = Profile Message\: +friend.info.mod_version = Mod Version\: %s +friend.info.country = Country\: %s +friend.info.hidden = Hidden +friend.online_message = %s is now %s. +friend.online_message.no_longer = %s is no longer %s. +friend.no_friends = No Friends \:( + +friend.invite.title = Please Enter the Name of the Player you want to add. +friend.invite.suggestions = Suggestions\: +friend.invite.suggestions.new = We've found %s friend suggestions for you\! + +group.new = New Group Chat +group.owner = Owner +group.admin = Admin +group.unknown = Unknown +group.more_members = and %s more... +group.info = Info +group.info.title = Group "%s" created by %s +group.info.kick_player = Kick Player +group.info.admin.set = Promote +group.info.admin.remove = Demote +group.info.transfer_owner = Set Owner... +group.info.settings = Settings... +group.info.confirm.owner = Are you sure you want to transfer your Ownership to %s? +group.settings.title = Group Settings +group.settings.confirm.add_player = Please enter the Name of the Player you want to add to this Group Chat. +group.settings.confirm.change_name = Please enter a new Name for your Group Chat. +group.settings.confirm.delete = Are you sure you want to delete this Group Chat? +group.settings.add_player = Add Player... +group.settings.edit_name = Edit Name... +group.settings.delete = Delete Group... + +group.create.title = Create Group Chat +group.create.name = Name\: +group.create.name.min_length = Group Chat Name must be at least 3 characters long +group.invite.title = Create Group Chat "%s" +group.invite.create = Create +group.invite.friends.all = All Friends (%s) +group.invite.friends.invited = Invited Friends (%s) + +announcement.short_desc = Announcements +announcement.new = %s new Announcement(s)\! + +chat.send = Send +chat.chats = Chats +chat.friends = Friends +chat.view_more = View More... +chat.no_conversations = No Conversations\! +chat.status.pending = Pending +chat.status.sent = Sent +chat.status.delivered = Delivered +chat.status.read = Read +chat.conversation_settings = Settings... +chat.conversation_settings.title = Conversation Settings +chat.conversation_settings.behaviour = Behaviour\: %s +chat.conversation_settings.behaviour.default = Default +chat.conversation_settings.behaviour.show = Show Notifications +chat.conversation_settings.behaviour.hide = Hide Notifications +chat.conversation_settings.delete = Delete Conversation +chat.conversation_settings.leave = Leave Group +chat.conversation_settings.transfer_ownership = Please transfer your ownership first\! +chat.new_message = Message from %s +chat.new_group_message = Message in %s +chat.new_file_request = File Request from %s +chat.accept_file_transfer = Open Chat GUI to accept\! +chat.select_image = Select Image +chat.new_messages = You have %s new messages\! + +chat.audio.name = Audio +chat.audio.too_large = Audio may not be larger than %s\! +chat.audio.not_found = Clip not found\! +chat.audio.recording = Recording... %s sec +chat.audio.abort = Move Mouse to abort +chat.audio.hint = Press and Hold\! +chat.audio.not_supported = Audio recording is not supported\! +chat.audio.unavailable = Audio recording is currently unavailable\! +chat.image.name = Image +chat.image.too_large = Image may not be larger than %s\! +chat.image.not_found = Image not found\! +chat.file.waiting = Waiting... +chat.file.accept = Accept Download? +chat.file.download_failed = Download failed\! +chat.file.download_denied = Download denied +chat.file.downloading = Downloading... +chat.file.request_sent = Download request sent\! +chat.file.upload_failed = Upload failed\! +chat.file.upload_denied = Upload denied +chat.file.uploading = Uploading... + +chat.settings = Chat Options... +config.chat_settings.title = Chat Options +config.chat_settings.show_messages = Chat Notifications +config.chat_settings.show_messages.desc = Toggle whether chat notifications should be displayed in the top right corner. +config.chat_settings.show_group_messages = Group Chat Notifications +config.chat_settings.show_group_messages.desc = Toggle whether group chat notifications should be displayed in the top right corner. +config.chat_settings.show_online_messages = Show Online Messages +config.chat_settings.show_online_messages.desc = Toggle whether online messages should be displayed in the top right corner. +config.chat_settings.play_message_sounds = Play Message Sounds +config.chat_settings.play_message_sounds.desc = Toggle whether the mod should play sounds when sending or receiving a message. +config.chat_settings.show_tray_notifications = Show Tray Notifications +config.chat_settings.show_tray_notifications.desc = Toggle whether the mod should show a system notification when you receive a chat message while the Minecraft window is unfocused. +config.chat_settings.chat_background_type = Background-Style +config.chat_settings.chat_background_type.desc = Specify the style of the background of the chat. +config.chat_settings.default = Default +config.chat_settings.transparent = Transparent +config.chat_settings.image = Image +config.chat_settings.chat_background_location = Select Background-Image... +config.chat_settings.chat_background_location.desc = Select a background image for the chat. +config.chat_settings.background.selected = New Background selected\! + +party.title = Party +party.help = You are currently not in a Party\!\n\nParties make playing together with friends very easy by automatically switching all members to the same Minecraft Server the host is currently playing on. +party.delete = Delete Party +party.leave = Leave Party +party.members = Party Members +party.from = Party of %s +party.create = Create new Party +party.invitations = Party Invitations (%s) +party.invitations.accept = Accept +party.invitations.deny = Deny +party.invite_members.title = Invite Party Members +party.invite_members.invite = Invite +party.invite_members.friends.online = Online Friends +party.invite_members.friends.invited = Invited Friends +party.invitations.title = Party Invitations +party.manage_members = Manage Members +party.manage_members.title = Manage Members +party.manage_members.invite = Invite... +party.manage_members.kick = Kick +party.manage_members.promote = Promote +party.manage_members.demote = Demote +party.manage_members.set_owner = Set Owner... +party.manage_members.set_owner.confirm = Are you sure you want to transfer your ownership to %s? This action can not be reverted\! +party.messages.invited = New Party Invitation from %s\! +party.messages.member_joined.overlay = %s joined the Party\! +party.messages.member_joined.broadcast = %s joined the Party\! +party.messages.member_left.overlay = %s left the Party\! +party.messages.member_left.broadcast = %s left the Party\! +party.messages.new_owner.broadcast = %s is now the new owner of the Party\! +party.messages.promoted.broadcast = %s has been promoted\! +party.messages.demoted.broadcast = %s has been demoted\! +party.messages.switch_server.overlay = The Party is now joining %s +party.messages.switch_server.broadcast = The Party has joined %s +party.messages.chat = New Party Chat Message from %s\! +party.messages.deleted = The Party has been deleted\! + +profile.title = Your Profile +profile.id = Profile ID +profile.name = Name +profile.first_login_time = First Login Time +profile.rank = Rank +profile.cape = Cape +profile.message = Profile Message +profile.edit = [Edit] + +config.profile_settings.title = Profile Settings +config.profile_settings.connect_to_server = Be Online +config.profile_settings.connect_to_server.desc = Toggle whether the mod should connect itself the the chat server of the mod on startup. +config.profile_settings.show_connecting = Show Connect Message +config.profile_settings.show_connecting.desc = Toggle whether the mod should display connect messages in the top right corner. +config.profile_settings.afk_time = Go Afk after +config.profile_settings.afk_time.desc = Specify the time after that the mod should turn your online status to away. +config.profile_settings.afk_time.min = min +config.profile_settings.never = Never +profile.now_afk = You are now AFK\! +profile.no_longer_afk = You are no longer AFK\! +config.profile_settings.online_status = Status +config.profile_settings.online_status.desc = Specify your online status. +config.profile_settings.show_server = Show Your Server +config.profile_settings.show_server.desc = Toggle whether you want others to see the server you are currently playing on.\nWhen turned off, you cannot see the current servers of all your friends as well. +config.profile_settings.show_messages_read = Show Messages Read +config.profile_settings.show_messages_read.desc = Toggle whether you want others to see if you have read their messages.\nWhen turned off, you cannot see whether your friends read your messages as well. +config.profile_settings.show_friend_requests = Show Friend Requests +config.profile_settings.show_friend_requests.desc = Toggle whether you want to allow friend requests from other players. +config.profile_settings.show_country = Show Country +config.profile_settings.show_country.desc = Toggle whether you want to display your country to your friends.\nWhen turned off, you cannot see the country of your friends as well. +config.profile_settings.display_color = Display Color +config.profile_settings.display_color.desc = The color your name will be displayed in the chat and friends list. +profile.yesterday = Yesterday +profile.today = Today +profile.hidden = Hidden + +profile.blocked_contacts = View Blocked Contacts... +profile.show_statistics = Show Statistics... +profile.enter_new_profile_message = Please Enter a new Profile Message +profile.settings.view = View Profile Settings... +profile.settings.title = Profile Settings + +cape.title = Cape Settings +cape.not_connected = You must be connected to the 5zig Mod Server to manage your cape. +cape.not_donator = You need to be a donator to be able to upload a cape. +cape.not_custom = Donate for a custom cape to be able to upload your own cape\! +cape.disable = Disable Cape +cape.enable = Enable Cape +cape.upload = Upload Cape... +cape.default = Upload Default Cape... +cape.upload.title = Upload Cape +cape.upload.default.help = Click on a Cape to select it +cape.upload.default.title = Upload Default Cape +cape.upload.max_size = Image may not be larger than %s\! +cape.upload.wrong_dimension = Invalid Cape size\! +cape.upload.uploading = Uploading your Cape... +cape.forbidden = You need to be a %s to use this cape\! + +mcpvp_servers.title = Select a MCPvP Server +mcpvp_servers.join_server = Join Server +mcpvp_servers.refresh = Refresh + +language.title = Languages +language.select = Using English Translation by %s + +confirm_disconnect.title = Are you sure you want to disconnect from the current server? + +raid.title = Raid Calculator +raid.tracked = Tracked %s blocks from %s to %s (%s in nether) in %s direction +raid.north = north +raid.south = south +raid.east = east +raid.west = west +raid.tracker_coords = Tracker Coords +raid.tracked_blocks = Tracked Blocks +raid.narrow = Narrow +raid.track = Track %s + +coordinate_clipboard.title = Coordinates Clipboard +coordinate_clipboard.description = Help\: In this screen you can quickly save some coordinates to your "clipboard". These coordinates will be then displayed on the screen. This feature is very useful for remembering the coordinates of eg. your team mate or another important location. +coordinate_clipboard.previous = Previous +coordinate_clipboard.next = Next +coordinate_clipboard.number = Coordinates Clipboard %s/%s +coordinate_clipboard.shortcut.cur_pos = Press SPACE to insert your current position. +coordinate_clipboard.shortcut.delete = Press DELETE to clear the current coordinates. +coordinate_clipboard.shortcut.death = Press CTRL+D to insert your death location. + +stats.title = Network Statistics +stats.current = Current Statistics +stats.packets_sent = Packets sent +stats.packets_received = Packets received +stats.bytes_sent = Bytes sent +stats.bytes_received = Bytes received +stats.total = Total Statistics +stats.total_packets = Total Packets +stats.total_bytes = Total Bytes +stats.since = Since +stats.server = Server Statistics +stats.ping = Ping\: %s ms +stats.up_time = Server Up-Time\: %s +stats.lag = Server Lag\: %s%% +stats.connected_players = Connected Players\: %s/%s + +plugin_manager.title = Plugin Manager +plugin_manager.enable = Enable +plugin_manager.disable = Disable +plugin_manager.reload = Reload +plugin_manager.plugin_folder = Plugin Folder +plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. +plugin_manager.update = Auto-update + +credits.title = Credits +credits.reborn = Reborn Developers +credits.developer = Developer +credits.special_thanks = Special Thanks to +credits.translators = Translators +credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! +credits.patrons = Patrons + +blocked_users.title = Blocked Users +blocked_users.none = No Blocked Users \:) +blocked_users.unblock = Unblock User + +friend_requests.title = Friend Requests +friend_requests.none = No Friend Requests +friend_requests.accept = Accept +friend_requests.deny = Deny + +banned.title = Access to The 5zig Mod has been denied\! +banned.help = If you believe this is an error, contact info@5zigreborn.eu. +banned.exiting = Auto-Exiting game in %s seconds. + +server.reconnecting = Reconnecting in %s seconds... + +api.outdated_server = Outdated Server API +api.outdated_client = Outdated Client +api.connected = You are playing on a server that supports the 5zig Mod\! +api.setting_disabled = Rendering %s has been disabled by the server\! +api.setting_disabled.potion_hud = the Potion Effect HUD +api.setting_disabled.potion_indicator = the Potion Indicator Vignette +api.setting_disabled.armor_hud = the Armor HUD + +ingame_chat.new_message = New Chat Message\! + +plugin_request.title = Mod Plugin Download Request\! +plugin_request.help = The server has made a request to download a plugin of the 5zig mod, which can be used to display additional stats from the server.\n§cPlease note that the content of any downloadable plugin is not approved by the mod author and may harm your computer. Download this plugin at your own risk and only if you really trust the server owner\! If you want to remove the downloaded plugin again delete "%s" and restart your game\! +plugin_request.warning = Are you sure that you want to continue? This plugin may harm your computer\! The author of the 5zig mod is not responsible for any downloaded content\! +plugin_request.download = Download +plugin_request.downloading = Downloading... %s +plugin_request.verifying = Verifying download... +plugin_request.done = Done. +plugin_request.error = Error + +ingame.chat_search.enter_keyword = Please enter a keyword that should be found in chat +ingame.chat_search.highlighting = Highlighting words that contain "%s" + +armor.title = Armor HUD +ctf.title = Your CTF Stats +hg.title = Your HG Stats +potion_effects.title = Active Potion Effects +weather.title = Weather +weather.loading = Loading... +weather.city = City +weather.condition = Condition +weather.temperature = Temperature +ingame.fps = FPS +ingame.target = Target +ingame.target_name = Target Block +ingame.cps = CPS +ingame.f.south = South +ingame.f.south_west = South-West +ingame.f.west = West +ingame.f.north_west = North-West +ingame.f.north = North +ingame.f.north_east = North-East +ingame.f.east = East +ingame.f.south_east = South-East +ingame.biome = Biome +ingame.entities = Entities +ingame.ip = IP +ingame.players = Players +ingame.ping = Ping +ingame.pinging = Pinging... +ingame.kills = Kills +ingame.stats_kills = StatsKills +ingame.killstreak = Killstreak +ingame.killstreak.double = Double Kill\! +ingame.killstreak.triple = Triple Kill\! +ingame.killstreak.quadruple = Quadruple\! +ingame.killstreak.multi = Multi Kill\! +ingame.winstreak = Winstreak +ingame.deaths = Deaths +ingame.scores = Scores +ingame.kit = Kit +ingame.kit.none = None +ingame.team = Team +ingame.class = Class +ingame.steals = Steals +ingame.captures = Captures +ingame.recovers = Recovers +ingame.flag = Flag +ingame.invincibility_wears_off = Invincibility wears off in %s seconds\! +ingame.no_longer_invincible = You are no longer invincible\! +ingame.time = Time +ingame.date = Date +ingame.feast = Feast +ingame.minifeast = Mini Feast +ingame.starting = Starting +ingame.invincibility = Invincibility +ingame.starting_in = Starting game in %s seconds\! +ingame.win = %s won the game\! +ingame.win.team.self = Your Team won the game\! +ingame.win.team.other = The Opponent Team won the game\! +ingame.lobby = Lobby +ingame.teams = Teams +ingame.teams.allowed = Allowed +ingame.teams.not_allowed = Not Allowed +ingame.deathmatch = Deathmatch +ingame.deathmatch_in = Deathmatch is starting in %s seconds\! +ingame.beds = Beds destroyed +ingame.can_respawn = Can Respawn +ingame.can_respawn.true = Yes +ingame.can_respawn.false = No +ingame.height = Height +ingame.opponent = Opponent +ingame.opponent.games_total = Opponent Games +ingame.opponent.games_won = Opponent Games Won +ingame.opponent.kill_death_ratio = Opponent K/D +ingame.ending_in = The Game is ending in %s seconds\! +ingame.host = Host +ingame.participants = Participants +ingame.best_of = Best Of +ingame.qualification = Qualification +ingame.qualification.rounds = Rounds +ingame.round = Round +ingame.tournament = Tournament by %s +ingame.star = Star +ingame.star_in = The Star will be released in %s seconds\! +ingame.checkpoints = Checkpoints +ingame.fails = Fails +ingame.lives = Lives +ingame.gold = Gold +ingame.loot = Loot +ingame.regeneration = Regeneration +ingame.now_spawn_regeneration = You can now regenerate your time at Spawn\! +ingame.loot_spawned = New loot has been spawned in the center of the map\! +ingame.afk = AFK +ingame.current_minigame = Minigame +ingame.next_minigame = Next Minigame +ingame.coins = Coins +ingame.medal = Medal +ingame.parkour = Parkour +ingame.checkpoint = Checkpoint +ingame.last_checkpoint = Last Checkpoint +ingame.discipline = Discipline +ingame.light_level = Light Level +ingame.speed = Speed +ingame.battery = Battery +ingame.memory = Memory +ingame.first_player = First +ingame.place = Place +ingame.remaining_fields = Fields +ingame.first_to = First to +ingame.score = Score +ingame.timer = Timer +ingame.emeralds = Emeralds +ingame.death_coordinates = Death Coords +ingame.pitch = Pitch +ingame.chunk = Chunk +ingame.damage_resistance = Resistance +ingame.nickname = Nick +ingame.reach = Range + +error = Error + +account_manager.title = Accounts +account_manager.create = Enter a password to encrypt the accounts database. +account_manager.enter_password = Enter the accounts database password. +account_manager.edit = Add/Edit account +account_manager.username = Username/E-mail +account_manager.password = Password (leave blank for offline accounts) +account_manager.type.legacy = Offline +account_manager.type.mojang = Verified +account_manager.add_btn = Add... +account_manager.remove = Remove +account_manager.edit_btn = Edit... +account_manager.change_password = Change Key + +spotify.token.set = Set +spotify.token.not_set = Not Set +config.spotify.title = Spotify +config.spotify.refresh_token = Token +config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. +config.display.spotify = Spotify... + +ingame.map = Map +ingame.mode = Mode + +modules.item.octc_map = Map +modules.item.octc_mode = Mode +modules.item.octc_team = Team +modules.category.server_occ = Server OCC + +gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. +gui.alert.feature_unavailable = This feature isn't currently available. + +plugin.conn.starting = Starting server... +plugin.conn.listening = Waiting for plugins... +plugin.conn.info = Do you want to install this plugin? +plugin.conn.download = Downloading plugin... +plugin.conn.downloaded = Install complete +plugin.conn.error.fs = Could not create plugin file + +update.beta.1 = A new beta version of the 5zig mod is available\! +update.beta.2 = Get it from l.5zigreborn.eu/beta\! +update.available.stable = Update available +update.available.beta = Beta update available + +modules.item.direction.count_angle_north = Count from north +modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. + +modules.item.uptime = Uptime +modules.item.uptime.extended = Extended +modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). +ingame.uptime = Uptime + +spotify.token_get = Your Spotify token was saved successfully. + +config.server_hypixel.hypixel_api_key = API Key... +config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. +config.display.ping_on_serverlist = Ping on Server List +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display \ No newline at end of file From fbe4c96929ecace825a7389219aa3fa5c8b8476a Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 27 Jun 2020 14:25:41 +0200 Subject: [PATCH 153/382] New translations en_US.lang (Finnish) --- resources/assets/the5zigmod/lang/fi_FI.lang | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 resources/assets/the5zigmod/lang/fi_FI.lang diff --git a/resources/assets/the5zigmod/lang/fi_FI.lang b/resources/assets/the5zigmod/lang/fi_FI.lang new file mode 100644 index 0000000..34becb0 --- /dev/null +++ b/resources/assets/the5zigmod/lang/fi_FI.lang @@ -0,0 +1,12 @@ +the5zigmod.key.toggle_mod=Toggle Mod +the5zigmod.key.toggle_chat=Toggle Chat +the5zigmod.key.coordinates_clipboard=Coord Clipboard +the5zigmod.key.raid_calculator=MCPVP Raid Calculator +the5zigmod.key.hypixel_stats=Hypixel Stats +the5zigmod.key.zoom=Zoom in +the5zigmod.key.timer.start=Timer Toggle Start +the5zigmod.key.timer.reset=Timer Reset +the5zigmod.key.teamspeak=TeamSpeak +the5zigmod.key.username_history=Username History +the5zigmod.key.toggle_chat_filter=Toggle Chat Filter +the5zigmod.key.change_account=Vaihda käyttäjää \ No newline at end of file From 9d3c8c77e95b4f270c8074d8d408a86d2cc3fa0c Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 07:45:09 +0200 Subject: [PATCH 154/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 017b539..8faabd5 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -447,8 +447,8 @@ server.hypixel.stats.walls3.wins = Victoires server.hypixel.stats.walls3.losses = Défaites server.hypixel.stats.walls3.weekly_kills = Kills par semaines server.hypixel.stats.walls3.weekly_deaths = Morts par semaines -server.hypixel.stats.walls3.kills_blaze = Blaze Kills -server.hypixel.stats.walls3.deaths_blaze = Blaze Deaths +server.hypixel.stats.walls3.kills_blaze = Blazes tués +server.hypixel.stats.walls3.deaths_blaze = Blazes morts server.hypixel.stats.walls3.final_kills_blaze = Blaze Final Kills server.hypixel.stats.walls3.wins_blaze = Blaze Wins server.hypixel.stats.walls3.losses_blaze = Blaze Losses From a2056385c5dca70f4fae0788825452130bf977a6 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 07:57:29 +0200 Subject: [PATCH 155/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 8faabd5..4e612df 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -449,18 +449,18 @@ server.hypixel.stats.walls3.weekly_kills = Kills par semaines server.hypixel.stats.walls3.weekly_deaths = Morts par semaines server.hypixel.stats.walls3.kills_blaze = Blazes tués server.hypixel.stats.walls3.deaths_blaze = Blazes morts -server.hypixel.stats.walls3.final_kills_blaze = Blaze Final Kills -server.hypixel.stats.walls3.wins_blaze = Blaze Wins -server.hypixel.stats.walls3.losses_blaze = Blaze Losses -server.hypixel.stats.walls3.kills_creeper = Creeper Kills -server.hypixel.stats.walls3.deaths_creeper = Creeper Deaths -server.hypixel.stats.walls3.final_kills_creeper = Creeper Final Kills -server.hypixel.stats.walls3.wins_creeper = Creeper Wins -server.hypixel.stats.walls3.losses_creeper = Creeper Losses -server.hypixel.stats.walls3.kills_enderman = Enderman Kills -server.hypixel.stats.walls3.deaths_enderman = Enderman Deaths -server.hypixel.stats.walls3.final_kills_enderman = Enderman Final Kills -server.hypixel.stats.walls3.wins_enderman = Enderman Wins +server.hypixel.stats.walls3.final_kills_blaze = Final kills Blaze +server.hypixel.stats.walls3.wins_blaze = Victoires Blaze +server.hypixel.stats.walls3.losses_blaze = Défaites Blaze +server.hypixel.stats.walls3.kills_creeper = Creepers tués +server.hypixel.stats.walls3.deaths_creeper = Creepers morts +server.hypixel.stats.walls3.final_kills_creeper = Final kills Creeper +server.hypixel.stats.walls3.wins_creeper = Victoires Creeper +server.hypixel.stats.walls3.losses_creeper = Défaits Creeper +server.hypixel.stats.walls3.kills_enderman = Endermen tués +server.hypixel.stats.walls3.deaths_enderman = Endermen morts +server.hypixel.stats.walls3.final_kills_enderman = Final kills Enderman +server.hypixel.stats.walls3.wins_enderman = Endermen tués server.hypixel.stats.walls3.losses_enderman = Enderman Losses server.hypixel.stats.walls3.kills_herobrine = Hérobrine Tués server.hypixel.stats.walls3.deaths_herobrine = Morts d'Hérobrine From c4feeac970aef6f98ceaec0f2e487b280f178889 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 08:06:59 +0200 Subject: [PATCH 156/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 4e612df..05149ac 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -447,28 +447,28 @@ server.hypixel.stats.walls3.wins = Victoires server.hypixel.stats.walls3.losses = Défaites server.hypixel.stats.walls3.weekly_kills = Kills par semaines server.hypixel.stats.walls3.weekly_deaths = Morts par semaines -server.hypixel.stats.walls3.kills_blaze = Blazes tués -server.hypixel.stats.walls3.deaths_blaze = Blazes morts -server.hypixel.stats.walls3.final_kills_blaze = Final kills Blaze -server.hypixel.stats.walls3.wins_blaze = Victoires Blaze -server.hypixel.stats.walls3.losses_blaze = Défaites Blaze -server.hypixel.stats.walls3.kills_creeper = Creepers tués -server.hypixel.stats.walls3.deaths_creeper = Creepers morts -server.hypixel.stats.walls3.final_kills_creeper = Final kills Creeper -server.hypixel.stats.walls3.wins_creeper = Victoires Creeper -server.hypixel.stats.walls3.losses_creeper = Défaits Creeper -server.hypixel.stats.walls3.kills_enderman = Endermen tués -server.hypixel.stats.walls3.deaths_enderman = Endermen morts -server.hypixel.stats.walls3.final_kills_enderman = Final kills Enderman -server.hypixel.stats.walls3.wins_enderman = Endermen tués -server.hypixel.stats.walls3.losses_enderman = Enderman Losses +server.hypixel.stats.walls3.kills_blaze = Kills en Blaze +server.hypixel.stats.walls3.deaths_blaze = Morts en Blaze +server.hypixel.stats.walls3.final_kills_blaze = Kills finals en Blaze +server.hypixel.stats.walls3.wins_blaze = Victoires en Blaze +server.hypixel.stats.walls3.losses_blaze = Défaites en Blaze +server.hypixel.stats.walls3.kills_creeper = Kills en Creeper +server.hypixel.stats.walls3.deaths_creeper = Morts en Creeper +server.hypixel.stats.walls3.final_kills_creeper = Kills finals en Creeper +server.hypixel.stats.walls3.wins_creeper = Victoires en Creeper +server.hypixel.stats.walls3.losses_creeper = Défaits en Creeper +server.hypixel.stats.walls3.kills_enderman = Kills en Enderman +server.hypixel.stats.walls3.deaths_enderman = Morts en Enderman +server.hypixel.stats.walls3.final_kills_enderman = Kills finals en Enderman +server.hypixel.stats.walls3.wins_enderman = Kills en Enderman +server.hypixel.stats.walls3.losses_enderman = Défaits en Enderman server.hypixel.stats.walls3.kills_herobrine = Hérobrine Tués server.hypixel.stats.walls3.deaths_herobrine = Morts d'Hérobrine server.hypixel.stats.walls3.final_kills_herobrine = Mort Finale d'Hérobrine server.hypixel.stats.walls3.wins_herobrine = Victoire d'Hérobrine server.hypixel.stats.walls3.losses_herobrine = Pertes d'Hérobrine server.hypixel.stats.walls3.kills_skeleton = Squelette tués -server.hypixel.stats.walls3.deaths_skeleton = Skeleton Deaths +server.hypixel.stats.walls3.deaths_skeleton = Morts en Squelette server.hypixel.stats.walls3.final_kills_skeleton = Skeleton Final Kills server.hypixel.stats.walls3.wins_skeleton = Skeleton Wins server.hypixel.stats.walls3.losses_skeleton = Skeleton Losses From 972725052398621bb06fdd6390f5114798727ac8 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 08:15:34 +0200 Subject: [PATCH 157/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 05149ac..e3beb76 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -468,25 +468,25 @@ server.hypixel.stats.walls3.final_kills_herobrine = Mort Finale d'Hérobrine server.hypixel.stats.walls3.wins_herobrine = Victoire d'Hérobrine server.hypixel.stats.walls3.losses_herobrine = Pertes d'Hérobrine server.hypixel.stats.walls3.kills_skeleton = Squelette tués -server.hypixel.stats.walls3.deaths_skeleton = Morts en Squelette -server.hypixel.stats.walls3.final_kills_skeleton = Skeleton Final Kills -server.hypixel.stats.walls3.wins_skeleton = Skeleton Wins -server.hypixel.stats.walls3.losses_skeleton = Skeleton Losses -server.hypixel.stats.walls3.kills_spider = Spider Kills -server.hypixel.stats.walls3.deaths_spider = Spider Deaths -server.hypixel.stats.walls3.final_kills_spider = Spider Final Kills -server.hypixel.stats.walls3.wins_spider = Spider Wins -server.hypixel.stats.walls3.losses_spider = Spider Losses -server.hypixel.stats.walls3.kills_zombie = Zombie Kills -server.hypixel.stats.walls3.deaths_zombie = Zombie Deaths -server.hypixel.stats.walls3.final_kills_zombie = Zombie Final Kills -server.hypixel.stats.walls3.wins_zombie = Zombie Wins -server.hypixel.stats.walls3.losses_zombie = Zombie Losses +server.hypixel.stats.walls3.deaths_skeleton = Morts en squelette +server.hypixel.stats.walls3.final_kills_skeleton = Kills finals en squelette +server.hypixel.stats.walls3.wins_skeleton = Victoires en squelette +server.hypixel.stats.walls3.losses_skeleton = Défaits en squelette +server.hypixel.stats.walls3.kills_spider = Kills en araignée +server.hypixel.stats.walls3.deaths_spider = Morts en araignée +server.hypixel.stats.walls3.final_kills_spider = Kills finals en araignée +server.hypixel.stats.walls3.wins_spider = Victoires en araignée +server.hypixel.stats.walls3.losses_spider = Défaits en araignée +server.hypixel.stats.walls3.kills_zombie = Kills en zombie +server.hypixel.stats.walls3.deaths_zombie = Morts en zombie +server.hypixel.stats.walls3.final_kills_zombie = Kills finals en zombie +server.hypixel.stats.walls3.wins_zombie = Victoires en zombie +server.hypixel.stats.walls3.losses_zombie = Défaits en zombie server.hypixel.stats.arcade.coins = Monnaie server.hypixel.stats.arcade.kills_dayone = Dayone Kills server.hypixel.stats.arcade.wins_dayone = Dayone Wins server.hypixel.stats.arcade.headshots_dayone = Dayone Headshots -server.hypixel.stats.arcade.kills_dragonwars2 = Dragonwars Kills +server.hypixel.stats.arcade.kills_dragonwars2 = Kills en Dragonwars server.hypixel.stats.arcade.kills_oneinthequiver = OneInTheQuiver Kills server.hypixel.stats.arcade.deaths_oneinthequiver = OneInTheQuiver Deaths server.hypixel.stats.arcade.wins_oneinthequiver = OneInTheQuiver Wins From 2dcff2054ae9d4a1ffeb04fa09e71ed5b8ce16f3 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 08:26:08 +0200 Subject: [PATCH 158/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index e3beb76..294e6d3 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -483,17 +483,17 @@ server.hypixel.stats.walls3.final_kills_zombie = Kills finals en zombie server.hypixel.stats.walls3.wins_zombie = Victoires en zombie server.hypixel.stats.walls3.losses_zombie = Défaits en zombie server.hypixel.stats.arcade.coins = Monnaie -server.hypixel.stats.arcade.kills_dayone = Dayone Kills -server.hypixel.stats.arcade.wins_dayone = Dayone Wins -server.hypixel.stats.arcade.headshots_dayone = Dayone Headshots +server.hypixel.stats.arcade.kills_dayone = Kills en DayOne +server.hypixel.stats.arcade.wins_dayone = Victoires en DayOne +server.hypixel.stats.arcade.headshots_dayone = Headshots en DayOne server.hypixel.stats.arcade.kills_dragonwars2 = Kills en Dragonwars -server.hypixel.stats.arcade.kills_oneinthequiver = OneInTheQuiver Kills -server.hypixel.stats.arcade.deaths_oneinthequiver = OneInTheQuiver Deaths -server.hypixel.stats.arcade.wins_oneinthequiver = OneInTheQuiver Wins -server.hypixel.stats.arcade.bounty_kills_oneinthequiver = OneInTheQuiver Bounty Kills -server.hypixel.stats.arcade.kills_throw_out = Throw Out Kills -server.hypixel.stats.arcade.deaths_throw_out = Throw Out Deaths -server.hypixel.stats.arcade.poop_collected = Poop collected +server.hypixel.stats.arcade.kills_oneinthequiver = Kills en One in the Quiver +server.hypixel.stats.arcade.deaths_oneinthequiver = Morts en OneInTheQuiver +server.hypixel.stats.arcade.wins_oneinthequiver = Victoires en OneInTheQuiver +server.hypixel.stats.arcade.bounty_kills_oneinthequiver = Kills de prime en OneInTheQuiver +server.hypixel.stats.arcade.kills_throw_out = Kills en Throw Out +server.hypixel.stats.arcade.deaths_throw_out = Morts en Throw Out +server.hypixel.stats.arcade.poop_collected = Oeufs de caca collectés server.hypixel.stats.arcade.wins_party = Victoires en Party Games 1 server.hypixel.stats.arcade.wins_party2 = Victoires en Party Games 2 server.hypixel.stats.arcade.sw_kills = Kills en Galaxy Wars From 936fd5f4410e273b6e5ef47f36f2a378ba4d1e8f Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 08:35:52 +0200 Subject: [PATCH 159/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 294e6d3..9a05551 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1772,9 +1772,9 @@ config.server_hypixel.hypixel_api_key.desc = La clé API Hypixel pour ce compte. config.display.ping_on_serverlist = Ping sur la liste des serveurs config.display.ping_on_serverlist.desc = Afficher la valeur du ping numérique au lieu des barres dans la liste des serveurs. -modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.label = Modifier le préfixe... +modules.label.input = Entrez le nouveau préfixe pour cet item. +modules.item.command = Sortie de commande modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold From c311a429d746e14084d472a5d30386b4c3d59c00 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 08:46:32 +0200 Subject: [PATCH 160/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 9a05551..87ee4ea 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -493,7 +493,7 @@ server.hypixel.stats.arcade.wins_oneinthequiver = Victoires en OneInTheQuiver server.hypixel.stats.arcade.bounty_kills_oneinthequiver = Kills de prime en OneInTheQuiver server.hypixel.stats.arcade.kills_throw_out = Kills en Throw Out server.hypixel.stats.arcade.deaths_throw_out = Morts en Throw Out -server.hypixel.stats.arcade.poop_collected = Oeufs de caca collectés +server.hypixel.stats.arcade.poop_collected = Œufs de caca collectés server.hypixel.stats.arcade.wins_party = Victoires en Party Games 1 server.hypixel.stats.arcade.wins_party2 = Victoires en Party Games 2 server.hypixel.stats.arcade.sw_kills = Kills en Galaxy Wars @@ -573,7 +573,7 @@ server.hypixel.stats.skywars.soul_well = Puits d'Âmes server.hypixel.stats.skywars.soul_well_legendaries = Puits d’Âmes Légendaires server.hypixel.stats.skywars.soul_well_rares = Puits d'Âmes Rares server.hypixel.stats.skywars.souls_gathered = Âmes collectées -server.hypixel.stats.skywars.egg_thrown = Oeufs lancés +server.hypixel.stats.skywars.egg_thrown = Œufs lancés server.hypixel.stats.skywars.enderpearls_thrown = Perles du néant lancées server.hypixel.stats.skywars.arrows_shot = Flèches tirées server.hypixel.stats.skywars.arrows_hit = Flèches ayant touché le joueur @@ -1776,13 +1776,13 @@ modules.label = Modifier le préfixe... modules.label.input = Entrez le nouveau préfixe pour cet item. modules.item.command = Sortie de commande modules.item.command.regex = Regex -modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command +modules.item.command.regex.desc = Une expression régulière optionnelle. Si elle est précisee, seuls les groupes correspondants seront imprimés. +modules.item.command.scrolling = Seuil de défilement +modules.item.command.refresh = Taux de rafraîchissement +modules.item.command.command = Commande -config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color +config.formatting.rgb_main = Couleur principale personalisée +config.formatting.rgb_prefix = Couleur de préfixe personalisée ingame.command_output = Command ingame.text = Text From f3b1e9cbdfe4f38dde7be06235b2c1b5534ba809 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 09:09:13 +0200 Subject: [PATCH 161/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 87ee4ea..982a9e8 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -148,26 +148,26 @@ config.main.display = Options d'affichage... config.main.display.desc = Modifier l'apparence de Minecraft. config.main.modules = Customiser l'affichage... config.main.modules.desc = Modifier l'apparence de l'affichage en jeu. -config.main.show_hide = Afficher/Masquer des options... +config.main.show_hide = Afficher/Cacher des options... config.main.show_hide.desc = Activer ou désactiver certaines fonctionnalités du mod. config.main.server = Options par serveur... config.main.server.desc = Modifier certaines statistiques affichées sur chaque serveur.\nFiltrer les messages du chat de serveur. config.main.coordinate_clipboard = Presse-papiers des coordonnées... -config.main.coordinate_clipboard.desc = Stocker des coordonnées spécifiques en x et z qui seront affichées en jeu. +config.main.coordinate_clipboard.desc = Enregistrer des coordonnées x et z spécifiques pour afficher en jeu. config.main.auto_update = Mise à jour automatique -config.main.auto_update.desc = Permettre au mod de vérifier les mises à jour automatiquement. Si une mise à jour est trouvée, elle sera téléchargée et installée automatiquement. Tous les mods installés seront conservés tant que la version de Minecraft convient avec ceux-ci. -config.main.cape_settings = Réglages de cape... +config.main.auto_update.desc = Permettre au mod de vérifier les mises à jour automatiquement. Si une mise à jour est trouvée, elle sera téléchargée et installée automatiquement. Tous les mods installés seront conservés pourvu que la version du mod utilise la même version de Minecraft. +config.main.cape_settings = Paramètres de cape... config.main.cape_settings.desc = Changer l'apparence de votre cape.\nDisponible uniquement pour les donateurs \! config.main.always = Toujours config.main.same_version = Même version config.main.never = Jamais config.main.teamspeak = TeamSpeak -config.main.teamspeak.desc = Affiche les chaînes et autres clients auxquels vous êtes connecté sur Teamspeak. +config.main.teamspeak.desc = Affiche toutes les chaînes et autres clients auxquels vous êtes connectés sur Teamspeak. config.main.language_screen = Langue... config.main.language_screen.desc = Changer la langue d'affichage du mod. config.main.friend_list = Amis... -config.main.friend_list.desc = Ajoute des amis et discute avec eux en ligne, peu importe le serveur où ils jouent \! -config.main.reset_config = Réinitialiser les configurations... +config.main.friend_list.desc = Ajouter des amis et leur discuter en ligne, peu importe le serveur où ils jouent \! +config.main.reset_config = Réinitialiser les paramètres... config.main.reset_config.desc = Réinitialise tous les paramètres du mod. Vos amis et vos conversations seront conservés. config.main.reset.title = Êtes-vous sûr de vouloir réinitialiser les configurations ? config.main.plugins = Greffons (%s) @@ -493,7 +493,7 @@ server.hypixel.stats.arcade.wins_oneinthequiver = Victoires en OneInTheQuiver server.hypixel.stats.arcade.bounty_kills_oneinthequiver = Kills de prime en OneInTheQuiver server.hypixel.stats.arcade.kills_throw_out = Kills en Throw Out server.hypixel.stats.arcade.deaths_throw_out = Morts en Throw Out -server.hypixel.stats.arcade.poop_collected = Œufs de caca collectés +server.hypixel.stats.arcade.poop_collected = Crottes collectées server.hypixel.stats.arcade.wins_party = Victoires en Party Games 1 server.hypixel.stats.arcade.wins_party2 = Victoires en Party Games 2 server.hypixel.stats.arcade.sw_kills = Kills en Galaxy Wars @@ -1784,8 +1784,8 @@ modules.item.command.command = Commande config.formatting.rgb_main = Couleur principale personalisée config.formatting.rgb_prefix = Couleur de préfixe personalisée -ingame.command_output = Command -ingame.text = Text -modules.item.text = Simple Text -modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +ingame.command_output = Commande +ingame.text = Texte +modules.item.text = Texte simple +modules.item.text.value = Texte +modules.item.text.value.desc = Le texte à afficher \ No newline at end of file From b0e9a6f699f6ed259348f01225233718eb255c4b Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 09:21:10 +0200 Subject: [PATCH 162/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 48 ++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 982a9e8..cd7f938 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -167,35 +167,35 @@ config.main.language_screen = Langue... config.main.language_screen.desc = Changer la langue d'affichage du mod. config.main.friend_list = Amis... config.main.friend_list.desc = Ajouter des amis et leur discuter en ligne, peu importe le serveur où ils jouent \! -config.main.reset_config = Réinitialiser les paramètres... -config.main.reset_config.desc = Réinitialise tous les paramètres du mod. Vos amis et vos conversations seront conservés. -config.main.reset.title = Êtes-vous sûr de vouloir réinitialiser les configurations ? +config.main.reset_config = Réinitialiser la configuration... +config.main.reset_config.desc = Réinitialise tous les paramètres du mod. Vos amis et messages seront conservés. +config.main.reset.title = Êtes-vous sûr de vouloir réinitialiser la configuration ? config.main.plugins = Greffons (%s) config.main.credits = Crédits... -config.main.discord = Statut détaillé Discord +config.main.discord = Statut détaillé (Rich Presence) Discord -config.reset = Les configurations ont été réinitialisées \! +config.reset = La configuration a été réinitialisée \! update.1 = Une nouvelle version du 5zig Mod est disponible \! -update.2 = Télécharge-la sur 5zigreborn.eu/downloads \! +update.2 = Téléchargez sur 5zigreborn.eu/downloads \! config.display.title = Options d'affichage -config.display.formatting = Options de mise en forme... -config.display.formatting.desc = Changer la couleur de toutes les statistiques en jeu et mettre certains réglages en forme. -config.formatting.title = Options de mise en forme -config.formatting.formatting_prefix = Mise en forme du préfixe -config.formatting.formatting_prefix.desc = Mettre le préfixe des statistiques affichées en forme. -config.formatting.color_prefix = Couleur du préfixe +config.display.formatting = Options de formatage... +config.display.formatting.desc = Changer la couleur de toutes les statistiques en jeu et modifier des paramètres de formatage. +config.formatting.title = Options de formatage +config.formatting.formatting_prefix = Formatage de préfixe +config.formatting.formatting_prefix.desc = Le formatage des statistiques affichées +config.formatting.color_prefix = Couleur de préfixe config.formatting.color_prefix.desc = Changer la couleur du préfixe des statistiques affichées. -config.formatting.formatting_main = Mise en forme principal -config.formatting.formatting_main.desc = La mise en forme principal des statistiques affichées. +config.formatting.formatting_main = Formatage principal +config.formatting.formatting_main.desc = Le formatage principal des statistiques affichées. config.formatting.color_main = Couleur principale config.formatting.color_main.desc = Changer la couleur principale des statistiques affichées. -config.formatting.formatting_brackets = Mise en forme des crochets -config.formatting.formatting_brackets.desc = Mettre les crochets des statistiques affichées en forme. -config.formatting.color_brackets = Couleur des crochets -config.formatting.color_brackets.desc = Changer la couleur des crochets des statistiques affichées. -config.formatting.number_precision = Précision des nombres +config.formatting.formatting_brackets = Formatage de crochet +config.formatting.formatting_brackets.desc = Le formatage des crochets des statistiques affichées +config.formatting.color_brackets = Couleur de crochet +config.formatting.color_brackets.desc = La couleur de crochet des statistiques affichées +config.formatting.number_precision = Précision de nombre config.formatting.number_precision.desc = Précise avec quelle précision le mod doit raccourcir les nombres. config.display.digits = chiffres config.display.max_overlays = Notifications max. @@ -277,7 +277,7 @@ config.chat_time_prefix.chat_time_prefix_enabled = On config.chat_time_prefix.chat_time_prefix_enabled.desc = Permet aux messages du tchat de contenir l'heure à laquelle ils ont été envoyés. config.chat_time_prefix.chat_time_prefix_color = Couleur config.chat_time_prefix.chat_time_prefix_color.desc = Permet d'indiquer une couleur sur l'heure affichée. -config.chat_time_prefix.chat_time_prefix_brackets_formatting = Mise en forme des crochets +config.chat_time_prefix.chat_time_prefix_brackets_formatting = Formatage des crochets config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Permet de modifier l'affichage des crochets. config.chat_time_prefix.chat_time_prefix_brackets_color = Couleur des crochets config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Permet d'indiquer une couleur pour les crochets. @@ -728,9 +728,9 @@ modules.settings.item.list.settings = Réglages modules.settings.item.add = Ajouter un nouvel outil... modules.settings.item.color = Couleur modules.settings.item.prefix_color = Couleur du préfixe -modules.settings.item.prefix_formatting = Mise en forme du préfixe +modules.settings.item.prefix_formatting = Formatage du préfixe modules.settings.item.main_color = Couleur principale -modules.settings.item.main_formatting = Mise en forme principal +modules.settings.item.main_formatting = Formatage principal modules.settings.item.prefix = Préfixe modules.category.general = Général @@ -825,7 +825,7 @@ modules.item.speed.desc = Affiche votre vitesse de déplacement en mètres par s modules.item.time = Heure modules.item.time.desc = Affiche l'heure réelle. L'heure sera formatée selon votre format d'heure sur le pc. modules.item.time.style = Style -modules.item.time.style.desc = Permet de régler la mise en forme de l'heure. +modules.item.time.style.desc = Permet de régler le formatage de l'heure. modules.item.time.system = Selon le pc modules.item.time.hours_24 = Format en 24H modules.item.time.hours_12 = Format en 12H @@ -838,7 +838,7 @@ modules.item.timer.desc = Affiche un chronomètre. Vous pouvez le démarer, le m modules.item.memory = Mémoire modules.item.memory.desc = Affiche la mémoire disponible de Java VM en pourcentage ou en valeur absolue. modules.item.memory.style = Style -modules.item.memory.style.desc = Permet de règler la mise en forme de l'affichage de la mémoire disponible. +modules.item.memory.style.desc = Permet de règler le formatage de l'affichage de la mémoire disponible. modules.item.memory.percentage = Pourcentage modules.item.memory.bytes = Valeur absolue modules.item.memory.both = Les deux From c5179323cb310b53b156ce8e5b817dc067bf3ff2 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 09:29:31 +0200 Subject: [PATCH 163/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index cd7f938..c2edad1 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -196,13 +196,13 @@ config.formatting.formatting_brackets.desc = Le formatage des crochets des stati config.formatting.color_brackets = Couleur de crochet config.formatting.color_brackets.desc = La couleur de crochet des statistiques affichées config.formatting.number_precision = Précision de nombre -config.formatting.number_precision.desc = Précise avec quelle précision le mod doit raccourcir les nombres. +config.formatting.number_precision.desc = Spécifier avec quelle précision le mod doit raccourcir les nombres. config.display.digits = chiffres -config.display.max_overlays = Notifications max. -config.display.max_overlays.desc = Indique le montant maximum de notifications affichées. Elles seront affichées, par exemple, lorsqu'un ami vous envoie un message. -config.display.overlay_texture = Texture des notifications -config.display.overlay_texture.desc = Change la texture des messages des notifications. Marche uniquement avec MC 1.12+. -config.display.overlay_texture.changed = La texture des notifications a été mise à jour \! +config.display.max_overlays = Max d'overlay +config.display.max_overlays.desc = Précise la quantité maximale d'overlays affichées. Elles seront affichées, par exemple, lorsqu'un ami vous envoie un message. +config.display.overlay_texture = Texture d'overlay +config.display.overlay_texture.desc = Change la texture des messages de l'overlay. Marche uniquement avec MC 1.12+. +config.display.overlay_texture.changed = La texture de l'overlay a été mise à jour \! config.display.zoom_factor = Facteur de zoom config.display.zoom_factor.desc = Indique le facteur par lequel le mod zoome quand la touche de zoom est appuie. config.display.crosshair_distance = Distance de réticule From f813c1e526a20cffdf69d7a8b73af6cb1342376b Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 09:47:49 +0200 Subject: [PATCH 164/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index c2edad1..c9b2f0f 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -201,14 +201,14 @@ config.display.digits = chiffres config.display.max_overlays = Max d'overlay config.display.max_overlays.desc = Précise la quantité maximale d'overlays affichées. Elles seront affichées, par exemple, lorsqu'un ami vous envoie un message. config.display.overlay_texture = Texture d'overlay -config.display.overlay_texture.desc = Change la texture des messages de l'overlay. Marche uniquement avec MC 1.12+. -config.display.overlay_texture.changed = La texture de l'overlay a été mise à jour \! +config.display.overlay_texture.desc = Change la texture des messages d'overlay. Marche uniquement avec MC 1.12+. +config.display.overlay_texture.changed = La texture d'overlay a été mise à jour \! config.display.zoom_factor = Facteur de zoom -config.display.zoom_factor.desc = Indique le facteur par lequel le mod zoome quand la touche de zoom est appuie. -config.display.crosshair_distance = Distance de réticule -config.display.crosshair_distance.desc = Précise la distance maximum entre le joueur et le bloc en vue. -config.display.hud = Options d'ATH... -config.display.hud.desc = Modifie l'apparence de l'affichage tête haute (ATH) et de la barre d'action +config.display.zoom_factor.desc = Précise le facteur par lequel le mod zoome quand la touche de zoom est appuie. +config.display.crosshair_distance = Écart de mire +config.display.crosshair_distance.desc = Précise la distance maximum entre le joueur et le bloc dans la ligne de mire. +config.display.hud = Options de HUD... +config.display.hud.desc = Modifier l'apparence de l'interface utilisateur (heads-up display - HUD) et de la barre d'action config.hud.title = Options d'ATH config.hud.show_vanilla_potion_indicator = Indicateur d'effet vanilla config.hud.show_vanilla_potion_indicator.desc = Les effets de potions sont affichés par Minecraft (ajouté en version 1.9). @@ -233,7 +233,7 @@ config.display.keyboard_settings.desc = Customise les LEDs de ton clavier \! config.display.max_chat_lines = Limite du tchat config.display.max_chat_lines.desc = Permet de régler la limite de lignes affichées dans le tchat. config.display.max_chat_lines.lines = Lignes -config.display.static_fov = FOV statique +config.display.static_fov = FOV fixe config.display.static_fov.desc = Modifie si votre FOV (champ de vision) sera modifié sous l'effet d'une potion de vitesse ou de lenteur. config.display.chat_time_prefix = Temps dans les messages du tchat... config.display.chat_time_prefix.desc = Modifie si l'heure du message sera affichée à côté du message en question dans le tchat. @@ -1349,8 +1349,8 @@ chat.conversation_settings = Réglages... chat.conversation_settings.title = Paramètres de la Conversation chat.conversation_settings.behaviour = Comportement\: %s chat.conversation_settings.behaviour.default = Par défaut -chat.conversation_settings.behaviour.show = Afficher les notifications -chat.conversation_settings.behaviour.hide = Cacher les notifications +chat.conversation_settings.behaviour.show = Afficher l'overlay +chat.conversation_settings.behaviour.hide = Cacher l'overlay chat.conversation_settings.delete = Suprimer la conversation chat.conversation_settings.leave = Quitter le groupe chat.conversation_settings.transfer_ownership = Merci de transférer votre fonction de chef de groupe d'abord \! From d7bb4e6ee04cba89d6bc773959e8e3503ceb8dd1 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 10:06:22 +0200 Subject: [PATCH 165/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index c9b2f0f..0b73198 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -234,19 +234,19 @@ config.display.max_chat_lines = Limite du tchat config.display.max_chat_lines.desc = Permet de régler la limite de lignes affichées dans le tchat. config.display.max_chat_lines.lines = Lignes config.display.static_fov = FOV fixe -config.display.static_fov.desc = Modifie si votre FOV (champ de vision) sera modifié sous l'effet d'une potion de vitesse ou de lenteur. -config.display.chat_time_prefix = Temps dans les messages du tchat... -config.display.chat_time_prefix.desc = Modifie si l'heure du message sera affichée à côté du message en question dans le tchat. -config.display.transparent_chat_background = Tchat transparent -config.display.transparent_chat_background.desc = Modifie si le tchat doit être transparent. -config.display.transparent_pause_menu = Menu de pause transparent -config.display.transparent_pause_menu.desc = Modifie si le menu de pause doit être transparent. -config.display.show_own_name_tag = Afficher son pseudo -config.display.show_own_name_tag.desc = Permet de voir son propre pseudo. +config.display.static_fov.desc = Activez pour que votre FOV (champ de vision) soit modifié sous l'effet d'une potion de rapidité/lenteur. +config.display.chat_time_prefix = Horodatage sur messages du chat... +config.display.chat_time_prefix.desc = Afficher l'heure d'envoi avant chaque message de chat. +config.display.transparent_chat_background = Fond de chat transparent +config.display.transparent_chat_background.desc = Rend le fond du chat transparent. +config.display.transparent_pause_menu = Fond de menu pause transparent +config.display.transparent_pause_menu.desc = Rend le fond du menu pause transparent. +config.display.show_own_name_tag = Afficher votre pseudo +config.display.show_own_name_tag.desc = Permet de voir votre propre pseudo au-dessus de vous-même. config.display.highlight_words_color = Couleur des mots surlignés -config.display.highlight_words_color.desc = Change la couleur de surlignage des mots sélectionnés dans le tchat. -config.display.ping_on_tab = Latence dans la liste de Tabulation -config.display.ping_on_tab.desc = Affiche la valeur de ping au lieu de la texture des barres. +config.display.highlight_words_color.desc = Change la couleur de surlignage des mots sélectionnés dans le chat. +config.display.ping_on_tab = Ping affiché dans la liste de joueurs +config.display.ping_on_tab.desc = Affiche le ping exact dans la liste au lieu des barres. config.keyboard_settings.title = Réglage des LEDs du clavier config.keyboard_settings.control_keyboard = Contrôler les LEDs du clavier From 176aa4f7626e8cc7f3c28597125283555cd84506 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 10:21:04 +0200 Subject: [PATCH 166/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 0b73198..729620b 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -226,8 +226,8 @@ config.display.show_chat_symbols = Afficher les symboles de tchat config.display.show_chat_symbols.desc = Activer ceci permettra l'utilisation de symboles dans l'interface de tchat. config.display.show_last_server = Afficher dernier serveur config.display.show_last_server.desc = Activer ceci affichera dans le menu principal le dernier serveur où vous vous êtes connecté. -config.display.show_custom_models = Afficher les modèles d'articles personnalisés -config.display.show_custom_models.desc = Active/désactive si les textures et les modèles d'objet personnalisés de votre part ou d'autres joueurs doivent remplacer l'élément par défaut de votre pack de ressources. +config.display.show_custom_models = Afficher les modèles d'item personnalisés +config.display.show_custom_models.desc = Remplace les items de votre pack de ressources par les textures et les modèles personnalisés d'autres joueurs ou de vous-même. config.display.keyboard_settings = Réglages des LEDs du clavier... config.display.keyboard_settings.desc = Customise les LEDs de ton clavier \! config.display.max_chat_lines = Limite du tchat @@ -264,9 +264,9 @@ config.keyboard_settings.active_led_keys.desc = Spécifie le groupe de LEDs à a config.keyboard_settings.all = Toutes config.keyboard_settings.special = Seulement WASD config.keyboard_settings.show_led_health = Afficher la vie -config.keyboard_settings.show_led_health.desc = Active/Désactive si la vie actuelle du joueur doit être affichée dans la rangée de fonction de votre clavier. +config.keyboard_settings.show_led_health.desc = Affiche la vie actuelle du joueur dans la rangée de touches de fonction sur votre clavier. config.keyboard_settings.show_led_armor = Afficher l'armure -config.keyboard_settings.show_led_armor.desc = Active/Désactive si l'armure actuelle du joueur doit être affichée dans la rangée de fonction de votre clavier. +config.keyboard_settings.show_led_armor.desc = Affiche l'armure actuelle du joueur dans la rangée de touches de fonction sur votre clavier. config.keyboard_settings.show_led_potions = Afficher les potions config.keyboard_settings.show_led_potions.desc = Permet au clavier de changer de couleur lorsque vous êtes affecté par un effet de potion. config.keyboard_settings.show_led_damage_flash = Afficher un flash de dégât @@ -281,7 +281,7 @@ config.chat_time_prefix.chat_time_prefix_brackets_formatting = Formatage des cro config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Permet de modifier l'affichage des crochets. config.chat_time_prefix.chat_time_prefix_brackets_color = Couleur des crochets config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Permet d'indiquer une couleur pour les crochets. -config.chat_time_prefix.chat_time_prefix_time_format = Format +config.chat_time_prefix.chat_time_prefix_time_format = Formatage config.chat_time_prefix.chat_time_prefix_time_format.desc = Indique le format de l'heure. config.server.title = Options des serveurs @@ -1149,7 +1149,7 @@ teamspeak.auth.title = Authentication sur TeamSpeak teamspeak.auth.info = Le 5zig mod à besoin d'une clé d'authentication si vous souhaitez utiliser l'outil TeamSpeak intégré au mod. teamspeak.auth.invalid_key = Clé d'authentication invalide \! teamspeak.auth.steps.win = Ouvrez dans TeamSpeak le menu "Outils", allez dans "Compléments". Sélectionnez ensuite "My addons" puis cherchez "ClientQuery". Ensuite cliquez sur "Paramètres". Ensuite copiez l'API Key, collez la dans Minecraft et cliquez sur "OK". -teamspeak.auth.steps.mac = Ouvrez le menu des paramètres de votre client TeamSpeak sous "TeamSpeak 3"->"Paramètres". Ensuite, sélectionnez "Addons" sur le côté gauche et cliquez sur l'onglet "Mes addons". Recherchez le plugin "ClientQuery" et cliquez sur "Paramètres". Enfin, copiez la clé API, collez-la dans le champ de texte inférieur de votre fenêtre Minecraft et cliquez sur terminé. +teamspeak.auth.steps.mac = Ouvrez le menu des paramètres de votre client TeamSpeak sous "TeamSpeak 3"->"Paramètres". Ensuite, sélectionnez "Addons" sur le côté gauche et cliquez sur l'onglet "Mes addons". Recherchez le plugin "ClientQuery" et cliquez sur "Paramètres". Enfin, copiez la clé API, collez-la dans le champ de texte inférieur de Minecraft et cliquez Terminé. teamspeak.overlay.poked = %s vous a envoyé un poke \! teamspeak.overlay.direct_message = %s vous a envoyé un message \! teamspeak.message.poked = "%s" vous a envoyé un poke\: %s @@ -1167,7 +1167,7 @@ teamspeak.entry.server.name = Nom\: %s teamspeak.entry.server.ip = IP du serveur\: %s teamspeak.entry.server.version = Version\: %s sur %s teamspeak.entry.server.created = Créé\: %s -teamspeak.entry.server.channels = Canaux\: %s +teamspeak.entry.server.channels = Canaux \: %s teamspeak.entry.server.clients = Clients connectés\: %s teamspeak.entry.channel.name = Nom\: %s teamspeak.entry.channel.topic = Sujet\: %s From 9a7d6c65742f071814fa4ac5a842dbb538ccaf63 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 10:36:23 +0200 Subject: [PATCH 167/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 44 ++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 729620b..58fdb79 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -321,9 +321,9 @@ config.server_general.show_large_killstreaks = Afficher les killstreaks config.server_general.show_large_killstreaks.desc = Permet d'afficher les killstreaks. (Fonctionne uniquement dans les modes du jeu supportés) config.server_general.notify_on_name = Notifier les mentions du tchat config.server_general.notify_on_name.desc = Permet de recevoir une alerte lorsque votre pseudo est utilisé dans le tchat. -config.server_general.auto_server_reconnect = Reconnection automatique +config.server_general.auto_server_reconnect = Reconnexion automatique config.server_general.auto_server_reconnect.desc = Indique si Minecraft doit tenter de vous reconnecter à votre dernier serveur après une déconnection. -config.server_general.auto_server_reconnect.off = Off +config.server_general.auto_server_reconnect.off = Désactivé config.server_general.auto_server_reconnect.sec = s config.server_general.mac_cmd_drop = Utiliser la touche CMD config.server_general.mac_cmd_drop.desc = Option dédiée aux mac. Indique si vous voulez utiliser la touche commande (ou touche Apple) ou alors la touche CTRL.\nAttention\: Si vous utilisez CMD+Q pour jeter un stack d'items, votre fenêtre peut fermer \! @@ -389,34 +389,34 @@ server.hypixel.stats.info = Statistiques de %s server.hypixel.stats.none = Aucune server.hypixel.stats.general.displayname = Pseudo server.hypixel.stats.general.package_rank = Rang -server.hypixel.stats.general.network_exp = Xp +server.hypixel.stats.general.network_exp = Exp server.hypixel.stats.general.network_level = Niveau server.hypixel.stats.general.karma = Karma -server.hypixel.stats.general.vanity_tokens = Jetons de Vanité +server.hypixel.stats.general.vanity_tokens = Jetons de vanité server.hypixel.stats.general.tips_sent = Tips envoyés server.hypixel.stats.general.thanks_sent = Merci envoyés server.hypixel.stats.general.first_login = Première connection server.hypixel.stats.general.last_login = Dernière connection server.hypixel.stats.quake.coins = Monnaie -server.hypixel.stats.quake.kills = Tués +server.hypixel.stats.quake.kills = Kills server.hypixel.stats.quake.deaths = Morts -server.hypixel.stats.quake.killstreaks = Série de tués +server.hypixel.stats.quake.killstreaks = Séries de Kills server.hypixel.stats.quake.wins = Victoires server.hypixel.stats.walls.coins = Monnaie -server.hypixel.stats.walls.kills = Tués +server.hypixel.stats.walls.kills = Kills server.hypixel.stats.walls.deaths = Morts server.hypixel.stats.walls.wins = Victoires server.hypixel.stats.walls.losses = Défaites server.hypixel.stats.walls.weekly_wins_a = Victoires par semaine server.hypixel.stats.walls.monthly_wins_b = Victoires par mois server.hypixel.stats.paintball.coins = Monnaie -server.hypixel.stats.paintball.kills = Tués +server.hypixel.stats.paintball.kills = Kills server.hypixel.stats.paintball.deaths = Morts -server.hypixel.stats.paintball.killstreaks = Série de tués +server.hypixel.stats.paintball.killstreaks = Séries de Kills server.hypixel.stats.paintball.shots_fired = Coups tirés server.hypixel.stats.paintball.wins = Victoires server.hypixel.stats.hungergames.coins = Monnaie -server.hypixel.stats.hungergames.kills = Tués +server.hypixel.stats.hungergames.kills = Kills server.hypixel.stats.hungergames.deaths = Morts server.hypixel.stats.hungergames.wins = Victoires server.hypixel.stats.hungergames.wins_teams = Victoires en équipe @@ -439,7 +439,7 @@ server.hypixel.stats.vampirez.vampire_deaths = Morts en Vampire server.hypixel.stats.vampirez.most_vampire_kills = Maximum de Vampires tués server.hypixel.stats.vampirez.zombie_kills = Zombie tués server.hypixel.stats.walls3.coins = Monnaie -server.hypixel.stats.walls3.kills = Tués +server.hypixel.stats.walls3.kills = Kills server.hypixel.stats.walls3.deaths = Morts server.hypixel.stats.walls3.final_kills = Derniers kills server.hypixel.stats.walls3.final_deaths = Derniers morts @@ -462,12 +462,12 @@ server.hypixel.stats.walls3.deaths_enderman = Morts en Enderman server.hypixel.stats.walls3.final_kills_enderman = Kills finals en Enderman server.hypixel.stats.walls3.wins_enderman = Kills en Enderman server.hypixel.stats.walls3.losses_enderman = Défaits en Enderman -server.hypixel.stats.walls3.kills_herobrine = Hérobrine Tués -server.hypixel.stats.walls3.deaths_herobrine = Morts d'Hérobrine -server.hypixel.stats.walls3.final_kills_herobrine = Mort Finale d'Hérobrine -server.hypixel.stats.walls3.wins_herobrine = Victoire d'Hérobrine -server.hypixel.stats.walls3.losses_herobrine = Pertes d'Hérobrine -server.hypixel.stats.walls3.kills_skeleton = Squelette tués +server.hypixel.stats.walls3.kills_herobrine = Kills en Herobrine +server.hypixel.stats.walls3.deaths_herobrine = Morts en Herobrine +server.hypixel.stats.walls3.final_kills_herobrine = Kills finals en Herobrine +server.hypixel.stats.walls3.wins_herobrine = Victoire en Herobrine +server.hypixel.stats.walls3.losses_herobrine = Défaits en Herobrine +server.hypixel.stats.walls3.kills_skeleton = Kills en Squelette server.hypixel.stats.walls3.deaths_skeleton = Morts en squelette server.hypixel.stats.walls3.final_kills_skeleton = Kills finals en squelette server.hypixel.stats.walls3.wins_skeleton = Victoires en squelette @@ -500,7 +500,7 @@ server.hypixel.stats.arcade.sw_kills = Kills en Galaxy Wars server.hypixel.stats.arcade.sw_empire_kills = Kills en membre de l'empire dans GW server.hypixel.stats.arcade.sw_rebel_kills = Kills en rebelle dans GW server.hypixel.stats.arcade.sw_deaths = Morts en Galaxy Wars -server.hypixel.stats.arcade.sw_shots_fired = Tirs GW tirés +server.hypixel.stats.arcade.sw_shots_fired = Tirs sur GW server.hypixel.stats.arcade.sw_weekly_kills_a = Kills par semaine en GW server.hypixel.stats.arcade.sw_monthly_kills_a = Kills par mois en GW server.hypixel.stats.arcade.wins_farm_hunt = Victoires en Farm Hunt @@ -522,7 +522,7 @@ server.hypixel.stats.arena.wins_4v4 = Victoires en 4v4 server.hypixel.stats.arena.losses_4v4 = Défaites en 4v4 server.hypixel.stats.arena.damage_4v4 = Dégâts infligés en 4v4 server.hypixel.stats.mcgo.coins = Monnaie -server.hypixel.stats.mcgo.kills = Tués +server.hypixel.stats.mcgo.kills = Kills server.hypixel.stats.mcgo.cop_kills = Kills en policier server.hypixel.stats.mcgo.criminal_kills = Kills en criminel server.hypixel.stats.mcgo.deaths = Morts @@ -532,14 +532,14 @@ server.hypixel.stats.mcgo.shots_fired = Coups tirés server.hypixel.stats.mcgo.bombs_planted = Bombes plantées server.hypixel.stats.mcgo.bombs_defused = Bombes désamorcées server.hypixel.stats.uhc.coins = Monnaie -server.hypixel.stats.uhc.kills = Tués +server.hypixel.stats.uhc.kills = Kills server.hypixel.stats.uhc.deaths = Morts server.hypixel.stats.uhc.wins = Victoires server.hypixel.stats.uhc.score = Score server.hypixel.stats.uhc.heads_eaten = Têtes mangées server.hypixel.stats.battleground.coins = Monnaie server.hypixel.stats.battleground.chosen_class = Classe choisie -server.hypixel.stats.battleground.kills = Tués +server.hypixel.stats.battleground.kills = Kills server.hypixel.stats.battleground.assists = Aides au kill server.hypixel.stats.battleground.deaths = Morts server.hypixel.stats.battleground.wins = Victoires @@ -560,7 +560,7 @@ server.hypixel.stats.gingerbread.box_pickups = Boîtes récupérées server.hypixel.stats.gingerbread.banana_hits_sent = Nombre de bananes touchées par les autres joueurs server.hypixel.stats.gingerbread.banana_hits_received = Nombre de bananes touchées par le joueur server.hypixel.stats.skywars.coins = Monnaie -server.hypixel.stats.skywars.kills = Tués +server.hypixel.stats.skywars.kills = Kills server.hypixel.stats.skywars.assists = Aides au kill server.hypixel.stats.skywars.deaths = Morts server.hypixel.stats.skywars.wins = Victoires From 97d1a50e9d9e2ce1e5a5f2eeee98055faaaa09f9 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 10:43:56 +0200 Subject: [PATCH 168/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 58fdb79..ae2bea4 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -569,9 +569,9 @@ server.hypixel.stats.skywars.losses = Défaites server.hypixel.stats.skywars.blocks_placed = Blocs posés server.hypixel.stats.skywars.blocks_broken = Blocs cassés server.hypixel.stats.skywars.quits = Déconnections -server.hypixel.stats.skywars.soul_well = Puits d'Âmes -server.hypixel.stats.skywars.soul_well_legendaries = Puits d’Âmes Légendaires -server.hypixel.stats.skywars.soul_well_rares = Puits d'Âmes Rares +server.hypixel.stats.skywars.soul_well = Soul Wells +server.hypixel.stats.skywars.soul_well_legendaries = Soul Wells légendaires +server.hypixel.stats.skywars.soul_well_rares = Soul Wells rares server.hypixel.stats.skywars.souls_gathered = Âmes collectées server.hypixel.stats.skywars.egg_thrown = Œufs lancés server.hypixel.stats.skywars.enderpearls_thrown = Perles du néant lancées @@ -611,13 +611,13 @@ chat_filter.message.disabled = Le filtre de message du tchat a été désactivé chat_filter.edit.title = Éditer un message chat_filter.edit.name = Nom\: chat_filter.edit.chat_message = Message\: -chat_filter.edit.except = Exceptions\: +chat_filter.edit.except = Exceptions \: chat_filter.edit.servers = Serveurs\: chat_filter.edit.auto_text = Texte automatique\: chat_filter.edit.auto_text_cancel = Message d'abandon du texte autotmatique\: chat_filter.edit.auto_text_delay = Délai (ticks)\: chat_filter.edit.multiple_ips = Les différentes IP des serveurs peuvent être séparées par une virgule. -chat_filter.edit.action = Action\: +chat_filter.edit.action = Action \: chat_filter.edit.action.ignore = Ignorer chat_filter.edit.action.2nd_chat = Imprimer dans le second tchat chat_filter.edit.action.copy_2nd_chat = Copier dans le second tchat @@ -633,7 +633,7 @@ text_replacement.add = Ajouter un raccourci text_replacement.edit = Éditer un raccourci text_replacement.delete = Suprimer un raccourci text_replacement.edit.title = Éditer un raccourci -text_replacement.edit.message = Message\: +text_replacement.edit.message = Message \: text_replacement.edit.replacement = Remplacement\: text_replacement.edit.ignore_commands = Ignorer commandes\: %s text_replacement.edit.replace_inside_words = Remplacer mots d'une phrase\: %s @@ -644,7 +644,7 @@ text_macros.add = Ajouter un macro text_macros.edit = Éditer une macro text_macros.delete = Suprimer une macro text_macros.edit.title = Éditer une macro -text_macros.edit.message = Message\: +text_macros.edit.message = Message \: text_macros.edit.macro = Touche\: text_macros.edit.macro.press = Cliquez dessus et tappez la touche correspondant au message text_macros.edit.macro.listening = En attente de touche @@ -779,7 +779,7 @@ modules.item.chunk_coordinates.chunk_style = Affichage modules.item.chunk_coordinates.chunk_style.desc = Active ou non l'affichage de vos coordonnées relatives au tronçon. modules.item.chunk_coordinates.relative = Relative modules.item.chunk_coordinates.chunk = Tronçon seulement -modules.item.chunk_coordinates.both = Relative et Tronçon +modules.item.chunk_coordinates.both = Relative et tronçon modules.item.death_coordinates = Emplacement de mort modules.item.death_coordinates.desc = Affiche le dernier endroit où vous êtes mort. modules.item.death_coordinates.nether = Nether From c8ae480120178519e8b2c2743d61af169d4198cc Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 11:03:36 +0200 Subject: [PATCH 169/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index ae2bea4..8d08555 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -783,18 +783,18 @@ modules.item.chunk_coordinates.both = Relative et tronçon modules.item.death_coordinates = Emplacement de mort modules.item.death_coordinates.desc = Affiche le dernier endroit où vous êtes mort. modules.item.death_coordinates.nether = Nether -modules.item.death_coordinates.the_end = L'Ender +modules.item.death_coordinates.the_end = L'End modules.item.direction = Direction modules.item.direction.desc = Affiche la direction que vous regardez. modules.item.direction.direction_style = Direction modules.item.direction.direction_style.desc = Modifie comment votre direction sera affichée. modules.item.direction.number = Nombre modules.item.direction.string = Chaîne -modules.item.direction.both = Les deux -modules.item.direction.degree = Angles -modules.item.direction.show_direction_towards = Afficher la direction de l'orientation +modules.item.direction.both = Tous deux +modules.item.direction.degree = Degré +modules.item.direction.show_direction_towards = Afficher la direction d'orientation modules.item.direction.show_direction_towards.desc = Affiche dans quel x ou z vous regardez. -modules.item.pitch = Pas +modules.item.pitch = Pente modules.item.pitch.desc = Affiche la rotation du joueur. modules.item.biome = Biome modules.item.biome.desc = Affiche le biome dans lequel vous vous trouvez. @@ -873,8 +873,8 @@ modules.item.einslive.desc = Affiche la nom de la chanson, son auteur et son alb modules.item.teamspeak = TeamSpeak modules.item.teamspeak.desc = Affiche les joueurs actuellement dans votre canal. modules.item.teamspeak.show_all_tabs = Afficher tous les onglets -modules.item.teamspeak.show_all_tabs.desc = Permet de déterminer si vos canaux actuels de tous les serveurs TeamSpeak que vous êtes actuellement en ligne devraient être affichés ou si seulement le canal actuel du serveur sélectionné doit être affiché. -modules.item.teamspeak.more = ...et %s autres +modules.item.teamspeak.show_all_tabs.desc = Choisir si vos canaux actuels de tous les serveurs TeamSpeak dont vous êtes actuellement en ligne seront affichés ou si seulement le canal actuel du serveur sélectionné sera affiché. +modules.item.teamspeak.more = ...et %s de plus modules.item.coordinates_clipboard = Presse-papier des coordonnées modules.item.coordinates_clipboard.desc = Affiche vos coordonnées sauvegardées ainsi qu'une flèche montrant la direction de ces coordonnées. modules.item.custom_server = Serveur personnalisé @@ -951,17 +951,17 @@ modules.item.ip = IP modules.item.ip.desc = Affiche l'ip du serveur sur lequel vous êtes connecté. modules.item.players = Nombre de joueurs modules.item.players.desc = Affiche le nombre de joueurs du serveur sur lequel vous êtes connecté. -modules.item.ping = Latence +modules.item.ping = Ping modules.item.ping.desc = Affiche votre ping (plus le ping est bas, plus votre connection sera bonne). -modules.item.lobby = Hall +modules.item.lobby = Lobby modules.item.lobby.desc = Affiche le nom du serveur de lobby auquel vous êtes connecté. modules.item.countdown = Compte à rebours modules.item.countdown.desc = Affiche le compte à rebours avant le début du mini-jeu auquel vous jouez (fonctionne uniquement dans les mini-jeux compatibles). modules.item.countdown.show_large_countdown = Center modules.item.countdown.show_large_countdown.desc = Permet au compte à rebours d'être mis au centre de l'écran. -modules.item.kills = Tue +modules.item.kills = Kills modules.item.kills.desc = Affiche vos kills dans mini-jeu auquel vous jouez. -modules.item.killstreak = Série de tués +modules.item.killstreak = Série de kills modules.item.killstreak.desc = Affiche vos kills à la suite dans mini-jeu auquel vous jouez. modules.item.deaths = Morts modules.item.deaths.desc = Affiche vos morts dans mini-jeu auquel vous jouez. @@ -980,7 +980,7 @@ modules.item.party_members.star = Étoile du chef modules.item.party_members.star.desc = Affiche l'étoile derrière le pseudo du chef de groupe. modules.item.nickname = Pseudo modules.item.nickname.desc = Affiche votre pseudo actuel. -modules.item.combat_range = Portée de Combat +modules.item.combat_range = Rayon de combat modules.item.timolia_pvp_winstreak = Victoires à la suite modules.item.timolia_pvp_winstreak.desc = Affiche vos victoires à la suite en 1v1 sur Timolia. modules.item.timolia_pvp_opponent = Adversaire @@ -1076,11 +1076,11 @@ modules.item.hypixel_paintball_team.desc = Affiche votre équipe en Paintball su modules.item.hypixel_blitz_kit = Kit en Blitz modules.item.hypixel_blitz_kit.desc = Affiche votre kit en Blitz sur Hypixel. modules.item.hypixel_blitz_star = Étoile en Blitz -modules.item.hypixel_blitz_star.desc = Affiche une minuterie en étoile en Blitz sur le réseau Hypixel. +modules.item.hypixel_blitz_star.desc = Affiche un chronomètre de Blitz Star sur Hypixel Network. modules.item.hypixel_blitz_deathmatch = Match à mort en Blitz modules.item.hypixel_blitz_deathmatch.desc = Affiche le temps avant le match à mort en Blitz sur Hypixel. -modules.item.hypixel_blitz_star_message = Message Blitz Étoilé -modules.item.hypixel_blitz_star_message.desc = Affiche une minuterie en étoile en Blitz sur le réseau Hypixel. +modules.item.hypixel_blitz_star_message = Message Blitz Star +modules.item.hypixel_blitz_star_message.desc = Affiche un chronomètre de Blitz Star sur Hypixel Network. modules.item.hypixel_blitz_deathmatch_message = Message Blitz de match à mort modules.item.hypixel_blitz_deathmatch_message.desc = Affiche un minuteur de match à mort en Blitz sur Hypixel Network. modules.item.venicraft_mineathlon_discipline = Discipline en Mineathlon From 0bb0dfb9f0840f885b89511f35449a4613fc3481 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 11:15:11 +0200 Subject: [PATCH 170/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 8d08555..2fab3ec 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1081,8 +1081,8 @@ modules.item.hypixel_blitz_deathmatch = Match à mort en Blitz modules.item.hypixel_blitz_deathmatch.desc = Affiche le temps avant le match à mort en Blitz sur Hypixel. modules.item.hypixel_blitz_star_message = Message Blitz Star modules.item.hypixel_blitz_star_message.desc = Affiche un chronomètre de Blitz Star sur Hypixel Network. -modules.item.hypixel_blitz_deathmatch_message = Message Blitz de match à mort -modules.item.hypixel_blitz_deathmatch_message.desc = Affiche un minuteur de match à mort en Blitz sur Hypixel Network. +modules.item.hypixel_blitz_deathmatch_message = Message deathmatch Blitz +modules.item.hypixel_blitz_deathmatch_message.desc = Affiche un chronomètre de deathmatch Blitz sur Hypixel Network. modules.item.venicraft_mineathlon_discipline = Discipline en Mineathlon modules.item.venicraft_mineathlon_discipline.desc = Affiche la discipline actuelle en Mineathlon sur Venicraft. modules.item.venicraft_mineathlon_round = Round en Mineathlon @@ -1099,7 +1099,7 @@ modules.item.cytooxien_marioparty_current_minigame = Mini-jeu actuel en Mario Pa modules.item.cytooxien_marioparty_current_minigame.desc = Affiche le mini-jeu auquel vous jouez en Mario Party sur Cytooxien. modules.item.cytooxien_marioparty_next_minigame = Prochain mini-jeu en Mario Party modules.item.cytooxien_marioparty_next_minigame.desc = Affiche le prochain mini-jeu en Mario Party sur Cytooxien. -modules.item.cytooxien_marioparty_first_player = Premier Joueur de MarioParty +modules.item.cytooxien_marioparty_first_player = Premier joueur en MarioParty modules.item.cytooxien_marioparty_first_player.desc = Affiche le premier joueur en MarioParty sur Cytooxien Network. modules.item.cytooxien_bw_beds = Lits détruits en Bedwars modules.item.cytooxien_bw_beds.desc = Affiche le nombre de lits que vous avez détruit en BedWars sur Cytooxien. @@ -1125,9 +1125,9 @@ config.2nd_chat.2nd_chat_opacity = Opacité config.2nd_chat.2nd_chat_opacity.desc = Permet de modifier l'opacité du second tchat. config.2nd_chat.2nd_chat_scale = Échelle config.2nd_chat.2nd_chat_scale.desc = Permet de modifier l'échelle du second tchat. -config.2nd_chat.2nd_chat_height_focused = Hauteur ciblée -config.2nd_chat.2nd_chat_height_focused.desc = Spécifiez la hauteur de la deuxième conversation pendant qu'elle est mise au point. -config.2nd_chat.2nd_chat_height_unfocused = Hauteur non ciblée +config.2nd_chat.2nd_chat_height_focused = Hauteur nette +config.2nd_chat.2nd_chat_height_focused.desc = Préciser la hauteur du chat second pendant qu'il est mis au point. +config.2nd_chat.2nd_chat_height_unfocused = Hauteur floue config.2nd_chat.2nd_chat_height_unfocused.desc = Spécifiez la hauteur de la deuxième conversation lorsque celle-ci n'est pas mise au point. config.2nd_chat.2nd_chat_width = Largeur config.2nd_chat.2nd_chat_width.desc = Permet de modifier la largeur du tchat. From a92a4f358ecceee8cdb79824a30944d96ec84803 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 1 Jul 2020 11:20:54 +0200 Subject: [PATCH 171/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 2fab3ec..6c58cb6 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1128,7 +1128,7 @@ config.2nd_chat.2nd_chat_scale.desc = Permet de modifier l'échelle du second tc config.2nd_chat.2nd_chat_height_focused = Hauteur nette config.2nd_chat.2nd_chat_height_focused.desc = Préciser la hauteur du chat second pendant qu'il est mis au point. config.2nd_chat.2nd_chat_height_unfocused = Hauteur floue -config.2nd_chat.2nd_chat_height_unfocused.desc = Spécifiez la hauteur de la deuxième conversation lorsque celle-ci n'est pas mise au point. +config.2nd_chat.2nd_chat_height_unfocused.desc = Préciser la hauteur du chat second pendant qu'il n'est pas mis au point. config.2nd_chat.2nd_chat_width = Largeur config.2nd_chat.2nd_chat_width.desc = Permet de modifier la largeur du tchat. config.2nd_chat.2nd_chat_text_leftbound = Texte à gauche @@ -1170,8 +1170,8 @@ teamspeak.entry.server.created = Créé\: %s teamspeak.entry.server.channels = Canaux \: %s teamspeak.entry.server.clients = Clients connectés\: %s teamspeak.entry.channel.name = Nom\: %s -teamspeak.entry.channel.topic = Sujet\: %s -teamspeak.entry.channel.codec = Codec\: %s +teamspeak.entry.channel.topic = Sujet \: %s +teamspeak.entry.channel.codec = Codec \: %s teamspeak.entry.channel.codec.speex_narrowband = Speex bande étroite teamspeak.entry.channel.codec.speex_wideband = Speex bande large teamspeak.entry.channel.codec.speex_ultra_wideband = Speex bande ultralarge @@ -1179,12 +1179,12 @@ teamspeak.entry.channel.codec.celt_mono = CELT mono teamspeak.entry.channel.codec.opus_voice = Opus Voix teamspeak.entry.channel.codec.opus_music = Opus Musique teamspeak.entry.channel.codec_quality = Qualité du codec\: %s -teamspeak.entry.channel.type = Type\: %s +teamspeak.entry.channel.type = Type \: %s teamspeak.entry.channel.type.permanent = Permanent -teamspeak.entry.channel.type.semi_permanent = Semi-Permanent +teamspeak.entry.channel.type.semi_permanent = Semi-permanent teamspeak.entry.channel.type.default = Défaut teamspeak.entry.channel.type.password = Mot de passe -teamspeak.entry.channel.clients = Clients\: %s/%s +teamspeak.entry.channel.clients = Clients \: %s/%s teamspeak.entry.channel.clients.unlimited = Illimité teamspeak.entry.channel.talk_power = Talk Power nécéssaire\: %s teamspeak.entry.channel.subscription_status = Status de l'abbonnement\: %s @@ -1222,14 +1222,14 @@ teamspeak.menu.client.ban = Bannir le client du serveur... teamspeak.create_channel.title = Canal TeamSpeak teamspeak.create_channel.name = Nom\: teamspeak.create_channel.password = Mot de passe\: -teamspeak.create_channel.topic = Sujet\: -teamspeak.create_channel.description = Description\: +teamspeak.create_channel.topic = Sujet \: +teamspeak.create_channel.description = Description \: teamspeak.create_channel.lifespan = Type de canal\: teamspeak.create_channel.lifespan.temporary = Temporaire -teamspeak.create_channel.lifespan.semi_permanent = Semi-Permanent +teamspeak.create_channel.lifespan.semi_permanent = Semi-permanent teamspeak.create_channel.lifespan.permanent = Permanent teamspeak.create_channel.default = Canal par défaut -teamspeak.create_channel.codec = Codec\: +teamspeak.create_channel.codec = Codec \: teamspeak.create_channel.codec_quality = Qualité teamspeak.create_channel.order = Trier ce canal après\: %s teamspeak.create_channel.needed_talk_power = Talk Power nécéssaire\: From 4370ae52b3c7f711d9aff5785b9c0b6482b8e427 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 12:59:38 +0200 Subject: [PATCH 172/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 1f6730c..7a4758d 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -390,40 +390,40 @@ server.hypixel.stats.none = Geen server.hypixel.stats.general.displayname = Spelernaam server.hypixel.stats.general.package_rank = Rang server.hypixel.stats.general.network_exp = Exp -server.hypixel.stats.general.network_level = Level +server.hypixel.stats.general.network_level = Niveau server.hypixel.stats.general.karma = Karma -server.hypixel.stats.general.vanity_tokens = Vanity Tokens +server.hypixel.stats.general.vanity_tokens = Ijdelheidstoken server.hypixel.stats.general.tips_sent = Tips verzonden server.hypixel.stats.general.thanks_sent = Bedankjes ontvangen server.hypixel.stats.general.first_login = Eerste login server.hypixel.stats.general.last_login = Laatste login server.hypixel.stats.quake.coins = Munten -server.hypixel.stats.quake.kills = Kills +server.hypixel.stats.quake.kills = Doden server.hypixel.stats.quake.deaths = Doden -server.hypixel.stats.quake.killstreaks = Killstreaks +server.hypixel.stats.quake.killstreaks = Dodingreeks server.hypixel.stats.quake.wins = Games gewonnen server.hypixel.stats.walls.coins = Munten -server.hypixel.stats.walls.kills = Kills +server.hypixel.stats.walls.kills = Doden server.hypixel.stats.walls.deaths = Doden server.hypixel.stats.walls.wins = Games gewonnen server.hypixel.stats.walls.losses = Games verloren server.hypixel.stats.walls.weekly_wins_a = Wekelijkse Wins server.hypixel.stats.walls.monthly_wins_b = Maandelijkse Wins server.hypixel.stats.paintball.coins = Munten -server.hypixel.stats.paintball.kills = Kills +server.hypixel.stats.paintball.kills = Doden server.hypixel.stats.paintball.deaths = Doden -server.hypixel.stats.paintball.killstreaks = Killstreaks +server.hypixel.stats.paintball.killstreaks = Dodingreeks server.hypixel.stats.paintball.shots_fired = Kogels geschoten server.hypixel.stats.paintball.wins = Games gewonnen server.hypixel.stats.hungergames.coins = Munten -server.hypixel.stats.hungergames.kills = Kills +server.hypixel.stats.hungergames.kills = Doden server.hypixel.stats.hungergames.deaths = Doden server.hypixel.stats.hungergames.wins = Games gewonnen -server.hypixel.stats.hungergames.wins_teams = Team-Wins +server.hypixel.stats.hungergames.wins_teams = Team Gewonnen server.hypixel.stats.hungergames.monthly_kills_b = Maandelijkse Kills server.hypixel.stats.tntgames.coins = Munten -server.hypixel.stats.tntgames.wins_tntrun = TNTRun Wins -server.hypixel.stats.tntgames.wins_tntag = TNTag Wins +server.hypixel.stats.tntgames.wins_tntrun = TNTRun Gewonnen +server.hypixel.stats.tntgames.wins_tntag = TNTag Gewonnen server.hypixel.stats.tntgames.tags_bowspleef = Bowspleef Tags server.hypixel.stats.tntgames.deaths_bowspleef = Bowspleef Doden server.hypixel.stats.tntgames.wins_bowspleef = Bowspleef Wins From ea84fdd90952f7293ee8e1f0ba77fe032e2827e4 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 13:05:24 +0200 Subject: [PATCH 173/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 7a4758d..ddc40c6 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -424,14 +424,14 @@ server.hypixel.stats.hungergames.monthly_kills_b = Maandelijkse Kills server.hypixel.stats.tntgames.coins = Munten server.hypixel.stats.tntgames.wins_tntrun = TNTRun Gewonnen server.hypixel.stats.tntgames.wins_tntag = TNTag Gewonnen -server.hypixel.stats.tntgames.tags_bowspleef = Bowspleef Tags +server.hypixel.stats.tntgames.tags_bowspleef = Bowspleef label server.hypixel.stats.tntgames.deaths_bowspleef = Bowspleef Doden -server.hypixel.stats.tntgames.wins_bowspleef = Bowspleef Wins -server.hypixel.stats.tntgames.kills_capture = Wizard Kills +server.hypixel.stats.tntgames.wins_bowspleef = Bowspleef Gewonnen +server.hypixel.stats.tntgames.kills_capture = Wizard gedood server.hypixel.stats.tntgames.deaths_capture = Wizard Doden -server.hypixel.stats.tntgames.wins_capture = Wizard Wins +server.hypixel.stats.tntgames.wins_capture = Wizard Gewonnen server.hypixel.stats.vampirez.coins = Munten -server.hypixel.stats.vampirez.human_kills = Human Kills +server.hypixel.stats.vampirez.human_kills = Mensen gedood server.hypixel.stats.vampirez.human_deaths = Human Doden server.hypixel.stats.vampirez.human_wins = Human Wins server.hypixel.stats.vampirez.vampire_kills = Vampire Kills From 897b97ebbf71126f2cf892147f69d5c22ca0df74 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 13:11:01 +0200 Subject: [PATCH 174/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index ddc40c6..6118c8d 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -433,8 +433,8 @@ server.hypixel.stats.tntgames.wins_capture = Wizard Gewonnen server.hypixel.stats.vampirez.coins = Munten server.hypixel.stats.vampirez.human_kills = Mensen gedood server.hypixel.stats.vampirez.human_deaths = Human Doden -server.hypixel.stats.vampirez.human_wins = Human Wins -server.hypixel.stats.vampirez.vampire_kills = Vampire Kills +server.hypixel.stats.vampirez.human_wins = Human Gewonnen +server.hypixel.stats.vampirez.vampire_kills = Vampire gedood server.hypixel.stats.vampirez.vampire_deaths = Vampire Doden server.hypixel.stats.vampirez.most_vampire_kills = Meeste Vampieren Gedood server.hypixel.stats.vampirez.zombie_kills = Zombies Gedood @@ -455,14 +455,14 @@ server.hypixel.stats.walls3.losses_blaze = Blaze Verloren server.hypixel.stats.walls3.kills_creeper = Creeper Eliminaties server.hypixel.stats.walls3.deaths_creeper = Creeper Doden server.hypixel.stats.walls3.final_kills_creeper = Creeper Definitieve Eliminaties -server.hypixel.stats.walls3.wins_creeper = Creeper Wins -server.hypixel.stats.walls3.losses_creeper = Creeper Losses -server.hypixel.stats.walls3.kills_enderman = Enderman Kills +server.hypixel.stats.walls3.wins_creeper = Creeper gewonnen +server.hypixel.stats.walls3.losses_creeper = Creeper verloren +server.hypixel.stats.walls3.kills_enderman = Enderman gedood server.hypixel.stats.walls3.deaths_enderman = Enderman Doden -server.hypixel.stats.walls3.final_kills_enderman = Enderman Final Kills -server.hypixel.stats.walls3.wins_enderman = Enderman Wins -server.hypixel.stats.walls3.losses_enderman = Enderman Losses -server.hypixel.stats.walls3.kills_herobrine = Herobrine Kills +server.hypixel.stats.walls3.final_kills_enderman = Enderman laatste moorden +server.hypixel.stats.walls3.wins_enderman = Enderman Gewonnen +server.hypixel.stats.walls3.losses_enderman = Enderman verloren +server.hypixel.stats.walls3.kills_herobrine = Herobrine gedood server.hypixel.stats.walls3.deaths_herobrine = Herobrine Doden server.hypixel.stats.walls3.final_kills_herobrine = Herobrine Final Kills server.hypixel.stats.walls3.wins_herobrine = Herobrine Wins From 20c799f91344c059cc1666e488bbc114d27adb1a Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 14:47:56 +0200 Subject: [PATCH 175/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 6118c8d..21e5956 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -464,23 +464,23 @@ server.hypixel.stats.walls3.wins_enderman = Enderman Gewonnen server.hypixel.stats.walls3.losses_enderman = Enderman verloren server.hypixel.stats.walls3.kills_herobrine = Herobrine gedood server.hypixel.stats.walls3.deaths_herobrine = Herobrine Doden -server.hypixel.stats.walls3.final_kills_herobrine = Herobrine Final Kills -server.hypixel.stats.walls3.wins_herobrine = Herobrine Wins -server.hypixel.stats.walls3.losses_herobrine = Herobrine Losses -server.hypixel.stats.walls3.kills_skeleton = Skeleton Kills +server.hypixel.stats.walls3.final_kills_herobrine = Herobine laatste doding +server.hypixel.stats.walls3.wins_herobrine = Herobrine Gewonnen +server.hypixel.stats.walls3.losses_herobrine = Herobrine Verloren +server.hypixel.stats.walls3.kills_skeleton = Skeleten gedood server.hypixel.stats.walls3.deaths_skeleton = Skeleton Doden -server.hypixel.stats.walls3.final_kills_skeleton = Skeleton Final Kills -server.hypixel.stats.walls3.wins_skeleton = Skeleton Wins -server.hypixel.stats.walls3.losses_skeleton = Skeleton Losses -server.hypixel.stats.walls3.kills_spider = Spider Kills +server.hypixel.stats.walls3.final_kills_skeleton = Skeleten laatste doding +server.hypixel.stats.walls3.wins_skeleton = Skeleton gewonnen +server.hypixel.stats.walls3.losses_skeleton = Skeleton Verloren +server.hypixel.stats.walls3.kills_spider = Spider gedood server.hypixel.stats.walls3.deaths_spider = Spider Doden -server.hypixel.stats.walls3.final_kills_spider = Spider Final Kills -server.hypixel.stats.walls3.wins_spider = Spider Wins -server.hypixel.stats.walls3.losses_spider = Spider Losses -server.hypixel.stats.walls3.kills_zombie = Zombie Kills +server.hypixel.stats.walls3.final_kills_spider = Spider laatste doding +server.hypixel.stats.walls3.wins_spider = Spider gewonnen +server.hypixel.stats.walls3.losses_spider = Spider verloren +server.hypixel.stats.walls3.kills_zombie = Zombie gedood server.hypixel.stats.walls3.deaths_zombie = Zombie Doden -server.hypixel.stats.walls3.final_kills_zombie = Zombie Final Kills -server.hypixel.stats.walls3.wins_zombie = Zombie Wins +server.hypixel.stats.walls3.final_kills_zombie = Zombie laatste doding +server.hypixel.stats.walls3.wins_zombie = Zombie gewonnen server.hypixel.stats.walls3.losses_zombie = Zombie Losses server.hypixel.stats.arcade.coins = Munten server.hypixel.stats.arcade.kills_dayone = Dayone Kills From a83552096ac7edb4976e03da6e030d349ef6060f Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 15:04:21 +0200 Subject: [PATCH 176/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 90 ++++++++++----------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 21e5956..0e85fbf 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -481,20 +481,20 @@ server.hypixel.stats.walls3.kills_zombie = Zombie gedood server.hypixel.stats.walls3.deaths_zombie = Zombie Doden server.hypixel.stats.walls3.final_kills_zombie = Zombie laatste doding server.hypixel.stats.walls3.wins_zombie = Zombie gewonnen -server.hypixel.stats.walls3.losses_zombie = Zombie Losses +server.hypixel.stats.walls3.losses_zombie = Zombie verloren server.hypixel.stats.arcade.coins = Munten -server.hypixel.stats.arcade.kills_dayone = Dayone Kills -server.hypixel.stats.arcade.wins_dayone = Dayone Wins -server.hypixel.stats.arcade.headshots_dayone = Dayone Headshots -server.hypixel.stats.arcade.kills_dragonwars2 = Dragonwars Kills -server.hypixel.stats.arcade.kills_oneinthequiver = OneInTheQuiver Kills +server.hypixel.stats.arcade.kills_dayone = Dayone gedood +server.hypixel.stats.arcade.wins_dayone = Dayone gewonnen +server.hypixel.stats.arcade.headshots_dayone = Dayone hoofdschoten +server.hypixel.stats.arcade.kills_dragonwars2 = Dragonwars doden +server.hypixel.stats.arcade.kills_oneinthequiver = OneInTheQuiver gedood server.hypixel.stats.arcade.deaths_oneinthequiver = OneInTheQuiver Doden -server.hypixel.stats.arcade.wins_oneinthequiver = OneInTheQuiver Wins -server.hypixel.stats.arcade.bounty_kills_oneinthequiver = OneInTheQuiver Bounty Kills -server.hypixel.stats.arcade.kills_throw_out = Throw Out Kills +server.hypixel.stats.arcade.wins_oneinthequiver = OneInTheQuiver Gewonnen +server.hypixel.stats.arcade.bounty_kills_oneinthequiver = OneInTheQuiver Bounty gedood +server.hypixel.stats.arcade.kills_throw_out = Throw out gedood server.hypixel.stats.arcade.deaths_throw_out = Throw Out Doden server.hypixel.stats.arcade.poop_collected = Poep gepakt -server.hypixel.stats.arcade.wins_party = Party Games 1 Wins +server.hypixel.stats.arcade.wins_party = Party games 1 gewonnen server.hypixel.stats.arcade.wins_party2 = Party Games 2 Overwinningen server.hypixel.stats.arcade.sw_kills = GW Eleminaties server.hypixel.stats.arcade.sw_empire_kills = GW Rijk Eliminaties @@ -630,29 +630,29 @@ chat_filter.edit.help = Je kan "*" gebruiken om alles te negeren. text_replacement.title = Tekst snelkoppelingen text_replacement.add = Snelkoppeling toevoegen -text_replacement.edit = Edit Shortcut -text_replacement.delete = Delete Shortcut -text_replacement.edit.title = Edit Shortcut -text_replacement.edit.message = Message\: -text_replacement.edit.replacement = Replacement\: -text_replacement.edit.ignore_commands = Ignore Commands\: %s -text_replacement.edit.replace_inside_words = Replace Inside Words\: %s -text_replacement.help = Add shortcuts that get replaced by text upon sending a chat message. - -text_macros.title = Text Macros -text_macros.add = Add Macro -text_macros.edit = Edit Macro -text_macros.delete = Delete Macro -text_macros.edit.title = Edit Macro -text_macros.edit.message = Message\: -text_macros.edit.macro = Key Combination\: -text_macros.edit.macro.press = Press And Enter Your Key Combination -text_macros.edit.macro.listening = Waiting For Key Strokes -text_macros.edit.macro.stop = Click To Stop -text_macros.edit.macro.auto_send = Auto Send -text_macros.help = Automatically send chat messages after pressing a predefined key combination. - -name_history.title = Username History +text_replacement.edit = Bewerk snelkoppeling +text_replacement.delete = Verwijder snelkoppeling +text_replacement.edit.title = Bewerk snelkoppeling +text_replacement.edit.message = Bericht\: +text_replacement.edit.replacement = Vervanging\: +text_replacement.edit.ignore_commands = Negeer commands\: %s +text_replacement.edit.replace_inside_words = Vervang binnenwoorden\: %s +text_replacement.help = Voeg snelkoppelingen toe die worden vervangen door tekst bij het verzenden van een chatbericht. + +text_macros.title = Tekst macros +text_macros.add = Macro toevoegen +text_macros.edit = Bewerk macro +text_macros.delete = Verwijder macro +text_macros.edit.title = Bewerk macro +text_macros.edit.message = Bericht\: +text_macros.edit.macro = Toetsencombinatie\: +text_macros.edit.macro.press = Druk op een toets en bevestig het +text_macros.edit.macro.listening = Wachten op sneltoetsen +text_macros.edit.macro.stop = Klik om te stoppen +text_macros.edit.macro.auto_send = Automatisch verzenden +text_macros.help = Automatisch chatbericht verzenden na het indrukken van u toetsencombinatie. + +name_history.title = Gebruikersnaam geschiedenis name_history.search = Zoek... name_history.searching = Zoeken... name_history.suggestions = Suggesties @@ -857,10 +857,10 @@ modules.item.spotify.error.expired_oauth_token = OAuth Token verlopen modules.item.spotify.error.invalid_csrf_token = Ongeldige Csrf Token modules.item.spotify.error.oauth_token_invalid_for_user = Ongeldige OAuth Token modules.item.spotify.error.no_user_logged_in = Niet ingelogd -modules.item.spotify.error.unknown = Could not connect to Spotify\! +modules.item.spotify.error.unknown = Kan geen verbinding met spotify maken\! modules.item.spotify.ad = Ad modules.item.itunes = iTunes -modules.item.itunes.desc = Displays the current Track, Artist and Album cover of the iTunes Song you are currently listening to. +modules.item.itunes.desc = Toont de huidige track, artiest en albumomslag van het iTunes nummer waarnaar u momenteel luistert. modules.item.itunes.show_i_tunes_always = Show Always modules.item.itunes.show_i_tunes_always.desc = Specify, whether this box should be displayed always or only when iTunes is opened. modules.item.iloveradio = ILoveRadio.de @@ -912,16 +912,16 @@ modules.item.helmet.relative = Relative modules.item.helmet.absolute = Absolute modules.item.helmet.total = Absolute/Total modules.item.chestplate = Chestplate -modules.item.chestplate.desc = Renders your Chestplate -modules.item.chestplate.attributes = Show Attributes -modules.item.chestplate.attributes.desc = Displays the armor attribute value of your chestplate. -modules.item.chestplate.durability = Durability -modules.item.chestplate.durability.desc = Specify how the durability of your chestplate should be displayed. -modules.item.chestplate.disabled = Disabled -modules.item.chestplate.relative = Relative -modules.item.chestplate.absolute = Absolute -modules.item.chestplate.total = Absolute/Total -modules.item.leggings = Leggings +modules.item.chestplate.desc = Laat je borstplaat zien +modules.item.chestplate.attributes = Toon attributen +modules.item.chestplate.attributes.desc = Geeft de attribuutwaarde van je chestplate weer. +modules.item.chestplate.durability = Duurzaamheid +modules.item.chestplate.durability.desc = Specificeer hoe de duurzaamheid van uw borstplaat moet worden weergegeven. +modules.item.chestplate.disabled = Uitgeschakeld +modules.item.chestplate.relative = Relatief +modules.item.chestplate.absolute = Absoluut +modules.item.chestplate.total = Absoluut/totaal +modules.item.leggings = Broeken modules.item.leggings.desc = Renders your Leggings. modules.item.leggings.attributes = Show Attributes modules.item.leggings.attributes.desc = Displays the armor attribute value of your leggings. From f18a4b7ec26fc1056eca6182872ad2991ff380f7 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 15:22:20 +0200 Subject: [PATCH 177/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 72 ++++++++++----------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 0e85fbf..1d223e4 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -922,31 +922,31 @@ modules.item.chestplate.relative = Relatief modules.item.chestplate.absolute = Absoluut modules.item.chestplate.total = Absoluut/totaal modules.item.leggings = Broeken -modules.item.leggings.desc = Renders your Leggings. -modules.item.leggings.attributes = Show Attributes -modules.item.leggings.attributes.desc = Displays the armor attribute value of your leggings. -modules.item.leggings.durability = Durability -modules.item.leggings.durability.desc = Specify how the durability of your leggings should be displayed. -modules.item.leggings.disabled = Disabled -modules.item.leggings.relative = Relative -modules.item.leggings.absolute = Absolute -modules.item.leggings.total = Absolute/Total -modules.item.boots = Boots -modules.item.boots.desc = Renders your Boots. -modules.item.boots.attributes = Show Attributes -modules.item.boots.attributes.desc = Displays the armor attribute value of your boots. -modules.item.boots.durability = Durability -modules.item.boots.durability.desc = Specify how the durability of your boots should be displayed. -modules.item.boots.disabled = Disabled -modules.item.boots.relative = Relative -modules.item.boots.absolute = Absolute -modules.item.boots.total = Absolute/Total -modules.item.arrows = Arrow Count -modules.item.arrows.desc = Displays the Arrow Count of your inventory. -modules.item.arrows.show_always = Show Always -modules.item.arrows.show_always.desc = Specifies whether the arrow count should be displayed always or only whenever you hold a bow in your hand. -modules.item.soups = Soup Count -modules.item.soups.desc = Displays the Soup Count of your inventory. +modules.item.leggings.desc = Laat je broeken zien. +modules.item.leggings.attributes = Toon attributen +modules.item.leggings.attributes.desc = Geeft de attribuutwaarde van je broeken weer. +modules.item.leggings.durability = Duurzaamheid +modules.item.leggings.durability.desc = Specificeer hoe de duurzaamheid van uw broeken moet worden weergegeven. +modules.item.leggings.disabled = Uitgeschakeld +modules.item.leggings.relative = Relatief +modules.item.leggings.absolute = Absoluut +modules.item.leggings.total = Absoluut/totaal +modules.item.boots = Schoenen +modules.item.boots.desc = Laat je schoenen zien. +modules.item.boots.attributes = Toont attributen +modules.item.boots.attributes.desc = Geeft de attribuutwaarde van je schoenen weer. +modules.item.boots.durability = Duurzaamheid +modules.item.boots.durability.desc = Specificeer hoe de duurzaamheid van uw schoenen moet worden weergegeven. +modules.item.boots.disabled = Uitgeschakeld +modules.item.boots.relative = Relatief +modules.item.boots.absolute = Absoluut +modules.item.boots.total = Absoluut/totaal +modules.item.arrows = Aantal Pijlen +modules.item.arrows.desc = Geeft het aantal pijlen weer van je inventaris. +modules.item.arrows.show_always = Altijd weergeven +modules.item.arrows.show_always.desc = Geeft aan of het aantal pijlen altijd of alleen moet worden weergegeven wanneer je een boog in je hand houdt. +modules.item.soups = Aantal soep +modules.item.soups.desc = Geeft de soep telling weer van je inventaris. modules.item.ip = IP modules.item.ip.desc = Geeft het IP weer van de server waar u momenteel mee verbonden bent. modules.item.players = Aantal spelers @@ -998,17 +998,17 @@ modules.item.timolia_tournament_round.desc = Geeft het toernooi ronde weer in 1v modules.item.timolia_tournament_first_to = Toernooi Eerst Om Te Tellen modules.item.timolia_tournament_first_to.desc = Geeft de hoeveelheid overwinningen weer die je nodig hebt om een ronde te winnen in 1vs1 op het Timolia-netwerk. modules.item.timolia_tournament_qualification = Toernooi Kwalificatie Rondes -modules.item.timolia_tournament_qualification.desc = Displays the amount of qualification rounds of a tournament in 1vs1 on the Timolia Network. -modules.item.timolia_tournament_round_score = Tournament Round Score -modules.item.timolia_tournament_round_score.desc = Displays your amount of wins and loses of the current round in 1vs1 on the Timolia Network. -modules.item.timolia_dna_height = DNA Height -modules.item.timolia_dna_height.desc = Displays your height in DNA on the Timolia Network. -modules.item.timolia_arcade_current_minigame = Arcade Current Minigame -modules.item.timolia_arcade_current_minigame.desc = Displays the current minigame in Arcade on the Timolia Network. -modules.item.timolia_arcade_next_minigame = Arcade Next Minigame -modules.item.timolia_arcade_next_minigame.desc = Displays the next minigame in Arcade on the Timolia Network. -modules.item.timolia_arena_round = 4rena Round -modules.item.timolia_arena_round.desc = Displays the current round in 4rena on the Timolia Network. +modules.item.timolia_tournament_qualification.desc = Toont het aantal kwalificatierondes van een toernooi in 1vs1 op het Timolia Netwerk. +modules.item.timolia_tournament_round_score = Toernooi ronde score +modules.item.timolia_tournament_round_score.desc = Geeft de hoeveelheid overwinningen weer die je nodig hebt om een ronde te winnen in 1vs1 op het Timolia-netwerk. +modules.item.timolia_dna_height = DNA hoogte +modules.item.timolia_dna_height.desc = Geeft uw hoogte weer in DNA op het Timolia-netwerk. +modules.item.timolia_arcade_current_minigame = Arcade Huidige Minigame +modules.item.timolia_arcade_current_minigame.desc = Geeft de huidige minigame weer in arcade op het Timolia-netwerk. +modules.item.timolia_arcade_next_minigame = Arcade volgende Minigame +modules.item.timolia_arcade_next_minigame.desc = Geeft de volgende minigame weer in arcade op het Timolia-netwerk. +modules.item.timolia_arena_round = 4rena ronde +modules.item.timolia_arena_round.desc = Geeft de huidige ronde in 4rena op het Timolia-netwerk weer. modules.item.timolia_brainbow_team = Brainbow Team modules.item.timolia_brainbow_team.desc = Displays your team in Brainbow on the Timolia Network. modules.item.timolia_brainbow_score = Brainbow Score From b048f7ac32aeca06dd3179524581d63e52558afa Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 16:59:14 +0200 Subject: [PATCH 178/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 1d223e4..8f9873b 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -861,18 +861,18 @@ modules.item.spotify.error.unknown = Kan geen verbinding met spotify maken\! modules.item.spotify.ad = Ad modules.item.itunes = iTunes modules.item.itunes.desc = Toont de huidige track, artiest en albumomslag van het iTunes nummer waarnaar u momenteel luistert. -modules.item.itunes.show_i_tunes_always = Show Always -modules.item.itunes.show_i_tunes_always.desc = Specify, whether this box should be displayed always or only when iTunes is opened. +modules.item.itunes.show_i_tunes_always = Altijd weergeven +modules.item.itunes.show_i_tunes_always.desc = Geef aan of deze box altijd of alleen moet worden weergegeven wanneer iTunes wordt geopend. modules.item.iloveradio = ILoveRadio.de -modules.item.iloveradio.desc = Displays the Track, Artist and Album cover of the currently playing song on ILoveRadio.de -modules.item.iloveradio.channel = Channel -modules.item.iloveradio.channel.desc = Select the channel you are currently listening to. -modules.item.iloveradio.unknown = Unknown +modules.item.iloveradio.desc = Toont het nummer, de artiest en de albumhoes van het momenteel afgespeelde nummer op ILoveRadio.de +modules.item.iloveradio.channel = Kanaal +modules.item.iloveradio.channel.desc = Selecteer het kanaal waarnaar u momenteel luistert. +modules.item.iloveradio.unknown = Onbekend modules.item.einslive = 1LIVE -modules.item.einslive.desc = Displays the Track, Artist and Album cover of the currently playing song on 1LIVE.de +modules.item.einslive.desc = Toont het nummer, de artiest en de albumhoes van het momenteel afgespeelde nummer op 1LIVE.de modules.item.teamspeak = TeamSpeak -modules.item.teamspeak.desc = Displays the players that are currently in your TeamSpeak channel. -modules.item.teamspeak.show_all_tabs = Show All Tabs +modules.item.teamspeak.desc = Geeft de spelers weer die zich momenteel in uw TeamSpeak kanaal bevinden. +modules.item.teamspeak.show_all_tabs = Weergeef Alle Tabs modules.item.teamspeak.show_all_tabs.desc = Toggle whether your current channel of all the TeamSpeak servers you are currently online should be shown or if only the current channel of the currently selected server should be displayed. modules.item.teamspeak.more = ...and %s more modules.item.coordinates_clipboard = Coordinates Clipboard From 3df4646238aea6a0fb277edf15c88893651ae4d7 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 17:08:33 +0200 Subject: [PATCH 179/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 8f9873b..42d777b 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -874,15 +874,15 @@ modules.item.teamspeak = TeamSpeak modules.item.teamspeak.desc = Geeft de spelers weer die zich momenteel in uw TeamSpeak kanaal bevinden. modules.item.teamspeak.show_all_tabs = Weergeef Alle Tabs modules.item.teamspeak.show_all_tabs.desc = Toggle whether your current channel of all the TeamSpeak servers you are currently online should be shown or if only the current channel of the currently selected server should be displayed. -modules.item.teamspeak.more = ...and %s more -modules.item.coordinates_clipboard = Coordinates Clipboard -modules.item.coordinates_clipboard.desc = Displays your saved coordinates of the coordinates clipboard, together with a small arrow indicating the location of your saved coordinates. -modules.item.custom_server = Custom Server -modules.item.custom_server.desc = Displays all stats sent to you by using the official API. -modules.item.entity_health = Entity Health Indicator -modules.item.entity_health.desc = Displays the health of the entity your cross hair is currently aiming at. -modules.item.main_hand = Main Hand -modules.item.main_hand.desc = Renders the item of your main hand. +modules.item.teamspeak.more = ...en %s meer +modules.item.coordinates_clipboard = Coordinaten klembord +modules.item.coordinates_clipboard.desc = Geeft je opgeslagen coördinaten van het klembord weer, samen met een kleine pijl die de locatie van je opgeslagen coördinaten aangeeft. +modules.item.custom_server = Aangepaste server +modules.item.custom_server.desc = Toont alle statistieken die naar u verzonden zijn via de officiële API. +modules.item.entity_health = Indicator gezondheidsentiteit +modules.item.entity_health.desc = Geeft de gezondheid weer van de entiteit waar je kruis haar momenteel op gericht is. +modules.item.main_hand = Hoofd hand +modules.item.main_hand.desc = Geeft het voorwerp van je hoofdhand. modules.item.main_hand.attributes = Show Attributes modules.item.main_hand.attributes.desc = Displays the damage attribute value of your held item. modules.item.main_hand.durability = Durability From 90dd5f6bfe207c8a2f95801c5d67498ba7b7e7ea Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 17:15:52 +0200 Subject: [PATCH 180/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 70 ++++++++++----------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 42d777b..d2421d8 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -883,35 +883,35 @@ modules.item.entity_health = Indicator gezondheidsentiteit modules.item.entity_health.desc = Geeft de gezondheid weer van de entiteit waar je kruis haar momenteel op gericht is. modules.item.main_hand = Hoofd hand modules.item.main_hand.desc = Geeft het voorwerp van je hoofdhand. -modules.item.main_hand.attributes = Show Attributes -modules.item.main_hand.attributes.desc = Displays the damage attribute value of your held item. -modules.item.main_hand.durability = Durability -modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. -modules.item.main_hand.disabled = Disabled -modules.item.main_hand.relative = Relative -modules.item.main_hand.absolute = Absolute -modules.item.main_hand.total = Absolute/Total -modules.item.off_hand = Off Hand -modules.item.off_hand.desc = Renders the item of your off hand. -modules.item.off_hand.attributes = Show Attributes -modules.item.off_hand.attributes.desc = Displays the damage attribute value of your held item. -modules.item.off_hand.durability = Durability -modules.item.off_hand.durability.desc = Specify how the durability of your held item should be displayed. -modules.item.off_hand.disabled = Disabled -modules.item.off_hand.relative = Relative -modules.item.off_hand.absolute = Absolute -modules.item.off_hand.total = Absolute/Total -modules.item.helmet = Helmet -modules.item.helmet.desc = Renders your Helmet. -modules.item.helmet.attributes = Show Attributes -modules.item.helmet.attributes.desc = Displays the armor attribute value of your helmet. -modules.item.helmet.durability = Durability -modules.item.helmet.durability.desc = Specify how the durability of your helmet should be displayed. -modules.item.helmet.disabled = Disabled -modules.item.helmet.relative = Relative -modules.item.helmet.absolute = Absolute -modules.item.helmet.total = Absolute/Total -modules.item.chestplate = Chestplate +modules.item.main_hand.attributes = Toont attributen +modules.item.main_hand.attributes.desc = Geeft de waarde van het schadeattribuut van uw vastgehouden item weer. +modules.item.main_hand.durability = Duurzaamheid +modules.item.main_hand.durability.desc = Geef op hoe de duurzaamheid van uw vastgehouden item moet worden weergegeven. +modules.item.main_hand.disabled = Uitgeschakeld +modules.item.main_hand.relative = Relatief +modules.item.main_hand.absolute = Absoluut +modules.item.main_hand.total = Absoluut/totaal +modules.item.off_hand = Hand uit +modules.item.off_hand.desc = Geeft het item uit uw hand. +modules.item.off_hand.attributes = Toont attributen +modules.item.off_hand.attributes.desc = Geeft de waarde van het schadeattribuut van uw vastgehouden item weer. +modules.item.off_hand.durability = Duurzaamheid +modules.item.off_hand.durability.desc = Geef op hoe de duurzaamheid van uw vastgehouden item moet worden weergegeven. +modules.item.off_hand.disabled = Uitgeschakeld +modules.item.off_hand.relative = Relatief +modules.item.off_hand.absolute = Absoluut +modules.item.off_hand.total = Absoluut/totaal +modules.item.helmet = Helm +modules.item.helmet.desc = Laat je helm zien. +modules.item.helmet.attributes = Toont attributen +modules.item.helmet.attributes.desc = Geeft de attribuutwaarde van je helm weer. +modules.item.helmet.durability = Duurzaamheid +modules.item.helmet.durability.desc = Geef op hoe de duurzaamheid van uw helm moet worden weergegeven. +modules.item.helmet.disabled = Uitgeschakeld +modules.item.helmet.relative = Relatief +modules.item.helmet.absolute = Absoluut +modules.item.helmet.total = Absoluut/totaal +modules.item.chestplate = Borstplaat modules.item.chestplate.desc = Laat je borstplaat zien modules.item.chestplate.attributes = Toon attributen modules.item.chestplate.attributes.desc = Geeft de attribuutwaarde van je chestplate weer. @@ -1059,12 +1059,12 @@ modules.item.gommehd_skywars_kit = SkyWars Kit modules.item.gommehd_skywars_kit.desc = Displays your kit in SkyWars on the GommeHD Network. modules.item.gommehd_ragemode_emeralds = Ragemode Emeralds modules.item.gommehd_ragemode_emeralds.desc = Displays your emerald count in Ragemode on the GommeHD Network. -modules.item.playminity_jumpleague_checkpoints = JumpLeague Checkpoints -modules.item.playminity_jumpleague_checkpoints.desc = Displays your current checkpoint count in JumpLeague on the PlayMinity Network. -modules.item.playminity_jumpleague_fails = JumpLeague Fails -modules.item.playminity_jumpleague_fails.desc = Displays the amount of jump fails in JumpLeague on the PlayMinity Network. -modules.item.playminity_jumpleague_lives = JumpLeague Lives -modules.item.playminity_jumpleague_lives.desc = Displays the amount of your remaining lives in JumpLeague on the PlayMinity Network. +modules.item.playminity_jumpleague_checkpoints = JumpLeague controlepunten +modules.item.playminity_jumpleague_checkpoints.desc = Toont uw huidige controlepunt aantal in JumpLeague op het PlayMinity Network. +modules.item.playminity_jumpleague_fails = JumpLeague Mislukt +modules.item.playminity_jumpleague_fails.desc = Toont de hoeveelheid mislukte sprongen in JumpLeague op het PlayMinity Network. +modules.item.playminity_jumpleague_lives = JumpLeague Levens +modules.item.playminity_jumpleague_lives.desc = Toont het aantal resterende levens in JumpLeague op het PlayMinity-netwerk. modules.item.bergwerk_duel_team = Duel Team modules.item.bergwerk_duel_team.desc = Displays your team in Duel on the Bergwerklabs Network. modules.item.bergwerk_duel_respawn = Duel Respawn From 607e957ea6fafdd3ba783969e826077fe310d2cc Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 17:27:04 +0200 Subject: [PATCH 181/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 36 ++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index d2421d8..7143a31 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1066,17 +1066,17 @@ modules.item.playminity_jumpleague_fails.desc = Toont de hoeveelheid mislukte sp modules.item.playminity_jumpleague_lives = JumpLeague Levens modules.item.playminity_jumpleague_lives.desc = Toont het aantal resterende levens in JumpLeague op het PlayMinity-netwerk. modules.item.bergwerk_duel_team = Duel Team -modules.item.bergwerk_duel_team.desc = Displays your team in Duel on the Bergwerklabs Network. +modules.item.bergwerk_duel_team.desc = Geeft je team weer in het Duel op het Bergwerklabs netwerk. modules.item.bergwerk_duel_respawn = Duel Respawn -modules.item.bergwerk_duel_respawn.desc = Displays whether you can still respawn in Duel on the Bergwerklabs Network. -modules.item.bergwerk_duel_teleport_message = Duel Teleport Message -modules.item.bergwerk_duel_teleport_message.desc = Displays a message whenever someone gets teleported in Duel on the Bergwerklabs Network. +modules.item.bergwerk_duel_respawn.desc = Laat zien of je nog steeds kan respawnen in Duel op het Bergwerklabs Netwerk. +modules.item.bergwerk_duel_teleport_message = Duel Teleport Bericht +modules.item.bergwerk_duel_teleport_message.desc = Toont een bericht wanneer iemand wordt geteleporteerd in het Duel via het Bergwerklabs netwerk. modules.item.hypixel_paintball_team = Paintball Team -modules.item.hypixel_paintball_team.desc = Displays your team in Paintball on the Hypixel Network. +modules.item.hypixel_paintball_team.desc = Geeft uw team weer in Paintball op het Hypixle Netwerk. modules.item.hypixel_blitz_kit = Blitz Kit -modules.item.hypixel_blitz_kit.desc = Displays your kit in Blitz on the Hypixel Network. -modules.item.hypixel_blitz_star = Blitz Star -modules.item.hypixel_blitz_star.desc = Displays a star timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_kit.desc = Toont uw kit in Blitz op het Hypixel-netwerk. +modules.item.hypixel_blitz_star = Blitz Ster +modules.item.hypixel_blitz_star.desc = Geeft een sterren timer weer in Blitz op het Hypixel Netwerk. modules.item.hypixel_blitz_deathmatch = Blitz Deathmatch modules.item.hypixel_blitz_deathmatch.desc = Geeft een eindstrijd timer weer in Blitz op het Hypixel Netwerk. modules.item.hypixel_blitz_star_message = Blitz Ster Bericht @@ -1155,19 +1155,19 @@ teamspeak.overlay.direct_message = Je hebt een bericht van %s\! teamspeak.message.poked = "%s" heeft u geblokkeerd\: %s teamspeak.message.client = "%s" -> jij\: %s teamspeak.message.channel = "%s" in "%s"\: %s -teamspeak.message.server = "%s" on "%s"\: %s -teamspeak.message.channel.joined = "%s" joined "%s"\! -teamspeak.message.channel.left = "%s" left "%s"\! +teamspeak.message.server = "%s" aan "%s"\: %s +teamspeak.message.channel.joined = "%s" is toegetreden "%s"\! +teamspeak.message.channel.left = "%s" verliet "%s"\! teamspeak.poke_chat = Poke Chat -teamspeak.enter_channel_password = Please enter the password of this channel. -teamspeak.enter_nickname = Please enter your new nickname\! +teamspeak.enter_channel_password = Vul alstublieft een wachtwoord in voor dit kanaal. +teamspeak.enter_nickname = Voer u nieuwe gebruikersnaam in\! teamspeak.chat.server = Server -teamspeak.chat.channel = Channel -teamspeak.entry.server.name = Name\: %s +teamspeak.chat.channel = Kanaal +teamspeak.entry.server.name = Naam\: %s teamspeak.entry.server.ip = Host\: %s -teamspeak.entry.server.version = Version\: %s on %s -teamspeak.entry.server.created = Created\: %s -teamspeak.entry.server.channels = Channels\: %s +teamspeak.entry.server.version = Versie %s aan %s +teamspeak.entry.server.created = Aangemaakt\: %s +teamspeak.entry.server.channels = Kanaal\: %s teamspeak.entry.server.clients = Clients\: %s teamspeak.entry.channel.name = Name\: %s teamspeak.entry.channel.topic = Topic\: %s From b0a9d93c410d3404e372e7ff2a5565a537a1b089 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 17:54:44 +0200 Subject: [PATCH 182/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 6c58cb6..60f0856 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -208,23 +208,23 @@ config.display.zoom_factor.desc = Précise le facteur par lequel le mod zoome qu config.display.crosshair_distance = Écart de mire config.display.crosshair_distance.desc = Précise la distance maximum entre le joueur et le bloc dans la ligne de mire. config.display.hud = Options de HUD... -config.display.hud.desc = Modifier l'apparence de l'interface utilisateur (heads-up display - HUD) et de la barre d'action +config.display.hud.desc = Modifie l'apparence de l'affichage tête haute (ATH/HUD) et de la barre d'action config.hud.title = Options d'ATH config.hud.show_vanilla_potion_indicator = Indicateur d'effet vanilla -config.hud.show_vanilla_potion_indicator.desc = Les effets de potions sont affichés par Minecraft (ajouté en version 1.9). +config.hud.show_vanilla_potion_indicator.desc = Spécifie si l'indicateur d'effet vanilla (ajouté en version 1.9) doit être utilisé. config.hud.show_potion_indicator = Indicateur d'effet -config.hud.show_potion_indicator.desc = Active une vignette qui indique les effets de potions. Si vous êtes affecté par un effet de potion, l'écran aura une vignette vert. Dans le cas contraire, la vignette sera rouge. -config.hud.show_hotbar_numbers = Afficher touches barre d'action +config.hud.show_potion_indicator.desc = Active une vignette qui indique les effets de potions. Si vous êtes affecté par un effet de potion, l'écran aura une vignette verte. Dans le cas contraire, la vignette sera rouge. +config.hud.show_hotbar_numbers = Afficher les touches de la barre d'action config.hud.show_hotbar_numbers.desc = Activer ceci affichera sur la barre d'action les touches associées aux emplacements de 1 à 9. config.hud.colored_equipment_durability = Durabilité des armures en couleur config.hud.colored_equipment_durability.desc = Activer ceci changera la couleur de l'item selon sa durabilité. config.hud.show_saturation = Afficher la saturation -config.hud.show_saturation.desc = Activer ceci affichera au dessus de la barre de nourriture une barre indiquant la saturation.\nLa saturation d'un joueur est un autre aspect de Minecraft habituellement invisible. Lorsque celle-ci est vide, la joueur va commencer à perdre de la nouriture. +config.hud.show_saturation.desc = Activer ceci affichera au dessus de la barre de nourriture une barre indiquant la saturation.\nLa saturation d'un joueur est un autre aspect de Minecraft habituellement invisible. Lorsque celle-ci est vide, la joueur va commencer à perdre de la nourriture. config.hud.show_food_heal_amount = Afficher la valeur de la nourriture config.hud.show_food_heal_amount.desc = Activer ceci affichera la teneur en nourriture de l'aliment dans votre main. config.display.show_chat_symbols = Afficher les symboles de tchat config.display.show_chat_symbols.desc = Activer ceci permettra l'utilisation de symboles dans l'interface de tchat. -config.display.show_last_server = Afficher dernier serveur +config.display.show_last_server = Afficher le dernier serveur config.display.show_last_server.desc = Activer ceci affichera dans le menu principal le dernier serveur où vous vous êtes connecté. config.display.show_custom_models = Afficher les modèles d'item personnalisés config.display.show_custom_models.desc = Remplace les items de votre pack de ressources par les textures et les modèles personnalisés d'autres joueurs ou de vous-même. From b1c58e64d4345d8d9c6730c70f769ae2b7d56ef0 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 18:36:43 +0200 Subject: [PATCH 183/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 60f0856..c081ced 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -177,7 +177,7 @@ config.main.discord = Statut détaillé (Rich Presence) Discord config.reset = La configuration a été réinitialisée \! update.1 = Une nouvelle version du 5zig Mod est disponible \! -update.2 = Téléchargez sur 5zigreborn.eu/downloads \! +update.2 = Téléchargez-le sur 5zigreborn.eu/downloads \! config.display.title = Options d'affichage config.display.formatting = Options de formatage... @@ -219,7 +219,7 @@ config.hud.show_hotbar_numbers.desc = Activer ceci affichera sur la barre d'acti config.hud.colored_equipment_durability = Durabilité des armures en couleur config.hud.colored_equipment_durability.desc = Activer ceci changera la couleur de l'item selon sa durabilité. config.hud.show_saturation = Afficher la saturation -config.hud.show_saturation.desc = Activer ceci affichera au dessus de la barre de nourriture une barre indiquant la saturation.\nLa saturation d'un joueur est un autre aspect de Minecraft habituellement invisible. Lorsque celle-ci est vide, la joueur va commencer à perdre de la nourriture. +config.hud.show_saturation.desc = Activer ceci affichera au dessus de la barre de nourriture une barre indiquant la saturation.\nLa saturation d'un joueur est un autre aspect de Minecraft habituellement invisible. Lorsque celle-ci est vide, le joueur va commencer à perdre de la nourriture. config.hud.show_food_heal_amount = Afficher la valeur de la nourriture config.hud.show_food_heal_amount.desc = Activer ceci affichera la teneur en nourriture de l'aliment dans votre main. config.display.show_chat_symbols = Afficher les symboles de tchat From 18f7cf005c84bdfa1c1f7160f786e0880caf8f37 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 3 Jul 2020 18:36:45 +0200 Subject: [PATCH 184/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 52 ++++++++++----------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 7143a31..3b7738c 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1168,23 +1168,23 @@ teamspeak.entry.server.ip = Host\: %s teamspeak.entry.server.version = Versie %s aan %s teamspeak.entry.server.created = Aangemaakt\: %s teamspeak.entry.server.channels = Kanaal\: %s -teamspeak.entry.server.clients = Clients\: %s -teamspeak.entry.channel.name = Name\: %s -teamspeak.entry.channel.topic = Topic\: %s +teamspeak.entry.server.clients = Klanten\: %s +teamspeak.entry.channel.name = Naam\: %s +teamspeak.entry.channel.topic = Thema\: %s teamspeak.entry.channel.codec = Codec\: %s -teamspeak.entry.channel.codec.speex_narrowband = Speex Narrowband +teamspeak.entry.channel.codec.speex_narrowband = Spex-Narrowband teamspeak.entry.channel.codec.speex_wideband = Speex Wideband teamspeak.entry.channel.codec.speex_ultra_wideband = Speex Ultra-Wideband teamspeak.entry.channel.codec.celt_mono = CELT Mono -teamspeak.entry.channel.codec.opus_voice = Opus Voice -teamspeak.entry.channel.codec.opus_music = Opus Music -teamspeak.entry.channel.codec_quality = Codec Quality\: %s +teamspeak.entry.channel.codec.opus_voice = Opus Stem +teamspeak.entry.channel.codec.opus_music = Opus muziek +teamspeak.entry.channel.codec_quality = Codec Kwaliteit\: %s teamspeak.entry.channel.type = Type\: %s teamspeak.entry.channel.type.permanent = Permanent teamspeak.entry.channel.type.semi_permanent = Semi-Permanent -teamspeak.entry.channel.type.default = Default -teamspeak.entry.channel.type.password = Password -teamspeak.entry.channel.clients = Clients\: %s/%s +teamspeak.entry.channel.type.default = Standaard +teamspeak.entry.channel.type.password = Wachtwoord +teamspeak.entry.channel.clients = Klanten\: %s%s teamspeak.entry.channel.clients.unlimited = Unlimited teamspeak.entry.channel.talk_power = Required Talk Power\: %s teamspeak.entry.channel.subscription_status = Subscription Status\: %s @@ -1235,22 +1235,22 @@ teamspeak.create_channel.order = Order After\: %s teamspeak.create_channel.needed_talk_power = Needed Talk Power\: teamspeak.create_channel.max_clients = Max Clients\: teamspeak.create_channel.order_bottom = Order At Bottom Position -teamspeak.create_channel.select_order.title = Select Above Channel -teamspeak.edit_server_groups.title = Edit Server Groups -teamspeak.edit_server_groups.add_to_group = Add To Group -teamspeak.edit_server_groups.remove_from_group = Remove From Group -teamspeak.edit_channel_group.title = Select Channel Group -teamspeak.ban_client.title = Ban Client From Server -teamspeak.ban_client.name = Name\: -teamspeak.ban_client.reason = Reason\: -teamspeak.ban_client.duration = Duration\: -teamspeak.ban_client.seconds = seconds -config.teamspeak.title = TeamSpeak Settings -config.teamspeak.ts_enabled = Enabled -config.teamspeak.ts_auth_gui = Manage TS API-Key... -config.teamspeak.ts_text_messages_in_chat = Text Messages in Chat -config.teamspeak.ts_channel_events_in_chat = Channel Events in Chat -config.teamspeak.ts_dm_overlay = Direct Message Overlay +teamspeak.create_channel.select_order.title = Selecteer Bovenstaand kanaal +teamspeak.edit_server_groups.title = Servergroepen bewerken +teamspeak.edit_server_groups.add_to_group = Toevoegen aan groep +teamspeak.edit_server_groups.remove_from_group = Verwijderen uit groep +teamspeak.edit_channel_group.title = Kies kanaal +teamspeak.ban_client.title = Klant blokkeren van server +teamspeak.ban_client.name = Naam\: +teamspeak.ban_client.reason = Reden\: +teamspeak.ban_client.duration = Duurt\: +teamspeak.ban_client.seconds = seconden +config.teamspeak.title = TeamSpeak Instellingen +config.teamspeak.ts_enabled = Ingeschakeld +config.teamspeak.ts_auth_gui = TS API-sleutel beheren... +config.teamspeak.ts_text_messages_in_chat = Tekstberichten in chat +config.teamspeak.ts_channel_events_in_chat = Kanaal Evenementen in chat +config.teamspeak.ts_dm_overlay = Direct Bericht Overlay config.friend_list.friend_sortation = Sorteer vrienden bij\: %s config.friend_list.name = Naam From 371d9b135a619dbd762d68cc61a0b6770a7145ee Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 8 Jul 2020 03:57:42 +0200 Subject: [PATCH 185/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 8264f02..f3cb5b8 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -213,11 +213,11 @@ config.hud.title = Visor config.hud.show_vanilla_potion_indicator = Indicador de poções config.hud.show_vanilla_potion_indicator.desc = Mostrar ou ocultar o indicador de poções integrado (adicionado no Minecraft 1.9). config.hud.show_potion_indicator = Indicador de poções -config.hud.show_potion_indicator.desc = Toggles whether a potion indicator vignette should be rendered. If the player has got a positive potion effect, a green colored vignette will be rendered. For negative potion effects a red colored vignette will be rendered. +config.hud.show_potion_indicator.desc = Altera se uma vinheta indicador de poção deve ser renderizada. Se o jogador tiver um efeito de poção positivo, uma vinheta da cor verde será renderizada. Para efeitos de poção negativos, será apresentada uma vinheta da cor vermelha. config.hud.show_hotbar_numbers = Mostrar números da barra -config.hud.show_hotbar_numbers.desc = Toggles whether the keybindings of the hotbar slots should be displayed ingame. +config.hud.show_hotbar_numbers.desc = Alterna se as teclas de atalho dos slots devem ser exibidas dentro do jogo. config.hud.colored_equipment_durability = Durab. colorida da armadura -config.hud.colored_equipment_durability.desc = Toggles whether the durability of the equipped items should be rendered in different colors according to their current durability. +config.hud.colored_equipment_durability.desc = Escolha se a durabilidade dos efeitos da poção ativa deve ser mostrada em cores diferentes, de acordo com a durabilidade atual. config.hud.show_saturation = Mostrar saturação config.hud.show_saturation.desc = Toggles whether the current saturation of the player should be rendered above the food bar.\nThe player saturation is another aspect of hunger that is usually not visible. The player's food level will not decrease until the food saturation level reaches zero. config.hud.show_food_heal_amount = Mostrar cura por alimento @@ -636,8 +636,8 @@ text_replacement.edit.title = Editar atalho text_replacement.edit.message = Mensagem\: text_replacement.edit.replacement = Substituição\: text_replacement.edit.ignore_commands = Ignorar comandos\: %s -text_replacement.edit.replace_inside_words = Replace Inside Words\: %s -text_replacement.help = Add shortcuts that get replaced by text upon sending a chat message. +text_replacement.edit.replace_inside_words = Substituir Palavras Internas\: %s +text_replacement.help = Adicione atalhos que são substituídos por texto ao enviar uma mensagem de bate-papo. text_macros.title = Macros textuais text_macros.add = Adicionar macro @@ -650,7 +650,7 @@ text_macros.edit.macro.press = Pressione e insira sua combinação text_macros.edit.macro.listening = Gravando... text_macros.edit.macro.stop = Clique para parar text_macros.edit.macro.auto_send = Envio automático -text_macros.help = Automatically send chat messages after pressing a predefined key combination. +text_macros.help = Envia mensagens de bate-papo automaticamente depois de pressionar uma combinação de teclas configuradas. name_history.title = Histórico de nomes name_history.search = Pesquisar... From b3fa6cd9a2baa777b195375f26ea57a2abd24c11 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 8 Jul 2020 04:15:22 +0200 Subject: [PATCH 186/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index f3cb5b8..3c2c118 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -328,7 +328,7 @@ config.server_general.auto_server_reconnect.sec = seg. config.server_general.mac_cmd_drop = Usar tecla Cmd config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! config.server_general.mojang_status = Status da Mojang -config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. +config.server_general.mojang_status.desc = Especifique se o status da Mojang devem ser exibidas como uma notificação ou nao. config.server_general.allow_mod_plugin_requests = Permitir pedidos de plugins do mod config.server_general.allow_mod_plugin_requests.desc = Specify whether Minecraft servers are allowed to send you mod plugin requests, which allow servers to display even more stats. config.server_general.confirm_disconnect = Confirmar desconexão From 1b7b1c6bd7b1821d22454098d88799ce3a1f9dad Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 8 Jul 2020 15:17:02 +0200 Subject: [PATCH 187/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 3c2c118..8264f02 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -213,11 +213,11 @@ config.hud.title = Visor config.hud.show_vanilla_potion_indicator = Indicador de poções config.hud.show_vanilla_potion_indicator.desc = Mostrar ou ocultar o indicador de poções integrado (adicionado no Minecraft 1.9). config.hud.show_potion_indicator = Indicador de poções -config.hud.show_potion_indicator.desc = Altera se uma vinheta indicador de poção deve ser renderizada. Se o jogador tiver um efeito de poção positivo, uma vinheta da cor verde será renderizada. Para efeitos de poção negativos, será apresentada uma vinheta da cor vermelha. +config.hud.show_potion_indicator.desc = Toggles whether a potion indicator vignette should be rendered. If the player has got a positive potion effect, a green colored vignette will be rendered. For negative potion effects a red colored vignette will be rendered. config.hud.show_hotbar_numbers = Mostrar números da barra -config.hud.show_hotbar_numbers.desc = Alterna se as teclas de atalho dos slots devem ser exibidas dentro do jogo. +config.hud.show_hotbar_numbers.desc = Toggles whether the keybindings of the hotbar slots should be displayed ingame. config.hud.colored_equipment_durability = Durab. colorida da armadura -config.hud.colored_equipment_durability.desc = Escolha se a durabilidade dos efeitos da poção ativa deve ser mostrada em cores diferentes, de acordo com a durabilidade atual. +config.hud.colored_equipment_durability.desc = Toggles whether the durability of the equipped items should be rendered in different colors according to their current durability. config.hud.show_saturation = Mostrar saturação config.hud.show_saturation.desc = Toggles whether the current saturation of the player should be rendered above the food bar.\nThe player saturation is another aspect of hunger that is usually not visible. The player's food level will not decrease until the food saturation level reaches zero. config.hud.show_food_heal_amount = Mostrar cura por alimento @@ -328,7 +328,7 @@ config.server_general.auto_server_reconnect.sec = seg. config.server_general.mac_cmd_drop = Usar tecla Cmd config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! config.server_general.mojang_status = Status da Mojang -config.server_general.mojang_status.desc = Especifique se o status da Mojang devem ser exibidas como uma notificação ou nao. +config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. config.server_general.allow_mod_plugin_requests = Permitir pedidos de plugins do mod config.server_general.allow_mod_plugin_requests.desc = Specify whether Minecraft servers are allowed to send you mod plugin requests, which allow servers to display even more stats. config.server_general.confirm_disconnect = Confirmar desconexão @@ -636,8 +636,8 @@ text_replacement.edit.title = Editar atalho text_replacement.edit.message = Mensagem\: text_replacement.edit.replacement = Substituição\: text_replacement.edit.ignore_commands = Ignorar comandos\: %s -text_replacement.edit.replace_inside_words = Substituir Palavras Internas\: %s -text_replacement.help = Adicione atalhos que são substituídos por texto ao enviar uma mensagem de bate-papo. +text_replacement.edit.replace_inside_words = Replace Inside Words\: %s +text_replacement.help = Add shortcuts that get replaced by text upon sending a chat message. text_macros.title = Macros textuais text_macros.add = Adicionar macro @@ -650,7 +650,7 @@ text_macros.edit.macro.press = Pressione e insira sua combinação text_macros.edit.macro.listening = Gravando... text_macros.edit.macro.stop = Clique para parar text_macros.edit.macro.auto_send = Envio automático -text_macros.help = Envia mensagens de bate-papo automaticamente depois de pressionar uma combinação de teclas configuradas. +text_macros.help = Automatically send chat messages after pressing a predefined key combination. name_history.title = Histórico de nomes name_history.search = Pesquisar... From 24ac2c0936a8a7e389a22b7f79e784e02a63a255 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 17 Jul 2020 11:49:43 +0200 Subject: [PATCH 188/382] New translations en_US.lang (Spanish) --- resources/assets/the5zigmod/lang/es_ES.lang | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/assets/the5zigmod/lang/es_ES.lang b/resources/assets/the5zigmod/lang/es_ES.lang index 2a779e1..882db07 100644 --- a/resources/assets/the5zigmod/lang/es_ES.lang +++ b/resources/assets/the5zigmod/lang/es_ES.lang @@ -1,12 +1,12 @@ -the5zigmod.key.toggle_mod=Toggle Mod -the5zigmod.key.toggle_chat=Toggle Chat +the5zigmod.key.toggle_mod=Alternar mod +the5zigmod.key.toggle_chat=Alternar chat the5zigmod.key.coordinates_clipboard=Coord Clipboard the5zigmod.key.raid_calculator=MCPVP Raid Calculator -the5zigmod.key.hypixel_stats=Hypixel Stats -the5zigmod.key.zoom=Zoom in +the5zigmod.key.hypixel_stats=Estadísticas de Hypixel +the5zigmod.key.zoom=Aumentar the5zigmod.key.timer.start=Timer Toggle Start the5zigmod.key.timer.reset=Timer Reset the5zigmod.key.teamspeak=TeamSpeak -the5zigmod.key.username_history=Username History -the5zigmod.key.toggle_chat_filter=Toggle Chat Filter -the5zigmod.key.change_account=Change account \ No newline at end of file +the5zigmod.key.username_history=Historial de nombre de usuario +the5zigmod.key.toggle_chat_filter=Alternar filtro de chat +the5zigmod.key.change_account=Cambiar cuenta \ No newline at end of file From d3b2fd40387234cc9f626056932ac1a33095432d Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 18 Jul 2020 02:16:55 +0200 Subject: [PATCH 189/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 3b7738c..5b68685 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1010,25 +1010,25 @@ modules.item.timolia_arcade_next_minigame.desc = Geeft de volgende minigame weer modules.item.timolia_arena_round = 4rena ronde modules.item.timolia_arena_round.desc = Geeft de huidige ronde in 4rena op het Timolia-netwerk weer. modules.item.timolia_brainbow_team = Brainbow Team -modules.item.timolia_brainbow_team.desc = Displays your team in Brainbow on the Timolia Network. +modules.item.timolia_brainbow_team.desc = Geeft uw team weer in Brainbow op het Timolia-netwerk. modules.item.timolia_brainbow_score = Brainbow Score -modules.item.timolia_brainbow_score.desc = Displays your score in Brainbow on the Timolia Network. +modules.item.timolia_brainbow_score.desc = Geeft uw score weer in Brainbow op het Timolia-netwerk. modules.item.timolia_advent_medal = Advent Medal -modules.item.timolia_advent_medal.desc = Displays your medal in Advent on the Timolia Network. +modules.item.timolia_advent_medal.desc = Toont uw medaille in Advent op het Timolia-netwerk. modules.item.timolia_advent_parkour = Advent Parkour -modules.item.timolia_advent_parkour.desc = Displays the parkour you are currently playing in Advent on the Timolia Network. +modules.item.timolia_advent_parkour.desc = Geeft de parkour weer die u momenteel speelt in Advent op het Timolia Network. modules.item.timolia_advent_checkpoint = Advent Checkpoint -modules.item.timolia_advent_checkpoint.desc = Displays the current amount of checkpoints in Advent on the Timolia Network. -modules.item.timolia_advent_fails = Advent Fails -modules.item.timolia_advent_fails.desc = Displays the current amount of fails in Advent on the Timolia Network. -modules.item.timolia_intime_invincibility = InTime Invincibility Time -modules.item.timolia_intime_invincibility.desc = Displays the remaining invincibility time in InTime on the Timolia Network. -modules.item.timolia_intime_regeneration = InTime Regeneration Time -modules.item.timolia_intime_regeneration.desc = Displays the remaining spawn regeneration time in InTime on the Timolia Network. +modules.item.timolia_advent_checkpoint.desc = Geeft het huidige aantal controlepunten in Advent op het Timolia-netwerk weer. +modules.item.timolia_advent_fails = Advent mislukt +modules.item.timolia_advent_fails.desc = Geeft het huidige aantal mislukkingen in Advent op het Timolia-netwerk weer. +modules.item.timolia_intime_invincibility = InTime onoverwinnelijkheidstijd +modules.item.timolia_intime_invincibility.desc = Geeft de resterende onoverwinnelijkheidstijd in InTime op het Timolia-netwerk weer. +modules.item.timolia_intime_regeneration = InTime regeneratietijd +modules.item.timolia_intime_regeneration.desc = Toont de resterende spawn-regeneratietijd in InTime op het Timolia-netwerk. modules.item.timolia_intime_loot = InTime Loot Time -modules.item.timolia_intime_loot.desc = Displays the remaining loot time in InTime on the Timolia Network. +modules.item.timolia_intime_loot.desc = Geeft de resterende buittijd in InTime op het Timolia-netwerk weer. modules.item.timolia_intime_invincibility_message = InTime Invincibility Message -modules.item.timolia_intime_invincibility_message.desc = Displays the remaining invincibility time in InTime on the Timolia Network. +modules.item.timolia_intime_invincibility_message.desc = Geeft de resterende onoverwinnelijkheidstijd in InTime op het Timolia-netwerk weer. modules.item.timolia_jumpworld_fails = JumpWorld Fails modules.item.timolia_jumpworld_fails.desc = Displays your fail count in JumpWorld on the Timolia Network. modules.item.timolia_jumpworld_checkpoint = JumpWorld Checkpoints From 300999570c4f29846c9b504598600bd34e0ef9e5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 18 Jul 2020 02:21:39 +0200 Subject: [PATCH 190/382] New translations en_US.lang (Dutch) --- resources/assets/the5zigmod/lang/nl_NL.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/the5zigmod/lang/nl_NL.lang b/resources/assets/the5zigmod/lang/nl_NL.lang index 2bed0ef..f7ef71b 100644 --- a/resources/assets/the5zigmod/lang/nl_NL.lang +++ b/resources/assets/the5zigmod/lang/nl_NL.lang @@ -5,7 +5,7 @@ the5zigmod.key.raid_calculator=MCPVP Raid Calculator the5zigmod.key.hypixel_stats=Hypixel Statistieken the5zigmod.key.zoom=Inzoomen the5zigmod.key.timer.start=Timer aanzetten -the5zigmod.key.timer.reset=Timer gereset +the5zigmod.key.timer.reset=Tijd gereset the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=Gebruikersnaam geschiedenis the5zigmod.key.toggle_chat_filter=Schakel chatfilter aan/uit From ef2d4302102924ae90d2bd84164d72addaf4d2b8 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 18 Jul 2020 02:25:43 +0200 Subject: [PATCH 191/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 5b68685..b32117d 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1029,8 +1029,8 @@ modules.item.timolia_intime_loot = InTime Loot Time modules.item.timolia_intime_loot.desc = Geeft de resterende buittijd in InTime op het Timolia-netwerk weer. modules.item.timolia_intime_invincibility_message = InTime Invincibility Message modules.item.timolia_intime_invincibility_message.desc = Geeft de resterende onoverwinnelijkheidstijd in InTime op het Timolia-netwerk weer. -modules.item.timolia_jumpworld_fails = JumpWorld Fails -modules.item.timolia_jumpworld_fails.desc = Displays your fail count in JumpWorld on the Timolia Network. +modules.item.timolia_jumpworld_fails = JumpWorld mislukt +modules.item.timolia_jumpworld_fails.desc = Toont uw aantal mislukkingen in JumpWorld op het Timolia-netwerk. modules.item.timolia_jumpworld_checkpoint = JumpWorld Checkpoints modules.item.timolia_jumpworld_checkpoint.desc = Displays the current checkpoint count in JumpWorld on the Timolia Network. modules.item.timolia_jumpworld_last_checkpoint = JumpWorld Last Checkpoint From e5b124c939a7e657e6949d503c8e9ee917df9d47 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 18 Jul 2020 02:46:14 +0200 Subject: [PATCH 192/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index b32117d..61a612f 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1031,13 +1031,13 @@ modules.item.timolia_intime_invincibility_message = InTime Invincibility Message modules.item.timolia_intime_invincibility_message.desc = Geeft de resterende onoverwinnelijkheidstijd in InTime op het Timolia-netwerk weer. modules.item.timolia_jumpworld_fails = JumpWorld mislukt modules.item.timolia_jumpworld_fails.desc = Toont uw aantal mislukkingen in JumpWorld op het Timolia-netwerk. -modules.item.timolia_jumpworld_checkpoint = JumpWorld Checkpoints -modules.item.timolia_jumpworld_checkpoint.desc = Displays the current checkpoint count in JumpWorld on the Timolia Network. -modules.item.timolia_jumpworld_last_checkpoint = JumpWorld Last Checkpoint -modules.item.timolia_jumpworld_last_checkpoint.desc = Displays the distance to the last checkpoint in JumpWorld on the Timolia Network. +modules.item.timolia_jumpworld_checkpoint = JumpWorld-controlepunten +modules.item.timolia_jumpworld_checkpoint.desc = Geeft het huidige aantal controlepunten weer in JumpWorld op de Timolia N. +modules.item.timolia_jumpworld_last_checkpoint = Laatste controlepunt van JumpWorld +modules.item.timolia_jumpworld_last_checkpoint.desc = Geeft de afstand tot het laatste controlepunt in JumpWorld op het Timolia-netwerk weer. modules.item.gommehd_sg_deathmatch = SG Deathmatch Timer -modules.item.gommehd_sg_deathmatch.desc = Displays a deathmatch timer in SurvivalGames on the GommeHD Network. -modules.item.gommehd_sg_deathmatch_message = SG Deathmatch Message +modules.item.gommehd_sg_deathmatch.desc = Geeft een deathmatch-timer weer in SurvivalGames op het GommeHD-netwerk. +modules.item.gommehd_sg_deathmatch_message = SG Deathmatch-bericht modules.item.gommehd_sg_deathmatch_message.desc = Displays a deathmatch timer in SurvivalGames on the GommeHD Network. modules.item.gommehd_bedwars_team = BedWars Team modules.item.gommehd_bedwars_team.desc = Displays your team in BedWars on the GommeHD Network. From 0bee349263415351765bff03965653badf73de2b Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 18 Jul 2020 03:05:36 +0200 Subject: [PATCH 193/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 61a612f..bf7b558 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1038,27 +1038,27 @@ modules.item.timolia_jumpworld_last_checkpoint.desc = Geeft de afstand tot het l modules.item.gommehd_sg_deathmatch = SG Deathmatch Timer modules.item.gommehd_sg_deathmatch.desc = Geeft een deathmatch-timer weer in SurvivalGames op het GommeHD-netwerk. modules.item.gommehd_sg_deathmatch_message = SG Deathmatch-bericht -modules.item.gommehd_sg_deathmatch_message.desc = Displays a deathmatch timer in SurvivalGames on the GommeHD Network. +modules.item.gommehd_sg_deathmatch_message.desc = Geeft een deathmatch-timer weer in SurvivalGames op het GommeHD-netwerk. modules.item.gommehd_bedwars_team = BedWars Team -modules.item.gommehd_bedwars_team.desc = Displays your team in BedWars on the GommeHD Network. +modules.item.gommehd_bedwars_team.desc = Geeft uw team weer in BedWars op het GommeHD-netwerk. modules.item.gommehd_bedwars_respawn = BedWars Respawn -modules.item.gommehd_bedwars_respawn.desc = Displays whether you can still respawn in BedWars on the GommeHD Network. +modules.item.gommehd_bedwars_respawn.desc = Geeft weer of je nog kunt respawnen in BedWars op het GommeHD-netwerk. modules.item.gommehd_bedwars_gold = BedWars Gold Time -modules.item.gommehd_bedwars_gold.desc = Displays your the time until the next gold items will drop in BedWars on the GommeHD Network. -modules.item.gommehd_bedwars_beds = BedWars Destroyed Beds -modules.item.gommehd_bedwars_beds.desc = Displays the amount of beds you have destroyed in BedWars on the GommeHD Network. +modules.item.gommehd_bedwars_gold.desc = Geeft je tijd weer tot de volgende gouden items in BedWars op het GommeHD-netwerk vallen. +modules.item.gommehd_bedwars_beds = BedWars vernietigde bedden +modules.item.gommehd_bedwars_beds.desc = Geeft het aantal bedden weer dat je hebt vernietigd in BedWars op het GommeHD-netwerk. modules.item.gommehd_endergames_kit = EnderGames Kit -modules.item.gommehd_endergames_kit.desc = Displays your kit in EnderGames on the GommeHD Network. -modules.item.gommehd_endergames_coins = EnderGames Coins -modules.item.gommehd_endergames_coins.desc = Displays the amount of coins you have in EnderGames on the GommeHD Network. -modules.item.gommehd_skywars_coins = SkyWars Coins -modules.item.gommehd_skywars_coins.desc = Displays the amount of coins you have in SkyWars on the GommeHD Network. -modules.item.gommehd_skywars_team = SkyWars Team -modules.item.gommehd_skywars_team.desc = Displays your team in SkyWars on the GommeHD Network. -modules.item.gommehd_skywars_kit = SkyWars Kit -modules.item.gommehd_skywars_kit.desc = Displays your kit in SkyWars on the GommeHD Network. +modules.item.gommehd_endergames_kit.desc = Geeft je kit weer in EnderGames op het GommeHD-netwerk. +modules.item.gommehd_endergames_coins = EnderGames-munten +modules.item.gommehd_endergames_coins.desc = Geeft het aantal munten weer dat u in EnderGames op het GommeHD-netwerk heeft. +modules.item.gommehd_skywars_coins = SkyWars-munten +modules.item.gommehd_skywars_coins.desc = Geeft het aantal munten weer dat je in SkyWars op het GommeHD-netwerk hebt. +modules.item.gommehd_skywars_team = SkyWars-team +modules.item.gommehd_skywars_team.desc = Geeft uw team weer in SkyWars op het GommeHD-netwerk. +modules.item.gommehd_skywars_kit = SkyWars-kit +modules.item.gommehd_skywars_kit.desc = Geeft je kit weer in SkyWars op het GommeHD-netwerk. modules.item.gommehd_ragemode_emeralds = Ragemode Emeralds -modules.item.gommehd_ragemode_emeralds.desc = Displays your emerald count in Ragemode on the GommeHD Network. +modules.item.gommehd_ragemode_emeralds.desc = Geeft uw smaragdgroene telling weer in Ragemode op het GommeHD-netwerk. modules.item.playminity_jumpleague_checkpoints = JumpLeague controlepunten modules.item.playminity_jumpleague_checkpoints.desc = Toont uw huidige controlepunt aantal in JumpLeague op het PlayMinity Network. modules.item.playminity_jumpleague_fails = JumpLeague Mislukt From 9b9954e1b583a3b6546ace679a2f887060dcc1fd Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 25 Jul 2020 23:45:36 +0200 Subject: [PATCH 194/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 8264f02..392b447 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1757,7 +1757,7 @@ update.beta.2 = Baixe em 5zigreborn.eu/beta\! update.available.stable = Atualização disponível update.available.beta = Atualização beta disponível -modules.item.direction.count_angle_north = Count from north +modules.item.direction.count_angle_north = Contar do norte modules.item.direction.count_angle_north.desc = Funciona como uma bússola, marcando 0° ao norte e 180° ao sul. modules.item.uptime = Tempo de atividade @@ -1777,7 +1777,7 @@ modules.label.input = Insira o novo prefixo desse item. modules.item.command = Saída de comando modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold +modules.item.command.scrolling = Limiar de rolagem modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Comando From 69edd4b49849ae93bc3e506e27962c99a07e4248 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 8 Aug 2020 22:18:12 +0200 Subject: [PATCH 195/382] New translations en_US.lang (Swedish) --- resources/assets/the5zigmod/lang/sv_SE.lang | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/assets/the5zigmod/lang/sv_SE.lang b/resources/assets/the5zigmod/lang/sv_SE.lang index 2a779e1..3dbb67a 100644 --- a/resources/assets/the5zigmod/lang/sv_SE.lang +++ b/resources/assets/the5zigmod/lang/sv_SE.lang @@ -1,12 +1,12 @@ -the5zigmod.key.toggle_mod=Toggle Mod -the5zigmod.key.toggle_chat=Toggle Chat -the5zigmod.key.coordinates_clipboard=Coord Clipboard -the5zigmod.key.raid_calculator=MCPVP Raid Calculator -the5zigmod.key.hypixel_stats=Hypixel Stats -the5zigmod.key.zoom=Zoom in -the5zigmod.key.timer.start=Timer Toggle Start -the5zigmod.key.timer.reset=Timer Reset +the5zigmod.key.toggle_mod=Växla På/Av Mod +the5zigmod.key.toggle_chat=Växla Chat På/Av +the5zigmod.key.coordinates_clipboard=Koordinaternas urklipp +the5zigmod.key.raid_calculator=MCPVP Rädkalkylator +the5zigmod.key.hypixel_stats=Hypixel Statistik +the5zigmod.key.zoom=Zooma In +the5zigmod.key.timer.start=Växla Timer På/Av +the5zigmod.key.timer.reset=Återställ Timer the5zigmod.key.teamspeak=TeamSpeak -the5zigmod.key.username_history=Username History -the5zigmod.key.toggle_chat_filter=Toggle Chat Filter -the5zigmod.key.change_account=Change account \ No newline at end of file +the5zigmod.key.username_history=Användarnamnshistorik +the5zigmod.key.toggle_chat_filter=Växla Chat Filter På/Av +the5zigmod.key.change_account=Byt konto \ No newline at end of file From 9b256daf21edaea51f1e10bb07af567d2e193d3a Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 8 Aug 2020 22:18:18 +0200 Subject: [PATCH 196/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index c081ced..2f8780f 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -191,18 +191,18 @@ config.formatting.formatting_main = Formatage principal config.formatting.formatting_main.desc = Le formatage principal des statistiques affichées. config.formatting.color_main = Couleur principale config.formatting.color_main.desc = Changer la couleur principale des statistiques affichées. -config.formatting.formatting_brackets = Formatage de crochet +config.formatting.formatting_brackets = Formatage des crochets config.formatting.formatting_brackets.desc = Le formatage des crochets des statistiques affichées -config.formatting.color_brackets = Couleur de crochet -config.formatting.color_brackets.desc = La couleur de crochet des statistiques affichées -config.formatting.number_precision = Précision de nombre +config.formatting.color_brackets = Couleur des crochets +config.formatting.color_brackets.desc = Change la couleur des crochets des statistiques affichées. +config.formatting.number_precision = Précision des nombres config.formatting.number_precision.desc = Spécifier avec quelle précision le mod doit raccourcir les nombres. config.display.digits = chiffres config.display.max_overlays = Max d'overlay config.display.max_overlays.desc = Précise la quantité maximale d'overlays affichées. Elles seront affichées, par exemple, lorsqu'un ami vous envoie un message. config.display.overlay_texture = Texture d'overlay -config.display.overlay_texture.desc = Change la texture des messages d'overlay. Marche uniquement avec MC 1.12+. -config.display.overlay_texture.changed = La texture d'overlay a été mise à jour \! +config.display.overlay_texture.desc = Change la texture des messages de l'overlay. Marche uniquement avec MC 1.12+. +config.display.overlay_texture.changed = La texture de l'overlay a été mise à jour \! config.display.zoom_factor = Facteur de zoom config.display.zoom_factor.desc = Précise le facteur par lequel le mod zoome quand la touche de zoom est appuie. config.display.crosshair_distance = Écart de mire From c25a71869c3c066489b3721bbb8413c86bf108eb Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 8 Aug 2020 22:27:15 +0200 Subject: [PATCH 197/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index fa77915..5dbc47c 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -29,9 +29,9 @@ gui.search = Sök file_selector.open = Öppna file_selector.select = Välj -input.title = Input +input.title = Indata -mojang.service.status = Mojang status service +mojang.service.status = Mojang Status Service mojang.service.minecraft_website = Minecraft.net mojang.service.mojang_website = Mojang.com mojang.service.session = Mojangs session server @@ -170,9 +170,9 @@ config.main.friend_list.desc = Lägg till vänner online och skriv med dom oavse config.main.reset_config = återställ konfiguration... config.main.reset_config.desc = återställer alla inställningar för 5zig. Dina vänner och chatter kommer att vara kvar config.main.reset.title = Är du säker på att du vill återställa konfigurationen? -config.main.plugins = Plugins (%s) +config.main.plugins = Insticksmodul\: %s config.main.credits = Medverkande -config.main.discord = Discord Presence +config.main.discord = Discords närvaro config.reset = konfigurationen har blivit återställd\! @@ -180,9 +180,9 @@ update.1 = En ny version av 5zig finns tillgängligt\! update.2 = ladda ner uppdateringen från 5zigreborn.eu/downloads\! config.display.title = Visningsalternativ. -config.display.formatting = Formatting Options... -config.display.formatting.desc = Change the colors of all ingame stats and modify some formatting settings. -config.formatting.title = Formatting Options +config.display.formatting = Formaterar alternativ... +config.display.formatting.desc = Ändra färgerna på all statistik och ändra vissa formateringsinställningar. +config.formatting.title = Formaterar alternativ config.formatting.formatting_prefix = Textsnittet på prefixen config.formatting.formatting_prefix.desc = Prefix textsnittet av ett renderat föremål config.formatting.color_prefix = Prefix Färg @@ -200,16 +200,16 @@ config.formatting.number_precision.desc = Bestäm hur exakta siffror ska förkor config.display.digits = siffror config.display.max_overlays = Max antal överlägg config.display.max_overlays.desc = Bestäm maxantalet av överlägg som ska visas. Överlägg kommer att visas när du exempelvis får ett meddelande mottaget av en vän från 5zig. -config.display.overlay_texture = Overlay Texture -config.display.overlay_texture.desc = Changes the texture of the overlay message. Works only for MC 1.12+. -config.display.overlay_texture.changed = Overlay Texture has been updated\! +config.display.overlay_texture = Overlay Textur +config.display.overlay_texture.desc = Ändrar texturen på överläggsmeddelandet. Fungerar endast för MC 1.12+. +config.display.overlay_texture.changed = Overlay Textur har uppdaterats\! config.display.zoom_factor = Zoomfaktor config.display.zoom_factor.desc = Bestäm hur mycket du vill att 5zig ska zooma in när du trycker på knappen för inzoomning. config.display.crosshair_distance = Markerings Avstånd config.display.crosshair_distance.desc = Bestäm maxgränsen för hur långt 5zig ska beräkna avståndet mellan spelaren och blocket som är markerat. -config.display.hud = Hud Options... -config.display.hud.desc = Change the appearance of the HUD and Hotbar -config.hud.title = Hud Options +config.display.hud = Hudalternativ... +config.display.hud.desc = Ändra utseende för HUD och Hotbaren +config.hud.title = Hudalternativ config.hud.show_vanilla_potion_indicator = Vanilla effektindikator config.hud.show_vanilla_potion_indicator.desc = Bestäm om du vill att en effektindikator (tillagd i MC 1.9) ska vara synlig. config.hud.show_potion_indicator = Visa effektindikator @@ -241,7 +241,7 @@ config.display.transparent_chat_background = Transparent chatt bakgrund config.display.transparent_chat_background.desc = Bestämmer om du vill att bakgrunden i chatten ska vara transparent. config.display.transparent_pause_menu = Transparent Pausmeny config.display.transparent_pause_menu.desc = Bestämmer om du vill att bakgrunden i menyn ska vara transparent. -config.display.show_own_name_tag = Show Own Nametag +config.display.show_own_name_tag = Visa Egen Namnbricka config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. config.display.highlight_words_color = Highlight Words Color config.display.highlight_words_color.desc = Change the word-highlight-color for keywords in chat. From 6b09bcafc7f0ed4a7da2f10a9ace4fab47c48c5d Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 8 Aug 2020 22:37:59 +0200 Subject: [PATCH 198/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 36 ++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 5dbc47c..7455335 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -242,11 +242,11 @@ config.display.transparent_chat_background.desc = Bestämmer om du vill att bakg config.display.transparent_pause_menu = Transparent Pausmeny config.display.transparent_pause_menu.desc = Bestämmer om du vill att bakgrunden i menyn ska vara transparent. config.display.show_own_name_tag = Visa Egen Namnbricka -config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. -config.display.highlight_words_color = Highlight Words Color -config.display.highlight_words_color.desc = Change the word-highlight-color for keywords in chat. -config.display.ping_on_tab = Ping on Tablist -config.display.ping_on_tab.desc = Display the ping value instead of the bars texture. +config.display.show_own_name_tag.desc = Växlar mellan Av/På Om Din Namnbricka ska renderas ovanför dig själv också. +config.display.highlight_words_color = Uppmärksamma Ords Färger +config.display.highlight_words_color.desc = Ändra ord-markering-färg för nyckelord i chatten. +config.display.ping_on_tab = Pinga på fliklistan +config.display.ping_on_tab.desc = Visa ping värdet istället för strecktexturen. config.keyboard_settings.title = Inställningar för LED tangentbord config.keyboard_settings.control_keyboard = Tangentbord för LED @@ -272,7 +272,7 @@ config.keyboard_settings.show_led_potions.desc = Bestämmer om ditt tangentbord config.keyboard_settings.show_led_damage_flash = Låt tangentbordet blinka vid skada config.keyboard_settings.show_led_damage_flash.desc = Bestämmer om ditt tangentbord ska blinka när din karaktär tar skada. -config.chat_time_prefix.title = Chat Time Prefix +config.chat_time_prefix.title = Chatttidsprefix config.chat_time_prefix.chat_time_prefix_enabled = Aktiverad config.chat_time_prefix.chat_time_prefix_enabled.desc = Bestäm om du vill att varje chatt meddelande ska visa tiden när det skickades. config.chat_time_prefix.chat_time_prefix_color = Färg @@ -282,7 +282,7 @@ config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Bestäm form config.chat_time_prefix.chat_time_prefix_brackets_color = Färg på parentes config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Bestäm vilken färg du vill ha på parentesen config.chat_time_prefix.chat_time_prefix_time_format = Format -config.chat_time_prefix.chat_time_prefix_time_format.desc = Specify the time formatting. +config.chat_time_prefix.chat_time_prefix_time_format.desc = Ange tidsformatering. config.server.title = Server inställningar. config.server.general = Generellt... @@ -297,8 +297,8 @@ config.server.text_macros = Macron för text... config.server.text_macros.desc = skickar automatiskt ett meddelande när man trycker in en viss knappkombination. config.server.name_history = Användarnamns historik... config.server.name_history.desc = Ta fram användarnamns historik för den specifika spelaren. -config.server.join_text = Join Auto-Text... -config.server.join_text.desc = Automatically send chat messages after joining a server. +config.server.join_text = Anslut till Auto-Text... +config.server.join_text.desc = Skicka automatiskt chattmeddelanden efter att ha anslutit sig till en server. config.server_general.title = Generella serveralternativ config.server_general.show_server_stats = Visa statistik @@ -323,8 +323,8 @@ config.server_general.notify_on_name = Notifiera när jag blir nämnd config.server_general.notify_on_name.desc = Bestäm om du vill bli notifierad när du nämns i chatten. config.server_general.auto_server_reconnect = Återanslut automatiskt config.server_general.auto_server_reconnect.desc = Bestäm om du vill att din klient ska återansluta automatiskt till den servern du senast var ansluten till. -config.server_general.auto_server_reconnect.off = Off -config.server_general.auto_server_reconnect.sec = sec +config.server_general.auto_server_reconnect.off = Av +config.server_general.auto_server_reconnect.sec = sek config.server_general.mac_cmd_drop = använd CMD-Knapp config.server_general.mac_cmd_drop.desc = Bara för Mac. specificera om du vill använda CMD (apple) knappen eller CTRL knappen. Notera att om du håller in CMD+Q för att släppa sammanslagna föremål (stacks) så kan ditt fönster stängas\! config.server_general.mojang_status = Visa Mojang Status @@ -363,7 +363,7 @@ config.server.mineplex.desc = Mineplex.com serveralternativ. config.server_mineplex.title = Mineplex.com Alternativ config.server_mineplex.show_server_stats_mineplex.desc = Bestäm om serverstatistiken för Mineplex.com ska synas. -config.server.venicraft = Venicraft.at +config.server.venicraft = Venedig.at config.server.venicraft.desc = Venicraft.at serveralternativ. config.server_venicraft.title = Venicraft.at Alternativ config.server_venicraft.show_server_stats_venicraft.desc = Bestäm om serverstatistiken för Venicraft.at ska synas. @@ -385,7 +385,7 @@ server.hypixel.stats.search = Sök server.hypixel.stats.player = Spelare server.hypixel.stats.player_not_found = Hittade inte spelaren\! server.hypixel.stats.stats_not_found = Hittar inte statistiken\! -server.hypixel.stats.info = %s Stats +server.hypixel.stats.info = %s-statistik server.hypixel.stats.none = Ingen server.hypixel.stats.general.displayname = visningsnamn server.hypixel.stats.general.package_rank = Rank @@ -393,8 +393,8 @@ server.hypixel.stats.general.network_exp = Exp server.hypixel.stats.general.network_level = Nivå server.hypixel.stats.general.karma = Karma server.hypixel.stats.general.vanity_tokens = Vanity Tokens -server.hypixel.stats.general.tips_sent = Tips sent -server.hypixel.stats.general.thanks_sent = Thanks sent +server.hypixel.stats.general.tips_sent = Tips skickade +server.hypixel.stats.general.thanks_sent = Tack skickad server.hypixel.stats.general.first_login = Första inloggning server.hypixel.stats.general.last_login = Senaste inloggning server.hypixel.stats.quake.coins = Mynt @@ -424,7 +424,7 @@ server.hypixel.stats.hungergames.monthly_kills_b = Antal dödade per månad server.hypixel.stats.tntgames.coins = Mynt server.hypixel.stats.tntgames.wins_tntrun = TNTRun vinster server.hypixel.stats.tntgames.wins_tntag = TNTag vinster -server.hypixel.stats.tntgames.tags_bowspleef = Bowspleef Tags +server.hypixel.stats.tntgames.tags_bowspleef = Bowspleef Dödsfall server.hypixel.stats.tntgames.deaths_bowspleef = Bowspleef Dödsfall server.hypixel.stats.tntgames.wins_bowspleef = Bowspleef Vinster server.hypixel.stats.tntgames.kills_capture = Antalet Dödade Wizard @@ -472,9 +472,9 @@ server.hypixel.stats.walls3.deaths_skeleton = Skelett Dödsfall server.hypixel.stats.walls3.final_kills_skeleton = Sammanfattning Av Antalet Dödade Skelett server.hypixel.stats.walls3.wins_skeleton = Skeleton Vinster server.hypixel.stats.walls3.losses_skeleton = Skeleton Förluster -server.hypixel.stats.walls3.kills_spider = Spider Kills +server.hypixel.stats.walls3.kills_spider = Dödade spindlar server.hypixel.stats.walls3.deaths_spider = Spindel Dödsfall -server.hypixel.stats.walls3.final_kills_spider = Spider Final Kills +server.hypixel.stats.walls3.final_kills_spider = Spider Slutliga Dödade server.hypixel.stats.walls3.wins_spider = Spindel Vinster server.hypixel.stats.walls3.losses_spider = Spindel Förluster server.hypixel.stats.walls3.kills_zombie = Zombie Kills From c533af4c6e0f76e6a319339ade17bc55347d162e Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 20 Aug 2020 14:26:43 +0200 Subject: [PATCH 199/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index 74bb409..0bc5727 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -1770,7 +1770,7 @@ spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API密钥... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = 服务器列表中的Ping -config.display.ping_on_serverlist.desc = 服务器Tab列表中显示数字ping值而不是的条形图。 +config.display.ping_on_serverlist.desc = 在服务器Tab列表中显示数字ping值而不是的长条图。 modules.label = 编辑前缀... modules.label.input = 输入此项目的新前缀。 From 86c685ff36f9b047d603917ffb74095b100c3dae Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 20 Aug 2020 14:26:45 +0200 Subject: [PATCH 200/382] New translations en_US.lang (Chinese Simplified) --- resources/assets/the5zigmod/lang/zh_CN.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/the5zigmod/lang/zh_CN.lang b/resources/assets/the5zigmod/lang/zh_CN.lang index 39e3cdd..3878671 100644 --- a/resources/assets/the5zigmod/lang/zh_CN.lang +++ b/resources/assets/the5zigmod/lang/zh_CN.lang @@ -1,5 +1,5 @@ the5zigmod.key.toggle_mod=Toggle Mod -the5zigmod.key.toggle_chat=Toggle Chat +the5zigmod.key.toggle_chat=切换聊天栏 the5zigmod.key.coordinates_clipboard=Coord Clipboard the5zigmod.key.raid_calculator=MCPVP Raid Calculator the5zigmod.key.hypixel_stats=Hypixel 数据 From afd76478e7bcce25f8f07cddcd10f2efc1fd38c7 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:15:49 +0200 Subject: [PATCH 201/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index 0bc5727..a458806 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -1788,4 +1788,6 @@ ingame.command_output = 命令 ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From f3ef0e74acb383fb7d324bac466b48439245121e Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:15:52 +0200 Subject: [PATCH 202/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index 51c05f1..af7e672 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 55a90329c9ade833414cd704d5d32c3ae9bb7721 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:15:54 +0200 Subject: [PATCH 203/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index 281699d..bf39d91 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 119ab1e8ca39e87b8d6531e3c23bf60023001f72 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:15:57 +0200 Subject: [PATCH 204/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 1d423d6..287ada7 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 594caba4d5ba8cb5dc43efdc9066a777e88a169c Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:15:58 +0200 Subject: [PATCH 205/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 7c2466e..2553435 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Команда ingame.text = Текст modules.item.text = Обычный текст modules.item.text.value = Текст -modules.item.text.value.desc = Текст для отображения \ No newline at end of file +modules.item.text.value.desc = Текст для отображения + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 3d033c6fa70081a9c97f2ebe16cd42fb9228f73d Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:01 +0200 Subject: [PATCH 206/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 7455335..f2adc2f 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 0a64e11b1e199f6108ab4ecfb79cfa6f1bdd098d Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:04 +0200 Subject: [PATCH 207/382] New translations language_en_US.properties (Turkish) --- resources/lang/44/language_tr_TR.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_tr_TR.properties b/resources/lang/44/language_tr_TR.properties index 7457de9..d4f272a 100644 --- a/resources/lang/44/language_tr_TR.properties +++ b/resources/lang/44/language_tr_TR.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 5e65ba21b2007bf3cec8f8610e56a360c18b953b Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:06 +0200 Subject: [PATCH 208/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 392b447..69c62ba 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Comando ingame.text = Texto modules.item.text = Texto simples modules.item.text.value = Texto -modules.item.text.value.desc = Texto exibido \ No newline at end of file +modules.item.text.value.desc = Texto exibido + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From a9f731e7b6e3444fdc70cc96a5c53919fe40a576 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:07 +0200 Subject: [PATCH 209/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index bf7b558..86dcb49 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 537c3d77b7cad916d078086d2cc67047162848fc Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:09 +0200 Subject: [PATCH 210/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 1453dc5..4003037 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From dfbb7c9f1de2c431faab7579e86933687a1a5776 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:11 +0200 Subject: [PATCH 211/382] New translations language_en_US.properties (Danish) --- resources/lang/44/language_da_DK.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_da_DK.properties b/resources/lang/44/language_da_DK.properties index 8733e27..b7da622 100644 --- a/resources/lang/44/language_da_DK.properties +++ b/resources/lang/44/language_da_DK.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 5d693853224712fba298af368b6b5484777f06ea Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:13 +0200 Subject: [PATCH 212/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 2f8780f..2d20b9a 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Commande ingame.text = Texte modules.item.text = Texte simple modules.item.text.value = Texte -modules.item.text.value.desc = Le texte à afficher \ No newline at end of file +modules.item.text.value.desc = Le texte à afficher + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 80d02277c843fd19c5656925cd6e1de3ef41c8ff Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:15 +0200 Subject: [PATCH 213/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index 0cdc3fa..97cd4f4 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 255c4f01df2590516791eb37cbcf1466d8448694 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:17 +0200 Subject: [PATCH 214/382] New translations language_en_US.properties (Czech) --- resources/lang/44/language_cs_CZ.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_cs_CZ.properties b/resources/lang/44/language_cs_CZ.properties index 3962430..4fbf96d 100644 --- a/resources/lang/44/language_cs_CZ.properties +++ b/resources/lang/44/language_cs_CZ.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 334fe6fa18346b0ed963d5a49c1957c743a7a9ad Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:21 +0200 Subject: [PATCH 215/382] New translations language_en_US.properties (German) --- resources/lang/44/language_de_DE.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_de_DE.properties b/resources/lang/44/language_de_DE.properties index 18f448a..a817e08 100644 --- a/resources/lang/44/language_de_DE.properties +++ b/resources/lang/44/language_de_DE.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Befehl ingame.text = Text modules.item.text = Einfacher Text modules.item.text.value = Text -modules.item.text.value.desc = Der anzuzeigende Text \ No newline at end of file +modules.item.text.value.desc = Der anzuzeigende Text + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 0a44e820dd21be6d366c7380f780a74a7f7c094d Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:23 +0200 Subject: [PATCH 216/382] New translations language_en_US.properties (Finnish) --- resources/lang/44/language_fi_FI.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_fi_FI.properties b/resources/lang/44/language_fi_FI.properties index 62928ed..184846b 100644 --- a/resources/lang/44/language_fi_FI.properties +++ b/resources/lang/44/language_fi_FI.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From bb1c554b902e6c8bb5fc915830a88c633521b877 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:25 +0200 Subject: [PATCH 217/382] New translations language_en_US.properties (Hungarian) --- resources/lang/44/language_hu_HU.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_hu_HU.properties b/resources/lang/44/language_hu_HU.properties index 62928ed..184846b 100644 --- a/resources/lang/44/language_hu_HU.properties +++ b/resources/lang/44/language_hu_HU.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 1af30e24a39f6e0855f4fd847c0f81e6cf487caa Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Aug 2020 12:16:27 +0200 Subject: [PATCH 218/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index 1a566ee..b4c70c3 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -1788,4 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = The text to display \ No newline at end of file +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 8214951c0d31d22cd4fe333af2edd7eff3a22d04 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 28 Aug 2020 21:47:38 +0200 Subject: [PATCH 219/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 1793 +++++++++++++++++++ 1 file changed, 1793 insertions(+) create mode 100644 resources/lang/44/language_ar_SA.properties diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties new file mode 100644 index 0000000..184846b --- /dev/null +++ b/resources/lang/44/language_ar_SA.properties @@ -0,0 +1,1793 @@ +# +# Copyright (c) 2019-2020 5zig Reborn +# +# This file is part of The 5zig Mod +# The 5zig Mod is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# The 5zig Mod is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with The 5zig Mod. If not, see . +# + +# suppress inspection "UnusedProperty" for whole file +author = 5zig + +gui.back = Back +gui.continue = Continue +gui.on = On +gui.off = Off +gui.loading = Loading +gui.search = Search + +file_selector.open = Open +file_selector.select = Select + +input.title = Input + +mojang.service.status = Mojang status service +mojang.service.minecraft_website = Minecraft.net +mojang.service.mojang_website = Mojang.com +mojang.service.session = Minecraft session server +mojang.service.account = Mojang account server +mojang.service.authentication = Mojang authentication server +mojang.service.skins = Minecraft skin server +mojang.service.api = Mojang API +mojang.service.textures = Minecraft textures server +mojang.status.no_issues = is back online +mojang.status.some_issues = has some issues +mojang.status.unavailable = went down + +connection.closed = Connection Closed +connection.internal_error = Internal Error +connection.error = Connection Error +connection.disconnected = Disconnected\: %s +connection.connecting = Connecting... +connection.logging_in = Logging in... +connection.connected = Connected\! +connection.online = Online +connection.offline = Offline +connection.away = Away +connection.bad_login = Bad login +connection.timed_out = Timed out + +conn.user.not_exists = Player %s not found\! +conn.user.not_friend = %s must be your Friend\! +conn.user.not_friend_anymore = %s is not your Friend anymore\! +conn.user.offline = %s is not online\! +conn.user.old_version = %s uses an earlier version\! + +conn.unread_messages = You have %s new unread Messages\! + +conn.groups.new = %s created a new Group Chat\! +conn.groups.create = Created a Group Chat with %s players\! +conn.groups.add.self = You added %s to your Group\! +conn.groups.add.other = You have been added to Group %s\! +conn.groups.add.already_member = Player %s is already in your Group\! +conn.groups.unknown = You are not a member of this Group\! +conn.groups.not_owner = Cannot do this as a non-owner\! +conn.groups.few_members = Could not find any members to add\! +conn.groups.max_members = Max. Member limit already reached\! +conn.groups.not_member = %s is not member of this Group\! +conn.groups.remove.self = Removed %s from Group Chat\! +conn.groups.remove.other = You have been removed from Group %s\! +conn.groups.leave = Left from Group Chat\! +conn.groups.new_owner = %s transferred his Ownership to you\! +conn.groups.delete.self = Group Chat %s deleted\! +conn.groups.delete.other = %s deleted Group %s\! +conn.groups.change_name = Successfully changed the name of your Group\! +conn.groups.transfered_ownership = Successfully transfered Ownership\! +conn.groups.promoted = Successfully promoted %s\! +conn.groups.promoted_by = You have been promoted by %s\! +conn.groups.demoted = Successfully demoted %s\! +conn.groups.demoted_by = You have been demoted by %s\! + +conn.block.self = Successfully blocked Player %s\! +conn.block.other = You have been blocked by %s\! +conn.block.not_blocked = %s is not blocked by you\! +conn.block.blocked = %s is currently blocked\! +conn.block.blocked.self = %s is currently blocked by you\! +conn.block.blocked.other = You are currently blocked by this Player\! +conn.unblock.self = Successfully unblocked Player %s\! +conn.unblock.other = You have been unblocked by %s\! + +conn.friends.requests.add.new = You got a new Friend Request from %s\! +conn.friends.requests.add.sent = Successfully sent a Friend Request to %s\! +conn.friends.requests.accept.self = You accepted the Friend Request of %s\! +conn.friends.requests.accept.other = %s accepted your Friend Request\! +conn.friends.requests.deny.self = You denied the Friend Request of %s\! +conn.friends.requests.deny.other = %s denied your Friend Request\! +conn.friends.requests.add.error.self = You cannot add yourself as a Friend\! +conn.friends.requests.add.error.already_friend = %s is already your Friend\! +conn.friends.requests.add.error.not_accepting = %s is not accepting any Friend Requests\! +conn.friends.requests.add.error.already_sent = You already sent a Friend Request to %s\! +conn.friends.remove.self = You ended your Friendship with %s\! +conn.friends.remove.other = %s ended your Friendship\! + +conn.file_transfer.too_large = File is too large\! +conn.file_transfer.not_accepted = File-Transfer hasn't been accepted yet\! +conn.file_transfer.error = An error occurred while uploading File\! + +conn.party.invited = Successfully invited %s players to Party\! +conn.party.accepted = Successfully accepted Party Invitation\! +conn.party.denied = Successfully denied Party Invitation\! +conn.party.left = Successfully left Party\! +conn.party.invite_error = Could not invite Party members\! + +conn.cape.upload.failed = Could not upload cape\: %s +conn.cape.upload.max_size = Image size may not be larger than %s\! +conn.cape.upload.wrong_dimension = Invalid cape dimension\! +conn.cape.upload.success = Cape successfully uploaded\! + +menu.no_last_server = No Last Server +menu.the5zigMod = The 5zig Mod... +menu.mcpvp = MCPVP + +config.default = Default +config.click_to_reset = Click to reset... +config.list.add_entry = Add Entry... +config.list.remove_entry = Remove Entry +config.list.entry = 1 entry +config.list.entries = %s entries +config.list.category = Category + +config.main.title = Options +config.main.show_mod = Show Mod +config.main.show_mod.desc = Toggles whether the mod should render all stats to the ingame screen. +config.main.scale = Mod Scale +config.main.scale.desc = Specifies the amount of percent the ingame stats of the mod should be scaled. +config.main.report_crashes = Auto-Report Crashes +config.main.report_crashes.desc = Specify if the mod should automatically report crashes to the mod author.\nWhen disabled, you have still the possibility to report a crash to the mod author manually after the game has crashed. +config.main.display = Display Options... +config.main.display.desc = Change the Minecraft appearance. +config.main.modules = Customize Display... +config.main.modules.desc = Change the appearance of the ingame display. +config.main.show_hide = Show/Hide Options... +config.main.show_hide.desc = Enable or Disable specific features of the mod. +config.main.server = Server Options... +config.main.server.desc = Toggle various stats that get rendered when playing on a server.\nSet specific chat filters for server chat. +config.main.coordinate_clipboard = Coordinates Clipboard... +config.main.coordinate_clipboard.desc = Store specific x and z coordinates that will be displayed on your ingame screen. +config.main.auto_update = Auto-Updating +config.main.auto_update.desc = Allow the mod to automatically check for updates after every startup. If an update could be found it gets downloaded and installed automatically. All installed mods will be kept, as long as the updated mod version uses the same Minecraft version. +config.main.cape_settings = Cape Settings... +config.main.cape_settings.desc = Change the appearance of your cape.\nOnly available for donators\! +config.main.always = Always +config.main.same_version = Same Version +config.main.never = Never +config.main.teamspeak = TeamSpeak +config.main.teamspeak.desc = Displays all current channels and clients of your current TeamSpeak Tab. +config.main.language_screen = Language... +config.main.language_screen.desc = Change the display language of the mod. +config.main.friend_list = Friends... +config.main.friend_list.desc = Add friends and chat with them online, no matter on what server they are playing\! +config.main.reset_config = Reset Configuration... +config.main.reset_config.desc = Resets all settings of the mod. Your friends and chats will be kept. +config.main.reset.title = Are you sure that you want to reset the configuration? +config.main.plugins = Plugins (%s) +config.main.credits = Credits... +config.main.discord = Discord Presence + +config.reset = The Config has been Reset\! + +update.1 = A new version of the 5zig mod is available\! +update.2 = Get it from 5zigreborn.eu/downloads\! + +config.display.title = Display Options +config.display.formatting = Formatting Options... +config.display.formatting.desc = Change the colors of all ingame stats and modify some formatting settings. +config.formatting.title = Formatting Options +config.formatting.formatting_prefix = Formatting of Prefix +config.formatting.formatting_prefix.desc = The prefix formatting of a render item. +config.formatting.color_prefix = Prefix Color +config.formatting.color_prefix.desc = The prefix color of a render item. +config.formatting.formatting_main = Formatting of Main +config.formatting.formatting_main.desc = The main formatting of a render item. +config.formatting.color_main = Main Color +config.formatting.color_main.desc = The main color of a render item. +config.formatting.formatting_brackets = Formatting of Brackets +config.formatting.formatting_brackets.desc = The brackets formatting of a render item. +config.formatting.color_brackets = Brackets Color +config.formatting.color_brackets.desc = The brackets color of a render item. +config.formatting.number_precision = Number Precision +config.formatting.number_precision.desc = Specifies how precisely numbers should be shortened by the mod. +config.display.digits = digits +config.display.max_overlays = Max Overlays +config.display.max_overlays.desc = Specifies the maximum amount of overlays that should be displayed. Overlays will be displayed, when you for example receive a chat message from a friend via the mod. +config.display.overlay_texture = Overlay Texture +config.display.overlay_texture.desc = Changes the texture of the overlay message. Works only for MC 1.12+. +config.display.overlay_texture.changed = Overlay Texture has been updated\! +config.display.zoom_factor = Zoom Factor +config.display.zoom_factor.desc = Specifies the factor the screen should be zoomed when pressing the zoom key of the mod. +config.display.crosshair_distance = Crosshair Distance +config.display.crosshair_distance.desc = Specifies the maximum distance the mod should calculate the distance between the player and the block in sight. +config.display.hud = Hud Options... +config.display.hud.desc = Change the appearance of the HUD and Hotbar +config.hud.title = Hud Options +config.hud.show_vanilla_potion_indicator = Vanilla Potion Indicator +config.hud.show_vanilla_potion_indicator.desc = Specifies whether the vanilla potion indicator (added in MC 1.9) should be displayed. +config.hud.show_potion_indicator = Show Potion Indicator +config.hud.show_potion_indicator.desc = Toggles whether a potion indicator vignette should be rendered. If the player has got a positive potion effect, a green colored vignette will be rendered. For negative potion effects a red colored vignette will be rendered. +config.hud.show_hotbar_numbers = Show Hotbar Numbers +config.hud.show_hotbar_numbers.desc = Toggles whether the keybindings of the hotbar slots should be displayed ingame. +config.hud.colored_equipment_durability = Colored Armor Durability +config.hud.colored_equipment_durability.desc = Toggles whether the durability of the equipped items should be rendered in different colors according to their current durability. +config.hud.show_saturation = Show Saturation +config.hud.show_saturation.desc = Toggles whether the current saturation of the player should be rendered above the food bar.\nThe player saturation is another aspect of hunger that is usually not visible. The player's food level will not decrease until the food saturation level reaches zero. +config.hud.show_food_heal_amount = Show Food Heal Amount +config.hud.show_food_heal_amount.desc = Toggles whether the heal amount of the current held food item should be rendered as half-transparent food level. +config.display.show_chat_symbols = Show More Chat Symbols +config.display.show_chat_symbols.desc = Toggles whether more chat symbols should be displayed above the ingame chat gui. +config.display.show_last_server = Show Last Server +config.display.show_last_server.desc = Toggles whether your last visited server should be displayed in main menu. +config.display.show_custom_models = Show Custom Item Models +config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. +config.display.keyboard_settings = LED Keyboard Settings... +config.display.keyboard_settings.desc = Customize the LED keys of your Keyboard\! +config.display.max_chat_lines = Chat Limit +config.display.max_chat_lines.desc = Sets the maximum amount of chat lines that should be available in the ingame chat history. +config.display.max_chat_lines.lines = Lines +config.display.static_fov = Static FOV +config.display.static_fov.desc = Toggle, if your FOV (field-of-view) should be changed when you have got a speed/slowness potion effect. +config.display.chat_time_prefix = Time in Chat Messages... +config.display.chat_time_prefix.desc = Specify whether every chat message should have a prefix containing the current time. +config.display.transparent_chat_background = Transparent Chat Background +config.display.transparent_chat_background.desc = Toggles whether the chat background should be transparent. +config.display.transparent_pause_menu = Transparent Pause Menu +config.display.transparent_pause_menu.desc = Toggles whether the ingame pause menu background should be transparent. +config.display.show_own_name_tag = Show Own Nametag +config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. +config.display.highlight_words_color = Highlight Words Color +config.display.highlight_words_color.desc = Change the word-highlight-color for keywords in chat. +config.display.ping_on_tab = Ping on Tablist +config.display.ping_on_tab.desc = Display the ping value instead of the bars texture. + +config.keyboard_settings.title = LED Keyboard Settings +config.keyboard_settings.control_keyboard = Control Key LEDs +config.keyboard_settings.control_keyboard.desc = Toggles whether the LEDs of your keyboard should be controlled by the mod. +config.keyboard_settings.none = None +config.keyboard_settings.razer = Razer +config.keyboard_settings.roccat = Roccat +config.keyboard_settings.logitech = Logitech +config.keyboard_settings.reset_keys_on_unfocus = Reset on Unfocus +config.keyboard_settings.reset_keys_on_unfocus.desc = Toggles whether the LEDs of your keyboard should be reset whenever the Minecraft window is not focused anymore. +config.keyboard_settings.background_led_color = LED Color +config.keyboard_settings.background_led_color.desc = Specifies the color of your keyboard LED keys as hexadecimal number. +config.keyboard_settings.active_led_keys = Active LED Keys +config.keyboard_settings.active_led_keys.desc = Specifies the active LED key group. +config.keyboard_settings.all = All +config.keyboard_settings.special = Only WASD +config.keyboard_settings.show_led_health = Show Health +config.keyboard_settings.show_led_health.desc = Toggles whether the current health of the player should be displayed in the function row of your keyboard. +config.keyboard_settings.show_led_armor = Show Armor +config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. +config.keyboard_settings.show_led_potions = Show Potions +config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard should light up in the color of your active potion effect. +config.keyboard_settings.show_led_damage_flash = Show Damage Flash +config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. + +config.chat_time_prefix.title = Chat Time Prefix +config.chat_time_prefix.chat_time_prefix_enabled = Enabled +config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. +config.chat_time_prefix.chat_time_prefix_color = Color +config.chat_time_prefix.chat_time_prefix_color.desc = Specify the color of the time. +config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting +config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets +config.chat_time_prefix.chat_time_prefix_brackets_color = Brackets Color +config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specify the color of the brackets +config.chat_time_prefix.chat_time_prefix_time_format = Format +config.chat_time_prefix.chat_time_prefix_time_format.desc = Specify the time formatting. + +config.server.title = Server Options +config.server.general = General... +config.server.general.desc = General server options. +config.server.highlight_words = Highlight Words... +config.server.highlight_words.desc = Add words that should be highlighted in chat. Use %player% for your own username. +config.server.chatmessage_filter = Chat Messages Filter... +config.server.chatmessage_filter.desc = Filter specific chat messages and select actions for them. +config.server.text_replacement = Text Shortcuts... +config.server.text_replacement.desc = Add shortcuts that get replaced by text upon sending a chat message. +config.server.text_macros = Text Macros... +config.server.text_macros.desc = Automatically send chat messages after pressing a predefined key combination. +config.server.name_history = Username History... +config.server.name_history.desc = Lookup the username history of a Minecraft player. +config.server.join_text = Join Auto-Text... +config.server.join_text.desc = Automatically send chat messages after joining a server. + +config.server_general.title = General Server Options +config.server_general.show_server_stats = Show Stats +config.server_general.show_server_stats.desc = Specify whether the stats of the currently connected server should be shown. (Works only on supported servers) +config.server_general.show_i_p = Show IP +config.server_general.show_i_p.desc = Specify whether the current server ip should be shown. +config.server_general.show_players = Show Player-Count +config.server_general.show_players.desc = Specify whether the amount of online players on your server should be displayed. +config.server_general.show_large_start_countdown = Start Countdown +config.server_general.show_large_start_countdown.desc = Specify whether a start countdown should be displayed. (Works only on supported game modes) +config.server_general.show_invincibility_wears_off_time = Show Invincibility Time +config.server_general.show_invincibility_wears_off_time.desc = Specify whether an invincibility timer should be displayed. (Works only on supported game modes) +config.server_general.show_large_deathmatch_countdown = Deathmatch Countdown +config.server_general.show_large_deathmatch_countdown.desc = Specify whether a deathmatch countdown should be displayed. (Works only on supported game modes) +config.server_general.show_win_message = Show Win-Message +config.server_general.show_win_message.desc = Specify whether a win message should be displayed at the end of a game. (Works only on supported game modes) +config.server_general.show_compass_target = Show Compass Target +config.server_general.show_compass_target.desc = Specify whether the compass target player should be displayed. (Works only on supported game modes) +config.server_general.show_large_killstreaks = Show Large Killstreaks +config.server_general.show_large_killstreaks.desc = Specify whether killstreaks should be displayed. (Works only on supported game modes) +config.server_general.notify_on_name = Notify on Chat-Mention +config.server_general.notify_on_name.desc = Specify whether you should receive a system notification when your minecraft name has been used in chat. +config.server_general.auto_server_reconnect = Automatically Reconnect +config.server_general.auto_server_reconnect.desc = Specify whether the client should automatically try to reconnect to the last server after being disconnected. +config.server_general.auto_server_reconnect.off = Off +config.server_general.auto_server_reconnect.sec = sec +config.server_general.mac_cmd_drop = Use CMD-Key +config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! +config.server_general.mojang_status = Show Mojang Status +config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. +config.server_general.allow_mod_plugin_requests = Allow mod plugin requests +config.server_general.allow_mod_plugin_requests.desc = Specify whether Minecraft servers are allowed to send you mod plugin requests, which allow servers to display even more stats. +config.server_general.confirm_disconnect = Confirm Disconnect +config.server_general.confirm_disconnect.desc = When enabled, a confirmation gui will be displayed each time you want to disconnect from a server. + +config.server.timolia = Timolia.de +config.server.timolia.desc = Timolia.de server options. +config.server_timolia.title = Timolia.de Options +config.server_timolia.show_server_stats_timolia.desc = Toggle whether the server stats of Timolia.de should be displayed. +config.server_timolia.show_tournaments = Show Tournament Info +config.server_timolia.show_tournaments.desc = Specify whether 1vs1 tournament stats should be displayed. +config.server_timolia.show_opponent_stats = Show Opponent Stats +config.server_timolia.show_opponent_stats.desc = Specify whether the 1vs1 stats of your opponent should be displayed. + +config.server.playminity = PlayMinity.com +config.server.playminity.desc = PlayMinity.com server options. +config.server_playminity.title = PlayMinity.com Options +config.server_playminity.show_server_stats_playminity.desc = Toggle whether the server stats of PlayMinity.com should be displayed. + +config.server.gommehd = GommeHD.net +config.server.gommehd.desc = GommeHD.net server options. +config.server_gommehd.title = GommeHD.net Options +config.server_gommehd.show_server_stats_gommehd.desc = Toggle whether the server stats of GommeHD.net should be displayed. + +config.server.bergwerk = Bergwerklabs.de +config.server.bergwerk.desc = Bergwerklabs.de server options. +config.server_bergwerk.title = Bergwerklabs.de Options +config.server_bergwerk.show_server_stats_bergwerk.desc = Toggle whether the server stats of Bergwerklabs.de should be displayed. + +config.server.mineplex = Mineplex.com +config.server.mineplex.desc = Mineplex.com server options. +config.server_mineplex.title = Mineplex.com Options +config.server_mineplex.show_server_stats_mineplex.desc = Toggle whether the server stats of Mineplex.com should be displayed. + +config.server.venicraft = Venicraft.at +config.server.venicraft.desc = Venicraft.at server options. +config.server_venicraft.title = Venicraft.at Options +config.server_venicraft.show_server_stats_venicraft.desc = Toggle whether the server stats of Venicraft.at should be displayed. + +config.server.hypixel = Hypixel.net +config.server.hypixel.desc = Hypixel.net server options. +config.server_hypixel.title = Hypixel.net Options +config.server_hypixel.auto_hypixel_api_key = Auto API Key +config.server_hypixel.auto_hypixel_api_key.desc = Toggle whether the Hypixel API key should be fetched by the mod automatically. +config.server_hypixel.show_server_stats_hypixel.desc = Toggle whether the server stats of Hypixel.net should be displayed. +config.server_hypixel.stats = Stats... +config.server_hypixel.stats.desc = Browse through the stats of specific players. +server.hypixel.too_many_requests = Too many requests\! Please wait a few seconds\! +server.hypixel.no_key = No API key has been found\! Please connect once to mc.hypixel.net\! +server.hypixel.loading = Loading... +server.hypixel.stats.title = Hypixel Stats +server.hypixel.stats.categories = Category +server.hypixel.stats.search = Search +server.hypixel.stats.player = Player +server.hypixel.stats.player_not_found = Player not found\! +server.hypixel.stats.stats_not_found = Stats not found\! +server.hypixel.stats.info = %s Stats +server.hypixel.stats.none = None +server.hypixel.stats.general.displayname = Displayname +server.hypixel.stats.general.package_rank = Rank +server.hypixel.stats.general.network_exp = Exp +server.hypixel.stats.general.network_level = Level +server.hypixel.stats.general.karma = Karma +server.hypixel.stats.general.vanity_tokens = Vanity Tokens +server.hypixel.stats.general.tips_sent = Tips sent +server.hypixel.stats.general.thanks_sent = Thanks sent +server.hypixel.stats.general.first_login = First Login +server.hypixel.stats.general.last_login = Last Login +server.hypixel.stats.quake.coins = Coins +server.hypixel.stats.quake.kills = Kills +server.hypixel.stats.quake.deaths = Deaths +server.hypixel.stats.quake.killstreaks = Killstreaks +server.hypixel.stats.quake.wins = Wins +server.hypixel.stats.walls.coins = Coins +server.hypixel.stats.walls.kills = Kills +server.hypixel.stats.walls.deaths = Deaths +server.hypixel.stats.walls.wins = Wins +server.hypixel.stats.walls.losses = Losses +server.hypixel.stats.walls.weekly_wins_a = Weekly Wins +server.hypixel.stats.walls.monthly_wins_b = Monthly Wins +server.hypixel.stats.paintball.coins = Coins +server.hypixel.stats.paintball.kills = Kills +server.hypixel.stats.paintball.deaths = Deaths +server.hypixel.stats.paintball.killstreaks = Killstreaks +server.hypixel.stats.paintball.shots_fired = Shots fired +server.hypixel.stats.paintball.wins = Wins +server.hypixel.stats.hungergames.coins = Coins +server.hypixel.stats.hungergames.kills = Kills +server.hypixel.stats.hungergames.deaths = Deaths +server.hypixel.stats.hungergames.wins = Wins +server.hypixel.stats.hungergames.wins_teams = Team-Wins +server.hypixel.stats.hungergames.monthly_kills_b = Monthly Kills +server.hypixel.stats.tntgames.coins = Coins +server.hypixel.stats.tntgames.wins_tntrun = TNTRun Wins +server.hypixel.stats.tntgames.wins_tntag = TNTag Wins +server.hypixel.stats.tntgames.tags_bowspleef = Bowspleef Tags +server.hypixel.stats.tntgames.deaths_bowspleef = Bowspleef Deaths +server.hypixel.stats.tntgames.wins_bowspleef = Bowspleef Wins +server.hypixel.stats.tntgames.kills_capture = Wizard Kills +server.hypixel.stats.tntgames.deaths_capture = Wizard Deaths +server.hypixel.stats.tntgames.wins_capture = Wizard Wins +server.hypixel.stats.vampirez.coins = Coins +server.hypixel.stats.vampirez.human_kills = Human Kills +server.hypixel.stats.vampirez.human_deaths = Human Deaths +server.hypixel.stats.vampirez.human_wins = Human Wins +server.hypixel.stats.vampirez.vampire_kills = Vampire Kills +server.hypixel.stats.vampirez.vampire_deaths = Vampire Deaths +server.hypixel.stats.vampirez.most_vampire_kills = Most Vampire Kills +server.hypixel.stats.vampirez.zombie_kills = Zombie Kills +server.hypixel.stats.walls3.coins = Coins +server.hypixel.stats.walls3.kills = Kills +server.hypixel.stats.walls3.deaths = Deaths +server.hypixel.stats.walls3.final_kills = Final Kills +server.hypixel.stats.walls3.final_deaths = Final Deaths +server.hypixel.stats.walls3.wins = Wins +server.hypixel.stats.walls3.losses = Losses +server.hypixel.stats.walls3.weekly_kills = Weekly Kills +server.hypixel.stats.walls3.weekly_deaths = Weekly Deaths +server.hypixel.stats.walls3.kills_blaze = Blaze Kills +server.hypixel.stats.walls3.deaths_blaze = Blaze Deaths +server.hypixel.stats.walls3.final_kills_blaze = Blaze Final Kills +server.hypixel.stats.walls3.wins_blaze = Blaze Wins +server.hypixel.stats.walls3.losses_blaze = Blaze Losses +server.hypixel.stats.walls3.kills_creeper = Creeper Kills +server.hypixel.stats.walls3.deaths_creeper = Creeper Deaths +server.hypixel.stats.walls3.final_kills_creeper = Creeper Final Kills +server.hypixel.stats.walls3.wins_creeper = Creeper Wins +server.hypixel.stats.walls3.losses_creeper = Creeper Losses +server.hypixel.stats.walls3.kills_enderman = Enderman Kills +server.hypixel.stats.walls3.deaths_enderman = Enderman Deaths +server.hypixel.stats.walls3.final_kills_enderman = Enderman Final Kills +server.hypixel.stats.walls3.wins_enderman = Enderman Wins +server.hypixel.stats.walls3.losses_enderman = Enderman Losses +server.hypixel.stats.walls3.kills_herobrine = Herobrine Kills +server.hypixel.stats.walls3.deaths_herobrine = Herobrine Deaths +server.hypixel.stats.walls3.final_kills_herobrine = Herobrine Final Kills +server.hypixel.stats.walls3.wins_herobrine = Herobrine Wins +server.hypixel.stats.walls3.losses_herobrine = Herobrine Losses +server.hypixel.stats.walls3.kills_skeleton = Skeleton Kills +server.hypixel.stats.walls3.deaths_skeleton = Skeleton Deaths +server.hypixel.stats.walls3.final_kills_skeleton = Skeleton Final Kills +server.hypixel.stats.walls3.wins_skeleton = Skeleton Wins +server.hypixel.stats.walls3.losses_skeleton = Skeleton Losses +server.hypixel.stats.walls3.kills_spider = Spider Kills +server.hypixel.stats.walls3.deaths_spider = Spider Deaths +server.hypixel.stats.walls3.final_kills_spider = Spider Final Kills +server.hypixel.stats.walls3.wins_spider = Spider Wins +server.hypixel.stats.walls3.losses_spider = Spider Losses +server.hypixel.stats.walls3.kills_zombie = Zombie Kills +server.hypixel.stats.walls3.deaths_zombie = Zombie Deaths +server.hypixel.stats.walls3.final_kills_zombie = Zombie Final Kills +server.hypixel.stats.walls3.wins_zombie = Zombie Wins +server.hypixel.stats.walls3.losses_zombie = Zombie Losses +server.hypixel.stats.arcade.coins = Coins +server.hypixel.stats.arcade.kills_dayone = Dayone Kills +server.hypixel.stats.arcade.wins_dayone = Dayone Wins +server.hypixel.stats.arcade.headshots_dayone = Dayone Headshots +server.hypixel.stats.arcade.kills_dragonwars2 = Dragonwars Kills +server.hypixel.stats.arcade.kills_oneinthequiver = OneInTheQuiver Kills +server.hypixel.stats.arcade.deaths_oneinthequiver = OneInTheQuiver Deaths +server.hypixel.stats.arcade.wins_oneinthequiver = OneInTheQuiver Wins +server.hypixel.stats.arcade.bounty_kills_oneinthequiver = OneInTheQuiver Bounty Kills +server.hypixel.stats.arcade.kills_throw_out = Throw Out Kills +server.hypixel.stats.arcade.deaths_throw_out = Throw Out Deaths +server.hypixel.stats.arcade.poop_collected = Poop collected +server.hypixel.stats.arcade.wins_party = Party Games 1 Wins +server.hypixel.stats.arcade.wins_party2 = Party Games 2 Wins +server.hypixel.stats.arcade.sw_kills = GW Kills +server.hypixel.stats.arcade.sw_empire_kills = GW Empire Kills +server.hypixel.stats.arcade.sw_rebel_kills = GW Rebel Kills +server.hypixel.stats.arcade.sw_deaths = GW Deaths +server.hypixel.stats.arcade.sw_shots_fired = GW Shots Fired +server.hypixel.stats.arcade.sw_weekly_kills_a = GW Weekly Kills +server.hypixel.stats.arcade.sw_monthly_kills_a = GW Monthly Kills +server.hypixel.stats.arcade.wins_farm_hunt = Farm Hunt Wins +server.hypixel.stats.arena.coins = Coins +server.hypixel.stats.arena.rating = Rating +server.hypixel.stats.arena.kills_1v1 = 1v1 Kills +server.hypixel.stats.arena.deaths_1v1 = 1v1 Deaths +server.hypixel.stats.arena.wins_1v1 = 1v1 Wins +server.hypixel.stats.arena.losses_1v1 = 1v1 Losses +server.hypixel.stats.arena.damage_1v1 = 1v1 Damage +server.hypixel.stats.arena.kills_2v2 = 2v2 Kills +server.hypixel.stats.arena.deaths_2v2 = 2v2 Deaths +server.hypixel.stats.arena.wins_2v2 = 2v2 Wins +server.hypixel.stats.arena.losses_2v2 = 2v2 Losses +server.hypixel.stats.arena.damage_2v2 = 2v2 Damage +server.hypixel.stats.arena.kills_4v4 = 4v4 Kills +server.hypixel.stats.arena.deaths_4v4 = 4v4 Deaths +server.hypixel.stats.arena.wins_4v4 = 4v4 Wins +server.hypixel.stats.arena.losses_4v4 = 4v4 Losses +server.hypixel.stats.arena.damage_4v4 = 4v4 Damage +server.hypixel.stats.mcgo.coins = Coins +server.hypixel.stats.mcgo.kills = Kills +server.hypixel.stats.mcgo.cop_kills = Cop Kills +server.hypixel.stats.mcgo.criminal_kills = Criminal Kills +server.hypixel.stats.mcgo.deaths = Deaths +server.hypixel.stats.mcgo.game_wins = Game Wins +server.hypixel.stats.mcgo.round_wins = Round Wins +server.hypixel.stats.mcgo.shots_fired = Shots Fired +server.hypixel.stats.mcgo.bombs_planted = Bombs planted +server.hypixel.stats.mcgo.bombs_defused = Bombs defused +server.hypixel.stats.uhc.coins = Coins +server.hypixel.stats.uhc.kills = Kills +server.hypixel.stats.uhc.deaths = Deaths +server.hypixel.stats.uhc.wins = Wins +server.hypixel.stats.uhc.score = Score +server.hypixel.stats.uhc.heads_eaten = Heads eaten +server.hypixel.stats.battleground.coins = Coins +server.hypixel.stats.battleground.chosen_class = Chosen Class +server.hypixel.stats.battleground.kills = Kills +server.hypixel.stats.battleground.assists = Assists +server.hypixel.stats.battleground.deaths = Deaths +server.hypixel.stats.battleground.wins = Wins +server.hypixel.stats.battleground.wins_domination = Domination Wins +server.hypixel.stats.battleground.wins_capturetheflag = CTF Wins +server.hypixel.stats.battleground.losses = Losses +server.hypixel.stats.battleground.damage = Damage +server.hypixel.stats.battleground.repaired = Weapons repaired +server.hypixel.stats.battleground.flag_conquer_self = Flags conquered +server.hypixel.stats.gingerbread.coins = Coins +server.hypixel.stats.gingerbread.wins = Wins +server.hypixel.stats.gingerbread.gold_trophy = Gold Trophy +server.hypixel.stats.gingerbread.silver_trophy = Silver Trophy +server.hypixel.stats.gingerbread.bronze_trophy = Bronze Trophy +server.hypixel.stats.gingerbread.laps_completed = Laps completed +server.hypixel.stats.gingerbread.coins_picked_up = Coins picked up +server.hypixel.stats.gingerbread.box_pickups = Box Pickups +server.hypixel.stats.gingerbread.banana_hits_sent = Banana Hits sent +server.hypixel.stats.gingerbread.banana_hits_received = Banana Hits received +server.hypixel.stats.skywars.coins = Coins +server.hypixel.stats.skywars.kills = Kills +server.hypixel.stats.skywars.assists = Assists +server.hypixel.stats.skywars.deaths = Deaths +server.hypixel.stats.skywars.wins = Wins +server.hypixel.stats.skywars.win_streak = Win Streak +server.hypixel.stats.skywars.losses = Losses +server.hypixel.stats.skywars.blocks_placed = Blocks placed +server.hypixel.stats.skywars.blocks_broken = Blocks broken +server.hypixel.stats.skywars.quits = Quits +server.hypixel.stats.skywars.soul_well = Soul Wells +server.hypixel.stats.skywars.soul_well_legendaries = Legendary Soul Wells +server.hypixel.stats.skywars.soul_well_rares = Rare Soul Wells +server.hypixel.stats.skywars.souls_gathered = Souls gathered +server.hypixel.stats.skywars.egg_thrown = Eggs thrown +server.hypixel.stats.skywars.enderpearls_thrown = Enderpearls thrown +server.hypixel.stats.skywars.arrows_shot = Arrows shot +server.hypixel.stats.skywars.arrows_hit = Arrows hit +server.hypixel.stats.skywars.items_enchanted = Items enchanted + +config.server_hypixel.guild = Guilds... +config.server_hypixel.guild.desc = Display specific infos about Hypixel Guilds. +server.hypixel.guild.title = Hypixel Guilds +server.hypixel.guild.help = Please enter the name of your Guild or the name of the Player whose Guild you want to find. +server.hypixel.guild.guild = Guild or Player +server.hypixel.guild.search.by_name = Name +server.hypixel.guild.search.by_player = Player +server.hypixel.guild.not_found = Guild could not be found\! +server.hypixel.guild.info.name = Name +server.hypixel.guild.info.tag = Tag +server.hypixel.guild.info.created = Date Created +server.hypixel.guild.info.coins = Coins +server.hypixel.guild.info.coins_ever = Coins Total +server.hypixel.guild.info.members = Members + +config.server_hypixel.friends = Friends... +config.server_hypixel.friends.desc = Displays all your Hypixel friends. +server.hypixel.friends.title = Hypixel Friends +server.hypixel.friends.display_stats = Show Stats +server.hypixel.friends.add_mod = Add in Mod +server.hypixel.friends.add_mod_all = Add all + +chat_filter.title = Chat Message Filter +chat_filter.help = Use the Chat Message Filter to Ignore specific Chat Messages on a Server. You may also use Wildcards to match messages. +chat_filter.add = Add Message +chat_filter.edit = Edit Message +chat_filter.delete = Delete Message +chat_filter.message.enabled = Chat filter has been enabled. +chat_filter.message.disabled = Chat filter has been disabled. Press %s to enable it again. +chat_filter.edit.title = Edit Chat Message +chat_filter.edit.name = Name\: +chat_filter.edit.chat_message = Chat Message\: +chat_filter.edit.except = Exceptions\: +chat_filter.edit.servers = Servers\: +chat_filter.edit.auto_text = Auto Text\: +chat_filter.edit.auto_text_cancel = Auto Text Abort Message\: +chat_filter.edit.auto_text_delay = Delay (ticks)\: +chat_filter.edit.multiple_ips = Multiple Server-IPs can be separated with a comma. +chat_filter.edit.action = Action\: +chat_filter.edit.action.ignore = Ignore +chat_filter.edit.action.2nd_chat = Print in 2nd Chat +chat_filter.edit.action.copy_2nd_chat = Copy to 2nd Chat +chat_filter.edit.action.notify = Notify when AFK +chat_filter.edit.action.auto_text = Auto Text +chat_filter.edit.action.play_sound = Play Sound +chat_filter.edit.use_regex = Use Regex (advanced\!)\: +chat_filter.edit.help.title = Help... +chat_filter.edit.help = You can use "*" to ignore a part of a String or "?" to ignore a single character. To escape a wildcard use "".\nIf you enter for example "Tracking *", it will match "Tracking 5zig", but also "Tracking 4zig". You can except special words by entering them into the Exceptions input field, separated with one comma from each other. + +text_replacement.title = Text Shortcuts +text_replacement.add = Add Shortcut +text_replacement.edit = Edit Shortcut +text_replacement.delete = Delete Shortcut +text_replacement.edit.title = Edit Shortcut +text_replacement.edit.message = Message\: +text_replacement.edit.replacement = Replacement\: +text_replacement.edit.ignore_commands = Ignore Commands\: %s +text_replacement.edit.replace_inside_words = Replace Inside Words\: %s +text_replacement.help = Add shortcuts that get replaced by text upon sending a chat message. + +text_macros.title = Text Macros +text_macros.add = Add Macro +text_macros.edit = Edit Macro +text_macros.delete = Delete Macro +text_macros.edit.title = Edit Macro +text_macros.edit.message = Message\: +text_macros.edit.macro = Key Combination\: +text_macros.edit.macro.press = Press And Enter Your Key Combination +text_macros.edit.macro.listening = Waiting For Key Strokes +text_macros.edit.macro.stop = Click To Stop +text_macros.edit.macro.auto_send = Auto Send +text_macros.help = Automatically send chat messages after pressing a predefined key combination. + +name_history.title = Username History +name_history.search = Search... +name_history.searching = Searching... +name_history.suggestions = Suggestions +name_history.profile.title = Username History Search Result +name_history.profile.history = Username History\: +name_history.profile.copy = Click to Copy to Clipboard +name_history.profile.not_found = Profile not found\! + +join_texts.title = Join Auto-Texts +join_texts.help = Automatically send chat messages after joining a server. +join_texts.add = Add Text +join_texts.edit = Edit Text +join_texts.delete = Delete Text +join_texts.edit.title = Edit Join Text +join_texts.edit.message = Join Text +join_texts.edit.server = Server +join_texts.edit.delay = Delay + +modules.title = Render Customization +modules.help = Help... +modules.help.display = In this screen you can change the whole appearance of the mod. Everything that should be rendered is divided into separate packages, or "modules". These modules have got their own name, title and location, but they contain also specific "items" that get rendered. An item can be for example responsible for displaying your coordinates or your active potion effects. You can add and remove modules and items as well. +modules.reset = Reset All +modules.reset.title = Are you sure you want to reset the rendering gui to its defaults? +modules.list.title = Modules +modules.add = Add new Module... +modules.settings = Settings... +modules.enable = Enable +modules.disable = Disable +modules.move_up = Move Up +modules.move_down = Move Down +modules.preview = Preview +modules.location = Location +modules.location.top_left = Top Left +modules.location.top_right = Top Right +modules.location.center_left = Center Left +modules.location.center_right = Center Right +modules.location.bottom_left = Bottom Left +modules.location.bottom_right = Bottom Right +modules.location.custom = Custom +modules.anchor = Anchor +modules.anchor.top_left = Top Left +modules.anchor.top_center = Top Center +modules.anchor.top_right = Top Right +modules.anchor.center_left = Center Left +modules.anchor.center_center = Center +modules.anchor.center_right = Center Right +modules.anchor.bottom_left = Bottom Left +modules.anchor.bottom_center = Bottom Center +modules.anchor.bottom_right = Bottom Right +modules.settings.title = Module Settings +modules.settings.list.title = Settings +modules.settings.none = None +modules.settings.default = Default +modules.settings.custom = Custom +modules.settings.id = Id +modules.settings.id.change = Please enter a new unique Id for this module. +modules.settings.id.already_used = That Id is already used by another module +modules.settings.name = Name +modules.settings.name.change = Please enter a new name for this module. +modules.settings.translation = Translation-Key +modules.settings.translation.change = Please enter a new translation key for the title of this module. +modules.settings.items = Items (%s)... +modules.settings.show_label = Show Label +modules.settings.label.color = Label Color +modules.settings.server = Server +modules.settings.render = Render +modules.settings.render.timolia_tournament = Timolia 1vs1 Tournament +modules.settings.render.custom_server = Server API +modules.settings.scale = Scale +modules.settings.box_opacity = Box Opacity +modules.settings.item.list.items = Items +modules.settings.item.list.settings = Settings +modules.settings.item.add = Add new Item... +modules.settings.item.color = Color +modules.settings.item.prefix_color = Prefix Color +modules.settings.item.prefix_formatting = Prefix Formatting +modules.settings.item.main_color = Main Color +modules.settings.item.main_formatting = Main Formatting +modules.settings.item.prefix = Prefix + +modules.category.general = General +modules.category.equip = Equipment +modules.category.combat = Combat +modules.category.server_general = Server General +modules.category.server_timolia = Server Timolia +modules.category.server_gommehd = Server GommeHD +modules.category.server_playminity = Server PlayMinity +modules.category.server_bergwerk = Server Bergwerklabs +modules.category.server_hypixel = Server Hypixel +modules.category.server_venicraft = Server Venicraft +modules.category.server_cytooxien = Server Cytooxien +modules.category.server_simplehg = Server SimpleHG +modules.category.system = System +modules.category.other = Other + +modules.item.dummy = (Dummy) +modules.item.fps = FPS +modules.item.fps.desc = Displays how many frames are being rendered per second. +modules.item.fps.precise_f_p_s = Precise FPS Counter +modules.item.fps.precise_f_p_s.desc = Specifies whether a more precise FPS-Counter (Frame-per-second-counter) should be enabled. This counter will update the current FPS every 50 ms) +modules.item.cps = CPS +modules.item.cps.desc = Displays how many times you are clicking your mouse per second. +modules.item.cps.type = Show +modules.item.cps.type.desc = Select what type of clicks per second should be displayed. +modules.item.cps.left_click = Left Clicks +modules.item.cps.right_click = Right Clicks +modules.item.cps.sum = Total Clicks +modules.item.cps.both = Both Clicks +modules.item.afk_time = Away Time +modules.item.afk_time.desc = Displays the amount of time you haven't been moving your mouse or pressing a key on your keyboard. +modules.item.coordinates = Coordinates +modules.item.coordinates.desc = Displays the coordinates of your player. +modules.item.coordinates.coord_style = Coord Style +modules.item.coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. +modules.item.coordinates.below_other = Below Other +modules.item.coordinates.side_by_side = Side by Side +modules.item.chunk_coordinates = Chunk Coordinates +modules.item.chunk_coordinates.desc = Displays your chunk coordinates. +modules.item.chunk_coordinates.coord_style = Coord Style +modules.item.chunk_coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. +modules.item.chunk_coordinates.below_other = Below Other +modules.item.chunk_coordinates.side_by_side = Side by Side +modules.item.chunk_coordinates.chunk_style = Display +modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. +modules.item.chunk_coordinates.relative = Relative +modules.item.chunk_coordinates.chunk = Chunk only +modules.item.chunk_coordinates.both = Relative and Chunk +modules.item.death_coordinates = Death Location +modules.item.death_coordinates.desc = Displays your last death location. +modules.item.death_coordinates.nether = Nether +modules.item.death_coordinates.the_end = The End +modules.item.direction = Direction +modules.item.direction.desc = Displays the direction your player is facing. +modules.item.direction.direction_style = Direction +modules.item.direction.direction_style.desc = Changes how the direction of the player should be displayed. +modules.item.direction.number = Number +modules.item.direction.string = String +modules.item.direction.both = Both +modules.item.direction.degree = Degree +modules.item.direction.show_direction_towards = Show Direction Towards +modules.item.direction.show_direction_towards.desc = Toggles whether it should be displayed, in what x- and z-direction the player is looking. +modules.item.pitch = Pitch +modules.item.pitch.desc = Displays the pitch rotation of your player. +modules.item.biome = Biome +modules.item.biome.desc = Displays the biome your player is currently situated. +modules.item.entities = Entity Count +modules.item.entities.desc = Displays the entity count of your direction and the total entity count of your world. +modules.item.target_block_coordinates = Target Block Coordinates +modules.item.target_block_coordinates.desc = Displays the coordinates of the block you are looking at. +modules.item.target_block_coordinates.coord_style = Coord Style +modules.item.target_block_coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. +modules.item.target_block_coordinates.below_other = Below Other +modules.item.target_block_coordinates.side_by_side = Side by Side +modules.item.target_block_name = Target Block Id +modules.item.target_block_name.desc = Displays the id of the block you are looking at. +modules.item.target_block_name.show_resource_domain = Show Resource Domain +modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. +modules.item.damage_resistance = Damage Resistance +modules.item.damage_resistance.desc = Shows how much damage your armor and potion effects absorb. +modules.item.potions = Potions +modules.item.potions.desc = Displays all your active potion effects. +modules.item.potions.colored_potion_durability = Colored Potion Durability +modules.item.potions.colored_potion_durability.desc = Toggles whether the durability of the active potion effects should be rendered in different colors according to their current durability. +modules.item.light_level = Light Level +modules.item.light_level.desc = Displays the current light level of your position. +modules.item.light_level.light_level_percentage = Show Percentage +modules.item.light_level.light_level_percentage.desc = Toggles whether the light level should be displayed as percentage (where 100% is the max light level) or as a value between 0 and 15. +modules.item.speed = Speed +modules.item.speed.desc = Displays your current moving speed in metres per second. +modules.item.time = Time +modules.item.time.desc = Displays your real time. The time will be formatted according to your system time format. +modules.item.time.style = Style +modules.item.time.style.desc = Sets the formatting of the time. +modules.item.time.system = System Default +modules.item.time.hours_24 = 24-Hour-Format +modules.item.time.hours_12 = 12-Hour-Format +modules.item.time.show_seconds = Show Seconds +modules.item.time.show_seconds.desc = Toggle whether seconds should be displayed as well. +modules.item.date = Date +modules.item.date.desc = Displays your real date. The date will be formatted according to your system date format. +modules.item.timer = Timer +modules.item.timer.desc = Displays your active Timer. You can start, stop and pause the timer using the respective keybindings. +modules.item.memory = Memory +modules.item.memory.desc = Displays the available memory to the Java VM in either percent or absolute values. +modules.item.memory.style = Style +modules.item.memory.style.desc = Toggles whether the used memory should be displayed as percentage, absolute value or both. +modules.item.memory.percentage = Percentage +modules.item.memory.bytes = Absolute +modules.item.memory.both = Both +modules.item.battery = Battery +modules.item.battery.desc = Displays the current status of your Laptop Battery. Works ONLY on Windows Laptops\! +modules.item.battery.charge_status = Charge Status +modules.item.battery.charge_status.desc = Toggles whether the charging status of your battery should be displayed. +modules.item.battery.plugged_in = Plugged In +modules.item.battery.un_plugged = Unplugged +modules.item.spotify = Spotify +modules.item.spotify.desc = Displays the current Track, Artist and Album cover of the Spotify Song you are currently listening to. +modules.item.spotify.show_spotify_always = Show Always +modules.item.spotify.show_spotify_always.desc = Specify, whether this box should be displayed always or only when Spotify is opened. +modules.item.spotify.error.invalid_oauth_token = Invalid OAuth Token +modules.item.spotify.error.expired_oauth_token = OAuth Token Expired +modules.item.spotify.error.invalid_csrf_token = Invalid Csrf Token +modules.item.spotify.error.oauth_token_invalid_for_user = Invalid OAuth Token +modules.item.spotify.error.no_user_logged_in = Not logged in +modules.item.spotify.error.unknown = Could not connect to Spotify\! +modules.item.spotify.ad = Ad +modules.item.itunes = iTunes +modules.item.itunes.desc = Displays the current Track, Artist and Album cover of the iTunes Song you are currently listening to. +modules.item.itunes.show_i_tunes_always = Show Always +modules.item.itunes.show_i_tunes_always.desc = Specify, whether this box should be displayed always or only when iTunes is opened. +modules.item.iloveradio = ILoveRadio.de +modules.item.iloveradio.desc = Displays the Track, Artist and Album cover of the currently playing song on ILoveRadio.de +modules.item.iloveradio.channel = Channel +modules.item.iloveradio.channel.desc = Select the channel you are currently listening to. +modules.item.iloveradio.unknown = Unknown +modules.item.einslive = 1LIVE +modules.item.einslive.desc = Displays the Track, Artist and Album cover of the currently playing song on 1LIVE.de +modules.item.teamspeak = TeamSpeak +modules.item.teamspeak.desc = Displays the players that are currently in your TeamSpeak channel. +modules.item.teamspeak.show_all_tabs = Show All Tabs +modules.item.teamspeak.show_all_tabs.desc = Toggle whether your current channels of all the TeamSpeak servers you are currently online should be shown or if only the current channel of the currently selected server should be displayed. +modules.item.teamspeak.more = ...and %s more +modules.item.coordinates_clipboard = Coordinates Clipboard +modules.item.coordinates_clipboard.desc = Displays your saved coordinates of the coordinates clipboard, together with a small arrow indicating the location of your saved coordinates. +modules.item.custom_server = Custom Server +modules.item.custom_server.desc = Displays all stats sent to you by using the official API. +modules.item.entity_health = Entity Health Indicator +modules.item.entity_health.desc = Displays the health of the entity your cross hair is currently aiming at. +modules.item.main_hand = Main Hand +modules.item.main_hand.desc = Renders the item of your main hand. +modules.item.main_hand.attributes = Show Attributes +modules.item.main_hand.attributes.desc = Displays the damage attribute value of your held item. +modules.item.main_hand.durability = Durability +modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. +modules.item.main_hand.disabled = Disabled +modules.item.main_hand.relative = Relative +modules.item.main_hand.absolute = Absolute +modules.item.main_hand.total = Absolute/Total +modules.item.off_hand = Off Hand +modules.item.off_hand.desc = Renders the item of your off hand. +modules.item.off_hand.attributes = Show Attributes +modules.item.off_hand.attributes.desc = Displays the damage attribute value of your held item. +modules.item.off_hand.durability = Durability +modules.item.off_hand.durability.desc = Specify how the durability of your held item should be displayed. +modules.item.off_hand.disabled = Disabled +modules.item.off_hand.relative = Relative +modules.item.off_hand.absolute = Absolute +modules.item.off_hand.total = Absolute/Total +modules.item.helmet = Helmet +modules.item.helmet.desc = Renders your Helmet. +modules.item.helmet.attributes = Show Attributes +modules.item.helmet.attributes.desc = Displays the armor attribute value of your helmet. +modules.item.helmet.durability = Durability +modules.item.helmet.durability.desc = Specify how the durability of your helmet should be displayed. +modules.item.helmet.disabled = Disabled +modules.item.helmet.relative = Relative +modules.item.helmet.absolute = Absolute +modules.item.helmet.total = Absolute/Total +modules.item.chestplate = Chestplate +modules.item.chestplate.desc = Renders your Chestplate +modules.item.chestplate.attributes = Show Attributes +modules.item.chestplate.attributes.desc = Displays the armor attribute value of your chestplate. +modules.item.chestplate.durability = Durability +modules.item.chestplate.durability.desc = Specify how the durability of your chestplate should be displayed. +modules.item.chestplate.disabled = Disabled +modules.item.chestplate.relative = Relative +modules.item.chestplate.absolute = Absolute +modules.item.chestplate.total = Absolute/Total +modules.item.leggings = Leggings +modules.item.leggings.desc = Renders your Leggings. +modules.item.leggings.attributes = Show Attributes +modules.item.leggings.attributes.desc = Displays the armor attribute value of your leggings. +modules.item.leggings.durability = Durability +modules.item.leggings.durability.desc = Specify how the durability of your leggings should be displayed. +modules.item.leggings.disabled = Disabled +modules.item.leggings.relative = Relative +modules.item.leggings.absolute = Absolute +modules.item.leggings.total = Absolute/Total +modules.item.boots = Boots +modules.item.boots.desc = Renders your Boots. +modules.item.boots.attributes = Show Attributes +modules.item.boots.attributes.desc = Displays the armor attribute value of your boots. +modules.item.boots.durability = Durability +modules.item.boots.durability.desc = Specify how the durability of your boots should be displayed. +modules.item.boots.disabled = Disabled +modules.item.boots.relative = Relative +modules.item.boots.absolute = Absolute +modules.item.boots.total = Absolute/Total +modules.item.arrows = Arrow Count +modules.item.arrows.desc = Displays the Arrow Count of your inventory. +modules.item.arrows.show_always = Show Always +modules.item.arrows.show_always.desc = Specifies whether the arrow count should be displayed always or only whenever you hold a bow in your hand. +modules.item.soups = Soup Count +modules.item.soups.desc = Displays the Soup Count of your inventory. +modules.item.ip = IP +modules.item.ip.desc = Displays the IP of the server you are currently connected to. +modules.item.players = Player Count +modules.item.players.desc = Displays the player count of the server you are currently connected to. +modules.item.ping = Ping +modules.item.ping.desc = Displays the ping of the server you are currently connected to. +modules.item.lobby = Lobby +modules.item.lobby.desc = Displays the lobby name of the server you are currently connected to. +modules.item.countdown = Countdown +modules.item.countdown.desc = Displays a countdown for the current game mode you are playing. +modules.item.countdown.show_large_countdown = Show large countdown +modules.item.countdown.show_large_countdown.desc = Specifies whether the countdown should be displayed in the center of the screen. +modules.item.kills = Kills +modules.item.kills.desc = Displays your kills for the current game mode you are playing. +modules.item.killstreak = Killstreak +modules.item.killstreak.desc = Displays your killstreak for the current game mode you are playing. +modules.item.deaths = Deaths +modules.item.deaths.desc = Displays your deaths for the current game mode you are playing. +modules.item.win_message = Win Message +modules.item.win_message.desc = Displays the winner of the current game mode you are playing. +modules.item.online_friends = Online Friends +modules.item.online_friends.desc = Displays your online friends on the server you are playing. +modules.item.online_friends.length = Max Length +modules.item.online_friends.length.desc = The maximum amount of friends that should be displayed. +modules.item.online_friends.nobody = No online friends\! +modules.item.party_members = Party Members +modules.item.party_members.desc = Displays the members of the party you are currently in. +modules.item.party_members.length = Max Length +modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. +modules.item.party_members.star = Leader Star +modules.item.party_members.star.desc = Toggle the star behind the party leader. +modules.item.nickname = Nickname +modules.item.nickname.desc = Displays your current nickname. +modules.item.combat_range = Combat Range +modules.item.timolia_pvp_winstreak = PVP Winstreak +modules.item.timolia_pvp_winstreak.desc = Displays the current winstreak in 1vs1 on the Timolia Network. +modules.item.timolia_pvp_opponent = PVP Opponent +modules.item.timolia_pvp_opponent.desc = Displays your opponent in 1vs1 on the Timolia Network. +modules.item.timolia_pvp_opponent_games = PVP Opponent Games +modules.item.timolia_pvp_opponent_games.desc = Displays the games your opponent has played in 1vs1 on the Timolia Network. +modules.item.timolia_pvp_opponent_wins = PVP Opponent Wins +modules.item.timolia_pvp_opponent_wins.desc = Displays the games your opponent has won in 1vs1 on the Timolia Network. +modules.item.timolia_pvp_opponent_kdr = PVP Opponent KdR +modules.item.timolia_pvp_opponent_kdr.desc = Displays the kill death ratio of your opponent in 1vs1 on the Timolia Network. +modules.item.timolia_tournament_participants = Tournament Participants +modules.item.timolia_tournament_participants.desc = Displays the tournament participants in 1vs1 on the Timolia Network. +modules.item.timolia_tournament_round = Tournament Round +modules.item.timolia_tournament_round.desc = Displays the tournament round in 1vs1 on the Timolia Network. +modules.item.timolia_tournament_first_to = Tournament First To Count +modules.item.timolia_tournament_first_to.desc = Displays the amount of wins you need to win a round in 1vs1 on the Timolia Network. +modules.item.timolia_tournament_qualification = Tournament Qualification Rounds +modules.item.timolia_tournament_qualification.desc = Displays the amount of qualification rounds of a tournament in 1vs1 on the Timolia Network. +modules.item.timolia_tournament_round_score = Tournament Round Score +modules.item.timolia_tournament_round_score.desc = Displays your amount of wins and loses of the current round in 1vs1 on the Timolia Network. +modules.item.timolia_dna_height = DNA Height +modules.item.timolia_dna_height.desc = Displays your height in DNA on the Timolia Network. +modules.item.timolia_arcade_current_minigame = Arcade Current Minigame +modules.item.timolia_arcade_current_minigame.desc = Displays the current minigame in Arcade on the Timolia Network. +modules.item.timolia_arcade_next_minigame = Arcade Next Minigame +modules.item.timolia_arcade_next_minigame.desc = Displays the next minigame in Arcade on the Timolia Network. +modules.item.timolia_arena_round = 4rena Round +modules.item.timolia_arena_round.desc = Displays the current round in 4rena on the Timolia Network. +modules.item.timolia_brainbow_team = Brainbow Team +modules.item.timolia_brainbow_team.desc = Displays your team in Brainbow on the Timolia Network. +modules.item.timolia_brainbow_score = Brainbow Score +modules.item.timolia_brainbow_score.desc = Displays your score in Brainbow on the Timolia Network. +modules.item.timolia_advent_medal = Advent Medal +modules.item.timolia_advent_medal.desc = Displays your medal in Advent on the Timolia Network. +modules.item.timolia_advent_parkour = Advent Parkour +modules.item.timolia_advent_parkour.desc = Displays the parkour you are currently playing in Advent on the Timolia Network. +modules.item.timolia_advent_checkpoint = Advent Checkpoint +modules.item.timolia_advent_checkpoint.desc = Displays the current amount of checkpoints in Advent on the Timolia Network. +modules.item.timolia_advent_fails = Advent Fails +modules.item.timolia_advent_fails.desc = Displays the current amount of fails in Advent on the Timolia Network. +modules.item.timolia_intime_invincibility = InTime Invincibility Time +modules.item.timolia_intime_invincibility.desc = Displays the remaining invincibility time in InTime on the Timolia Network. +modules.item.timolia_intime_regeneration = InTime Regeneration Time +modules.item.timolia_intime_regeneration.desc = Displays the remaining spawn regeneration time in InTime on the Timolia Network. +modules.item.timolia_intime_loot = InTime Loot Time +modules.item.timolia_intime_loot.desc = Displays the remaining loot time in InTime on the Timolia Network. +modules.item.timolia_intime_invincibility_message = InTime Invincibility Message +modules.item.timolia_intime_invincibility_message.desc = Displays the remaining invincibility time in InTime on the Timolia Network. +modules.item.timolia_jumpworld_fails = JumpWorld Fails +modules.item.timolia_jumpworld_fails.desc = Displays your fail count in JumpWorld on the Timolia Network. +modules.item.timolia_jumpworld_checkpoint = JumpWorld Checkpoints +modules.item.timolia_jumpworld_checkpoint.desc = Displays the current checkpoint count in JumpWorld on the Timolia Network. +modules.item.timolia_jumpworld_last_checkpoint = JumpWorld Last Checkpoint +modules.item.timolia_jumpworld_last_checkpoint.desc = Displays the distance to the last checkpoint in JumpWorld on the Timolia Network. +modules.item.gommehd_sg_deathmatch = SG Deathmatch Timer +modules.item.gommehd_sg_deathmatch.desc = Displays a deathmatch timer in SurvivalGames on the GommeHD Network. +modules.item.gommehd_sg_deathmatch_message = SG Deathmatch Message +modules.item.gommehd_sg_deathmatch_message.desc = Displays a deathmatch timer in SurvivalGames on the GommeHD Network. +modules.item.gommehd_bedwars_team = BedWars Team +modules.item.gommehd_bedwars_team.desc = Displays your team in BedWars on the GommeHD Network. +modules.item.gommehd_bedwars_respawn = BedWars Respawn +modules.item.gommehd_bedwars_respawn.desc = Displays whether you can still respawn in BedWars on the GommeHD Network. +modules.item.gommehd_bedwars_gold = BedWars Gold Time +modules.item.gommehd_bedwars_gold.desc = Displays your the time until the next gold items will drop in BedWars on the GommeHD Network. +modules.item.gommehd_bedwars_beds = BedWars Destroyed Beds +modules.item.gommehd_bedwars_beds.desc = Displays the amount of beds you have destroyed in BedWars on the GommeHD Network. +modules.item.gommehd_endergames_kit = EnderGames Kit +modules.item.gommehd_endergames_kit.desc = Displays your kit in EnderGames on the GommeHD Network. +modules.item.gommehd_endergames_coins = EnderGames Coins +modules.item.gommehd_endergames_coins.desc = Displays the amount of coins you have in EnderGames on the GommeHD Network. +modules.item.gommehd_skywars_coins = SkyWars Coins +modules.item.gommehd_skywars_coins.desc = Displays the amount of coins you have in SkyWars on the GommeHD Network. +modules.item.gommehd_skywars_team = SkyWars Team +modules.item.gommehd_skywars_team.desc = Displays your team in SkyWars on the GommeHD Network. +modules.item.gommehd_skywars_kit = SkyWars Kit +modules.item.gommehd_skywars_kit.desc = Displays your kit in SkyWars on the GommeHD Network. +modules.item.gommehd_ragemode_emeralds = Ragemode Emeralds +modules.item.gommehd_ragemode_emeralds.desc = Displays your emerald count in Ragemode on the GommeHD Network. +modules.item.playminity_jumpleague_checkpoints = JumpLeague Checkpoints +modules.item.playminity_jumpleague_checkpoints.desc = Displays your current checkpoint count in JumpLeague on the PlayMinity Network. +modules.item.playminity_jumpleague_fails = JumpLeague Fails +modules.item.playminity_jumpleague_fails.desc = Displays the amount of jump fails in JumpLeague on the PlayMinity Network. +modules.item.playminity_jumpleague_lives = JumpLeague Lives +modules.item.playminity_jumpleague_lives.desc = Displays the amount of your remaining lives in JumpLeague on the PlayMinity Network. +modules.item.bergwerk_duel_team = Duel Team +modules.item.bergwerk_duel_team.desc = Displays your team in Duel on the Bergwerklabs Network. +modules.item.bergwerk_duel_respawn = Duel Respawn +modules.item.bergwerk_duel_respawn.desc = Displays whether you can still respawn in Duel on the Bergwerklabs Network. +modules.item.bergwerk_duel_teleport_message = Duel Teleport Message +modules.item.bergwerk_duel_teleport_message.desc = Displays a message whenever someone gets teleported in Duel on the Bergwerklabs Network. +modules.item.hypixel_paintball_team = Paintball Team +modules.item.hypixel_paintball_team.desc = Displays your team in Paintball on the Hypixel Network. +modules.item.hypixel_blitz_kit = Blitz Kit +modules.item.hypixel_blitz_kit.desc = Displays your kit in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_star = Blitz Star +modules.item.hypixel_blitz_star.desc = Displays a star timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_deathmatch = Blitz Deathmatch +modules.item.hypixel_blitz_deathmatch.desc = Displays a deathmatch timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_star_message = Blitz Star Message +modules.item.hypixel_blitz_star_message.desc = Displays a star timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_deathmatch_message = Blitz Deathmatch Message +modules.item.hypixel_blitz_deathmatch_message.desc = Displays a deathmatch timer in Blitz on the Hypixel Network. +modules.item.venicraft_mineathlon_discipline = Mineathlon Discipline +modules.item.venicraft_mineathlon_discipline.desc = Displays the current discipline in Mineathlon on the Venicraft Network. +modules.item.venicraft_mineathlon_round = Mineathlon Round +modules.item.venicraft_mineathlon_round.desc = Displays the current round in Mineathlon on the Venicraft Network. +modules.item.cytooxien_marioparty_minigames = Mario Party Minigames +modules.item.cytooxien_marioparty_minigames.desc = Displays the count of played minigames in Mario Party on the Cytooxien Network. +modules.item.cytooxien_marioparty_first_second_third = Mario Party \#1/\#2/\#3 +modules.item.cytooxien_marioparty_first_second_third.desc = Displays the count of minigames you finished in first/second/third place in Mario Party on the Cytooxien Network. +modules.item.cytooxien_marioparty_place = MarioParty Place +modules.item.cytooxien_marioparty_place.desc = Displays your place in MarioParty on the Cytooxien Network. +modules.item.cytooxien_marioparty_remaining_fields = MarioParty Remaining Fields +modules.item.cytooxien_marioparty_remaining_fields.desc = Displays your remaining fields in MarioParty on the Cytooxien Network. +modules.item.cytooxien_marioparty_current_minigame = MarioParty Current Minigame +modules.item.cytooxien_marioparty_current_minigame.desc = Displays the current minigame in MarioParty on the Cytooxien Network. +modules.item.cytooxien_marioparty_next_minigame = MarioParty Next Minigame +modules.item.cytooxien_marioparty_next_minigame.desc = Displays the next minigame in MarioParty on the Cytooxien Network. +modules.item.cytooxien_marioparty_first_player = MarioParty First Player +modules.item.cytooxien_marioparty_first_player.desc = Displays the first player in MarioParty on the Cytooxien Network. +modules.item.cytooxien_bw_beds = Bedwars Beds destroyed +modules.item.cytooxien_bw_beds.desc = Displays how many Beds you have destroyed in Bedwars on the Cytooxien Network. +modules.item.cytooxien_bw_stats_kills = Bedwars Stats Kills +modules.item.cytooxien_bw_stats_kills.desc = Displays how many players you eliminated in Bedwars on the Cytooxien Network. +modules.item.cytooxien_bw_team = Bedwars Team +modules.item.cytooxien_bw_team.desc = Displays your team in Bedwars on the Cytooxien Network. +modules.item.cytooxien_bw_can_respawn = Bedwars can respawn +modules.item.cytooxien_bw_can_respawn.desc = Displays if you are able to respawn in Bedwars on the Cytooxien Network. +modules.item.simplehg_kit = SimpleHG Kit +modules.item.simplehg_kit.desc = Display your kit in SimpleHG +modules.item.simplehg_minifeast = SimpleHG Minifeast +modules.item.simplehg_minifeast.desc = Display the coordinates of all minifeasts in SimpleHG +modules.item.simplehg_feast = SimpleHG Feast +modules.item.simplehg_feast.desc = Display the coordinates of the feast in SimpleHG + +config.server.2nd_chat = 2nd Chat... +config.server.2nd_chat.desc = Settings for a second chat. This chat is located in the right side of the ingame screen and can be used to display messages specified in the Chat Filter. +config.2nd_chat.title = 2nd Chat +config.2nd_chat.2nd_chat_visible = Visible +config.2nd_chat.2nd_chat_visible.desc = Specify whether the second chat should be visible. +config.2nd_chat.2nd_chat_opacity = Opacity +config.2nd_chat.2nd_chat_opacity.desc = Specify the opacity of the second chat. +config.2nd_chat.2nd_chat_scale = Scale +config.2nd_chat.2nd_chat_scale.desc = Specify the scale of the second chat. +config.2nd_chat.2nd_chat_height_focused = Focused height +config.2nd_chat.2nd_chat_height_focused.desc = Specify the height of the second chat while it's focused. +config.2nd_chat.2nd_chat_height_unfocused = Unfocused height +config.2nd_chat.2nd_chat_height_unfocused.desc = Specify the height of the second chat while it's unfocused. +config.2nd_chat.2nd_chat_width = Width +config.2nd_chat.2nd_chat_width.desc = Specify the width of the second chat. +config.2nd_chat.2nd_chat_text_leftbound = Leftbound Text +config.2nd_chat.2nd_chat_text_leftbound.desc = Specify whether the text of the second chat should be aligned in the left or the right side of the box. + +skype.title = New Skype Conversation +skype.help = Select a Skype Contact to import a Skype Conversation\! +skype.loading = Loading Friends... +skype.not_installed = Skype installation could not be found\! +skype.not_running = Please make sure Skype is running and The 5zig Mod is allowed to access it\! +skype.no_permission = Please Open up Skype and allow "java.exe" to access it\! + +teamspeak.not_connected = Not connected\! +teamspeak.not_enabled = The TeamSpeak feature is currently not enabled\!\nPlease make sure that you enabled the ClientQuery-plugin in your TeamSpeak settings\! +teamspeak.enable_button = Click here to activate it\! +teamspeak.auth_key_required = TS Requires an Auth Key. Open GUI for more info\! +teamspeak.auth.title = TeamSpeak Authentication +teamspeak.auth.info = The 5zig Mod requires an authentication key if you want to use the TeamSpeak-feature. +teamspeak.auth.invalid_key = Invalid authentication key\! +teamspeak.auth.steps.win = Open the settings menu of your TeamSpeak client under "Extras"->"Options". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plugin and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. +teamspeak.auth.steps.mac = Open the settings menu of your TeamSpeak client under "TeamSpeak 3"->"Settings". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plugin and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. +teamspeak.overlay.poked = You have been poked by %s\! +teamspeak.overlay.direct_message = You have been messaged by %s\! +teamspeak.message.poked = "%s" has poked you\: %s +teamspeak.message.client = "%s" -> you\: %s +teamspeak.message.channel = "%s" in "%s"\: %s +teamspeak.message.server = "%s" on "%s"\: %s +teamspeak.message.channel.joined = "%s" joined "%s"\! +teamspeak.message.channel.left = "%s" left "%s"\! +teamspeak.poke_chat = Poke Chat +teamspeak.enter_channel_password = Please enter the password of this channel. +teamspeak.enter_nickname = Please enter your new nickname\! +teamspeak.chat.server = Server +teamspeak.chat.channel = Channel +teamspeak.entry.server.name = Name\: %s +teamspeak.entry.server.ip = Host\: %s +teamspeak.entry.server.version = Version\: %s on %s +teamspeak.entry.server.created = Created\: %s +teamspeak.entry.server.channels = Channels\: %s +teamspeak.entry.server.clients = Clients\: %s +teamspeak.entry.channel.name = Name\: %s +teamspeak.entry.channel.topic = Topic\: %s +teamspeak.entry.channel.codec = Codec\: %s +teamspeak.entry.channel.codec.speex_narrowband = Speex Narrowband +teamspeak.entry.channel.codec.speex_wideband = Speex Wideband +teamspeak.entry.channel.codec.speex_ultra_wideband = Speex Ultra-Wideband +teamspeak.entry.channel.codec.celt_mono = CELT Mono +teamspeak.entry.channel.codec.opus_voice = Opus Voice +teamspeak.entry.channel.codec.opus_music = Opus Music +teamspeak.entry.channel.codec_quality = Codec Quality\: %s +teamspeak.entry.channel.type = Type\: %s +teamspeak.entry.channel.type.permanent = Permanent +teamspeak.entry.channel.type.semi_permanent = Semi-Permanent +teamspeak.entry.channel.type.default = Default +teamspeak.entry.channel.type.password = Password +teamspeak.entry.channel.clients = Clients\: %s/%s +teamspeak.entry.channel.clients.unlimited = Unlimited +teamspeak.entry.channel.talk_power = Required Talk Power\: %s +teamspeak.entry.channel.subscription_status = Subscription Status\: %s +teamspeak.entry.channel.subscription_status.subscribed = Subscribed +teamspeak.entry.channel.subscription_status.unsubscribed = Unsubscribed +teamspeak.entry.client.nickname = Nickname\: %s +teamspeak.entry.client.server_groups = Server Groups\: +teamspeak.entry.client.channel_group = Channel Group\: +teamspeak.entry.client.away = Away +teamspeak.entry.client.output_deactivated = Speakers/Headphones deactivated +teamspeak.entry.client.input_deactivated = Microphone deactivated +teamspeak.entry.client.output_muted = Speakers/Headphones off +teamspeak.entry.client.input_muted = Microphone off +teamspeak.menu.server.create_channel = Create Channel... +teamspeak.menu.server.collapse_all = Collapse All Channels +teamspeak.menu.server.uncollapse_all = Uncollapse All Channels +teamspeak.menu.channel.join = Join Channel +teamspeak.menu.channel.edit = Edit Channel +teamspeak.menu.channel.delete = Delete Channel +teamspeak.menu.channel.delete.confirm = Are you sure you want to delete this channel? +teamspeak.menu.channel.create_subchannel = Create Sub-Channel... +teamspeak.menu.client.change_nickname = Change Nickname... +teamspeak.menu.client.open_chat = Open Chat +teamspeak.menu.client.poke = Poke Client +teamspeak.menu.client.poke.message = Please enter your poke message. +teamspeak.menu.client.server_groups = Edit Server Groups... +teamspeak.menu.client.channel_group = Edit Channel Group... +teamspeak.menu.client.kick_channel = Kick From Channel... +teamspeak.menu.client.kick_channel.message = Please enter your kick message. +teamspeak.menu.client.kick_server = Kick From Server... +teamspeak.menu.client.kick_server.message = Please enter your kick message. +teamspeak.menu.client.mute = Mute +teamspeak.menu.client.unmute = Un-Mute +teamspeak.menu.client.ban = Ban From Server... +teamspeak.create_channel.title = TeamSpeak Channel +teamspeak.create_channel.name = Name\: +teamspeak.create_channel.password = Password\: +teamspeak.create_channel.topic = Topic\: +teamspeak.create_channel.description = Description\: +teamspeak.create_channel.lifespan = Lifespan\: +teamspeak.create_channel.lifespan.temporary = Temporary +teamspeak.create_channel.lifespan.semi_permanent = Semi-Permanent +teamspeak.create_channel.lifespan.permanent = Permanent +teamspeak.create_channel.default = Default Channel +teamspeak.create_channel.codec = Codec\: +teamspeak.create_channel.codec_quality = Quality +teamspeak.create_channel.order = Order After\: %s +teamspeak.create_channel.needed_talk_power = Needed Talk Power\: +teamspeak.create_channel.max_clients = Max Clients\: +teamspeak.create_channel.order_bottom = Order At Bottom Position +teamspeak.create_channel.select_order.title = Select Above Channel +teamspeak.edit_server_groups.title = Edit Server Groups +teamspeak.edit_server_groups.add_to_group = Add To Group +teamspeak.edit_server_groups.remove_from_group = Remove From Group +teamspeak.edit_channel_group.title = Select Channel Group +teamspeak.ban_client.title = Ban Client From Server +teamspeak.ban_client.name = Name\: +teamspeak.ban_client.reason = Reason\: +teamspeak.ban_client.duration = Duration\: +teamspeak.ban_client.seconds = seconds +config.teamspeak.title = TeamSpeak Settings +config.teamspeak.ts_enabled = Enabled +config.teamspeak.ts_auth_gui = Manage TS API-Key... +config.teamspeak.ts_text_messages_in_chat = Text Messages in Chat +config.teamspeak.ts_channel_events_in_chat = Channel Events in Chat +config.teamspeak.ts_dm_overlay = Direct Message Overlay + +config.friend_list.friend_sortation = Sort by +config.friend_list.name = Name +config.friend_list.online = Online + +friend.title = Friends | %s +friend.chat = Chat +friend.chats = Chats +friend.party = Party +friend.party.invitations = Party (%s invitations) +friend.connected = Connected +friend.disconnected = Disconnected +friend.profile = Profile +friend.profile.delete = Delete Friend +friend.profile.block = Block Friend +friend.profile.favorite = Favorite +friend.profile.unfavorite = Unfavorite +friend.profile.last_seen = Last Seen +friend.profile.last_seen.second = second +friend.profile.last_seen.seconds = seconds +friend.profile.last_seen.minute = minute +friend.profile.last_seen.minutes = minutes +friend.profile.last_seen.hour = hour +friend.profile.last_seen.hours = hours +friend.profile.last_seen.day = day +friend.profile.last_seen.days = days +friend.profile.last_seen.month = month +friend.profile.last_seen.months = months +friend.profile.last_seen.year = year +friend.profile.last_seen.years = years +friend.profile.playing_on_server = Playing on Server +friend.add = Add Friends +friend.add.suggestions = Add Friends (%s suggestions) +friend.requests = Friend Requests (%s) +friend.new_requests = You have %s new friend request(s)\! +friend.typing = Typing... +friend.info.first_join_date = First Join Date\: %s +friend.info.status = Status\: %s +friend.info.server = Server\: %s +friend.info.server.none = None +friend.info.last_seen = Last seen\: %s +friend.info.profile_message = Profile Message\: +friend.info.mod_version = Mod Version\: %s +friend.info.country = Country\: %s +friend.info.hidden = Hidden +friend.online_message = %s is now %s. +friend.online_message.no_longer = %s is no longer %s. +friend.no_friends = No Friends \:( + +friend.invite.title = Please Enter the Name of the Player you want to add. +friend.invite.suggestions = Suggestions\: +friend.invite.suggestions.new = We've found %s friend suggestions for you\! + +group.new = New Group Chat +group.owner = Owner +group.admin = Admin +group.unknown = Unknown +group.more_members = and %s more... +group.info = Info +group.info.title = Group "%s" created by %s +group.info.kick_player = Kick Player +group.info.admin.set = Promote +group.info.admin.remove = Demote +group.info.transfer_owner = Set Owner... +group.info.settings = Settings... +group.info.confirm.owner = Are you sure you want to transfer your Ownership to %s? +group.settings.title = Group Settings +group.settings.confirm.add_player = Please enter the Name of the Player you want to add to this Group Chat. +group.settings.confirm.change_name = Please enter a new Name for your Group Chat. +group.settings.confirm.delete = Are you sure you want to delete this Group Chat? +group.settings.add_player = Add Player... +group.settings.edit_name = Edit Name... +group.settings.delete = Delete Group... + +group.create.title = Create Group Chat +group.create.name = Name\: +group.create.name.min_length = Group Chat Name must be at least 3 characters long +group.invite.title = Create Group Chat "%s" +group.invite.create = Create +group.invite.friends.all = All Friends (%s) +group.invite.friends.invited = Invited Friends (%s) + +announcement.short_desc = Announcements +announcement.new = %s new Announcement(s)\! + +chat.send = Send +chat.chats = Chats +chat.friends = Friends +chat.view_more = View More... +chat.no_conversations = No Conversations\! +chat.status.pending = Pending +chat.status.sent = Sent +chat.status.delivered = Delivered +chat.status.read = Read +chat.conversation_settings = Settings... +chat.conversation_settings.title = Conversation Settings +chat.conversation_settings.behaviour = Behaviour\: %s +chat.conversation_settings.behaviour.default = Default +chat.conversation_settings.behaviour.show = Show Notifications +chat.conversation_settings.behaviour.hide = Hide Notifications +chat.conversation_settings.delete = Delete Conversation +chat.conversation_settings.leave = Leave Group +chat.conversation_settings.transfer_ownership = Please transfer your ownership first\! +chat.new_message = Message from %s +chat.new_group_message = Message in %s +chat.new_file_request = File Request from %s +chat.accept_file_transfer = Open Chat GUI to accept\! +chat.select_image = Select Image +chat.new_messages = You have %s new messages\! + +chat.audio.name = Audio +chat.audio.too_large = Audio may not be larger than %s\! +chat.audio.not_found = Clip not found\! +chat.audio.recording = Recording... %s sec +chat.audio.abort = Move Mouse to abort +chat.audio.hint = Press and Hold\! +chat.audio.not_supported = Audio recording is not supported\! +chat.audio.unavailable = Audio recording is currently unavailable\! +chat.image.name = Image +chat.image.too_large = Image may not be larger than %s\! +chat.image.not_found = Image not found\! +chat.file.waiting = Waiting... +chat.file.accept = Accept Download? +chat.file.download_failed = Download failed\! +chat.file.download_denied = Download denied +chat.file.downloading = Downloading... +chat.file.request_sent = Download request sent\! +chat.file.upload_failed = Upload failed\! +chat.file.upload_denied = Upload denied +chat.file.uploading = Uploading... + +chat.settings = Chat Options... +config.chat_settings.title = Chat Options +config.chat_settings.show_messages = Chat Notifications +config.chat_settings.show_messages.desc = Toggle whether chat notifications should be displayed in the top right corner. +config.chat_settings.show_group_messages = Group Chat Notifications +config.chat_settings.show_group_messages.desc = Toggle whether group chat notifications should be displayed in the top right corner. +config.chat_settings.show_online_messages = Show Online Messages +config.chat_settings.show_online_messages.desc = Toggle whether online messages should be displayed in the top right corner. +config.chat_settings.play_message_sounds = Play Message Sounds +config.chat_settings.play_message_sounds.desc = Toggle whether the mod should play sounds when sending or receiving a message. +config.chat_settings.show_tray_notifications = Show Tray Notifications +config.chat_settings.show_tray_notifications.desc = Toggle whether the mod should show a system notification when you receive a chat message while the Minecraft window is unfocused. +config.chat_settings.chat_background_type = Background-Style +config.chat_settings.chat_background_type.desc = Specify the style of the background of the chat. +config.chat_settings.default = Default +config.chat_settings.transparent = Transparent +config.chat_settings.image = Image +config.chat_settings.chat_background_location = Select Background-Image... +config.chat_settings.chat_background_location.desc = Select a background image for the chat. +config.chat_settings.background.selected = New Background selected\! + +party.title = Party +party.help = You are currently not in a Party\!\n\nParties make playing together with friends very easy by automatically switching all members to the same Minecraft Server the host is currently playing on. +party.delete = Delete Party +party.leave = Leave Party +party.members = Party Members +party.from = Party of %s +party.create = Create new Party +party.invitations = Party Invitations (%s) +party.invitations.accept = Accept +party.invitations.deny = Deny +party.invite_members.title = Invite Party Members +party.invite_members.invite = Invite +party.invite_members.friends.online = Online Friends +party.invite_members.friends.invited = Invited Friends +party.invitations.title = Party Invitations +party.manage_members = Manage Members +party.manage_members.title = Manage Members +party.manage_members.invite = Invite... +party.manage_members.kick = Kick +party.manage_members.promote = Promote +party.manage_members.demote = Demote +party.manage_members.set_owner = Set Owner... +party.manage_members.set_owner.confirm = Are you sure you want to transfer your ownership to %s? This action can not be reverted\! +party.messages.invited = New Party Invitation from %s\! +party.messages.member_joined.overlay = %s joined the Party\! +party.messages.member_joined.broadcast = %s joined the Party\! +party.messages.member_left.overlay = %s left the Party\! +party.messages.member_left.broadcast = %s left the Party\! +party.messages.new_owner.broadcast = %s is now the new owner of the Party\! +party.messages.promoted.broadcast = %s has been promoted\! +party.messages.demoted.broadcast = %s has been demoted\! +party.messages.switch_server.overlay = The Party is now joining %s +party.messages.switch_server.broadcast = The Party has joined %s +party.messages.chat = New Party Chat Message from %s\! +party.messages.deleted = The Party has been deleted\! + +profile.title = Your Profile +profile.id = Profile ID +profile.name = Name +profile.first_login_time = First Login Time +profile.rank = Rank +profile.cape = Cape +profile.message = Profile Message +profile.edit = [Edit] + +config.profile_settings.title = Profile Settings +config.profile_settings.connect_to_server = Be Online +config.profile_settings.connect_to_server.desc = Toggle whether the mod should connect itself the the chat server of the mod on startup. +config.profile_settings.show_connecting = Show Connect Message +config.profile_settings.show_connecting.desc = Toggle whether the mod should display connect messages in the top right corner. +config.profile_settings.afk_time = Go Afk after +config.profile_settings.afk_time.desc = Specify the time after that the mod should turn your online status to away. +config.profile_settings.afk_time.min = min +config.profile_settings.never = Never +profile.now_afk = You are now AFK\! +profile.no_longer_afk = You are no longer AFK\! +config.profile_settings.online_status = Status +config.profile_settings.online_status.desc = Specify your online status. +config.profile_settings.show_server = Show Your Server +config.profile_settings.show_server.desc = Toggle whether you want others to see the server you are currently playing on.\nWhen turned off, you cannot see the current servers of all your friends as well. +config.profile_settings.show_messages_read = Show Messages Read +config.profile_settings.show_messages_read.desc = Toggle whether you want others to see if you have read their messages.\nWhen turned off, you cannot see whether your friends read your messages as well. +config.profile_settings.show_friend_requests = Show Friend Requests +config.profile_settings.show_friend_requests.desc = Toggle whether you want to allow friend requests from other players. +config.profile_settings.show_country = Show Country +config.profile_settings.show_country.desc = Toggle whether you want to display your country to your friends.\nWhen turned off, you cannot see the country of your friends as well. +config.profile_settings.display_color = Display Color +config.profile_settings.display_color.desc = The color your name will be displayed in the chat and friends list. +profile.yesterday = Yesterday +profile.today = Today +profile.hidden = Hidden + +profile.blocked_contacts = View Blocked Contacts... +profile.show_statistics = Show Statistics... +profile.enter_new_profile_message = Please Enter a new Profile Message +profile.settings.view = View Profile Settings... +profile.settings.title = Profile Settings + +cape.title = Cape Settings +cape.not_connected = You must be connected to the 5zig Mod Server to manage your cape. +cape.not_donator = You need to be a donator to be able to upload a cape. +cape.not_custom = Donate for a custom cape to be able to upload your own cape\! +cape.disable = Disable Cape +cape.enable = Enable Cape +cape.upload = Upload Cape... +cape.default = Upload Default Cape... +cape.upload.title = Upload Cape +cape.upload.default.help = Click on a Cape to select it +cape.upload.default.title = Upload Default Cape +cape.upload.max_size = Image may not be larger than %s\! +cape.upload.wrong_dimension = Invalid Cape size\! +cape.upload.uploading = Uploading your Cape... +cape.forbidden = You need to be a %s to use this cape\! + +mcpvp_servers.title = Select a MCPvP Server +mcpvp_servers.join_server = Join Server +mcpvp_servers.refresh = Refresh + +language.title = Languages +language.select = Using English Translation by %s + +confirm_disconnect.title = Are you sure you want to disconnect from the current server? + +raid.title = Raid Calculator +raid.tracked = Tracked %s blocks from %s to %s (%s in nether) in %s direction +raid.north = north +raid.south = south +raid.east = east +raid.west = west +raid.tracker_coords = Tracker Coords +raid.tracked_blocks = Tracked Blocks +raid.narrow = Narrow +raid.track = Track %s + +coordinate_clipboard.title = Coordinates Clipboard +coordinate_clipboard.description = Help\: In this screen you can quickly save some coordinates to your "clipboard". These coordinates will be then displayed on the screen. This feature is very useful for remembering the coordinates of eg. your team mate or another important location. +coordinate_clipboard.previous = Previous +coordinate_clipboard.next = Next +coordinate_clipboard.number = Coordinates Clipboard %s/%s +coordinate_clipboard.shortcut.cur_pos = Press SPACE to insert your current position. +coordinate_clipboard.shortcut.delete = Press DELETE to clear the current coordinates. +coordinate_clipboard.shortcut.death = Press CTRL+D to insert your death location. + +stats.title = Network Statistics +stats.current = Current Statistics +stats.packets_sent = Packets sent +stats.packets_received = Packets received +stats.bytes_sent = Bytes sent +stats.bytes_received = Bytes received +stats.total = Total Statistics +stats.total_packets = Total Packets +stats.total_bytes = Total Bytes +stats.since = Since +stats.server = Server Statistics +stats.ping = Ping\: %s ms +stats.up_time = Server Up-Time\: %s +stats.lag = Server Lag\: %s%% +stats.connected_players = Connected Players\: %s/%s + +plugin_manager.title = Plugin Manager +plugin_manager.enable = Enable +plugin_manager.disable = Disable +plugin_manager.reload = Reload +plugin_manager.plugin_folder = Plugin Folder +plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. +plugin_manager.update = Auto-update + +credits.title = Credits +credits.reborn = Reborn Developers +credits.developer = Developer +credits.special_thanks = Special Thanks to +credits.translators = Translators +credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! +credits.patrons = Patrons + +blocked_users.title = Blocked Users +blocked_users.none = No Blocked Users \:) +blocked_users.unblock = Unblock User + +friend_requests.title = Friend Requests +friend_requests.none = No Friend Requests +friend_requests.accept = Accept +friend_requests.deny = Deny + +banned.title = Access to The 5zig Mod has been denied\! +banned.help = If you believe this is an error, contact info@5zigreborn.eu. +banned.exiting = Auto-Exiting game in %s seconds. + +server.reconnecting = Reconnecting in %s seconds... + +api.outdated_server = Outdated Server API +api.outdated_client = Outdated Client +api.connected = You are playing on a server that supports the 5zig Mod\! +api.setting_disabled = Rendering %s has been disabled by the server\! +api.setting_disabled.potion_hud = the Potion Effect HUD +api.setting_disabled.potion_indicator = the Potion Indicator Vignette +api.setting_disabled.armor_hud = the Armor HUD + +ingame_chat.new_message = New Chat Message\! + +plugin_request.title = Mod Plugin Download Request\! +plugin_request.help = The server has made a request to download a plugin of the 5zig mod, which can be used to display additional stats from the server.\n§cPlease note that the content of any downloadable plugin is not approved by the mod author and may harm your computer. Download this plugin at your own risk and only if you really trust the server owner\! If you want to remove the downloaded plugin again delete "%s" and restart your game\! +plugin_request.warning = Are you sure that you want to continue? This plugin may harm your computer\! The author of the 5zig mod is not responsible for any downloaded content\! +plugin_request.download = Download +plugin_request.downloading = Downloading... %s +plugin_request.verifying = Verifying download... +plugin_request.done = Done. +plugin_request.error = Error + +ingame.chat_search.enter_keyword = Please enter a keyword that should be found in chat +ingame.chat_search.highlighting = Highlighting words that contain "%s" + +armor.title = Armor HUD +ctf.title = Your CTF Stats +hg.title = Your HG Stats +potion_effects.title = Active Potion Effects +weather.title = Weather +weather.loading = Loading... +weather.city = City +weather.condition = Condition +weather.temperature = Temperature +ingame.fps = FPS +ingame.target = Target +ingame.target_name = Target Block +ingame.cps = CPS +ingame.f.south = South +ingame.f.south_west = South-West +ingame.f.west = West +ingame.f.north_west = North-West +ingame.f.north = North +ingame.f.north_east = North-East +ingame.f.east = East +ingame.f.south_east = South-East +ingame.biome = Biome +ingame.entities = Entities +ingame.ip = IP +ingame.players = Players +ingame.ping = Ping +ingame.pinging = Pinging... +ingame.kills = Kills +ingame.stats_kills = StatsKills +ingame.killstreak = Killstreak +ingame.killstreak.double = Double Kill\! +ingame.killstreak.triple = Triple Kill\! +ingame.killstreak.quadruple = Quadruple\! +ingame.killstreak.multi = Multi Kill\! +ingame.winstreak = Winstreak +ingame.deaths = Deaths +ingame.scores = Scores +ingame.kit = Kit +ingame.kit.none = None +ingame.team = Team +ingame.class = Class +ingame.steals = Steals +ingame.captures = Captures +ingame.recovers = Recovers +ingame.flag = Flag +ingame.invincibility_wears_off = Invincibility wears off in %s seconds\! +ingame.no_longer_invincible = You are no longer invincible\! +ingame.time = Time +ingame.date = Date +ingame.feast = Feast +ingame.minifeast = Mini Feast +ingame.starting = Starting +ingame.invincibility = Invincibility +ingame.starting_in = Starting game in %s seconds\! +ingame.win = %s won the game\! +ingame.win.team.self = Your Team won the game\! +ingame.win.team.other = The Opponent Team won the game\! +ingame.lobby = Lobby +ingame.teams = Teams +ingame.teams.allowed = Allowed +ingame.teams.not_allowed = Not Allowed +ingame.deathmatch = Deathmatch +ingame.deathmatch_in = Deathmatch is starting in %s seconds\! +ingame.beds = Beds destroyed +ingame.can_respawn = Can Respawn +ingame.can_respawn.true = Yes +ingame.can_respawn.false = No +ingame.height = Height +ingame.opponent = Opponent +ingame.opponent.games_total = Opponent Games +ingame.opponent.games_won = Opponent Games Won +ingame.opponent.kill_death_ratio = Opponent K/D +ingame.ending_in = The Game is ending in %s seconds\! +ingame.host = Host +ingame.participants = Participants +ingame.best_of = Best Of +ingame.qualification = Qualification +ingame.qualification.rounds = Rounds +ingame.round = Round +ingame.tournament = Tournament by %s +ingame.star = Star +ingame.star_in = The Star will be released in %s seconds\! +ingame.checkpoints = Checkpoints +ingame.fails = Fails +ingame.lives = Lives +ingame.gold = Gold +ingame.loot = Loot +ingame.regeneration = Regeneration +ingame.now_spawn_regeneration = You can now regenerate your time at Spawn\! +ingame.loot_spawned = New loot has been spawned in the center of the map\! +ingame.afk = AFK +ingame.current_minigame = Minigame +ingame.next_minigame = Next Minigame +ingame.coins = Coins +ingame.medal = Medal +ingame.parkour = Parkour +ingame.checkpoint = Checkpoint +ingame.last_checkpoint = Last Checkpoint +ingame.discipline = Discipline +ingame.light_level = Light Level +ingame.speed = Speed +ingame.battery = Battery +ingame.memory = Memory +ingame.first_player = First +ingame.place = Place +ingame.remaining_fields = Fields +ingame.first_to = First to +ingame.score = Score +ingame.timer = Timer +ingame.emeralds = Emeralds +ingame.death_coordinates = Death Coords +ingame.pitch = Pitch +ingame.chunk = Chunk +ingame.damage_resistance = Resistance +ingame.nickname = Nick +ingame.reach = Range + +error = Error + +account_manager.title = Accounts +account_manager.create = Enter a password to encrypt the accounts database. +account_manager.enter_password = Enter the accounts database password. +account_manager.edit = Add/Edit account +account_manager.username = Username/E-mail +account_manager.password = Password (leave blank for offline accounts) +account_manager.type.legacy = Offline +account_manager.type.mojang = Verified +account_manager.add_btn = Add... +account_manager.remove = Remove +account_manager.edit_btn = Edit... +account_manager.change_password = Change Key + +spotify.token.set = Set +spotify.token.not_set = Not Set +config.spotify.title = Spotify +config.spotify.refresh_token = Token +config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. +config.display.spotify = Spotify... + +ingame.map = Map +ingame.mode = Mode + +modules.item.octc_map = Map +modules.item.octc_mode = Mode +modules.item.octc_team = Team +modules.category.server_occ = Server OCC + +gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. +gui.alert.feature_unavailable = This feature isn't currently available. + +plugin.conn.starting = Starting server... +plugin.conn.listening = Waiting for plugins... +plugin.conn.info = Do you want to install this plugin? +plugin.conn.download = Downloading plugin... +plugin.conn.downloaded = Install complete +plugin.conn.error.fs = Could not create plugin file + +update.beta.1 = A new beta version of the 5zig mod is available\! +update.beta.2 = Get it from l.5zigreborn.eu/beta\! +update.available.stable = Update available +update.available.beta = Beta update available + +modules.item.direction.count_angle_north = Count from north +modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. + +modules.item.uptime = Uptime +modules.item.uptime.extended = Extended +modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). +ingame.uptime = Uptime + +spotify.token_get = Your Spotify token was saved successfully. + +config.server_hypixel.hypixel_api_key = API Key... +config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. +config.display.ping_on_serverlist = Ping on Server List +config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. + +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output +modules.item.command.regex = Regex +modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) +modules.item.command.command = Command + +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color + +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = The text to display + +config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From f2a60ab5c3d3016e300300ca5c1625fca30c9a74 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 28 Aug 2020 21:47:40 +0200 Subject: [PATCH 220/382] New translations en_US.lang (Arabic) --- resources/assets/the5zigmod/lang/ar_SA.lang | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 resources/assets/the5zigmod/lang/ar_SA.lang diff --git a/resources/assets/the5zigmod/lang/ar_SA.lang b/resources/assets/the5zigmod/lang/ar_SA.lang new file mode 100644 index 0000000..2a779e1 --- /dev/null +++ b/resources/assets/the5zigmod/lang/ar_SA.lang @@ -0,0 +1,12 @@ +the5zigmod.key.toggle_mod=Toggle Mod +the5zigmod.key.toggle_chat=Toggle Chat +the5zigmod.key.coordinates_clipboard=Coord Clipboard +the5zigmod.key.raid_calculator=MCPVP Raid Calculator +the5zigmod.key.hypixel_stats=Hypixel Stats +the5zigmod.key.zoom=Zoom in +the5zigmod.key.timer.start=Timer Toggle Start +the5zigmod.key.timer.reset=Timer Reset +the5zigmod.key.teamspeak=TeamSpeak +the5zigmod.key.username_history=Username History +the5zigmod.key.toggle_chat_filter=Toggle Chat Filter +the5zigmod.key.change_account=Change account \ No newline at end of file From 1082f497dde6ae7087cd3cde2af7e330326c27e4 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 28 Aug 2020 22:03:38 +0200 Subject: [PATCH 221/382] New translations en_US.lang (Arabic) --- resources/assets/the5zigmod/lang/ar_SA.lang | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/assets/the5zigmod/lang/ar_SA.lang b/resources/assets/the5zigmod/lang/ar_SA.lang index 2a779e1..134e4cb 100644 --- a/resources/assets/the5zigmod/lang/ar_SA.lang +++ b/resources/assets/the5zigmod/lang/ar_SA.lang @@ -1,12 +1,12 @@ -the5zigmod.key.toggle_mod=Toggle Mod -the5zigmod.key.toggle_chat=Toggle Chat -the5zigmod.key.coordinates_clipboard=Coord Clipboard +the5zigmod.key.toggle_mod=تشغيل المود +the5zigmod.key.toggle_chat=تشغيل المحادثة +the5zigmod.key.coordinates_clipboard=تنسيق الحافظة the5zigmod.key.raid_calculator=MCPVP Raid Calculator -the5zigmod.key.hypixel_stats=Hypixel Stats -the5zigmod.key.zoom=Zoom in -the5zigmod.key.timer.start=Timer Toggle Start -the5zigmod.key.timer.reset=Timer Reset -the5zigmod.key.teamspeak=TeamSpeak -the5zigmod.key.username_history=Username History -the5zigmod.key.toggle_chat_filter=Toggle Chat Filter -the5zigmod.key.change_account=Change account \ No newline at end of file +the5zigmod.key.hypixel_stats=إحصائيات هاي بكسل +the5zigmod.key.zoom=تكبير +the5zigmod.key.timer.start=بدء تشغيل المؤقت +the5zigmod.key.timer.reset=إعادة ضبط المؤقت +the5zigmod.key.teamspeak=التيم سبيك +the5zigmod.key.username_history=سجل أسماء الحساب +the5zigmod.key.toggle_chat_filter=تشغيل فلتر/مصفي المحادثة +the5zigmod.key.change_account=تغيير الحساب \ No newline at end of file From 140bea74201301fe29ab3bcabbaace319a3ddc22 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 28 Aug 2020 22:20:11 +0200 Subject: [PATCH 222/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 46 ++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index 184846b..e99e495 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -19,46 +19,46 @@ # suppress inspection "UnusedProperty" for whole file author = 5zig -gui.back = Back -gui.continue = Continue -gui.on = On -gui.off = Off -gui.loading = Loading -gui.search = Search +gui.back = رجوع +gui.continue = إكمال +gui.on = تشغيل +gui.off = إيقاف +gui.loading = جاري التحميل +gui.search = بحث -file_selector.open = Open -file_selector.select = Select +file_selector.open = فتح +file_selector.select = تحديد -input.title = Input +input.title = إدخال -mojang.service.status = Mojang status service +mojang.service.status = خدمة حالة موجانج mojang.service.minecraft_website = Minecraft.net mojang.service.mojang_website = Mojang.com mojang.service.session = Minecraft session server -mojang.service.account = Mojang account server +mojang.service.account = خادم حساب موجانج mojang.service.authentication = Mojang authentication server mojang.service.skins = Minecraft skin server -mojang.service.api = Mojang API +mojang.service.api = واجهة برمجة تطبيق موجانج mojang.service.textures = Minecraft textures server mojang.status.no_issues = is back online mojang.status.some_issues = has some issues mojang.status.unavailable = went down -connection.closed = Connection Closed +connection.closed = تم غلق الاتصال connection.internal_error = Internal Error connection.error = Connection Error connection.disconnected = Disconnected\: %s connection.connecting = Connecting... connection.logging_in = Logging in... -connection.connected = Connected\! -connection.online = Online -connection.offline = Offline -connection.away = Away +connection.connected = متصل\! +connection.online = متصل +connection.offline = غير متصل +connection.away = غير موجود connection.bad_login = Bad login connection.timed_out = Timed out -conn.user.not_exists = Player %s not found\! -conn.user.not_friend = %s must be your Friend\! +conn.user.not_exists = لم يتم العثور على اللاعب %s\! +conn.user.not_friend = %s يجب أن يكون صديقك\! conn.user.not_friend_anymore = %s is not your Friend anymore\! conn.user.offline = %s is not online\! conn.user.old_version = %s uses an earlier version\! @@ -74,7 +74,7 @@ conn.groups.unknown = You are not a member of this Group\! conn.groups.not_owner = Cannot do this as a non-owner\! conn.groups.few_members = Could not find any members to add\! conn.groups.max_members = Max. Member limit already reached\! -conn.groups.not_member = %s is not member of this Group\! +conn.groups.not_member = %s ليس عضوًا في المجموعة\! conn.groups.remove.self = Removed %s from Group Chat\! conn.groups.remove.other = You have been removed from Group %s\! conn.groups.leave = Left from Group Chat\! @@ -91,7 +91,7 @@ conn.groups.demoted_by = You have been demoted by %s\! conn.block.self = Successfully blocked Player %s\! conn.block.other = You have been blocked by %s\! conn.block.not_blocked = %s is not blocked by you\! -conn.block.blocked = %s is currently blocked\! +conn.block.blocked = %s محظور حاليًا\! conn.block.blocked.self = %s is currently blocked by you\! conn.block.blocked.other = You are currently blocked by this Player\! conn.unblock.self = Successfully unblocked Player %s\! @@ -99,7 +99,7 @@ conn.unblock.other = You have been unblocked by %s\! conn.friends.requests.add.new = You got a new Friend Request from %s\! conn.friends.requests.add.sent = Successfully sent a Friend Request to %s\! -conn.friends.requests.accept.self = You accepted the Friend Request of %s\! +conn.friends.requests.accept.self = لقد قبلت طلب الصداقة من %s\! conn.friends.requests.accept.other = %s accepted your Friend Request\! conn.friends.requests.deny.self = You denied the Friend Request of %s\! conn.friends.requests.deny.other = %s denied your Friend Request\! @@ -110,7 +110,7 @@ conn.friends.requests.add.error.already_sent = You already sent a Friend Request conn.friends.remove.self = You ended your Friendship with %s\! conn.friends.remove.other = %s ended your Friendship\! -conn.file_transfer.too_large = File is too large\! +conn.file_transfer.too_large = الملف كبير جدًا\! conn.file_transfer.not_accepted = File-Transfer hasn't been accepted yet\! conn.file_transfer.error = An error occurred while uploading File\! From 075070f1e5d602c280e8147d42d5d2ec3bdcff2c Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 28 Aug 2020 22:28:09 +0200 Subject: [PATCH 223/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index e99e495..3c9d89d 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -45,11 +45,11 @@ mojang.status.some_issues = has some issues mojang.status.unavailable = went down connection.closed = تم غلق الاتصال -connection.internal_error = Internal Error -connection.error = Connection Error +connection.internal_error = خطأ داخلي +connection.error = خطأ في الاتصال connection.disconnected = Disconnected\: %s -connection.connecting = Connecting... -connection.logging_in = Logging in... +connection.connecting = جار الاتصال... +connection.logging_in = جاري تسجيل الدخول... connection.connected = متصل\! connection.online = متصل connection.offline = غير متصل @@ -102,10 +102,10 @@ conn.friends.requests.add.sent = Successfully sent a Friend Request to %s\! conn.friends.requests.accept.self = لقد قبلت طلب الصداقة من %s\! conn.friends.requests.accept.other = %s accepted your Friend Request\! conn.friends.requests.deny.self = You denied the Friend Request of %s\! -conn.friends.requests.deny.other = %s denied your Friend Request\! -conn.friends.requests.add.error.self = You cannot add yourself as a Friend\! -conn.friends.requests.add.error.already_friend = %s is already your Friend\! -conn.friends.requests.add.error.not_accepting = %s is not accepting any Friend Requests\! +conn.friends.requests.deny.other = %s رفض طلب صداقتك\! +conn.friends.requests.add.error.self = لا يمكنك إضافة نفسك كصديق\! +conn.friends.requests.add.error.already_friend = %s هو صديقك بالفعل\! +conn.friends.requests.add.error.not_accepting = %s لا يقبل أي طلبات صداقة\! conn.friends.requests.add.error.already_sent = You already sent a Friend Request to %s\! conn.friends.remove.self = You ended your Friendship with %s\! conn.friends.remove.other = %s ended your Friendship\! @@ -150,7 +150,7 @@ config.main.modules = Customize Display... config.main.modules.desc = Change the appearance of the ingame display. config.main.show_hide = Show/Hide Options... config.main.show_hide.desc = Enable or Disable specific features of the mod. -config.main.server = Server Options... +config.main.server = خيارات الخادم... config.main.server.desc = Toggle various stats that get rendered when playing on a server.\nSet specific chat filters for server chat. config.main.coordinate_clipboard = Coordinates Clipboard... config.main.coordinate_clipboard.desc = Store specific x and z coordinates that will be displayed on your ingame screen. From b8ff94be8702dca8b6ed65c6e02ad4246e393f85 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 30 Aug 2020 00:26:26 +0200 Subject: [PATCH 224/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index f2adc2f..5804707 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -37,7 +37,7 @@ mojang.service.mojang_website = Mojang.com mojang.service.session = Mojangs session server mojang.service.account = Mojangs konto server mojang.service.authentication = Mojangs autentisering server -mojang.service.skins = Mojangs skin server +mojang.service.skins = Minecrafts skin server mojang.service.api = Mojangs API mojang.service.textures = Minecraft textur server mojang.status.no_issues = är nu igång igen. From 711f025f0599b96c0ecca5712474644fe7a849b8 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 30 Aug 2020 02:18:11 +0200 Subject: [PATCH 225/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 2d20b9a..27b7d30 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -1790,4 +1790,4 @@ modules.item.text = Texte simple modules.item.text.value = Texte modules.item.text.value.desc = Le texte à afficher -config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file +config.profile_settings.reward_tags = Montrer les étiquettes de rang \ No newline at end of file From 1a3592bf1173ede04ddeb2e8e9f243c3cda01f67 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 30 Aug 2020 02:26:30 +0200 Subject: [PATCH 226/382] New translations language_en_US.properties (French) --- resources/lang/44/language_fr_FR.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_fr_FR.properties b/resources/lang/44/language_fr_FR.properties index 27b7d30..1b8b8f1 100644 --- a/resources/lang/44/language_fr_FR.properties +++ b/resources/lang/44/language_fr_FR.properties @@ -166,7 +166,7 @@ config.main.teamspeak.desc = Affiche toutes les chaînes et autres clients auxqu config.main.language_screen = Langue... config.main.language_screen.desc = Changer la langue d'affichage du mod. config.main.friend_list = Amis... -config.main.friend_list.desc = Ajouter des amis et leur discuter en ligne, peu importe le serveur où ils jouent \! +config.main.friend_list.desc = Ajouter des amis et discuter avec eux en ligne, peu importe le serveur où ils jouent \! config.main.reset_config = Réinitialiser la configuration... config.main.reset_config.desc = Réinitialise tous les paramètres du mod. Vos amis et messages seront conservés. config.main.reset.title = Êtes-vous sûr de vouloir réinitialiser la configuration ? @@ -177,7 +177,7 @@ config.main.discord = Statut détaillé (Rich Presence) Discord config.reset = La configuration a été réinitialisée \! update.1 = Une nouvelle version du 5zig Mod est disponible \! -update.2 = Téléchargez-le sur 5zigreborn.eu/downloads \! +update.2 = Télécharge-la sur 5zigreborn.eu/downloads \! config.display.title = Options d'affichage config.display.formatting = Options de formatage... @@ -233,7 +233,7 @@ config.display.keyboard_settings.desc = Customise les LEDs de ton clavier \! config.display.max_chat_lines = Limite du tchat config.display.max_chat_lines.desc = Permet de régler la limite de lignes affichées dans le tchat. config.display.max_chat_lines.lines = Lignes -config.display.static_fov = FOV fixe +config.display.static_fov = FOV statique config.display.static_fov.desc = Activez pour que votre FOV (champ de vision) soit modifié sous l'effet d'une potion de rapidité/lenteur. config.display.chat_time_prefix = Horodatage sur messages du chat... config.display.chat_time_prefix.desc = Afficher l'heure d'envoi avant chaque message de chat. From 706941a96074fcf6b81237e0d8839650015a96aa Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 3 Sep 2020 23:30:41 +0200 Subject: [PATCH 227/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index 3c9d89d..b566788 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -54,22 +54,22 @@ connection.connected = متصل\! connection.online = متصل connection.offline = غير متصل connection.away = غير موجود -connection.bad_login = Bad login +connection.bad_login = تسجيل دخول خاطئ connection.timed_out = Timed out conn.user.not_exists = لم يتم العثور على اللاعب %s\! conn.user.not_friend = %s يجب أن يكون صديقك\! conn.user.not_friend_anymore = %s is not your Friend anymore\! -conn.user.offline = %s is not online\! +conn.user.offline = %s غير متصل\! conn.user.old_version = %s uses an earlier version\! -conn.unread_messages = You have %s new unread Messages\! +conn.unread_messages = لديك %s من الرسائل الجديدة الغير مقروءة\! conn.groups.new = %s created a new Group Chat\! -conn.groups.create = Created a Group Chat with %s players\! +conn.groups.create = تم إنشاء المجموعة مع %s لاعب\! conn.groups.add.self = You added %s to your Group\! conn.groups.add.other = You have been added to Group %s\! -conn.groups.add.already_member = Player %s is already in your Group\! +conn.groups.add.already_member = اللاعب %s موجود بالفعل في مجموعتك\! conn.groups.unknown = You are not a member of this Group\! conn.groups.not_owner = Cannot do this as a non-owner\! conn.groups.few_members = Could not find any members to add\! @@ -77,10 +77,10 @@ conn.groups.max_members = Max. Member limit already reached\! conn.groups.not_member = %s ليس عضوًا في المجموعة\! conn.groups.remove.self = Removed %s from Group Chat\! conn.groups.remove.other = You have been removed from Group %s\! -conn.groups.leave = Left from Group Chat\! -conn.groups.new_owner = %s transferred his Ownership to you\! -conn.groups.delete.self = Group Chat %s deleted\! -conn.groups.delete.other = %s deleted Group %s\! +conn.groups.leave = خرجت من المجموعة\! +conn.groups.new_owner = قام %s بنقل ملكيته إليك\! +conn.groups.delete.self = تم حذف المجموعة %s\! +conn.groups.delete.other = قام %s بحذف المجموعة %s\! conn.groups.change_name = Successfully changed the name of your Group\! conn.groups.transfered_ownership = Successfully transfered Ownership\! conn.groups.promoted = Successfully promoted %s\! @@ -88,13 +88,13 @@ conn.groups.promoted_by = You have been promoted by %s\! conn.groups.demoted = Successfully demoted %s\! conn.groups.demoted_by = You have been demoted by %s\! -conn.block.self = Successfully blocked Player %s\! +conn.block.self = تم حظر اللاعب %s بنجاح\! conn.block.other = You have been blocked by %s\! -conn.block.not_blocked = %s is not blocked by you\! +conn.block.not_blocked = %s لم يتم حظره من قبلك\! conn.block.blocked = %s محظور حاليًا\! conn.block.blocked.self = %s is currently blocked by you\! conn.block.blocked.other = You are currently blocked by this Player\! -conn.unblock.self = Successfully unblocked Player %s\! +conn.unblock.self = تم إلغاء الحظر عن اللاعب %s بنجاح\! conn.unblock.other = You have been unblocked by %s\! conn.friends.requests.add.new = You got a new Friend Request from %s\! From 9c1d27fc6813e47bdb57615cc266e618adfcd928 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 3 Sep 2020 23:48:19 +0200 Subject: [PATCH 228/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 84 ++++++++++----------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index b566788..273fd30 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -36,12 +36,12 @@ mojang.service.minecraft_website = Minecraft.net mojang.service.mojang_website = Mojang.com mojang.service.session = Minecraft session server mojang.service.account = خادم حساب موجانج -mojang.service.authentication = Mojang authentication server +mojang.service.authentication = خادم مصادقة موجانج mojang.service.skins = Minecraft skin server mojang.service.api = واجهة برمجة تطبيق موجانج mojang.service.textures = Minecraft textures server -mojang.status.no_issues = is back online -mojang.status.some_issues = has some issues +mojang.status.no_issues = عاد متصلًا +mojang.status.some_issues = لديه بعض المشكلات mojang.status.unavailable = went down connection.closed = تم غلق الاتصال @@ -55,22 +55,22 @@ connection.online = متصل connection.offline = غير متصل connection.away = غير موجود connection.bad_login = تسجيل دخول خاطئ -connection.timed_out = Timed out +connection.timed_out = انقطع الاتصال conn.user.not_exists = لم يتم العثور على اللاعب %s\! conn.user.not_friend = %s يجب أن يكون صديقك\! conn.user.not_friend_anymore = %s is not your Friend anymore\! conn.user.offline = %s غير متصل\! -conn.user.old_version = %s uses an earlier version\! +conn.user.old_version = يستخدم %s إصدارًا سابقًا\! conn.unread_messages = لديك %s من الرسائل الجديدة الغير مقروءة\! -conn.groups.new = %s created a new Group Chat\! -conn.groups.create = تم إنشاء المجموعة مع %s لاعب\! -conn.groups.add.self = You added %s to your Group\! +conn.groups.new = قام %s بإنشاء مجموعة جديدة\! +conn.groups.create = تم إنشاء مجموعة مع %s لاعب\! +conn.groups.add.self = لقد أضفت %s إلى مجموعتك\! conn.groups.add.other = You have been added to Group %s\! conn.groups.add.already_member = اللاعب %s موجود بالفعل في مجموعتك\! -conn.groups.unknown = You are not a member of this Group\! +conn.groups.unknown = لست عضوًا في هذه المجموعة\! conn.groups.not_owner = Cannot do this as a non-owner\! conn.groups.few_members = Could not find any members to add\! conn.groups.max_members = Max. Member limit already reached\! @@ -97,21 +97,21 @@ conn.block.blocked.other = You are currently blocked by this Player\! conn.unblock.self = تم إلغاء الحظر عن اللاعب %s بنجاح\! conn.unblock.other = You have been unblocked by %s\! -conn.friends.requests.add.new = You got a new Friend Request from %s\! -conn.friends.requests.add.sent = Successfully sent a Friend Request to %s\! +conn.friends.requests.add.new = لقد استلمت طلب صداقة جديد من %s\! +conn.friends.requests.add.sent = تم إرسال طلب صداقة إلى %s بنجاح\! conn.friends.requests.accept.self = لقد قبلت طلب الصداقة من %s\! -conn.friends.requests.accept.other = %s accepted your Friend Request\! -conn.friends.requests.deny.self = You denied the Friend Request of %s\! +conn.friends.requests.accept.other = قام %s بقبول طلب صداقتك\! +conn.friends.requests.deny.self = لقد رفضت طلب صداقة %s\! conn.friends.requests.deny.other = %s رفض طلب صداقتك\! conn.friends.requests.add.error.self = لا يمكنك إضافة نفسك كصديق\! conn.friends.requests.add.error.already_friend = %s هو صديقك بالفعل\! conn.friends.requests.add.error.not_accepting = %s لا يقبل أي طلبات صداقة\! -conn.friends.requests.add.error.already_sent = You already sent a Friend Request to %s\! -conn.friends.remove.self = You ended your Friendship with %s\! -conn.friends.remove.other = %s ended your Friendship\! +conn.friends.requests.add.error.already_sent = تم إرسال طلب صداقة بالفعل إلى %s\! +conn.friends.remove.self = لقد أنهيت صداقتك مع %s\! +conn.friends.remove.other = أنهى %s صداقتك\! conn.file_transfer.too_large = الملف كبير جدًا\! -conn.file_transfer.not_accepted = File-Transfer hasn't been accepted yet\! +conn.file_transfer.not_accepted = لم يتم قبول نقل الملفات حتى الآن\! conn.file_transfer.error = An error occurred while uploading File\! conn.party.invited = Successfully invited %s players to Party\! @@ -123,28 +123,28 @@ conn.party.invite_error = Could not invite Party members\! conn.cape.upload.failed = Could not upload cape\: %s conn.cape.upload.max_size = Image size may not be larger than %s\! conn.cape.upload.wrong_dimension = Invalid cape dimension\! -conn.cape.upload.success = Cape successfully uploaded\! +conn.cape.upload.success = تم تحديث الوشاح بنجاح\! -menu.no_last_server = No Last Server +menu.no_last_server = لا يوجد خادم آخر menu.the5zigMod = The 5zig Mod... menu.mcpvp = MCPVP -config.default = Default -config.click_to_reset = Click to reset... -config.list.add_entry = Add Entry... -config.list.remove_entry = Remove Entry -config.list.entry = 1 entry -config.list.entries = %s entries -config.list.category = Category +config.default = افتراضي +config.click_to_reset = اضغط لإعادة التعيين... +config.list.add_entry = إضافة إدخال... +config.list.remove_entry = إزالة الإدخال +config.list.entry = إدخال واحد +config.list.entries = %s إدخالات +config.list.category = الفئة -config.main.title = Options +config.main.title = الخيارات config.main.show_mod = Show Mod config.main.show_mod.desc = Toggles whether the mod should render all stats to the ingame screen. config.main.scale = Mod Scale config.main.scale.desc = Specifies the amount of percent the ingame stats of the mod should be scaled. config.main.report_crashes = Auto-Report Crashes config.main.report_crashes.desc = Specify if the mod should automatically report crashes to the mod author.\nWhen disabled, you have still the possibility to report a crash to the mod author manually after the game has crashed. -config.main.display = Display Options... +config.main.display = خيارات العرض... config.main.display.desc = Change the Minecraft appearance. config.main.modules = Customize Display... config.main.modules.desc = Change the appearance of the ingame display. @@ -161,8 +161,8 @@ config.main.cape_settings.desc = Change the appearance of your cape.\nOnly avail config.main.always = Always config.main.same_version = Same Version config.main.never = Never -config.main.teamspeak = TeamSpeak -config.main.teamspeak.desc = Displays all current channels and clients of your current TeamSpeak Tab. +config.main.teamspeak = التيم سبيك +config.main.teamspeak.desc = عرض جميع القنوات الحالية والعملاء الحاليين لتبويب التيم السبيك الحالي الخاص بك. config.main.language_screen = Language... config.main.language_screen.desc = Change the display language of the mod. config.main.friend_list = Friends... @@ -177,20 +177,20 @@ config.main.discord = Discord Presence config.reset = The Config has been Reset\! update.1 = A new version of the 5zig mod is available\! -update.2 = Get it from 5zigreborn.eu/downloads\! +update.2 = احصل عليها من 5zigreborn.eu/downloads\! -config.display.title = Display Options +config.display.title = خيارات العرض config.display.formatting = Formatting Options... config.display.formatting.desc = Change the colors of all ingame stats and modify some formatting settings. config.formatting.title = Formatting Options config.formatting.formatting_prefix = Formatting of Prefix -config.formatting.formatting_prefix.desc = The prefix formatting of a render item. -config.formatting.color_prefix = Prefix Color +config.formatting.formatting_prefix.desc = تنسيق السابقة لعرض العنصر. +config.formatting.color_prefix = لون السابقة config.formatting.color_prefix.desc = The prefix color of a render item. -config.formatting.formatting_main = Formatting of Main -config.formatting.formatting_main.desc = The main formatting of a render item. -config.formatting.color_main = Main Color -config.formatting.color_main.desc = The main color of a render item. +config.formatting.formatting_main = التنسيق الرئيسي +config.formatting.formatting_main.desc = التنسيق الرئيسي لعرض العنصر. +config.formatting.color_main = اللون الأساسي +config.formatting.color_main.desc = اللون الرئيسي لعرض العنصر. config.formatting.formatting_brackets = Formatting of Brackets config.formatting.formatting_brackets.desc = The brackets formatting of a render item. config.formatting.color_brackets = Brackets Color @@ -267,7 +267,7 @@ config.keyboard_settings.show_led_health = Show Health config.keyboard_settings.show_led_health.desc = Toggles whether the current health of the player should be displayed in the function row of your keyboard. config.keyboard_settings.show_led_armor = Show Armor config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. -config.keyboard_settings.show_led_potions = Show Potions +config.keyboard_settings.show_led_potions = إظهار المشروبات config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard should light up in the color of your active potion effect. config.keyboard_settings.show_led_damage_flash = Show Damage Flash config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. @@ -794,7 +794,7 @@ modules.item.direction.both = Both modules.item.direction.degree = Degree modules.item.direction.show_direction_towards = Show Direction Towards modules.item.direction.show_direction_towards.desc = Toggles whether it should be displayed, in what x- and z-direction the player is looking. -modules.item.pitch = Pitch +modules.item.pitch = طبقة الصوت modules.item.pitch.desc = Displays the pitch rotation of your player. modules.item.biome = Biome modules.item.biome.desc = Displays the biome your player is currently situated. @@ -1080,7 +1080,7 @@ modules.item.hypixel_blitz_star.desc = Displays a star timer in Blitz on the Hyp modules.item.hypixel_blitz_deathmatch = Blitz Deathmatch modules.item.hypixel_blitz_deathmatch.desc = Displays a deathmatch timer in Blitz on the Hypixel Network. modules.item.hypixel_blitz_star_message = Blitz Star Message -modules.item.hypixel_blitz_star_message.desc = Displays a star timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_star_message.desc = عرض مؤقت النجمة للعبة Blitz في شبكة هاي بكسل. modules.item.hypixel_blitz_deathmatch_message = Blitz Deathmatch Message modules.item.hypixel_blitz_deathmatch_message.desc = Displays a deathmatch timer in Blitz on the Hypixel Network. modules.item.venicraft_mineathlon_discipline = Mineathlon Discipline @@ -1556,7 +1556,7 @@ credits.developer = Developer credits.special_thanks = Special Thanks to credits.translators = Translators credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! -credits.patrons = Patrons +credits.patrons = الرعاة blocked_users.title = Blocked Users blocked_users.none = No Blocked Users \:) From c4183a6b9b74095df872fee6780527ac93d2a4cf Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 3 Sep 2020 23:59:09 +0200 Subject: [PATCH 229/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 64 ++++++++++----------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index 273fd30..25991a8 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -34,20 +34,20 @@ input.title = إدخال mojang.service.status = خدمة حالة موجانج mojang.service.minecraft_website = Minecraft.net mojang.service.mojang_website = Mojang.com -mojang.service.session = Minecraft session server +mojang.service.session = خادمة جلسة ماين كرافت mojang.service.account = خادم حساب موجانج mojang.service.authentication = خادم مصادقة موجانج -mojang.service.skins = Minecraft skin server +mojang.service.skins = خادم شخصيات ماين كرافت mojang.service.api = واجهة برمجة تطبيق موجانج -mojang.service.textures = Minecraft textures server +mojang.service.textures = خادم تركيبات ماين كرافت mojang.status.no_issues = عاد متصلًا mojang.status.some_issues = لديه بعض المشكلات -mojang.status.unavailable = went down +mojang.status.unavailable = انطفأ connection.closed = تم غلق الاتصال connection.internal_error = خطأ داخلي connection.error = خطأ في الاتصال -connection.disconnected = Disconnected\: %s +connection.disconnected = %s غير متصل connection.connecting = جار الاتصال... connection.logging_in = جاري تسجيل الدخول... connection.connected = متصل\! @@ -59,7 +59,7 @@ connection.timed_out = انقطع الاتصال conn.user.not_exists = لم يتم العثور على اللاعب %s\! conn.user.not_friend = %s يجب أن يكون صديقك\! -conn.user.not_friend_anymore = %s is not your Friend anymore\! +conn.user.not_friend_anymore = لم يعد %s صديقك بعد الآن\! conn.user.offline = %s غير متصل\! conn.user.old_version = يستخدم %s إصدارًا سابقًا\! @@ -68,7 +68,7 @@ conn.unread_messages = لديك %s من الرسائل الجديدة الغير conn.groups.new = قام %s بإنشاء مجموعة جديدة\! conn.groups.create = تم إنشاء مجموعة مع %s لاعب\! conn.groups.add.self = لقد أضفت %s إلى مجموعتك\! -conn.groups.add.other = You have been added to Group %s\! +conn.groups.add.other = لقد قمت بإضافة %s إلى المجموعة\! conn.groups.add.already_member = اللاعب %s موجود بالفعل في مجموعتك\! conn.groups.unknown = لست عضوًا في هذه المجموعة\! conn.groups.not_owner = Cannot do this as a non-owner\! @@ -92,10 +92,10 @@ conn.block.self = تم حظر اللاعب %s بنجاح\! conn.block.other = You have been blocked by %s\! conn.block.not_blocked = %s لم يتم حظره من قبلك\! conn.block.blocked = %s محظور حاليًا\! -conn.block.blocked.self = %s is currently blocked by you\! +conn.block.blocked.self = %s محظور حاليًا من قِبلك\! conn.block.blocked.other = You are currently blocked by this Player\! conn.unblock.self = تم إلغاء الحظر عن اللاعب %s بنجاح\! -conn.unblock.other = You have been unblocked by %s\! +conn.unblock.other = تم إلغاء الحظر عنك من %s\! conn.friends.requests.add.new = لقد استلمت طلب صداقة جديد من %s\! conn.friends.requests.add.sent = تم إرسال طلب صداقة إلى %s بنجاح\! @@ -117,7 +117,7 @@ conn.file_transfer.error = An error occurred while uploading File\! conn.party.invited = Successfully invited %s players to Party\! conn.party.accepted = Successfully accepted Party Invitation\! conn.party.denied = Successfully denied Party Invitation\! -conn.party.left = Successfully left Party\! +conn.party.left = تم مغادرة الحفلة بنجاح\! conn.party.invite_error = Could not invite Party members\! conn.cape.upload.failed = Could not upload cape\: %s @@ -138,51 +138,51 @@ config.list.entries = %s إدخالات config.list.category = الفئة config.main.title = الخيارات -config.main.show_mod = Show Mod +config.main.show_mod = إظهار المود config.main.show_mod.desc = Toggles whether the mod should render all stats to the ingame screen. -config.main.scale = Mod Scale +config.main.scale = مقياس المود config.main.scale.desc = Specifies the amount of percent the ingame stats of the mod should be scaled. -config.main.report_crashes = Auto-Report Crashes +config.main.report_crashes = التبليغ التلقائي عن الأعطال config.main.report_crashes.desc = Specify if the mod should automatically report crashes to the mod author.\nWhen disabled, you have still the possibility to report a crash to the mod author manually after the game has crashed. config.main.display = خيارات العرض... -config.main.display.desc = Change the Minecraft appearance. -config.main.modules = Customize Display... +config.main.display.desc = تغيير مظهر ماين كرافت. +config.main.modules = تخصيص العرض... config.main.modules.desc = Change the appearance of the ingame display. -config.main.show_hide = Show/Hide Options... -config.main.show_hide.desc = Enable or Disable specific features of the mod. +config.main.show_hide = إظهار/إخفاء الخيارات... +config.main.show_hide.desc = تمكين أو تعطيل ميزات محددة في المود. config.main.server = خيارات الخادم... config.main.server.desc = Toggle various stats that get rendered when playing on a server.\nSet specific chat filters for server chat. -config.main.coordinate_clipboard = Coordinates Clipboard... +config.main.coordinate_clipboard = حافظة الإحداثيات... config.main.coordinate_clipboard.desc = Store specific x and z coordinates that will be displayed on your ingame screen. -config.main.auto_update = Auto-Updating +config.main.auto_update = الرفع التلقائي config.main.auto_update.desc = Allow the mod to automatically check for updates after every startup. If an update could be found it gets downloaded and installed automatically. All installed mods will be kept, as long as the updated mod version uses the same Minecraft version. -config.main.cape_settings = Cape Settings... +config.main.cape_settings = إعدادات الوشاح... config.main.cape_settings.desc = Change the appearance of your cape.\nOnly available for donators\! -config.main.always = Always -config.main.same_version = Same Version -config.main.never = Never +config.main.always = دائمًا +config.main.same_version = نفس الإصدار +config.main.never = أبدًا config.main.teamspeak = التيم سبيك config.main.teamspeak.desc = عرض جميع القنوات الحالية والعملاء الحاليين لتبويب التيم السبيك الحالي الخاص بك. -config.main.language_screen = Language... -config.main.language_screen.desc = Change the display language of the mod. -config.main.friend_list = Friends... +config.main.language_screen = اللغة... +config.main.language_screen.desc = تغيير لغة عرض المود. +config.main.friend_list = الأصدقاء... config.main.friend_list.desc = Add friends and chat with them online, no matter on what server they are playing\! config.main.reset_config = Reset Configuration... config.main.reset_config.desc = Resets all settings of the mod. Your friends and chats will be kept. config.main.reset.title = Are you sure that you want to reset the configuration? -config.main.plugins = Plugins (%s) -config.main.credits = Credits... +config.main.plugins = الإضافات (%s) +config.main.credits = الحقوق... config.main.discord = Discord Presence config.reset = The Config has been Reset\! -update.1 = A new version of the 5zig mod is available\! +update.1 = إصدار جديد من مود 5zig متاح الآن\! update.2 = احصل عليها من 5zigreborn.eu/downloads\! config.display.title = خيارات العرض -config.display.formatting = Formatting Options... +config.display.formatting = خيارات التنسيق... config.display.formatting.desc = Change the colors of all ingame stats and modify some formatting settings. -config.formatting.title = Formatting Options +config.formatting.title = خيارات التنسيق config.formatting.formatting_prefix = Formatting of Prefix config.formatting.formatting_prefix.desc = تنسيق السابقة لعرض العنصر. config.formatting.color_prefix = لون السابقة @@ -193,7 +193,7 @@ config.formatting.color_main = اللون الأساسي config.formatting.color_main.desc = اللون الرئيسي لعرض العنصر. config.formatting.formatting_brackets = Formatting of Brackets config.formatting.formatting_brackets.desc = The brackets formatting of a render item. -config.formatting.color_brackets = Brackets Color +config.formatting.color_brackets = لون الأقواس config.formatting.color_brackets.desc = The brackets color of a render item. config.formatting.number_precision = Number Precision config.formatting.number_precision.desc = Specifies how precisely numbers should be shortened by the mod. From 35efc5fb5f3b9e8e909c71c30f07f052a08f8fc7 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 4 Sep 2020 00:16:11 +0200 Subject: [PATCH 230/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index 25991a8..4cad299 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -167,9 +167,9 @@ config.main.language_screen = اللغة... config.main.language_screen.desc = تغيير لغة عرض المود. config.main.friend_list = الأصدقاء... config.main.friend_list.desc = Add friends and chat with them online, no matter on what server they are playing\! -config.main.reset_config = Reset Configuration... +config.main.reset_config = إعادة تعيين الإعدادات... config.main.reset_config.desc = Resets all settings of the mod. Your friends and chats will be kept. -config.main.reset.title = Are you sure that you want to reset the configuration? +config.main.reset.title = هل أنت متأكد في رغبتك بإعادة تعيين الإعدادات؟ config.main.plugins = الإضافات (%s) config.main.credits = الحقوق... config.main.discord = Discord Presence @@ -841,8 +841,8 @@ modules.item.memory.style = Style modules.item.memory.style.desc = Toggles whether the used memory should be displayed as percentage, absolute value or both. modules.item.memory.percentage = Percentage modules.item.memory.bytes = Absolute -modules.item.memory.both = Both -modules.item.battery = Battery +modules.item.memory.both = كلاهما +modules.item.battery = البطارية modules.item.battery.desc = Displays the current status of your Laptop Battery. Works ONLY on Windows Laptops\! modules.item.battery.charge_status = Charge Status modules.item.battery.charge_status.desc = Toggles whether the charging status of your battery should be displayed. From 6a42b319afc8018a2fae37586377d1c175c13f45 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 4 Sep 2020 18:34:51 +0200 Subject: [PATCH 231/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index a458806..5552fa0 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -1785,9 +1785,9 @@ config.formatting.rgb_main = 自定义颜色 config.formatting.rgb_prefix = 自定义前缀颜色 ingame.command_output = 命令 -ingame.text = Text -modules.item.text = Simple Text -modules.item.text.value = Text +ingame.text = 文本 +modules.item.text = 简易文本 +modules.item.text.value = 文本 modules.item.text.value.desc = The text to display config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 49779cbd335c17b7dbb6be4639046f1ccbe3a159 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 6 Sep 2020 15:47:16 +0200 Subject: [PATCH 232/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 44 ++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index 4cad299..0c3d2b4 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -71,29 +71,29 @@ conn.groups.add.self = لقد أضفت %s إلى مجموعتك\! conn.groups.add.other = لقد قمت بإضافة %s إلى المجموعة\! conn.groups.add.already_member = اللاعب %s موجود بالفعل في مجموعتك\! conn.groups.unknown = لست عضوًا في هذه المجموعة\! -conn.groups.not_owner = Cannot do this as a non-owner\! -conn.groups.few_members = Could not find any members to add\! -conn.groups.max_members = Max. Member limit already reached\! +conn.groups.not_owner = لا يمكنك القيام بهذا لأنك لست المالك\! +conn.groups.few_members = تعذر العثور على أي أعضاء لإضافتهم\! +conn.groups.max_members = تم الوصول إلى الحد الأقصى من الأعضاء\! conn.groups.not_member = %s ليس عضوًا في المجموعة\! -conn.groups.remove.self = Removed %s from Group Chat\! -conn.groups.remove.other = You have been removed from Group %s\! +conn.groups.remove.self = تم إزالة %s من المجموعة\! +conn.groups.remove.other = تمت إزالتك من المجموعة %s\! conn.groups.leave = خرجت من المجموعة\! conn.groups.new_owner = قام %s بنقل ملكيته إليك\! conn.groups.delete.self = تم حذف المجموعة %s\! conn.groups.delete.other = قام %s بحذف المجموعة %s\! -conn.groups.change_name = Successfully changed the name of your Group\! -conn.groups.transfered_ownership = Successfully transfered Ownership\! -conn.groups.promoted = Successfully promoted %s\! -conn.groups.promoted_by = You have been promoted by %s\! -conn.groups.demoted = Successfully demoted %s\! -conn.groups.demoted_by = You have been demoted by %s\! +conn.groups.change_name = تم تغيير اسم مجموعتك بنجاح\! +conn.groups.transfered_ownership = تم نقل الملكية بنجاح\! +conn.groups.promoted = تم ترقية %s بنجاح\! +conn.groups.promoted_by = قام %s بترقيتك\! +conn.groups.demoted = تم تخفيض رتبة %s بنجاح\! +conn.groups.demoted_by = قام %s بتخفيض رتبتك\! conn.block.self = تم حظر اللاعب %s بنجاح\! -conn.block.other = You have been blocked by %s\! +conn.block.other = قام %s بحظرك\! conn.block.not_blocked = %s لم يتم حظره من قبلك\! conn.block.blocked = %s محظور حاليًا\! conn.block.blocked.self = %s محظور حاليًا من قِبلك\! -conn.block.blocked.other = You are currently blocked by this Player\! +conn.block.blocked.other = أنت محظور بالفعل قِبل هذا اللاعب\! conn.unblock.self = تم إلغاء الحظر عن اللاعب %s بنجاح\! conn.unblock.other = تم إلغاء الحظر عنك من %s\! @@ -112,17 +112,17 @@ conn.friends.remove.other = أنهى %s صداقتك\! conn.file_transfer.too_large = الملف كبير جدًا\! conn.file_transfer.not_accepted = لم يتم قبول نقل الملفات حتى الآن\! -conn.file_transfer.error = An error occurred while uploading File\! +conn.file_transfer.error = حدث خلل خلال عملية رفع الملف\! -conn.party.invited = Successfully invited %s players to Party\! -conn.party.accepted = Successfully accepted Party Invitation\! -conn.party.denied = Successfully denied Party Invitation\! +conn.party.invited = تم دعوة %s لاعبين إلى الحفلة بنجاح\! +conn.party.accepted = تم قبول دعوة الحفلة بنجاح\! +conn.party.denied = تم رفض دعوة الحفلة بنجاح\! conn.party.left = تم مغادرة الحفلة بنجاح\! -conn.party.invite_error = Could not invite Party members\! +conn.party.invite_error = لا يمكن دعوة أعضاء الحفلة\! -conn.cape.upload.failed = Could not upload cape\: %s -conn.cape.upload.max_size = Image size may not be larger than %s\! -conn.cape.upload.wrong_dimension = Invalid cape dimension\! +conn.cape.upload.failed = تعذر رفع الوشاح\: %s +conn.cape.upload.max_size = لا يمكن أن يكون حجم الصورة أكبر من %s\! +conn.cape.upload.wrong_dimension = أبعاد الوشاح غير صالحة\! conn.cape.upload.success = تم تحديث الوشاح بنجاح\! menu.no_last_server = لا يوجد خادم آخر @@ -139,7 +139,7 @@ config.list.category = الفئة config.main.title = الخيارات config.main.show_mod = إظهار المود -config.main.show_mod.desc = Toggles whether the mod should render all stats to the ingame screen. +config.main.show_mod.desc = تحديد ما إذا كان من المفترض أن يعرض المود جميع الإحصائيات على شاشة اللعبة أم لا. config.main.scale = مقياس المود config.main.scale.desc = Specifies the amount of percent the ingame stats of the mod should be scaled. config.main.report_crashes = التبليغ التلقائي عن الأعطال From bb31e6f112582650f2368fbd0ba8f92f535f4f63 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 6 Sep 2020 15:56:57 +0200 Subject: [PATCH 233/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index 0c3d2b4..dd65a66 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -141,7 +141,7 @@ config.main.title = الخيارات config.main.show_mod = إظهار المود config.main.show_mod.desc = تحديد ما إذا كان من المفترض أن يعرض المود جميع الإحصائيات على شاشة اللعبة أم لا. config.main.scale = مقياس المود -config.main.scale.desc = Specifies the amount of percent the ingame stats of the mod should be scaled. +config.main.scale.desc = تحديد النسبة المئوية لإحصائيات اللعبة التي من المفترض أن يعرضها المود. config.main.report_crashes = التبليغ التلقائي عن الأعطال config.main.report_crashes.desc = Specify if the mod should automatically report crashes to the mod author.\nWhen disabled, you have still the possibility to report a crash to the mod author manually after the game has crashed. config.main.display = خيارات العرض... From f9901dd6c7d1b94bf9ce0ca75cc661fc9f2461b2 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 6 Sep 2020 21:35:39 +0200 Subject: [PATCH 234/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index dd65a66..0cfbc3b 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -224,7 +224,7 @@ config.hud.show_food_heal_amount = Show Food Heal Amount config.hud.show_food_heal_amount.desc = Toggles whether the heal amount of the current held food item should be rendered as half-transparent food level. config.display.show_chat_symbols = Show More Chat Symbols config.display.show_chat_symbols.desc = Toggles whether more chat symbols should be displayed above the ingame chat gui. -config.display.show_last_server = Show Last Server +config.display.show_last_server = إظهار آخر خادم config.display.show_last_server.desc = Toggles whether your last visited server should be displayed in main menu. config.display.show_custom_models = Show Custom Item Models config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. From cca93cef36780d4f206ed02d01d023eba6a4b7b6 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 7 Sep 2020 11:28:25 +0200 Subject: [PATCH 235/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index 0cfbc3b..61cbe4f 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -65,7 +65,7 @@ conn.user.old_version = يستخدم %s إصدارًا سابقًا\! conn.unread_messages = لديك %s من الرسائل الجديدة الغير مقروءة\! -conn.groups.new = قام %s بإنشاء مجموعة جديدة\! +conn.groups.new = قام %s بإنشاء دردشة جماعية جديدة\! conn.groups.create = تم إنشاء مجموعة مع %s لاعب\! conn.groups.add.self = لقد أضفت %s إلى مجموعتك\! conn.groups.add.other = لقد قمت بإضافة %s إلى المجموعة\! From 8adba8fa69fee3d119b8f915d385af46d44ab7ff Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 7 Sep 2020 12:01:11 +0200 Subject: [PATCH 236/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index 61cbe4f..aef16f6 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -66,7 +66,7 @@ conn.user.old_version = يستخدم %s إصدارًا سابقًا\! conn.unread_messages = لديك %s من الرسائل الجديدة الغير مقروءة\! conn.groups.new = قام %s بإنشاء دردشة جماعية جديدة\! -conn.groups.create = تم إنشاء مجموعة مع %s لاعب\! +conn.groups.create = تم إنشاء دردشة جماعية مع %s لاعبين\! conn.groups.add.self = لقد أضفت %s إلى مجموعتك\! conn.groups.add.other = لقد قمت بإضافة %s إلى المجموعة\! conn.groups.add.already_member = اللاعب %s موجود بالفعل في مجموعتك\! @@ -1749,13 +1749,13 @@ plugin.conn.starting = Starting server... plugin.conn.listening = Waiting for plugins... plugin.conn.info = Do you want to install this plugin? plugin.conn.download = Downloading plugin... -plugin.conn.downloaded = Install complete -plugin.conn.error.fs = Could not create plugin file +plugin.conn.downloaded = اكتمل التحميل +plugin.conn.error.fs = تعذر إنشاء ملف البلوجن -update.beta.1 = A new beta version of the 5zig mod is available\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.beta.1 = هناك إصدار جديد من مود 5zig متاح الآن\! +update.beta.2 = احصل عليها من l.5zigreborn.eu/beta\! +update.available.stable = هناك تحديث متوفر +update.available.beta = هناك تحديث تجريبي متوفر modules.item.direction.count_angle_north = Count from north modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. @@ -1779,14 +1779,14 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command +modules.item.command.command = الأمر config.formatting.rgb_main = Custom Main Color config.formatting.rgb_prefix = Custom Prefix Color ingame.command_output = Command -ingame.text = Text -modules.item.text = Simple Text +ingame.text = النص +modules.item.text = نص بسيط modules.item.text.value = Text modules.item.text.value.desc = The text to display From 310099944babbfa2cd5e9b66049ab1e19a0f2767 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 8 Sep 2020 19:46:43 +0200 Subject: [PATCH 237/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index 97cd4f4..aa215e9 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -38,7 +38,7 @@ mojang.service.session = Sessiones de minecraft mojang.service.account = Cuentas de mojang mojang.service.authentication = Authenticaciones mojang.service.skins = Skins -mojang.service.api = Mojang API +mojang.service.api = API de Mojang mojang.service.textures = Texturas mojang.status.no_issues = Funciona de nuevo mojang.status.some_issues = Esta teniendo muchos problemas From 1b9baa6fc329f8be30f00de1c43f57d2d126761d Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 8 Sep 2020 19:58:16 +0200 Subject: [PATCH 238/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index aa215e9..c6d2000 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -135,7 +135,7 @@ config.list.add_entry = Añadir palabra... config.list.remove_entry = Eliminar palabta config.list.entry = 1 palabra config.list.entries = %s palabras -config.list.category = Category +config.list.category = Categoría config.main.title = Opciones config.main.show_mod = Mostrar Mod @@ -172,7 +172,7 @@ config.main.reset_config.desc = Restablece por defecto todas las opciones config config.main.reset.title = ¿Está seguro que quiere restablecer la configuración? config.main.plugins = Plugins (%s) config.main.credits = Creditos -config.main.discord = Discord Presence +config.main.discord = Rich Presence de Discord config.reset = Se ha reseteado la configuracion\! @@ -251,13 +251,13 @@ config.display.ping_on_tab.desc = Display the ping value instead of the bars tex config.keyboard_settings.title = Opciones LED config.keyboard_settings.control_keyboard = Controlar los LED config.keyboard_settings.control_keyboard.desc = Los leds de tu teclado pueden controlarse desde aqui. -config.keyboard_settings.none = None +config.keyboard_settings.none = Ninguno config.keyboard_settings.razer = Razer config.keyboard_settings.roccat = Roccat config.keyboard_settings.logitech = Logitech config.keyboard_settings.reset_keys_on_unfocus = Reset on Unfocus config.keyboard_settings.reset_keys_on_unfocus.desc = Toggles whether the LEDs of your keyboard should be reset whenever the Minecraft window is not focused anymore. -config.keyboard_settings.background_led_color = LED Color +config.keyboard_settings.background_led_color = Color del LED config.keyboard_settings.background_led_color.desc = Especifica el color LED del teclado. config.keyboard_settings.active_led_keys = Teclas LED activadas config.keyboard_settings.active_led_keys.desc = Teclas activadas. From c1191d031759b318c35d3b2c906fb957f5f6ee3c Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 9 Sep 2020 10:05:18 +0200 Subject: [PATCH 239/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 40 ++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index aef16f6..2ff31cc 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -1103,7 +1103,7 @@ modules.item.cytooxien_marioparty_first_player = MarioParty First Player modules.item.cytooxien_marioparty_first_player.desc = Displays the first player in MarioParty on the Cytooxien Network. modules.item.cytooxien_bw_beds = Bedwars Beds destroyed modules.item.cytooxien_bw_beds.desc = Displays how many Beds you have destroyed in Bedwars on the Cytooxien Network. -modules.item.cytooxien_bw_stats_kills = Bedwars Stats Kills +modules.item.cytooxien_bw_stats_kills = إحصائيات قتلات حرب السرير modules.item.cytooxien_bw_stats_kills.desc = Displays how many players you eliminated in Bedwars on the Cytooxien Network. modules.item.cytooxien_bw_team = Bedwars Team modules.item.cytooxien_bw_team.desc = Displays your team in Bedwars on the Cytooxien Network. @@ -1116,11 +1116,11 @@ modules.item.simplehg_minifeast.desc = Display the coordinates of all minifeasts modules.item.simplehg_feast = SimpleHG Feast modules.item.simplehg_feast.desc = Display the coordinates of the feast in SimpleHG -config.server.2nd_chat = 2nd Chat... +config.server.2nd_chat = الدردشة الثانية... config.server.2nd_chat.desc = Settings for a second chat. This chat is located in the right side of the ingame screen and can be used to display messages specified in the Chat Filter. config.2nd_chat.title = 2nd Chat -config.2nd_chat.2nd_chat_visible = Visible -config.2nd_chat.2nd_chat_visible.desc = Specify whether the second chat should be visible. +config.2nd_chat.2nd_chat_visible = مرئي +config.2nd_chat.2nd_chat_visible.desc = تحديد ما إذا كان يجب أن تكون الدردشة الثانية مرئية. config.2nd_chat.2nd_chat_opacity = Opacity config.2nd_chat.2nd_chat_opacity.desc = Specify the opacity of the second chat. config.2nd_chat.2nd_chat_scale = Scale @@ -1129,14 +1129,14 @@ config.2nd_chat.2nd_chat_height_focused = Focused height config.2nd_chat.2nd_chat_height_focused.desc = Specify the height of the second chat while it's focused. config.2nd_chat.2nd_chat_height_unfocused = Unfocused height config.2nd_chat.2nd_chat_height_unfocused.desc = Specify the height of the second chat while it's unfocused. -config.2nd_chat.2nd_chat_width = Width -config.2nd_chat.2nd_chat_width.desc = Specify the width of the second chat. +config.2nd_chat.2nd_chat_width = العرض +config.2nd_chat.2nd_chat_width.desc = تحديد عرض الدردشة الثانية. config.2nd_chat.2nd_chat_text_leftbound = Leftbound Text config.2nd_chat.2nd_chat_text_leftbound.desc = Specify whether the text of the second chat should be aligned in the left or the right side of the box. -skype.title = New Skype Conversation +skype.title = مجادثة سكايب جديدة skype.help = Select a Skype Contact to import a Skype Conversation\! -skype.loading = Loading Friends... +skype.loading = تحميل الأصدقاء... skype.not_installed = Skype installation could not be found\! skype.not_running = Please make sure Skype is running and The 5zig Mod is allowed to access it\! skype.no_permission = Please Open up Skype and allow "java.exe" to access it\! @@ -1159,8 +1159,8 @@ teamspeak.message.server = "%s" on "%s"\: %s teamspeak.message.channel.joined = "%s" joined "%s"\! teamspeak.message.channel.left = "%s" left "%s"\! teamspeak.poke_chat = Poke Chat -teamspeak.enter_channel_password = Please enter the password of this channel. -teamspeak.enter_nickname = Please enter your new nickname\! +teamspeak.enter_channel_password = الرجاء إدخال كلمة مرور هذه القناة. +teamspeak.enter_nickname = الرجاء إدخال اسمك الجديد\! teamspeak.chat.server = Server teamspeak.chat.channel = Channel teamspeak.entry.server.name = Name\: %s @@ -1170,8 +1170,8 @@ teamspeak.entry.server.created = Created\: %s teamspeak.entry.server.channels = Channels\: %s teamspeak.entry.server.clients = Clients\: %s teamspeak.entry.channel.name = Name\: %s -teamspeak.entry.channel.topic = Topic\: %s -teamspeak.entry.channel.codec = Codec\: %s +teamspeak.entry.channel.topic = الموضوع\: %s +teamspeak.entry.channel.codec = الترميز\: %s teamspeak.entry.channel.codec.speex_narrowband = Speex Narrowband teamspeak.entry.channel.codec.speex_wideband = Speex Wideband teamspeak.entry.channel.codec.speex_ultra_wideband = Speex Ultra-Wideband @@ -1180,16 +1180,16 @@ teamspeak.entry.channel.codec.opus_voice = Opus Voice teamspeak.entry.channel.codec.opus_music = Opus Music teamspeak.entry.channel.codec_quality = Codec Quality\: %s teamspeak.entry.channel.type = Type\: %s -teamspeak.entry.channel.type.permanent = Permanent -teamspeak.entry.channel.type.semi_permanent = Semi-Permanent -teamspeak.entry.channel.type.default = Default -teamspeak.entry.channel.type.password = Password +teamspeak.entry.channel.type.permanent = دائم +teamspeak.entry.channel.type.semi_permanent = شبه دائم +teamspeak.entry.channel.type.default = افتراضي +teamspeak.entry.channel.type.password = كلمة المرور teamspeak.entry.channel.clients = Clients\: %s/%s -teamspeak.entry.channel.clients.unlimited = Unlimited +teamspeak.entry.channel.clients.unlimited = غير محدود teamspeak.entry.channel.talk_power = Required Talk Power\: %s -teamspeak.entry.channel.subscription_status = Subscription Status\: %s -teamspeak.entry.channel.subscription_status.subscribed = Subscribed -teamspeak.entry.channel.subscription_status.unsubscribed = Unsubscribed +teamspeak.entry.channel.subscription_status = حالة الاشتراك\: %s +teamspeak.entry.channel.subscription_status.subscribed = مشترك +teamspeak.entry.channel.subscription_status.unsubscribed = غير مشترك teamspeak.entry.client.nickname = Nickname\: %s teamspeak.entry.client.server_groups = Server Groups\: teamspeak.entry.client.channel_group = Channel Group\: From a4e596d3f8d528ceeb9a7cefe3f0d5e3569cfa27 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 9 Sep 2020 10:10:18 +0200 Subject: [PATCH 240/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 44 ++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index 2ff31cc..42ca0c9 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -705,7 +705,7 @@ modules.anchor.bottom_right = Bottom Right modules.settings.title = Module Settings modules.settings.list.title = Settings modules.settings.none = None -modules.settings.default = Default +modules.settings.default = افتراضي modules.settings.custom = Custom modules.settings.id = Id modules.settings.id.change = Please enter a new unique Id for this module. @@ -826,7 +826,7 @@ modules.item.time = Time modules.item.time.desc = Displays your real time. The time will be formatted according to your system time format. modules.item.time.style = Style modules.item.time.style.desc = Sets the formatting of the time. -modules.item.time.system = System Default +modules.item.time.system = الوضع الافتراضي للنظام modules.item.time.hours_24 = 24-Hour-Format modules.item.time.hours_12 = 12-Hour-Format modules.item.time.show_seconds = Show Seconds @@ -978,8 +978,8 @@ modules.item.party_members.length = Max Length modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. modules.item.party_members.star = Leader Star modules.item.party_members.star.desc = Toggle the star behind the party leader. -modules.item.nickname = Nickname -modules.item.nickname.desc = Displays your current nickname. +modules.item.nickname = الاسم المستعار +modules.item.nickname.desc = عرض اسمك المستعار الحالي. modules.item.combat_range = Combat Range modules.item.timolia_pvp_winstreak = PVP Winstreak modules.item.timolia_pvp_winstreak.desc = Displays the current winstreak in 1vs1 on the Timolia Network. @@ -1160,7 +1160,7 @@ teamspeak.message.channel.joined = "%s" joined "%s"\! teamspeak.message.channel.left = "%s" left "%s"\! teamspeak.poke_chat = Poke Chat teamspeak.enter_channel_password = الرجاء إدخال كلمة مرور هذه القناة. -teamspeak.enter_nickname = الرجاء إدخال اسمك الجديد\! +teamspeak.enter_nickname = الرجاء إدخال اسمك المستعار الجديد\! teamspeak.chat.server = Server teamspeak.chat.channel = Channel teamspeak.entry.server.name = Name\: %s @@ -1190,7 +1190,7 @@ teamspeak.entry.channel.talk_power = Required Talk Power\: %s teamspeak.entry.channel.subscription_status = حالة الاشتراك\: %s teamspeak.entry.channel.subscription_status.subscribed = مشترك teamspeak.entry.channel.subscription_status.unsubscribed = غير مشترك -teamspeak.entry.client.nickname = Nickname\: %s +teamspeak.entry.client.nickname = الاسم المستعار\: %s teamspeak.entry.client.server_groups = Server Groups\: teamspeak.entry.client.channel_group = Channel Group\: teamspeak.entry.client.away = Away @@ -1206,7 +1206,7 @@ teamspeak.menu.channel.edit = Edit Channel teamspeak.menu.channel.delete = Delete Channel teamspeak.menu.channel.delete.confirm = Are you sure you want to delete this channel? teamspeak.menu.channel.create_subchannel = Create Sub-Channel... -teamspeak.menu.client.change_nickname = Change Nickname... +teamspeak.menu.client.change_nickname = تغيير الاسم المستعار... teamspeak.menu.client.open_chat = Open Chat teamspeak.menu.client.poke = Poke Client teamspeak.menu.client.poke.message = Please enter your poke message. @@ -1228,7 +1228,7 @@ teamspeak.create_channel.lifespan = Lifespan\: teamspeak.create_channel.lifespan.temporary = Temporary teamspeak.create_channel.lifespan.semi_permanent = Semi-Permanent teamspeak.create_channel.lifespan.permanent = Permanent -teamspeak.create_channel.default = Default Channel +teamspeak.create_channel.default = القناة الافتراضية teamspeak.create_channel.codec = Codec\: teamspeak.create_channel.codec_quality = Quality teamspeak.create_channel.order = Order After\: %s @@ -1257,8 +1257,8 @@ config.friend_list.name = Name config.friend_list.online = Online friend.title = Friends | %s -friend.chat = Chat -friend.chats = Chats +friend.chat = الدردشة +friend.chats = الدردشات friend.party = Party friend.party.invitations = Party (%s invitations) friend.connected = Connected @@ -1337,7 +1337,7 @@ announcement.short_desc = Announcements announcement.new = %s new Announcement(s)\! chat.send = Send -chat.chats = Chats +chat.chats = الدردشات chat.friends = Friends chat.view_more = View More... chat.no_conversations = No Conversations\! @@ -1348,7 +1348,7 @@ chat.status.read = Read chat.conversation_settings = Settings... chat.conversation_settings.title = Conversation Settings chat.conversation_settings.behaviour = Behaviour\: %s -chat.conversation_settings.behaviour.default = Default +chat.conversation_settings.behaviour.default = افتراضي chat.conversation_settings.behaviour.show = Show Notifications chat.conversation_settings.behaviour.hide = Hide Notifications chat.conversation_settings.delete = Delete Conversation @@ -1357,7 +1357,7 @@ chat.conversation_settings.transfer_ownership = Please transfer your ownership f chat.new_message = Message from %s chat.new_group_message = Message in %s chat.new_file_request = File Request from %s -chat.accept_file_transfer = Open Chat GUI to accept\! +chat.accept_file_transfer = افتح واجهة الدردشة لقبولها\! chat.select_image = Select Image chat.new_messages = You have %s new messages\! @@ -1382,11 +1382,11 @@ chat.file.upload_failed = Upload failed\! chat.file.upload_denied = Upload denied chat.file.uploading = Uploading... -chat.settings = Chat Options... -config.chat_settings.title = Chat Options -config.chat_settings.show_messages = Chat Notifications +chat.settings = خيارات الدردشة... +config.chat_settings.title = خيارات الدردشة +config.chat_settings.show_messages = إشعارات الدردشة config.chat_settings.show_messages.desc = Toggle whether chat notifications should be displayed in the top right corner. -config.chat_settings.show_group_messages = Group Chat Notifications +config.chat_settings.show_group_messages = إشعارات الدردشة الجماعية config.chat_settings.show_group_messages.desc = Toggle whether group chat notifications should be displayed in the top right corner. config.chat_settings.show_online_messages = Show Online Messages config.chat_settings.show_online_messages.desc = Toggle whether online messages should be displayed in the top right corner. @@ -1396,7 +1396,7 @@ config.chat_settings.show_tray_notifications = Show Tray Notifications config.chat_settings.show_tray_notifications.desc = Toggle whether the mod should show a system notification when you receive a chat message while the Minecraft window is unfocused. config.chat_settings.chat_background_type = Background-Style config.chat_settings.chat_background_type.desc = Specify the style of the background of the chat. -config.chat_settings.default = Default +config.chat_settings.default = افتراضي config.chat_settings.transparent = Transparent config.chat_settings.image = Image config.chat_settings.chat_background_location = Select Background-Image... @@ -1488,10 +1488,10 @@ cape.not_custom = Donate for a custom cape to be able to upload your own cape\! cape.disable = Disable Cape cape.enable = Enable Cape cape.upload = Upload Cape... -cape.default = Upload Default Cape... +cape.default = رفع الوشاح الافتراضي... cape.upload.title = Upload Cape -cape.upload.default.help = Click on a Cape to select it -cape.upload.default.title = Upload Default Cape +cape.upload.default.help = اضغط على الوشاح لاختياره +cape.upload.default.title = رفع الوشاح الافتراضي cape.upload.max_size = Image may not be larger than %s\! cape.upload.wrong_dimension = Invalid Cape size\! cape.upload.uploading = Uploading your Cape... @@ -1709,7 +1709,7 @@ ingame.death_coordinates = Death Coords ingame.pitch = Pitch ingame.chunk = Chunk ingame.damage_resistance = Resistance -ingame.nickname = Nick +ingame.nickname = الاسم ingame.reach = Range error = Error From c1bd71aafbe159e57fcd87175c7b406035ae90ad Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 9 Sep 2020 10:18:34 +0200 Subject: [PATCH 241/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 38 ++++++++++----------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index 42ca0c9..9b28eae 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -230,14 +230,14 @@ config.display.show_custom_models = Show Custom Item Models config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. config.display.keyboard_settings = LED Keyboard Settings... config.display.keyboard_settings.desc = Customize the LED keys of your Keyboard\! -config.display.max_chat_lines = Chat Limit +config.display.max_chat_lines = حد الدردشة config.display.max_chat_lines.desc = Sets the maximum amount of chat lines that should be available in the ingame chat history. config.display.max_chat_lines.lines = Lines config.display.static_fov = Static FOV config.display.static_fov.desc = Toggle, if your FOV (field-of-view) should be changed when you have got a speed/slowness potion effect. -config.display.chat_time_prefix = Time in Chat Messages... +config.display.chat_time_prefix = الوقت في رسائل الدردشة... config.display.chat_time_prefix.desc = Specify whether every chat message should have a prefix containing the current time. -config.display.transparent_chat_background = Transparent Chat Background +config.display.transparent_chat_background = خلفية الدردشة الشفافة config.display.transparent_chat_background.desc = Toggles whether the chat background should be transparent. config.display.transparent_pause_menu = Transparent Pause Menu config.display.transparent_pause_menu.desc = Toggles whether the ingame pause menu background should be transparent. @@ -272,7 +272,7 @@ config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard sh config.keyboard_settings.show_led_damage_flash = Show Damage Flash config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. -config.chat_time_prefix.title = Chat Time Prefix +config.chat_time_prefix.title = بادئة وقت الدردشة config.chat_time_prefix.chat_time_prefix_enabled = Enabled config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. config.chat_time_prefix.chat_time_prefix_color = Color @@ -1118,7 +1118,7 @@ modules.item.simplehg_feast.desc = Display the coordinates of the feast in Simpl config.server.2nd_chat = الدردشة الثانية... config.server.2nd_chat.desc = Settings for a second chat. This chat is located in the right side of the ingame screen and can be used to display messages specified in the Chat Filter. -config.2nd_chat.title = 2nd Chat +config.2nd_chat.title = الدردشة الثانية config.2nd_chat.2nd_chat_visible = مرئي config.2nd_chat.2nd_chat_visible.desc = تحديد ما إذا كان يجب أن تكون الدردشة الثانية مرئية. config.2nd_chat.2nd_chat_opacity = Opacity @@ -1207,7 +1207,7 @@ teamspeak.menu.channel.delete = Delete Channel teamspeak.menu.channel.delete.confirm = Are you sure you want to delete this channel? teamspeak.menu.channel.create_subchannel = Create Sub-Channel... teamspeak.menu.client.change_nickname = تغيير الاسم المستعار... -teamspeak.menu.client.open_chat = Open Chat +teamspeak.menu.client.open_chat = فتح الدردشة teamspeak.menu.client.poke = Poke Client teamspeak.menu.client.poke.message = Please enter your poke message. teamspeak.menu.client.server_groups = Edit Server Groups... @@ -1248,7 +1248,7 @@ teamspeak.ban_client.seconds = seconds config.teamspeak.title = TeamSpeak Settings config.teamspeak.ts_enabled = Enabled config.teamspeak.ts_auth_gui = Manage TS API-Key... -config.teamspeak.ts_text_messages_in_chat = Text Messages in Chat +config.teamspeak.ts_text_messages_in_chat = الرسائل النصية في الدردشة config.teamspeak.ts_channel_events_in_chat = Channel Events in Chat config.teamspeak.ts_dm_overlay = Direct Message Overlay @@ -1581,7 +1581,7 @@ api.setting_disabled.potion_hud = the Potion Effect HUD api.setting_disabled.potion_indicator = the Potion Indicator Vignette api.setting_disabled.armor_hud = the Armor HUD -ingame_chat.new_message = New Chat Message\! +ingame_chat.new_message = رسالة دردشة جديدة\! plugin_request.title = Mod Plugin Download Request\! plugin_request.help = The server has made a request to download a plugin of the 5zig mod, which can be used to display additional stats from the server.\n§cPlease note that the content of any downloadable plugin is not approved by the mod author and may harm your computer. Download this plugin at your own risk and only if you really trust the server owner\! If you want to remove the downloaded plugin again delete "%s" and restart your game\! @@ -1748,7 +1748,7 @@ gui.alert.feature_unavailable = This feature isn't currently available. plugin.conn.starting = Starting server... plugin.conn.listening = Waiting for plugins... plugin.conn.info = Do you want to install this plugin? -plugin.conn.download = Downloading plugin... +plugin.conn.download = جاري تحميل الإضافة... plugin.conn.downloaded = اكتمل التحميل plugin.conn.error.fs = تعذر إنشاء ملف البلوجن @@ -1757,37 +1757,37 @@ update.beta.2 = احصل عليها من l.5zigreborn.eu/beta\! update.available.stable = هناك تحديث متوفر update.available.beta = هناك تحديث تجريبي متوفر -modules.item.direction.count_angle_north = Count from north +modules.item.direction.count_angle_north = العد من الشمال modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. -modules.item.uptime = Uptime +modules.item.uptime = مدة التشغيل modules.item.uptime.extended = Extended modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +ingame.uptime = مدة التشغيل spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List +config.display.ping_on_serverlist = البنج في قائمة الخوادم config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. -modules.label = Edit Prefix... +modules.label = تعديل البادئة... modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.item.command = مخرج الأمر modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) +modules.item.command.refresh = معدل(لات) التحديث modules.item.command.command = الأمر -config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color +config.formatting.rgb_main = لون رئيسي مخصص +config.formatting.rgb_prefix = لون بادئة مخصص ingame.command_output = Command ingame.text = النص modules.item.text = نص بسيط -modules.item.text.value = Text +modules.item.text.value = النص modules.item.text.value.desc = The text to display config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From d3fc7bdabee8d6f0dba66d9b47f294709bef1581 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 9 Sep 2020 10:31:39 +0200 Subject: [PATCH 242/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 88 ++++++++++----------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index 9b28eae..f33100e 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -275,11 +275,11 @@ config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboa config.chat_time_prefix.title = بادئة وقت الدردشة config.chat_time_prefix.chat_time_prefix_enabled = Enabled config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. -config.chat_time_prefix.chat_time_prefix_color = Color +config.chat_time_prefix.chat_time_prefix_color = اللون config.chat_time_prefix.chat_time_prefix_color.desc = Specify the color of the time. config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets -config.chat_time_prefix.chat_time_prefix_brackets_color = Brackets Color +config.chat_time_prefix.chat_time_prefix_brackets_color = لون الأقواس config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specify the color of the brackets config.chat_time_prefix.chat_time_prefix_time_format = Format config.chat_time_prefix.chat_time_prefix_time_format.desc = Specify the time formatting. @@ -726,10 +726,10 @@ modules.settings.box_opacity = Box Opacity modules.settings.item.list.items = Items modules.settings.item.list.settings = Settings modules.settings.item.add = Add new Item... -modules.settings.item.color = Color -modules.settings.item.prefix_color = Prefix Color +modules.settings.item.color = اللون +modules.settings.item.prefix_color = لون البادئة modules.settings.item.prefix_formatting = Prefix Formatting -modules.settings.item.main_color = Main Color +modules.settings.item.main_color = اللون الرئيسي modules.settings.item.main_formatting = Main Formatting modules.settings.item.prefix = Prefix @@ -1419,47 +1419,47 @@ party.invite_members.friends.online = Online Friends party.invite_members.friends.invited = Invited Friends party.invitations.title = Party Invitations party.manage_members = Manage Members -party.manage_members.title = Manage Members -party.manage_members.invite = Invite... -party.manage_members.kick = Kick -party.manage_members.promote = Promote -party.manage_members.demote = Demote +party.manage_members.title = إدارة الأعضاء +party.manage_members.invite = دعوة... +party.manage_members.kick = طرد +party.manage_members.promote = ترقية +party.manage_members.demote = تخفيض party.manage_members.set_owner = Set Owner... party.manage_members.set_owner.confirm = Are you sure you want to transfer your ownership to %s? This action can not be reverted\! -party.messages.invited = New Party Invitation from %s\! -party.messages.member_joined.overlay = %s joined the Party\! -party.messages.member_joined.broadcast = %s joined the Party\! -party.messages.member_left.overlay = %s left the Party\! -party.messages.member_left.broadcast = %s left the Party\! +party.messages.invited = لديك دعوة حفلة جديدة من %s\! +party.messages.member_joined.overlay = انضم %s للحفلة\! +party.messages.member_joined.broadcast = انضم %s للحفلة\! +party.messages.member_left.overlay = غادر %s الحفلة\! +party.messages.member_left.broadcast = غادر %s الحفلة\! party.messages.new_owner.broadcast = %s is now the new owner of the Party\! -party.messages.promoted.broadcast = %s has been promoted\! -party.messages.demoted.broadcast = %s has been demoted\! +party.messages.promoted.broadcast = تم ترقية %s\! +party.messages.demoted.broadcast = تم تخفيض %s\! party.messages.switch_server.overlay = The Party is now joining %s party.messages.switch_server.broadcast = The Party has joined %s party.messages.chat = New Party Chat Message from %s\! party.messages.deleted = The Party has been deleted\! profile.title = Your Profile -profile.id = Profile ID -profile.name = Name -profile.first_login_time = First Login Time -profile.rank = Rank -profile.cape = Cape -profile.message = Profile Message +profile.id = معرف الحساب +profile.name = الاسم +profile.first_login_time = وقت تسجيل الدخول للمرة الأولى +profile.rank = الرتبة +profile.cape = الوشاح +profile.message = رسالة الحساب profile.edit = [Edit] -config.profile_settings.title = Profile Settings -config.profile_settings.connect_to_server = Be Online +config.profile_settings.title = إعدادات الحساب +config.profile_settings.connect_to_server = كن متصلًا config.profile_settings.connect_to_server.desc = Toggle whether the mod should connect itself the the chat server of the mod on startup. config.profile_settings.show_connecting = Show Connect Message config.profile_settings.show_connecting.desc = Toggle whether the mod should display connect messages in the top right corner. config.profile_settings.afk_time = Go Afk after config.profile_settings.afk_time.desc = Specify the time after that the mod should turn your online status to away. config.profile_settings.afk_time.min = min -config.profile_settings.never = Never +config.profile_settings.never = أبدًا profile.now_afk = You are now AFK\! profile.no_longer_afk = You are no longer AFK\! -config.profile_settings.online_status = Status +config.profile_settings.online_status = الحالة config.profile_settings.online_status.desc = Specify your online status. config.profile_settings.show_server = Show Your Server config.profile_settings.show_server.desc = Toggle whether you want others to see the server you are currently playing on.\nWhen turned off, you cannot see the current servers of all your friends as well. @@ -1469,9 +1469,9 @@ config.profile_settings.show_friend_requests = Show Friend Requests config.profile_settings.show_friend_requests.desc = Toggle whether you want to allow friend requests from other players. config.profile_settings.show_country = Show Country config.profile_settings.show_country.desc = Toggle whether you want to display your country to your friends.\nWhen turned off, you cannot see the country of your friends as well. -config.profile_settings.display_color = Display Color +config.profile_settings.display_color = لون العرض config.profile_settings.display_color.desc = The color your name will be displayed in the chat and friends list. -profile.yesterday = Yesterday +profile.yesterday = الأمس profile.today = Today profile.hidden = Hidden @@ -1520,14 +1520,14 @@ raid.track = Track %s coordinate_clipboard.title = Coordinates Clipboard coordinate_clipboard.description = Help\: In this screen you can quickly save some coordinates to your "clipboard". These coordinates will be then displayed on the screen. This feature is very useful for remembering the coordinates of eg. your team mate or another important location. coordinate_clipboard.previous = Previous -coordinate_clipboard.next = Next +coordinate_clipboard.next = التالي coordinate_clipboard.number = Coordinates Clipboard %s/%s coordinate_clipboard.shortcut.cur_pos = Press SPACE to insert your current position. coordinate_clipboard.shortcut.delete = Press DELETE to clear the current coordinates. coordinate_clipboard.shortcut.death = Press CTRL+D to insert your death location. stats.title = Network Statistics -stats.current = Current Statistics +stats.current = الإحصائيات الحالية stats.packets_sent = Packets sent stats.packets_received = Packets received stats.bytes_sent = Bytes sent @@ -1536,29 +1536,29 @@ stats.total = Total Statistics stats.total_packets = Total Packets stats.total_bytes = Total Bytes stats.since = Since -stats.server = Server Statistics -stats.ping = Ping\: %s ms +stats.server = إحصائيات الخادم +stats.ping = البنج\: %s stats.up_time = Server Up-Time\: %s stats.lag = Server Lag\: %s%% stats.connected_players = Connected Players\: %s/%s -plugin_manager.title = Plugin Manager -plugin_manager.enable = Enable -plugin_manager.disable = Disable -plugin_manager.reload = Reload -plugin_manager.plugin_folder = Plugin Folder +plugin_manager.title = إدارة الإضافات +plugin_manager.enable = تفعيل +plugin_manager.disable = تعطيل +plugin_manager.reload = إعادة التحميل +plugin_manager.plugin_folder = ملف الإضافات plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. plugin_manager.update = Auto-update -credits.title = Credits +credits.title = الحقوق credits.reborn = Reborn Developers credits.developer = Developer credits.special_thanks = Special Thanks to -credits.translators = Translators +credits.translators = المترجمون credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! credits.patrons = الرعاة -blocked_users.title = Blocked Users +blocked_users.title = المستخدمون المحظورون blocked_users.none = No Blocked Users \:) blocked_users.unblock = Unblock User @@ -1765,7 +1765,7 @@ modules.item.uptime.extended = Extended modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). ingame.uptime = مدة التشغيل -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = تم حفظ رمز Spotify الخاص بك بنجاح. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. @@ -1773,7 +1773,7 @@ config.display.ping_on_serverlist = البنج في قائمة الخوادم config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = تعديل البادئة... -modules.label.input = Enter the new prefix for this item. +modules.label.input = أدخل البادئة الجديدة لهذا العنصر. modules.item.command = مخرج الأمر modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. @@ -1784,7 +1784,7 @@ modules.item.command.command = الأمر config.formatting.rgb_main = لون رئيسي مخصص config.formatting.rgb_prefix = لون بادئة مخصص -ingame.command_output = Command +ingame.command_output = الأمر ingame.text = النص modules.item.text = نص بسيط modules.item.text.value = النص From 130915085acff0bad45eda8a4f0bccd4e8a74c2c Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 10 Sep 2020 00:46:53 +0200 Subject: [PATCH 243/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index f33100e..f6aec46 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -1508,10 +1508,10 @@ confirm_disconnect.title = Are you sure you want to disconnect from the current raid.title = Raid Calculator raid.tracked = Tracked %s blocks from %s to %s (%s in nether) in %s direction -raid.north = north -raid.south = south -raid.east = east -raid.west = west +raid.north = الشمال +raid.south = الجنوب +raid.east = الشرق +raid.west = الغرب raid.tracker_coords = Tracker Coords raid.tracked_blocks = Tracked Blocks raid.narrow = Narrow @@ -1519,7 +1519,7 @@ raid.track = Track %s coordinate_clipboard.title = Coordinates Clipboard coordinate_clipboard.description = Help\: In this screen you can quickly save some coordinates to your "clipboard". These coordinates will be then displayed on the screen. This feature is very useful for remembering the coordinates of eg. your team mate or another important location. -coordinate_clipboard.previous = Previous +coordinate_clipboard.previous = السابق coordinate_clipboard.next = التالي coordinate_clipboard.number = Coordinates Clipboard %s/%s coordinate_clipboard.shortcut.cur_pos = Press SPACE to insert your current position. @@ -1535,7 +1535,7 @@ stats.bytes_received = Bytes received stats.total = Total Statistics stats.total_packets = Total Packets stats.total_bytes = Total Bytes -stats.since = Since +stats.since = منذ stats.server = إحصائيات الخادم stats.ping = البنج\: %s stats.up_time = Server Up-Time\: %s @@ -1552,7 +1552,7 @@ plugin_manager.update = Auto-update credits.title = الحقوق credits.reborn = Reborn Developers -credits.developer = Developer +credits.developer = المطور credits.special_thanks = Special Thanks to credits.translators = المترجمون credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! From 66204d5b726311123fd45028c5f0ecfdd0c51bfa Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 10 Sep 2020 01:17:19 +0200 Subject: [PATCH 244/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index f6aec46..bdcac56 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -1553,14 +1553,14 @@ plugin_manager.update = Auto-update credits.title = الحقوق credits.reborn = Reborn Developers credits.developer = المطور -credits.special_thanks = Special Thanks to +credits.special_thanks = شكر خاص ل credits.translators = المترجمون credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! credits.patrons = الرعاة blocked_users.title = المستخدمون المحظورون blocked_users.none = No Blocked Users \:) -blocked_users.unblock = Unblock User +blocked_users.unblock = إلغاء الحظر عن friend_requests.title = Friend Requests friend_requests.none = No Friend Requests @@ -1589,8 +1589,8 @@ plugin_request.warning = Are you sure that you want to continue? This plugin may plugin_request.download = Download plugin_request.downloading = Downloading... %s plugin_request.verifying = Verifying download... -plugin_request.done = Done. -plugin_request.error = Error +plugin_request.done = تم. +plugin_request.error = خطأ ingame.chat_search.enter_keyword = Please enter a keyword that should be found in chat ingame.chat_search.highlighting = Highlighting words that contain "%s" @@ -1600,8 +1600,8 @@ ctf.title = Your CTF Stats hg.title = Your HG Stats potion_effects.title = Active Potion Effects weather.title = Weather -weather.loading = Loading... -weather.city = City +weather.loading = جاري التحميل... +weather.city = المدينة weather.condition = Condition weather.temperature = Temperature ingame.fps = FPS From 81625dfe16d68bad1d0b48eb3f5ffbb766d1d789 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 10 Sep 2020 01:28:34 +0200 Subject: [PATCH 245/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index bdcac56..ab48c25 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -1605,24 +1605,24 @@ weather.city = المدينة weather.condition = Condition weather.temperature = Temperature ingame.fps = FPS -ingame.target = Target +ingame.target = الهدف ingame.target_name = Target Block -ingame.cps = CPS -ingame.f.south = South +ingame.cps = عدد النقرات بالماوس +ingame.f.south = الجنوب ingame.f.south_west = South-West -ingame.f.west = West -ingame.f.north_west = North-West -ingame.f.north = North -ingame.f.north_east = North-East -ingame.f.east = East -ingame.f.south_east = South-East +ingame.f.west = الغرب +ingame.f.north_west = الشمال الغربي +ingame.f.north = الشمال +ingame.f.north_east = الشمال الشرقي +ingame.f.east = الشرق +ingame.f.south_east = الجنوب الشرقي ingame.biome = Biome ingame.entities = Entities ingame.ip = IP ingame.players = Players ingame.ping = Ping ingame.pinging = Pinging... -ingame.kills = Kills +ingame.kills = القتلات ingame.stats_kills = StatsKills ingame.killstreak = Killstreak ingame.killstreak.double = Double Kill\! @@ -1634,7 +1634,7 @@ ingame.deaths = Deaths ingame.scores = Scores ingame.kit = Kit ingame.kit.none = None -ingame.team = Team +ingame.team = الفريق ingame.class = Class ingame.steals = Steals ingame.captures = Captures From 7fa9a504ade74d2cd8ffe5bae8ab8f1de0e8ca22 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 11 Sep 2020 04:06:37 +0200 Subject: [PATCH 246/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index ab48c25..bcc3584 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -967,14 +967,14 @@ modules.item.deaths = Deaths modules.item.deaths.desc = Displays your deaths for the current game mode you are playing. modules.item.win_message = Win Message modules.item.win_message.desc = Displays the winner of the current game mode you are playing. -modules.item.online_friends = Online Friends +modules.item.online_friends = الأصدقاء المتصلون modules.item.online_friends.desc = Displays your online friends on the server you are playing. modules.item.online_friends.length = Max Length modules.item.online_friends.length.desc = The maximum amount of friends that should be displayed. modules.item.online_friends.nobody = No online friends\! -modules.item.party_members = Party Members +modules.item.party_members = أعضاء الحفلة modules.item.party_members.desc = Displays the members of the party you are currently in. -modules.item.party_members.length = Max Length +modules.item.party_members.length = الحد الأقصى modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. modules.item.party_members.star = Leader Star modules.item.party_members.star.desc = Toggle the star behind the party leader. @@ -1201,9 +1201,9 @@ teamspeak.entry.client.input_muted = Microphone off teamspeak.menu.server.create_channel = Create Channel... teamspeak.menu.server.collapse_all = Collapse All Channels teamspeak.menu.server.uncollapse_all = Uncollapse All Channels -teamspeak.menu.channel.join = Join Channel -teamspeak.menu.channel.edit = Edit Channel -teamspeak.menu.channel.delete = Delete Channel +teamspeak.menu.channel.join = دخول الغرفة +teamspeak.menu.channel.edit = تعديل الغرفة +teamspeak.menu.channel.delete = حذف الغرفة teamspeak.menu.channel.delete.confirm = Are you sure you want to delete this channel? teamspeak.menu.channel.create_subchannel = Create Sub-Channel... teamspeak.menu.client.change_nickname = تغيير الاسم المستعار... From 473e756a72ec05c1810821076663ccb3ab2ade02 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 11 Sep 2020 04:16:19 +0200 Subject: [PATCH 247/382] New translations language_en_US.properties (Arabic) --- resources/lang/44/language_ar_SA.properties | 112 ++++++++++---------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/resources/lang/44/language_ar_SA.properties b/resources/lang/44/language_ar_SA.properties index bcc3584..3cbdc8a 100644 --- a/resources/lang/44/language_ar_SA.properties +++ b/resources/lang/44/language_ar_SA.properties @@ -1204,36 +1204,36 @@ teamspeak.menu.server.uncollapse_all = Uncollapse All Channels teamspeak.menu.channel.join = دخول الغرفة teamspeak.menu.channel.edit = تعديل الغرفة teamspeak.menu.channel.delete = حذف الغرفة -teamspeak.menu.channel.delete.confirm = Are you sure you want to delete this channel? -teamspeak.menu.channel.create_subchannel = Create Sub-Channel... +teamspeak.menu.channel.delete.confirm = هل أنت متأكد من رغبتك في حذف هذه القناة؟ +teamspeak.menu.channel.create_subchannel = إنشاء قناة فرعية... teamspeak.menu.client.change_nickname = تغيير الاسم المستعار... teamspeak.menu.client.open_chat = فتح الدردشة -teamspeak.menu.client.poke = Poke Client -teamspeak.menu.client.poke.message = Please enter your poke message. +teamspeak.menu.client.poke = تنبيه الشخص +teamspeak.menu.client.poke.message = الرجاء إدخال رسالة التنبيه. teamspeak.menu.client.server_groups = Edit Server Groups... teamspeak.menu.client.channel_group = Edit Channel Group... teamspeak.menu.client.kick_channel = Kick From Channel... teamspeak.menu.client.kick_channel.message = Please enter your kick message. teamspeak.menu.client.kick_server = Kick From Server... teamspeak.menu.client.kick_server.message = Please enter your kick message. -teamspeak.menu.client.mute = Mute -teamspeak.menu.client.unmute = Un-Mute -teamspeak.menu.client.ban = Ban From Server... -teamspeak.create_channel.title = TeamSpeak Channel -teamspeak.create_channel.name = Name\: -teamspeak.create_channel.password = Password\: -teamspeak.create_channel.topic = Topic\: -teamspeak.create_channel.description = Description\: +teamspeak.menu.client.mute = كتم +teamspeak.menu.client.unmute = إلغاء كتم +teamspeak.menu.client.ban = حظر من الخادم... +teamspeak.create_channel.title = غرفة تيم سبيك +teamspeak.create_channel.name = الاسم\: +teamspeak.create_channel.password = كلمة المرور\: +teamspeak.create_channel.topic = الموضوع\: +teamspeak.create_channel.description = الوصف\: teamspeak.create_channel.lifespan = Lifespan\: -teamspeak.create_channel.lifespan.temporary = Temporary -teamspeak.create_channel.lifespan.semi_permanent = Semi-Permanent -teamspeak.create_channel.lifespan.permanent = Permanent +teamspeak.create_channel.lifespan.temporary = مؤقت +teamspeak.create_channel.lifespan.semi_permanent = شبه دائم +teamspeak.create_channel.lifespan.permanent = دائم teamspeak.create_channel.default = القناة الافتراضية -teamspeak.create_channel.codec = Codec\: -teamspeak.create_channel.codec_quality = Quality +teamspeak.create_channel.codec = الترميز\: +teamspeak.create_channel.codec_quality = الجودة teamspeak.create_channel.order = Order After\: %s -teamspeak.create_channel.needed_talk_power = Needed Talk Power\: -teamspeak.create_channel.max_clients = Max Clients\: +teamspeak.create_channel.needed_talk_power = القوة اللازمة للتحدث\: +teamspeak.create_channel.max_clients = الحد الأقصى لأعضاء الغرفة\: teamspeak.create_channel.order_bottom = Order At Bottom Position teamspeak.create_channel.select_order.title = Select Above Channel teamspeak.edit_server_groups.title = Edit Server Groups @@ -1241,18 +1241,18 @@ teamspeak.edit_server_groups.add_to_group = Add To Group teamspeak.edit_server_groups.remove_from_group = Remove From Group teamspeak.edit_channel_group.title = Select Channel Group teamspeak.ban_client.title = Ban Client From Server -teamspeak.ban_client.name = Name\: -teamspeak.ban_client.reason = Reason\: -teamspeak.ban_client.duration = Duration\: -teamspeak.ban_client.seconds = seconds -config.teamspeak.title = TeamSpeak Settings -config.teamspeak.ts_enabled = Enabled +teamspeak.ban_client.name = الاسم\: +teamspeak.ban_client.reason = السبب\: +teamspeak.ban_client.duration = المدة\: +teamspeak.ban_client.seconds = ثواني +config.teamspeak.title = إعدادات التيم سبيك +config.teamspeak.ts_enabled = مفعل config.teamspeak.ts_auth_gui = Manage TS API-Key... config.teamspeak.ts_text_messages_in_chat = الرسائل النصية في الدردشة config.teamspeak.ts_channel_events_in_chat = Channel Events in Chat config.teamspeak.ts_dm_overlay = Direct Message Overlay -config.friend_list.friend_sortation = Sort by +config.friend_list.friend_sortation = ترتيب حسب config.friend_list.name = Name config.friend_list.online = Online @@ -1286,60 +1286,60 @@ friend.add = Add Friends friend.add.suggestions = Add Friends (%s suggestions) friend.requests = Friend Requests (%s) friend.new_requests = You have %s new friend request(s)\! -friend.typing = Typing... +friend.typing = جاري الكتابة... friend.info.first_join_date = First Join Date\: %s -friend.info.status = Status\: %s -friend.info.server = Server\: %s -friend.info.server.none = None -friend.info.last_seen = Last seen\: %s +friend.info.status = الحالة\: %s +friend.info.server = الخادم\: %s +friend.info.server.none = لا شيء +friend.info.last_seen = آخر ظهور\: %s friend.info.profile_message = Profile Message\: friend.info.mod_version = Mod Version\: %s -friend.info.country = Country\: %s -friend.info.hidden = Hidden +friend.info.country = الدولة\: %s +friend.info.hidden = مخفي friend.online_message = %s is now %s. friend.online_message.no_longer = %s is no longer %s. -friend.no_friends = No Friends \:( +friend.no_friends = لا يوجد أصدقاء \:( friend.invite.title = Please Enter the Name of the Player you want to add. -friend.invite.suggestions = Suggestions\: -friend.invite.suggestions.new = We've found %s friend suggestions for you\! - -group.new = New Group Chat -group.owner = Owner -group.admin = Admin -group.unknown = Unknown -group.more_members = and %s more... -group.info = Info +friend.invite.suggestions = الاقتراحات\: +friend.invite.suggestions.new = لقد وجدنا %s اقتراحات صداقة لك\! + +group.new = دردشة جماعية جديدة +group.owner = مالك +group.admin = مشرف +group.unknown = غير معروف +group.more_members = و%s أكثر... +group.info = المعلومات group.info.title = Group "%s" created by %s -group.info.kick_player = Kick Player -group.info.admin.set = Promote -group.info.admin.remove = Demote +group.info.kick_player = طرد اللاعب +group.info.admin.set = ترقية +group.info.admin.remove = تخفيض group.info.transfer_owner = Set Owner... -group.info.settings = Settings... +group.info.settings = الإعدادات... group.info.confirm.owner = Are you sure you want to transfer your Ownership to %s? -group.settings.title = Group Settings +group.settings.title = إعدادات المجموعة group.settings.confirm.add_player = Please enter the Name of the Player you want to add to this Group Chat. group.settings.confirm.change_name = Please enter a new Name for your Group Chat. group.settings.confirm.delete = Are you sure you want to delete this Group Chat? -group.settings.add_player = Add Player... -group.settings.edit_name = Edit Name... +group.settings.add_player = إضافة لاعب... +group.settings.edit_name = تعديل الاسم... group.settings.delete = Delete Group... group.create.title = Create Group Chat -group.create.name = Name\: +group.create.name = الاسم\: group.create.name.min_length = Group Chat Name must be at least 3 characters long group.invite.title = Create Group Chat "%s" -group.invite.create = Create -group.invite.friends.all = All Friends (%s) +group.invite.create = إنشاء +group.invite.friends.all = جميع الأصدقاء (%s) group.invite.friends.invited = Invited Friends (%s) announcement.short_desc = Announcements announcement.new = %s new Announcement(s)\! -chat.send = Send +chat.send = إرسال chat.chats = الدردشات -chat.friends = Friends -chat.view_more = View More... +chat.friends = الأصدقاء +chat.view_more = عرض المزيد... chat.no_conversations = No Conversations\! chat.status.pending = Pending chat.status.sent = Sent From defa640f03e53a03b2a00217af466b57d271e1b5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 13 Sep 2020 16:26:48 +0200 Subject: [PATCH 248/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index af7e672..0b8812b 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -79,10 +79,10 @@ conn.groups.remove.self = Fjernet %s fra Gruppe Chat\! conn.groups.remove.other = Du har blitt fjernet fra Gruppe %s\! conn.groups.leave = Forlot fra Gruppe Chat\! conn.groups.new_owner = %s transferred his Ownership to you\! -conn.groups.delete.self = Group Chat %s deleted\! -conn.groups.delete.other = %s deleted Group %s\! -conn.groups.change_name = Successfully changed the name of your Group\! -conn.groups.transfered_ownership = Successfully transfered Ownership\! +conn.groups.delete.self = Gruppe Chatten %s er slettet\! +conn.groups.delete.other = %s slettet Gruppe %s\! +conn.groups.change_name = Endret navnet på gruppen din\! +conn.groups.transfered_ownership = Overføringen av eierskap er gjennomført\! conn.groups.promoted = Successfully promoted %s\! conn.groups.promoted_by = You have been promoted by %s\! conn.groups.demoted = Successfully demoted %s\! From 61941928b975eab9fd6ed6c1a5961d3f935d72dd Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 13 Sep 2020 16:37:32 +0200 Subject: [PATCH 249/382] New translations language_en_US.properties (Norwegian) --- resources/lang/44/language_no_NO.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_no_NO.properties b/resources/lang/44/language_no_NO.properties index 0b8812b..5609db3 100644 --- a/resources/lang/44/language_no_NO.properties +++ b/resources/lang/44/language_no_NO.properties @@ -83,7 +83,7 @@ conn.groups.delete.self = Gruppe Chatten %s er slettet\! conn.groups.delete.other = %s slettet Gruppe %s\! conn.groups.change_name = Endret navnet på gruppen din\! conn.groups.transfered_ownership = Overføringen av eierskap er gjennomført\! -conn.groups.promoted = Successfully promoted %s\! +conn.groups.promoted = Promotert %s\! conn.groups.promoted_by = You have been promoted by %s\! conn.groups.demoted = Successfully demoted %s\! conn.groups.demoted_by = You have been demoted by %s\! From 60cc7fc0214dc04cc1f42477cef25e42bce84ae1 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 18 Sep 2020 02:24:35 +0200 Subject: [PATCH 250/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 5804707..1d34bae 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -477,12 +477,12 @@ server.hypixel.stats.walls3.deaths_spider = Spindel Dödsfall server.hypixel.stats.walls3.final_kills_spider = Spider Slutliga Dödade server.hypixel.stats.walls3.wins_spider = Spindel Vinster server.hypixel.stats.walls3.losses_spider = Spindel Förluster -server.hypixel.stats.walls3.kills_zombie = Zombie Kills +server.hypixel.stats.walls3.kills_zombie = Antalet Dödade Zombier server.hypixel.stats.walls3.deaths_zombie = Zombie Dödsfall server.hypixel.stats.walls3.final_kills_zombie = Zombie Final Kills server.hypixel.stats.walls3.wins_zombie = Zombie Vinster server.hypixel.stats.walls3.losses_zombie = Zombie Förluster -server.hypixel.stats.arcade.coins = Coins +server.hypixel.stats.arcade.coins = Mynt server.hypixel.stats.arcade.kills_dayone = Dayone Dödade server.hypixel.stats.arcade.wins_dayone = Dayone Vinster server.hypixel.stats.arcade.headshots_dayone = Dayone Huvudskott @@ -510,12 +510,12 @@ server.hypixel.stats.arena.kills_1v1 = 1v1 Dödade server.hypixel.stats.arena.deaths_1v1 = 1v1 Dödsfall server.hypixel.stats.arena.wins_1v1 = 1v1 Vinster server.hypixel.stats.arena.losses_1v1 = 1v1 Förluster -server.hypixel.stats.arena.damage_1v1 = 1v1 Damage +server.hypixel.stats.arena.damage_1v1 = 1v1 Skada server.hypixel.stats.arena.kills_2v2 = 2v2 Dödade server.hypixel.stats.arena.deaths_2v2 = 2v2 Dödsfall server.hypixel.stats.arena.wins_2v2 = 2v2 Vinster server.hypixel.stats.arena.losses_2v2 = 2v2 Förluster -server.hypixel.stats.arena.damage_2v2 = 2v2 Damage +server.hypixel.stats.arena.damage_2v2 = 2v2 Skada server.hypixel.stats.arena.kills_4v4 = 4v4 Dödade server.hypixel.stats.arena.deaths_4v4 = 4v4 Dödsfall server.hypixel.stats.arena.wins_4v4 = 4v4 Vinster @@ -535,7 +535,7 @@ server.hypixel.stats.uhc.coins = Mynt server.hypixel.stats.uhc.kills = Dödade server.hypixel.stats.uhc.deaths = Dödsfall server.hypixel.stats.uhc.wins = Vinster -server.hypixel.stats.uhc.score = Score +server.hypixel.stats.uhc.score = Poäng server.hypixel.stats.uhc.heads_eaten = Huvuden ätna server.hypixel.stats.battleground.coins = Mynt server.hypixel.stats.battleground.chosen_class = Vald klass @@ -606,12 +606,12 @@ chat_filter.help = Använd detta filter för att ignorera specifika meddelanden chat_filter.add = Lägg till meddelande chat_filter.edit = Ändra meddelande chat_filter.delete = Ta bort meddelande -chat_filter.message.enabled = Chat filter has been enabled. -chat_filter.message.disabled = Chat filter has been disabled. Press %s to enable it again. +chat_filter.message.enabled = Chattfilter har aktiverats. +chat_filter.message.disabled = Chattfilter har inaktiverats. Tryck på %s för att aktivera det igen. chat_filter.edit.title = Redigera Chattmeddelande chat_filter.edit.name = Name\: chat_filter.edit.chat_message = Chattmeddelande\: -chat_filter.edit.except = Exceptions\: +chat_filter.edit.except = Undantag\: chat_filter.edit.servers = Servers\: chat_filter.edit.auto_text = Automatisk Text\: chat_filter.edit.auto_text_cancel = Auto Text Abort Message\: @@ -625,7 +625,7 @@ chat_filter.edit.action.notify = Notera när du blir AFK chat_filter.edit.action.auto_text = Automatisk Text chat_filter.edit.action.play_sound = Play Sound chat_filter.edit.use_regex = Använd Regex (avancerat\!)\: -chat_filter.edit.help.title = Help... +chat_filter.edit.help.title = Hjälp... chat_filter.edit.help = Du kan använda "*" för att ignorera en del av Strängen eller "?" för att ignorera en enkel bokstav. För att gå ur ett Wildcard använd "".\n om du skriver,T.ex "Tracking *", så gör den match "Spåra 5zig", men också, separetat med ett comma från varandra. text_replacement.title = Text Genvägar @@ -649,7 +649,7 @@ text_macros.edit.macro = Knappkombination\: text_macros.edit.macro.press = Tryck in din knapp kombination text_macros.edit.macro.listening = Inväntar knapptryck text_macros.edit.macro.stop = Klicka för att stoppa -text_macros.edit.macro.auto_send = Auto Send +text_macros.edit.macro.auto_send = Skicka automatiskt text_macros.help = Skickar automatiskt ut ett meddelande efter att ha tryckt in vald knappkombination. name_history.title = Användarnamns historik @@ -663,9 +663,9 @@ name_history.profile.not_found = Profilen hittades inte\! join_texts.title = Join Auto-Texts join_texts.help = Automatically send chat messages after joining a server. -join_texts.add = Add Text -join_texts.edit = Edit Text -join_texts.delete = Delete Text +join_texts.add = Lägg till text +join_texts.edit = Redigera text +join_texts.delete = Ta bort text join_texts.edit.title = Edit Join Text join_texts.edit.message = Join Text join_texts.edit.server = Server @@ -680,7 +680,7 @@ modules.list.title = Modul modules.add = Lägg till en ny Modul... modules.settings = Inställningar... modules.enable = Enable -modules.disable = Disable +modules.disable = Inaktivera modules.move_up = Flytta upp modules.move_down = Flytta ner modules.preview = Förhandsvisa From 8c21e90febf86f64d01209ba3f1dbfa65a3ffaed Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 19 Sep 2020 15:06:58 +0200 Subject: [PATCH 251/382] New translations language_en_US.properties (Czech) --- resources/lang/44/language_cs_CZ.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_cs_CZ.properties b/resources/lang/44/language_cs_CZ.properties index 4fbf96d..fc98b13 100644 --- a/resources/lang/44/language_cs_CZ.properties +++ b/resources/lang/44/language_cs_CZ.properties @@ -1790,4 +1790,4 @@ modules.item.text = Simple Text modules.item.text.value = Text modules.item.text.value.desc = The text to display -config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file +config.profile_settings.reward_tags = Zobrazit Rank Tagy \ No newline at end of file From dd46541b507aa452f798939b1b98d6de717dab3c Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 19 Sep 2020 15:16:14 +0200 Subject: [PATCH 252/382] New translations language_en_US.properties (Czech) --- resources/lang/44/language_cs_CZ.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/44/language_cs_CZ.properties b/resources/lang/44/language_cs_CZ.properties index fc98b13..b469100 100644 --- a/resources/lang/44/language_cs_CZ.properties +++ b/resources/lang/44/language_cs_CZ.properties @@ -1781,13 +1781,13 @@ modules.item.command.scrolling = Práh Točení Kolečkem modules.item.command.refresh = Obnovovací Frekvence (s) modules.item.command.command = Příkaz -config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color +config.formatting.rgb_main = Vlastní hlavní barva +config.formatting.rgb_prefix = Vlastní barva Prefixu -ingame.command_output = Command +ingame.command_output = Příkaz ingame.text = Text -modules.item.text = Simple Text +modules.item.text = Jednoduchý text modules.item.text.value = Text -modules.item.text.value.desc = The text to display +modules.item.text.value.desc = Text k zobrazení config.profile_settings.reward_tags = Zobrazit Rank Tagy \ No newline at end of file From c06047f1c96fd7beb4149478ebd4daaaa75c13f2 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 25 Sep 2020 21:39:28 +0200 Subject: [PATCH 253/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index c6d2000..b9cd349 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -29,7 +29,7 @@ gui.search = Buscar file_selector.open = Abrir file_selector.select = Elegir -input.title = Input +input.title = Entrada mojang.service.status = Estado de los Servers de Mojang mojang.service.minecraft_website = Minecraft.net @@ -118,7 +118,7 @@ conn.party.invited = Has invitado %s jugadores a la Party\! conn.party.accepted = Has aceptado entrar en la Party\! conn.party.denied = Has denegado entrar en la Party\! conn.party.left = Has salido correctamente de la Party\! -conn.party.invite_error = Could not invite Party members\! +conn.party.invite_error = ¡No se pudo invitar miembros de la party\! conn.cape.upload.failed = No se pudo cargar la capa\: %s conn.cape.upload.max_size = El tamaño de la imagen no puede ser más grande que %s\! @@ -142,7 +142,7 @@ config.main.show_mod = Mostrar Mod config.main.show_mod.desc = Muestra el mod y lo que hayas configurado del mod. config.main.scale = Escalado config.main.scale.desc = Porcentaje de escalado del mod en tu pantalla. -config.main.report_crashes = Auto-Report Crashes +config.main.report_crashes = Reportar Fallos Automáticamente config.main.report_crashes.desc = Reporta automaticamente el problema por el que se te crasheo. config.main.display = Opciones visuales... config.main.display.desc = Cambiar colores y demas para personalizar el mod. @@ -176,11 +176,11 @@ config.main.discord = Rich Presence de Discord config.reset = Se ha reseteado la configuracion\! -update.1 = A new version of the 5zig mod is available\! -update.2 = Get it from 5zigreborn.eu/downloads\! +update.1 = ¡Una nueva versión de 5zig está disponible\! +update.2 = ¡Bájala en 5zigreborn.eu/downloads\! config.display.title = Opciones de anuncio -config.display.formatting = Formatting Options... +config.display.formatting = Opciones de Formato... config.display.formatting.desc = Change the colors of all ingame stats and modify some formatting settings. config.formatting.title = Formatting Options config.formatting.formatting_prefix = Formato del prefijo From 25b272840fc1a375b9d86d457f858bb4e11dcb02 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 25 Sep 2020 21:39:30 +0200 Subject: [PATCH 254/382] New translations en_US.lang (Spanish) --- resources/assets/the5zigmod/lang/es_ES.lang | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/assets/the5zigmod/lang/es_ES.lang b/resources/assets/the5zigmod/lang/es_ES.lang index 882db07..a163c6b 100644 --- a/resources/assets/the5zigmod/lang/es_ES.lang +++ b/resources/assets/the5zigmod/lang/es_ES.lang @@ -1,12 +1,12 @@ -the5zigmod.key.toggle_mod=Alternar mod -the5zigmod.key.toggle_chat=Alternar chat -the5zigmod.key.coordinates_clipboard=Coord Clipboard +the5zigmod.key.toggle_mod=Activar/Desactivar Mod +the5zigmod.key.toggle_chat=Mostrar/Ocultar Chat +the5zigmod.key.coordinates_clipboard=Portapapeles de Coordenadas the5zigmod.key.raid_calculator=MCPVP Raid Calculator the5zigmod.key.hypixel_stats=Estadísticas de Hypixel the5zigmod.key.zoom=Aumentar the5zigmod.key.timer.start=Timer Toggle Start the5zigmod.key.timer.reset=Timer Reset the5zigmod.key.teamspeak=TeamSpeak -the5zigmod.key.username_history=Historial de nombre de usuario -the5zigmod.key.toggle_chat_filter=Alternar filtro de chat +the5zigmod.key.username_history=Historial de Nombre de Usuario +the5zigmod.key.toggle_chat_filter=Alternar Filtro de Chat the5zigmod.key.change_account=Cambiar cuenta \ No newline at end of file From 4a3254f69c4acec29c84c05615dcc747e381e65d Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 2 Oct 2020 18:18:16 +0200 Subject: [PATCH 255/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 69c62ba..31abf1b 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1778,7 +1778,7 @@ modules.item.command = Saída de comando modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Limiar de rolagem -modules.item.command.refresh = Refresh Rate (s) +modules.item.command.refresh = Taxa de atualização modules.item.command.command = Comando config.formatting.rgb_main = Cor principal personalizada From a2be7e8621839c8fc9bae26f921453923e612684 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 4 Oct 2020 14:56:33 +0200 Subject: [PATCH 256/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 31abf1b..360fe17 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -17,7 +17,7 @@ # # suppress inspection "UnusedProperty" for whole file -author = Diego R. +author = mine.ly/Pragmata gui.back = Voltar gui.continue = Continuar @@ -51,7 +51,7 @@ connection.disconnected = Desconectado\: %s connection.connecting = Conectando... connection.logging_in = Entrando... connection.connected = Conectado\! -connection.online = Online +connection.online = On-line connection.offline = Offline connection.away = Ausente connection.bad_login = Falha ao entrar @@ -389,7 +389,7 @@ server.hypixel.stats.info = %s Stats server.hypixel.stats.none = None server.hypixel.stats.general.displayname = Displayname server.hypixel.stats.general.package_rank = Rank -server.hypixel.stats.general.network_exp = Exp. +server.hypixel.stats.general.network_exp = XP server.hypixel.stats.general.network_level = Level server.hypixel.stats.general.karma = Karma server.hypixel.stats.general.vanity_tokens = Vanity Tokens @@ -679,7 +679,7 @@ modules.reset.title = Deseja mesmo restaurar a interface para seus valores padr modules.list.title = Módulos modules.add = Adicionar novo módulo... modules.settings = Configurações... -modules.enable = Ativar +modules.enable = Sim modules.disable = Desativar modules.move_up = Acima modules.move_down = Abaixo @@ -1688,8 +1688,8 @@ ingame.loot_spawned = Novos itens gerados no centro do mapa\! ingame.afk = Ausente ingame.current_minigame = Minijogo ingame.next_minigame = Próximo minijogo -ingame.coins = Coins -ingame.medal = Medal +ingame.coins = Moedas +ingame.medal = Medalha ingame.parkour = Parkour ingame.checkpoint = Ponto de controle ingame.last_checkpoint = Último ponto de controle @@ -1699,7 +1699,7 @@ ingame.speed = Velocidade ingame.battery = Bateria ingame.memory = Memória ingame.first_player = Primeiro -ingame.place = Place +ingame.place = Local ingame.remaining_fields = Fields ingame.first_to = Primeiro a ingame.score = Pontuação From ae601bc68529db2250d69ddc24e00819e93c61c1 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 4 Oct 2020 15:07:27 +0200 Subject: [PATCH 257/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 42 ++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 360fe17..32f06fd 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -52,9 +52,9 @@ connection.connecting = Conectando... connection.logging_in = Entrando... connection.connected = Conectado\! connection.online = On-line -connection.offline = Offline +connection.offline = Off-line connection.away = Ausente -connection.bad_login = Falha ao entrar +connection.bad_login = Falha ao iniciar sessão connection.timed_out = Tempo limite conn.user.not_exists = Não foi possível encontrar %s\! @@ -138,7 +138,7 @@ config.list.entries = %s entradas config.list.category = Categoria config.main.title = Opções -config.main.show_mod = Exibir módulos +config.main.show_mod = Mostrar módulos config.main.show_mod.desc = Mostrar ou ocultar todas as estatísticas na tela do jogo. config.main.scale = Escala config.main.scale.desc = Alterar a escala dos módulos na tela do jogo. @@ -273,7 +273,7 @@ config.keyboard_settings.show_led_damage_flash = Show Damage Flash config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. config.chat_time_prefix.title = Prefixo da hora no chat -config.chat_time_prefix.chat_time_prefix_enabled = Ativado +config.chat_time_prefix.chat_time_prefix_enabled = Sim config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. config.chat_time_prefix.chat_time_prefix_color = Cor config.chat_time_prefix.chat_time_prefix_color.desc = Especifique a cor da hora. @@ -301,7 +301,7 @@ config.server.join_text = Textos auto. de entrada... config.server.join_text.desc = Envie mensagens automaticamente ao entrar num servidor. config.server_general.title = Opções gerais de servidor -config.server_general.show_server_stats = Exibir estatísticas +config.server_general.show_server_stats = Mostrar estatísticas config.server_general.show_server_stats.desc = Specify whether the stats of the currently connected server should be shown. (Works only on supported servers) config.server_general.show_i_p = Mostrar IP config.server_general.show_i_p.desc = Especificar a exibição do IP do servidor atual. @@ -653,7 +653,7 @@ text_macros.edit.macro.auto_send = Envio automático text_macros.help = Automatically send chat messages after pressing a predefined key combination. name_history.title = Histórico de nomes -name_history.search = Pesquisar... +name_history.search = Buscar... name_history.searching = Pesquisando... name_history.suggestions = Sugestões name_history.profile.title = Resultado da busca do histórico de nomes @@ -680,7 +680,7 @@ modules.list.title = Módulos modules.add = Adicionar novo módulo... modules.settings = Configurações... modules.enable = Sim -modules.disable = Desativar +modules.disable = Não modules.move_up = Acima modules.move_down = Abaixo modules.preview = Pré-visualizar @@ -715,7 +715,7 @@ modules.settings.name.change = Digite um novo nome para esse módulo. modules.settings.translation = Chave de tradução modules.settings.translation.change = Insira uma nova chave de tradução para o título desse módulo. modules.settings.items = Itens (%s)... -modules.settings.show_label = Exibir título +modules.settings.show_label = Mostrar título modules.settings.label.color = Cor do rótulo modules.settings.server = Servidor modules.settings.render = Formato @@ -748,7 +748,7 @@ modules.category.server_simplehg = SimpleHG modules.category.system = Sistema modules.category.other = Outros -modules.item.dummy = (Teste) +modules.item.dummy = (teste) modules.item.fps = FPS modules.item.fps.desc = Exibe o número de quadros renderizados por segundo. modules.item.fps.precise_f_p_s = Taxa de quadros exata @@ -775,7 +775,7 @@ modules.item.chunk_coordinates.coord_style = Estilo modules.item.chunk_coordinates.coord_style.desc = Mude o formato das coordenadas exibidas no jogo. modules.item.chunk_coordinates.below_other = Abaixo modules.item.chunk_coordinates.side_by_side = Lado a lado -modules.item.chunk_coordinates.chunk_style = Exibir +modules.item.chunk_coordinates.chunk_style = Mostrar modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. modules.item.chunk_coordinates.relative = Relativa modules.item.chunk_coordinates.chunk = Apenas chunks @@ -881,7 +881,7 @@ modules.item.custom_server = Servidor personalizado modules.item.custom_server.desc = Exibe as estatísticas enviadas para você com a API oficial. modules.item.entity_health = Saúde de entidade modules.item.entity_health.desc = Displays the health of the entity your cross hair is currently aiming at. -modules.item.main_hand = Mão dominante +modules.item.main_hand = Mão principal modules.item.main_hand.desc = Exibe o item de sua mão dominante. modules.item.main_hand.attributes = Exibir atributos modules.item.main_hand.attributes.desc = Displays the damage attribute value of your held item. @@ -963,7 +963,7 @@ modules.item.kills = Kills modules.item.kills.desc = Displays your kills for the current game mode you are playing. modules.item.killstreak = Killstreak modules.item.killstreak.desc = Displays your killstreak for the current game mode you are playing. -modules.item.deaths = Deaths +modules.item.deaths = Mortes modules.item.deaths.desc = Displays your deaths for the current game mode you are playing. modules.item.win_message = Mensagem de vitória modules.item.win_message.desc = Displays the winner of the current game mode you are playing. @@ -1268,7 +1268,7 @@ friend.profile.delete = Desfazer amizade friend.profile.block = Bloquear amigo friend.profile.favorite = Favoritar friend.profile.unfavorite = Desfavoritar -friend.profile.last_seen = Visto pela última vez +friend.profile.last_seen = Última vez visto friend.profile.last_seen.second = segundo friend.profile.last_seen.seconds = segundos friend.profile.last_seen.minute = minuto @@ -1449,7 +1449,7 @@ profile.message = Bio profile.edit = [Editar] config.profile_settings.title = Opções do perfil -config.profile_settings.connect_to_server = Conecte-se +config.profile_settings.connect_to_server = Fique on-line config.profile_settings.connect_to_server.desc = Toggle whether the mod should connect itself the the chat server of the mod on startup. config.profile_settings.show_connecting = Mostrar aviso de entrada config.profile_settings.show_connecting.desc = Toggle whether the mod should display connect messages in the top right corner. @@ -1543,8 +1543,8 @@ stats.lag = Latência do servidor\: %s%% stats.connected_players = Jogadores conectados\: %s/%s plugin_manager.title = Gerenciador de Plugins -plugin_manager.enable = Ativar -plugin_manager.disable = Desativar +plugin_manager.enable = Sim +plugin_manager.disable = Não plugin_manager.reload = Recarregar plugin_manager.plugin_folder = Pasta de plugins plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. @@ -1552,7 +1552,7 @@ plugin_manager.update = Atualização automática credits.title = Créditos credits.reborn = Desenvolvedores do Reborn -credits.developer = Desenvolvedores +credits.developer = Desenvolvedor credits.special_thanks = Um agradecimento especial a credits.translators = Tradutores credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! @@ -1599,7 +1599,7 @@ armor.title = HUD da armadura ctf.title = Estatísticas do CTF hg.title = Your HG Stats potion_effects.title = Efeitos de Poções Ativas -weather.title = Clima +weather.title = Tempo weather.loading = Carregando... weather.city = Cidade weather.condition = Condição @@ -1630,8 +1630,8 @@ ingame.killstreak.triple = Triple Kill\! ingame.killstreak.quadruple = Quadruple\! ingame.killstreak.multi = Multi Kill\! ingame.winstreak = Winstreak -ingame.deaths = Deaths -ingame.scores = Scores +ingame.deaths = Mortes +ingame.scores = Pontuação ingame.kit = Kit ingame.kit.none = Nenhum ingame.team = Equipe @@ -1700,7 +1700,7 @@ ingame.battery = Bateria ingame.memory = Memória ingame.first_player = Primeiro ingame.place = Local -ingame.remaining_fields = Fields +ingame.remaining_fields = Campos ingame.first_to = Primeiro a ingame.score = Pontuação ingame.timer = Cronômetro From 8243114bb3835a5bb99235f8f68ee2e89e8a6462 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 4 Oct 2020 15:27:41 +0200 Subject: [PATCH 258/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 84 ++++++++++----------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 32f06fd..8693cf9 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -49,7 +49,7 @@ connection.internal_error = Erro interno connection.error = Falha de conexão connection.disconnected = Desconectado\: %s connection.connecting = Conectando... -connection.logging_in = Entrando... +connection.logging_in = Iniciando sessão... connection.connected = Conectado\! connection.online = On-line connection.offline = Off-line @@ -170,7 +170,7 @@ config.main.friend_list.desc = Adicione amigos e converse com eles, não importa config.main.reset_config = Redefinir tudo... config.main.reset_config.desc = Redefinir todas as configurações do mod. Seus amigos e conversas serão mantidas. config.main.reset.title = Deseja mesmo redefinir as configurações? -config.main.plugins = Plugins (%s) +config.main.plugins = Plug-ins (%s) config.main.credits = Créditos... config.main.discord = Discord Presence @@ -207,9 +207,9 @@ config.display.zoom_factor = Zoom config.display.zoom_factor.desc = Definir a potência do zoom ao pressionar a tecla de zoom do mod. config.display.crosshair_distance = Distância da mira config.display.crosshair_distance.desc = Definir a distância máxima a ser calculada entre o jogador e o bloco em sua mira. -config.display.hud = Visor... +config.display.hud = HUD... config.display.hud.desc = Mudar a aparência do visor e barra. -config.hud.title = Visor +config.hud.title = HUD config.hud.show_vanilla_potion_indicator = Indicador de poções config.hud.show_vanilla_potion_indicator.desc = Mostrar ou ocultar o indicador de poções integrado (adicionado no Minecraft 1.9). config.hud.show_potion_indicator = Indicador de poções @@ -263,7 +263,7 @@ config.keyboard_settings.active_led_keys = Teclas LED ativas config.keyboard_settings.active_led_keys.desc = Especifique o grupo de teclas LED ativo. config.keyboard_settings.all = Todas config.keyboard_settings.special = Só WASD -config.keyboard_settings.show_led_health = Exibir saúde +config.keyboard_settings.show_led_health = Mostrar saúde config.keyboard_settings.show_led_health.desc = Toggles whether the current health of the player should be displayed in the function row of your keyboard. config.keyboard_settings.show_led_armor = Mostrar armadura config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. @@ -329,7 +329,7 @@ config.server_general.mac_cmd_drop = Usar tecla Cmd config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! config.server_general.mojang_status = Status da Mojang config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. -config.server_general.allow_mod_plugin_requests = Permitir pedidos de plugins do mod +config.server_general.allow_mod_plugin_requests = Permitir pedidos de plug-ins do mod config.server_general.allow_mod_plugin_requests.desc = Specify whether Minecraft servers are allowed to send you mod plugin requests, which allow servers to display even more stats. config.server_general.confirm_disconnect = Confirmar desconexão config.server_general.confirm_disconnect.desc = When enabled, a confirmation gui will be displayed each time you want to disconnect from a server. @@ -615,7 +615,7 @@ chat_filter.edit.except = Exceções\: chat_filter.edit.servers = Servidores\: chat_filter.edit.auto_text = Texto automático\: chat_filter.edit.auto_text_cancel = Mensagem de canc. de texto auto.\: -chat_filter.edit.auto_text_delay = Atraso (ticks)\: +chat_filter.edit.auto_text_delay = Atraso (ciclos)\: chat_filter.edit.multiple_ips = Vários IPs de servidores podem ser separados com uma vírgula. chat_filter.edit.action = Ação\: chat_filter.edit.action.ignore = Ignorar @@ -654,7 +654,7 @@ text_macros.help = Automatically send chat messages after pressing a predefined name_history.title = Histórico de nomes name_history.search = Buscar... -name_history.searching = Pesquisando... +name_history.searching = Buscando... name_history.suggestions = Sugestões name_history.profile.title = Resultado da busca do histórico de nomes name_history.profile.history = Histórico de nomes\: @@ -759,7 +759,7 @@ modules.item.cps.type = Mostrar modules.item.cps.type.desc = Selecione que tipo de clique por segundo deseja ser exibido. modules.item.cps.left_click = Cliques esquerdos modules.item.cps.right_click = Cliques direitos -modules.item.cps.sum = Total de cliques +modules.item.cps.sum = Cliques (total) modules.item.cps.both = Ambos modules.item.afk_time = Tempo ausente modules.item.afk_time.desc = Displays the amount of time you haven't been moving your mouse or pressing a key on your keyboard. @@ -829,7 +829,7 @@ modules.item.time.style.desc = Define o formato da hora. modules.item.time.system = Padrão do sistema modules.item.time.hours_24 = Formato de 24 horas modules.item.time.hours_12 = Formato de 12 horas -modules.item.time.show_seconds = Exibir segundos +modules.item.time.show_seconds = Mostrar segundos modules.item.time.show_seconds.desc = Exibir ou não os segundos. modules.item.date = Data modules.item.date.desc = Displays your real date. The date will be formatted according to your system date format. @@ -850,7 +850,7 @@ modules.item.battery.plugged_in = Conectada modules.item.battery.un_plugged = Desconectado modules.item.spotify = Spotify modules.item.spotify.desc = Displays the current Track, Artist and Album cover of the Spotify Song you are currently listening to. -modules.item.spotify.show_spotify_always = Exibir sempre +modules.item.spotify.show_spotify_always = Mostrar sempre modules.item.spotify.show_spotify_always.desc = Specify, whether this box should be displayed always or only when Spotify is opened. modules.item.spotify.error.invalid_oauth_token = Token OAuth inválido modules.item.spotify.error.expired_oauth_token = Token OAuth expirado @@ -861,7 +861,7 @@ modules.item.spotify.error.unknown = Não foi possível conectar-se ao Spotify\! modules.item.spotify.ad = Anúncio modules.item.itunes = iTunes modules.item.itunes.desc = Displays the current Track, Artist and Album cover of the iTunes Song you are currently listening to. -modules.item.itunes.show_i_tunes_always = Exibir sempre +modules.item.itunes.show_i_tunes_always = Mostrar sempre modules.item.itunes.show_i_tunes_always.desc = Specify, whether this box should be displayed always or only when iTunes is opened. modules.item.iloveradio = ILoveRadio.de modules.item.iloveradio.desc = Displays the Track, Artist and Album cover of the currently playing song on ILoveRadio.de @@ -943,7 +943,7 @@ modules.item.boots.absolute = Absoluta modules.item.boots.total = Absoluta/Total modules.item.arrows = Flechas modules.item.arrows.desc = Exibe o número de flechas em seu inventário. -modules.item.arrows.show_always = Exibir sempre +modules.item.arrows.show_always = Mostrar sempre modules.item.arrows.show_always.desc = Specifies whether the arrow count should be displayed always or only whenever you hold a bow in your hand. modules.item.soups = Sopas modules.item.soups.desc = Exibe o número de sopas em seu inventário. @@ -967,7 +967,7 @@ modules.item.deaths = Mortes modules.item.deaths.desc = Displays your deaths for the current game mode you are playing. modules.item.win_message = Mensagem de vitória modules.item.win_message.desc = Displays the winner of the current game mode you are playing. -modules.item.online_friends = Amigos online +modules.item.online_friends = Amigos on-line modules.item.online_friends.desc = Exibe seus amigos on-line no servidor em que estão. modules.item.online_friends.length = Largura máxima modules.item.online_friends.length.desc = O número máximo de amigos em exibição. @@ -1142,14 +1142,14 @@ skype.not_running = Please make sure Skype is running and The 5zig Mod is allowe skype.no_permission = Acesse o Skype e permita a execução do "java.exe" teamspeak.not_connected = Não conectado\! -teamspeak.not_enabled = The TeamSpeak feature is currently not enabled\!\nPlease make sure that you enabled the ClientQuery-plugin in your TeamSpeak settings\! +teamspeak.not_enabled = The TeamSpeak feature is currently not enabled\!\nPlease make sure that you enabled the ClientQuery-plug-in in your TeamSpeak settings\! teamspeak.enable_button = Click here to activate it\! teamspeak.auth_key_required = TS Requires an Auth Key. Open GUI for more info\! teamspeak.auth.title = TeamSpeak Authentication teamspeak.auth.info = The 5zig Mod requires an authentication key if you want to use the TeamSpeak-feature. teamspeak.auth.invalid_key = Invalid authentication key\! -teamspeak.auth.steps.win = Open the settings menu of your TeamSpeak client under "Extras"->"Options". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plugin and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. -teamspeak.auth.steps.mac = Open the settings menu of your TeamSpeak client under "TeamSpeak 3"->"Settings". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plugin and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. +teamspeak.auth.steps.win = Open the settings menu of your TeamSpeak client under "Extras"->"Options". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plug-in and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. +teamspeak.auth.steps.mac = Open the settings menu of your TeamSpeak client under "TeamSpeak 3"->"Settings". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plug-in and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. teamspeak.overlay.poked = You have been poked by %s\! teamspeak.overlay.direct_message = You have been messaged by %s\! teamspeak.message.poked = "%s" has poked you\: %s @@ -1233,7 +1233,7 @@ teamspeak.create_channel.codec = Codec\: teamspeak.create_channel.codec_quality = Qualidade teamspeak.create_channel.order = Order After\: %s teamspeak.create_channel.needed_talk_power = Needed Talk Power\: -teamspeak.create_channel.max_clients = Máx. de clientes\: +teamspeak.create_channel.max_clients = Clientes (máximo)\: teamspeak.create_channel.order_bottom = Order At Bottom Position teamspeak.create_channel.select_order.title = Select Above Channel teamspeak.edit_server_groups.title = Edit Server Groups @@ -1267,7 +1267,7 @@ friend.profile = Perfil friend.profile.delete = Desfazer amizade friend.profile.block = Bloquear amigo friend.profile.favorite = Favoritar -friend.profile.unfavorite = Desfavoritar +friend.profile.unfavorite = Remover dos favoritos friend.profile.last_seen = Última vez visto friend.profile.last_seen.second = segundo friend.profile.last_seen.seconds = segundos @@ -1291,7 +1291,7 @@ friend.info.first_join_date = Primeira entrada\: %s friend.info.status = Status\: %s friend.info.server = Servidor\: %s friend.info.server.none = Nenhum -friend.info.last_seen = Visto pela última vez\: %s +friend.info.last_seen = Última vez visto em\: %s friend.info.profile_message = Bio\: friend.info.mod_version = Versão\: %s friend.info.country = País\: %s @@ -1378,9 +1378,9 @@ chat.file.download_failed = Falha ao baixar\! chat.file.download_denied = Download negado chat.file.downloading = Baixando... chat.file.request_sent = Pedido de download enviado\! -chat.file.upload_failed = Falha ao enviar\! -chat.file.upload_denied = Envio negado -chat.file.uploading = Enviando... +chat.file.upload_failed = Falha ao carregar\! +chat.file.upload_denied = Carregamento negado +chat.file.uploading = Carregando... chat.settings = Chat... config.chat_settings.title = Opções do chat @@ -1415,7 +1415,7 @@ party.invitations.accept = Aceitar party.invitations.deny = Negar party.invite_members.title = Convidar membros do grupo party.invite_members.invite = Convidar -party.invite_members.friends.online = Amigos online +party.invite_members.friends.online = Amigos on-line party.invite_members.friends.invited = Amigos convidados party.invitations.title = Convites de grupos party.manage_members = Gerenciar membros @@ -1439,7 +1439,7 @@ party.messages.switch_server.broadcast = O grupo entrou em %s party.messages.chat = Nova mensagem de chat em grupo de %s\! party.messages.deleted = Grupo excluído\! -profile.title = Perfil +profile.title = Seu perfil profile.id = ID do perfil profile.name = Nome profile.first_login_time = Primeira sessão @@ -1487,7 +1487,7 @@ cape.not_donator = Você precisa ser um doador para poder enviar uma capa. cape.not_custom = Seja um doador para poder enviar e personalizar sua própria capa\! cape.disable = Desativar capa cape.enable = Ativar capa -cape.upload = Enviar capa... +cape.upload = Carregar capa... cape.default = Enviar capa padrão... cape.upload.title = Enviar capa cape.upload.default.help = Clique numa capa para selecioná-la @@ -1533,7 +1533,7 @@ stats.packets_received = Pacotes recebidos stats.bytes_sent = Bytes enviados stats.bytes_received = Bytes recebidos stats.total = Total de estatísticas -stats.total_packets = Total de packets +stats.total_packets = Pacotes (total) stats.total_bytes = Total de bytes stats.since = Desde stats.server = Estatísticas do servidor @@ -1542,11 +1542,11 @@ stats.up_time = Tempo de atividade do servidor\: %s stats.lag = Latência do servidor\: %s%% stats.connected_players = Jogadores conectados\: %s/%s -plugin_manager.title = Gerenciador de Plugins +plugin_manager.title = Gerenciador de plug-ins plugin_manager.enable = Sim plugin_manager.disable = Não plugin_manager.reload = Recarregar -plugin_manager.plugin_folder = Pasta de plugins +plugin_manager.plugin_folder = Pasta de plug-ins plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. plugin_manager.update = Atualização automática @@ -1558,7 +1558,7 @@ credits.translators = Tradutores credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! credits.patrons = Apoiadores -blocked_users.title = Usuários bloqueados +blocked_users.title = Bloqueados blocked_users.none = Nenhum usuário bloqueado \:) blocked_users.unblock = Desbloquear usuário @@ -1583,7 +1583,7 @@ api.setting_disabled.armor_hud = o HUD da armadura ingame_chat.new_message = Nova mensagem\! -plugin_request.title = Pedido de download de plugin do mod\! +plugin_request.title = Pedido de download de plug-in do mod\! plugin_request.help = The server has made a request to download a plugin of the 5zig mod, which can be used to display additional stats from the server.\n§cPlease note that the content of any downloadable plugin is not approved by the mod author and may harm your computer. Download this plugin at your own risk and only if you really trust the server owner\! If you want to remove the downloaded plugin again delete "%s" and restart your game\! plugin_request.warning = Are you sure that you want to continue? This plugin may harm your computer\! The author of the 5zig mod is not responsible for any downloaded content\! plugin_request.download = Baixar @@ -1625,10 +1625,10 @@ ingame.pinging = Calculando latência... ingame.kills = Kills ingame.stats_kills = StatsKills ingame.killstreak = Killstreak -ingame.killstreak.double = Double Kill\! -ingame.killstreak.triple = Triple Kill\! +ingame.killstreak.double = Double-kill\! +ingame.killstreak.triple = Triple-kill\! ingame.killstreak.quadruple = Quadruple\! -ingame.killstreak.multi = Multi Kill\! +ingame.killstreak.multi = Multi-kill\! ingame.winstreak = Winstreak ingame.deaths = Mortes ingame.scores = Pontuação @@ -1656,10 +1656,10 @@ ingame.lobby = Lobby ingame.teams = Equipes ingame.teams.allowed = Sim ingame.teams.not_allowed = Não -ingame.deathmatch = Deathmatch +ingame.deathmatch = Mata-mata ingame.deathmatch_in = O Deathmatch começa em %s segundos\! ingame.beds = Camas destruídas -ingame.can_respawn = Pode ressurgir +ingame.can_respawn = Pode renascer ingame.can_respawn.true = Sim ingame.can_respawn.false = Não ingame.height = Altura @@ -1671,7 +1671,7 @@ ingame.ending_in = A partida acaba em %s segundos\! ingame.host = Host ingame.participants = Participantes ingame.best_of = Melhor de -ingame.qualification = Qualification +ingame.qualification = Qualificação ingame.qualification.rounds = Rodadas ingame.round = Rodada ingame.tournament = Tournament by %s @@ -1746,11 +1746,11 @@ gui.alert.server_disconnected = You are not connected to our server, thus you ca gui.alert.feature_unavailable = Esse recurso não está disponível no momento. plugin.conn.starting = Iniciando servidor... -plugin.conn.listening = Aguardando plugins... -plugin.conn.info = Deseja instalar esse plugin? -plugin.conn.download = Baixando plugin... +plugin.conn.listening = Aguardando plug-ins... +plugin.conn.info = Deseja instalar esse plug-in? +plugin.conn.download = Baixando plug-in... plugin.conn.downloaded = Instalação completa -plugin.conn.error.fs = Não foi possível criar o arquivo do plugin +plugin.conn.error.fs = Não foi possível criar o arquivo do plug-in update.beta.1 = Uma nova versão beta do 5zig Mod está disponível\! update.beta.2 = Baixe em 5zigreborn.eu/beta\! @@ -1767,7 +1767,7 @@ ingame.uptime = Tempo de atividade spotify.token_get = O token do Spotify foi salvo. -config.server_hypixel.hypixel_api_key = Chave API... +config.server_hypixel.hypixel_api_key = Chave da API... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Latência na lista de servidores config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. From ca82f041c713bfd9a27314287d86f1bb862d9284 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 4 Oct 2020 15:27:42 +0200 Subject: [PATCH 259/382] New translations en_US.lang (Portuguese, Brazilian) --- resources/assets/the5zigmod/lang/pt_BR.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/the5zigmod/lang/pt_BR.lang b/resources/assets/the5zigmod/lang/pt_BR.lang index 6e35bf7..b954bbe 100644 --- a/resources/assets/the5zigmod/lang/pt_BR.lang +++ b/resources/assets/the5zigmod/lang/pt_BR.lang @@ -1,4 +1,4 @@ -the5zigmod.key.toggle_mod=Ativar/desativar mod +the5zigmod.key.toggle_mod=Mostrar/ocultar mod the5zigmod.key.toggle_chat=Mostrar/ocultar chat the5zigmod.key.coordinates_clipboard=Módulo de Coordenadas the5zigmod.key.raid_calculator=MCPVP Raid Calculator From 3e5050177cfc5f5da7f732f99859e0092b619566 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 4 Oct 2020 15:37:17 +0200 Subject: [PATCH 260/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 8693cf9..a687c65 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -46,7 +46,7 @@ mojang.status.unavailable = está indisponível connection.closed = Conexão encerrada connection.internal_error = Erro interno -connection.error = Falha de conexão +connection.error = Erro de conexão connection.disconnected = Desconectado\: %s connection.connecting = Conectando... connection.logging_in = Iniciando sessão... @@ -126,7 +126,7 @@ conn.cape.upload.wrong_dimension = Dimensão inválida da capa\! conn.cape.upload.success = Capa enviada\! menu.no_last_server = Nenhum servidor -menu.the5zigMod = The 5zig Mod... +menu.the5zigMod = 5zig Reborn... menu.mcpvp = MCPVP config.default = Padrão @@ -241,11 +241,11 @@ config.display.transparent_chat_background = Fundo de chat transparente config.display.transparent_chat_background.desc = Toggles whether the chat background should be transparent. config.display.transparent_pause_menu = Pausa transparente config.display.transparent_pause_menu.desc = Toggles whether the ingame pause menu background should be transparent. -config.display.show_own_name_tag = Exibir própria etiqueta +config.display.show_own_name_tag = Mostrar própria etiqueta config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. config.display.highlight_words_color = Cor de realce das palavras config.display.highlight_words_color.desc = Mude a cor de realce em palavras-chave no chat. -config.display.ping_on_tab = Latência na Tab +config.display.ping_on_tab = Latência (jogadores) config.display.ping_on_tab.desc = Exibe a latência numérica em vez de barras. config.keyboard_settings.title = Config. do teclado LED @@ -883,7 +883,7 @@ modules.item.entity_health = Saúde de entidade modules.item.entity_health.desc = Displays the health of the entity your cross hair is currently aiming at. modules.item.main_hand = Mão principal modules.item.main_hand.desc = Exibe o item de sua mão dominante. -modules.item.main_hand.attributes = Exibir atributos +modules.item.main_hand.attributes = Mostrar atributos modules.item.main_hand.attributes.desc = Displays the damage attribute value of your held item. modules.item.main_hand.durability = Durabilidade modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. @@ -893,7 +893,7 @@ modules.item.main_hand.absolute = Absoluta modules.item.main_hand.total = Absoluta/Total modules.item.off_hand = Mão secundária modules.item.off_hand.desc = Exibe o item de sua mão secundária. -modules.item.off_hand.attributes = Exibir atributos +modules.item.off_hand.attributes = Mostrar atributos modules.item.off_hand.attributes.desc = Displays the damage attribute value of your held item. modules.item.off_hand.durability = Durabilidade modules.item.off_hand.durability.desc = Specify how the durability of your held item should be displayed. @@ -903,7 +903,7 @@ modules.item.off_hand.absolute = Absoluta modules.item.off_hand.total = Absoluta/Total modules.item.helmet = Capacete modules.item.helmet.desc = Exibe seu capacete. -modules.item.helmet.attributes = Exibir atributos +modules.item.helmet.attributes = Mostrar atributos modules.item.helmet.attributes.desc = Displays the armor attribute value of your helmet. modules.item.helmet.durability = Durabilidade modules.item.helmet.durability.desc = Specify how the durability of your helmet should be displayed. @@ -913,7 +913,7 @@ modules.item.helmet.absolute = Absoluta modules.item.helmet.total = Absoluta/Total modules.item.chestplate = Peitoral modules.item.chestplate.desc = Exibe seu peitoral -modules.item.chestplate.attributes = Exibir atributos +modules.item.chestplate.attributes = Mostrar atributos modules.item.chestplate.attributes.desc = Displays the armor attribute value of your chestplate. modules.item.chestplate.durability = Durabilidade modules.item.chestplate.durability.desc = Specify how the durability of your chestplate should be displayed. @@ -923,7 +923,7 @@ modules.item.chestplate.absolute = Absoluta modules.item.chestplate.total = Absoluta/Total modules.item.leggings = Calças modules.item.leggings.desc = Exibe suas calças. -modules.item.leggings.attributes = Exibir atributos +modules.item.leggings.attributes = Mostrar atributos modules.item.leggings.attributes.desc = Displays the armor attribute value of your leggings. modules.item.leggings.durability = Durabilidade modules.item.leggings.durability.desc = Specify how the durability of your leggings should be displayed. @@ -933,7 +933,7 @@ modules.item.leggings.absolute = Absoluta modules.item.leggings.total = Absoluta/Total modules.item.boots = Botas modules.item.boots.desc = Exibe suas botas. -modules.item.boots.attributes = Exibir atributos +modules.item.boots.attributes = Mostrar atributos modules.item.boots.attributes.desc = Displays the armor attribute value of your boots. modules.item.boots.durability = Durabilidade modules.item.boots.durability.desc = Especifique a exibição da durabilidade das botas. @@ -1153,7 +1153,7 @@ teamspeak.auth.steps.mac = Open the settings menu of your TeamSpeak client under teamspeak.overlay.poked = You have been poked by %s\! teamspeak.overlay.direct_message = You have been messaged by %s\! teamspeak.message.poked = "%s" has poked you\: %s -teamspeak.message.client = "%s" -> you\: %s +teamspeak.message.client = "%s" -> você\: %s teamspeak.message.channel = "%s" in "%s"\: %s teamspeak.message.server = "%s" on "%s"\: %s teamspeak.message.channel.joined = "%s" joined "%s"\! From 5bb9c9c3ac54bf184b7b646498079af3aa609cfd Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 4 Oct 2020 15:47:27 +0200 Subject: [PATCH 261/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 44 ++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index a687c65..fa23dd2 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -60,7 +60,7 @@ connection.timed_out = Tempo limite conn.user.not_exists = Não foi possível encontrar %s\! conn.user.not_friend = %s precisa ser seu amigo\! conn.user.not_friend_anymore = %s não é mais seu amigo\! -conn.user.offline = %s não está online\! +conn.user.offline = %s não está on-line\! conn.user.old_version = %s está usando uma versão antiga\! conn.unread_messages = %s novas mensagens não lidas\! @@ -269,7 +269,7 @@ config.keyboard_settings.show_led_armor = Mostrar armadura config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. config.keyboard_settings.show_led_potions = Mostrar poções config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard should light up in the color of your active potion effect. -config.keyboard_settings.show_led_damage_flash = Show Damage Flash +config.keyboard_settings.show_led_damage_flash = Mostrar flash de dano config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. config.chat_time_prefix.title = Prefixo da hora no chat @@ -311,7 +311,7 @@ config.server_general.show_large_start_countdown = Iniciar contagem config.server_general.show_large_start_countdown.desc = Specify whether a start countdown should be displayed. (Works only on supported game modes) config.server_general.show_invincibility_wears_off_time = Mostrar tempo de invencibilidade config.server_general.show_invincibility_wears_off_time.desc = Specify whether an invincibility timer should be displayed. (Works only on supported game modes) -config.server_general.show_large_deathmatch_countdown = Contagem para Deathmatch +config.server_general.show_large_deathmatch_countdown = Contagem para Mata-mata config.server_general.show_large_deathmatch_countdown.desc = Specify whether a deathmatch countdown should be displayed. (Works only on supported game modes) config.server_general.show_win_message = Exibir mensagem de vitória config.server_general.show_win_message.desc = Specify whether a win message should be displayed at the end of a game. (Works only on supported game modes) @@ -619,8 +619,8 @@ chat_filter.edit.auto_text_delay = Atraso (ciclos)\: chat_filter.edit.multiple_ips = Vários IPs de servidores podem ser separados com uma vírgula. chat_filter.edit.action = Ação\: chat_filter.edit.action.ignore = Ignorar -chat_filter.edit.action.2nd_chat = Exibir no chat secundário -chat_filter.edit.action.copy_2nd_chat = Copiar para chat secundário +chat_filter.edit.action.2nd_chat = Mostrar no chat secundário +chat_filter.edit.action.copy_2nd_chat = Copiar p/ chat secundário chat_filter.edit.action.notify = Notificar quando ausente chat_filter.edit.action.auto_text = Texto auto. chat_filter.edit.action.play_sound = Tocar som @@ -677,7 +677,7 @@ modules.help.display = In this screen you can change the whole appearance of the modules.reset = Redefinir tudo modules.reset.title = Deseja mesmo restaurar a interface para seus valores padrão? modules.list.title = Módulos -modules.add = Adicionar novo módulo... +modules.add = Novo módulo... modules.settings = Configurações... modules.enable = Sim modules.disable = Não @@ -902,7 +902,7 @@ modules.item.off_hand.relative = Relativa modules.item.off_hand.absolute = Absoluta modules.item.off_hand.total = Absoluta/Total modules.item.helmet = Capacete -modules.item.helmet.desc = Exibe seu capacete. +modules.item.helmet.desc = Mostra seu capacete. modules.item.helmet.attributes = Mostrar atributos modules.item.helmet.attributes.desc = Displays the armor attribute value of your helmet. modules.item.helmet.durability = Durabilidade @@ -922,7 +922,7 @@ modules.item.chestplate.relative = Relativa modules.item.chestplate.absolute = Absoluta modules.item.chestplate.total = Absoluta/Total modules.item.leggings = Calças -modules.item.leggings.desc = Exibe suas calças. +modules.item.leggings.desc = Mostra suas calças. modules.item.leggings.attributes = Mostrar atributos modules.item.leggings.attributes.desc = Displays the armor attribute value of your leggings. modules.item.leggings.durability = Durabilidade @@ -932,7 +932,7 @@ modules.item.leggings.relative = Relativa modules.item.leggings.absolute = Absoluta modules.item.leggings.total = Absoluta/Total modules.item.boots = Botas -modules.item.boots.desc = Exibe suas botas. +modules.item.boots.desc = Mostra suas botas. modules.item.boots.attributes = Mostrar atributos modules.item.boots.attributes.desc = Displays the armor attribute value of your boots. modules.item.boots.durability = Durabilidade @@ -971,7 +971,7 @@ modules.item.online_friends = Amigos on-line modules.item.online_friends.desc = Exibe seus amigos on-line no servidor em que estão. modules.item.online_friends.length = Largura máxima modules.item.online_friends.length.desc = O número máximo de amigos em exibição. -modules.item.online_friends.nobody = Sem amigos online\! +modules.item.online_friends.nobody = Nenhum amigo on-line\! modules.item.party_members = Membros do grupo modules.item.party_members.desc = Exibe os membros do seu grupo. modules.item.party_members.length = Largura máxima @@ -1154,8 +1154,8 @@ teamspeak.overlay.poked = You have been poked by %s\! teamspeak.overlay.direct_message = You have been messaged by %s\! teamspeak.message.poked = "%s" has poked you\: %s teamspeak.message.client = "%s" -> você\: %s -teamspeak.message.channel = "%s" in "%s"\: %s -teamspeak.message.server = "%s" on "%s"\: %s +teamspeak.message.channel = "%s" em "%s"\: %s +teamspeak.message.server = "%s" em "%s"\: %s teamspeak.message.channel.joined = "%s" joined "%s"\! teamspeak.message.channel.left = "%s" left "%s"\! teamspeak.poke_chat = Poke Chat @@ -1340,7 +1340,7 @@ chat.send = Enviar chat.chats = Chats chat.friends = Amigos chat.view_more = Ver mais... -chat.no_conversations = Sem conversas\! +chat.no_conversations = Nenhuma conversa\! chat.status.pending = Pendente chat.status.sent = Enviado chat.status.delivered = Entregue @@ -1388,7 +1388,7 @@ config.chat_settings.show_messages = Notificações de chat config.chat_settings.show_messages.desc = Toggle whether chat notifications should be displayed in the top right corner. config.chat_settings.show_group_messages = Notificações de chat em grupo config.chat_settings.show_group_messages.desc = Toggle whether group chat notifications should be displayed in the top right corner. -config.chat_settings.show_online_messages = Mostrar mensagens online +config.chat_settings.show_online_messages = Mostrar mensagens on-line config.chat_settings.show_online_messages.desc = Toggle whether online messages should be displayed in the top right corner. config.chat_settings.play_message_sounds = Tocar sons de mensagem config.chat_settings.play_message_sounds.desc = Toggle whether the mod should play sounds when sending or receiving a message. @@ -1432,8 +1432,8 @@ party.messages.member_joined.broadcast = %s entrou no grupo\! party.messages.member_left.overlay = %s saiu do grupo\! party.messages.member_left.broadcast = %s saiu do grupo\! party.messages.new_owner.broadcast = %s é o novo líder do grupo\! -party.messages.promoted.broadcast = %s foi promovido\! -party.messages.demoted.broadcast = %s foi rebaixado\! +party.messages.promoted.broadcast = %s foi promovido(a)\! +party.messages.demoted.broadcast = %s foi rebaixado(a)\! party.messages.switch_server.overlay = O grupo está entrando em %s party.messages.switch_server.broadcast = O grupo entrou em %s party.messages.chat = Nova mensagem de chat em grupo de %s\! @@ -1479,7 +1479,7 @@ profile.blocked_contacts = Ver contatos bloqueados... profile.show_statistics = Mostrar estatísticas... profile.enter_new_profile_message = Digite a nova mensagem de perfil profile.settings.view = Ver opções do perfil... -profile.settings.title = Config. do perfil +profile.settings.title = Opções do perfil cape.title = Opções da capa cape.not_connected = You must be connected to the 5zig Mod Server to manage your cape. @@ -1491,7 +1491,7 @@ cape.upload = Carregar capa... cape.default = Enviar capa padrão... cape.upload.title = Enviar capa cape.upload.default.help = Clique numa capa para selecioná-la -cape.upload.default.title = Enviar capa padrão +cape.upload.default.title = Carregar capa padrão cape.upload.max_size = A imagem não pode ser maior do que %s\! cape.upload.wrong_dimension = Tamanho de capa inválido\! cape.upload.uploading = Enviando capa... @@ -1532,7 +1532,7 @@ stats.packets_sent = Pacotes enviados stats.packets_received = Pacotes recebidos stats.bytes_sent = Bytes enviados stats.bytes_received = Bytes recebidos -stats.total = Total de estatísticas +stats.total = Estatísticas (total) stats.total_packets = Pacotes (total) stats.total_bytes = Total de bytes stats.since = Desde @@ -1553,7 +1553,7 @@ plugin_manager.update = Atualização automática credits.title = Créditos credits.reborn = Desenvolvedores do Reborn credits.developer = Desenvolvedor -credits.special_thanks = Um agradecimento especial a +credits.special_thanks = Agradecimentos a credits.translators = Tradutores credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! credits.patrons = Apoiadores @@ -1674,7 +1674,7 @@ ingame.best_of = Melhor de ingame.qualification = Qualificação ingame.qualification.rounds = Rodadas ingame.round = Rodada -ingame.tournament = Tournament by %s +ingame.tournament = Torneio por %s ingame.star = Estrela ingame.star_in = The Star will be released in %s seconds\! ingame.checkpoints = Pontos de controle @@ -1769,7 +1769,7 @@ spotify.token_get = O token do Spotify foi salvo. config.server_hypixel.hypixel_api_key = Chave da API... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Latência na lista de servidores +config.display.ping_on_serverlist = Latência (servidores) config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Editar prefixo... From 680abb6c86ae96d9c2400241cfac1edf2a6a3d6f Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 4 Oct 2020 15:56:46 +0200 Subject: [PATCH 262/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 64 ++++++++++----------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index fa23dd2..d6e1d65 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -68,7 +68,7 @@ conn.unread_messages = %s novas mensagens não lidas\! conn.groups.new = %s criou um chat em grupo\! conn.groups.create = Chat em grupo com %s jogadores criado\! conn.groups.add.self = Você adicionou %s ao seu grupo\! -conn.groups.add.other = Você foi adicionado ao grupo %s\! +conn.groups.add.other = Você foi adicionado(a) ao grupo %s\! conn.groups.add.already_member = %s já está em seu grupo\! conn.groups.unknown = Você não está nesse grupo\! conn.groups.not_owner = Apenas o líder pode fazer isso\! @@ -83,19 +83,19 @@ conn.groups.delete.self = Chat em grupo %s excluído\! conn.groups.delete.other = %s excluiu o grupo %s\! conn.groups.change_name = Nome do grupo alterado\! conn.groups.transfered_ownership = Liderança transferida\! -conn.groups.promoted = %s foi promovido\! -conn.groups.promoted_by = Você foi promovido por %s\! -conn.groups.demoted = %s foi rebaixado\! -conn.groups.demoted_by = Você foi rebaixado por %s\! - -conn.block.self = %s foi bloqueado\! -conn.block.other = Você foi bloqueado por %s\! -conn.block.not_blocked = %s não está bloqueado\! -conn.block.blocked = %s está bloqueado\! -conn.block.blocked.self = %s está bloqueado por você\! +conn.groups.promoted = %s foi promovido(a)\! +conn.groups.promoted_by = Você foi promovido(a) por %s\! +conn.groups.demoted = %s foi rebaixado(a)\! +conn.groups.demoted_by = Você foi rebaixado(a) por %s\! + +conn.block.self = %s foi bloqueado(a)\! +conn.block.other = Você foi bloqueado(a) por %s\! +conn.block.not_blocked = %s não está bloqueado(a)\! +conn.block.blocked = %s está bloqueado(a)\! +conn.block.blocked.self = %s está bloqueado(a) por você\! conn.block.blocked.other = Você foi bloqueado por esse jogador\! -conn.unblock.self = %s foi desbloqueado\! -conn.unblock.other = Você foi desbloqueado por %s\! +conn.unblock.self = %s foi desbloqueado(a)\! +conn.unblock.other = Você foi desbloqueado(a) por %s\! conn.friends.requests.add.new = Você recebeu um pedido de amizade de %s\! conn.friends.requests.add.sent = Enviou um pedido de amizade para %s\! @@ -120,10 +120,10 @@ conn.party.denied = Negou o convite do grupo\! conn.party.left = Saiu do grupo\! conn.party.invite_error = Falha ao convidar membros do grupo\! -conn.cape.upload.failed = Não foi possível enviar a capa\: %s +conn.cape.upload.failed = Não foi possível carregar a capa\: %s conn.cape.upload.max_size = O tamanho da imagem não pode ser maior do que %s\! conn.cape.upload.wrong_dimension = Dimensão inválida da capa\! -conn.cape.upload.success = Capa enviada\! +conn.cape.upload.success = Capa carregada\! menu.no_last_server = Nenhum servidor menu.the5zigMod = 5zig Reborn... @@ -280,7 +280,7 @@ config.chat_time_prefix.chat_time_prefix_color.desc = Especifique a cor da hora. config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets config.chat_time_prefix.chat_time_prefix_brackets_color = Cor do parêntese -config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specify the color of the brackets +config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Especifique a cor do colchete config.chat_time_prefix.chat_time_prefix_time_format = Formato config.chat_time_prefix.chat_time_prefix_time_format.desc = Especifique o formato de hora. @@ -636,7 +636,7 @@ text_replacement.edit.title = Editar atalho text_replacement.edit.message = Mensagem\: text_replacement.edit.replacement = Substituição\: text_replacement.edit.ignore_commands = Ignorar comandos\: %s -text_replacement.edit.replace_inside_words = Replace Inside Words\: %s +text_replacement.edit.replace_inside_words = Substituir em palavras\: %s text_replacement.help = Add shortcuts that get replaced by text upon sending a chat message. text_macros.title = Macros textuais @@ -770,7 +770,7 @@ modules.item.coordinates.coord_style.desc = Mude o formato das coordenadas exibi modules.item.coordinates.below_other = Abaixo modules.item.coordinates.side_by_side = Lado a lado modules.item.chunk_coordinates = Coordenadas de chunks -modules.item.chunk_coordinates.desc = Exibe suas coordenadas de chunks. +modules.item.chunk_coordinates.desc = Mostra suas coordenadas de chunks. modules.item.chunk_coordinates.coord_style = Estilo modules.item.chunk_coordinates.coord_style.desc = Mude o formato das coordenadas exibidas no jogo. modules.item.chunk_coordinates.below_other = Abaixo @@ -781,7 +781,7 @@ modules.item.chunk_coordinates.relative = Relativa modules.item.chunk_coordinates.chunk = Apenas chunks modules.item.chunk_coordinates.both = Relative and Chunk modules.item.death_coordinates = Posição da morte -modules.item.death_coordinates.desc = Exibe o local de sua última morte. +modules.item.death_coordinates.desc = Mostra o local de sua última morte. modules.item.death_coordinates.nether = Nether modules.item.death_coordinates.the_end = O End modules.item.direction = Direção @@ -800,7 +800,7 @@ modules.item.biome = Bioma modules.item.biome.desc = Exibe o bioma em que o jogador se encontra. modules.item.entities = Entidades modules.item.entities.desc = Displays the entity count of your direction and the total entity count of your world. -modules.item.target_block_coordinates = Coordenadas do bloco-alvo +modules.item.target_block_coordinates = Posição do bloco-alvo modules.item.target_block_coordinates.desc = Exibe as coordenadas do bloco em sua mira. modules.item.target_block_coordinates.coord_style = Estilo modules.item.target_block_coordinates.coord_style.desc = Mude o formato das coordenadas exibidas no jogo. @@ -879,10 +879,10 @@ modules.item.coordinates_clipboard = Módulo de Coordenadas modules.item.coordinates_clipboard.desc = Displays your saved coordinates of the coordinates clipboard, together with a small arrow indicating the location of your saved coordinates. modules.item.custom_server = Servidor personalizado modules.item.custom_server.desc = Exibe as estatísticas enviadas para você com a API oficial. -modules.item.entity_health = Saúde de entidade +modules.item.entity_health = Vida da entidade modules.item.entity_health.desc = Displays the health of the entity your cross hair is currently aiming at. modules.item.main_hand = Mão principal -modules.item.main_hand.desc = Exibe o item de sua mão dominante. +modules.item.main_hand.desc = Mostra o item de sua mão principal. modules.item.main_hand.attributes = Mostrar atributos modules.item.main_hand.attributes.desc = Displays the damage attribute value of your held item. modules.item.main_hand.durability = Durabilidade @@ -892,7 +892,7 @@ modules.item.main_hand.relative = Relativa modules.item.main_hand.absolute = Absoluta modules.item.main_hand.total = Absoluta/Total modules.item.off_hand = Mão secundária -modules.item.off_hand.desc = Exibe o item de sua mão secundária. +modules.item.off_hand.desc = Mostra o item de sua mão secundária. modules.item.off_hand.attributes = Mostrar atributos modules.item.off_hand.attributes.desc = Displays the damage attribute value of your held item. modules.item.off_hand.durability = Durabilidade @@ -912,7 +912,7 @@ modules.item.helmet.relative = Relativa modules.item.helmet.absolute = Absoluta modules.item.helmet.total = Absoluta/Total modules.item.chestplate = Peitoral -modules.item.chestplate.desc = Exibe seu peitoral +modules.item.chestplate.desc = Mostra seu peitoral modules.item.chestplate.attributes = Mostrar atributos modules.item.chestplate.attributes.desc = Displays the armor attribute value of your chestplate. modules.item.chestplate.durability = Durabilidade @@ -979,7 +979,7 @@ modules.item.party_members.length.desc = The maximum amount of party members tha modules.item.party_members.star = Leader Star modules.item.party_members.star.desc = Exibir ou não a estrela atrás do líder do grupo. modules.item.nickname = Apelido -modules.item.nickname.desc = Exibe seu apelido atual. +modules.item.nickname.desc = Mostra seu apelido atual. modules.item.combat_range = Alcance de combate modules.item.timolia_pvp_winstreak = PVP Winstreak modules.item.timolia_pvp_winstreak.desc = Displays the current winstreak in 1vs1 on the Timolia Network. @@ -1458,9 +1458,9 @@ config.profile_settings.afk_time.desc = Specify the time after that the mod shou config.profile_settings.afk_time.min = min. config.profile_settings.never = Nunca profile.now_afk = Você está ausente\! -profile.no_longer_afk = Você não está mais ausente\! +profile.no_longer_afk = Você voltou\! config.profile_settings.online_status = Status -config.profile_settings.online_status.desc = Especifique seu status online. +config.profile_settings.online_status.desc = Especifique seu status on-line. config.profile_settings.show_server = Mostrar seu servidor config.profile_settings.show_server.desc = Toggle whether you want others to see the server you are currently playing on.\nWhen turned off, you cannot see the current servers of all your friends as well. config.profile_settings.show_messages_read = Mostrar mensagens lidas @@ -1477,7 +1477,7 @@ profile.hidden = Oculto profile.blocked_contacts = Ver contatos bloqueados... profile.show_statistics = Mostrar estatísticas... -profile.enter_new_profile_message = Digite a nova mensagem de perfil +profile.enter_new_profile_message = Digite a nova bio profile.settings.view = Ver opções do perfil... profile.settings.title = Opções do perfil @@ -1488,13 +1488,13 @@ cape.not_custom = Seja um doador para poder enviar e personalizar sua própria c cape.disable = Desativar capa cape.enable = Ativar capa cape.upload = Carregar capa... -cape.default = Enviar capa padrão... +cape.default = Carregar capa padrão... cape.upload.title = Enviar capa cape.upload.default.help = Clique numa capa para selecioná-la cape.upload.default.title = Carregar capa padrão cape.upload.max_size = A imagem não pode ser maior do que %s\! cape.upload.wrong_dimension = Tamanho de capa inválido\! -cape.upload.uploading = Enviando capa... +cape.upload.uploading = Carregando capa... cape.forbidden = Você precisa ser um %s para usar essa capa\! mcpvp_servers.title = Select a MCPvP Server @@ -1571,7 +1571,7 @@ banned.title = Acesso ao 5zig Mod negado\! banned.help = Caso encontre um erro, entre em contato com info@5zigreborn.eu. banned.exiting = Saída automática da partida em %s. -server.reconnecting = Reconectando-se em %s... +server.reconnecting = Reconectando em %s... api.outdated_server = API do servidor desatualizada api.outdated_client = Cliente desatualizado @@ -1667,7 +1667,7 @@ ingame.opponent = Oponente ingame.opponent.games_total = Partidas do oponente ingame.opponent.games_won = Vitórias do oponente ingame.opponent.kill_death_ratio = KDR do oponente -ingame.ending_in = A partida acaba em %s segundos\! +ingame.ending_in = A partida acaba em %s\! ingame.host = Host ingame.participants = Participantes ingame.best_of = Melhor de From d1d2018f748320962c97af8b6e1a5ae3200a63f4 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 4 Oct 2020 16:05:45 +0200 Subject: [PATCH 263/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 88 ++++++++++----------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index d6e1d65..de37819 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -76,7 +76,7 @@ conn.groups.few_members = Nenhum membro encontrado\! conn.groups.max_members = Limite de membros atingido\! conn.groups.not_member = %s não está nesse grupo\! conn.groups.remove.self = %s removido do chat em grupo\! -conn.groups.remove.other = Você foi removido do grupo %s\! +conn.groups.remove.other = Você foi removido(a) do grupo %s\! conn.groups.leave = Saiu do chat em grupo\! conn.groups.new_owner = %s transferiu a liderança para você\! conn.groups.delete.self = Chat em grupo %s excluído\! @@ -93,7 +93,7 @@ conn.block.other = Você foi bloqueado(a) por %s\! conn.block.not_blocked = %s não está bloqueado(a)\! conn.block.blocked = %s está bloqueado(a)\! conn.block.blocked.self = %s está bloqueado(a) por você\! -conn.block.blocked.other = Você foi bloqueado por esse jogador\! +conn.block.blocked.other = Esse jogador bloqueou você\! conn.unblock.self = %s foi desbloqueado(a)\! conn.unblock.other = Você foi desbloqueado(a) por %s\! @@ -111,7 +111,7 @@ conn.friends.remove.self = Você desfez a amizade com %s\! conn.friends.remove.other = %s desfez a amizade com você\! conn.file_transfer.too_large = Arquivo grande demais\! -conn.file_transfer.not_accepted = O envio do arquivo ainda não foi aceito\! +conn.file_transfer.not_accepted = O carregamento do arquivo ainda não foi aceito\! conn.file_transfer.error = Houve um erro ao atualizar o arquivo\! conn.party.invited = %s jogadores convidados ao grupo\! @@ -176,7 +176,7 @@ config.main.discord = Discord Presence config.reset = Configurações redefinidas\! -update.1 = Uma nova versão do 5zig está disponível\! +update.1 = Nova versão do The 5zig Mod disponível\! update.2 = Baixe-a em 5zigreborn.eu/downloads\! config.display.title = Exibição @@ -208,7 +208,7 @@ config.display.zoom_factor.desc = Definir a potência do zoom ao pressionar a te config.display.crosshair_distance = Distância da mira config.display.crosshair_distance.desc = Definir a distância máxima a ser calculada entre o jogador e o bloco em sua mira. config.display.hud = HUD... -config.display.hud.desc = Mudar a aparência do visor e barra. +config.display.hud.desc = Mudar a aparência do HUD e barra. config.hud.title = HUD config.hud.show_vanilla_potion_indicator = Indicador de poções config.hud.show_vanilla_potion_indicator.desc = Mostrar ou ocultar o indicador de poções integrado (adicionado no Minecraft 1.9). @@ -246,7 +246,7 @@ config.display.show_own_name_tag.desc = Toggles whether your nametag should be r config.display.highlight_words_color = Cor de realce das palavras config.display.highlight_words_color.desc = Mude a cor de realce em palavras-chave no chat. config.display.ping_on_tab = Latência (jogadores) -config.display.ping_on_tab.desc = Exibe a latência numérica em vez de barras. +config.display.ping_on_tab.desc = Mostra a latência numérica em vez de barras. config.keyboard_settings.title = Config. do teclado LED config.keyboard_settings.control_keyboard = Teclas de controle LEDs @@ -260,7 +260,7 @@ config.keyboard_settings.reset_keys_on_unfocus.desc = Toggles whether the LEDs o config.keyboard_settings.background_led_color = Cor LED config.keyboard_settings.background_led_color.desc = Specifies the color of your keyboard LED keys as hexadecimal number. config.keyboard_settings.active_led_keys = Teclas LED ativas -config.keyboard_settings.active_led_keys.desc = Especifique o grupo de teclas LED ativo. +config.keyboard_settings.active_led_keys.desc = Personalize o grupo de teclas LED ativo. config.keyboard_settings.all = Todas config.keyboard_settings.special = Só WASD config.keyboard_settings.show_led_health = Mostrar saúde @@ -276,13 +276,13 @@ config.chat_time_prefix.title = Prefixo da hora no chat config.chat_time_prefix.chat_time_prefix_enabled = Sim config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. config.chat_time_prefix.chat_time_prefix_color = Cor -config.chat_time_prefix.chat_time_prefix_color.desc = Especifique a cor da hora. +config.chat_time_prefix.chat_time_prefix_color.desc = Personalize a cor da hora. config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting -config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets +config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Personalize o formato do colchete config.chat_time_prefix.chat_time_prefix_brackets_color = Cor do parêntese -config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Especifique a cor do colchete +config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Personalize a cor do colchete config.chat_time_prefix.chat_time_prefix_time_format = Formato -config.chat_time_prefix.chat_time_prefix_time_format.desc = Especifique o formato de hora. +config.chat_time_prefix.chat_time_prefix_time_format.desc = Personalize o formato de hora. config.server.title = Opções do servidor config.server.general = Geral... @@ -304,7 +304,7 @@ config.server_general.title = Opções gerais de servidor config.server_general.show_server_stats = Mostrar estatísticas config.server_general.show_server_stats.desc = Specify whether the stats of the currently connected server should be shown. (Works only on supported servers) config.server_general.show_i_p = Mostrar IP -config.server_general.show_i_p.desc = Especificar a exibição do IP do servidor atual. +config.server_general.show_i_p.desc = Personalizar a exibição do IP do servidor atual. config.server_general.show_players = Número de jogadores config.server_general.show_players.desc = Specify whether the amount of online players on your server should be displayed. config.server_general.show_large_start_countdown = Iniciar contagem @@ -709,7 +709,7 @@ modules.settings.default = Padrão modules.settings.custom = Personalizado modules.settings.id = ID modules.settings.id.change = Digite um ID único para esse módulo. -modules.settings.id.already_used = Essa ID já está em uso em outro módulo +modules.settings.id.already_used = Esse ID já está em uso em outro módulo modules.settings.name = Nome modules.settings.name.change = Digite um novo nome para esse módulo. modules.settings.translation = Chave de tradução @@ -750,7 +750,7 @@ modules.category.other = Outros modules.item.dummy = (teste) modules.item.fps = FPS -modules.item.fps.desc = Exibe o número de quadros renderizados por segundo. +modules.item.fps.desc = Mostra o número de quadros renderizados por segundo. modules.item.fps.precise_f_p_s = Taxa de quadros exata modules.item.fps.precise_f_p_s.desc = Specifies whether a more precise FPS-Counter (Frame-per-second-counter) should be enabled. This counter will update the current FPS every 50 ms) modules.item.cps = CPS @@ -764,7 +764,7 @@ modules.item.cps.both = Ambos modules.item.afk_time = Tempo ausente modules.item.afk_time.desc = Displays the amount of time you haven't been moving your mouse or pressing a key on your keyboard. modules.item.coordinates = Coordenadas -modules.item.coordinates.desc = Exibe as coordenadas de sua posição. +modules.item.coordinates.desc = Mostra as coordenadas de sua posição. modules.item.coordinates.coord_style = Estilo modules.item.coordinates.coord_style.desc = Mude o formato das coordenadas exibidas no jogo. modules.item.coordinates.below_other = Abaixo @@ -785,7 +785,7 @@ modules.item.death_coordinates.desc = Mostra o local de sua última morte. modules.item.death_coordinates.nether = Nether modules.item.death_coordinates.the_end = O End modules.item.direction = Direção -modules.item.direction.desc = Exibe a direção em que o jogador olha. +modules.item.direction.desc = Mostra a direção em que o jogador olha. modules.item.direction.direction_style = Direção modules.item.direction.direction_style.desc = Changes how the direction of the player should be displayed. modules.item.direction.number = Número @@ -795,13 +795,13 @@ modules.item.direction.degree = Grau modules.item.direction.show_direction_towards = Mostrar direção modules.item.direction.show_direction_towards.desc = Toggles whether it should be displayed, in what x- and z-direction the player is looking. modules.item.pitch = Inclinação -modules.item.pitch.desc = Exibe a inclinação em graus do jogador. +modules.item.pitch.desc = Mostra a inclinação em graus do jogador. modules.item.biome = Bioma -modules.item.biome.desc = Exibe o bioma em que o jogador se encontra. +modules.item.biome.desc = Saiba em que bioma você se encontra. modules.item.entities = Entidades modules.item.entities.desc = Displays the entity count of your direction and the total entity count of your world. modules.item.target_block_coordinates = Posição do bloco-alvo -modules.item.target_block_coordinates.desc = Exibe as coordenadas do bloco em sua mira. +modules.item.target_block_coordinates.desc = Mostra as coordenadas do bloco em sua mira. modules.item.target_block_coordinates.coord_style = Estilo modules.item.target_block_coordinates.coord_style.desc = Mude o formato das coordenadas exibidas no jogo. modules.item.target_block_coordinates.below_other = Abaixo @@ -813,15 +813,15 @@ modules.item.target_block_name.show_resource_domain.desc = Toggle whether the re modules.item.damage_resistance = Resistência ao dano modules.item.damage_resistance.desc = Saiba a quantidade de dano absorvida pela armadura e poções. modules.item.potions = Poções -modules.item.potions.desc = Exibe todos os efeitos de poções ativas. +modules.item.potions.desc = Mostra todos os efeitos de poções ativas. modules.item.potions.colored_potion_durability = Durabilidade colorida de poção modules.item.potions.colored_potion_durability.desc = Toggles whether the durability of the active potion effects should be rendered in different colors according to their current durability. modules.item.light_level = Nível de luz -modules.item.light_level.desc = Exibe o nível de luz atual em sua posição. +modules.item.light_level.desc = Mostra o nível de luz atual em sua posição. modules.item.light_level.light_level_percentage = Mostrar porcentagem modules.item.light_level.light_level_percentage.desc = Toggles whether the light level should be displayed as percentage (where 100% is the max light level) or as a value between 0 and 15. modules.item.speed = Velocidade -modules.item.speed.desc = Exibe sua velocidade atual em metros por segundo. +modules.item.speed.desc = Mostra sua velocidade atual em metros por segundo. modules.item.time = Hora modules.item.time.desc = Displays your real time. The time will be formatted according to your system time format. modules.item.time.style = Estilo @@ -830,7 +830,7 @@ modules.item.time.system = Padrão do sistema modules.item.time.hours_24 = Formato de 24 horas modules.item.time.hours_12 = Formato de 12 horas modules.item.time.show_seconds = Mostrar segundos -modules.item.time.show_seconds.desc = Exibir ou não os segundos. +modules.item.time.show_seconds.desc = Mostrar ou não os segundos. modules.item.date = Data modules.item.date.desc = Displays your real date. The date will be formatted according to your system date format. modules.item.timer = Cronômetro @@ -936,17 +936,17 @@ modules.item.boots.desc = Mostra suas botas. modules.item.boots.attributes = Mostrar atributos modules.item.boots.attributes.desc = Displays the armor attribute value of your boots. modules.item.boots.durability = Durabilidade -modules.item.boots.durability.desc = Especifique a exibição da durabilidade das botas. +modules.item.boots.durability.desc = Personalize a exibição da durabilidade das botas. modules.item.boots.disabled = Não modules.item.boots.relative = Relativa modules.item.boots.absolute = Absoluta modules.item.boots.total = Absoluta/Total modules.item.arrows = Flechas -modules.item.arrows.desc = Exibe o número de flechas em seu inventário. +modules.item.arrows.desc = Mostra o número de flechas em seu inventário. modules.item.arrows.show_always = Mostrar sempre modules.item.arrows.show_always.desc = Specifies whether the arrow count should be displayed always or only whenever you hold a bow in your hand. modules.item.soups = Sopas -modules.item.soups.desc = Exibe o número de sopas em seu inventário. +modules.item.soups.desc = Mostra o número de sopas em seu inventário. modules.item.ip = IP modules.item.ip.desc = Exibe o IP do servidor em que você está conectado. modules.item.players = Jogadores @@ -973,11 +973,11 @@ modules.item.online_friends.length = Largura máxima modules.item.online_friends.length.desc = O número máximo de amigos em exibição. modules.item.online_friends.nobody = Nenhum amigo on-line\! modules.item.party_members = Membros do grupo -modules.item.party_members.desc = Exibe os membros do seu grupo. +modules.item.party_members.desc = Mostra os membros de seu grupo. modules.item.party_members.length = Largura máxima modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. modules.item.party_members.star = Leader Star -modules.item.party_members.star.desc = Exibir ou não a estrela atrás do líder do grupo. +modules.item.party_members.star.desc = Mostrar ou não a estrela atrás do líder do grupo. modules.item.nickname = Apelido modules.item.nickname.desc = Mostra seu apelido atual. modules.item.combat_range = Alcance de combate @@ -1120,17 +1120,17 @@ config.server.2nd_chat = Chat secundário... config.server.2nd_chat.desc = Settings for a second chat. This chat is located in the right side of the ingame screen and can be used to display messages specified in the Chat Filter. config.2nd_chat.title = Chat secundário config.2nd_chat.2nd_chat_visible = Visível -config.2nd_chat.2nd_chat_visible.desc = Especifique a visibilidade do chat secundário. +config.2nd_chat.2nd_chat_visible.desc = Personalize a visibilidade do chat secundário. config.2nd_chat.2nd_chat_opacity = Opacidade -config.2nd_chat.2nd_chat_opacity.desc = Especifique a opacidade do chat secundário. +config.2nd_chat.2nd_chat_opacity.desc = Personalize a opacidade do chat secundário. config.2nd_chat.2nd_chat_scale = Escala -config.2nd_chat.2nd_chat_scale.desc = Especifique a escala do chat secundário. +config.2nd_chat.2nd_chat_scale.desc = Personalize a escala do chat secundário. config.2nd_chat.2nd_chat_height_focused = Altura em foco -config.2nd_chat.2nd_chat_height_focused.desc = Especifique a altura do chat secundário em primeiro plano. +config.2nd_chat.2nd_chat_height_focused.desc = Personalize a altura do chat secundário em primeiro plano. config.2nd_chat.2nd_chat_height_unfocused = Altura sem foco -config.2nd_chat.2nd_chat_height_unfocused.desc = Especifique a altura do chat secundário em segundo plano. +config.2nd_chat.2nd_chat_height_unfocused.desc = Personalize a altura do chat secundário em segundo plano. config.2nd_chat.2nd_chat_width = Largura -config.2nd_chat.2nd_chat_width.desc = Especifique a largura do chat secundário. +config.2nd_chat.2nd_chat_width.desc = Personalize a largura do chat secundário. config.2nd_chat.2nd_chat_text_leftbound = Texto à esquerda config.2nd_chat.2nd_chat_text_leftbound.desc = Specify whether the text of the second chat should be aligned in the left or the right side of the box. @@ -1395,7 +1395,7 @@ config.chat_settings.play_message_sounds.desc = Toggle whether the mod should pl config.chat_settings.show_tray_notifications = Mostrar notificações na bandeja config.chat_settings.show_tray_notifications.desc = Toggle whether the mod should show a system notification when you receive a chat message while the Minecraft window is unfocused. config.chat_settings.chat_background_type = Fundo -config.chat_settings.chat_background_type.desc = Especifique o estilo do fundo de chat. +config.chat_settings.chat_background_type.desc = Personalize o estilo do fundo de chat. config.chat_settings.default = Padrão config.chat_settings.transparent = Transparente config.chat_settings.image = Imagem @@ -1460,7 +1460,7 @@ config.profile_settings.never = Nunca profile.now_afk = Você está ausente\! profile.no_longer_afk = Você voltou\! config.profile_settings.online_status = Status -config.profile_settings.online_status.desc = Especifique seu status on-line. +config.profile_settings.online_status.desc = Personalize seu status on-line. config.profile_settings.show_server = Mostrar seu servidor config.profile_settings.show_server.desc = Toggle whether you want others to see the server you are currently playing on.\nWhen turned off, you cannot see the current servers of all your friends as well. config.profile_settings.show_messages_read = Mostrar mensagens lidas @@ -1483,7 +1483,7 @@ profile.settings.title = Opções do perfil cape.title = Opções da capa cape.not_connected = You must be connected to the 5zig Mod Server to manage your cape. -cape.not_donator = Você precisa ser um doador para poder enviar uma capa. +cape.not_donator = Você precisa ser um apoiador para poder carregar uma capa. cape.not_custom = Seja um doador para poder enviar e personalizar sua própria capa\! cape.disable = Desativar capa cape.enable = Ativar capa @@ -1522,9 +1522,9 @@ coordinate_clipboard.description = Help\: In this screen you can quickly save so coordinate_clipboard.previous = Anterior coordinate_clipboard.next = Próximo coordinate_clipboard.number = Módulo de Coordenadas %s/%s -coordinate_clipboard.shortcut.cur_pos = Pressione ESPAÇO para inserir sua posição atual. -coordinate_clipboard.shortcut.delete = Pressione DELETE para excluir as coordenadas atuais. -coordinate_clipboard.shortcut.death = Pressione CTRL+D para inserir a posição de sua morte. +coordinate_clipboard.shortcut.cur_pos = Pressione Espaço para inserir sua posição atual. +coordinate_clipboard.shortcut.delete = Pressione Delete para excluir as coordenadas atuais. +coordinate_clipboard.shortcut.death = Pressione Ctrl+D para inserir a posição de sua morte. stats.title = Estatísticas da rede stats.current = Estatísticas atuais @@ -1640,7 +1640,7 @@ ingame.steals = Steals ingame.captures = Capturas ingame.recovers = Retomadas ingame.flag = Bandeira -ingame.invincibility_wears_off = A invencibilidade acaba em %s segundos\! +ingame.invincibility_wears_off = A invencibilidade acaba em %s\! ingame.no_longer_invincible = Você não é mais invisível\! ingame.time = Hora ingame.date = Data @@ -1657,7 +1657,7 @@ ingame.teams = Equipes ingame.teams.allowed = Sim ingame.teams.not_allowed = Não ingame.deathmatch = Mata-mata -ingame.deathmatch_in = O Deathmatch começa em %s segundos\! +ingame.deathmatch_in = O Mata-mata começa em %s\! ingame.beds = Camas destruídas ingame.can_respawn = Pode renascer ingame.can_respawn.true = Sim @@ -1676,7 +1676,7 @@ ingame.qualification.rounds = Rodadas ingame.round = Rodada ingame.tournament = Torneio por %s ingame.star = Estrela -ingame.star_in = The Star will be released in %s seconds\! +ingame.star_in = A Estrela será liberada em %s\! ingame.checkpoints = Pontos de controle ingame.fails = Fails ingame.lives = Vidas @@ -1719,7 +1719,7 @@ account_manager.create = Insira a senha para criptografar o banco de contas. account_manager.enter_password = Insira a senha do banco de contas. account_manager.edit = Adicionar/editar conta account_manager.username = Nome de usuário/e-mail -account_manager.password = Senha (deixe em branco para contas offline) +account_manager.password = Senha (deixe em branco para contas off-line) account_manager.type.legacy = Off-line account_manager.type.mojang = Verificado account_manager.add_btn = Adicionar... From ad80f585251bbaa1bccaa9b52e80655a51e94ba1 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 4 Oct 2020 16:19:27 +0200 Subject: [PATCH 264/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index de37819..7ee7e57 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -196,7 +196,7 @@ config.formatting.formatting_brackets.desc = O formato do colchete de um item. config.formatting.color_brackets = Cor do colchete config.formatting.color_brackets.desc = A cor do colchete de um item. config.formatting.number_precision = Exat. numérica -config.formatting.number_precision.desc = Definir a precisão numérica de estatísticas. +config.formatting.number_precision.desc = Personalize a precisão numérica de estatísticas. config.display.digits = dígito(s) config.display.max_overlays = Sobreposições config.display.max_overlays.desc = Definir o número máximo de sobreposições exibidas. As sobreposições são mostradas quando, por exemplo, você recebe uma mensagem de chat de um amigo pelo mod. @@ -238,7 +238,7 @@ config.display.static_fov.desc = Toggle, if your FOV (field-of-view) should be c config.display.chat_time_prefix = Hora em mensagens de chat... config.display.chat_time_prefix.desc = Specify whether every chat message should have a prefix containing the current time. config.display.transparent_chat_background = Fundo de chat transparente -config.display.transparent_chat_background.desc = Toggles whether the chat background should be transparent. +config.display.transparent_chat_background.desc = Personalize a transparência de fundo do chat. config.display.transparent_pause_menu = Pausa transparente config.display.transparent_pause_menu.desc = Toggles whether the ingame pause menu background should be transparent. config.display.show_own_name_tag = Mostrar própria etiqueta @@ -754,9 +754,9 @@ modules.item.fps.desc = Mostra o número de quadros renderizados por segundo. modules.item.fps.precise_f_p_s = Taxa de quadros exata modules.item.fps.precise_f_p_s.desc = Specifies whether a more precise FPS-Counter (Frame-per-second-counter) should be enabled. This counter will update the current FPS every 50 ms) modules.item.cps = CPS -modules.item.cps.desc = Displays how many times you are clicking your mouse per second. +modules.item.cps.desc = Mostra a quantidade de vezes por segundo em que você clicou com o mouse. modules.item.cps.type = Mostrar -modules.item.cps.type.desc = Selecione que tipo de clique por segundo deseja ser exibido. +modules.item.cps.type.desc = Selecione que tipo de clique por segundo deseja ver. modules.item.cps.left_click = Cliques esquerdos modules.item.cps.right_click = Cliques direitos modules.item.cps.sum = Cliques (total) @@ -787,7 +787,7 @@ modules.item.death_coordinates.the_end = O End modules.item.direction = Direção modules.item.direction.desc = Mostra a direção em que o jogador olha. modules.item.direction.direction_style = Direção -modules.item.direction.direction_style.desc = Changes how the direction of the player should be displayed. +modules.item.direction.direction_style.desc = Muda a exibição da direção do jogador. modules.item.direction.number = Número modules.item.direction.string = Cardeal modules.item.direction.both = Ambas @@ -878,7 +878,7 @@ modules.item.teamspeak.more = ...e mais %s modules.item.coordinates_clipboard = Módulo de Coordenadas modules.item.coordinates_clipboard.desc = Displays your saved coordinates of the coordinates clipboard, together with a small arrow indicating the location of your saved coordinates. modules.item.custom_server = Servidor personalizado -modules.item.custom_server.desc = Exibe as estatísticas enviadas para você com a API oficial. +modules.item.custom_server.desc = Mostra as estatísticas enviadas para você com a API oficial. modules.item.entity_health = Vida da entidade modules.item.entity_health.desc = Displays the health of the entity your cross hair is currently aiming at. modules.item.main_hand = Mão principal @@ -906,7 +906,7 @@ modules.item.helmet.desc = Mostra seu capacete. modules.item.helmet.attributes = Mostrar atributos modules.item.helmet.attributes.desc = Displays the armor attribute value of your helmet. modules.item.helmet.durability = Durabilidade -modules.item.helmet.durability.desc = Specify how the durability of your helmet should be displayed. +modules.item.helmet.durability.desc = Personalize a exibição da durabilidade do capacete. modules.item.helmet.disabled = Não modules.item.helmet.relative = Relativa modules.item.helmet.absolute = Absoluta @@ -948,11 +948,11 @@ modules.item.arrows.show_always.desc = Specifies whether the arrow count should modules.item.soups = Sopas modules.item.soups.desc = Mostra o número de sopas em seu inventário. modules.item.ip = IP -modules.item.ip.desc = Exibe o IP do servidor em que você está conectado. +modules.item.ip.desc = Mostra o IP do servidor em que você está conectado. modules.item.players = Jogadores modules.item.players.desc = Displays the player count of the server you are currently connected to. modules.item.ping = Latência -modules.item.ping.desc = Displays the ping of the server you are currently connected to. +modules.item.ping.desc = Mostra a latência do servidor em que você se encontra. modules.item.lobby = Lobby modules.item.lobby.desc = Displays the lobby name of the server you are currently connected to. modules.item.countdown = Contagem @@ -966,7 +966,7 @@ modules.item.killstreak.desc = Displays your killstreak for the current game mod modules.item.deaths = Mortes modules.item.deaths.desc = Displays your deaths for the current game mode you are playing. modules.item.win_message = Mensagem de vitória -modules.item.win_message.desc = Displays the winner of the current game mode you are playing. +modules.item.win_message.desc = Mostra o vencedor da partida atual. modules.item.online_friends = Amigos on-line modules.item.online_friends.desc = Exibe seus amigos on-line no servidor em que estão. modules.item.online_friends.length = Largura máxima @@ -975,7 +975,7 @@ modules.item.online_friends.nobody = Nenhum amigo on-line\! modules.item.party_members = Membros do grupo modules.item.party_members.desc = Mostra os membros de seu grupo. modules.item.party_members.length = Largura máxima -modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. +modules.item.party_members.length.desc = A exibição do máximo de jogadores do grupo. modules.item.party_members.star = Leader Star modules.item.party_members.star.desc = Mostrar ou não a estrela atrás do líder do grupo. modules.item.nickname = Apelido @@ -1484,7 +1484,7 @@ profile.settings.title = Opções do perfil cape.title = Opções da capa cape.not_connected = You must be connected to the 5zig Mod Server to manage your cape. cape.not_donator = Você precisa ser um apoiador para poder carregar uma capa. -cape.not_custom = Seja um doador para poder enviar e personalizar sua própria capa\! +cape.not_custom = Seja um apoiador para poder carregar e personalizar sua própria capa\! cape.disable = Desativar capa cape.enable = Ativar capa cape.upload = Carregar capa... @@ -1788,6 +1788,6 @@ ingame.command_output = Comando ingame.text = Texto modules.item.text = Texto simples modules.item.text.value = Texto -modules.item.text.value.desc = Texto exibido +modules.item.text.value.desc = Texto mostrado config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From f07a7ec83e9fa8255303f84764f5a50cd6cf4b03 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 22 Oct 2020 14:15:04 +0200 Subject: [PATCH 265/382] New translations en_US.lang (Swedish) --- resources/assets/the5zigmod/lang/sv_SE.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/the5zigmod/lang/sv_SE.lang b/resources/assets/the5zigmod/lang/sv_SE.lang index 3dbb67a..f48b3e2 100644 --- a/resources/assets/the5zigmod/lang/sv_SE.lang +++ b/resources/assets/the5zigmod/lang/sv_SE.lang @@ -1,7 +1,7 @@ the5zigmod.key.toggle_mod=Växla På/Av Mod the5zigmod.key.toggle_chat=Växla Chat På/Av the5zigmod.key.coordinates_clipboard=Koordinaternas urklipp -the5zigmod.key.raid_calculator=MCPVP Rädkalkylator +the5zigmod.key.raid_calculator=MCPVP Räd kalkylator the5zigmod.key.hypixel_stats=Hypixel Statistik the5zigmod.key.zoom=Zooma In the5zigmod.key.timer.start=Växla Timer På/Av From 6aa0a3eaa30afddabd2a6d339ebe22bc0b40e558 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 26 Oct 2020 14:58:30 +0100 Subject: [PATCH 266/382] New translations language_en_US.properties (German) --- resources/lang/44/language_de_DE.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_de_DE.properties b/resources/lang/44/language_de_DE.properties index a817e08..3838609 100644 --- a/resources/lang/44/language_de_DE.properties +++ b/resources/lang/44/language_de_DE.properties @@ -1790,4 +1790,4 @@ modules.item.text = Einfacher Text modules.item.text.value = Text modules.item.text.value.desc = Der anzuzeigende Text -config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file +config.profile_settings.reward_tags = Rang-Tags anzeigen \ No newline at end of file From 66f2034f2ec03be324e21a4d64a4771af9e8f768 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 2 Nov 2020 01:56:13 +0100 Subject: [PATCH 267/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 4003037..a14864b 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1762,12 +1762,12 @@ modules.item.direction.count_angle_north.desc = コンパスのように動き modules.item.uptime = 稼働時間 modules.item.uptime.extended = エクステンド -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +modules.item.uptime.extended.desc = 拡張名で時間を表示します。(時間、秒) +ingame.uptime = ゲームの稼働時間 spotify.token_get = Your Spotify token was saved successfully. -config.server_hypixel.hypixel_api_key = API Key... +config.server_hypixel.hypixel_api_key = APIキー config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = サーバーリストへのPing config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. From d0ec861e92b35ed21e4f330b061a20e2ef086ada Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 2 Nov 2020 02:07:30 +0100 Subject: [PATCH 268/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index a14864b..863c7a8 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1765,7 +1765,7 @@ modules.item.uptime.extended = エクステンド modules.item.uptime.extended.desc = 拡張名で時間を表示します。(時間、秒) ingame.uptime = ゲームの稼働時間 -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = Spotifyトークンは保存されました。 config.server_hypixel.hypixel_api_key = APIキー config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. From c4f1c050eda0693a5ebdcd82060eb95e1d5fdb11 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 2 Nov 2020 02:16:19 +0100 Subject: [PATCH 269/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 863c7a8..0c8b44c 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1767,7 +1767,7 @@ ingame.uptime = ゲームの稼働時間 spotify.token_get = Spotifyトークンは保存されました。 -config.server_hypixel.hypixel_api_key = APIキー +config.server_hypixel.hypixel_api_key = APIキー... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = サーバーリストへのPing config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. @@ -1778,7 +1778,7 @@ modules.item.command = Command Output modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) +modules.item.command.refresh = リフレッシュレート modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color From 1229eace38996a37c4ced3e773e239e5ecd8023a Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 2 Nov 2020 02:36:31 +0100 Subject: [PATCH 270/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 0c8b44c..fd8216c 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1772,7 +1772,7 @@ config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this accoun config.display.ping_on_serverlist = サーバーリストへのPing config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. -modules.label = Edit Prefix... +modules.label = プレフィックスを編集... modules.label.input = Enter the new prefix for this item. modules.item.command = Command Output modules.item.command.regex = Regex From ac373430bd3ce633431bcaba77e124bb430e27d8 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 2 Nov 2020 07:47:09 +0100 Subject: [PATCH 271/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index fd8216c..0a4f29b 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1768,14 +1768,14 @@ ingame.uptime = ゲームの稼働時間 spotify.token_get = Spotifyトークンは保存されました。 config.server_hypixel.hypixel_api_key = APIキー... -config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. +config.server_hypixel.hypixel_api_key.desc = このアカウントの Hypixel API キー。 config.display.ping_on_serverlist = サーバーリストへのPing config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = プレフィックスを編集... modules.label.input = Enter the new prefix for this item. modules.item.command = Command Output -modules.item.command.regex = Regex +modules.item.command.regex = 正規表現 modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = リフレッシュレート From 4155d09f644b3fb5611a27734f6095a5019f74d0 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 2 Nov 2020 07:56:45 +0100 Subject: [PATCH 272/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 0a4f29b..f8cd7f6 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1785,7 +1785,7 @@ config.formatting.rgb_main = Custom Main Color config.formatting.rgb_prefix = Custom Prefix Color ingame.command_output = Command -ingame.text = Text +ingame.text = テキスト modules.item.text = Simple Text modules.item.text.value = Text modules.item.text.value.desc = The text to display From d5f40ee5fade72abccf65a6bb85c18e4ad27e3e8 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 2 Nov 2020 08:28:47 +0100 Subject: [PATCH 273/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index f8cd7f6..43fda6e 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1786,7 +1786,7 @@ config.formatting.rgb_prefix = Custom Prefix Color ingame.command_output = Command ingame.text = テキスト -modules.item.text = Simple Text +modules.item.text = プレーンテキスト modules.item.text.value = Text modules.item.text.value.desc = The text to display From 87a86df82e70db1e66bfe0db9f165c7ac317e90e Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 2 Nov 2020 08:38:22 +0100 Subject: [PATCH 274/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 43fda6e..9ac5cdc 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1787,7 +1787,7 @@ config.formatting.rgb_prefix = Custom Prefix Color ingame.command_output = Command ingame.text = テキスト modules.item.text = プレーンテキスト -modules.item.text.value = Text +modules.item.text.value = テキスト modules.item.text.value.desc = The text to display config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From cb9f14c146b3a55f8ae0db9acae5afcfd5453982 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 3 Nov 2020 00:21:37 +0100 Subject: [PATCH 275/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 9ac5cdc..59da892 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1779,12 +1779,12 @@ modules.item.command.regex = 正規表現 modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = リフレッシュレート -modules.item.command.command = Command +modules.item.command.command = コマンド config.formatting.rgb_main = Custom Main Color config.formatting.rgb_prefix = Custom Prefix Color -ingame.command_output = Command +ingame.command_output = コマンド ingame.text = テキスト modules.item.text = プレーンテキスト modules.item.text.value = テキスト From 27fa1b0c51b77d22cde333fde919c27f41fe12b6 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 3 Nov 2020 00:27:28 +0100 Subject: [PATCH 276/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 59da892..a057542 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1774,7 +1774,7 @@ config.display.ping_on_serverlist.desc = Show the numerical ping value instead o modules.label = プレフィックスを編集... modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.item.command = コマンドの出力 modules.item.command.regex = 正規表現 modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold From 8ea0d5835a2179bd5870f2df3b6c9401abe2336c Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 3 Nov 2020 16:16:33 +0100 Subject: [PATCH 277/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index a057542..8dc0252 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1790,4 +1790,4 @@ modules.item.text = プレーンテキスト modules.item.text.value = テキスト modules.item.text.value.desc = The text to display -config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file +config.profile_settings.reward_tags = ランクのタグを表示 \ No newline at end of file From def8deb127afef5cb00b5efa8405c578adb4cc81 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 4 Nov 2020 14:38:16 +0100 Subject: [PATCH 278/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 8dc0252..6b794af 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1777,7 +1777,7 @@ modules.label.input = Enter the new prefix for this item. modules.item.command = コマンドの出力 modules.item.command.regex = 正規表現 modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold +modules.item.command.scrolling = スクロールのしきい値 modules.item.command.refresh = リフレッシュレート modules.item.command.command = コマンド From 2373c652ab00e81ed9cd2ad9e0c660c9cfcce564 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 4 Nov 2020 15:03:48 +0100 Subject: [PATCH 279/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 6b794af..8d94f01 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1777,7 +1777,7 @@ modules.label.input = Enter the new prefix for this item. modules.item.command = コマンドの出力 modules.item.command.regex = 正規表現 modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = スクロールのしきい値 +modules.item.command.scrolling = スクロールの閾値 modules.item.command.refresh = リフレッシュレート modules.item.command.command = コマンド From ea9109c3fdd732cbaffa40a2a0d4453f16ba11dc Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 6 Nov 2020 14:19:29 +0100 Subject: [PATCH 280/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 8d94f01..3f3e35a 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -1781,8 +1781,8 @@ modules.item.command.scrolling = スクロールの閾値 modules.item.command.refresh = リフレッシュレート modules.item.command.command = コマンド -config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color +config.formatting.rgb_main = メインカラー +config.formatting.rgb_prefix = プレフィックスカラー ingame.command_output = コマンド ingame.text = テキスト From 8f8cbcd79d5c7855f68d8334b4d82511bc73bdde Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 19 Nov 2020 10:51:47 +0100 Subject: [PATCH 281/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 48 ++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 1d34bae..99af408 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1293,7 +1293,7 @@ friend.info.server = Server\: %s friend.info.server.none = Ingen friend.info.last_seen = Senast sedd\: %s friend.info.profile_message = Profilmeddelande\: -friend.info.mod_version = Mod Version\: %s +friend.info.mod_version = Modversion\: %s friend.info.country = Land\: %s friend.info.hidden = Gömd friend.online_message = %s Är nu %s. @@ -1686,7 +1686,7 @@ ingame.regeneration = Återgenerering ingame.now_spawn_regeneration = Du kan nu åter generera din tid i ditt spawn\! ingame.loot_spawned = Ny fångst har kommit i mitten av kartan\! ingame.afk = Borta -ingame.current_minigame = Minigame +ingame.current_minigame = Minispel ingame.next_minigame = Nästa Minigame ingame.coins = Mynt ingame.medal = Medalj @@ -1704,27 +1704,27 @@ ingame.remaining_fields = Fält ingame.first_to = Först till ingame.score = Poäng ingame.timer = Tidtagare -ingame.emeralds = Emeralds +ingame.emeralds = Smaragder ingame.death_coordinates = Döds Koordinater ingame.pitch = Höjdnivå -ingame.chunk = Chunk +ingame.chunk = Datablock ingame.damage_resistance = Resistans -ingame.nickname = Nick -ingame.reach = Range +ingame.nickname = Smeknamn +ingame.reach = Räckvidd error = Fel -account_manager.title = Accounts +account_manager.title = Konton account_manager.create = Enter a password to encrypt the accounts database. account_manager.enter_password = Enter the accounts database password. -account_manager.edit = Add/Edit account -account_manager.username = Username/E-mail -account_manager.password = Password (leave blank for offline accounts) -account_manager.type.legacy = Offline -account_manager.type.mojang = Verified -account_manager.add_btn = Add... -account_manager.remove = Remove -account_manager.edit_btn = Edit... +account_manager.edit = Lägg till/redigera konto +account_manager.username = Användarnamn/e-post +account_manager.password = Lösenord (lämna fältet tomt för frånkopplade konton) +account_manager.type.legacy = Frånkopplad +account_manager.type.mojang = Verifierad +account_manager.add_btn = Lägg till... +account_manager.remove = Ta bort +account_manager.edit_btn = Redigera... account_manager.change_password = Change Key spotify.token.set = Set @@ -1734,22 +1734,22 @@ config.spotify.refresh_token = Token config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. config.display.spotify = Spotify... -ingame.map = Map -ingame.mode = Mode +ingame.map = Karta +ingame.mode = Läge -modules.item.octc_map = Map -modules.item.octc_mode = Mode -modules.item.octc_team = Team +modules.item.octc_map = Karta +modules.item.octc_mode = Läge +modules.item.octc_team = Lag modules.category.server_occ = Server OCC gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. gui.alert.feature_unavailable = This feature isn't currently available. -plugin.conn.starting = Starting server... +plugin.conn.starting = Startar server... plugin.conn.listening = Waiting for plugins... plugin.conn.info = Do you want to install this plugin? plugin.conn.download = Downloading plugin... -plugin.conn.downloaded = Install complete +plugin.conn.downloaded = Installation slutförd plugin.conn.error.fs = Could not create plugin file update.beta.1 = A new beta version of the 5zig mod is available\! @@ -1779,12 +1779,12 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command +modules.item.command.command = Kommando config.formatting.rgb_main = Custom Main Color config.formatting.rgb_prefix = Custom Prefix Color -ingame.command_output = Command +ingame.command_output = Kommando ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text From d4f182673a5f505105e3d5434171b7e7ceed30c5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 19 Nov 2020 11:06:09 +0100 Subject: [PATCH 282/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 42 ++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 99af408..92811ab 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -680,7 +680,7 @@ modules.list.title = Modul modules.add = Lägg till en ny Modul... modules.settings = Inställningar... modules.enable = Enable -modules.disable = Inaktivera +modules.disable = AV modules.move_up = Flytta upp modules.move_down = Flytta ner modules.preview = Förhandsvisa @@ -885,9 +885,9 @@ modules.item.main_hand = Föremål din högra hand. modules.item.main_hand.desc = Visa info om föremålet i din högra hand. modules.item.main_hand.attributes = Visa Attribut modules.item.main_hand.attributes.desc = Visa skadans attributvärde av föremålet du håller i. -modules.item.main_hand.durability = Durability +modules.item.main_hand.durability = Hållbarhet modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. -modules.item.main_hand.disabled = Inaktiverad +modules.item.main_hand.disabled = AV modules.item.main_hand.relative = Relativ modules.item.main_hand.absolute = Absolut modules.item.main_hand.total = Absolut/Total @@ -897,7 +897,7 @@ modules.item.off_hand.attributes = Visa Attribut modules.item.off_hand.attributes.desc = Visa skadans attributvärde av föremålet du håller i. modules.item.off_hand.durability = Visa Varighet modules.item.off_hand.durability.desc = Visa varigheten i föremålet du håller i. -modules.item.off_hand.disabled = Disabled +modules.item.off_hand.disabled = AV modules.item.off_hand.relative = Relative modules.item.off_hand.absolute = Absolute modules.item.off_hand.total = Absolute/Total @@ -907,7 +907,7 @@ modules.item.helmet.attributes = Visa attribut modules.item.helmet.attributes.desc = Visa rustningens attributvärde på din hjälm. modules.item.helmet.durability = Visa varighet modules.item.helmet.durability.desc = Visar din varigheten på din hjälm. -modules.item.helmet.disabled = Disabled +modules.item.helmet.disabled = AV modules.item.helmet.relative = Relative modules.item.helmet.absolute = Absolut modules.item.helmet.total = Absolut/Totalt @@ -917,7 +917,7 @@ modules.item.chestplate.attributes = Visa attribut modules.item.chestplate.attributes.desc = Visa rustningens attributvärde på din harnesk. modules.item.chestplate.durability = Visa varighet modules.item.chestplate.durability.desc = Visar varigheten på din harnesk. -modules.item.chestplate.disabled = Disabled +modules.item.chestplate.disabled = AV modules.item.chestplate.relative = Relative modules.item.chestplate.absolute = Absolute modules.item.chestplate.total = Absolute/Total @@ -927,7 +927,7 @@ modules.item.leggings.attributes = Visa attribut modules.item.leggings.attributes.desc = Visa rustningens attributvärde på dina byxor. modules.item.leggings.durability = Visa varighet modules.item.leggings.durability.desc = Visar varigheten på dina byxor. -modules.item.leggings.disabled = Disabled +modules.item.leggings.disabled = AV modules.item.leggings.relative = Relative modules.item.leggings.absolute = Absolute modules.item.leggings.total = Absolute/Total @@ -937,7 +937,7 @@ modules.item.boots.attributes = Visa attribut modules.item.boots.attributes.desc = Visa rustningens attributvärde på dina stövlar. modules.item.boots.durability = Visa varighet modules.item.boots.durability.desc = Visar varigheten på dina stövlar. -modules.item.boots.disabled = Disabled +modules.item.boots.disabled = AV modules.item.boots.relative = Relative modules.item.boots.absolute = Absolut modules.item.boots.total = Absolut/Total @@ -974,11 +974,11 @@ modules.item.online_friends.length.desc = Max antal spelare som ska visas. modules.item.online_friends.nobody = Inga vänner\! modules.item.party_members = Party Members modules.item.party_members.desc = Displays the members of the party you are currently in. -modules.item.party_members.length = Max Length +modules.item.party_members.length = Max. längd modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. modules.item.party_members.star = Leader Star modules.item.party_members.star.desc = Toggle the star behind the party leader. -modules.item.nickname = Nickname +modules.item.nickname = Smeknamn modules.item.nickname.desc = Displays your current nickname. modules.item.combat_range = Combat Range modules.item.timolia_pvp_winstreak = PVP Vinststräck @@ -1160,7 +1160,7 @@ teamspeak.message.channel.joined = "%s" Gick med i kanalen "%s"\! teamspeak.message.channel.left = "%s" Lämnade kanalen "%s"\! teamspeak.poke_chat = Knuff chatt teamspeak.enter_channel_password = Skriv lösenordet för denna kanalen. -teamspeak.enter_nickname = Skriv ditt nya namn\! +teamspeak.enter_nickname = Skriv ditt nya smeknamn\! teamspeak.chat.server = Server teamspeak.chat.channel = Kanal teamspeak.entry.server.name = Namn\: %s @@ -1171,7 +1171,7 @@ teamspeak.entry.server.channels = Kanaler\: %s teamspeak.entry.server.clients = Klienter\: %s teamspeak.entry.channel.name = Namn\: %s teamspeak.entry.channel.topic = Ämne\: %s -teamspeak.entry.channel.codec = Codec\: %s +teamspeak.entry.channel.codec = Kodek\: %s teamspeak.entry.channel.codec.speex_narrowband = Speex Narrowband teamspeak.entry.channel.codec.speex_wideband = Speex Wideband teamspeak.entry.channel.codec.speex_ultra_wideband = Speex Ultra-Wideband @@ -1181,7 +1181,7 @@ teamspeak.entry.channel.codec.opus_music = Opus Music teamspeak.entry.channel.codec_quality = Codec Kvalité\: %s teamspeak.entry.channel.type = Typ\: %s teamspeak.entry.channel.type.permanent = Permanent -teamspeak.entry.channel.type.semi_permanent = Semi-Permanent +teamspeak.entry.channel.type.semi_permanent = Delvis permanent teamspeak.entry.channel.type.default = Standard teamspeak.entry.channel.type.password = Lösenord teamspeak.entry.channel.clients = Klienter\: %s/%s @@ -1206,7 +1206,7 @@ teamspeak.menu.channel.edit = Ändra Vald Kanal teamspeak.menu.channel.delete = Ta Bort Vald Kanal teamspeak.menu.channel.delete.confirm = Är du säker på att du vill ta bort denna kanalen? teamspeak.menu.channel.create_subchannel = Skapa Sub-Channel... -teamspeak.menu.client.change_nickname = Ändra Nickname... +teamspeak.menu.client.change_nickname = Ändra smeknamn... teamspeak.menu.client.open_chat = Öppna Chatt teamspeak.menu.client.poke = Ge klienten en puff teamspeak.menu.client.poke.message = Skriv ett puffmeddelande. @@ -1229,8 +1229,8 @@ teamspeak.create_channel.lifespan.temporary = Temporär teamspeak.create_channel.lifespan.semi_permanent = Halvpermanent teamspeak.create_channel.lifespan.permanent = Permanent teamspeak.create_channel.default = Standard Kanal -teamspeak.create_channel.codec = Codec\: -teamspeak.create_channel.codec_quality = Kvalité +teamspeak.create_channel.codec = Kodek\: +teamspeak.create_channel.codec_quality = Kvalitet teamspeak.create_channel.order = Order Efter\: %s teamspeak.create_channel.needed_talk_power = Behövd Talk Power\: teamspeak.create_channel.max_clients = Max Antalet Klienter\: @@ -1495,7 +1495,7 @@ cape.upload.default.title = Ladda upp en standard mantel cape.upload.max_size = Bilden får inte vara för stor än %s\! cape.upload.wrong_dimension = Ogiltig storlek på mantel\! cape.upload.uploading = Laddar upp din mantel... -cape.forbidden = You need to be a %s to use this cape\! +cape.forbidden = Du måste vara %s för att använda denna mantel\! mcpvp_servers.title = Välj En mcpvp Server mcpvp_servers.join_server = Anslut till server @@ -1543,9 +1543,9 @@ stats.lag = Server Lag\: %s%% stats.connected_players = Anslutna spelare\: %s/%s plugin_manager.title = Plugin Manager -plugin_manager.enable = Enable -plugin_manager.disable = Disable -plugin_manager.reload = Reload +plugin_manager.enable = PÅ +plugin_manager.disable = AV +plugin_manager.reload = Uppdatera plugin_manager.plugin_folder = Plugin Folder plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. plugin_manager.update = Auto-update @@ -1709,7 +1709,7 @@ ingame.death_coordinates = Döds Koordinater ingame.pitch = Höjdnivå ingame.chunk = Datablock ingame.damage_resistance = Resistans -ingame.nickname = Smeknamn +ingame.nickname = Namn ingame.reach = Räckvidd error = Fel From 1288ab45481f2183e6aca066bf45e5cdf77493b9 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 19 Nov 2020 11:32:52 +0100 Subject: [PATCH 283/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 80 ++++++++++----------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 92811ab..e1726e9 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -38,7 +38,7 @@ mojang.service.session = Mojangs session server mojang.service.account = Mojangs konto server mojang.service.authentication = Mojangs autentisering server mojang.service.skins = Minecrafts skin server -mojang.service.api = Mojangs API +mojang.service.api = API för Mojang mojang.service.textures = Minecraft textur server mojang.status.no_issues = är nu igång igen. mojang.status.some_issues = har lite problem för tillfället. @@ -371,7 +371,7 @@ config.server_venicraft.show_server_stats_venicraft.desc = Bestäm om serverstat config.server.hypixel = Hypixel.net config.server.hypixel.desc = Hypixel.net serveralternativ. config.server_hypixel.title = Hypixel.net Alternativ -config.server_hypixel.auto_hypixel_api_key = Auto API Knapp +config.server_hypixel.auto_hypixel_api_key = Automatisk API-nyckel config.server_hypixel.auto_hypixel_api_key.desc = Bestäm om API knappen skall hämtas av 5zig automatiskt. config.server_hypixel.show_server_stats_hypixel.desc = Bestäm om du vill att statistiken från Hypixel.net ska synas. config.server_hypixel.stats = Statistik... @@ -505,7 +505,7 @@ server.hypixel.stats.arcade.sw_weekly_kills_a = GW Veckoliga avrättningar server.hypixel.stats.arcade.sw_monthly_kills_a = GW Månatliga avrättningar server.hypixel.stats.arcade.wins_farm_hunt = Farm Hunt Vinster server.hypixel.stats.arena.coins = Mynt -server.hypixel.stats.arena.rating = Rating +server.hypixel.stats.arena.rating = Betyg server.hypixel.stats.arena.kills_1v1 = 1v1 Dödade server.hypixel.stats.arena.deaths_1v1 = 1v1 Dödsfall server.hypixel.stats.arena.wins_1v1 = 1v1 Vinster @@ -609,21 +609,21 @@ chat_filter.delete = Ta bort meddelande chat_filter.message.enabled = Chattfilter har aktiverats. chat_filter.message.disabled = Chattfilter har inaktiverats. Tryck på %s för att aktivera det igen. chat_filter.edit.title = Redigera Chattmeddelande -chat_filter.edit.name = Name\: +chat_filter.edit.name = Namn\: chat_filter.edit.chat_message = Chattmeddelande\: chat_filter.edit.except = Undantag\: -chat_filter.edit.servers = Servers\: +chat_filter.edit.servers = Servrar\: chat_filter.edit.auto_text = Automatisk Text\: chat_filter.edit.auto_text_cancel = Auto Text Abort Message\: -chat_filter.edit.auto_text_delay = Delay (ticks)\: +chat_filter.edit.auto_text_delay = Fördröjning (tickningar)\: chat_filter.edit.multiple_ips = Flerfaldiga Server-IPs kan separeras med kommatecken. chat_filter.edit.action = Start\: chat_filter.edit.action.ignore = Ignorera chat_filter.edit.action.2nd_chat = Utskrift i den andra chatten -chat_filter.edit.action.copy_2nd_chat = Copy to 2nd Chat +chat_filter.edit.action.copy_2nd_chat = Kopiera till 2\:a chatten chat_filter.edit.action.notify = Notera när du blir AFK chat_filter.edit.action.auto_text = Automatisk Text -chat_filter.edit.action.play_sound = Play Sound +chat_filter.edit.action.play_sound = Spela upp ljud chat_filter.edit.use_regex = Använd Regex (avancerat\!)\: chat_filter.edit.help.title = Hjälp... chat_filter.edit.help = Du kan använda "*" för att ignorera en del av Strängen eller "?" för att ignorera en enkel bokstav. För att gå ur ett Wildcard använd "".\n om du skriver,T.ex "Tracking *", så gör den match "Spåra 5zig", men också, separetat med ett comma från varandra. @@ -669,7 +669,7 @@ join_texts.delete = Ta bort text join_texts.edit.title = Edit Join Text join_texts.edit.message = Join Text join_texts.edit.server = Server -join_texts.edit.delay = Delay +join_texts.edit.delay = Fördröjning modules.title = Renderingsanpassning modules.help = Hjälp... @@ -679,7 +679,7 @@ modules.reset.title = Vill du verkligen återställa all renderings gui till sta modules.list.title = Modul modules.add = Lägg till en ny Modul... modules.settings = Inställningar... -modules.enable = Enable +modules.enable = Aktivera modules.disable = AV modules.move_up = Flytta upp modules.move_down = Flytta ner @@ -720,7 +720,7 @@ modules.settings.label.color = Label Färg modules.settings.server = Server modules.settings.render = Rendera modules.settings.render.timolia_tournament = Timolia 1vs1 Turnering -modules.settings.render.custom_server = Server API +modules.settings.render.custom_server = Server-API modules.settings.scale = Skala modules.settings.box_opacity = Box Fokusering modules.settings.item.list.items = Föremål @@ -735,7 +735,7 @@ modules.settings.item.prefix = Prefix modules.category.general = Generellt modules.category.equip = Utrustning -modules.category.combat = Combat +modules.category.combat = Strid modules.category.server_general = Servergenerellt modules.category.server_timolia = Server Timolia modules.category.server_gommehd = Server GommeHD @@ -774,16 +774,16 @@ modules.item.chunk_coordinates.desc = Displays your chunk coordinates. modules.item.chunk_coordinates.coord_style = Coord Style modules.item.chunk_coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. modules.item.chunk_coordinates.below_other = Below Other -modules.item.chunk_coordinates.side_by_side = Side by Side -modules.item.chunk_coordinates.chunk_style = Display +modules.item.chunk_coordinates.side_by_side = Sida vid sida +modules.item.chunk_coordinates.chunk_style = Visa modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. -modules.item.chunk_coordinates.relative = Relative -modules.item.chunk_coordinates.chunk = Chunk only +modules.item.chunk_coordinates.relative = Relativ +modules.item.chunk_coordinates.chunk = Endast datablock modules.item.chunk_coordinates.both = Relative and Chunk modules.item.death_coordinates = Döds Lokalisering modules.item.death_coordinates.desc = Visar vart du dog senast. modules.item.death_coordinates.nether = Nether -modules.item.death_coordinates.the_end = The End +modules.item.death_coordinates.the_end = End modules.item.direction = riktning modules.item.direction.desc = Visar vilket håll din karaktär kollar åt. modules.item.direction.direction_style = riktning @@ -810,7 +810,7 @@ modules.item.target_block_name = Target Block Id modules.item.target_block_name.desc = Displays the id of the block you are looking at. modules.item.target_block_name.show_resource_domain = Show Resource Domain modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. -modules.item.damage_resistance = Damage Resistance +modules.item.damage_resistance = Resistans för skada modules.item.damage_resistance.desc = Shows how much damage your armor and potion effects absorb. modules.item.potions = Brygder modules.item.potions.desc = Visar dina aktiva brygdseffekter. @@ -898,9 +898,9 @@ modules.item.off_hand.attributes.desc = Visa skadans attributvärde av föremål modules.item.off_hand.durability = Visa Varighet modules.item.off_hand.durability.desc = Visa varigheten i föremålet du håller i. modules.item.off_hand.disabled = AV -modules.item.off_hand.relative = Relative -modules.item.off_hand.absolute = Absolute -modules.item.off_hand.total = Absolute/Total +modules.item.off_hand.relative = Relativ +modules.item.off_hand.absolute = Fullständig +modules.item.off_hand.total = Fullständig/total modules.item.helmet = Hjälm modules.item.helmet.desc = Rendera din Hjälm. modules.item.helmet.attributes = Visa attribut @@ -908,7 +908,7 @@ modules.item.helmet.attributes.desc = Visa rustningens attributvärde på din hj modules.item.helmet.durability = Visa varighet modules.item.helmet.durability.desc = Visar din varigheten på din hjälm. modules.item.helmet.disabled = AV -modules.item.helmet.relative = Relative +modules.item.helmet.relative = Relativ modules.item.helmet.absolute = Absolut modules.item.helmet.total = Absolut/Totalt modules.item.chestplate = Harnesk @@ -918,9 +918,9 @@ modules.item.chestplate.attributes.desc = Visa rustningens attributvärde på di modules.item.chestplate.durability = Visa varighet modules.item.chestplate.durability.desc = Visar varigheten på din harnesk. modules.item.chestplate.disabled = AV -modules.item.chestplate.relative = Relative -modules.item.chestplate.absolute = Absolute -modules.item.chestplate.total = Absolute/Total +modules.item.chestplate.relative = Relativ +modules.item.chestplate.absolute = Fullständig +modules.item.chestplate.total = Fullständig/total modules.item.leggings = Byxor modules.item.leggings.desc = Rendera dina Byxor. modules.item.leggings.attributes = Visa attribut @@ -928,9 +928,9 @@ modules.item.leggings.attributes.desc = Visa rustningens attributvärde på dina modules.item.leggings.durability = Visa varighet modules.item.leggings.durability.desc = Visar varigheten på dina byxor. modules.item.leggings.disabled = AV -modules.item.leggings.relative = Relative -modules.item.leggings.absolute = Absolute -modules.item.leggings.total = Absolute/Total +modules.item.leggings.relative = Relativ +modules.item.leggings.absolute = Fullständig +modules.item.leggings.total = Fullständig/total modules.item.boots = Skor modules.item.boots.desc = Rendera dina skor. modules.item.boots.attributes = Visa attribut @@ -938,7 +938,7 @@ modules.item.boots.attributes.desc = Visa rustningens attributvärde på dina st modules.item.boots.durability = Visa varighet modules.item.boots.durability.desc = Visar varigheten på dina stövlar. modules.item.boots.disabled = AV -modules.item.boots.relative = Relative +modules.item.boots.relative = Relativ modules.item.boots.absolute = Absolut modules.item.boots.total = Absolut/Total modules.item.arrows = Antalet pilar @@ -980,7 +980,7 @@ modules.item.party_members.star = Leader Star modules.item.party_members.star.desc = Toggle the star behind the party leader. modules.item.nickname = Smeknamn modules.item.nickname.desc = Displays your current nickname. -modules.item.combat_range = Combat Range +modules.item.combat_range = Stridräckvidd modules.item.timolia_pvp_winstreak = PVP Vinststräck modules.item.timolia_pvp_winstreak.desc = Visar ditt nuvarande vinster i rad i en mot en på Timolia Network. modules.item.timolia_pvp_opponent = PVP Motståndare @@ -1075,7 +1075,7 @@ modules.item.hypixel_paintball_team = Paintball Lag modules.item.hypixel_paintball_team.desc = Visar ditt lag i Paintball på Hypixel Nätverket. modules.item.hypixel_blitz_kit = Blitz utrustning modules.item.hypixel_blitz_kit.desc = Visar din utrustning i Blitz på Hypixel nätverket. -modules.item.hypixel_blitz_star = Blitz Star +modules.item.hypixel_blitz_star = Blitz-stjärna modules.item.hypixel_blitz_star.desc = Displays a star timer in Blitz on the Hypixel Network. modules.item.hypixel_blitz_deathmatch = Blitz Dödsmatch modules.item.hypixel_blitz_deathmatch.desc = Visar dödsmatch timern i Blitz på Hypixel Network. @@ -1105,7 +1105,7 @@ modules.item.cytooxien_bw_beds = Bedwars Beds destroyed modules.item.cytooxien_bw_beds.desc = Displays how many Beds you have destoryed in Bedwars on the Cytooxien Network. modules.item.cytooxien_bw_stats_kills = Bedwars Stats Kills modules.item.cytooxien_bw_stats_kills.desc = Displays how many players you eliminated in Bedwars on the Cytooxien Network. -modules.item.cytooxien_bw_team = Bedwars Team +modules.item.cytooxien_bw_team = BedWars-lag modules.item.cytooxien_bw_team.desc = Displays your team in Bedwars on the Cytooxien Network. modules.item.cytooxien_bw_can_respawn = Bedwars can respawn modules.item.cytooxien_bw_can_respawn.desc = Displays if you are able to respawn in Bedwars on the Cytooxien Network. @@ -1118,7 +1118,7 @@ modules.item.simplehg_feast.desc = Visar koordinaterna till manifestet i SimpleH config.server.2nd_chat = Andra Chatt... config.server.2nd_chat.desc = Inställningar för en andra chatt. Denna chatt är lokaliserad på den högra sidan av spelet och kan bli använd till att visa meddelanden i chatt filter. -config.2nd_chat.title = 2nd Chat +config.2nd_chat.title = 2\:a chatten config.2nd_chat.2nd_chat_visible = Synlig config.2nd_chat.2nd_chat_visible.desc = Bestäm om den andra chatten ska vara synlig. config.2nd_chat.2nd_chat_opacity = Ogenomskinlighet @@ -1359,7 +1359,7 @@ chat.new_group_message = Inkommet meddelande från %s chat.new_file_request = Fil Förfrågan från %s chat.accept_file_transfer = Öppna chatt GUI för att acceptera\! chat.select_image = Välj bild -chat.new_messages = You have %s new messages\! +chat.new_messages = Du har %s nya meddelanden\! chat.audio.name = Ljud chat.audio.too_large = Ljudfilen kan inte vara större än %s\! @@ -1548,7 +1548,7 @@ plugin_manager.disable = AV plugin_manager.reload = Uppdatera plugin_manager.plugin_folder = Plugin Folder plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. -plugin_manager.update = Auto-update +plugin_manager.update = Automatisk uppdatering credits.title = Personer som har bidragit till moddet. credits.reborn = Reborn Developers @@ -1618,7 +1618,7 @@ ingame.f.east = Öster ingame.f.south_east = SydÖst ingame.biome = Biotop ingame.entities = Entitet -ingame.ip = IP +ingame.ip = IP-address ingame.players = Spelare ingame.ping = Ping ingame.pinging = Pingar… @@ -1767,14 +1767,14 @@ ingame.uptime = Uptime spotify.token_get = Your Spotify token was saved successfully. -config.server_hypixel.hypixel_api_key = API Key... +config.server_hypixel.hypixel_api_key = API-nyckel... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. -modules.label = Edit Prefix... +modules.label = Redigera prefix... modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.item.command = Kommandoutmatning modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold @@ -1786,7 +1786,7 @@ config.formatting.rgb_prefix = Custom Prefix Color ingame.command_output = Kommando ingame.text = Text -modules.item.text = Simple Text +modules.item.text = Enkel text modules.item.text.value = Text modules.item.text.value.desc = The text to display From 2375d615b337b7c65854133acc5b961c881d93d7 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 13 Jan 2021 18:04:48 +0100 Subject: [PATCH 284/382] New translations language_en_US.properties (Russian) --- resources/lang/44/language_ru_RU.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_ru_RU.properties b/resources/lang/44/language_ru_RU.properties index 2553435..9aa70dd 100644 --- a/resources/lang/44/language_ru_RU.properties +++ b/resources/lang/44/language_ru_RU.properties @@ -856,9 +856,9 @@ modules.item.spotify.error.invalid_oauth_token = Invalid OAuth Token modules.item.spotify.error.expired_oauth_token = OAuth Token Expired modules.item.spotify.error.invalid_csrf_token = Invalid Csrf Token modules.item.spotify.error.oauth_token_invalid_for_user = Invalid OAuth Token -modules.item.spotify.error.no_user_logged_in = Not logged in +modules.item.spotify.error.no_user_logged_in = Вы не авторизованы modules.item.spotify.error.unknown = Не удалось подключиться к Spotify\! -modules.item.spotify.ad = Ad +modules.item.spotify.ad = Реклама modules.item.itunes = iTunes modules.item.itunes.desc = Отображает текущий трек исполнителя и обложку альбома песни iTunes, которую вы сейчас слушаете. modules.item.itunes.show_i_tunes_always = Отображать всегда @@ -879,8 +879,8 @@ modules.item.coordinates_clipboard = Координатные метки modules.item.coordinates_clipboard.desc = Отображает сохраненные координаты буфера обмена координат вместе с небольшой стрелкой, указывающей местоположение сохраненных координат. modules.item.custom_server = Обычный сервер modules.item.custom_server.desc = Отображает всю статистику, отправленную вам, используя официальный API. -modules.item.entity_health = Entity Health Indicator -modules.item.entity_health.desc = Displays the health of the entity your cross hair is currently aiming at. +modules.item.entity_health = Индикатор здоровья сущностей +modules.item.entity_health.desc = Отображает здоровье сущности, на которой вы в настоящее время нацелены. modules.item.main_hand = Основная Рука modules.item.main_hand.desc = Визуализация предмета вашей основной руки. modules.item.main_hand.attributes = Показать Атрибуты @@ -981,7 +981,7 @@ modules.item.party_members.star.desc = Выделить звездой лиде modules.item.nickname = Никнейм modules.item.nickname.desc = Отображает ваш текущий никнейм. modules.item.combat_range = Combat Range -modules.item.timolia_pvp_winstreak = PVP Winstreak +modules.item.timolia_pvp_winstreak = Лучшая серия побед modules.item.timolia_pvp_winstreak.desc = Отображает кол-во побед подряд в 1х1 на Timolia Network. modules.item.timolia_pvp_opponent = PVP противник modules.item.timolia_pvp_opponent.desc = Отображает ник противника в 1х1 на Timolia Network. @@ -1012,7 +1012,7 @@ modules.item.timolia_arena_round.desc = Displays the current round in 4rena on t modules.item.timolia_brainbow_team = Brainbow Team modules.item.timolia_brainbow_team.desc = Displays your team in Brainbow on the Timolia Network. modules.item.timolia_brainbow_score = Brainbow Score -modules.item.timolia_brainbow_score.desc = Displays your score in Brainbow on the Timolia Network. +modules.item.timolia_brainbow_score.desc = Отображает ник противника в 1х1 на Timolia Network. modules.item.timolia_advent_medal = Advent Medal modules.item.timolia_advent_medal.desc = Displays your medal in Advent on the Timolia Network. modules.item.timolia_advent_parkour = Advent Parkour From 399187ef29018685725e339ef4774cae930bfa0e Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 Jan 2021 15:57:42 +0100 Subject: [PATCH 285/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 62 ++++++++++----------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 86dcb49..5761fdd 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1185,20 +1185,20 @@ teamspeak.entry.channel.type.semi_permanent = Semi-Permanent teamspeak.entry.channel.type.default = Standaard teamspeak.entry.channel.type.password = Wachtwoord teamspeak.entry.channel.clients = Klanten\: %s%s -teamspeak.entry.channel.clients.unlimited = Unlimited +teamspeak.entry.channel.clients.unlimited = Onbeperkt teamspeak.entry.channel.talk_power = Required Talk Power\: %s teamspeak.entry.channel.subscription_status = Subscription Status\: %s -teamspeak.entry.channel.subscription_status.subscribed = Subscribed +teamspeak.entry.channel.subscription_status.subscribed = Geabonneerd teamspeak.entry.channel.subscription_status.unsubscribed = Unsubscribed -teamspeak.entry.client.nickname = Nickname\: %s -teamspeak.entry.client.server_groups = Server Groups\: -teamspeak.entry.client.channel_group = Channel Group\: -teamspeak.entry.client.away = Away -teamspeak.entry.client.output_deactivated = Speakers/Headphones deactivated -teamspeak.entry.client.input_deactivated = Microphone deactivated -teamspeak.entry.client.output_muted = Speakers/Headphones off -teamspeak.entry.client.input_muted = Microphone off -teamspeak.menu.server.create_channel = Create Channel... +teamspeak.entry.client.nickname = Bijnaam\: %s +teamspeak.entry.client.server_groups = Servergroepen\: +teamspeak.entry.client.channel_group = Kanaalgroep\: +teamspeak.entry.client.away = Afwezig +teamspeak.entry.client.output_deactivated = Speakers/koptelefoon gedeactiveerd +teamspeak.entry.client.input_deactivated = Microfoon gedeactiveerd +teamspeak.entry.client.output_muted = Speakers/koptelefoons uit +teamspeak.entry.client.input_muted = Microfoon uit +teamspeak.menu.server.create_channel = Kanaal aanmaken... teamspeak.menu.server.collapse_all = Collapse All Channels teamspeak.menu.server.uncollapse_all = Uncollapse All Channels teamspeak.menu.channel.join = Join Channel @@ -1206,26 +1206,26 @@ teamspeak.menu.channel.edit = Edit Channel teamspeak.menu.channel.delete = Delete Channel teamspeak.menu.channel.delete.confirm = Are you sure you want to delete this channel? teamspeak.menu.channel.create_subchannel = Create Sub-Channel... -teamspeak.menu.client.change_nickname = Change Nickname... -teamspeak.menu.client.open_chat = Open Chat -teamspeak.menu.client.poke = Poke Client -teamspeak.menu.client.poke.message = Please enter your poke message. -teamspeak.menu.client.server_groups = Edit Server Groups... -teamspeak.menu.client.channel_group = Edit Channel Group... -teamspeak.menu.client.kick_channel = Kick From Channel... -teamspeak.menu.client.kick_channel.message = Please enter your kick message. -teamspeak.menu.client.kick_server = Kick From Server... -teamspeak.menu.client.kick_server.message = Please enter your kick message. -teamspeak.menu.client.mute = Mute -teamspeak.menu.client.unmute = Un-Mute -teamspeak.menu.client.ban = Ban From Server... -teamspeak.create_channel.title = TeamSpeak Channel -teamspeak.create_channel.name = Name\: -teamspeak.create_channel.password = Password\: -teamspeak.create_channel.topic = Topic\: -teamspeak.create_channel.description = Description\: -teamspeak.create_channel.lifespan = Lifespan\: -teamspeak.create_channel.lifespan.temporary = Temporary +teamspeak.menu.client.change_nickname = Bijnaam veranderen... +teamspeak.menu.client.open_chat = Chat openen +teamspeak.menu.client.poke = Cliënt porren +teamspeak.menu.client.poke.message = Voer je por-bericht in. +teamspeak.menu.client.server_groups = Servergroepen bewerken... +teamspeak.menu.client.channel_group = Kanaalgroep bewerken... +teamspeak.menu.client.kick_channel = Uit kanaal gooien... +teamspeak.menu.client.kick_channel.message = Voer je kick-bericht in. +teamspeak.menu.client.kick_server = Uit server gooien... +teamspeak.menu.client.kick_server.message = Voer je kick-bericht in. +teamspeak.menu.client.mute = Dempen +teamspeak.menu.client.unmute = Dempen opheffen +teamspeak.menu.client.ban = Verbannen van server... +teamspeak.create_channel.title = TeamSpeak kanaal +teamspeak.create_channel.name = Naam\: +teamspeak.create_channel.password = Wachtwoord\: +teamspeak.create_channel.topic = Thema\: +teamspeak.create_channel.description = Beschrijving\: +teamspeak.create_channel.lifespan = Levensduur\: +teamspeak.create_channel.lifespan.temporary = Tijdelijk teamspeak.create_channel.lifespan.semi_permanent = Semi-Permanent teamspeak.create_channel.lifespan.permanent = Permanent teamspeak.create_channel.default = Default Channel From bdd3d6064fc576b9e3b78ef9f67f50fbe984b282 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 Jan 2021 16:04:07 +0100 Subject: [PATCH 286/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 5761fdd..7e62a67 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1201,11 +1201,11 @@ teamspeak.entry.client.input_muted = Microfoon uit teamspeak.menu.server.create_channel = Kanaal aanmaken... teamspeak.menu.server.collapse_all = Collapse All Channels teamspeak.menu.server.uncollapse_all = Uncollapse All Channels -teamspeak.menu.channel.join = Join Channel -teamspeak.menu.channel.edit = Edit Channel -teamspeak.menu.channel.delete = Delete Channel -teamspeak.menu.channel.delete.confirm = Are you sure you want to delete this channel? -teamspeak.menu.channel.create_subchannel = Create Sub-Channel... +teamspeak.menu.channel.join = Kanaal toetreden +teamspeak.menu.channel.edit = Kanaal bewerken +teamspeak.menu.channel.delete = Kanaal verwijderen +teamspeak.menu.channel.delete.confirm = Weet je zeker dat je dit kanaal wilt verwijderen? +teamspeak.menu.channel.create_subchannel = Subkanaal aanmaken... teamspeak.menu.client.change_nickname = Bijnaam veranderen... teamspeak.menu.client.open_chat = Chat openen teamspeak.menu.client.poke = Cliënt porren @@ -1226,9 +1226,9 @@ teamspeak.create_channel.topic = Thema\: teamspeak.create_channel.description = Beschrijving\: teamspeak.create_channel.lifespan = Levensduur\: teamspeak.create_channel.lifespan.temporary = Tijdelijk -teamspeak.create_channel.lifespan.semi_permanent = Semi-Permanent +teamspeak.create_channel.lifespan.semi_permanent = Semi-permanent teamspeak.create_channel.lifespan.permanent = Permanent -teamspeak.create_channel.default = Default Channel +teamspeak.create_channel.default = Standaardkanaal teamspeak.create_channel.codec = Codec\: teamspeak.create_channel.codec_quality = Quality teamspeak.create_channel.order = Order After\: %s From e1c4bc4a28ad10bb5c15555ed6a16d5f8a13b266 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 26 Jan 2021 16:17:04 +0100 Subject: [PATCH 287/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index 7e62a67..acded82 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1230,7 +1230,7 @@ teamspeak.create_channel.lifespan.semi_permanent = Semi-permanent teamspeak.create_channel.lifespan.permanent = Permanent teamspeak.create_channel.default = Standaardkanaal teamspeak.create_channel.codec = Codec\: -teamspeak.create_channel.codec_quality = Quality +teamspeak.create_channel.codec_quality = Kwaliteit teamspeak.create_channel.order = Order After\: %s teamspeak.create_channel.needed_talk_power = Needed Talk Power\: teamspeak.create_channel.max_clients = Max Clients\: @@ -1489,7 +1489,7 @@ cape.disable = Zet cape uit cape.enable = Zet cape aan cape.upload = Upload Cape... cape.default = Upload normale Cape... -cape.upload.title = Upload Cape +cape.upload.title = Cape uploaden cape.upload.default.help = Klik op een Cape die je wil selecteren cape.upload.default.title = Upload normale Cape cape.upload.max_size = Foto mag niet groter zijn dan %s\! From e61f3d4e92b90f10df9a4390e2548a78a53fb6f6 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 28 Jan 2021 10:16:24 +0100 Subject: [PATCH 288/382] New translations language_en_US.properties (Turkish) --- resources/lang/44/language_tr_TR.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_tr_TR.properties b/resources/lang/44/language_tr_TR.properties index d4f272a..a98eb44 100644 --- a/resources/lang/44/language_tr_TR.properties +++ b/resources/lang/44/language_tr_TR.properties @@ -181,8 +181,8 @@ update.2 = 5zigreborn.eu/downloadlardan alın\! config.display.title = Görüntüleme Seçenekleri config.display.formatting = Formatting Options... -config.display.formatting.desc = Change the colors of all ingame stats and modify some formatting settings. -config.formatting.title = Formatting Options +config.display.formatting.desc = Oyun içi renkleri ve formatlama ayarlarını değiştir. +config.formatting.title = Formatlama ayarları config.formatting.formatting_prefix = Önek Biçimlendirme config.formatting.formatting_prefix.desc = Bir oluşturma öğesinin ön ek biçimlendirmesi. config.formatting.color_prefix = Önek Renk @@ -241,8 +241,8 @@ config.display.transparent_chat_background = Şeffaf Sohbet Arka Planı config.display.transparent_chat_background.desc = Sohbet arka planının saydam olması gerekip gerekmeyeceğini ayarlar. config.display.transparent_pause_menu = Şeffaf Duraklat Menüsü config.display.transparent_pause_menu.desc = Oyun süresi duraklatma menüsü arka planının şeffaf olmasını sağlar. -config.display.show_own_name_tag = Show Own Nametag -config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. +config.display.show_own_name_tag = Kendi İsmini Göster +config.display.show_own_name_tag.desc = Kendi isminin senin üzerinde görünüp görünmeyeceğini ayarlar. config.display.highlight_words_color = Highlight Words Color config.display.highlight_words_color.desc = Change the word-highlight-color for keywords in chat. config.display.ping_on_tab = Ping on Tablist From f0498e87f9c7d8b039b5b5d13637712a9987bb51 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 28 Jan 2021 10:26:54 +0100 Subject: [PATCH 289/382] New translations language_en_US.properties (Turkish) --- resources/lang/44/language_tr_TR.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_tr_TR.properties b/resources/lang/44/language_tr_TR.properties index a98eb44..3620e41 100644 --- a/resources/lang/44/language_tr_TR.properties +++ b/resources/lang/44/language_tr_TR.properties @@ -243,10 +243,10 @@ config.display.transparent_pause_menu = Şeffaf Duraklat Menüsü config.display.transparent_pause_menu.desc = Oyun süresi duraklatma menüsü arka planının şeffaf olmasını sağlar. config.display.show_own_name_tag = Kendi İsmini Göster config.display.show_own_name_tag.desc = Kendi isminin senin üzerinde görünüp görünmeyeceğini ayarlar. -config.display.highlight_words_color = Highlight Words Color -config.display.highlight_words_color.desc = Change the word-highlight-color for keywords in chat. -config.display.ping_on_tab = Ping on Tablist -config.display.ping_on_tab.desc = Display the ping value instead of the bars texture. +config.display.highlight_words_color = Vurgulanmış Kelimelerin Rengi +config.display.highlight_words_color.desc = Mesajlardaki anahtar kelimelerin vurgu rengini değiştirir. +config.display.ping_on_tab = Oyuncu Listesinde Gecikme Zamanı +config.display.ping_on_tab.desc = Gecikme zamanın bar yerine sayı ile gösterir. config.keyboard_settings.title = LED Klavye Ayarları config.keyboard_settings.control_keyboard = Kontrol Tuşu LED'leri @@ -297,8 +297,8 @@ config.server.text_macros = Metin Makroları ... config.server.text_macros.desc = Önceden tanımlanmış bir tuş kombinasyonuna basarak sohbet mesajlarını otomatik olarak gönder. config.server.name_history = Kullanıcı adı Geçmişi ... config.server.name_history.desc = Bir Minecraft oyuncusunun kullanıcı adı geçmişini arayın. -config.server.join_text = Join Auto-Text... -config.server.join_text.desc = Automatically send chat messages after joining a server. +config.server.join_text = Otomatik Giriş Mesajı... +config.server.join_text.desc = Bir sunucuya girişte otomatik mesaj yollar. config.server_general.title = Genel Sunucu Seçenekleri config.server_general.show_server_stats = İstatistikleri Göster @@ -323,7 +323,7 @@ config.server_general.notify_on_name = Sohbet Konusunda Bildir config.server_general.notify_on_name.desc = Minecraft adınız sohbette kullanıldığında bir sistem bildirimi alıp almayacağınızı belirtin. config.server_general.auto_server_reconnect = Otomatik Olarak Yeniden Bağlan config.server_general.auto_server_reconnect.desc = İstemcinin bağlantısı kesildikten sonra otomatik olarak son sunucuya yeniden bağlanmaya çalışması gerekip gerekmeyeceğini belirtin. -config.server_general.auto_server_reconnect.off = Off +config.server_general.auto_server_reconnect.off = Kapalı config.server_general.auto_server_reconnect.sec = sec config.server_general.mac_cmd_drop = CMD-Anahtarı Kullan config.server_general.mac_cmd_drop.desc = Mac Sadece Ayar. CMD (veya Apple) -Key veya CTRL-tuşunu kullanmak isteyip istemediğinizi belirtin. NUyarı\: Bir öğe yığınını düşürmek için CMD + Q tuşlarına bastığınızda pencereniz kapalı olabilir\! From 0d0cb9bb6eccec153e888c1b4ca368446a4f639e Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 28 Jan 2021 10:39:01 +0100 Subject: [PATCH 290/382] New translations en_US.lang (Turkish) --- resources/assets/the5zigmod/lang/tr_TR.lang | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/assets/the5zigmod/lang/tr_TR.lang b/resources/assets/the5zigmod/lang/tr_TR.lang index 2a779e1..f783464 100644 --- a/resources/assets/the5zigmod/lang/tr_TR.lang +++ b/resources/assets/the5zigmod/lang/tr_TR.lang @@ -1,6 +1,6 @@ -the5zigmod.key.toggle_mod=Toggle Mod -the5zigmod.key.toggle_chat=Toggle Chat -the5zigmod.key.coordinates_clipboard=Coord Clipboard +the5zigmod.key.toggle_mod=Modu Aç/Kapat +the5zigmod.key.toggle_chat=Mesajlaşmayı Aç/Kapat +the5zigmod.key.coordinates_clipboard=Koordinat Kopyalama the5zigmod.key.raid_calculator=MCPVP Raid Calculator the5zigmod.key.hypixel_stats=Hypixel Stats the5zigmod.key.zoom=Zoom in @@ -9,4 +9,4 @@ the5zigmod.key.timer.reset=Timer Reset the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=Username History the5zigmod.key.toggle_chat_filter=Toggle Chat Filter -the5zigmod.key.change_account=Change account \ No newline at end of file +the5zigmod.key.change_account=Hesap Değiştir \ No newline at end of file From 343e37e9967de689f3a1a29cf0038d366cceb391 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 31 Jan 2021 16:46:48 +0100 Subject: [PATCH 291/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 48 ++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 287ada7..7ddf9b1 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -142,31 +142,31 @@ config.main.show_mod = Show Mod config.main.show_mod.desc = Toggles whether the mod should render all stats to the ingame screen. config.main.scale = Mod Scale config.main.scale.desc = Specifies the amount of percent the ingame stats of the mod should be scaled. -config.main.report_crashes = Auto-Report Crashes +config.main.report_crashes = Reportar falhas automaticamente config.main.report_crashes.desc = Specify if the mod should automatically report crashes to the mod author.\nWhen disabled, you have still the possibility to report a crash to the mod author manually after the game has crashed. -config.main.display = Display Options... -config.main.display.desc = Change the Minecraft appearance. -config.main.modules = Customize Display... -config.main.modules.desc = Change the appearance of the ingame display. -config.main.show_hide = Show/Hide Options... -config.main.show_hide.desc = Enable or Disable specific features of the mod. -config.main.server = Server Options... -config.main.server.desc = Toggle various stats that get rendered when playing on a server.\nSet specific chat filters for server chat. +config.main.display = Opções de exibição... +config.main.display.desc = Alterar a aparência do Minecraft. +config.main.modules = Personalizar Exibição... +config.main.modules.desc = Alterar a aparência da exibição do jogo. +config.main.show_hide = Mostrar/Ocultar Opções... +config.main.show_hide.desc = Ativar ou desativar recursos específicos do mod. +config.main.server = Opções do servidor... +config.main.server.desc = Alterar várias estatísticas que serão renderizadas ao jogar em um servidor.\nDefinir filtros de conversa específicos para o chat do servidor. config.main.coordinate_clipboard = Coordinates Clipboard... -config.main.coordinate_clipboard.desc = Store specific x and z coordinates that will be displayed on your ingame screen. -config.main.auto_update = Auto-Updating -config.main.auto_update.desc = Allow the mod to automatically check for updates after every startup. If an update could be found it gets downloaded and installed automatically. All installed mods will be kept, as long as the updated mod version uses the same Minecraft version. -config.main.cape_settings = Cape Settings... -config.main.cape_settings.desc = Change the appearance of your cape.\nOnly available for donators\! -config.main.always = Always -config.main.same_version = Same Version -config.main.never = Never +config.main.coordinate_clipboard.desc = Armazenar coordenadas específicas de x e z que serão exibidas no seu ecrã de jogo. +config.main.auto_update = Atualização automática +config.main.auto_update.desc = Permitir que o mod verifique automaticamente atualizações depois de cada inicialização. Se for encontrada uma atualização, ela será baixada e instalada automaticamente. Todos os mods instalados serão mantidos, caso a versão atualizada do mod use a mesma versão do Minecraft. +config.main.cape_settings = Definições da capa... +config.main.cape_settings.desc = Alterar a aparência da tua capa.\nDisponível apenas para doadores\! +config.main.always = Sempre +config.main.same_version = Mesma versão +config.main.never = Nunca config.main.teamspeak = TeamSpeak -config.main.teamspeak.desc = Displays all current channels and clients of your current TeamSpeak Tab. -config.main.language_screen = Language... -config.main.language_screen.desc = Change the display language of the mod. -config.main.friend_list = Friends... -config.main.friend_list.desc = Add friends and chat with them online, no matter on what server they are playing\! +config.main.teamspeak.desc = Exibe todos os canais atuais e clientes da sua aba atual do TeamSpeak. +config.main.language_screen = Idioma... +config.main.language_screen.desc = Alterar o idioma de exibição do mod. +config.main.friend_list = Amigos... +config.main.friend_list.desc = Adiciona amigos e conversa com eles online, não importa em qual servidor eles estão a jogar\! config.main.reset_config = Reset Configuration... config.main.reset_config.desc = Resets all settings of the mod. Your friends and chats will be kept. config.main.reset.title = Are you sure that you want to reset the configuration? @@ -177,11 +177,11 @@ config.main.discord = Discord Presence config.reset = The Config has been Reset\! update.1 = Uma nova versão do Mod 5zig está disponível\! -update.2 = Get it from 5zigreborn.eu/downloads\! +update.2 = Baixe-a em 5zigreborn.eu/downloads\! config.display.title = Opções de exibição config.display.formatting = Opções de formatação... -config.display.formatting.desc = Change the colors of all ingame stats and modify some formatting settings. +config.display.formatting.desc = Mudar as cores de todas as estatísticas do jogo e modificar algumas configurações de formatação. config.formatting.title = Opções de formatação config.formatting.formatting_prefix = Formato do prefixo config.formatting.formatting_prefix.desc = O formato do prefixo de um item de renderização. From 19c1d6d7b36391a6fa98eebdb889779f2ef0ddd3 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 31 Jan 2021 16:56:12 +0100 Subject: [PATCH 292/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 56 ++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 7ddf9b1..3cfe359 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -93,13 +93,13 @@ conn.block.other = Tu foste bloqueado por %s\! conn.block.not_blocked = %s não foi bloqueado por ti\! conn.block.blocked = %s está bloqueado\! conn.block.blocked.self = %s foi atualmente bloqueado por ti\! -conn.block.blocked.other = You are currently blocked by this Player\! +conn.block.blocked.other = Foste bloqueado por esse jogador\! conn.unblock.self = O jogador foi desbloqueado com sucesso %s\! conn.unblock.other = Tu foste desbloqueado por %s\! conn.friends.requests.add.new = Tu recebeste um novo pedido de amizade de %s\! conn.friends.requests.add.sent = Enviado com sucesso um pedido de amizade para %s\! -conn.friends.requests.accept.self = You accepted the Friend Request of %s\! +conn.friends.requests.accept.self = Aceitaste o pedido de amizade de %s\! conn.friends.requests.accept.other = %s aceitou o teu pedido de amizade\! conn.friends.requests.deny.self = Tu negaste o pedido de amizade de %s\! conn.friends.requests.deny.other = %s recusou o teu pedido de amizade\! @@ -111,37 +111,37 @@ conn.friends.remove.self = Tu desfizeste a amizade com %s\! conn.friends.remove.other = %s desfez a tua Amizade\! conn.file_transfer.too_large = O ficheiro é muito grande\! -conn.file_transfer.not_accepted = File-Transfer hasn't been accepted yet\! -conn.file_transfer.error = An error occurred while uploading File\! +conn.file_transfer.not_accepted = A transferência de arquivos ainda não foi aceite\! +conn.file_transfer.error = Ocorreu um erro ao carregar o ficheiro\! -conn.party.invited = Successfully invited %s players to Party\! -conn.party.accepted = Successfully accepted Party Invitation\! -conn.party.denied = Successfully denied Party Invitation\! -conn.party.left = Successfully left Party\! +conn.party.invited = Convidaste %s jogadores com sucesso para a Party\! +conn.party.accepted = Aceitaste com sucesso o pedido de Party\! +conn.party.denied = Negaste o convite de Party com sucesso\! +conn.party.left = Saíste da Party com sucesso\! conn.party.invite_error = Não foi possível convidar membros do grupo\! -conn.cape.upload.failed = Could not upload cape\: %s -conn.cape.upload.max_size = Image size may not be larger than %s\! -conn.cape.upload.wrong_dimension = Invalid cape dimension\! -conn.cape.upload.success = Cape successfully uploaded\! +conn.cape.upload.failed = Não foi possível carregar a capa\: %s +conn.cape.upload.max_size = O tamanho da imagem não pode ser maior que %s\! +conn.cape.upload.wrong_dimension = A dimensão da capa é inválida\! +conn.cape.upload.success = A capa foi carregada com sucesso\! menu.no_last_server = No Last Server -menu.the5zigMod = The 5zig Mod... +menu.the5zigMod = O Mod 5zig... menu.mcpvp = MCPVP -config.default = Default -config.click_to_reset = Click to reset... -config.list.add_entry = Add Entry... -config.list.remove_entry = Remove Entry -config.list.entry = 1 entry -config.list.entries = %s entries -config.list.category = Category - -config.main.title = Options -config.main.show_mod = Show Mod -config.main.show_mod.desc = Toggles whether the mod should render all stats to the ingame screen. -config.main.scale = Mod Scale -config.main.scale.desc = Specifies the amount of percent the ingame stats of the mod should be scaled. +config.default = Padrão +config.click_to_reset = Clica para repor... +config.list.add_entry = Adicionar entrada... +config.list.remove_entry = Remover entrada +config.list.entry = 1 entrada +config.list.entries = %s entradas +config.list.category = Categoria + +config.main.title = Opções +config.main.show_mod = Mostrar mod +config.main.show_mod.desc = Altera se o mod deve exibir todas as estatísticas na tela do jogo. +config.main.scale = Escala do mod +config.main.scale.desc = Especifica a quantidade em % que as estatísticas do jogo do mod devem ser dimensionadas. config.main.report_crashes = Reportar falhas automaticamente config.main.report_crashes.desc = Specify if the mod should automatically report crashes to the mod author.\nWhen disabled, you have still the possibility to report a crash to the mod author manually after the game has crashed. config.main.display = Opções de exibição... @@ -171,10 +171,10 @@ config.main.reset_config = Reset Configuration... config.main.reset_config.desc = Resets all settings of the mod. Your friends and chats will be kept. config.main.reset.title = Are you sure that you want to reset the configuration? config.main.plugins = Plugins (%s) -config.main.credits = Credits... +config.main.credits = Créditos... config.main.discord = Discord Presence -config.reset = The Config has been Reset\! +config.reset = A configuração foi redefinida\! update.1 = Uma nova versão do Mod 5zig está disponível\! update.2 = Baixe-a em 5zigreborn.eu/downloads\! From 3f5bb937443dc4208159d1864e86994b7d97d26e Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 31 Jan 2021 16:56:14 +0100 Subject: [PATCH 293/382] New translations language_en_US.properties (Japanese) --- resources/lang/44/language_ja_JP.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_ja_JP.properties b/resources/lang/44/language_ja_JP.properties index 3f3e35a..3020acd 100644 --- a/resources/lang/44/language_ja_JP.properties +++ b/resources/lang/44/language_ja_JP.properties @@ -245,7 +245,7 @@ config.display.show_own_name_tag = 自分のネームタグを表示 config.display.show_own_name_tag.desc = 自分の上にネームタグを表示するかを変更します。 config.display.highlight_words_color = 単語ハイライトの色 config.display.highlight_words_color.desc = 単語ハイライトのときに使用する色を変更します。 -config.display.ping_on_tab = プレイヤーリスト上のPingの数値化 +config.display.ping_on_tab = プレイヤーリストのPing表示を数値に変更 config.display.ping_on_tab.desc = バーのテクスチャを使用する代わりに数値を表示します。 config.keyboard_settings.title = LEDキーボードの設定 @@ -1770,7 +1770,7 @@ spotify.token_get = Spotifyトークンは保存されました。 config.server_hypixel.hypixel_api_key = APIキー... config.server_hypixel.hypixel_api_key.desc = このアカウントの Hypixel API キー。 config.display.ping_on_serverlist = サーバーリストへのPing -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. +config.display.ping_on_serverlist.desc = サーバーリストのPing表示を数値に変更 modules.label = プレフィックスを編集... modules.label.input = Enter the new prefix for this item. From 2243d3145c7b866ddb017a8ab4fa94e7ff651d33 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 31 Jan 2021 17:06:41 +0100 Subject: [PATCH 294/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 62 ++++++++++----------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 3cfe359..7dc4a47 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -143,7 +143,7 @@ config.main.show_mod.desc = Altera se o mod deve exibir todas as estatísticas n config.main.scale = Escala do mod config.main.scale.desc = Especifica a quantidade em % que as estatísticas do jogo do mod devem ser dimensionadas. config.main.report_crashes = Reportar falhas automaticamente -config.main.report_crashes.desc = Specify if the mod should automatically report crashes to the mod author.\nWhen disabled, you have still the possibility to report a crash to the mod author manually after the game has crashed. +config.main.report_crashes.desc = Especificar se o mod deve automaticamente reportar falhas ao responsável pelo mod.\nQuando desativado, ainda tens a possibilidade de informar um erro ao autor do mod manualmente logo após a falha do jogo. config.main.display = Opções de exibição... config.main.display.desc = Alterar a aparência do Minecraft. config.main.modules = Personalizar Exibição... @@ -228,54 +228,54 @@ config.display.show_last_server = Show Last Server config.display.show_last_server.desc = Toggles whether your last visited server should be displayed in main menu. config.display.show_custom_models = Show Custom Item Models config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. -config.display.keyboard_settings = LED Keyboard Settings... +config.display.keyboard_settings = Definições LED do teclado... config.display.keyboard_settings.desc = Customize the LED keys of your Keyboard\! -config.display.max_chat_lines = Chat Limit +config.display.max_chat_lines = Limite do chat config.display.max_chat_lines.desc = Sets the maximum amount of chat lines that should be available in the ingame chat history. -config.display.max_chat_lines.lines = Lines +config.display.max_chat_lines.lines = Linhas config.display.static_fov = Static FOV config.display.static_fov.desc = Toggle, if your FOV (field-of-view) should be changed when you have got a speed/slowness potion effect. -config.display.chat_time_prefix = Time in Chat Messages... +config.display.chat_time_prefix = Tempo nas mensagens do chat... config.display.chat_time_prefix.desc = Specify whether every chat message should have a prefix containing the current time. -config.display.transparent_chat_background = Transparent Chat Background +config.display.transparent_chat_background = Fundo do Chat Transparente config.display.transparent_chat_background.desc = Toggles whether the chat background should be transparent. -config.display.transparent_pause_menu = Transparent Pause Menu +config.display.transparent_pause_menu = Menu de pausa transparente config.display.transparent_pause_menu.desc = Toggles whether the ingame pause menu background should be transparent. config.display.show_own_name_tag = Show Own Nametag config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. config.display.highlight_words_color = Highlight Words Color config.display.highlight_words_color.desc = Change the word-highlight-color for keywords in chat. -config.display.ping_on_tab = Ping on Tablist +config.display.ping_on_tab = Ping na Tablist config.display.ping_on_tab.desc = Display the ping value instead of the bars texture. -config.keyboard_settings.title = LED Keyboard Settings -config.keyboard_settings.control_keyboard = Control Key LEDs +config.keyboard_settings.title = Definições LED do teclado +config.keyboard_settings.control_keyboard = Controlo das teclas LEDs config.keyboard_settings.control_keyboard.desc = Toggles whether the LEDs of your keyboard should be controlled by the mod. -config.keyboard_settings.none = None +config.keyboard_settings.none = Nenhum config.keyboard_settings.razer = Razer config.keyboard_settings.roccat = Roccat config.keyboard_settings.logitech = Logitech config.keyboard_settings.reset_keys_on_unfocus = Reset on Unfocus config.keyboard_settings.reset_keys_on_unfocus.desc = Toggles whether the LEDs of your keyboard should be reset whenever the Minecraft window is not focused anymore. -config.keyboard_settings.background_led_color = LED Color +config.keyboard_settings.background_led_color = Cor do LED config.keyboard_settings.background_led_color.desc = Specifies the color of your keyboard LED keys as hexadecimal number. -config.keyboard_settings.active_led_keys = Active LED Keys +config.keyboard_settings.active_led_keys = Teclas de LED Ativas config.keyboard_settings.active_led_keys.desc = Specifies the active LED key group. -config.keyboard_settings.all = All -config.keyboard_settings.special = Only WASD -config.keyboard_settings.show_led_health = Show Health +config.keyboard_settings.all = Todos +config.keyboard_settings.special = Somente WASD +config.keyboard_settings.show_led_health = Mostrar a Vida config.keyboard_settings.show_led_health.desc = Toggles whether the current health of the player should be displayed in the function row of your keyboard. -config.keyboard_settings.show_led_armor = Show Armor +config.keyboard_settings.show_led_armor = Mostrar a Armadura config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. -config.keyboard_settings.show_led_potions = Show Potions +config.keyboard_settings.show_led_potions = Mostrar as Poções config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard should light up in the color of your active potion effect. config.keyboard_settings.show_led_damage_flash = Show Damage Flash config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. config.chat_time_prefix.title = Chat Time Prefix -config.chat_time_prefix.chat_time_prefix_enabled = Enabled +config.chat_time_prefix.chat_time_prefix_enabled = Ativado config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. -config.chat_time_prefix.chat_time_prefix_color = Color +config.chat_time_prefix.chat_time_prefix_color = Cor config.chat_time_prefix.chat_time_prefix_color.desc = Specify the color of the time. config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets @@ -284,34 +284,34 @@ config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specify the color config.chat_time_prefix.chat_time_prefix_time_format = Format config.chat_time_prefix.chat_time_prefix_time_format.desc = Specify the time formatting. -config.server.title = Server Options -config.server.general = General... +config.server.title = Opções do servidor +config.server.general = Geral... config.server.general.desc = General server options. -config.server.highlight_words = Highlight Words... -config.server.highlight_words.desc = Add words that should be highlighted in chat. Use %player% for your own username. +config.server.highlight_words = Destacar Palavras... +config.server.highlight_words.desc = Adiciona palavras que devem ser destacadas no chat. Usa %player% para o teu próprio nick do jogo. config.server.chatmessage_filter = Chat Messages Filter... config.server.chatmessage_filter.desc = Filter specific chat messages and select actions for them. -config.server.text_replacement = Text Shortcuts... +config.server.text_replacement = Atalhos de texto... config.server.text_replacement.desc = Add shortcuts that get replaced by text upon sending a chat message. -config.server.text_macros = Text Macros... +config.server.text_macros = Macros de texto... config.server.text_macros.desc = Automatically send chat messages after pressing a predefined key combination. -config.server.name_history = Username History... +config.server.name_history = Histórico de nicks... config.server.name_history.desc = Lookup the username history of a Minecraft player. config.server.join_text = Join Auto-Text... config.server.join_text.desc = Automatically send chat messages after joining a server. config.server_general.title = General Server Options -config.server_general.show_server_stats = Show Stats +config.server_general.show_server_stats = Mostrar estatísticas config.server_general.show_server_stats.desc = Specify whether the stats of the currently connected server should be shown. (Works only on supported servers) -config.server_general.show_i_p = Show IP +config.server_general.show_i_p = Mostrar IP config.server_general.show_i_p.desc = Specify whether the current server ip should be shown. config.server_general.show_players = Show Player-Count config.server_general.show_players.desc = Specify whether the amount of online players on your server should be displayed. -config.server_general.show_large_start_countdown = Start Countdown +config.server_general.show_large_start_countdown = Iniciar contagem regressiva config.server_general.show_large_start_countdown.desc = Specify whether a start countdown should be displayed. (Works only on supported game modes) config.server_general.show_invincibility_wears_off_time = Show Invincibility Time config.server_general.show_invincibility_wears_off_time.desc = Specify whether an invincibility timer should be displayed. (Works only on supported game modes) -config.server_general.show_large_deathmatch_countdown = Deathmatch Countdown +config.server_general.show_large_deathmatch_countdown = Contagem regressiva do Deathmatch config.server_general.show_large_deathmatch_countdown.desc = Specify whether a deathmatch countdown should be displayed. (Works only on supported game modes) config.server_general.show_win_message = Show Win-Message config.server_general.show_win_message.desc = Specify whether a win message should be displayed at the end of a game. (Works only on supported game modes) From 424778c3c085c51e54c7782acfd4828840b675e5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 5 Feb 2021 09:00:10 +0100 Subject: [PATCH 295/382] New translations en_US.lang (Dutch) --- resources/assets/the5zigmod/lang/nl_NL.lang | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/assets/the5zigmod/lang/nl_NL.lang b/resources/assets/the5zigmod/lang/nl_NL.lang index f7ef71b..1040557 100644 --- a/resources/assets/the5zigmod/lang/nl_NL.lang +++ b/resources/assets/the5zigmod/lang/nl_NL.lang @@ -1,12 +1,12 @@ the5zigmod.key.toggle_mod=Mod instellen the5zigmod.key.toggle_chat=Chat instellen the5zigmod.key.coordinates_clipboard=Coördinaten klembord -the5zigmod.key.raid_calculator=MCPVP Raid Calculator +the5zigmod.key.raid_calculator=MCPVP Overval berekender the5zigmod.key.hypixel_stats=Hypixel Statistieken the5zigmod.key.zoom=Inzoomen the5zigmod.key.timer.start=Timer aanzetten -the5zigmod.key.timer.reset=Tijd gereset +the5zigmod.key.timer.reset=Timer gereset the5zigmod.key.teamspeak=TeamSpeak -the5zigmod.key.username_history=Gebruikersnaam geschiedenis +the5zigmod.key.username_history=Vorige gebruikersnamen the5zigmod.key.toggle_chat_filter=Schakel chatfilter aan/uit -the5zigmod.key.change_account=Account wijzigen \ No newline at end of file +the5zigmod.key.change_account=Account wisselen \ No newline at end of file From 95c53ed3a657439e10bc15db0fc5320cf74a3dbb Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 5 Feb 2021 09:20:04 +0100 Subject: [PATCH 296/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index acded82..ad4b91f 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1443,7 +1443,7 @@ profile.title = Jouw profiel profile.id = Profiel ID profile.name = Naam profile.first_login_time = Eerste login datum/tijd -profile.rank = Rank +profile.rank = Rang profile.cape = Cape profile.message = Profiel bericht profile.edit = [Bewerk] @@ -1498,7 +1498,7 @@ cape.upload.uploading = Uploading jouw Cape... cape.forbidden = You need to be a %s to use this cape\! mcpvp_servers.title = Selecteer een MCPvP Server -mcpvp_servers.join_server = Join Server +mcpvp_servers.join_server = Betreed server mcpvp_servers.refresh = Herlaad language.title = Talen @@ -1519,8 +1519,8 @@ raid.track = Bereken %s coordinate_clipboard.title = Coordinaten klembord coordinate_clipboard.description = Help\: In dit scherm kan je makkelijk coordinaten opslaan in je klembord. Deze coordinaten worden dan weergegeven op het scherm. Deze functie is erg handig voor het herinneren van coordinaten van bijvoorbeeld je teamgenoot of een andere belangrijke locatie. -coordinate_clipboard.previous = Previous -coordinate_clipboard.next = Next +coordinate_clipboard.previous = Vorige +coordinate_clipboard.next = Volgende coordinate_clipboard.number = Coordinates Clipboard %s/%s coordinate_clipboard.shortcut.cur_pos = Press SPACE to insert your current position. coordinate_clipboard.shortcut.delete = Press DELETE to clear the current coordinates. @@ -1543,16 +1543,16 @@ stats.lag = Server Lag\: %s%% stats.connected_players = Verbonden spelers \: %s/%s plugin_manager.title = Plugin Manager -plugin_manager.enable = Enable -plugin_manager.disable = Disable -plugin_manager.reload = Reload -plugin_manager.plugin_folder = Plugin Folder +plugin_manager.enable = Inschakelen +plugin_manager.disable = Uitschakelen +plugin_manager.reload = Herladen +plugin_manager.plugin_folder = Plug-in map plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. plugin_manager.update = Auto-update credits.title = Bedankt aan credits.reborn = Reborn Developers -credits.developer = Developer +credits.developer = Ontwikkelaar credits.special_thanks = Speciaal bedankje credits.translators = Vertalers credits.thank_you = En natuurlijk enorm bedankt dat jullie mijn mod gebruiken\! @@ -1564,24 +1564,24 @@ blocked_users.unblock = Deblokkeer gebruiker friend_requests.title = Vrienden verzoeken friend_requests.none = Je hebt geen vriendenverzoeken -friend_requests.accept = Accept -friend_requests.deny = Deny +friend_requests.accept = Accepteren +friend_requests.deny = Afwijzen banned.title = Toegang tot de 5zig mod is afgewezen\! banned.help = Als je denk dat dit een error is, contact info@5zigreborn.eu. banned.exiting = Auto-Exiting game in %s seconden. -server.reconnecting = Reconnecting in %s seconds... +server.reconnecting = Opnieuw verbinden in %s seconden... -api.outdated_server = Outdated Server API -api.outdated_client = Outdated Client +api.outdated_server = Verouderde server API +api.outdated_client = Verouderde client api.connected = Je bent op een server die 5zig mod toelaat\! api.setting_disabled = Rendering %s is uitgezet bij de server\! api.setting_disabled.potion_hud = de Potion Effect HUD api.setting_disabled.potion_indicator = de Potion Indicator Vignette api.setting_disabled.armor_hud = de Harnas HUD -ingame_chat.new_message = New Chat Message\! +ingame_chat.new_message = Nieuw chatbericht\! plugin_request.title = Mod Plugin Download Request\! plugin_request.help = The server has made a request to download a plugin of the 5zig mod, which can be used to display additional stats from the server.\n§cPlease note that the content of any downloadable plugin is not approved by the mod author and may harm your computer. Download this plugin at your own risk and only if you really trust the server owner\! If you want to remove the downloaded plugin again delete "%s" and restart your game\! From e9f4b0a24fcfcdac79786d6558253dd460ebeb1b Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 5 Feb 2021 09:33:39 +0100 Subject: [PATCH 297/382] New translations language_en_US.properties (Dutch) --- resources/lang/44/language_nl_NL.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_nl_NL.properties b/resources/lang/44/language_nl_NL.properties index ad4b91f..ec555a4 100644 --- a/resources/lang/44/language_nl_NL.properties +++ b/resources/lang/44/language_nl_NL.properties @@ -1437,7 +1437,7 @@ party.messages.demoted.broadcast = %s has been demoted\! party.messages.switch_server.overlay = The Party is now joining %s party.messages.switch_server.broadcast = The Party has joined %s party.messages.chat = New Party Chat Message from %s\! -party.messages.deleted = The Party has been deleted\! +party.messages.deleted = Het feestje is gestopt\! profile.title = Jouw profiel profile.id = Profiel ID @@ -1451,7 +1451,7 @@ profile.edit = [Bewerk] config.profile_settings.title = Profiel instellingen config.profile_settings.connect_to_server = Ga online config.profile_settings.connect_to_server.desc = Toggle whether the mod should connect itself the the chat server of the mod on startup. -config.profile_settings.show_connecting = Show Connect Message +config.profile_settings.show_connecting = Toon Verbindingsbericht config.profile_settings.show_connecting.desc = Toggle whether the mod should display connect messages in the top right corner. config.profile_settings.afk_time = Ga AFK na config.profile_settings.afk_time.desc = Specify the time after that the mod should turn your online status to away. @@ -1469,7 +1469,7 @@ config.profile_settings.show_friend_requests = Toon vriendverzoeken config.profile_settings.show_friend_requests.desc = Toggle whether you want to allow friend requests from other players. config.profile_settings.show_country = Toon land config.profile_settings.show_country.desc = Toggle whether you want to display your country to your friends.\nWhen turned off, you cannot see the country of your friends as well. -config.profile_settings.display_color = Display Color +config.profile_settings.display_color = Weergave kleur config.profile_settings.display_color.desc = The color your name will be displayed in the chat and friends list. profile.yesterday = Gisteren profile.today = Vandaag From ea99bc713521dd39d1eda1e58fd6788c5e61ddc9 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 11:38:16 +0100 Subject: [PATCH 298/382] New translations en_US.lang (Polish) --- resources/assets/the5zigmod/lang/pl_PL.lang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/the5zigmod/lang/pl_PL.lang b/resources/assets/the5zigmod/lang/pl_PL.lang index 2a779e1..0e38e64 100644 --- a/resources/assets/the5zigmod/lang/pl_PL.lang +++ b/resources/assets/the5zigmod/lang/pl_PL.lang @@ -5,8 +5,8 @@ the5zigmod.key.raid_calculator=MCPVP Raid Calculator the5zigmod.key.hypixel_stats=Hypixel Stats the5zigmod.key.zoom=Zoom in the5zigmod.key.timer.start=Timer Toggle Start -the5zigmod.key.timer.reset=Timer Reset +the5zigmod.key.timer.reset=Reset minutnika the5zigmod.key.teamspeak=TeamSpeak -the5zigmod.key.username_history=Username History +the5zigmod.key.username_history=Historia nazwy użytkownika the5zigmod.key.toggle_chat_filter=Toggle Chat Filter -the5zigmod.key.change_account=Change account \ No newline at end of file +the5zigmod.key.change_account=Zmień konto \ No newline at end of file From ec56302399e74e0e767b77ce6e6f51441d3fb6fe Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 11:54:41 +0100 Subject: [PATCH 299/382] New translations en_US.lang (Polish) --- resources/assets/the5zigmod/lang/pl_PL.lang | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/assets/the5zigmod/lang/pl_PL.lang b/resources/assets/the5zigmod/lang/pl_PL.lang index 0e38e64..35c508c 100644 --- a/resources/assets/the5zigmod/lang/pl_PL.lang +++ b/resources/assets/the5zigmod/lang/pl_PL.lang @@ -1,12 +1,12 @@ -the5zigmod.key.toggle_mod=Toggle Mod -the5zigmod.key.toggle_chat=Toggle Chat -the5zigmod.key.coordinates_clipboard=Coord Clipboard -the5zigmod.key.raid_calculator=MCPVP Raid Calculator -the5zigmod.key.hypixel_stats=Hypixel Stats -the5zigmod.key.zoom=Zoom in -the5zigmod.key.timer.start=Timer Toggle Start +the5zigmod.key.toggle_mod=Przełącz modyfikację +the5zigmod.key.toggle_chat=Przełącz czat +the5zigmod.key.coordinates_clipboard=Schowek na koordynaty +the5zigmod.key.raid_calculator=Kalkulator Raid MCPVP +the5zigmod.key.hypixel_stats=Statystyki Hypixela +the5zigmod.key.zoom=Przybliż +the5zigmod.key.timer.start=Włącz minutnik the5zigmod.key.timer.reset=Reset minutnika the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=Historia nazwy użytkownika -the5zigmod.key.toggle_chat_filter=Toggle Chat Filter +the5zigmod.key.toggle_chat_filter=Przełącz filtr czatu the5zigmod.key.change_account=Zmień konto \ No newline at end of file From 0cbb7538c41f54e5b9b2e68f8f6bf9fae376701d Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 11:54:44 +0100 Subject: [PATCH 300/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index bf39d91..f6ecd1b 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -29,7 +29,7 @@ gui.search = Szukaj file_selector.open = Otworz file_selector.select = Wybierz -input.title = Input +input.title = Wprowadź mojang.service.status = Serwis Statusu Mojang mojang.service.minecraft_website = Minecraft.net @@ -389,7 +389,7 @@ server.hypixel.stats.info = %s Statystyki server.hypixel.stats.none = Brak server.hypixel.stats.general.displayname = Nick server.hypixel.stats.general.package_rank = Ranking -server.hypixel.stats.general.network_exp = Exp +server.hypixel.stats.general.network_exp = Doświadczenie server.hypixel.stats.general.network_level = Poziom server.hypixel.stats.general.karma = Karma server.hypixel.stats.general.vanity_tokens = Tokeny Vanity @@ -615,7 +615,7 @@ chat_filter.edit.except = Wyjatki\: chat_filter.edit.servers = Serwery\: chat_filter.edit.auto_text = Auto-Tekst\: chat_filter.edit.auto_text_cancel = Wiadomosc Anulowania Auto-Tekstu\: -chat_filter.edit.auto_text_delay = Delay (ticks)\: +chat_filter.edit.auto_text_delay = Opóźnienie (w tickach)\: chat_filter.edit.multiple_ips = Wiele IP powinno byc oddzielone przecinkiem. chat_filter.edit.action = Akcja\: chat_filter.edit.action.ignore = Ignoruj @@ -718,8 +718,8 @@ modules.settings.items = Pakiety (%s)... modules.settings.show_label = Pokazuj Tytul modules.settings.label.color = Kolor Tytulu modules.settings.server = Serwer -modules.settings.render = Render -modules.settings.render.timolia_tournament = Timolia 1vs1 Tournament +modules.settings.render = Renderowanie +modules.settings.render.timolia_tournament = Turniej 1na1 Timolia modules.settings.render.custom_server = API Serwera modules.settings.scale = Skala modules.settings.box_opacity = Przezroczystosc Tla @@ -735,7 +735,7 @@ modules.settings.item.prefix = Prefiks modules.category.general = Glowne modules.category.equip = Ekwipunek -modules.category.combat = Combat +modules.category.combat = Walka modules.category.server_general = Serwer General modules.category.server_timolia = Serwer Timolia modules.category.server_gommehd = Serwer GommeHD @@ -833,7 +833,7 @@ modules.item.time.show_seconds = Pokazuj Sekundy modules.item.time.show_seconds.desc = Ustala czy sekundy maja byc wyswietlane. modules.item.date = Data modules.item.date.desc = Wyswietla date rzeczywista. Data zostanie sformatowana zgodnie z ustawieniem systemowym. -modules.item.timer = Timer +modules.item.timer = Minutnik modules.item.timer.desc = Wyswietla aktywny Timer. Mozesz startowac, zatrzymywac i pauzowac licznie czasu odpowiednimi przyciskami. modules.item.memory = Pamiec modules.item.memory.desc = Wyswietla pamiec Javy w procentach lub liczbach. @@ -947,13 +947,13 @@ modules.item.arrows.show_always = Pokazuj Zawsze modules.item.arrows.show_always.desc = Ustala czy ilosc strzal ma byc pokazywana zawsze czy tylko wtedy gdy trzymasz luk. modules.item.soups = Ilosc Zupek modules.item.soups.desc = Wyswietla ilosc zupek w twoim ekwipunku. -modules.item.ip = IP +modules.item.ip = Adres IP modules.item.ip.desc = Wyswietla IP serwera, z ktorym jestes polaczony. modules.item.players = Ilosc graczy modules.item.players.desc = Wyswietla ilosc graczy na serwerze (czasem oszukuje). modules.item.ping = Ping modules.item.ping.desc = Wyswietla twoj ping wzgledem serwera. -modules.item.lobby = Lobby +modules.item.lobby = Poczekalnia modules.item.lobby.desc = Wyswietla nazwe lobby. modules.item.countdown = Odliczanie modules.item.countdown.desc = Wyswietla odliczanie do rozpoczecia gry. @@ -961,7 +961,7 @@ modules.item.countdown.show_large_countdown = Pokazuj duze odliczanie modules.item.countdown.show_large_countdown.desc = Ustala czy odliczanie powinny byc pokazywane na srodku ekranu. modules.item.kills = Zabojstwa modules.item.kills.desc = Wyswietla ilosc zabojstw w aktualnym trybie gry. -modules.item.killstreak = Killstreak +modules.item.killstreak = Seria zabójstw modules.item.killstreak.desc = Wyswietla twoj killstreak w aktualnym trybie gry. modules.item.deaths = Smierci modules.item.deaths.desc = Wyswietla ilosc twoich zgonow w aktualnym trybie gry. @@ -980,7 +980,7 @@ modules.item.party_members.star = Gwiazdka Lidera modules.item.party_members.star.desc = Wyswietla gwiazdke za Liderem Ekipy. modules.item.nickname = Nick modules.item.nickname.desc = Wyswietla twoj aktualny nick. -modules.item.combat_range = Combat Range +modules.item.combat_range = Zasięg bitewny modules.item.timolia_pvp_winstreak = PVP Winstreak modules.item.timolia_pvp_winstreak.desc = Wyswietla aktualny winstreak w 1vs1 na serwerze Timolia Network. modules.item.timolia_pvp_opponent = PVP Przeciwnik @@ -1035,19 +1035,19 @@ modules.item.timolia_jumpworld_checkpoint = JumpWorld Checkpointy modules.item.timolia_jumpworld_checkpoint.desc = Wyswietla aktualna ilosc Checkpointow w JumpWorld na serwerze Timolia Network. modules.item.timolia_jumpworld_last_checkpoint = JumpWorld Ostatni Checkpoint modules.item.timolia_jumpworld_last_checkpoint.desc = Wyswietla odlegosc do ostatniego Checkpointa w JumpWorld na serwerze Timolia Network. -modules.item.gommehd_sg_deathmatch = SG Deathmatch Timer +modules.item.gommehd_sg_deathmatch = Czas do Deachmatchu SG modules.item.gommehd_sg_deathmatch.desc = Wyswietla Timer Deatchmachu w SurvivalGames na serwerze GommeHD Network. modules.item.gommehd_sg_deathmatch_message = SG Deathmatch Wiadomosc modules.item.gommehd_sg_deathmatch_message.desc = Wyswietla Timer Deathmatchu w SurvivalGames na serwerze GommeHD Network. modules.item.gommehd_bedwars_team = BedWars Zespol modules.item.gommehd_bedwars_team.desc = Wyswietla twoj zespol w BedWars na serwerze GommeHD Network. -modules.item.gommehd_bedwars_respawn = BedWars Respawn +modules.item.gommehd_bedwars_respawn = Odrodzenie w BedWars modules.item.gommehd_bedwars_respawn.desc = Wyswietla czy mozesz sie jeszcze respawnowac w BedWars na serwerze GommeHD Network. modules.item.gommehd_bedwars_gold = BedWars Czas Zlota modules.item.gommehd_bedwars_gold.desc = Wyswietla czas, ktory zostal do zrzutu zlotych przedmiotow w BedWars na serwerze GommeHD Network. modules.item.gommehd_bedwars_beds = BedWars Znoszczone Lozka modules.item.gommehd_bedwars_beds.desc = Wyswietla ilosc lozek, ktore zniszczyles w BedWars na serwerze GommeHD Network. -modules.item.gommehd_endergames_kit = EnderGames Kit +modules.item.gommehd_endergames_kit = Kit EnderGames modules.item.gommehd_endergames_kit.desc = Wyswietla twoj kit w EnderGames na serwerze GommeHD Network. modules.item.gommehd_endergames_coins = EnderGames Monety modules.item.gommehd_endergames_coins.desc = Wyswietla ilosc twoich monet w EnderGames na serwerze GommeHD Network. @@ -1055,7 +1055,7 @@ modules.item.gommehd_skywars_coins = SkyWars Monety modules.item.gommehd_skywars_coins.desc = Wyswietla ilosc twoich monet w SkyWars na serwerze GommeHD Network. modules.item.gommehd_skywars_team = SkyWars Zespol modules.item.gommehd_skywars_team.desc = Wyswietla twoj zespol w SkyWars na serwerze GommeHD Network. -modules.item.gommehd_skywars_kit = SkyWars Kit +modules.item.gommehd_skywars_kit = Kit SkyWars modules.item.gommehd_skywars_kit.desc = Wyswietla twoj kit w SkyWars na serwerze GommeHD Network. modules.item.gommehd_ragemode_emeralds = Ragemode Szmaragdy modules.item.gommehd_ragemode_emeralds.desc = Wyswietla ilosc twoich szmaragdow w Ragemode na serwerze GommeHD Network. From 04643b4c6fb6bb1e0d35315a3340e0aa561609de Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 12:10:54 +0100 Subject: [PATCH 301/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 48 ++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index f6ecd1b..ed93a93 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -753,7 +753,7 @@ modules.item.fps = FPS modules.item.fps.desc = Wyswietla aktualna ilosc klatek na sekunde. modules.item.fps.precise_f_p_s = Precyzyjny Licznik FPS modules.item.fps.precise_f_p_s.desc = Ustala czy precyzyjny wskaznik FPS ma byc uzywany. Wtedy liczba bedzie odswiezana co kazda klatke zamiast co pol sekundy. -modules.item.cps = CPS +modules.item.cps = CPS (kliknięcia na sekundę) modules.item.cps.desc = Wyswietla aktualna ilosc klikniec na sekunde. modules.item.cps.type = Pokazuj modules.item.cps.type.desc = Wybierz jaki typ klikniec ma byc wyswietlany. @@ -981,7 +981,7 @@ modules.item.party_members.star.desc = Wyswietla gwiazdke za Liderem Ekipy. modules.item.nickname = Nick modules.item.nickname.desc = Wyswietla twoj aktualny nick. modules.item.combat_range = Zasięg bitewny -modules.item.timolia_pvp_winstreak = PVP Winstreak +modules.item.timolia_pvp_winstreak = Seria wygrywania PVP modules.item.timolia_pvp_winstreak.desc = Wyswietla aktualny winstreak w 1vs1 na serwerze Timolia Network. modules.item.timolia_pvp_opponent = PVP Przeciwnik modules.item.timolia_pvp_opponent.desc = Wyswietla twojego przeciwnika w 1vs1 na serwerze Timolia Network. @@ -1013,9 +1013,9 @@ modules.item.timolia_brainbow_team = Brainbow Zespol modules.item.timolia_brainbow_team.desc = Wyswietla twoj zespol w Brainbow na serwerze Timolia Network. modules.item.timolia_brainbow_score = Brainbow Wynik modules.item.timolia_brainbow_score.desc = Wyswietla twoj wynik w Brainbow na serwerze Timolia Network. -modules.item.timolia_advent_medal = Advent Medal +modules.item.timolia_advent_medal = Medal adwentowy modules.item.timolia_advent_medal.desc = Wyswietla twoj Meda w Advent na serwerze Timolia Network. -modules.item.timolia_advent_parkour = Advent Parkour +modules.item.timolia_advent_parkour = Parkour adwentowy modules.item.timolia_advent_parkour.desc = Wyswietla aktualny Parkowur w Advent na serwerze Timolia Network. modules.item.timolia_advent_checkpoint = Advent Checkpointy modules.item.timolia_advent_checkpoint.desc = Wyswietla aktualna ilosc Checkpointow w Advent na serwerze Timolia Network. @@ -1047,7 +1047,7 @@ modules.item.gommehd_bedwars_gold = BedWars Czas Zlota modules.item.gommehd_bedwars_gold.desc = Wyswietla czas, ktory zostal do zrzutu zlotych przedmiotow w BedWars na serwerze GommeHD Network. modules.item.gommehd_bedwars_beds = BedWars Znoszczone Lozka modules.item.gommehd_bedwars_beds.desc = Wyswietla ilosc lozek, ktore zniszczyles w BedWars na serwerze GommeHD Network. -modules.item.gommehd_endergames_kit = Kit EnderGames +modules.item.gommehd_endergames_kit = Kit w EnderGames modules.item.gommehd_endergames_kit.desc = Wyswietla twoj kit w EnderGames na serwerze GommeHD Network. modules.item.gommehd_endergames_coins = EnderGames Monety modules.item.gommehd_endergames_coins.desc = Wyswietla ilosc twoich monet w EnderGames na serwerze GommeHD Network. @@ -1055,7 +1055,7 @@ modules.item.gommehd_skywars_coins = SkyWars Monety modules.item.gommehd_skywars_coins.desc = Wyswietla ilosc twoich monet w SkyWars na serwerze GommeHD Network. modules.item.gommehd_skywars_team = SkyWars Zespol modules.item.gommehd_skywars_team.desc = Wyswietla twoj zespol w SkyWars na serwerze GommeHD Network. -modules.item.gommehd_skywars_kit = Kit SkyWars +modules.item.gommehd_skywars_kit = Kit w SkyWars modules.item.gommehd_skywars_kit.desc = Wyswietla twoj kit w SkyWars na serwerze GommeHD Network. modules.item.gommehd_ragemode_emeralds = Ragemode Szmaragdy modules.item.gommehd_ragemode_emeralds.desc = Wyswietla ilosc twoich szmaragdow w Ragemode na serwerze GommeHD Network. @@ -1067,17 +1067,17 @@ modules.item.playminity_jumpleague_lives = JumpLeague Zycia modules.item.playminity_jumpleague_lives.desc = Wyswietla ilosc pozostalych zyc w JumpLeague na serwerze PlayMinity Network. modules.item.bergwerk_duel_team = Duel Zespol modules.item.bergwerk_duel_team.desc = Wyswietla twoj zespol w Duel na serwerze Bergwerklabs Network. -modules.item.bergwerk_duel_respawn = Duel Respawn +modules.item.bergwerk_duel_respawn = Odrodzenie w Duel modules.item.bergwerk_duel_respawn.desc = Wyswietla czy mozesz sie jeszcze respwanowac w Duel na serwerze Bergwerklabs Network. modules.item.bergwerk_duel_teleport_message = Duel Wiadomosc Teleportacji modules.item.bergwerk_duel_teleport_message.desc = Wyswietla wiadomosc kiedy ktos zostaje przeteleportowany w Duel na serwerze Bergwerklabs Network. modules.item.hypixel_paintball_team = Paintball Zespol modules.item.hypixel_paintball_team.desc = Wyswietla twoj zespol w Paintball na serwerze Hypixel Network. -modules.item.hypixel_blitz_kit = Blitz Kit +modules.item.hypixel_blitz_kit = Kit Blitz modules.item.hypixel_blitz_kit.desc = Wyswietla twoj kit w Blitz na serwerze Hypixel Network. modules.item.hypixel_blitz_star = Blitz Gwiazda modules.item.hypixel_blitz_star.desc = Wyswietla timer gwiazdy w Blitz na serwerze Hypixel Network. -modules.item.hypixel_blitz_deathmatch = Blitz Deathmatch +modules.item.hypixel_blitz_deathmatch = Pojedynek Blitz modules.item.hypixel_blitz_deathmatch.desc = Wyswietla timer Deathmatcha w Blitz na serwerze Hypixel Network. modules.item.hypixel_blitz_star_message = Blitz Wiadomosc Gwiazdy modules.item.hypixel_blitz_star_message.desc = Wyswietla timer gwiazdy w Blitz na serwerze Hypixel Network. @@ -1089,7 +1089,7 @@ modules.item.venicraft_mineathlon_round = Mineathlon Runda modules.item.venicraft_mineathlon_round.desc = Wyswietla aktualna runde w Mineathlon na serwerze Venicraft Network. modules.item.cytooxien_marioparty_minigames = Mario Party Minigry modules.item.cytooxien_marioparty_minigames.desc = Wyswietla ilosc zagranych minigier w Mario Party na serwerze Cytooxien Network. -modules.item.cytooxien_marioparty_first_second_third = Mario Party \#1/\#2/\#3 +modules.item.cytooxien_marioparty_first_second_third = Mario Party miejsce \#1/\#2/\#3 modules.item.cytooxien_marioparty_first_second_third.desc = Wyswietla ilosc minigier, ktore ukonczyles na pierwszym/drugim/trzecim miejscu w Mario Party na serwerze Cytooxien Network. modules.item.cytooxien_marioparty_place = MarioParty Miejsce modules.item.cytooxien_marioparty_place.desc = Wyswietla twoje miejsce MarioParty na serwerze Cytooxien Network. @@ -1109,11 +1109,11 @@ modules.item.cytooxien_bw_team = Bedwars Zespol modules.item.cytooxien_bw_team.desc = Wyswietla twoj zespol w Bedwars na serwerze Cytooxien Network. modules.item.cytooxien_bw_can_respawn = Bedwars Respawn modules.item.cytooxien_bw_can_respawn.desc = Wyswietla czy mozesz sie jeszcze respwanowac w Bedwars na serwerze Cytooxien Network. -modules.item.simplehg_kit = SimpleHG Kit +modules.item.simplehg_kit = Kit w SimpleHG modules.item.simplehg_kit.desc = Wyswietla twoj kit w SimpleHG -modules.item.simplehg_minifeast = SimpleHG Minifeast +modules.item.simplehg_minifeast = Minifeast w SimpleHG modules.item.simplehg_minifeast.desc = Wyswietla koordynaty minifeastow w SimpleHG -modules.item.simplehg_feast = SimpleHG Feast +modules.item.simplehg_feast = Feast w SimpleHG modules.item.simplehg_feast.desc = Wyswietla koordynaty feastow w SimpleHG config.server.2nd_chat = 2-gi Czat... @@ -1359,22 +1359,22 @@ chat.new_group_message = Message in %s chat.new_file_request = File Request from %s chat.accept_file_transfer = Open Chat GUI to accept\! chat.select_image = Select Image -chat.new_messages = You have %s new messages\! +chat.new_messages = Masz %s nowych wiadomości\! chat.audio.name = Audio -chat.audio.too_large = Audio may not be larger than %s\! -chat.audio.not_found = Clip not found\! -chat.audio.recording = Recording... %s sec -chat.audio.abort = Move Mouse to abort -chat.audio.hint = Press and Hold\! -chat.audio.not_supported = Audio recording is not supported\! +chat.audio.too_large = Plik audio nie może być dłuższy niż %s\! +chat.audio.not_found = Nie znaleziono klipu\! +chat.audio.recording = Nagrywanie... %s sekund +chat.audio.abort = Rusz myszkę by anulować +chat.audio.hint = Naciśnij i przytrzymaj\! +chat.audio.not_supported = Nagrywanie audio nie jest dostępne\! chat.audio.unavailable = Audio recording is currently unavailable\! chat.image.name = Image chat.image.too_large = Image may not be larger than %s\! -chat.image.not_found = Image not found\! -chat.file.waiting = Waiting... -chat.file.accept = Accept Download? -chat.file.download_failed = Download failed\! +chat.image.not_found = Nie znaleziono obrazka\! +chat.file.waiting = Czekaj... +chat.file.accept = Akceptować pobranie? +chat.file.download_failed = Pobieranie zakończone niepowodzeniem\! chat.file.download_denied = Download denied chat.file.downloading = Downloading... chat.file.request_sent = Download request sent\! From ac79893ccc7b699966d4369ad70783ec364fc41c Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 12:24:11 +0100 Subject: [PATCH 302/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 44 ++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index ed93a93..cd214fb 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -1374,13 +1374,13 @@ chat.image.too_large = Image may not be larger than %s\! chat.image.not_found = Nie znaleziono obrazka\! chat.file.waiting = Czekaj... chat.file.accept = Akceptować pobranie? -chat.file.download_failed = Pobieranie zakończone niepowodzeniem\! -chat.file.download_denied = Download denied -chat.file.downloading = Downloading... -chat.file.request_sent = Download request sent\! -chat.file.upload_failed = Upload failed\! -chat.file.upload_denied = Upload denied -chat.file.uploading = Uploading... +chat.file.download_failed = Pobieranie nie powiodło się\! +chat.file.download_denied = Pobieranie odrzucone +chat.file.downloading = Pobieranie... +chat.file.request_sent = Wysłano żądanie pobrania\! +chat.file.upload_failed = Przesyłanie pliku nie powiodło się\! +chat.file.upload_denied = Przesyłanie odrzucone +chat.file.uploading = Przesyłanie... chat.settings = Opcje Czatu... config.chat_settings.title = Opcje Czatu @@ -1404,21 +1404,21 @@ config.chat_settings.chat_background_location.desc = Wybierz obrazek tla dla cza config.chat_settings.background.selected = Nowe tlo wybrane\! party.title = Ekipa -party.help = You are currently not in a Party\!\n\nParties make playing together with friends very easy by automatically switching all members to the same Minecraft Server the host is currently playing on. -party.delete = Delete Party -party.leave = Leave Party -party.members = Party Members -party.from = Party of %s -party.create = Create new Party -party.invitations = Party Invitations (%s) -party.invitations.accept = Accept -party.invitations.deny = Deny -party.invite_members.title = Invite Party Members -party.invite_members.invite = Invite -party.invite_members.friends.online = Online Friends -party.invite_members.friends.invited = Invited Friends -party.invitations.title = Party Invitations -party.manage_members = Manage Members +party.help = Nie jesteś obecnie w żadnej Grupie\!\n\nGrupy bardzo ułatwiają grę razem ze znajomymi przez to, że każdy członek danej Grupy zostaje automatycznie wysłany na ten sam serwer Minecrafta na którym obecnie gra host. +party.delete = Usuń Grupę +party.leave = Wyjdź z Grupy +party.members = Członkowie Grupy +party.from = Grupa %s +party.create = Utwórz nową Grupę +party.invitations = Zaproszenia do Grupy (%s) +party.invitations.accept = Przyjmij +party.invitations.deny = Odmów +party.invite_members.title = Zaproś członków Grupy +party.invite_members.invite = Zaproś +party.invite_members.friends.online = Znajomi online +party.invite_members.friends.invited = Znajomi zaproszeni +party.invitations.title = Zaproszenia do Grupy +party.manage_members = Zarządzaj członkami party.manage_members.title = Manage Members party.manage_members.invite = Invite... party.manage_members.kick = Kick From 66dc87c75ced3882794f5abce8867c37dcb68b6f Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 12:43:42 +0100 Subject: [PATCH 303/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 96 ++++++++++----------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index cd214fb..a71bce9 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -1419,20 +1419,20 @@ party.invite_members.friends.online = Znajomi online party.invite_members.friends.invited = Znajomi zaproszeni party.invitations.title = Zaproszenia do Grupy party.manage_members = Zarządzaj członkami -party.manage_members.title = Manage Members -party.manage_members.invite = Invite... -party.manage_members.kick = Kick -party.manage_members.promote = Promote -party.manage_members.demote = Demote -party.manage_members.set_owner = Set Owner... -party.manage_members.set_owner.confirm = Are you sure you want to transfer your ownership to %s? This action can not be reverted\! -party.messages.invited = New Party Invitation from %s\! -party.messages.member_joined.overlay = %s joined the Party\! -party.messages.member_joined.broadcast = %s joined the Party\! -party.messages.member_left.overlay = %s left the Party\! -party.messages.member_left.broadcast = %s left the Party\! -party.messages.new_owner.broadcast = %s is now the new owner of the Party\! -party.messages.promoted.broadcast = %s has been promoted\! +party.manage_members.title = Zarządzaj użytkownikami +party.manage_members.invite = Zaproś... +party.manage_members.kick = Wyrzuć +party.manage_members.promote = Awansuj +party.manage_members.demote = Zdegraduj +party.manage_members.set_owner = Ustaw Właściciela... +party.manage_members.set_owner.confirm = Czy jesteś pewien że chcesz przekazać władzę %s? Tego nie można później odwrócić\! +party.messages.invited = Nowe zaproszenie do Grupy od %s\! +party.messages.member_joined.overlay = %s dołączył(ęła) do Grupy\! +party.messages.member_joined.broadcast = %s dołączył(ęła) do Grupy\! +party.messages.member_left.overlay = %s opuścił(a) Grupę\! +party.messages.member_left.broadcast = %s opuścił(a) Grupę\! +party.messages.new_owner.broadcast = %s jest teraz nowym(-wą) właścicielem(-elką) Grupy\! +party.messages.promoted.broadcast = %s został(a) awansowany(a)\! party.messages.demoted.broadcast = %s has been demoted\! party.messages.switch_server.overlay = The Party is now joining %s party.messages.switch_server.broadcast = The Party has joined %s @@ -1721,51 +1721,51 @@ account_manager.edit = Add/Edit account account_manager.username = Username/E-mail account_manager.password = Password (leave blank for offline accounts) account_manager.type.legacy = Offline -account_manager.type.mojang = Verified -account_manager.add_btn = Add... -account_manager.remove = Remove -account_manager.edit_btn = Edit... -account_manager.change_password = Change Key - -spotify.token.set = Set -spotify.token.not_set = Not Set +account_manager.type.mojang = Zweryfikowany(a) +account_manager.add_btn = Dodaj... +account_manager.remove = Usuń +account_manager.edit_btn = Edytuj... +account_manager.change_password = Zmień hasło + +spotify.token.set = Ustaw +spotify.token.not_set = Nie ustawiono config.spotify.title = Spotify config.spotify.refresh_token = Token -config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. +config.spotify.refresh_token.desc = Twój token Spotify. Połącz swoje konto i znajdź go na stronie https\://secure.5zigreborn.eu/spotify. config.display.spotify = Spotify... -ingame.map = Map -ingame.mode = Mode +ingame.map = Mapa +ingame.mode = Tryb -modules.item.octc_map = Map -modules.item.octc_mode = Mode -modules.item.octc_team = Team -modules.category.server_occ = Server OCC +modules.item.octc_map = Mapa +modules.item.octc_mode = Tryb +modules.item.octc_team = Drużyna +modules.category.server_occ = Serwer OCC -gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. -gui.alert.feature_unavailable = This feature isn't currently available. +gui.alert.server_disconnected = Nie jesteś połączony z naszym serwerem, w związku z tym nie możesz zalogować się do swojego panelu. +gui.alert.feature_unavailable = Ta funkcja nie jest obecnie dostępna. -plugin.conn.starting = Starting server... -plugin.conn.listening = Waiting for plugins... -plugin.conn.info = Do you want to install this plugin? -plugin.conn.download = Downloading plugin... -plugin.conn.downloaded = Install complete -plugin.conn.error.fs = Could not create plugin file +plugin.conn.starting = Uruchamianie serwera... +plugin.conn.listening = Oczekiwanie na pluginy... +plugin.conn.info = Czy chcesz zainstalować ten plugin? +plugin.conn.download = Pobieranie pluginu... +plugin.conn.downloaded = Instalacja zakończona pomyślnie +plugin.conn.error.fs = Nie udało się utworzyć pliku pluginu -update.beta.1 = A new beta version of the 5zig mod is available\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.beta.1 = Nowa wersja beta 5zig mod jest już dostępna\! +update.beta.2 = Znajdziesz ją na l.5zigreborn.eu/beta\! +update.available.stable = Dostępna jest aktualizacja +update.available.beta = Dostępna jest aktualizacja Bety -modules.item.direction.count_angle_north = Count from north -modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. +modules.item.direction.count_angle_north = Odliczaj od północy +modules.item.direction.count_angle_north.desc = Działa jak kompas, oznacza 0° jako Północ oraz 180° jako Południe. -modules.item.uptime = Uptime -modules.item.uptime.extended = Extended -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +modules.item.uptime = Czas pracy +modules.item.uptime.extended = Rozszerzony +modules.item.uptime.extended.desc = Wyświetla czas używając rozszerzonych nazw (godzin, sekund). +ingame.uptime = Czas pracy -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = Twój token Spotify został zapisany pomyślnie. config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. From 74f732b6b9e1e98d516320a78d50010cc0936264 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 12:55:33 +0100 Subject: [PATCH 304/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index a71bce9..29ba847 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -1767,10 +1767,10 @@ ingame.uptime = Czas pracy spotify.token_get = Twój token Spotify został zapisany pomyślnie. -config.server_hypixel.hypixel_api_key = API Key... -config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. +config.server_hypixel.hypixel_api_key = Klucz API... +config.server_hypixel.hypixel_api_key.desc = Klucz API Hypixela dla tego konta. +config.display.ping_on_serverlist = Ping na liście serwerów +config.display.ping_on_serverlist.desc = Pokaż liczbę pingu zamiast pasków na liście serwerów. modules.label = Edit Prefix... modules.label.input = Enter the new prefix for this item. From 3688e2a211d20d937911d09bc835aa3409773f23 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 13:04:18 +0100 Subject: [PATCH 305/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index 29ba847..2a8e001 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -1772,16 +1772,16 @@ config.server_hypixel.hypixel_api_key.desc = Klucz API Hypixela dla tego konta. config.display.ping_on_serverlist = Ping na liście serwerów config.display.ping_on_serverlist.desc = Pokaż liczbę pingu zamiast pasków na liście serwerów. -modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.label = Edytuj prefiks... +modules.label.input = Wprowadź nowy prefiks dla tego elementu. +modules.item.command = Wyjście komend modules.item.command.regex = Regex -modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command +modules.item.command.regex.desc = Opcjonalne wyrażenie regularne. Jeśli to jest ustawione, tylko dopasowane grupy zostaną wydrukowane. +modules.item.command.scrolling = Próg przewijania +modules.item.command.refresh = Częstotliwość odświeżania (w sekundach) +modules.item.command.command = Komenda -config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_main = Niestandardowy kolor główny config.formatting.rgb_prefix = Custom Prefix Color ingame.command_output = Command From ef003c8a5500e8bad4d8bca57d40b1e8648e9baf Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 13:09:54 +0100 Subject: [PATCH 306/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index 2a8e001..360b228 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -246,7 +246,7 @@ config.display.show_own_name_tag.desc = Ustala czy Twoj name tag takze powinien config.display.highlight_words_color = Kolor Wyroznienia Wyrazow config.display.highlight_words_color.desc = Zmien kolor dla wyroznionych slow na czacie. config.display.ping_on_tab = Ping na Tabliście -config.display.ping_on_tab.desc = Display the ping value instead of the bars texture. +config.display.ping_on_tab.desc = Wyświetlaj wartość liczbową pingu zamiast tekstury schodków siły sygnału. config.keyboard_settings.title = Ustawienia Klawiatury LED config.keyboard_settings.control_keyboard = Kontroluj LEDy From f3cbdeb79b4ee83aaaf081a4c6c944d5c649f8b7 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 13:23:38 +0100 Subject: [PATCH 307/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 68 ++++++++++----------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index 360b228..a5d1638 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -748,7 +748,7 @@ modules.category.server_simplehg = Serwer SimpleHG modules.category.system = System modules.category.other = Inne -modules.item.dummy = (Dummy) +modules.item.dummy = (Manekin) modules.item.fps = FPS modules.item.fps.desc = Wyswietla aktualna ilosc klatek na sekunde. modules.item.fps.precise_f_p_s = Precyzyjny Licznik FPS @@ -1164,7 +1164,7 @@ teamspeak.enter_nickname = Wpisz swoja nowa nazwe uzytkownika\! teamspeak.chat.server = Serwer teamspeak.chat.channel = Kanal teamspeak.entry.server.name = Nazwa\: %s -teamspeak.entry.server.ip = Host\: %s +teamspeak.entry.server.ip = IP\: %s teamspeak.entry.server.version = Wersja\: %s on %s teamspeak.entry.server.created = Stworzony\: %s teamspeak.entry.server.channels = Kanaly\: %s @@ -1172,12 +1172,12 @@ teamspeak.entry.server.clients = Klienci\: %s teamspeak.entry.channel.name = Nazwa\: %s teamspeak.entry.channel.topic = Temat\: %s teamspeak.entry.channel.codec = Kodek\: %s -teamspeak.entry.channel.codec.speex_narrowband = Speex Narrowband -teamspeak.entry.channel.codec.speex_wideband = Speex Wideband -teamspeak.entry.channel.codec.speex_ultra_wideband = Speex Ultra-Wideband +teamspeak.entry.channel.codec.speex_narrowband = Speex Wąskopasmowy +teamspeak.entry.channel.codec.speex_wideband = Speex Szerokopasmowy +teamspeak.entry.channel.codec.speex_ultra_wideband = Speex Ultra-szerokopasmowy teamspeak.entry.channel.codec.celt_mono = CELT Mono -teamspeak.entry.channel.codec.opus_voice = Opus Voice -teamspeak.entry.channel.codec.opus_music = Opus Music +teamspeak.entry.channel.codec.opus_voice = Głos Opus +teamspeak.entry.channel.codec.opus_music = Muzyka Opus teamspeak.entry.channel.codec_quality = Jakosc Kodeku\: %s teamspeak.entry.channel.type = Typ\: %s teamspeak.entry.channel.type.permanent = Permanentny @@ -1190,10 +1190,10 @@ teamspeak.entry.channel.talk_power = Wymagany Talk Power\: %s teamspeak.entry.channel.subscription_status = Status Subskrypcji\: %s teamspeak.entry.channel.subscription_status.subscribed = Subskrybowany teamspeak.entry.channel.subscription_status.unsubscribed = Niesubskrybowany -teamspeak.entry.client.nickname = Nickname\: %s +teamspeak.entry.client.nickname = Pseudonim\: %s teamspeak.entry.client.server_groups = Grupy Serwera\: teamspeak.entry.client.channel_group = Groupa Kanalu\: -teamspeak.entry.client.away = Away +teamspeak.entry.client.away = Poza zasięgiem teamspeak.entry.client.output_deactivated = Sluchawki Wyciszone teamspeak.entry.client.input_deactivated = Mikrofon Wyciszony teamspeak.entry.client.output_muted = Sluchawki Wylaczone @@ -1254,7 +1254,7 @@ config.teamspeak.ts_dm_overlay = Nakladka Wiadomosci Prywatnej config.friend_list.friend_sortation = Sortuj config.friend_list.name = Nazwa -config.friend_list.online = Online +config.friend_list.online = Dostępny friend.title = Znajomi | %s friend.chat = Czat @@ -1306,7 +1306,7 @@ friend.invite.suggestions.new = Znaleziono %s sugestii znajomych dla ciebie\! group.new = Nowy Czat Grupowy group.owner = Wlasciciel -group.admin = Admin +group.admin = Administrator group.unknown = Nieznany group.more_members = i %s wiecej... group.info = Info @@ -1336,29 +1336,29 @@ group.invite.friends.invited = Zaproszeni Znajomi (%s) announcement.short_desc = Ogloszenia announcement.new = Nowe Ogloszenia\! -chat.send = Send -chat.chats = Chats -chat.friends = Friends -chat.view_more = View More... -chat.no_conversations = No Conversations\! -chat.status.pending = Pending -chat.status.sent = Sent -chat.status.delivered = Delivered -chat.status.read = Read -chat.conversation_settings = Settings... -chat.conversation_settings.title = Conversation Settings -chat.conversation_settings.behaviour = Behaviour\: %s -chat.conversation_settings.behaviour.default = Default -chat.conversation_settings.behaviour.show = Show Notifications -chat.conversation_settings.behaviour.hide = Hide Notifications -chat.conversation_settings.delete = Delete Conversation -chat.conversation_settings.leave = Leave Group -chat.conversation_settings.transfer_ownership = Please transfer your ownership first\! -chat.new_message = Message from %s -chat.new_group_message = Message in %s -chat.new_file_request = File Request from %s -chat.accept_file_transfer = Open Chat GUI to accept\! -chat.select_image = Select Image +chat.send = Wyślij +chat.chats = Czaty +chat.friends = Znajomi +chat.view_more = Pokaż więcej... +chat.no_conversations = Brak rozmów\! +chat.status.pending = W toku +chat.status.sent = Wysłano +chat.status.delivered = Dostarczono +chat.status.read = Odczytana +chat.conversation_settings = Ustawienia... +chat.conversation_settings.title = Ustawienia konwersacji +chat.conversation_settings.behaviour = Zachowanie\: %s +chat.conversation_settings.behaviour.default = Domyślny +chat.conversation_settings.behaviour.show = Pokazuj powiadomienia +chat.conversation_settings.behaviour.hide = Ukryj powiadomienia +chat.conversation_settings.delete = Usuń konwersację +chat.conversation_settings.leave = Opuść grupę +chat.conversation_settings.transfer_ownership = Proszę najpierw przenieś własność\! +chat.new_message = Wiadomość od %s +chat.new_group_message = Wiadomość w %s +chat.new_file_request = Prośba o plik od %s +chat.accept_file_transfer = Otwórz interfejs czatu by zaakceptować\! +chat.select_image = Wybierz obrazek chat.new_messages = Masz %s nowych wiadomości\! chat.audio.name = Audio From 5065496e9300b218741e2e40cb758dbc53a259a0 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 13:32:16 +0100 Subject: [PATCH 308/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 36 ++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index a5d1638..9143ec6 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -1368,9 +1368,9 @@ chat.audio.recording = Nagrywanie... %s sekund chat.audio.abort = Rusz myszkę by anulować chat.audio.hint = Naciśnij i przytrzymaj\! chat.audio.not_supported = Nagrywanie audio nie jest dostępne\! -chat.audio.unavailable = Audio recording is currently unavailable\! -chat.image.name = Image -chat.image.too_large = Image may not be larger than %s\! +chat.audio.unavailable = Nagrywanie audio jest obecnie niedostępne\! +chat.image.name = Obrazek +chat.image.too_large = Obrazek nie może być większy niż %s\! chat.image.not_found = Nie znaleziono obrazka\! chat.file.waiting = Czekaj... chat.file.accept = Akceptować pobranie? @@ -1433,11 +1433,11 @@ party.messages.member_left.overlay = %s opuścił(a) Grupę\! party.messages.member_left.broadcast = %s opuścił(a) Grupę\! party.messages.new_owner.broadcast = %s jest teraz nowym(-wą) właścicielem(-elką) Grupy\! party.messages.promoted.broadcast = %s został(a) awansowany(a)\! -party.messages.demoted.broadcast = %s has been demoted\! -party.messages.switch_server.overlay = The Party is now joining %s -party.messages.switch_server.broadcast = The Party has joined %s -party.messages.chat = New Party Chat Message from %s\! -party.messages.deleted = The Party has been deleted\! +party.messages.demoted.broadcast = %s został zdegradowany\! +party.messages.switch_server.overlay = Grupa dołącza teraz do %s +party.messages.switch_server.broadcast = Grupa dołączyła do %s +party.messages.chat = Nowa wiadomość na czacie Grupy od %s\! +party.messages.deleted = Grupa została usunięta\! profile.title = Twoj Profil profile.id = ID Profilu @@ -1455,7 +1455,7 @@ config.profile_settings.show_connecting = Powiadomienia Online config.profile_settings.show_connecting.desc = Ustala czy powiadomienia o byciu online maja byc wyswietlane w prawym gornym rogu. config.profile_settings.afk_time = Idz AFK po config.profile_settings.afk_time.desc = Ustala czas po jakim mod ma zmieniac twoj status na AFK. -config.profile_settings.afk_time.min = min +config.profile_settings.afk_time.min = min. config.profile_settings.never = Nigdy profile.now_afk = Jestes AFK\! profile.no_longer_afk = Nie jestes juz AFK\! @@ -1495,7 +1495,7 @@ cape.upload.default.title = Wrzuc Domyslna Pelerynke cape.upload.max_size = Obraz nie moze byc wiekszy niz %s\! cape.upload.wrong_dimension = Niewlasciwy rozmiar Pelerynki\! cape.upload.uploading = Wrzucanie twojej Pelerynki... -cape.forbidden = You need to be a %s to use this cape\! +cape.forbidden = Musisz być %s by używać tej peleryny\! mcpvp_servers.title = Wybierz serwer MCPvP mcpvp_servers.join_server = Dolacz @@ -1504,7 +1504,7 @@ mcpvp_servers.refresh = Odswiez language.title = Jezyki language.select = Uzywasz polskiego tlumaczenia dzieki wertos97\! %s -confirm_disconnect.title = Are you sure you want to disconnect from the current server? +confirm_disconnect.title = Czy na pewno chcesz rozłączyć się od bieżącego serwera? raid.title = Kalkulator Rajdu raid.tracked = Wyliczono %s blokow od %s do %s (%s w Netherze) na %s @@ -1514,17 +1514,17 @@ raid.east = wschod raid.west = zachod raid.tracker_coords = Koordy raid.tracked_blocks = Bloki -raid.narrow = Narrow -raid.track = Track %s +raid.narrow = Wąski +raid.track = Ślad %s coordinate_clipboard.title = Schowek Koordynatow coordinate_clipboard.description = Pomoc\: Na tym ekranie mozesz szybko schowac koordynaty do swojego "schowka". Beda one wyswietlane w ekranie gry. Ta opcja jest przydatna gry musisz zapamietac koordynaty np. twojego kolegi lub innego wzanego miejsca. coordinate_clipboard.previous = Poprzednie coordinate_clipboard.next = Nastepne coordinate_clipboard.number = Schowek Koordow %s/%s -coordinate_clipboard.shortcut.cur_pos = Press SPACE to insert your current position. -coordinate_clipboard.shortcut.delete = Press DELETE to clear the current coordinates. -coordinate_clipboard.shortcut.death = Press CTRL+D to insert your death location. +coordinate_clipboard.shortcut.cur_pos = Wciśnij SPACJE by wprowadzić aktualną pozycję. +coordinate_clipboard.shortcut.delete = Wciśnij DEL by wyczyścić obecne koordynaty. +coordinate_clipboard.shortcut.death = Wciśnij CTRL+D by wprowadzić koordynaty miejsca śmierci. stats.title = Statystyki Sieci stats.current = Aktualne Statystyki @@ -1548,7 +1548,7 @@ plugin_manager.disable = Wylacz plugin_manager.reload = Przeladuj plugin_manager.plugin_folder = Folder Pluginow plugin_manager.help = Instaluj i zarzadzaj pluginami do moda 5zig\! Pluginy pozwalaja zewnetrznym deweloperom dodawac nowe funkcje do moda 5zig. Wiecej informacji znajdziesz na 5zigreborn.eu/plugins. -plugin_manager.update = Auto-update +plugin_manager.update = Auto-aktualizacja credits.title = Autorzy credits.reborn = Reborn Developers @@ -1556,7 +1556,7 @@ credits.developer = Deweloper credits.special_thanks = Specjalne podziekowania dla credits.translators = Tlumacze credits.thank_you = Wielkie dzieki dla wszystkich tych gosci i oczywiscie dla ciebie, za uzywanie mojego moda\! -credits.patrons = Patrons +credits.patrons = Patroni blocked_users.title = Zablokowani Gracze blocked_users.none = Brak zablokowanych Graczy \:) From 3979915c45b8582cdb715f10cb5d97cd6eccb544 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 18 Feb 2021 13:43:09 +0100 Subject: [PATCH 309/382] New translations language_en_US.properties (Polish) --- resources/lang/44/language_pl_PL.properties | 52 ++++++++++----------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/resources/lang/44/language_pl_PL.properties b/resources/lang/44/language_pl_PL.properties index 9143ec6..1886657 100644 --- a/resources/lang/44/language_pl_PL.properties +++ b/resources/lang/44/language_pl_PL.properties @@ -1595,7 +1595,7 @@ plugin_request.error = Blad ingame.chat_search.enter_keyword = Wpisz fraze, ktora powinna byc wyszukiwana na czacie ingame.chat_search.highlighting = Podswietlanie slow zawierajacych "%s" -armor.title = Armor HUD +armor.title = HUD zbroi ctf.title = Twoje Staty CTF hg.title = Twoje Staty HG potion_effects.title = Aktywne Efekty @@ -1618,18 +1618,18 @@ ingame.f.east = Wschod ingame.f.south_east = Poludniowy Wschod ingame.biome = Biom ingame.entities = Byty -ingame.ip = IP +ingame.ip = Adres IP ingame.players = Gracze ingame.ping = Ping ingame.pinging = Pingowanie... -ingame.kills = Kills -ingame.stats_kills = StatsKills -ingame.killstreak = Killstreak +ingame.kills = Zabójstwa +ingame.stats_kills = Statystyki zabójstw +ingame.killstreak = Seria zabójstw ingame.killstreak.double = Podwojny Kill\! ingame.killstreak.triple = Potrojny Kill\! ingame.killstreak.quadruple = Poczworny Kill\! -ingame.killstreak.multi = Multi Kill\! -ingame.winstreak = Winstreak +ingame.killstreak.multi = Wielokrotne zabójstwo\! +ingame.winstreak = Seria zwycięstw ingame.deaths = Smierci ingame.scores = Wyniki ingame.kit = Kit @@ -1652,11 +1652,11 @@ ingame.starting_in = Rozpoczecie gry za %s sekund\! ingame.win = %s wygral gre\! ingame.win.team.self = Twoj Zespol wygral gre\! ingame.win.team.other = Przeciwny Zespol wygral gre\! -ingame.lobby = Lobby +ingame.lobby = Poczekalnia ingame.teams = Zespoly ingame.teams.allowed = Dozwolone ingame.teams.not_allowed = Niedozwolone -ingame.deathmatch = Deathmatch +ingame.deathmatch = Pojedynek ingame.deathmatch_in = Deathmatch rozpoczyna sie za %s sekund\! ingame.beds = Lozka Zniszczone ingame.can_respawn = Mozliwosc Respawnu @@ -1691,7 +1691,7 @@ ingame.next_minigame = Nastepna Minigra ingame.coins = Monety ingame.medal = Medal ingame.parkour = Parkour -ingame.checkpoint = Checkpoint +ingame.checkpoint = Punkt kontrolny ingame.last_checkpoint = Ostatni Checkpoint ingame.discipline = Dyscyplina ingame.light_level = Poziom Swiatla @@ -1703,23 +1703,23 @@ ingame.place = Miejsce ingame.remaining_fields = Pola ingame.first_to = Pierwszy do ingame.score = Wynik -ingame.timer = Timer +ingame.timer = Minutnik ingame.emeralds = Szmaragdy ingame.death_coordinates = Koordy Smierci ingame.pitch = Nachylenie ingame.chunk = Chunk ingame.damage_resistance = Odpornosc -ingame.nickname = Nick -ingame.reach = Range +ingame.nickname = Pseudonim +ingame.reach = Zasięg error = Blad -account_manager.title = Accounts -account_manager.create = Enter a password to encrypt the accounts database. -account_manager.enter_password = Enter the accounts database password. -account_manager.edit = Add/Edit account -account_manager.username = Username/E-mail -account_manager.password = Password (leave blank for offline accounts) +account_manager.title = Konta +account_manager.create = Wpisz hasło, aby zaszyfrować bazę danych kont. +account_manager.enter_password = Wpisz hasło bazy danych kont. +account_manager.edit = Dodaj/Edytuj konto +account_manager.username = Nazwa użytkownika/Email +account_manager.password = Hasło(pozostaw puste dla kont offline) account_manager.type.legacy = Offline account_manager.type.mojang = Zweryfikowany(a) account_manager.add_btn = Dodaj... @@ -1782,12 +1782,12 @@ modules.item.command.refresh = Częstotliwość odświeżania (w sekundach) modules.item.command.command = Komenda config.formatting.rgb_main = Niestandardowy kolor główny -config.formatting.rgb_prefix = Custom Prefix Color +config.formatting.rgb_prefix = Niestandardowy kolor prefiksu -ingame.command_output = Command -ingame.text = Text -modules.item.text = Simple Text -modules.item.text.value = Text -modules.item.text.value.desc = The text to display +ingame.command_output = Komenda +ingame.text = Tekst +modules.item.text = Prosty tekst +modules.item.text.value = Tekst +modules.item.text.value.desc = Tekst do wyświetlenia -config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file +config.profile_settings.reward_tags = Pokaż tagi rang \ No newline at end of file From db67714f651ae56c5ad35ad228947778a095018c Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 6 Mar 2021 08:56:46 +0100 Subject: [PATCH 310/382] New translations en_US.lang (Chinese Simplified) --- resources/assets/the5zigmod/lang/zh_CN.lang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/the5zigmod/lang/zh_CN.lang b/resources/assets/the5zigmod/lang/zh_CN.lang index 3878671..2c7e0e5 100644 --- a/resources/assets/the5zigmod/lang/zh_CN.lang +++ b/resources/assets/the5zigmod/lang/zh_CN.lang @@ -1,10 +1,10 @@ the5zigmod.key.toggle_mod=Toggle Mod -the5zigmod.key.toggle_chat=切换聊天栏 +the5zigmod.key.toggle_chat=Toggle Chat the5zigmod.key.coordinates_clipboard=Coord Clipboard the5zigmod.key.raid_calculator=MCPVP Raid Calculator the5zigmod.key.hypixel_stats=Hypixel 数据 the5zigmod.key.zoom=缩放 -the5zigmod.key.timer.start=计时器切换开始 +the5zigmod.key.timer.start=Timer Toggle Start the5zigmod.key.timer.reset=重置计时器 the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=历史用户名 From 0116a99840a706a9d90920fa648474b0b6bb4731 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 10 Mar 2021 18:49:19 +0100 Subject: [PATCH 311/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index b4c70c3..5972c5a 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -1003,13 +1003,13 @@ modules.item.timolia_tournament_round_score = Punteggio round del torneo modules.item.timolia_tournament_round_score.desc = Visualizza la quantita di vincite e perdite del round corrente in 1vs1 su Timolia Network. modules.item.timolia_dna_height = Altezza del DNA modules.item.timolia_dna_height.desc = Visualizza la tua altezza in DNA su Timolia Network. -modules.item.timolia_arcade_current_minigame = Arcade Current Minigame +modules.item.timolia_arcade_current_minigame = Minigioco Corrente Arcade modules.item.timolia_arcade_current_minigame.desc = Visualizza il minigioco corrente in Arcade su Timolia Network. -modules.item.timolia_arcade_next_minigame = Arcade Next Minigame +modules.item.timolia_arcade_next_minigame = Prossimo Minigioco Arcade modules.item.timolia_arcade_next_minigame.desc = Visualizza il prossimo minigioco in Arcade su Timolia Network. -modules.item.timolia_arena_round = 4rena Round +modules.item.timolia_arena_round = Arena Circolare modules.item.timolia_arena_round.desc = Visualizza il round corrente in 4rena sulla rete Timolia. -modules.item.timolia_brainbow_team = Brainbow Team +modules.item.timolia_brainbow_team = Team Brainbow modules.item.timolia_brainbow_team.desc = Visualizza la tua squadra in Brainbow su Timolia Network. modules.item.timolia_brainbow_score = Punteggio Brainbow modules.item.timolia_brainbow_score.desc = Mostra il tuo punteggio in Brainbow su Timolia Network. @@ -1035,17 +1035,17 @@ modules.item.timolia_jumpworld_checkpoint = Checkpoint JumpWorld modules.item.timolia_jumpworld_checkpoint.desc = Visualizza il conto corrente del checkpoint in JumpWorld sulla rete Timolia. modules.item.timolia_jumpworld_last_checkpoint = Ultimo checkpoint JumpWorld modules.item.timolia_jumpworld_last_checkpoint.desc = Visualizza la distanza dall'ultimo checkpoint in JumpWorld su Timolia Network. -modules.item.gommehd_sg_deathmatch = SG Deathmatch Timer +modules.item.gommehd_sg_deathmatch = Timer Deathmatch SG modules.item.gommehd_sg_deathmatch.desc = Visualizza un timer deathmatch in SurvivalGames sulla rete GommeHD. modules.item.gommehd_sg_deathmatch_message = Messaggio Deathmatch di SG modules.item.gommehd_sg_deathmatch_message.desc = Visualizza un timer deathmatch in SurvivalGames sulla rete GommeHD. modules.item.gommehd_bedwars_team = Team di BedWars modules.item.gommehd_bedwars_team.desc = Visualizza la tua squadra in BedWars sulla rete GommeHD. -modules.item.gommehd_bedwars_respawn = BedWars Respawn +modules.item.gommehd_bedwars_respawn = Respawn Bedwars modules.item.gommehd_bedwars_respawn.desc = Mostra se puoi ancora respawn in BedWars sulla rete GommeHD. -modules.item.gommehd_bedwars_gold = BedWars Gold Time +modules.item.gommehd_bedwars_gold = Tempo dell'oro BedWars modules.item.gommehd_bedwars_gold.desc = Mostra il tuo tempo fino a quando i prossimi oggetti d'oro cadranno in BedWars sulla rete GommeHD. -modules.item.gommehd_bedwars_beds = BedWars Destroyed Beds +modules.item.gommehd_bedwars_beds = Letti Distrutti Bedwars modules.item.gommehd_bedwars_beds.desc = Visualizza la quantita di letti che hai distrutto in BedWars sulla rete GommeHD. modules.item.gommehd_endergames_kit = Kit EnderGames modules.item.gommehd_endergames_kit.desc = Visualizza il tuo kit in EnderGames sulla rete GommeHD. @@ -1057,7 +1057,7 @@ modules.item.gommehd_skywars_team = Squadra SkyWars modules.item.gommehd_skywars_team.desc = Visualizza la tua squadra in SkyWars sulla rete GommeHD. modules.item.gommehd_skywars_kit = Kit SkyWars modules.item.gommehd_skywars_kit.desc = Visualizza il tuo kit in SkyWars sulla rete GommeHD. -modules.item.gommehd_ragemode_emeralds = Ragemode Emeralds +modules.item.gommehd_ragemode_emeralds = Smeraldi infuriati modules.item.gommehd_ragemode_emeralds.desc = Visualizza il tuo numero di smeraldo in Ragemode sulla rete GommeHD. modules.item.playminity_jumpleague_checkpoints = Checkpoint di JumpLeague modules.item.playminity_jumpleague_checkpoints.desc = Visualizza il tuo attuale numero di checkpoint in JumpLeague sulla PlayMinity Network. From c7f4b0a6e1b09d03b84a8348255629a13e669825 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 10 Mar 2021 18:59:27 +0100 Subject: [PATCH 312/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index 5972c5a..8ba18a1 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -1065,37 +1065,37 @@ modules.item.playminity_jumpleague_fails = Errore di JumpLeague modules.item.playminity_jumpleague_fails.desc = Visualizza la quantita di salto fallito in JumpLeague sulla PlayMinity Network. modules.item.playminity_jumpleague_lives = JumpLeague Lives modules.item.playminity_jumpleague_lives.desc = Visualizza la quantita di vite rimanenti in JumpLeague sulla PlayMinity Network. -modules.item.bergwerk_duel_team = Duel Team +modules.item.bergwerk_duel_team = Team duello modules.item.bergwerk_duel_team.desc = Mostra la tua squadra a Duello sulla rete Bergwerklabs. -modules.item.bergwerk_duel_respawn = Duel Respawn +modules.item.bergwerk_duel_respawn = Respawn duello modules.item.bergwerk_duel_respawn.desc = Mostra se puoi ancora rigenerare in Duel sulla rete Bergwerklabs. -modules.item.bergwerk_duel_teleport_message = Duel Teleport Message +modules.item.bergwerk_duel_teleport_message = Messaggio del teletrasporto Duello modules.item.bergwerk_duel_teleport_message.desc = Visualizza un messaggio ogni volta che qualcuno viene teleportato in Duel sulla rete Bergwerklabs. modules.item.hypixel_paintball_team = Team di Paintball modules.item.hypixel_paintball_team.desc = Visualizza la tua squadra in Paintball sulla rete Hypixel. -modules.item.hypixel_blitz_kit = Blitz Kit +modules.item.hypixel_blitz_kit = Kit Blitz modules.item.hypixel_blitz_kit.desc = Visualizza il tuo kit in Blitz sulla rete Hypixel. -modules.item.hypixel_blitz_star = Blitz Star +modules.item.hypixel_blitz_star = Stelle Blitz modules.item.hypixel_blitz_star.desc = Visualizza un timer stellare in Blitz sulla rete Hypixel. -modules.item.hypixel_blitz_deathmatch = Blitz Deathmatch +modules.item.hypixel_blitz_deathmatch = Deathmatch Blitz modules.item.hypixel_blitz_deathmatch.desc = Visualizza un timer deathmatch in Blitz sulla rete Hypixel. modules.item.hypixel_blitz_star_message = Messaggio Blitz Star modules.item.hypixel_blitz_star_message.desc = Visualizza un timer stellare in Blitz sulla rete Hypixel. modules.item.hypixel_blitz_deathmatch_message = Messaggio Blitz Deathmatch modules.item.hypixel_blitz_deathmatch_message.desc = Visualizza un timer deathmatch in Blitz sulla rete Hypixel. -modules.item.venicraft_mineathlon_discipline = Mineathlon Discipline +modules.item.venicraft_mineathlon_discipline = Disciplina Di Mineathlon modules.item.venicraft_mineathlon_discipline.desc = Visualizza la disciplina attuale su Mineathlon sulla rete Venicraft. -modules.item.venicraft_mineathlon_round = Mineathlon Round +modules.item.venicraft_mineathlon_round = Mineathlon Turno modules.item.venicraft_mineathlon_round.desc = Visualizza il round corrente su Mineathlon sulla Rete Venicraft. -modules.item.cytooxien_marioparty_minigames = Mario Party Minigames +modules.item.cytooxien_marioparty_minigames = Minigames Mario Party modules.item.cytooxien_marioparty_minigames.desc = Visualizza il conteggio dei minigiochi giocati in Mario Party sulla rete Cytooxien. modules.item.cytooxien_marioparty_first_second_third = Mario Party \# 1 / \# 2 / \# 3 modules.item.cytooxien_marioparty_first_second_third.desc = Mostra il conteggio dei minigiochi che hai completato in primo / secondo / terzo posto in Mario Party sulla rete Cytooxien. -modules.item.cytooxien_marioparty_place = MarioParty Place +modules.item.cytooxien_marioparty_place = Posto MarioParty modules.item.cytooxien_marioparty_place.desc = Mostra il tuo posto in MarioParty sulla rete Cytooxien. modules.item.cytooxien_marioparty_remaining_fields = MarioParty Campi rimanenti modules.item.cytooxien_marioparty_remaining_fields.desc = Visualizza i tuoi campi rimanenti in MarioParty sulla rete Cytooxien. -modules.item.cytooxien_marioparty_current_minigame = MarioParty Current Minigame +modules.item.cytooxien_marioparty_current_minigame = Minigame corrente MarioParty modules.item.cytooxien_marioparty_current_minigame.desc = Visualizza il minigioco corrente in MarioParty sulla rete Cytooxien. modules.item.cytooxien_marioparty_next_minigame = MarioParty Next Minigame modules.item.cytooxien_marioparty_next_minigame.desc = Visualizza il prossimo minigioco in MarioParty sulla rete Cytooxien. From 121d8934ff5bf8004ed881e3782184179796eee6 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 11 Mar 2021 12:04:20 +0100 Subject: [PATCH 313/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index 8ba18a1..71cad4f 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -1097,7 +1097,7 @@ modules.item.cytooxien_marioparty_remaining_fields = MarioParty Campi rimanenti modules.item.cytooxien_marioparty_remaining_fields.desc = Visualizza i tuoi campi rimanenti in MarioParty sulla rete Cytooxien. modules.item.cytooxien_marioparty_current_minigame = Minigame corrente MarioParty modules.item.cytooxien_marioparty_current_minigame.desc = Visualizza il minigioco corrente in MarioParty sulla rete Cytooxien. -modules.item.cytooxien_marioparty_next_minigame = MarioParty Next Minigame +modules.item.cytooxien_marioparty_next_minigame = Prossimo Minigame MarioParty modules.item.cytooxien_marioparty_next_minigame.desc = Visualizza il prossimo minigioco in MarioParty sulla rete Cytooxien. modules.item.cytooxien_marioparty_first_player = MarioParty Primo Giocatore modules.item.cytooxien_marioparty_first_player.desc = Visualizza il primo giocatore in MarioParty sulla rete Cytooxien. @@ -1113,7 +1113,7 @@ modules.item.simplehg_kit = Kit SimpleHG modules.item.simplehg_kit.desc = Mostra il tuo kit in SimpleHG modules.item.simplehg_minifeast = SimpleHG Minifeast modules.item.simplehg_minifeast.desc = Mostra le coordinate di tutti i minifigure in SimpleHG -modules.item.simplehg_feast = SimpleHG Feast +modules.item.simplehg_feast = Festa SimpleHG modules.item.simplehg_feast.desc = Mostra le coordinate della festa in SimpleHG config.server.2nd_chat = Seconda chat... @@ -1154,11 +1154,11 @@ teamspeak.overlay.poked = Sei stato colpito da%s\! teamspeak.overlay.direct_message = Hai ricevuto un messaggio da %s\! teamspeak.message.poked = "%s" ti ha sussurrato\: %s teamspeak.message.client = "%s" -> tu\: %s -teamspeak.message.channel = "%s" in "%s"\: %s +teamspeak.message.channel = "%s" su "%s"\: %s teamspeak.message.server = "%s" su "%s"\: %s teamspeak.message.channel.joined = "%s" è stato aggiunto a "%s"\! teamspeak.message.channel.left = "%s" ha lasciato "%s"\! -teamspeak.poke_chat = Poke Chat +teamspeak.poke_chat = Chat Poke teamspeak.enter_channel_password = Inserisci la password di questo canale. teamspeak.enter_nickname = Inserisci il tuo nuovo nickname\! teamspeak.chat.server = Server @@ -1262,7 +1262,7 @@ friend.chats = Chat friend.party = Festa friend.party.invitations = Party (%s inviti) friend.connected = Connesso -friend.disconnected = Disconnected +friend.disconnected = Disconnesso friend.profile = Profilo friend.profile.delete = Elimina amico friend.profile.block = Blocca amico @@ -1289,7 +1289,7 @@ friend.new_requests = Hai %s nuove richieste di amicizia\! friend.typing = Digitando... friend.info.first_join_date = Prima data di iscrizione\:%s friend.info.status = Stato\: %s -friend.info.server = Server\: %s +friend.info.server = Server %s friend.info.server.none = Nessuno friend.info.last_seen = Ultimo accesso\: %s friend.info.profile_message = Messaggio profilo\: @@ -1311,9 +1311,9 @@ group.unknown = Sconosciuto group.more_members = e %s altri... group.info = Informazioni group.info.title = Gruppo "%s" creato da %s -group.info.kick_player = Kick Player +group.info.kick_player = Espelli giocatore group.info.admin.set = Promuovi -group.info.admin.remove = Demote +group.info.admin.remove = Declassa group.info.transfer_owner = Imposta proprietario... group.info.settings = Impostazioni... group.info.confirm.owner = Sei sicuro di voler trasferire la proprietà su %s? @@ -1333,8 +1333,8 @@ group.invite.create = Crea group.invite.friends.all = Tutti gli amici (%s) group.invite.friends.invited = Amici invitati (%s) -announcement.short_desc = Announcements -announcement.new = %s new Announcement(s)\! +announcement.short_desc = Annunci +announcement.new = %s nuovi Annunci\! chat.send = Invia chat.chats = Chat From 6b175c69d82a41424c2e2b8f66731e35098ae58f Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 11 Mar 2021 12:11:41 +0100 Subject: [PATCH 314/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 80 ++++++++++----------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index 71cad4f..f67c49b 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -1063,7 +1063,7 @@ modules.item.playminity_jumpleague_checkpoints = Checkpoint di JumpLeague modules.item.playminity_jumpleague_checkpoints.desc = Visualizza il tuo attuale numero di checkpoint in JumpLeague sulla PlayMinity Network. modules.item.playminity_jumpleague_fails = Errore di JumpLeague modules.item.playminity_jumpleague_fails.desc = Visualizza la quantita di salto fallito in JumpLeague sulla PlayMinity Network. -modules.item.playminity_jumpleague_lives = JumpLeague Lives +modules.item.playminity_jumpleague_lives = Vite JumpLeague modules.item.playminity_jumpleague_lives.desc = Visualizza la quantita di vite rimanenti in JumpLeague sulla PlayMinity Network. modules.item.bergwerk_duel_team = Team duello modules.item.bergwerk_duel_team.desc = Mostra la tua squadra a Duello sulla rete Bergwerklabs. @@ -1176,12 +1176,12 @@ teamspeak.entry.channel.codec.speex_narrowband = Speex Narrowband teamspeak.entry.channel.codec.speex_wideband = Speex Wideband teamspeak.entry.channel.codec.speex_ultra_wideband = Speex Ultra-Wideband teamspeak.entry.channel.codec.celt_mono = CELT Mono -teamspeak.entry.channel.codec.opus_voice = Opus Voice -teamspeak.entry.channel.codec.opus_music = Opus Music +teamspeak.entry.channel.codec.opus_voice = Voce Opus +teamspeak.entry.channel.codec.opus_music = Musica Opus teamspeak.entry.channel.codec_quality = Qualita del codec\:%s teamspeak.entry.channel.type = Tipo\:%s teamspeak.entry.channel.type.permanent = Permanente -teamspeak.entry.channel.type.semi_permanent = Semi-Permanent +teamspeak.entry.channel.type.semi_permanent = Semi-Permanente teamspeak.entry.channel.type.default = Predefinito teamspeak.entry.channel.type.password = Password teamspeak.entry.channel.clients = Client\:%s /%s @@ -1189,11 +1189,11 @@ teamspeak.entry.channel.clients.unlimited = Illimitato teamspeak.entry.channel.talk_power = Potenza conversazione richiesta\:%s teamspeak.entry.channel.subscription_status = Stato dell'abbonamento\:%s teamspeak.entry.channel.subscription_status.subscribed = Iscritto -teamspeak.entry.channel.subscription_status.unsubscribed = Unsubscribed +teamspeak.entry.channel.subscription_status.unsubscribed = Disiscritto teamspeak.entry.client.nickname = Nickname\:%s teamspeak.entry.client.server_groups = Gruppi di server\: teamspeak.entry.client.channel_group = Gruppo di canali\: -teamspeak.entry.client.away = Away +teamspeak.entry.client.away = Assente teamspeak.entry.client.output_deactivated = Altoparlanti / Cuffie disattivate teamspeak.entry.client.input_deactivated = Microfono disattivato teamspeak.entry.client.output_muted = Altoparlanti / Cuffie disattivate @@ -1403,7 +1403,7 @@ config.chat_settings.chat_background_location = Seleziona Immagine di sfondo... config.chat_settings.chat_background_location.desc = Seleziona un'immagine di sfondo per la chat. config.chat_settings.background.selected = Nuovo sfondo selezionato\! -party.title = Party +party.title = Squadra party.help = Al momento non sei in una festa\! Le feste semplificano il gioco con gli amici spostando automaticamente tutti i membri sullo stesso server di Minecraft su cui e attualmente in esecuzione l'host. party.delete = Elimina party party.leave = Abbandona Party @@ -1443,7 +1443,7 @@ profile.title = Il tuo profilo profile.id = ID profilo profile.name = Nome profile.first_login_time = Primo accesso -profile.rank = Rank +profile.rank = Rango profile.cape = Capo profile.message = Messaggio sul profilo profile.edit = [Modifica] @@ -1455,7 +1455,7 @@ config.profile_settings.show_connecting = Mostra messaggio di connessione config.profile_settings.show_connecting.desc = Attiva o disattiva se la mod deve visualizzare i messaggi di connessione nell'angolo in alto a destra. config.profile_settings.afk_time = Vai dopo Afk config.profile_settings.afk_time.desc = Specifica il tempo dopo il quale la mod dovrebbe trasformare il tuo stato online in away. -config.profile_settings.afk_time.min = min +config.profile_settings.afk_time.min = minuti config.profile_settings.never = Mai profile.now_afk = Ora sei AFK\! profile.no_longer_afk = Non sei più AFK\! @@ -1512,7 +1512,7 @@ raid.north = nord raid.south = sud raid.east = est raid.west = ovest -raid.tracker_coords = Tracker Coords +raid.tracker_coords = Tracciatore delle Coordinate raid.tracked_blocks = Blocchi tracciati raid.narrow = Stretto raid.track = Traccia %s @@ -1539,7 +1539,7 @@ stats.since = Da stats.server = Statistiche server stats.ping = Ping\: %s ms stats.up_time = Server operativo per\: %s -stats.lag = Server Lag\: %s%% +stats.lag = Lag del server\: %s%% stats.connected_players = Giocatori connessi\: %s/%s plugin_manager.title = Gestione plugin @@ -1586,7 +1586,7 @@ ingame_chat.new_message = Nuovo messaggio in chat/\! plugin_request.title = Richiesta di download del plug-in\! plugin_request.help = Il server ha effettuato una richiesta per scaricare un plug-in del modulo 5zig, che può essere utilizzato per visualizzare statistiche aggiuntive dal server. Si prega di notare che il contenuto di qualsiasi plugin scaricabile non è approvato dall'autore mod e potrebbe danneggiare il tuo computer. Scarica questo plugin a tuo rischio e solo se ti fidi davvero del proprietario del server\! Se vuoi per rimuovere nuovamente il plugin scaricato elimina "%s" e riavvia il gioco\! plugin_request.warning = Sei sicuro di voler continuare? Questo plugin potrebbe danneggiare il tuo computer\! L'autore della mod 5zig non è responsabile per qualsiasi contenuto scaricato\! -plugin_request.download = Download +plugin_request.download = Scarica plugin_request.downloading = Download in corso... %s plugin_request.verifying = Verifica del download... plugin_request.done = Fatto. @@ -1623,12 +1623,12 @@ ingame.players = Giocatori ingame.ping = Ping ingame.pinging = Pinging... ingame.kills = Uccisioni -ingame.stats_kills = StatsKills -ingame.killstreak = Killstreak -ingame.killstreak.double = Double Kill\! -ingame.killstreak.triple = Triple Kill\! +ingame.stats_kills = Statistiche delle Kill +ingame.killstreak = Serie di uccisioni +ingame.killstreak.double = Doppia Uccisione\! +ingame.killstreak.triple = Tripla Uccisione\! ingame.killstreak.quadruple = Quadra Kill\! -ingame.killstreak.multi = Multi Kill\! +ingame.killstreak.multi = Multi-uccisione\! ingame.winstreak = Vittorie di fila ingame.deaths = Morti ingame.scores = Punteggio @@ -1638,7 +1638,7 @@ ingame.team = Squadra ingame.class = Classe ingame.steals = Rubate ingame.captures = Catturate -ingame.recovers = Recovers +ingame.recovers = Ripristina ingame.flag = Bandiera ingame.invincibility_wears_off = L'invincibilità svanisce in %s secondi\! ingame.no_longer_invincible = Non sei più invincibile\! @@ -1762,32 +1762,32 @@ modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° modules.item.uptime = Uptime modules.item.uptime.extended = Extended -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +modules.item.uptime.extended.desc = Visualizza il tempo usando i nomi estesi (ore, secondi). +ingame.uptime = Tempo di attività -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = Il tuo Token Spotify è stato salvato con successo. -config.server_hypixel.hypixel_api_key = API Key... -config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. +config.server_hypixel.hypixel_api_key = Chiave API... +config.server_hypixel.hypixel_api_key.desc = La chiave API di Hypixel per questo account. +config.display.ping_on_serverlist = Ping nella Lista Server +config.display.ping_on_serverlist.desc = Mostra il valore numerico del ping invece delle barre nell'elenco dei server. -modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.label = Modifica Prefisso... +modules.label.input = Inserisci il nuovo prefisso per questo item. +modules.item.command = Output Comando modules.item.command.regex = Regex -modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command +modules.item.command.regex.desc = Un'espressione regolare opzionale. Se impostata, verranno stampati solo i gruppi corrispondenti. +modules.item.command.scrolling = Soglia Di Scorrimento +modules.item.command.refresh = Frequenza di Aggiornamento (s) +modules.item.command.command = Comando -config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color +config.formatting.rgb_main = Colore Principale Personalizzato +config.formatting.rgb_prefix = Colore Prefisso Personalizzato -ingame.command_output = Command -ingame.text = Text -modules.item.text = Simple Text -modules.item.text.value = Text -modules.item.text.value.desc = The text to display +ingame.command_output = Comando +ingame.text = Testo +modules.item.text = Testo semplice +modules.item.text.value = Testo +modules.item.text.value.desc = Il Testo da visualizzare -config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file +config.profile_settings.reward_tags = Mostra la Tag del Rank \ No newline at end of file From 6945723bffaec64156d465854da14f726c633dac Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 11 Mar 2021 12:22:26 +0100 Subject: [PATCH 315/382] New translations language_en_US.properties (Italian) --- resources/lang/44/language_it_IT.properties | 46 ++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/resources/lang/44/language_it_IT.properties b/resources/lang/44/language_it_IT.properties index f67c49b..b1d3c0e 100644 --- a/resources/lang/44/language_it_IT.properties +++ b/resources/lang/44/language_it_IT.properties @@ -1217,7 +1217,7 @@ teamspeak.menu.client.kick_channel.message = Inserisci il tuo messaggio di calci teamspeak.menu.client.kick_server = Calcia dal server... teamspeak.menu.client.kick_server.message = Inserisci il tuo messaggio di calcio. teamspeak.menu.client.mute = Muto -teamspeak.menu.client.unmute = Un-Mute +teamspeak.menu.client.unmute = Smutati teamspeak.menu.client.ban = Escludi dal server... teamspeak.create_channel.title = Canale TeamSpeak teamspeak.create_channel.name = Nome\: @@ -1672,8 +1672,8 @@ ingame.host = Host ingame.participants = Partecipanti ingame.best_of = Il meglio di ingame.qualification = Qualifica -ingame.qualification.rounds = Rounds -ingame.round = Round +ingame.qualification.rounds = Turni +ingame.round = Turno ingame.tournament = Torneo di %s ingame.star = Stella ingame.star_in = La stella sarà rilasciata tra %s secondi\! @@ -1703,14 +1703,14 @@ ingame.place = Luogo ingame.remaining_fields = Campi ingame.first_to = Primo a ingame.score = Punteggio -ingame.timer = Timer +ingame.timer = Cronometro ingame.emeralds = Smeraldi ingame.death_coordinates = Coordinate ultima morte -ingame.pitch = Pitch +ingame.pitch = Picco ingame.chunk = Chunk ingame.damage_resistance = Resistenza ingame.nickname = Nickname -ingame.reach = Range +ingame.reach = Raggio error = Errore @@ -1718,7 +1718,7 @@ account_manager.title = Account account_manager.create = Inserisci una password per il gestore degli account. account_manager.enter_password = Inserisci la password del gestore degli account. account_manager.edit = Aggiungi/Modifica account -account_manager.username = Username/E-mail +account_manager.username = Nome utente / E-mail account_manager.password = Password (lascia vuoto per account offline) account_manager.type.legacy = Offline account_manager.type.mojang = Verificato @@ -1742,26 +1742,26 @@ modules.item.octc_mode = Modalità modules.item.octc_team = Squadra modules.category.server_occ = Server OCC -gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. -gui.alert.feature_unavailable = This feature isn't currently available. +gui.alert.server_disconnected = Non sei connesso al nostro server, quindi non puoi accedere al tuo pannello. +gui.alert.feature_unavailable = Questa funzione non è attualmente disponibile. -plugin.conn.starting = Starting server... -plugin.conn.listening = Waiting for plugins... -plugin.conn.info = Do you want to install this plugin? -plugin.conn.download = Downloading plugin... -plugin.conn.downloaded = Install complete -plugin.conn.error.fs = Could not create plugin file +plugin.conn.starting = Avvio server... +plugin.conn.listening = In attesa di plugin... +plugin.conn.info = Vuoi installare questo plugin? +plugin.conn.download = Scaricando il plugin... +plugin.conn.downloaded = Installazione completata +plugin.conn.error.fs = Impossibile creare il file del plugin -update.beta.1 = A new beta version of the 5zig mod is available\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.beta.1 = Una nuova versione in beta della mod 5zig è disponibile\! +update.beta.2 = Ottienila da l.5zigreborn.eu/beta\! +update.available.stable = Aggiornamento disponibile +update.available.beta = Aggiornamento della Beta disponibile -modules.item.direction.count_angle_north = Count from north -modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. +modules.item.direction.count_angle_north = Conteggio da nord +modules.item.direction.count_angle_north.desc = Comportati come una bussola, segnando 0° come Nord e 180° come Sud. -modules.item.uptime = Uptime -modules.item.uptime.extended = Extended +modules.item.uptime = Tempo di attività +modules.item.uptime.extended = Esteso modules.item.uptime.extended.desc = Visualizza il tempo usando i nomi estesi (ore, secondi). ingame.uptime = Tempo di attività From f58ef9b82ddff577cdb5ca681e45e97183703ebe Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 20 Mar 2021 12:26:59 +0100 Subject: [PATCH 316/382] New translations language_en_US.properties (Turkish) --- resources/lang/44/language_tr_TR.properties | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/44/language_tr_TR.properties b/resources/lang/44/language_tr_TR.properties index 3620e41..cb4d807 100644 --- a/resources/lang/44/language_tr_TR.properties +++ b/resources/lang/44/language_tr_TR.properties @@ -180,7 +180,7 @@ update.1 = 5zig modunun yeni bir sürümü mevcut\! update.2 = 5zigreborn.eu/downloadlardan alın\! config.display.title = Görüntüleme Seçenekleri -config.display.formatting = Formatting Options... +config.display.formatting = Biçimlendirme Seçenekleri... config.display.formatting.desc = Oyun içi renkleri ve formatlama ayarlarını değiştir. config.formatting.title = Formatlama ayarları config.formatting.formatting_prefix = Önek Biçimlendirme @@ -207,9 +207,9 @@ config.display.zoom_factor = Zum Faktörü config.display.zoom_factor.desc = Modun yakınlaştırma tuşuna basıldığında ekranın yakınlaştırılması gereken faktörü belirtir. config.display.crosshair_distance = Haç Mesafesi Mesafesi config.display.crosshair_distance.desc = Modun oynatıcı ile görme engeli arasındaki mesafeyi hesaplaması gereken maksimum mesafeyi belirtir. -config.display.hud = Hud Options... -config.display.hud.desc = Change the appearance of the HUD and Hotbar -config.hud.title = Hud Options +config.display.hud = Hud Seçenekleri... +config.display.hud.desc = HUD ve Hotbar'ın görünümünü değiştir +config.hud.title = Hud Seçenekleri config.hud.show_vanilla_potion_indicator = Vanilya İksir Göstergesi config.hud.show_vanilla_potion_indicator.desc = MC 1.9'da eklenen vanilya iksir göstergesinin görüntülenip görüntülenmeyeceğini belirtir. config.hud.show_potion_indicator = İksir Göstergesi Göster @@ -324,7 +324,7 @@ config.server_general.notify_on_name.desc = Minecraft adınız sohbette kullanı config.server_general.auto_server_reconnect = Otomatik Olarak Yeniden Bağlan config.server_general.auto_server_reconnect.desc = İstemcinin bağlantısı kesildikten sonra otomatik olarak son sunucuya yeniden bağlanmaya çalışması gerekip gerekmeyeceğini belirtin. config.server_general.auto_server_reconnect.off = Kapalı -config.server_general.auto_server_reconnect.sec = sec +config.server_general.auto_server_reconnect.sec = saniye config.server_general.mac_cmd_drop = CMD-Anahtarı Kullan config.server_general.mac_cmd_drop.desc = Mac Sadece Ayar. CMD (veya Apple) -Key veya CTRL-tuşunu kullanmak isteyip istemediğinizi belirtin. NUyarı\: Bir öğe yığınını düşürmek için CMD + Q tuşlarına bastığınızda pencereniz kapalı olabilir\! config.server_general.mojang_status = Mojang Durumunu Göster @@ -389,7 +389,7 @@ server.hypixel.stats.info = %s İstatistikleri server.hypixel.stats.none = Yok server.hypixel.stats.general.displayname = Görünen ad server.hypixel.stats.general.package_rank = Sıralama -server.hypixel.stats.general.network_exp = Exp +server.hypixel.stats.general.network_exp = Deneyim server.hypixel.stats.general.network_level = Seviye server.hypixel.stats.general.karma = Karma server.hypixel.stats.general.vanity_tokens = Esinti Belgeleri @@ -400,7 +400,7 @@ server.hypixel.stats.general.last_login = Son Giriş server.hypixel.stats.quake.coins = Madeni paralar server.hypixel.stats.quake.kills = Öldürür server.hypixel.stats.quake.deaths = Ölümler -server.hypixel.stats.quake.killstreaks = Killstreaks +server.hypixel.stats.quake.killstreaks = Öldürme serisi server.hypixel.stats.quake.wins = Kazandı server.hypixel.stats.walls.coins = Madalyonlar server.hypixel.stats.walls.kills = Öldürür @@ -412,7 +412,7 @@ server.hypixel.stats.walls.monthly_wins_b = Aylık Kazanır server.hypixel.stats.paintball.coins = Sikke server.hypixel.stats.paintball.kills = Öldürür server.hypixel.stats.paintball.deaths = Ölümler -server.hypixel.stats.paintball.killstreaks = Killstreaks +server.hypixel.stats.paintball.killstreaks = Öldürme serisi server.hypixel.stats.paintball.shots_fired = Atışlar atıldı server.hypixel.stats.paintball.wins = Galibiyetler server.hypixel.stats.hungergames.coins = Madalyonlar @@ -437,24 +437,24 @@ server.hypixel.stats.vampirez.human_wins = İnsan Kazandı server.hypixel.stats.vampirez.vampire_kills = Vampir Öldürür server.hypixel.stats.vampirez.vampire_deaths = Vampir Ölümleri server.hypixel.stats.vampirez.most_vampire_kills = Çoğu Vampir Öldürür -server.hypixel.stats.vampirez.zombie_kills = Zombie Kills +server.hypixel.stats.vampirez.zombie_kills = Zombi Öldürmeleri server.hypixel.stats.walls3.coins = Madalyonlar server.hypixel.stats.walls3.kills = Öldürür server.hypixel.stats.walls3.deaths = Ölümler -server.hypixel.stats.walls3.final_kills = Final Kills +server.hypixel.stats.walls3.final_kills = Final Öldürmeleri server.hypixel.stats.walls3.final_deaths = Son Ölümler server.hypixel.stats.walls3.wins = Galibiyet server.hypixel.stats.walls3.losses = Kaybler server.hypixel.stats.walls3.weekly_kills = Haftalık Öldürür server.hypixel.stats.walls3.weekly_deaths = Haftalık Ölümler -server.hypixel.stats.walls3.kills_blaze = Blaze Kills +server.hypixel.stats.walls3.kills_blaze = Blaze Öldürmeleri server.hypixel.stats.walls3.deaths_blaze = Blaze Ölümler -server.hypixel.stats.walls3.final_kills_blaze = Blaze Final Kills +server.hypixel.stats.walls3.final_kills_blaze = Blaze Son Vuruşları server.hypixel.stats.walls3.wins_blaze = Blaze Kazandı server.hypixel.stats.walls3.losses_blaze = Parlama Zararları -server.hypixel.stats.walls3.kills_creeper = Creeper Kills +server.hypixel.stats.walls3.kills_creeper = Creeper Öldürmeleri server.hypixel.stats.walls3.deaths_creeper = Creeper Ölümleri -server.hypixel.stats.walls3.final_kills_creeper = Creeper Final Kills +server.hypixel.stats.walls3.final_kills_creeper = Creeper Son Vuruşları server.hypixel.stats.walls3.wins_creeper = Creeper Kazandı server.hypixel.stats.walls3.losses_creeper = Süpürge Kayıpları server.hypixel.stats.walls3.kills_enderman = Öldürür Enderman From f9ad7369660cd3c5ed3fa2dc6c6196ba681fd1cf Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 20 Mar 2021 12:27:00 +0100 Subject: [PATCH 317/382] New translations en_US.lang (Turkish) --- resources/assets/the5zigmod/lang/tr_TR.lang | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/assets/the5zigmod/lang/tr_TR.lang b/resources/assets/the5zigmod/lang/tr_TR.lang index f783464..422ad23 100644 --- a/resources/assets/the5zigmod/lang/tr_TR.lang +++ b/resources/assets/the5zigmod/lang/tr_TR.lang @@ -1,12 +1,12 @@ the5zigmod.key.toggle_mod=Modu Aç/Kapat the5zigmod.key.toggle_chat=Mesajlaşmayı Aç/Kapat the5zigmod.key.coordinates_clipboard=Koordinat Kopyalama -the5zigmod.key.raid_calculator=MCPVP Raid Calculator -the5zigmod.key.hypixel_stats=Hypixel Stats -the5zigmod.key.zoom=Zoom in -the5zigmod.key.timer.start=Timer Toggle Start -the5zigmod.key.timer.reset=Timer Reset +the5zigmod.key.raid_calculator=MCPVP Raid Hesaplayıcı +the5zigmod.key.hypixel_stats=Hypixel İstatistikleri +the5zigmod.key.zoom=Yakınlaştır +the5zigmod.key.timer.start=Kronometre başladı +the5zigmod.key.timer.reset=Kronometreyi Sıfırla the5zigmod.key.teamspeak=TeamSpeak -the5zigmod.key.username_history=Username History -the5zigmod.key.toggle_chat_filter=Toggle Chat Filter +the5zigmod.key.username_history=Kullanıcı Adı Geçmişi +the5zigmod.key.toggle_chat_filter=Sohbet Filtresini Değiştir the5zigmod.key.change_account=Hesap Değiştir \ No newline at end of file From 0a7f6c48c9d59427ce217ba8de72aef28cefc74b Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 20 Mar 2021 12:36:18 +0100 Subject: [PATCH 318/382] New translations language_en_US.properties (Turkish) --- resources/lang/44/language_tr_TR.properties | 96 ++++++++++----------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/resources/lang/44/language_tr_TR.properties b/resources/lang/44/language_tr_TR.properties index cb4d807..e70e464 100644 --- a/resources/lang/44/language_tr_TR.properties +++ b/resources/lang/44/language_tr_TR.properties @@ -459,9 +459,9 @@ server.hypixel.stats.walls3.wins_creeper = Creeper Kazandı server.hypixel.stats.walls3.losses_creeper = Süpürge Kayıpları server.hypixel.stats.walls3.kills_enderman = Öldürür Enderman server.hypixel.stats.walls3.deaths_enderman = Enderman Ölümleri -server.hypixel.stats.walls3.final_kills_enderman = Enderman Final Kills +server.hypixel.stats.walls3.final_kills_enderman = Enderman Son Vuruşları server.hypixel.stats.walls3.wins_enderman = Enderman Kazandı -server.hypixel.stats.walls3.losses_enderman = Enderman Losses +server.hypixel.stats.walls3.losses_enderman = Enderman Kayıpları server.hypixel.stats.walls3.kills_herobrine = Kahraman öldürür server.hypixel.stats.walls3.deaths_herobrine = Herobrine Ölümleri server.hypixel.stats.walls3.final_kills_herobrine = Kahraman Finali Öldürür @@ -477,15 +477,15 @@ server.hypixel.stats.walls3.deaths_spider = Örümcek Ölümleri server.hypixel.stats.walls3.final_kills_spider = Örümcek Sonu Öldürür server.hypixel.stats.walls3.wins_spider = Örümcek Kazandı server.hypixel.stats.walls3.losses_spider = Örümcek Kayıpları -server.hypixel.stats.walls3.kills_zombie = Zombie Kills +server.hypixel.stats.walls3.kills_zombie = Zombi Öldürmeleri server.hypixel.stats.walls3.deaths_zombie = Zombi Ölümleri -server.hypixel.stats.walls3.final_kills_zombie = Zombie Final Kills +server.hypixel.stats.walls3.final_kills_zombie = Zombi Son Vuruşları server.hypixel.stats.walls3.wins_zombie = Zombie Kazandı server.hypixel.stats.walls3.losses_zombie = Zombi Kaybıları server.hypixel.stats.arcade.coins = Madalyonlar -server.hypixel.stats.arcade.kills_dayone = Dayone Kills +server.hypixel.stats.arcade.kills_dayone = Dayone Öldürmeleri server.hypixel.stats.arcade.wins_dayone = Gündüzler Başlar -server.hypixel.stats.arcade.headshots_dayone = Dayone Headshots +server.hypixel.stats.arcade.headshots_dayone = Dayone Kafa Vuruşları server.hypixel.stats.arcade.kills_dragonwars2 = Ejder Savaşları Kills server.hypixel.stats.arcade.kills_oneinthequiver = OneInTheQuiver Öldürür server.hypixel.stats.arcade.deaths_oneinthequiver = Tek İfade Edin Ölümler @@ -497,9 +497,9 @@ server.hypixel.stats.arcade.poop_collected = Toplanan toplama server.hypixel.stats.arcade.wins_party = Parti Oyunları 1 Galibiyet server.hypixel.stats.arcade.wins_party2 = Parti Oyunları 2 Galibiyet server.hypixel.stats.arcade.sw_kills = GW Öldürür -server.hypixel.stats.arcade.sw_empire_kills = GW Empire Kills -server.hypixel.stats.arcade.sw_rebel_kills = GW Rebel Kills -server.hypixel.stats.arcade.sw_deaths = GW Deaths +server.hypixel.stats.arcade.sw_empire_kills = GW Empire Öldürmeleri +server.hypixel.stats.arcade.sw_rebel_kills = GW Rebel Öldürmeleri +server.hypixel.stats.arcade.sw_deaths = GW Ölümleri server.hypixel.stats.arcade.sw_shots_fired = GW atışları patladı server.hypixel.stats.arcade.sw_weekly_kills_a = GW Haftalık Öldürür server.hypixel.stats.arcade.sw_monthly_kills_a = GW Aylık Öldürür @@ -527,7 +527,7 @@ server.hypixel.stats.mcgo.cop_kills = Polis Kills server.hypixel.stats.mcgo.criminal_kills = Cezai Ölümler server.hypixel.stats.mcgo.deaths = Ölümler server.hypixel.stats.mcgo.game_wins = Oyun Galibi -server.hypixel.stats.mcgo.round_wins = Round Wins +server.hypixel.stats.mcgo.round_wins = Kazanılan Raundlar server.hypixel.stats.mcgo.shots_fired = Atış Fired server.hypixel.stats.mcgo.bombs_planted = Bombalar ekildi server.hypixel.stats.mcgo.bombs_defused = Bombalar etkisiz hale getirildi @@ -564,7 +564,7 @@ server.hypixel.stats.skywars.kills = Öldürür server.hypixel.stats.skywars.assists = Yardımcı server.hypixel.stats.skywars.deaths = Ölümler server.hypixel.stats.skywars.wins = Kazançlar -server.hypixel.stats.skywars.win_streak = Win Streak +server.hypixel.stats.skywars.win_streak = Kazanma Serisi server.hypixel.stats.skywars.losses = Kaybler server.hypixel.stats.skywars.blocks_placed = Yerleştirilen bloklar server.hypixel.stats.skywars.blocks_broken = Kırılmış bloklar @@ -606,15 +606,15 @@ chat_filter.help = Bir Sunucuda Sohbet Mesajlarını Yoksaymak İçin Sohbet Mes chat_filter.add = Mesaj Ekle chat_filter.edit = İletiyi Düzenle chat_filter.delete = İletiyi Sil -chat_filter.message.enabled = Chat filter has been enabled. -chat_filter.message.disabled = Chat filter has been disabled. Press %s to enable it again. +chat_filter.message.enabled = Sohbet filtresi etkinleştirildi. +chat_filter.message.disabled = Sohbet filtresi devre dışı bırakıldı. Yeniden etkinleştirmek için %s tuşuna bas. chat_filter.edit.title = Sohbet Mesajını Düzenle -chat_filter.edit.name = Name\: +chat_filter.edit.name = İsim\: chat_filter.edit.chat_message = Sohbet Mesajı\: chat_filter.edit.except = İstisnalar\: chat_filter.edit.servers = Sunucular\: chat_filter.edit.auto_text = Otomatik Metin\: -chat_filter.edit.auto_text_cancel = Auto Text Abort Message\: +chat_filter.edit.auto_text_cancel = Otomatik Metin İptal Mesajı\: chat_filter.edit.auto_text_delay = Geciktirme (keneler)\: chat_filter.edit.multiple_ips = Birden fazla Sunucu-IP virgül ile ayrılabilir. chat_filter.edit.action = İşlem\: @@ -625,7 +625,7 @@ chat_filter.edit.action.notify = AFK olduğunda bildir chat_filter.edit.action.auto_text = Otomatik Metin chat_filter.edit.action.play_sound = Ses Çal chat_filter.edit.use_regex = Regex'i kullan (gelişmiş\!)\: -chat_filter.edit.help.title = Help... +chat_filter.edit.help.title = Yardım... chat_filter.edit.help = Bir dizgenin bir bölümünü yoksaymak için "*" kullanabilirsiniz veya "?" Tek bir karakteri görmezlikten gelmek. Bir joker karakterden kaçmak için "" kullanın. N Örneğin "İzleme *" girerseniz, "İzleme 5zig" eşleşmesi, aynı zamanda "İzleme 4zig". Özel kelimeleri, İstisnalar giriş alanına girerek birbirlerinden virgülle ayırarak hariç tutabilirsiniz. text_replacement.title = Metin Kısayolları @@ -649,7 +649,7 @@ text_macros.edit.macro = Anahtar Kombinasyonu\: text_macros.edit.macro.press = Anahtar Kombinasyonuna Basınız Ve Giriniz text_macros.edit.macro.listening = Tuş vuruşlarını Bekliyor text_macros.edit.macro.stop = Durdur için tıklayın -text_macros.edit.macro.auto_send = Auto Send +text_macros.edit.macro.auto_send = Otamatik Gönder text_macros.help = Önceden tanımlanmış bir tuş kombinasyonuna basarak sohbet mesajlarını otomatik olarak gönder. name_history.title = Kullanıcı adı Geçmişi @@ -661,10 +661,10 @@ name_history.profile.history = Kullanıcı adı Geçmişi\: name_history.profile.copy = Panoya Kopyala için Tıklayın name_history.profile.not_found = Profil bulunamadı\! -join_texts.title = Join Auto-Texts -join_texts.help = Automatically send chat messages after joining a server. -join_texts.add = Add Text -join_texts.edit = Edit Text +join_texts.title = Giriş Otamatik Mesajları +join_texts.help = Bir sunucuya katıldıktan sonra otomatik olarak sohbet mesajları gönder. +join_texts.add = Yazı Ekle +join_texts.edit = Yazıyı Düzenle join_texts.delete = Delete Text join_texts.edit.title = Edit Join Text join_texts.edit.message = Join Text @@ -1603,7 +1603,7 @@ weather.title = Hava durumu weather.loading = Yükleniyor ... weather.city = Şehri weather.condition = Durum hava durumu.temeri \= sıcaklık -weather.temperature = Temperature +weather.temperature = Sıcaklık ingame.fps = FPS ingame.target = Hedef ingame.target_name = Hedef Engel @@ -1616,20 +1616,20 @@ ingame.f.north = Kuzey ingame.f.north_east = Kuzeydoğu ingame.f.east = Doğu ingame.f.south_east = Güneydoğu -ingame.biome = Biome +ingame.biome = Biyom ingame.entities = Varlıklar ingame.ip = IP ingame.players = Oyuncular -ingame.ping = Ping +ingame.ping = Gecikme ingame.pinging = Pingleme ... ingame.kills = Öldürür -ingame.stats_kills = StatsKills -ingame.killstreak = Killstreak +ingame.stats_kills = Öldürme İstatistikleri +ingame.killstreak = Öldürme Serisi ingame.killstreak.double = İki Kill\! ingame.killstreak.triple = Üçlü öldür\! ingame.killstreak.quadruple = Dörtlü\! ingame.killstreak.multi = Çok Ölüm\! -ingame.winstreak = Winstreak +ingame.winstreak = Kazanma Serisi ingame.deaths = Ölümler ingame.scores = Puanlar ingame.kit = Kit @@ -1656,7 +1656,7 @@ ingame.lobby = Lobi ingame.teams = Takımlar ingame.teams.allowed = İzin Verildi ingame.teams.not_allowed = İzin Verilmez -ingame.deathmatch = Deathmatch +ingame.deathmatch = Ölüm Maçı ingame.deathmatch_in = Deathmatch%s saniye içinde başlıyor\! ingame.beds = Yıkılan yataklar ingame.can_respawn = Respawn Can @@ -1686,11 +1686,11 @@ ingame.regeneration = Yenilenme ingame.now_spawn_regeneration = Artık Spawn'da zamanınızı yeniden canlandırabilirsiniz\! ingame.loot_spawned = Haritanın merkezinde yeni yağma ortaya çıktı\! ingame.afk = AFK -ingame.current_minigame = Minigame +ingame.current_minigame = Mini Oyun ingame.next_minigame = Sonraki Minigame ingame.coins = Sikke ingame.medal = Madalya -ingame.parkour = Parkour +ingame.parkour = Parkur ingame.checkpoint = Kontrol noktası ingame.last_checkpoint = Son Kontrol Noktası ingame.discipline = Disiplin @@ -1706,29 +1706,29 @@ ingame.score = Puan ingame.timer = Zamanlayıcı ingame.emeralds = Zümrüt ingame.death_coordinates = Ölüm Koordinatörleri -ingame.pitch = Pitch +ingame.pitch = Saha ingame.chunk = Çöp ingame.damage_resistance = Direnç -ingame.nickname = Nick -ingame.reach = Range +ingame.nickname = Kullanıcı Adı +ingame.reach = Menzil error = Hata -account_manager.title = Accounts -account_manager.create = Enter a password to encrypt the accounts database. -account_manager.enter_password = Enter the accounts database password. -account_manager.edit = Add/Edit account -account_manager.username = Username/E-mail -account_manager.password = Password (leave blank for offline accounts) -account_manager.type.legacy = Offline -account_manager.type.mojang = Verified -account_manager.add_btn = Add... -account_manager.remove = Remove -account_manager.edit_btn = Edit... -account_manager.change_password = Change Key - -spotify.token.set = Set -spotify.token.not_set = Not Set +account_manager.title = Hesaplar +account_manager.create = Hesap veritabanını şifrelemek için bir şifre gir. +account_manager.enter_password = Hesap veritabanı şifresini gir. +account_manager.edit = Hesap Ekle/Düzenle +account_manager.username = Kullanıcı Adı/E-posta +account_manager.password = Şifre (crack hesapsa boş bırak) +account_manager.type.legacy = Çevrimdışı +account_manager.type.mojang = Doğrulanmış +account_manager.add_btn = Ekle... +account_manager.remove = Kaldır +account_manager.edit_btn = Düzenle... +account_manager.change_password = Anahtarı Değiştir + +spotify.token.set = Ayarla +spotify.token.not_set = Ayarlanmamış config.spotify.title = Spotify config.spotify.refresh_token = Token config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. From d5f16474da8ff87a2a48fbfb8adb8a2519cdc545 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 20 Mar 2021 12:46:21 +0100 Subject: [PATCH 319/382] New translations language_en_US.properties (Turkish) --- resources/lang/44/language_tr_TR.properties | 94 ++++++++++----------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/resources/lang/44/language_tr_TR.properties b/resources/lang/44/language_tr_TR.properties index e70e464..8849b5c 100644 --- a/resources/lang/44/language_tr_TR.properties +++ b/resources/lang/44/language_tr_TR.properties @@ -665,11 +665,11 @@ join_texts.title = Giriş Otamatik Mesajları join_texts.help = Bir sunucuya katıldıktan sonra otomatik olarak sohbet mesajları gönder. join_texts.add = Yazı Ekle join_texts.edit = Yazıyı Düzenle -join_texts.delete = Delete Text -join_texts.edit.title = Edit Join Text -join_texts.edit.message = Join Text -join_texts.edit.server = Server -join_texts.edit.delay = Delay +join_texts.delete = Mesajı Sil +join_texts.edit.title = Giriş Mesajını Düzenle +join_texts.edit.message = Giriş Mesajı +join_texts.edit.server = Sunucu +join_texts.edit.delay = Gecikme modules.title = Özelleştirmeyi Oluştur modules.help = Yardım ... @@ -704,7 +704,7 @@ modules.anchor.bottom_center = Alt Merkezi modules.anchor.bottom_right = Sağ Alt modules.settings.title = Modül Ayarları modules.settings.list.title = Ayarlar -modules.settings.none = None +modules.settings.none = Yok modules.settings.default = Varsayılan modules.settings.custom = Özel modules.settings.id = Id @@ -789,14 +789,14 @@ modules.item.direction.desc = Oynatıcının yönünü görüntüler. modules.item.direction.direction_style = Yön modules.item.direction.direction_style.desc = Oyuncunun yönünün nasıl görüntüleneceğini değiştirir. modules.item.direction.number = Sayı -modules.item.direction.string = String +modules.item.direction.string = Dize modules.item.direction.both = Her ikisi de modules.item.direction.degree = Derecesi modules.item.direction.show_direction_towards = Doğru Yönü Göster modules.item.direction.show_direction_towards.desc = Oynatıcının hangi x ve z yönünde görüntüleneceğini gösterir. -modules.item.pitch = Pitch +modules.item.pitch = Saha modules.item.pitch.desc = Oynatıcınızın zift dönüşünü görüntüler. -modules.item.biome = Biome +modules.item.biome = Biyom modules.item.biome.desc = Oyuncunun şu anda bulunduğu biyomeni görüntüler. modules.item.entities = Varlık Sayısı modules.item.entities.desc = Yönünüzün varlık sayısını ve dünyanızın toplam varlık sayısını görüntüler. @@ -951,17 +951,17 @@ modules.item.ip = IP modules.item.ip.desc = Halihazırda bağlı olduğunuz sunucunun IP'sini görüntüler. modules.item.players = Oyuncu Sayısı modules.item.players.desc = O anda bağlı olduğunuz sunucunun oyuncu sayısını görüntüler. -modules.item.ping = Ping +modules.item.ping = Gecikme modules.item.ping.desc = Halihazırda bağlı olduğunuz sunucunun pingini görüntüler. modules.item.lobby = Lobi modules.item.lobby.desc = Halihazırda bağlı olduğunuz sunucunun lobi adını görüntüler. modules.item.countdown = Geri sayım modules.item.countdown.desc = Oynadığınız geçerli oyun modu için bir geri sayım görüntüler. -modules.item.countdown.show_large_countdown = Show large countdown -modules.item.countdown.show_large_countdown.desc = Specifies whether the countdown should be displayed in the center of the screen. +modules.item.countdown.show_large_countdown = Büyük geri sayımı göster +modules.item.countdown.show_large_countdown.desc = Geri sayımın ekranın ortasında görüntülenip görüntülenmeyeceğini belirtir. modules.item.kills = Öldürür modules.item.kills.desc = Oynadığınız geçerli oyun modu için öldürmenizi görüntüler. -modules.item.killstreak = Killstreak +modules.item.killstreak = Öldürme Serisi modules.item.killstreak.desc = Oynadığınız geçerli oyun modu için killstreak'inizi görüntüler. modules.item.deaths = Ölümler modules.item.deaths.desc = Oynadığınız geçerli oyun modu için ölümlerinizi gösterir. @@ -978,10 +978,10 @@ modules.item.party_members.length = Maksimum Uzunluk modules.item.party_members.length.desc = Gösterilmesi gereken parti üyelerinin maksimum miktarı. modules.item.party_members.star = Lider Yıldızı modules.item.party_members.star.desc = Parti liderinin arkasındaki yıldızın geçişini yapın. -modules.item.nickname = Nickname -modules.item.nickname.desc = Displays your current nickname. -modules.item.combat_range = Combat Range -modules.item.timolia_pvp_winstreak = PVP Winstreak +modules.item.nickname = Kullanıcı adı +modules.item.nickname.desc = Şu anki kullanıcı adını gösterir. +modules.item.combat_range = Savaş Menzili +modules.item.timolia_pvp_winstreak = PVP Kazanma Serisi modules.item.timolia_pvp_winstreak.desc = Timolia Network'teki 1vs1'deki mevcut galibiyeti gösterir. modules.item.timolia_pvp_opponent = PVP Rakibi modules.item.timolia_pvp_opponent.desc = Rakibinizi Timolia Ağında 1vs1 olarak görüntüler. @@ -1015,7 +1015,7 @@ modules.item.timolia_brainbow_score = Brainbow Puanı modules.item.timolia_brainbow_score.desc = Puanınızı Timolia Network'teki Brainbow'da görüntüler. modules.item.timolia_advent_medal = Advent Madalyası modules.item.timolia_advent_medal.desc = Madalya'nı Advent'de Timolia Ağında görüntüler. -modules.item.timolia_advent_parkour = Advent Parkour +modules.item.timolia_advent_parkour = Advent Parkur modules.item.timolia_advent_parkour.desc = Şu anda oynadığınız parkour'u Timolia Network'teki Advent ekranında görüntüler. modules.item.timolia_advent_checkpoint = Advent Kontrol Noktası modules.item.timolia_advent_checkpoint.desc = Timolia Ağı üzerindeki Advent'te mevcut kontrol noktalarının miktarını görüntüler. @@ -1027,7 +1027,7 @@ modules.item.timolia_intime_regeneration = Süre İçinde Yenilenme Süresi modules.item.timolia_intime_regeneration.desc = Timolia Ağındaki InTime'da kalan yeni yumurtlama yenilenme süresini görüntüler. modules.item.timolia_intime_loot = InTime Görev Süresi modules.item.timolia_intime_loot.desc = Timolia Network'teki InTime'da kalan süreyi gösterir. -modules.item.timolia_intime_invincibility_message = InTime Invincibility Message +modules.item.timolia_intime_invincibility_message = InTime Yenilmezlik Mesajı modules.item.timolia_intime_invincibility_message.desc = Timolia Ağı'ndaki InTime'da kalan yenilmezlik süresini görüntüler. modules.item.timolia_jumpworld_fails = JumpWorld Başarısız Oldu modules.item.timolia_jumpworld_fails.desc = Başarısız sayınızı Timolia Ağındaki JumpWorld'de görüntüler. @@ -1041,11 +1041,11 @@ modules.item.gommehd_sg_deathmatch_message = SG Deathmatch Mesajı modules.item.gommehd_sg_deathmatch_message.desc = GommeHD Ağında SurvivalGames'te bir ölüm maçı zamanlayıcı görüntüler. modules.item.gommehd_bedwars_team = BedWars Ekibi modules.item.gommehd_bedwars_team.desc = Takımınızı GommeHD Ağındaki BedWar'larda görüntüler. -modules.item.gommehd_bedwars_respawn = BedWars Respawn +modules.item.gommehd_bedwars_respawn = BedWars Yeniden Doğuş modules.item.gommehd_bedwars_respawn.desc = GommeHD ağı üzerindeki BedWar'larda tekrar yanaşıp solmamayı görüntüler. modules.item.gommehd_bedwars_gold = BedWars Altın Saati modules.item.gommehd_bedwars_gold.desc = Bir sonraki altın kalemlerin GommeHD ağı üzerindeki BedWar'lara düşene kadar geçen süreyi gösterir. -modules.item.gommehd_bedwars_beds = BedWars Destroyed Beds +modules.item.gommehd_bedwars_beds = BedWars Kırılan Yatak modules.item.gommehd_bedwars_beds.desc = GommeHD ağı üzerindeki BedWar'larda tahrip ettiğiniz yatak miktarını görüntüler. modules.item.gommehd_endergames_kit = EnderGames Kiti modules.item.gommehd_endergames_kit.desc = Kitinizi EnderGames'de GommeHD Ağı'nda görüntüler. @@ -1057,8 +1057,8 @@ modules.item.gommehd_skywars_team = SkyWars Ekibi modules.item.gommehd_skywars_team.desc = Takımınızı GommeHD Network'teki SkyWars'da görüntüler. modules.item.gommehd_skywars_kit = SkyWars Kiti modules.item.gommehd_skywars_kit.desc = Kitinizi GommeHD Network'teki SkyWars'da görüntüler. -modules.item.gommehd_ragemode_emeralds = Ragemode Emeralds -modules.item.gommehd_ragemode_emeralds.desc = Displays your emerald count in Ragemode on the GommeHD Network. +modules.item.gommehd_ragemode_emeralds = Ragemode Zümrütleri +modules.item.gommehd_ragemode_emeralds.desc = Gommehd sunucusunda Ragemode zümrüt sayısını gösterir. modules.item.playminity_jumpleague_checkpoints = JumpLeague Kontrol Noktaları modules.item.playminity_jumpleague_checkpoints.desc = Geçerli denetim noktanız sayısını PlayMinity Ağındaki JumpLeague'de görüntüler. modules.item.playminity_jumpleague_fails = JumpLeague başarısız @@ -1067,7 +1067,7 @@ modules.item.playminity_jumpleague_lives = JumpLeague Canlıları modules.item.playminity_jumpleague_lives.desc = Kalan hayatlarınızın miktarını PlayMinity Ağında JumpLeague'de görüntüler. modules.item.bergwerk_duel_team = Duel Takım modules.item.bergwerk_duel_team.desc = Ekibinizi Bergwerklabs Ağı'ndaki Duel'de görüntüler. -modules.item.bergwerk_duel_respawn = Duel Respawn +modules.item.bergwerk_duel_respawn = Duel Yeniden Doğuş modules.item.bergwerk_duel_respawn.desc = Bergwerklabs Ağı üzerindeki Duel'de tekrar yanaşıp solmamayı görüntüler. modules.item.bergwerk_duel_teleport_message = Duel Teleport Mesajı modules.item.bergwerk_duel_teleport_message.desc = Birisi Bergwerklabs Ağı üzerindeki Duel'de teleported edildiğinde bir mesaj görüntüler. @@ -1075,9 +1075,9 @@ modules.item.hypixel_paintball_team = Paintball Takımı modules.item.hypixel_paintball_team.desc = Takımınızı Hypixel Ağı üzerinde Paintball'da görüntüler. modules.item.hypixel_blitz_kit = Blitz Kit modules.item.hypixel_blitz_kit.desc = Setinizi Hypixel Ağı'nda Blitz'de görüntüler. -modules.item.hypixel_blitz_star = Blitz Star +modules.item.hypixel_blitz_star = Blitz Yıldızı modules.item.hypixel_blitz_star.desc = Hypixel Ağı'nda Blitz'de yıldız sayacı görüntüler. -modules.item.hypixel_blitz_deathmatch = Blitz Deathmatch +modules.item.hypixel_blitz_deathmatch = Blitz Ölüm Maçı modules.item.hypixel_blitz_deathmatch.desc = Hypixel Ağı'nda Blitz'de bir ölüm maç saati görüntüler. modules.item.hypixel_blitz_star_message = Blitz Star Mesajı modules.item.hypixel_blitz_star_message.desc = Hypixel Ağı'nda Blitz'de bir yıldız sayacı görüntüler. @@ -1085,7 +1085,7 @@ modules.item.hypixel_blitz_deathmatch_message = Blitz Ölüm Eşleşmesi Mesajı modules.item.hypixel_blitz_deathmatch_message.desc = Hypixel Ağı'nda Blitz'de bir ölüm maç saati görüntüler. modules.item.venicraft_mineathlon_discipline = Mineathlon Disiplin modules.item.venicraft_mineathlon_discipline.desc = Mineathlon'daki Venicraft Network'deki mevcut disiplini görüntüler. -modules.item.venicraft_mineathlon_round = Mineathlon Round +modules.item.venicraft_mineathlon_round = Mineathlon Turu modules.item.venicraft_mineathlon_round.desc = Geçerli turu Venicraft Network'teki Mineathlon'da görüntüler. modules.item.cytooxien_marioparty_minigames = Mario Partisi Minigames modules.item.cytooxien_marioparty_minigames.desc = Cytooxien Ağı üzerindeki Mario Partisi'nde oynatılan minigame sayısını görüntüler. @@ -1359,7 +1359,7 @@ chat.new_group_message = %s içindeki mesaj chat.new_file_request = %s dosyasından Dosya İsteği chat.accept_file_transfer = Kabul etmek için Sohbet GUI'sini aç\! chat.select_image = Resim Seç -chat.new_messages = You have %s new messages\! +chat.new_messages = %s yeni mesajın var\! chat.audio.name = Ses chat.audio.too_large = Ses%s'den daha büyük olmayabilir\! @@ -1421,7 +1421,7 @@ party.invitations.title = Parti Davetiyeleri party.manage_members = Üyeleri Yönet party.manage_members.title = Üyeleri Yönet party.manage_members.invite = Davet et ... -party.manage_members.kick = Kick +party.manage_members.kick = At party.manage_members.promote = Promosyona Katıl party.manage_members.demote = İndirin party.manage_members.set_owner = Sahibi Ayarla ... @@ -1444,7 +1444,7 @@ profile.id = Profil Kimliği profile.name = Ad profile.first_login_time = İlk Giriş Süresi profile.rank = Sıra -profile.cape = Cape +profile.cape = Pelerin profile.message = Profil Mesajı profile.edit = [Düzenle] @@ -1455,7 +1455,7 @@ config.profile_settings.show_connecting = Bağlantı Mesajı Göster config.profile_settings.show_connecting.desc = Modun sağ üst köşedeki bağlantı iletilerini göstermesi gerekip gerekmediğini değiştirin. config.profile_settings.afk_time = Ardından Afk'e gidin config.profile_settings.afk_time.desc = Modun çevrimiçi durumunuzu uzaktan kapatması için gereken süreyi belirtin. -config.profile_settings.afk_time.min = min +config.profile_settings.afk_time.min = dk config.profile_settings.never = Asla profile.now_afk = Artık AFK'lısın\! profile.no_longer_afk = Artık AFK değilsiniz\! @@ -1731,28 +1731,28 @@ spotify.token.set = Ayarla spotify.token.not_set = Ayarlanmamış config.spotify.title = Spotify config.spotify.refresh_token = Token -config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. +config.spotify.refresh_token.desc = Spotify tokenin. Hesabınızı bağla ve bir tane al\nhttps\://secure.5zigreborn.eu/spotify. config.display.spotify = Spotify... -ingame.map = Map -ingame.mode = Mode +ingame.map = Harita +ingame.mode = Mod -modules.item.octc_map = Map -modules.item.octc_mode = Mode -modules.item.octc_team = Team -modules.category.server_occ = Server OCC +modules.item.octc_map = Harita +modules.item.octc_mode = Mod +modules.item.octc_team = Takım +modules.category.server_occ = Sunucu OCC -gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. -gui.alert.feature_unavailable = This feature isn't currently available. +gui.alert.server_disconnected = Sunucumuza bağlı değilsin, bu nedenle paneline giriş yapamazsın. +gui.alert.feature_unavailable = Bu özellik şu anda kullanılamıyor. -plugin.conn.starting = Starting server... -plugin.conn.listening = Waiting for plugins... -plugin.conn.info = Do you want to install this plugin? -plugin.conn.download = Downloading plugin... -plugin.conn.downloaded = Install complete -plugin.conn.error.fs = Could not create plugin file +plugin.conn.starting = Sunucu başlatılıyor... +plugin.conn.listening = Eklentiler bekleniyor... +plugin.conn.info = Bu eklentiyi kurmak istiyor musun? +plugin.conn.download = Eklenti indiriliyor... +plugin.conn.downloaded = Yükleme tamamlandı +plugin.conn.error.fs = Eklenti dosyası oluşturulamadı -update.beta.1 = A new beta version of the 5zig mod is available\! +update.beta.1 = 5zig modunun yeni bir beta sürümü mevcut\! update.beta.2 = Get it from l.5zigreborn.eu/beta\! update.available.stable = Update available update.available.beta = Beta update available From ba16d32c0e3924014e4d245cd19800faee38d62f Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 20 Mar 2021 12:57:14 +0100 Subject: [PATCH 320/382] New translations language_en_US.properties (Turkish) --- resources/lang/44/language_tr_TR.properties | 68 ++++++++++----------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/resources/lang/44/language_tr_TR.properties b/resources/lang/44/language_tr_TR.properties index 8849b5c..bba4b25 100644 --- a/resources/lang/44/language_tr_TR.properties +++ b/resources/lang/44/language_tr_TR.properties @@ -1486,7 +1486,7 @@ cape.not_connected = Pelerininizi yönetmek için 5zig Mod Sunucusuna bağlanman cape.not_donator = Bir pelerin yükleyebilmek için bağışçı olmalısın. cape.not_custom = Kendi pelerinini yükleyebilmek için özel bir pelerin için bağış yapın\! cape.disable = Kapalı devre dışı bırak -cape.enable = Enable Cape +cape.enable = Pelerini Etkinleştir cape.upload = Cape'yi yükle ... cape.default = Varsayılan Cape yükle ... cape.upload.title = Cape'i yükle @@ -1495,7 +1495,7 @@ cape.upload.default.title = Varsayılan Cape'u yükle cape.upload.max_size = Resim%s'den büyük olmayabilir\! cape.upload.wrong_dimension = Geçersiz Cape boyutu\! cape.upload.uploading = Cape'inizi yükleme ... -cape.forbidden = You need to be a %s to use this cape\! +cape.forbidden = Bu pelerini kullanmak için %s olmalısın\! mcpvp_servers.title = Bir MCPvP Sunucusu Seç mcpvp_servers.join_server = Sunucuya Katıl @@ -1548,15 +1548,15 @@ plugin_manager.disable = Devre Dışı Bırak plugin_manager.reload = Yeniden yükle plugin_manager.plugin_folder = Eklenti Klasörü plugin_manager.help = 5zig mod eklentilerini kurun ve yönetin\! Eklentiler, üçüncü taraf geliştiricilerin 5zig moduna ek özellikler eklemelerine izin verir. 5zigreborn.eu/plugins hakkında daha fazla bilgi. -plugin_manager.update = Auto-update +plugin_manager.update = Otomatik güncelle credits.title = Krediler -credits.reborn = Reborn Developers +credits.reborn = Reborn Geliştiricileri credits.developer = Geliştirici credits.special_thanks = Özel Teşekkürler credits.translators = Çevirmenler credits.thank_you = Büyük "Teşekkür ederim\!" Tüm bu adamlara ve şüphesiz, modemi kullandığınız için\! -credits.patrons = Patrons +credits.patrons = Patronlar blocked_users.title = Engellenen Kullanıcılar blocked_users.none = Engellenen Kullanıcı Yok \:) @@ -1753,41 +1753,41 @@ plugin.conn.downloaded = Yükleme tamamlandı plugin.conn.error.fs = Eklenti dosyası oluşturulamadı update.beta.1 = 5zig modunun yeni bir beta sürümü mevcut\! -update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.beta.2 = Buradan indir l.5zigreborn.eu/beta\! +update.available.stable = Göncelleme mevcut +update.available.beta = Beta güncellemesi mevcut -modules.item.direction.count_angle_north = Count from north -modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. +modules.item.direction.count_angle_north = Kuzeyden say +modules.item.direction.count_angle_north.desc = 0° Kuzey ve 180° Güney olarak işaretleyerek bir pusula gibi hareket et. -modules.item.uptime = Uptime -modules.item.uptime.extended = Extended -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). -ingame.uptime = Uptime +modules.item.uptime = Çalışma süresi +modules.item.uptime.extended = Genişletilmiş +modules.item.uptime.extended.desc = Uzatılmış isimleri kullanarak zamanı görüntüler (saat, saniye). +ingame.uptime = Çalışma süresi -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = Spotify tokenin başarıyla kaydedildi. -config.server_hypixel.hypixel_api_key = API Key... -config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Ping on Server List -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. +config.server_hypixel.hypixel_api_key = API Anahtarı... +config.server_hypixel.hypixel_api_key.desc = Bu hesap için Hypixel API anahtarı. +config.display.ping_on_serverlist = Sunucu Listesindeki Gecikme +config.display.ping_on_serverlist.desc = Sunucu listesindeki çubuklar yerine sayısal ping değerini gösterir. -modules.label = Edit Prefix... -modules.label.input = Enter the new prefix for this item. -modules.item.command = Command Output +modules.label = Öneki Düzenle... +modules.label.input = Bu öğe için yeni öneki gir. +modules.item.command = Komut Çıkışı modules.item.command.regex = Regex -modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command +modules.item.command.regex.desc = İsteğe bağlı bir düzenli ifade. Bu ayarlanırsa, yalnızca eşleşen gruplar yazdırılır. +modules.item.command.scrolling = Kaydırma Eşiği +modules.item.command.refresh = Yenileme hızı (sn) +modules.item.command.command = Komut -config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color +config.formatting.rgb_main = Özel Ana Renk +config.formatting.rgb_prefix = Özel Önek Rengi -ingame.command_output = Command -ingame.text = Text -modules.item.text = Simple Text -modules.item.text.value = Text -modules.item.text.value.desc = The text to display +ingame.command_output = Komut +ingame.text = Metin +modules.item.text = Basit Metin +modules.item.text.value = Metin +modules.item.text.value.desc = Görüntülenecek metin -config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file +config.profile_settings.reward_tags = Rank Etiketlerini Göster \ No newline at end of file From c9cf33fd35578f2325f663c9dce9dfcb30904607 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 13:04:09 +0200 Subject: [PATCH 321/382] New translations en_US.lang (Swedish) --- resources/assets/the5zigmod/lang/sv_SE.lang | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/assets/the5zigmod/lang/sv_SE.lang b/resources/assets/the5zigmod/lang/sv_SE.lang index f48b3e2..7d4f85c 100644 --- a/resources/assets/the5zigmod/lang/sv_SE.lang +++ b/resources/assets/the5zigmod/lang/sv_SE.lang @@ -1,12 +1,12 @@ the5zigmod.key.toggle_mod=Växla På/Av Mod -the5zigmod.key.toggle_chat=Växla Chat På/Av +the5zigmod.key.toggle_chat=Växla chatt the5zigmod.key.coordinates_clipboard=Koordinaternas urklipp the5zigmod.key.raid_calculator=MCPVP Räd kalkylator -the5zigmod.key.hypixel_stats=Hypixel Statistik -the5zigmod.key.zoom=Zooma In +the5zigmod.key.hypixel_stats=Hypixel-statistik +the5zigmod.key.zoom=Zooma in the5zigmod.key.timer.start=Växla Timer På/Av the5zigmod.key.timer.reset=Återställ Timer the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=Användarnamnshistorik -the5zigmod.key.toggle_chat_filter=Växla Chat Filter På/Av +the5zigmod.key.toggle_chat_filter=Växla chattfilter the5zigmod.key.change_account=Byt konto \ No newline at end of file From 053f745f4da583193967a2dae9ed32216aea83b3 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 13:10:41 +0200 Subject: [PATCH 322/382] New translations en_US.lang (Swedish) --- resources/assets/the5zigmod/lang/sv_SE.lang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/the5zigmod/lang/sv_SE.lang b/resources/assets/the5zigmod/lang/sv_SE.lang index 7d4f85c..3d91c3a 100644 --- a/resources/assets/the5zigmod/lang/sv_SE.lang +++ b/resources/assets/the5zigmod/lang/sv_SE.lang @@ -4,8 +4,8 @@ the5zigmod.key.coordinates_clipboard=Koordinaternas urklipp the5zigmod.key.raid_calculator=MCPVP Räd kalkylator the5zigmod.key.hypixel_stats=Hypixel-statistik the5zigmod.key.zoom=Zooma in -the5zigmod.key.timer.start=Växla Timer På/Av -the5zigmod.key.timer.reset=Återställ Timer +the5zigmod.key.timer.start=Växla mellan start/stopp för tidtagarur +the5zigmod.key.timer.reset=Nollställ tidtagarur the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=Användarnamnshistorik the5zigmod.key.toggle_chat_filter=Växla chattfilter From a3fc3432a1528cf19fb1524a21ae1dfaf21648be Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 13:10:43 +0200 Subject: [PATCH 323/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index e1726e9..c9e186f 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -496,9 +496,9 @@ server.hypixel.stats.arcade.deaths_throw_out = Throw Out Dödsfall server.hypixel.stats.arcade.poop_collected = Bajs Samlat server.hypixel.stats.arcade.wins_party = Party Games 1 Vinster server.hypixel.stats.arcade.wins_party2 = Party Games 2 Vinster -server.hypixel.stats.arcade.sw_kills = GW Kills -server.hypixel.stats.arcade.sw_empire_kills = GW Empire Kills -server.hypixel.stats.arcade.sw_rebel_kills = GW Rebel Kills +server.hypixel.stats.arcade.sw_kills = Dödade i GW +server.hypixel.stats.arcade.sw_empire_kills = Dödade i GW-imperiet +server.hypixel.stats.arcade.sw_rebel_kills = Dödade i GW-rebell server.hypixel.stats.arcade.sw_deaths = GW Dödsfall server.hypixel.stats.arcade.sw_shots_fired = GW Skott avfyrade server.hypixel.stats.arcade.sw_weekly_kills_a = GW Veckoliga avrättningar @@ -666,8 +666,8 @@ join_texts.help = Automatically send chat messages after joining a server. join_texts.add = Lägg till text join_texts.edit = Redigera text join_texts.delete = Ta bort text -join_texts.edit.title = Edit Join Text -join_texts.edit.message = Join Text +join_texts.edit.title = Redigera anslutningstext +join_texts.edit.message = Anslutningstext join_texts.edit.server = Server join_texts.edit.delay = Fördröjning From f9c75c8b6b29f0b76574a04d0bce677bdf208368 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 13:23:17 +0200 Subject: [PATCH 324/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index c9e186f..d4b1efe 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -769,17 +769,17 @@ modules.item.coordinates.coord_style = Visning av koordinater modules.item.coordinates.coord_style.desc = Ändrar hur dina koordinater ska se ut inne i spelet. modules.item.coordinates.below_other = Under varandra modules.item.coordinates.side_by_side = sida vid sida -modules.item.chunk_coordinates = Chunk Coordinates -modules.item.chunk_coordinates.desc = Displays your chunk coordinates. -modules.item.chunk_coordinates.coord_style = Coord Style -modules.item.chunk_coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. +modules.item.chunk_coordinates = Datablockskoordinater +modules.item.chunk_coordinates.desc = Visar dina datablockskoordinater. +modules.item.chunk_coordinates.coord_style = Stil för koordinater +modules.item.chunk_coordinates.coord_style.desc = Ändrar koordinaternas rendering i spelet. modules.item.chunk_coordinates.below_other = Below Other modules.item.chunk_coordinates.side_by_side = Sida vid sida modules.item.chunk_coordinates.chunk_style = Visa modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. modules.item.chunk_coordinates.relative = Relativ modules.item.chunk_coordinates.chunk = Endast datablock -modules.item.chunk_coordinates.both = Relative and Chunk +modules.item.chunk_coordinates.both = Relativ och datablock modules.item.death_coordinates = Döds Lokalisering modules.item.death_coordinates.desc = Visar vart du dog senast. modules.item.death_coordinates.nether = Nether @@ -806,8 +806,8 @@ modules.item.target_block_coordinates.coord_style = Stil På Koordinater modules.item.target_block_coordinates.coord_style.desc = Ändrar på hur koordinater visas i spelet. modules.item.target_block_coordinates.below_other = Under Varandra modules.item.target_block_coordinates.side_by_side = Sida vid Sida -modules.item.target_block_name = Target Block Id -modules.item.target_block_name.desc = Displays the id of the block you are looking at. +modules.item.target_block_name = Målblock-ID +modules.item.target_block_name.desc = Visar ID\:t för det block du tittar på. modules.item.target_block_name.show_resource_domain = Show Resource Domain modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. modules.item.damage_resistance = Resistans för skada @@ -972,14 +972,14 @@ modules.item.online_friends.desc = Visar vilka av dina vänner som är inloggade modules.item.online_friends.length = Max Längd modules.item.online_friends.length.desc = Max antal spelare som ska visas. modules.item.online_friends.nobody = Inga vänner\! -modules.item.party_members = Party Members -modules.item.party_members.desc = Displays the members of the party you are currently in. +modules.item.party_members = Partymedlemmar +modules.item.party_members.desc = Visar partymedlemmarna för ditt nuvarande party. modules.item.party_members.length = Max. längd -modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. -modules.item.party_members.star = Leader Star +modules.item.party_members.length.desc = Maximala antalet partymedlemmar som ska visas. +modules.item.party_members.star = Ledarstjärna modules.item.party_members.star.desc = Toggle the star behind the party leader. modules.item.nickname = Smeknamn -modules.item.nickname.desc = Displays your current nickname. +modules.item.nickname.desc = Visar ditt nuvarande smeknamn. modules.item.combat_range = Stridräckvidd modules.item.timolia_pvp_winstreak = PVP Vinststräck modules.item.timolia_pvp_winstreak.desc = Visar ditt nuvarande vinster i rad i en mot en på Timolia Network. @@ -1015,7 +1015,7 @@ modules.item.timolia_brainbow_score = Regnbågs poäng modules.item.timolia_brainbow_score.desc = Visar poängen för regnbågs läge på Timolia Network. modules.item.timolia_advent_medal = Advent Medalj modules.item.timolia_advent_medal.desc = Visar din nuvarande medalj i Avent på Timolia Network. -modules.item.timolia_advent_parkour = Advent Parkour +modules.item.timolia_advent_parkour = Adventparkour modules.item.timolia_advent_parkour.desc = Visar den nuvarande parkouren du är i på Timolia Network. modules.item.timolia_advent_checkpoint = Advent Viloplats modules.item.timolia_advent_checkpoint.desc = Visar den nuvarande mängden av viloplatser på avent på Timolia Network. @@ -1047,7 +1047,7 @@ modules.item.gommehd_bedwars_gold = BedWars Guld Tid modules.item.gommehd_bedwars_gold.desc = Visar hur lång tid det är kvar tills guldföremål släpps i BedWars på GommeHD Network. modules.item.gommehd_bedwars_beds = BedWars Förstörda Sängar modules.item.gommehd_bedwars_beds.desc = Visar antalet sängar du har förstört i BedWars på GommeHD Network. -modules.item.gommehd_endergames_kit = EnderGames Kit +modules.item.gommehd_endergames_kit = EnderGames-kit modules.item.gommehd_endergames_kit.desc = Visar ditt kit i EnderGames på GommeHD Network. modules.item.gommehd_endergames_coins = EnderGames Mynt modules.item.gommehd_endergames_coins.desc = Visar antalet mynt du har i EnderGames på GommeHD Network. @@ -1055,9 +1055,9 @@ modules.item.gommehd_skywars_coins = SkyWars Mynt modules.item.gommehd_skywars_coins.desc = Visar antalet mynt du har i SkyWars på GommeHD Network. modules.item.gommehd_skywars_team = SkyWars lag modules.item.gommehd_skywars_team.desc = Visar ditt lag i SkyWars på GommeHD Network -modules.item.gommehd_skywars_kit = SkyWars Kit +modules.item.gommehd_skywars_kit = SkyWars-kit modules.item.gommehd_skywars_kit.desc = Visar ditt kit i SkyWars på GommeHD Network. -modules.item.gommehd_ragemode_emeralds = Ragemode Emeralds +modules.item.gommehd_ragemode_emeralds = Ragemode-smaragder modules.item.gommehd_ragemode_emeralds.desc = Displays your emerald count in Ragemode on the GommeHD Network. modules.item.playminity_jumpleague_checkpoints = JumpLeague Viloplatser modules.item.playminity_jumpleague_checkpoints.desc = Visar din nuvarande viloplats räkning i Jumpleauge på Playminity Network. From 54f643da0d4a6af0ba173b3cf060177c1d917cf7 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 18:02:24 +0200 Subject: [PATCH 325/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index d4b1efe..e0c19ca 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1539,14 +1539,14 @@ stats.since = Sedan stats.server = Serverstatistik stats.ping = Ping\: %s ms stats.up_time = Server Upp-Tid\: %s -stats.lag = Server Lag\: %s%% +stats.lag = Serverlagg\: %s%% stats.connected_players = Anslutna spelare\: %s/%s plugin_manager.title = Plugin Manager plugin_manager.enable = PÅ plugin_manager.disable = AV plugin_manager.reload = Uppdatera -plugin_manager.plugin_folder = Plugin Folder +plugin_manager.plugin_folder = Mappen för tillägg plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. plugin_manager.update = Automatisk uppdatering From 6842624693dff5670581f08b81d98b0be5cd591e Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 18:12:05 +0200 Subject: [PATCH 326/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index e0c19ca..b77d7d8 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1768,17 +1768,17 @@ ingame.uptime = Uptime spotify.token_get = Your Spotify token was saved successfully. config.server_hypixel.hypixel_api_key = API-nyckel... -config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. +config.server_hypixel.hypixel_api_key.desc = Hypixel API-nyckel för detta konto. config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Redigera prefix... -modules.label.input = Enter the new prefix for this item. +modules.label.input = Ange det nya prefixet för detta föremål. modules.item.command = Kommandoutmatning modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold -modules.item.command.refresh = Refresh Rate (s) +modules.item.command.refresh = Uppdateringsfrekvens (s) modules.item.command.command = Kommando config.formatting.rgb_main = Custom Main Color @@ -1790,4 +1790,4 @@ modules.item.text = Enkel text modules.item.text.value = Text modules.item.text.value.desc = The text to display -config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file +config.profile_settings.reward_tags = Visa ranktaggar \ No newline at end of file From bf276dfdc3b54152c57bbe6a217827ae76533a2c Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 18:21:12 +0200 Subject: [PATCH 327/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index b77d7d8..2c93ffd 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1397,7 +1397,7 @@ config.chat_settings.show_tray_notifications.desc = Bestäm om du vill att 5zig config.chat_settings.chat_background_type = Bakgrunds-Stil config.chat_settings.chat_background_type.desc = Specificera stilen på bakgrunden som chatten ska ha. config.chat_settings.default = Standard -config.chat_settings.transparent = Transparent +config.chat_settings.transparent = Genomskinlig config.chat_settings.image = Bild config.chat_settings.chat_background_location = Välj bakgrundsbild... config.chat_settings.chat_background_location.desc = Välj bakgrundsbild för din chatt. @@ -1606,7 +1606,7 @@ weather.condition = Väder tillstånd weather.temperature = Temperatur ingame.fps = FPS ingame.target = Mål -ingame.target_name = Target Block +ingame.target_name = Målblock ingame.cps = CPS ingame.f.south = Söder ingame.f.south_west = Sydväst @@ -1715,7 +1715,7 @@ ingame.reach = Räckvidd error = Fel account_manager.title = Konton -account_manager.create = Enter a password to encrypt the accounts database. +account_manager.create = Ange ett lösenord för att kryptera kontots databas. account_manager.enter_password = Enter the accounts database password. account_manager.edit = Lägg till/redigera konto account_manager.username = Användarnamn/e-post @@ -1725,10 +1725,10 @@ account_manager.type.mojang = Verifierad account_manager.add_btn = Lägg till... account_manager.remove = Ta bort account_manager.edit_btn = Redigera... -account_manager.change_password = Change Key +account_manager.change_password = Ändra nyckel -spotify.token.set = Set -spotify.token.not_set = Not Set +spotify.token.set = Inställd +spotify.token.not_set = Inte vald config.spotify.title = Spotify config.spotify.refresh_token = Token config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. @@ -1746,7 +1746,7 @@ gui.alert.server_disconnected = You are not connected to our server, thus you ca gui.alert.feature_unavailable = This feature isn't currently available. plugin.conn.starting = Startar server... -plugin.conn.listening = Waiting for plugins... +plugin.conn.listening = Väntar på tillägg... plugin.conn.info = Do you want to install this plugin? plugin.conn.download = Downloading plugin... plugin.conn.downloaded = Installation slutförd From 578d3347d1a89d21942f086c837fe604caffdbe7 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 18:30:59 +0200 Subject: [PATCH 328/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 2c93ffd..d98881b 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1731,7 +1731,7 @@ spotify.token.set = Inställd spotify.token.not_set = Inte vald config.spotify.title = Spotify config.spotify.refresh_token = Token -config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. +config.spotify.refresh_token.desc = Din Spotify-token. Anslut ditt konto och få en token på https\://secure.5zigreborn.eu/spotify. config.display.spotify = Spotify... ingame.map = Karta @@ -1742,27 +1742,27 @@ modules.item.octc_mode = Läge modules.item.octc_team = Lag modules.category.server_occ = Server OCC -gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. -gui.alert.feature_unavailable = This feature isn't currently available. +gui.alert.server_disconnected = Du är inte ansluten till vår server och kan därför inte logga in till din panel. +gui.alert.feature_unavailable = Denna funktion är för tillfället inte tillgänglig. plugin.conn.starting = Startar server... plugin.conn.listening = Väntar på tillägg... -plugin.conn.info = Do you want to install this plugin? -plugin.conn.download = Downloading plugin... +plugin.conn.info = Vill du installera detta tillägg? +plugin.conn.download = Laddar ned tillägg... plugin.conn.downloaded = Installation slutförd -plugin.conn.error.fs = Could not create plugin file +plugin.conn.error.fs = Kunde inte skapa tilläggsfil -update.beta.1 = A new beta version of the 5zig mod is available\! +update.beta.1 = En ny betaversion av 5zig moddet finns tillgänglig\! update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available -update.available.beta = Beta update available +update.available.stable = Uppdatering tillgänglig +update.available.beta = Ny betauppdatering tillgänglig -modules.item.direction.count_angle_north = Count from north +modules.item.direction.count_angle_north = Räkna från norr modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. modules.item.uptime = Uptime modules.item.uptime.extended = Extended -modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). +modules.item.uptime.extended.desc = Visar tiden med förlängda namn (timmar, sekunder). ingame.uptime = Uptime spotify.token_get = Your Spotify token was saved successfully. @@ -1781,13 +1781,13 @@ modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Uppdateringsfrekvens (s) modules.item.command.command = Kommando -config.formatting.rgb_main = Custom Main Color -config.formatting.rgb_prefix = Custom Prefix Color +config.formatting.rgb_main = Anpassad primärfärg +config.formatting.rgb_prefix = Anpassad prefixfärg ingame.command_output = Kommando ingame.text = Text modules.item.text = Enkel text modules.item.text.value = Text -modules.item.text.value.desc = The text to display +modules.item.text.value.desc = Texten som ska visas config.profile_settings.reward_tags = Visa ranktaggar \ No newline at end of file From 95385daef2fe96c9c7e74c0937f79f9e7a750d98 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 18:41:56 +0200 Subject: [PATCH 329/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index d98881b..182199e 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -52,15 +52,15 @@ connection.connecting = Ansluter... connection.logging_in = Loggar in... connection.connected = Ansluten\! connection.online = inloggad -connection.offline = ej inloggad +connection.offline = Frånkopplad connection.away = borta connection.bad_login = Felaktig inloggning connection.timed_out = Kopplades ifrån conn.user.not_exists = Spelare %s Hittades inte\! -conn.user.not_friend = %s Måste vara din vän\! +conn.user.not_friend = %s måste vara din vän\! conn.user.not_friend_anymore = %s är inte din vän längre\! -conn.user.offline = %s är inte inloggad\! +conn.user.offline = %s är frånkopplad\! conn.user.old_version = %s använder en tidigare version\! conn.unread_messages = Du har %s nya olästa\! @@ -122,15 +122,15 @@ conn.party.invite_error = kunde inte bjuda in medlemmar\! conn.cape.upload.failed = Kunde inte ladda upp mantel\: %s conn.cape.upload.max_size = Bildstorleken kan inte vara större än %s\! -conn.cape.upload.wrong_dimension = Ogiltig mantels storlek\! -conn.cape.upload.success = Uppladdningen av din mantel genomfördes\! +conn.cape.upload.wrong_dimension = Ogiltig storlek för mantel\! +conn.cape.upload.success = Mantel uppladdad\! menu.no_last_server = Det finns ingen server att visa som var den senaste. -menu.the5zigMod = 5zig moddet... +menu.the5zigMod = 5zig-moddet... menu.mcpvp = MCPVP config.default = Standard -config.click_to_reset = klicka här för att återställa till standardinställningar... +config.click_to_reset = Klicka för att nollställa... config.list.add_entry = Lägg till... config.list.remove_entry = Ta bort config.list.entry = 1 ord @@ -140,23 +140,23 @@ config.list.category = Kategori config.main.title = Alternativ config.main.show_mod = Visa mod config.main.show_mod.desc = Bestämmer om 5zig ska göra all statistik synlig när du är inne i spelet. -config.main.scale = Modstorlek +config.main.scale = Storlek för mod config.main.scale.desc = Välj hur stort du vill att alla överlappningar ska vara. config.main.report_crashes = Rapportera krascher automatiskt config.main.report_crashes.desc = Välj om du vill att 5zig ska skicka in felrapporter automatiskt. Du har fortfarande möjligheten att skicka in krascher manuellt. config.main.display = Displayalternativ... config.main.display.desc = Ändrar färg på allt som har med 5zig att göra och ändrar hur formaten ska vara. -config.main.modules = Anpassa Displayen... +config.main.modules = Anpassa visning... config.main.modules.desc = Ändra utseende för hur det ska visas inne i spelet. -config.main.show_hide = Visa/Dölj Alternativ... -config.main.show_hide.desc = Aktivera eller avaktivera speciella delar av 5zig. +config.main.show_hide = Visa/dölj alternativ... +config.main.show_hide.desc = Aktivera eller inaktivera specifika funktioner för moddet. config.main.server = Serveralternativ... config.main.server.desc = Bestäm om flera statistiker ska renderas när du spelar på en server.\n sätt specifika chatt filter för server chatten. config.main.coordinate_clipboard = Koordinaternas urklipp... config.main.coordinate_clipboard.desc = Lagra koordinater som ska synas inne i spelet. config.main.auto_update = Uppdatera-Automatiskt config.main.auto_update.desc = Tillåt att 5zig automatiskt söker efter uppdateringar till dina modd vid varje uppstart. Om en uppdatering hittas installeras det automatiskt. Alla Installerade mods kommer att sparas, tills det finns en uppdatering för just det 5zig till den minecraft versionen som används. -config.main.cape_settings = Mantels Inställningar... +config.main.cape_settings = Mantelinställningar... config.main.cape_settings.desc = Ändra utseendet för din mantel.\n Bara tillgängligt för donatorer\! config.main.always = Alltid config.main.same_version = Samma version From 2a8ace2d6af85e46656ce71e2b7bfc0893bdf91e Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 18:50:26 +0200 Subject: [PATCH 330/382] New translations en_US.lang (Swedish) --- resources/assets/the5zigmod/lang/sv_SE.lang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/the5zigmod/lang/sv_SE.lang b/resources/assets/the5zigmod/lang/sv_SE.lang index 3d91c3a..71aa079 100644 --- a/resources/assets/the5zigmod/lang/sv_SE.lang +++ b/resources/assets/the5zigmod/lang/sv_SE.lang @@ -1,12 +1,12 @@ the5zigmod.key.toggle_mod=Växla På/Av Mod the5zigmod.key.toggle_chat=Växla chatt the5zigmod.key.coordinates_clipboard=Koordinaternas urklipp -the5zigmod.key.raid_calculator=MCPVP Räd kalkylator +the5zigmod.key.raid_calculator=MCPVP Raid-beräknare the5zigmod.key.hypixel_stats=Hypixel-statistik the5zigmod.key.zoom=Zooma in the5zigmod.key.timer.start=Växla mellan start/stopp för tidtagarur the5zigmod.key.timer.reset=Nollställ tidtagarur the5zigmod.key.teamspeak=TeamSpeak -the5zigmod.key.username_history=Användarnamnshistorik +the5zigmod.key.username_history=Användarnamnhistorik the5zigmod.key.toggle_chat_filter=Växla chattfilter the5zigmod.key.change_account=Byt konto \ No newline at end of file From 75f6da3dc87a8d5b5d49eedf8c0ad53ca4b988f5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 18:50:28 +0200 Subject: [PATCH 331/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 182199e..99f522b 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -31,7 +31,7 @@ file_selector.select = Välj input.title = Indata -mojang.service.status = Mojang Status Service +mojang.service.status = Mojangs statusservice mojang.service.minecraft_website = Minecraft.net mojang.service.mojang_website = Mojang.com mojang.service.session = Mojangs session server @@ -142,10 +142,10 @@ config.main.show_mod = Visa mod config.main.show_mod.desc = Bestämmer om 5zig ska göra all statistik synlig när du är inne i spelet. config.main.scale = Storlek för mod config.main.scale.desc = Välj hur stort du vill att alla överlappningar ska vara. -config.main.report_crashes = Rapportera krascher automatiskt +config.main.report_crashes = Skapa kraschrapporter automatiskt config.main.report_crashes.desc = Välj om du vill att 5zig ska skicka in felrapporter automatiskt. Du har fortfarande möjligheten att skicka in krascher manuellt. config.main.display = Displayalternativ... -config.main.display.desc = Ändrar färg på allt som har med 5zig att göra och ändrar hur formaten ska vara. +config.main.display.desc = Ändra utseendet för Minecraft. config.main.modules = Anpassa visning... config.main.modules.desc = Ändra utseende för hur det ska visas inne i spelet. config.main.show_hide = Visa/dölj alternativ... From a8e41ac35d17df85c225a59da3a58196a5dc4580 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 18:59:20 +0200 Subject: [PATCH 332/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 99f522b..3e36c53 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1685,28 +1685,28 @@ ingame.loot = Fångst ingame.regeneration = Återgenerering ingame.now_spawn_regeneration = Du kan nu åter generera din tid i ditt spawn\! ingame.loot_spawned = Ny fångst har kommit i mitten av kartan\! -ingame.afk = Borta +ingame.afk = AFK ingame.current_minigame = Minispel -ingame.next_minigame = Nästa Minigame +ingame.next_minigame = Nästa minispel ingame.coins = Mynt ingame.medal = Medalj ingame.parkour = Parkour ingame.checkpoint = Kontrollpunkt ingame.last_checkpoint = Senaste kontrollpunkt ingame.discipline = Disciplin -ingame.light_level = Ljus nivå -ingame.speed = Snabbhet +ingame.light_level = Ljusstyrka +ingame.speed = Hastighet ingame.battery = Batteri ingame.memory = Minne ingame.first_player = Först ingame.place = Plats ingame.remaining_fields = Fält -ingame.first_to = Först till +ingame.first_to = Först att nå ingame.score = Poäng ingame.timer = Tidtagare ingame.emeralds = Smaragder -ingame.death_coordinates = Döds Koordinater -ingame.pitch = Höjdnivå +ingame.death_coordinates = Dödskoordinater +ingame.pitch = Tonhöjd ingame.chunk = Datablock ingame.damage_resistance = Resistans ingame.nickname = Namn From 96c4f1441034d07765a2e09799402d0c34cf83c4 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 19:09:35 +0200 Subject: [PATCH 333/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 30 ++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 3e36c53..7888c16 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1658,7 +1658,7 @@ ingame.teams.allowed = Tillåtet ingame.teams.not_allowed = Inte Tillåtet ingame.deathmatch = Dödsmatch ingame.deathmatch_in = dödsmatchen startar om %s sekunder\! -ingame.beds = Sängarna är Förstörda +ingame.beds = Antal förstörda sängar ingame.can_respawn = Kan återuppstå ingame.can_respawn.true = Ja ingame.can_respawn.false = Nej @@ -1666,25 +1666,25 @@ ingame.height = Höjd ingame.opponent = Motståndare ingame.opponent.games_total = Motståndare Spel ingame.opponent.games_won = Motståndare Vunna Spel -ingame.opponent.kill_death_ratio = Motståndare K/D -ingame.ending_in = Spelet är slut om %s sekunder\! -ingame.host = värd +ingame.opponent.kill_death_ratio = Motståndarens K/D +ingame.ending_in = Spelet slutar om %s sekunder\! +ingame.host = Värd ingame.participants = Deltagare -ingame.best_of = Bäst utav -ingame.qualification = Kval -ingame.qualification.rounds = Rundor -ingame.round = Runda +ingame.best_of = Bäst av +ingame.qualification = Kvalifikation +ingame.qualification.rounds = Omgångar +ingame.round = Omgång ingame.tournament = Turnering av %s ingame.star = Stjärna -ingame.star_in = Stjärnan släpps om %s sekunder\! +ingame.star_in = Stjärnan kommer att skapas om %s sekunder\! ingame.checkpoints = Kontrollpunkter -ingame.fails = Misslyckande -ingame.lives = Liv +ingame.fails = Misslyckanden +ingame.lives = Antal liv ingame.gold = Guld -ingame.loot = Fångst -ingame.regeneration = Återgenerering -ingame.now_spawn_regeneration = Du kan nu åter generera din tid i ditt spawn\! -ingame.loot_spawned = Ny fångst har kommit i mitten av kartan\! +ingame.loot = Föremål +ingame.regeneration = Återhämtning +ingame.now_spawn_regeneration = Du kan nu återskapa din tid vid startområdet\! +ingame.loot_spawned = Nya föremål har skapats vid kartans mittpunkt\! ingame.afk = AFK ingame.current_minigame = Minispel ingame.next_minigame = Nästa minispel From 9f615035e1ef79e633f730afd2a948daabb594e2 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 19:23:21 +0200 Subject: [PATCH 334/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 44 ++++++++++----------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 7888c16..596e116 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1592,19 +1592,19 @@ plugin_request.verifying = Verifierar Nedladdningen… plugin_request.done = Klar. plugin_request.error = Fel -ingame.chat_search.enter_keyword = Vänligen välj ett tecken som skall hittas i chatten. -ingame.chat_search.highlighting = Uppmärksammar ord som innehåller "%s" +ingame.chat_search.enter_keyword = Ange ett sökord som ska hittas i chatten +ingame.chat_search.highlighting = Markera ord som innehåller "%s" armor.title = Rustnings HUD -ctf.title = Din CTF -hg.title = Din HG +ctf.title = Din CTF-statistik +hg.title = Din HG-statistik potion_effects.title = Aktiva effekter weather.title = Väder -weather.loading = Laddar… +weather.loading = Läser in... weather.city = Stad weather.condition = Väder tillstånd weather.temperature = Temperatur -ingame.fps = FPS +ingame.fps = Bildfrekvens ingame.target = Mål ingame.target_name = Målblock ingame.cps = CPS @@ -1630,42 +1630,42 @@ ingame.killstreak.triple = Tre Dödade\! ingame.killstreak.quadruple = Fyra Dödade\! ingame.killstreak.multi = Massmord\! ingame.winstreak = Vinster i sträck -ingame.deaths = Dödad +ingame.deaths = Dödsfall ingame.scores = Poäng -ingame.kit = Kitt +ingame.kit = Kit ingame.kit.none = Ingen ingame.team = Lag ingame.class = Klass -ingame.steals = Stölder -ingame.captures = Antalet till fångade -ingame.recovers = Antalet Återhämtningar +ingame.steals = Antalet stölder +ingame.captures = Antal erövranden +ingame.recovers = Antal återhämtningar ingame.flag = Flagga -ingame.invincibility_wears_off = Osynligheten försvinner inom %s sekunder\! -ingame.no_longer_invincible = Du är inte osynlig längre\! +ingame.invincibility_wears_off = Odödligheten upphör om %s sekunder\! +ingame.no_longer_invincible = Du är inte längre odödlighet\! ingame.time = Tid ingame.date = Datum ingame.feast = Fest -ingame.minifeast = Mini Fest +ingame.minifeast = Minifest ingame.starting = Startar -ingame.invincibility = Osynlighet -ingame.starting_in = Statar inom %s sekunder\! +ingame.invincibility = Odödlighet +ingame.starting_in = Spelet startar om %s sekunder\! ingame.win = %s vann spelet\! -ingame.win.team.self = Ditt lag vann\! -ingame.win.team.other = Motståndar laget vann\! +ingame.win.team.self = Ditt lag vann spelet\! +ingame.win.team.other = Motståndarlaget vann spelet\! ingame.lobby = Lobby ingame.teams = Lag ingame.teams.allowed = Tillåtet -ingame.teams.not_allowed = Inte Tillåtet +ingame.teams.not_allowed = Inte tillåtet ingame.deathmatch = Dödsmatch -ingame.deathmatch_in = dödsmatchen startar om %s sekunder\! +ingame.deathmatch_in = Dödsmatchen startar om %s sekunder\! ingame.beds = Antal förstörda sängar ingame.can_respawn = Kan återuppstå ingame.can_respawn.true = Ja ingame.can_respawn.false = Nej ingame.height = Höjd ingame.opponent = Motståndare -ingame.opponent.games_total = Motståndare Spel -ingame.opponent.games_won = Motståndare Vunna Spel +ingame.opponent.games_total = Antal spelade spel av motståndare +ingame.opponent.games_won = Antal vunna spel av motståndare ingame.opponent.kill_death_ratio = Motståndarens K/D ingame.ending_in = Spelet slutar om %s sekunder\! ingame.host = Värd From bf31752d48443b08230c5467a4b2277f70b93894 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 19:40:21 +0200 Subject: [PATCH 335/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 596e116..f098e03 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1583,12 +1583,12 @@ api.setting_disabled.armor_hud = Rustningens HUD ingame_chat.new_message = Nytt chattmeddelande\! -plugin_request.title = Mod Plugin Nedladdnings förfrågan\! +plugin_request.title = Nedladdningsförfrågan för tillägg\! plugin_request.help = Servern har skickat en förfrågan till dig om att få ladda ner ett plugin till 5zig. Detta kan göra så att du ser mer statistik från servern du spelar på. Notera att 5zig inte tar något som helst ansvar för det du laddar ner. Om du väljer att ladda ner detta tillägg så gör du det på egen risk. Ladda bara ner detta tillägg om du litar på serverns ägare. Om du vill ta bort tillägget så skall du då ta bort "%s" och starta om ditt spel. -plugin_request.warning = Vill du verkligen fortsätta? 5zig tar inte ansvar för det tillägg du laddar ner. -plugin_request.download = Ladda ner -plugin_request.downloading = Laddar ner... %s -plugin_request.verifying = Verifierar Nedladdningen… +plugin_request.warning = Är du säker på att du vill fortsätta? Detta tillägg kan skada din dator\! Skaparen av 5zig-moddet är inte ansvarig för det ned laddade innehåll\! +plugin_request.download = Ladda ned +plugin_request.downloading = Laddar ned... %s +plugin_request.verifying = Verifierar nedladdning... plugin_request.done = Klar. plugin_request.error = Fel From 556ee00de8a8129ebd31ad92d5112c2dde25567e Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 23:09:42 +0200 Subject: [PATCH 336/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index f098e03..5a416d4 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1550,33 +1550,33 @@ plugin_manager.plugin_folder = Mappen för tillägg plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. plugin_manager.update = Automatisk uppdatering -credits.title = Personer som har bidragit till moddet. +credits.title = Lista över medverkande credits.reborn = Reborn Developers credits.developer = Utvecklare credits.special_thanks = Speciellt tack till credits.translators = Översättare -credits.thank_you = Ett riktigt stort tack till er alla (speciellt du) som använder mitt mod\! +credits.thank_you = Stort tack för att du använder mitt mod\! credits.patrons = Patrons -blocked_users.title = Blockerade spelare -blocked_users.none = Inga blockerade spelare \:) -blocked_users.unblock = Avblockera spelare +blocked_users.title = Blockerade användare +blocked_users.none = Inga blockerade användare \:) +blocked_users.unblock = Avblockera användare friend_requests.title = Vänförfrågningar friend_requests.none = Inga vänförfrågningar friend_requests.accept = Acceptera friend_requests.deny = Neka -banned.title = Tillgång till 5zig Moddet Är nekad\! -banned.help = Om du tror att det har blivit ett fel var vänlig att kontakta 5zig -banned.exiting = Stänger av spelet om %s sekunder. +banned.title = Din åtkomst till 5zig Moddet har nekats\! +banned.help = Om du anser att detta är ett fel, kontakta info@5zigreborn.eu. +banned.exiting = Spelet avslutas automatiskt om %s sekunder. server.reconnecting = Återansluter om %s sekunder… -api.outdated_server = Utdaterad Server API -api.outdated_client = Utdaterad Klient -api.connected = Du spelar på en server som använder sig utav 5zig\! -api.setting_disabled = Rendera %s är avslaget av servern\! +api.outdated_server = Utdaterad server-API +api.outdated_client = Utdaterad klient +api.connected = Denna server stöder 5zig-moddet\! +api.setting_disabled = Rendering av %s har inaktiverats av servern\! api.setting_disabled.potion_hud = Effektens HUD api.setting_disabled.potion_indicator = Effektens Indikerings vinjett api.setting_disabled.armor_hud = Rustningens HUD From e428e2fb4ba76bf056ac2f9a8277816beed0bb8a Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 29 Mar 2021 23:17:46 +0200 Subject: [PATCH 337/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 5a416d4..630cc70 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1522,9 +1522,9 @@ coordinate_clipboard.description = Help\: På denna skärm så kan du se koordin coordinate_clipboard.previous = Föregående coordinate_clipboard.next = Nästa coordinate_clipboard.number = Koordinater på klippbordet %s/%s -coordinate_clipboard.shortcut.cur_pos = Tryck på MELLANSLAG för att skriva in din nuvarande position.. -coordinate_clipboard.shortcut.delete = Tryck TA BORT för att återställa koordinaterna. -coordinate_clipboard.shortcut.death = Tryck ALT+D för att skriva in var du senast dog. +coordinate_clipboard.shortcut.cur_pos = Tryck på MELLANSLAG för att ange din nuvarande position. +coordinate_clipboard.shortcut.delete = Tryck på DELETE för att rensa de nuvarande koordinaterna. +coordinate_clipboard.shortcut.death = Tryck på CTRL + D för att ange din dödsplats. stats.title = Nätverksstatistik stats.current = Nuvarande statistik From 06b31c003a7d06bc8cd5660f2f9aa24a517340ac Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 30 Mar 2021 00:08:36 +0200 Subject: [PATCH 338/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 630cc70..c4f8e23 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1497,7 +1497,7 @@ cape.upload.wrong_dimension = Ogiltig storlek på mantel\! cape.upload.uploading = Laddar upp din mantel... cape.forbidden = Du måste vara %s för att använda denna mantel\! -mcpvp_servers.title = Välj En mcpvp Server +mcpvp_servers.title = Välj en MCPvP-server mcpvp_servers.join_server = Anslut till server mcpvp_servers.refresh = Uppdatera @@ -1508,17 +1508,17 @@ confirm_disconnect.title = Är du säker på att du vill lämna servern du är i raid.title = Rädkalkylator raid.tracked = Spårade %s block från %s till %s (%s i den undre dimensionen) åt %s riktning -raid.north = Nord -raid.south = Syd -raid.east = Öst -raid.west = Väst +raid.north = norr +raid.south = söder +raid.east = öster +raid.west = väster raid.tracker_coords = Spårar koordinater -raid.tracked_blocks = Spårar Blocks -raid.narrow = trång +raid.tracked_blocks = Spårade block +raid.narrow = Smal raid.track = Spåra %s -coordinate_clipboard.title = Koordinaternas klippblock -coordinate_clipboard.description = Help\: På denna skärm så kan du se koordinater som du har sparat till ditt klippbord. Dessa koordinater kommer du ha sparade på skärmen. Den här funktionen är mycket användbar när du ska komma ihåg en viktig plats eller vart din kompis senast befann sig. +coordinate_clipboard.title = Urklipp för koordinater +coordinate_clipboard.description = Information\: På denna skärm kan du snabbt spara koordinater till ditt "urklipp". Dessa koordinater visas sedan på skärmen. Denna funktion är mycket användbar för att komma ihåg koordinaterna för t.ex. din lagkamrat eller en annan viktig plats. coordinate_clipboard.previous = Föregående coordinate_clipboard.next = Nästa coordinate_clipboard.number = Koordinater på klippbordet %s/%s From 5ab93159a2ec74a34ff61b5d1ccd7ee965f1dd41 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 30 Mar 2021 00:18:44 +0200 Subject: [PATCH 339/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index c4f8e23..0d842ec 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1469,31 +1469,31 @@ config.profile_settings.show_friend_requests = Visa Vänskapsförfrågningar config.profile_settings.show_friend_requests.desc = Bestäm om du vill tillåta vän förfrågningar från andra spelare. config.profile_settings.show_country = Visa Land config.profile_settings.show_country.desc = Bestäm om du vill visa ditt land för dina vänner /n när avstängt så kan du inte se dina vänners land heller. -config.profile_settings.display_color = Visa Färg -config.profile_settings.display_color.desc = Färgen som ditt namn kommer att visas i chatten och i dina vänners lista. +config.profile_settings.display_color = Färg +config.profile_settings.display_color.desc = Färgen ditt namn kommer att visas i chatt- och vänlistor. profile.yesterday = Igår profile.today = Idag -profile.hidden = Gömd +profile.hidden = Dold -profile.blocked_contacts = Visa blockerade Kontakter... +profile.blocked_contacts = Visa blockerade kontakter... profile.show_statistics = Visa statistik... -profile.enter_new_profile_message = Var snäll och skriv ett nytt profil meddelande -profile.settings.view = Visa Profilinställningar... +profile.enter_new_profile_message = Ange ett nytt profilmeddelande +profile.settings.view = Visa profilinställningar... profile.settings.title = Profilinställningar -cape.title = Mantels Inställningar -cape.not_connected = Du måste vara ansluten med 5zig Mod Server för att kunna hantera din mantel. +cape.title = Mantelinställningar +cape.not_connected = Du måste vara ansluten till 5zig-moddets server för att kunna hantera din mantel. cape.not_donator = Du måste vara en donator för att kunna ladda upp en mantel. -cape.not_custom = Donera för att få ladda upp en egengjord mantel\! +cape.not_custom = Donera för anpassningsbar mantel\! cape.disable = Inaktivera mantel cape.enable = Aktivera mantel cape.upload = Ladda upp mantel... -cape.default = Ladda upp standard mantel... +cape.default = Ladda upp standardmantel... cape.upload.title = Ladda upp manel -cape.upload.default.help = Klicka på en mantel för att hantera den -cape.upload.default.title = Ladda upp en standard mantel -cape.upload.max_size = Bilden får inte vara för stor än %s\! -cape.upload.wrong_dimension = Ogiltig storlek på mantel\! +cape.upload.default.help = Klicka för att välja mantel +cape.upload.default.title = Ladda upp standardmantel +cape.upload.max_size = Bilden kan inte vara större än %s\! +cape.upload.wrong_dimension = Ogiltig mantelstorlek\! cape.upload.uploading = Laddar upp din mantel... cape.forbidden = Du måste vara %s för att använda denna mantel\! From e7fb9e01cac2d764f7af2ed61d7ce9a8eefc6be9 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 30 Mar 2021 00:28:23 +0200 Subject: [PATCH 340/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 0d842ec..c571219 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1426,21 +1426,21 @@ party.manage_members.promote = Befordra party.manage_members.demote = Degradera party.manage_members.set_owner = Sätt Ägare... party.manage_members.set_owner.confirm = Är du säker på att du vill överföra ditt ägarskap till %s? detta agerande kan inte ångras\! -party.messages.invited = Ny party inbjudan från %s\! -party.messages.member_joined.overlay = %s gick med i partyt\! -party.messages.member_joined.broadcast = %s gick med i partyt\! +party.messages.invited = Ny partyinbjudan från %s\! +party.messages.member_joined.overlay = %s anslöt sig till partyt\! +party.messages.member_joined.broadcast = %s anslöt sig till partyt\! party.messages.member_left.overlay = %s lämnade partyt\! party.messages.member_left.broadcast = %s lämnade partyt\! -party.messages.new_owner.broadcast = %s är nu den nya ägaren över partyt\! -party.messages.promoted.broadcast = %s blev befordrad\! -party.messages.demoted.broadcast = %s blev degraderad\! -party.messages.switch_server.overlay = Partyt går nu med i %s -party.messages.switch_server.broadcast = partyt har gått med i %s -party.messages.chat = Nytt praty meddelande från %s\! -party.messages.deleted = partyt blev borttaget\! - -profile.title = Din Profil -profile.id = Profil ID +party.messages.new_owner.broadcast = %s är nu den nya partyledaren\! +party.messages.promoted.broadcast = %s har befordrats\! +party.messages.demoted.broadcast = %s har degraderats\! +party.messages.switch_server.overlay = Partyt ansluter nu till %s +party.messages.switch_server.broadcast = Partyt anslöt sig till %s +party.messages.chat = Nytt meddelande i partychatten från %s\! +party.messages.deleted = Partyt har raderats\! + +profile.title = Din profil +profile.id = Profil-ID profile.name = Namn profile.first_login_time = Första inloggningen profile.rank = Rank @@ -1449,7 +1449,7 @@ profile.message = Profilmeddelande profile.edit = [Ändra] config.profile_settings.title = Profilinställningar -config.profile_settings.connect_to_server = Var synlig som inloggad +config.profile_settings.connect_to_server = Var online config.profile_settings.connect_to_server.desc = Bestäm om 5zig ska ansluta sig själv till chattservern vid uppstart. config.profile_settings.show_connecting = Visa inloggningsmeddelande config.profile_settings.show_connecting.desc = Bestäm om 5zig ska visa inloggnings meddelanden i det översta högra hörnet. From e2487643a9b6dfd3c1b73e35dfd129d18235d86f Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 30 Mar 2021 00:38:47 +0200 Subject: [PATCH 341/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index c571219..23e740e 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1405,26 +1405,26 @@ config.chat_settings.background.selected = Ny bakgrund vald\! party.title = Party party.help = Du är förnärvarande inte med i ett party\!\n\n partyn tillsammans med andra vänner gör det lättare att flytta alla spelare till en och samma server som party värden är aktiv på. -party.delete = Radera Party -party.leave = Lämna Party +party.delete = Radera party +party.leave = Lämna party party.members = Partymedlemmar -party.from = Party av %s -party.create = Skapa ett nytt Party +party.from = Ett party med %s medlemmar +party.create = Skapa nytt party party.invitations = Partyinbjudningar (%s) party.invitations.accept = Acceptera -party.invitations.deny = neka -party.invite_members.title = Bjud in medlemmar +party.invitations.deny = Neka +party.invite_members.title = Bjud in partymedlemmar party.invite_members.invite = Bjud in -party.invite_members.friends.online = Inloggade vänner +party.invite_members.friends.online = Vänner party.invite_members.friends.invited = Inbjudna vänner -party.invitations.title = Party inbjudningar +party.invitations.title = Partyinbjudningar party.manage_members = Hantera medlemmar party.manage_members.title = Hantera medlemmar party.manage_members.invite = Bjud in... party.manage_members.kick = Sparka party.manage_members.promote = Befordra party.manage_members.demote = Degradera -party.manage_members.set_owner = Sätt Ägare... +party.manage_members.set_owner = Bestäm ägare... party.manage_members.set_owner.confirm = Är du säker på att du vill överföra ditt ägarskap till %s? detta agerande kan inte ångras\! party.messages.invited = Ny partyinbjudan från %s\! party.messages.member_joined.overlay = %s anslöt sig till partyt\! From a148e5498f02440e2ee6d4922f311505ca450d48 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 30 Mar 2021 00:47:28 +0200 Subject: [PATCH 342/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 23e740e..a3d1c14 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1368,18 +1368,18 @@ chat.audio.recording = Spelar in... %s sec chat.audio.abort = Rör musen för att avbryta chat.audio.hint = Tryck och håll in\! chat.audio.not_supported = LjudInspelning stöds inte\! -chat.audio.unavailable = Ljudinspelning är inte tillgängligt för tillfället\! +chat.audio.unavailable = Ljudinspelning är för tillfället inte tillgängligt\! chat.image.name = Bild -chat.image.too_large = Bilden får inte vara större än %s\! -chat.image.not_found = Hittade inte bilden\! +chat.image.too_large = Bilden kan inte vara större än %s\! +chat.image.not_found = Bilden hittades inte\! chat.file.waiting = Väntar... -chat.file.accept = Acceptera nedladdning? -chat.file.download_failed = nedladdning misslyckades\! +chat.file.accept = Acceptera nedladdningen? +chat.file.download_failed = Nedladdningen misslyckades\! chat.file.download_denied = Nedladdning nekades -chat.file.downloading = Laddar ner... -chat.file.request_sent = Nedladdnings förfrågan skickad\! -chat.file.upload_failed = Uppladdning misslyckades\! -chat.file.upload_denied = Uppladdning nekad +chat.file.downloading = Laddar ned... +chat.file.request_sent = Nedladdningsförfrågan skickad\! +chat.file.upload_failed = Uppladdningen misslyckades\! +chat.file.upload_denied = Uppladdning nekades chat.file.uploading = Laddar upp... chat.settings = Chattalternativ... @@ -1401,10 +1401,10 @@ config.chat_settings.transparent = Genomskinlig config.chat_settings.image = Bild config.chat_settings.chat_background_location = Välj bakgrundsbild... config.chat_settings.chat_background_location.desc = Välj bakgrundsbild för din chatt. -config.chat_settings.background.selected = Ny bakgrund vald\! +config.chat_settings.background.selected = Bakgrunden har ändrats\! party.title = Party -party.help = Du är förnärvarande inte med i ett party\!\n\n partyn tillsammans med andra vänner gör det lättare att flytta alla spelare till en och samma server som party värden är aktiv på. +party.help = Du är förnärvarande inte i ett party\!\n\nPartyn underlättar att spela tillsammans och du kan automatiskt flytta all partymedlemmar till samma Minecraftserver som partyledaren spelar på. party.delete = Radera party party.leave = Lämna party party.members = Partymedlemmar From 96153b8c1298440fccf39508c815b6ee9b6b2862 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 30 Mar 2021 00:56:53 +0200 Subject: [PATCH 343/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 46 ++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index a3d1c14..a3b98c1 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1287,7 +1287,7 @@ friend.add.suggestions = Lägg till vänner (%s förslag) friend.requests = Vänförfrågan(%s) friend.new_requests = Du har %s antal nya vänförfrågningar\! friend.typing = Skriver... -friend.info.first_join_date = Datum då din vän blev ansluten för första gången\: %s +friend.info.first_join_date = Registeringsdatum\: %s friend.info.status = Status\: %s friend.info.server = Server\: %s friend.info.server.none = Ingen @@ -1295,14 +1295,14 @@ friend.info.last_seen = Senast sedd\: %s friend.info.profile_message = Profilmeddelande\: friend.info.mod_version = Modversion\: %s friend.info.country = Land\: %s -friend.info.hidden = Gömd -friend.online_message = %s Är nu %s. -friend.online_message.no_longer = %s Är inte längre %s. -friend.no_friends = Inga vänner att visa \:( +friend.info.hidden = Dold +friend.online_message = %s är nu %s. +friend.online_message.no_longer = %s är inte längre %s. +friend.no_friends = Inga vänner \:( -friend.invite.title = Skriv in namnet på spelaren du vill lägga till. +friend.invite.title = Ange namnet på spelaren du vill lägga till. friend.invite.suggestions = Förslag\: -friend.invite.suggestions.new = Vi hittade %s vän förslag till dig\! +friend.invite.suggestions.new = Vi hittade %s vänförslag åt dig\! group.new = Ny gruppchatt group.owner = Ägare @@ -1337,32 +1337,32 @@ announcement.short_desc = Tillkännagivanden announcement.new = %s Nya tillkännangivanden\! chat.send = Skicka -chat.chats = Konversationer +chat.chats = Chatter chat.friends = Vänner chat.view_more = Visa mer... chat.no_conversations = Inga konversationer\! -chat.status.pending = Behandlas -chat.status.sent = Skickat -chat.status.delivered = Mottaget +chat.status.pending = Väntande +chat.status.sent = Skickad +chat.status.delivered = Levererat chat.status.read = Läst chat.conversation_settings = Inställningar... -chat.conversation_settings.title = Konversations inställningar +chat.conversation_settings.title = Konversationsinställningar chat.conversation_settings.behaviour = Beteende\: %s chat.conversation_settings.behaviour.default = Standard -chat.conversation_settings.behaviour.show = Visa Notiser -chat.conversation_settings.behaviour.hide = Göm Notiser -chat.conversation_settings.delete = Ta bort konversation -chat.conversation_settings.leave = Lämna Gruppen -chat.conversation_settings.transfer_ownership = Skicka ditt ägarskap först\! +chat.conversation_settings.behaviour.show = Visa aviseringar +chat.conversation_settings.behaviour.hide = Dölj aviseringar +chat.conversation_settings.delete = Radera konversation +chat.conversation_settings.leave = Lämna grupp +chat.conversation_settings.transfer_ownership = Överför ditt ledarskap först\! chat.new_message = Meddelande från %s -chat.new_group_message = Inkommet meddelande från %s -chat.new_file_request = Fil Förfrågan från %s -chat.accept_file_transfer = Öppna chatt GUI för att acceptera\! +chat.new_group_message = Meddelande i %s +chat.new_file_request = Filförfrågan från %s +chat.accept_file_transfer = Öppna chatt-GUI\:n för att acceptera\! chat.select_image = Välj bild chat.new_messages = Du har %s nya meddelanden\! chat.audio.name = Ljud -chat.audio.too_large = Ljudfilen kan inte vara större än %s\! +chat.audio.too_large = Ljudfilen får inte vara större än %s\! chat.audio.not_found = Klippet hittades inte\! chat.audio.recording = Spelar in... %s sec chat.audio.abort = Rör musen för att avbryta @@ -1370,7 +1370,7 @@ chat.audio.hint = Tryck och håll in\! chat.audio.not_supported = LjudInspelning stöds inte\! chat.audio.unavailable = Ljudinspelning är för tillfället inte tillgängligt\! chat.image.name = Bild -chat.image.too_large = Bilden kan inte vara större än %s\! +chat.image.too_large = Bilden får inte vara större än %s\! chat.image.not_found = Bilden hittades inte\! chat.file.waiting = Väntar... chat.file.accept = Acceptera nedladdningen? @@ -1492,7 +1492,7 @@ cape.default = Ladda upp standardmantel... cape.upload.title = Ladda upp manel cape.upload.default.help = Klicka för att välja mantel cape.upload.default.title = Ladda upp standardmantel -cape.upload.max_size = Bilden kan inte vara större än %s\! +cape.upload.max_size = Bilden får inte vara större än %s\! cape.upload.wrong_dimension = Ogiltig mantelstorlek\! cape.upload.uploading = Laddar upp din mantel... cape.forbidden = Du måste vara %s för att använda denna mantel\! From 2428f09e43210c670f4754f95fc0ae457a34f293 Mon Sep 17 00:00:00 2001 From: Rocco Date: Tue, 30 Mar 2021 01:06:15 +0200 Subject: [PATCH 344/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index a3b98c1..442ddf6 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1274,18 +1274,18 @@ friend.profile.last_seen.seconds = sekunder friend.profile.last_seen.minute = minut friend.profile.last_seen.minutes = minuter friend.profile.last_seen.hour = timme -friend.profile.last_seen.hours = Timmar -friend.profile.last_seen.day = Dag -friend.profile.last_seen.days = Dagar -friend.profile.last_seen.month = Månad -friend.profile.last_seen.months = Månader -friend.profile.last_seen.year = År -friend.profile.last_seen.years = År -friend.profile.playing_on_server = Spelar på server +friend.profile.last_seen.hours = timmar +friend.profile.last_seen.day = dag +friend.profile.last_seen.days = dagar +friend.profile.last_seen.month = månad +friend.profile.last_seen.months = månader +friend.profile.last_seen.year = år +friend.profile.last_seen.years = år +friend.profile.playing_on_server = Spelar på friend.add = Lägg till vänner friend.add.suggestions = Lägg till vänner (%s förslag) -friend.requests = Vänförfrågan(%s) -friend.new_requests = Du har %s antal nya vänförfrågningar\! +friend.requests = Vänförfrågningar (%s) +friend.new_requests = Du har %s ny(a) vänförfrågning(ar)\! friend.typing = Skriver... friend.info.first_join_date = Registeringsdatum\: %s friend.info.status = Status\: %s From 3a6ca70295a3d251de5cf5e4f87751e2cadf2498 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 8 Apr 2021 09:11:19 +0200 Subject: [PATCH 345/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 442ddf6..f217c7d 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -854,8 +854,8 @@ modules.item.spotify.show_spotify_always = Visa Alltid modules.item.spotify.show_spotify_always.desc = Bestäm om denna rutan alltid ska visas eller bara om Spotify är igång. modules.item.spotify.error.invalid_oauth_token = Invalid OAuth Token modules.item.spotify.error.expired_oauth_token = OAuth Token Expired -modules.item.spotify.error.invalid_csrf_token = Invalid Csrf Token -modules.item.spotify.error.oauth_token_invalid_for_user = Invalid OAuth Token +modules.item.spotify.error.invalid_csrf_token = Ogiltig CSRF-token +modules.item.spotify.error.oauth_token_invalid_for_user = Ogiltig åtkomsttoken modules.item.spotify.error.no_user_logged_in = Inte inloggad modules.item.spotify.error.unknown = Kunde inte ansluta till Spotify\! modules.item.spotify.ad = Reklam @@ -1556,7 +1556,7 @@ credits.developer = Utvecklare credits.special_thanks = Speciellt tack till credits.translators = Översättare credits.thank_you = Stort tack för att du använder mitt mod\! -credits.patrons = Patrons +credits.patrons = Stödjare blocked_users.title = Blockerade användare blocked_users.none = Inga blockerade användare \:) @@ -1765,19 +1765,19 @@ modules.item.uptime.extended = Extended modules.item.uptime.extended.desc = Visar tiden med förlängda namn (timmar, sekunder). ingame.uptime = Uptime -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = Din Spotify-token har sparats. config.server_hypixel.hypixel_api_key = API-nyckel... config.server_hypixel.hypixel_api_key.desc = Hypixel API-nyckel för detta konto. -config.display.ping_on_serverlist = Ping on Server List +config.display.ping_on_serverlist = Visa ping på serverlistan config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. modules.label = Redigera prefix... modules.label.input = Ange det nya prefixet för detta föremål. modules.item.command = Kommandoutmatning -modules.item.command.regex = Regex +modules.item.command.regex = Reguljärt uttryck modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold +modules.item.command.scrolling = Max. mushjulsrullning modules.item.command.refresh = Uppdateringsfrekvens (s) modules.item.command.command = Kommando From b536acb85e927a6f34f465f6cb109f49c7b04968 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 8 Apr 2021 09:18:33 +0200 Subject: [PATCH 346/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index f217c7d..c81697a 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -855,7 +855,7 @@ modules.item.spotify.show_spotify_always.desc = Bestäm om denna rutan alltid sk modules.item.spotify.error.invalid_oauth_token = Invalid OAuth Token modules.item.spotify.error.expired_oauth_token = OAuth Token Expired modules.item.spotify.error.invalid_csrf_token = Ogiltig CSRF-token -modules.item.spotify.error.oauth_token_invalid_for_user = Ogiltig åtkomsttoken +modules.item.spotify.error.oauth_token_invalid_for_user = Ogiltig OAuth-token modules.item.spotify.error.no_user_logged_in = Inte inloggad modules.item.spotify.error.unknown = Kunde inte ansluta till Spotify\! modules.item.spotify.ad = Reklam @@ -1089,7 +1089,7 @@ modules.item.venicraft_mineathlon_round = Mineathlon Runda modules.item.venicraft_mineathlon_round.desc = Displays the current round in Mineathlon on the Venicraft Network. modules.item.cytooxien_marioparty_minigames = Mario Party Minigames modules.item.cytooxien_marioparty_minigames.desc = Displays the count of played minigames in Mario Party on the Cytooxien Network. -modules.item.cytooxien_marioparty_first_second_third = Mario Party \#1/\#2/\#3 +modules.item.cytooxien_marioparty_first_second_third = Mario Party nr 1/nr 2/nr 3 modules.item.cytooxien_marioparty_first_second_third.desc = Displays the count of minigames you finished in first/second/third place in Mario Party on the Cytooxien Network. modules.item.cytooxien_marioparty_place = MarioParty Place modules.item.cytooxien_marioparty_place.desc = Visar din placering i MarioParty på Cytooxien Network. @@ -1101,7 +1101,7 @@ modules.item.cytooxien_marioparty_next_minigame = Marioparty nästa minispel. modules.item.cytooxien_marioparty_next_minigame.desc = Visar nästa minispel i MarioParty på Cytooxien Network. modules.item.cytooxien_marioparty_first_player = MarioParty Första spelare modules.item.cytooxien_marioparty_first_player.desc = Visar första spelaren i MarioParty på Cytooxien Network. -modules.item.cytooxien_bw_beds = Bedwars Beds destroyed +modules.item.cytooxien_bw_beds = Antal förstörda sängar i Bed Wars modules.item.cytooxien_bw_beds.desc = Displays how many Beds you have destoryed in Bedwars on the Cytooxien Network. modules.item.cytooxien_bw_stats_kills = Bedwars Stats Kills modules.item.cytooxien_bw_stats_kills.desc = Displays how many players you eliminated in Bedwars on the Cytooxien Network. @@ -1154,8 +1154,8 @@ teamspeak.overlay.poked = Du har blivit puffad av %s\! teamspeak.overlay.direct_message = Du har fått ett meddelande av %s\! teamspeak.message.poked = "%s" Har puffat dig\: %s teamspeak.message.client = "%s" -> Du\: %s -teamspeak.message.channel = "%s" in "%s"\: %s -teamspeak.message.server = "%s" on "%s"\: %s +teamspeak.message.channel = "%s" i "%s"\: %s +teamspeak.message.server = "%s" på "%s"\: %s teamspeak.message.channel.joined = "%s" Gick med i kanalen "%s"\! teamspeak.message.channel.left = "%s" Lämnade kanalen "%s"\! teamspeak.poke_chat = Knuff chatt From f824acecf77eed99de181a8066bd8cbda4b1f43f Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 11 Apr 2021 22:06:25 +0200 Subject: [PATCH 347/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 7ee7e57..29d41f8 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -779,7 +779,7 @@ modules.item.chunk_coordinates.chunk_style = Mostrar modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. modules.item.chunk_coordinates.relative = Relativa modules.item.chunk_coordinates.chunk = Apenas chunks -modules.item.chunk_coordinates.both = Relative and Chunk +modules.item.chunk_coordinates.both = Relativo e Chunk modules.item.death_coordinates = Posição da morte modules.item.death_coordinates.desc = Mostra o local de sua última morte. modules.item.death_coordinates.nether = Nether @@ -793,13 +793,13 @@ modules.item.direction.string = Cardeal modules.item.direction.both = Ambas modules.item.direction.degree = Grau modules.item.direction.show_direction_towards = Mostrar direção -modules.item.direction.show_direction_towards.desc = Toggles whether it should be displayed, in what x- and z-direction the player is looking. +modules.item.direction.show_direction_towards.desc = Alterna se deve ser exibido, em que direção x e z o jogador está olhando. modules.item.pitch = Inclinação modules.item.pitch.desc = Mostra a inclinação em graus do jogador. modules.item.biome = Bioma modules.item.biome.desc = Saiba em que bioma você se encontra. modules.item.entities = Entidades -modules.item.entities.desc = Displays the entity count of your direction and the total entity count of your world. +modules.item.entities.desc = Exibe a contagem das entidades da sua direção e a contagem total das entidades do seu mundo. modules.item.target_block_coordinates = Posição do bloco-alvo modules.item.target_block_coordinates.desc = Mostra as coordenadas do bloco em sua mira. modules.item.target_block_coordinates.coord_style = Estilo @@ -823,7 +823,7 @@ modules.item.light_level.light_level_percentage.desc = Toggles whether the light modules.item.speed = Velocidade modules.item.speed.desc = Mostra sua velocidade atual em metros por segundo. modules.item.time = Hora -modules.item.time.desc = Displays your real time. The time will be formatted according to your system time format. +modules.item.time.desc = Exibe seu horário real. O horário será formatado de acordo com o formato do horário do seu sistema. modules.item.time.style = Estilo modules.item.time.style.desc = Define o formato da hora. modules.item.time.system = Padrão do sistema @@ -832,7 +832,7 @@ modules.item.time.hours_12 = Formato de 12 horas modules.item.time.show_seconds = Mostrar segundos modules.item.time.show_seconds.desc = Mostrar ou não os segundos. modules.item.date = Data -modules.item.date.desc = Displays your real date. The date will be formatted according to your system date format. +modules.item.date.desc = Exibe sua data real. A data será formatada de acordo com o formato da data do seu sistema. modules.item.timer = Cronômetro modules.item.timer.desc = Displays your active Timer. You can start, stop and pause the timer using the respective keybindings. modules.item.memory = Memória From 5dae89a2e5bbdf286a51cbcb40871f72ec2459ff Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 11 Apr 2021 22:15:43 +0200 Subject: [PATCH 348/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 29d41f8..1137dc2 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -834,22 +834,22 @@ modules.item.time.show_seconds.desc = Mostrar ou não os segundos. modules.item.date = Data modules.item.date.desc = Exibe sua data real. A data será formatada de acordo com o formato da data do seu sistema. modules.item.timer = Cronômetro -modules.item.timer.desc = Displays your active Timer. You can start, stop and pause the timer using the respective keybindings. +modules.item.timer.desc = Exibe seu tempo ativo. Você pode iniciar, parar e pausar o temporizador usando suas respectivas combinações de teclas. modules.item.memory = Memória -modules.item.memory.desc = Displays the available memory to the Java VM in either percent or absolute values. +modules.item.memory.desc = Exibe a memória disponível para a Java VM em valores percentuais ou absolutos. modules.item.memory.style = Estilo -modules.item.memory.style.desc = Toggles whether the used memory should be displayed as percentage, absolute value or both. +modules.item.memory.style.desc = Alterna se a memória usada deve ser exibida como porcentagem, valor absoluto ou ambos. modules.item.memory.percentage = Porcentagem modules.item.memory.bytes = Absoluto modules.item.memory.both = Ambos modules.item.battery = Bateria -modules.item.battery.desc = Displays the current status of your Laptop Battery. Works ONLY on Windows Laptops\! +modules.item.battery.desc = Exibe o status atual da bateria do seu dispositivo. Funciona APENAS em dispositivos portáteis que utilizam Windows\! modules.item.battery.charge_status = Carregamento -modules.item.battery.charge_status.desc = Toggles whether the charging status of your battery should be displayed. +modules.item.battery.charge_status.desc = Alterna se o status de carga de bateria deve ser exibido. modules.item.battery.plugged_in = Conectada modules.item.battery.un_plugged = Desconectado modules.item.spotify = Spotify -modules.item.spotify.desc = Displays the current Track, Artist and Album cover of the Spotify Song you are currently listening to. +modules.item.spotify.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do Spotify que você está ouvindo no momento. modules.item.spotify.show_spotify_always = Mostrar sempre modules.item.spotify.show_spotify_always.desc = Specify, whether this box should be displayed always or only when Spotify is opened. modules.item.spotify.error.invalid_oauth_token = Token OAuth inválido From c0e95ff44e0cd45f3036b045748810ad33741b28 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 11 Apr 2021 22:25:41 +0200 Subject: [PATCH 349/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 1137dc2..e3f41f2 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -851,7 +851,7 @@ modules.item.battery.un_plugged = Desconectado modules.item.spotify = Spotify modules.item.spotify.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do Spotify que você está ouvindo no momento. modules.item.spotify.show_spotify_always = Mostrar sempre -modules.item.spotify.show_spotify_always.desc = Specify, whether this box should be displayed always or only when Spotify is opened. +modules.item.spotify.show_spotify_always.desc = Especifique, se essa caixa deve ser exibida sempre ou apenas quando o Spotify estiver aberto. modules.item.spotify.error.invalid_oauth_token = Token OAuth inválido modules.item.spotify.error.expired_oauth_token = Token OAuth expirado modules.item.spotify.error.invalid_csrf_token = Token Csrf inválido @@ -860,31 +860,31 @@ modules.item.spotify.error.no_user_logged_in = Não conectado modules.item.spotify.error.unknown = Não foi possível conectar-se ao Spotify\! modules.item.spotify.ad = Anúncio modules.item.itunes = iTunes -modules.item.itunes.desc = Displays the current Track, Artist and Album cover of the iTunes Song you are currently listening to. +modules.item.itunes.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do iTunes que você está ouvindo no momento. modules.item.itunes.show_i_tunes_always = Mostrar sempre -modules.item.itunes.show_i_tunes_always.desc = Specify, whether this box should be displayed always or only when iTunes is opened. +modules.item.itunes.show_i_tunes_always.desc = Especifique, se essa caixa deve ser exibida sempre ou apenas quando o iTunes estiver aberto. modules.item.iloveradio = ILoveRadio.de -modules.item.iloveradio.desc = Displays the Track, Artist and Album cover of the currently playing song on ILoveRadio.de +modules.item.iloveradio.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do ILoveRadio.de modules.item.iloveradio.channel = Canal modules.item.iloveradio.channel.desc = Selecionar o canal que você está ouvindo no momento. modules.item.iloveradio.unknown = Desconhecido modules.item.einslive = 1LIVE -modules.item.einslive.desc = Displays the Track, Artist and Album cover of the currently playing song on 1LIVE.de +modules.item.einslive.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do 1LIVE.de modules.item.teamspeak = TeamSpeak modules.item.teamspeak.desc = Displays the players that are currently in your TeamSpeak channel. modules.item.teamspeak.show_all_tabs = Mostrar todas as abas modules.item.teamspeak.show_all_tabs.desc = Toggle whether your current channels of all the TeamSpeak servers you are currently online should be shown or if only the current channel of the currently selected server should be displayed. modules.item.teamspeak.more = ...e mais %s modules.item.coordinates_clipboard = Módulo de Coordenadas -modules.item.coordinates_clipboard.desc = Displays your saved coordinates of the coordinates clipboard, together with a small arrow indicating the location of your saved coordinates. +modules.item.coordinates_clipboard.desc = Exibe suas coordenadas salvas da área de transferência, juntamente com uma pequena seta que indica a localização de suas coordenadas salvas. modules.item.custom_server = Servidor personalizado modules.item.custom_server.desc = Mostra as estatísticas enviadas para você com a API oficial. modules.item.entity_health = Vida da entidade -modules.item.entity_health.desc = Displays the health of the entity your cross hair is currently aiming at. +modules.item.entity_health.desc = Exibe a vida da entidade que você está mirando no momento. modules.item.main_hand = Mão principal modules.item.main_hand.desc = Mostra o item de sua mão principal. modules.item.main_hand.attributes = Mostrar atributos -modules.item.main_hand.attributes.desc = Displays the damage attribute value of your held item. +modules.item.main_hand.attributes.desc = Exibe o valor do atributo de dano do item que você está segurando. modules.item.main_hand.durability = Durabilidade modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. modules.item.main_hand.disabled = Não From 37df84f7f2169219dc8cb7c542538c5b3eb0ac22 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 11 Apr 2021 22:36:06 +0200 Subject: [PATCH 350/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index e3f41f2..1f99cb2 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -886,7 +886,7 @@ modules.item.main_hand.desc = Mostra o item de sua mão principal. modules.item.main_hand.attributes = Mostrar atributos modules.item.main_hand.attributes.desc = Exibe o valor do atributo de dano do item que você está segurando. modules.item.main_hand.durability = Durabilidade -modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. +modules.item.main_hand.durability.desc = Especifique como a durabilidade do seu item segurado deve ser exibida. modules.item.main_hand.disabled = Não modules.item.main_hand.relative = Relativa modules.item.main_hand.absolute = Absoluta @@ -894,9 +894,9 @@ modules.item.main_hand.total = Absoluta/Total modules.item.off_hand = Mão secundária modules.item.off_hand.desc = Mostra o item de sua mão secundária. modules.item.off_hand.attributes = Mostrar atributos -modules.item.off_hand.attributes.desc = Displays the damage attribute value of your held item. +modules.item.off_hand.attributes.desc = Exibe o valor do atributo de dano do item que você está segurando. modules.item.off_hand.durability = Durabilidade -modules.item.off_hand.durability.desc = Specify how the durability of your held item should be displayed. +modules.item.off_hand.durability.desc = Especifique como a durabilidade do seu item segurado deve ser exibida. modules.item.off_hand.disabled = Não modules.item.off_hand.relative = Relativa modules.item.off_hand.absolute = Absoluta @@ -904,7 +904,7 @@ modules.item.off_hand.total = Absoluta/Total modules.item.helmet = Capacete modules.item.helmet.desc = Mostra seu capacete. modules.item.helmet.attributes = Mostrar atributos -modules.item.helmet.attributes.desc = Displays the armor attribute value of your helmet. +modules.item.helmet.attributes.desc = Exibe o valor do atributo de armadura de seu capacete. modules.item.helmet.durability = Durabilidade modules.item.helmet.durability.desc = Personalize a exibição da durabilidade do capacete. modules.item.helmet.disabled = Não @@ -914,9 +914,9 @@ modules.item.helmet.total = Absoluta/Total modules.item.chestplate = Peitoral modules.item.chestplate.desc = Mostra seu peitoral modules.item.chestplate.attributes = Mostrar atributos -modules.item.chestplate.attributes.desc = Displays the armor attribute value of your chestplate. +modules.item.chestplate.attributes.desc = Exibe o valor do atributo de armadura de seu peitoral. modules.item.chestplate.durability = Durabilidade -modules.item.chestplate.durability.desc = Specify how the durability of your chestplate should be displayed. +modules.item.chestplate.durability.desc = Especifique como a durabilidade do seu peitoral deve ser exibida. modules.item.chestplate.disabled = Não modules.item.chestplate.relative = Relativa modules.item.chestplate.absolute = Absoluta @@ -924,9 +924,9 @@ modules.item.chestplate.total = Absoluta/Total modules.item.leggings = Calças modules.item.leggings.desc = Mostra suas calças. modules.item.leggings.attributes = Mostrar atributos -modules.item.leggings.attributes.desc = Displays the armor attribute value of your leggings. +modules.item.leggings.attributes.desc = Exibe o valor do atributo de armadura de suas calças. modules.item.leggings.durability = Durabilidade -modules.item.leggings.durability.desc = Specify how the durability of your leggings should be displayed. +modules.item.leggings.durability.desc = Especifique como a durabilidade das suas calças deve ser exibida. modules.item.leggings.disabled = Não modules.item.leggings.relative = Relativa modules.item.leggings.absolute = Absoluta @@ -934,7 +934,7 @@ modules.item.leggings.total = Absoluta/Total modules.item.boots = Botas modules.item.boots.desc = Mostra suas botas. modules.item.boots.attributes = Mostrar atributos -modules.item.boots.attributes.desc = Displays the armor attribute value of your boots. +modules.item.boots.attributes.desc = Exibe o valor do atributo de armadura de suas botas. modules.item.boots.durability = Durabilidade modules.item.boots.durability.desc = Personalize a exibição da durabilidade das botas. modules.item.boots.disabled = Não @@ -944,21 +944,21 @@ modules.item.boots.total = Absoluta/Total modules.item.arrows = Flechas modules.item.arrows.desc = Mostra o número de flechas em seu inventário. modules.item.arrows.show_always = Mostrar sempre -modules.item.arrows.show_always.desc = Specifies whether the arrow count should be displayed always or only whenever you hold a bow in your hand. +modules.item.arrows.show_always.desc = Especifica se a contagem de flechas deve ser exibida sempre ou somente quando você segura um arco na sua mão. modules.item.soups = Sopas modules.item.soups.desc = Mostra o número de sopas em seu inventário. modules.item.ip = IP modules.item.ip.desc = Mostra o IP do servidor em que você está conectado. modules.item.players = Jogadores -modules.item.players.desc = Displays the player count of the server you are currently connected to. +modules.item.players.desc = Exibe a contagem de jogadores do atual servidor que você está conectado. modules.item.ping = Latência modules.item.ping.desc = Mostra a latência do servidor em que você se encontra. modules.item.lobby = Lobby -modules.item.lobby.desc = Displays the lobby name of the server you are currently connected to. +modules.item.lobby.desc = Exibe o nome do lobby do atual servidor que você está conectado. modules.item.countdown = Contagem -modules.item.countdown.desc = Displays a countdown for the current game mode you are playing. +modules.item.countdown.desc = Exibe uma contagem regressiva para o jogo atual que você está jogando. modules.item.countdown.show_large_countdown = Mostrar contagem maior -modules.item.countdown.show_large_countdown.desc = Specifies whether the countdown should be displayed in the center of the screen. +modules.item.countdown.show_large_countdown.desc = Especifica se a contagem regressiva deve ser exibida no centro da tela. modules.item.kills = Kills modules.item.kills.desc = Displays your kills for the current game mode you are playing. modules.item.killstreak = Killstreak From 75002f8093512b71488bf57a286a4161ccfa2811 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 11 Apr 2021 22:45:46 +0200 Subject: [PATCH 351/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 1f99cb2..74b30a2 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -960,9 +960,9 @@ modules.item.countdown.desc = Exibe uma contagem regressiva para o jogo atual qu modules.item.countdown.show_large_countdown = Mostrar contagem maior modules.item.countdown.show_large_countdown.desc = Especifica se a contagem regressiva deve ser exibida no centro da tela. modules.item.kills = Kills -modules.item.kills.desc = Displays your kills for the current game mode you are playing. +modules.item.kills.desc = Exibe suas kills no modo de jogo atual que você está jogando. modules.item.killstreak = Killstreak -modules.item.killstreak.desc = Displays your killstreak for the current game mode you are playing. +modules.item.killstreak.desc = Exibe a quantia de jogadores mortos em sequencia no modo de jogo atual que você está jogando. modules.item.deaths = Mortes modules.item.deaths.desc = Displays your deaths for the current game mode you are playing. modules.item.win_message = Mensagem de vitória From 527b54e11ee3ecc39bac3dca8b57afd5e07fe7c0 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 11 Apr 2021 22:55:37 +0200 Subject: [PATCH 352/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 74b30a2..848f551 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -964,7 +964,7 @@ modules.item.kills.desc = Exibe suas kills no modo de jogo atual que você está modules.item.killstreak = Killstreak modules.item.killstreak.desc = Exibe a quantia de jogadores mortos em sequencia no modo de jogo atual que você está jogando. modules.item.deaths = Mortes -modules.item.deaths.desc = Displays your deaths for the current game mode you are playing. +modules.item.deaths.desc = Exibe suas mortes no modo de jogo atual que você está jogando. modules.item.win_message = Mensagem de vitória modules.item.win_message.desc = Mostra o vencedor da partida atual. modules.item.online_friends = Amigos on-line @@ -1117,7 +1117,7 @@ modules.item.simplehg_feast = SimpleHG Feast modules.item.simplehg_feast.desc = Display the coordinates of the feast in SimpleHG config.server.2nd_chat = Chat secundário... -config.server.2nd_chat.desc = Settings for a second chat. This chat is located in the right side of the ingame screen and can be used to display messages specified in the Chat Filter. +config.server.2nd_chat.desc = Configurações para um segundo chat. Esse chat está localizado no lado direito da tela de jogo e pode ser usado para exibir mensagens especificadas no Filtro de Bate-Papo. config.2nd_chat.title = Chat secundário config.2nd_chat.2nd_chat_visible = Visível config.2nd_chat.2nd_chat_visible.desc = Personalize a visibilidade do chat secundário. @@ -1132,13 +1132,13 @@ config.2nd_chat.2nd_chat_height_unfocused.desc = Personalize a altura do chat se config.2nd_chat.2nd_chat_width = Largura config.2nd_chat.2nd_chat_width.desc = Personalize a largura do chat secundário. config.2nd_chat.2nd_chat_text_leftbound = Texto à esquerda -config.2nd_chat.2nd_chat_text_leftbound.desc = Specify whether the text of the second chat should be aligned in the left or the right side of the box. +config.2nd_chat.2nd_chat_text_leftbound.desc = Especifica se o texto do segundo bate-papo deve ser alinhado na esquerda ou no lado direito da caixa. skype.title = Nova conversa no Skype skype.help = Selecione um contato do Skype para importar uma conversa\! skype.loading = Carregando... skype.not_installed = O Skype não foi encontrado\! -skype.not_running = Please make sure Skype is running and The 5zig Mod is allowed to access it\! +skype.not_running = Por favor, certifique-se de que o Skype está rodando e que o mod 5zig tem permissão para acessá-lo\! skype.no_permission = Acesse o Skype e permita a execução do "java.exe" teamspeak.not_connected = Não conectado\! @@ -1318,7 +1318,7 @@ group.info.transfer_owner = Escolher líder... group.info.settings = Configurações... group.info.confirm.owner = Deseja mesmo transferir a liderança para %s? group.settings.title = Config. do grupo -group.settings.confirm.add_player = Please enter the Name of the Player you want to add to this Group Chat. +group.settings.confirm.add_player = Por favor, digite o nome do jogador que você deseja adicionar nesse grupo de bate-papo. group.settings.confirm.change_name = Digite um novo nome para o chat em grupo. group.settings.confirm.delete = Deseja mesmo excluir esse chat em grupo? group.settings.add_player = Adicionar... @@ -1385,15 +1385,15 @@ chat.file.uploading = Carregando... chat.settings = Chat... config.chat_settings.title = Opções do chat config.chat_settings.show_messages = Notificações de chat -config.chat_settings.show_messages.desc = Toggle whether chat notifications should be displayed in the top right corner. +config.chat_settings.show_messages.desc = Alterna se as notificações do bate-papo devem ser exibidas no canto superior direito. config.chat_settings.show_group_messages = Notificações de chat em grupo -config.chat_settings.show_group_messages.desc = Toggle whether group chat notifications should be displayed in the top right corner. +config.chat_settings.show_group_messages.desc = Alterna se as notificações do grupo de bate-papo devem ser exibidas no canto superior direito. config.chat_settings.show_online_messages = Mostrar mensagens on-line -config.chat_settings.show_online_messages.desc = Toggle whether online messages should be displayed in the top right corner. +config.chat_settings.show_online_messages.desc = Alterna se mensagens online devem ser exibidas no canto superior direito. config.chat_settings.play_message_sounds = Tocar sons de mensagem -config.chat_settings.play_message_sounds.desc = Toggle whether the mod should play sounds when sending or receiving a message. +config.chat_settings.play_message_sounds.desc = Alterna se o mod deve tocar sons quando enviar ou receber uma mensagem. config.chat_settings.show_tray_notifications = Mostrar notificações na bandeja -config.chat_settings.show_tray_notifications.desc = Toggle whether the mod should show a system notification when you receive a chat message while the Minecraft window is unfocused. +config.chat_settings.show_tray_notifications.desc = Alternar se o mod deve mostrar uma notificação do sistema quando você receber uma mensagem de bate-papo enquanto a janela do Minecraft estiver desfocada. config.chat_settings.chat_background_type = Fundo config.chat_settings.chat_background_type.desc = Personalize o estilo do fundo de chat. config.chat_settings.default = Padrão @@ -1404,7 +1404,7 @@ config.chat_settings.chat_background_location.desc = Selecione uma imagem de fun config.chat_settings.background.selected = Novo fundo selecionado\! party.title = Grupo -party.help = You are currently not in a Party\!\n\nParties make playing together with friends very easy by automatically switching all members to the same Minecraft Server the host is currently playing on. +party.help = Você não está em uma Party\!\n\nGrupos de Party tornam muito fácil jogar com amigos trocando automaticamente todos os membros para o mesmo servidor de Minecraft que o host está jogando no momento. party.delete = Excluir grupo party.leave = Sair do grupo party.members = Membros do grupo From 912c88b62d7575595fc64015d0282cf1ce4d5c5d Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 11 Apr 2021 23:05:46 +0200 Subject: [PATCH 353/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 848f551..6b3f392 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1450,11 +1450,11 @@ profile.edit = [Editar] config.profile_settings.title = Opções do perfil config.profile_settings.connect_to_server = Fique on-line -config.profile_settings.connect_to_server.desc = Toggle whether the mod should connect itself the the chat server of the mod on startup. +config.profile_settings.connect_to_server.desc = Alternar se o mod deve se conectar ao servidor de chat do mod na inicialização. config.profile_settings.show_connecting = Mostrar aviso de entrada -config.profile_settings.show_connecting.desc = Toggle whether the mod should display connect messages in the top right corner. +config.profile_settings.show_connecting.desc = Alternar se o mod deve exibir mensagens de conexão no canto superior direito. config.profile_settings.afk_time = Ficar ausente após -config.profile_settings.afk_time.desc = Specify the time after that the mod should turn your online status to away. +config.profile_settings.afk_time.desc = Especifica o tempo que o mod deve alterar seu status online para indisponível quando estiver inativo. config.profile_settings.afk_time.min = min. config.profile_settings.never = Nunca profile.now_afk = Você está ausente\! @@ -1462,13 +1462,13 @@ profile.no_longer_afk = Você voltou\! config.profile_settings.online_status = Status config.profile_settings.online_status.desc = Personalize seu status on-line. config.profile_settings.show_server = Mostrar seu servidor -config.profile_settings.show_server.desc = Toggle whether you want others to see the server you are currently playing on.\nWhen turned off, you cannot see the current servers of all your friends as well. +config.profile_settings.show_server.desc = Alterna se você deseja que outros vejam o servidor em que você está jogando no momento.\nQuando desativado, você também não pode ver os servidores atuais de seus amigos. config.profile_settings.show_messages_read = Mostrar mensagens lidas -config.profile_settings.show_messages_read.desc = Toggle whether you want others to see if you have read their messages.\nWhen turned off, you cannot see whether your friends read your messages as well. +config.profile_settings.show_messages_read.desc = Alterna se você quer que outros vejam se você leu as mensagens deles.\nQuando desativado, você também não pode ver se seus amigos leram suas mensagens. config.profile_settings.show_friend_requests = Mostrar pedidos de amizade -config.profile_settings.show_friend_requests.desc = Toggle whether you want to allow friend requests from other players. +config.profile_settings.show_friend_requests.desc = Alterna se você deseja permitir solicitações de amizades de outros jogadores. config.profile_settings.show_country = Exibir país -config.profile_settings.show_country.desc = Toggle whether you want to display your country to your friends.\nWhen turned off, you cannot see the country of your friends as well. +config.profile_settings.show_country.desc = Alterna se você deseja mostrar seu país para seus amigos.\nQuando desativado, você também não pode ver o país de seus amigos. config.profile_settings.display_color = Cor de exibição config.profile_settings.display_color.desc = The color your name will be displayed in the chat and friends list. profile.yesterday = Ontem From f5b2eeed87768c1436b38cea85620579510c2781 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 25 Apr 2021 06:05:28 +0200 Subject: [PATCH 354/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index 5552fa0..e6d289e 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -614,7 +614,7 @@ chat_filter.edit.chat_message = 聊天信息\: chat_filter.edit.except = 例外\: chat_filter.edit.servers = 服务器\: chat_filter.edit.auto_text = 自动发言\: -chat_filter.edit.auto_text_cancel = Auto Text Abort Message\: +chat_filter.edit.auto_text_cancel = 自动文本中止消息: chat_filter.edit.auto_text_delay = 延迟(ticks)\: chat_filter.edit.multiple_ips = 多个服务器IP地址可以用逗号隔开. chat_filter.edit.action = 操作\: @@ -1765,7 +1765,7 @@ modules.item.uptime.extended = 扩展 modules.item.uptime.extended.desc = 使用扩展名显示时间(小时,秒)。 ingame.uptime = 运行时间 -spotify.token_get = Your Spotify token was saved successfully. +spotify.token_get = 您的 Spotify 令牌已成功保存。 config.server_hypixel.hypixel_api_key = API密钥... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. @@ -1788,6 +1788,6 @@ ingame.command_output = 命令 ingame.text = 文本 modules.item.text = 简易文本 modules.item.text.value = 文本 -modules.item.text.value.desc = The text to display +modules.item.text.value.desc = 文本显示 -config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file +config.profile_settings.reward_tags = 显示排名标签 \ No newline at end of file From 0b307068e3fe116f45bf245da8f6434953764182 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 30 Apr 2021 17:31:57 +0200 Subject: [PATCH 355/382] New translations en_US.lang (Spanish) --- resources/assets/the5zigmod/lang/es_ES.lang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/the5zigmod/lang/es_ES.lang b/resources/assets/the5zigmod/lang/es_ES.lang index a163c6b..c3b76da 100644 --- a/resources/assets/the5zigmod/lang/es_ES.lang +++ b/resources/assets/the5zigmod/lang/es_ES.lang @@ -1,11 +1,11 @@ the5zigmod.key.toggle_mod=Activar/Desactivar Mod the5zigmod.key.toggle_chat=Mostrar/Ocultar Chat the5zigmod.key.coordinates_clipboard=Portapapeles de Coordenadas -the5zigmod.key.raid_calculator=MCPVP Raid Calculator +the5zigmod.key.raid_calculator=MCPVP Calculadora de Raid the5zigmod.key.hypixel_stats=Estadísticas de Hypixel the5zigmod.key.zoom=Aumentar -the5zigmod.key.timer.start=Timer Toggle Start -the5zigmod.key.timer.reset=Timer Reset +the5zigmod.key.timer.start=Inicio de temporizador +the5zigmod.key.timer.reset=Reinicio del temporizador the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=Historial de Nombre de Usuario the5zigmod.key.toggle_chat_filter=Alternar Filtro de Chat From ab37bc94dcfc7a1a5492024e3010bed20683a7ba Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 30 Apr 2021 17:42:00 +0200 Subject: [PATCH 356/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 40 ++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index b9cd349..6f6e367 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -181,8 +181,8 @@ update.2 = ¡Bájala en 5zigreborn.eu/downloads\! config.display.title = Opciones de anuncio config.display.formatting = Opciones de Formato... -config.display.formatting.desc = Change the colors of all ingame stats and modify some formatting settings. -config.formatting.title = Formatting Options +config.display.formatting.desc = Cambia los colores de todas las estadísticas del juego y modifica algunas configuraciones de formato. +config.formatting.title = Opciones de formato config.formatting.formatting_prefix = Formato del prefijo config.formatting.formatting_prefix.desc = El formato del prefijo. config.formatting.color_prefix = Color de prefijo @@ -200,16 +200,16 @@ config.formatting.number_precision.desc = Especifica la exactitud. config.display.digits = Poner config.display.max_overlays = Máximas superposiciones config.display.max_overlays.desc = Especifica el maximo de superposiciones. -config.display.overlay_texture = Overlay Texture -config.display.overlay_texture.desc = Changes the texture of the overlay message. Works only for MC 1.12+. -config.display.overlay_texture.changed = Overlay Texture has been updated\! +config.display.overlay_texture = Superposición de Textura +config.display.overlay_texture.desc = Cambia la textura del mensaje, superpuesto. Funciona solo para MC 1.12+. +config.display.overlay_texture.changed = ¡Superposición de Textura ha sido actualizado\! config.display.zoom_factor = Zoom config.display.zoom_factor.desc = Especifica el porcentaje de zoom del mod. config.display.crosshair_distance = Distancia del crosshair config.display.crosshair_distance.desc = Especifica la distancia de crosshair. -config.display.hud = Hud Options... -config.display.hud.desc = Change the appearance of the HUD and Hotbar -config.hud.title = Hud Options +config.display.hud = Opciones Hud... +config.display.hud.desc = Cambiar la apariencia del HUD y INVENTARIO de acceso rápido +config.hud.title = Opciones Hud config.hud.show_vanilla_potion_indicator = Indicador de pociones vanilla config.hud.show_vanilla_potion_indicator.desc = Te indica las pociones vanilla config.hud.show_potion_indicator = Mostrar pociones @@ -220,7 +220,7 @@ config.hud.colored_equipment_durability = Durabilidad de la armadura config.hud.colored_equipment_durability.desc = Si la armadura esta mas o menos gastada saldra de colores verde amarillo o rojo. config.hud.show_saturation = Mostrar saturación config.hud.show_saturation.desc = Muestra la saturación. -config.hud.show_food_heal_amount = Show Food Heal Amount +config.hud.show_food_heal_amount = Mostrar cantidad de alimentos aliviados config.hud.show_food_heal_amount.desc = Toggles whether the heal amount of the current held food item should be rendered as half-transparent food level. config.display.show_chat_symbols = Mas símbolos para el chat config.display.show_chat_symbols.desc = Activa o desactiva el menu para poner mas o menos símbolos en el chat. @@ -241,12 +241,12 @@ config.display.transparent_chat_background = Transparent Chat Background config.display.transparent_chat_background.desc = Toggles whether the chat background should be transparent. config.display.transparent_pause_menu = Transparent Pause Menu config.display.transparent_pause_menu.desc = Toggles whether the ingame pause menu background should be transparent. -config.display.show_own_name_tag = Show Own Nametag -config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. -config.display.highlight_words_color = Highlight Words Color -config.display.highlight_words_color.desc = Change the word-highlight-color for keywords in chat. -config.display.ping_on_tab = Ping on Tablist -config.display.ping_on_tab.desc = Display the ping value instead of the bars texture. +config.display.show_own_name_tag = Mostrar propio Nametag +config.display.show_own_name_tag.desc = Cambia si tu nombre debe ser renderizado sobre tu también. +config.display.highlight_words_color = Resaltar palabras de color +config.display.highlight_words_color.desc = Cambia el color del resaltado de palabras para palabras clave en el chat. +config.display.ping_on_tab = Ping en le Tab +config.display.ping_on_tab.desc = Muestra el valor del ping en lugar de la textura de las barras. config.keyboard_settings.title = Opciones LED config.keyboard_settings.control_keyboard = Controlar los LED @@ -255,7 +255,7 @@ config.keyboard_settings.none = Ninguno config.keyboard_settings.razer = Razer config.keyboard_settings.roccat = Roccat config.keyboard_settings.logitech = Logitech -config.keyboard_settings.reset_keys_on_unfocus = Reset on Unfocus +config.keyboard_settings.reset_keys_on_unfocus = Restablecer al desenfocar config.keyboard_settings.reset_keys_on_unfocus.desc = Toggles whether the LEDs of your keyboard should be reset whenever the Minecraft window is not focused anymore. config.keyboard_settings.background_led_color = Color del LED config.keyboard_settings.background_led_color.desc = Especifica el color LED del teclado. @@ -272,11 +272,11 @@ config.keyboard_settings.show_led_potions.desc = Muestra la configuracion led de config.keyboard_settings.show_led_damage_flash = Mostrar el daño config.keyboard_settings.show_led_damage_flash.desc = Muestra la configuracion led de cuando te hacen daño. -config.chat_time_prefix.title = Chat Time Prefix -config.chat_time_prefix.chat_time_prefix_enabled = Enabled -config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. +config.chat_time_prefix.title = Prefijo de Tiempo de Chat +config.chat_time_prefix.chat_time_prefix_enabled = Activado +config.chat_time_prefix.chat_time_prefix_enabled.desc = Especifique si cada mensaje de chat debe tener un prefijo que contenga la hora actual. config.chat_time_prefix.chat_time_prefix_color = Color -config.chat_time_prefix.chat_time_prefix_color.desc = Specify the color of the time. +config.chat_time_prefix.chat_time_prefix_color.desc = Especifique el color del tiempo. config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets config.chat_time_prefix.chat_time_prefix_brackets_color = Brackets Color From 37e031c22c82779c2dbf2cf9857dded50bd90b84 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 30 Apr 2021 17:49:34 +0200 Subject: [PATCH 357/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index 6f6e367..0a4012b 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -277,12 +277,12 @@ config.chat_time_prefix.chat_time_prefix_enabled = Activado config.chat_time_prefix.chat_time_prefix_enabled.desc = Especifique si cada mensaje de chat debe tener un prefijo que contenga la hora actual. config.chat_time_prefix.chat_time_prefix_color = Color config.chat_time_prefix.chat_time_prefix_color.desc = Especifique el color del tiempo. -config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting -config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets -config.chat_time_prefix.chat_time_prefix_brackets_color = Brackets Color -config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specify the color of the brackets -config.chat_time_prefix.chat_time_prefix_time_format = Format -config.chat_time_prefix.chat_time_prefix_time_format.desc = Specify the time formatting. +config.chat_time_prefix.chat_time_prefix_brackets_formatting = Formato de Brackets +config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Especificar el formato de los brackets +config.chat_time_prefix.chat_time_prefix_brackets_color = Color de Brackets +config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Especificar el formato de los brackets +config.chat_time_prefix.chat_time_prefix_time_format = Formato +config.chat_time_prefix.chat_time_prefix_time_format.desc = Especifique el formato de tiempo. config.server.title = Opciones del servidor config.server.general = General @@ -293,12 +293,12 @@ config.server.chatmessage_filter = Filtro de mensajes de chat... config.server.chatmessage_filter.desc = Filtrar mensajes del chat. config.server.text_replacement = Atajos de texto... config.server.text_replacement.desc = Añade atajos de texto. -config.server.text_macros = Text Macros... -config.server.text_macros.desc = Automatically send chat messages after pressing a predefined key combination. -config.server.name_history = Username History... +config.server.text_macros = Macros de texto... +config.server.text_macros.desc = Enviar automáticamente mensajes de chat después de pulsar una combinación de teclas predefinidas. +config.server.name_history = Historial de Nombre... config.server.name_history.desc = Lookup the username history of a Minecraft player. -config.server.join_text = Join Auto-Text... -config.server.join_text.desc = Automatically send chat messages after joining a server. +config.server.join_text = Unirse al texto-automático... +config.server.join_text.desc = Enviar automáticamente mensajes al chat después de unirse a un servidor. config.server_general.title = Opciones de servidor config.server_general.show_server_stats = Estadísticas del servidor @@ -323,15 +323,15 @@ config.server_general.notify_on_name = Notificar cuando te mencionan config.server_general.notify_on_name.desc = te notifica cuando alguien te menciona en el chat config.server_general.auto_server_reconnect = Reconectarse config.server_general.auto_server_reconnect.desc = cuando te desconecta te reconecta al ultimo servidor que has entrado -config.server_general.auto_server_reconnect.off = Off -config.server_general.auto_server_reconnect.sec = sec -config.server_general.mac_cmd_drop = Use CMD-Key +config.server_general.auto_server_reconnect.off = Desactivado +config.server_general.auto_server_reconnect.sec = segundo +config.server_general.mac_cmd_drop = Usar clave-CMD config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! config.server_general.mojang_status = Estado de Mojang config.server_general.mojang_status.desc = te notifica cuando el estado de mojang cambia config.server_general.allow_mod_plugin_requests = Permitir peticiones de mods config.server_general.allow_mod_plugin_requests.desc = permitir que servidores te pidan descargar mods. -config.server_general.confirm_disconnect = Confirm Disconnect +config.server_general.confirm_disconnect = Confirmar desconexión config.server_general.confirm_disconnect.desc = When enabled, a confirmation gui will be displayed each time you want to disconnect from a server. config.server.timolia = Timolia.de @@ -340,7 +340,7 @@ config.server_timolia.title = Timolia.de opciones config.server_timolia.show_server_stats_timolia.desc = Toggle whether the server stats of Timolia.de should be displayed. config.server_timolia.show_tournaments = Mostrar información del torneo config.server_timolia.show_tournaments.desc = Specify whether 1vs1 tournament stats should be displayed. -config.server_timolia.show_opponent_stats = Show Opponent Stats +config.server_timolia.show_opponent_stats = Mostrar estadísticas del oponente config.server_timolia.show_opponent_stats.desc = Specify whether the 1vs1 stats of your opponent should be displayed. config.server.playminity = PlayMinity.com From d279da5559e72497a8a1134adb1e3b9825f19922 Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 14 Jul 2021 10:28:42 +0200 Subject: [PATCH 358/382] New translations en_US.lang (Chinese Simplified) --- resources/assets/the5zigmod/lang/zh_CN.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/the5zigmod/lang/zh_CN.lang b/resources/assets/the5zigmod/lang/zh_CN.lang index 2c7e0e5..347b30d 100644 --- a/resources/assets/the5zigmod/lang/zh_CN.lang +++ b/resources/assets/the5zigmod/lang/zh_CN.lang @@ -1,6 +1,6 @@ the5zigmod.key.toggle_mod=Toggle Mod the5zigmod.key.toggle_chat=Toggle Chat -the5zigmod.key.coordinates_clipboard=Coord Clipboard +the5zigmod.key.coordinates_clipboard=座標剪貼板 the5zigmod.key.raid_calculator=MCPVP Raid Calculator the5zigmod.key.hypixel_stats=Hypixel 数据 the5zigmod.key.zoom=缩放 From b20d845628da74d8aa7ff4d3c621a06d83fef9e0 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 16 Jul 2021 15:39:43 +0200 Subject: [PATCH 359/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index e6d289e..b9feb8f 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -1775,7 +1775,7 @@ config.display.ping_on_serverlist.desc = 在服务器Tab列表中显示数字pin modules.label = 编辑前缀... modules.label.input = 输入此项目的新前缀。 modules.item.command = 命令输出 -modules.item.command.regex = Regex +modules.item.command.regex = 正则表达式 modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = 刷新频率(s) From 4d50954a35ca2813241b387fc446862f5eb3531c Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 16 Jul 2021 15:39:44 +0200 Subject: [PATCH 360/382] New translations en_US.lang (Chinese Simplified) --- resources/assets/the5zigmod/lang/zh_CN.lang | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/assets/the5zigmod/lang/zh_CN.lang b/resources/assets/the5zigmod/lang/zh_CN.lang index 347b30d..a93aebe 100644 --- a/resources/assets/the5zigmod/lang/zh_CN.lang +++ b/resources/assets/the5zigmod/lang/zh_CN.lang @@ -1,12 +1,12 @@ -the5zigmod.key.toggle_mod=Toggle Mod -the5zigmod.key.toggle_chat=Toggle Chat -the5zigmod.key.coordinates_clipboard=座標剪貼板 +the5zigmod.key.toggle_mod=开启/关闭此模组 +the5zigmod.key.toggle_chat=开启/关闭聊天栏 +the5zigmod.key.coordinates_clipboard=座标剪贴板 the5zigmod.key.raid_calculator=MCPVP Raid Calculator the5zigmod.key.hypixel_stats=Hypixel 数据 the5zigmod.key.zoom=缩放 -the5zigmod.key.timer.start=Timer Toggle Start +the5zigmod.key.timer.start=计时器切换开关 the5zigmod.key.timer.reset=重置计时器 the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=历史用户名 -the5zigmod.key.toggle_chat_filter=Toggle Chat Filter +the5zigmod.key.toggle_chat_filter=开/关聊天内容过滤 the5zigmod.key.change_account=更换账号 \ No newline at end of file From f65acacd751a9d3f79c2dd28ac735b64e6414941 Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 23 Jul 2021 03:56:56 +0200 Subject: [PATCH 361/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 7dc4a47..b3e9e7f 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -125,7 +125,7 @@ conn.cape.upload.max_size = O tamanho da imagem não pode ser maior que %s\! conn.cape.upload.wrong_dimension = A dimensão da capa é inválida\! conn.cape.upload.success = A capa foi carregada com sucesso\! -menu.no_last_server = No Last Server +menu.no_last_server = Nenhum último servidor menu.the5zigMod = O Mod 5zig... menu.mcpvp = MCPVP @@ -167,8 +167,8 @@ config.main.language_screen = Idioma... config.main.language_screen.desc = Alterar o idioma de exibição do mod. config.main.friend_list = Amigos... config.main.friend_list.desc = Adiciona amigos e conversa com eles online, não importa em qual servidor eles estão a jogar\! -config.main.reset_config = Reset Configuration... -config.main.reset_config.desc = Resets all settings of the mod. Your friends and chats will be kept. +config.main.reset_config = Redefinir Configuração... +config.main.reset_config.desc = Redefine todas as configurações do mod. Seus amigos e conversas serão mantidas. config.main.reset.title = Are you sure that you want to reset the configuration? config.main.plugins = Plugins (%s) config.main.credits = Créditos... From 8504aa0f2d5525e54d430c07a03e14eb66935230 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 26 Jul 2021 22:36:36 +0200 Subject: [PATCH 362/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index b3e9e7f..7dc4f3c 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -34,9 +34,9 @@ input.title = Entrada mojang.service.status = Estado do serviço da Mojang mojang.service.minecraft_website = Minecraft.net mojang.service.mojang_website = Mojang.com -mojang.service.session = Sessão -mojang.service.account = Conta -mojang.service.authentication = Autenticação +mojang.service.session = Servidor de sessão Minecraft +mojang.service.account = Servidor da conta Mojang +mojang.service.authentication = Servidor de autenticação Mojang mojang.service.skins = Skin mojang.service.api = API da Mojang mojang.service.textures = Texturas From 3d7a7694055d2fd2819903cf8e47253d25f3526d Mon Sep 17 00:00:00 2001 From: Rocco Date: Fri, 24 Sep 2021 18:46:42 +0200 Subject: [PATCH 363/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 6b3f392..681ba0f 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -1555,7 +1555,7 @@ credits.reborn = Desenvolvedores do Reborn credits.developer = Desenvolvedor credits.special_thanks = Agradecimentos a credits.translators = Tradutores -credits.thank_you = A huge "Thank you\!" to all these guys, and of course to you, for using my mod\! +credits.thank_you = Um grande "Obrigado\!" para todos esses caras e, claro, para você, por usar meu mod\! credits.patrons = Apoiadores blocked_users.title = Bloqueados From 0cf357aed3d4108ba82626c54d20f947c0a3e6e0 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 27 Sep 2021 20:29:53 +0200 Subject: [PATCH 364/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 1188 +++++++++---------- 1 file changed, 594 insertions(+), 594 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 681ba0f..91979c9 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -17,7 +17,7 @@ # # suppress inspection "UnusedProperty" for whole file -author = mine.ly/Pragmata +author = Diego R. gui.back = Voltar gui.continue = Continuar @@ -46,56 +46,56 @@ mojang.status.unavailable = está indisponível connection.closed = Conexão encerrada connection.internal_error = Erro interno -connection.error = Erro de conexão +connection.error = Falha de conexão connection.disconnected = Desconectado\: %s connection.connecting = Conectando... -connection.logging_in = Iniciando sessão... +connection.logging_in = Entrando... connection.connected = Conectado\! -connection.online = On-line -connection.offline = Off-line +connection.online = Online +connection.offline = Offline connection.away = Ausente -connection.bad_login = Falha ao iniciar sessão +connection.bad_login = Falha ao entrar connection.timed_out = Tempo limite conn.user.not_exists = Não foi possível encontrar %s\! conn.user.not_friend = %s precisa ser seu amigo\! conn.user.not_friend_anymore = %s não é mais seu amigo\! -conn.user.offline = %s não está on-line\! +conn.user.offline = %s não está online\! conn.user.old_version = %s está usando uma versão antiga\! -conn.unread_messages = %s novas mensagens não lidas\! +conn.unread_messages = Você tem %s novas mensagens não lidas\! conn.groups.new = %s criou um chat em grupo\! conn.groups.create = Chat em grupo com %s jogadores criado\! conn.groups.add.self = Você adicionou %s ao seu grupo\! -conn.groups.add.other = Você foi adicionado(a) ao grupo %s\! +conn.groups.add.other = Você foi adicionado ao grupo %s\! conn.groups.add.already_member = %s já está em seu grupo\! conn.groups.unknown = Você não está nesse grupo\! -conn.groups.not_owner = Apenas o líder pode fazer isso\! +conn.groups.not_owner = Isso requer a permissão do líder\! conn.groups.few_members = Nenhum membro encontrado\! conn.groups.max_members = Limite de membros atingido\! conn.groups.not_member = %s não está nesse grupo\! conn.groups.remove.self = %s removido do chat em grupo\! -conn.groups.remove.other = Você foi removido(a) do grupo %s\! -conn.groups.leave = Saiu do chat em grupo\! +conn.groups.remove.other = Você foi removido do grupo %s\! +conn.groups.leave = Saiu da conversa em grupo\! conn.groups.new_owner = %s transferiu a liderança para você\! conn.groups.delete.self = Chat em grupo %s excluído\! conn.groups.delete.other = %s excluiu o grupo %s\! conn.groups.change_name = Nome do grupo alterado\! conn.groups.transfered_ownership = Liderança transferida\! -conn.groups.promoted = %s foi promovido(a)\! -conn.groups.promoted_by = Você foi promovido(a) por %s\! -conn.groups.demoted = %s foi rebaixado(a)\! -conn.groups.demoted_by = Você foi rebaixado(a) por %s\! - -conn.block.self = %s foi bloqueado(a)\! -conn.block.other = Você foi bloqueado(a) por %s\! -conn.block.not_blocked = %s não está bloqueado(a)\! -conn.block.blocked = %s está bloqueado(a)\! -conn.block.blocked.self = %s está bloqueado(a) por você\! -conn.block.blocked.other = Esse jogador bloqueou você\! -conn.unblock.self = %s foi desbloqueado(a)\! -conn.unblock.other = Você foi desbloqueado(a) por %s\! +conn.groups.promoted = %s foi promovido\! +conn.groups.promoted_by = Você foi promovido por %s\! +conn.groups.demoted = %s foi rebaixado\! +conn.groups.demoted_by = Você foi rebaixado por %s\! + +conn.block.self = %s foi bloqueado\! +conn.block.other = Você foi bloqueado por %s\! +conn.block.not_blocked = %s não está bloqueado\! +conn.block.blocked = %s está bloqueado\! +conn.block.blocked.self = %s está bloqueado por você\! +conn.block.blocked.other = Você foi bloqueado por esse jogador\! +conn.unblock.self = %s foi desbloqueado\! +conn.unblock.other = Você foi desbloqueado por %s\! conn.friends.requests.add.new = Você recebeu um pedido de amizade de %s\! conn.friends.requests.add.sent = Enviou um pedido de amizade para %s\! @@ -108,10 +108,10 @@ conn.friends.requests.add.error.already_friend = %s já é seu amigo\! conn.friends.requests.add.error.not_accepting = %s não está aceitando pedidos de amizade\! conn.friends.requests.add.error.already_sent = Você já enviou um pedido de amizade para %s\! conn.friends.remove.self = Você desfez a amizade com %s\! -conn.friends.remove.other = %s desfez a amizade com você\! +conn.friends.remove.other = %s não é mais seu amigo\! -conn.file_transfer.too_large = Arquivo grande demais\! -conn.file_transfer.not_accepted = O carregamento do arquivo ainda não foi aceito\! +conn.file_transfer.too_large = O arquivo é grande demais\! +conn.file_transfer.not_accepted = O envio do arquivo ainda não foi aceito\! conn.file_transfer.error = Houve um erro ao atualizar o arquivo\! conn.party.invited = %s jogadores convidados ao grupo\! @@ -120,13 +120,13 @@ conn.party.denied = Negou o convite do grupo\! conn.party.left = Saiu do grupo\! conn.party.invite_error = Falha ao convidar membros do grupo\! -conn.cape.upload.failed = Não foi possível carregar a capa\: %s +conn.cape.upload.failed = Não foi possível enviar a capa\: %s conn.cape.upload.max_size = O tamanho da imagem não pode ser maior do que %s\! conn.cape.upload.wrong_dimension = Dimensão inválida da capa\! -conn.cape.upload.success = Capa carregada\! +conn.cape.upload.success = Capa enviada\! menu.no_last_server = Nenhum servidor -menu.the5zigMod = 5zig Reborn... +menu.the5zigMod = The 5zig Mod... menu.mcpvp = MCPVP config.default = Padrão @@ -138,12 +138,12 @@ config.list.entries = %s entradas config.list.category = Categoria config.main.title = Opções -config.main.show_mod = Mostrar módulos -config.main.show_mod.desc = Mostrar ou ocultar todas as estatísticas na tela do jogo. +config.main.show_mod = Exibir módulos +config.main.show_mod.desc = Mostrar ou ocultar as estatísticas na tela do jogo. config.main.scale = Escala config.main.scale.desc = Alterar a escala dos módulos na tela do jogo. config.main.report_crashes = Informar problemas -config.main.report_crashes.desc = Enviar relatórios de falhas automaticamente para o desenvolvedor.\nAo desativar, você ainda pode enviar um relatório manualmente após uma falha do jogo. +config.main.report_crashes.desc = Enviar relatórios de falhas automaticamente para o desenvolvedor.\nAo desativar, você ainda pode enviar um relatório manualmente para o mod desenvolvedor após a falha do jogo. config.main.display = Aparência... config.main.display.desc = Alterar a aparência do Minecraft. config.main.modules = Módulos... @@ -151,12 +151,12 @@ config.main.modules.desc = Alterar a aparência dos módulos na tela do jogo. config.main.show_hide = Mostrar/ocultar opções... config.main.show_hide.desc = Ativar ou desativar recursos do mod. config.main.server = Servidores... -config.main.server.desc = Ativar ou desativar as estatísticas exibidas ao jogar num servidor.\nDefinir filtros de chat específicos para servidores. -config.main.coordinate_clipboard = Módulo de Coordenadas... -config.main.coordinate_clipboard.desc = Salvar coordenadas específicas dos eixos X e Z e exibi-las na tela. +config.main.server.desc = Ativar ou desativar as estatísticas exibidas ao jogar num servidor.\nDefinir filtros de mensagens específicos para servidores. +config.main.coordinate_clipboard = Módulo de coordenadas... +config.main.coordinate_clipboard.desc = Salvar coordenadas específicas dos eixos X e Z e exibi-las durante o jogo. config.main.auto_update = Atualiz. automáticas config.main.auto_update.desc = Verificar atualizações automaticamente ao iniciar. Se houver uma atualização, ela será baixada e instalada automaticamente. Todos os mods instalados serão mantidos, desde que a versão atualizada utilize a mesma versão do Minecraft. -config.main.cape_settings = Capa... +config.main.cape_settings = Capas... config.main.cape_settings.desc = Mudar a aparência de sua capa.\nDisponível só para doadores\! config.main.always = Sempre config.main.same_version = Mesma versão @@ -166,11 +166,11 @@ config.main.teamspeak.desc = Displays all current channels and clients of your c config.main.language_screen = Idioma... config.main.language_screen.desc = Mudar o idioma de exibição do mod. config.main.friend_list = Amigos... -config.main.friend_list.desc = Adicione amigos e converse com eles, não importa em qual servidor você esteja\! +config.main.friend_list.desc = Adicionar amigos e iniciar conversas online, não importa em qual servidor você esteja\! config.main.reset_config = Redefinir tudo... config.main.reset_config.desc = Redefinir todas as configurações do mod. Seus amigos e conversas serão mantidas. config.main.reset.title = Deseja mesmo redefinir as configurações? -config.main.plugins = Plug-ins (%s) +config.main.plugins = Plugins (%s) config.main.credits = Créditos... config.main.discord = Discord Presence @@ -196,41 +196,41 @@ config.formatting.formatting_brackets.desc = O formato do colchete de um item. config.formatting.color_brackets = Cor do colchete config.formatting.color_brackets.desc = A cor do colchete de um item. config.formatting.number_precision = Exat. numérica -config.formatting.number_precision.desc = Personalize a precisão numérica de estatísticas. +config.formatting.number_precision.desc = Definir a precisão numérica de estatísticas. config.display.digits = dígito(s) config.display.max_overlays = Sobreposições -config.display.max_overlays.desc = Definir o número máximo de sobreposições exibidas. As sobreposições são mostradas quando, por exemplo, você recebe uma mensagem de chat de um amigo pelo mod. +config.display.max_overlays.desc = Definir o número máximo de sobreposições exibidas. As sobreposições são mostradas quando, por exemplo, você recebe uma mensagem de bate-papo de um amigo pelo mod. config.display.overlay_texture = Texturas de sobrep. config.display.overlay_texture.desc = Mudar a textura de mensagens de sobreposição. Disponível a partir do Minecraft 1.12. config.display.overlay_texture.changed = Textura de sobreposição atualizada\! config.display.zoom_factor = Zoom -config.display.zoom_factor.desc = Definir a potência do zoom ao pressionar a tecla de zoom do mod. +config.display.zoom_factor.desc = Definir a potência do zoom ao pressionar a tecla de zoom. config.display.crosshair_distance = Distância da mira config.display.crosshair_distance.desc = Definir a distância máxima a ser calculada entre o jogador e o bloco em sua mira. -config.display.hud = HUD... -config.display.hud.desc = Mudar a aparência do HUD e barra. -config.hud.title = HUD +config.display.hud = Visor... +config.display.hud.desc = Mudar a aparência do visor e barra rápida. +config.hud.title = Visor config.hud.show_vanilla_potion_indicator = Indicador de poções config.hud.show_vanilla_potion_indicator.desc = Mostrar ou ocultar o indicador de poções integrado (adicionado no Minecraft 1.9). -config.hud.show_potion_indicator = Indicador de poções +config.hud.show_potion_indicator = Mostrar indicador config.hud.show_potion_indicator.desc = Toggles whether a potion indicator vignette should be rendered. If the player has got a positive potion effect, a green colored vignette will be rendered. For negative potion effects a red colored vignette will be rendered. -config.hud.show_hotbar_numbers = Mostrar números da barra +config.hud.show_hotbar_numbers = Show Hotbar Numbers config.hud.show_hotbar_numbers.desc = Toggles whether the keybindings of the hotbar slots should be displayed ingame. config.hud.colored_equipment_durability = Durab. colorida da armadura config.hud.colored_equipment_durability.desc = Toggles whether the durability of the equipped items should be rendered in different colors according to their current durability. -config.hud.show_saturation = Mostrar saturação +config.hud.show_saturation = Show Saturation config.hud.show_saturation.desc = Toggles whether the current saturation of the player should be rendered above the food bar.\nThe player saturation is another aspect of hunger that is usually not visible. The player's food level will not decrease until the food saturation level reaches zero. config.hud.show_food_heal_amount = Mostrar cura por alimento config.hud.show_food_heal_amount.desc = Toggles whether the heal amount of the current held food item should be rendered as half-transparent food level. config.display.show_chat_symbols = Mais símbolos de chat config.display.show_chat_symbols.desc = Toggles whether more chat symbols should be displayed above the ingame chat gui. -config.display.show_last_server = Mostrar último servidor +config.display.show_last_server = Show Last Server config.display.show_last_server.desc = Toggles whether your last visited server should be displayed in main menu. config.display.show_custom_models = Modelos person. de itens config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. config.display.keyboard_settings = Config. do teclado LED... config.display.keyboard_settings.desc = Personalize as teclas LED de seu teclado\! -config.display.max_chat_lines = Limite de linhas +config.display.max_chat_lines = Chat Limit config.display.max_chat_lines.desc = Sets the maximum amount of chat lines that should be available in the ingame chat history. config.display.max_chat_lines.lines = Linhas config.display.static_fov = FOV estático @@ -238,80 +238,80 @@ config.display.static_fov.desc = Toggle, if your FOV (field-of-view) should be c config.display.chat_time_prefix = Hora em mensagens de chat... config.display.chat_time_prefix.desc = Specify whether every chat message should have a prefix containing the current time. config.display.transparent_chat_background = Fundo de chat transparente -config.display.transparent_chat_background.desc = Personalize a transparência de fundo do chat. +config.display.transparent_chat_background.desc = Toggles whether the chat background should be transparent. config.display.transparent_pause_menu = Pausa transparente config.display.transparent_pause_menu.desc = Toggles whether the ingame pause menu background should be transparent. -config.display.show_own_name_tag = Mostrar própria etiqueta +config.display.show_own_name_tag = Exibir própria etiqueta config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. -config.display.highlight_words_color = Cor de realce das palavras +config.display.highlight_words_color = Highlight Words Color config.display.highlight_words_color.desc = Mude a cor de realce em palavras-chave no chat. -config.display.ping_on_tab = Latência (jogadores) -config.display.ping_on_tab.desc = Mostra a latência numérica em vez de barras. +config.display.ping_on_tab = Ping on Tablist +config.display.ping_on_tab.desc = Exibe a latência numérica em vez de barras. -config.keyboard_settings.title = Config. do teclado LED +config.keyboard_settings.title = LED Keyboard Settings config.keyboard_settings.control_keyboard = Teclas de controle LEDs config.keyboard_settings.control_keyboard.desc = Toggles whether the LEDs of your keyboard should be controlled by the mod. -config.keyboard_settings.none = Nenhum +config.keyboard_settings.none = None config.keyboard_settings.razer = Razer config.keyboard_settings.roccat = Roccat config.keyboard_settings.logitech = Logitech config.keyboard_settings.reset_keys_on_unfocus = Redefinir em segundo plano config.keyboard_settings.reset_keys_on_unfocus.desc = Toggles whether the LEDs of your keyboard should be reset whenever the Minecraft window is not focused anymore. -config.keyboard_settings.background_led_color = Cor LED +config.keyboard_settings.background_led_color = LED Color config.keyboard_settings.background_led_color.desc = Specifies the color of your keyboard LED keys as hexadecimal number. -config.keyboard_settings.active_led_keys = Teclas LED ativas +config.keyboard_settings.active_led_keys = Active LED Keys config.keyboard_settings.active_led_keys.desc = Personalize o grupo de teclas LED ativo. -config.keyboard_settings.all = Todas -config.keyboard_settings.special = Só WASD -config.keyboard_settings.show_led_health = Mostrar saúde +config.keyboard_settings.all = All +config.keyboard_settings.special = Only WASD +config.keyboard_settings.show_led_health = Show Health config.keyboard_settings.show_led_health.desc = Toggles whether the current health of the player should be displayed in the function row of your keyboard. config.keyboard_settings.show_led_armor = Mostrar armadura config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. config.keyboard_settings.show_led_potions = Mostrar poções config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard should light up in the color of your active potion effect. -config.keyboard_settings.show_led_damage_flash = Mostrar flash de dano +config.keyboard_settings.show_led_damage_flash = Show Damage Flash config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. -config.chat_time_prefix.title = Prefixo da hora no chat -config.chat_time_prefix.chat_time_prefix_enabled = Sim +config.chat_time_prefix.title = Chat Time Prefix +config.chat_time_prefix.chat_time_prefix_enabled = Enabled config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. config.chat_time_prefix.chat_time_prefix_color = Cor config.chat_time_prefix.chat_time_prefix_color.desc = Personalize a cor da hora. config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting -config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Personalize o formato do colchete +config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets config.chat_time_prefix.chat_time_prefix_brackets_color = Cor do parêntese -config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Personalize a cor do colchete +config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specify the color of the brackets config.chat_time_prefix.chat_time_prefix_time_format = Formato config.chat_time_prefix.chat_time_prefix_time_format.desc = Personalize o formato de hora. config.server.title = Opções do servidor config.server.general = Geral... config.server.general.desc = Opções para servidores gerais. -config.server.highlight_words = Realçar palavras... +config.server.highlight_words = Highlight Words... config.server.highlight_words.desc = Add words that should be highlighted in chat. Use %player% for your own username. config.server.chatmessage_filter = Filtro de chat... -config.server.chatmessage_filter.desc = Filtre mensagens de chat específicas e selecione ações para elas. -config.server.text_replacement = Atalhos de texto... +config.server.chatmessage_filter.desc = Filter specific chat messages and select actions for them. +config.server.text_replacement = Text Shortcuts... config.server.text_replacement.desc = Add shortcuts that get replaced by text upon sending a chat message. config.server.text_macros = Macros textuais... config.server.text_macros.desc = Automatically send chat messages after pressing a predefined key combination. -config.server.name_history = Histórico de nomes... +config.server.name_history = Username History... config.server.name_history.desc = Confira o histórico de nomes de um jogador de Minecraft. -config.server.join_text = Textos auto. de entrada... -config.server.join_text.desc = Envie mensagens automaticamente ao entrar num servidor. +config.server.join_text = Join Auto-Text... +config.server.join_text.desc = Automatically send chat messages after joining a server. config.server_general.title = Opções gerais de servidor -config.server_general.show_server_stats = Mostrar estatísticas +config.server_general.show_server_stats = Exibir estatísticas config.server_general.show_server_stats.desc = Specify whether the stats of the currently connected server should be shown. (Works only on supported servers) -config.server_general.show_i_p = Mostrar IP -config.server_general.show_i_p.desc = Personalizar a exibição do IP do servidor atual. +config.server_general.show_i_p = Show IP +config.server_general.show_i_p.desc = Especificar a exibição do IP do servidor atual. config.server_general.show_players = Número de jogadores config.server_general.show_players.desc = Specify whether the amount of online players on your server should be displayed. -config.server_general.show_large_start_countdown = Iniciar contagem +config.server_general.show_large_start_countdown = Start Countdown config.server_general.show_large_start_countdown.desc = Specify whether a start countdown should be displayed. (Works only on supported game modes) config.server_general.show_invincibility_wears_off_time = Mostrar tempo de invencibilidade config.server_general.show_invincibility_wears_off_time.desc = Specify whether an invincibility timer should be displayed. (Works only on supported game modes) -config.server_general.show_large_deathmatch_countdown = Contagem para Mata-mata +config.server_general.show_large_deathmatch_countdown = Contagem para Deathmatch config.server_general.show_large_deathmatch_countdown.desc = Specify whether a deathmatch countdown should be displayed. (Works only on supported game modes) config.server_general.show_win_message = Exibir mensagem de vitória config.server_general.show_win_message.desc = Specify whether a win message should be displayed at the end of a game. (Works only on supported game modes) @@ -323,20 +323,20 @@ config.server_general.notify_on_name = Notificar quando mencionado config.server_general.notify_on_name.desc = Specify whether you should receive a system notification when your minecraft name has been used in chat. config.server_general.auto_server_reconnect = Reconexão automática config.server_general.auto_server_reconnect.desc = Specify whether the client should automatically try to reconnect to the last server after being disconnected. -config.server_general.auto_server_reconnect.off = Não -config.server_general.auto_server_reconnect.sec = seg. +config.server_general.auto_server_reconnect.off = Off +config.server_general.auto_server_reconnect.sec = sec config.server_general.mac_cmd_drop = Usar tecla Cmd config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! -config.server_general.mojang_status = Status da Mojang +config.server_general.mojang_status = Show Mojang Status config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. config.server_general.allow_mod_plugin_requests = Permitir pedidos de plug-ins do mod config.server_general.allow_mod_plugin_requests.desc = Specify whether Minecraft servers are allowed to send you mod plugin requests, which allow servers to display even more stats. -config.server_general.confirm_disconnect = Confirmar desconexão +config.server_general.confirm_disconnect = Confirm Disconnect config.server_general.confirm_disconnect.desc = When enabled, a confirmation gui will be displayed each time you want to disconnect from a server. config.server.timolia = Timolia.de config.server.timolia.desc = Opções do servidor Timolia.de -config.server_timolia.title = Opções do Timolia.de +config.server_timolia.title = Timolia.de Options config.server_timolia.show_server_stats_timolia.desc = Toggle whether the server stats of Timolia.de should be displayed. config.server_timolia.show_tournaments = Show Tournament Info config.server_timolia.show_tournaments.desc = Specify whether 1vs1 tournament stats should be displayed. @@ -350,7 +350,7 @@ config.server_playminity.show_server_stats_playminity.desc = Toggle whether the config.server.gommehd = GommeHD.net config.server.gommehd.desc = Opções do servidor GommeHD.net -config.server_gommehd.title = Opções do GommeHD.net +config.server_gommehd.title = GommeHD.net Options config.server_gommehd.show_server_stats_gommehd.desc = Toggle whether the server stats of GommeHD.net should be displayed. config.server.bergwerk = Bergwerklabs.de @@ -360,17 +360,17 @@ config.server_bergwerk.show_server_stats_bergwerk.desc = Toggle whether the serv config.server.mineplex = Mineplex.com config.server.mineplex.desc = Opções do servidor Mineplex.com -config.server_mineplex.title = Opções do Mineplex.com +config.server_mineplex.title = Mineplex.com Options config.server_mineplex.show_server_stats_mineplex.desc = Toggle whether the server stats of Mineplex.com should be displayed. config.server.venicraft = Venicraft.at config.server.venicraft.desc = Opções do servidor Venicraft.at -config.server_venicraft.title = Opções do Venicraft.at +config.server_venicraft.title = Venicraft.at Options config.server_venicraft.show_server_stats_venicraft.desc = Toggle whether the server stats of Venicraft.at should be displayed. config.server.hypixel = Hypixel.net -config.server.hypixel.desc = Opções do Hypixel.net -config.server_hypixel.title = Opções do Hypixel.net +config.server.hypixel.desc = Hypixel.net server options. +config.server_hypixel.title = Hypixel.net Options config.server_hypixel.auto_hypixel_api_key = Auto API Key config.server_hypixel.auto_hypixel_api_key.desc = Toggle whether the Hypixel API key should be fetched by the mod automatically. config.server_hypixel.show_server_stats_hypixel.desc = Toggle whether the server stats of Hypixel.net should be displayed. @@ -389,7 +389,7 @@ server.hypixel.stats.info = %s Stats server.hypixel.stats.none = None server.hypixel.stats.general.displayname = Displayname server.hypixel.stats.general.package_rank = Rank -server.hypixel.stats.general.network_exp = XP +server.hypixel.stats.general.network_exp = Exp server.hypixel.stats.general.network_level = Level server.hypixel.stats.general.karma = Karma server.hypixel.stats.general.vanity_tokens = Vanity Tokens @@ -601,136 +601,136 @@ server.hypixel.friends.display_stats = Show Stats server.hypixel.friends.add_mod = Add in Mod server.hypixel.friends.add_mod_all = Add all -chat_filter.title = Filtro de mensagens do chat +chat_filter.title = Chat Message Filter chat_filter.help = Use the Chat Message Filter to Ignore specific Chat Messages on a Server. You may also use Wildcards to match messages. chat_filter.add = Adicionar mensagem chat_filter.edit = Editar mensagem -chat_filter.delete = Excluir mensagem +chat_filter.delete = Delete Message chat_filter.message.enabled = Filtro de chat ativado. -chat_filter.message.disabled = O filtro de chat foi desativado. Pressione %s para ativá-lo novamente. +chat_filter.message.disabled = Chat filter has been disabled. Press %s to enable it again. chat_filter.edit.title = Editar mensagem de chat chat_filter.edit.name = Nome\: -chat_filter.edit.chat_message = Mensagem de chat\: +chat_filter.edit.chat_message = Chat Message\: chat_filter.edit.except = Exceções\: -chat_filter.edit.servers = Servidores\: -chat_filter.edit.auto_text = Texto automático\: +chat_filter.edit.servers = Servers\: +chat_filter.edit.auto_text = Auto Text\: chat_filter.edit.auto_text_cancel = Mensagem de canc. de texto auto.\: -chat_filter.edit.auto_text_delay = Atraso (ciclos)\: +chat_filter.edit.auto_text_delay = Delay (ticks)\: chat_filter.edit.multiple_ips = Vários IPs de servidores podem ser separados com uma vírgula. chat_filter.edit.action = Ação\: chat_filter.edit.action.ignore = Ignorar -chat_filter.edit.action.2nd_chat = Mostrar no chat secundário -chat_filter.edit.action.copy_2nd_chat = Copiar p/ chat secundário +chat_filter.edit.action.2nd_chat = Exibir no chat secundário +chat_filter.edit.action.copy_2nd_chat = Copy to 2nd Chat chat_filter.edit.action.notify = Notificar quando ausente chat_filter.edit.action.auto_text = Texto auto. -chat_filter.edit.action.play_sound = Tocar som +chat_filter.edit.action.play_sound = Play Sound chat_filter.edit.use_regex = Regex (avançado)\: -chat_filter.edit.help.title = Ajuda... +chat_filter.edit.help.title = Help... chat_filter.edit.help = You can use "*" to ignore a part of a String or "?" to ignore a single character. To escape a wildcard use "".\nIf you enter for example "Tracking *", it will match "Tracking 5zig", but also "Tracking 4zig". You can except special words by entering them into the Exceptions input field, separated with one comma from each other. -text_replacement.title = Atalhos de texto +text_replacement.title = Text Shortcuts text_replacement.add = Adicionar atalho text_replacement.edit = Editar atalho -text_replacement.delete = Excluir atalho +text_replacement.delete = Delete Shortcut text_replacement.edit.title = Editar atalho -text_replacement.edit.message = Mensagem\: -text_replacement.edit.replacement = Substituição\: -text_replacement.edit.ignore_commands = Ignorar comandos\: %s -text_replacement.edit.replace_inside_words = Substituir em palavras\: %s +text_replacement.edit.message = Message\: +text_replacement.edit.replacement = Replacement\: +text_replacement.edit.ignore_commands = Ignore Commands\: %s +text_replacement.edit.replace_inside_words = Replace Inside Words\: %s text_replacement.help = Add shortcuts that get replaced by text upon sending a chat message. text_macros.title = Macros textuais -text_macros.add = Adicionar macro -text_macros.edit = Editar macro +text_macros.add = Add Macro +text_macros.edit = Edit Macro text_macros.delete = Excluir macro -text_macros.edit.title = Editar macro -text_macros.edit.message = Mensagem\: -text_macros.edit.macro = Combinação de teclas\: +text_macros.edit.title = Edit Macro +text_macros.edit.message = Message\: +text_macros.edit.macro = Key Combination\: text_macros.edit.macro.press = Pressione e insira sua combinação text_macros.edit.macro.listening = Gravando... text_macros.edit.macro.stop = Clique para parar text_macros.edit.macro.auto_send = Envio automático text_macros.help = Automatically send chat messages after pressing a predefined key combination. -name_history.title = Histórico de nomes -name_history.search = Buscar... -name_history.searching = Buscando... +name_history.title = Username History +name_history.search = Search... +name_history.searching = Pesquisando... name_history.suggestions = Sugestões name_history.profile.title = Resultado da busca do histórico de nomes -name_history.profile.history = Histórico de nomes\: +name_history.profile.history = Username History\: name_history.profile.copy = Clique para copiar -name_history.profile.not_found = Perfil não encontrado\! +name_history.profile.not_found = Profile not found\! -join_texts.title = Textos auto. de entrada -join_texts.help = Envie mensagens automaticamente ao entrar num servidor. -join_texts.add = Adicionar texto +join_texts.title = Join Auto-Texts +join_texts.help = Automatically send chat messages after joining a server. +join_texts.add = Add Text join_texts.edit = Editar texto join_texts.delete = Excluir texto -join_texts.edit.title = Editar texto de entrada +join_texts.edit.title = Edit Join Text join_texts.edit.message = Texto de entrada join_texts.edit.server = Servidor join_texts.edit.delay = Atraso -modules.title = Personalização de módulos -modules.help = Ajuda... +modules.title = Render Customization +modules.help = Help... modules.help.display = In this screen you can change the whole appearance of the mod. Everything that should be rendered is divided into separate packages, or "modules". These modules have got their own name, title and location, but they contain also specific "items" that get rendered. An item can be for example responsible for displaying your coordinates or your active potion effects. You can add and remove modules and items as well. modules.reset = Redefinir tudo -modules.reset.title = Deseja mesmo restaurar a interface para seus valores padrão? -modules.list.title = Módulos -modules.add = Novo módulo... -modules.settings = Configurações... -modules.enable = Sim -modules.disable = Não -modules.move_up = Acima +modules.reset.title = Are you sure you want to reset the rendering gui to its defaults? +modules.list.title = Modules +modules.add = Add new Module... +modules.settings = Settings... +modules.enable = Ativar +modules.disable = Disable +modules.move_up = Move Up modules.move_down = Abaixo -modules.preview = Pré-visualizar -modules.location = Local -modules.location.top_left = Superior esquerdo +modules.preview = Preview +modules.location = Location +modules.location.top_left = Top Left modules.location.top_right = Superior direito -modules.location.center_left = Centro-esquerda +modules.location.center_left = Center Left modules.location.center_right = Centro-direita -modules.location.bottom_left = Inferior esquerdo +modules.location.bottom_left = Bottom Left modules.location.bottom_right = Inferior direito -modules.location.custom = Personalizado -modules.anchor = Mover -modules.anchor.top_left = Superior esquerdo -modules.anchor.top_center = Centro-superior +modules.location.custom = Custom +modules.anchor = Anchor +modules.anchor.top_left = Top Left +modules.anchor.top_center = Top Center modules.anchor.top_right = Superior direito -modules.anchor.center_left = Centro-esquerda +modules.anchor.center_left = Center Left modules.anchor.center_center = Centro modules.anchor.center_right = Centro-direita -modules.anchor.bottom_left = Inferior esquerdo +modules.anchor.bottom_left = Bottom Left modules.anchor.bottom_center = Centro-inferior modules.anchor.bottom_right = Inferior direito -modules.settings.title = Configurações de módulos -modules.settings.list.title = Configurações -modules.settings.none = Nenhum -modules.settings.default = Padrão -modules.settings.custom = Personalizado -modules.settings.id = ID +modules.settings.title = Module Settings +modules.settings.list.title = Settings +modules.settings.none = None +modules.settings.default = Default +modules.settings.custom = Custom +modules.settings.id = Id modules.settings.id.change = Digite um ID único para esse módulo. -modules.settings.id.already_used = Esse ID já está em uso em outro módulo -modules.settings.name = Nome +modules.settings.id.already_used = Essa ID já está em uso em outro módulo +modules.settings.name = Name modules.settings.name.change = Digite um novo nome para esse módulo. -modules.settings.translation = Chave de tradução -modules.settings.translation.change = Insira uma nova chave de tradução para o título desse módulo. +modules.settings.translation = Translation-Key +modules.settings.translation.change = Please enter a new translation key for the title of this module. modules.settings.items = Itens (%s)... -modules.settings.show_label = Mostrar título +modules.settings.show_label = Show Label modules.settings.label.color = Cor do rótulo modules.settings.server = Servidor -modules.settings.render = Formato +modules.settings.render = Render modules.settings.render.timolia_tournament = Timolia 1vs1 Tournament -modules.settings.render.custom_server = API do servidor +modules.settings.render.custom_server = Server API modules.settings.scale = Escala -modules.settings.box_opacity = Opacidade da caixa +modules.settings.box_opacity = Box Opacity modules.settings.item.list.items = Itens -modules.settings.item.list.settings = Configurações -modules.settings.item.add = Novo item... +modules.settings.item.list.settings = Settings +modules.settings.item.add = Add new Item... modules.settings.item.color = Cor modules.settings.item.prefix_color = Cor do prefixo -modules.settings.item.prefix_formatting = Formato do prefixo -modules.settings.item.main_color = Cor principal -modules.settings.item.main_formatting = Formato principal +modules.settings.item.prefix_formatting = Prefix Formatting +modules.settings.item.main_color = Main Color +modules.settings.item.main_formatting = Main Formatting modules.settings.item.prefix = Prefixo modules.category.general = Geral @@ -748,211 +748,211 @@ modules.category.server_simplehg = SimpleHG modules.category.system = Sistema modules.category.other = Outros -modules.item.dummy = (teste) +modules.item.dummy = (Dummy) modules.item.fps = FPS -modules.item.fps.desc = Mostra o número de quadros renderizados por segundo. +modules.item.fps.desc = Displays how many frames are being rendered per second. modules.item.fps.precise_f_p_s = Taxa de quadros exata modules.item.fps.precise_f_p_s.desc = Specifies whether a more precise FPS-Counter (Frame-per-second-counter) should be enabled. This counter will update the current FPS every 50 ms) modules.item.cps = CPS -modules.item.cps.desc = Mostra a quantidade de vezes por segundo em que você clicou com o mouse. -modules.item.cps.type = Mostrar -modules.item.cps.type.desc = Selecione que tipo de clique por segundo deseja ver. -modules.item.cps.left_click = Cliques esquerdos +modules.item.cps.desc = Displays how many times you are clicking your mouse per second. +modules.item.cps.type = Show +modules.item.cps.type.desc = Selecione que tipo de clique por segundo deseja ser exibido. +modules.item.cps.left_click = Left Clicks modules.item.cps.right_click = Cliques direitos -modules.item.cps.sum = Cliques (total) -modules.item.cps.both = Ambos -modules.item.afk_time = Tempo ausente +modules.item.cps.sum = Total de cliques +modules.item.cps.both = Both Clicks +modules.item.afk_time = Away Time modules.item.afk_time.desc = Displays the amount of time you haven't been moving your mouse or pressing a key on your keyboard. -modules.item.coordinates = Coordenadas -modules.item.coordinates.desc = Mostra as coordenadas de sua posição. -modules.item.coordinates.coord_style = Estilo +modules.item.coordinates = Coordinates +modules.item.coordinates.desc = Exibe as coordenadas de sua posição. +modules.item.coordinates.coord_style = Coord Style modules.item.coordinates.coord_style.desc = Mude o formato das coordenadas exibidas no jogo. -modules.item.coordinates.below_other = Abaixo +modules.item.coordinates.below_other = Below Other modules.item.coordinates.side_by_side = Lado a lado -modules.item.chunk_coordinates = Coordenadas de chunks -modules.item.chunk_coordinates.desc = Mostra suas coordenadas de chunks. -modules.item.chunk_coordinates.coord_style = Estilo +modules.item.chunk_coordinates = Chunk Coordinates +modules.item.chunk_coordinates.desc = Exibe suas coordenadas de chunks. +modules.item.chunk_coordinates.coord_style = Coord Style modules.item.chunk_coordinates.coord_style.desc = Mude o formato das coordenadas exibidas no jogo. -modules.item.chunk_coordinates.below_other = Abaixo +modules.item.chunk_coordinates.below_other = Below Other modules.item.chunk_coordinates.side_by_side = Lado a lado -modules.item.chunk_coordinates.chunk_style = Mostrar +modules.item.chunk_coordinates.chunk_style = Display modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. modules.item.chunk_coordinates.relative = Relativa -modules.item.chunk_coordinates.chunk = Apenas chunks +modules.item.chunk_coordinates.chunk = Chunk only modules.item.chunk_coordinates.both = Relativo e Chunk -modules.item.death_coordinates = Posição da morte -modules.item.death_coordinates.desc = Mostra o local de sua última morte. +modules.item.death_coordinates = Death Location +modules.item.death_coordinates.desc = Exibe o local de sua última morte. modules.item.death_coordinates.nether = Nether -modules.item.death_coordinates.the_end = O End +modules.item.death_coordinates.the_end = The End modules.item.direction = Direção -modules.item.direction.desc = Mostra a direção em que o jogador olha. +modules.item.direction.desc = Exibe a direção em que o jogador olha. modules.item.direction.direction_style = Direção -modules.item.direction.direction_style.desc = Muda a exibição da direção do jogador. +modules.item.direction.direction_style.desc = Changes how the direction of the player should be displayed. modules.item.direction.number = Número modules.item.direction.string = Cardeal modules.item.direction.both = Ambas -modules.item.direction.degree = Grau +modules.item.direction.degree = Degree modules.item.direction.show_direction_towards = Mostrar direção modules.item.direction.show_direction_towards.desc = Alterna se deve ser exibido, em que direção x e z o jogador está olhando. -modules.item.pitch = Inclinação -modules.item.pitch.desc = Mostra a inclinação em graus do jogador. -modules.item.biome = Bioma -modules.item.biome.desc = Saiba em que bioma você se encontra. +modules.item.pitch = Pitch +modules.item.pitch.desc = Displays the pitch rotation of your player. +modules.item.biome = Biome +modules.item.biome.desc = Exibe o bioma em que o jogador se encontra. modules.item.entities = Entidades modules.item.entities.desc = Exibe a contagem das entidades da sua direção e a contagem total das entidades do seu mundo. -modules.item.target_block_coordinates = Posição do bloco-alvo -modules.item.target_block_coordinates.desc = Mostra as coordenadas do bloco em sua mira. -modules.item.target_block_coordinates.coord_style = Estilo +modules.item.target_block_coordinates = Coordenadas do bloco-alvo +modules.item.target_block_coordinates.desc = Displays the coordinates of the block you are looking at. +modules.item.target_block_coordinates.coord_style = Coord Style modules.item.target_block_coordinates.coord_style.desc = Mude o formato das coordenadas exibidas no jogo. modules.item.target_block_coordinates.below_other = Abaixo modules.item.target_block_coordinates.side_by_side = Lado a lado -modules.item.target_block_name = ID do bloco-alvo +modules.item.target_block_name = Target Block Id modules.item.target_block_name.desc = Exibe o ID do bloco que você olha. modules.item.target_block_name.show_resource_domain = Mostrar domínio do recurso modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. -modules.item.damage_resistance = Resistência ao dano +modules.item.damage_resistance = Damage Resistance modules.item.damage_resistance.desc = Saiba a quantidade de dano absorvida pela armadura e poções. -modules.item.potions = Poções -modules.item.potions.desc = Mostra todos os efeitos de poções ativas. +modules.item.potions = Potions +modules.item.potions.desc = Exibe todos os efeitos de poções ativas. modules.item.potions.colored_potion_durability = Durabilidade colorida de poção modules.item.potions.colored_potion_durability.desc = Toggles whether the durability of the active potion effects should be rendered in different colors according to their current durability. -modules.item.light_level = Nível de luz -modules.item.light_level.desc = Mostra o nível de luz atual em sua posição. -modules.item.light_level.light_level_percentage = Mostrar porcentagem +modules.item.light_level = Light Level +modules.item.light_level.desc = Exibe o nível de luz atual em sua posição. +modules.item.light_level.light_level_percentage = Show Percentage modules.item.light_level.light_level_percentage.desc = Toggles whether the light level should be displayed as percentage (where 100% is the max light level) or as a value between 0 and 15. -modules.item.speed = Velocidade -modules.item.speed.desc = Mostra sua velocidade atual em metros por segundo. +modules.item.speed = Speed +modules.item.speed.desc = Displays your current moving speed in metres per second. modules.item.time = Hora modules.item.time.desc = Exibe seu horário real. O horário será formatado de acordo com o formato do horário do seu sistema. -modules.item.time.style = Estilo +modules.item.time.style = Style modules.item.time.style.desc = Define o formato da hora. -modules.item.time.system = Padrão do sistema -modules.item.time.hours_24 = Formato de 24 horas -modules.item.time.hours_12 = Formato de 12 horas -modules.item.time.show_seconds = Mostrar segundos -modules.item.time.show_seconds.desc = Mostrar ou não os segundos. -modules.item.date = Data +modules.item.time.system = System Default +modules.item.time.hours_24 = 24-Hour-Format +modules.item.time.hours_12 = 12-Hour-Format +modules.item.time.show_seconds = Exibir segundos +modules.item.time.show_seconds.desc = Exibir ou não os segundos. +modules.item.date = Date modules.item.date.desc = Exibe sua data real. A data será formatada de acordo com o formato da data do seu sistema. modules.item.timer = Cronômetro modules.item.timer.desc = Exibe seu tempo ativo. Você pode iniciar, parar e pausar o temporizador usando suas respectivas combinações de teclas. -modules.item.memory = Memória +modules.item.memory = Memory modules.item.memory.desc = Exibe a memória disponível para a Java VM em valores percentuais ou absolutos. modules.item.memory.style = Estilo modules.item.memory.style.desc = Alterna se a memória usada deve ser exibida como porcentagem, valor absoluto ou ambos. -modules.item.memory.percentage = Porcentagem +modules.item.memory.percentage = Percentage modules.item.memory.bytes = Absoluto -modules.item.memory.both = Ambos -modules.item.battery = Bateria +modules.item.memory.both = Both +modules.item.battery = Battery modules.item.battery.desc = Exibe o status atual da bateria do seu dispositivo. Funciona APENAS em dispositivos portáteis que utilizam Windows\! modules.item.battery.charge_status = Carregamento modules.item.battery.charge_status.desc = Alterna se o status de carga de bateria deve ser exibido. -modules.item.battery.plugged_in = Conectada +modules.item.battery.plugged_in = Plugged In modules.item.battery.un_plugged = Desconectado modules.item.spotify = Spotify modules.item.spotify.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do Spotify que você está ouvindo no momento. -modules.item.spotify.show_spotify_always = Mostrar sempre +modules.item.spotify.show_spotify_always = Show Always modules.item.spotify.show_spotify_always.desc = Especifique, se essa caixa deve ser exibida sempre ou apenas quando o Spotify estiver aberto. -modules.item.spotify.error.invalid_oauth_token = Token OAuth inválido -modules.item.spotify.error.expired_oauth_token = Token OAuth expirado -modules.item.spotify.error.invalid_csrf_token = Token Csrf inválido -modules.item.spotify.error.oauth_token_invalid_for_user = Token OAuth inválido -modules.item.spotify.error.no_user_logged_in = Não conectado +modules.item.spotify.error.invalid_oauth_token = Invalid OAuth Token +modules.item.spotify.error.expired_oauth_token = OAuth Token Expired +modules.item.spotify.error.invalid_csrf_token = Invalid Csrf Token +modules.item.spotify.error.oauth_token_invalid_for_user = Invalid OAuth Token +modules.item.spotify.error.no_user_logged_in = Not logged in modules.item.spotify.error.unknown = Não foi possível conectar-se ao Spotify\! -modules.item.spotify.ad = Anúncio +modules.item.spotify.ad = Ad modules.item.itunes = iTunes modules.item.itunes.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do iTunes que você está ouvindo no momento. -modules.item.itunes.show_i_tunes_always = Mostrar sempre +modules.item.itunes.show_i_tunes_always = Show Always modules.item.itunes.show_i_tunes_always.desc = Especifique, se essa caixa deve ser exibida sempre ou apenas quando o iTunes estiver aberto. modules.item.iloveradio = ILoveRadio.de modules.item.iloveradio.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do ILoveRadio.de -modules.item.iloveradio.channel = Canal +modules.item.iloveradio.channel = Channel modules.item.iloveradio.channel.desc = Selecionar o canal que você está ouvindo no momento. -modules.item.iloveradio.unknown = Desconhecido +modules.item.iloveradio.unknown = Unknown modules.item.einslive = 1LIVE modules.item.einslive.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do 1LIVE.de modules.item.teamspeak = TeamSpeak modules.item.teamspeak.desc = Displays the players that are currently in your TeamSpeak channel. -modules.item.teamspeak.show_all_tabs = Mostrar todas as abas +modules.item.teamspeak.show_all_tabs = Show All Tabs modules.item.teamspeak.show_all_tabs.desc = Toggle whether your current channels of all the TeamSpeak servers you are currently online should be shown or if only the current channel of the currently selected server should be displayed. -modules.item.teamspeak.more = ...e mais %s -modules.item.coordinates_clipboard = Módulo de Coordenadas +modules.item.teamspeak.more = ...and %s more +modules.item.coordinates_clipboard = Coordinates Clipboard modules.item.coordinates_clipboard.desc = Exibe suas coordenadas salvas da área de transferência, juntamente com uma pequena seta que indica a localização de suas coordenadas salvas. -modules.item.custom_server = Servidor personalizado -modules.item.custom_server.desc = Mostra as estatísticas enviadas para você com a API oficial. -modules.item.entity_health = Vida da entidade +modules.item.custom_server = Custom Server +modules.item.custom_server.desc = Displays all stats sent to you by using the official API. +modules.item.entity_health = Saúde de entidade modules.item.entity_health.desc = Exibe a vida da entidade que você está mirando no momento. -modules.item.main_hand = Mão principal -modules.item.main_hand.desc = Mostra o item de sua mão principal. -modules.item.main_hand.attributes = Mostrar atributos +modules.item.main_hand = Mão dominante +modules.item.main_hand.desc = Exibe o item de sua mão dominante. +modules.item.main_hand.attributes = Show Attributes modules.item.main_hand.attributes.desc = Exibe o valor do atributo de dano do item que você está segurando. -modules.item.main_hand.durability = Durabilidade +modules.item.main_hand.durability = Durability modules.item.main_hand.durability.desc = Especifique como a durabilidade do seu item segurado deve ser exibida. modules.item.main_hand.disabled = Não modules.item.main_hand.relative = Relativa modules.item.main_hand.absolute = Absoluta modules.item.main_hand.total = Absoluta/Total -modules.item.off_hand = Mão secundária -modules.item.off_hand.desc = Mostra o item de sua mão secundária. -modules.item.off_hand.attributes = Mostrar atributos +modules.item.off_hand = Off Hand +modules.item.off_hand.desc = Exibe o item de sua mão secundária. +modules.item.off_hand.attributes = Show Attributes modules.item.off_hand.attributes.desc = Exibe o valor do atributo de dano do item que você está segurando. -modules.item.off_hand.durability = Durabilidade +modules.item.off_hand.durability = Durability modules.item.off_hand.durability.desc = Especifique como a durabilidade do seu item segurado deve ser exibida. modules.item.off_hand.disabled = Não modules.item.off_hand.relative = Relativa modules.item.off_hand.absolute = Absoluta modules.item.off_hand.total = Absoluta/Total -modules.item.helmet = Capacete -modules.item.helmet.desc = Mostra seu capacete. -modules.item.helmet.attributes = Mostrar atributos +modules.item.helmet = Helmet +modules.item.helmet.desc = Renders your Helmet. +modules.item.helmet.attributes = Show Attributes modules.item.helmet.attributes.desc = Exibe o valor do atributo de armadura de seu capacete. -modules.item.helmet.durability = Durabilidade -modules.item.helmet.durability.desc = Personalize a exibição da durabilidade do capacete. +modules.item.helmet.durability = Durability +modules.item.helmet.durability.desc = Specify how the durability of your helmet should be displayed. modules.item.helmet.disabled = Não modules.item.helmet.relative = Relativa modules.item.helmet.absolute = Absoluta modules.item.helmet.total = Absoluta/Total -modules.item.chestplate = Peitoral -modules.item.chestplate.desc = Mostra seu peitoral -modules.item.chestplate.attributes = Mostrar atributos +modules.item.chestplate = Chestplate +modules.item.chestplate.desc = Exibe seu peitoral +modules.item.chestplate.attributes = Show Attributes modules.item.chestplate.attributes.desc = Exibe o valor do atributo de armadura de seu peitoral. -modules.item.chestplate.durability = Durabilidade +modules.item.chestplate.durability = Durability modules.item.chestplate.durability.desc = Especifique como a durabilidade do seu peitoral deve ser exibida. modules.item.chestplate.disabled = Não modules.item.chestplate.relative = Relativa modules.item.chestplate.absolute = Absoluta modules.item.chestplate.total = Absoluta/Total modules.item.leggings = Calças -modules.item.leggings.desc = Mostra suas calças. -modules.item.leggings.attributes = Mostrar atributos +modules.item.leggings.desc = Exibe suas calças. +modules.item.leggings.attributes = Show Attributes modules.item.leggings.attributes.desc = Exibe o valor do atributo de armadura de suas calças. -modules.item.leggings.durability = Durabilidade +modules.item.leggings.durability = Durability modules.item.leggings.durability.desc = Especifique como a durabilidade das suas calças deve ser exibida. modules.item.leggings.disabled = Não modules.item.leggings.relative = Relativa modules.item.leggings.absolute = Absoluta modules.item.leggings.total = Absoluta/Total -modules.item.boots = Botas -modules.item.boots.desc = Mostra suas botas. -modules.item.boots.attributes = Mostrar atributos +modules.item.boots = Boots +modules.item.boots.desc = Renders your Boots. +modules.item.boots.attributes = Show Attributes modules.item.boots.attributes.desc = Exibe o valor do atributo de armadura de suas botas. -modules.item.boots.durability = Durabilidade +modules.item.boots.durability = Durability modules.item.boots.durability.desc = Personalize a exibição da durabilidade das botas. modules.item.boots.disabled = Não modules.item.boots.relative = Relativa modules.item.boots.absolute = Absoluta modules.item.boots.total = Absoluta/Total -modules.item.arrows = Flechas -modules.item.arrows.desc = Mostra o número de flechas em seu inventário. -modules.item.arrows.show_always = Mostrar sempre +modules.item.arrows = Arrow Count +modules.item.arrows.desc = Exibe o número de flechas em seu inventário. +modules.item.arrows.show_always = Show Always modules.item.arrows.show_always.desc = Especifica se a contagem de flechas deve ser exibida sempre ou somente quando você segura um arco na sua mão. -modules.item.soups = Sopas -modules.item.soups.desc = Mostra o número de sopas em seu inventário. +modules.item.soups = Soup Count +modules.item.soups.desc = Exibe o número de sopas em seu inventário. modules.item.ip = IP -modules.item.ip.desc = Mostra o IP do servidor em que você está conectado. +modules.item.ip.desc = Displays the IP of the server you are currently connected to. modules.item.players = Jogadores modules.item.players.desc = Exibe a contagem de jogadores do atual servidor que você está conectado. -modules.item.ping = Latência -modules.item.ping.desc = Mostra a latência do servidor em que você se encontra. +modules.item.ping = Ping +modules.item.ping.desc = Displays the ping of the server you are currently connected to. modules.item.lobby = Lobby modules.item.lobby.desc = Exibe o nome do lobby do atual servidor que você está conectado. modules.item.countdown = Contagem @@ -963,24 +963,24 @@ modules.item.kills = Kills modules.item.kills.desc = Exibe suas kills no modo de jogo atual que você está jogando. modules.item.killstreak = Killstreak modules.item.killstreak.desc = Exibe a quantia de jogadores mortos em sequencia no modo de jogo atual que você está jogando. -modules.item.deaths = Mortes +modules.item.deaths = Deaths modules.item.deaths.desc = Exibe suas mortes no modo de jogo atual que você está jogando. -modules.item.win_message = Mensagem de vitória -modules.item.win_message.desc = Mostra o vencedor da partida atual. -modules.item.online_friends = Amigos on-line -modules.item.online_friends.desc = Exibe seus amigos on-line no servidor em que estão. +modules.item.win_message = Win Message +modules.item.win_message.desc = Displays the winner of the current game mode you are playing. +modules.item.online_friends = Online Friends +modules.item.online_friends.desc = Displays your online friends on the server you are playing. modules.item.online_friends.length = Largura máxima -modules.item.online_friends.length.desc = O número máximo de amigos em exibição. -modules.item.online_friends.nobody = Nenhum amigo on-line\! -modules.item.party_members = Membros do grupo -modules.item.party_members.desc = Mostra os membros de seu grupo. +modules.item.online_friends.length.desc = The maximum amount of friends that should be displayed. +modules.item.online_friends.nobody = No online friends\! +modules.item.party_members = Party Members +modules.item.party_members.desc = Displays the members of the party you are currently in. modules.item.party_members.length = Largura máxima -modules.item.party_members.length.desc = A exibição do máximo de jogadores do grupo. +modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. modules.item.party_members.star = Leader Star -modules.item.party_members.star.desc = Mostrar ou não a estrela atrás do líder do grupo. +modules.item.party_members.star.desc = Exibir ou não a estrela atrás do líder do grupo. modules.item.nickname = Apelido -modules.item.nickname.desc = Mostra seu apelido atual. -modules.item.combat_range = Alcance de combate +modules.item.nickname.desc = Exibe seu apelido atual. +modules.item.combat_range = Combat Range modules.item.timolia_pvp_winstreak = PVP Winstreak modules.item.timolia_pvp_winstreak.desc = Displays the current winstreak in 1vs1 on the Timolia Network. modules.item.timolia_pvp_opponent = PVP Opponent @@ -1116,32 +1116,32 @@ modules.item.simplehg_minifeast.desc = Display the coordinates of all minifeasts modules.item.simplehg_feast = SimpleHG Feast modules.item.simplehg_feast.desc = Display the coordinates of the feast in SimpleHG -config.server.2nd_chat = Chat secundário... +config.server.2nd_chat = 2nd Chat... config.server.2nd_chat.desc = Configurações para um segundo chat. Esse chat está localizado no lado direito da tela de jogo e pode ser usado para exibir mensagens especificadas no Filtro de Bate-Papo. config.2nd_chat.title = Chat secundário -config.2nd_chat.2nd_chat_visible = Visível +config.2nd_chat.2nd_chat_visible = Visible config.2nd_chat.2nd_chat_visible.desc = Personalize a visibilidade do chat secundário. -config.2nd_chat.2nd_chat_opacity = Opacidade -config.2nd_chat.2nd_chat_opacity.desc = Personalize a opacidade do chat secundário. -config.2nd_chat.2nd_chat_scale = Escala +config.2nd_chat.2nd_chat_opacity = Opacity +config.2nd_chat.2nd_chat_opacity.desc = Specify the opacity of the second chat. +config.2nd_chat.2nd_chat_scale = Scale config.2nd_chat.2nd_chat_scale.desc = Personalize a escala do chat secundário. -config.2nd_chat.2nd_chat_height_focused = Altura em foco -config.2nd_chat.2nd_chat_height_focused.desc = Personalize a altura do chat secundário em primeiro plano. -config.2nd_chat.2nd_chat_height_unfocused = Altura sem foco -config.2nd_chat.2nd_chat_height_unfocused.desc = Personalize a altura do chat secundário em segundo plano. -config.2nd_chat.2nd_chat_width = Largura +config.2nd_chat.2nd_chat_height_focused = Focused height +config.2nd_chat.2nd_chat_height_focused.desc = Specify the height of the second chat while it's focused. +config.2nd_chat.2nd_chat_height_unfocused = Unfocused height +config.2nd_chat.2nd_chat_height_unfocused.desc = Specify the height of the second chat while it's unfocused. +config.2nd_chat.2nd_chat_width = Width config.2nd_chat.2nd_chat_width.desc = Personalize a largura do chat secundário. config.2nd_chat.2nd_chat_text_leftbound = Texto à esquerda config.2nd_chat.2nd_chat_text_leftbound.desc = Especifica se o texto do segundo bate-papo deve ser alinhado na esquerda ou no lado direito da caixa. skype.title = Nova conversa no Skype -skype.help = Selecione um contato do Skype para importar uma conversa\! -skype.loading = Carregando... +skype.help = Select a Skype Contact to import a Skype Conversation\! +skype.loading = Loading Friends... skype.not_installed = O Skype não foi encontrado\! skype.not_running = Por favor, certifique-se de que o Skype está rodando e que o mod 5zig tem permissão para acessá-lo\! -skype.no_permission = Acesse o Skype e permita a execução do "java.exe" +skype.no_permission = Please Open up Skype and allow "java.exe" to access it\! -teamspeak.not_connected = Não conectado\! +teamspeak.not_connected = Not connected\! teamspeak.not_enabled = The TeamSpeak feature is currently not enabled\!\nPlease make sure that you enabled the ClientQuery-plug-in in your TeamSpeak settings\! teamspeak.enable_button = Click here to activate it\! teamspeak.auth_key_required = TS Requires an Auth Key. Open GUI for more info\! @@ -1153,22 +1153,22 @@ teamspeak.auth.steps.mac = Open the settings menu of your TeamSpeak client under teamspeak.overlay.poked = You have been poked by %s\! teamspeak.overlay.direct_message = You have been messaged by %s\! teamspeak.message.poked = "%s" has poked you\: %s -teamspeak.message.client = "%s" -> você\: %s -teamspeak.message.channel = "%s" em "%s"\: %s -teamspeak.message.server = "%s" em "%s"\: %s +teamspeak.message.client = "%s" -> you\: %s +teamspeak.message.channel = "%s" in "%s"\: %s +teamspeak.message.server = "%s" on "%s"\: %s teamspeak.message.channel.joined = "%s" joined "%s"\! teamspeak.message.channel.left = "%s" left "%s"\! teamspeak.poke_chat = Poke Chat teamspeak.enter_channel_password = Please enter the password of this channel. teamspeak.enter_nickname = Please enter your new nickname\! -teamspeak.chat.server = Servidor -teamspeak.chat.channel = Canal +teamspeak.chat.server = Server +teamspeak.chat.channel = Channel teamspeak.entry.server.name = Nome\: %s teamspeak.entry.server.ip = Host\: %s teamspeak.entry.server.version = Version\: %s on %s -teamspeak.entry.server.created = Criado\: %s +teamspeak.entry.server.created = Created\: %s teamspeak.entry.server.channels = Canais\: %s -teamspeak.entry.server.clients = Clientes\: %s +teamspeak.entry.server.clients = Clients\: %s teamspeak.entry.channel.name = Nome\: %s teamspeak.entry.channel.topic = Tópico\: %s teamspeak.entry.channel.codec = Codec\: %s @@ -1178,323 +1178,323 @@ teamspeak.entry.channel.codec.speex_ultra_wideband = Speex Ultra-Wideband teamspeak.entry.channel.codec.celt_mono = CELT Mono teamspeak.entry.channel.codec.opus_voice = Opus Voice teamspeak.entry.channel.codec.opus_music = Opus Music -teamspeak.entry.channel.codec_quality = Qualidade do codec\: %s +teamspeak.entry.channel.codec_quality = Codec Quality\: %s teamspeak.entry.channel.type = Tipo\: %s teamspeak.entry.channel.type.permanent = Permanente teamspeak.entry.channel.type.semi_permanent = Semi-Permanent -teamspeak.entry.channel.type.default = Padrão +teamspeak.entry.channel.type.default = Default teamspeak.entry.channel.type.password = Senha -teamspeak.entry.channel.clients = Clientes\: %s/%s +teamspeak.entry.channel.clients = Clients\: %s/%s teamspeak.entry.channel.clients.unlimited = Unlimited teamspeak.entry.channel.talk_power = Required Talk Power\: %s teamspeak.entry.channel.subscription_status = Subscription Status\: %s teamspeak.entry.channel.subscription_status.subscribed = Subscribed teamspeak.entry.channel.subscription_status.unsubscribed = Unsubscribed -teamspeak.entry.client.nickname = Apelido\: %s +teamspeak.entry.client.nickname = Nickname\: %s teamspeak.entry.client.server_groups = Server Groups\: teamspeak.entry.client.channel_group = Grupo do canal\: -teamspeak.entry.client.away = Ausente +teamspeak.entry.client.away = Away teamspeak.entry.client.output_deactivated = Speakers/Headphones deactivated teamspeak.entry.client.input_deactivated = Microfone desativado teamspeak.entry.client.output_muted = Speakers/Headphones off -teamspeak.entry.client.input_muted = Microfone desligado -teamspeak.menu.server.create_channel = Criar canal... -teamspeak.menu.server.collapse_all = Ocultar todos os canais +teamspeak.entry.client.input_muted = Microphone off +teamspeak.menu.server.create_channel = Create Channel... +teamspeak.menu.server.collapse_all = Collapse All Channels teamspeak.menu.server.uncollapse_all = Uncollapse All Channels -teamspeak.menu.channel.join = Entrar no canal -teamspeak.menu.channel.edit = Editar canal -teamspeak.menu.channel.delete = Excluir canal +teamspeak.menu.channel.join = Join Channel +teamspeak.menu.channel.edit = Edit Channel +teamspeak.menu.channel.delete = Delete Channel teamspeak.menu.channel.delete.confirm = Are you sure you want to delete this channel? teamspeak.menu.channel.create_subchannel = Create Sub-Channel... -teamspeak.menu.client.change_nickname = Mudar apelido... -teamspeak.menu.client.open_chat = Abrir chat +teamspeak.menu.client.change_nickname = Change Nickname... +teamspeak.menu.client.open_chat = Open Chat teamspeak.menu.client.poke = Poke Client teamspeak.menu.client.poke.message = Please enter your poke message. teamspeak.menu.client.server_groups = Edit Server Groups... teamspeak.menu.client.channel_group = Edit Channel Group... -teamspeak.menu.client.kick_channel = Expulsar do canal... +teamspeak.menu.client.kick_channel = Kick From Channel... teamspeak.menu.client.kick_channel.message = Please enter your kick message. -teamspeak.menu.client.kick_server = Expulsar do servidor... +teamspeak.menu.client.kick_server = Kick From Server... teamspeak.menu.client.kick_server.message = Please enter your kick message. -teamspeak.menu.client.mute = Silenciar +teamspeak.menu.client.mute = Mute teamspeak.menu.client.unmute = Un-Mute -teamspeak.menu.client.ban = Banir do servidor... -teamspeak.create_channel.title = Canal do TeamSpeak -teamspeak.create_channel.name = Nome\: +teamspeak.menu.client.ban = Ban From Server... +teamspeak.create_channel.title = TeamSpeak Channel +teamspeak.create_channel.name = Name\: teamspeak.create_channel.password = Senha\: -teamspeak.create_channel.topic = Tópico\: -teamspeak.create_channel.description = Descrição\: +teamspeak.create_channel.topic = Topic\: +teamspeak.create_channel.description = Description\: teamspeak.create_channel.lifespan = Lifespan\: teamspeak.create_channel.lifespan.temporary = Temporary teamspeak.create_channel.lifespan.semi_permanent = Semi-Permanent teamspeak.create_channel.lifespan.permanent = Permanente teamspeak.create_channel.default = Canal padrão teamspeak.create_channel.codec = Codec\: -teamspeak.create_channel.codec_quality = Qualidade +teamspeak.create_channel.codec_quality = Quality teamspeak.create_channel.order = Order After\: %s teamspeak.create_channel.needed_talk_power = Needed Talk Power\: -teamspeak.create_channel.max_clients = Clientes (máximo)\: +teamspeak.create_channel.max_clients = Máx. de clientes\: teamspeak.create_channel.order_bottom = Order At Bottom Position teamspeak.create_channel.select_order.title = Select Above Channel teamspeak.edit_server_groups.title = Edit Server Groups -teamspeak.edit_server_groups.add_to_group = Adicionar ao grupo -teamspeak.edit_server_groups.remove_from_group = Remover do grupo +teamspeak.edit_server_groups.add_to_group = Add To Group +teamspeak.edit_server_groups.remove_from_group = Remove From Group teamspeak.edit_channel_group.title = Select Channel Group teamspeak.ban_client.title = Ban Client From Server -teamspeak.ban_client.name = Nome\: -teamspeak.ban_client.reason = Motivo\: +teamspeak.ban_client.name = Name\: +teamspeak.ban_client.reason = Reason\: teamspeak.ban_client.duration = Duração\: -teamspeak.ban_client.seconds = segundos -config.teamspeak.title = Configurações do TeamSpeak -config.teamspeak.ts_enabled = Ativado +teamspeak.ban_client.seconds = seconds +config.teamspeak.title = TeamSpeak Settings +config.teamspeak.ts_enabled = Enabled config.teamspeak.ts_auth_gui = Manage TS API-Key... config.teamspeak.ts_text_messages_in_chat = Mensagens de texto no chat config.teamspeak.ts_channel_events_in_chat = Channel Events in Chat config.teamspeak.ts_dm_overlay = Direct Message Overlay -config.friend_list.friend_sortation = Ordenar por -config.friend_list.name = Nome +config.friend_list.friend_sortation = Sort by +config.friend_list.name = Name config.friend_list.online = On-line -friend.title = Amigos | %s +friend.title = Friends | %s friend.chat = Chat friend.chats = Chats -friend.party = Grupo +friend.party = Party friend.party.invitations = Grupo (%s convites) friend.connected = Conectado -friend.disconnected = Desconectado -friend.profile = Perfil +friend.disconnected = Disconnected +friend.profile = Profile friend.profile.delete = Desfazer amizade -friend.profile.block = Bloquear amigo -friend.profile.favorite = Favoritar -friend.profile.unfavorite = Remover dos favoritos -friend.profile.last_seen = Última vez visto -friend.profile.last_seen.second = segundo -friend.profile.last_seen.seconds = segundos -friend.profile.last_seen.minute = minuto -friend.profile.last_seen.minutes = minutos -friend.profile.last_seen.hour = hora -friend.profile.last_seen.hours = horas -friend.profile.last_seen.day = dia -friend.profile.last_seen.days = dias -friend.profile.last_seen.month = mês -friend.profile.last_seen.months = meses -friend.profile.last_seen.year = ano -friend.profile.last_seen.years = anos -friend.profile.playing_on_server = Jogando no servidor -friend.add = Adicionar amigos +friend.profile.block = Block Friend +friend.profile.favorite = Favorite +friend.profile.unfavorite = Unfavorite +friend.profile.last_seen = Visto pela última vez +friend.profile.last_seen.second = second +friend.profile.last_seen.seconds = seconds +friend.profile.last_seen.minute = minute +friend.profile.last_seen.minutes = minutes +friend.profile.last_seen.hour = hour +friend.profile.last_seen.hours = hours +friend.profile.last_seen.day = day +friend.profile.last_seen.days = days +friend.profile.last_seen.month = month +friend.profile.last_seen.months = months +friend.profile.last_seen.year = year +friend.profile.last_seen.years = years +friend.profile.playing_on_server = Playing on Server +friend.add = Add Friends friend.add.suggestions = Adicionar amigos (%s sugestões) -friend.requests = Pedidos de amizade (%s) +friend.requests = Friend Requests (%s) friend.new_requests = Você tem %s novo(s) pedido(s) de amizade\! friend.typing = Digitando... -friend.info.first_join_date = Primeira entrada\: %s +friend.info.first_join_date = First Join Date\: %s friend.info.status = Status\: %s friend.info.server = Servidor\: %s -friend.info.server.none = Nenhum -friend.info.last_seen = Última vez visto em\: %s -friend.info.profile_message = Bio\: -friend.info.mod_version = Versão\: %s -friend.info.country = País\: %s +friend.info.server.none = None +friend.info.last_seen = Visto pela última vez\: %s +friend.info.profile_message = Profile Message\: +friend.info.mod_version = Mod Version\: %s +friend.info.country = Country\: %s friend.info.hidden = Oculto -friend.online_message = %s está %s. -friend.online_message.no_longer = %s não está mais %s. +friend.online_message = %s is now %s. +friend.online_message.no_longer = %s is no longer %s. friend.no_friends = Você é muito solitário \:( friend.invite.title = Digite o nome do jogador que deseja adicionar. friend.invite.suggestions = Sugestão\: friend.invite.suggestions.new = Encontramos %s sugestões de amigos para você\! -group.new = Novo chat em grupo +group.new = New Group Chat group.owner = Líder group.admin = Admin. -group.unknown = Desconhecido -group.more_members = e mais %s... +group.unknown = Unknown +group.more_members = and %s more... group.info = Info. group.info.title = Grupo "%s" criado por %s -group.info.kick_player = Expulsar -group.info.admin.set = Promover -group.info.admin.remove = Rebaixar -group.info.transfer_owner = Escolher líder... -group.info.settings = Configurações... -group.info.confirm.owner = Deseja mesmo transferir a liderança para %s? -group.settings.title = Config. do grupo +group.info.kick_player = Kick Player +group.info.admin.set = Promote +group.info.admin.remove = Demote +group.info.transfer_owner = Set Owner... +group.info.settings = Settings... +group.info.confirm.owner = Are you sure you want to transfer your Ownership to %s? +group.settings.title = Group Settings group.settings.confirm.add_player = Por favor, digite o nome do jogador que você deseja adicionar nesse grupo de bate-papo. group.settings.confirm.change_name = Digite um novo nome para o chat em grupo. group.settings.confirm.delete = Deseja mesmo excluir esse chat em grupo? group.settings.add_player = Adicionar... -group.settings.edit_name = Editar nome... -group.settings.delete = Excluir grupo... +group.settings.edit_name = Edit Name... +group.settings.delete = Delete Group... -group.create.title = Criar chat em grupo -group.create.name = Nome\: +group.create.title = Create Group Chat +group.create.name = Name\: group.create.name.min_length = O nome do chat em grupo precisa conter pelo menos 3 caracteres group.invite.title = Criar chat em grupo "%s" -group.invite.create = Criar -group.invite.friends.all = Todos os amigos (%s) -group.invite.friends.invited = Convidar amigos (%s) +group.invite.create = Create +group.invite.friends.all = All Friends (%s) +group.invite.friends.invited = Invited Friends (%s) announcement.short_desc = Anúncios announcement.new = %s novo(s) anúncio(s)\! -chat.send = Enviar +chat.send = Send chat.chats = Chats -chat.friends = Amigos -chat.view_more = Ver mais... -chat.no_conversations = Nenhuma conversa\! +chat.friends = Friends +chat.view_more = View More... +chat.no_conversations = No Conversations\! chat.status.pending = Pendente -chat.status.sent = Enviado +chat.status.sent = Sent chat.status.delivered = Entregue chat.status.read = Lido -chat.conversation_settings = Configurações... +chat.conversation_settings = Settings... chat.conversation_settings.title = Opções de conversa chat.conversation_settings.behaviour = Comportamento\: %s chat.conversation_settings.behaviour.default = Padrão -chat.conversation_settings.behaviour.show = Mostrar notificações -chat.conversation_settings.behaviour.hide = Ocultar notificações -chat.conversation_settings.delete = Excluir conversa -chat.conversation_settings.leave = Sair do grupo +chat.conversation_settings.behaviour.show = Show Notifications +chat.conversation_settings.behaviour.hide = Hide Notifications +chat.conversation_settings.delete = Delete Conversation +chat.conversation_settings.leave = Leave Group chat.conversation_settings.transfer_ownership = Transfira a liderança primeiro\! -chat.new_message = Mensagem de %s +chat.new_message = Message from %s chat.new_group_message = Mensagem em %s -chat.new_file_request = Pedido de arquivo de %s +chat.new_file_request = File Request from %s chat.accept_file_transfer = Abra a interface do chat para aceitar\! -chat.select_image = Selecionar imagem +chat.select_image = Select Image chat.new_messages = Você recebeu %s novas mensagens\! -chat.audio.name = Áudio +chat.audio.name = Audio chat.audio.too_large = O áudio não pode ser maior do que %s\! -chat.audio.not_found = Clipe não encontrado\! -chat.audio.recording = Gravando... %s seg. -chat.audio.abort = Mova o mouse para cancelar +chat.audio.not_found = Clip not found\! +chat.audio.recording = Recording... %s sec +chat.audio.abort = Move Mouse to abort chat.audio.hint = Pressione e segure\! chat.audio.not_supported = Gravação de áudio indisponível\! chat.audio.unavailable = Gravação de áudio indisponível no momento\! -chat.image.name = Imagem +chat.image.name = Image chat.image.too_large = A imagem não pode ser maior do que %s\! -chat.image.not_found = Imagem não encontrada\! +chat.image.not_found = Image not found\! chat.file.waiting = Aguarde... -chat.file.accept = Baixar? -chat.file.download_failed = Falha ao baixar\! -chat.file.download_denied = Download negado -chat.file.downloading = Baixando... +chat.file.accept = Accept Download? +chat.file.download_failed = Download failed\! +chat.file.download_denied = Download denied +chat.file.downloading = Downloading... chat.file.request_sent = Pedido de download enviado\! -chat.file.upload_failed = Falha ao carregar\! -chat.file.upload_denied = Carregamento negado -chat.file.uploading = Carregando... +chat.file.upload_failed = Upload failed\! +chat.file.upload_denied = Envio negado +chat.file.uploading = Uploading... -chat.settings = Chat... -config.chat_settings.title = Opções do chat -config.chat_settings.show_messages = Notificações de chat +chat.settings = Chat Options... +config.chat_settings.title = Chat Options +config.chat_settings.show_messages = Chat Notifications config.chat_settings.show_messages.desc = Alterna se as notificações do bate-papo devem ser exibidas no canto superior direito. config.chat_settings.show_group_messages = Notificações de chat em grupo config.chat_settings.show_group_messages.desc = Alterna se as notificações do grupo de bate-papo devem ser exibidas no canto superior direito. -config.chat_settings.show_online_messages = Mostrar mensagens on-line +config.chat_settings.show_online_messages = Mostrar mensagens online config.chat_settings.show_online_messages.desc = Alterna se mensagens online devem ser exibidas no canto superior direito. -config.chat_settings.play_message_sounds = Tocar sons de mensagem +config.chat_settings.play_message_sounds = Play Message Sounds config.chat_settings.play_message_sounds.desc = Alterna se o mod deve tocar sons quando enviar ou receber uma mensagem. config.chat_settings.show_tray_notifications = Mostrar notificações na bandeja config.chat_settings.show_tray_notifications.desc = Alternar se o mod deve mostrar uma notificação do sistema quando você receber uma mensagem de bate-papo enquanto a janela do Minecraft estiver desfocada. config.chat_settings.chat_background_type = Fundo config.chat_settings.chat_background_type.desc = Personalize o estilo do fundo de chat. config.chat_settings.default = Padrão -config.chat_settings.transparent = Transparente -config.chat_settings.image = Imagem +config.chat_settings.transparent = Transparent +config.chat_settings.image = Image config.chat_settings.chat_background_location = Selecionar imagem de fundo... config.chat_settings.chat_background_location.desc = Selecione uma imagem de fundo para o chat. config.chat_settings.background.selected = Novo fundo selecionado\! party.title = Grupo party.help = Você não está em uma Party\!\n\nGrupos de Party tornam muito fácil jogar com amigos trocando automaticamente todos os membros para o mesmo servidor de Minecraft que o host está jogando no momento. -party.delete = Excluir grupo -party.leave = Sair do grupo +party.delete = Delete Party +party.leave = Leave Party party.members = Membros do grupo -party.from = Grupo de %s -party.create = Criar novo grupo +party.from = Party of %s +party.create = Create new Party party.invitations = Convites de grupos (%s) -party.invitations.accept = Aceitar -party.invitations.deny = Negar -party.invite_members.title = Convidar membros do grupo -party.invite_members.invite = Convidar -party.invite_members.friends.online = Amigos on-line -party.invite_members.friends.invited = Amigos convidados -party.invitations.title = Convites de grupos -party.manage_members = Gerenciar membros -party.manage_members.title = Gerenciar membros +party.invitations.accept = Accept +party.invitations.deny = Deny +party.invite_members.title = Invite Party Members +party.invite_members.invite = Invite +party.invite_members.friends.online = Online Friends +party.invite_members.friends.invited = Invited Friends +party.invitations.title = Party Invitations +party.manage_members = Manage Members +party.manage_members.title = Manage Members party.manage_members.invite = Convidar... -party.manage_members.kick = Expulsar +party.manage_members.kick = Kick party.manage_members.promote = Promover party.manage_members.demote = Rebaixar -party.manage_members.set_owner = Escolher líder... -party.manage_members.set_owner.confirm = Deseja mesmo transferir a liderança para %s? Esta ação é irreversível. +party.manage_members.set_owner = Set Owner... +party.manage_members.set_owner.confirm = Are you sure you want to transfer your ownership to %s? This action can not be reverted\! party.messages.invited = Novo convite de grupo de %s\! -party.messages.member_joined.overlay = %s entrou no grupo\! -party.messages.member_joined.broadcast = %s entrou no grupo\! -party.messages.member_left.overlay = %s saiu do grupo\! -party.messages.member_left.broadcast = %s saiu do grupo\! +party.messages.member_joined.overlay = %s joined the Party\! +party.messages.member_joined.broadcast = %s joined the Party\! +party.messages.member_left.overlay = %s left the Party\! +party.messages.member_left.broadcast = %s left the Party\! party.messages.new_owner.broadcast = %s é o novo líder do grupo\! -party.messages.promoted.broadcast = %s foi promovido(a)\! -party.messages.demoted.broadcast = %s foi rebaixado(a)\! +party.messages.promoted.broadcast = %s foi promovido\! +party.messages.demoted.broadcast = %s has been demoted\! party.messages.switch_server.overlay = O grupo está entrando em %s party.messages.switch_server.broadcast = O grupo entrou em %s party.messages.chat = Nova mensagem de chat em grupo de %s\! party.messages.deleted = Grupo excluído\! -profile.title = Seu perfil +profile.title = Perfil profile.id = ID do perfil profile.name = Nome profile.first_login_time = Primeira sessão -profile.rank = Posição +profile.rank = Rank profile.cape = Capa profile.message = Bio profile.edit = [Editar] -config.profile_settings.title = Opções do perfil -config.profile_settings.connect_to_server = Fique on-line +config.profile_settings.title = Profile Settings +config.profile_settings.connect_to_server = Conecte-se config.profile_settings.connect_to_server.desc = Alternar se o mod deve se conectar ao servidor de chat do mod na inicialização. config.profile_settings.show_connecting = Mostrar aviso de entrada config.profile_settings.show_connecting.desc = Alternar se o mod deve exibir mensagens de conexão no canto superior direito. -config.profile_settings.afk_time = Ficar ausente após +config.profile_settings.afk_time = Go Afk after config.profile_settings.afk_time.desc = Especifica o tempo que o mod deve alterar seu status online para indisponível quando estiver inativo. -config.profile_settings.afk_time.min = min. -config.profile_settings.never = Nunca -profile.now_afk = Você está ausente\! -profile.no_longer_afk = Você voltou\! +config.profile_settings.afk_time.min = min +config.profile_settings.never = Never +profile.now_afk = You are now AFK\! +profile.no_longer_afk = Você não está mais ausente\! config.profile_settings.online_status = Status -config.profile_settings.online_status.desc = Personalize seu status on-line. -config.profile_settings.show_server = Mostrar seu servidor +config.profile_settings.online_status.desc = Especifique seu status online. +config.profile_settings.show_server = Show Your Server config.profile_settings.show_server.desc = Alterna se você deseja que outros vejam o servidor em que você está jogando no momento.\nQuando desativado, você também não pode ver os servidores atuais de seus amigos. -config.profile_settings.show_messages_read = Mostrar mensagens lidas +config.profile_settings.show_messages_read = Show Messages Read config.profile_settings.show_messages_read.desc = Alterna se você quer que outros vejam se você leu as mensagens deles.\nQuando desativado, você também não pode ver se seus amigos leram suas mensagens. -config.profile_settings.show_friend_requests = Mostrar pedidos de amizade +config.profile_settings.show_friend_requests = Show Friend Requests config.profile_settings.show_friend_requests.desc = Alterna se você deseja permitir solicitações de amizades de outros jogadores. -config.profile_settings.show_country = Exibir país +config.profile_settings.show_country = Show Country config.profile_settings.show_country.desc = Alterna se você deseja mostrar seu país para seus amigos.\nQuando desativado, você também não pode ver o país de seus amigos. config.profile_settings.display_color = Cor de exibição config.profile_settings.display_color.desc = The color your name will be displayed in the chat and friends list. profile.yesterday = Ontem -profile.today = Hoje +profile.today = Today profile.hidden = Oculto profile.blocked_contacts = Ver contatos bloqueados... -profile.show_statistics = Mostrar estatísticas... -profile.enter_new_profile_message = Digite a nova bio +profile.show_statistics = Show Statistics... +profile.enter_new_profile_message = Digite a nova mensagem de perfil profile.settings.view = Ver opções do perfil... -profile.settings.title = Opções do perfil +profile.settings.title = Profile Settings cape.title = Opções da capa cape.not_connected = You must be connected to the 5zig Mod Server to manage your cape. -cape.not_donator = Você precisa ser um apoiador para poder carregar uma capa. -cape.not_custom = Seja um apoiador para poder carregar e personalizar sua própria capa\! -cape.disable = Desativar capa -cape.enable = Ativar capa -cape.upload = Carregar capa... -cape.default = Carregar capa padrão... -cape.upload.title = Enviar capa +cape.not_donator = You need to be a donator to be able to upload a cape. +cape.not_custom = Donate for a custom cape to be able to upload your own cape\! +cape.disable = Disable Cape +cape.enable = Enable Cape +cape.upload = Upload Cape... +cape.default = Enviar capa padrão... +cape.upload.title = Upload Cape cape.upload.default.help = Clique numa capa para selecioná-la -cape.upload.default.title = Carregar capa padrão +cape.upload.default.title = Upload Default Cape cape.upload.max_size = A imagem não pode ser maior do que %s\! -cape.upload.wrong_dimension = Tamanho de capa inválido\! -cape.upload.uploading = Carregando capa... +cape.upload.wrong_dimension = Invalid Cape size\! +cape.upload.uploading = Enviando capa... cape.forbidden = Você precisa ser um %s para usar essa capa\! mcpvp_servers.title = Select a MCPvP Server @@ -1504,7 +1504,7 @@ mcpvp_servers.refresh = Refresh language.title = Idioma language.select = Tradução para o português por %s -confirm_disconnect.title = Deseja mesmo desconectar-se do servidor atual? +confirm_disconnect.title = Are you sure you want to disconnect from the current server? raid.title = Raid Calculator raid.tracked = Tracked %s blocks from %s to %s (%s in nether) in %s direction @@ -1522,43 +1522,43 @@ coordinate_clipboard.description = Help\: In this screen you can quickly save so coordinate_clipboard.previous = Anterior coordinate_clipboard.next = Próximo coordinate_clipboard.number = Módulo de Coordenadas %s/%s -coordinate_clipboard.shortcut.cur_pos = Pressione Espaço para inserir sua posição atual. -coordinate_clipboard.shortcut.delete = Pressione Delete para excluir as coordenadas atuais. -coordinate_clipboard.shortcut.death = Pressione Ctrl+D para inserir a posição de sua morte. +coordinate_clipboard.shortcut.cur_pos = Pressione ESPAÇO para inserir sua posição atual. +coordinate_clipboard.shortcut.delete = Pressione DELETE para excluir as coordenadas atuais. +coordinate_clipboard.shortcut.death = Pressione CTRL+D para inserir a posição de sua morte. -stats.title = Estatísticas da rede -stats.current = Estatísticas atuais +stats.title = Network Statistics +stats.current = Current Statistics stats.packets_sent = Pacotes enviados stats.packets_received = Pacotes recebidos stats.bytes_sent = Bytes enviados -stats.bytes_received = Bytes recebidos -stats.total = Estatísticas (total) -stats.total_packets = Pacotes (total) -stats.total_bytes = Total de bytes -stats.since = Desde -stats.server = Estatísticas do servidor -stats.ping = Latência\: %s ms -stats.up_time = Tempo de atividade do servidor\: %s -stats.lag = Latência do servidor\: %s%% +stats.bytes_received = Bytes received +stats.total = Total Statistics +stats.total_packets = Total de packets +stats.total_bytes = Total Bytes +stats.since = Since +stats.server = Server Statistics +stats.ping = Ping\: %s ms +stats.up_time = Server Up-Time\: %s +stats.lag = Server Lag\: %s%% stats.connected_players = Jogadores conectados\: %s/%s -plugin_manager.title = Gerenciador de plug-ins -plugin_manager.enable = Sim -plugin_manager.disable = Não -plugin_manager.reload = Recarregar +plugin_manager.title = Plugin Manager +plugin_manager.enable = Enable +plugin_manager.disable = Desativar +plugin_manager.reload = Reload plugin_manager.plugin_folder = Pasta de plug-ins plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. -plugin_manager.update = Atualização automática +plugin_manager.update = Auto-update credits.title = Créditos -credits.reborn = Desenvolvedores do Reborn -credits.developer = Desenvolvedor -credits.special_thanks = Agradecimentos a +credits.reborn = Reborn Developers +credits.developer = Desenvolvedores +credits.special_thanks = Special Thanks to credits.translators = Tradutores credits.thank_you = Um grande "Obrigado\!" para todos esses caras e, claro, para você, por usar meu mod\! credits.patrons = Apoiadores -blocked_users.title = Bloqueados +blocked_users.title = Usuários bloqueados blocked_users.none = Nenhum usuário bloqueado \:) blocked_users.unblock = Desbloquear usuário @@ -1568,145 +1568,145 @@ friend_requests.accept = Aceitar friend_requests.deny = Negar banned.title = Acesso ao 5zig Mod negado\! -banned.help = Caso encontre um erro, entre em contato com info@5zigreborn.eu. +banned.help = If you believe this is an error, contact info@5zigreborn.eu. banned.exiting = Saída automática da partida em %s. -server.reconnecting = Reconectando em %s... +server.reconnecting = Reconectando-se em %s... -api.outdated_server = API do servidor desatualizada -api.outdated_client = Cliente desatualizado -api.connected = Você está jogando num servidor compatível com o 5zig Reborn\! +api.outdated_server = Outdated Server API +api.outdated_client = Outdated Client +api.connected = You are playing on a server that supports the 5zig Mod\! api.setting_disabled = A exibição de %s foi bloqueada pelo servidor\! api.setting_disabled.potion_hud = o HUD de efeito de poções -api.setting_disabled.potion_indicator = o Indicador de Poções -api.setting_disabled.armor_hud = o HUD da armadura +api.setting_disabled.potion_indicator = the Potion Indicator Vignette +api.setting_disabled.armor_hud = the Armor HUD ingame_chat.new_message = Nova mensagem\! plugin_request.title = Pedido de download de plug-in do mod\! plugin_request.help = The server has made a request to download a plugin of the 5zig mod, which can be used to display additional stats from the server.\n§cPlease note that the content of any downloadable plugin is not approved by the mod author and may harm your computer. Download this plugin at your own risk and only if you really trust the server owner\! If you want to remove the downloaded plugin again delete "%s" and restart your game\! plugin_request.warning = Are you sure that you want to continue? This plugin may harm your computer\! The author of the 5zig mod is not responsible for any downloaded content\! -plugin_request.download = Baixar -plugin_request.downloading = Baixando... %s +plugin_request.download = Download +plugin_request.downloading = Downloading... %s plugin_request.verifying = Verificando download... -plugin_request.done = Concluído. -plugin_request.error = Erro +plugin_request.done = Done. +plugin_request.error = Error -ingame.chat_search.enter_keyword = Digite a palavra-chave a ser encontrada no chat +ingame.chat_search.enter_keyword = Digite a palavra-chave a ser destacada no bate-papo ingame.chat_search.highlighting = Realça palavras que contém "%s" armor.title = HUD da armadura -ctf.title = Estatísticas do CTF +ctf.title = Your CTF Stats hg.title = Your HG Stats potion_effects.title = Efeitos de Poções Ativas -weather.title = Tempo +weather.title = Clima weather.loading = Carregando... -weather.city = Cidade +weather.city = City weather.condition = Condição -weather.temperature = Temperatura +weather.temperature = Temperature ingame.fps = FPS -ingame.target = Alvo -ingame.target_name = Bloco-alvo +ingame.target = Target +ingame.target_name = Target Block ingame.cps = CPS -ingame.f.south = Sul +ingame.f.south = South ingame.f.south_west = Sudoeste -ingame.f.west = Oeste +ingame.f.west = West ingame.f.north_west = Noroeste -ingame.f.north = Norte +ingame.f.north = North ingame.f.north_east = Nordeste -ingame.f.east = Leste +ingame.f.east = East ingame.f.south_east = Sudeste -ingame.biome = Bioma -ingame.entities = Entidades +ingame.biome = Biome +ingame.entities = Entities ingame.ip = IP ingame.players = Jogadores -ingame.ping = Latência +ingame.ping = Ping ingame.pinging = Calculando latência... ingame.kills = Kills ingame.stats_kills = StatsKills ingame.killstreak = Killstreak -ingame.killstreak.double = Double-kill\! -ingame.killstreak.triple = Triple-kill\! +ingame.killstreak.double = Double Kill\! +ingame.killstreak.triple = Triple Kill\! ingame.killstreak.quadruple = Quadruple\! -ingame.killstreak.multi = Multi-kill\! +ingame.killstreak.multi = Multi Kill\! ingame.winstreak = Winstreak -ingame.deaths = Mortes -ingame.scores = Pontuação +ingame.deaths = Deaths +ingame.scores = Scores ingame.kit = Kit -ingame.kit.none = Nenhum -ingame.team = Equipe -ingame.class = Classe +ingame.kit.none = None +ingame.team = Team +ingame.class = Class ingame.steals = Steals -ingame.captures = Capturas -ingame.recovers = Retomadas -ingame.flag = Bandeira -ingame.invincibility_wears_off = A invencibilidade acaba em %s\! +ingame.captures = Captures +ingame.recovers = Recovers +ingame.flag = Flag +ingame.invincibility_wears_off = A invencibilidade acaba em %s segundos\! ingame.no_longer_invincible = Você não é mais invisível\! ingame.time = Hora -ingame.date = Data +ingame.date = Date ingame.feast = Feast ingame.minifeast = Mini Feast -ingame.starting = Iniciando +ingame.starting = Starting ingame.invincibility = Invencibilidade ingame.starting_in = Iniciando a partida em %s\! -ingame.win = %s venceu a partida\! +ingame.win = %s won the game\! ingame.win.team.self = Sua equipe venceu a partida\! ingame.win.team.other = A equipe inimiga venceu a partida\! ingame.lobby = Lobby -ingame.teams = Equipes -ingame.teams.allowed = Sim -ingame.teams.not_allowed = Não +ingame.teams = Teams +ingame.teams.allowed = Allowed +ingame.teams.not_allowed = Not Allowed ingame.deathmatch = Mata-mata -ingame.deathmatch_in = O Mata-mata começa em %s\! -ingame.beds = Camas destruídas -ingame.can_respawn = Pode renascer -ingame.can_respawn.true = Sim -ingame.can_respawn.false = Não -ingame.height = Altura -ingame.opponent = Oponente -ingame.opponent.games_total = Partidas do oponente -ingame.opponent.games_won = Vitórias do oponente +ingame.deathmatch_in = O Deathmatch começa em %s segundos\! +ingame.beds = Beds destroyed +ingame.can_respawn = Pode ressurgir +ingame.can_respawn.true = Yes +ingame.can_respawn.false = No +ingame.height = Height +ingame.opponent = Opponent +ingame.opponent.games_total = Opponent Games +ingame.opponent.games_won = Opponent Games Won ingame.opponent.kill_death_ratio = KDR do oponente -ingame.ending_in = A partida acaba em %s\! +ingame.ending_in = A partida acaba em %s segundos\! ingame.host = Host -ingame.participants = Participantes +ingame.participants = Participants ingame.best_of = Melhor de -ingame.qualification = Qualificação -ingame.qualification.rounds = Rodadas +ingame.qualification = Qualification +ingame.qualification.rounds = Rounds ingame.round = Rodada -ingame.tournament = Torneio por %s +ingame.tournament = Tournament by %s ingame.star = Estrela -ingame.star_in = A Estrela será liberada em %s\! -ingame.checkpoints = Pontos de controle +ingame.star_in = The Star will be released in %s seconds\! +ingame.checkpoints = Checkpoints ingame.fails = Fails -ingame.lives = Vidas +ingame.lives = Lives ingame.gold = Ouro ingame.loot = Itens -ingame.regeneration = Regeneração +ingame.regeneration = Regeneration ingame.now_spawn_regeneration = Você pode renovar seu tempo no Spawn\! ingame.loot_spawned = Novos itens gerados no centro do mapa\! -ingame.afk = Ausente -ingame.current_minigame = Minijogo -ingame.next_minigame = Próximo minijogo -ingame.coins = Moedas -ingame.medal = Medalha +ingame.afk = AFK +ingame.current_minigame = Minigame +ingame.next_minigame = Next Minigame +ingame.coins = Coins +ingame.medal = Medal ingame.parkour = Parkour -ingame.checkpoint = Ponto de controle -ingame.last_checkpoint = Último ponto de controle +ingame.checkpoint = Checkpoint +ingame.last_checkpoint = Last Checkpoint ingame.discipline = Disciplina ingame.light_level = Nível de luz -ingame.speed = Velocidade +ingame.speed = Speed ingame.battery = Bateria -ingame.memory = Memória +ingame.memory = Memory ingame.first_player = Primeiro -ingame.place = Local -ingame.remaining_fields = Campos +ingame.place = Place +ingame.remaining_fields = Fields ingame.first_to = Primeiro a -ingame.score = Pontuação +ingame.score = Score ingame.timer = Cronômetro -ingame.emeralds = Esmeraldas -ingame.death_coordinates = Posição da morte -ingame.pitch = Inclinação +ingame.emeralds = Emeralds +ingame.death_coordinates = Death Coords +ingame.pitch = Pitch ingame.chunk = Chunk ingame.damage_resistance = Resistência ingame.nickname = Apelido @@ -1714,18 +1714,18 @@ ingame.reach = Alcance error = Erro -account_manager.title = Contas +account_manager.title = Accounts account_manager.create = Insira a senha para criptografar o banco de contas. account_manager.enter_password = Insira a senha do banco de contas. -account_manager.edit = Adicionar/editar conta -account_manager.username = Nome de usuário/e-mail -account_manager.password = Senha (deixe em branco para contas off-line) +account_manager.edit = Add/Edit account +account_manager.username = Username/E-mail +account_manager.password = Senha (deixe em branco para contas offline) account_manager.type.legacy = Off-line -account_manager.type.mojang = Verificado -account_manager.add_btn = Adicionar... -account_manager.remove = Remover +account_manager.type.mojang = Verified +account_manager.add_btn = Add... +account_manager.remove = Remove account_manager.edit_btn = Editar... -account_manager.change_password = Mudar chave +account_manager.change_password = Change Key spotify.token.set = Definir spotify.token.not_set = Indefinido @@ -1743,51 +1743,51 @@ modules.item.octc_team = Equipe modules.category.server_occ = Servidor OCC gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. -gui.alert.feature_unavailable = Esse recurso não está disponível no momento. +gui.alert.feature_unavailable = This feature isn't currently available. -plugin.conn.starting = Iniciando servidor... -plugin.conn.listening = Aguardando plug-ins... -plugin.conn.info = Deseja instalar esse plug-in? -plugin.conn.download = Baixando plug-in... -plugin.conn.downloaded = Instalação completa -plugin.conn.error.fs = Não foi possível criar o arquivo do plug-in +plugin.conn.starting = Starting server... +plugin.conn.listening = Waiting for plugins... +plugin.conn.info = Do you want to install this plugin? +plugin.conn.download = Downloading plugin... +plugin.conn.downloaded = Install complete +plugin.conn.error.fs = Could not create plugin file -update.beta.1 = Uma nova versão beta do 5zig Mod está disponível\! +update.beta.1 = A new beta version of the 5zig mod is available\! update.beta.2 = Baixe em 5zigreborn.eu/beta\! -update.available.stable = Atualização disponível -update.available.beta = Atualização beta disponível +update.available.stable = Update available +update.available.beta = Beta update available modules.item.direction.count_angle_north = Contar do norte modules.item.direction.count_angle_north.desc = Funciona como uma bússola, marcando 0° ao norte e 180° ao sul. -modules.item.uptime = Tempo de atividade -modules.item.uptime.extended = Estendido -modules.item.uptime.extended.desc = Exibe o horário por extenso (horas, segundos). -ingame.uptime = Tempo de atividade +modules.item.uptime = Uptime +modules.item.uptime.extended = Extended +modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). +ingame.uptime = Uptime -spotify.token_get = O token do Spotify foi salvo. +spotify.token_get = Your Spotify token was saved successfully. -config.server_hypixel.hypixel_api_key = Chave da API... +config.server_hypixel.hypixel_api_key = API Key... config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. -config.display.ping_on_serverlist = Latência (servidores) +config.display.ping_on_serverlist = Ping on Server List config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. -modules.label = Editar prefixo... -modules.label.input = Insira o novo prefixo desse item. -modules.item.command = Saída de comando +modules.label = Edit Prefix... +modules.label.input = Enter the new prefix for this item. +modules.item.command = Command Output modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Limiar de rolagem modules.item.command.refresh = Taxa de atualização -modules.item.command.command = Comando +modules.item.command.command = Command -config.formatting.rgb_main = Cor principal personalizada -config.formatting.rgb_prefix = Cor do prefixo personalizada +config.formatting.rgb_main = Custom Main Color +config.formatting.rgb_prefix = Custom Prefix Color -ingame.command_output = Comando -ingame.text = Texto -modules.item.text = Texto simples -modules.item.text.value = Texto -modules.item.text.value.desc = Texto mostrado +ingame.command_output = Command +ingame.text = Text +modules.item.text = Simple Text +modules.item.text.value = Text +modules.item.text.value.desc = Texto exibido config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 157802d7eea6f14ac04ff02068b173a26044fa4f Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 27 Sep 2021 20:29:54 +0200 Subject: [PATCH 365/382] New translations en_US.lang (Portuguese, Brazilian) --- resources/assets/the5zigmod/lang/pt_BR.lang | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/assets/the5zigmod/lang/pt_BR.lang b/resources/assets/the5zigmod/lang/pt_BR.lang index b954bbe..be8d981 100644 --- a/resources/assets/the5zigmod/lang/pt_BR.lang +++ b/resources/assets/the5zigmod/lang/pt_BR.lang @@ -1,12 +1,12 @@ the5zigmod.key.toggle_mod=Mostrar/ocultar mod -the5zigmod.key.toggle_chat=Mostrar/ocultar chat +the5zigmod.key.toggle_chat=Toggle Chat the5zigmod.key.coordinates_clipboard=Módulo de Coordenadas -the5zigmod.key.raid_calculator=MCPVP Raid Calculator +the5zigmod.key.raid_calculator=Calculadora de Raid MCPVP the5zigmod.key.hypixel_stats=Estatísticas do Hypixel -the5zigmod.key.zoom=Aumentar o zoom +the5zigmod.key.zoom=Zoom in the5zigmod.key.timer.start=Cronômetro the5zigmod.key.timer.reset=Reiniciar cronômetro the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=Histórico de nomes the5zigmod.key.toggle_chat_filter=Ativar/desativar filtro de chat -the5zigmod.key.change_account=Trocar conta \ No newline at end of file +the5zigmod.key.change_account=Change account \ No newline at end of file From 8f0bb9bd526ce95e41dc5b77285d6acd8209e33d Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 27 Sep 2021 20:46:54 +0200 Subject: [PATCH 366/382] New translations language_en_US.properties (Portuguese, Brazilian) --- resources/lang/44/language_pt_BR.properties | 764 ++++++++++---------- 1 file changed, 382 insertions(+), 382 deletions(-) diff --git a/resources/lang/44/language_pt_BR.properties b/resources/lang/44/language_pt_BR.properties index 91979c9..794565d 100644 --- a/resources/lang/44/language_pt_BR.properties +++ b/resources/lang/44/language_pt_BR.properties @@ -17,7 +17,7 @@ # # suppress inspection "UnusedProperty" for whole file -author = Diego R. +author = Diego Ramos gui.back = Voltar gui.continue = Continuar @@ -37,7 +37,7 @@ mojang.service.mojang_website = Mojang.com mojang.service.session = Sessão mojang.service.account = Conta mojang.service.authentication = Autenticação -mojang.service.skins = Skin +mojang.service.skins = Skins mojang.service.api = API da Mojang mojang.service.textures = Texturas mojang.status.no_issues = está de volta @@ -65,8 +65,8 @@ conn.user.old_version = %s está usando uma versão antiga\! conn.unread_messages = Você tem %s novas mensagens não lidas\! -conn.groups.new = %s criou um chat em grupo\! -conn.groups.create = Chat em grupo com %s jogadores criado\! +conn.groups.new = %s criou uma conversa em grupo\! +conn.groups.create = Criou uma conversa em grupo com %s jogadores\! conn.groups.add.self = Você adicionou %s ao seu grupo\! conn.groups.add.other = Você foi adicionado ao grupo %s\! conn.groups.add.already_member = %s já está em seu grupo\! @@ -75,11 +75,11 @@ conn.groups.not_owner = Isso requer a permissão do líder\! conn.groups.few_members = Nenhum membro encontrado\! conn.groups.max_members = Limite de membros atingido\! conn.groups.not_member = %s não está nesse grupo\! -conn.groups.remove.self = %s removido do chat em grupo\! +conn.groups.remove.self = %s foi removido da conversa em grupo\! conn.groups.remove.other = Você foi removido do grupo %s\! conn.groups.leave = Saiu da conversa em grupo\! conn.groups.new_owner = %s transferiu a liderança para você\! -conn.groups.delete.self = Chat em grupo %s excluído\! +conn.groups.delete.self = A conversa em grupo %s foi excluída\! conn.groups.delete.other = %s excluiu o grupo %s\! conn.groups.change_name = Nome do grupo alterado\! conn.groups.transfered_ownership = Liderança transferida\! @@ -92,7 +92,7 @@ conn.block.self = %s foi bloqueado\! conn.block.other = Você foi bloqueado por %s\! conn.block.not_blocked = %s não está bloqueado\! conn.block.blocked = %s está bloqueado\! -conn.block.blocked.self = %s está bloqueado por você\! +conn.block.blocked.self = %s foi bloqueado por você\! conn.block.blocked.other = Você foi bloqueado por esse jogador\! conn.unblock.self = %s foi desbloqueado\! conn.unblock.other = Você foi desbloqueado por %s\! @@ -108,7 +108,7 @@ conn.friends.requests.add.error.already_friend = %s já é seu amigo\! conn.friends.requests.add.error.not_accepting = %s não está aceitando pedidos de amizade\! conn.friends.requests.add.error.already_sent = Você já enviou um pedido de amizade para %s\! conn.friends.remove.self = Você desfez a amizade com %s\! -conn.friends.remove.other = %s não é mais seu amigo\! +conn.friends.remove.other = %s desfez a amizade com você\! conn.file_transfer.too_large = O arquivo é grande demais\! conn.file_transfer.not_accepted = O envio do arquivo ainda não foi aceito\! @@ -118,7 +118,7 @@ conn.party.invited = %s jogadores convidados ao grupo\! conn.party.accepted = Aceitou o convite do grupo\! conn.party.denied = Negou o convite do grupo\! conn.party.left = Saiu do grupo\! -conn.party.invite_error = Falha ao convidar membros do grupo\! +conn.party.invite_error = Falha ao convidar os membros do grupo\! conn.cape.upload.failed = Não foi possível enviar a capa\: %s conn.cape.upload.max_size = O tamanho da imagem não pode ser maior do que %s\! @@ -174,7 +174,7 @@ config.main.plugins = Plugins (%s) config.main.credits = Créditos... config.main.discord = Discord Presence -config.reset = Configurações redefinidas\! +config.reset = As configurações foram redefinidas\! update.1 = Nova versão do The 5zig Mod disponível\! update.2 = Baixe-a em 5zigreborn.eu/downloads\! @@ -216,58 +216,58 @@ config.hud.show_potion_indicator = Mostrar indicador config.hud.show_potion_indicator.desc = Toggles whether a potion indicator vignette should be rendered. If the player has got a positive potion effect, a green colored vignette will be rendered. For negative potion effects a red colored vignette will be rendered. config.hud.show_hotbar_numbers = Show Hotbar Numbers config.hud.show_hotbar_numbers.desc = Toggles whether the keybindings of the hotbar slots should be displayed ingame. -config.hud.colored_equipment_durability = Durab. colorida da armadura +config.hud.colored_equipment_durability = Colored Armor Durability config.hud.colored_equipment_durability.desc = Toggles whether the durability of the equipped items should be rendered in different colors according to their current durability. config.hud.show_saturation = Show Saturation config.hud.show_saturation.desc = Toggles whether the current saturation of the player should be rendered above the food bar.\nThe player saturation is another aspect of hunger that is usually not visible. The player's food level will not decrease until the food saturation level reaches zero. -config.hud.show_food_heal_amount = Mostrar cura por alimento +config.hud.show_food_heal_amount = Show Food Heal Amount config.hud.show_food_heal_amount.desc = Toggles whether the heal amount of the current held food item should be rendered as half-transparent food level. -config.display.show_chat_symbols = Mais símbolos de chat +config.display.show_chat_symbols = Show More Chat Symbols config.display.show_chat_symbols.desc = Toggles whether more chat symbols should be displayed above the ingame chat gui. config.display.show_last_server = Show Last Server config.display.show_last_server.desc = Toggles whether your last visited server should be displayed in main menu. -config.display.show_custom_models = Modelos person. de itens +config.display.show_custom_models = Show Custom Item Models config.display.show_custom_models.desc = Toggles whether custom item textures and models from you or other players should override the default item from your resource pack. -config.display.keyboard_settings = Config. do teclado LED... -config.display.keyboard_settings.desc = Personalize as teclas LED de seu teclado\! +config.display.keyboard_settings = LED Keyboard Settings... +config.display.keyboard_settings.desc = Customize the LED keys of your Keyboard\! config.display.max_chat_lines = Chat Limit config.display.max_chat_lines.desc = Sets the maximum amount of chat lines that should be available in the ingame chat history. -config.display.max_chat_lines.lines = Linhas -config.display.static_fov = FOV estático +config.display.max_chat_lines.lines = Lines +config.display.static_fov = Static FOV config.display.static_fov.desc = Toggle, if your FOV (field-of-view) should be changed when you have got a speed/slowness potion effect. -config.display.chat_time_prefix = Hora em mensagens de chat... +config.display.chat_time_prefix = Time in Chat Messages... config.display.chat_time_prefix.desc = Specify whether every chat message should have a prefix containing the current time. -config.display.transparent_chat_background = Fundo de chat transparente +config.display.transparent_chat_background = Transparent Chat Background config.display.transparent_chat_background.desc = Toggles whether the chat background should be transparent. -config.display.transparent_pause_menu = Pausa transparente +config.display.transparent_pause_menu = Transparent Pause Menu config.display.transparent_pause_menu.desc = Toggles whether the ingame pause menu background should be transparent. -config.display.show_own_name_tag = Exibir própria etiqueta +config.display.show_own_name_tag = Show Own Nametag config.display.show_own_name_tag.desc = Toggles whether your nametag should be rendered over yourself as well. config.display.highlight_words_color = Highlight Words Color -config.display.highlight_words_color.desc = Mude a cor de realce em palavras-chave no chat. +config.display.highlight_words_color.desc = Change the word-highlight-color for keywords in chat. config.display.ping_on_tab = Ping on Tablist -config.display.ping_on_tab.desc = Exibe a latência numérica em vez de barras. +config.display.ping_on_tab.desc = Display the ping value instead of the bars texture. config.keyboard_settings.title = LED Keyboard Settings -config.keyboard_settings.control_keyboard = Teclas de controle LEDs +config.keyboard_settings.control_keyboard = Control Key LEDs config.keyboard_settings.control_keyboard.desc = Toggles whether the LEDs of your keyboard should be controlled by the mod. config.keyboard_settings.none = None config.keyboard_settings.razer = Razer config.keyboard_settings.roccat = Roccat config.keyboard_settings.logitech = Logitech -config.keyboard_settings.reset_keys_on_unfocus = Redefinir em segundo plano +config.keyboard_settings.reset_keys_on_unfocus = Reset on Unfocus config.keyboard_settings.reset_keys_on_unfocus.desc = Toggles whether the LEDs of your keyboard should be reset whenever the Minecraft window is not focused anymore. config.keyboard_settings.background_led_color = LED Color config.keyboard_settings.background_led_color.desc = Specifies the color of your keyboard LED keys as hexadecimal number. config.keyboard_settings.active_led_keys = Active LED Keys -config.keyboard_settings.active_led_keys.desc = Personalize o grupo de teclas LED ativo. +config.keyboard_settings.active_led_keys.desc = Specifies the active LED key group. config.keyboard_settings.all = All config.keyboard_settings.special = Only WASD config.keyboard_settings.show_led_health = Show Health config.keyboard_settings.show_led_health.desc = Toggles whether the current health of the player should be displayed in the function row of your keyboard. -config.keyboard_settings.show_led_armor = Mostrar armadura +config.keyboard_settings.show_led_armor = Show Armor config.keyboard_settings.show_led_armor.desc = Toggles whether the current armor of the player should be displayed in the function row of your keyboard. -config.keyboard_settings.show_led_potions = Mostrar poções +config.keyboard_settings.show_led_potions = Show Potions config.keyboard_settings.show_led_potions.desc = Toggles whether the keyboard should light up in the color of your active potion effect. config.keyboard_settings.show_led_damage_flash = Show Damage Flash config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboard should flash quickly whenever the player receives damage. @@ -275,67 +275,67 @@ config.keyboard_settings.show_led_damage_flash.desc = Toggles whether the keyboa config.chat_time_prefix.title = Chat Time Prefix config.chat_time_prefix.chat_time_prefix_enabled = Enabled config.chat_time_prefix.chat_time_prefix_enabled.desc = Specify whether every chat message should have a prefix containing the current time. -config.chat_time_prefix.chat_time_prefix_color = Cor -config.chat_time_prefix.chat_time_prefix_color.desc = Personalize a cor da hora. +config.chat_time_prefix.chat_time_prefix_color = Color +config.chat_time_prefix.chat_time_prefix_color.desc = Specify the color of the time. config.chat_time_prefix.chat_time_prefix_brackets_formatting = Brackets Formatting config.chat_time_prefix.chat_time_prefix_brackets_formatting.desc = Specify the formatting of the brackets -config.chat_time_prefix.chat_time_prefix_brackets_color = Cor do parêntese +config.chat_time_prefix.chat_time_prefix_brackets_color = Brackets Color config.chat_time_prefix.chat_time_prefix_brackets_color.desc = Specify the color of the brackets -config.chat_time_prefix.chat_time_prefix_time_format = Formato -config.chat_time_prefix.chat_time_prefix_time_format.desc = Personalize o formato de hora. +config.chat_time_prefix.chat_time_prefix_time_format = Format +config.chat_time_prefix.chat_time_prefix_time_format.desc = Specify the time formatting. -config.server.title = Opções do servidor -config.server.general = Geral... -config.server.general.desc = Opções para servidores gerais. +config.server.title = Server Options +config.server.general = General... +config.server.general.desc = General server options. config.server.highlight_words = Highlight Words... config.server.highlight_words.desc = Add words that should be highlighted in chat. Use %player% for your own username. -config.server.chatmessage_filter = Filtro de chat... +config.server.chatmessage_filter = Chat Messages Filter... config.server.chatmessage_filter.desc = Filter specific chat messages and select actions for them. config.server.text_replacement = Text Shortcuts... config.server.text_replacement.desc = Add shortcuts that get replaced by text upon sending a chat message. -config.server.text_macros = Macros textuais... +config.server.text_macros = Text Macros... config.server.text_macros.desc = Automatically send chat messages after pressing a predefined key combination. config.server.name_history = Username History... -config.server.name_history.desc = Confira o histórico de nomes de um jogador de Minecraft. +config.server.name_history.desc = Lookup the username history of a Minecraft player. config.server.join_text = Join Auto-Text... config.server.join_text.desc = Automatically send chat messages after joining a server. -config.server_general.title = Opções gerais de servidor -config.server_general.show_server_stats = Exibir estatísticas +config.server_general.title = General Server Options +config.server_general.show_server_stats = Show Stats config.server_general.show_server_stats.desc = Specify whether the stats of the currently connected server should be shown. (Works only on supported servers) config.server_general.show_i_p = Show IP -config.server_general.show_i_p.desc = Especificar a exibição do IP do servidor atual. -config.server_general.show_players = Número de jogadores +config.server_general.show_i_p.desc = Specify whether the current server ip should be shown. +config.server_general.show_players = Show Player-Count config.server_general.show_players.desc = Specify whether the amount of online players on your server should be displayed. config.server_general.show_large_start_countdown = Start Countdown config.server_general.show_large_start_countdown.desc = Specify whether a start countdown should be displayed. (Works only on supported game modes) -config.server_general.show_invincibility_wears_off_time = Mostrar tempo de invencibilidade +config.server_general.show_invincibility_wears_off_time = Show Invincibility Time config.server_general.show_invincibility_wears_off_time.desc = Specify whether an invincibility timer should be displayed. (Works only on supported game modes) -config.server_general.show_large_deathmatch_countdown = Contagem para Deathmatch +config.server_general.show_large_deathmatch_countdown = Deathmatch Countdown config.server_general.show_large_deathmatch_countdown.desc = Specify whether a deathmatch countdown should be displayed. (Works only on supported game modes) -config.server_general.show_win_message = Exibir mensagem de vitória +config.server_general.show_win_message = Show Win-Message config.server_general.show_win_message.desc = Specify whether a win message should be displayed at the end of a game. (Works only on supported game modes) -config.server_general.show_compass_target = Mostrar alvo da bússola +config.server_general.show_compass_target = Show Compass Target config.server_general.show_compass_target.desc = Specify whether the compass target player should be displayed. (Works only on supported game modes) -config.server_general.show_large_killstreaks = Mostrar killstreaks longos +config.server_general.show_large_killstreaks = Show Large Killstreaks config.server_general.show_large_killstreaks.desc = Specify whether killstreaks should be displayed. (Works only on supported game modes) -config.server_general.notify_on_name = Notificar quando mencionado +config.server_general.notify_on_name = Notify on Chat-Mention config.server_general.notify_on_name.desc = Specify whether you should receive a system notification when your minecraft name has been used in chat. -config.server_general.auto_server_reconnect = Reconexão automática +config.server_general.auto_server_reconnect = Automatically Reconnect config.server_general.auto_server_reconnect.desc = Specify whether the client should automatically try to reconnect to the last server after being disconnected. config.server_general.auto_server_reconnect.off = Off config.server_general.auto_server_reconnect.sec = sec -config.server_general.mac_cmd_drop = Usar tecla Cmd +config.server_general.mac_cmd_drop = Use CMD-Key config.server_general.mac_cmd_drop.desc = Mac-Only-Setting. Specify whether you want to use the CMD (or Apple)-Key or the CTRL-Key.\nNote\: When pressing CMD+Q to drop an item stack your window may be closed\! config.server_general.mojang_status = Show Mojang Status config.server_general.mojang_status.desc = Specify whether Mojang status changes should be displayed as a notification. -config.server_general.allow_mod_plugin_requests = Permitir pedidos de plug-ins do mod +config.server_general.allow_mod_plugin_requests = Allow mod plugin requests config.server_general.allow_mod_plugin_requests.desc = Specify whether Minecraft servers are allowed to send you mod plugin requests, which allow servers to display even more stats. config.server_general.confirm_disconnect = Confirm Disconnect config.server_general.confirm_disconnect.desc = When enabled, a confirmation gui will be displayed each time you want to disconnect from a server. config.server.timolia = Timolia.de -config.server.timolia.desc = Opções do servidor Timolia.de +config.server.timolia.desc = Timolia.de server options. config.server_timolia.title = Timolia.de Options config.server_timolia.show_server_stats_timolia.desc = Toggle whether the server stats of Timolia.de should be displayed. config.server_timolia.show_tournaments = Show Tournament Info @@ -344,27 +344,27 @@ config.server_timolia.show_opponent_stats = Show Opponent Stats config.server_timolia.show_opponent_stats.desc = Specify whether the 1vs1 stats of your opponent should be displayed. config.server.playminity = PlayMinity.com -config.server.playminity.desc = Opções do servidor PlayMinity.com. -config.server_playminity.title = Opções do PlayMinity.com +config.server.playminity.desc = PlayMinity.com server options. +config.server_playminity.title = PlayMinity.com Options config.server_playminity.show_server_stats_playminity.desc = Toggle whether the server stats of PlayMinity.com should be displayed. config.server.gommehd = GommeHD.net -config.server.gommehd.desc = Opções do servidor GommeHD.net +config.server.gommehd.desc = GommeHD.net server options. config.server_gommehd.title = GommeHD.net Options config.server_gommehd.show_server_stats_gommehd.desc = Toggle whether the server stats of GommeHD.net should be displayed. config.server.bergwerk = Bergwerklabs.de -config.server.bergwerk.desc = Opções do servidor Bergwerklabs.de -config.server_bergwerk.title = Opções do Bergwerklabs.de +config.server.bergwerk.desc = Bergwerklabs.de server options. +config.server_bergwerk.title = Bergwerklabs.de Options config.server_bergwerk.show_server_stats_bergwerk.desc = Toggle whether the server stats of Bergwerklabs.de should be displayed. config.server.mineplex = Mineplex.com -config.server.mineplex.desc = Opções do servidor Mineplex.com +config.server.mineplex.desc = Mineplex.com server options. config.server_mineplex.title = Mineplex.com Options config.server_mineplex.show_server_stats_mineplex.desc = Toggle whether the server stats of Mineplex.com should be displayed. config.server.venicraft = Venicraft.at -config.server.venicraft.desc = Opções do servidor Venicraft.at +config.server.venicraft.desc = Venicraft.at server options. config.server_venicraft.title = Venicraft.at Options config.server_venicraft.show_server_stats_venicraft.desc = Toggle whether the server stats of Venicraft.at should be displayed. @@ -375,7 +375,7 @@ config.server_hypixel.auto_hypixel_api_key = Auto API Key config.server_hypixel.auto_hypixel_api_key.desc = Toggle whether the Hypixel API key should be fetched by the mod automatically. config.server_hypixel.show_server_stats_hypixel.desc = Toggle whether the server stats of Hypixel.net should be displayed. config.server_hypixel.stats = Stats... -config.server_hypixel.stats.desc = Acesse as estatísticas de certos jogadores. +config.server_hypixel.stats.desc = Browse through the stats of specific players. server.hypixel.too_many_requests = Too many requests\! Please wait a few seconds\! server.hypixel.no_key = No API key has been found\! Please connect once to mc.hypixel.net\! server.hypixel.loading = Loading... @@ -603,135 +603,135 @@ server.hypixel.friends.add_mod_all = Add all chat_filter.title = Chat Message Filter chat_filter.help = Use the Chat Message Filter to Ignore specific Chat Messages on a Server. You may also use Wildcards to match messages. -chat_filter.add = Adicionar mensagem -chat_filter.edit = Editar mensagem +chat_filter.add = Add Message +chat_filter.edit = Edit Message chat_filter.delete = Delete Message -chat_filter.message.enabled = Filtro de chat ativado. +chat_filter.message.enabled = Chat filter has been enabled. chat_filter.message.disabled = Chat filter has been disabled. Press %s to enable it again. -chat_filter.edit.title = Editar mensagem de chat -chat_filter.edit.name = Nome\: +chat_filter.edit.title = Edit Chat Message +chat_filter.edit.name = Name\: chat_filter.edit.chat_message = Chat Message\: -chat_filter.edit.except = Exceções\: +chat_filter.edit.except = Exceptions\: chat_filter.edit.servers = Servers\: chat_filter.edit.auto_text = Auto Text\: -chat_filter.edit.auto_text_cancel = Mensagem de canc. de texto auto.\: +chat_filter.edit.auto_text_cancel = Auto Text Abort Message\: chat_filter.edit.auto_text_delay = Delay (ticks)\: -chat_filter.edit.multiple_ips = Vários IPs de servidores podem ser separados com uma vírgula. -chat_filter.edit.action = Ação\: -chat_filter.edit.action.ignore = Ignorar -chat_filter.edit.action.2nd_chat = Exibir no chat secundário +chat_filter.edit.multiple_ips = Multiple Server-IPs can be separated with a comma. +chat_filter.edit.action = Action\: +chat_filter.edit.action.ignore = Ignore +chat_filter.edit.action.2nd_chat = Print in 2nd Chat chat_filter.edit.action.copy_2nd_chat = Copy to 2nd Chat -chat_filter.edit.action.notify = Notificar quando ausente -chat_filter.edit.action.auto_text = Texto auto. +chat_filter.edit.action.notify = Notify when AFK +chat_filter.edit.action.auto_text = Auto Text chat_filter.edit.action.play_sound = Play Sound -chat_filter.edit.use_regex = Regex (avançado)\: +chat_filter.edit.use_regex = Use Regex (advanced\!)\: chat_filter.edit.help.title = Help... chat_filter.edit.help = You can use "*" to ignore a part of a String or "?" to ignore a single character. To escape a wildcard use "".\nIf you enter for example "Tracking *", it will match "Tracking 5zig", but also "Tracking 4zig". You can except special words by entering them into the Exceptions input field, separated with one comma from each other. text_replacement.title = Text Shortcuts -text_replacement.add = Adicionar atalho -text_replacement.edit = Editar atalho +text_replacement.add = Add Shortcut +text_replacement.edit = Edit Shortcut text_replacement.delete = Delete Shortcut -text_replacement.edit.title = Editar atalho +text_replacement.edit.title = Edit Shortcut text_replacement.edit.message = Message\: text_replacement.edit.replacement = Replacement\: text_replacement.edit.ignore_commands = Ignore Commands\: %s text_replacement.edit.replace_inside_words = Replace Inside Words\: %s text_replacement.help = Add shortcuts that get replaced by text upon sending a chat message. -text_macros.title = Macros textuais +text_macros.title = Text Macros text_macros.add = Add Macro text_macros.edit = Edit Macro -text_macros.delete = Excluir macro +text_macros.delete = Delete Macro text_macros.edit.title = Edit Macro text_macros.edit.message = Message\: text_macros.edit.macro = Key Combination\: -text_macros.edit.macro.press = Pressione e insira sua combinação -text_macros.edit.macro.listening = Gravando... -text_macros.edit.macro.stop = Clique para parar -text_macros.edit.macro.auto_send = Envio automático +text_macros.edit.macro.press = Press And Enter Your Key Combination +text_macros.edit.macro.listening = Waiting For Key Strokes +text_macros.edit.macro.stop = Click To Stop +text_macros.edit.macro.auto_send = Auto Send text_macros.help = Automatically send chat messages after pressing a predefined key combination. name_history.title = Username History name_history.search = Search... -name_history.searching = Pesquisando... -name_history.suggestions = Sugestões -name_history.profile.title = Resultado da busca do histórico de nomes +name_history.searching = Searching... +name_history.suggestions = Suggestions +name_history.profile.title = Username History Search Result name_history.profile.history = Username History\: -name_history.profile.copy = Clique para copiar +name_history.profile.copy = Click to Copy to Clipboard name_history.profile.not_found = Profile not found\! join_texts.title = Join Auto-Texts join_texts.help = Automatically send chat messages after joining a server. join_texts.add = Add Text -join_texts.edit = Editar texto -join_texts.delete = Excluir texto +join_texts.edit = Edit Text +join_texts.delete = Delete Text join_texts.edit.title = Edit Join Text -join_texts.edit.message = Texto de entrada -join_texts.edit.server = Servidor -join_texts.edit.delay = Atraso +join_texts.edit.message = Join Text +join_texts.edit.server = Server +join_texts.edit.delay = Delay modules.title = Render Customization modules.help = Help... modules.help.display = In this screen you can change the whole appearance of the mod. Everything that should be rendered is divided into separate packages, or "modules". These modules have got their own name, title and location, but they contain also specific "items" that get rendered. An item can be for example responsible for displaying your coordinates or your active potion effects. You can add and remove modules and items as well. -modules.reset = Redefinir tudo +modules.reset = Reset All modules.reset.title = Are you sure you want to reset the rendering gui to its defaults? modules.list.title = Modules modules.add = Add new Module... modules.settings = Settings... -modules.enable = Ativar +modules.enable = Enable modules.disable = Disable modules.move_up = Move Up -modules.move_down = Abaixo +modules.move_down = Move Down modules.preview = Preview modules.location = Location modules.location.top_left = Top Left -modules.location.top_right = Superior direito +modules.location.top_right = Top Right modules.location.center_left = Center Left -modules.location.center_right = Centro-direita +modules.location.center_right = Center Right modules.location.bottom_left = Bottom Left -modules.location.bottom_right = Inferior direito +modules.location.bottom_right = Bottom Right modules.location.custom = Custom modules.anchor = Anchor modules.anchor.top_left = Top Left modules.anchor.top_center = Top Center -modules.anchor.top_right = Superior direito +modules.anchor.top_right = Top Right modules.anchor.center_left = Center Left -modules.anchor.center_center = Centro -modules.anchor.center_right = Centro-direita +modules.anchor.center_center = Center +modules.anchor.center_right = Center Right modules.anchor.bottom_left = Bottom Left -modules.anchor.bottom_center = Centro-inferior -modules.anchor.bottom_right = Inferior direito +modules.anchor.bottom_center = Bottom Center +modules.anchor.bottom_right = Bottom Right modules.settings.title = Module Settings modules.settings.list.title = Settings modules.settings.none = None modules.settings.default = Default modules.settings.custom = Custom modules.settings.id = Id -modules.settings.id.change = Digite um ID único para esse módulo. -modules.settings.id.already_used = Essa ID já está em uso em outro módulo +modules.settings.id.change = Please enter a new unique Id for this module. +modules.settings.id.already_used = That Id is already used by another module modules.settings.name = Name -modules.settings.name.change = Digite um novo nome para esse módulo. +modules.settings.name.change = Please enter a new name for this module. modules.settings.translation = Translation-Key modules.settings.translation.change = Please enter a new translation key for the title of this module. -modules.settings.items = Itens (%s)... +modules.settings.items = Items (%s)... modules.settings.show_label = Show Label -modules.settings.label.color = Cor do rótulo -modules.settings.server = Servidor +modules.settings.label.color = Label Color +modules.settings.server = Server modules.settings.render = Render modules.settings.render.timolia_tournament = Timolia 1vs1 Tournament modules.settings.render.custom_server = Server API -modules.settings.scale = Escala +modules.settings.scale = Scale modules.settings.box_opacity = Box Opacity -modules.settings.item.list.items = Itens +modules.settings.item.list.items = Items modules.settings.item.list.settings = Settings modules.settings.item.add = Add new Item... -modules.settings.item.color = Cor -modules.settings.item.prefix_color = Cor do prefixo +modules.settings.item.color = Color +modules.settings.item.prefix_color = Prefix Color modules.settings.item.prefix_formatting = Prefix Formatting modules.settings.item.main_color = Main Color modules.settings.item.main_formatting = Main Formatting -modules.settings.item.prefix = Prefixo +modules.settings.item.prefix = Prefix modules.category.general = Geral modules.category.equip = Equipamento @@ -751,103 +751,103 @@ modules.category.other = Outros modules.item.dummy = (Dummy) modules.item.fps = FPS modules.item.fps.desc = Displays how many frames are being rendered per second. -modules.item.fps.precise_f_p_s = Taxa de quadros exata +modules.item.fps.precise_f_p_s = Precise FPS Counter modules.item.fps.precise_f_p_s.desc = Specifies whether a more precise FPS-Counter (Frame-per-second-counter) should be enabled. This counter will update the current FPS every 50 ms) modules.item.cps = CPS modules.item.cps.desc = Displays how many times you are clicking your mouse per second. modules.item.cps.type = Show -modules.item.cps.type.desc = Selecione que tipo de clique por segundo deseja ser exibido. +modules.item.cps.type.desc = Select what type of clicks per second should be displayed. modules.item.cps.left_click = Left Clicks -modules.item.cps.right_click = Cliques direitos -modules.item.cps.sum = Total de cliques +modules.item.cps.right_click = Right Clicks +modules.item.cps.sum = Total Clicks modules.item.cps.both = Both Clicks modules.item.afk_time = Away Time modules.item.afk_time.desc = Displays the amount of time you haven't been moving your mouse or pressing a key on your keyboard. modules.item.coordinates = Coordinates -modules.item.coordinates.desc = Exibe as coordenadas de sua posição. +modules.item.coordinates.desc = Displays the coordinates of your player. modules.item.coordinates.coord_style = Coord Style -modules.item.coordinates.coord_style.desc = Mude o formato das coordenadas exibidas no jogo. +modules.item.coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. modules.item.coordinates.below_other = Below Other -modules.item.coordinates.side_by_side = Lado a lado +modules.item.coordinates.side_by_side = Side by Side modules.item.chunk_coordinates = Chunk Coordinates -modules.item.chunk_coordinates.desc = Exibe suas coordenadas de chunks. +modules.item.chunk_coordinates.desc = Displays your chunk coordinates. modules.item.chunk_coordinates.coord_style = Coord Style -modules.item.chunk_coordinates.coord_style.desc = Mude o formato das coordenadas exibidas no jogo. +modules.item.chunk_coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. modules.item.chunk_coordinates.below_other = Below Other -modules.item.chunk_coordinates.side_by_side = Lado a lado +modules.item.chunk_coordinates.side_by_side = Side by Side modules.item.chunk_coordinates.chunk_style = Display modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. -modules.item.chunk_coordinates.relative = Relativa +modules.item.chunk_coordinates.relative = Relative modules.item.chunk_coordinates.chunk = Chunk only modules.item.chunk_coordinates.both = Relativo e Chunk modules.item.death_coordinates = Death Location -modules.item.death_coordinates.desc = Exibe o local de sua última morte. +modules.item.death_coordinates.desc = Displays your last death location. modules.item.death_coordinates.nether = Nether modules.item.death_coordinates.the_end = The End -modules.item.direction = Direção -modules.item.direction.desc = Exibe a direção em que o jogador olha. -modules.item.direction.direction_style = Direção +modules.item.direction = Direction +modules.item.direction.desc = Displays the direction your player is facing. +modules.item.direction.direction_style = Direction modules.item.direction.direction_style.desc = Changes how the direction of the player should be displayed. -modules.item.direction.number = Número -modules.item.direction.string = Cardeal -modules.item.direction.both = Ambas +modules.item.direction.number = Number +modules.item.direction.string = String +modules.item.direction.both = Both modules.item.direction.degree = Degree -modules.item.direction.show_direction_towards = Mostrar direção +modules.item.direction.show_direction_towards = Show Direction Towards modules.item.direction.show_direction_towards.desc = Alterna se deve ser exibido, em que direção x e z o jogador está olhando. modules.item.pitch = Pitch modules.item.pitch.desc = Displays the pitch rotation of your player. modules.item.biome = Biome -modules.item.biome.desc = Exibe o bioma em que o jogador se encontra. -modules.item.entities = Entidades +modules.item.biome.desc = Displays the biome your player is currently situated. +modules.item.entities = Entity Count modules.item.entities.desc = Exibe a contagem das entidades da sua direção e a contagem total das entidades do seu mundo. -modules.item.target_block_coordinates = Coordenadas do bloco-alvo +modules.item.target_block_coordinates = Target Block Coordinates modules.item.target_block_coordinates.desc = Displays the coordinates of the block you are looking at. modules.item.target_block_coordinates.coord_style = Coord Style -modules.item.target_block_coordinates.coord_style.desc = Mude o formato das coordenadas exibidas no jogo. -modules.item.target_block_coordinates.below_other = Abaixo -modules.item.target_block_coordinates.side_by_side = Lado a lado +modules.item.target_block_coordinates.coord_style.desc = Changes the way coordinates get rendered ingame. +modules.item.target_block_coordinates.below_other = Below Other +modules.item.target_block_coordinates.side_by_side = Side by Side modules.item.target_block_name = Target Block Id -modules.item.target_block_name.desc = Exibe o ID do bloco que você olha. -modules.item.target_block_name.show_resource_domain = Mostrar domínio do recurso +modules.item.target_block_name.desc = Displays the id of the block you are looking at. +modules.item.target_block_name.show_resource_domain = Show Resource Domain modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. modules.item.damage_resistance = Damage Resistance -modules.item.damage_resistance.desc = Saiba a quantidade de dano absorvida pela armadura e poções. +modules.item.damage_resistance.desc = Shows how much damage your armor and potion effects absorb. modules.item.potions = Potions -modules.item.potions.desc = Exibe todos os efeitos de poções ativas. -modules.item.potions.colored_potion_durability = Durabilidade colorida de poção +modules.item.potions.desc = Displays all your active potion effects. +modules.item.potions.colored_potion_durability = Colored Potion Durability modules.item.potions.colored_potion_durability.desc = Toggles whether the durability of the active potion effects should be rendered in different colors according to their current durability. modules.item.light_level = Light Level -modules.item.light_level.desc = Exibe o nível de luz atual em sua posição. +modules.item.light_level.desc = Displays the current light level of your position. modules.item.light_level.light_level_percentage = Show Percentage modules.item.light_level.light_level_percentage.desc = Toggles whether the light level should be displayed as percentage (where 100% is the max light level) or as a value between 0 and 15. modules.item.speed = Speed modules.item.speed.desc = Displays your current moving speed in metres per second. -modules.item.time = Hora +modules.item.time = Time modules.item.time.desc = Exibe seu horário real. O horário será formatado de acordo com o formato do horário do seu sistema. modules.item.time.style = Style -modules.item.time.style.desc = Define o formato da hora. +modules.item.time.style.desc = Sets the formatting of the time. modules.item.time.system = System Default modules.item.time.hours_24 = 24-Hour-Format modules.item.time.hours_12 = 12-Hour-Format -modules.item.time.show_seconds = Exibir segundos -modules.item.time.show_seconds.desc = Exibir ou não os segundos. +modules.item.time.show_seconds = Show Seconds +modules.item.time.show_seconds.desc = Toggle whether seconds should be displayed as well. modules.item.date = Date modules.item.date.desc = Exibe sua data real. A data será formatada de acordo com o formato da data do seu sistema. -modules.item.timer = Cronômetro +modules.item.timer = Timer modules.item.timer.desc = Exibe seu tempo ativo. Você pode iniciar, parar e pausar o temporizador usando suas respectivas combinações de teclas. modules.item.memory = Memory modules.item.memory.desc = Exibe a memória disponível para a Java VM em valores percentuais ou absolutos. -modules.item.memory.style = Estilo +modules.item.memory.style = Style modules.item.memory.style.desc = Alterna se a memória usada deve ser exibida como porcentagem, valor absoluto ou ambos. modules.item.memory.percentage = Percentage -modules.item.memory.bytes = Absoluto +modules.item.memory.bytes = Absolute modules.item.memory.both = Both modules.item.battery = Battery modules.item.battery.desc = Exibe o status atual da bateria do seu dispositivo. Funciona APENAS em dispositivos portáteis que utilizam Windows\! -modules.item.battery.charge_status = Carregamento +modules.item.battery.charge_status = Charge Status modules.item.battery.charge_status.desc = Alterna se o status de carga de bateria deve ser exibido. modules.item.battery.plugged_in = Plugged In -modules.item.battery.un_plugged = Desconectado +modules.item.battery.un_plugged = Unplugged modules.item.spotify = Spotify modules.item.spotify.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do Spotify que você está ouvindo no momento. modules.item.spotify.show_spotify_always = Show Always @@ -857,7 +857,7 @@ modules.item.spotify.error.expired_oauth_token = OAuth Token Expired modules.item.spotify.error.invalid_csrf_token = Invalid Csrf Token modules.item.spotify.error.oauth_token_invalid_for_user = Invalid OAuth Token modules.item.spotify.error.no_user_logged_in = Not logged in -modules.item.spotify.error.unknown = Não foi possível conectar-se ao Spotify\! +modules.item.spotify.error.unknown = Could not connect to Spotify\! modules.item.spotify.ad = Ad modules.item.itunes = iTunes modules.item.itunes.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do iTunes que você está ouvindo no momento. @@ -866,7 +866,7 @@ modules.item.itunes.show_i_tunes_always.desc = Especifique, se essa caixa deve s modules.item.iloveradio = ILoveRadio.de modules.item.iloveradio.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do ILoveRadio.de modules.item.iloveradio.channel = Channel -modules.item.iloveradio.channel.desc = Selecionar o canal que você está ouvindo no momento. +modules.item.iloveradio.channel.desc = Select the channel you are currently listening to. modules.item.iloveradio.unknown = Unknown modules.item.einslive = 1LIVE modules.item.einslive.desc = Exibe a faixa atual, o artista e a capa do álbum da música atual do 1LIVE.de @@ -879,85 +879,85 @@ modules.item.coordinates_clipboard = Coordinates Clipboard modules.item.coordinates_clipboard.desc = Exibe suas coordenadas salvas da área de transferência, juntamente com uma pequena seta que indica a localização de suas coordenadas salvas. modules.item.custom_server = Custom Server modules.item.custom_server.desc = Displays all stats sent to you by using the official API. -modules.item.entity_health = Saúde de entidade +modules.item.entity_health = Entity Health Indicator modules.item.entity_health.desc = Exibe a vida da entidade que você está mirando no momento. -modules.item.main_hand = Mão dominante -modules.item.main_hand.desc = Exibe o item de sua mão dominante. +modules.item.main_hand = Main Hand +modules.item.main_hand.desc = Renders the item of your main hand. modules.item.main_hand.attributes = Show Attributes modules.item.main_hand.attributes.desc = Exibe o valor do atributo de dano do item que você está segurando. modules.item.main_hand.durability = Durability modules.item.main_hand.durability.desc = Especifique como a durabilidade do seu item segurado deve ser exibida. -modules.item.main_hand.disabled = Não -modules.item.main_hand.relative = Relativa -modules.item.main_hand.absolute = Absoluta -modules.item.main_hand.total = Absoluta/Total +modules.item.main_hand.disabled = Disabled +modules.item.main_hand.relative = Relative +modules.item.main_hand.absolute = Absolute +modules.item.main_hand.total = Absolute/Total modules.item.off_hand = Off Hand -modules.item.off_hand.desc = Exibe o item de sua mão secundária. +modules.item.off_hand.desc = Renders the item of your off hand. modules.item.off_hand.attributes = Show Attributes modules.item.off_hand.attributes.desc = Exibe o valor do atributo de dano do item que você está segurando. modules.item.off_hand.durability = Durability modules.item.off_hand.durability.desc = Especifique como a durabilidade do seu item segurado deve ser exibida. -modules.item.off_hand.disabled = Não -modules.item.off_hand.relative = Relativa -modules.item.off_hand.absolute = Absoluta -modules.item.off_hand.total = Absoluta/Total +modules.item.off_hand.disabled = Disabled +modules.item.off_hand.relative = Relative +modules.item.off_hand.absolute = Absolute +modules.item.off_hand.total = Absolute/Total modules.item.helmet = Helmet modules.item.helmet.desc = Renders your Helmet. modules.item.helmet.attributes = Show Attributes modules.item.helmet.attributes.desc = Exibe o valor do atributo de armadura de seu capacete. modules.item.helmet.durability = Durability modules.item.helmet.durability.desc = Specify how the durability of your helmet should be displayed. -modules.item.helmet.disabled = Não -modules.item.helmet.relative = Relativa -modules.item.helmet.absolute = Absoluta -modules.item.helmet.total = Absoluta/Total +modules.item.helmet.disabled = Disabled +modules.item.helmet.relative = Relative +modules.item.helmet.absolute = Absolute +modules.item.helmet.total = Absolute/Total modules.item.chestplate = Chestplate -modules.item.chestplate.desc = Exibe seu peitoral +modules.item.chestplate.desc = Renders your Chestplate modules.item.chestplate.attributes = Show Attributes modules.item.chestplate.attributes.desc = Exibe o valor do atributo de armadura de seu peitoral. modules.item.chestplate.durability = Durability modules.item.chestplate.durability.desc = Especifique como a durabilidade do seu peitoral deve ser exibida. -modules.item.chestplate.disabled = Não -modules.item.chestplate.relative = Relativa -modules.item.chestplate.absolute = Absoluta -modules.item.chestplate.total = Absoluta/Total -modules.item.leggings = Calças -modules.item.leggings.desc = Exibe suas calças. +modules.item.chestplate.disabled = Disabled +modules.item.chestplate.relative = Relative +modules.item.chestplate.absolute = Absolute +modules.item.chestplate.total = Absolute/Total +modules.item.leggings = Leggings +modules.item.leggings.desc = Renders your Leggings. modules.item.leggings.attributes = Show Attributes modules.item.leggings.attributes.desc = Exibe o valor do atributo de armadura de suas calças. modules.item.leggings.durability = Durability modules.item.leggings.durability.desc = Especifique como a durabilidade das suas calças deve ser exibida. -modules.item.leggings.disabled = Não -modules.item.leggings.relative = Relativa -modules.item.leggings.absolute = Absoluta -modules.item.leggings.total = Absoluta/Total +modules.item.leggings.disabled = Disabled +modules.item.leggings.relative = Relative +modules.item.leggings.absolute = Absolute +modules.item.leggings.total = Absolute/Total modules.item.boots = Boots modules.item.boots.desc = Renders your Boots. modules.item.boots.attributes = Show Attributes modules.item.boots.attributes.desc = Exibe o valor do atributo de armadura de suas botas. modules.item.boots.durability = Durability -modules.item.boots.durability.desc = Personalize a exibição da durabilidade das botas. -modules.item.boots.disabled = Não -modules.item.boots.relative = Relativa -modules.item.boots.absolute = Absoluta -modules.item.boots.total = Absoluta/Total +modules.item.boots.durability.desc = Specify how the durability of your boots should be displayed. +modules.item.boots.disabled = Disabled +modules.item.boots.relative = Relative +modules.item.boots.absolute = Absolute +modules.item.boots.total = Absolute/Total modules.item.arrows = Arrow Count -modules.item.arrows.desc = Exibe o número de flechas em seu inventário. +modules.item.arrows.desc = Displays the Arrow Count of your inventory. modules.item.arrows.show_always = Show Always modules.item.arrows.show_always.desc = Especifica se a contagem de flechas deve ser exibida sempre ou somente quando você segura um arco na sua mão. modules.item.soups = Soup Count -modules.item.soups.desc = Exibe o número de sopas em seu inventário. +modules.item.soups.desc = Displays the Soup Count of your inventory. modules.item.ip = IP modules.item.ip.desc = Displays the IP of the server you are currently connected to. -modules.item.players = Jogadores +modules.item.players = Player Count modules.item.players.desc = Exibe a contagem de jogadores do atual servidor que você está conectado. modules.item.ping = Ping modules.item.ping.desc = Displays the ping of the server you are currently connected to. modules.item.lobby = Lobby modules.item.lobby.desc = Exibe o nome do lobby do atual servidor que você está conectado. -modules.item.countdown = Contagem +modules.item.countdown = Countdown modules.item.countdown.desc = Exibe uma contagem regressiva para o jogo atual que você está jogando. -modules.item.countdown.show_large_countdown = Mostrar contagem maior +modules.item.countdown.show_large_countdown = Show large countdown modules.item.countdown.show_large_countdown.desc = Especifica se a contagem regressiva deve ser exibida no centro da tela. modules.item.kills = Kills modules.item.kills.desc = Exibe suas kills no modo de jogo atual que você está jogando. @@ -969,17 +969,17 @@ modules.item.win_message = Win Message modules.item.win_message.desc = Displays the winner of the current game mode you are playing. modules.item.online_friends = Online Friends modules.item.online_friends.desc = Displays your online friends on the server you are playing. -modules.item.online_friends.length = Largura máxima +modules.item.online_friends.length = Max Length modules.item.online_friends.length.desc = The maximum amount of friends that should be displayed. modules.item.online_friends.nobody = No online friends\! modules.item.party_members = Party Members modules.item.party_members.desc = Displays the members of the party you are currently in. -modules.item.party_members.length = Largura máxima +modules.item.party_members.length = Max Length modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. modules.item.party_members.star = Leader Star -modules.item.party_members.star.desc = Exibir ou não a estrela atrás do líder do grupo. -modules.item.nickname = Apelido -modules.item.nickname.desc = Exibe seu apelido atual. +modules.item.party_members.star.desc = Toggle the star behind the party leader. +modules.item.nickname = Nickname +modules.item.nickname.desc = Displays your current nickname. modules.item.combat_range = Combat Range modules.item.timolia_pvp_winstreak = PVP Winstreak modules.item.timolia_pvp_winstreak.desc = Displays the current winstreak in 1vs1 on the Timolia Network. @@ -1118,38 +1118,38 @@ modules.item.simplehg_feast.desc = Display the coordinates of the feast in Simpl config.server.2nd_chat = 2nd Chat... config.server.2nd_chat.desc = Configurações para um segundo chat. Esse chat está localizado no lado direito da tela de jogo e pode ser usado para exibir mensagens especificadas no Filtro de Bate-Papo. -config.2nd_chat.title = Chat secundário +config.2nd_chat.title = 2nd Chat config.2nd_chat.2nd_chat_visible = Visible -config.2nd_chat.2nd_chat_visible.desc = Personalize a visibilidade do chat secundário. +config.2nd_chat.2nd_chat_visible.desc = Specify whether the second chat should be visible. config.2nd_chat.2nd_chat_opacity = Opacity config.2nd_chat.2nd_chat_opacity.desc = Specify the opacity of the second chat. config.2nd_chat.2nd_chat_scale = Scale -config.2nd_chat.2nd_chat_scale.desc = Personalize a escala do chat secundário. +config.2nd_chat.2nd_chat_scale.desc = Specify the scale of the second chat. config.2nd_chat.2nd_chat_height_focused = Focused height config.2nd_chat.2nd_chat_height_focused.desc = Specify the height of the second chat while it's focused. config.2nd_chat.2nd_chat_height_unfocused = Unfocused height config.2nd_chat.2nd_chat_height_unfocused.desc = Specify the height of the second chat while it's unfocused. config.2nd_chat.2nd_chat_width = Width -config.2nd_chat.2nd_chat_width.desc = Personalize a largura do chat secundário. -config.2nd_chat.2nd_chat_text_leftbound = Texto à esquerda +config.2nd_chat.2nd_chat_width.desc = Specify the width of the second chat. +config.2nd_chat.2nd_chat_text_leftbound = Leftbound Text config.2nd_chat.2nd_chat_text_leftbound.desc = Especifica se o texto do segundo bate-papo deve ser alinhado na esquerda ou no lado direito da caixa. -skype.title = Nova conversa no Skype +skype.title = New Skype Conversation skype.help = Select a Skype Contact to import a Skype Conversation\! skype.loading = Loading Friends... -skype.not_installed = O Skype não foi encontrado\! +skype.not_installed = Skype installation could not be found\! skype.not_running = Por favor, certifique-se de que o Skype está rodando e que o mod 5zig tem permissão para acessá-lo\! skype.no_permission = Please Open up Skype and allow "java.exe" to access it\! teamspeak.not_connected = Not connected\! -teamspeak.not_enabled = The TeamSpeak feature is currently not enabled\!\nPlease make sure that you enabled the ClientQuery-plug-in in your TeamSpeak settings\! +teamspeak.not_enabled = The TeamSpeak feature is currently not enabled\!\nPlease make sure that you enabled the ClientQuery-plugin in your TeamSpeak settings\! teamspeak.enable_button = Click here to activate it\! teamspeak.auth_key_required = TS Requires an Auth Key. Open GUI for more info\! teamspeak.auth.title = TeamSpeak Authentication teamspeak.auth.info = The 5zig Mod requires an authentication key if you want to use the TeamSpeak-feature. teamspeak.auth.invalid_key = Invalid authentication key\! -teamspeak.auth.steps.win = Open the settings menu of your TeamSpeak client under "Extras"->"Options". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plug-in and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. -teamspeak.auth.steps.mac = Open the settings menu of your TeamSpeak client under "TeamSpeak 3"->"Settings". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plug-in and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. +teamspeak.auth.steps.win = Open the settings menu of your TeamSpeak client under "Extras"->"Options". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plugin and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. +teamspeak.auth.steps.mac = Open the settings menu of your TeamSpeak client under "TeamSpeak 3"->"Settings". Next, select "Addons" on the left side and click on the "My addons"-tab. Search for the "ClientQuery" plugin and click on "Settings". Finally, copy the API-key, paste it into the bottom textfield of your Minecraft window and click done. teamspeak.overlay.poked = You have been poked by %s\! teamspeak.overlay.direct_message = You have been messaged by %s\! teamspeak.message.poked = "%s" has poked you\: %s @@ -1163,14 +1163,14 @@ teamspeak.enter_channel_password = Please enter the password of this channel. teamspeak.enter_nickname = Please enter your new nickname\! teamspeak.chat.server = Server teamspeak.chat.channel = Channel -teamspeak.entry.server.name = Nome\: %s +teamspeak.entry.server.name = Name\: %s teamspeak.entry.server.ip = Host\: %s teamspeak.entry.server.version = Version\: %s on %s teamspeak.entry.server.created = Created\: %s -teamspeak.entry.server.channels = Canais\: %s +teamspeak.entry.server.channels = Channels\: %s teamspeak.entry.server.clients = Clients\: %s -teamspeak.entry.channel.name = Nome\: %s -teamspeak.entry.channel.topic = Tópico\: %s +teamspeak.entry.channel.name = Name\: %s +teamspeak.entry.channel.topic = Topic\: %s teamspeak.entry.channel.codec = Codec\: %s teamspeak.entry.channel.codec.speex_narrowband = Speex Narrowband teamspeak.entry.channel.codec.speex_wideband = Speex Wideband @@ -1179,11 +1179,11 @@ teamspeak.entry.channel.codec.celt_mono = CELT Mono teamspeak.entry.channel.codec.opus_voice = Opus Voice teamspeak.entry.channel.codec.opus_music = Opus Music teamspeak.entry.channel.codec_quality = Codec Quality\: %s -teamspeak.entry.channel.type = Tipo\: %s -teamspeak.entry.channel.type.permanent = Permanente +teamspeak.entry.channel.type = Type\: %s +teamspeak.entry.channel.type.permanent = Permanent teamspeak.entry.channel.type.semi_permanent = Semi-Permanent teamspeak.entry.channel.type.default = Default -teamspeak.entry.channel.type.password = Senha +teamspeak.entry.channel.type.password = Password teamspeak.entry.channel.clients = Clients\: %s/%s teamspeak.entry.channel.clients.unlimited = Unlimited teamspeak.entry.channel.talk_power = Required Talk Power\: %s @@ -1192,10 +1192,10 @@ teamspeak.entry.channel.subscription_status.subscribed = Subscribed teamspeak.entry.channel.subscription_status.unsubscribed = Unsubscribed teamspeak.entry.client.nickname = Nickname\: %s teamspeak.entry.client.server_groups = Server Groups\: -teamspeak.entry.client.channel_group = Grupo do canal\: +teamspeak.entry.client.channel_group = Channel Group\: teamspeak.entry.client.away = Away teamspeak.entry.client.output_deactivated = Speakers/Headphones deactivated -teamspeak.entry.client.input_deactivated = Microfone desativado +teamspeak.entry.client.input_deactivated = Microphone deactivated teamspeak.entry.client.output_muted = Speakers/Headphones off teamspeak.entry.client.input_muted = Microphone off teamspeak.menu.server.create_channel = Create Channel... @@ -1221,19 +1221,19 @@ teamspeak.menu.client.unmute = Un-Mute teamspeak.menu.client.ban = Ban From Server... teamspeak.create_channel.title = TeamSpeak Channel teamspeak.create_channel.name = Name\: -teamspeak.create_channel.password = Senha\: +teamspeak.create_channel.password = Password\: teamspeak.create_channel.topic = Topic\: teamspeak.create_channel.description = Description\: teamspeak.create_channel.lifespan = Lifespan\: teamspeak.create_channel.lifespan.temporary = Temporary teamspeak.create_channel.lifespan.semi_permanent = Semi-Permanent -teamspeak.create_channel.lifespan.permanent = Permanente -teamspeak.create_channel.default = Canal padrão +teamspeak.create_channel.lifespan.permanent = Permanent +teamspeak.create_channel.default = Default Channel teamspeak.create_channel.codec = Codec\: teamspeak.create_channel.codec_quality = Quality teamspeak.create_channel.order = Order After\: %s teamspeak.create_channel.needed_talk_power = Needed Talk Power\: -teamspeak.create_channel.max_clients = Máx. de clientes\: +teamspeak.create_channel.max_clients = Max Clients\: teamspeak.create_channel.order_bottom = Order At Bottom Position teamspeak.create_channel.select_order.title = Select Above Channel teamspeak.edit_server_groups.title = Edit Server Groups @@ -1243,32 +1243,32 @@ teamspeak.edit_channel_group.title = Select Channel Group teamspeak.ban_client.title = Ban Client From Server teamspeak.ban_client.name = Name\: teamspeak.ban_client.reason = Reason\: -teamspeak.ban_client.duration = Duração\: +teamspeak.ban_client.duration = Duration\: teamspeak.ban_client.seconds = seconds config.teamspeak.title = TeamSpeak Settings config.teamspeak.ts_enabled = Enabled config.teamspeak.ts_auth_gui = Manage TS API-Key... -config.teamspeak.ts_text_messages_in_chat = Mensagens de texto no chat +config.teamspeak.ts_text_messages_in_chat = Text Messages in Chat config.teamspeak.ts_channel_events_in_chat = Channel Events in Chat config.teamspeak.ts_dm_overlay = Direct Message Overlay config.friend_list.friend_sortation = Sort by config.friend_list.name = Name -config.friend_list.online = On-line +config.friend_list.online = Online friend.title = Friends | %s friend.chat = Chat friend.chats = Chats friend.party = Party -friend.party.invitations = Grupo (%s convites) -friend.connected = Conectado +friend.party.invitations = Party (%s invitations) +friend.connected = Connected friend.disconnected = Disconnected friend.profile = Profile -friend.profile.delete = Desfazer amizade +friend.profile.delete = Delete Friend friend.profile.block = Block Friend friend.profile.favorite = Favorite friend.profile.unfavorite = Unfavorite -friend.profile.last_seen = Visto pela última vez +friend.profile.last_seen = Last Seen friend.profile.last_seen.second = second friend.profile.last_seen.seconds = seconds friend.profile.last_seen.minute = minute @@ -1283,34 +1283,34 @@ friend.profile.last_seen.year = year friend.profile.last_seen.years = years friend.profile.playing_on_server = Playing on Server friend.add = Add Friends -friend.add.suggestions = Adicionar amigos (%s sugestões) +friend.add.suggestions = Add Friends (%s suggestions) friend.requests = Friend Requests (%s) -friend.new_requests = Você tem %s novo(s) pedido(s) de amizade\! -friend.typing = Digitando... +friend.new_requests = You have %s new friend request(s)\! +friend.typing = Typing... friend.info.first_join_date = First Join Date\: %s friend.info.status = Status\: %s -friend.info.server = Servidor\: %s +friend.info.server = Server\: %s friend.info.server.none = None -friend.info.last_seen = Visto pela última vez\: %s +friend.info.last_seen = Last seen\: %s friend.info.profile_message = Profile Message\: friend.info.mod_version = Mod Version\: %s friend.info.country = Country\: %s -friend.info.hidden = Oculto +friend.info.hidden = Hidden friend.online_message = %s is now %s. friend.online_message.no_longer = %s is no longer %s. -friend.no_friends = Você é muito solitário \:( +friend.no_friends = No Friends \:( friend.invite.title = Digite o nome do jogador que deseja adicionar. friend.invite.suggestions = Sugestão\: friend.invite.suggestions.new = Encontramos %s sugestões de amigos para você\! group.new = New Group Chat -group.owner = Líder -group.admin = Admin. +group.owner = Owner +group.admin = Admin group.unknown = Unknown group.more_members = and %s more... -group.info = Info. -group.info.title = Grupo "%s" criado por %s +group.info = Info +group.info.title = Group "%s" created by %s group.info.kick_player = Kick Player group.info.admin.set = Promote group.info.admin.remove = Demote @@ -1319,16 +1319,16 @@ group.info.settings = Settings... group.info.confirm.owner = Are you sure you want to transfer your Ownership to %s? group.settings.title = Group Settings group.settings.confirm.add_player = Por favor, digite o nome do jogador que você deseja adicionar nesse grupo de bate-papo. -group.settings.confirm.change_name = Digite um novo nome para o chat em grupo. -group.settings.confirm.delete = Deseja mesmo excluir esse chat em grupo? -group.settings.add_player = Adicionar... +group.settings.confirm.change_name = Please enter a new Name for your Group Chat. +group.settings.confirm.delete = Are you sure you want to delete this Group Chat? +group.settings.add_player = Add Player... group.settings.edit_name = Edit Name... group.settings.delete = Delete Group... group.create.title = Create Group Chat group.create.name = Name\: -group.create.name.min_length = O nome do chat em grupo precisa conter pelo menos 3 caracteres -group.invite.title = Criar chat em grupo "%s" +group.create.name.min_length = Group Chat Name must be at least 3 characters long +group.invite.title = Create Group Chat "%s" group.invite.create = Create group.invite.friends.all = All Friends (%s) group.invite.friends.invited = Invited Friends (%s) @@ -1341,76 +1341,76 @@ chat.chats = Chats chat.friends = Friends chat.view_more = View More... chat.no_conversations = No Conversations\! -chat.status.pending = Pendente +chat.status.pending = Pending chat.status.sent = Sent -chat.status.delivered = Entregue -chat.status.read = Lido +chat.status.delivered = Delivered +chat.status.read = Read chat.conversation_settings = Settings... -chat.conversation_settings.title = Opções de conversa -chat.conversation_settings.behaviour = Comportamento\: %s -chat.conversation_settings.behaviour.default = Padrão +chat.conversation_settings.title = Conversation Settings +chat.conversation_settings.behaviour = Behaviour\: %s +chat.conversation_settings.behaviour.default = Default chat.conversation_settings.behaviour.show = Show Notifications chat.conversation_settings.behaviour.hide = Hide Notifications chat.conversation_settings.delete = Delete Conversation chat.conversation_settings.leave = Leave Group -chat.conversation_settings.transfer_ownership = Transfira a liderança primeiro\! +chat.conversation_settings.transfer_ownership = Please transfer your ownership first\! chat.new_message = Message from %s -chat.new_group_message = Mensagem em %s +chat.new_group_message = Message in %s chat.new_file_request = File Request from %s -chat.accept_file_transfer = Abra a interface do chat para aceitar\! +chat.accept_file_transfer = Open Chat GUI to accept\! chat.select_image = Select Image -chat.new_messages = Você recebeu %s novas mensagens\! +chat.new_messages = Você tem %s novas mensagens\! chat.audio.name = Audio -chat.audio.too_large = O áudio não pode ser maior do que %s\! +chat.audio.too_large = Audio may not be larger than %s\! chat.audio.not_found = Clip not found\! chat.audio.recording = Recording... %s sec chat.audio.abort = Move Mouse to abort -chat.audio.hint = Pressione e segure\! -chat.audio.not_supported = Gravação de áudio indisponível\! -chat.audio.unavailable = Gravação de áudio indisponível no momento\! +chat.audio.hint = Press and Hold\! +chat.audio.not_supported = Audio recording is not supported\! +chat.audio.unavailable = Audio recording is currently unavailable\! chat.image.name = Image -chat.image.too_large = A imagem não pode ser maior do que %s\! +chat.image.too_large = Image may not be larger than %s\! chat.image.not_found = Image not found\! -chat.file.waiting = Aguarde... +chat.file.waiting = Waiting... chat.file.accept = Accept Download? chat.file.download_failed = Download failed\! chat.file.download_denied = Download denied chat.file.downloading = Downloading... -chat.file.request_sent = Pedido de download enviado\! +chat.file.request_sent = Download request sent\! chat.file.upload_failed = Upload failed\! -chat.file.upload_denied = Envio negado +chat.file.upload_denied = Upload denied chat.file.uploading = Uploading... chat.settings = Chat Options... config.chat_settings.title = Chat Options config.chat_settings.show_messages = Chat Notifications config.chat_settings.show_messages.desc = Alterna se as notificações do bate-papo devem ser exibidas no canto superior direito. -config.chat_settings.show_group_messages = Notificações de chat em grupo +config.chat_settings.show_group_messages = Group Chat Notifications config.chat_settings.show_group_messages.desc = Alterna se as notificações do grupo de bate-papo devem ser exibidas no canto superior direito. -config.chat_settings.show_online_messages = Mostrar mensagens online +config.chat_settings.show_online_messages = Show Online Messages config.chat_settings.show_online_messages.desc = Alterna se mensagens online devem ser exibidas no canto superior direito. config.chat_settings.play_message_sounds = Play Message Sounds config.chat_settings.play_message_sounds.desc = Alterna se o mod deve tocar sons quando enviar ou receber uma mensagem. -config.chat_settings.show_tray_notifications = Mostrar notificações na bandeja +config.chat_settings.show_tray_notifications = Show Tray Notifications config.chat_settings.show_tray_notifications.desc = Alternar se o mod deve mostrar uma notificação do sistema quando você receber uma mensagem de bate-papo enquanto a janela do Minecraft estiver desfocada. -config.chat_settings.chat_background_type = Fundo -config.chat_settings.chat_background_type.desc = Personalize o estilo do fundo de chat. -config.chat_settings.default = Padrão +config.chat_settings.chat_background_type = Background-Style +config.chat_settings.chat_background_type.desc = Specify the style of the background of the chat. +config.chat_settings.default = Default config.chat_settings.transparent = Transparent config.chat_settings.image = Image -config.chat_settings.chat_background_location = Selecionar imagem de fundo... -config.chat_settings.chat_background_location.desc = Selecione uma imagem de fundo para o chat. -config.chat_settings.background.selected = Novo fundo selecionado\! +config.chat_settings.chat_background_location = Select Background-Image... +config.chat_settings.chat_background_location.desc = Select a background image for the chat. +config.chat_settings.background.selected = New Background selected\! -party.title = Grupo +party.title = Party party.help = Você não está em uma Party\!\n\nGrupos de Party tornam muito fácil jogar com amigos trocando automaticamente todos os membros para o mesmo servidor de Minecraft que o host está jogando no momento. party.delete = Delete Party party.leave = Leave Party -party.members = Membros do grupo +party.members = Party Members party.from = Party of %s party.create = Create new Party -party.invitations = Convites de grupos (%s) +party.invitations = Party Invitations (%s) party.invitations.accept = Accept party.invitations.deny = Deny party.invite_members.title = Invite Party Members @@ -1420,24 +1420,24 @@ party.invite_members.friends.invited = Invited Friends party.invitations.title = Party Invitations party.manage_members = Manage Members party.manage_members.title = Manage Members -party.manage_members.invite = Convidar... +party.manage_members.invite = Invite... party.manage_members.kick = Kick -party.manage_members.promote = Promover -party.manage_members.demote = Rebaixar +party.manage_members.promote = Promote +party.manage_members.demote = Demote party.manage_members.set_owner = Set Owner... party.manage_members.set_owner.confirm = Are you sure you want to transfer your ownership to %s? This action can not be reverted\! -party.messages.invited = Novo convite de grupo de %s\! +party.messages.invited = New Party Invitation from %s\! party.messages.member_joined.overlay = %s joined the Party\! party.messages.member_joined.broadcast = %s joined the Party\! party.messages.member_left.overlay = %s left the Party\! party.messages.member_left.broadcast = %s left the Party\! -party.messages.new_owner.broadcast = %s é o novo líder do grupo\! -party.messages.promoted.broadcast = %s foi promovido\! +party.messages.new_owner.broadcast = %s is now the new owner of the Party\! +party.messages.promoted.broadcast = %s has been promoted\! party.messages.demoted.broadcast = %s has been demoted\! -party.messages.switch_server.overlay = O grupo está entrando em %s -party.messages.switch_server.broadcast = O grupo entrou em %s -party.messages.chat = Nova mensagem de chat em grupo de %s\! -party.messages.deleted = Grupo excluído\! +party.messages.switch_server.overlay = The Party is now joining %s +party.messages.switch_server.broadcast = The Party has joined %s +party.messages.chat = New Party Chat Message from %s\! +party.messages.deleted = The Party has been deleted\! profile.title = Perfil profile.id = ID do perfil @@ -1449,18 +1449,18 @@ profile.message = Bio profile.edit = [Editar] config.profile_settings.title = Profile Settings -config.profile_settings.connect_to_server = Conecte-se +config.profile_settings.connect_to_server = Be Online config.profile_settings.connect_to_server.desc = Alternar se o mod deve se conectar ao servidor de chat do mod na inicialização. -config.profile_settings.show_connecting = Mostrar aviso de entrada +config.profile_settings.show_connecting = Show Connect Message config.profile_settings.show_connecting.desc = Alternar se o mod deve exibir mensagens de conexão no canto superior direito. config.profile_settings.afk_time = Go Afk after config.profile_settings.afk_time.desc = Especifica o tempo que o mod deve alterar seu status online para indisponível quando estiver inativo. config.profile_settings.afk_time.min = min config.profile_settings.never = Never profile.now_afk = You are now AFK\! -profile.no_longer_afk = Você não está mais ausente\! +profile.no_longer_afk = You are no longer AFK\! config.profile_settings.online_status = Status -config.profile_settings.online_status.desc = Especifique seu status online. +config.profile_settings.online_status.desc = Specify your online status. config.profile_settings.show_server = Show Your Server config.profile_settings.show_server.desc = Alterna se você deseja que outros vejam o servidor em que você está jogando no momento.\nQuando desativado, você também não pode ver os servidores atuais de seus amigos. config.profile_settings.show_messages_read = Show Messages Read @@ -1469,32 +1469,32 @@ config.profile_settings.show_friend_requests = Show Friend Requests config.profile_settings.show_friend_requests.desc = Alterna se você deseja permitir solicitações de amizades de outros jogadores. config.profile_settings.show_country = Show Country config.profile_settings.show_country.desc = Alterna se você deseja mostrar seu país para seus amigos.\nQuando desativado, você também não pode ver o país de seus amigos. -config.profile_settings.display_color = Cor de exibição +config.profile_settings.display_color = Display Color config.profile_settings.display_color.desc = The color your name will be displayed in the chat and friends list. -profile.yesterday = Ontem +profile.yesterday = Yesterday profile.today = Today -profile.hidden = Oculto +profile.hidden = Hidden -profile.blocked_contacts = Ver contatos bloqueados... +profile.blocked_contacts = View Blocked Contacts... profile.show_statistics = Show Statistics... -profile.enter_new_profile_message = Digite a nova mensagem de perfil -profile.settings.view = Ver opções do perfil... +profile.enter_new_profile_message = Please Enter a new Profile Message +profile.settings.view = View Profile Settings... profile.settings.title = Profile Settings -cape.title = Opções da capa +cape.title = Cape Settings cape.not_connected = You must be connected to the 5zig Mod Server to manage your cape. cape.not_donator = You need to be a donator to be able to upload a cape. cape.not_custom = Donate for a custom cape to be able to upload your own cape\! cape.disable = Disable Cape cape.enable = Enable Cape cape.upload = Upload Cape... -cape.default = Enviar capa padrão... +cape.default = Upload Default Cape... cape.upload.title = Upload Cape -cape.upload.default.help = Clique numa capa para selecioná-la +cape.upload.default.help = Click on a Cape to select it cape.upload.default.title = Upload Default Cape -cape.upload.max_size = A imagem não pode ser maior do que %s\! +cape.upload.max_size = Image may not be larger than %s\! cape.upload.wrong_dimension = Invalid Cape size\! -cape.upload.uploading = Enviando capa... +cape.upload.uploading = Uploading your Cape... cape.forbidden = Você precisa ser um %s para usar essa capa\! mcpvp_servers.title = Select a MCPvP Server @@ -1517,46 +1517,46 @@ raid.tracked_blocks = Tracked Blocks raid.narrow = Narrow raid.track = Track %s -coordinate_clipboard.title = Módulo de Coordenadas +coordinate_clipboard.title = Coordinates Clipboard coordinate_clipboard.description = Help\: In this screen you can quickly save some coordinates to your "clipboard". These coordinates will be then displayed on the screen. This feature is very useful for remembering the coordinates of eg. your team mate or another important location. -coordinate_clipboard.previous = Anterior -coordinate_clipboard.next = Próximo -coordinate_clipboard.number = Módulo de Coordenadas %s/%s -coordinate_clipboard.shortcut.cur_pos = Pressione ESPAÇO para inserir sua posição atual. -coordinate_clipboard.shortcut.delete = Pressione DELETE para excluir as coordenadas atuais. -coordinate_clipboard.shortcut.death = Pressione CTRL+D para inserir a posição de sua morte. +coordinate_clipboard.previous = Previous +coordinate_clipboard.next = Next +coordinate_clipboard.number = Coordinates Clipboard %s/%s +coordinate_clipboard.shortcut.cur_pos = Press SPACE to insert your current position. +coordinate_clipboard.shortcut.delete = Press DELETE to clear the current coordinates. +coordinate_clipboard.shortcut.death = Press CTRL+D to insert your death location. stats.title = Network Statistics stats.current = Current Statistics -stats.packets_sent = Pacotes enviados -stats.packets_received = Pacotes recebidos -stats.bytes_sent = Bytes enviados +stats.packets_sent = Packets sent +stats.packets_received = Packets received +stats.bytes_sent = Bytes sent stats.bytes_received = Bytes received stats.total = Total Statistics -stats.total_packets = Total de packets +stats.total_packets = Total Packets stats.total_bytes = Total Bytes stats.since = Since stats.server = Server Statistics stats.ping = Ping\: %s ms stats.up_time = Server Up-Time\: %s stats.lag = Server Lag\: %s%% -stats.connected_players = Jogadores conectados\: %s/%s +stats.connected_players = Connected Players\: %s/%s plugin_manager.title = Plugin Manager plugin_manager.enable = Enable -plugin_manager.disable = Desativar +plugin_manager.disable = Disable plugin_manager.reload = Reload -plugin_manager.plugin_folder = Pasta de plug-ins +plugin_manager.plugin_folder = Plugin Folder plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. plugin_manager.update = Auto-update credits.title = Créditos credits.reborn = Reborn Developers -credits.developer = Desenvolvedores +credits.developer = Developer credits.special_thanks = Special Thanks to credits.translators = Tradutores credits.thank_you = Um grande "Obrigado\!" para todos esses caras e, claro, para você, por usar meu mod\! -credits.patrons = Apoiadores +credits.patrons = Patrons blocked_users.title = Usuários bloqueados blocked_users.none = Nenhum usuário bloqueado \:) @@ -1567,61 +1567,61 @@ friend_requests.none = Nenhum pedido de amizade friend_requests.accept = Aceitar friend_requests.deny = Negar -banned.title = Acesso ao 5zig Mod negado\! +banned.title = Access to The 5zig Mod has been denied\! banned.help = If you believe this is an error, contact info@5zigreborn.eu. -banned.exiting = Saída automática da partida em %s. +banned.exiting = Auto-Exiting game in %s seconds. -server.reconnecting = Reconectando-se em %s... +server.reconnecting = Reconnecting in %s seconds... api.outdated_server = Outdated Server API api.outdated_client = Outdated Client api.connected = You are playing on a server that supports the 5zig Mod\! -api.setting_disabled = A exibição de %s foi bloqueada pelo servidor\! -api.setting_disabled.potion_hud = o HUD de efeito de poções +api.setting_disabled = Rendering %s has been disabled by the server\! +api.setting_disabled.potion_hud = the Potion Effect HUD api.setting_disabled.potion_indicator = the Potion Indicator Vignette api.setting_disabled.armor_hud = the Armor HUD ingame_chat.new_message = Nova mensagem\! -plugin_request.title = Pedido de download de plug-in do mod\! +plugin_request.title = Mod Plugin Download Request\! plugin_request.help = The server has made a request to download a plugin of the 5zig mod, which can be used to display additional stats from the server.\n§cPlease note that the content of any downloadable plugin is not approved by the mod author and may harm your computer. Download this plugin at your own risk and only if you really trust the server owner\! If you want to remove the downloaded plugin again delete "%s" and restart your game\! plugin_request.warning = Are you sure that you want to continue? This plugin may harm your computer\! The author of the 5zig mod is not responsible for any downloaded content\! plugin_request.download = Download plugin_request.downloading = Downloading... %s -plugin_request.verifying = Verificando download... +plugin_request.verifying = Verifying download... plugin_request.done = Done. plugin_request.error = Error ingame.chat_search.enter_keyword = Digite a palavra-chave a ser destacada no bate-papo ingame.chat_search.highlighting = Realça palavras que contém "%s" -armor.title = HUD da armadura +armor.title = Armor HUD ctf.title = Your CTF Stats hg.title = Your HG Stats -potion_effects.title = Efeitos de Poções Ativas -weather.title = Clima -weather.loading = Carregando... +potion_effects.title = Active Potion Effects +weather.title = Weather +weather.loading = Loading... weather.city = City -weather.condition = Condição +weather.condition = Condition weather.temperature = Temperature ingame.fps = FPS ingame.target = Target ingame.target_name = Target Block ingame.cps = CPS ingame.f.south = South -ingame.f.south_west = Sudoeste +ingame.f.south_west = South-West ingame.f.west = West -ingame.f.north_west = Noroeste +ingame.f.north_west = North-West ingame.f.north = North -ingame.f.north_east = Nordeste +ingame.f.north_east = North-East ingame.f.east = East -ingame.f.south_east = Sudeste +ingame.f.south_east = South-East ingame.biome = Biome ingame.entities = Entities ingame.ip = IP -ingame.players = Jogadores +ingame.players = Players ingame.ping = Ping -ingame.pinging = Calculando latência... +ingame.pinging = Pinging... ingame.kills = Kills ingame.stats_kills = StatsKills ingame.killstreak = Killstreak @@ -1640,51 +1640,51 @@ ingame.steals = Steals ingame.captures = Captures ingame.recovers = Recovers ingame.flag = Flag -ingame.invincibility_wears_off = A invencibilidade acaba em %s segundos\! -ingame.no_longer_invincible = Você não é mais invisível\! -ingame.time = Hora +ingame.invincibility_wears_off = Invincibility wears off in %s seconds\! +ingame.no_longer_invincible = You are no longer invincible\! +ingame.time = Time ingame.date = Date ingame.feast = Feast ingame.minifeast = Mini Feast ingame.starting = Starting -ingame.invincibility = Invencibilidade -ingame.starting_in = Iniciando a partida em %s\! +ingame.invincibility = Invincibility +ingame.starting_in = Starting game in %s seconds\! ingame.win = %s won the game\! -ingame.win.team.self = Sua equipe venceu a partida\! -ingame.win.team.other = A equipe inimiga venceu a partida\! +ingame.win.team.self = Your Team won the game\! +ingame.win.team.other = The Opponent Team won the game\! ingame.lobby = Lobby ingame.teams = Teams ingame.teams.allowed = Allowed ingame.teams.not_allowed = Not Allowed -ingame.deathmatch = Mata-mata -ingame.deathmatch_in = O Deathmatch começa em %s segundos\! +ingame.deathmatch = Deathmatch +ingame.deathmatch_in = Deathmatch is starting in %s seconds\! ingame.beds = Beds destroyed -ingame.can_respawn = Pode ressurgir +ingame.can_respawn = Can Respawn ingame.can_respawn.true = Yes ingame.can_respawn.false = No ingame.height = Height ingame.opponent = Opponent ingame.opponent.games_total = Opponent Games ingame.opponent.games_won = Opponent Games Won -ingame.opponent.kill_death_ratio = KDR do oponente -ingame.ending_in = A partida acaba em %s segundos\! +ingame.opponent.kill_death_ratio = Opponent K/D +ingame.ending_in = The Game is ending in %s seconds\! ingame.host = Host ingame.participants = Participants -ingame.best_of = Melhor de +ingame.best_of = Best Of ingame.qualification = Qualification ingame.qualification.rounds = Rounds -ingame.round = Rodada +ingame.round = Round ingame.tournament = Tournament by %s -ingame.star = Estrela +ingame.star = Star ingame.star_in = The Star will be released in %s seconds\! ingame.checkpoints = Checkpoints ingame.fails = Fails ingame.lives = Lives -ingame.gold = Ouro -ingame.loot = Itens +ingame.gold = Gold +ingame.loot = Loot ingame.regeneration = Regeneration -ingame.now_spawn_regeneration = Você pode renovar seu tempo no Spawn\! -ingame.loot_spawned = Novos itens gerados no centro do mapa\! +ingame.now_spawn_regeneration = You can now regenerate your time at Spawn\! +ingame.loot_spawned = New loot has been spawned in the center of the map\! ingame.afk = AFK ingame.current_minigame = Minigame ingame.next_minigame = Next Minigame @@ -1693,54 +1693,54 @@ ingame.medal = Medal ingame.parkour = Parkour ingame.checkpoint = Checkpoint ingame.last_checkpoint = Last Checkpoint -ingame.discipline = Disciplina -ingame.light_level = Nível de luz +ingame.discipline = Discipline +ingame.light_level = Light Level ingame.speed = Speed -ingame.battery = Bateria +ingame.battery = Battery ingame.memory = Memory -ingame.first_player = Primeiro +ingame.first_player = First ingame.place = Place ingame.remaining_fields = Fields -ingame.first_to = Primeiro a +ingame.first_to = First to ingame.score = Score -ingame.timer = Cronômetro +ingame.timer = Timer ingame.emeralds = Emeralds ingame.death_coordinates = Death Coords ingame.pitch = Pitch ingame.chunk = Chunk -ingame.damage_resistance = Resistência -ingame.nickname = Apelido -ingame.reach = Alcance +ingame.damage_resistance = Resistance +ingame.nickname = Nick +ingame.reach = Range error = Erro account_manager.title = Accounts -account_manager.create = Insira a senha para criptografar o banco de contas. -account_manager.enter_password = Insira a senha do banco de contas. +account_manager.create = Enter a password to encrypt the accounts database. +account_manager.enter_password = Enter the accounts database password. account_manager.edit = Add/Edit account account_manager.username = Username/E-mail -account_manager.password = Senha (deixe em branco para contas offline) -account_manager.type.legacy = Off-line +account_manager.password = Password (leave blank for offline accounts) +account_manager.type.legacy = Offline account_manager.type.mojang = Verified account_manager.add_btn = Add... account_manager.remove = Remove -account_manager.edit_btn = Editar... +account_manager.edit_btn = Edit... account_manager.change_password = Change Key -spotify.token.set = Definir -spotify.token.not_set = Indefinido +spotify.token.set = Set +spotify.token.not_set = Not Set config.spotify.title = Spotify config.spotify.refresh_token = Token config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. config.display.spotify = Spotify... -ingame.map = Mapa -ingame.mode = Modo +ingame.map = Map +ingame.mode = Mode -modules.item.octc_map = Mapa -modules.item.octc_mode = Modo -modules.item.octc_team = Equipe -modules.category.server_occ = Servidor OCC +modules.item.octc_map = Map +modules.item.octc_mode = Mode +modules.item.octc_team = Team +modules.category.server_occ = Server OCC gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. gui.alert.feature_unavailable = This feature isn't currently available. @@ -1753,12 +1753,12 @@ plugin.conn.downloaded = Install complete plugin.conn.error.fs = Could not create plugin file update.beta.1 = A new beta version of the 5zig mod is available\! -update.beta.2 = Baixe em 5zigreborn.eu/beta\! +update.beta.2 = Get it from l.5zigreborn.eu/beta\! update.available.stable = Update available update.available.beta = Beta update available -modules.item.direction.count_angle_north = Contar do norte -modules.item.direction.count_angle_north.desc = Funciona como uma bússola, marcando 0° ao norte e 180° ao sul. +modules.item.direction.count_angle_north = Count from north +modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. modules.item.uptime = Uptime modules.item.uptime.extended = Extended @@ -1777,8 +1777,8 @@ modules.label.input = Enter the new prefix for this item. modules.item.command = Command Output modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Limiar de rolagem -modules.item.command.refresh = Taxa de atualização +modules.item.command.scrolling = Scrolling Threshold +modules.item.command.refresh = Refresh Rate (s) modules.item.command.command = Command config.formatting.rgb_main = Custom Main Color @@ -1788,6 +1788,6 @@ ingame.command_output = Command ingame.text = Text modules.item.text = Simple Text modules.item.text.value = Text -modules.item.text.value.desc = Texto exibido +modules.item.text.value.desc = The text to display config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 3105eec6349b606a3caa9b304f29d2ddb9fcac9d Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 27 Sep 2021 20:46:55 +0200 Subject: [PATCH 367/382] New translations en_US.lang (Portuguese, Brazilian) --- resources/assets/the5zigmod/lang/pt_BR.lang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/the5zigmod/lang/pt_BR.lang b/resources/assets/the5zigmod/lang/pt_BR.lang index be8d981..88da59c 100644 --- a/resources/assets/the5zigmod/lang/pt_BR.lang +++ b/resources/assets/the5zigmod/lang/pt_BR.lang @@ -1,4 +1,4 @@ -the5zigmod.key.toggle_mod=Mostrar/ocultar mod +the5zigmod.key.toggle_mod=Toggle Mod the5zigmod.key.toggle_chat=Toggle Chat the5zigmod.key.coordinates_clipboard=Módulo de Coordenadas the5zigmod.key.raid_calculator=Calculadora de Raid MCPVP @@ -8,5 +8,5 @@ the5zigmod.key.timer.start=Cronômetro the5zigmod.key.timer.reset=Reiniciar cronômetro the5zigmod.key.teamspeak=TeamSpeak the5zigmod.key.username_history=Histórico de nomes -the5zigmod.key.toggle_chat_filter=Ativar/desativar filtro de chat +the5zigmod.key.toggle_chat_filter=Toggle Chat Filter the5zigmod.key.change_account=Change account \ No newline at end of file From 572d162aeac1f7a7294f40d38c632862ff36ae0a Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 20 Nov 2021 02:46:13 +0100 Subject: [PATCH 368/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 7dc4f3c..35f1194 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -17,7 +17,7 @@ # # suppress inspection "UnusedProperty" for whole file -author = ImRodry +author = 5zig gui.back = Voltar gui.continue = Continuar @@ -39,7 +39,7 @@ mojang.service.account = Servidor da conta Mojang mojang.service.authentication = Servidor de autenticação Mojang mojang.service.skins = Skin mojang.service.api = API da Mojang -mojang.service.textures = Texturas +mojang.service.textures = Servidor de Texturas Minecraft mojang.status.no_issues = está online novamente mojang.status.some_issues = está com problemas mojang.status.unavailable = foi abaixo From 027e3c097018ccda485571af940f67e4e9899a44 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 21 Nov 2021 01:15:52 +0100 Subject: [PATCH 369/382] New translations language_en_US.properties (Portuguese) --- resources/lang/44/language_pt_PT.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/44/language_pt_PT.properties b/resources/lang/44/language_pt_PT.properties index 35f1194..d9d3719 100644 --- a/resources/lang/44/language_pt_PT.properties +++ b/resources/lang/44/language_pt_PT.properties @@ -57,7 +57,7 @@ connection.away = Ausente connection.bad_login = Login inválido connection.timed_out = Tempo excedido -conn.user.not_exists = Não foi possível encontrar %s\! +conn.user.not_exists = Jogador %s não encontrado\! conn.user.not_friend = %s não é teu amigo\! conn.user.not_friend_anymore = %s deixou de ser teu amigo\! conn.user.offline = %s não está online\! From 5fdd5a9e537a311a926ceb4f61d92f9d9892e46e Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 5 Jan 2022 01:39:42 +0100 Subject: [PATCH 370/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index 0a4012b..9578601 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -569,7 +569,7 @@ server.hypixel.stats.skywars.losses = Pérdidas server.hypixel.stats.skywars.blocks_placed = Bloques colocados server.hypixel.stats.skywars.blocks_broken = Bloques roto server.hypixel.stats.skywars.quits = Sale -server.hypixel.stats.skywars.soul_well = Soul Wells +server.hypixel.stats.skywars.soul_well = Pozos de alma server.hypixel.stats.skywars.soul_well_legendaries = Legendario Soul Wells server.hypixel.stats.skywars.soul_well_rares = Raras Soul Wells server.hypixel.stats.skywars.souls_gathered = Las almas se reunieron @@ -609,7 +609,7 @@ chat_filter.delete = Eliminar mensaje chat_filter.message.enabled = Chat filter has been enabled. chat_filter.message.disabled = Chat filter has been disabled. Press %s to enable it again. chat_filter.edit.title = Editar mensaje -chat_filter.edit.name = Name\: +chat_filter.edit.name = Nombre\: chat_filter.edit.chat_message = Mensaje\: chat_filter.edit.except = Exceptions\: chat_filter.edit.servers = Servidor\: @@ -653,9 +653,9 @@ text_macros.edit.macro.auto_send = Auto Send text_macros.help = Automatically send chat messages after pressing a predefined key combination. name_history.title = Username History -name_history.search = Search... -name_history.searching = Searching... -name_history.suggestions = Suggestions +name_history.search = Buscar... +name_history.searching = Buscando... +name_history.suggestions = Sugerencias name_history.profile.title = Username History Search Result name_history.profile.history = Username History\: name_history.profile.copy = Click to Copy to Clipboard @@ -663,12 +663,12 @@ name_history.profile.not_found = Profile not found\! join_texts.title = Join Auto-Texts join_texts.help = Automatically send chat messages after joining a server. -join_texts.add = Add Text -join_texts.edit = Edit Text -join_texts.delete = Delete Text +join_texts.add = Añadir texto +join_texts.edit = Editar texto +join_texts.delete = Eliminar texto join_texts.edit.title = Edit Join Text join_texts.edit.message = Join Text -join_texts.edit.server = Server +join_texts.edit.server = Servidor join_texts.edit.delay = Delay modules.title = Personalizar modulos @@ -679,8 +679,8 @@ modules.reset.title = Estas seguro que quieres restablecer todo? modules.list.title = Modulos modules.add = Añadir nuevo modulo... modules.settings = Opciones... -modules.enable = Enable -modules.disable = Disable +modules.enable = Habilitar +modules.disable = Deshabilitar modules.move_up = Mover arriba modules.move_down = Mover abajo modules.preview = Previsualzar @@ -697,7 +697,7 @@ modules.anchor.top_left = Top Left modules.anchor.top_center = Top Center modules.anchor.top_right = Top Right modules.anchor.center_left = Center Left -modules.anchor.center_center = Center +modules.anchor.center_center = Centro modules.anchor.center_right = Center Right modules.anchor.bottom_left = Bottom Left modules.anchor.bottom_center = Bottom Center @@ -717,7 +717,7 @@ modules.settings.translation.change = Titulo para el modulo que saldra en la pan modules.settings.items = Items (%s)... modules.settings.show_label = Mostrar titulo modules.settings.label.color = Label Color -modules.settings.server = Server +modules.settings.server = Servidor modules.settings.render = Render modules.settings.render.timolia_tournament = Timolia 1vs1 Tournament modules.settings.render.custom_server = Server API From 4186908fc3ff328f30299b265ed15b05c63c809f Mon Sep 17 00:00:00 2001 From: Rocco Date: Wed, 5 Jan 2022 05:16:56 +0100 Subject: [PATCH 371/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 100 ++++++++++---------- 1 file changed, 50 insertions(+), 50 deletions(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index 9578601..2b82acd 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -505,7 +505,7 @@ server.hypixel.stats.arcade.sw_weekly_kills_a = GW semanal matar server.hypixel.stats.arcade.sw_monthly_kills_a = GW mensual matar server.hypixel.stats.arcade.wins_farm_hunt = Granja caza Victorias server.hypixel.stats.arena.coins = Monedas -server.hypixel.stats.arena.rating = Rating +server.hypixel.stats.arena.rating = Puntuación server.hypixel.stats.arena.kills_1v1 = 1v1 Matados server.hypixel.stats.arena.deaths_1v1 = 1v1 Muertes server.hypixel.stats.arena.wins_1v1 = 1v1 Victorias @@ -622,7 +622,7 @@ chat_filter.edit.action.ignore = Ignorar chat_filter.edit.action.2nd_chat = Imprimir en segundo chat chat_filter.edit.action.copy_2nd_chat = Copy to 2nd Chat chat_filter.edit.action.notify = Notificar cuando estas afk -chat_filter.edit.action.auto_text = Auto Text +chat_filter.edit.action.auto_text = Texto automático chat_filter.edit.action.play_sound = Play Sound chat_filter.edit.use_regex = Use Regex (advanced\!)\: chat_filter.edit.help.title = Help... @@ -640,7 +640,7 @@ text_replacement.edit.replace_inside_words = Replace Inside Words\: %s text_replacement.help = Añade un atajo de texto que se remplazara por otra frase o palabra. text_macros.title = Text Macros -text_macros.add = Add Macro +text_macros.add = Agregar Macro text_macros.edit = Edit Macro text_macros.delete = Delete Macro text_macros.edit.title = Edit Macro @@ -649,7 +649,7 @@ text_macros.edit.macro = Key Combination\: text_macros.edit.macro.press = Press And Enter Your Key Combination text_macros.edit.macro.listening = Waiting For Key Strokes text_macros.edit.macro.stop = Click To Stop -text_macros.edit.macro.auto_send = Auto Send +text_macros.edit.macro.auto_send = Auto enviar text_macros.help = Automatically send chat messages after pressing a predefined key combination. name_history.title = Username History @@ -669,7 +669,7 @@ join_texts.delete = Eliminar texto join_texts.edit.title = Edit Join Text join_texts.edit.message = Join Text join_texts.edit.server = Servidor -join_texts.edit.delay = Delay +join_texts.edit.delay = Retraso modules.title = Personalizar modulos modules.help = Ayuda... @@ -692,10 +692,10 @@ modules.location.center_right = Centrado a la derecha modules.location.bottom_left = Abajo a la izquierda modules.location.bottom_right = Arriba a la derecha modules.location.custom = Personalizado -modules.anchor = Anchor +modules.anchor = Ancla modules.anchor.top_left = Top Left modules.anchor.top_center = Top Center -modules.anchor.top_right = Top Right +modules.anchor.top_right = Arriba a la derecha modules.anchor.center_left = Center Left modules.anchor.center_center = Centro modules.anchor.center_right = Center Right @@ -721,7 +721,7 @@ modules.settings.server = Servidor modules.settings.render = Render modules.settings.render.timolia_tournament = Timolia 1vs1 Tournament modules.settings.render.custom_server = Server API -modules.settings.scale = Scale +modules.settings.scale = Escala modules.settings.box_opacity = Box Opacity modules.settings.item.list.items = Secciones modules.settings.item.list.settings = Opciones @@ -824,16 +824,16 @@ modules.item.speed = Velocidad modules.item.speed.desc = Muestra los metros por segundo que caminas. modules.item.time = Tiempo modules.item.time.desc = Muestra tu tiempo real configurado en tu ordenador. -modules.item.time.style = Style +modules.item.time.style = Estilo modules.item.time.style.desc = Sets the formatting of the time. modules.item.time.system = System Default modules.item.time.hours_24 = 24-Hour-Format modules.item.time.hours_12 = 12-Hour-Format modules.item.time.show_seconds = Show Seconds modules.item.time.show_seconds.desc = Toggle whether seconds should be displayed as well. -modules.item.date = Date +modules.item.date = Fecha modules.item.date.desc = Displays your real date. The date will be formatted according to your system date format. -modules.item.timer = Timer +modules.item.timer = Cronómetro modules.item.timer.desc = Displays your active Timer. You can start, stop and pause the timer using the respective keybindings. modules.item.memory = Memoria modules.item.memory.desc = Muestra la memoria que esta usando en Java. @@ -841,7 +841,7 @@ modules.item.memory.style = Stilo modules.item.memory.style.desc = Muestra o oculta el porcentaje que estas usando. modules.item.memory.percentage = Porcentaje modules.item.memory.bytes = total -modules.item.memory.both = Both +modules.item.memory.both = Ambos modules.item.battery = Bateria modules.item.battery.desc = Muestra la basteria que te queda en tu ordenador (Windows)\! modules.item.battery.charge_status = Estado si esta cargando o no @@ -858,7 +858,7 @@ modules.item.spotify.error.invalid_csrf_token = Invalid Csrf Token modules.item.spotify.error.oauth_token_invalid_for_user = Invalid OAuth Token modules.item.spotify.error.no_user_logged_in = Not logged in modules.item.spotify.error.unknown = Could not connect to Spotify\! -modules.item.spotify.ad = Ad +modules.item.spotify.ad = Anuncio modules.item.itunes = iTunes modules.item.itunes.desc = Displays the current Track, Artist and Album cover of the iTunes Song you are currently listening to. modules.item.itunes.show_i_tunes_always = Show Always @@ -885,7 +885,7 @@ modules.item.main_hand = Mano principal modules.item.main_hand.desc = Muestra los items de tu mano principal. modules.item.main_hand.attributes = Daño modules.item.main_hand.attributes.desc = Muestra el daño que hace. -modules.item.main_hand.durability = Durability +modules.item.main_hand.durability = Durabilildad modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. modules.item.main_hand.disabled = Disabled modules.item.main_hand.relative = Relative @@ -895,7 +895,7 @@ modules.item.off_hand = Mano secundaria modules.item.off_hand.desc = Muestra los items de tu mano secundaria. modules.item.off_hand.attributes = Daño modules.item.off_hand.attributes.desc = Muestra el daño que hace. -modules.item.off_hand.durability = Durability +modules.item.off_hand.durability = Durabilildad modules.item.off_hand.durability.desc = Specify how the durability of your held item should be displayed. modules.item.off_hand.disabled = Disabled modules.item.off_hand.relative = Relative @@ -905,7 +905,7 @@ modules.item.helmet = Casco modules.item.helmet.desc = Muestra tu casco. modules.item.helmet.attributes = Atributos modules.item.helmet.attributes.desc = Muestra los atributos de la armadura. -modules.item.helmet.durability = Durability +modules.item.helmet.durability = Durabilildad modules.item.helmet.durability.desc = Specify how the durability of your helmet should be displayed. modules.item.helmet.disabled = Disabled modules.item.helmet.relative = Relative @@ -915,31 +915,31 @@ modules.item.chestplate = Peto modules.item.chestplate.desc = Muestra tu peto modules.item.chestplate.attributes = Atributos modules.item.chestplate.attributes.desc = Muestra los atributos de la armadura. -modules.item.chestplate.durability = Durability +modules.item.chestplate.durability = Durabilildad modules.item.chestplate.durability.desc = Specify how the durability of your chestplate should be displayed. modules.item.chestplate.disabled = Disabled -modules.item.chestplate.relative = Relative -modules.item.chestplate.absolute = Absolute +modules.item.chestplate.relative = Relativo +modules.item.chestplate.absolute = Absoluto modules.item.chestplate.total = Absolute/Total modules.item.leggings = Pantalones modules.item.leggings.desc = Muestra tus pantalones. modules.item.leggings.attributes = Atributos modules.item.leggings.attributes.desc = Muestra los atributos de la armadura. -modules.item.leggings.durability = Durability +modules.item.leggings.durability = Durabilildad modules.item.leggings.durability.desc = Specify how the durability of your leggings should be displayed. -modules.item.leggings.disabled = Disabled -modules.item.leggings.relative = Relative -modules.item.leggings.absolute = Absolute +modules.item.leggings.disabled = Deshabilitado +modules.item.leggings.relative = Relativo +modules.item.leggings.absolute = Absoluto modules.item.leggings.total = Absolute/Total modules.item.boots = Botas modules.item.boots.desc = Muestra tus botas. modules.item.boots.attributes = Atributos modules.item.boots.attributes.desc = Muestra los atributos de la armadura. -modules.item.boots.durability = Durability +modules.item.boots.durability = Durabilildad modules.item.boots.durability.desc = Specify how the durability of your boots should be displayed. -modules.item.boots.disabled = Disabled -modules.item.boots.relative = Relative -modules.item.boots.absolute = Absolute +modules.item.boots.disabled = Deshabilitado +modules.item.boots.relative = Relativo +modules.item.boots.absolute = Absoluto modules.item.boots.total = Absolute/Total modules.item.arrows = Flechas modules.item.arrows.desc = Muestra las flechas que tienes en el inventario. @@ -974,11 +974,11 @@ modules.item.online_friends.length.desc = Muestra la cantidad maxima de amigos c modules.item.online_friends.nobody = Ningun amigo conectado\! modules.item.party_members = Party Members modules.item.party_members.desc = Displays the members of the party you are currently in. -modules.item.party_members.length = Max Length +modules.item.party_members.length = Longitud máxima modules.item.party_members.length.desc = The maximum amount of party members that should be displayed. modules.item.party_members.star = Leader Star modules.item.party_members.star.desc = Toggle the star behind the party leader. -modules.item.nickname = Nickname +modules.item.nickname = Apodo modules.item.nickname.desc = Displays your current nickname. modules.item.combat_range = Combat Range modules.item.timolia_pvp_winstreak = PVP Winstreak @@ -1065,7 +1065,7 @@ modules.item.playminity_jumpleague_fails = JumpLeague Fails modules.item.playminity_jumpleague_fails.desc = Displays the amount of jump fails in JumpLeague on the PlayMinity Network. modules.item.playminity_jumpleague_lives = JumpLeague Lives modules.item.playminity_jumpleague_lives.desc = Displays the amount of your remaining lives in JumpLeague on the PlayMinity Network. -modules.item.bergwerk_duel_team = Duel Team +modules.item.bergwerk_duel_team = Equipo de Duel modules.item.bergwerk_duel_team.desc = Displays your team in Duel on the Bergwerklabs Network. modules.item.bergwerk_duel_respawn = Duel Respawn modules.item.bergwerk_duel_respawn.desc = Displays whether you can still respawn in Duel on the Bergwerklabs Network. @@ -1164,7 +1164,7 @@ teamspeak.enter_nickname = Pon tu nombre\! teamspeak.chat.server = Server teamspeak.chat.channel = Canal teamspeak.entry.server.name = Nombre\: %s -teamspeak.entry.server.ip = Host\: %s +teamspeak.entry.server.ip = Anfitrión\: %s teamspeak.entry.server.version = Version\: %s en %s teamspeak.entry.server.created = Creado\: %s teamspeak.entry.server.channels = Canales\: %s @@ -1259,7 +1259,7 @@ config.friend_list.online = Online friend.title = Amigos | %s friend.chat = Chat friend.chats = Chats -friend.party = Party +friend.party = Fiesta friend.party.invitations = Party (%s invitaciones) friend.connected = Connectado friend.disconnected = Desconectado @@ -1403,7 +1403,7 @@ config.chat_settings.chat_background_location = Seleccione la imagen de fondo... config.chat_settings.chat_background_location.desc = Selecciona una imagen de fondo para el chat. config.chat_settings.background.selected = Nueva imagen de fondo seleccionada\! -party.title = Party +party.title = Fiesta party.help = Las partys unen los jugadores entre los servidores automaticamente party.delete = Eliminar party.leave = Salir @@ -1643,8 +1643,8 @@ ingame.flag = Bandera ingame.invincibility_wears_off = El tiempo de invencibilidad acaba en %s segundos\! ingame.no_longer_invincible = Ya no eres invencible\! ingame.time = Tiempo -ingame.date = Date -ingame.feast = Feast +ingame.date = Fecha +ingame.feast = Festín ingame.minifeast = Mini Feast ingame.starting = Comienza ingame.invincibility = Invencibilidad @@ -1701,45 +1701,45 @@ ingame.memory = Memoria ingame.first_player = Primero ingame.place = Poner ingame.remaining_fields = Campos -ingame.first_to = First to +ingame.first_to = Primero en ingame.score = Puntos ingame.timer = Tiempo -ingame.emeralds = Emeralds +ingame.emeralds = Esmeraldas ingame.death_coordinates = Death Coords ingame.pitch = Pitch ingame.chunk = Chunk ingame.damage_resistance = Resistance -ingame.nickname = Nick -ingame.reach = Range +ingame.nickname = Apodo +ingame.reach = Rango error = Error -account_manager.title = Accounts +account_manager.title = Cuentas account_manager.create = Enter a password to encrypt the accounts database. account_manager.enter_password = Enter the accounts database password. account_manager.edit = Add/Edit account account_manager.username = Username/E-mail account_manager.password = Password (leave blank for offline accounts) account_manager.type.legacy = Offline -account_manager.type.mojang = Verified +account_manager.type.mojang = Verificado account_manager.add_btn = Add... account_manager.remove = Remove account_manager.edit_btn = Edit... account_manager.change_password = Change Key -spotify.token.set = Set +spotify.token.set = Establecer spotify.token.not_set = Not Set config.spotify.title = Spotify config.spotify.refresh_token = Token config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. config.display.spotify = Spotify... -ingame.map = Map -ingame.mode = Mode +ingame.map = Mapa +ingame.mode = Modo -modules.item.octc_map = Map -modules.item.octc_mode = Mode -modules.item.octc_team = Team +modules.item.octc_map = Mapa +modules.item.octc_mode = Modo +modules.item.octc_team = Equipo modules.category.server_occ = Server OCC gui.alert.server_disconnected = You are not connected to our server, thus you can't login to your panel. @@ -1761,7 +1761,7 @@ modules.item.direction.count_angle_north = Count from north modules.item.direction.count_angle_north.desc = Act like a compass, marking 0° as North and 180° as South. modules.item.uptime = Uptime -modules.item.uptime.extended = Extended +modules.item.uptime.extended = Extendido modules.item.uptime.extended.desc = Displays the time using the extended names (hours, seconds). ingame.uptime = Uptime @@ -1785,9 +1785,9 @@ config.formatting.rgb_main = Custom Main Color config.formatting.rgb_prefix = Custom Prefix Color ingame.command_output = Command -ingame.text = Text +ingame.text = Texto modules.item.text = Simple Text -modules.item.text.value = Text +modules.item.text.value = Texto modules.item.text.value.desc = The text to display config.profile_settings.reward_tags = Show Rank Tags \ No newline at end of file From 4202003287e88b9383f92df986abeabf94b9fe73 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 22 Jan 2022 12:56:19 +0100 Subject: [PATCH 372/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 88 ++++++++++----------- 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index 2b82acd..3ba6d03 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -625,7 +625,7 @@ chat_filter.edit.action.notify = Notificar cuando estas afk chat_filter.edit.action.auto_text = Texto automático chat_filter.edit.action.play_sound = Play Sound chat_filter.edit.use_regex = Use Regex (advanced\!)\: -chat_filter.edit.help.title = Help... +chat_filter.edit.help.title = Ayuda... chat_filter.edit.help = También puedes ' * ' usar para omitir una parte de un mensaje o "?", para omitir una sola letra. text_replacement.title = Atajos de texto @@ -642,9 +642,9 @@ text_replacement.help = Añade un atajo de texto que se remplazara por otra fras text_macros.title = Text Macros text_macros.add = Agregar Macro text_macros.edit = Edit Macro -text_macros.delete = Delete Macro +text_macros.delete = Eliminar macro text_macros.edit.title = Edit Macro -text_macros.edit.message = Message\: +text_macros.edit.message = Mensaje\: text_macros.edit.macro = Key Combination\: text_macros.edit.macro.press = Press And Enter Your Key Combination text_macros.edit.macro.listening = Waiting For Key Strokes @@ -693,15 +693,15 @@ modules.location.bottom_left = Abajo a la izquierda modules.location.bottom_right = Arriba a la derecha modules.location.custom = Personalizado modules.anchor = Ancla -modules.anchor.top_left = Top Left +modules.anchor.top_left = Arriba a la izquierda modules.anchor.top_center = Top Center modules.anchor.top_right = Arriba a la derecha modules.anchor.center_left = Center Left modules.anchor.center_center = Centro -modules.anchor.center_right = Center Right +modules.anchor.center_right = Centrado a la derecha modules.anchor.bottom_left = Bottom Left modules.anchor.bottom_center = Bottom Center -modules.anchor.bottom_right = Bottom Right +modules.anchor.bottom_right = Arriba a la derecha modules.settings.title = Opciones del modulo modules.settings.list.title = Opciones modules.settings.none = Ninguna @@ -714,11 +714,11 @@ modules.settings.name = Nombre modules.settings.name.change = Nombre para el modulo. modules.settings.translation = Titulo para el modulo modules.settings.translation.change = Titulo para el modulo que saldra en la pantalla. -modules.settings.items = Items (%s)... +modules.settings.items = Objetos (%s)... modules.settings.show_label = Mostrar titulo modules.settings.label.color = Label Color modules.settings.server = Servidor -modules.settings.render = Render +modules.settings.render = Renderizado modules.settings.render.timolia_tournament = Timolia 1vs1 Tournament modules.settings.render.custom_server = Server API modules.settings.scale = Escala @@ -735,7 +735,7 @@ modules.settings.item.prefix = Prefijo modules.category.general = General modules.category.equip = Equipamiento -modules.category.combat = Combat +modules.category.combat = Combate modules.category.server_general = Server General modules.category.server_timolia = Server Timolia modules.category.server_gommehd = Server GommeHD @@ -777,12 +777,12 @@ modules.item.chunk_coordinates.below_other = Below Other modules.item.chunk_coordinates.side_by_side = Side by Side modules.item.chunk_coordinates.chunk_style = Display modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. -modules.item.chunk_coordinates.relative = Relative +modules.item.chunk_coordinates.relative = Relativo modules.item.chunk_coordinates.chunk = Chunk only modules.item.chunk_coordinates.both = Relative and Chunk modules.item.death_coordinates = Death Location modules.item.death_coordinates.desc = Displays your last death location. -modules.item.death_coordinates.nether = Nether +modules.item.death_coordinates.nether = Inframundo modules.item.death_coordinates.the_end = The End modules.item.direction = Direccion modules.item.direction.desc = Muestra la direccion hacia donde miras. @@ -829,7 +829,7 @@ modules.item.time.style.desc = Sets the formatting of the time. modules.item.time.system = System Default modules.item.time.hours_24 = 24-Hour-Format modules.item.time.hours_12 = 12-Hour-Format -modules.item.time.show_seconds = Show Seconds +modules.item.time.show_seconds = Mostrar segundos modules.item.time.show_seconds.desc = Toggle whether seconds should be displayed as well. modules.item.date = Fecha modules.item.date.desc = Displays your real date. The date will be formatted according to your system date format. @@ -861,13 +861,13 @@ modules.item.spotify.error.unknown = Could not connect to Spotify\! modules.item.spotify.ad = Anuncio modules.item.itunes = iTunes modules.item.itunes.desc = Displays the current Track, Artist and Album cover of the iTunes Song you are currently listening to. -modules.item.itunes.show_i_tunes_always = Show Always +modules.item.itunes.show_i_tunes_always = Mostrar siempre modules.item.itunes.show_i_tunes_always.desc = Specify, whether this box should be displayed always or only when iTunes is opened. modules.item.iloveradio = ILoveRadio.de modules.item.iloveradio.desc = Displays the Track, Artist and Album cover of the currently playing song on ILoveRadio.de -modules.item.iloveradio.channel = Channel +modules.item.iloveradio.channel = Canal modules.item.iloveradio.channel.desc = Select the channel you are currently listening to. -modules.item.iloveradio.unknown = Unknown +modules.item.iloveradio.unknown = Desconocido modules.item.einslive = 1LIVE modules.item.einslive.desc = Displays the Track, Artist and Album cover of the currently playing song on 1LIVE.de modules.item.teamspeak = TeamSpeak @@ -887,9 +887,9 @@ modules.item.main_hand.attributes = Daño modules.item.main_hand.attributes.desc = Muestra el daño que hace. modules.item.main_hand.durability = Durabilildad modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. -modules.item.main_hand.disabled = Disabled -modules.item.main_hand.relative = Relative -modules.item.main_hand.absolute = Absolute +modules.item.main_hand.disabled = Deshabilitado +modules.item.main_hand.relative = Relativo +modules.item.main_hand.absolute = Absoluto modules.item.main_hand.total = Absolute/Total modules.item.off_hand = Mano secundaria modules.item.off_hand.desc = Muestra los items de tu mano secundaria. @@ -897,9 +897,9 @@ modules.item.off_hand.attributes = Daño modules.item.off_hand.attributes.desc = Muestra el daño que hace. modules.item.off_hand.durability = Durabilildad modules.item.off_hand.durability.desc = Specify how the durability of your held item should be displayed. -modules.item.off_hand.disabled = Disabled -modules.item.off_hand.relative = Relative -modules.item.off_hand.absolute = Absolute +modules.item.off_hand.disabled = Deshabilitado +modules.item.off_hand.relative = Relativo +modules.item.off_hand.absolute = Absoluto modules.item.off_hand.total = Absolute/Total modules.item.helmet = Casco modules.item.helmet.desc = Muestra tu casco. @@ -907,9 +907,9 @@ modules.item.helmet.attributes = Atributos modules.item.helmet.attributes.desc = Muestra los atributos de la armadura. modules.item.helmet.durability = Durabilildad modules.item.helmet.durability.desc = Specify how the durability of your helmet should be displayed. -modules.item.helmet.disabled = Disabled -modules.item.helmet.relative = Relative -modules.item.helmet.absolute = Absolute +modules.item.helmet.disabled = Deshabilitado +modules.item.helmet.relative = Relativo +modules.item.helmet.absolute = Absoluto modules.item.helmet.total = Absolute/Total modules.item.chestplate = Peto modules.item.chestplate.desc = Muestra tu peto @@ -917,7 +917,7 @@ modules.item.chestplate.attributes = Atributos modules.item.chestplate.attributes.desc = Muestra los atributos de la armadura. modules.item.chestplate.durability = Durabilildad modules.item.chestplate.durability.desc = Specify how the durability of your chestplate should be displayed. -modules.item.chestplate.disabled = Disabled +modules.item.chestplate.disabled = Deshabilitado modules.item.chestplate.relative = Relativo modules.item.chestplate.absolute = Absoluto modules.item.chestplate.total = Absolute/Total @@ -943,7 +943,7 @@ modules.item.boots.absolute = Absoluto modules.item.boots.total = Absolute/Total modules.item.arrows = Flechas modules.item.arrows.desc = Muestra las flechas que tienes en el inventario. -modules.item.arrows.show_always = Show Always +modules.item.arrows.show_always = Mostrar siempre modules.item.arrows.show_always.desc = Specifies whether the arrow count should be displayed always or only whenever you hold a bow in your hand. modules.item.soups = Sopas modules.item.soups.desc = Muestra las sopas que tienes en el inventario. @@ -980,7 +980,7 @@ modules.item.party_members.star = Leader Star modules.item.party_members.star.desc = Toggle the star behind the party leader. modules.item.nickname = Apodo modules.item.nickname.desc = Displays your current nickname. -modules.item.combat_range = Combat Range +modules.item.combat_range = Rango de combate modules.item.timolia_pvp_winstreak = PVP Winstreak modules.item.timolia_pvp_winstreak.desc = Displays the current winstreak in 1vs1 on the Timolia Network. modules.item.timolia_pvp_opponent = PVP Opponent @@ -1161,7 +1161,7 @@ teamspeak.message.channel.left = "%s" ha salido "%s"\! teamspeak.poke_chat = Poke Chat teamspeak.enter_channel_password = Escribe la contraseña. teamspeak.enter_nickname = Pon tu nombre\! -teamspeak.chat.server = Server +teamspeak.chat.server = Servidor teamspeak.chat.channel = Canal teamspeak.entry.server.name = Nombre\: %s teamspeak.entry.server.ip = Anfitrión\: %s @@ -1189,7 +1189,7 @@ teamspeak.entry.channel.clients.unlimited = Ilimitado teamspeak.entry.channel.talk_power = Minimo poder para hablar\: %s teamspeak.entry.channel.subscription_status = Subscription Status\: %s teamspeak.entry.channel.subscription_status.subscribed = Subscribed -teamspeak.entry.channel.subscription_status.unsubscribed = Unsubscribed +teamspeak.entry.channel.subscription_status.unsubscribed = Suscripción anulada teamspeak.entry.client.nickname = Nombre\: %s teamspeak.entry.client.server_groups = Grupos del servidor\: teamspeak.entry.client.channel_group = Grupo del canal\: @@ -1254,7 +1254,7 @@ config.teamspeak.ts_dm_overlay = Mensaje directo config.friend_list.friend_sortation = Ordena a tus amigos por el config.friend_list.name = Nombre -config.friend_list.online = Online +config.friend_list.online = En línea friend.title = Amigos | %s friend.chat = Chat @@ -1301,7 +1301,7 @@ friend.online_message.no_longer = %s Ya no esta %s. friend.no_friends = No tienes amigos todavía\! friend.invite.title = Por favor, introduzca el nombre del jugador que desea agregar. -friend.invite.suggestions = Suggestions\: +friend.invite.suggestions = Sugerencias\: friend.invite.suggestions.new = We've found %s friend suggestions for you\! group.new = Nuevo chat grupal @@ -1543,9 +1543,9 @@ stats.lag = Lag\: %s%% stats.connected_players = Jugadores conectados\: %s/%s plugin_manager.title = Plugin Manager -plugin_manager.enable = Enable -plugin_manager.disable = Disable -plugin_manager.reload = Reload +plugin_manager.enable = Habilitar +plugin_manager.disable = Deshabilitar +plugin_manager.reload = Recargar plugin_manager.plugin_folder = Plugin Folder plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. plugin_manager.update = Auto-update @@ -1556,7 +1556,7 @@ credits.developer = Desarrollador credits.special_thanks = Agradecimientos a credits.translators = Traductores credits.thank_you = Un enorme "¡gracias\!" a toda esta gente y por supuesto, por usar mi mod\! -credits.patrons = Patrons +credits.patrons = Patrocinadores blocked_users.title = Jugadores bloqueados blocked_users.none = No hay jugadores bloqueados \:) @@ -1605,7 +1605,7 @@ weather.city = Ciudad weather.condition = Condicion weather.temperature = Temperatura ingame.fps = FPS -ingame.target = Target +ingame.target = Objetivo ingame.target_name = Target Block ingame.cps = CPS ingame.f.south = Sur @@ -1720,15 +1720,15 @@ account_manager.enter_password = Enter the accounts database password. account_manager.edit = Add/Edit account account_manager.username = Username/E-mail account_manager.password = Password (leave blank for offline accounts) -account_manager.type.legacy = Offline +account_manager.type.legacy = Desconectado account_manager.type.mojang = Verificado -account_manager.add_btn = Add... -account_manager.remove = Remove -account_manager.edit_btn = Edit... +account_manager.add_btn = Añadir... +account_manager.remove = Eliminar +account_manager.edit_btn = Editar... account_manager.change_password = Change Key spotify.token.set = Establecer -spotify.token.not_set = Not Set +spotify.token.not_set = No definido config.spotify.title = Spotify config.spotify.refresh_token = Token config.spotify.refresh_token.desc = Your Spotify token. Connect your account and get one at https\://secure.5zigreborn.eu/spotify. @@ -1779,14 +1779,14 @@ modules.item.command.regex = Regex modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. modules.item.command.scrolling = Scrolling Threshold modules.item.command.refresh = Refresh Rate (s) -modules.item.command.command = Command +modules.item.command.command = Comando config.formatting.rgb_main = Custom Main Color config.formatting.rgb_prefix = Custom Prefix Color -ingame.command_output = Command +ingame.command_output = Comando ingame.text = Texto -modules.item.text = Simple Text +modules.item.text = Texto simple modules.item.text.value = Texto modules.item.text.value.desc = The text to display From 9b0629f407bae827ec72ae9bd9fab0b10e0bae9c Mon Sep 17 00:00:00 2001 From: Rocco Date: Sat, 22 Jan 2022 13:06:37 +0100 Subject: [PATCH 373/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index 3ba6d03..3d5ee65 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -736,7 +736,7 @@ modules.settings.item.prefix = Prefijo modules.category.general = General modules.category.equip = Equipamiento modules.category.combat = Combate -modules.category.server_general = Server General +modules.category.server_general = Servidor general modules.category.server_timolia = Server Timolia modules.category.server_gommehd = Server GommeHD modules.category.server_playminity = Server PlayMinity @@ -1749,12 +1749,12 @@ plugin.conn.starting = Starting server... plugin.conn.listening = Waiting for plugins... plugin.conn.info = Do you want to install this plugin? plugin.conn.download = Downloading plugin... -plugin.conn.downloaded = Install complete +plugin.conn.downloaded = Instalación completa plugin.conn.error.fs = Could not create plugin file update.beta.1 = A new beta version of the 5zig mod is available\! update.beta.2 = Get it from l.5zigreborn.eu/beta\! -update.available.stable = Update available +update.available.stable = Actualizacion disponible update.available.beta = Beta update available modules.item.direction.count_angle_north = Count from north From e90d15af13effde3365d77c4c2ace18ad9d9cd1c Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 23 Jan 2022 11:06:20 +0100 Subject: [PATCH 374/382] New translations language_en_US.properties (Spanish) --- resources/lang/44/language_es_ES.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/44/language_es_ES.properties b/resources/lang/44/language_es_ES.properties index 3d5ee65..4f71a1b 100644 --- a/resources/lang/44/language_es_ES.properties +++ b/resources/lang/44/language_es_ES.properties @@ -850,7 +850,7 @@ modules.item.battery.plugged_in = Enchufado modules.item.battery.un_plugged = Desenchufado modules.item.spotify = Spotify modules.item.spotify.desc = Displays the current Track, Artist and Album cover of the Spotify Song you are currently listening to. -modules.item.spotify.show_spotify_always = Show Always +modules.item.spotify.show_spotify_always = Mostrar siempre modules.item.spotify.show_spotify_always.desc = Specify, whether this box should be displayed always or only when Spotify is opened. modules.item.spotify.error.invalid_oauth_token = Invalid OAuth Token modules.item.spotify.error.expired_oauth_token = OAuth Token Expired @@ -1154,8 +1154,8 @@ teamspeak.overlay.poked = Te ha pokeado %s\! teamspeak.overlay.direct_message = te ha enviado un mensaje %s\! teamspeak.message.poked = "%s" te ha pokeado\: %s teamspeak.message.client = "%s" -> you\: %s -teamspeak.message.channel = "%s" in "%s"\: %s -teamspeak.message.server = "%s" on "%s"\: %s +teamspeak.message.channel = "%s" en "%s"\: %s +teamspeak.message.server = "%s" en "%s"\: %s teamspeak.message.channel.joined = "%s" ha entrado "%s"\! teamspeak.message.channel.left = "%s" ha salido "%s"\! teamspeak.poke_chat = Poke Chat @@ -1283,7 +1283,7 @@ friend.profile.last_seen.year = año friend.profile.last_seen.years = años friend.profile.playing_on_server = Jugando en un server friend.add = Añadir amigo -friend.add.suggestions = Add Friends (%s suggestions) +friend.add.suggestions = Añadir amigos (%s sugerencias) friend.requests = Solicitudes (%s) friend.new_requests = Tienes %s Solicitud(es) de amigo(s)\! friend.typing = Escribiendo... From 7c0286a911afc0290e97983ccf6967af89fd3562 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 10 Mar 2022 04:55:57 +0100 Subject: [PATCH 375/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index b9feb8f..b13e79f 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -161,7 +161,7 @@ config.main.cape_settings.desc = 改变你的披风的外观.\n仅适用于捐 config.main.always = 总是 config.main.same_version = 询问 config.main.never = 永不 -config.main.teamspeak = TeamSpeak +config.main.teamspeak = 队伍聊天 config.main.teamspeak.desc = 显示TeamSpeak聊天选项的所有当前通道和客户端. config.main.language_screen = 语言... config.main.language_screen.desc = 改变mod显示的语言. @@ -172,7 +172,7 @@ config.main.reset_config.desc = 重置MOD的所有设置.您的好友和聊天 config.main.reset.title = 你确定要重新配置? config.main.plugins = 插件 (%s) config.main.credits = 鸣谢... -config.main.discord = 拥有Discord +config.main.discord = Discord 动态状态(RichPresence) config.reset = 设置已被重置\! @@ -1083,7 +1083,7 @@ modules.item.hypixel_blitz_star_message = Blitz 之星信息 modules.item.hypixel_blitz_star_message.desc = 显示在Hypixel Blitz之星出现的倒计时. modules.item.hypixel_blitz_deathmatch_message = Blitz 死斗信息 modules.item.hypixel_blitz_deathmatch_message.desc = 显示在Hypixel Blitz死斗的倒计时. -modules.item.venicraft_mineathlon_discipline = Mineathlon Discipline +modules.item.venicraft_mineathlon_discipline = Mineathlon 纪律 modules.item.venicraft_mineathlon_discipline.desc = 显示在Venicraft服务器的Discipline的规则. modules.item.venicraft_mineathlon_round = Mineathlon回合 modules.item.venicraft_mineathlon_round.desc = 显示在Venicraft服务器的回合数. @@ -1768,7 +1768,7 @@ ingame.uptime = 运行时间 spotify.token_get = 您的 Spotify 令牌已成功保存。 config.server_hypixel.hypixel_api_key = API密钥... -config.server_hypixel.hypixel_api_key.desc = The Hypixel API key for this account. +config.server_hypixel.hypixel_api_key.desc = 此账户的 Hypixel API 密钥。 config.display.ping_on_serverlist = 服务器列表中的Ping config.display.ping_on_serverlist.desc = 在服务器Tab列表中显示数字ping值而不是的长条图。 @@ -1776,8 +1776,8 @@ modules.label = 编辑前缀... modules.label.input = 输入此项目的新前缀。 modules.item.command = 命令输出 modules.item.command.regex = 正则表达式 -modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. -modules.item.command.scrolling = Scrolling Threshold +modules.item.command.regex.desc = 可选的正则表达式。如果设置此表达式,只能打印匹配的组。 +modules.item.command.scrolling = 滚动阈值 modules.item.command.refresh = 刷新频率(s) modules.item.command.command = 指令 From 1c962e8e6a828615dc77165e327950ab7f14bfa5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Thu, 10 Mar 2022 04:55:58 +0100 Subject: [PATCH 376/382] New translations en_US.lang (Chinese Simplified) --- resources/assets/the5zigmod/lang/zh_CN.lang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/the5zigmod/lang/zh_CN.lang b/resources/assets/the5zigmod/lang/zh_CN.lang index a93aebe..c85d0ec 100644 --- a/resources/assets/the5zigmod/lang/zh_CN.lang +++ b/resources/assets/the5zigmod/lang/zh_CN.lang @@ -1,12 +1,12 @@ the5zigmod.key.toggle_mod=开启/关闭此模组 the5zigmod.key.toggle_chat=开启/关闭聊天栏 the5zigmod.key.coordinates_clipboard=座标剪贴板 -the5zigmod.key.raid_calculator=MCPVP Raid Calculator +the5zigmod.key.raid_calculator=MCPVP容量计算器 the5zigmod.key.hypixel_stats=Hypixel 数据 the5zigmod.key.zoom=缩放 the5zigmod.key.timer.start=计时器切换开关 the5zigmod.key.timer.reset=重置计时器 -the5zigmod.key.teamspeak=TeamSpeak +the5zigmod.key.teamspeak=队伍聊天 the5zigmod.key.username_history=历史用户名 the5zigmod.key.toggle_chat_filter=开/关聊天内容过滤 the5zigmod.key.change_account=更换账号 \ No newline at end of file From 1c444bf5106d545cb301136b8e9d5e30225fbe5f Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 18 Apr 2022 00:15:29 +0200 Subject: [PATCH 377/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index c81697a..9f99d67 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -479,7 +479,7 @@ server.hypixel.stats.walls3.wins_spider = Spindel Vinster server.hypixel.stats.walls3.losses_spider = Spindel Förluster server.hypixel.stats.walls3.kills_zombie = Antalet Dödade Zombier server.hypixel.stats.walls3.deaths_zombie = Zombie Dödsfall -server.hypixel.stats.walls3.final_kills_zombie = Zombie Final Kills +server.hypixel.stats.walls3.final_kills_zombie = Slutliga antalet dödade zombies server.hypixel.stats.walls3.wins_zombie = Zombie Vinster server.hypixel.stats.walls3.losses_zombie = Zombie Förluster server.hypixel.stats.arcade.coins = Mynt @@ -737,14 +737,14 @@ modules.category.general = Generellt modules.category.equip = Utrustning modules.category.combat = Strid modules.category.server_general = Servergenerellt -modules.category.server_timolia = Server Timolia -modules.category.server_gommehd = Server GommeHD -modules.category.server_playminity = Server PlayMinity -modules.category.server_bergwerk = Server Bergwerklabs -modules.category.server_hypixel = Server Hypixel -modules.category.server_venicraft = Server Venicraft -modules.category.server_cytooxien = Server Cytooxien -modules.category.server_simplehg = Server SimpleHG +modules.category.server_timolia = Servern Timoila +modules.category.server_gommehd = Servern GommeHD +modules.category.server_playminity = Servern PlayMinity +modules.category.server_bergwerk = Servern Bergwerklabs +modules.category.server_hypixel = Servern Hypixel +modules.category.server_venicraft = Servern Venicraft +modules.category.server_cytooxien = Servern Cytooxien +modules.category.server_simplehg = Servern SimpleHG modules.category.system = System modules.category.other = Annat From 15dc4535ddb7800b6b087e1bd31ebe43169f774f Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 18 Apr 2022 00:25:47 +0200 Subject: [PATCH 378/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 9f99d67..226ba98 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -614,7 +614,7 @@ chat_filter.edit.chat_message = Chattmeddelande\: chat_filter.edit.except = Undantag\: chat_filter.edit.servers = Servrar\: chat_filter.edit.auto_text = Automatisk Text\: -chat_filter.edit.auto_text_cancel = Auto Text Abort Message\: +chat_filter.edit.auto_text_cancel = Automatiskt Text Avbryta Meddelande\: chat_filter.edit.auto_text_delay = Fördröjning (tickningar)\: chat_filter.edit.multiple_ips = Flerfaldiga Server-IPs kan separeras med kommatecken. chat_filter.edit.action = Start\: @@ -661,8 +661,8 @@ name_history.profile.history = Användarnamns Historik\: name_history.profile.copy = Klicka här för att kopiera till urklipp name_history.profile.not_found = Profilen hittades inte\! -join_texts.title = Join Auto-Texts -join_texts.help = Automatically send chat messages after joining a server. +join_texts.title = Anslut Automatiskt-Texts +join_texts.help = Skicka automatiskt chattmeddelande efter att du ansluter till en server. join_texts.add = Lägg till text join_texts.edit = Redigera text join_texts.delete = Ta bort text @@ -773,10 +773,10 @@ modules.item.chunk_coordinates = Datablockskoordinater modules.item.chunk_coordinates.desc = Visar dina datablockskoordinater. modules.item.chunk_coordinates.coord_style = Stil för koordinater modules.item.chunk_coordinates.coord_style.desc = Ändrar koordinaternas rendering i spelet. -modules.item.chunk_coordinates.below_other = Below Other +modules.item.chunk_coordinates.below_other = Under andra modules.item.chunk_coordinates.side_by_side = Sida vid sida modules.item.chunk_coordinates.chunk_style = Visa -modules.item.chunk_coordinates.chunk_style.desc = Toggle whether your relative chunk coordinates should be displayed as well. +modules.item.chunk_coordinates.chunk_style.desc = Växla mellan att relativa chunk koordinater också ska visas. modules.item.chunk_coordinates.relative = Relativ modules.item.chunk_coordinates.chunk = Endast datablock modules.item.chunk_coordinates.both = Relativ och datablock @@ -808,10 +808,10 @@ modules.item.target_block_coordinates.below_other = Under Varandra modules.item.target_block_coordinates.side_by_side = Sida vid Sida modules.item.target_block_name = Målblock-ID modules.item.target_block_name.desc = Visar ID\:t för det block du tittar på. -modules.item.target_block_name.show_resource_domain = Show Resource Domain -modules.item.target_block_name.show_resource_domain.desc = Toggle whether the resource domain (eg. minecraft\:) should be displayed, too. +modules.item.target_block_name.show_resource_domain = Visa resursdomän +modules.item.target_block_name.show_resource_domain.desc = Växla mellan att resursdomänen (t. ex. minecraft\:) också ska visas. modules.item.damage_resistance = Resistans för skada -modules.item.damage_resistance.desc = Shows how much damage your armor and potion effects absorb. +modules.item.damage_resistance.desc = Visa hur mycket skada din rustning och bryggd-effekter absorberar. modules.item.potions = Brygder modules.item.potions.desc = Visar dina aktiva brygdseffekter. modules.item.potions.colored_potion_durability = Färgad Brygdsvarighet @@ -852,8 +852,8 @@ modules.item.spotify = Spotify modules.item.spotify.desc = Visar den nuvarande låten, Artisten och Albumet av låten som spelas på Spotify just nu. modules.item.spotify.show_spotify_always = Visa Alltid modules.item.spotify.show_spotify_always.desc = Bestäm om denna rutan alltid ska visas eller bara om Spotify är igång. -modules.item.spotify.error.invalid_oauth_token = Invalid OAuth Token -modules.item.spotify.error.expired_oauth_token = OAuth Token Expired +modules.item.spotify.error.invalid_oauth_token = Ogitig OAuth Nyckel +modules.item.spotify.error.expired_oauth_token = OAuth nyckel förfallen modules.item.spotify.error.invalid_csrf_token = Ogiltig CSRF-token modules.item.spotify.error.oauth_token_invalid_for_user = Ogiltig OAuth-token modules.item.spotify.error.no_user_logged_in = Inte inloggad @@ -886,7 +886,7 @@ modules.item.main_hand.desc = Visa info om föremålet i din högra hand. modules.item.main_hand.attributes = Visa Attribut modules.item.main_hand.attributes.desc = Visa skadans attributvärde av föremålet du håller i. modules.item.main_hand.durability = Hållbarhet -modules.item.main_hand.durability.desc = Specify how the durability of your held item should be displayed. +modules.item.main_hand.durability.desc = Specifiera hur hållbarheten av ditt nuvarande föremål ska visas. modules.item.main_hand.disabled = AV modules.item.main_hand.relative = Relativ modules.item.main_hand.absolute = Absolut @@ -957,7 +957,7 @@ modules.item.lobby = Lobby modules.item.lobby.desc = Visar namnet på den lobby namnet på den servern du är ansluten till. modules.item.countdown = Nedräknare modules.item.countdown.desc = Visar en nedräknare till ditt nuvarande spelläge som du spelar. -modules.item.countdown.show_large_countdown = Show large countdown +modules.item.countdown.show_large_countdown = Visa stor nedräkning modules.item.countdown.show_large_countdown.desc = Specifies whether the countdown should be displayed in the center of the screen. modules.item.kills = Dödade modules.item.kills.desc = Visar hur många du har dödat i ditt nuvarande spelläge som du spelar. From d2b71cff3d74e5f7d8cc4e594df9cdeffa156563 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 18 Apr 2022 00:35:22 +0200 Subject: [PATCH 379/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index 226ba98..eb7a31d 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -958,7 +958,7 @@ modules.item.lobby.desc = Visar namnet på den lobby namnet på den servern du modules.item.countdown = Nedräknare modules.item.countdown.desc = Visar en nedräknare till ditt nuvarande spelläge som du spelar. modules.item.countdown.show_large_countdown = Visa stor nedräkning -modules.item.countdown.show_large_countdown.desc = Specifies whether the countdown should be displayed in the center of the screen. +modules.item.countdown.show_large_countdown.desc = Anger om nedräkningen ska visas i mitten av skärmen. modules.item.kills = Dödade modules.item.kills.desc = Visar hur många du har dödat i ditt nuvarande spelläge som du spelar. modules.item.killstreak = Massmord @@ -977,7 +977,7 @@ modules.item.party_members.desc = Visar partymedlemmarna för ditt nuvarande par modules.item.party_members.length = Max. längd modules.item.party_members.length.desc = Maximala antalet partymedlemmar som ska visas. modules.item.party_members.star = Ledarstjärna -modules.item.party_members.star.desc = Toggle the star behind the party leader. +modules.item.party_members.star.desc = Växla stjärnan bakom partyledaren. modules.item.nickname = Smeknamn modules.item.nickname.desc = Visar ditt nuvarande smeknamn. modules.item.combat_range = Stridräckvidd @@ -1058,7 +1058,7 @@ modules.item.gommehd_skywars_team.desc = Visar ditt lag i SkyWars på GommeHD Ne modules.item.gommehd_skywars_kit = SkyWars-kit modules.item.gommehd_skywars_kit.desc = Visar ditt kit i SkyWars på GommeHD Network. modules.item.gommehd_ragemode_emeralds = Ragemode-smaragder -modules.item.gommehd_ragemode_emeralds.desc = Displays your emerald count in Ragemode on the GommeHD Network. +modules.item.gommehd_ragemode_emeralds.desc = Visar antalet smaragder i Ragemode på GommeHD Nätverket. modules.item.playminity_jumpleague_checkpoints = JumpLeague Viloplatser modules.item.playminity_jumpleague_checkpoints.desc = Visar din nuvarande viloplats räkning i Jumpleauge på Playminity Network. modules.item.playminity_jumpleague_fails = JumpLeague misslyckande @@ -1076,7 +1076,7 @@ modules.item.hypixel_paintball_team.desc = Visar ditt lag i Paintball på Hypixe modules.item.hypixel_blitz_kit = Blitz utrustning modules.item.hypixel_blitz_kit.desc = Visar din utrustning i Blitz på Hypixel nätverket. modules.item.hypixel_blitz_star = Blitz-stjärna -modules.item.hypixel_blitz_star.desc = Displays a star timer in Blitz on the Hypixel Network. +modules.item.hypixel_blitz_star.desc = Visar en stjärntimer i Blitz på Hypixel nätverket. modules.item.hypixel_blitz_deathmatch = Blitz Dödsmatch modules.item.hypixel_blitz_deathmatch.desc = Visar dödsmatch timern i Blitz på Hypixel Network. modules.item.hypixel_blitz_star_message = Blitz Stjärne meddelande @@ -1086,8 +1086,8 @@ modules.item.hypixel_blitz_deathmatch_message.desc = Visar dödsmatch timern i B modules.item.venicraft_mineathlon_discipline = Mineathlon Disiplin modules.item.venicraft_mineathlon_discipline.desc = Visar den nuvarande displinen i Mineathlon på Venicraft Network. modules.item.venicraft_mineathlon_round = Mineathlon Runda -modules.item.venicraft_mineathlon_round.desc = Displays the current round in Mineathlon on the Venicraft Network. -modules.item.cytooxien_marioparty_minigames = Mario Party Minigames +modules.item.venicraft_mineathlon_round.desc = Visar den nuvarande rundan in Mineathlon på Venicraft nätverket. +modules.item.cytooxien_marioparty_minigames = Mario Party Minispel modules.item.cytooxien_marioparty_minigames.desc = Displays the count of played minigames in Mario Party on the Cytooxien Network. modules.item.cytooxien_marioparty_first_second_third = Mario Party nr 1/nr 2/nr 3 modules.item.cytooxien_marioparty_first_second_third.desc = Displays the count of minigames you finished in first/second/third place in Mario Party on the Cytooxien Network. From 6ef5dc4da1023796a16365b2c658c70a8bd87161 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 18 Apr 2022 00:45:35 +0200 Subject: [PATCH 380/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index eb7a31d..d207cd9 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -35,7 +35,7 @@ mojang.service.status = Mojangs statusservice mojang.service.minecraft_website = Minecraft.net mojang.service.mojang_website = Mojang.com mojang.service.session = Mojangs session server -mojang.service.account = Mojangs konto server +mojang.service.account = Mojangs kontoserver mojang.service.authentication = Mojangs autentisering server mojang.service.skins = Minecrafts skin server mojang.service.api = API för Mojang @@ -1088,12 +1088,12 @@ modules.item.venicraft_mineathlon_discipline.desc = Visar den nuvarande displine modules.item.venicraft_mineathlon_round = Mineathlon Runda modules.item.venicraft_mineathlon_round.desc = Visar den nuvarande rundan in Mineathlon på Venicraft nätverket. modules.item.cytooxien_marioparty_minigames = Mario Party Minispel -modules.item.cytooxien_marioparty_minigames.desc = Displays the count of played minigames in Mario Party on the Cytooxien Network. +modules.item.cytooxien_marioparty_minigames.desc = Visar den nuvarande räkningen av spelade minispel i Mario Party på Cytooxien nätverket. modules.item.cytooxien_marioparty_first_second_third = Mario Party nr 1/nr 2/nr 3 -modules.item.cytooxien_marioparty_first_second_third.desc = Displays the count of minigames you finished in first/second/third place in Mario Party on the Cytooxien Network. -modules.item.cytooxien_marioparty_place = MarioParty Place +modules.item.cytooxien_marioparty_first_second_third.desc = Visar antalet minispel du kom på första/andra/tredje plats i Mario Party på Cytooxien nätverket. +modules.item.cytooxien_marioparty_place = MarioParty Plats modules.item.cytooxien_marioparty_place.desc = Visar din placering i MarioParty på Cytooxien Network. -modules.item.cytooxien_marioparty_remaining_fields = MarioParty Remaining Fields +modules.item.cytooxien_marioparty_remaining_fields = MarioParty kvarvarande fält modules.item.cytooxien_marioparty_remaining_fields.desc = Visar dina nuvarande fält i marioparty på Cytooxien Network. modules.item.cytooxien_marioparty_current_minigame = MarioParty Nuvarande minispel. modules.item.cytooxien_marioparty_current_minigame.desc = Visar det nuvarande minispelet i marioparty på Cytooxien Network. @@ -1103,7 +1103,7 @@ modules.item.cytooxien_marioparty_first_player = MarioParty Första spelare modules.item.cytooxien_marioparty_first_player.desc = Visar första spelaren i MarioParty på Cytooxien Network. modules.item.cytooxien_bw_beds = Antal förstörda sängar i Bed Wars modules.item.cytooxien_bw_beds.desc = Displays how many Beds you have destoryed in Bedwars on the Cytooxien Network. -modules.item.cytooxien_bw_stats_kills = Bedwars Stats Kills +modules.item.cytooxien_bw_stats_kills = Bedwars statistik Dödade modules.item.cytooxien_bw_stats_kills.desc = Displays how many players you eliminated in Bedwars on the Cytooxien Network. modules.item.cytooxien_bw_team = BedWars-lag modules.item.cytooxien_bw_team.desc = Displays your team in Bedwars on the Cytooxien Network. From f2c49f1de7c83f786af3f9cbedbecae3590151f4 Mon Sep 17 00:00:00 2001 From: Rocco Date: Mon, 18 Apr 2022 11:27:15 +0200 Subject: [PATCH 381/382] New translations language_en_US.properties (Swedish) --- resources/lang/44/language_sv_SE.properties | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/lang/44/language_sv_SE.properties b/resources/lang/44/language_sv_SE.properties index d207cd9..9b5526c 100644 --- a/resources/lang/44/language_sv_SE.properties +++ b/resources/lang/44/language_sv_SE.properties @@ -1104,12 +1104,12 @@ modules.item.cytooxien_marioparty_first_player.desc = Visar första spelaren i M modules.item.cytooxien_bw_beds = Antal förstörda sängar i Bed Wars modules.item.cytooxien_bw_beds.desc = Displays how many Beds you have destoryed in Bedwars on the Cytooxien Network. modules.item.cytooxien_bw_stats_kills = Bedwars statistik Dödade -modules.item.cytooxien_bw_stats_kills.desc = Displays how many players you eliminated in Bedwars on the Cytooxien Network. +modules.item.cytooxien_bw_stats_kills.desc = Visar hur många spelare du har eliminerat i Bedwars på Cytooxien nätverket. modules.item.cytooxien_bw_team = BedWars-lag -modules.item.cytooxien_bw_team.desc = Displays your team in Bedwars on the Cytooxien Network. -modules.item.cytooxien_bw_can_respawn = Bedwars can respawn -modules.item.cytooxien_bw_can_respawn.desc = Displays if you are able to respawn in Bedwars on the Cytooxien Network. -modules.item.simplehg_kit = SimpleHG Kit +modules.item.cytooxien_bw_team.desc = Visar ditt lag i BedWars på Cytooxien nätverket. +modules.item.cytooxien_bw_can_respawn = Bedwars kan återuppstå +modules.item.cytooxien_bw_can_respawn.desc = Visar om du kan återuppstå i Bedwars på Cytooxien nätverket. +modules.item.simplehg_kit = SimpleHG Föremålssamling modules.item.simplehg_kit.desc = Visar ditt kit i SimpleHG modules.item.simplehg_minifeast = SimpleHG Manifest modules.item.simplehg_minifeast.desc = Visar alla koordinater till manifesten i SimpleHG @@ -1542,12 +1542,12 @@ stats.up_time = Server Upp-Tid\: %s stats.lag = Serverlagg\: %s%% stats.connected_players = Anslutna spelare\: %s/%s -plugin_manager.title = Plugin Manager +plugin_manager.title = Tilläggshanterare plugin_manager.enable = PÅ plugin_manager.disable = AV plugin_manager.reload = Uppdatera plugin_manager.plugin_folder = Mappen för tillägg -plugin_manager.help = Install and manage your 5zig mod plugins\! Plugins allow third party developers to add additional features to the 5zig mod. More information on 5zigreborn.eu/plugins. +plugin_manager.help = Installera och hantera dina 5zig-mod tillägg\! Tillägg tillåter tredjepartsutvecklare att lägga till ytterligare funktioner till 5zig-mod. Mer information kan du hitta på 5zigreborn.eu/plugins. plugin_manager.update = Automatisk uppdatering credits.title = Lista över medverkande @@ -1770,13 +1770,13 @@ spotify.token_get = Din Spotify-token har sparats. config.server_hypixel.hypixel_api_key = API-nyckel... config.server_hypixel.hypixel_api_key.desc = Hypixel API-nyckel för detta konto. config.display.ping_on_serverlist = Visa ping på serverlistan -config.display.ping_on_serverlist.desc = Show the numerical ping value instead of the bars in the server list. +config.display.ping_on_serverlist.desc = Visar det numeriska pingvärdet istället för fälten i serverlistan. modules.label = Redigera prefix... modules.label.input = Ange det nya prefixet för detta föremål. modules.item.command = Kommandoutmatning modules.item.command.regex = Reguljärt uttryck -modules.item.command.regex.desc = An optional regular expression. If this is set, only the matched groups will be printed. +modules.item.command.regex.desc = Ett valfritt reguljärt uttryck. Om detta är inställt, kommer endast matchade grupper att skrivas ut. modules.item.command.scrolling = Max. mushjulsrullning modules.item.command.refresh = Uppdateringsfrekvens (s) modules.item.command.command = Kommando From 8fd965a172e6f578508a1929a8e133426d7e7fd5 Mon Sep 17 00:00:00 2001 From: Rocco Date: Sun, 16 Oct 2022 15:35:32 +0200 Subject: [PATCH 382/382] New translations language_en_US.properties (Chinese Simplified) --- resources/lang/44/language_zh_CN.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/44/language_zh_CN.properties b/resources/lang/44/language_zh_CN.properties index b13e79f..42d4e4f 100644 --- a/resources/lang/44/language_zh_CN.properties +++ b/resources/lang/44/language_zh_CN.properties @@ -848,7 +848,7 @@ modules.item.battery.charge_status = 充电状态 modules.item.battery.charge_status.desc = 切换是否应显示电池的充电状态. modules.item.battery.plugged_in = 电源已插入 modules.item.battery.un_plugged = 电源未插入 -modules.item.spotify = Spotify +modules.item.spotify = 声田 modules.item.spotify.desc = 显示上Spotify当前播放歌曲的曲目,艺术家和专辑封面 modules.item.spotify.show_spotify_always = 一直显示 modules.item.spotify.show_spotify_always.desc = 设置是否Spotify的打开时,这个盒子才显示. @@ -1607,7 +1607,7 @@ weather.temperature = 温度 ingame.fps = FPS ingame.target = 目标 ingame.target_name = 目标方块名 -ingame.cps = CPS +ingame.cps = 鼠标点击速度 ingame.f.south = 南 ingame.f.south_west = 西南 ingame.f.west = 西