From e63d43ba02c076d1a23d90ad15c6bfd022fedaf4 Mon Sep 17 00:00:00 2001 From: FaiThiX Date: Tue, 10 Mar 2026 14:40:06 +0100 Subject: [PATCH 1/5] update deepsea to march update --- src/discordTools/discordModals.js | 12 +++++++++--- src/handlers/modalHandler.js | 12 ++++++++---- src/languages/en.json | 7 +++++-- src/structures/RustPlus.js | 9 ++++++--- src/util/CreateInstanceFile.js | 7 +++++-- src/util/FcmListener.js | 3 ++- src/util/constants.js | 3 ++- 7 files changed, 37 insertions(+), 16 deletions(-) diff --git a/src/discordTools/discordModals.js b/src/discordTools/discordModals.js index b5eb8392..b8769e55 100644 --- a/src/discordTools/discordModals.js +++ b/src/discordTools/discordModals.js @@ -81,9 +81,15 @@ module.exports = { style: Discord.TextInputStyle.Short })), new Discord.ActionRowBuilder().addComponents(TextInput.getTextInput({ - customId: 'DeepSeaWipeCooldownTime', - label: Client.client.intlGet(guildId, 'customTimerEditDeepSeaWipeCooldownLabel'), - value: `${server.deepSeaWipeCooldownMs / 1000}`, + customId: 'DeepSeaWipeMinCooldownTime', + label: Client.client.intlGet(guildId, 'customTimerEditDeepSeaMinWipeCooldownLabel'), + value: `${server.deepSeaMinWipeCooldownMs / 1000}`, + style: Discord.TextInputStyle.Short + })), + new Discord.ActionRowBuilder().addComponents(TextInput.getTextInput({ + customId: 'DeepSeaWipeMaxCooldownTime', + label: Client.client.intlGet(guildId, 'customTimerEditDeepSeaMaxWipeCooldownLabel'), + value: `${server.deepSeaMaxWipeCooldownMs / 1000}`, style: Discord.TextInputStyle.Short })), new Discord.ActionRowBuilder().addComponents(TextInput.getTextInput({ diff --git a/src/handlers/modalHandler.js b/src/handlers/modalHandler.js index aaf1f0c2..b1e8b598 100644 --- a/src/handlers/modalHandler.js +++ b/src/handlers/modalHandler.js @@ -47,7 +47,8 @@ module.exports = async (client, interaction) => { const server = instance.serverList[ids.serverId]; const cargoShipEgressTime = parseInt(interaction.fields.getTextInputValue('CargoShipEgressTime')); const oilRigCrateUnlockTime = parseInt(interaction.fields.getTextInputValue('OilRigCrateUnlockTime')); - const deepSeaWipeCooldown = parseInt(interaction.fields.getTextInputValue('DeepSeaWipeCooldownTime')); + const deepSeaMinWipeCooldown = parseInt(interaction.fields.getTextInputValue('DeepSeaMinWipeCooldownTime')); + const deepSeaMaxWipeCooldown = parseInt(interaction.fields.getTextInputValue('DeepSeaMaxWipeCooldownTime')); const deepSeaWipeDuration = parseInt(interaction.fields.getTextInputValue('DeepSeaWipeDurationTime')); if (!server) { @@ -61,8 +62,11 @@ module.exports = async (client, interaction) => { if (oilRigCrateUnlockTime && ((oilRigCrateUnlockTime * 1000) !== server.oilRigLockedCrateUnlockTimeMs)) { server.oilRigLockedCrateUnlockTimeMs = oilRigCrateUnlockTime * 1000; } - if (deepSeaWipeCooldown && ((deepSeaWipeCooldown * 1000) !== server.deepSeaWipeCooldownMs)) { - server.deepSeaWipeCooldownMs = deepSeaWipeCooldown * 1000; + if (deepSeaMinWipeCooldown && ((deepSeaMinWipeCooldown * 1000) !== server.deepSeaMinWipeCooldownMs)) { + server.deepSeaMinWipeCooldownMs = deepSeaMinWipeCooldown * 1000; + } + if (deepSeaMaxWipeCooldown && ((deepSeaMaxWipeCooldown * 1000) !== server.deepSeaMaxWipeCooldownMs)) { + server.deepSeaMaxWipeCooldownMs = deepSeaMaxWipeCooldown * 1000; } if (deepSeaWipeDuration && ((deepSeaWipeDuration * 1000) !== server.deepSeaWipeDurationMs)) { server.deepSeaWipeDurationMs = deepSeaWipeDuration * 1000; @@ -71,7 +75,7 @@ module.exports = async (client, interaction) => { client.log(client.intlGet(null, 'infoCap'), client.intlGet(null, 'modalValueChange', { id: `${verifyId}`, - value: `${server.cargoShipEgressTimeMs}, ${server.oilRigLockedCrateUnlockTimeMs}, ${server.deepSeaWipeCooldownMs}, ${server.deepSeaWipeDurationMs}` + value: `${server.cargoShipEgressTimeMs}, ${server.oilRigLockedCrateUnlockTimeMs}, ${server.deepSeaMinWipeCooldownMs}, ${server.deepSeaMaxWipeCooldownMs}, ${server.deepSeaWipeDurationMs}` })); } else if (interaction.customId.startsWith('ServerEdit')) { diff --git a/src/languages/en.json b/src/languages/en.json index d3104762..05e2335a 100644 --- a/src/languages/en.json +++ b/src/languages/en.json @@ -334,7 +334,8 @@ "customTimerEditCrateOilRigUnlockLabel": "OilRig Locked Crate unlock time (seconds):", "customTimerEditDesc": "Editing of Custom Timers", "customTimersCap": "CUSTOM TIMERS", - "customTimerEditDeepSeaWipeCooldownLabel": "Deep Sea respawn time (seconds):", + "customTimerEditDeepSeaMinWipeCooldownLabel": "Deep Sea minimum respawn time (seconds):", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "Deep Sea maximum respawn time (seconds):", "customTimerEditDeepSeaWipeDurationLabel": "Deep Sea duration time (seconds):", "dash": "Dash", "dayOfWipe": "Day {day}", @@ -342,13 +343,15 @@ "decay": "Decay", "decayTimeForItem": "Decay time for {item} is {time}.", "decayingCap": "DECAYING", + "DeepSeaMinWipeCooldownTime": "Deep Sea minimum wipe cooldown time is {time}.", + "DeepSeaMaxWipeCooldownTime": "Deep Sea maximum wipe cooldown time is {time}.", "deepSea": "Deep Sea", "deepSeaDetected": "Deep Sea detected on the map!", "deepSeaDetectedSetting": "When Deep Sea is detected, send a notification.", "deepSeaLeftMap": "Deep Sea Left Map", "deepSeaLeftMapSetting": "When Deep Sea left the map, send a notification.", "deepSeaNotCurrentlyOnMap": "Deep Sea is not currently active.", - "timeSinceDeepSeaWasOnMap": "Last Deep Sea is {time} ago and it should respawn in approximately {respawn}.", + "timeSinceDeepSeaWasOnMap": "The last Deep Sea was {time} ago. It should respawn in approximately {respawnMin}-{respawnMax}.", "deleteUnreachableDevicesCap": "DELETE UNREACHABLE DEVICES", "despawnTime": "Despawn Time", "despawnTimeOfItem": "Despawn time of {item} is {time}.", diff --git a/src/structures/RustPlus.js b/src/structures/RustPlus.js index 37b988be..8b7c71a0 100644 --- a/src/structures/RustPlus.js +++ b/src/structures/RustPlus.js @@ -2887,7 +2887,8 @@ class RustPlus extends RustPlusLib { getCommandDeepSea(isInfoChannel = false) { const instance = Client.client.getInstance(this.guildId); const deepSeaSettings = instance.serverList[this.serverId]; - const deepSeaWipeCooldown = deepSeaSettings.deepSeaWipeCooldownMs; + const deepSeaMinWipeCooldown = deepSeaSettings.deepSeaMinWipeCooldownMs; + const deepSeaMaxWipeCooldown = deepSeaSettings.deepSeaMaxWipeCooldownMs; const deepSeaWipeDuration = deepSeaSettings.deepSeaWipeDurationMs; const wasOnMap = this.mapMarkers.timeSinceDeepSeaWasOnMap; const isOnMap = this.mapMarkers.timeSinceDeepSeaSpawned; @@ -2919,10 +2920,12 @@ class RustPlus extends RustPlusLib { }); } - const respawnSeconds = Math.max(0, (deepSeaWipeCooldown - (now - wasOnMap)) / 1000); + const respawnMinSeconds = Math.max(0, (deepSeaMinWipeCooldown - (now - wasOnMap)) / 1000); + const respawnMaxSeconds = Math.max(0, (deepSeaMaxWipeCooldown - (now - wasOnMap)) / 1000); return Client.client.intlGet(this.guildId, 'timeSinceDeepSeaWasOnMap', { time: Timer.secondsToFullScale(secondsSince), - respawn: Timer.secondsToFullScale(respawnSeconds, 's') + respawnMin: Timer.secondsToFullScale(respawnMinSeconds, 's'), + respawnMax: Timer.secondsToFullScale(respawnMaxSeconds, 's') }); } } diff --git a/src/util/CreateInstanceFile.js b/src/util/CreateInstanceFile.js index c35cc671..bb5f3b22 100644 --- a/src/util/CreateInstanceFile.js +++ b/src/util/CreateInstanceFile.js @@ -210,8 +210,11 @@ module.exports = (client, guild) => { if (!content.hasOwnProperty('oilRigLockedCrateUnlockTimeMs')) { content.oilRigLockedCrateUnlockTimeMs = Constants.DEFAULT_OIL_RIG_LOCKED_CRATE_UNLOCK_TIME_MS; } - if (!content.hasOwnProperty('deepSeaWipeCooldownMs')) { - content.deepSeaWipeCooldownMs = Constants.DEFAULT_DEEP_SEA_WIPE_COOLDOWN_MS; + if (!content.hasOwnProperty('deepSeaMinWipeCooldownMs')) { + content.deepSeaMinWipeCooldownMs = Constants.DEFAULT_DEEP_SEA_MIN_WIPE_COOLDOWN_MS; + } + if (!content.hasOwnProperty('deepSeaMaxWipeCooldownMs')) { + content.deepSeaMaxWipeCooldownMs = Constants.DEFAULT_DEEP_SEA_MAX_WIPE_COOLDOWN_MS; } if (!content.hasOwnProperty('deepSeaWipeDurationMs')) { content.deepSeaWipeDurationMs = Constants.DEFAULT_DEEP_SEA_WIPE_DURATION_MS; diff --git a/src/util/FcmListener.js b/src/util/FcmListener.js index 17b481b9..fe622d7d 100644 --- a/src/util/FcmListener.js +++ b/src/util/FcmListener.js @@ -256,7 +256,8 @@ async function pairingServer(client, guild, title, message, body) { cargoShipEgressTimeMs: server ? server.cargoShipEgressTimeMs : Constants.DEFAULT_CARGO_SHIP_EGRESS_TIME_MS, oilRigLockedCrateUnlockTimeMs: server ? server.oilRigLockedCrateUnlockTimeMs : Constants.DEFAULT_OIL_RIG_LOCKED_CRATE_UNLOCK_TIME_MS, - deepSeaWipeCooldownMs: server ? server.deepSeaWipeCooldownMs : Constants.DEFAULT_DEEP_SEA_WIPE_COOLDOWN_MS, + deepSeaMinWipeCooldownMs: server ? server.deepSeaMinWipeCooldownMs : Constants.DEFAULT_DEEP_SEA_MIN_WIPE_COOLDOWN_MS, + deepSeaMaxWipeCooldownMs: server ? server.deepSeaMaxWipeCooldownMs : Constants.DEFAULT_DEEP_SEA_MAX_WIPE_COOLDOWN_MS, deepSeaWipeDurationMs: server ? server.deepSeaWipeDurationMs : Constants.DEFAULT_DEEP_SEA_WIPE_DURATION_MS, timeTillDay: server ? server.timeTillDay : null, timeTillNight: server ? server.timeTillNight : null diff --git a/src/util/constants.js b/src/util/constants.js index 027387ac..5e27a0d6 100644 --- a/src/util/constants.js +++ b/src/util/constants.js @@ -56,7 +56,8 @@ module.exports = { /* Default timer times */ DEFAULT_CARGO_SHIP_EGRESS_TIME_MS: 50 * 60 * 1000, /* 50 min */ DEFAULT_OIL_RIG_LOCKED_CRATE_UNLOCK_TIME_MS: 15 * 60 * 1000, /* 15 min */ - DEFAULT_DEEP_SEA_WIPE_COOLDOWN_MS: 90 * 60 * 1000, /* 1 hour */ + DEFAULT_DEEP_SEA_MIN_WIPE_COOLDOWN_MS: 90 * 60 * 1000, /* 1,5 hour */ + DEFAULT_DEEP_SEA_MAX_WIPE_COOLDOWN_MS: 150 * 60 * 1000, /* 2,5 hours */ DEFAULT_DEEP_SEA_WIPE_DURATION_MS: 180 * 60 * 1000, /* 3 hours */ /* Other constants */ From 10d3ee0351c577fac4fda2571b7ee5220a03cbe2 Mon Sep 17 00:00:00 2001 From: FaiThiX Date: Tue, 10 Mar 2026 15:07:14 +0100 Subject: [PATCH 2/5] minor fixes and text for new time ranged spawning of deepsea --- src/discordTools/discordModals.js | 4 ++-- src/languages/en.json | 1 + src/structures/RustPlus.js | 7 +++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/discordTools/discordModals.js b/src/discordTools/discordModals.js index b8769e55..f3169050 100644 --- a/src/discordTools/discordModals.js +++ b/src/discordTools/discordModals.js @@ -81,13 +81,13 @@ module.exports = { style: Discord.TextInputStyle.Short })), new Discord.ActionRowBuilder().addComponents(TextInput.getTextInput({ - customId: 'DeepSeaWipeMinCooldownTime', + customId: 'DeepSeaMinWipeCooldownTime', label: Client.client.intlGet(guildId, 'customTimerEditDeepSeaMinWipeCooldownLabel'), value: `${server.deepSeaMinWipeCooldownMs / 1000}`, style: Discord.TextInputStyle.Short })), new Discord.ActionRowBuilder().addComponents(TextInput.getTextInput({ - customId: 'DeepSeaWipeMaxCooldownTime', + customId: 'DeepSeaMaxWipeCooldownTime', label: Client.client.intlGet(guildId, 'customTimerEditDeepSeaMaxWipeCooldownLabel'), value: `${server.deepSeaMaxWipeCooldownMs / 1000}`, style: Discord.TextInputStyle.Short diff --git a/src/languages/en.json b/src/languages/en.json index 05e2335a..b99345b4 100644 --- a/src/languages/en.json +++ b/src/languages/en.json @@ -351,6 +351,7 @@ "deepSeaLeftMap": "Deep Sea Left Map", "deepSeaLeftMapSetting": "When Deep Sea left the map, send a notification.", "deepSeaNotCurrentlyOnMap": "Deep Sea is not currently active.", + "deepSeaCanRespawnNow": "The last Deep Sea was {time} ago. Deep Sea can respawn now and will respawn within {respawnMax} at the latest.", "timeSinceDeepSeaWasOnMap": "The last Deep Sea was {time} ago. It should respawn in approximately {respawnMin}-{respawnMax}.", "deleteUnreachableDevicesCap": "DELETE UNREACHABLE DEVICES", "despawnTime": "Despawn Time", diff --git a/src/structures/RustPlus.js b/src/structures/RustPlus.js index 8b7c71a0..a6837d41 100644 --- a/src/structures/RustPlus.js +++ b/src/structures/RustPlus.js @@ -2922,6 +2922,13 @@ class RustPlus extends RustPlusLib { const respawnMinSeconds = Math.max(0, (deepSeaMinWipeCooldown - (now - wasOnMap)) / 1000); const respawnMaxSeconds = Math.max(0, (deepSeaMaxWipeCooldown - (now - wasOnMap)) / 1000); + if (respawnMinSeconds === 0) { + return Client.client.intlGet(this.guildId, 'deepSeaCanRespawnNow', { + time: Timer.secondsToFullScale(secondsSince), + respawnMax: Timer.secondsToFullScale(respawnMaxSeconds, 's') + }); + } + return Client.client.intlGet(this.guildId, 'timeSinceDeepSeaWasOnMap', { time: Timer.secondsToFullScale(secondsSince), respawnMin: Timer.secondsToFullScale(respawnMinSeconds, 's'), From 2e33a5d60043f96ac60da95ae87475af55677ec7 Mon Sep 17 00:00:00 2001 From: FaiThiX Date: Tue, 10 Mar 2026 15:16:00 +0100 Subject: [PATCH 3/5] Remove condition for forked repositories in workflow --- .github/workflows/translate-language.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/translate-language.yml b/.github/workflows/translate-language.yml index 5d1719fa..1433e00f 100644 --- a/.github/workflows/translate-language.yml +++ b/.github/workflows/translate-language.yml @@ -19,7 +19,6 @@ concurrency: jobs: translate-language: - if: ${{ !github.event.pull_request.head.repo.fork }} runs-on: ubuntu-latest steps: From 41db4cd16d65c7843133118d96fb8a493253dc95 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:16:24 +0000 Subject: [PATCH 4/5] chore(i18n): update translations --- src/languages/cs.json | 197 +++++++++++++++++++++++------------------- src/languages/de.json | 196 +++++++++++++++++++++-------------------- src/languages/es.json | 197 +++++++++++++++++++++++------------------- src/languages/fr.json | 197 +++++++++++++++++++++++------------------- src/languages/it.json | 197 +++++++++++++++++++++++------------------- src/languages/ko.json | 197 +++++++++++++++++++++++------------------- src/languages/pl.json | 197 +++++++++++++++++++++++------------------- src/languages/pt.json | 197 +++++++++++++++++++++++------------------- src/languages/ru.json | 197 +++++++++++++++++++++++------------------- src/languages/sv.json | 197 +++++++++++++++++++++++------------------- src/languages/tr.json | 197 +++++++++++++++++++++++------------------- 11 files changed, 1191 insertions(+), 975 deletions(-) diff --git a/src/languages/cs.json b/src/languages/cs.json index e09ac66f..8cb2579e 100644 --- a/src/languages/cs.json +++ b/src/languages/cs.json @@ -3,6 +3,7 @@ "abandonedCabins": "Opuštěné kabiny", "abandonedMilitaryBase": "Opuštěná vojenská základna", "abandonedSupermarket": "Opuštěný supermarket", + "activeFor": "Aktivní pro\n{time}.", "addPlayerCap": "PŘIDAT HRÁČE", "addSwitchCap": "PŘIDAT SPÍNAČ", "afkCap": "AFK", @@ -10,10 +11,10 @@ "alarmHaveNotBeenTriggeredYet": "Budík {alarm} zatím nebyl aktivován.", "alias": "Alias", "aliasAlreadyExist": "Alias už existuje.", + "aliases": "Aliasy", "aliasIndexCouldNotBeFound": "Index aliasu nebyl nalezen.", "aliasWasAdded": "Alias byl přidán.", "aliasWasRemoved": "Alias byl odstraněn.", - "aliases": "Aliasy", "all": "vše", "allTeammatesAreDead": "Všichni tví spoluhráči jsou mrtví.", "alreadySubscribedToItem": "Již přihlášeno k odběru {name}.", @@ -27,6 +28,8 @@ "atLocation": "Na {location}.", "atSign": "Na znamení", "autoDayCap": "AUTO-DAY", + "automaticallyTurnBackOnOff": " Automaticky změněno na {status} za {time}.", + "automaticallyTurningBackOnOff": "Automaticky měním {device} na {status}.", "autoNightCap": "AUTO-NIGHT", "autoOffAnyOnlineCap": "AUTO-OFF-ANY-ONLINE", "autoOffCap": "AUTO-VYPNUTÍ", @@ -35,8 +38,6 @@ "autoOnCap": "AUTO-ZAPNUTÍ", "autoOnProximityCap": "AUTO-ON-PROXIMITY", "autoSettingCap": "AUTOMATICKÉ NASTAVENÍ: ", - "automaticallyTurnBackOnOff": " Automaticky změněno na {status} za {time}.", - "automaticallyTurningBackOnOff": "Automaticky měním {device} na {status}.", "autoturret": "Automatická Palebná Věž", "badGateway": "Bad Gateway: {error}", "banditCamp": "Tábor banditů", @@ -69,6 +70,7 @@ "cargoLeavingMapAt": "Cargo Ship opouští mapu na {location}.", "cargoLocatedAt": "Cargo Ship se nachází na {location}.", "cargoNotCurrentlyOnMap": "Cargo Ship není na mapě.", + "cargoship": "Cargoship", "cargoShipDetectedSetting": "Když Cargo Ship je detekována, pošli notifikaci.", "cargoShipDockingAtHarbor": "Cargo ship just docked at the Harbor at {location}", "cargoShipDockingAtHarborSetting": "When Cargo Ship is docked at a harbor, send a notification.", @@ -79,7 +81,6 @@ "cargoShipLeftMap": "Cargo Ship opustila mapu na {location}.", "cargoShipLeftSetting": "Když Cargo Ship opustí mapu, pošli notifikaci.", "cargoShipLocated": "Cargo Ship je na {location}.", - "cargoship": "Cargoship", "ceilingLight": "Stropní světlo", "channelNameActivity": "aktivita", "channelNameAlarms": "alarmy", @@ -89,8 +90,8 @@ "channelNameServers": "servers", "channelNameSettings": "nastavení", "channelNameStorageMonitors": "skladovací Monitory", - "channelNameSwitchGroups": "switchGroups", "channelNameSwitches": "přepínače", + "channelNameSwitchGroups": "switchGroups", "channelNameTeamchat": "týmový chat", "channelNameTrackers": "trackery", "chinook47": "Chinook 47", @@ -108,66 +109,6 @@ "commandCap": "PŘÍKAZ", "commandDelaySetting": "Mělo by dojít ke zpoždění příkazu? Jak dlouho?", "commandNotPossibleDiscord": "Příkaz není možný skrze discord.", - "commandSyntaxAdd": "přidat", - "commandSyntaxAfk": "afk", - "commandSyntaxAlive": "živý", - "commandSyntaxArmored": "armored", - "commandSyntaxCargo": "cargo", - "commandSyntaxChinook": "chinook", - "commandSyntaxConnection": "připojení", - "commandSyntaxConnections": "connections", - "commandSyntaxCraft": "craft", - "commandSyntaxDeath": "smrt", - "commandSyntaxDeaths": "smrti", - "commandSyntaxDecay": "decay", - "commandSyntaxDespawn": "despawn", - "commandSyntaxEvents": "eventy", - "commandSyntaxHeli": "heli", - "commandSyntaxLanguage": "jazyk", - "commandSyntaxLarge": "velký", - "commandSyntaxLeader": "vůdce", - "commandSyntaxList": "list", - "commandSyntaxMarker": "marker", - "commandSyntaxMarkers": "markery", - "commandSyntaxMarket": "market", - "commandSyntaxMetal": "metal", - "commandSyntaxMute": "ztišit", - "commandSyntaxNote": "poznámka", - "commandSyntaxNotes": "poznámky", - "commandSyntaxOff": "vypnout", - "commandSyntaxOffline": "offline", - "commandSyntaxOn": "zapnout", - "commandSyntaxOnline": "online", - "commandSyntaxPlayer": "hráč", - "commandSyntaxPlayers": "hráči", - "commandSyntaxPop": "pop", - "commandSyntaxProx": "prox", - "commandSyntaxRecycle": "recycle", - "commandSyntaxRemove": "odstranit", - "commandSyntaxResearch": "research", - "commandSyntaxSearch": "vyhledat", - "commandSyntaxSend": "odeslat", - "commandSyntaxSmall": "malý", - "commandSyntaxStack": "stack", - "commandSyntaxStatus": "status", - "commandSyntaxSteamid": "steamid", - "commandSyntaxStone": "stone", - "commandSyntaxSubscribe": "sub", - "commandSyntaxTTS": "tts", - "commandSyntaxTeam": "tým", - "commandSyntaxTime": "čas", - "commandSyntaxTimer": "časovač", - "commandSyntaxTimers": "časovače", - "commandSyntaxTranslateFromTo": "trf", - "commandSyntaxTranslateTo": "tr", - "commandSyntaxTravelingVendor": "vendor", - "commandSyntaxTwig": "twig", - "commandSyntaxUnmute": "unmute", - "commandSyntaxUnsubscribe": "unsub", - "commandSyntaxUpkeep": "upkeep", - "commandSyntaxUptime": "uptime", - "commandSyntaxWipe": "wipe", - "commandSyntaxWood": "wood", "commandsAlarmDesc": "Operace s chytrými alarmy.", "commandsAlarmEditDesc": "Upravit popis chytrého alarmu.", "commandsAlarmEditIdDesc": "ID chytrého alarmu.", @@ -263,6 +204,68 @@ "commandsVoiceMale": "Muž", "commandsVoiceMaleDescription": "Nastaví pohlaví hlasového aktéra na mužského pohlaví", "commandsVoiceNotInVoice": "Nejsi připojen do hlasového kanálu", + "commandSyntaxAdd": "přidat", + "commandSyntaxAfk": "afk", + "commandSyntaxAlive": "živý", + "commandSyntaxArmored": "armored", + "commandSyntaxCargo": "cargo", + "commandSyntaxChinook": "chinook", + "commandSyntaxConnection": "připojení", + "commandSyntaxConnections": "connections", + "commandSyntaxCraft": "craft", + "commandSyntaxDeath": "smrt", + "commandSyntaxDeaths": "smrti", + "commandSyntaxDecay": "decay", + "commandSyntaxDeepSea": "deepsea", + "commandSyntaxDespawn": "despawn", + "commandSyntaxEvents": "eventy", + "commandSyntaxHeli": "heli", + "commandSyntaxLanguage": "jazyk", + "commandSyntaxLarge": "velký", + "commandSyntaxLeader": "vůdce", + "commandSyntaxList": "list", + "commandSyntaxMarker": "marker", + "commandSyntaxMarkers": "markery", + "commandSyntaxMarket": "market", + "commandSyntaxMetal": "metal", + "commandSyntaxMute": "ztišit", + "commandSyntaxNext": "další", + "commandSyntaxNote": "poznámka", + "commandSyntaxNotes": "poznámky", + "commandSyntaxOff": "vypnout", + "commandSyntaxOffline": "offline", + "commandSyntaxOn": "zapnout", + "commandSyntaxOnline": "online", + "commandSyntaxPlayer": "hráč", + "commandSyntaxPlayers": "hráči", + "commandSyntaxPop": "pop", + "commandSyntaxProx": "prox", + "commandSyntaxRecycle": "recycle", + "commandSyntaxRemove": "odstranit", + "commandSyntaxResearch": "research", + "commandSyntaxSearch": "vyhledat", + "commandSyntaxSend": "odeslat", + "commandSyntaxSmall": "malý", + "commandSyntaxStack": "stack", + "commandSyntaxStatus": "status", + "commandSyntaxSteamid": "steamid", + "commandSyntaxStone": "stone", + "commandSyntaxSubscribe": "sub", + "commandSyntaxTeam": "tým", + "commandSyntaxTime": "čas", + "commandSyntaxTimer": "časovač", + "commandSyntaxTimers": "časovače", + "commandSyntaxTranslateFromTo": "trf", + "commandSyntaxTranslateTo": "tr", + "commandSyntaxTravelingVendor": "vendor", + "commandSyntaxTTS": "tts", + "commandSyntaxTwig": "twig", + "commandSyntaxUnmute": "unmute", + "commandSyntaxUnsubscribe": "unsub", + "commandSyntaxUpkeep": "upkeep", + "commandSyntaxUptime": "uptime", + "commandSyntaxWipe": "wipe", + "commandSyntaxWood": "wood", "connect": "Connect", "connectCap": "PŘIPOJIT", "connected": "Připojeno", @@ -329,14 +332,26 @@ "customCommand": "Custom Command", "customTimerEditCargoShipEgressLabel": "Cargoship egress time (seconds):", "customTimerEditCrateOilRigUnlockLabel": "OilRig Locked Crate unlock time (seconds):", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "Maximální doba respawnu v hlubokém moři (sekundy):", + "customTimerEditDeepSeaMinWipeCooldownLabel": "Minimální doba respawnu v hlubokém moři (sekundy):", + "customTimerEditDeepSeaWipeDurationLabel": "Doba trvání Deep Sea (sekundy):", "customTimerEditDesc": "Editing of Custom Timers", "customTimersCap": "CUSTOM TIMERS", "dash": "Dash", "dayOfWipe": "Day {day}", "deathCap": "DEATH", "decay": "Decay", - "decayTimeForItem": "Čas decaye pro {item} je {time}.", "decayingCap": "DECAYING", + "decayTimeForItem": "Čas decaye pro {item} je {time}.", + "deepSea": "Hluboké moře", + "deepSeaCanRespawnNow": "Poslední Deep Sea bylo před {time}. Deep Sea se může znovu objevit nyní a nejpozději do {respawnMax}.", + "deepSeaDetected": "Na mapě bylo detekováno hluboké moře!", + "deepSeaDetectedSetting": "Když je detekováno Deep Sea, odešlete oznámení.", + "deepSeaLeftMap": "Mapa levé části hlubokého moře", + "deepSeaLeftMapSetting": "Když Deep Sea opustí mapu, odešlete oznámení.", + "DeepSeaMaxWipeCooldownTime": "Maximální doba čekání na vymazání Deep Sea je {time}.", + "DeepSeaMinWipeCooldownTime": "Minimální doba čekání na vymazání Deep Sea je {time}.", + "deepSeaNotCurrentlyOnMap": "Deep Sea není v současné době aktivní.", "deleteUnreachableDevicesCap": "ODSTRANIT NEDOSAHNUTELNÁ ZAŘÍZENÍ", "despawnTime": "Čas Despawnu", "despawnTimeOfItem": "Čas despawnu pro {item} je {time}.", @@ -381,6 +396,9 @@ "ferryTerminal": "Ferry Terminal", "fishingVillage": "Fishing Village", "five": "Five", + "foundItemInVendingMachine": "{quantity}{item} pro {priceAmount}{price} | {stock}x Skladem @ {location}", + "foundOrdersSummary": "Nalezeno {foundOrders} objednávek z automatu. Zobrazuje se stránka {currentPage} z {totalPages}. Použijte {nextCommand} pro zobrazení další stránky.", + "foundOrdersSummaryNoNext": "Nalezeno {foundOrders} objednávek z automatu.", "four": "Four", "giantExcavatorPit": "Giant Excavator Pit", "greaterThanSign": "Greater-than Sign", @@ -403,14 +421,14 @@ "ignoreSetAvatar": "Ignored setAvatar", "ignoreSetNickname": "Ignored setNickname", "ignoreSetUsername": "Ignored setUsername", + "index": "Index", + "infoCap": "INFO", "inGameBotMessagesMuted": "In-Game bot messages muted.", "inGameBotMessagesUnmuted": "In-Game bot messages unmuted.", "inGameCap": "IN-GAME", "inGameEventInfo": "In-game event information", "inGameTeamNotificationsSetting": "In-Game teammate notifications.", "inGameTime": "In-Game time: {time}.", - "index": "Index", - "infoCap": "INFO", "inside": "Uvnitř", "interactionEditReplyFailed": "Interaction edit reply failed: {error}", "interactionInvalidChannel": "Interaction from an invalid channel.", @@ -453,11 +471,11 @@ "lockedCrateSmallOilRigUnlocked": "Locked Crate at Small Oil Rig at {location} has been unlocked.", "logDiscordCommand": "Discord příkaz - Klan: {guild}, kanál: {channel}, Uživatel: {user}, Zpráva: {message}.", "logDiscordMessage": "Discord Zpráva - Klan: {guild}, kanál: {channel}, Uživatel: {user}, Zpráva: {message}.", + "loggedInAs": "LOGGED IN AS: {name}", "logInGameCommand": "{type} - Příkaz: {command}, Uživatel: {user}.", "logInGameMessage": "Zpráva: {message}, Uživatel: {user}", "logSmartSwitchGroupValueChange": "Skupina Smart Switch - Hodnota: {value}.", "logSmartSwitchValueChange": "Smart Switch - Hodnota: {value}.", - "loggedInAs": "LOGGED IN AS: {name}", "makeSureApplicationsCommandsEnabled": "Make sure applications.commands is checked when creating the invite URL.", "map": "Map", "mapSalt": "Map Salt", @@ -488,8 +506,8 @@ "name": "Name", "nameChangeHistory": "Name Change History", "new": "Nový", - "newVendingMachine": "New Vending Machine located at {location}.", "newsCap": "NEWS", + "newVendingMachine": "New Vending Machine located at {location}.", "noActiveTimers": "No active timers.", "noCommandDelay": "No command delay.", "noCommunicationSmartSwitch": "Could not communicate with Smart Switch: {name}", @@ -500,7 +518,9 @@ "noItemFound": "Item could not be found in any Vending Machines...", "noItemWithIdFound": "No item with id {id} could be found.", "noItemWithNameFound": "No item with name {name} could be found.", + "noMorePages": "Další stránky již nejsou k dispozici.", "noNameIdGiven": "No 'name' or 'id' was given.", + "none": "None", "noOneIsAfk": "No one is AFK.", "noOneIsOffline": "No one is offline.", "noOneIsOnline": "No one is online.", @@ -510,24 +530,23 @@ "noRegisteredDeathEventsUser": "No registered death events for {user}.", "noRegisteredEvents": "No registered events yet.", "noRegisteredMarkers": "No registered markers.", - "noSavedNotes": "There are no saved notes.", - "noToolCupboardWereFound": "No Tool Cupboard monitors were found.", - "none": "None", "northEast": "North East", "northOfGrid": "North of grid", "northWest": "North West", - "notAValidOrderType": "{order} is not a valid order type.", + "noSavedNotes": "There are no saved notes.", "notActive": "Not active.", + "notAValidOrderType": "{order} is not a valid order type.", "notConnectedToRustServer": "Not currently connected to a rust server.", - "notExistInSubscription": "Item {name} does not exist in subscription list.", - "notFoundCap": "NOT FOUND", - "notPartOfRole": "You are not part of the {role} role, therefore you can't run bot commands.", - "notShowingCap": "NOT SHOWING", "noteCap": "NOTE", "noteIdDoesNotExist": "Note ID: {id} does not exist.", "noteIdInvalid": "Note ID is invalid.", "noteIdWasRemoved": "Note ID: {id} was removed.", "noteSaved": "Note saved.", + "notExistInSubscription": "Item {name} does not exist in subscription list.", + "notFoundCap": "NOT FOUND", + "noToolCupboardWereFound": "No Tool Cupboard monitors were found.", + "notPartOfRole": "You are not part of the {role} role, therefore you can't run bot commands.", + "notShowingCap": "NOT SHOWING", "offCap": "OFF", "offline": "Offline", "offlineTime": "Offline time", @@ -585,9 +604,9 @@ "recycleCap": "RECYCLE", "recycler": "Recycler", "remain": "left", + "removedSubscribeItem": "Item {name} have been removed from subscription.", "removePlayerCap": "REMOVE PLAYER", "removeSwitchCap": "REMOVE SWITCH", - "removedSubscribeItem": "Item {name} have been removed from subscription.", "research": "Research", "researchTable": "Research Table", "resetSuccess": "Successfully reset Discord.", @@ -642,8 +661,8 @@ "six": "Six", "slash": "Slash", "slashCommandInteraction": "Slash Command Interaction - Guild: {guild}, Channel: {channel}, User: {user}, Command: {command}, VerifyId: {id}.", - "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slashCommandsSuccessRegister": "Successfully registered application commands for guild: {guildId}.", + "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slots": "Slots", "smallOilRig": "Small Oil Rig", "smartAlarm": "Smart Alarm", @@ -697,11 +716,18 @@ "timeBeforeCrateAtLargeOilRigUnlocks": "{time} before Locked Crate at Large Oil Rig ({location}) unlocks.", "timeBeforeCrateAtSmallOilRigUnlocks": "{time} before Locked Crate at Small Oil Rig ({location}) unlocks.", "timeCap": "TIME", + "timeDeepSeaIsActiveFor": "Deep Sea je aktivní a uzavře se přibližně za {time}.", "timeFormatInvalid": "Time format invalid.", "timeLeftTimer": "{id}: Time left: {time}, Message: {message}", + "timer": "Timer: {message}.", + "timerIdDoesNotExist": "Timer ID: {id} does not exist.", + "timerIdInvalid": "Timer ID is invalid.", + "timerRemoved": "Timer ID: {id} was removed.", + "timerSet": "Časovač nastaven na {time}.", "timeSinceAlarmWasTriggered": "The alarm {alarm} was triggered {time} ago.", "timeSinceCargoLeft": "{time} since Cargo Ship left the map.", "timeSinceChinook47OnMap": "{time} since the last Chinook 47 was on the map.", + "timeSinceDeepSeaWasOnMap": "Poslední Deep Sea bylo před {time}. Mělo by se znovu objevit přibližně za {respawnMin}-{respawnMax}.", "timeSinceHeavyScientistsOnLarge": "{time} since Heavy Scientists last got called to Large Oil Rig.", "timeSinceHeavyScientistsOnSmall": "{time} since Heavy Scientists last got called to Small Oil Rig.", "timeSinceLast": "{time} since last.", @@ -716,11 +742,6 @@ "timeTillNightfall": "{time} before nightfall.", "timeTillStructureDecay": "{time} before {type} wall decay.", "timeUntilUnlocksAt": "{time} until unlocks at {location}.", - "timer": "Timer: {message}.", - "timerIdDoesNotExist": "Timer ID: {id} does not exist.", - "timerIdInvalid": "Timer ID is invalid.", - "timerRemoved": "Timer ID: {id} was removed.", - "timerSet": "Časovač nastaven na {time}.", "tokensDidNotReplenish": "Tokens did not replenish in time.", "toolCupboard": "Bedna s nářadím", "total": "Total", @@ -733,15 +754,15 @@ "travelingVendorDetectedSetting": "When the Traveling Vendor is detected, send a notification.", "travelingVendorHaltedAt": "The Traveling Vendor stopped at {location}.", "travelingVendorHaltedSetting": "When the Traveling Vendor stops moving, send a notification.", + "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorLeftSetting": "When the Traveling Vendor left the map, send a notification.", "travelingVendorLocatedAt": "The Traveling Vendor is located at {location}.", - "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorNotCurrentlyOnMap": "The Traveling Vendor is not currently on the map.", "travelingVendorResumedAt": "The Traveling Vendor resumed moving at {location}.", "travelingVendorSpawnedAt": "The Traveling Vendor spawned at {location}.", + "turningGroupOnOff": "Měnění skupiny {group} {status}.", "turnOffCap": "VYPNUTO", "turnOnCap": "ZAPNUTO", - "turningGroupOnOff": "Měnění skupiny {group} {status}.", "two": "Dvě", "type": "Typ", "unavailable": "Nedostupné", @@ -787,4 +808,4 @@ "yield": "Úrodnost", "youAreAlreadyLeader": "Už jsi vůdce.", "youAreNotPairedWithServer": "Příkaz na vůdce nefunguje, protože nejsi spárován se serverem." -} \ No newline at end of file +} diff --git a/src/languages/de.json b/src/languages/de.json index 95b60c40..450e9e94 100644 --- a/src/languages/de.json +++ b/src/languages/de.json @@ -3,18 +3,18 @@ "abandonedCabins": "Verlassene Hütten", "abandonedMilitaryBase": "Verlassene Militärbasis", "abandonedSupermarket": "Verlassener Supermarkt", + "activeFor": "Aktiv für\n{time}.", "addPlayerCap": "SPIELER HINZUFÜGEN", "addSwitchCap": "SCHALTER HINZUFÜGEN", - "activeFor": "Aktiv für\n{time}.", "afkCap": "AFK", "airfield": "Flugplatz", "alarmHaveNotBeenTriggeredYet": "Der Alarm {alarm} wurde noch nicht ausgelöst.", "alias": "Alias", "aliasAlreadyExist": "Alias existiert bereits.", + "aliases": "Aliase", "aliasIndexCouldNotBeFound": "Alias-Index konnte nicht gefunden werden.", "aliasWasAdded": "Alias wurde hinzugefügt.", "aliasWasRemoved": "Alias wurde entfernt.", - "aliases": "Aliase", "all": "Alles", "allTeammatesAreDead": "Alle deine Teammitglieder sind tot.", "alreadySubscribedToItem": "Gegenstand `{name}` ist bereits abonniert.", @@ -28,6 +28,8 @@ "atLocation": "Position: {location}.", "atSign": "At-Zeichen", "autoDayCap": "AUTO-TAG", + "automaticallyTurnBackOnOff": " Wird automatisch in {time} {status}geschaltet.", + "automaticallyTurningBackOnOff": "Schalte {device} automatisch {status}.", "autoNightCap": "AUTO-NACHT", "autoOffAnyOnlineCap": "AUTO-OFF-JMD-ONLINE", "autoOffCap": "AUTO-AUS", @@ -36,8 +38,6 @@ "autoOnCap": "AUTO-AN", "autoOnProximityCap": "AUTO-AN-PROXIMITÄT", "autoSettingCap": "AUTO-EINSTELLUNG: ", - "automaticallyTurnBackOnOff": " Wird automatisch in {time} {status}geschaltet.", - "automaticallyTurningBackOnOff": "Schalte {device} automatisch {status}.", "autoturret": "Automatischer Geschützturm", "badGateway": "Bad Gateway: {error}", "banditCamp": "Banditenlager", @@ -70,6 +70,7 @@ "cargoLeavingMapAt": "Frachtschiff verlässt die Karte [{location}].", "cargoLocatedAt": "Frachtschiff hält sich [{location}] auf.", "cargoNotCurrentlyOnMap": "Frachtschiff befindet sich derzeit nicht auf der Karte.", + "cargoship": "Frachtschiff", "cargoShipDetectedSetting": "Wenn das Frachtschiff erkannt wird, sende eine Benachrichtigung.", "cargoShipDockingAtHarbor": "Frachtschiff ist gerade am Hafen bei {location} angelegt", "cargoShipDockingAtHarborSetting": "Wenn das Frachtschiff an einem Hafen angelegt ist, sende eine Benachrichtigung.", @@ -80,7 +81,6 @@ "cargoShipLeftMap": "Frachtschiff hat gerade die Karte verlassen [{location}].", "cargoShipLeftSetting": "Wenn das Frachtschiff die Karte verlassen hat, sende eine Benachrichtigung.", "cargoShipLocated": "Frachtschiff hält sich [{location}] auf.", - "cargoship": "Frachtschiff", "ceilingLight": "Deckenleuchte", "channelNameActivity": "aktivitäten", "channelNameAlarms": "alarme", @@ -90,8 +90,8 @@ "channelNameServers": "server", "channelNameSettings": "einstellungen", "channelNameStorageMonitors": "lagermonitore", - "channelNameSwitchGroups": "schalter-gruppen", "channelNameSwitches": "schalter", + "channelNameSwitchGroups": "schalter-gruppen", "channelNameTeamchat": "teamchat", "channelNameTrackers": "tracker", "chinook47": "Transporthubschr.", @@ -109,68 +109,6 @@ "commandCap": "BEFEHL", "commandDelaySetting": "Soll es eine Befehlsverzögerung geben? Für wie lange?", "commandNotPossibleDiscord": "Befehl ist nicht möglich via Discord.", - "commandSyntaxAdd": "hinzufügen", - "commandSyntaxAfk": "afk", - "commandSyntaxAlive": "lebendig", - "commandSyntaxArmored": "gepanzert", - "commandSyntaxCargo": "fracht", - "commandSyntaxChinook": "transport", - "commandSyntaxConnection": "verbindung", - "commandSyntaxConnections": "verbindungen", - "commandSyntaxCraft": "herstellen", - "commandSyntaxDeath": "tod", - "commandSyntaxDeaths": "tode", - "commandSyntaxDecay": "zerfall", - "commandSyntaxDeepSea": "tiefsee", - "commandSyntaxDespawn": "despawn", - "commandSyntaxEvents": "ereignisse", - "commandSyntaxHeli": "heli", - "commandSyntaxLanguage": "sprache", - "commandSyntaxLarge": "groß", - "commandSyntaxLeader": "anführer", - "commandSyntaxList": "liste", - "commandSyntaxMarker": "markierung", - "commandSyntaxMarkers": "markierungen", - "commandSyntaxMarket": "markt", - "commandSyntaxMetal": "metall", - "commandSyntaxMute": "stumm", - "commandSyntaxNext": "nächste", - "commandSyntaxNote": "notiz", - "commandSyntaxNotes": "notizen", - "commandSyntaxOff": "aus", - "commandSyntaxOffline": "offline", - "commandSyntaxOn": "ein", - "commandSyntaxOnline": "online", - "commandSyntaxPlayer": "player", - "commandSyntaxPlayers": "players", - "commandSyntaxPop": "bev", - "commandSyntaxProx": "nähe", - "commandSyntaxRecycle": "recyceln", - "commandSyntaxRemove": "löschen", - "commandSyntaxResearch": "erforschen", - "commandSyntaxSearch": "suche", - "commandSyntaxSend": "sende", - "commandSyntaxSmall": "klein", - "commandSyntaxStack": "stapel", - "commandSyntaxStatus": "status", - "commandSyntaxSteamid": "steamid", - "commandSyntaxStone": "stein", - "commandSyntaxSubscribe": "sub", - "commandSyntaxTTS": "tts", - "commandSyntaxTeam": "team", - "commandSyntaxTime": "zeit", - "commandSyntaxTimer": "timer", - "commandSyntaxTimers": "timers", - "commandSyntaxTranslateFromTo": "trf", - "commandSyntaxTranslateTo": "tr", - "commandSyntaxTravelingVendor": "Händler", - "commandSyntaxTwig": "zweig", - "commandSyntaxUnmute": "entstumme", - "commandSyntaxUnsubscribe": "unsub", - "commandSyntaxUpkeep": "erhaltung", - "commandSyntaxUptime": "betriebsdauer", - "commandSyntaxWipe": "wipe", - "commandSyntaxWood": "holz", "commandsAlarmDesc": "Optionen für intelligente Alarme.", "commandsAlarmEditDesc": "Bearbeite die Eigenschaften von intelligenten Alarmen.", "commandsAlarmEditIdDesc": "Die ID des intelligenten Alarms.", @@ -266,6 +204,68 @@ "commandsVoiceMale": "Männlich", "commandsVoiceMaleDescription": "Setzt das Stimmprofil auf männlich", "commandsVoiceNotInVoice": "Du bist in keinem Voice-Channel", + "commandSyntaxAdd": "hinzufügen", + "commandSyntaxAfk": "afk", + "commandSyntaxAlive": "lebendig", + "commandSyntaxArmored": "gepanzert", + "commandSyntaxCargo": "fracht", + "commandSyntaxChinook": "transport", + "commandSyntaxConnection": "verbindung", + "commandSyntaxConnections": "verbindungen", + "commandSyntaxCraft": "herstellen", + "commandSyntaxDeath": "tod", + "commandSyntaxDeaths": "tode", + "commandSyntaxDecay": "zerfall", + "commandSyntaxDeepSea": "tiefsee", + "commandSyntaxDespawn": "despawn", + "commandSyntaxEvents": "ereignisse", + "commandSyntaxHeli": "heli", + "commandSyntaxLanguage": "sprache", + "commandSyntaxLarge": "groß", + "commandSyntaxLeader": "anführer", + "commandSyntaxList": "liste", + "commandSyntaxMarker": "markierung", + "commandSyntaxMarkers": "markierungen", + "commandSyntaxMarket": "markt", + "commandSyntaxMetal": "metall", + "commandSyntaxMute": "stumm", + "commandSyntaxNext": "nächste", + "commandSyntaxNote": "notiz", + "commandSyntaxNotes": "notizen", + "commandSyntaxOff": "aus", + "commandSyntaxOffline": "offline", + "commandSyntaxOn": "ein", + "commandSyntaxOnline": "online", + "commandSyntaxPlayer": "player", + "commandSyntaxPlayers": "players", + "commandSyntaxPop": "bev", + "commandSyntaxProx": "nähe", + "commandSyntaxRecycle": "recyceln", + "commandSyntaxRemove": "löschen", + "commandSyntaxResearch": "erforschen", + "commandSyntaxSearch": "suche", + "commandSyntaxSend": "sende", + "commandSyntaxSmall": "klein", + "commandSyntaxStack": "stapel", + "commandSyntaxStatus": "status", + "commandSyntaxSteamid": "steamid", + "commandSyntaxStone": "stein", + "commandSyntaxSubscribe": "sub", + "commandSyntaxTeam": "team", + "commandSyntaxTime": "zeit", + "commandSyntaxTimer": "timer", + "commandSyntaxTimers": "timers", + "commandSyntaxTranslateFromTo": "trf", + "commandSyntaxTranslateTo": "tr", + "commandSyntaxTravelingVendor": "Händler", + "commandSyntaxTTS": "tts", + "commandSyntaxTwig": "zweig", + "commandSyntaxUnmute": "entstumme", + "commandSyntaxUnsubscribe": "unsub", + "commandSyntaxUpkeep": "erhaltung", + "commandSyntaxUptime": "betriebsdauer", + "commandSyntaxWipe": "wipe", + "commandSyntaxWood": "holz", "connect": "Verbinden", "connectCap": "VERBINDEN", "connected": "Verbunden", @@ -332,23 +332,27 @@ "customCommand": "Benutzerdefinierter Befehl", "customTimerEditCargoShipEgressLabel": "Frachtschiff - Dauer bis Austritt (in Sek):", "customTimerEditCrateOilRigUnlockLabel": "Ölbohrinsel gesp. Kiste - Entsperrzeit (Sek):", - "customTimerEditDesc": "Bearbeitung von benutzerdefinierten Timern", - "customTimersCap": "BENUTZERDEFINIERTE TIMER", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "Maximale Respawn-Zeit in der Tiefsee (Sekunden):", + "customTimerEditDeepSeaMinWipeCooldownLabel": "Mindest-Respawn-Zeit in der Tiefsee (Sekunden):", "customTimerEditDeepSeaWipeCooldownLabel": "Neustartzeit Tiefsee (in Sek):", "customTimerEditDeepSeaWipeDurationLabel": "Tiefsee Dauer (in Sek):", + "customTimerEditDesc": "Bearbeitung von benutzerdefinierten Timern", + "customTimersCap": "BENUTZERDEFINIERTE TIMER", "dash": "Bindestrich", "dayOfWipe": "Tag {day}", "deathCap": "TOT", "decay": "Zerfall", - "decayTimeForItem": "Dauer bis zum Zerfall von {item} ist {time}.", "decayingCap": "ZERFÄLLT", + "decayTimeForItem": "Dauer bis zum Zerfall von {item} ist {time}.", "deepSea": "Tiefsee", + "deepSeaCanRespawnNow": "Das letzte Deep Sea war vor {time}. Deep Sea kann jetzt respawnen und wird spätestens innerhalb von {respawnMax} respawnen.", "deepSeaDetected": "Tiefsee auf der Karte erkannt!", "deepSeaDetectedSetting": "Benachrichtigung wenn die Tiefsee startet.", "deepSeaLeftMap": "Tiefsee ist beendet", "deepSeaLeftMapSetting": "Benachrichtigung wenn die Tiefsee endet.", + "DeepSeaMaxWipeCooldownTime": "Die maximale Abklingzeit für Deep Sea beträgt {time}.", + "DeepSeaMinWipeCooldownTime": "Die Mindestabklingzeit für Deep Sea beträgt {time}.", "deepSeaNotCurrentlyOnMap": "Tiefsee ist zur Zeit nicht aktiv.", - "timeSinceDeepSeaWasOnMap": "Tiefsee war aktiv vor {time} und sollte erneut in {respawn} starten.", "deleteUnreachableDevicesCap": "UNERREICHBARE GERÄTE LÖSCHEN", "despawnTime": "Dauer bis zum Despawn", "despawnTimeOfItem": "Dauer bis zum Despawn von {item} ist {time}.", @@ -393,10 +397,10 @@ "ferryTerminal": "Fährhafen", "fishingVillage": "Fischerdorf", "five": "Fünf", - "four": "Vier", - "foundItemInVendingMachine" : "{quantity}{item} für {priceAmount}{price} | {stock}x verfügbar @ {location}", + "foundItemInVendingMachine": "{quantity}{item} für {priceAmount}{price} | {stock}x verfügbar @ {location}", "foundOrdersSummary": "Es wurden {foundOrders} Verkaufsautomatenangebote gefunden. Zeige Seite {currentPage} von {totalPages}. Benutze {nextCommand} um die nächste Seite zu sehen.", "foundOrdersSummaryNoNext": "Es wurden {foundOrders} Verkaufsautomatenangebote gefunden.", + "four": "Vier", "giantExcavatorPit": "Riesige Baggergrube", "greaterThanSign": "Größer-als-Zeichen", "groupAddSwitchDesc": "Füge Schalter zu {group} hinzu", @@ -418,14 +422,14 @@ "ignoreSetAvatar": "Ignored setAvatar", "ignoreSetNickname": "Ignored setNickname", "ignoreSetUsername": "Ignored setNickname", + "index": "Index", + "infoCap": "INFO", "inGameBotMessagesMuted": "In-Game Bot-Nachrichten stummgeschaltet.", "inGameBotMessagesUnmuted": "In-Game Bot-Nachrichten nicht stummgeschaltet.", "inGameCap": "IN-GAME", "inGameEventInfo": "In-Game Ereignis-Informationen", "inGameTeamNotificationsSetting": "In-Game Teammitglied-Benachrichtigungen.", "inGameTime": "In-Game-Zeit: {time}.", - "index": "Index", - "infoCap": "INFO", "inside": "Drinnen", "interactionEditReplyFailed": "Interaction edit reply failed: {error}", "interactionInvalidChannel": "Interaktion von einem ungültigen Kanal.", @@ -468,11 +472,11 @@ "lockedCrateSmallOilRigUnlocked": "Gesperrte Kiste auf der kleinen Ölbohrinsel [{location}] wurde entsperrt.", "logDiscordCommand": "Discord-Befehl - Discord-Server: {guild}, Kanal: {channel}, Benutzer: {user}, Nachricht: {message}.", "logDiscordMessage": "Discord-Nachricht - Discord-Server: {guild}, Kanal: {channel}, Benutzer: {user}, Nachricht: {message}.", + "loggedInAs": "ANGEMELDET ALS: {name}", "logInGameCommand": "{type} - Befehl: {command}, Benutzer: {user}.", "logInGameMessage": "Nachricht: {message}, Benutzer: {user}", "logSmartSwitchGroupValueChange": "Intelligente Schalter-Gruppe - Wert: {value}.", "logSmartSwitchValueChange": "Intelligenter Schalter - Wert: {value}.", - "loggedInAs": "ANGEMELDET ALS: {name}", "makeSureApplicationsCommandsEnabled": "Stelle sicher, dass applications.command beim Erstellen der Einladungs-URL angehakt ist.", "map": "Karte", "mapSalt": "Map Salt", @@ -503,8 +507,8 @@ "name": "Name", "nameChangeHistory": "Namensänderungsverlauf", "new": "Neu", - "newVendingMachine": "Neuer Verkaufsautomat lokalisiert [{location}].", "newsCap": "NEWS", + "newVendingMachine": "Neuer Verkaufsautomat lokalisiert [{location}].", "noActiveTimers": "Keine aktiven Timer.", "noCommandDelay": "Keine Befehlsverzögerung.", "noCommunicationSmartSwitch": "Konnte nicht mit intelligentem Schalter kommunizieren: {name}", @@ -515,7 +519,9 @@ "noItemFound": "Gegenstand konnte in keinem Verkaufsautomaten gefunden werden...", "noItemWithIdFound": "Es konnte kein Gegenstand mit ID {id} gefunden werden.", "noItemWithNameFound": "Es konnte kein Gegenstand mit Namen `{name}` gefunden werden.", + "noMorePages": "Es gibt keine weiteren Seiten.", "noNameIdGiven": "Es wurde kein 'Name' oder 'ID' angegeben.", + "none": "Keine", "noOneIsAfk": "Niemand ist AFK.", "noOneIsOffline": "Niemand ist offline.", "noOneIsOnline": "Niemand ist online.", @@ -525,24 +531,23 @@ "noRegisteredDeathEventsUser": "Keine registrierten Todesfälle für {user}.", "noRegisteredEvents": "Noch keine Ereignisse registriert.", "noRegisteredMarkers": "Keine registrierten Markierungen.", - "noSavedNotes": "Keine gespeicherten Notizen vorhanden.", - "noToolCupboardWereFound": "Es wurden keine Werkzeugschrank-Lagermonitore gefunden.", - "none": "Keine", "northEast": "nordöstlich", "northOfGrid": "nördlich von Grid", "northWest": "nordwestlich", - "notAValidOrderType": "{order} ist keine gültige Handelskategorie.", + "noSavedNotes": "Keine gespeicherten Notizen vorhanden.", "notActive": "Nicht aktiv.", + "notAValidOrderType": "{order} ist keine gültige Handelskategorie.", "notConnectedToRustServer": "Aktuell mit keinem Rust-Server verbunden.", - "notExistInSubscription": "Gegenstand `{name}` ist nicht abonniert.", - "notFoundCap": "NICHT GEFUNDEN", - "notPartOfRole": "Du bist nicht Teil der {role} Rolle, weshalb du keine Bot-Befehle ausführen kannst.", - "notShowingCap": "NICHT ANZEIGEN", "noteCap": "HINWEIS", "noteIdDoesNotExist": "Notiz-ID: {id} existiert nicht.", "noteIdInvalid": "Notiz-ID ist ungültig.", "noteIdWasRemoved": "Notiz-ID: {id} wurde entfernt.", "noteSaved": "Notiz gespeichert.", + "notExistInSubscription": "Gegenstand `{name}` ist nicht abonniert.", + "notFoundCap": "NICHT GEFUNDEN", + "noToolCupboardWereFound": "Es wurden keine Werkzeugschrank-Lagermonitore gefunden.", + "notPartOfRole": "Du bist nicht Teil der {role} Rolle, weshalb du keine Bot-Befehle ausführen kannst.", + "notShowingCap": "NICHT ANZEIGEN", "offCap": "AUS", "offline": "Offline", "offlineTime": "Offline-Dauer", @@ -600,9 +605,9 @@ "recycleCap": "RECYCLE", "recycler": "Recycler", "remain": "übrig", + "removedSubscribeItem": "Gegenstand `{name}` wurde de-abonniert.", "removePlayerCap": "SPIELER ENTFERNEN", "removeSwitchCap": "SCHALTER ENTFERNEN", - "removedSubscribeItem": "Gegenstand `{name}` wurde de-abonniert.", "research": "Erforschen", "researchTable": "Forschungstisch", "resetSuccess": "Discord erfolgreich zurückgesetzt.", @@ -657,8 +662,8 @@ "six": "Sechs", "slash": "Schrägstrich", "slashCommandInteraction": "Slash-Befehl Interaktion - Discord-Server: {guild}, Kanal: {channel}, Benutzer: {user}, Befehl: {command}, Kontroll-ID: {id}.", - "slashCommandValueChange": "Slash-Befehl Interaktion - Kontroll-ID: {id}, Wert: {value}.", "slashCommandsSuccessRegister": "Erfolgreich Anwendungsbefehle für Discord-Server: {guildId} registriert.", + "slashCommandValueChange": "Slash-Befehl Interaktion - Kontroll-ID: {id}, Wert: {value}.", "slots": "Plätze", "smallOilRig": "Kleine Ölbohrinsel", "smartAlarm": "Intelligenter Alarm", @@ -715,9 +720,15 @@ "timeDeepSeaIsActiveFor": "Tiefsee ist aktiv und endet in ca. {time}.", "timeFormatInvalid": "Zeitformat ungültig.", "timeLeftTimer": "{id}: Verbleibende Zeit: {time}, Nachricht: {message}", + "timer": "Timer: {message}.", + "timerIdDoesNotExist": "Timer-ID: {id} existiert nicht.", + "timerIdInvalid": "Timer-ID ist ungültig.", + "timerRemoved": "Timer-ID: {id} wurde entfernt.", + "timerSet": "Timer erstellt für {time}.", "timeSinceAlarmWasTriggered": "Der Alarm {alarm} wurde vor {time} ausgelöst.", "timeSinceCargoLeft": "{time} seit Frachtschiff die Karte verlassen hat.", "timeSinceChinook47OnMap": "{time} seit Transporthubschrauber zuletzt auf der Karte war.", + "timeSinceDeepSeaWasOnMap": "Tiefsee war aktiv vor {time} und sollte erneut in {respawn} starten.", "timeSinceHeavyScientistsOnLarge": "{time} seit schwere Wissenschaftler zuletzt zur großen Ölbohrinsel gerufen wurden.", "timeSinceHeavyScientistsOnSmall": "{time} seit schwere Wissenschaftler zuletzt zur kleinen Ölbohrinsel gerufen wurden.", "timeSinceLast": "{time} seit Letztem.", @@ -732,11 +743,6 @@ "timeTillNightfall": "{time} bis Nachteinbruch.", "timeTillStructureDecay": "{time} bis Wand ({type}) zerfällt.", "timeUntilUnlocksAt": "{time} bis Entsperrung [{location}].", - "timer": "Timer: {message}.", - "timerIdDoesNotExist": "Timer-ID: {id} existiert nicht.", - "timerIdInvalid": "Timer-ID ist ungültig.", - "timerRemoved": "Timer-ID: {id} wurde entfernt.", - "timerSet": "Timer erstellt für {time}.", "tokensDidNotReplenish": "Tokens did not replenish in time.", "toolCupboard": "Werkzeugschrank", "total": "Gesamt", @@ -749,15 +755,15 @@ "travelingVendorDetectedSetting": "Wenn der Reisende Händler erkannt wird, sende eine Benachrichtigung.", "travelingVendorHaltedAt": "Der Reisende Händler hat angehalten [{location}].", "travelingVendorHaltedSetting": "Wenn der Reisende Händler anhält, sende eine Benachrichtigung.", + "travelingVendorLeftMap": "Der Reisende Händler hat gerade die Karte verlassen [{location}].", "travelingVendorLeftSetting": "Wenn der Reisende Händler die Karte verlassen hat, sende eine Benachrichtigung.", "travelingVendorLocatedAt": "Der Reisende Händler hält sich bei {location} auf.", - "travelingVendorLeftMap": "Der Reisende Händler hat gerade die Karte verlassen [{location}].", "travelingVendorNotCurrentlyOnMap": "Der Reisende Händler ist derzeit nicht auf der Karte.", "travelingVendorResumedAt": "Der Reisende Händler bewegt sich weiter [{location}].", "travelingVendorSpawnedAt": "Der Reisende Händler ist gespawnt [{location}].", + "turningGroupOnOff": "Schalte Gruppe {group} {status}.", "turnOffCap": "AUSSCHALTEN", "turnOnCap": "EINSCHALTEN", - "turningGroupOnOff": "Schalte Gruppe {group} {status}.", "two": "Zwei", "type": "Typ", "unavailable": "Nicht verfügbar", diff --git a/src/languages/es.json b/src/languages/es.json index 662e86e3..d0ce899c 100644 --- a/src/languages/es.json +++ b/src/languages/es.json @@ -3,6 +3,7 @@ "abandonedCabins": "Cabañas abandonadas", "abandonedMilitaryBase": "Base militar abandonada", "abandonedSupermarket": "Supermercado abandonado", + "activeFor": "Activo durante\n{time}.", "addPlayerCap": "AÑADIR JUGADOR", "addSwitchCap": "AÑADIR INTERRUPTOR", "afkCap": "AUSENTE", @@ -10,10 +11,10 @@ "alarmHaveNotBeenTriggeredYet": "La alarma {alarm} no se ha activado aún.", "alias": "Alias", "aliasAlreadyExist": "Alias already exist.", + "aliases": "Aliases", "aliasIndexCouldNotBeFound": "Alias index could not be found.", "aliasWasAdded": "Alias was added.", "aliasWasRemoved": "Alias was removed.", - "aliases": "Aliases", "all": "todo", "allTeammatesAreDead": "Todos tus compañeros están muertos.", "alreadySubscribedToItem": "Ya está suscrito al item {name}.", @@ -27,6 +28,8 @@ "atLocation": "En {location}.", "atSign": "En la señal", "autoDayCap": "AUTO-DÍA", + "automaticallyTurnBackOnOff": " Se cambió automáticamente a {status} en {time}.", + "automaticallyTurningBackOnOff": "Cambiando {device} automáticamente a {status}.", "autoNightCap": "AUTO-NOCHE", "autoOffAnyOnlineCap": "AUTO-OFF-ANY-ONLINE", "autoOffCap": "AUTO-APAGADO", @@ -35,8 +38,6 @@ "autoOnCap": "AUTO-ENCENDIDO", "autoOnProximityCap": "AUTO-ENCENDIDO-PROXIMIDAD", "autoSettingCap": "CONFIGURACIÓN AUTOMÁTICA: ", - "automaticallyTurnBackOnOff": " Se cambió automáticamente a {status} en {time}.", - "automaticallyTurningBackOnOff": "Cambiando {device} automáticamente a {status}.", "autoturret": "Torreta automática", "badGateway": "Puerta de enlace incorrecta: {error}", "banditCamp": "Campamento de Bandoleros", @@ -69,6 +70,7 @@ "cargoLeavingMapAt": "El cargo está saliendo del mapa en {location}.", "cargoLocatedAt": "El cargo está en {location}.", "cargoNotCurrentlyOnMap": "El cargo no está en el mapa.", + "cargoship": "Cargo", "cargoShipDetectedSetting": "Cuando se detecte el cargo, envíe una notificación.", "cargoShipDockingAtHarbor": "Cargo ship just docked at the Harbor at {location}", "cargoShipDockingAtHarborSetting": "When Cargo Ship is docked at a harbor, send a notification.", @@ -79,7 +81,6 @@ "cargoShipLeftMap": "El cargo acaba de salir del mapa por {location}.", "cargoShipLeftSetting": "Cuando el cargo deje el mapa, envíe una notificación.", "cargoShipLocated": "El cargo está en {location}.", - "cargoship": "Cargo", "ceilingLight": "Lámpara de techo", "channelNameActivity": "actividad", "channelNameAlarms": "alarmas", @@ -89,8 +90,8 @@ "channelNameServers": "servidores", "channelNameSettings": "configuración", "channelNameStorageMonitors": "monitores-de-almacenamiento", - "channelNameSwitchGroups": "grupos-de-interruptores", "channelNameSwitches": "interruptores", + "channelNameSwitchGroups": "grupos-de-interruptores", "channelNameTeamchat": "chat-de-equipo", "channelNameTrackers": "rastreadores", "chinook47": "Chinook 47", @@ -108,66 +109,6 @@ "commandCap": "COMANDO", "commandDelaySetting": "¿Debería haber un retraso para comandos? ¿Cuánto tiempo?", "commandNotPossibleDiscord": "El comando no es posible a través de discord.", - "commandSyntaxAdd": "añadir", - "commandSyntaxAfk": "ausente", - "commandSyntaxAlive": "vivo", - "commandSyntaxArmored": "blindado", - "commandSyntaxCargo": "cargo", - "commandSyntaxChinook": "chinook", - "commandSyntaxConnection": "conexión", - "commandSyntaxConnections": "conexiones", - "commandSyntaxCraft": "craft", - "commandSyntaxDeath": "muerte", - "commandSyntaxDeaths": "muertes", - "commandSyntaxDecay": "caída", - "commandSyntaxDespawn": "despawn", - "commandSyntaxEvents": "eventos", - "commandSyntaxHeli": "heli", - "commandSyntaxLanguage": "idioma", - "commandSyntaxLarge": "grande", - "commandSyntaxLeader": "líder", - "commandSyntaxList": "lista", - "commandSyntaxMarker": "marcador", - "commandSyntaxMarkers": "marcadores", - "commandSyntaxMarket": "mercado", - "commandSyntaxMetal": "metal", - "commandSyntaxMute": "silenciar", - "commandSyntaxNote": "nota", - "commandSyntaxNotes": "notas", - "commandSyntaxOff": "apagar", - "commandSyntaxOffline": "desconectado", - "commandSyntaxOn": "encender", - "commandSyntaxOnline": "conectado", - "commandSyntaxPlayer": "jugador", - "commandSyntaxPlayers": "jugadores", - "commandSyntaxPop": "pop", - "commandSyntaxProx": "prox", - "commandSyntaxRecycle": "recycle", - "commandSyntaxRemove": "eliminar", - "commandSyntaxResearch": "research", - "commandSyntaxSearch": "buscar", - "commandSyntaxSend": "enviar", - "commandSyntaxSmall": "pequeña", - "commandSyntaxStack": "stack", - "commandSyntaxStatus": "estado", - "commandSyntaxSteamid": "steamid", - "commandSyntaxStone": "piedra", - "commandSyntaxSubscribe": "sub", - "commandSyntaxTTS": "tts", - "commandSyntaxTeam": "equipo", - "commandSyntaxTime": "tiempo", - "commandSyntaxTimer": "temporizador", - "commandSyntaxTimers": "temporizadores", - "commandSyntaxTranslateFromTo": "trf", - "commandSyntaxTranslateTo": "tr", - "commandSyntaxTravelingVendor": "vendor", - "commandSyntaxTwig": "paja", - "commandSyntaxUnmute": "desilenciar", - "commandSyntaxUnsubscribe": "unsub", - "commandSyntaxUpkeep": "mantenimiento", - "commandSyntaxUptime": "uptime", - "commandSyntaxWipe": "wipe", - "commandSyntaxWood": "madera", "commandsAlarmDesc": "Operaciones en Alarmas Inteligentes.", "commandsAlarmEditDesc": "Editar las propiedades de una Alarma Inteligente.", "commandsAlarmEditIdDesc": "El ID de la Alarma Inteligente.", @@ -263,6 +204,68 @@ "commandsVoiceMale": "Masculino", "commandsVoiceMaleDescription": "Establece el género del actor de voz a masculino", "commandsVoiceNotInVoice": "No estás en un canal de voz", + "commandSyntaxAdd": "añadir", + "commandSyntaxAfk": "ausente", + "commandSyntaxAlive": "vivo", + "commandSyntaxArmored": "blindado", + "commandSyntaxCargo": "cargo", + "commandSyntaxChinook": "chinook", + "commandSyntaxConnection": "conexión", + "commandSyntaxConnections": "conexiones", + "commandSyntaxCraft": "craft", + "commandSyntaxDeath": "muerte", + "commandSyntaxDeaths": "muertes", + "commandSyntaxDecay": "caída", + "commandSyntaxDeepSea": "deepsea", + "commandSyntaxDespawn": "despawn", + "commandSyntaxEvents": "eventos", + "commandSyntaxHeli": "heli", + "commandSyntaxLanguage": "idioma", + "commandSyntaxLarge": "grande", + "commandSyntaxLeader": "líder", + "commandSyntaxList": "lista", + "commandSyntaxMarker": "marcador", + "commandSyntaxMarkers": "marcadores", + "commandSyntaxMarket": "mercado", + "commandSyntaxMetal": "metal", + "commandSyntaxMute": "silenciar", + "commandSyntaxNext": "Siguiente", + "commandSyntaxNote": "nota", + "commandSyntaxNotes": "notas", + "commandSyntaxOff": "apagar", + "commandSyntaxOffline": "desconectado", + "commandSyntaxOn": "encender", + "commandSyntaxOnline": "conectado", + "commandSyntaxPlayer": "jugador", + "commandSyntaxPlayers": "jugadores", + "commandSyntaxPop": "pop", + "commandSyntaxProx": "prox", + "commandSyntaxRecycle": "recycle", + "commandSyntaxRemove": "eliminar", + "commandSyntaxResearch": "research", + "commandSyntaxSearch": "buscar", + "commandSyntaxSend": "enviar", + "commandSyntaxSmall": "pequeña", + "commandSyntaxStack": "stack", + "commandSyntaxStatus": "estado", + "commandSyntaxSteamid": "steamid", + "commandSyntaxStone": "piedra", + "commandSyntaxSubscribe": "sub", + "commandSyntaxTeam": "equipo", + "commandSyntaxTime": "tiempo", + "commandSyntaxTimer": "temporizador", + "commandSyntaxTimers": "temporizadores", + "commandSyntaxTranslateFromTo": "trf", + "commandSyntaxTranslateTo": "tr", + "commandSyntaxTravelingVendor": "vendor", + "commandSyntaxTTS": "tts", + "commandSyntaxTwig": "paja", + "commandSyntaxUnmute": "desilenciar", + "commandSyntaxUnsubscribe": "unsub", + "commandSyntaxUpkeep": "mantenimiento", + "commandSyntaxUptime": "uptime", + "commandSyntaxWipe": "wipe", + "commandSyntaxWood": "madera", "connect": "Conectar", "connectCap": "CONECTAR", "connected": "Connected", @@ -329,14 +332,26 @@ "customCommand": "Comando Personalizado", "customTimerEditCargoShipEgressLabel": "Tiempo de salida del Cargo (segundos):", "customTimerEditCrateOilRigUnlockLabel": "Tiempo de desbloqueo de la caja (segundos):", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "Tiempo máximo de reaparición en Deep Sea (segundos):", + "customTimerEditDeepSeaMinWipeCooldownLabel": "Tiempo mínimo de reaparición en Deep Sea (segundos):", + "customTimerEditDeepSeaWipeDurationLabel": "Duración en aguas profundas (segundos):", "customTimerEditDesc": "Edición de Temporizadores Personalizados", "customTimersCap": "TEMPORIZADORES PERSONALIZADOS", "dash": "Dash", "dayOfWipe": "Día {day}", "deathCap": "MUERTE", "decay": "Decay", - "decayTimeForItem": "Decay time for {item} is {time}.", "decayingCap": "EN DETERIORO", + "decayTimeForItem": "Decay time for {item} is {time}.", + "deepSea": "Deep Sea", + "deepSeaCanRespawnNow": "El último Deep Sea fue hace {time}. Deep Sea puede reaparecer ahora y reaparecerá en un máximo de {respawnMax}.", + "deepSeaDetected": "¡Se ha detectado Deep Sea en el mapa!", + "deepSeaDetectedSetting": "Cuando se detecte Deep Sea, envía una notificación.", + "deepSeaLeftMap": "Mapa izquierdo de las profundidades marinas", + "deepSeaLeftMapSetting": "Cuando Deep Sea abandone el mapa, envía una notificación.", + "DeepSeaMaxWipeCooldownTime": "El tiempo máximo de espera para borrar Deep Sea es {time}.", + "DeepSeaMinWipeCooldownTime": "El tiempo mínimo de espera para borrar Deep Sea es {time}.", + "deepSeaNotCurrentlyOnMap": "Deep Sea no está activo actualmente.", "deleteUnreachableDevicesCap": "ELIMINAR DISPOSITIVOS INALCANZABLES", "despawnTime": "Despawn Time", "despawnTimeOfItem": "Despawn time of {item} is {time}.", @@ -381,6 +396,9 @@ "ferryTerminal": "Terminal del Ferry", "fishingVillage": "Poblado pesquero", "five": "Cinco", + "foundItemInVendingMachine": "{quantity}{item} para {priceAmount}{price} | {stock}x En stock @ {location}", + "foundOrdersSummary": "Se han encontrado {foundOrders} pedidos de la máquina expendedora. Mostrando la página {currentPage} de {totalPages}. Utilice {nextCommand} para ver la página siguiente.", + "foundOrdersSummaryNoNext": "Se han encontrado pedidos de la máquina expendedora {foundOrders}.", "four": "Cuatro", "giantExcavatorPit": "Excavadora gigante", "greaterThanSign": "Símbolo mayor que", @@ -403,14 +421,14 @@ "ignoreSetAvatar": "setAvatar Ignorado", "ignoreSetNickname": "setNickname ignorado", "ignoreSetUsername": "setUsername ignorado", + "index": "Index", + "infoCap": "INFO", "inGameBotMessagesMuted": "Mensajes del bot del juego silenciados.", "inGameBotMessagesUnmuted": "Mensajes de bot en el juego no silenciados.", "inGameCap": "EN EL JUEGO", "inGameEventInfo": "Información de eventos en el juego", "inGameTeamNotificationsSetting": "Notificaciones de compañeros en el juego.", "inGameTime": "Tiempo en el juego: {time}.", - "index": "Index", - "infoCap": "INFO", "inside": "Inside", "interactionEditReplyFailed": "Error al editar la interacción: {error}", "interactionInvalidChannel": "Interacción desde un canal inválido.", @@ -453,11 +471,11 @@ "lockedCrateSmallOilRigUnlocked": "La Caja Bloqueada en la Petro Pequeña en {location} ha sido desbloqueada.", "logDiscordCommand": "Comando de Discord - Servidor: {guild}, Canal: {channel}, Usuario: {user}, Mensaje: {message}.", "logDiscordMessage": "Mensaje de Discord - Servidor: {guild}, Canal: {channel}, Usuario: {user}, Mensaje: {message}.", + "loggedInAs": "INICIADO SESIÓN COMO: {name}", "logInGameCommand": "{type} - Comando: {command}, Usuario: {user}.", "logInGameMessage": "Mensaje: {message}, Usuario: {user}", "logSmartSwitchGroupValueChange": "Grupo de interruptores inteligentes - Valor: {value}.", "logSmartSwitchValueChange": "Interruptor inteligente - Valor: {value}.", - "loggedInAs": "INICIADO SESIÓN COMO: {name}", "makeSureApplicationsCommandsEnabled": "Asegúrese de que applications.commands está marcado al crear la URL de invitación.", "map": "Mapa", "mapSalt": "La semilla/sal del mapa", @@ -488,8 +506,8 @@ "name": "Nombre", "nameChangeHistory": "Historial de cambios de nombres", "new": "New", - "newVendingMachine": "Nueva Máquina expendedora ubicada en {location}.", "newsCap": "NOTICIAS", + "newVendingMachine": "Nueva Máquina expendedora ubicada en {location}.", "noActiveTimers": "Temporizadores no activos.", "noCommandDelay": "No hay retardo de comandos.", "noCommunicationSmartSwitch": "No se pudo comunicar con el Interruptor Inteligente: {name}", @@ -500,7 +518,9 @@ "noItemFound": "El item no ha sido encontrado en ninguna Máquina Expendedora...", "noItemWithIdFound": "No se ha encontrado ningún item con el id {id}.", "noItemWithNameFound": "No se ha encontrado ningún item con el nombre {name}.", + "noMorePages": "No hay más páginas.", "noNameIdGiven": "No se ha dado ningún 'nombre' o 'id'.", + "none": "Ninguna", "noOneIsAfk": "Nadie está AFK.", "noOneIsOffline": "Nadie está desconectado.", "noOneIsOnline": "Nadie está conectado.", @@ -510,24 +530,23 @@ "noRegisteredDeathEventsUser": "No hay eventos de muerte registrados para {user}.", "noRegisteredEvents": "No se han registrado eventos todavía.", "noRegisteredMarkers": "No hay marcadores registrados.", - "noSavedNotes": "No hay notas guardadas.", - "noToolCupboardWereFound": "No se han encontrado monitores del Armario de Herramientas.", - "none": "Ninguna", "northEast": "Noreste", "northOfGrid": "Norte del cuadrante", "northWest": "Noroeste", - "notAValidOrderType": "{order} no es un tipo de pedido válido.", + "noSavedNotes": "No hay notas guardadas.", "notActive": "Inactivo.", + "notAValidOrderType": "{order} no es un tipo de pedido válido.", "notConnectedToRustServer": "Actualmente no estás conectado a un servidor de Rust.", - "notExistInSubscription": "Item {name} no existe en la lista.", - "notFoundCap": "NO ENCONTRADO", - "notPartOfRole": "No eres parte del rol {role}, por lo tanto no puedes utilizar los comandos del bot.", - "notShowingCap": "NO VISIBLE", "noteCap": "NOTA", "noteIdDoesNotExist": "ID de la Nota: {id} no existe.", "noteIdInvalid": "El ID de la nota no es válido.", "noteIdWasRemoved": "El ID de la nota: {id} ha sido eliminado.", "noteSaved": "Nota guardada.", + "notExistInSubscription": "Item {name} no existe en la lista.", + "notFoundCap": "NO ENCONTRADO", + "noToolCupboardWereFound": "No se han encontrado monitores del Armario de Herramientas.", + "notPartOfRole": "No eres parte del rol {role}, por lo tanto no puedes utilizar los comandos del bot.", + "notShowingCap": "NO VISIBLE", "offCap": "APAGADO", "offline": "Offline", "offlineTime": "Offline time", @@ -585,9 +604,9 @@ "recycleCap": "RECICLADORA", "recycler": "Recycler", "remain": "izquierda", + "removedSubscribeItem": "Artículo {name} han sido eliminados de la suscripción.", "removePlayerCap": "ELIMINAR JUGADOR", "removeSwitchCap": "ELIMINAR INTERRUPTOR", - "removedSubscribeItem": "Artículo {name} han sido eliminados de la suscripción.", "research": "Research", "researchTable": "Research Table", "resetSuccess": "Se ha restablecido Discord con éxito.", @@ -642,8 +661,8 @@ "six": "Seis", "slash": "Barra", "slashCommandInteraction": "Interacción con comando - Servidor: {guild}, Canal: {channel}, Usuario: {user}, Comando: {command}, Id de verificación: {id}.", - "slashCommandValueChange": "Interacción con comando - Id de verificación: {id}, Valor: {value}.", "slashCommandsSuccessRegister": "Registrado con éxito los comandos de aplicación para el gremio: {guildId}.", + "slashCommandValueChange": "Interacción con comando - Id de verificación: {id}, Valor: {value}.", "slots": "Espacios", "smallOilRig": "Petro Pequeña", "smartAlarm": "Alarma inteligente", @@ -697,11 +716,18 @@ "timeBeforeCrateAtLargeOilRigUnlocks": "{time} antes de que la Caja Bloqueada de la Petro Grande ({location}) se desbloquee.", "timeBeforeCrateAtSmallOilRigUnlocks": "{time} antes de que la Caja Bloqueada en la Petro Pequeña ({location}) se desbloquee.", "timeCap": "TIEMPO", + "timeDeepSeaIsActiveFor": "Deep Sea está activo y se cerrará en aproximadamente {time}.", "timeFormatInvalid": "Formato de hora inválido.", "timeLeftTimer": "{id}: Tiempo restante: {time}, Mensaje: {message}", + "timer": "Temporizador: {message}.", + "timerIdDoesNotExist": "ID de temporizador: {id} no existe.", + "timerIdInvalid": "ID de temporizador no es válido.", + "timerRemoved": "ID de temporizador: {id} ha sido eliminado.", + "timerSet": "Temporizador establecido para {time}.", "timeSinceAlarmWasTriggered": "La alarma {alarm} fue activada hace {time}.", "timeSinceCargoLeft": "{time} desde que el Cargo salió del mapa.", "timeSinceChinook47OnMap": "{time} desde que el último Chinook estaba en el mapa.", + "timeSinceDeepSeaWasOnMap": "El último Deep Sea fue hace {time}. Debería reaparecer en aproximadamente {respawnMin}-{respawnMax}.", "timeSinceHeavyScientistsOnLarge": "{time} desde que los Científicos Pesados fueron llamados por última vez en la Petro Grande.", "timeSinceHeavyScientistsOnSmall": "{time} desde que los Científicos Pesados fueron llamados por última vez en la Petro Pequeña.", "timeSinceLast": "{time} desde el último.", @@ -716,11 +742,6 @@ "timeTillNightfall": "{time} para la noche.", "timeTillStructureDecay": "{time} antes de la caída de la pared {type}.", "timeUntilUnlocksAt": "{time} para que se desbloquee en {location}.", - "timer": "Temporizador: {message}.", - "timerIdDoesNotExist": "ID de temporizador: {id} no existe.", - "timerIdInvalid": "ID de temporizador no es válido.", - "timerRemoved": "ID de temporizador: {id} ha sido eliminado.", - "timerSet": "Temporizador establecido para {time}.", "tokensDidNotReplenish": "Los Tokens no se repusieron a tiempo.", "toolCupboard": "Armario de herramientas", "total": "Total", @@ -733,15 +754,15 @@ "travelingVendorDetectedSetting": "When the Traveling Vendor is detected, send a notification.", "travelingVendorHaltedAt": "The Traveling Vendor stopped at {location}.", "travelingVendorHaltedSetting": "When the Traveling Vendor stops moving, send a notification.", + "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorLeftSetting": "When the Traveling Vendor left the map, send a notification.", "travelingVendorLocatedAt": "The Traveling Vendor is located at {location}.", - "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorNotCurrentlyOnMap": "The Traveling Vendor is not currently on the map.", "travelingVendorResumedAt": "The Traveling Vendor resumed moving at {location}.", "travelingVendorSpawnedAt": "The Traveling Vendor spawned at {location}.", + "turningGroupOnOff": "Cambiando el grupo de interruptores {group} a {status}.", "turnOffCap": "APAGAR", "turnOnCap": "ENCENDER", - "turningGroupOnOff": "Cambiando el grupo de interruptores {group} a {status}.", "two": "Dos", "type": "Tipo", "unavailable": "No disponible", @@ -787,4 +808,4 @@ "yield": "Yield", "youAreAlreadyLeader": "Ya eres líder.", "youAreNotPairedWithServer": "El comando líder no funciona porque no está emparejado con el servidor." -} \ No newline at end of file +} diff --git a/src/languages/fr.json b/src/languages/fr.json index ccc19587..8846c88d 100644 --- a/src/languages/fr.json +++ b/src/languages/fr.json @@ -3,6 +3,7 @@ "abandonedCabins": "Cabines Abandonnées", "abandonedMilitaryBase": "Base Militaire Abandonnée", "abandonedSupermarket": "Supermarché Abandonné", + "activeFor": "Actif pendant l'\n{time}.", "addPlayerCap": "Ajouter Joueur", "addSwitchCap": "Ajouter SWITCH", "afkCap": "Absent", @@ -10,10 +11,10 @@ "alarmHaveNotBeenTriggeredYet": "L'alarme {alarm} n'a pas encore été déclenchée.", "alias": "Pseudo", "aliasAlreadyExist": "Ce surnom/pseudo existe déjà.", + "aliases": "Surnoms/Pseudos", "aliasIndexCouldNotBeFound": "Le surnom/pseudo n'est pas trouvable dans l'index.", "aliasWasAdded": "Surnom/pseudo ajouté.", "aliasWasRemoved": "Surnom/pseudo enlevé.", - "aliases": "Surnoms/Pseudos", "all": "tous", "allTeammatesAreDead": "Tous tes coéquipiers sont morts.", "alreadySubscribedToItem": "Déjà abonné à l'item {name}.", @@ -27,6 +28,8 @@ "atLocation": "en {location}.", "atSign": "Au panneau", "autoDayCap": "AUTO-JOUR", + "automaticallyTurnBackOnOff": " Renvoi automatique de {status} dans {time}.", + "automaticallyTurningBackOnOff": "Rétablir automatiquement {device} retour {status}.", "autoNightCap": "AUTO-NUIT", "autoOffAnyOnlineCap": "Désactivation automatique en ligne", "autoOffCap": "AUTO-OFF", @@ -35,8 +38,6 @@ "autoOnCap": "AUTO-ON", "autoOnProximityCap": "AUTO-ON-A-PROXIMITE", "autoSettingCap": "AUTO PARAMETRE: ", - "automaticallyTurnBackOnOff": " Renvoi automatique de {status} dans {time}.", - "automaticallyTurningBackOnOff": "Rétablir automatiquement {device} retour {status}.", "autoturret": "Tourelle automatique", "badGateway": "Mauvaise passerelle: {error}", "banditCamp": "Camp de bandits", @@ -69,6 +70,7 @@ "cargoLeavingMapAt": "Cargo quitte la map en {location}.", "cargoLocatedAt": "Cargo est localisé en {location}.", "cargoNotCurrentlyOnMap": "Le cargo n'est actuellement pas sur la map.", + "cargoship": "Cargo", "cargoShipDetectedSetting": "Lorsque le Cargo est détecté, envoyez une notification.", "cargoShipDockingAtHarbor": "Le cargo vient d'accoster au port en {location}", "cargoShipDockingAtHarborSetting": "Lorsque le cargo est amarré dans un port, envoyez une notification.", @@ -79,7 +81,6 @@ "cargoShipLeftMap": "Le cargo vient de quitter la map en {location}.", "cargoShipLeftSetting": "Lorsque le cargo a quitté la map, envoyer une notification.", "cargoShipLocated": "Le cargo a été localisé en {location}.", - "cargoship": "Cargo", "ceilingLight": "Plafonnier", "channelNameActivity": "activité", "channelNameAlarms": "alarmes", @@ -89,8 +90,8 @@ "channelNameServers": "serveurs", "channelNameSettings": "paramètres", "channelNameStorageMonitors": "moniteurs de stockage", - "channelNameSwitchGroups": "switchGroups", "channelNameSwitches": "switches", + "channelNameSwitchGroups": "switchGroups", "channelNameTeamchat": "teamchat", "channelNameTrackers": "trackeurs", "chinook47": "Chinook 47", @@ -108,66 +109,6 @@ "commandCap": "COMMANDE", "commandDelaySetting": "Doit-il y avoir un délai de commande ? Combien de temps?", "commandNotPossibleDiscord": "La commande n'est pas possible via discord.", - "commandSyntaxAdd": "Ajouter", - "commandSyntaxAfk": "afk", - "commandSyntaxAlive": "en vie", - "commandSyntaxArmored": "armored", - "commandSyntaxCargo": "cargo", - "commandSyntaxChinook": "chinook", - "commandSyntaxConnection": "connexion", - "commandSyntaxConnections": "connexions", - "commandSyntaxCraft": "craft", - "commandSyntaxDeath": "mort", - "commandSyntaxDeaths": "morts", - "commandSyntaxDecay": "decay", - "commandSyntaxDespawn": "despawn", - "commandSyntaxEvents": "events", - "commandSyntaxHeli": "helicopère", - "commandSyntaxLanguage": "language", - "commandSyntaxLarge": "large", - "commandSyntaxLeader": "leader", - "commandSyntaxList": "liste", - "commandSyntaxMarker": "marqueur", - "commandSyntaxMarkers": "marqueurs", - "commandSyntaxMarket": "marché", - "commandSyntaxMetal": "metal", - "commandSyntaxMute": "muet", - "commandSyntaxNote": "note", - "commandSyntaxNotes": "notes", - "commandSyntaxOff": "désactiver", - "commandSyntaxOffline": "hors ligne", - "commandSyntaxOn": "activé", - "commandSyntaxOnline": "en ligne", - "commandSyntaxPlayer": "joueur", - "commandSyntaxPlayers": "joueurs", - "commandSyntaxPop": "pop", - "commandSyntaxProx": "prox", - "commandSyntaxRecycle": "recycle", - "commandSyntaxRemove": "supprimer", - "commandSyntaxResearch": "research", - "commandSyntaxSearch": "recherche", - "commandSyntaxSend": "envoyer", - "commandSyntaxSmall": "petit", - "commandSyntaxStack": "stack", - "commandSyntaxStatus": "status", - "commandSyntaxSteamid": "steamid", - "commandSyntaxStone": "stone", - "commandSyntaxSubscribe": "sub", - "commandSyntaxTTS": "tts", - "commandSyntaxTeam": "team", - "commandSyntaxTime": "temps", - "commandSyntaxTimer": "minuteur", - "commandSyntaxTimers": "minuteurs", - "commandSyntaxTranslateFromTo": "trf", - "commandSyntaxTranslateTo": "tr", - "commandSyntaxTravelingVendor": "vendeur", - "commandSyntaxTwig": "twig", - "commandSyntaxUnmute": "réactiver le son", - "commandSyntaxUnsubscribe": "unsub", - "commandSyntaxUpkeep": "Coût d'entretien", - "commandSyntaxUptime": "disponibilité", - "commandSyntaxWipe": "effacer", - "commandSyntaxWood": "wood", "commandsAlarmDesc": "Opérations sur les alarmes intelligentes.", "commandsAlarmEditDesc": "Modifier les propriétés de l'alarme intelligente.", "commandsAlarmEditIdDesc": "L'ID de l'alarme intelligente.", @@ -263,6 +204,68 @@ "commandsVoiceMale": "Homme", "commandsVoiceMaleDescription": "Définit le sexe du doubleur sur Homme", "commandsVoiceNotInVoice": "Vous n'êtes pas dans un channel vocal", + "commandSyntaxAdd": "Ajouter", + "commandSyntaxAfk": "afk", + "commandSyntaxAlive": "en vie", + "commandSyntaxArmored": "armored", + "commandSyntaxCargo": "cargo", + "commandSyntaxChinook": "chinook", + "commandSyntaxConnection": "connexion", + "commandSyntaxConnections": "connexions", + "commandSyntaxCraft": "craft", + "commandSyntaxDeath": "mort", + "commandSyntaxDeaths": "morts", + "commandSyntaxDecay": "decay", + "commandSyntaxDeepSea": "deepsea", + "commandSyntaxDespawn": "despawn", + "commandSyntaxEvents": "events", + "commandSyntaxHeli": "helicopère", + "commandSyntaxLanguage": "language", + "commandSyntaxLarge": "large", + "commandSyntaxLeader": "leader", + "commandSyntaxList": "liste", + "commandSyntaxMarker": "marqueur", + "commandSyntaxMarkers": "marqueurs", + "commandSyntaxMarket": "marché", + "commandSyntaxMetal": "metal", + "commandSyntaxMute": "muet", + "commandSyntaxNext": "suivant", + "commandSyntaxNote": "note", + "commandSyntaxNotes": "notes", + "commandSyntaxOff": "désactiver", + "commandSyntaxOffline": "hors ligne", + "commandSyntaxOn": "activé", + "commandSyntaxOnline": "en ligne", + "commandSyntaxPlayer": "joueur", + "commandSyntaxPlayers": "joueurs", + "commandSyntaxPop": "pop", + "commandSyntaxProx": "prox", + "commandSyntaxRecycle": "recycle", + "commandSyntaxRemove": "supprimer", + "commandSyntaxResearch": "research", + "commandSyntaxSearch": "recherche", + "commandSyntaxSend": "envoyer", + "commandSyntaxSmall": "petit", + "commandSyntaxStack": "stack", + "commandSyntaxStatus": "status", + "commandSyntaxSteamid": "steamid", + "commandSyntaxStone": "stone", + "commandSyntaxSubscribe": "sub", + "commandSyntaxTeam": "team", + "commandSyntaxTime": "temps", + "commandSyntaxTimer": "minuteur", + "commandSyntaxTimers": "minuteurs", + "commandSyntaxTranslateFromTo": "trf", + "commandSyntaxTranslateTo": "tr", + "commandSyntaxTravelingVendor": "vendeur", + "commandSyntaxTTS": "tts", + "commandSyntaxTwig": "twig", + "commandSyntaxUnmute": "réactiver le son", + "commandSyntaxUnsubscribe": "unsub", + "commandSyntaxUpkeep": "Coût d'entretien", + "commandSyntaxUptime": "disponibilité", + "commandSyntaxWipe": "effacer", + "commandSyntaxWood": "wood", "connect": "Connecte", "connectCap": "CONNECTE", "connected": "Connecté", @@ -329,14 +332,26 @@ "customCommand": "Commande personnalisée", "customTimerEditCargoShipEgressLabel": "Temps de sortie du cargo (seconds) :", "customTimerEditCrateOilRigUnlockLabel": "Temps de unlock de la crate OilRig (seconds):", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "Temps de réapparition maximum en eaux profondes (en secondes) :", + "customTimerEditDeepSeaMinWipeCooldownLabel": "Temps de réapparition minimum en eaux profondes (en secondes) :", + "customTimerEditDeepSeaWipeDurationLabel": "Durée en mer profonde (en secondes) :", "customTimerEditDesc": "Modification des minuteries personnalisées", "customTimersCap": "MINUTERIES PERSONNALISÉES", "dash": "Tiret", "dayOfWipe": "Jour {day}", "deathCap": "Mort", "decay": "Decay", - "decayTimeForItem": "Temps de decay pour {item} est {time}.", "decayingCap": "DECAYING", + "decayTimeForItem": "Temps de decay pour {item} est {time}.", + "deepSea": "Deep Sea", + "deepSeaCanRespawnNow": "La dernière Deep Sea remonte à {time}. Deep Sea peut réapparaître maintenant et réapparaîtra au plus tard dans {respawnMax}.", + "deepSeaDetected": "Deep Sea détecté sur la carte !", + "deepSeaDetectedSetting": "Lorsque Deep Sea est détecté, envoyez une notification.", + "deepSeaLeftMap": "Carte gauche des profondeurs marines", + "deepSeaLeftMapSetting": "Lorsque Deep Sea quitte la carte, envoyez une notification.", + "DeepSeaMaxWipeCooldownTime": "Le temps de recharge maximal pour Deep Sea est {time}.", + "DeepSeaMinWipeCooldownTime": "Le temps de recharge minimum de Deep Sea est {time}.", + "deepSeaNotCurrentlyOnMap": "Deep Sea n'est actuellement pas actif.", "deleteUnreachableDevicesCap": "SUPPRIMER LES APPAREILS INACCESSIBLES", "despawnTime": "Temps du Despawn", "despawnTimeOfItem": "Heure du Despawn de {item} est {time}.", @@ -381,6 +396,9 @@ "ferryTerminal": "Terminal Maritime", "fishingVillage": "Village de pêcheurs", "five": "5", + "foundItemInVendingMachine": "{quantity}{item} pour {priceAmount}{price} | {stock}x En stock @ {location}", + "foundOrdersSummary": "Commandes trouvées dans le distributeur automatique {foundOrders}. Affichage de la page {currentPage} sur {totalPages}. Utilisez {nextCommand} pour voir la page suivante.", + "foundOrdersSummaryNoNext": "Commandes {foundOrders} trouvées dans le distributeur automatique.", "four": "4", "giantExcavatorPit": "Grand trou d’excavation", "greaterThanSign": "Signe supérieur à", @@ -403,14 +421,14 @@ "ignoreSetAvatar": "Définir un avatar ignoré", "ignoreSetNickname": "Définir un pseudo ignoré", "ignoreSetUsername": "Définir un pseudo ignoré", + "index": "Index", + "infoCap": "INFO", "inGameBotMessagesMuted": "Les messages du bot en jeu sont désactivés.", "inGameBotMessagesUnmuted": "Les messages du bot en jeu ne sont pas mis en sourdine.", "inGameCap": "EN JEU", "inGameEventInfo": "Informations sur les événements en jeu", "inGameTeamNotificationsSetting": "Notifications des coéquipiers en jeu.", "inGameTime": "Temps de jeu : {time}.", - "index": "Index", - "infoCap": "INFO", "inside": "À l'intérieur", "interactionEditReplyFailed": "Échec de la réponse de modification de l'interaction : {error}", "interactionInvalidChannel": "Interaction depuis un canal non valide.", @@ -453,11 +471,11 @@ "lockedCrateSmallOilRigUnlocked": "La caisse verrouillée de la petite Oil Rig a été débloqué en {location}.", "logDiscordCommand": "Discord Command - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", "logDiscordMessage": "Discord Message - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", + "loggedInAs": "CONNECTÉ EN TANT QUE: {name}", "logInGameCommand": "{type} - Command: {command}, User: {user}.", "logInGameMessage": "Message: {message}, Utilisateur: {user}", "logSmartSwitchGroupValueChange": "Groupe de commutateurs intelligents - Valeur : {value}.", "logSmartSwitchValueChange": "Commutateur intelligent - Valeur : {value}.", - "loggedInAs": "CONNECTÉ EN TANT QUE: {name}", "makeSureApplicationsCommandsEnabled": "Assurez-vous que les commandes des applications sont cochées lors de la création de l'URL d'invitation.", "map": "Map", "mapSalt": "Map Salt", @@ -488,8 +506,8 @@ "name": "Nom", "nameChangeHistory": "Historique des changements de nom", "new": "Nouveau", - "newVendingMachine": "Une vending Machine a été localisé en {location}.", "newsCap": "Nouvelles", + "newVendingMachine": "Une vending Machine a été localisé en {location}.", "noActiveTimers": "Aucune minuterie active.", "noCommandDelay": "Pas de délai de commande.", "noCommunicationSmartSwitch": "Impossible de communiquer avec Smart Switch : {name}", @@ -500,7 +518,9 @@ "noItemFound": "L'item n'a pu être trouvé dans aucun vending Machine...", "noItemWithIdFound": "Aucun élément portant l'identifiant {id} n'a pu être trouvé.", "noItemWithNameFound": "Aucun élément portant le nom {name} n'a pu être trouvé.", + "noMorePages": "Il n'y a plus de pages.", "noNameIdGiven": "Aucun élément portant le nom {name} n'a pu être trouvé.", + "none": "Aucun", "noOneIsAfk": "Personne n'est AFK.", "noOneIsOffline": "Personne n'est hors ligne.", "noOneIsOnline": "Personne n'est en ligne.", @@ -510,24 +530,23 @@ "noRegisteredDeathEventsUser": "Aucun événement de mort enregistré pour {user}.", "noRegisteredEvents": "Aucun événement enregistré pour l'instant.", "noRegisteredMarkers": "Aucun marqueur enregistré.", - "noSavedNotes": "Aucune note enregistrée.", - "noToolCupboardWereFound": "Aucun moniteur d'armoire à outils n’a été trouvé.", - "none": "Aucun", "northEast": "Nord Est", "northOfGrid": "Nord de la grille", "northWest": "Nord Ouest", - "notAValidOrderType": "{order} n'est pas un type de commande valide.", + "noSavedNotes": "Aucune note enregistrée.", "notActive": "Pas actif.", + "notAValidOrderType": "{order} n'est pas un type de commande valide.", "notConnectedToRustServer": "Pas actuellement connecté à un serveur Rust.", - "notExistInSubscription": "L'élément {name} n'existe pas dans la liste d'abonnement.", - "notFoundCap": "Introuvable", - "notPartOfRole": "Vous ne faites pas partie du rôle {role}, vous ne pouvez donc pas exécuter de commandes de bot.", - "notShowingCap": "NE PAS MONTRER", "noteCap": "NOTE", "noteIdDoesNotExist": "ID de note: {id} n'existe pas.", "noteIdInvalid": "L'ID de la note n'est pas valide.", "noteIdWasRemoved": "ID de note : {id} a été supprimé.", "noteSaved": "Note enregistrée.", + "notExistInSubscription": "L'élément {name} n'existe pas dans la liste d'abonnement.", + "notFoundCap": "Introuvable", + "noToolCupboardWereFound": "Aucun moniteur d'armoire à outils n’a été trouvé.", + "notPartOfRole": "Vous ne faites pas partie du rôle {role}, vous ne pouvez donc pas exécuter de commandes de bot.", + "notShowingCap": "NE PAS MONTRER", "offCap": "OFF", "offline": "Hors ligne", "offlineTime": "Temps hors-ligne", @@ -585,9 +604,9 @@ "recycleCap": "RECYCLER", "recycler": "Recycleur", "remain": "restant", + "removedSubscribeItem": "L'item {name} a été supprimé de l'abonnement.", "removePlayerCap": "RETIRER LE JOUEUR", "removeSwitchCap": "RETIRER L'INTERRUPTEUR", - "removedSubscribeItem": "L'item {name} a été supprimé de l'abonnement.", "research": "Recherche", "researchTable": "Table de recherche", "resetSuccess": "Réinitialisation réussie de Discord.", @@ -642,8 +661,8 @@ "six": "6", "slash": "Slash", "slashCommandInteraction": "Interaction avec les commandes Slash - Guilde : {guild}, Canal : {channel}, Utilisateur : {user}, Commande : {command}, VerifyId : {id}.", - "slashCommandValueChange": "Interaction de commande Slash - VerifyId : {id}, Valeur : {value}.", "slashCommandsSuccessRegister": "Commandes d'application enregistrées avec succès pour la guilde: {guildId}.", + "slashCommandValueChange": "Interaction de commande Slash - VerifyId : {id}, Valeur : {value}.", "slots": "Slots", "smallOilRig": "Petite Oil Rig", "smartAlarm": "Alarme intelligente", @@ -697,11 +716,18 @@ "timeBeforeCrateAtLargeOilRigUnlocks": "{time} avant que la caisse verrouillée de la grande Oil Rig ne se débloque en ({location}).", "timeBeforeCrateAtSmallOilRigUnlocks": "{time} Avant que la caisse verrouillée à la petite Oil Rig ne se débloque en ({location}).", "timeCap": "TEMPS", + "timeDeepSeaIsActiveFor": "Deep Sea est actif et fermera dans environ {time}.", "timeFormatInvalid": "Format de temps invalide.", "timeLeftTimer": "{id}: Temps restant: {time}, Message: {message}", + "timer": "Temps: {message}.", + "timerIdDoesNotExist": "Temps ID: {id} n'existe pas.", + "timerIdInvalid": "Temps ID est invalide.", + "timerRemoved": "Temps ID: {id} à été retiré.", + "timerSet": "Temps réglé pour {time}.", "timeSinceAlarmWasTriggered": "L'alarme {alarm} a été déclenchée {time} il y a.", "timeSinceCargoLeft": "{time} depuis que le cargo à quitter la map.", "timeSinceChinook47OnMap": "{time} depuis le dernier Chinook 47 sur la map.", + "timeSinceDeepSeaWasOnMap": "La dernière Deep Sea remonte à {time}. Elle devrait réapparaître dans environ {respawnMin}-{respawnMax}.", "timeSinceHeavyScientistsOnLarge": "{time} Depuis l'appel des scientifiques lourds sur la grande Oil Rig.", "timeSinceHeavyScientistsOnSmall": "{time} Depuis l'appel des scientifiques lourds sur la petite Oil Rig.", "timeSinceLast": "{time} depuis le dernier.", @@ -716,11 +742,6 @@ "timeTillNightfall": "{time} avant la tombée de la nuit.", "timeTillStructureDecay": "{time} avant {type} mur qui perds de la dura.", "timeUntilUnlocksAt": "{time} avant d'être débloquer en {location}.", - "timer": "Temps: {message}.", - "timerIdDoesNotExist": "Temps ID: {id} n'existe pas.", - "timerIdInvalid": "Temps ID est invalide.", - "timerRemoved": "Temps ID: {id} à été retiré.", - "timerSet": "Temps réglé pour {time}.", "tokensDidNotReplenish": "Tokens n'a pas été réapprovisionné à temps.", "toolCupboard": "TC", "total": "Total", @@ -733,15 +754,15 @@ "travelingVendorDetectedSetting": "Lorsque le vendeur ambulant est détecté, envoyez une notification.", "travelingVendorHaltedAt": "Le vendeur ambulant s'est arrêté en {location}.", "travelingVendorHaltedSetting": "Lorsque le vendeur ambulant cesse de bouger, envoyez une notification.", + "travelingVendorLeftMap": "Le vendeur ambulant vient de laisser la carte en {location}.", "travelingVendorLeftSetting": "Lorsque le vendeur ambulant quitte la carte, envoyez une notification.", "travelingVendorLocatedAt": "Le vendeur ambulant est situé en {location}.", - "travelingVendorLeftMap": "Le vendeur ambulant vient de laisser la carte en {location}.", "travelingVendorNotCurrentlyOnMap": "Le vendeur ambulant n'est actuellement pas sur la carte.", "travelingVendorResumedAt": "Le vendeur ambulant a repris ses déplacements en {location}.", "travelingVendorSpawnedAt": "Le vendeur ambulant est apparu en {location}.", + "turningGroupOnOff": "Changement de groupe {group} {status}.", "turnOffCap": "ETEINDRE", "turnOnCap": "ALLUMER", - "turningGroupOnOff": "Changement de groupe {group} {status}.", "two": "2", "type": "Type", "unavailable": "Indisponible", @@ -787,4 +808,4 @@ "yield": "Rendement", "youAreAlreadyLeader": "Vous êtes déjà le chef du groupe.", "youAreNotPairedWithServer": "La commande Leader ne fonctionne pas car n'est pas associé au serveur." -} \ No newline at end of file +} diff --git a/src/languages/it.json b/src/languages/it.json index 8c7c6c33..7aea9f20 100644 --- a/src/languages/it.json +++ b/src/languages/it.json @@ -3,6 +3,7 @@ "abandonedCabins": "Cabine abbandonate", "abandonedMilitaryBase": "Base Militare Abbandonata", "abandonedSupermarket": "Supermercato Abbandonato", + "activeFor": "Attivo per\n{time}.", "addPlayerCap": "AGGIUNGI GIOCATORE", "addSwitchCap": "AGGIUNGI INTERRUTTORE", "afkCap": "AFK", @@ -10,10 +11,10 @@ "alarmHaveNotBeenTriggeredYet": "La sveglia {alarm} non è ancora suonata.", "alias": "Soprannome", "aliasAlreadyExist": "Il soprannome esiste già.", + "aliases": "Soprannomi", "aliasIndexCouldNotBeFound": "Impossibile trovare l'indice del soprannome.", "aliasWasAdded": "Soprannome aggiunto.", "aliasWasRemoved": "Soprannome rimosso.", - "aliases": "Soprannomi", "all": "tutti", "allTeammatesAreDead": "Tutti i tuoi compagni di squadra sono morti.", "alreadySubscribedToItem": "Già iscritto all'oggetto {name}.", @@ -27,6 +28,8 @@ "atLocation": "In {location}.", "atSign": "Chiocciola", "autoDayCap": "AUTO-GIORNO", + "automaticallyTurnBackOnOff": " Riattivato automaticamente {status} in {time}.", + "automaticallyTurningBackOnOff": "Riaccendendo automaticamente {device} {status}.", "autoNightCap": "AUTO-NOTTE", "autoOffAnyOnlineCap": "AUTO-SPEGNI-QUALUNQUE-ONLINE", "autoOffCap": "AUTO-SPEGNI", @@ -35,8 +38,6 @@ "autoOnCap": "AUTO-ACCENDI", "autoOnProximityCap": "AUTO-ACCENDI-PROSSIMITÀ", "autoSettingCap": "IMPOSTAZIONI AUTOMATICHE: ", - "automaticallyTurnBackOnOff": " Riattivato automaticamente {status} in {time}.", - "automaticallyTurningBackOnOff": "Riaccendendo automaticamente {device} {status}.", "autoturret": "Torretta automatica", "badGateway": "Cattiva gateway: {error}", "banditCamp": "Campo dei Banditi", @@ -69,6 +70,7 @@ "cargoLeavingMapAt": "La Nave Cargo sta lasciando la mappa a {location}.", "cargoLocatedAt": "La Nave Cargo si trova a {location}.", "cargoNotCurrentlyOnMap": "Nave Cargo non è attualmente sulla mappa.", + "cargoship": "Nave Cargo", "cargoShipDetectedSetting": "Quando la Nave Cargo viene rilevata, invia una notifica.", "cargoShipDockingAtHarbor": "Cargo ship just docked at the Harbor at {location}", "cargoShipDockingAtHarborSetting": "When Cargo Ship is docked at a harbor, send a notification.", @@ -79,7 +81,6 @@ "cargoShipLeftMap": "La Nave Cargo ha appena lasciato la mappa a {location}.", "cargoShipLeftSetting": "Quando la Nave Cargo lascia la mappa, invia una notifica.", "cargoShipLocated": "Nave Cargo si trova a {location}.", - "cargoship": "Nave Cargo", "ceilingLight": "Luce a soffitto", "channelNameActivity": "attività", "channelNameAlarms": "sveglie", @@ -89,8 +90,8 @@ "channelNameServers": "server", "channelNameSettings": "impostazioni", "channelNameStorageMonitors": "monitor-archiviazione", - "channelNameSwitchGroups": "gruppi-interruttori", "channelNameSwitches": "interruttori", + "channelNameSwitchGroups": "gruppi-interruttori", "channelNameTeamchat": "chat-team", "channelNameTrackers": "tracker", "chinook47": "Chinook 47", @@ -108,66 +109,6 @@ "commandCap": "COMANDO", "commandDelaySetting": "Ci deve essere un ritardo nel comando? Per quanto tempo?", "commandNotPossibleDiscord": "Il comando non è possibile tramite Discord.", - "commandSyntaxAdd": "aggiungi", - "commandSyntaxAfk": "afk", - "commandSyntaxAlive": "vivo", - "commandSyntaxArmored": "corazzato", - "commandSyntaxCargo": "cargo", - "commandSyntaxChinook": "chinook", - "commandSyntaxConnection": "connessione", - "commandSyntaxConnections": "connessioni", - "commandSyntaxCraft": "costruisci", - "commandSyntaxDeath": "morte", - "commandSyntaxDeaths": "morti", - "commandSyntaxDecay": "decadimento", - "commandSyntaxDespawn": "despawn", - "commandSyntaxEvents": "eventi", - "commandSyntaxHeli": "eli", - "commandSyntaxLanguage": "lingua", - "commandSyntaxLarge": "grande", - "commandSyntaxLeader": "capo", - "commandSyntaxList": "elenco", - "commandSyntaxMarker": "marcatore", - "commandSyntaxMarkers": "marcatori", - "commandSyntaxMarket": "mercato", - "commandSyntaxMetal": "metallo", - "commandSyntaxMute": "muta", - "commandSyntaxNote": "nota", - "commandSyntaxNotes": "note", - "commandSyntaxOff": "spento", - "commandSyntaxOffline": "offline", - "commandSyntaxOn": "acceso", - "commandSyntaxOnline": "online", - "commandSyntaxPlayer": "giocatore", - "commandSyntaxPlayers": "giocatori", - "commandSyntaxPop": "pop", - "commandSyntaxProx": "vicino", - "commandSyntaxRecycle": "riciclo", - "commandSyntaxRemove": "rimuovi", - "commandSyntaxResearch": "ricerca", - "commandSyntaxSearch": "cerca", - "commandSyntaxSend": "invia", - "commandSyntaxSmall": "piccola", - "commandSyntaxStack": "stack", - "commandSyntaxStatus": "stato", - "commandSyntaxSteamid": "steamid", - "commandSyntaxStone": "pietra", - "commandSyntaxSubscribe": "abbonati", - "commandSyntaxTTS": "tts", - "commandSyntaxTeam": "squadra", - "commandSyntaxTime": "ora", - "commandSyntaxTimer": "timer", - "commandSyntaxTimers": "timers", - "commandSyntaxTranslateFromTo": "trf", - "commandSyntaxTranslateTo": "tr", - "commandSyntaxTravelingVendor": "vendor", - "commandSyntaxTwig": "ramo", - "commandSyntaxUnmute": "smuta", - "commandSyntaxUnsubscribe": "disiscriviti", - "commandSyntaxUpkeep": "upkeep", - "commandSyntaxUptime": "uptime", - "commandSyntaxWipe": "wipe", - "commandSyntaxWood": "legno", "commandsAlarmDesc": "Operazioni sulle Sveglie Intelligenti.", "commandsAlarmEditDesc": "Modifica le proprietà di una Sveglia Intelligente.", "commandsAlarmEditIdDesc": "ID della Sveglia Intelligente.", @@ -263,6 +204,68 @@ "commandsVoiceMale": "Maschio", "commandsVoiceMaleDescription": "Imposta il genere dell'attore vocale a Maschio", "commandsVoiceNotInVoice": "Non sei in un canale vocale", + "commandSyntaxAdd": "aggiungi", + "commandSyntaxAfk": "afk", + "commandSyntaxAlive": "vivo", + "commandSyntaxArmored": "corazzato", + "commandSyntaxCargo": "cargo", + "commandSyntaxChinook": "chinook", + "commandSyntaxConnection": "connessione", + "commandSyntaxConnections": "connessioni", + "commandSyntaxCraft": "costruisci", + "commandSyntaxDeath": "morte", + "commandSyntaxDeaths": "morti", + "commandSyntaxDecay": "decadimento", + "commandSyntaxDeepSea": "deepsea", + "commandSyntaxDespawn": "despawn", + "commandSyntaxEvents": "eventi", + "commandSyntaxHeli": "eli", + "commandSyntaxLanguage": "lingua", + "commandSyntaxLarge": "grande", + "commandSyntaxLeader": "capo", + "commandSyntaxList": "elenco", + "commandSyntaxMarker": "marcatore", + "commandSyntaxMarkers": "marcatori", + "commandSyntaxMarket": "mercato", + "commandSyntaxMetal": "metallo", + "commandSyntaxMute": "muta", + "commandSyntaxNext": "Avanti", + "commandSyntaxNote": "nota", + "commandSyntaxNotes": "note", + "commandSyntaxOff": "spento", + "commandSyntaxOffline": "offline", + "commandSyntaxOn": "acceso", + "commandSyntaxOnline": "online", + "commandSyntaxPlayer": "giocatore", + "commandSyntaxPlayers": "giocatori", + "commandSyntaxPop": "pop", + "commandSyntaxProx": "vicino", + "commandSyntaxRecycle": "riciclo", + "commandSyntaxRemove": "rimuovi", + "commandSyntaxResearch": "ricerca", + "commandSyntaxSearch": "cerca", + "commandSyntaxSend": "invia", + "commandSyntaxSmall": "piccola", + "commandSyntaxStack": "stack", + "commandSyntaxStatus": "stato", + "commandSyntaxSteamid": "steamid", + "commandSyntaxStone": "pietra", + "commandSyntaxSubscribe": "abbonati", + "commandSyntaxTeam": "squadra", + "commandSyntaxTime": "ora", + "commandSyntaxTimer": "timer", + "commandSyntaxTimers": "timers", + "commandSyntaxTranslateFromTo": "trf", + "commandSyntaxTranslateTo": "tr", + "commandSyntaxTravelingVendor": "vendor", + "commandSyntaxTTS": "tts", + "commandSyntaxTwig": "ramo", + "commandSyntaxUnmute": "smuta", + "commandSyntaxUnsubscribe": "disiscriviti", + "commandSyntaxUpkeep": "upkeep", + "commandSyntaxUptime": "uptime", + "commandSyntaxWipe": "wipe", + "commandSyntaxWood": "legno", "connect": "Connetti", "connectCap": "CONNETTI", "connected": "Connesso", @@ -329,14 +332,26 @@ "customCommand": "Comando Personalizzato", "customTimerEditCargoShipEgressLabel": "Tempo di uscita della Nave Cargo (secondi):", "customTimerEditCrateOilRigUnlockLabel": "Tempo di sblocco della Cassa Bloccata della Piattaforma Petrolifera (secondi):", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "Tempo massimo di respawn in acque profonde (secondi):", + "customTimerEditDeepSeaMinWipeCooldownLabel": "Tempo minimo di respawn in acque profonde (secondi):", + "customTimerEditDeepSeaWipeDurationLabel": "Durata Deep Sea (secondi):", "customTimerEditDesc": "Modifica dei timer personalizzati", "customTimersCap": "TIMER PERSONALIZZATI", "dash": "Trattino", "dayOfWipe": "Giorno {day}", "deathCap": "MORTI", "decay": "Decay", - "decayTimeForItem": "Decay time for {item} is {time}.", "decayingCap": "DECADIMENTO", + "decayTimeForItem": "Decay time for {item} is {time}.", + "deepSea": "Deep Sea", + "deepSeaCanRespawnNow": "L'ultimo Deep Sea risale a {time} fa. Deep Sea può riapparire ora e riapparirà al più tardi entro {respawnMax}.", + "deepSeaDetected": "Deep Sea rilevato sulla mappa!", + "deepSeaDetectedSetting": "Quando viene rilevato Deep Sea, invia una notifica.", + "deepSeaLeftMap": "Mappa sinistra delle profondità marine", + "deepSeaLeftMapSetting": "Quando Deep Sea ha lasciato la mappa, invia una notifica.", + "DeepSeaMaxWipeCooldownTime": "Il tempo massimo di ricarica di Deep Sea è {time}.", + "DeepSeaMinWipeCooldownTime": "Il tempo minimo di ricarica di Deep Sea è {time}.", + "deepSeaNotCurrentlyOnMap": "Deep Sea non è attualmente attivo.", "deleteUnreachableDevicesCap": "DELETE UNREACHABLE DEVICES", "despawnTime": "Despawn Time", "despawnTimeOfItem": "Despawn time of {item} is {time}.", @@ -381,6 +396,9 @@ "ferryTerminal": "Ferry Terminal", "fishingVillage": "Villaggio di pesca", "five": "Cinque", + "foundItemInVendingMachine": "{quantity}{item} per {priceAmount}{price} | {stock}x Disponibile @ {location}", + "foundOrdersSummary": "Trovati {foundOrders} ordini dal distributore automatico. Visualizzazione della pagina {currentPage} di {totalPages}. Utilizza {nextCommand} per visualizzare la pagina successiva.", + "foundOrdersSummaryNoNext": "Trovati ordini {foundOrders} dal distributore automatico.", "four": "Quattro", "giantExcavatorPit": "Grande Fossa di Scavo", "greaterThanSign": "Simbolo Maggiore di", @@ -403,14 +421,14 @@ "ignoreSetAvatar": "setAvatar ignorato", "ignoreSetNickname": "setNickname ignorato", "ignoreSetUsername": "setUsername ignorato", + "index": "Indice", + "infoCap": "INFO", "inGameBotMessagesMuted": "Messaggi del bot in-game mutati.", "inGameBotMessagesUnmuted": "Messaggi del bot in-game smutati.", "inGameCap": "IN-GAME", "inGameEventInfo": "Informazioni sugli eventi in-game", "inGameTeamNotificationsSetting": "Notifiche dei compagni di squadra in-game.", "inGameTime": "Orario in-game: {time}.", - "index": "Indice", - "infoCap": "INFO", "inside": "Inside", "interactionEditReplyFailed": "Risposta alla modifica dell'interazione fallita: {error}", "interactionInvalidChannel": "Interazione da un canale non valido.", @@ -453,11 +471,11 @@ "lockedCrateSmallOilRigUnlocked": "Cassa chiusa su Piccola piattaforma petrolifera a {location} è stata sbloccata.", "logDiscordCommand": "Discord Command - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", "logDiscordMessage": "Discord Message - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", + "loggedInAs": "LOGGATO COME: {name}", "logInGameCommand": "{type} - Command: {command}, User: {user}.", "logInGameMessage": "Message: {message}, User: {user}", "logSmartSwitchGroupValueChange": "Smart Switch Group - Value: {value}.", "logSmartSwitchValueChange": "Smart Switch - Value: {value}.", - "loggedInAs": "LOGGATO COME: {name}", "makeSureApplicationsCommandsEnabled": "Assicurati che applications.commands sia selezionato quando crei l'URL di invito.", "map": "Mappa", "mapSalt": "Map Salt", @@ -488,8 +506,8 @@ "name": "Nome", "nameChangeHistory": "Storico dei cambi di nome", "new": "New", - "newVendingMachine": "Nuovo Distributore Automatico situato in {location}.", "newsCap": "NOTIZIE", + "newVendingMachine": "Nuovo Distributore Automatico situato in {location}.", "noActiveTimers": "Nessun timer attivo.", "noCommandDelay": "Nessun ritardo di comando.", "noCommunicationSmartSwitch": "Impossibile comunicare con l'Interruttore Intelligente: {name}", @@ -500,7 +518,9 @@ "noItemFound": "L'oggetto non può essere trovato in nessun distributore automatico...", "noItemWithIdFound": "Nessun oggetto con id {id} può essere trovato.", "noItemWithNameFound": "Nessun oggetto con il nome {name} può essere trovato.", + "noMorePages": "Non ci sono altre pagine.", "noNameIdGiven": "Nessun 'nome' o 'id' è stato fornito.", + "none": "Nessuno", "noOneIsAfk": "Nessuno è AFK.", "noOneIsOffline": "Nessuno è offline.", "noOneIsOnline": "Nessuno è online.", @@ -510,24 +530,23 @@ "noRegisteredDeathEventsUser": "Non ci sono eventi di morte registrati per {user}.", "noRegisteredEvents": "No registered events yet.", "noRegisteredMarkers": "Nessun marcatore registrato.", - "noSavedNotes": "Non ci sono note salvate.", - "noToolCupboardWereFound": "Non è stato trovato nessun monitor dell'Armadio degli Attrezzi.", - "none": "Nessuno", "northEast": "Nord-Est", "northOfGrid": "Nord della colonna", "northWest": "Nord-Ovest", - "notAValidOrderType": "{order} is not a valid order type.", + "noSavedNotes": "Non ci sono note salvate.", "notActive": "Non attivo.", + "notAValidOrderType": "{order} is not a valid order type.", "notConnectedToRustServer": "Attualmente non connesso a un server di Rust.", - "notExistInSubscription": "L'oggetto {name} non esiste nell'elenco delle iscrizioni.", - "notFoundCap": "NON TROVATO", - "notPartOfRole": "Non fai parte del ruolo {role}, quindi non puoi eseguire comandi del bot.", - "notShowingCap": "NON VISIBILE", "noteCap": "NOTA", "noteIdDoesNotExist": "L'ID della Nota: {id} non esiste.", "noteIdInvalid": "L'ID della Nota non è valido.", "noteIdWasRemoved": "L'ID della Nota: {id} è stato rimosso.", "noteSaved": "Nota salvata.", + "notExistInSubscription": "L'oggetto {name} non esiste nell'elenco delle iscrizioni.", + "notFoundCap": "NON TROVATO", + "noToolCupboardWereFound": "Non è stato trovato nessun monitor dell'Armadio degli Attrezzi.", + "notPartOfRole": "Non fai parte del ruolo {role}, quindi non puoi eseguire comandi del bot.", + "notShowingCap": "NON VISIBILE", "offCap": "OFF", "offline": "Offline", "offlineTime": "Offline time", @@ -585,9 +604,9 @@ "recycleCap": "RICICLA", "recycler": "Recycler", "remain": "rimasto", + "removedSubscribeItem": "L'oggetto {name} è stato rimosso dall'iscrizione.", "removePlayerCap": "RIMUOVI GIOCATORE", "removeSwitchCap": "RIMUOVI INTERRUTTORE", - "removedSubscribeItem": "L'oggetto {name} è stato rimosso dall'iscrizione.", "research": "Research", "researchTable": "Research Table", "resetSuccess": "Discord ripristinato con successo.", @@ -642,8 +661,8 @@ "six": "Sei", "slash": "Barra", "slashCommandInteraction": "Interazione Comando Slash - Guild: {guild}, Canale: {channel}, Utente: {user}, Comando: {command}, VerifyId: {id}.", - "slashCommandValueChange": "Interazione Del Comando Slash: IdVerifica: {id}, Valore: {value}.", "slashCommandsSuccessRegister": "Comandi dell'applicazione registrati con successo per il server: {guildId}.", + "slashCommandValueChange": "Interazione Del Comando Slash: IdVerifica: {id}, Valore: {value}.", "slots": "Slots", "smallOilRig": "Piccola Piattaforma Petrolifera", "smartAlarm": "Sveglia Intelligente", @@ -697,11 +716,18 @@ "timeBeforeCrateAtLargeOilRigUnlocks": "{time} prima che la Cassa Chiusa alla Grande Piattaforma Petrolifera ({location}) venga sbloccata.", "timeBeforeCrateAtSmallOilRigUnlocks": "{time} prima che la Cassa Chiusa alla Piccola Piattaforma Petrolifera ({location}) venga sbloccata.", "timeCap": "TEMPO", + "timeDeepSeaIsActiveFor": "Deep Sea è attivo e chiuderà tra circa {time}.", "timeFormatInvalid": "Formato orario non valido.", "timeLeftTimer": "{id}: Tempo rimanente: {time}, Messaggio: {message}", + "timer": "Timer: {message}.", + "timerIdDoesNotExist": "L'ID del timer: {id} non esiste.", + "timerIdInvalid": "L'ID del timer non è valido.", + "timerRemoved": "L'ID del timer: {id} è stato rimosso.", + "timerSet": "Timer impostato per {time}.", "timeSinceAlarmWasTriggered": "The alarm {alarm} was triggered {time} ago.", "timeSinceCargoLeft": "{time} dal momento in cui la Nave Cargo ha lasciato la mappa.", "timeSinceChinook47OnMap": "{time} dal momento in cui l'ultimo Chinook 47 era sulla mappa.", + "timeSinceDeepSeaWasOnMap": "L'ultimo Deep Sea risale a {time} fa. Dovrebbe ricomparire tra circa {respawnMin}-{respawnMax}.", "timeSinceHeavyScientistsOnLarge": "{time} da quando gli Scienziati Pesanti sono stati chiamati alla Grande Piattaforma Petrolifera l'ultima volta.", "timeSinceHeavyScientistsOnSmall": "{time} da quando gli Scienziati Pesanti sono stati chiamati alla Piccola Piattaforma Petrolifera l'ultima volta.", "timeSinceLast": "{time} dall'ultimo.", @@ -716,11 +742,6 @@ "timeTillNightfall": "{time} prima della notte.", "timeTillStructureDecay": "{time} before {type} wall decay.", "timeUntilUnlocksAt": "{time} prima dell'apertura a {location}.", - "timer": "Timer: {message}.", - "timerIdDoesNotExist": "L'ID del timer: {id} non esiste.", - "timerIdInvalid": "L'ID del timer non è valido.", - "timerRemoved": "L'ID del timer: {id} è stato rimosso.", - "timerSet": "Timer impostato per {time}.", "tokensDidNotReplenish": "I token non si sono riforniti in tempo.", "toolCupboard": "Armadio degli Attrezzi", "total": "Total", @@ -733,15 +754,15 @@ "travelingVendorDetectedSetting": "When the Traveling Vendor is detected, send a notification.", "travelingVendorHaltedAt": "The Traveling Vendor stopped at {location}.", "travelingVendorHaltedSetting": "When the Traveling Vendor stops moving, send a notification.", + "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorLeftSetting": "When the Traveling Vendor left the map, send a notification.", "travelingVendorLocatedAt": "The Traveling Vendor is located at {location}.", - "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorNotCurrentlyOnMap": "The Traveling Vendor is not currently on the map.", "travelingVendorResumedAt": "The Traveling Vendor resumed moving at {location}.", "travelingVendorSpawnedAt": "The Traveling Vendor spawned at {location}.", + "turningGroupOnOff": "Impostando Gruppo {group} {status}.", "turnOffCap": "SPEGNI", "turnOnCap": "ACCENDI", - "turningGroupOnOff": "Impostando Gruppo {group} {status}.", "two": "Due", "type": "Tipo", "unavailable": "Non disponibile", @@ -787,4 +808,4 @@ "yield": "Yield", "youAreAlreadyLeader": "Sei già il leader.", "youAreNotPairedWithServer": "Il comando del leader non funziona perché non sei associato al server." -} \ No newline at end of file +} diff --git a/src/languages/ko.json b/src/languages/ko.json index 8fcb7514..684f6aef 100644 --- a/src/languages/ko.json +++ b/src/languages/ko.json @@ -3,6 +3,7 @@ "abandonedCabins": "버려진 오두막", "abandonedMilitaryBase": "버려진 군사기지", "abandonedSupermarket": "버려진 슈퍼마켓", + "activeFor": "\n동안 활성화됨.", "addPlayerCap": "플레이어 추가", "addSwitchCap": "스위치 추가", "afkCap": "자리비움", @@ -10,10 +11,10 @@ "alarmHaveNotBeenTriggeredYet": "The alarm {alarm} have not been triggered yet.", "alias": "Alias", "aliasAlreadyExist": "Alias already exist.", + "aliases": "Aliases", "aliasIndexCouldNotBeFound": "Alias index could not be found.", "aliasWasAdded": "Alias was added.", "aliasWasRemoved": "Alias was removed.", - "aliases": "Aliases", "all": "all", "allTeammatesAreDead": "모든 팀원들이 사망하였습니다.", "alreadySubscribedToItem": "이미 {name}을 사용하고 있습니다.", @@ -27,6 +28,8 @@ "atLocation": "{location}에 있습니다.", "atSign": "골뱅이", "autoDayCap": "자동-낮", + "automaticallyTurnBackOnOff": "{time}에서 {status}이(가) 자동으로 변경되었습니다.", + "automaticallyTurningBackOnOff": "{device}을(를) 자동으로 {status}(으)로 변경되었습니다.", "autoNightCap": "자동-밤", "autoOffAnyOnlineCap": "AUTO-OFF-ANY-ONLINE", "autoOffCap": "AUTO-OFF", @@ -35,8 +38,6 @@ "autoOnCap": "AUTO-ON", "autoOnProximityCap": "AUTO-ON-PROXIMITY", "autoSettingCap": "자동 설정: ", - "automaticallyTurnBackOnOff": "{time}에서 {status}이(가) 자동으로 변경되었습니다.", - "automaticallyTurningBackOnOff": "{device}을(를) 자동으로 {status}(으)로 변경되었습니다.", "autoturret": "자동 터렛", "badGateway": "잘못된 게이트웨이: {error}", "banditCamp": "벤딧 캠프", @@ -69,6 +70,7 @@ "cargoLeavingMapAt": "화물선이 {location} 에서 떠나고 있습니다.", "cargoLocatedAt": "화물선은 지금 {location} 에 있습니다.", "cargoNotCurrentlyOnMap": "화물선이 지도에 나타나지 않았습니다.", + "cargoship": "화물선", "cargoShipDetectedSetting": "화물선이 탐지되면 알림을 보내줍니다.", "cargoShipDockingAtHarbor": "Cargo ship just docked at the Harbor at {location}", "cargoShipDockingAtHarborSetting": "When Cargo Ship is docked at a harbor, send a notification.", @@ -79,7 +81,6 @@ "cargoShipLeftMap": "화물선이 방금 {location}에서 떠났습니다.", "cargoShipLeftSetting": "화물선이 지도에서 떠났을때 알림을 보내줍니다.", "cargoShipLocated": "화물선은 지금 {location}에 있습니다.", - "cargoship": "화물선", "ceilingLight": "천장 조명", "channelNameActivity": "활동", "channelNameAlarms": "알람", @@ -89,8 +90,8 @@ "channelNameServers": "서버", "channelNameSettings": "설정", "channelNameStorageMonitors": "보관 측정장치", - "channelNameSwitchGroups": "스위치-그룹", "channelNameSwitches": "스위치", + "channelNameSwitchGroups": "스위치-그룹", "channelNameTeamchat": "팀 채팅", "channelNameTrackers": "추적기", "chinook47": "치누크 47", @@ -108,66 +109,6 @@ "commandCap": "명령어", "commandDelaySetting": "명령어 딜레이를 설정합니다.", "commandNotPossibleDiscord": "디스코드에서 명령어를 실행할 수 없습니다.", - "commandSyntaxAdd": "add", - "commandSyntaxAfk": "afk", - "commandSyntaxAlive": "alive", - "commandSyntaxArmored": "강화 합금", - "commandSyntaxCargo": "cargo", - "commandSyntaxChinook": "chinook", - "commandSyntaxConnection": "connection", - "commandSyntaxConnections": "connections", - "commandSyntaxCraft": "craft", - "commandSyntaxDeath": "death", - "commandSyntaxDeaths": "deaths", - "commandSyntaxDecay": "부식", - "commandSyntaxDespawn": "despawn", - "commandSyntaxEvents": "events", - "commandSyntaxHeli": "heli", - "commandSyntaxLanguage": "language", - "commandSyntaxLarge": "large", - "commandSyntaxLeader": "leader", - "commandSyntaxList": "list", - "commandSyntaxMarker": "marker", - "commandSyntaxMarkers": "markers", - "commandSyntaxMarket": "market", - "commandSyntaxMetal": "철", - "commandSyntaxMute": "mute", - "commandSyntaxNote": "note", - "commandSyntaxNotes": "notes", - "commandSyntaxOff": "off", - "commandSyntaxOffline": "offline", - "commandSyntaxOn": "on", - "commandSyntaxOnline": "online", - "commandSyntaxPlayer": "player", - "commandSyntaxPlayers": "players", - "commandSyntaxPop": "pop", - "commandSyntaxProx": "prox", - "commandSyntaxRecycle": "recycle", - "commandSyntaxRemove": "remove", - "commandSyntaxResearch": "research", - "commandSyntaxSearch": "search", - "commandSyntaxSend": "send", - "commandSyntaxSmall": "small", - "commandSyntaxStack": "stack", - "commandSyntaxStatus": "status", - "commandSyntaxSteamid": "steamid", - "commandSyntaxStone": "돌", - "commandSyntaxSubscribe": "sub", - "commandSyntaxTTS": "tts", - "commandSyntaxTeam": "team", - "commandSyntaxTime": "time", - "commandSyntaxTimer": "timer", - "commandSyntaxTimers": "timers", - "commandSyntaxTranslateFromTo": "trf", - "commandSyntaxTranslateTo": "tr", - "commandSyntaxTravelingVendor": "vendor", - "commandSyntaxTwig": "기초 토대", - "commandSyntaxUnmute": "unmute", - "commandSyntaxUnsubscribe": "unsub", - "commandSyntaxUpkeep": "upkeep", - "commandSyntaxUptime": "uptime", - "commandSyntaxWipe": "wipe", - "commandSyntaxWood": "나무", "commandsAlarmDesc": "스마트 알람 조작.", "commandsAlarmEditDesc": "스마트 알람의 속성을 수정합니다.", "commandsAlarmEditIdDesc": "스마트 알람의 고유ID 입니다.", @@ -263,6 +204,68 @@ "commandsVoiceMale": "남성", "commandsVoiceMaleDescription": "Sets the voiceactor gender to Male", "commandsVoiceNotInVoice": "You are not in a voicechannel", + "commandSyntaxAdd": "add", + "commandSyntaxAfk": "afk", + "commandSyntaxAlive": "alive", + "commandSyntaxArmored": "강화 합금", + "commandSyntaxCargo": "cargo", + "commandSyntaxChinook": "chinook", + "commandSyntaxConnection": "connection", + "commandSyntaxConnections": "connections", + "commandSyntaxCraft": "craft", + "commandSyntaxDeath": "death", + "commandSyntaxDeaths": "deaths", + "commandSyntaxDecay": "부식", + "commandSyntaxDeepSea": "deepsea", + "commandSyntaxDespawn": "despawn", + "commandSyntaxEvents": "events", + "commandSyntaxHeli": "heli", + "commandSyntaxLanguage": "language", + "commandSyntaxLarge": "large", + "commandSyntaxLeader": "leader", + "commandSyntaxList": "list", + "commandSyntaxMarker": "marker", + "commandSyntaxMarkers": "markers", + "commandSyntaxMarket": "market", + "commandSyntaxMetal": "철", + "commandSyntaxMute": "mute", + "commandSyntaxNext": "다음", + "commandSyntaxNote": "note", + "commandSyntaxNotes": "notes", + "commandSyntaxOff": "off", + "commandSyntaxOffline": "offline", + "commandSyntaxOn": "on", + "commandSyntaxOnline": "online", + "commandSyntaxPlayer": "player", + "commandSyntaxPlayers": "players", + "commandSyntaxPop": "pop", + "commandSyntaxProx": "prox", + "commandSyntaxRecycle": "recycle", + "commandSyntaxRemove": "remove", + "commandSyntaxResearch": "research", + "commandSyntaxSearch": "search", + "commandSyntaxSend": "send", + "commandSyntaxSmall": "small", + "commandSyntaxStack": "stack", + "commandSyntaxStatus": "status", + "commandSyntaxSteamid": "steamid", + "commandSyntaxStone": "돌", + "commandSyntaxSubscribe": "sub", + "commandSyntaxTeam": "team", + "commandSyntaxTime": "time", + "commandSyntaxTimer": "timer", + "commandSyntaxTimers": "timers", + "commandSyntaxTranslateFromTo": "trf", + "commandSyntaxTranslateTo": "tr", + "commandSyntaxTravelingVendor": "vendor", + "commandSyntaxTTS": "tts", + "commandSyntaxTwig": "기초 토대", + "commandSyntaxUnmute": "unmute", + "commandSyntaxUnsubscribe": "unsub", + "commandSyntaxUpkeep": "upkeep", + "commandSyntaxUptime": "uptime", + "commandSyntaxWipe": "wipe", + "commandSyntaxWood": "나무", "connect": "서버 아이피/포트", "connectCap": "연결", "connected": "Connected", @@ -329,14 +332,26 @@ "customCommand": "사용자 지정 명령어", "customTimerEditCargoShipEgressLabel": "화물선 탈출 시간 (초단위):", "customTimerEditCrateOilRigUnlockLabel": "석유 굴착지 잠금 상자 잠금 해제 시간 (초단위):", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "심해 최대 리스폰 시간 (초):", + "customTimerEditDeepSeaMinWipeCooldownLabel": "심해 최소 리스폰 시간 (초):", + "customTimerEditDeepSeaWipeDurationLabel": "심해 지속 시간 (초):", "customTimerEditDesc": "사용자 지정 타이머 편집", "customTimersCap": "사용자 지정 타이머", "dash": "대시", "dayOfWipe": "{day} 일", "deathCap": "사망", "decay": "Decay", - "decayTimeForItem": "Decay time for {item} is {time}.", "decayingCap": "부식 중", + "decayTimeForItem": "Decay time for {item} is {time}.", + "deepSea": "심해", + "deepSeaCanRespawnNow": "마지막 심해는 {time} 전에 있었습니다. 심해는 지금 다시 생성될 수 있으며, 늦어도 {respawnMax} 이내에 다시 생성될 것입니다.", + "deepSeaDetected": "지도에서 심해 탐사선이 감지되었습니다!", + "deepSeaDetectedSetting": "심해가 감지되면 알림을 전송합니다.", + "deepSeaLeftMap": "심해 좌측 지도", + "deepSeaLeftMapSetting": "딥 씨가 맵을 떠날 때 알림을 보내세요.", + "DeepSeaMaxWipeCooldownTime": "심해 최대 초기화 대기 시간은 {time}입니다.", + "DeepSeaMinWipeCooldownTime": "심해 최소 초기화 대기 시간은 {time}입니다.", + "deepSeaNotCurrentlyOnMap": "Deep Sea는 현재 활성화되어 있지 않습니다.", "deleteUnreachableDevicesCap": "DELETE UNREACHABLE DEVICES", "despawnTime": "Despawn Time", "despawnTimeOfItem": "Despawn time of {item} is {time}.", @@ -381,6 +396,9 @@ "ferryTerminal": "여객선 터미널", "fishingVillage": "어촌", "five": "5", + "foundItemInVendingMachine": "{quantity}{item} for {priceAmount}{price} | {stock}x 재고 있음 @ {location}", + "foundOrdersSummary": "{foundOrders}개의 자판기 주문이 발견되었습니다. {totalPages}개 중 {currentPage}페이지를 표시 중입니다. 다음 페이지를 보려면 {nextCommand}을 사용하세요.", + "foundOrdersSummaryNoNext": "{foundOrders} 자판기 주문 발견.", "four": "4", "giantExcavatorPit": "거대 굴착기", "greaterThanSign": "부등식", @@ -403,14 +421,14 @@ "ignoreSetAvatar": "프로필 설정", "ignoreSetNickname": "닉네임 설정", "ignoreSetUsername": "사용자 이름 설정", + "index": "Index", + "infoCap": "정보", "inGameBotMessagesMuted": "게임 내 봇 메시지가 음소거되었습니다.", "inGameBotMessagesUnmuted": "게임 내 봇 메시지가 음소거해제 되었습니다.", "inGameCap": "인-게임", "inGameEventInfo": "게임 내 이벤트 정보 알림", "inGameTeamNotificationsSetting": "게임 내 팀 동료 알림", "inGameTime": "게임 내 시간: {time}.", - "index": "Index", - "infoCap": "정보", "inside": "Inside", "interactionEditReplyFailed": "상호 작용 편집 응답 실패: {error}", "interactionInvalidChannel": "잘못된 채널의 상호 작용입니다.", @@ -453,11 +471,11 @@ "lockedCrateSmallOilRigUnlocked": "{location}에 있는 소형 굴착지의 잠긴 상자가 잠금 해제되었습니다.", "logDiscordCommand": "Discord Command - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", "logDiscordMessage": "Discord Message - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", + "loggedInAs": "로그인: {name}", "logInGameCommand": "{type} - Command: {command}, User: {user}.", "logInGameMessage": "Message: {message}, User: {user}", "logSmartSwitchGroupValueChange": "Smart Switch Group - Value: {value}.", "logSmartSwitchValueChange": "Smart Switch - Value: {value}.", - "loggedInAs": "로그인: {name}", "makeSureApplicationsCommandsEnabled": "초대 URL을 생성할 때 applications.commands가 선택되어 있는지 확인합니다.", "map": "지도", "mapSalt": "지도 솔트", @@ -488,8 +506,8 @@ "name": "이름", "nameChangeHistory": "이름 변경 내역", "new": "New", - "newVendingMachine": "새로운 자동 판매기가 {location}에 생성되었습니다.", "newsCap": "새로운", + "newVendingMachine": "새로운 자동 판매기가 {location}에 생성되었습니다.", "noActiveTimers": "활성화된 타이머가 없습니다.", "noCommandDelay": "명령어 지연이 없습니다.", "noCommunicationSmartSwitch": "스마트 스위치와 통신할 수 없습니다: {name}", @@ -500,7 +518,9 @@ "noItemFound": "자동 판매기에서 항목을 찾을 수 없습니다...", "noItemWithIdFound": "아이디가 {id} 인 항목을 찾을 수 없습니다.", "noItemWithNameFound": "이름이 {name} 인 항목을 찾을 수 없습니다.", + "noMorePages": "더 이상 페이지가 없습니다.", "noNameIdGiven": "'name' 또는 'id'가 지정되지 않았습니다.", + "none": "없음", "noOneIsAfk": "자리비움 상태인 플레이어가 없습니다.", "noOneIsOffline": "오프라인 플레이어가 없습니다.", "noOneIsOnline": "온라인 플레이어가 없습니다.", @@ -510,24 +530,23 @@ "noRegisteredDeathEventsUser": "{user}의 등록된 사망 이벤트가 없습니다.", "noRegisteredEvents": "No registered events yet.", "noRegisteredMarkers": "등록된 마커가 없습니다.", - "noSavedNotes": "저장된 노트가 없습니다.", - "noToolCupboardWereFound": "도구함을 찾을 수 없습니다.", - "none": "없음", "northEast": "북동쪽", "northOfGrid": "지도의 북쪽", "northWest": "북서쪽", - "notAValidOrderType": "{order} is not a valid order type.", + "noSavedNotes": "저장된 노트가 없습니다.", "notActive": "활성화되지 않았습니다.", + "notAValidOrderType": "{order} is not a valid order type.", "notConnectedToRustServer": "현재 러스트 서버에 연결되어 있지 않습니다..", - "notExistInSubscription": "{name}항목이 구독 목록에 없습니다.", - "notFoundCap": "찾을 수 없음", - "notPartOfRole": "{role} 역할에 속하지 않으므로 봇 명령을 실행할 수 없습니다.", - "notShowingCap": "표시되지 않음", "noteCap": "노트", "noteIdDoesNotExist": "노트 아이디: {id} 이(가) 없습니다.", "noteIdInvalid": "노트 아이디가 잘못되었습니다.", "noteIdWasRemoved": "노트 아이디: {id} 이(가) 제거되었습니다.", "noteSaved": "노트가 저장되었습니다.", + "notExistInSubscription": "{name}항목이 구독 목록에 없습니다.", + "notFoundCap": "찾을 수 없음", + "noToolCupboardWereFound": "도구함을 찾을 수 없습니다.", + "notPartOfRole": "{role} 역할에 속하지 않으므로 봇 명령을 실행할 수 없습니다.", + "notShowingCap": "표시되지 않음", "offCap": "꺼짐", "offline": "Offline", "offlineTime": "Offline time", @@ -585,9 +604,9 @@ "recycleCap": "재활용", "recycler": "Recycler", "remain": "레프트", + "removedSubscribeItem": "{name} 항목이 구독에서 제거되었습니다.", "removePlayerCap": "플레이어 제거", "removeSwitchCap": "스위치 제거", - "removedSubscribeItem": "{name} 항목이 구독에서 제거되었습니다.", "research": "Research", "researchTable": "Research Table", "resetSuccess": "디스코드를 성공적으로 재설정했습니다.", @@ -642,8 +661,8 @@ "six": "6", "slash": "빗금", "slashCommandInteraction": "Slash Command Interaction - Guild: {guild}, Channel: {channel}, User: {user}, Command: {command}, VerifyId: {id}.", - "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slashCommandsSuccessRegister": "길드에 대한 응용 프로그램 명령을 등록했습니다. {guildId}.", + "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slots": "슬롯", "smallOilRig": "소형 석유 굴착지", "smartAlarm": "스마트 알람", @@ -697,11 +716,18 @@ "timeBeforeCrateAtLargeOilRigUnlocks": "대형 석유 굴착지({location})에서 잠긴 상자가 잠금 해제되기 전까지 {time} 남았습니다", "timeBeforeCrateAtSmallOilRigUnlocks": "소형 석유 굴착지({location})에서 잠긴 상자가 잠금 해제되기 전까지 {time} 남았습니다.", "timeCap": "시간", + "timeDeepSeaIsActiveFor": "심해가 활성화되었으며 약 {time} 후에 종료됩니다.", "timeFormatInvalid": "시간 형식이 잘못되었습니다.", "timeLeftTimer": "{id}: 남은 시간: {time}, 메시지: {message}", + "timer": "타이머: {message}", + "timerIdDoesNotExist": "타이머 아이디: {id} 이(가) 없습니다.", + "timerIdInvalid": "타이머 아이디가 잘못되었습니다.", + "timerRemoved": "타이머 아이디: {id} 이(가) 제거되었습니다.", + "timerSet": "{time} 으로 타이머가 설정되었습니다.", "timeSinceAlarmWasTriggered": "The alarm {alarm} was triggered {time} ago.", "timeSinceCargoLeft": "화물선이 지도에서 떠난 이후 {time} 지났습니다.", "timeSinceChinook47OnMap": "치누크 47이 지도에서 발견된 이후 {time} 지났습니다.", + "timeSinceDeepSeaWasOnMap": "마지막 심해는 {time} 전에 있었습니다. 대략 {respawnMin}-{respawnMax} 후에 다시 나타날 것입니다.", "timeSinceHeavyScientistsOnLarge": "대형 석유 굴착지에서 헤비 과학자들을 부른 이후 {time} 지났습니다.", "timeSinceHeavyScientistsOnSmall": "소형 석유 굴착지에서 헤비 과학자들을 부른 이후 {time} 지났습니다.", "timeSinceLast": "마지막 이후 {time} 지났습니다.", @@ -716,11 +742,6 @@ "timeTillNightfall": "해가 지기 전까지 {time} 남았습니다.", "timeTillStructureDecay": "{time} before {type} wall decay.", "timeUntilUnlocksAt": "{location}에서 잠금 해제될 때까지 {time} 남았습니다.", - "timer": "타이머: {message}", - "timerIdDoesNotExist": "타이머 아이디: {id} 이(가) 없습니다.", - "timerIdInvalid": "타이머 아이디가 잘못되었습니다.", - "timerRemoved": "타이머 아이디: {id} 이(가) 제거되었습니다.", - "timerSet": "{time} 으로 타이머가 설정되었습니다.", "tokensDidNotReplenish": "토큰이 제 시간에 입력되지 않았습니다.", "toolCupboard": "도구함", "total": "Total", @@ -733,15 +754,15 @@ "travelingVendorDetectedSetting": "When the Traveling Vendor is detected, send a notification.", "travelingVendorHaltedAt": "The Traveling Vendor stopped at {location}.", "travelingVendorHaltedSetting": "When the Traveling Vendor stops moving, send a notification.", + "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorLeftSetting": "When the Traveling Vendor left the map, send a notification.", "travelingVendorLocatedAt": "The Traveling Vendor is located at {location}.", - "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorNotCurrentlyOnMap": "The Traveling Vendor is not currently on the map.", "travelingVendorResumedAt": "The Traveling Vendor resumed moving at {location}.", "travelingVendorSpawnedAt": "The Traveling Vendor spawned at {location}.", + "turningGroupOnOff": "스위치 {group} {status} 전환", "turnOffCap": "끄기", "turnOnCap": "켜기", - "turningGroupOnOff": "스위치 {group} {status} 전환", "two": "2", "type": "타입", "unavailable": "사용할 수 없습니다", @@ -787,4 +808,4 @@ "yield": "Yield", "youAreAlreadyLeader": "당신은 이미 팀 리더 입니다.", "youAreNotPairedWithServer": "서버와 페어링되지 않았기 때문에 리더 명령어가 작동하지 않습니다." -} \ No newline at end of file +} diff --git a/src/languages/pl.json b/src/languages/pl.json index d23121c4..b08006fd 100644 --- a/src/languages/pl.json +++ b/src/languages/pl.json @@ -3,6 +3,7 @@ "abandonedCabins": "Opuszczone domki", "abandonedMilitaryBase": "Opuszczona Baza Wojskowa", "abandonedSupermarket": "Opuszczony supermarket", + "activeFor": "Aktywny dla\n{time}.", "addPlayerCap": "DODAJ GRACZA", "addSwitchCap": "DODAJ PRZEŁĄCZNIK", "afkCap": "Zaraz Wracam", @@ -10,10 +11,10 @@ "alarmHaveNotBeenTriggeredYet": "Alarm {alarm} nie został jeszcze aktywowany.", "alias": "Pseudonim", "aliasAlreadyExist": "Pseudonim już jest w użyciu.", + "aliases": "Pseudonimy", "aliasIndexCouldNotBeFound": "Pseudonim nie został znaleziony.", "aliasWasAdded": "Dodano pseudonizm.", "aliasWasRemoved": "Usunięto pseudonizm.", - "aliases": "Pseudonimy", "all": "wszystko", "allTeammatesAreDead": "Wszyscy twoi koledzy z drużyny nie żyją.", "alreadySubscribedToItem": "Subskrybowano już przedmiot {name}.", @@ -27,6 +28,8 @@ "atLocation": "At {location}.", "atSign": "Na znaku", "autoDayCap": "AUTOMATYCZNIE DZIEŃ", + "automaticallyTurnBackOnOff": " Automatycznie przywrócono {status} w {time}.", + "automaticallyTurningBackOnOff": "Automatycznie przywrócono {device} w {status}.", "autoNightCap": "AUTO-NOC", "autoOffAnyOnlineCap": "WYŁĄCZ-WSZYSTKIE-ONLINE", "autoOffCap": "AUTOMATYCZNE-WYŁĄCZENIE", @@ -35,8 +38,6 @@ "autoOnCap": "AUTOMATYCZNE-WŁĄCZENIE", "autoOnProximityCap": "AUOTMATYCZNE-WŁĄCZENIE-DYSTANSOWE", "autoSettingCap": "USTAWIENIA AUTOMATYCZNE: ", - "automaticallyTurnBackOnOff": " Automatycznie przywrócono {status} w {time}.", - "automaticallyTurningBackOnOff": "Automatycznie przywrócono {device} w {status}.", "autoturret": "Działko Automatyczne", "badGateway": "Błędna brama: {error}", "banditCamp": "Obóz Bandytów", @@ -69,6 +70,7 @@ "cargoLeavingMapAt": "Statek towarowy opuszcza mapę na {location}.", "cargoLocatedAt": "Statek towarowy znajduje się w {location}.", "cargoNotCurrentlyOnMap": "Statek towarowy nie jest obecnie na mapie.", + "cargoship": "Cargoship", "cargoShipDetectedSetting": "W przypadku wykrycia statku towarowego, wyślij powiadomienie.", "cargoShipDockingAtHarbor": "Cargo ship just docked at the Harbor at {location}", "cargoShipDockingAtHarborSetting": "When Cargo Ship is docked at a harbor, send a notification.", @@ -79,7 +81,6 @@ "cargoShipLeftMap": "Cargo Ship just left the map at {location}.", "cargoShipLeftSetting": "When Cargo Ship left the map, send a notification.", "cargoShipLocated": "Cargo Ship is located at {location}.", - "cargoship": "Cargoship", "ceilingLight": "Światło sufitowe", "channelNameActivity": "aktywność", "channelNameAlarms": "alarmy", @@ -89,8 +90,8 @@ "channelNameServers": "serwery", "channelNameSettings": "ustawienia", "channelNameStorageMonitors": "storageMonitors", - "channelNameSwitchGroups": "Grupy przełączników", "channelNameSwitches": "przełączniki", + "channelNameSwitchGroups": "Grupy przełączników", "channelNameTeamchat": "czat drużynowy", "channelNameTrackers": "trackers", "chinook47": "Chinook 47", @@ -108,66 +109,6 @@ "commandCap": "KOMENDY", "commandDelaySetting": "Powinien być opóźnienie polecenia? Jak długo?", "commandNotPossibleDiscord": "Polecenie nie jest możliwe przez DISCORD", - "commandSyntaxAdd": "dodaj", - "commandSyntaxAfk": "afk", - "commandSyntaxAlive": "alive", - "commandSyntaxArmored": "opancerzony", - "commandSyntaxCargo": "cargo", - "commandSyntaxChinook": "chinook", - "commandSyntaxConnection": "połączenie", - "commandSyntaxConnections": "połączenia", - "commandSyntaxCraft": "stwórz", - "commandSyntaxDeath": "death", - "commandSyntaxDeaths": "deaths", - "commandSyntaxDecay": "decay", - "commandSyntaxDespawn": "despawn", - "commandSyntaxEvents": "wydarzenia", - "commandSyntaxHeli": "heli", - "commandSyntaxLanguage": "język", - "commandSyntaxLarge": "large", - "commandSyntaxLeader": "leader", - "commandSyntaxList": "list", - "commandSyntaxMarker": "marker", - "commandSyntaxMarkers": "markers", - "commandSyntaxMarket": "market", - "commandSyntaxMetal": "metal", - "commandSyntaxMute": "wycisz", - "commandSyntaxNote": "note", - "commandSyntaxNotes": "notes", - "commandSyntaxOff": "wyłączony", - "commandSyntaxOffline": "w trybie offline", - "commandSyntaxOn": "włączony", - "commandSyntaxOnline": "online", - "commandSyntaxPlayer": "gracz", - "commandSyntaxPlayers": "Gracze", - "commandSyntaxPop": "pop", - "commandSyntaxProx": "prox", - "commandSyntaxRecycle": "recycle", - "commandSyntaxRemove": "usuń", - "commandSyntaxResearch": "badanie", - "commandSyntaxSearch": "wyszukaj", - "commandSyntaxSend": "wyślij", - "commandSyntaxSmall": "mały", - "commandSyntaxStack": "stack", - "commandSyntaxStatus": "status", - "commandSyntaxSteamid": "steamid", - "commandSyntaxStone": "kamień", - "commandSyntaxSubscribe": "sub", - "commandSyntaxTTS": "tts", - "commandSyntaxTeam": "drużyna", - "commandSyntaxTime": "czas", - "commandSyntaxTimer": "timer", - "commandSyntaxTimers": "timers", - "commandSyntaxTranslateFromTo": "trf", - "commandSyntaxTranslateTo": "tr", - "commandSyntaxTravelingVendor": "vendor", - "commandSyntaxTwig": "patyki", - "commandSyntaxUnmute": "wyłącz wyciszenie", - "commandSyntaxUnsubscribe": "unsub", - "commandSyntaxUpkeep": "Utrzymanie", - "commandSyntaxUptime": "utrzymanie", - "commandSyntaxWipe": "wipe", - "commandSyntaxWood": "drewno", "commandsAlarmDesc": "Operacje na inteligentnych alarmach.", "commandsAlarmEditDesc": "Edit the properties of a Smart Alarm.", "commandsAlarmEditIdDesc": "The ID of the Smart Alarm.", @@ -263,6 +204,68 @@ "commandsVoiceMale": "Male", "commandsVoiceMaleDescription": "Sets the voiceactor gender to Male", "commandsVoiceNotInVoice": "You are not in a voicechannel", + "commandSyntaxAdd": "dodaj", + "commandSyntaxAfk": "afk", + "commandSyntaxAlive": "alive", + "commandSyntaxArmored": "opancerzony", + "commandSyntaxCargo": "cargo", + "commandSyntaxChinook": "chinook", + "commandSyntaxConnection": "połączenie", + "commandSyntaxConnections": "połączenia", + "commandSyntaxCraft": "stwórz", + "commandSyntaxDeath": "death", + "commandSyntaxDeaths": "deaths", + "commandSyntaxDecay": "decay", + "commandSyntaxDeepSea": "deepsea", + "commandSyntaxDespawn": "despawn", + "commandSyntaxEvents": "wydarzenia", + "commandSyntaxHeli": "heli", + "commandSyntaxLanguage": "język", + "commandSyntaxLarge": "large", + "commandSyntaxLeader": "leader", + "commandSyntaxList": "list", + "commandSyntaxMarker": "marker", + "commandSyntaxMarkers": "markers", + "commandSyntaxMarket": "market", + "commandSyntaxMetal": "metal", + "commandSyntaxMute": "wycisz", + "commandSyntaxNext": "następny", + "commandSyntaxNote": "note", + "commandSyntaxNotes": "notes", + "commandSyntaxOff": "wyłączony", + "commandSyntaxOffline": "w trybie offline", + "commandSyntaxOn": "włączony", + "commandSyntaxOnline": "online", + "commandSyntaxPlayer": "gracz", + "commandSyntaxPlayers": "Gracze", + "commandSyntaxPop": "pop", + "commandSyntaxProx": "prox", + "commandSyntaxRecycle": "recycle", + "commandSyntaxRemove": "usuń", + "commandSyntaxResearch": "badanie", + "commandSyntaxSearch": "wyszukaj", + "commandSyntaxSend": "wyślij", + "commandSyntaxSmall": "mały", + "commandSyntaxStack": "stack", + "commandSyntaxStatus": "status", + "commandSyntaxSteamid": "steamid", + "commandSyntaxStone": "kamień", + "commandSyntaxSubscribe": "sub", + "commandSyntaxTeam": "drużyna", + "commandSyntaxTime": "czas", + "commandSyntaxTimer": "timer", + "commandSyntaxTimers": "timers", + "commandSyntaxTranslateFromTo": "trf", + "commandSyntaxTranslateTo": "tr", + "commandSyntaxTravelingVendor": "vendor", + "commandSyntaxTTS": "tts", + "commandSyntaxTwig": "patyki", + "commandSyntaxUnmute": "wyłącz wyciszenie", + "commandSyntaxUnsubscribe": "unsub", + "commandSyntaxUpkeep": "Utrzymanie", + "commandSyntaxUptime": "utrzymanie", + "commandSyntaxWipe": "wipe", + "commandSyntaxWood": "drewno", "connect": "Connect", "connectCap": "CONNECT", "connected": "Connected", @@ -329,14 +332,26 @@ "customCommand": "Custom Command", "customTimerEditCargoShipEgressLabel": "Cargoship egress time (seconds):", "customTimerEditCrateOilRigUnlockLabel": "OilRig Locked Crate unlock time (seconds):", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "Maksymalny czas odrodzenia Deep Sea (w sekundach):", + "customTimerEditDeepSeaMinWipeCooldownLabel": "Minimalny czas odrodzenia Deep Sea (w sekundach):", + "customTimerEditDeepSeaWipeDurationLabel": "Czas trwania Deep Sea (w sekundach):", "customTimerEditDesc": "Editing of Custom Timers", "customTimersCap": "CUSTOM TIMERS", "dash": "Dash", "dayOfWipe": "Day {day}", "deathCap": "DEATH", "decay": "Decay", - "decayTimeForItem": "Decay time for {item} is {time}.", "decayingCap": "DECAYING", + "decayTimeForItem": "Decay time for {item} is {time}.", + "deepSea": "Głębokie morze", + "deepSeaCanRespawnNow": "Ostatnie Deep Sea miało miejsce {time} temu. Deep Sea może pojawić się ponownie teraz i pojawi się najpóźniej w ciągu {respawnMax}.", + "deepSeaDetected": "Na mapie wykryto Deep Sea!", + "deepSeaDetectedSetting": "Po wykryciu Deep Sea wyślij powiadomienie.", + "deepSeaLeftMap": "Mapa lewej części głębin morskich", + "deepSeaLeftMapSetting": "Gdy Deep Sea opuści mapę, wyślij powiadomienie.", + "DeepSeaMaxWipeCooldownTime": "Maksymalny czas odnowienia Deep Sea wynosi {time}.", + "DeepSeaMinWipeCooldownTime": "Minimalny czas odnowienia Deep Sea wynosi {time}.", + "deepSeaNotCurrentlyOnMap": "Deep Sea nie jest obecnie aktywne.", "deleteUnreachableDevicesCap": "DELETE UNREACHABLE DEVICES", "despawnTime": "Despawn Time", "despawnTimeOfItem": "Despawn time of {item} is {time}.", @@ -381,6 +396,9 @@ "ferryTerminal": "Ferry Terminal", "fishingVillage": "Wioska rybacka", "five": "Pięć", + "foundItemInVendingMachine": "{quantity}{item} dla {priceAmount}{price} | {stock}x W magazynie @ {location}", + "foundOrdersSummary": "Znaleziono {foundOrders} zamówień z automatu. Wyświetlanie strony {currentPage} z {totalPages}. Użyj {nextCommand}, aby przejść do następnej strony.", + "foundOrdersSummaryNoNext": "Znaleziono {foundOrders} zamówień z automatu.", "four": "Cztery", "giantExcavatorPit": "Giant Excavator Pit", "greaterThanSign": "Greater-than Sign", @@ -403,14 +421,14 @@ "ignoreSetAvatar": "Ignored setAvatar", "ignoreSetNickname": "Ignored setNickname", "ignoreSetUsername": "Ignored setUsername", + "index": "Index", + "infoCap": "INFO", "inGameBotMessagesMuted": "In-Game bot messages muted.", "inGameBotMessagesUnmuted": "In-Game bot messages unmuted.", "inGameCap": "IN-GAME", "inGameEventInfo": "In-game event information", "inGameTeamNotificationsSetting": "In-Game teammate notifications.", "inGameTime": "In-Game time: {time}.", - "index": "Index", - "infoCap": "INFO", "inside": "Inside", "interactionEditReplyFailed": "Interaction edit reply failed: {error}", "interactionInvalidChannel": "Interaction from an invalid channel.", @@ -453,11 +471,11 @@ "lockedCrateSmallOilRigUnlocked": "Locked Crate at Small Oil Rig at {location} has been unlocked.", "logDiscordCommand": "Discord Command - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", "logDiscordMessage": "Discord Message - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", + "loggedInAs": "LOGGED IN AS: {name}", "logInGameCommand": "{type} - Command: {command}, User: {user}.", "logInGameMessage": "Message: {message}, User: {user}", "logSmartSwitchGroupValueChange": "Smart Switch Group - Value: {value}.", "logSmartSwitchValueChange": "Smart Switch - Value: {value}.", - "loggedInAs": "LOGGED IN AS: {name}", "makeSureApplicationsCommandsEnabled": "Make sure applications.commands is checked when creating the invite URL.", "map": "Map", "mapSalt": "Map Salt", @@ -488,8 +506,8 @@ "name": "Name", "nameChangeHistory": "Name Change History", "new": "New", - "newVendingMachine": "New Vending Machine located at {location}.", "newsCap": "NEWS", + "newVendingMachine": "New Vending Machine located at {location}.", "noActiveTimers": "No active timers.", "noCommandDelay": "No command delay.", "noCommunicationSmartSwitch": "Could not communicate with Smart Switch: {name}", @@ -500,7 +518,9 @@ "noItemFound": "Item could not be found in any Vending Machines...", "noItemWithIdFound": "No item with id {id} could be found.", "noItemWithNameFound": "No item with name {name} could be found.", + "noMorePages": "Nie ma więcej stron.", "noNameIdGiven": "No 'name' or 'id' was given.", + "none": "None", "noOneIsAfk": "No one is AFK.", "noOneIsOffline": "No one is offline.", "noOneIsOnline": "No one is online.", @@ -510,24 +530,23 @@ "noRegisteredDeathEventsUser": "No registered death events for {user}.", "noRegisteredEvents": "No registered events yet.", "noRegisteredMarkers": "No registered markers.", - "noSavedNotes": "There are no saved notes.", - "noToolCupboardWereFound": "No Tool Cupboard monitors were found.", - "none": "None", "northEast": "North East", "northOfGrid": "North of grid", "northWest": "North West", - "notAValidOrderType": "{order} is not a valid order type.", + "noSavedNotes": "There are no saved notes.", "notActive": "Not active.", + "notAValidOrderType": "{order} is not a valid order type.", "notConnectedToRustServer": "Not currently connected to a rust server.", - "notExistInSubscription": "Item {name} does not exist in subscription list.", - "notFoundCap": "NOT FOUND", - "notPartOfRole": "You are not part of the {role} role, therefore you can't run bot commands.", - "notShowingCap": "NOT SHOWING", "noteCap": "NOTE", "noteIdDoesNotExist": "Note ID: {id} does not exist.", "noteIdInvalid": "Note ID is invalid.", "noteIdWasRemoved": "Note ID: {id} was removed.", "noteSaved": "Note saved.", + "notExistInSubscription": "Item {name} does not exist in subscription list.", + "notFoundCap": "NOT FOUND", + "noToolCupboardWereFound": "No Tool Cupboard monitors were found.", + "notPartOfRole": "You are not part of the {role} role, therefore you can't run bot commands.", + "notShowingCap": "NOT SHOWING", "offCap": "OFF", "offline": "Offline", "offlineTime": "Offline time", @@ -585,9 +604,9 @@ "recycleCap": "RECYCLE", "recycler": "Recycler", "remain": "left", + "removedSubscribeItem": "Item {name} have been removed from subscription.", "removePlayerCap": "REMOVE PLAYER", "removeSwitchCap": "REMOVE SWITCH", - "removedSubscribeItem": "Item {name} have been removed from subscription.", "research": "Research", "researchTable": "Stół do badań", "resetSuccess": "Successfully reset Discord.", @@ -642,8 +661,8 @@ "six": "Six", "slash": "Slash", "slashCommandInteraction": "Slash Command Interaction - Guild: {guild}, Channel: {channel}, User: {user}, Command: {command}, VerifyId: {id}.", - "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slashCommandsSuccessRegister": "Successfully registered application commands for guild: {guildId}.", + "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slots": "Slots", "smallOilRig": "Small Oil Rig", "smartAlarm": "Smart Alarm", @@ -697,11 +716,18 @@ "timeBeforeCrateAtLargeOilRigUnlocks": "{time} before Locked Crate at Large Oil Rig ({location}) unlocks.", "timeBeforeCrateAtSmallOilRigUnlocks": "{time} before Locked Crate at Small Oil Rig ({location}) unlocks.", "timeCap": "TIME", + "timeDeepSeaIsActiveFor": "Deep Sea jest aktywne i zostanie zamknięte za około {time}.", "timeFormatInvalid": "Time format invalid.", "timeLeftTimer": "{id}: Time left: {time}, Message: {message}", + "timer": "Timer: {message}.", + "timerIdDoesNotExist": "Timer ID: {id} does not exist.", + "timerIdInvalid": "Timer ID is invalid.", + "timerRemoved": "Timer ID: {id} was removed.", + "timerSet": "Licznik ustawiony dla {time}.", "timeSinceAlarmWasTriggered": "The alarm {alarm} was triggered {time} ago.", "timeSinceCargoLeft": "{time} since Cargo Ship left the map.", "timeSinceChinook47OnMap": "{time} since the last Chinook 47 was on the map.", + "timeSinceDeepSeaWasOnMap": "Ostatnie Deep Sea miało miejsce {time} temu. Powinno pojawić się ponownie za około {respawnMin}-{respawnMax}.", "timeSinceHeavyScientistsOnLarge": "{time} since Heavy Scientists last got called to Large Oil Rig.", "timeSinceHeavyScientistsOnSmall": "{time} since Heavy Scientists last got called to Small Oil Rig.", "timeSinceLast": "{time} since last.", @@ -716,11 +742,6 @@ "timeTillNightfall": "{time} before nightfall.", "timeTillStructureDecay": "{time} before {type} wall decay.", "timeUntilUnlocksAt": "{time} until unlocks at {location}.", - "timer": "Timer: {message}.", - "timerIdDoesNotExist": "Timer ID: {id} does not exist.", - "timerIdInvalid": "Timer ID is invalid.", - "timerRemoved": "Timer ID: {id} was removed.", - "timerSet": "Licznik ustawiony dla {time}.", "tokensDidNotReplenish": "Tokens did not replenish in time.", "toolCupboard": "Szafa z narzędziami (TC)", "total": "Total", @@ -733,15 +754,15 @@ "travelingVendorDetectedSetting": "When the Traveling Vendor is detected, send a notification.", "travelingVendorHaltedAt": "The Traveling Vendor stopped at {location}.", "travelingVendorHaltedSetting": "When the Traveling Vendor stops moving, send a notification.", + "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorLeftSetting": "When the Traveling Vendor left the map, send a notification.", "travelingVendorLocatedAt": "The Traveling Vendor is located at {location}.", - "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorNotCurrentlyOnMap": "The Traveling Vendor is not currently on the map.", "travelingVendorResumedAt": "The Traveling Vendor resumed moving at {location}.", "travelingVendorSpawnedAt": "The Traveling Vendor spawned at {location}.", + "turningGroupOnOff": "Przełączanie grupy {group} {status}.", "turnOffCap": "WYŁĄCZ", "turnOnCap": "WŁĄCZ", - "turningGroupOnOff": "Przełączanie grupy {group} {status}.", "two": "Dwa", "type": "Rodzaj", "unavailable": "Unavailable", @@ -787,4 +808,4 @@ "yield": "Plon", "youAreAlreadyLeader": "You are already leader.", "youAreNotPairedWithServer": "Leader command does not work because you're not paired with the server." -} \ No newline at end of file +} diff --git a/src/languages/pt.json b/src/languages/pt.json index 3598ffff..86dd3ed0 100644 --- a/src/languages/pt.json +++ b/src/languages/pt.json @@ -3,6 +3,7 @@ "abandonedCabins": "Cabines Abandonadas", "abandonedMilitaryBase": "Base Militar Abandonada", "abandonedSupermarket": "Supermercado Abandonado", + "activeFor": "Ativo por\n{time}.", "addPlayerCap": "Adicionar Jogador", "addSwitchCap": "Adicionar Interruptor", "afkCap": "AFK", @@ -10,10 +11,10 @@ "alarmHaveNotBeenTriggeredYet": "O alarme {alarm} ainda não foi acionado.", "alias": "Alias", "aliasAlreadyExist": "O alias já existe.", + "aliases": "Aliases", "aliasIndexCouldNotBeFound": "Índice de alias não pôde ser encontrado.", "aliasWasAdded": "O alias foi adicionado.", "aliasWasRemoved": "O alias foi removido.", - "aliases": "Aliases", "all": "todas", "allTeammatesAreDead": "Todos os seus colegas de equipa estão mortos.", "alreadySubscribedToItem": "Já subscrito ao item {name}.", @@ -27,6 +28,8 @@ "atLocation": "Em {location}.", "atSign": "Ao Sinal", "autoDayCap": "AUTO-DIA", + "automaticallyTurnBackOnOff": " Automaticamente voltar a {status} em {time}.", + "automaticallyTurningBackOnOff": "Voltar {device} automaticamente para {status}.", "autoNightCap": "AUTO-NOITE", "autoOffAnyOnlineCap": "AUTO-DESLIGAR-ONLINE", "autoOffCap": "AUTO-DESLIGAR", @@ -35,8 +38,6 @@ "autoOnCap": "AUTO-LIGAR", "autoOnProximityCap": "AUTO-LIGAR-PROXIMIDADE", "autoSettingCap": "DEFINIÇÕES AUTOMATICAS: ", - "automaticallyTurnBackOnOff": " Automaticamente voltar a {status} em {time}.", - "automaticallyTurningBackOnOff": "Voltar {device} automaticamente para {status}.", "autoturret": "Torreta Automática", "badGateway": "Gateway inválido: {error}", "banditCamp": "Acampamento de Bandidos", @@ -69,6 +70,7 @@ "cargoLeavingMapAt": "O Navio de Carga vai sair do mapa em {location}.", "cargoLocatedAt": "O Navio de Carga está em {location}.", "cargoNotCurrentlyOnMap": "O Navio de Carga não está no mapa.", + "cargoship": "Navio de Carga", "cargoShipDetectedSetting": "Quando o Navio de Carga for detetado, envia uma notificação.", "cargoShipDockingAtHarbor": "O Navio de Carga acabou de ancorar no Cais em {location}", "cargoShipDockingAtHarborSetting": "Quando o Navio de Carga estiver ancorado no Cais, envia uma notificação.", @@ -79,7 +81,6 @@ "cargoShipLeftMap": "O Navio de Carga saiu do mapa em {location}.", "cargoShipLeftSetting": "Quando o Navio de Carga sair do mapa, envia uma notificação.", "cargoShipLocated": "O Navio de Carga está em {location}.", - "cargoship": "Navio de Carga", "ceilingLight": "Luz de Teto", "channelNameActivity": "atividade", "channelNameAlarms": "alarmes", @@ -89,8 +90,8 @@ "channelNameServers": "servidores", "channelNameSettings": "definições", "channelNameStorageMonitors": "monitoresArmazenamento", - "channelNameSwitchGroups": "gruposInterruptores", "channelNameSwitches": "interruptores", + "channelNameSwitchGroups": "gruposInterruptores", "channelNameTeamchat": "ChatDeEquipa", "channelNameTrackers": "rastreadores", "chinook47": "Chinook 47", @@ -108,66 +109,6 @@ "commandCap": "COMANDO", "commandDelaySetting": "Deverá haver um atraso no comando? Quanto tempo?", "commandNotPossibleDiscord": "Comando não é possível através do Discord.", - "commandSyntaxAdd": "adicionar", - "commandSyntaxAfk": "afk", - "commandSyntaxAlive": "vivo", - "commandSyntaxArmored": "blindado", - "commandSyntaxCargo": "cargo", - "commandSyntaxChinook": "chinook", - "commandSyntaxConnection": "conexão", - "commandSyntaxConnections": "conexões", - "commandSyntaxCraft": "criar", - "commandSyntaxDeath": "morte", - "commandSyntaxDeaths": "mortes", - "commandSyntaxDecay": "decay", - "commandSyntaxDespawn": "despawn", - "commandSyntaxEvents": "eventos", - "commandSyntaxHeli": "heli", - "commandSyntaxLanguage": "idioma", - "commandSyntaxLarge": "grande", - "commandSyntaxLeader": "líder", - "commandSyntaxList": "lista", - "commandSyntaxMarker": "marcador", - "commandSyntaxMarkers": "marcadores", - "commandSyntaxMarket": "mercado", - "commandSyntaxMetal": "metal", - "commandSyntaxMute": "silenciar", - "commandSyntaxNote": "nota", - "commandSyntaxNotes": "notas", - "commandSyntaxOff": "desligado", - "commandSyntaxOffline": "offline", - "commandSyntaxOn": "ligado", - "commandSyntaxOnline": "online", - "commandSyntaxPlayer": "jogador", - "commandSyntaxPlayers": "jogadores", - "commandSyntaxPop": "pop", - "commandSyntaxProx": "prox", - "commandSyntaxRecycle": "reciclar", - "commandSyntaxRemove": "remover", - "commandSyntaxResearch": "pesquisa", - "commandSyntaxSearch": "pesquisar", - "commandSyntaxSend": "enviar", - "commandSyntaxSmall": "pequeno", - "commandSyntaxStack": "pilha", - "commandSyntaxStatus": "estado", - "commandSyntaxSteamid": "steamid", - "commandSyntaxStone": "pedra", - "commandSyntaxSubscribe": "sub", - "commandSyntaxTTS": "tts", - "commandSyntaxTeam": "equipa", - "commandSyntaxTime": "hora", - "commandSyntaxTimer": "timer", - "commandSyntaxTimers": "timers", - "commandSyntaxTranslateFromTo": "trf", - "commandSyntaxTranslateTo": "tr", - "commandSyntaxTravelingVendor": "vendedor", - "commandSyntaxTwig": "twig", - "commandSyntaxUnmute": "unmute", - "commandSyntaxUnsubscribe": "unsub", - "commandSyntaxUpkeep": "upkeep", - "commandSyntaxUptime": "uptime", - "commandSyntaxWipe": "wipe", - "commandSyntaxWood": "wood", "commandsAlarmDesc": "Operações nos Alarmes Inteligentes.", "commandsAlarmEditDesc": "Editar as propriedades de um Alarme Inteligente.", "commandsAlarmEditIdDesc": "O ID do Alarme Inteligente.", @@ -263,6 +204,68 @@ "commandsVoiceMale": "Masculino", "commandsVoiceMaleDescription": "Definir o gênero do ator para Masculino", "commandsVoiceNotInVoice": "Você não está num canal de voz", + "commandSyntaxAdd": "adicionar", + "commandSyntaxAfk": "afk", + "commandSyntaxAlive": "vivo", + "commandSyntaxArmored": "blindado", + "commandSyntaxCargo": "cargo", + "commandSyntaxChinook": "chinook", + "commandSyntaxConnection": "conexão", + "commandSyntaxConnections": "conexões", + "commandSyntaxCraft": "criar", + "commandSyntaxDeath": "morte", + "commandSyntaxDeaths": "mortes", + "commandSyntaxDecay": "decay", + "commandSyntaxDeepSea": "deepsea", + "commandSyntaxDespawn": "despawn", + "commandSyntaxEvents": "eventos", + "commandSyntaxHeli": "heli", + "commandSyntaxLanguage": "idioma", + "commandSyntaxLarge": "grande", + "commandSyntaxLeader": "líder", + "commandSyntaxList": "lista", + "commandSyntaxMarker": "marcador", + "commandSyntaxMarkers": "marcadores", + "commandSyntaxMarket": "mercado", + "commandSyntaxMetal": "metal", + "commandSyntaxMute": "silenciar", + "commandSyntaxNext": "próximo", + "commandSyntaxNote": "nota", + "commandSyntaxNotes": "notas", + "commandSyntaxOff": "desligado", + "commandSyntaxOffline": "offline", + "commandSyntaxOn": "ligado", + "commandSyntaxOnline": "online", + "commandSyntaxPlayer": "jogador", + "commandSyntaxPlayers": "jogadores", + "commandSyntaxPop": "pop", + "commandSyntaxProx": "prox", + "commandSyntaxRecycle": "reciclar", + "commandSyntaxRemove": "remover", + "commandSyntaxResearch": "pesquisa", + "commandSyntaxSearch": "pesquisar", + "commandSyntaxSend": "enviar", + "commandSyntaxSmall": "pequeno", + "commandSyntaxStack": "pilha", + "commandSyntaxStatus": "estado", + "commandSyntaxSteamid": "steamid", + "commandSyntaxStone": "pedra", + "commandSyntaxSubscribe": "sub", + "commandSyntaxTeam": "equipa", + "commandSyntaxTime": "hora", + "commandSyntaxTimer": "timer", + "commandSyntaxTimers": "timers", + "commandSyntaxTranslateFromTo": "trf", + "commandSyntaxTranslateTo": "tr", + "commandSyntaxTravelingVendor": "vendedor", + "commandSyntaxTTS": "tts", + "commandSyntaxTwig": "twig", + "commandSyntaxUnmute": "unmute", + "commandSyntaxUnsubscribe": "unsub", + "commandSyntaxUpkeep": "upkeep", + "commandSyntaxUptime": "uptime", + "commandSyntaxWipe": "wipe", + "commandSyntaxWood": "wood", "connect": "Conectar", "connectCap": "CONECTAR", "connected": "Conectado", @@ -329,14 +332,26 @@ "customCommand": "Comando Personalizado", "customTimerEditCargoShipEgressLabel": "Tempo de saída do Navio de Carga (segundos):", "customTimerEditCrateOilRigUnlockLabel": "Tempo de desbloqueio Caixa da Oil (segundo):", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "Tempo máximo de respawn no Deep Sea (segundos):", + "customTimerEditDeepSeaMinWipeCooldownLabel": "Tempo mínimo de respawn no Deep Sea (segundos):", + "customTimerEditDeepSeaWipeDurationLabel": "Tempo de duração do Deep Sea (segundos):", "customTimerEditDesc": "A editar os temporizadores personalizados", "customTimersCap": "TEMPORIZADORES PERSONALIZADOS", "dash": "Traço", "dayOfWipe": "Dia {day}", "deathCap": "MORTE", "decay": "Decomposição", - "decayTimeForItem": "Tempo de decomposição de {item} é {time}.", "decayingCap": "DECOMPONDO", + "decayTimeForItem": "Tempo de decomposição de {item} é {time}.", + "deepSea": "Deep Sea", + "deepSeaCanRespawnNow": "O último Deep Sea foi há {time}. O Deep Sea pode reaparecer agora e reaparecerá dentro de {respawnMax}, no máximo.", + "deepSeaDetected": "Deep Sea detectado no mapa!", + "deepSeaDetectedSetting": "Quando o Deep Sea for detectado, envie uma notificação.", + "deepSeaLeftMap": "Mapa do fundo do mar esquerdo", + "deepSeaLeftMapSetting": "Quando Deep Sea sair do mapa, envie uma notificação.", + "DeepSeaMaxWipeCooldownTime": "O tempo máximo de recarga do Deep Sea é {time}.", + "DeepSeaMinWipeCooldownTime": "O tempo mínimo de recarga do Deep Sea é {time}.", + "deepSeaNotCurrentlyOnMap": "O Deep Sea não está ativo no momento.", "deleteUnreachableDevicesCap": "REMOVER DISPOSITIVOS NÃO ACESSÍVEIS", "despawnTime": "Tempo para desaparecer", "despawnTimeOfItem": "O tempo para desaparecer {item} é {time}.", @@ -381,6 +396,9 @@ "ferryTerminal": "Terminal de Ferry", "fishingVillage": "Vila de Pesca", "five": "Cinco", + "foundItemInVendingMachine": "{quantity}{item} para {priceAmount}{price} | {stock}x Em estoque @ {location}", + "foundOrdersSummary": "Encontrados {foundOrders} pedidos da máquina de venda automática. Exibindo a página {currentPage} de {totalPages}. Use {nextCommand} para ver a próxima página.", + "foundOrdersSummaryNoNext": "Encontrados pedidos da máquina de venda automática {foundOrders}.", "four": "Quatro", "giantExcavatorPit": "Tubo de escavador Gigante", "greaterThanSign": "Sinal de maior que", @@ -403,14 +421,14 @@ "ignoreSetAvatar": "setAvatar Ignorado", "ignoreSetNickname": "setNickname Ignorado", "ignoreSetUsername": "setUsername Ignorado", + "index": "Índice", + "infoCap": "INFO", "inGameBotMessagesMuted": "Mensagens do bot silenciadas no jogo.", "inGameBotMessagesUnmuted": "Mensagens do bot deixaram de ser silenciadas no jogo.", "inGameCap": "IN-GAME", "inGameEventInfo": "Informação do evento no jogo", "inGameTeamNotificationsSetting": "Notificações de companheiros no jogo.", "inGameTime": "Horas do jogo: {time}.", - "index": "Índice", - "infoCap": "INFO", "inside": "Dentro", "interactionEditReplyFailed": "Falha na resposta à edição da interação: {error}", "interactionInvalidChannel": "Interação de um canal inválido.", @@ -453,11 +471,11 @@ "lockedCrateSmallOilRigUnlocked": "A caixa bloqueada da Plataforma de Petróleo em {location} foi desbloqueada.", "logDiscordCommand": "Comando do Discord - Guilda: {guild}, Canal: {channel}, Utilizador: {user}, Mensagem: {message}.", "logDiscordMessage": "Mensagem do Discord - Guilda: {guild}, Canal: {channel}, Utilizador: {user}, Mensagem: {message}.", + "loggedInAs": "CONECTADO COMO: {name}", "logInGameCommand": "{type} - Comando: {command}, Utilizador: {user}.", "logInGameMessage": "Mensagem: {message}, Utilizador: {user}", "logSmartSwitchGroupValueChange": "Grupo de Interruptores Inteligentes - Valor: {value}.", "logSmartSwitchValueChange": "Interruptor Inteligente - Valor: {value}.", - "loggedInAs": "CONECTADO COMO: {name}", "makeSureApplicationsCommandsEnabled": "Certifique-se de que o applications.commands está marcado ao criar o URL de convite.", "map": "Mapa", "mapSalt": "Sal do Mapa", @@ -488,8 +506,8 @@ "name": "Nome", "nameChangeHistory": "Histórico de alterações de nome", "new": "Novo", - "newVendingMachine": "Nova Máquina de Venda, localizada em {location}.", "newsCap": "Novidades", + "newVendingMachine": "Nova Máquina de Venda, localizada em {location}.", "noActiveTimers": "Sem temporizadores ativos.", "noCommandDelay": "Sem atraso de comando.", "noCommunicationSmartSwitch": "Não foi possível comunicar com o Interruptor Inteligente: {name}", @@ -500,7 +518,9 @@ "noItemFound": "O item não foi encontrado em nenhuma Máquina de Venda...", "noItemWithIdFound": "Nenhum item com o id {id} foi encontrado.", "noItemWithNameFound": "Nenhum item com o nome {name} foi encontrado.", + "noMorePages": "Não há mais páginas.", "noNameIdGiven": "Nenhum 'nome' ou 'id' foi fornecido.", + "none": "Nenhum", "noOneIsAfk": "Não está ninguém AFK.", "noOneIsOffline": "Não está ninguém desconectado.", "noOneIsOnline": "Não está ninguém conectado.", @@ -510,24 +530,23 @@ "noRegisteredDeathEventsUser": "Não há eventos de morte registados ainda para {user}.", "noRegisteredEvents": "Não há eventos registados ainda.", "noRegisteredMarkers": "Não há marcadores registados.", - "noSavedNotes": "Não há notas guardadas.", - "noToolCupboardWereFound": "Nenhum monitor de Armário de Ferramentas foi encontrado.", - "none": "Nenhum", "northEast": "Nordeste", "northOfGrid": "Norte da grelha", "northWest": "Noroeste", - "notAValidOrderType": "{order} não é um tipo de pedido válido.", + "noSavedNotes": "Não há notas guardadas.", "notActive": "Não activo.", + "notAValidOrderType": "{order} não é um tipo de pedido válido.", "notConnectedToRustServer": "Não está conectado a um servidor rust no momento.", - "notExistInSubscription": "O item {name} não existe na lista de subscrição.", - "notFoundCap": "NÃO ENCONTRADO", - "notPartOfRole": "Você não faz parte do cargo {role}, portanto não pode executar comandos do bot.", - "notShowingCap": "NÃO MOSTRAR", "noteCap": "NOTA", "noteIdDoesNotExist": "ID da Nota: {id} não existe.", "noteIdInvalid": "O ID da nota é inválido.", "noteIdWasRemoved": "ID da Nota: {id} foi removido.", "noteSaved": "Nota gravada.", + "notExistInSubscription": "O item {name} não existe na lista de subscrição.", + "notFoundCap": "NÃO ENCONTRADO", + "noToolCupboardWereFound": "Nenhum monitor de Armário de Ferramentas foi encontrado.", + "notPartOfRole": "Você não faz parte do cargo {role}, portanto não pode executar comandos do bot.", + "notShowingCap": "NÃO MOSTRAR", "offCap": "DESLIGADO", "offline": "Desconectado", "offlineTime": "Tempo desconectado", @@ -585,9 +604,9 @@ "recycleCap": "RECICLAR", "recycler": "Reciclador", "remain": "restantes", + "removedSubscribeItem": "O item {name} foi removido da subscrição.", "removePlayerCap": "REMOVER JOGADOR", "removeSwitchCap": "REMOVER INTERRUPTOR", - "removedSubscribeItem": "O item {name} foi removido da subscrição.", "research": "Pesquisar", "researchTable": "Mesa de Pesquisa", "resetSuccess": "Discord reposto com sucesso.", @@ -642,8 +661,8 @@ "six": "Seis", "slash": "Barra", "slashCommandInteraction": "Slash Command Interaction - Guild: {guild}, Channel: {channel}, User: {user}, Command: {command}, VerifyId: {id}.", - "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slashCommandsSuccessRegister": "Comandos de aplicação registados com sucesso para a guilda: {guildId}.", + "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slots": "Vagas", "smallOilRig": "Plataforma de Petróleo", "smartAlarm": "Alarme Inteligente", @@ -697,11 +716,18 @@ "timeBeforeCrateAtLargeOilRigUnlocks": "{time} até a Caixa Bloqueada na Plataforma de Petróleo Grande ({location}) desbloquear.", "timeBeforeCrateAtSmallOilRigUnlocks": "{time} até a Caixa Bloqueada na Plataforma de Petróleo ({location}) desbloquear.", "timeCap": "HORA", + "timeDeepSeaIsActiveFor": "O Deep Sea está ativo e será encerrado em aproximadamente {time}.", "timeFormatInvalid": "Formato de hora inválido.", "timeLeftTimer": "{id}: Tempo restante: {time}, Mensagem: {message}", + "timer": "Temporizador: {message}.", + "timerIdDoesNotExist": "ID do Temporizador: {id} não existe.", + "timerIdInvalid": "O ID doTemporizador é inválido.", + "timerRemoved": "ID do Temporizador: {id} foi removido.", + "timerSet": "Temporizador definido para {time}.", "timeSinceAlarmWasTriggered": "O alarme {alarm} foi disparado há {time}.", "timeSinceCargoLeft": "{time} desde quando o Navio de Carga saiu do mapa.", "timeSinceChinook47OnMap": "{time} desde quando o último Chinook 47 esteve no mapa.", + "timeSinceDeepSeaWasOnMap": "O último Deep Sea foi há {time}. Ele deve reaparecer em aproximadamente {respawnMin}-{respawnMax}.", "timeSinceHeavyScientistsOnLarge": "{time} desde a última vez que os Cientistas Pesados foram chamados para a Plataforma de Petróleo Grande.", "timeSinceHeavyScientistsOnSmall": "{time} desde a última vez que os Cientistas Pesados foram chamados para a Plataforma de Petróleo.", "timeSinceLast": "{time} desde o último.", @@ -716,11 +742,6 @@ "timeTillNightfall": "{time} antes do anoitecer.", "timeTillStructureDecay": "{time} antes da decomposição da parede de {type}.", "timeUntilUnlocksAt": "{time} até desbloquear em {location}.", - "timer": "Temporizador: {message}.", - "timerIdDoesNotExist": "ID do Temporizador: {id} não existe.", - "timerIdInvalid": "O ID doTemporizador é inválido.", - "timerRemoved": "ID do Temporizador: {id} foi removido.", - "timerSet": "Temporizador definido para {time}.", "tokensDidNotReplenish": "Tokens não reabasteceram a tempo.", "toolCupboard": "Armário de Ferramentas", "total": "Total", @@ -733,15 +754,15 @@ "travelingVendorDetectedSetting": "Quando o Vendedor Ambulante for detetado, envia uma notificação.", "travelingVendorHaltedAt": "O Vendedor Ambulante parou em {location}.", "travelingVendorHaltedSetting": "Quando o Vendedor Ambulante parar, envia uma notificação.", + "travelingVendorLeftMap": "O Vendedor Ambulante saiu do mapa em {location}.", "travelingVendorLeftSetting": "Quando o Vendedor Ambulante sair do mapa, envia uma notificação.", "travelingVendorLocatedAt": "O Vendedor Ambulante está em {location}.", - "travelingVendorLeftMap": "O Vendedor Ambulante saiu do mapa em {location}.", "travelingVendorNotCurrentlyOnMap": "O Vendedor Ambulante não está no mapa.", "travelingVendorResumedAt": "O Vendedor Ambulante voltou a andar em {location}.", "travelingVendorSpawnedAt": "O Vendedor Ambulante apareceu em {location}.", + "turningGroupOnOff": "Tornar o grupo {group} {status}.", "turnOffCap": "DESLIGAR", "turnOnCap": "LIGAR", - "turningGroupOnOff": "Tornar o grupo {group} {status}.", "two": "Dois", "type": "Tipo", "unavailable": "Indisponível", @@ -787,4 +808,4 @@ "yield": "Rendimento", "youAreAlreadyLeader": "Você já é o líder.", "youAreNotPairedWithServer": "O comando Líder não funciona porque você não está emparelhado com o servidor." -} \ No newline at end of file +} diff --git a/src/languages/ru.json b/src/languages/ru.json index f1d09936..596e0390 100644 --- a/src/languages/ru.json +++ b/src/languages/ru.json @@ -3,6 +3,7 @@ "abandonedCabins": "Заброшенные хижины", "abandonedMilitaryBase": "Заброшенная военная база", "abandonedSupermarket": "Супермаркет", + "activeFor": "Активно для\n{time}.", "addPlayerCap": "ДОБАВИТЬ ИГРОКА", "addSwitchCap": "ДОБАВИТЬ ПЕРЕКЛЮЧАТЕЛЬ", "afkCap": "AFK", @@ -10,10 +11,10 @@ "alarmHaveNotBeenTriggeredYet": "Сигнализация {alarm} ещё не срабатывала.", "alias": "Псевдоним", "aliasAlreadyExist": "Псевдоним уже существует", + "aliases": "Псевдонимы", "aliasIndexCouldNotBeFound": "Индекс псевдонимов не найден.", "aliasWasAdded": "Псевдоним добавлен.", "aliasWasRemoved": "Псевдоним удален.", - "aliases": "Псевдонимы", "all": "все", "allTeammatesAreDead": "Все ваши товарищи по команде мертвы.", "alreadySubscribedToItem": "Подписка на предмет ({name}) уже оформлена.", @@ -27,6 +28,8 @@ "atLocation": "На {location}.", "atSign": "Собака", "autoDayCap": "АВТО-ДЕНЬ", + "automaticallyTurnBackOnOff": " Автоматически ({status}) через {time}.", + "automaticallyTurningBackOnOff": "Группа ({device}) автоматически ({status}).", "autoNightCap": "АВТО-НОЧЬ", "autoOffAnyOnlineCap": "АВТО-ВЫКЛ-ЛЮБОЙ-ОНЛАЙН", "autoOffCap": "АВТО-ВЫКЛ", @@ -35,8 +38,6 @@ "autoOnCap": "АВТО-ВКЛ", "autoOnProximityCap": "АВТО-ВКЛ-ДИСТАНЦИЯ", "autoSettingCap": "Автоматическая настройка: ", - "automaticallyTurnBackOnOff": " Автоматически ({status}) через {time}.", - "automaticallyTurningBackOnOff": "Группа ({device}) автоматически ({status}).", "autoturret": "Турель", "badGateway": "Bad Gateway: {error}", "banditCamp": "Лагерь бандитов", @@ -69,6 +70,7 @@ "cargoLeavingMapAt": "Грузовой корабль покидает карту в {location}.", "cargoLocatedAt": "Грузовой корабль находится в {location}.", "cargoNotCurrentlyOnMap": "Грузовой корабль в настоящее время не на карте.", + "cargoship": "Грузовой корабль", "cargoShipDetectedSetting": "Уведомление при обнаружении Грузового корабля.", "cargoShipDockingAtHarbor": "Грузовой корабль только что прибыл в порт на {location}", "cargoShipDockingAtHarborSetting": "Уведомление когда грузовой корабль прибудет в порт.", @@ -79,7 +81,6 @@ "cargoShipLeftMap": "Грузовой корабль покинул карту ({location}).", "cargoShipLeftSetting": "Уведомление когда Грузовой корабль покинет карту.", "cargoShipLocated": "Грузовой корабль расположен ({location}).", - "cargoship": "Грузовой корабль", "ceilingLight": "Потолочный светильник", "channelNameActivity": "активность", "channelNameAlarms": "сигналы тревоги", @@ -89,8 +90,8 @@ "channelNameServers": "сервера", "channelNameSettings": "настройки", "channelNameStorageMonitors": "Мониторы хранилища", - "channelNameSwitchGroups": "группы переключателей", "channelNameSwitches": "переключатели", + "channelNameSwitchGroups": "группы переключателей", "channelNameTeamchat": "командный чат", "channelNameTrackers": "трекеры", "chinook47": "Chinook 47", @@ -108,66 +109,6 @@ "commandCap": "КОМАНДА", "commandDelaySetting": "Должна ли быть задержка команды? Сколько?", "commandNotPossibleDiscord": "Командование через discord невозможно.", - "commandSyntaxAdd": "add", - "commandSyntaxAfk": "afk", - "commandSyntaxAlive": "alive", - "commandSyntaxArmored": "бронированный", - "commandSyntaxCargo": "cargo", - "commandSyntaxChinook": "chinook", - "commandSyntaxConnection": "connection", - "commandSyntaxConnections": "connections", - "commandSyntaxCraft": "создание", - "commandSyntaxDeath": "death", - "commandSyntaxDeaths": "deaths", - "commandSyntaxDecay": "распад", - "commandSyntaxDespawn": "разрушение", - "commandSyntaxEvents": "события", - "commandSyntaxHeli": "heli", - "commandSyntaxLanguage": "language", - "commandSyntaxLarge": "large", - "commandSyntaxLeader": "leader", - "commandSyntaxList": "list", - "commandSyntaxMarker": "marker", - "commandSyntaxMarkers": "markers", - "commandSyntaxMarket": "market", - "commandSyntaxMetal": "металл", - "commandSyntaxMute": "mute", - "commandSyntaxNote": "note", - "commandSyntaxNotes": "notes", - "commandSyntaxOff": "выкл", - "commandSyntaxOffline": "offline", - "commandSyntaxOn": "вкл", - "commandSyntaxOnline": "online", - "commandSyntaxPlayer": "player", - "commandSyntaxPlayers": "игроки", - "commandSyntaxPop": "население", - "commandSyntaxProx": "prox", - "commandSyntaxRecycle": "Переработка", - "commandSyntaxRemove": "remove", - "commandSyntaxResearch": "Исследование", - "commandSyntaxSearch": "search", - "commandSyntaxSend": "send", - "commandSyntaxSmall": "small", - "commandSyntaxStack": "стак", - "commandSyntaxStatus": "статус", - "commandSyntaxSteamid": "steamid", - "commandSyntaxStone": "камень", - "commandSyntaxSubscribe": "sub", - "commandSyntaxTTS": "tts", - "commandSyntaxTeam": "команда", - "commandSyntaxTime": "time", - "commandSyntaxTimer": "timer", - "commandSyntaxTimers": "timers", - "commandSyntaxTranslateFromTo": "trf", - "commandSyntaxTranslateTo": "tr", - "commandSyntaxTravelingVendor": "торговец", - "commandSyntaxTwig": "солома", - "commandSyntaxUnmute": "unmute", - "commandSyntaxUnsubscribe": "unsub", - "commandSyntaxUpkeep": "upkeep", - "commandSyntaxUptime": "аптайм", - "commandSyntaxWipe": "wipe", - "commandSyntaxWood": "дерево", "commandsAlarmDesc": "Операции для Умных сигнализаций.", "commandsAlarmEditDesc": "Редактирование свойств умной сигнализации.", "commandsAlarmEditIdDesc": "Укажите ID умной сигнализации.", @@ -263,6 +204,68 @@ "commandsVoiceMale": "Мужской", "commandsVoiceMaleDescription": "Устанавливает мужской голос для бота.", "commandsVoiceNotInVoice": "Вы не в голосовом канале.", + "commandSyntaxAdd": "add", + "commandSyntaxAfk": "afk", + "commandSyntaxAlive": "alive", + "commandSyntaxArmored": "бронированный", + "commandSyntaxCargo": "cargo", + "commandSyntaxChinook": "chinook", + "commandSyntaxConnection": "connection", + "commandSyntaxConnections": "connections", + "commandSyntaxCraft": "создание", + "commandSyntaxDeath": "death", + "commandSyntaxDeaths": "deaths", + "commandSyntaxDecay": "распад", + "commandSyntaxDeepSea": "deepsea", + "commandSyntaxDespawn": "разрушение", + "commandSyntaxEvents": "события", + "commandSyntaxHeli": "heli", + "commandSyntaxLanguage": "language", + "commandSyntaxLarge": "large", + "commandSyntaxLeader": "leader", + "commandSyntaxList": "list", + "commandSyntaxMarker": "marker", + "commandSyntaxMarkers": "markers", + "commandSyntaxMarket": "market", + "commandSyntaxMetal": "металл", + "commandSyntaxMute": "mute", + "commandSyntaxNext": "далее", + "commandSyntaxNote": "note", + "commandSyntaxNotes": "notes", + "commandSyntaxOff": "выкл", + "commandSyntaxOffline": "offline", + "commandSyntaxOn": "вкл", + "commandSyntaxOnline": "online", + "commandSyntaxPlayer": "player", + "commandSyntaxPlayers": "игроки", + "commandSyntaxPop": "население", + "commandSyntaxProx": "prox", + "commandSyntaxRecycle": "Переработка", + "commandSyntaxRemove": "remove", + "commandSyntaxResearch": "Исследование", + "commandSyntaxSearch": "search", + "commandSyntaxSend": "send", + "commandSyntaxSmall": "small", + "commandSyntaxStack": "стак", + "commandSyntaxStatus": "статус", + "commandSyntaxSteamid": "steamid", + "commandSyntaxStone": "камень", + "commandSyntaxSubscribe": "sub", + "commandSyntaxTeam": "команда", + "commandSyntaxTime": "time", + "commandSyntaxTimer": "timer", + "commandSyntaxTimers": "timers", + "commandSyntaxTranslateFromTo": "trf", + "commandSyntaxTranslateTo": "tr", + "commandSyntaxTravelingVendor": "торговец", + "commandSyntaxTTS": "tts", + "commandSyntaxTwig": "солома", + "commandSyntaxUnmute": "unmute", + "commandSyntaxUnsubscribe": "unsub", + "commandSyntaxUpkeep": "upkeep", + "commandSyntaxUptime": "аптайм", + "commandSyntaxWipe": "wipe", + "commandSyntaxWood": "дерево", "connect": "Ip сервера", "connectCap": "ПОДКЛЮЧИТЬСЯ", "connected": "Подключено", @@ -329,14 +332,26 @@ "customCommand": "Пользовательская команда", "customTimerEditCargoShipEgressLabel": "Время отхода Грузового Корабля (сек):", "customTimerEditCrateOilRigUnlockLabel": "Время открытия ящика на Нефтяной Вышке (сек):", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "Максимальное время появления в Deep Sea (секунды):", + "customTimerEditDeepSeaMinWipeCooldownLabel": "Минимальное время появления в глубоком море (секунды):", + "customTimerEditDeepSeaWipeDurationLabel": "Продолжительность Deep Sea (секунды):", "customTimerEditDesc": "Редактирование таймеров", "customTimersCap": "НАСТРОЙКА ТАЙМЕРОВ", "dash": "Дефис", "dayOfWipe": "{day} День", "deathCap": "СМЕРТЬ", "decay": "Гниение", - "decayTimeForItem": "Время исчезновения {item} - {time}. ", "decayingCap": "РАСПАДАЕТСЯ", + "decayTimeForItem": "Время исчезновения {item} - {time}. ", + "deepSea": "Глубокое море", + "deepSeaCanRespawnNow": "Последнее погружение в глубокое море было {time} назад. Deep Sea может появиться снова сейчас и появится не позднее чем через {respawnMax}.", + "deepSeaDetected": "На карте обнаружено глубокое море!", + "deepSeaDetectedSetting": "При обнаружении Deep Sea отправьте уведомление.", + "deepSeaLeftMap": "Карта «Глубокое море слева»", + "deepSeaLeftMapSetting": "Когда Deep Sea покинул карту, отправьте уведомление.", + "DeepSeaMaxWipeCooldownTime": "Максимальное время перезарядки Deep Sea составляет {time}.", + "DeepSeaMinWipeCooldownTime": "Минимальное время перезарядки Deep Sea составляет {time}.", + "deepSeaNotCurrentlyOnMap": "Deep Sea в настоящее время не активен.", "deleteUnreachableDevicesCap": "УДАЛЕНИЕ НЕДОСТУПНЫХ УСТРОЙСТВ", "despawnTime": "Время разрушения", "despawnTimeOfItem": "Время исчезновения {item} - {time}.", @@ -381,6 +396,9 @@ "ferryTerminal": "Паромный терминал", "fishingVillage": "Рыбацкая деревня", "five": "Пять", + "foundItemInVendingMachine": "{quantity}{item} для {priceAmount}{price} | {stock}x В наличии @ {location}", + "foundOrdersSummary": "Найдено {foundOrders} заказов в автомате. Показана страница {currentPage} из {totalPages}. Используйте {nextCommand}, чтобы перейти на следующую страницу.", + "foundOrdersSummaryNoNext": "Найдено {foundOrders} заказов в автомате.", "four": "Четыре", "giantExcavatorPit": "Гигантский экскаватор", "greaterThanSign": "Знак больше", @@ -403,14 +421,14 @@ "ignoreSetAvatar": "Игнорируется setAvatar", "ignoreSetNickname": "Игнорируется SetnickName", "ignoreSetUsername": "Игнорируется setusername", + "index": "Индекс", + "infoCap": "ИНФО", "inGameBotMessagesMuted": "Внутриигровые сообщения бота отключены.", "inGameBotMessagesUnmuted": "Внутриигровые сообщения бота включены.", "inGameCap": "В ИГРЕ", "inGameEventInfo": "Информация об игре", "inGameTeamNotificationsSetting": "Уведомления о товарищах по команде.", "inGameTime": "Игровое время: {time}.", - "index": "Индекс", - "infoCap": "ИНФО", "inside": "Внутри", "interactionEditReplyFailed": "Взаимодействие с редактированием не удалось: {error}", "interactionInvalidChannel": "Взаимодействие с каналом не удалось.", @@ -453,11 +471,11 @@ "lockedCrateSmallOilRigUnlocked": "Запертый ящик на Маленькой Нефтяной Вышке ({location}) был разблокирован.", "logDiscordCommand": "Discord Command - Guild: {guild}, Канал: {channel}, Пользователь: {user}, Сообщение: {message}.", "logDiscordMessage": "Discord Message - Guild: {guild}, Канал: {channel}, Пользователь: {user}, Сообщение: {message}.", + "loggedInAs": "Вошел в систему как: {name}", "logInGameCommand": "{type} - Команда: {command}, Пользователь: {user}.", "logInGameMessage": "Сообщение: {message}, Пользователь: {user}", "logSmartSwitchGroupValueChange": "Группа умных переключателей - Значение: {value}.", "logSmartSwitchValueChange": "Умный Переключатель - Значение: {value}.", - "loggedInAs": "Вошел в систему как: {name}", "makeSureApplicationsCommandsEnabled": "Убедитесь, что при создании URL приглашения бота, вы установили флажок applications.commands.", "map": "Название карты", "mapSalt": "Salt карты", @@ -488,8 +506,8 @@ "name": "Имя", "nameChangeHistory": "История изменения имени", "new": "Новый", - "newVendingMachine": "Новый торговый автомат, расположен в {location}.", "newsCap": "NEWS", + "newVendingMachine": "Новый торговый автомат, расположен в {location}.", "noActiveTimers": "Нет активных таймеров.", "noCommandDelay": "Нет задержки команды.", "noCommunicationSmartSwitch": "Не удалось установить связь с умным выключателем: {name}", @@ -500,7 +518,9 @@ "noItemFound": "Товар не удалось найти ни в одном торговом автомате...", "noItemWithIdFound": "Не удалось найти элемент с id {id} .", "noItemWithNameFound": "Не удалось найти предмет {name}.", + "noMorePages": "Больше нет страниц.", "noNameIdGiven": "Не удалось найти ни 'name', ни 'id'.", + "none": "Отсутствует", "noOneIsAfk": "Никого нет в AFK.", "noOneIsOffline": "Никого нет в offline.", "noOneIsOnline": "Никого нет в online.", @@ -510,24 +530,23 @@ "noRegisteredDeathEventsUser": "Нет зарегистрированных случаев смерти для {user}.", "noRegisteredEvents": "Пока нет зарегистрированных событий.", "noRegisteredMarkers": "Нет сохраненных маркеров.", - "noSavedNotes": "Нет сохраненных заметок.", - "noToolCupboardWereFound": "Нет подключенных шкафов.", - "none": "Отсутствует", "northEast": "сверху справа", "northOfGrid": "сверху от", "northWest": "сверху слева", - "notAValidOrderType": "{order} не является допустимым типом ордеров.", + "noSavedNotes": "Нет сохраненных заметок.", "notActive": "Не активен.", + "notAValidOrderType": "{order} не является допустимым типом ордеров.", "notConnectedToRustServer": "В настоящее время не подключен к серверу rust.", - "notExistInSubscription": "Предмет ({name}) не находится в списке подписок.", - "notFoundCap": "NOT FOUND", - "notPartOfRole": "Чтобы использовать команды бота, у вас должна быть роль {role}.", - "notShowingCap": "Не показывать", "noteCap": "пометка", "noteIdDoesNotExist": "Заметка: {id} не найдена.", "noteIdInvalid": "Идентификатор заметки недействителен.", "noteIdWasRemoved": "Заметка: {id} удалена.", "noteSaved": "Заметка сохранена.", + "notExistInSubscription": "Предмет ({name}) не находится в списке подписок.", + "notFoundCap": "NOT FOUND", + "noToolCupboardWereFound": "Нет подключенных шкафов.", + "notPartOfRole": "Чтобы использовать команды бота, у вас должна быть роль {role}.", + "notShowingCap": "Не показывать", "offCap": "ВЫКЛ", "offline": "Не в сети", "offlineTime": "Оффлайн режим", @@ -585,9 +604,9 @@ "recycleCap": "ПЕРЕРАБОТАТЬ", "recycler": "Переработчик", "remain": "осталось", + "removedSubscribeItem": "Предмет ({name}) был убран из подписки.", "removePlayerCap": "УДАЛИТЬ ИГРОКА", "removeSwitchCap": "УДАЛИТЬ ПЕРЕКЛЮЧАТЕЛЬ", - "removedSubscribeItem": "Предмет ({name}) был убран из подписки.", "research": "Исследование", "researchTable": "Исследовательский Стол", "resetSuccess": "Discord успешно перезагружен.", @@ -642,8 +661,8 @@ "six": "Шесть", "slash": "Слэш", "slashCommandInteraction": "Модальное взаимодействие - Гильдия: {guild}, Канал: {channel}, Пользователь: {user}, CustomId: {command}, VerifyId: {id}.", - "slashCommandValueChange": "Взаимодействие команды слэш - VerifyId: {id}, Значение: {value}.", "slashCommandsSuccessRegister": "GuildId: {guildId} успешно зарегистрирован.", + "slashCommandValueChange": "Взаимодействие команды слэш - VerifyId: {id}, Значение: {value}.", "slots": "Слоты", "smallOilRig": "Малая нефтяная вышка", "smartAlarm": "Сигнализация", @@ -697,11 +716,18 @@ "timeBeforeCrateAtLargeOilRigUnlocks": "Через {time} на Большая Нефтяной Вышке({location}) откроется запертый ящик.", "timeBeforeCrateAtSmallOilRigUnlocks": "Через {time} на Маленькой Нефтяной Вышке({location}) откроется запертый ящик.", "timeCap": "TIME", + "timeDeepSeaIsActiveFor": "Deep Sea активен и закроется примерно через {time}.", "timeFormatInvalid": "Формат времени неверный.", "timeLeftTimer": "{id}: Таймер через: {time}, сообщение: {message}", + "timer": "Таймер: {message}.", + "timerIdDoesNotExist": "Таймер ID: {id} не существует.", + "timerIdInvalid": "Таймер ID является недействительным.", + "timerRemoved": "Таймер ID: {id} был удален.", + "timerSet": "Таймер установлен на {time}.", "timeSinceAlarmWasTriggered": "Будильник {alarm} сработал {time} назад.", "timeSinceCargoLeft": "Грузовой корабль покинул карту {time} назад.", "timeSinceChinook47OnMap": "Последний Chinook 47 был {time} назад.", + "timeSinceDeepSeaWasOnMap": "Последнее погружение в глубокое море было {time} назад. Оно должно повториться примерно через {respawnMin}-{respawnMax}.", "timeSinceHeavyScientistsOnLarge": "Большая нефтяная вышка была активна {time} назад.", "timeSinceHeavyScientistsOnSmall": "Маленькая нефтяная вышка была активна {time} назад.", "timeSinceLast": "Прошло {time} с последней активности.", @@ -716,11 +742,6 @@ "timeTillNightfall": "Через {time} будет закат.", "timeTillStructureDecay": "{time} до распада стены {type}.", "timeUntilUnlocksAt": "Ящик откроется через {time} на {location}.", - "timer": "Таймер: {message}.", - "timerIdDoesNotExist": "Таймер ID: {id} не существует.", - "timerIdInvalid": "Таймер ID является недействительным.", - "timerRemoved": "Таймер ID: {id} был удален.", - "timerSet": "Таймер установлен на {time}.", "tokensDidNotReplenish": "Tocens вовремя не пополнялся.", "toolCupboard": "Шкаф c инструментами", "total": "Всего", @@ -733,15 +754,15 @@ "travelingVendorDetectedSetting": "Уведомление при появлении Странствующего Торговца.", "travelingVendorHaltedAt": "Странствующий Торговец остановился на {location}.", "travelingVendorHaltedSetting": "Уведомление при остановке Странствующего Торговца.", + "travelingVendorLeftMap": "Странствующий Торговец только что покинул карту на {location}.", "travelingVendorLeftSetting": "Уведомление когда Странствующий Торговец покинет карту.", "travelingVendorLocatedAt": "Странствующий Торговец расположен на {location}.", - "travelingVendorLeftMap": "Странствующий Торговец только что покинул карту на {location}.", "travelingVendorNotCurrentlyOnMap": "Странствующего Торговца сейчас нет на карте.", "travelingVendorResumedAt": "Странствующий Торговец продолжил движение на {location}.", "travelingVendorSpawnedAt": "Странствующий Торговец появился на {location}.", + "turningGroupOnOff": "Управляемая группа: {group} ({status}).", "turnOffCap": "ВЫКЛЮЧИТЬ", "turnOnCap": "ВКЛЮЧИТЬ", - "turningGroupOnOff": "Управляемая группа: {group} ({status}).", "two": "Две", "type": "Тип", "unavailable": "Недоступно", @@ -787,4 +808,4 @@ "yield": "Урожай", "youAreAlreadyLeader": "Вы уже лидер.", "youAreNotPairedWithServer": "Команда лидера не работает, потому что вы не подключены к серверу." -} \ No newline at end of file +} diff --git a/src/languages/sv.json b/src/languages/sv.json index 8d71ed5b..fde97bee 100644 --- a/src/languages/sv.json +++ b/src/languages/sv.json @@ -3,6 +3,7 @@ "abandonedCabins": "Övergivna Stugor", "abandonedMilitaryBase": "Övergiven Militärbas", "abandonedSupermarket": "Övergiven Stormarknad", + "activeFor": "Aktiv för\n{time}.", "addPlayerCap": "LÄGG TILL SPELARE", "addSwitchCap": "LÄGG TILL STRÖMBRYTARE", "afkCap": "AFK", @@ -10,10 +11,10 @@ "alarmHaveNotBeenTriggeredYet": "Alarmet {alarm} har inte blivit utlöst ännu.", "alias": "Namn", "aliasAlreadyExist": "Namnet är upptaget.", + "aliases": "Namn", "aliasIndexCouldNotBeFound": "Namn index kunde inte bli hittad.", "aliasWasAdded": "Namnet är tillagt.", "aliasWasRemoved": "Namnet borttaget.", - "aliases": "Namn", "all": "Alla", "allTeammatesAreDead": "Alla dina lagkamrater är döda.", "alreadySubscribedToItem": "Prenumererar redan på föremålet {name}.", @@ -27,6 +28,8 @@ "atLocation": "På {location}.", "atSign": "Snabel a", "autoDayCap": "AUTO-DAG", + "automaticallyTurnBackOnOff": " Ändrar automatiskt tillbaka till {status} om {time}.", + "automaticallyTurningBackOnOff": "Ändrar automatiskt {device} till {status}.", "autoNightCap": "AUTO-NATT", "autoOffAnyOnlineCap": "AUTO-OFF-ANY-ONLINE", "autoOffCap": "AUTO AV", @@ -35,8 +38,6 @@ "autoOnCap": "AUTO PÅ", "autoOnProximityCap": "AUTO-ON-PROXIMITY", "autoSettingCap": "AUTO-INSTÄLLNING", - "automaticallyTurnBackOnOff": " Ändrar automatiskt tillbaka till {status} om {time}.", - "automaticallyTurningBackOnOff": "Ändrar automatiskt {device} till {status}.", "autoturret": "Autoturret", "badGateway": "Dålig Gateway: {error}", "banditCamp": "Banditläger", @@ -69,6 +70,7 @@ "cargoLeavingMapAt": "Cargo Ship is leaving the map at {location}.", "cargoLocatedAt": "Cargo Ship is located at {location}.", "cargoNotCurrentlyOnMap": "Lastfartyget finns för närvarande inte på kartan.", + "cargoship": "Lastfartyg", "cargoShipDetectedSetting": "När ett lastfartyg upptäcks, skicka en notifikation.", "cargoShipDockingAtHarbor": "Ett Lastfartyg lämnade precis kartan vid {location}", "cargoShipDockingAtHarborSetting": "När ett lastfartyg upptäcks, skicka en notifikation.", @@ -79,7 +81,6 @@ "cargoShipLeftMap": "Ett Lastfartyg lämnade precis kartan vid {location}.", "cargoShipLeftSetting": "När ett lastfartyg har lämnat kartan, skicka en notifikation.", "cargoShipLocated": "Ett Lastfartyg ligger vid {location}.", - "cargoship": "Lastfartyg", "ceilingLight": "Takljus", "channelNameActivity": "aktiviteter", "channelNameAlarms": "larm", @@ -89,8 +90,8 @@ "channelNameServers": "servrar", "channelNameSettings": "inställningar", "channelNameStorageMonitors": "förvaringsmonitorer", - "channelNameSwitchGroups": "strömbrytargrupper", "channelNameSwitches": "strömbrytare", + "channelNameSwitchGroups": "strömbrytargrupper", "channelNameTeamchat": "lagchatt", "channelNameTrackers": "spårare", "chinook47": "Chinook 47", @@ -108,66 +109,6 @@ "commandCap": "KOMMANDO", "commandDelaySetting": "Bör det finnas en kommandofördröjning? Hur länge?", "commandNotPossibleDiscord": "Kommandot är inte möjligt genom discord.", - "commandSyntaxAdd": "add", - "commandSyntaxAfk": "afk", - "commandSyntaxAlive": "alive", - "commandSyntaxArmored": "Bepansrad", - "commandSyntaxCargo": "cargo", - "commandSyntaxChinook": "chinook", - "commandSyntaxConnection": "connection", - "commandSyntaxConnections": "connections", - "commandSyntaxCraft": "skapa", - "commandSyntaxDeath": "death", - "commandSyntaxDeaths": "deaths", - "commandSyntaxDecay": "decay", - "commandSyntaxDespawn": "despawn", - "commandSyntaxEvents": "events", - "commandSyntaxHeli": "heli", - "commandSyntaxLanguage": "language", - "commandSyntaxLarge": "large", - "commandSyntaxLeader": "leader", - "commandSyntaxList": "list", - "commandSyntaxMarker": "marker", - "commandSyntaxMarkers": "markers", - "commandSyntaxMarket": "market", - "commandSyntaxMetal": "metal", - "commandSyntaxMute": "mute", - "commandSyntaxNote": "note", - "commandSyntaxNotes": "notes", - "commandSyntaxOff": "off", - "commandSyntaxOffline": "offline", - "commandSyntaxOn": "on", - "commandSyntaxOnline": "online", - "commandSyntaxPlayer": "player", - "commandSyntaxPlayers": "players", - "commandSyntaxPop": "pop", - "commandSyntaxProx": "prox", - "commandSyntaxRecycle": "recycle", - "commandSyntaxRemove": "remove", - "commandSyntaxResearch": "research", - "commandSyntaxSearch": "search", - "commandSyntaxSend": "send", - "commandSyntaxSmall": "small", - "commandSyntaxStack": "stack", - "commandSyntaxStatus": "status", - "commandSyntaxSteamid": "steamid", - "commandSyntaxStone": "stone", - "commandSyntaxSubscribe": "sub", - "commandSyntaxTTS": "tts", - "commandSyntaxTeam": "team", - "commandSyntaxTime": "time", - "commandSyntaxTimer": "timer", - "commandSyntaxTimers": "timers", - "commandSyntaxTranslateFromTo": "trf", - "commandSyntaxTranslateTo": "tr", - "commandSyntaxTravelingVendor": "vendor", - "commandSyntaxTwig": "twig", - "commandSyntaxUnmute": "unmute", - "commandSyntaxUnsubscribe": "unsub", - "commandSyntaxUpkeep": "upkeep", - "commandSyntaxUptime": "uptime", - "commandSyntaxWipe": "wipe", - "commandSyntaxWood": "wood", "commandsAlarmDesc": "Operationer på Smarta Larm.", "commandsAlarmEditDesc": "Redigera egenskaperna för ett Smart Larm.", "commandsAlarmEditIdDesc": "ID:t för det Smarta Larmet.", @@ -263,6 +204,68 @@ "commandsVoiceMale": "Male", "commandsVoiceMaleDescription": "Sets the voiceactor gender to Male", "commandsVoiceNotInVoice": "You are not in a voicechannel", + "commandSyntaxAdd": "add", + "commandSyntaxAfk": "afk", + "commandSyntaxAlive": "alive", + "commandSyntaxArmored": "Bepansrad", + "commandSyntaxCargo": "cargo", + "commandSyntaxChinook": "chinook", + "commandSyntaxConnection": "connection", + "commandSyntaxConnections": "connections", + "commandSyntaxCraft": "skapa", + "commandSyntaxDeath": "death", + "commandSyntaxDeaths": "deaths", + "commandSyntaxDecay": "decay", + "commandSyntaxDeepSea": "deepsea", + "commandSyntaxDespawn": "despawn", + "commandSyntaxEvents": "events", + "commandSyntaxHeli": "heli", + "commandSyntaxLanguage": "language", + "commandSyntaxLarge": "large", + "commandSyntaxLeader": "leader", + "commandSyntaxList": "list", + "commandSyntaxMarker": "marker", + "commandSyntaxMarkers": "markers", + "commandSyntaxMarket": "market", + "commandSyntaxMetal": "metal", + "commandSyntaxMute": "mute", + "commandSyntaxNext": "nästa", + "commandSyntaxNote": "note", + "commandSyntaxNotes": "notes", + "commandSyntaxOff": "off", + "commandSyntaxOffline": "offline", + "commandSyntaxOn": "on", + "commandSyntaxOnline": "online", + "commandSyntaxPlayer": "player", + "commandSyntaxPlayers": "players", + "commandSyntaxPop": "pop", + "commandSyntaxProx": "prox", + "commandSyntaxRecycle": "recycle", + "commandSyntaxRemove": "remove", + "commandSyntaxResearch": "research", + "commandSyntaxSearch": "search", + "commandSyntaxSend": "send", + "commandSyntaxSmall": "small", + "commandSyntaxStack": "stack", + "commandSyntaxStatus": "status", + "commandSyntaxSteamid": "steamid", + "commandSyntaxStone": "stone", + "commandSyntaxSubscribe": "sub", + "commandSyntaxTeam": "team", + "commandSyntaxTime": "time", + "commandSyntaxTimer": "timer", + "commandSyntaxTimers": "timers", + "commandSyntaxTranslateFromTo": "trf", + "commandSyntaxTranslateTo": "tr", + "commandSyntaxTravelingVendor": "vendor", + "commandSyntaxTTS": "tts", + "commandSyntaxTwig": "twig", + "commandSyntaxUnmute": "unmute", + "commandSyntaxUnsubscribe": "unsub", + "commandSyntaxUpkeep": "upkeep", + "commandSyntaxUptime": "uptime", + "commandSyntaxWipe": "wipe", + "commandSyntaxWood": "wood", "connect": "Anslut", "connectCap": "ANSLUT", "connected": "Connected", @@ -329,14 +332,26 @@ "customCommand": "Anpassat Kommando", "customTimerEditCargoShipEgressLabel": "Utstigningstid för lastfartyg (sekunder):", "customTimerEditCrateOilRigUnlockLabel": "Oljeplattformens upplåsningstid (sekunder):", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "Maximal respawntid i djuphavet (sekunder):", + "customTimerEditDeepSeaMinWipeCooldownLabel": "Minsta respawntid i djuphavet (sekunder):", + "customTimerEditDeepSeaWipeDurationLabel": "Deep Sea-varaktighet (sekunder):", "customTimerEditDesc": "Redigering av anpassade timers", "customTimersCap": "ANPASSADE TIMERS", "dash": "Streck Symbol", "dayOfWipe": "Dag {day}", "deathCap": "DÖD", "decay": "Decay", - "decayTimeForItem": "Decay time for {item} is {time}.", "decayingCap": "FÖRFALLER", + "decayTimeForItem": "Decay time for {item} is {time}.", + "deepSea": "Deep Sea", + "deepSeaCanRespawnNow": "Den senaste Deep Sea var {time} sedan. Deep Sea kan återuppstå nu och kommer att återuppstå inom {respawnMax} senast.", + "deepSeaDetected": "Deep Sea upptäckt på kartan!", + "deepSeaDetectedSetting": "När Deep Sea upptäcks, skicka en avisering.", + "deepSeaLeftMap": "Deep Sea Left Map", + "deepSeaLeftMapSetting": "När Deep Sea lämnar kartan, skicka en avisering.", + "DeepSeaMaxWipeCooldownTime": "Deep Sea maximal nedkylningstid är {time}.", + "DeepSeaMinWipeCooldownTime": "Minsta nedkylningstid för Deep Sea är {time}.", + "deepSeaNotCurrentlyOnMap": "Deep Sea är för närvarande inte aktivt.", "deleteUnreachableDevicesCap": "DELETE UNREACHABLE DEVICES", "despawnTime": "Despawn Time", "despawnTimeOfItem": "Despawn time of {item} is {time}.", @@ -381,6 +396,9 @@ "ferryTerminal": "Ferry Terminal", "fishingVillage": "Fiskeby", "five": "Fem", + "foundItemInVendingMachine": "{quantity}{item} för {priceAmount}{price} | {stock}x I lager @ {location}", + "foundOrdersSummary": "Hittade {foundOrders} beställningar från varuautomat. Visar sida {currentPage} av {totalPages}. Använd {nextCommand} för att se nästa sida.", + "foundOrdersSummaryNoNext": "Hittade {foundOrders} beställningar från varuautomat.", "four": "Fyra", "giantExcavatorPit": "Gigantisk Grävmaskinsgrop", "greaterThanSign": "Större än tecken", @@ -403,14 +421,14 @@ "ignoreSetAvatar": "Ignorerade setAvatar", "ignoreSetNickname": "Ignorerade setNickname", "ignoreSetUsername": "Ignorerade setUsername", + "index": "Index", + "infoCap": "INFO", "inGameBotMessagesMuted": "Botmeddelanden i spelet har dämpats.", "inGameBotMessagesUnmuted": "Botmeddelanden i spelet har odämpats.", "inGameCap": "I SPELET", "inGameEventInfo": "Händelseinformation i spelet", "inGameTeamNotificationsSetting": "Aviseringar om lagkamrater i spelet", "inGameTime": "Tid i spelet: {time}.", - "index": "Index", - "infoCap": "INFO", "inside": "Inside", "interactionEditReplyFailed": "Misslyckades att redigera interaktionssvaret: {error}.", "interactionInvalidChannel": "Interaktion från en ogiltig kanal.", @@ -453,11 +471,11 @@ "lockedCrateSmallOilRigUnlocked": "Låst låda vid den lilla oljeplattformen vid {location} has låsts upp.", "logDiscordCommand": "Discord Command - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", "logDiscordMessage": "Discord Message - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", + "loggedInAs": "INLOGGAD SOM: {name}", "logInGameCommand": "{type} - Command: {command}, User: {user}.", "logInGameMessage": "Message: {message}, User: {user}", "logSmartSwitchGroupValueChange": "Smart Switch Group - Value: {value}.", "logSmartSwitchValueChange": "Smart Switch - Value: {value}.", - "loggedInAs": "INLOGGAD SOM: {name}", "makeSureApplicationsCommandsEnabled": "Se till att applications.commands är markerat när du skapar inbjudningsadressen.", "map": "Karta", "mapSalt": "Kartsalt", @@ -488,8 +506,8 @@ "name": "Namn", "nameChangeHistory": "Namnändringshistorik", "new": "New", - "newVendingMachine": "Ny varuautomat finns vid {location}.", "newsCap": "NYHETER", + "newVendingMachine": "Ny varuautomat finns vid {location}.", "noActiveTimers": "Inga aktiva timers.", "noCommandDelay": "Ingen kommandofördröjning.", "noCommunicationSmartSwitch": "Kunde inte kommunicera med Smarta Strömbrytaren: {name}", @@ -500,7 +518,9 @@ "noItemFound": "Föremålet kunde inte hittas i någon varuautomat.", "noItemWithIdFound": "Inget föremål med ID:t {id} kunde hittas.", "noItemWithNameFound": "Inget föremål med namnet {name} kunde hittas.", + "noMorePages": "Det finns inga fler sidor.", "noNameIdGiven": "Inget 'namn' eller 'id' gavs.", + "none": "Ingen", "noOneIsAfk": "Ingen är AFK.", "noOneIsOffline": "Ingen är inte ansluten.", "noOneIsOnline": "Ingen är ansluten.", @@ -510,24 +530,23 @@ "noRegisteredDeathEventsUser": "Inga registrerade dödshändelser för {user}.", "noRegisteredEvents": "No registered events yet.", "noRegisteredMarkers": "Inga registrerade markörer.", - "noSavedNotes": "Inga sparade anteckningar.", - "noToolCupboardWereFound": "Inga verktygsskåps monitorer hittades.", - "none": "Ingen", "northEast": "Nordöst", "northOfGrid": "Norr om rutan", "northWest": "Nordväst", - "notAValidOrderType": "{order} is not a valid order type.", + "noSavedNotes": "Inga sparade anteckningar.", "notActive": "Inte aktiv.", + "notAValidOrderType": "{order} is not a valid order type.", "notConnectedToRustServer": "Inte för närvarande ansluten till en rust server.", - "notExistInSubscription": "Föremålet {name} finns inte i prenumerationslistan.", - "notFoundCap": "INTE HITTAD", - "notPartOfRole": "Du är inte del av rollen {role}, därför kan du inte använda botkommandon.", - "notShowingCap": "VISAR INTE", "noteCap": "ANTECKNINGAR", "noteIdDoesNotExist": "Antecknings ID: {id} finns inte.", "noteIdInvalid": "Antecknings ID är ogiltigt.", "noteIdWasRemoved": "Antecknings ID: {id} togs bort.", "noteSaved": "Anteckning sparad.", + "notExistInSubscription": "Föremålet {name} finns inte i prenumerationslistan.", + "notFoundCap": "INTE HITTAD", + "noToolCupboardWereFound": "Inga verktygsskåps monitorer hittades.", + "notPartOfRole": "Du är inte del av rollen {role}, därför kan du inte använda botkommandon.", + "notShowingCap": "VISAR INTE", "offCap": "AV", "offline": "Offline", "offlineTime": "Offline time", @@ -585,9 +604,9 @@ "recycleCap": "ÅTERVINNA", "recycler": "Recycler", "remain": "kvar", + "removedSubscribeItem": "Föremålet {name} har tagits bort från prenumerationslistan.", "removePlayerCap": "TA BORT SPELARE", "removeSwitchCap": "TA BORT STRÖMBRYTARE", - "removedSubscribeItem": "Föremålet {name} har tagits bort från prenumerationslistan.", "research": "Research", "researchTable": "Research Table", "resetSuccess": "Återställning av Discord var framgångsrikt.", @@ -642,8 +661,8 @@ "six": "Sex", "slash": "Snedstreck", "slashCommandInteraction": "Slash Command Interaction - Guild: {guild}, Channel: {channel}, User: {user}, Command: {command}, VerifyId: {id}.", - "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slashCommandsSuccessRegister": "Registrerade application commands framgångsrikt för guilden: {guildId}.", + "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slots": "Slots", "smallOilRig": "Lilla Oljeplattformen", "smartAlarm": "Smart Larm", @@ -697,11 +716,18 @@ "timeBeforeCrateAtLargeOilRigUnlocks": "{time} innan låst låda på den stora oljeplattformen ({location}) låses upp.", "timeBeforeCrateAtSmallOilRigUnlocks": "{time} innan låst låda på den lilla oljeplattformen ({location}) låses upp.", "timeCap": "TID", + "timeDeepSeaIsActiveFor": "Deep Sea är aktivt och stängs om cirka {time}.", "timeFormatInvalid": "Tidsformat är ogiltigt.", "timeLeftTimer": "{id}: Tid kvar: {time}, Meddelande: {message}", + "timer": "Timer: {message}.", + "timerIdDoesNotExist": "Timer ID: {id} finns inte.", + "timerIdInvalid": "Timer ID är ogiltig.", + "timerRemoved": "Timer ID: {id} togs bort.", + "timerSet": "Timer inställd på {time}.", "timeSinceAlarmWasTriggered": "The alarm {alarm} was triggered {time} ago.", "timeSinceCargoLeft": "{time} sedan lastfartyget lämnade kartan.", "timeSinceChinook47OnMap": "{time} sedan senaste Chinook 47 fanns på kartan.", + "timeSinceDeepSeaWasOnMap": "Den senaste Deep Sea var {time} sedan. Den bör återuppstå inom cirka {respawnMin}-{respawnMax}.", "timeSinceHeavyScientistsOnLarge": "{time} sedan tungt utrustade forskare senast kallades till stora oljeplattformen.", "timeSinceHeavyScientistsOnSmall": "{time} sedan tungt utrustade forskare senast kallades till lilla oljeplattformen.", "timeSinceLast": "{time} sedan sist.", @@ -716,11 +742,6 @@ "timeTillNightfall": "{time} innan natt.", "timeTillStructureDecay": "{time} before {type} wall decay.", "timeUntilUnlocksAt": "{time} tills låses upp vid {location}.", - "timer": "Timer: {message}.", - "timerIdDoesNotExist": "Timer ID: {id} finns inte.", - "timerIdInvalid": "Timer ID är ogiltig.", - "timerRemoved": "Timer ID: {id} togs bort.", - "timerSet": "Timer inställd på {time}.", "tokensDidNotReplenish": "Tokens fylldes inte på i tid.", "toolCupboard": "Verktygsskåp", "total": "Total", @@ -733,15 +754,15 @@ "travelingVendorDetectedSetting": "When the Traveling Vendor is detected, send a notification.", "travelingVendorHaltedAt": "The Traveling Vendor stopped at {location}.", "travelingVendorHaltedSetting": "When the Traveling Vendor stops moving, send a notification.", + "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorLeftSetting": "When the Traveling Vendor left the map, send a notification.", "travelingVendorLocatedAt": "The Traveling Vendor is located at {location}.", - "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorNotCurrentlyOnMap": "The Traveling Vendor is not currently on the map.", "travelingVendorResumedAt": "The Traveling Vendor resumed moving at {location}.", "travelingVendorSpawnedAt": "The Traveling Vendor spawned at {location}.", + "turningGroupOnOff": "Sätter gruppen {group} {status}.", "turnOffCap": "STÄNG AV", "turnOnCap": "SÄTT PÅ", - "turningGroupOnOff": "Sätter gruppen {group} {status}.", "two": "Två", "type": "Typ", "unavailable": "Otillgänglig", @@ -787,4 +808,4 @@ "yield": "Yield", "youAreAlreadyLeader": "Du är redan lagledare.", "youAreNotPairedWithServer": "Leader-kommandot fungerar inte eftersom du inte är parad med servern." -} \ No newline at end of file +} diff --git a/src/languages/tr.json b/src/languages/tr.json index c8b7e925..b9180cbd 100644 --- a/src/languages/tr.json +++ b/src/languages/tr.json @@ -3,6 +3,7 @@ "abandonedCabins": "Kabinler", "abandonedMilitaryBase": "Askeri Üs", "abandonedSupermarket": "Süpermarket", + "activeFor": "\ni için aktif {time}.", "addPlayerCap": "OYUNCU EKLE", "addSwitchCap": "ŞALTER EKLE", "afkCap": "AFK", @@ -10,10 +11,10 @@ "alarmHaveNotBeenTriggeredYet": "The alarm {alarm} have not been triggered yet.", "alias": "Alias", "aliasAlreadyExist": "Alias already exist.", + "aliases": "Aliases", "aliasIndexCouldNotBeFound": "Alias index could not be found.", "aliasWasAdded": "Alias was added.", "aliasWasRemoved": "Alias was removed.", - "aliases": "Aliases", "all": "tümü", "allTeammatesAreDead": "Tüm takım arkadaşların ölü.", "alreadySubscribedToItem": "{name} ögesi zaten takip ediliyor.", @@ -27,6 +28,8 @@ "atLocation": "{location} konumunda.", "atSign": "Kuyruklu 'a'", "autoDayCap": "OTO-GÜNDÜZ", + "automaticallyTurnBackOnOff": " {time} içinde {status} durumuna otomatik olarak ayarlandı.", + "automaticallyTurningBackOnOff": "{device}, {status} durumuna geri ayarlandı.", "autoNightCap": "OTO-GECE", "autoOffAnyOnlineCap": "AUTO-OFF-ANY-ONLINE", "autoOffCap": "AUTO-OFF", @@ -35,8 +38,6 @@ "autoOnCap": "AUTO-ON", "autoOnProximityCap": "AUTO-ON-PROXIMITY", "autoSettingCap": "OTO AYARLAR: ", - "automaticallyTurnBackOnOff": " {time} içinde {status} durumuna otomatik olarak ayarlandı.", - "automaticallyTurningBackOnOff": "{device}, {status} durumuna geri ayarlandı.", "autoturret": "Taret", "badGateway": "Kötü yol: {error}", "banditCamp": "Haydut Kampı", @@ -69,6 +70,7 @@ "cargoLeavingMapAt": "Kargo Gemisi haritadan {location} konumundan ayrılıyor.", "cargoLocatedAt": "Kargo Gemisi {location} konumunda.", "cargoNotCurrentlyOnMap": "Kargo gemisi haritada değil.", + "cargoship": "Kargo gemisi", "cargoShipDetectedSetting": "Kargo gemisi görüldüğünde bildirim gönder.", "cargoShipDockingAtHarbor": "Cargo ship just docked at the Harbor at {location}", "cargoShipDockingAtHarborSetting": "When Cargo Ship is docked at a harbor, send a notification.", @@ -79,7 +81,6 @@ "cargoShipLeftMap": "Kargo gemisi {location} konumundan haritadan ayrıldı.", "cargoShipLeftSetting": "Kargo gemisi haritadan ayrıldığında bildirim gönder.", "cargoShipLocated": "Kargo gemisi {location} konumunda.", - "cargoship": "Kargo gemisi", "ceilingLight": "Tavan Lambası", "channelNameActivity": "etkinlik", "channelNameAlarms": "alarmlar", @@ -89,8 +90,8 @@ "channelNameServers": "sunucular", "channelNameSettings": "ayarlar", "channelNameStorageMonitors": "depolama Monitörleri", - "channelNameSwitchGroups": "Grupları değiştir", "channelNameSwitches": "anahtarlar", + "channelNameSwitchGroups": "Grupları değiştir", "channelNameTeamchat": "ekip sohbeti", "channelNameTrackers": "izleyiciler", "chinook47": "Chinook 47", @@ -108,66 +109,6 @@ "commandCap": "KOMUT", "commandDelaySetting": "Komut gecikmesi olsun mu? ne kadar olsun?", "commandNotPossibleDiscord": "Discord üzerinden komut verilemez.", - "commandSyntaxAdd": "add", - "commandSyntaxAfk": "afk", - "commandSyntaxAlive": "alive", - "commandSyntaxArmored": "zırhlı", - "commandSyntaxCargo": "cargo", - "commandSyntaxChinook": "chinook", - "commandSyntaxConnection": "connection", - "commandSyntaxConnections": "connections", - "commandSyntaxCraft": "üret", - "commandSyntaxDeath": "death", - "commandSyntaxDeaths": "deaths", - "commandSyntaxDecay": "çürüme", - "commandSyntaxDespawn": "despawn", - "commandSyntaxEvents": "etkinlikler", - "commandSyntaxHeli": "heli", - "commandSyntaxLanguage": "language", - "commandSyntaxLarge": "large", - "commandSyntaxLeader": "leader", - "commandSyntaxList": "list", - "commandSyntaxMarker": "marker", - "commandSyntaxMarkers": "markers", - "commandSyntaxMarket": "market", - "commandSyntaxMetal": "metal", - "commandSyntaxMute": "mute", - "commandSyntaxNote": "note", - "commandSyntaxNotes": "notes", - "commandSyntaxOff": "kapalı", - "commandSyntaxOffline": "offline", - "commandSyntaxOn": "açık", - "commandSyntaxOnline": "online", - "commandSyntaxPlayer": "player", - "commandSyntaxPlayers": "players", - "commandSyntaxPop": "pop", - "commandSyntaxProx": "prox", - "commandSyntaxRecycle": "recycle", - "commandSyntaxRemove": "remove", - "commandSyntaxResearch": "research", - "commandSyntaxSearch": "search", - "commandSyntaxSend": "send", - "commandSyntaxSmall": "small", - "commandSyntaxStack": "stack", - "commandSyntaxStatus": "status", - "commandSyntaxSteamid": "steamid", - "commandSyntaxStone": "stone", - "commandSyntaxSubscribe": "sub", - "commandSyntaxTTS": "tts", - "commandSyntaxTeam": "team", - "commandSyntaxTime": "time", - "commandSyntaxTimer": "timer", - "commandSyntaxTimers": "timers", - "commandSyntaxTranslateFromTo": "trf", - "commandSyntaxTranslateTo": "tr", - "commandSyntaxTravelingVendor": "vendor", - "commandSyntaxTwig": "twig", - "commandSyntaxUnmute": "unmute", - "commandSyntaxUnsubscribe": "unsub", - "commandSyntaxUpkeep": "upkeep", - "commandSyntaxUptime": "uptime", - "commandSyntaxWipe": "wipe", - "commandSyntaxWood": "wood", "commandsAlarmDesc": "Akıllı Alarm işlemleri.", "commandsAlarmEditDesc": "Akıllı Alarm açıklamasını düzenle.", "commandsAlarmEditIdDesc": "Akıllı Alarm Kimliği.", @@ -263,6 +204,68 @@ "commandsVoiceMale": "Erkek", "commandsVoiceMaleDescription": "Sets the voiceactor gender to Male", "commandsVoiceNotInVoice": "You are not in a voicechannel", + "commandSyntaxAdd": "add", + "commandSyntaxAfk": "afk", + "commandSyntaxAlive": "alive", + "commandSyntaxArmored": "zırhlı", + "commandSyntaxCargo": "cargo", + "commandSyntaxChinook": "chinook", + "commandSyntaxConnection": "connection", + "commandSyntaxConnections": "connections", + "commandSyntaxCraft": "üret", + "commandSyntaxDeath": "death", + "commandSyntaxDeaths": "deaths", + "commandSyntaxDecay": "çürüme", + "commandSyntaxDeepSea": "deepsea", + "commandSyntaxDespawn": "despawn", + "commandSyntaxEvents": "etkinlikler", + "commandSyntaxHeli": "heli", + "commandSyntaxLanguage": "language", + "commandSyntaxLarge": "large", + "commandSyntaxLeader": "leader", + "commandSyntaxList": "list", + "commandSyntaxMarker": "marker", + "commandSyntaxMarkers": "markers", + "commandSyntaxMarket": "market", + "commandSyntaxMetal": "metal", + "commandSyntaxMute": "mute", + "commandSyntaxNext": "sonraki", + "commandSyntaxNote": "note", + "commandSyntaxNotes": "notes", + "commandSyntaxOff": "kapalı", + "commandSyntaxOffline": "offline", + "commandSyntaxOn": "açık", + "commandSyntaxOnline": "online", + "commandSyntaxPlayer": "player", + "commandSyntaxPlayers": "players", + "commandSyntaxPop": "pop", + "commandSyntaxProx": "prox", + "commandSyntaxRecycle": "recycle", + "commandSyntaxRemove": "remove", + "commandSyntaxResearch": "research", + "commandSyntaxSearch": "search", + "commandSyntaxSend": "send", + "commandSyntaxSmall": "small", + "commandSyntaxStack": "stack", + "commandSyntaxStatus": "status", + "commandSyntaxSteamid": "steamid", + "commandSyntaxStone": "stone", + "commandSyntaxSubscribe": "sub", + "commandSyntaxTeam": "team", + "commandSyntaxTime": "time", + "commandSyntaxTimer": "timer", + "commandSyntaxTimers": "timers", + "commandSyntaxTranslateFromTo": "trf", + "commandSyntaxTranslateTo": "tr", + "commandSyntaxTravelingVendor": "vendor", + "commandSyntaxTTS": "tts", + "commandSyntaxTwig": "twig", + "commandSyntaxUnmute": "unmute", + "commandSyntaxUnsubscribe": "unsub", + "commandSyntaxUpkeep": "upkeep", + "commandSyntaxUptime": "uptime", + "commandSyntaxWipe": "wipe", + "commandSyntaxWood": "wood", "connect": "Bağlan", "connectCap": "BAĞLAN", "connected": "Bağlanıldı", @@ -329,14 +332,26 @@ "customCommand": "Özel Komut", "customTimerEditCargoShipEgressLabel": "Kargo çıkış süresi (saniye):", "customTimerEditCrateOilRigUnlockLabel": "Sondaj kutusu açılma süresi (saniye):", + "customTimerEditDeepSeaMaxWipeCooldownLabel": "Derin Deniz maksimum yeniden doğma süresi (saniye):", + "customTimerEditDeepSeaMinWipeCooldownLabel": "Derin Deniz minimum yeniden doğma süresi (saniye):", + "customTimerEditDeepSeaWipeDurationLabel": "Derin deniz süre (saniye):", "customTimerEditDesc": "Özel zamanlayıcıları ayarla", "customTimersCap": "ÖZEL ZAMANLAMA", "dash": "Kısa çizgi", "dayOfWipe": "Gün {day}", "deathCap": "ÖLÜM", "decay": "Çürüme", - "decayTimeForItem": "Decay time for {item} is {time}.", "decayingCap": "ERİME", + "decayTimeForItem": "Decay time for {item} is {time}.", + "deepSea": "Derin Deniz", + "deepSeaCanRespawnNow": "Son Deep Sea {time} önceydi. Deep Sea şimdi yeniden ortaya çıkabilir ve en geç {respawnMax} içinde yeniden ortaya çıkacaktır.", + "deepSeaDetected": "Haritada derin deniz tespit edildi!", + "deepSeaDetectedSetting": "Deep Sea algılandığında bir bildirim gönderin.", + "deepSeaLeftMap": "Derin Deniz Sol Haritası", + "deepSeaLeftMapSetting": "Deep Sea haritadan ayrıldığında bir bildirim gönderin.", + "DeepSeaMaxWipeCooldownTime": "Derin Deniz maksimum silme bekleme süresi {time}'dır.", + "DeepSeaMinWipeCooldownTime": "Deep Sea minimum silme bekleme süresi {time}'dır.", + "deepSeaNotCurrentlyOnMap": "Deep Sea şu anda aktif değil.", "deleteUnreachableDevicesCap": "DELETE UNREACHABLE DEVICES", "despawnTime": "Despawn Time", "despawnTimeOfItem": "Despawn time of {item} is {time}.", @@ -381,6 +396,9 @@ "ferryTerminal": "Feribot Terminali", "fishingVillage": "Balıkçılık Köyü", "five": "Beş", + "foundItemInVendingMachine": "{quantity}{item} için {priceAmount}{price} | {stock}x Stokta @ {location}", + "foundOrdersSummary": "{foundOrders} Otomat siparişleri bulundu. {totalPages} sayfasının {currentPage} sayfası gösteriliyor. Sonraki sayfayı görmek için {nextCommand} kullanın.", + "foundOrdersSummaryNoNext": "{foundOrders} Otomat siparişleri bulundu.", "four": "Dört", "giantExcavatorPit": "Devasa Kazıcı Çukuru", "greaterThanSign": "Büyüktür işareti", @@ -403,14 +421,14 @@ "ignoreSetAvatar": "Avatar ayarlamayı yoksay.", "ignoreSetNickname": "Takma ad ayarlamayı yoksay", "ignoreSetUsername": "Kullanıcı adı ayarlamayı yoksay", + "index": "Dizin", + "infoCap": "BİLGİ", "inGameBotMessagesMuted": "Oyun içi bot mesajları susturuldu.", "inGameBotMessagesUnmuted": "Oyun içi bot mesajları artık susturulmuyor.", "inGameCap": "OYUN-İÇİ", "inGameEventInfo": "Oyun içi etkinlik biglisi", "inGameTeamNotificationsSetting": "Oyun içi takım arkadaşı bilgisi.", "inGameTime": "Oyun içi zaman: {time}.", - "index": "Dizin", - "infoCap": "BİLGİ", "inside": "İçinde", "interactionEditReplyFailed": "Düzenleme isteği başarısız oldu.: {error}", "interactionInvalidChannel": "Geçersiz bir kanaldan etkileşim.", @@ -453,11 +471,11 @@ "lockedCrateSmallOilRigUnlocked": "Küçük sondaj kulesi kutusu açıldı. {location}", "logDiscordCommand": "Discord Command - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", "logDiscordMessage": "Discord Message - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.", + "loggedInAs": "GİRİŞ YAPILDI: {name}", "logInGameCommand": "{type} - Command: {command}, User: {user}.", "logInGameMessage": "Message: {message}, User: {user}", "logSmartSwitchGroupValueChange": "Smart Switch Group - Value: {value}.", "logSmartSwitchValueChange": "Smart Switch - Value: {value}.", - "loggedInAs": "GİRİŞ YAPILDI: {name}", "makeSureApplicationsCommandsEnabled": "botu davet ederken applications.commands işaretli olduğundan emin olun.", "map": "Harita", "mapSalt": "Harita Özel", @@ -488,8 +506,8 @@ "name": "Ad", "nameChangeHistory": "Ad Değiştirme Geçmiş", "new": "Yeni", - "newVendingMachine": "{location} konumunda yeni market açıldı.", "newsCap": "HABERLER", + "newVendingMachine": "{location} konumunda yeni market açıldı.", "noActiveTimers": "Aktif bir zamanlayıcı yok.", "noCommandDelay": "Komut gecikmesi yok.", "noCommunicationSmartSwitch": "Akıllı şalter ile iletişim kurulamadı: {name}", @@ -500,7 +518,9 @@ "noItemFound": "Öge herhangi bir markette bulunamadı...", "noItemWithIdFound": "{id} kimlik numaralı bir öge bulunamadı.", "noItemWithNameFound": "{name} adlı bir öge bulunamadı.", + "noMorePages": "Başka sayfa yok.", "noNameIdGiven": "Herhangi bir ad yada kimlik numarası verilmedi.", + "none": "Boş", "noOneIsAfk": "AFK birisi yok.", "noOneIsOffline": "Çevrimdışı birisi yok.", "noOneIsOnline": "Çevrimiçi birisi yok.", @@ -510,24 +530,23 @@ "noRegisteredDeathEventsUser": "{user} için kayıtlı ölüm olayı yok.", "noRegisteredEvents": "No registered events yet.", "noRegisteredMarkers": "Kayıtlı bir işaretçi yok.", - "noSavedNotes": "Kayıtlı bir not yok.", - "noToolCupboardWereFound": "Alet dolabı monitörü yok.", - "none": "Boş", "northEast": "Kuzey Doğu", "northOfGrid": "Haritanın Kuzeyi", "northWest": "Kuzey Batı", - "notAValidOrderType": "{order} is not a valid order type.", + "noSavedNotes": "Kayıtlı bir not yok.", "notActive": "Aktif değil.", + "notAValidOrderType": "{order} is not a valid order type.", "notConnectedToRustServer": "Herhangi bir rust sunucusuna bağlı değil.", - "notExistInSubscription": "{name} öğesi abonelik listesinde yok.", - "notFoundCap": "BULUNAMADI", - "notPartOfRole": "{role} rolünün bir parçası değilsiniz, bu nedenle bot komutlarını çalıştıramazsınız.", - "notShowingCap": "GÖSTERİLMİYOR", "noteCap": "NOT", "noteIdDoesNotExist": "Not Kimliği: {id} bulunamıyor.", "noteIdInvalid": "Not Kimliği geçersiz.", "noteIdWasRemoved": "Not Kimliği: {id} silindi.", "noteSaved": "Not kaydedildi.", + "notExistInSubscription": "{name} öğesi abonelik listesinde yok.", + "notFoundCap": "BULUNAMADI", + "noToolCupboardWereFound": "Alet dolabı monitörü yok.", + "notPartOfRole": "{role} rolünün bir parçası değilsiniz, bu nedenle bot komutlarını çalıştıramazsınız.", + "notShowingCap": "GÖSTERİLMİYOR", "offCap": "KAPALI", "offline": "Çevrim dışı", "offlineTime": "Çevrim dışı zamanı", @@ -585,9 +604,9 @@ "recycleCap": "DÖNÜŞTÜRÜCÜ", "recycler": "Geri Dönüştürücü", "remain": "kaldı", + "removedSubscribeItem": "{name} öğesi abonelikten kaldırıldı", "removePlayerCap": "OYUNCU SİL", "removeSwitchCap": "ŞALTER SİL", - "removedSubscribeItem": "{name} öğesi abonelikten kaldırıldı", "research": "Araştır", "researchTable": "Araştırma Masası", "resetSuccess": "Discord başarıyla yenilendi.", @@ -642,8 +661,8 @@ "six": "6", "slash": "Eğik Çizgi", "slashCommandInteraction": "Slash Command Interaction - Guild: {guild}, Channel: {channel}, User: {user}, Command: {command}, VerifyId: {id}.", - "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slashCommandsSuccessRegister": "Uygulama komutları bu sunucu için başarıyla kaydedildi: {guildId}.", + "slashCommandValueChange": "Slash Command Interaction - VerifyId: {id}, Value: {value}.", "slots": "Slot", "smallOilRig": "Küçük Sondaj Kulesi", "smartAlarm": "Akıllı Alarm", @@ -697,11 +716,18 @@ "timeBeforeCrateAtLargeOilRigUnlocks": "{time} sonra büyük sondaj kulesi kutusu ({location}) konumunda açılacak.", "timeBeforeCrateAtSmallOilRigUnlocks": "{time} sonra küçük sondaj kulesi kutusu ({location}) konumunda açılacak.", "timeCap": "ZAMAN", + "timeDeepSeaIsActiveFor": "Deep Sea aktif ve yaklaşık {time} içinde kapanacak.", "timeFormatInvalid": "Zaman formatı geçersiz.", "timeLeftTimer": "{id}: Süre Kaldı: {time}, Mesaj: {message}", + "timer": "Zamanlayıcı: {message}.", + "timerIdDoesNotExist": "Zamanlayıcı Kimliği: {id} bulunamadı.", + "timerIdInvalid": "Zamanlayıcı Kimliği geçersiz.", + "timerRemoved": "Zamanlayıcı Kimliği: {id} silindi.", + "timerSet": "Zamanlayıcı ayarlandı - {time}.", "timeSinceAlarmWasTriggered": "The alarm {alarm} was triggered {time} ago.", "timeSinceCargoLeft": "{time} önce kargo gemisi haritadan ayrıldı.", "timeSinceChinook47OnMap": "{time} önce Chinook 47 haritada görüldü.", + "timeSinceDeepSeaWasOnMap": "Son Deep Sea {time} önceydi. Yaklaşık {respawnMin}-{respawnMax} içinde yeniden ortaya çıkması gerekir.", "timeSinceHeavyScientistsOnLarge": "{time} önce ağır bilim adamları büyük sondaj kulesinde çağırıldı.", "timeSinceHeavyScientistsOnSmall": "{time} önce ağır bilim adamları küçük sondaj kulesinde çağırıldı.", "timeSinceLast": "{time} önce.", @@ -716,11 +742,6 @@ "timeTillNightfall": "{time} sonra gece olacak.", "timeTillStructureDecay": "{time} before {type} wall decay.", "timeUntilUnlocksAt": "{time} sonra açılacak {location}.", - "timer": "Zamanlayıcı: {message}.", - "timerIdDoesNotExist": "Zamanlayıcı Kimliği: {id} bulunamadı.", - "timerIdInvalid": "Zamanlayıcı Kimliği geçersiz.", - "timerRemoved": "Zamanlayıcı Kimliği: {id} silindi.", - "timerSet": "Zamanlayıcı ayarlandı - {time}.", "tokensDidNotReplenish": "Tokenler zamanında yenilenmedi.", "toolCupboard": "Alet Dolabı", "total": "Toplam", @@ -733,15 +754,15 @@ "travelingVendorDetectedSetting": "When the Traveling Vendor is detected, send a notification.", "travelingVendorHaltedAt": "The Traveling Vendor stopped at {location}.", "travelingVendorHaltedSetting": "When the Traveling Vendor stops moving, send a notification.", + "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorLeftSetting": "When the Traveling Vendor left the map, send a notification.", "travelingVendorLocatedAt": "The Traveling Vendor is located at {location}.", - "travelingVendorLeftMap": "The Traveling Vendor just left the map at {location}.", "travelingVendorNotCurrentlyOnMap": "The Traveling Vendor is not currently on the map.", "travelingVendorResumedAt": "The Traveling Vendor resumed moving at {location}.", "travelingVendorSpawnedAt": "The Traveling Vendor spawned at {location}.", + "turningGroupOnOff": "{group} ayarlandı {status}.", "turnOffCap": "AKTİF", "turnOnCap": "DEVREDIŞI", - "turningGroupOnOff": "{group} ayarlandı {status}.", "two": "İki", "type": "Tip", "unavailable": "Mevcut değil", @@ -787,4 +808,4 @@ "yield": "Teslim Ol", "youAreAlreadyLeader": "Zaten lidersin.", "youAreNotPairedWithServer": "Sunucuyla eşleşmediğiniz için lider komutu çalışmıyor." -} \ No newline at end of file +} From 2f9f69c2944cc2126c4f65014d701a6536bf9040 Mon Sep 17 00:00:00 2001 From: FaiThiX Date: Tue, 10 Mar 2026 15:23:13 +0100 Subject: [PATCH 5/5] Update pull request trigger paths in workflow Removed specific paths from pull request trigger conditions. --- .github/workflows/translate-language.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/translate-language.yml b/.github/workflows/translate-language.yml index 1433e00f..84bfbd93 100644 --- a/.github/workflows/translate-language.yml +++ b/.github/workflows/translate-language.yml @@ -4,10 +4,6 @@ on: pull_request: branches: - master - paths: - - "src/languages/en.json" - - "src/external/translate_language_json.py" - - ".github/workflows/translate-language.yml" permissions: contents: write