Skip to content

Commit

Permalink
Separate small and large oil rig notification settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiewastaken committed Jun 22, 2024
1 parent a9d885a commit cef6dfe
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 49 deletions.
2 changes: 1 addition & 1 deletion docs/full_list_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
> Receive notifications for In-Game Events such as:
- **Cargo Ship** - When it spawns, despawns, how long before it enters egress stage. How long time since it was last out. step-trace.
- **Patrol Helicopter** - When it spawns, despawns or gets taken down. How long time since it was last out and how long since it was taken down. step-trace.
- **Oil Rig** - When Oil Rig calls in Heavy Scientists and how long till the Locked Crate unlocks.
- **Oil Rigs** - When Heavy Scientists are called at each, and how long until the Locked Crates unlock.
- **Chinook 47** - When it enters map and when it leaves.
- **Vending Machines** - Whenever a new Vending Machine appears on the map.

Expand Down
6 changes: 4 additions & 2 deletions src/languages/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@
"hbhfSensor": "HBHF Sensor",
"heart": "Heart",
"heater": "Heater",
"heavyScientistCalledSetting": "When Heavy Scientists are called to Oil Rig, send a notification.",
"heavyScientistsCalledLarge": "Heavy Scientists got called to the Large Oil Rig at {location}.",
"heavyScientistsCalledLargeSetting": "When Heavy Scientists are called to the Large Oil Rig, send a notification.",
"heavyScientistsCalledSmall": "Heavy Scientists got called to the Small Oil Rig at {location}.",
"heavyScientistsCalledSmallSetting": "When Heavy Scientists are called to the Small Oil Rig, send a notification.",
"hideTrademark": "Hide trademark.",
"hoster": "Hoster",
"hp": "HP",
Expand Down Expand Up @@ -443,8 +444,9 @@
"linkCap": "LINK",
"location": "Location",
"lockedCrateLargeOilRigUnlocked": "Locked Crate at Large Oil Rig at {location} has been unlocked.",
"lockedCrateOilRigUnlockedSetting": "When a Locked Crate at Oil Rig is unlocked, send a notification.",
"lockedCrateLargeOilRigUnlockedSetting": "When a Locked Crate at Large Oil Rig is unlocked, send a notification.",
"lockedCrateSmallOilRigUnlocked": "Locked Crate at Small Oil Rig at {location} has been unlocked.",
"lockedCrateSmallOilRigUnlockedSetting": "When a Locked Crate at Small Oil Rig is unlocked, send a notification.",
"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}.",
"logInGameCommand": "{type} - Příkaz: {command}, Uživatel: {user}.",
Expand Down
10 changes: 6 additions & 4 deletions src/languages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@
"hbhfSensor": "HAFT-Sensor",
"heart": "Herz-Symbol",
"heater": "Elektrische Heizung",
"heavyScientistCalledSetting": "Wenn schwere Wissenschaftler zu einer Ölbohrinsel gerufen werden, sende eine Benachrichtigung.",
"heavyScientistsCalledLarge": "Schwere Wissenschaftler wurden zur großen Ölbohrinsel gerufen [{location}].",
"heavyScientistsCalledSmall": "Schwere Wissenschaftler wurden zur kleinen Ölbohrinsel gerufen [{location}].",
"heavyScientistsCalledLarge": "Heavy Scientists got called to the Large Oil Rig at {location}.",
"heavyScientistsCalledLargeSetting": "When Heavy Scientists are called to the Large Oil Rig, send a notification.",
"heavyScientistsCalledSmall": "Heavy Scientists got called to the Small Oil Rig at {location}.",
"heavyScientistsCalledSmallSetting": "When Heavy Scientists are called to the Small Oil Rig, send a notification.",
"hideTrademark": "Kürzel ausblenden.",
"hoster": "Hoster",
"hp": "HP",
Expand Down Expand Up @@ -443,8 +444,9 @@
"linkCap": "LINK",
"location": "Position",
"lockedCrateLargeOilRigUnlocked": "Gesperrte Kiste auf der großen Ölbohrinsel [{location}] wurde entsperrt.",
"lockedCrateOilRigUnlockedSetting": "Wenn eine gesperrte Kiste auf einer Ölbohrinsel entsperrt wurde, sende eine Benachrichtigung.",
"lockedCrateLargeOilRigUnlockedSetting": "Wenn eine verschlossene Kiste auf der großen Bohrinsel entsperrt wird, senden Sie eine Benachrichtigung.",
"lockedCrateSmallOilRigUnlocked": "Gesperrte Kiste auf der kleinen Ölbohrinsel [{location}] wurde entsperrt.",
"lockedCrateSmallOilRigUnlockedSetting": "Wenn eine verschlossene Kiste auf der kleinen Bohrinsel entsperrt wird, senden Sie eine Benachrichtigung.",
"logDiscordCommand": "Discord-Befehl - Discord-Server: {guild}, Kanal: {channel}, Benutzer: {user}, Nachricht: {message}.",
"logDiscordMessage": "Discord-Nachricht - Discord-Server: {guild}, Kanal: {channel}, Benutzer: {user}, Nachricht: {message}.",
"logInGameCommand": "{type} - Befehl: {command}, Benutzer: {user}.",
Expand Down
6 changes: 4 additions & 2 deletions src/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,10 @@
"hbhfSensor": "HBHF Sensor",
"heart": "Heart",
"heater": "Heater",
"heavyScientistCalledSetting": "When Heavy Scientists are called to Oil Rig, send a notification.",
"heavyScientistsCalledLarge": "Heavy Scientists got called to the Large Oil Rig at {location}.",
"heavyScientistsCalledLargeSetting": "When Heavy Scientists are called to the Large Oil Rig, send a notification.",
"heavyScientistsCalledSmall": "Heavy Scientists got called to the Small Oil Rig at {location}.",
"heavyScientistsCalledSmallSetting": "When Heavy Scientists are called to the Small Oil Rig, send a notification.",
"hideTrademark": "Hide trademark.",
"hoster": "Hoster",
"hp": "HP",
Expand Down Expand Up @@ -444,8 +445,9 @@
"linkCap": "LINK",
"location": "Location",
"lockedCrateLargeOilRigUnlocked": "Locked Crate at Large Oil Rig at {location} has been unlocked.",
"lockedCrateOilRigUnlockedSetting": "When a Locked Crate at Oil Rig is unlocked, send a notification.",
"lockedCrateLargeOilRigUnlockedSetting": "When a Locked Crate at Large Oil Rig is unlocked, send a notification.",
"lockedCrateSmallOilRigUnlocked": "Locked Crate at Small Oil Rig at {location} has been unlocked.",
"lockedCrateSmallOilRigUnlockedSetting": "When a Locked Crate at Small Oil Rig is unlocked, send a notification.",
"logDiscordCommand": "Discord Command - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.",
"logDiscordMessage": "Discord Message - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.",
"logInGameCommand": "{type} - Command: {command}, User: {user}.",
Expand Down
10 changes: 6 additions & 4 deletions src/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@
"hbhfSensor": "Detector de calvos",
"heart": "Corazón",
"heater": "Calefactor",
"heavyScientistCalledSetting": "Cuando se llamen a los científicos pesados, envíe una notificación.",
"heavyScientistsCalledLarge": "Los Científicos Pesados han sido llamados en la Petro Grande en {location}.",
"heavyScientistsCalledSmall": "Los Científicos Pesados han sido llamados en la Petro Pequeña en {location}.",
"heavyScientistsCalledLarge": "Los Científicos Pesados fueron llamados a la Gran Plataforma Petrolífera en {location}.",
"heavyScientistsCalledLargeSetting": "Cuando se llame a los científicos pesados a la plataforma petrolífera grande, envía una notificación.",
"heavyScientistsCalledSmall": "Han llamado a científicos pesados a la plataforma petrolífera pequeña de {location}.",
"heavyScientistsCalledSmallSetting": "Cuando los científicos pesados sean llamados a la plataforma petrolífera pequeña, envía una notificación.",
"hideTrademark": "Ocultar marca.",
"hoster": "Anfitrión",
"hp": "HP",
Expand Down Expand Up @@ -443,8 +444,9 @@
"linkCap": "ENLACE",
"location": "Ubicación",
"lockedCrateLargeOilRigUnlocked": "La Caja de la Petro Grande en {location} acaba de ser desbloqueada.",
"lockedCrateOilRigUnlockedSetting": "Cuando una Caja Bloqueada en una Plataforma Petrolífera sea desbloqueada, envíe una notificación.",
"lockedCrateLargeOilRigUnlockedSetting": "Envía una notificación cuando se desbloquee una caja cerrada en una plataforma petrolífera grande.",
"lockedCrateSmallOilRigUnlocked": "La Caja Bloqueada en la Petro Pequeña en {location} ha sido desbloqueada.",
"lockedCrateSmallOilRigUnlockedSetting": "Envía una notificación cuando se desbloquee una caja cerrada en una plataforma petrolífera pequeña.",
"logDiscordCommand": "Comando de Discord - Servidor: {guild}, Canal: {channel}, Usuario: {user}, Mensaje: {message}.",
"logDiscordMessage": "Mensaje de Discord - Servidor: {guild}, Canal: {channel}, Usuario: {user}, Mensaje: {message}.",
"logInGameCommand": "{type} - Comando: {command}, Usuario: {user}.",
Expand Down
10 changes: 6 additions & 4 deletions src/languages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@
"hbhfSensor": "Capteur HBHF",
"heart": "Coeur",
"heater": "Chauffage",
"heavyScientistCalledSetting": "Lorsque des scientifiques lourds sont appelés sur une grande Oil Rig, envoyez une notification.",
"heavyScientistsCalledLarge": "Des scientifiques lourds ont été appelés sur la grande Oil Rig à {location}.",
"heavyScientistsCalledSmall": "Des scientifiques lourds ont été appelés sur la Petite Oil à {location}.",
"heavyScientistsCalledLarge": "Les scientifiques lourds ont été appelés sur la grande plate-forme pétrolière de {location}.",
"heavyScientistsCalledLargeSetting": "Lorsque des scientifiques lourds sont appelés sur la grande plate-forme pétrolière, envoyez une notification.",
"heavyScientistsCalledSmall": "Des scientifiques de haut niveau ont été appelés sur la petite plate-forme pétrolière de {location}.",
"heavyScientistsCalledSmallSetting": "Lorsque des scientifiques de haut niveau sont appelés à se rendre sur une petite plate-forme pétrolière, ils envoient une notification.",
"hideTrademark": "Masquer la marque.",
"hoster": "Hébergeur",
"hp": "HP",
Expand Down Expand Up @@ -443,8 +444,9 @@
"linkCap": "LIEN",
"location": "Position",
"lockedCrateLargeOilRigUnlocked": "La caisse verrouillée de la grande plate-forme pétrolière a été débloquée en {location}.",
"lockedCrateOilRigUnlockedSetting": "La caisse verrouillée de la grande Oil Rig a été débloquée en {location}.",
"lockedCrateLargeOilRigUnlockedSetting": "Lorsqu'une caisse verrouillée à Large Oil Rig est déverrouillée, envoyez une notification.",
"lockedCrateSmallOilRigUnlocked": "La caisse verrouillée de la petite Oil Rig a été débloqué en {location}.",
"lockedCrateSmallOilRigUnlockedSetting": "Lorsqu'une caisse verrouillée sur une petite plateforme pétrolière est déverrouillée, envoyer une notification.",
"logDiscordCommand": "Discord Command - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.",
"logDiscordMessage": "Discord Message - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.",
"logInGameCommand": "{type} - Command: {command}, User: {user}.",
Expand Down
10 changes: 6 additions & 4 deletions src/languages/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@
"hbhfSensor": "Sensore HBHF",
"heart": "Cuore",
"heater": "Stufa Elettrica",
"heavyScientistCalledSetting": "Quando gli Scienziati Pesanti vengono chiamati alla Piattaforma Petrolifera, invia una notifica.",
"heavyScientistsCalledLarge": "Gli Scienziati Pesanti sono stati chiamati sulla Grande Oil Rig a {location}.",
"heavyScientistsCalledSmall": "Gli Scienziati Pesanti sono stati chiamati sulla Piccola Piattaforma Petrolifera a {location}.",
"heavyScientistsCalledLarge": "Heavy Scientists got called to the Large Oil Rig at {location}.",
"heavyScientistsCalledLargeSetting": "When Heavy Scientists are called to the Large Oil Rig, send a notification.",
"heavyScientistsCalledSmall": "Heavy Scientists got called to the Small Oil Rig at {location}.",
"heavyScientistsCalledSmallSetting": "When Heavy Scientists are called to the Small Oil Rig, send a notification.",
"hideTrademark": "Nascondi il marchio.",
"hoster": "Hoster",
"hp": "HP",
Expand Down Expand Up @@ -443,8 +444,9 @@
"linkCap": "LINK",
"location": "Posizione",
"lockedCrateLargeOilRigUnlocked": "La cassa chiusa sulla Grande Piattaforma Petrolifera a {location} è stata sbloccata.",
"lockedCrateOilRigUnlockedSetting": "Quando una Cassa chiusa sulla piattaforma petrolifera viene sbloccata, invia una notifica.",
"lockedCrateLargeOilRigUnlockedSetting": "Quando una cassa bloccata in una piattaforma petrolifera grande viene sbloccata, inviare una notifica.",
"lockedCrateSmallOilRigUnlocked": "Cassa chiusa su Piccola piattaforma petrolifera a {location} è stata sbloccata.",
"lockedCrateSmallOilRigUnlockedSetting": "Quando una cassa bloccata in una piattaforma petrolifera piccola viene sbloccata, inviare una notifica.",
"logDiscordCommand": "Discord Command - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.",
"logDiscordMessage": "Discord Message - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.",
"logInGameCommand": "{type} - Command: {command}, User: {user}.",
Expand Down
10 changes: 6 additions & 4 deletions src/languages/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@
"hbhfSensor": "HBHF 센서",
"heart": "하트",
"heater": "히터",
"heavyScientistCalledSetting": "석유 굴착지에 헤비 과학자를 호출하면, 알림을 보내줍니다.",
"heavyScientistsCalledLarge": "헤비 과학자들이 {location}에 있는 대형 석유 굴착지로 호출되었습니다.",
"heavyScientistsCalledSmall": "헤비 과학자들이 {location}에 있는 소형 석유 굴착지로 호출되었습니다.",
"heavyScientistsCalledLarge": "중장비 과학자가 {location}의 대형 석유 굴착 장치로 호출을 받았습니다.",
"heavyScientistsCalledLargeSetting": "중장비 과학자가 대형 석유 굴착 장치로 호출되면 알림을 보냅니다.",
"heavyScientistsCalledSmall": "중력 과학자가 {location}의 소형 석유 굴착 장치로 호출되었습니다.",
"heavyScientistsCalledSmallSetting": "중장비 과학자가 소형 석유 굴착 장치로 호출되면 알림을 보내세요.",
"hideTrademark": "트레이드마크 숨기기",
"hoster": "호스트",
"hp": "HP",
Expand Down Expand Up @@ -443,8 +444,9 @@
"linkCap": "링크",
"location": "위치",
"lockedCrateLargeOilRigUnlocked": "{location}의 대형 석유 굴착지에서 잠긴 상자가 잠금 해제되었습니다.",
"lockedCrateOilRigUnlockedSetting": "석유 굴착지에서 잠긴 상자가 잠금 해제되면 알림을 보냅니다.",
"lockedCrateLargeOilRigUnlockedSetting": "대형 석유 굴착 시설의 잠긴 상자가 잠금 해제되면 알림을 전송합니다.",
"lockedCrateSmallOilRigUnlocked": "{location}에 있는 소형 굴착지의 잠긴 상자가 잠금 해제되었습니다.",
"lockedCrateSmallOilRigUnlockedSetting": "소형 석유 굴착 시설의 잠긴 상자가 잠금 해제되면 알림을 전송합니다.",
"logDiscordCommand": "Discord Command - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.",
"logDiscordMessage": "Discord Message - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.",
"logInGameCommand": "{type} - Command: {command}, User: {user}.",
Expand Down
10 changes: 6 additions & 4 deletions src/languages/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@
"hbhfSensor": "HBHF Sensor",
"heart": "Heart",
"heater": "Heater",
"heavyScientistCalledSetting": "When Heavy Scientists are called to Oil Rig, send a notification.",
"heavyScientistsCalledLarge": "Heavy Scientists got called to the Large Oil Rig at {location}.",
"heavyScientistsCalledSmall": "Ciężcy naukowcy zostali wezwani na małej Platformie wiertniczej {location}.",
"heavyScientistsCalledLarge": "Ciężcy naukowcy zostali wezwani na dużą platformę wiertniczą w {location}.",
"heavyScientistsCalledLargeSetting": "Gdy ciężcy naukowcy zostaną wezwani do dużej platformy wiertniczej, wyślij powiadomienie.",
"heavyScientistsCalledSmall": "Ciężcy naukowcy zostali wezwani do małej platformy wiertniczej w {location}.",
"heavyScientistsCalledSmallSetting": "Gdy ciężcy naukowcy zostaną wezwani do małej platformy wiertniczej, wyślij powiadomienie.",
"hideTrademark": "Ukryj znak handlowy.",
"hoster": "Hoster",
"hp": "HP",
Expand Down Expand Up @@ -443,8 +444,9 @@
"linkCap": "LINK",
"location": "Location",
"lockedCrateLargeOilRigUnlocked": "Locked Crate at Large Oil Rig at {location} has been unlocked.",
"lockedCrateOilRigUnlockedSetting": "When a Locked Crate at Oil Rig is unlocked, send a notification.",
"lockedCrateLargeOilRigUnlockedSetting": "When a Locked Crate at Large Oil Rig is unlocked, send a notification.",
"lockedCrateSmallOilRigUnlocked": "Locked Crate at Small Oil Rig at {location} has been unlocked.",
"lockedCrateSmallOilRigUnlockedSetting": "When a Locked Crate at Small Oil Rig is unlocked, send a notification.",
"logDiscordCommand": "Discord Command - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.",
"logDiscordMessage": "Discord Message - Guild: {guild}, Channel: {channel}, User: {user}, Message: {message}.",
"logInGameCommand": "{type} - Command: {command}, User: {user}.",
Expand Down
10 changes: 6 additions & 4 deletions src/languages/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,9 +386,10 @@
"hbhfSensor": "HBHF-Датчик",
"heart": "Сердце",
"heater": "Обогреватель",
"heavyScientistCalledSetting": "Уведомление при активации запертого ящика на Нефтяной Вышке.",
"heavyScientistsCalledLarge": "Тяжелые ученые были вызваны на большую нефтяную вышку ({location}).",
"heavyScientistsCalledSmall": "Тяжелые ученые были вызваны на малую нефтяную вышку ({location}).",
"heavyScientistsCalledLarge": "Тяжелые ученые были вызваны на Большую нефтяную вышку по адресу {location}.",
"heavyScientistsCalledLargeSetting": "Когда тяжелые ученые будут вызваны на большую нефтяную буровую установку, отправьте уведомление.",
"heavyScientistsCalledSmall": "Тяжелые ученые были вызваны на малую нефтяную буровую установку в {location}.",
"heavyScientistsCalledSmallSetting": "Когда тяжелые ученые будут вызваны на малую нефтяную буровую установку, отправьте уведомление.",
"hideTrademark": "Скрыть марку.",
"hoster": "Лидер",
"hp": "HP",
Expand Down Expand Up @@ -443,8 +444,9 @@
"linkCap": "ССЫЛКА",
"location": "Местоположение",
"lockedCrateLargeOilRigUnlocked": "Запертый ящик на большой нефтяной вышке ({location}) был разблокирован.",
"lockedCrateOilRigUnlockedSetting": "Уведомление при открытии запертого ящика на Нефтяной вышке.",
"lockedCrateLargeOilRigUnlockedSetting": "Когда запертый ящик на Большой нефтяной вышке будет разблокирован, отправьте уведомление.",
"lockedCrateSmallOilRigUnlocked": "Запертый ящик на Маленькой Нефтяной Вышке ({location}) был разблокирован.",
"lockedCrateSmallOilRigUnlockedSetting": "Когда запертый ящик на Малой нефтяной вышке будет разблокирован, отправьте уведомление.",
"logDiscordCommand": "Discord Command - Guild: {guild}, Канал: {channel}, Пользователь: {user}, Сообщение: {message}.",
"logDiscordMessage": "Discord Message - Guild: {guild}, Канал: {channel}, Пользователь: {user}, Сообщение: {message}.",
"logInGameCommand": "{type} - Команда: {command}, Пользователь: {user}.",
Expand Down
Loading

0 comments on commit cef6dfe

Please sign in to comment.