Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
16b02a3221 | ||
|
|
9597c2abc1 | ||
|
|
048bcb566a | ||
|
|
6719deb8fc | ||
|
|
de1fa8ba72 |
+140
@@ -55,6 +55,16 @@
|
||||
"BOL.ui.equip": "Anlegen",
|
||||
"BOL.ui.delete": "Löschen",
|
||||
"BOL.ui.roll" : "Würfeln",
|
||||
"BOL.ui.bonus": "Bonus",
|
||||
"BOL.ui.log": "Protokoll",
|
||||
"BOL.ui.add": "Hinzufügen",
|
||||
"BOL.ui.rolls": "Würfe",
|
||||
"BOL.ui.action": "Aktion",
|
||||
"BOL.ui.unarmedAttack": "Unbewaffneter Angriff",
|
||||
"BOL.ui.vehicleType.boat": "Schiff",
|
||||
"BOL.ui.vehicleType.flyingboat": "Flugschiff",
|
||||
"BOL.ui.vehicleType.chariot": "Streitwagen/Karre",
|
||||
"BOL.ui.vehicleType.other": "Anderes",
|
||||
"BOL.ui.equipment" : "Ausrüstung",
|
||||
"BOL.ui.equipmentProperties" : "Ausrüstungseigenschaften",
|
||||
"BOL.ui.weaponAttack" : "Waffenangriff",
|
||||
@@ -156,6 +166,15 @@
|
||||
"BOL.ui.armorAgiMalus": "Rüschtung+Schild-Malus (Geschick)",
|
||||
"BOL.ui.armorInitMalus": "Rüstungsmalus (Init)",
|
||||
"BOL.ui.attackValue": "Angriffswert",
|
||||
"BOL.ui.attackModifier": "Angriffsmodifikator",
|
||||
"BOL.ui.vehicleWeapons": "Fahrzeugwaffen",
|
||||
"BOL.ui.hullDamage": "Rumpfschaden",
|
||||
"BOL.ui.crewDamage": "Besatzungsschaden",
|
||||
"BOL.ui.fireDamage": "Feuer ?",
|
||||
"BOL.ui.undead": "Untot",
|
||||
"BOL.ui.minor": "Gering",
|
||||
"BOL.ui.major": "Groß",
|
||||
"BOL.ui.majorgroup": "Große Gruppe",
|
||||
"BOL.ui.initMalus": "Init malus",
|
||||
"BOL.ui.createEquipment": "Create Equipment",
|
||||
|
||||
@@ -175,6 +194,9 @@
|
||||
"BOL.featureSubtypes.language": "Sprache",
|
||||
"BOL.featureSubtypes.gods": "Glauben & Götter",
|
||||
"BOL.featureSubtypes.fightOption": "Kampfoption",
|
||||
"BOL.featureSubtypes.effect": "Effekt",
|
||||
"BOL.featureSubtypes.horoscope": "Horoskop",
|
||||
"BOL.featureSubtypes.xplog": "XP-Protokoll",
|
||||
|
||||
"BOL.bougette.nomoney": "Mittellos",
|
||||
"BOL.bougette.tolive": "Zum Überleben",
|
||||
@@ -291,6 +313,17 @@
|
||||
"BOL.itemProperty.natural": "Natürliche Waffe",
|
||||
"BOL.itemProperty.onlymodifier": "Nur Modifikator (d.h. Angriffe von Kreaturen)",
|
||||
"BOL.itemProperty.attackMalusDice": "Angriffsmalus (Würfel)",
|
||||
"BOL.itemProperty.crewDamageMultiplier": "Multiplikator",
|
||||
"BOL.itemProperty.crewdamage": "Schadenswert für die Besatzung",
|
||||
"BOL.itemProperty.hullDamageMultiplier": "Multiplikator",
|
||||
"BOL.itemProperty.hulldamage": "Schadenswert für den Rumpf",
|
||||
"BOL.itemProperty.isboarding": "Entern",
|
||||
"BOL.itemProperty.isbreakrow": "Ruder brechen",
|
||||
"BOL.itemProperty.iscrewdamage": "Besatzungsschaden",
|
||||
"BOL.itemProperty.isfiredamage": "Feuerschaden",
|
||||
"BOL.itemProperty.ishulldamage": "Rumpfschaden",
|
||||
"BOL.itemProperty.isspur": "Rammstoß",
|
||||
"BOL.itemProperty.vehicleDamageType": "Fahrzeugschadenstyp",
|
||||
|
||||
"BOL.itemStat.quantity": "Anzahl",
|
||||
"BOL.itemStat.weight": "Gewicht",
|
||||
@@ -379,6 +412,23 @@
|
||||
"BOL.notification.MacroMultipleTokensSelected": "Du hast mehrere Token ausgewählt",
|
||||
"BOL.notification.MacroNoActorAvailable": "Es konnte kein Akteur gefunden werden",
|
||||
"BOL.notification.MacroNoTokenSelected": "Du musst einen Token auswählen",
|
||||
"BOL.notification.MacroNoItemFound": "{actor} : kein(e) {type} gefunden.",
|
||||
"BOL.notification.MacroSpecifyNameOrIndex": "Geben Sie einen Namen oder einen Index an : {names}",
|
||||
"BOL.notification.MacroBadIndex": "{actor} : Index {index} für {type} ungültig.",
|
||||
"BOL.notification.MacroItemNotFound": "{actor} : {type} \"{name}\" nicht gefunden.",
|
||||
"BOL.notification.MacroUnknownAttribute": "Unbekanntes Attribut : \"{key}\". Werte : vigor, agility, mind, appeal",
|
||||
"BOL.notification.MacroUnknownAptitude": "Unbekannte Fertigkeit : \"{key}\". Werte : init, melee, ranged, def",
|
||||
"BOL.notification.MacroUnknownRollType": "Unbekannter Wurftyp : \"{type}\". Gültige Typen : attribute, aptitude, weapon, spell, alchemy, horoscope",
|
||||
"BOL.notification.MacroNoPower": "Nicht genug Kraftpunkte !",
|
||||
"BOL.notification.FullDefense": "{actor} ist in voller Verteidigung ! Er kann in dieser Runde nicht angreifen.",
|
||||
"BOL.notification.WeaponNotFound": "Waffe nicht gefunden !",
|
||||
"BOL.notification.AlchemyNotFound": "Alchemie nicht gefunden !",
|
||||
"BOL.notification.SpellNotFound": "Diesen Zauber nicht gefunden !",
|
||||
"BOL.notification.NotEnoughCreationPrep": "Nicht genug Schöpfungspunkte in die Vorbereitung investiert !",
|
||||
"BOL.notification.NoPower": "Nicht genug Kraftpunkte !",
|
||||
"BOL.notification.AttackNotFound": "Der entsprechende Angriff wurde nicht gefunden, Fehler bei der Kampfverfolgung.",
|
||||
"BOL.notification.NoBirthHour": "{actor} hat keine Geburtsstunde, oder sie ist falsch : {hour}",
|
||||
"BOL.notification.BadBirthHour": "{hour} entspricht keiner Geburtsstunde",
|
||||
|
||||
"BOL.size.tiny": "Winzig",
|
||||
"BOL.size.verysmall": "Sehr klein",
|
||||
@@ -462,6 +512,54 @@
|
||||
"BOL.ui.biosigns": "Erkennungszeichen",
|
||||
"BOL.ui.biodescription": "Beschreibung",
|
||||
"BOL.ui.bionotes": "Notizen",
|
||||
"BOL.ui.aggressive": "Aggressiver Zauber?",
|
||||
"BOL.ui.armornoformula": "Die Rüstung {protect.name} hat keine Formel für den Schutz!",
|
||||
"BOL.ui.astrologerRank": "Rang des Astrologen",
|
||||
"BOL.ui.astrology": "Astrologie und Horoskope",
|
||||
"BOL.ui.astrologyMajor": "Großes Horoskop erstellen",
|
||||
"BOL.ui.astrologyMajorGroup": "Großes Gruppen-Horoskop erstellen",
|
||||
"BOL.ui.astrologyMinor": "Kleines Horoskop erstellen",
|
||||
"BOL.ui.astrologyNoPoints": "Du hast nicht genug Astrologiepunkte!",
|
||||
"BOL.ui.attributaptitude": "Attribut oder Fertigkeit",
|
||||
"BOL.ui.boleffects": "Effekte (automatisch)",
|
||||
"BOL.ui.confirmdelete": "Bist du sicher, dass du diesen Gegenstand löschen willst?",
|
||||
"BOL.ui.cost": "XP-Kosten",
|
||||
"BOL.ui.createNaturalProtection": "Natürlichen Schutz erstellen",
|
||||
"BOL.ui.createNaturalWeapon": "Natürliche Waffe erstellen",
|
||||
"BOL.ui.creature": "Kreatur",
|
||||
"BOL.ui.daemon": "Dämon",
|
||||
"BOL.ui.date": "Datum",
|
||||
"BOL.ui.deletetitle": "Löschung",
|
||||
"BOL.ui.effects": "Aktive Effekte",
|
||||
"BOL.ui.heropoints": "Helden-/Bösewicht-Punkte",
|
||||
"BOL.ui.hordeAttack": "Hordenangriff",
|
||||
"BOL.ui.hordeHP": "Vitalität (1 Mitglied)",
|
||||
"BOL.ui.hordeSize": "Hordengröße",
|
||||
"BOL.ui.hordehp": "Vitalität (gesamt)",
|
||||
"BOL.ui.horoscopeCost": "Kosten in Astrologiepunkten",
|
||||
"BOL.ui.horoscopeDiceMax": "Maximale Würfel",
|
||||
"BOL.ui.horoscopeDiceRemaining": "Verbleibende Würfel",
|
||||
"BOL.ui.horoscopeGroup": "Gruppen-Horoskope",
|
||||
"BOL.ui.isAstrologer": "Astrologenkarriere?",
|
||||
"BOL.ui.isspecial": "Speziell?",
|
||||
"BOL.ui.itemnotfound": "Das Objekt dieser Makro konnte nicht gefunden werden",
|
||||
"BOL.ui.magicnewrules": "Zusätzliche Regeln (vgl. Fan-Zusatz Zauberei!)",
|
||||
"BOL.ui.makeHoroscope": "Horoskop erstellen",
|
||||
"BOL.ui.modifier": "Modifikator",
|
||||
"BOL.ui.newEquipment": "Neue Ausrüstung",
|
||||
"BOL.ui.newNaturalProtection": "Natürlicher Schutz",
|
||||
"BOL.ui.newNaturalWeapon": "Natürliche Waffe",
|
||||
"BOL.ui.nomorealchemypoints": "Nicht genug Schöpfungspunkte!",
|
||||
"BOL.ui.notenoughxp": "Nicht genug Erfahrungspunkte!",
|
||||
"BOL.ui.pclistbutton": "Kompakte Ansicht",
|
||||
"BOL.ui.rabble": "Meute",
|
||||
"BOL.ui.selectactor": "Wähle deinen Charakter aus, um die Makro zu verwenden",
|
||||
"BOL.ui.tough": "Zäh",
|
||||
"BOL.ui.value": "Wert",
|
||||
"BOL.ui.villain": "Rivale",
|
||||
"BOL.ui.warninitiative": "Deine Initiative ist nicht verfügbar. Führe für diesen Kampf einen Initiative-Wurf aus.",
|
||||
"BOL.ui.weaponbonus": "Diese Waffe hat bereits einen Bonuswürfel (z. B. Lieblingswaffe berücksichtigt)",
|
||||
"BOL.ui.xplog": "XP-Protokoll",
|
||||
|
||||
"BOL.chat.welcome1": "Willkommen zu Barbarians of Lemuria (französische Ludospherik-Version, deutsche Übersetzung von Truant Spiele)",
|
||||
"BOL.chat.welcome2": "Zum Spielen werden zwingend die passenden BoL Bücher benötigt. Die französischen Originalbücher für dieses System gibt es hier: http://www.ludospherik.fr/content/14-barbarians-of-lemuria<br>Die deutsche Übersetzung gibt es bei Truant Spiele: https://truant.com/produkt/barbarians-of-lemuria-2",
|
||||
@@ -469,8 +567,50 @@
|
||||
"BOL.chat.welcome4": "Im Discord findet ihr Support für die FoundryVTT-Implementierung dieses Systems: https://discord.gg/pPSDNJk",
|
||||
"BOL.chat.welcome5": "Auf ein gutes Spiel in Lemuria!",
|
||||
"BOL.chat.welcome6": "",
|
||||
"BOL.chat.msgonlygm": "Nachricht nur für den GM",
|
||||
"BOL.chat.babelewarning": "⚠ WARNUNG ! Englisch ist ausgewählt, aber das Babele-Modul ist nicht installiert !<br>Bitte installieren Sie babele über den Modul-Reiter in der Foundry-Oberfläche.",
|
||||
"BOL.chat.bolRulebookMessage": "Don't miss the premium Rulebook module (including Sagas), available on the Foundry website : <a href='https://foundryvtt.com/packages/bol-rulebook' target='_blank'>https://foundryvtt.com/packages/bol-rulebook</a>",
|
||||
"BOL.chat.bolChroniclesMessage": "Discover the premium Chronicles of Lemuria module (vol. 1), available on the Foundry website : <a href='https://foundryvtt.com/packages/bol-chronicles-1' target='_blank'>https://foundryvtt.com/packages/bol-chronicles-1</a>",
|
||||
"BOL.chat.applyrecup": "Einige Minuten ausruhen (+{recupHP} Vitalität)",
|
||||
"BOL.chat.armorRoll": "Rüstungswurf ",
|
||||
"BOL.chat.bougettefailure": "Du hast zu viel ausgegeben, dein Budget hat sich verringert...",
|
||||
"BOL.chat.bougettesuccess": "Dein Budget bleibt unverändert!",
|
||||
"BOL.chat.criticalbuttonjournal": "Heroischer/Legendärer Erfolg",
|
||||
"BOL.chat.criticalinfo": "Das ist ein heroischer Erfolg! Wähle deine Optionen und Effekte!",
|
||||
"BOL.chat.criticallegendaryinfo": "Das ist ein legendärer Erfolg! Wähle deine Optionen und Effekte!",
|
||||
"BOL.chat.damageresume": "{name} hat Verletzungen erlitten ...",
|
||||
"BOL.chat.defenseReduceDamage2": "Du kannst außerdem 1 Helden-/Bösewicht-Punkt ausgeben, um [[/r 2d6KH(1D6B)]] Vitalitätspunkte zurückzugewinnen; das kostet dich deine nächste Aktion.",
|
||||
"BOL.chat.fumblemessage": "Wenn du die Konsequenzen eines katastrophalen Fehlschlags akzeptierst (Wahl des Spielleiters), erhältst du 1 zusätzlichen Heldenpunkt",
|
||||
"BOL.chat.heroicreminder": "Zusätzlich zu den Aktionen der Schaltflächen unten kannst du: <ul><li>Gemetzel: Greife denselben Gegner ein zweites Mal an</li><li>Präziser Schlag: Ein Maluswürfel für deinen Gegner auf eine gewählte Lokalisation</li><li>Entwaffnung</li><li>Massaker an der Meute</li><li>Umwerfen: Wirf deinen Gegner um (max. 1 Größe mehr)</li></ul>Wenn du zusätzlich einen Heldenpunkt ausgibst, können all diese Effekte verdoppelt werden",
|
||||
"BOL.chat.horoscope": "Horoskop",
|
||||
"BOL.chat.horoscopedeleted": "Das/die verwendete(n) Horoskop(e) wurde(n) automatisch entfernt.",
|
||||
"BOL.chat.horoscopemajorfailure": "Dein großes Horoskop ist ein Fehlschlag: {horoscopeName} verliert für dieses Abenteuer 1 Heldenpunkt. Dieser Punkt wurde automatisch abgezogen.",
|
||||
"BOL.chat.horoscopemajorgroupfailure": "Dein großes Gruppen-Horoskop ist ein Fehlschlag. Du und deine Freunde erleiden für dieses Abenteuer {careerBonus} Maluswürfel.",
|
||||
"BOL.chat.horoscopemajorgroupsuccess": "Dein großes Gruppen-Horoskop ist ein Erfolg. Du und deine Freunde erhalten für dieses Abenteuer {careerBonus} Bonuswürfel.",
|
||||
"BOL.chat.horoscopemajorsuccess": "Dein großes Horoskop ist ein Erfolg: {horoscopeName} erhält für dieses Abenteuer 1 zusätzlichen Heldenpunkt. Dieser Punkt wurde automatisch hinzugefügt.",
|
||||
"BOL.chat.horoscopeminorfailure": "Dein kleines Horoskop ist ein Fehlschlag: Bearbeite den Namen des Horoskops auf deinem Blatt. Du erleidest für diese Situation 1 Maluswürfel.",
|
||||
"BOL.chat.horoscopeminorsuccess": "Dein kleines Horoskop ist ein Erfolg: Bearbeite den Namen des Horoskops auf deinem Blatt. Du erhältst für diese Situation 1 Bonuswürfel.",
|
||||
"BOL.chat.horoscopepoints": "Kosten: {points} Astrologiepunkte",
|
||||
"BOL.chat.initiative": "Initiative-Rang (10 bis 1)",
|
||||
"BOL.chat.legendaryreminder": "Zusätzlich zu den Aktionen der Schaltflächen unten kannst du 2 Aktionen ausführen: <ul><li>Gemetzel: Greife denselben Gegner ein zweites Mal an</li><li>Präziser Schlag: Ein Maluswürfel für deinen Gegner auf eine gewählte Lokalisation</li><li>Entwaffnung</li><li>Massaker an der Meute</li><li>Umwerfen: Wirf deinen Gegner um (max. 1 Größe mehr)</li></ul>",
|
||||
"BOL.chat.losshp": "{name} hat {lossHP} Vitalitätspunkte verloren. Wenn er sich ein paar Minuten ausruht, kann er {recupHP} Vitalitätspunkte zurückgewinnen.",
|
||||
"BOL.chat.nodamage": "Keinen Schaden anwenden",
|
||||
"BOL.chat.nodamagesummary": "Es wurde kein Schaden erlitten ....",
|
||||
"BOL.chat.pcnotlinked": "Das Token des Spielercharakters ist nicht mit dem Actor verknüpft",
|
||||
"BOL.chat.pcnotlinkedmsg": "<b>ACHTUNG</b> Das Token des Spielercharakters ist nicht mit dem Actor verknüpft!",
|
||||
"BOL.chat.pcwarning": "Achtung! Kein Charakter ist mit dem Spieler verknüpft!",
|
||||
"BOL.chat.pcwarningmsg": "<b>ACHTUNG</b> Der Spieler ist mit keinem Charakter verknüpft!",
|
||||
"BOL.chat.rangeinfo": "Wurf von {attackerName} auf {defenderName}",
|
||||
"BOL.chat.rangenotvisible": "Die Sichtlinie zwischen den Beteiligten ist blockiert.",
|
||||
"BOL.chat.rangeprefix": "Geschätzte Entfernung: ",
|
||||
"BOL.chat.rangetitle": "SL-Information",
|
||||
"BOL.chat.rangevisible": "Die Sichtlinie zwischen den Beteiligten ist frei.",
|
||||
"BOL.chat.rangeweaponinfo": "Waffe: {weaponName} - Basisreichweite {weaponRange}",
|
||||
"BOL.chat.rollbougette": "Budgetwurf",
|
||||
"BOL.chat.rolldamage12Legend": "Schaden +12",
|
||||
"BOL.chat.selecttarget": "Ziel wählen:",
|
||||
"BOL.chat.usedhoroscope": "Verwendetes Horoskop",
|
||||
"BOL.chat.weaponreroll1": "Zur Information: Diese Waffe würfelt Einsen bei ihrem Schaden neu.",
|
||||
|
||||
"BOL.settings.rollArmor": "Roll for armor",
|
||||
"BOL.settings.rollArmorTooltip": "Roll for armor value, fixed value if unchecked",
|
||||
|
||||
+64
-1
@@ -78,6 +78,16 @@
|
||||
"BOL.ui.equip": "Equip",
|
||||
"BOL.ui.delete": "Delete",
|
||||
"BOL.ui.roll" : "Roll",
|
||||
"BOL.ui.bonus": "Bonus",
|
||||
"BOL.ui.log": "Log",
|
||||
"BOL.ui.add": "Add",
|
||||
"BOL.ui.rolls": "Rolls",
|
||||
"BOL.ui.action": "Action",
|
||||
"BOL.ui.unarmedAttack": "Unarmed attack",
|
||||
"BOL.ui.vehicleType.boat": "Ship",
|
||||
"BOL.ui.vehicleType.flyingboat": "Flying ship",
|
||||
"BOL.ui.vehicleType.chariot": "Chariot/Cart",
|
||||
"BOL.ui.vehicleType.other": "Other",
|
||||
"BOL.ui.equipment" : "Equipment",
|
||||
"BOL.ui.equipmentProperties" : "Equipment properties",
|
||||
"BOL.ui.weaponAttack" : "Weapon attack",
|
||||
@@ -177,6 +187,10 @@
|
||||
"BOL.ui.armorInitMalus": "Armor Modifier (Init)",
|
||||
"BOL.ui.attackValue": "Attack Value",
|
||||
"BOL.ui.attackModifier": "Attack Modifier",
|
||||
"BOL.ui.vehicleWeapons": "Vehicle weapons",
|
||||
"BOL.ui.hullDamage": "Hull damage",
|
||||
"BOL.ui.crewDamage": "Crew damage",
|
||||
"BOL.ui.fireDamage": "Fire ?",
|
||||
"BOL.ui.weaponbonus": "Cette arme bénéficie déja d'un Dé de Bonus (Arme Favorite prise en compte, par exemple)",
|
||||
"BOL.ui.initMalus": "Init malus",
|
||||
"BOL.ui.creature": "Creature",
|
||||
@@ -195,6 +209,7 @@
|
||||
"BOL.ui.deletetitle": "Delete",
|
||||
"BOL.ui.confirmdelete": "Are you sure to delete this item ?",
|
||||
"BOL.ui.nomorealchemypoints": "No more Creation Point !",
|
||||
"BOL.ui.notenoughxp": "Not enough experience points !",
|
||||
"BOL.ui.armornoformula": "The Armor {protect.name} has no protection formula !",
|
||||
"BOL.ui.selectactor": "Select the actors to apply the macro",
|
||||
"BOL.ui.itemnotfound": "Impossible to find the object of this macro",
|
||||
@@ -366,6 +381,18 @@
|
||||
"BOL.itemProperty.natural": "Natural weapon",
|
||||
"BOL.itemProperty.onlymodifier": "Modifier only (ie creatures attacks)",
|
||||
"BOL.itemProperty.attackMalusDice": "Attack Malus (Dice)",
|
||||
"BOL.itemProperty.crewDamageMultiplier": "Multiplier",
|
||||
"BOL.itemProperty.crewdamage": "Crew damage value",
|
||||
"BOL.itemProperty.hullDamageMultiplier": "Multiplier",
|
||||
"BOL.itemProperty.hulldamage": "Hull damage value",
|
||||
"BOL.itemProperty.isboarding": "Boarding",
|
||||
"BOL.itemProperty.isbreakrow": "Break the oars",
|
||||
"BOL.itemProperty.iscrewdamage": "Crew damage",
|
||||
"BOL.itemProperty.isfiredamage": "Fire damage",
|
||||
"BOL.itemProperty.ishulldamage": "Hull damage",
|
||||
"BOL.itemProperty.isspur": "Ramming",
|
||||
"BOL.itemProperty.magicalProperties": "Magical properties",
|
||||
"BOL.itemProperty.vehicleDamageType": "Vehicle damage type",
|
||||
|
||||
"BOL.itemStat.quantity": "Quantity",
|
||||
"BOL.itemStat.weight": "Weight",
|
||||
@@ -444,6 +471,23 @@
|
||||
"BOL.notification.MacroMultipleTokensSelected": "You have selected several tokens!",
|
||||
"BOL.notification.MacroNoActorAvailable": "No actor could be targeted!",
|
||||
"BOL.notification.MacroNoTokenSelected": "You must select a token!",
|
||||
"BOL.notification.MacroNoItemFound": "{actor} : no {type} found.",
|
||||
"BOL.notification.MacroSpecifyNameOrIndex": "Specify a name or an index : {names}",
|
||||
"BOL.notification.MacroBadIndex": "{actor} : index {index} invalid for {type}.",
|
||||
"BOL.notification.MacroItemNotFound": "{actor} : {type} \"{name}\" not found.",
|
||||
"BOL.notification.MacroUnknownAttribute": "Unknown attribute : \"{key}\". Values : vigor, agility, mind, appeal",
|
||||
"BOL.notification.MacroUnknownAptitude": "Unknown aptitude : \"{key}\". Values : init, melee, ranged, def",
|
||||
"BOL.notification.MacroUnknownRollType": "Unknown roll type : \"{type}\". Valid types : attribute, aptitude, weapon, spell, alchemy, horoscope",
|
||||
"BOL.notification.MacroNoPower": "Not enough Power points !",
|
||||
"BOL.notification.FullDefense": "{actor} is in Full Defense ! He cannot attack this round.",
|
||||
"BOL.notification.WeaponNotFound": "Unable to find weapon !",
|
||||
"BOL.notification.AlchemyNotFound": "Unable to find Alchemy !",
|
||||
"BOL.notification.SpellNotFound": "Unable to find this spell !",
|
||||
"BOL.notification.NotEnoughCreationPrep": "Not enough Creation Points invested in the Preparation !",
|
||||
"BOL.notification.NoPower": "Not enough Power points !",
|
||||
"BOL.notification.AttackNotFound": "Unable to find the corresponding attack, combat tracking error.",
|
||||
"BOL.notification.NoBirthHour": "{actor} has no birth hour, or it is incorrect : {hour}",
|
||||
"BOL.notification.BadBirthHour": "{hour} does not correspond to a birth hour",
|
||||
|
||||
"BOL.size.tiny": "Tiny",
|
||||
"BOL.size.verysmall": "Very Small",
|
||||
@@ -593,6 +637,15 @@
|
||||
"BOL.chat.welcome4": "All support for this system is available on this Discord server : https://discord.gg/pPSDNJk",
|
||||
"BOL.chat.welcome5": "<strong>In order to see compendiums in English, you must install and enable the Babele module.</strong>",
|
||||
"BOL.chat.welcome6": "Good game in Lemuria !",
|
||||
"BOL.chat.msgonlygm": "Message only to the GM",
|
||||
"BOL.chat.babelewarning": "⚠ WARNING ! English language selected, but Babele module is not installed !<br>Please install babele from the module tab in Foundry interface.",
|
||||
"BOL.chat.applyrecup": "Recover during a few minutes (+{recupHP} Vitality)",
|
||||
"BOL.chat.defenseReduceDamage2": "You can also spend 1 Heroism/Villainy Point to regain [[/r 2d6KH(1D6B)]] vitality points, this will cost you your next action.",
|
||||
"BOL.chat.losshp": "{name} lost {lossHP} Vitality points. If he rests a few minutes, he can recover {recupHP} Vitality points.",
|
||||
"BOL.chat.pcnotlinked": "The player character token is not linked to the actor",
|
||||
"BOL.chat.pcnotlinkedmsg": "<b>WARNING</b> The player character token is not linked to the actor!",
|
||||
"BOL.chat.pcwarning": "Warning! No character is linked to the player!",
|
||||
"BOL.chat.pcwarningmsg": "<b>WARNING</b> The player is not linked to any character!",
|
||||
|
||||
"BOL.settings.rollArmor": "Roll for armor",
|
||||
"BOL.settings.rollArmorTooltip": "Roll for armor value, fixed value if unchecked",
|
||||
@@ -616,5 +669,15 @@
|
||||
"BOL.ui.charSummaryTitle": "Character Summary",
|
||||
"BOL.ui.colGroupAttributes": "Attributes",
|
||||
"BOL.ui.colGroupAptitudes": "Aptitudes",
|
||||
"BOL.ui.colGroupResources": "Resources"
|
||||
"BOL.ui.colGroupResources": "Resources",
|
||||
"BOL.ui.aggressive": "Aggressive spell?",
|
||||
"BOL.ui.capacityProperties": "Capacity properties",
|
||||
"BOL.ui.cost": "XP cost",
|
||||
"BOL.ui.date": "Date",
|
||||
"BOL.ui.heropoints": "Heroism/Villainy Points",
|
||||
"BOL.ui.isbonusdice": "Provides a bonus die?",
|
||||
"BOL.ui.ismalusdice": "Provides a penalty die?",
|
||||
"BOL.ui.magicnewrules": "Additional rules (cf. fan-made supplement Sorcery!)",
|
||||
"BOL.ui.value": "Value",
|
||||
"BOL.ui.xplog": "XP Log"
|
||||
}
|
||||
@@ -77,6 +77,16 @@
|
||||
"BOL.ui.equip": "Equipar",
|
||||
"BOL.ui.delete": "Borrar",
|
||||
"BOL.ui.roll" : "Tirar",
|
||||
"BOL.ui.bonus": "Bonificación",
|
||||
"BOL.ui.log": "Registro",
|
||||
"BOL.ui.add": "Añadir",
|
||||
"BOL.ui.rolls": "Tiradas",
|
||||
"BOL.ui.action": "Acción",
|
||||
"BOL.ui.unarmedAttack": "Ataque sin armas",
|
||||
"BOL.ui.vehicleType.boat": "Barco",
|
||||
"BOL.ui.vehicleType.flyingboat": "Nave Voladora",
|
||||
"BOL.ui.vehicleType.chariot": "Carro",
|
||||
"BOL.ui.vehicleType.other": "Otro",
|
||||
"BOL.ui.equipment" : "Equipo",
|
||||
"BOL.ui.equipmentProperties" : "Propiedades Equipo",
|
||||
"BOL.ui.weaponAttack" : "Ataque Arma",
|
||||
@@ -177,6 +187,10 @@
|
||||
"BOL.ui.armorInitMalus": "Mod. Armadura (Inic)",
|
||||
"BOL.ui.attackValue": "Valor Ataque",
|
||||
"BOL.ui.attackModifier": "Mod. Ataque",
|
||||
"BOL.ui.vehicleWeapons": "Armas de vehículo",
|
||||
"BOL.ui.hullDamage": "Daño casco",
|
||||
"BOL.ui.crewDamage": "Daño tripulación",
|
||||
"BOL.ui.fireDamage": "¿Fuego?",
|
||||
"BOL.ui.weaponbonus": "Esta arma se beneficia de un Dado de ventaja (ej Arma Personal)",
|
||||
"BOL.ui.initMalus": "Desventaja Inic.",
|
||||
"BOL.ui.creature": "Criatura",
|
||||
@@ -195,6 +209,7 @@
|
||||
"BOL.ui.deletetitle": "Borrar",
|
||||
"BOL.ui.confirmdelete": "¿Seguro que quieres borrar este objeto?",
|
||||
"BOL.ui.nomorealchemypoints": "¡Sin Puntos de Creación!",
|
||||
"BOL.ui.notenoughxp": "¡No hay suficientes puntos de experiencia!",
|
||||
"BOL.ui.armornoformula": "La Armadura {protect.name} no dispone de fórmula de protección!",
|
||||
"BOL.ui.selectactor": "Selecciona un actora para aplicar la macro",
|
||||
"BOL.ui.itemnotfound": "Imposible encontrar el objeto de esta macro",
|
||||
@@ -360,6 +375,18 @@
|
||||
"BOL.itemProperty.natural": "Arma natural",
|
||||
"BOL.itemProperty.onlymodifier": "Sólo modificador (ej criatura)",
|
||||
"BOL.itemProperty.attackMalusDice": "Dado Desventaja Ataque",
|
||||
"BOL.itemProperty.crewDamageMultiplier": "Multiplicador",
|
||||
"BOL.itemProperty.crewdamage": "Valor del daño a la tripulación",
|
||||
"BOL.itemProperty.hullDamageMultiplier": "Multiplicador",
|
||||
"BOL.itemProperty.hulldamage": "Valor del daño al casco",
|
||||
"BOL.itemProperty.isboarding": "Abordaje",
|
||||
"BOL.itemProperty.isbreakrow": "Romper los remos",
|
||||
"BOL.itemProperty.iscrewdamage": "Daño a la tripulación",
|
||||
"BOL.itemProperty.isfiredamage": "Daño de fuego",
|
||||
"BOL.itemProperty.ishulldamage": "Daño al casco",
|
||||
"BOL.itemProperty.isspur": "Ariete",
|
||||
"BOL.itemProperty.magicalProperties": "Propiedades mágicas",
|
||||
"BOL.itemProperty.vehicleDamageType": "Tipo de daño de vehículo",
|
||||
|
||||
"BOL.itemStat.quantity": "Cantidad",
|
||||
"BOL.itemStat.weight": "Peso",
|
||||
@@ -438,6 +465,23 @@
|
||||
"BOL.notification.MacroMultipleTokensSelected": "¡Has seleccionado varios tokens!",
|
||||
"BOL.notification.MacroNoActorAvailable": "¡No se pudo marcar el actor como objetivo!",
|
||||
"BOL.notification.MacroNoTokenSelected": "¡Debes seleccionar un token!",
|
||||
"BOL.notification.MacroNoItemFound": "{actor} : no se encontró ningún {type}.",
|
||||
"BOL.notification.MacroSpecifyNameOrIndex": "Especifica un nombre o un índice : {names}",
|
||||
"BOL.notification.MacroBadIndex": "{actor} : índice {index} no válido para {type}.",
|
||||
"BOL.notification.MacroItemNotFound": "{actor} : {type} \"{name}\" no encontrado.",
|
||||
"BOL.notification.MacroUnknownAttribute": "Atributo desconocido : \"{key}\". Valores : vigor, agility, mind, appeal",
|
||||
"BOL.notification.MacroUnknownAptitude": "Aptitud desconocida : \"{key}\". Valores : init, melee, ranged, def",
|
||||
"BOL.notification.MacroUnknownRollType": "Tipo de tirada desconocido : \"{type}\". Tipos válidos : attribute, aptitude, weapon, spell, alchemy, horoscope",
|
||||
"BOL.notification.MacroNoPower": "¡No quedan suficientes puntos de Poder!",
|
||||
"BOL.notification.FullDefense": "{actor} está en Defensa Total ! ¡No puede atacar este asalto!",
|
||||
"BOL.notification.WeaponNotFound": "¡No se pudo encontrar el arma!",
|
||||
"BOL.notification.AlchemyNotFound": "¡No se pudo encontrar la alquimia!",
|
||||
"BOL.notification.SpellNotFound": "¡No se pudo encontrar este hechizo!",
|
||||
"BOL.notification.NotEnoughCreationPrep": "¡No hay suficientes puntos de Creación invertidos en la Preparación!",
|
||||
"BOL.notification.NoPower": "¡No quedan suficientes puntos de Poder!",
|
||||
"BOL.notification.AttackNotFound": "No se pudo encontrar el ataque correspondiente, error de seguimiento de combate.",
|
||||
"BOL.notification.NoBirthHour": "{actor} no tiene hora de nacimiento, o es incorrecta : {hour}",
|
||||
"BOL.notification.BadBirthHour": "{hour} no corresponde a una hora de nacimiento",
|
||||
|
||||
"BOL.size.tiny": "Minúsculo",
|
||||
"BOL.size.verysmall": "Muy pequeño",
|
||||
@@ -570,6 +614,20 @@
|
||||
"BOL.ui.biosigns": "Marcas",
|
||||
"BOL.ui.biodescription": "Descripción",
|
||||
"BOL.ui.bionotes": "Notas",
|
||||
"BOL.ui.aggressive": "¿Hechizo agresivo?",
|
||||
"BOL.ui.capacityProperties": "Propiedades de capacidad",
|
||||
"BOL.ui.cost": "Coste XP",
|
||||
"BOL.ui.date": "Fecha",
|
||||
"BOL.ui.heropoints": "Puntos de Heroísmo/Villanía",
|
||||
"BOL.ui.hordeAttack": "Ataque de horda",
|
||||
"BOL.ui.hordeHP": "Vitalidad (1 miembro)",
|
||||
"BOL.ui.hordeSize": "Tamaño de la horda",
|
||||
"BOL.ui.hordehp": "Vitalidad (total)",
|
||||
"BOL.ui.isbonusdice": "¿Proporciona un dado de bonificación?",
|
||||
"BOL.ui.ismalusdice": "¿Proporciona un dado de penalización?",
|
||||
"BOL.ui.magicnewrules": "Reglas adicionales (cf. suplemento hecho por fans ¡Hechicería!)",
|
||||
"BOL.ui.value": "Valor",
|
||||
"BOL.ui.xplog": "Registro de XP",
|
||||
|
||||
"BOL.chat.welcome1": "Bienvenidos a Bárbaros de Lemuria (Ludospherik)",
|
||||
"BOL.chat.welcome2": "Para jugar es necesario usar el manual, que lo podéis conseguir aquí: https://www.ludospherik-editions.com/en_gb/",
|
||||
@@ -577,6 +635,19 @@
|
||||
"BOL.chat.welcome4": "Todo el soporte para el sistema es a través del servidor Discord: https://discord.gg/pPSDNJk",
|
||||
"BOL.chat.welcome5": "¡Buena partida en Lemuria!",
|
||||
"BOL.chat.welcome6": "",
|
||||
"BOL.chat.msgonlygm": "Mensaje solo para el GM",
|
||||
"BOL.chat.babelewarning": "⚠ ¡ADVERTENCIA! ¡El idioma inglés está seleccionado, pero el módulo Babele no está instalado!<br>Instale babele desde la pestaña de módulos en la interfaz de Foundry.",
|
||||
"BOL.chat.applyrecup": "Recuperarse durante unos minutos (+{recupHP} Vitalidad)",
|
||||
"BOL.chat.criticallegendaryinfo": "¡Es un éxito Legendario! ¡Elige tus opciones y efectos!",
|
||||
"BOL.chat.defenseReduceDamage2": "También puedes gastar 1 Punto de Heroísmo/Villanía para recuperar [[/r 2d6KH(1D6B)]] puntos de vitalidad, esto te costará tu próxima acción.",
|
||||
"BOL.chat.legendaryreminder": "Además de las acciones indicadas en los botones de abajo, puedes realizar 2 acciones entre: <ul><li>Carnicería: Atacar una segunda vez al mismo adversario</li><li>Golpe preciso: Un dado de penalización a tu adversario en una localización elegida</li><li>Desarme</li><li>Masacrar a la chusma</li><li>Derribo: Tira a tu adversario (1 tamaño más como máximo)</li></ul>",
|
||||
"BOL.chat.losshp": "{name} ha perdido {lossHP} puntos de Vitalidad. Si descansa unos minutos, puede recuperar {recupHP} puntos de Vitalidad.",
|
||||
"BOL.chat.pcnotlinked": "El token del personaje jugador no está vinculado al actor",
|
||||
"BOL.chat.pcnotlinkedmsg": "<b>ATENCIÓN</b> ¡El token del personaje jugador no está vinculado al actor!",
|
||||
"BOL.chat.pcwarning": "¡Atención! ¡Ningún personaje está vinculado al jugador!",
|
||||
"BOL.chat.pcwarningmsg": "<b>ATENCIÓN</b> ¡El jugador no está vinculado a ningún personaje!",
|
||||
"BOL.chat.rolldamage12Legend": "Daño +12",
|
||||
"BOL.chat.selecttarget": "Elegir un objetivo:",
|
||||
|
||||
"BOL.settings.rollArmor": "Tiradas de armadura",
|
||||
"BOL.settings.rollArmorTooltip": "Tiradas de armadura, si no esta activo usará el valor fijo",
|
||||
|
||||
+33
-1
@@ -78,6 +78,16 @@
|
||||
"BOL.ui.equip": "Équiper",
|
||||
"BOL.ui.delete": "Supprimer",
|
||||
"BOL.ui.roll": "Utiliser",
|
||||
"BOL.ui.bonus": "Bonus",
|
||||
"BOL.ui.log": "Journal",
|
||||
"BOL.ui.add": "Ajouter",
|
||||
"BOL.ui.rolls": "Jets",
|
||||
"BOL.ui.action": "Action",
|
||||
"BOL.ui.unarmedAttack": "Attaque à mains nues",
|
||||
"BOL.ui.vehicleType.boat": "Navire",
|
||||
"BOL.ui.vehicleType.flyingboat": "Nef Volante",
|
||||
"BOL.ui.vehicleType.chariot": "Chariot/Carriole",
|
||||
"BOL.ui.vehicleType.other": "Autre",
|
||||
"BOL.ui.equipment": "Équipement",
|
||||
"BOL.ui.equipmentProperties": "Propriétés d'équipement",
|
||||
"BOL.ui.weaponAttack": "Attaque d'arme",
|
||||
@@ -229,6 +239,7 @@
|
||||
"BOL.ui.deletetitle": "Suppression",
|
||||
"BOL.ui.confirmdelete": "Vous êtes sûr de vouloir supprimer cet item ?",
|
||||
"BOL.ui.nomorealchemypoints": "Plus assez de Points de Création !",
|
||||
"BOL.ui.notenoughxp": "Pas assez de points d'expérience !",
|
||||
"BOL.ui.armornoformula": "L'armure {protect.name} n'a pas de formule pour la protection !",
|
||||
"BOL.ui.selectactor": "Selectionnez votre personnage pour utiliser la macro",
|
||||
"BOL.ui.itemnotfound": "Impossible de trouver l'objet de cette macro",
|
||||
@@ -395,6 +406,7 @@
|
||||
"BOL.itemProperty.isspur": "Eperonnage",
|
||||
"BOL.itemProperty.isbreakrow": "Briser les rames",
|
||||
"BOL.itemProperty.attackMalusDice": "Malus d'attaque (Dés)",
|
||||
"BOL.itemProperty.magicalProperties": "Propriétés magiques",
|
||||
|
||||
"BOL.itemStat.quantity": "Quantité",
|
||||
"BOL.itemStat.weight": "Poids",
|
||||
@@ -472,6 +484,23 @@
|
||||
"BOL.notification.MacroMultipleTokensSelected": "Vous avez sélectionné plusieurs tokens",
|
||||
"BOL.notification.MacroNoActorAvailable": "Aucun acteur n'a pu être ciblé",
|
||||
"BOL.notification.MacroNoTokenSelected": "Vous devez sélectionner un token",
|
||||
"BOL.notification.MacroNoItemFound": "{actor} : aucun(e) {type} trouvé(e).",
|
||||
"BOL.notification.MacroSpecifyNameOrIndex": "Précisez le nom ou l'index : {names}",
|
||||
"BOL.notification.MacroBadIndex": "{actor} : index {index} invalide pour {type}.",
|
||||
"BOL.notification.MacroItemNotFound": "{actor} : {type} \"{name}\" introuvable.",
|
||||
"BOL.notification.MacroUnknownAttribute": "Attribut inconnu : \"{key}\". Valeurs : vigor, agility, mind, appeal",
|
||||
"BOL.notification.MacroUnknownAptitude": "Aptitude inconnue : \"{key}\". Valeurs : init, melee, ranged, def",
|
||||
"BOL.notification.MacroUnknownRollType": "Type de jet inconnu : \"{type}\". Types valides : attribute, aptitude, weapon, spell, alchemy, horoscope",
|
||||
"BOL.notification.MacroNoPower": "Plus assez de points de Pouvoir !",
|
||||
"BOL.notification.FullDefense": "{actor} est en Défense Totale ! Il ne peut pas attaquer ce round.",
|
||||
"BOL.notification.WeaponNotFound": "Impossible de trouver l'arme !",
|
||||
"BOL.notification.AlchemyNotFound": "Impossible de trouver l'alchimie !",
|
||||
"BOL.notification.SpellNotFound": "Impossible de trouver ce sort !",
|
||||
"BOL.notification.NotEnoughCreationPrep": "Pas assez de Points de Création investis dans la Préparation !",
|
||||
"BOL.notification.NoPower": "Plus assez de points de Pouvoir !",
|
||||
"BOL.notification.AttackNotFound": "Impossible de trouver l'attaque correspondante, erreur de suivi de combat.",
|
||||
"BOL.notification.NoBirthHour": "{actor} n'a pas d'heure de naissance, ou elle est incorrecte : {hour}",
|
||||
"BOL.notification.BadBirthHour": "{hour} ne correspond pas à une heure de naissance",
|
||||
|
||||
"BOL.size.tiny": "Minuscule",
|
||||
"BOL.size.verysmall": "Très petite",
|
||||
@@ -631,6 +660,8 @@
|
||||
"BOL.chat.pcwarningmsg": "<b>ATTENTION</b> Le joueur n'est relié à aucun personnage !",
|
||||
"BOL.chat.pcnotlinked": "Le token du personnage joueur n'est pas relié à l'acteur",
|
||||
"BOL.chat.pcnotlinkedmsg": "<b>ATTENTION</b> Le token du personnage joueur n'est pas relié à l'acteur !",
|
||||
"BOL.chat.msgonlygm": "Message réservé au MJ uniquement",
|
||||
"BOL.chat.babelewarning": "⚠ ATTENTION ! La langue anglaise est sélectionnée, mais le module Babele n'est pas installé !<br>Veuillez installer babele depuis l'onglet des modules dans l'interface de Foundry.",
|
||||
|
||||
"BOL.settings.rollArmor": "Effectuer des jets pour les armures",
|
||||
"BOL.settings.rollArmorTooltip": "Effectue un jet de dés pour les armures (valeur fixe si désactivé)",
|
||||
@@ -657,5 +688,6 @@
|
||||
"BOL.ui.charSummaryTitle": "Résumé des Personnages",
|
||||
"BOL.ui.colGroupAttributes": "Attributs",
|
||||
"BOL.ui.colGroupAptitudes": "Aptitudes",
|
||||
"BOL.ui.colGroupResources": "Ressources"
|
||||
"BOL.ui.colGroupResources": "Ressources",
|
||||
"BOL.ui.heropoints": "Points d'Héroïsme/Vilainie"
|
||||
}
|
||||
@@ -301,7 +301,7 @@ export class BoLActor extends Actor {
|
||||
this.update({ [`system.attributes.${key}`]: attr, [`system.xp`]: xp })
|
||||
this.addXPLog("attribute", key, nextXP, attr.value)
|
||||
} else {
|
||||
ui.notifications.warn("Pas assez de points d'expérience !")
|
||||
ui.notifications.warn(game.i18n.localize("BOL.ui.notenoughxp"))
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -318,7 +318,7 @@ export class BoLActor extends Actor {
|
||||
this.update({ [`system.aptitudes.${key}`]: apt, [`system.xp`]: xp })
|
||||
this.addXPLog("aptitude", key, nextXP, apt.value)
|
||||
} else {
|
||||
ui.notifications.warn("Pas assez de points d'expérience !")
|
||||
ui.notifications.warn(game.i18n.localize("BOL.ui.notenoughxp"))
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -335,7 +335,7 @@ export class BoLActor extends Actor {
|
||||
this.updateEmbeddedDocuments('Item', [{ _id: career._id, 'system.rank': career.system.rank + 1 }])
|
||||
this.addXPLog("career", career.name, nextXP, career.system.rank + 1)
|
||||
} else {
|
||||
ui.notifications.warn("Pas assez de points d'expérience !")
|
||||
ui.notifications.warn(game.i18n.localize("BOL.ui.notenoughxp"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,8 +84,8 @@ export class BoLHordeSheet extends foundry.appv1.sheets.ActorSheet {
|
||||
// Delete Inventory Item
|
||||
html.find('.item-delete').click(ev => {
|
||||
Dialog.confirm({
|
||||
title: "Suppression",
|
||||
content: `Vous êtes sûr de vouloir supprimer cet item ?`,
|
||||
title: game.i18n.localize("BOL.ui.deletetitle"),
|
||||
content: game.i18n.localize("BOL.ui.confirmdelete"),
|
||||
yes: () => {
|
||||
const li = $(ev.currentTarget).parents(".item");
|
||||
this.actor.deleteEmbeddedDocuments("Item", [li.data("itemId")])
|
||||
|
||||
@@ -94,8 +94,8 @@ export class BoLVehicleSheet extends foundry.appv1.sheets.ActorSheet {
|
||||
// Delete Inventory Item
|
||||
html.find('.item-delete').click(ev => {
|
||||
Dialog.confirm({
|
||||
title: "Suppression",
|
||||
content: `Vous êtes sûr de vouloir supprimer cet item ?`,
|
||||
title: game.i18n.localize("BOL.ui.deletetitle"),
|
||||
content: game.i18n.localize("BOL.ui.confirmdelete"),
|
||||
yes: () => {
|
||||
const li = $(ev.currentTarget).parents(".item");
|
||||
this.actor.deleteEmbeddedDocuments("Item", [li.data("itemId")])
|
||||
|
||||
+3
-2
@@ -121,12 +121,13 @@ async function welcomeMessage() {
|
||||
ChatMessage.create({ user: game.user.id, whisper: [game.user.id], content })
|
||||
|
||||
if (game.user.isGM && game.i18n.lang == 'en' && !game.modules.get("babele")?.active) {
|
||||
const babeleWarning = game.i18n.localize("BOL.chat.babelewarning")
|
||||
ChatMessage.create({
|
||||
user: game.user.id,
|
||||
whisper: [game.user.id],
|
||||
content: `<div class="bol-welcome-card"><div class="welcome-body"><p class="welcome-warning">⚠ WARNING ! English language selected, but Babele module is not installed !<br>Please install babele from the module tab in Foundry interface.</p></div></div>`
|
||||
content: `<div class="bol-welcome-card"><div class="welcome-body"><p class="welcome-warning">${babeleWarning}</p></div></div>`
|
||||
})
|
||||
ui.notifications.warn("WARNING ! English language selected, but babele module is not installed !<br>Please install babele from the module tab in Foundry interface.")
|
||||
ui.notifications.warn(babeleWarning)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -154,7 +154,7 @@ export class BoLRoll {
|
||||
// Manage specific case
|
||||
let fightOption = actor.getActiveFightOption()
|
||||
if (fightOption && fightOption.system.properties.fightoptiontype == "fulldefense") {
|
||||
ui.notifications.warn(`{{actor.name}} est en Défense Totale ! Il ne peut pas attaquer ce round.`)
|
||||
ui.notifications.warn(game.i18n.format("BOL.notification.FullDefense", { actor: actor.name }))
|
||||
return
|
||||
}
|
||||
|
||||
@@ -175,7 +175,7 @@ export class BoLRoll {
|
||||
const li = $(event.currentTarget).parents(".item")
|
||||
let weapon = actor.items.get(li.data("item-id"))
|
||||
if (!weapon) {
|
||||
ui.notifications.warn("Unable to find weapon !")
|
||||
ui.notifications.warn(game.i18n.localize("BOL.notification.WeaponNotFound"))
|
||||
return
|
||||
}
|
||||
weapon = foundry.utils.duplicate(weapon)
|
||||
@@ -187,7 +187,7 @@ export class BoLRoll {
|
||||
const li = $(event.currentTarget).parents(".item");
|
||||
let alchemy = actor.items.get(li.data("item-id"));
|
||||
if (!alchemy) {
|
||||
ui.notifications.warn("Unable to find Alchemy !");
|
||||
ui.notifications.warn(game.i18n.localize("BOL.notification.AlchemyNotFound"));
|
||||
return;
|
||||
}
|
||||
alchemy = foundry.utils.duplicate(alchemy)
|
||||
@@ -198,7 +198,7 @@ export class BoLRoll {
|
||||
static alchemyCheckWithItem(actor, alchemy) {
|
||||
let alchemyData = alchemy.system
|
||||
if (alchemyData.properties.pccurrent < alchemyData.properties.pccost) {
|
||||
ui.notifications.warn("Pas assez de Points de Création investis dans la Préparation !")
|
||||
ui.notifications.warn(game.i18n.localize("BOL.notification.NotEnoughCreationPrep"))
|
||||
return
|
||||
}
|
||||
|
||||
@@ -260,13 +260,13 @@ export class BoLRoll {
|
||||
/* -------------------------------------------- */
|
||||
static spellCheck(actor, event) {
|
||||
if (actor.system.resources.power.value <= 0) {
|
||||
ui.notifications.warn("Plus assez de points de Pouvoir !")
|
||||
ui.notifications.warn(game.i18n.localize("BOL.notification.NoPower"))
|
||||
return
|
||||
}
|
||||
const li = $(event.currentTarget).parents(".item")
|
||||
let spell = actor.items.get(li.data("item-id"))
|
||||
if (!spell) {
|
||||
ui.notifications.warn("Impossible de trouver ce sort !")
|
||||
ui.notifications.warn(game.i18n.localize("BOL.notification.SpellNotFound"))
|
||||
return
|
||||
}
|
||||
spell = foundry.utils.duplicate(spell)
|
||||
@@ -583,7 +583,7 @@ export class BoLRoll {
|
||||
callback: (event, button, dialog) => {
|
||||
console.log("Submit Roll!!!!");
|
||||
if (rollData.mode == 'spell' && rollData.ppCurrent < rollData.ppCost) {
|
||||
ui.notifications.warn("Pas assez de Points de Pouvoir !")
|
||||
ui.notifications.warn(game.i18n.localize("BOL.notification.NoPower"))
|
||||
return false
|
||||
}
|
||||
rollData.registerInit = (rollData.aptitude && rollData.aptitude.key == 'init') ?
|
||||
|
||||
@@ -246,10 +246,10 @@ export class BoLCalendar extends Application {
|
||||
}
|
||||
}
|
||||
else if (name) {
|
||||
ui.notifications.warn(name + " n'a pas d'heure de naissance, ou elle est incorrecte : " + heureNaissance);
|
||||
ui.notifications.warn(game.i18n.format("BOL.notification.NoBirthHour", { actor: name, hour: heureNaissance }));
|
||||
}
|
||||
else {
|
||||
ui.notifications.warn(heureNaissance + " ne correspond pas à une heure de naissance");
|
||||
ui.notifications.warn(game.i18n.format("BOL.notification.BadBirthHour", { hour: heureNaissance }));
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -445,7 +445,7 @@ export class BoLUtility {
|
||||
event.preventDefault()
|
||||
let attr = event.currentTarget.attributes['data-attack-id']
|
||||
if (!attr) {
|
||||
ui.notifications.warn("Impossible de trouver l'attaque correspondante, erreur de suivi de combat.")
|
||||
ui.notifications.warn(game.i18n.localize("BOL.notification.AttackNotFound"))
|
||||
return
|
||||
}
|
||||
let attackId = event.currentTarget.attributes['data-attack-id'].value
|
||||
@@ -583,7 +583,7 @@ export class BoLUtility {
|
||||
this.blindMessageToGM(chatOptions);
|
||||
|
||||
chatOptions.whisper = [game.user.id];
|
||||
chatOptions.content = "Message only to the GM";
|
||||
chatOptions.content = game.i18n.localize("BOL.chat.msgonlygm");
|
||||
}
|
||||
else {
|
||||
chatOptions.whisper = this.getUsers(user => user.isGM);
|
||||
|
||||
@@ -141,6 +141,13 @@ export const registerHandlebarsHelpers = function () {
|
||||
return key == "creature" || key == "daemon";
|
||||
})
|
||||
|
||||
// Journal entry documenting Heroic/Legendary success options, localized
|
||||
Handlebars.registerHelper('criticalJournalId', function () {
|
||||
return game.i18n.lang === "en"
|
||||
? "cNk3xcQ1F7I3Uk8Q" // Rules summary (EN)
|
||||
: "veAAxCtCKcFIsnln"; // Vademecum des Joueurs (FR)
|
||||
})
|
||||
|
||||
// Handle v12 removal of this helper
|
||||
Handlebars.registerHelper('select', function (selected, options) {
|
||||
const escapedValue = RegExp.escape(Handlebars.escapeExpression(selected));
|
||||
|
||||
@@ -82,19 +82,19 @@ export class Macros {
|
||||
static _findItem(actor, type, nameOrIndex) {
|
||||
const items = actor.items.filter(i => i.type === type)
|
||||
if (items.length === 0) {
|
||||
ui.notifications.warn(`${actor.name} : aucun(e) ${type} trouvé(e).`)
|
||||
ui.notifications.warn(game.i18n.format("BOL.notification.MacroNoItemFound", { actor: actor.name, type }))
|
||||
return undefined
|
||||
}
|
||||
if (nameOrIndex === undefined || nameOrIndex === null) {
|
||||
if (items.length === 1) return foundry.utils.duplicate(items[0])
|
||||
const names = items.map((it, i) => `[${i}] ${it.name}`).join(', ')
|
||||
ui.notifications.warn(`Précisez le nom ou l'index : ${names}`)
|
||||
ui.notifications.warn(game.i18n.format("BOL.notification.MacroSpecifyNameOrIndex", { names }))
|
||||
return undefined
|
||||
}
|
||||
if (typeof nameOrIndex === "number") {
|
||||
const item = items[nameOrIndex]
|
||||
if (!item) {
|
||||
ui.notifications.warn(`${actor.name} : index ${nameOrIndex} invalide pour ${type}.`)
|
||||
ui.notifications.warn(game.i18n.format("BOL.notification.MacroBadIndex", { actor: actor.name, index: nameOrIndex, type }))
|
||||
return undefined
|
||||
}
|
||||
return foundry.utils.duplicate(item)
|
||||
@@ -102,7 +102,7 @@ export class Macros {
|
||||
const lower = String(nameOrIndex).toLowerCase()
|
||||
const found = items.find(i => i.name.toLowerCase().includes(lower))
|
||||
if (!found) {
|
||||
ui.notifications.warn(`${actor.name} : ${type} "${nameOrIndex}" introuvable.`)
|
||||
ui.notifications.warn(game.i18n.format("BOL.notification.MacroItemNotFound", { actor: actor.name, type, name: nameOrIndex }))
|
||||
return undefined
|
||||
}
|
||||
return foundry.utils.duplicate(found)
|
||||
@@ -118,7 +118,7 @@ export class Macros {
|
||||
actor = actor ?? this.getSpeakersActor()
|
||||
if (!actor) return
|
||||
if (!actor.system.attributes[key]) {
|
||||
ui.notifications.warn(`Attribut inconnu : "${key}". Valeurs : vigor, agility, mind, appeal`)
|
||||
ui.notifications.warn(game.i18n.format("BOL.notification.MacroUnknownAttribute", { key }))
|
||||
return
|
||||
}
|
||||
return BoLRoll.attributeCheck(actor, key)
|
||||
@@ -134,7 +134,7 @@ export class Macros {
|
||||
actor = actor ?? this.getSpeakersActor()
|
||||
if (!actor) return
|
||||
if (!actor.system.aptitudes[key]) {
|
||||
ui.notifications.warn(`Aptitude inconnue : "${key}". Valeurs : init, melee, ranged, def`)
|
||||
ui.notifications.warn(game.i18n.format("BOL.notification.MacroUnknownAptitude", { key }))
|
||||
return
|
||||
}
|
||||
return BoLRoll.aptitudeCheck(actor, key)
|
||||
@@ -164,7 +164,7 @@ export class Macros {
|
||||
actor = actor ?? this.getSpeakersActor()
|
||||
if (!actor) return
|
||||
if ((actor.system.resources.power?.value ?? 1) <= 0) {
|
||||
ui.notifications.warn("Plus assez de points de Pouvoir !")
|
||||
ui.notifications.warn(game.i18n.localize("BOL.notification.MacroNoPower"))
|
||||
return
|
||||
}
|
||||
const spell = this._findItem(actor, "spell", nameOrIndex)
|
||||
@@ -214,7 +214,7 @@ export class Macros {
|
||||
case "alchemy": return this.rollAlchemy(key, actor)
|
||||
case "horoscope": return this.rollHoroscope(key ?? "minor", actor)
|
||||
default:
|
||||
ui.notifications.warn(`Type de jet inconnu : "${type}". Types valides : attribute, aptitude, weapon, spell, alchemy, horoscope`)
|
||||
ui.notifications.warn(game.i18n.format("BOL.notification.MacroUnknownRollType", { type }))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
MANIFEST-001233
|
||||
MANIFEST-001239
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.779385 7f0fa7fff6c0 Recovering log #1231
|
||||
2026/08/03-06:19:48.790078 7f0fa7fff6c0 Delete type=3 #1229
|
||||
2026/08/03-06:19:48.790149 7f0fa7fff6c0 Delete type=0 #1231
|
||||
2026/08/03-06:38:26.831982 7f0fa6ffd6c0 Level-0 table #1236: started
|
||||
2026/08/03-06:38:26.832007 7f0fa6ffd6c0 Level-0 table #1236: 0 bytes OK
|
||||
2026/08/03-06:38:26.838786 7f0fa6ffd6c0 Delete type=0 #1234
|
||||
2026/08/03-06:38:26.853917 7f0fa6ffd6c0 Manual compaction at level-0 from '!journal!6cCdSvQgEHJ1bvX4' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.571109 7f3591bfd6c0 Recovering log #1238
|
||||
2026/08/04-08:21:29.591159 7f3591bfd6c0 Delete type=0 #1238
|
||||
2026/08/04-08:21:29.591228 7f3591bfd6c0 Delete type=3 #1237
|
||||
2026/08/04-09:53:52.957051 7f3590bfb6c0 Level-0 table #1242: started
|
||||
2026/08/04-09:53:52.957089 7f3590bfb6c0 Level-0 table #1242: 0 bytes OK
|
||||
2026/08/04-09:53:52.998497 7f3590bfb6c0 Delete type=0 #1240
|
||||
2026/08/04-09:53:53.115038 7f3590bfb6c0 Manual compaction at level-0 from '!journal!6cCdSvQgEHJ1bvX4' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
2026/08/03-05:42:23.756827 7f0ff4ffe6c0 Recovering log #1227
|
||||
2026/08/03-05:42:23.787896 7f0ff4ffe6c0 Delete type=3 #1225
|
||||
2026/08/03-05:42:23.787958 7f0ff4ffe6c0 Delete type=0 #1227
|
||||
2026/08/03-06:19:13.177131 7f0fa6ffd6c0 Level-0 table #1232: started
|
||||
2026/08/03-06:19:13.177159 7f0fa6ffd6c0 Level-0 table #1232: 0 bytes OK
|
||||
2026/08/03-06:19:13.184606 7f0fa6ffd6c0 Delete type=0 #1230
|
||||
2026/08/03-06:19:13.191444 7f0fa6ffd6c0 Manual compaction at level-0 from '!journal!6cCdSvQgEHJ1bvX4' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:20:57.432442 7f5160dfe6c0 Recovering log #1235
|
||||
2026/08/04-08:20:57.444689 7f5160dfe6c0 Delete type=3 #1233
|
||||
2026/08/04-08:20:57.444770 7f5160dfe6c0 Delete type=0 #1235
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001134
|
||||
MANIFEST-001138
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.750852 7f0ff57ff6c0 Recovering log #1132
|
||||
2026/08/03-06:19:48.761758 7f0ff57ff6c0 Delete type=3 #1130
|
||||
2026/08/03-06:19:48.761842 7f0ff57ff6c0 Delete type=0 #1132
|
||||
2026/08/03-06:38:26.817856 7f0fa6ffd6c0 Level-0 table #1137: started
|
||||
2026/08/03-06:38:26.817889 7f0fa6ffd6c0 Level-0 table #1137: 0 bytes OK
|
||||
2026/08/03-06:38:26.824151 7f0fa6ffd6c0 Delete type=0 #1135
|
||||
2026/08/03-06:38:26.824513 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.528298 7f3591bfd6c0 Recovering log #1136
|
||||
2026/08/04-08:21:29.545330 7f3591bfd6c0 Delete type=3 #1134
|
||||
2026/08/04-08:21:29.545404 7f3591bfd6c0 Delete type=0 #1136
|
||||
2026/08/04-09:53:52.998701 7f3590bfb6c0 Level-0 table #1141: started
|
||||
2026/08/04-09:53:52.998737 7f3590bfb6c0 Level-0 table #1141: 0 bytes OK
|
||||
2026/08/04-09:53:53.035632 7f3590bfb6c0 Delete type=0 #1139
|
||||
2026/08/04-09:53:53.115056 7f3590bfb6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.674797 7f0fa7fff6c0 Recovering log #1128
|
||||
2026/08/03-05:42:23.703359 7f0fa7fff6c0 Delete type=3 #1126
|
||||
2026/08/03-05:42:23.703453 7f0fa7fff6c0 Delete type=0 #1128
|
||||
2026/08/03-06:19:13.162949 7f0fa6ffd6c0 Level-0 table #1133: started
|
||||
2026/08/03-06:19:13.162995 7f0fa6ffd6c0 Level-0 table #1133: 0 bytes OK
|
||||
2026/08/03-06:19:13.170299 7f0fa6ffd6c0 Delete type=0 #1131
|
||||
2026/08/03-06:19:13.184757 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.750852 7f0ff57ff6c0 Recovering log #1132
|
||||
2026/08/03-06:19:48.761758 7f0ff57ff6c0 Delete type=3 #1130
|
||||
2026/08/03-06:19:48.761842 7f0ff57ff6c0 Delete type=0 #1132
|
||||
2026/08/03-06:38:26.817856 7f0fa6ffd6c0 Level-0 table #1137: started
|
||||
2026/08/03-06:38:26.817889 7f0fa6ffd6c0 Level-0 table #1137: 0 bytes OK
|
||||
2026/08/03-06:38:26.824151 7f0fa6ffd6c0 Delete type=0 #1135
|
||||
2026/08/03-06:38:26.824513 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
+1
-1
@@ -1 +1 @@
|
||||
MANIFEST-001228
|
||||
MANIFEST-001232
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.636406 7f0ff4ffe6c0 Recovering log #1226
|
||||
2026/08/03-06:19:48.647892 7f0ff4ffe6c0 Delete type=3 #1224
|
||||
2026/08/03-06:19:48.647974 7f0ff4ffe6c0 Delete type=0 #1226
|
||||
2026/08/03-06:38:26.769280 7f0fa6ffd6c0 Level-0 table #1231: started
|
||||
2026/08/03-06:38:26.769359 7f0fa6ffd6c0 Level-0 table #1231: 0 bytes OK
|
||||
2026/08/03-06:38:26.776073 7f0fa6ffd6c0 Delete type=0 #1229
|
||||
2026/08/03-06:38:26.797077 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.355610 7f3591bfd6c0 Recovering log #1230
|
||||
2026/08/04-08:21:29.376426 7f3591bfd6c0 Delete type=3 #1228
|
||||
2026/08/04-08:21:29.376535 7f3591bfd6c0 Delete type=0 #1230
|
||||
2026/08/04-09:53:52.678512 7f3590bfb6c0 Level-0 table #1235: started
|
||||
2026/08/04-09:53:52.678542 7f3590bfb6c0 Level-0 table #1235: 0 bytes OK
|
||||
2026/08/04-09:53:52.734515 7f3590bfb6c0 Delete type=0 #1233
|
||||
2026/08/04-09:53:52.803577 7f3590bfb6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.425060 7f0fa7fff6c0 Recovering log #1222
|
||||
2026/08/03-05:42:23.456278 7f0fa7fff6c0 Delete type=3 #1220
|
||||
2026/08/03-05:42:23.456346 7f0fa7fff6c0 Delete type=0 #1222
|
||||
2026/08/03-06:19:13.105722 7f0fa6ffd6c0 Level-0 table #1227: started
|
||||
2026/08/03-06:19:13.105794 7f0fa6ffd6c0 Level-0 table #1227: 0 bytes OK
|
||||
2026/08/03-06:19:13.112554 7f0fa6ffd6c0 Delete type=0 #1225
|
||||
2026/08/03-06:19:13.133354 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.636406 7f0ff4ffe6c0 Recovering log #1226
|
||||
2026/08/03-06:19:48.647892 7f0ff4ffe6c0 Delete type=3 #1224
|
||||
2026/08/03-06:19:48.647974 7f0ff4ffe6c0 Delete type=0 #1226
|
||||
2026/08/03-06:38:26.769280 7f0fa6ffd6c0 Level-0 table #1231: started
|
||||
2026/08/03-06:38:26.769359 7f0fa6ffd6c0 Level-0 table #1231: 0 bytes OK
|
||||
2026/08/03-06:38:26.776073 7f0fa6ffd6c0 Delete type=0 #1229
|
||||
2026/08/03-06:38:26.797077 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001227
|
||||
MANIFEST-001231
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.651558 7f0ff57ff6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.662260 7f0ff57ff6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.662354 7f0ff57ff6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.782903 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.782939 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.790042 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.797110 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.380656 7f35913fc6c0 Recovering log #1229
|
||||
2026/08/04-08:21:29.401993 7f35913fc6c0 Delete type=3 #1227
|
||||
2026/08/04-08:21:29.402068 7f35913fc6c0 Delete type=0 #1229
|
||||
2026/08/04-09:53:52.630733 7f3590bfb6c0 Level-0 table #1234: started
|
||||
2026/08/04-09:53:52.630808 7f3590bfb6c0 Level-0 table #1234: 0 bytes OK
|
||||
2026/08/04-09:53:52.678363 7f3590bfb6c0 Delete type=0 #1232
|
||||
2026/08/04-09:53:52.803556 7f3590bfb6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.460746 7f0fa77fe6c0 Recovering log #1221
|
||||
2026/08/03-05:42:23.486451 7f0fa77fe6c0 Delete type=3 #1219
|
||||
2026/08/03-05:42:23.486511 7f0fa77fe6c0 Delete type=0 #1221
|
||||
2026/08/03-06:19:13.112716 7f0fa6ffd6c0 Level-0 table #1226: started
|
||||
2026/08/03-06:19:13.112749 7f0fa6ffd6c0 Level-0 table #1226: 0 bytes OK
|
||||
2026/08/03-06:19:13.119007 7f0fa6ffd6c0 Delete type=0 #1224
|
||||
2026/08/03-06:19:13.133376 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.651558 7f0ff57ff6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.662260 7f0ff57ff6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.662354 7f0ff57ff6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.782903 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.782939 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.790042 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.797110 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001227
|
||||
MANIFEST-001231
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.681657 7f0ff4ffe6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.692268 7f0ff4ffe6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.692351 7f0ff4ffe6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.790164 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.790190 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.796894 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.797197 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.426266 7f35923fe6c0 Recovering log #1229
|
||||
2026/08/04-08:21:29.442494 7f35923fe6c0 Delete type=3 #1227
|
||||
2026/08/04-08:21:29.442560 7f35923fe6c0 Delete type=0 #1229
|
||||
2026/08/04-09:53:52.882869 7f3590bfb6c0 Level-0 table #1234: started
|
||||
2026/08/04-09:53:52.882905 7f3590bfb6c0 Level-0 table #1234: 0 bytes OK
|
||||
2026/08/04-09:53:52.919503 7f3590bfb6c0 Delete type=0 #1232
|
||||
2026/08/04-09:53:52.956792 7f3590bfb6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.515629 7f0fa77fe6c0 Recovering log #1221
|
||||
2026/08/03-05:42:23.541236 7f0fa77fe6c0 Delete type=3 #1219
|
||||
2026/08/03-05:42:23.541308 7f0fa77fe6c0 Delete type=0 #1221
|
||||
2026/08/03-06:19:13.126577 7f0fa6ffd6c0 Level-0 table #1226: started
|
||||
2026/08/03-06:19:13.126609 7f0fa6ffd6c0 Level-0 table #1226: 0 bytes OK
|
||||
2026/08/03-06:19:13.133180 7f0fa6ffd6c0 Delete type=0 #1224
|
||||
2026/08/03-06:19:13.133414 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.681657 7f0ff4ffe6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.692268 7f0ff4ffe6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.692351 7f0ff4ffe6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.790164 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.790190 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.796894 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.797197 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001225
|
||||
MANIFEST-001229
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.879803 7f0ff57ff6c0 Recovering log #1223
|
||||
2026/08/03-06:19:48.890084 7f0ff57ff6c0 Delete type=3 #1221
|
||||
2026/08/03-06:19:48.890177 7f0ff57ff6c0 Delete type=0 #1223
|
||||
2026/08/03-06:38:26.891447 7f0fa6ffd6c0 Level-0 table #1228: started
|
||||
2026/08/03-06:38:26.891477 7f0fa6ffd6c0 Level-0 table #1228: 0 bytes OK
|
||||
2026/08/03-06:38:26.898218 7f0fa6ffd6c0 Delete type=0 #1226
|
||||
2026/08/03-06:38:26.913139 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.736235 7f3592bff6c0 Recovering log #1227
|
||||
2026/08/04-08:21:29.753212 7f3592bff6c0 Delete type=3 #1225
|
||||
2026/08/04-08:21:29.753288 7f3592bff6c0 Delete type=0 #1227
|
||||
2026/08/04-09:53:53.269403 7f3590bfb6c0 Level-0 table #1232: started
|
||||
2026/08/04-09:53:53.269440 7f3590bfb6c0 Level-0 table #1232: 0 bytes OK
|
||||
2026/08/04-09:53:53.308866 7f3590bfb6c0 Delete type=0 #1230
|
||||
2026/08/04-09:53:53.444562 7f3590bfb6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.971932 7f0fa7fff6c0 Recovering log #1219
|
||||
2026/08/03-05:42:24.003012 7f0fa7fff6c0 Delete type=3 #1217
|
||||
2026/08/03-05:42:24.003097 7f0fa7fff6c0 Delete type=0 #1219
|
||||
2026/08/03-06:19:13.219392 7f0fa6ffd6c0 Level-0 table #1224: started
|
||||
2026/08/03-06:19:13.219417 7f0fa6ffd6c0 Level-0 table #1224: 0 bytes OK
|
||||
2026/08/03-06:19:13.225913 7f0fa6ffd6c0 Delete type=0 #1222
|
||||
2026/08/03-06:19:13.239931 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.879803 7f0ff57ff6c0 Recovering log #1223
|
||||
2026/08/03-06:19:48.890084 7f0ff57ff6c0 Delete type=3 #1221
|
||||
2026/08/03-06:19:48.890177 7f0ff57ff6c0 Delete type=0 #1223
|
||||
2026/08/03-06:38:26.891447 7f0fa6ffd6c0 Level-0 table #1228: started
|
||||
2026/08/03-06:38:26.891477 7f0fa6ffd6c0 Level-0 table #1228: 0 bytes OK
|
||||
2026/08/03-06:38:26.898218 7f0fa6ffd6c0 Delete type=0 #1226
|
||||
2026/08/03-06:38:26.913139 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001228
|
||||
MANIFEST-001232
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.722782 7f0ff57ff6c0 Recovering log #1226
|
||||
2026/08/03-06:19:48.732938 7f0ff57ff6c0 Delete type=3 #1224
|
||||
2026/08/03-06:19:48.733013 7f0ff57ff6c0 Delete type=0 #1226
|
||||
2026/08/03-06:38:26.811182 7f0fa6ffd6c0 Level-0 table #1231: started
|
||||
2026/08/03-06:38:26.811213 7f0fa6ffd6c0 Level-0 table #1231: 0 bytes OK
|
||||
2026/08/03-06:38:26.817698 7f0fa6ffd6c0 Delete type=0 #1229
|
||||
2026/08/03-06:38:26.824339 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.488367 7f3592bff6c0 Recovering log #1230
|
||||
2026/08/04-08:21:29.504785 7f3592bff6c0 Delete type=3 #1228
|
||||
2026/08/04-08:21:29.504886 7f3592bff6c0 Delete type=0 #1230
|
||||
2026/08/04-09:53:52.803860 7f3590bfb6c0 Level-0 table #1235: started
|
||||
2026/08/04-09:53:52.803910 7f3590bfb6c0 Level-0 table #1235: 0 bytes OK
|
||||
2026/08/04-09:53:52.842964 7f3590bfb6c0 Delete type=0 #1233
|
||||
2026/08/04-09:53:52.956755 7f3590bfb6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.605916 7f0fa7fff6c0 Recovering log #1222
|
||||
2026/08/03-05:42:23.631047 7f0fa7fff6c0 Delete type=3 #1220
|
||||
2026/08/03-05:42:23.631116 7f0fa7fff6c0 Delete type=0 #1222
|
||||
2026/08/03-06:19:13.148540 7f0fa6ffd6c0 Level-0 table #1227: started
|
||||
2026/08/03-06:19:13.148573 7f0fa6ffd6c0 Level-0 table #1227: 0 bytes OK
|
||||
2026/08/03-06:19:13.155217 7f0fa6ffd6c0 Delete type=0 #1225
|
||||
2026/08/03-06:19:13.162717 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.722782 7f0ff57ff6c0 Recovering log #1226
|
||||
2026/08/03-06:19:48.732938 7f0ff57ff6c0 Delete type=3 #1224
|
||||
2026/08/03-06:19:48.733013 7f0ff57ff6c0 Delete type=0 #1226
|
||||
2026/08/03-06:38:26.811182 7f0fa6ffd6c0 Level-0 table #1231: started
|
||||
2026/08/03-06:38:26.811213 7f0fa6ffd6c0 Level-0 table #1231: 0 bytes OK
|
||||
2026/08/03-06:38:26.817698 7f0fa6ffd6c0 Delete type=0 #1229
|
||||
2026/08/03-06:38:26.824339 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001227
|
||||
MANIFEST-001231
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.822051 7f0fa7fff6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.832528 7f0fa7fff6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.832595 7f0fa7fff6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.861128 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.861152 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.869011 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.883307 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.651551 7f3591bfd6c0 Recovering log #1229
|
||||
2026/08/04-08:21:29.671782 7f3591bfd6c0 Delete type=3 #1227
|
||||
2026/08/04-08:21:29.671869 7f3591bfd6c0 Delete type=0 #1229
|
||||
2026/08/04-09:53:53.239483 7f3590bfb6c0 Level-0 table #1234: started
|
||||
2026/08/04-09:53:53.239521 7f3590bfb6c0 Level-0 table #1234: 0 bytes OK
|
||||
2026/08/04-09:53:53.268877 7f3590bfb6c0 Delete type=0 #1232
|
||||
2026/08/04-09:53:53.269377 7f3590bfb6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.855691 7f0fa7fff6c0 Recovering log #1221
|
||||
2026/08/03-05:42:23.883917 7f0fa7fff6c0 Delete type=3 #1219
|
||||
2026/08/03-05:42:23.884004 7f0fa7fff6c0 Delete type=0 #1221
|
||||
2026/08/03-06:19:13.198502 7f0fa6ffd6c0 Level-0 table #1226: started
|
||||
2026/08/03-06:19:13.198527 7f0fa6ffd6c0 Level-0 table #1226: 0 bytes OK
|
||||
2026/08/03-06:19:13.205386 7f0fa6ffd6c0 Delete type=0 #1224
|
||||
2026/08/03-06:19:13.219368 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.822051 7f0fa7fff6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.832528 7f0fa7fff6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.832595 7f0fa7fff6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.861128 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.861152 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.869011 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.883307 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-000710
|
||||
MANIFEST-000714
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.835817 7f0ff57ff6c0 Recovering log #708
|
||||
2026/08/03-06:19:48.845651 7f0ff57ff6c0 Delete type=3 #706
|
||||
2026/08/03-06:19:48.845733 7f0ff57ff6c0 Delete type=0 #708
|
||||
2026/08/03-06:38:26.869191 7f0fa6ffd6c0 Level-0 table #713: started
|
||||
2026/08/03-06:38:26.869223 7f0fa6ffd6c0 Level-0 table #713: 0 bytes OK
|
||||
2026/08/03-06:38:26.875780 7f0fa6ffd6c0 Delete type=0 #711
|
||||
2026/08/03-06:38:26.883321 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.675807 7f35923fe6c0 Recovering log #712
|
||||
2026/08/04-08:21:29.692121 7f35923fe6c0 Delete type=3 #710
|
||||
2026/08/04-08:21:29.692200 7f35923fe6c0 Delete type=0 #712
|
||||
2026/08/04-09:53:53.202018 7f3590bfb6c0 Level-0 table #717: started
|
||||
2026/08/04-09:53:53.202055 7f3590bfb6c0 Level-0 table #717: 0 bytes OK
|
||||
2026/08/04-09:53:53.239275 7f3590bfb6c0 Delete type=0 #715
|
||||
2026/08/04-09:53:53.269141 7f3590bfb6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.887819 7f0ff57ff6c0 Recovering log #704
|
||||
2026/08/03-05:42:23.911535 7f0ff57ff6c0 Delete type=3 #702
|
||||
2026/08/03-05:42:23.911621 7f0ff57ff6c0 Delete type=0 #704
|
||||
2026/08/03-06:19:13.205536 7f0fa6ffd6c0 Level-0 table #709: started
|
||||
2026/08/03-06:19:13.205564 7f0fa6ffd6c0 Level-0 table #709: 0 bytes OK
|
||||
2026/08/03-06:19:13.211940 7f0fa6ffd6c0 Delete type=0 #707
|
||||
2026/08/03-06:19:13.219382 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.835817 7f0ff57ff6c0 Recovering log #708
|
||||
2026/08/03-06:19:48.845651 7f0ff57ff6c0 Delete type=3 #706
|
||||
2026/08/03-06:19:48.845733 7f0ff57ff6c0 Delete type=0 #708
|
||||
2026/08/03-06:38:26.869191 7f0fa6ffd6c0 Level-0 table #713: started
|
||||
2026/08/03-06:38:26.869223 7f0fa6ffd6c0 Level-0 table #713: 0 bytes OK
|
||||
2026/08/03-06:38:26.875780 7f0fa6ffd6c0 Delete type=0 #711
|
||||
2026/08/03-06:38:26.883321 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
+1
-1
@@ -1 +1 @@
|
||||
MANIFEST-001228
|
||||
MANIFEST-001232
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.667201 7f0fa7fff6c0 Recovering log #1226
|
||||
2026/08/03-06:19:48.678016 7f0fa7fff6c0 Delete type=3 #1224
|
||||
2026/08/03-06:19:48.678104 7f0fa7fff6c0 Delete type=0 #1226
|
||||
2026/08/03-06:38:26.776208 7f0fa6ffd6c0 Level-0 table #1231: started
|
||||
2026/08/03-06:38:26.776233 7f0fa6ffd6c0 Level-0 table #1231: 0 bytes OK
|
||||
2026/08/03-06:38:26.782751 7f0fa6ffd6c0 Delete type=0 #1229
|
||||
2026/08/03-06:38:26.797096 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.405032 7f3592bff6c0 Recovering log #1230
|
||||
2026/08/04-08:21:29.422770 7f3592bff6c0 Delete type=3 #1228
|
||||
2026/08/04-08:21:29.422843 7f3592bff6c0 Delete type=0 #1230
|
||||
2026/08/04-09:53:52.734650 7f3590bfb6c0 Level-0 table #1235: started
|
||||
2026/08/04-09:53:52.734681 7f3590bfb6c0 Level-0 table #1235: 0 bytes OK
|
||||
2026/08/04-09:53:52.765393 7f3590bfb6c0 Delete type=0 #1233
|
||||
2026/08/04-09:53:52.803591 7f3590bfb6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.489449 7f0fa7fff6c0 Recovering log #1222
|
||||
2026/08/03-05:42:23.512550 7f0fa7fff6c0 Delete type=3 #1220
|
||||
2026/08/03-05:42:23.512605 7f0fa7fff6c0 Delete type=0 #1222
|
||||
2026/08/03-06:19:13.119144 7f0fa6ffd6c0 Level-0 table #1227: started
|
||||
2026/08/03-06:19:13.119176 7f0fa6ffd6c0 Level-0 table #1227: 0 bytes OK
|
||||
2026/08/03-06:19:13.126416 7f0fa6ffd6c0 Delete type=0 #1225
|
||||
2026/08/03-06:19:13.133390 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.667201 7f0fa7fff6c0 Recovering log #1226
|
||||
2026/08/03-06:19:48.678016 7f0fa7fff6c0 Delete type=3 #1224
|
||||
2026/08/03-06:19:48.678104 7f0fa7fff6c0 Delete type=0 #1226
|
||||
2026/08/03-06:38:26.776208 7f0fa6ffd6c0 Level-0 table #1231: started
|
||||
2026/08/03-06:38:26.776233 7f0fa6ffd6c0 Level-0 table #1231: 0 bytes OK
|
||||
2026/08/03-06:38:26.782751 7f0fa6ffd6c0 Delete type=0 #1229
|
||||
2026/08/03-06:38:26.797096 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001227
|
||||
MANIFEST-001231
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.794414 7f0ff57ff6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.805180 7f0ff57ff6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.805252 7f0ff57ff6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.838922 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.838945 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.846070 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.853929 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.595394 7f35923fe6c0 Recovering log #1229
|
||||
2026/08/04-08:21:29.612820 7f35923fe6c0 Delete type=3 #1227
|
||||
2026/08/04-08:21:29.612946 7f35923fe6c0 Delete type=0 #1229
|
||||
2026/08/04-09:53:53.035809 7f3590bfb6c0 Level-0 table #1234: started
|
||||
2026/08/04-09:53:53.035839 7f3590bfb6c0 Level-0 table #1234: 0 bytes OK
|
||||
2026/08/04-09:53:53.077765 7f3590bfb6c0 Delete type=0 #1232
|
||||
2026/08/04-09:53:53.115070 7f3590bfb6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.792000 7f0fa7fff6c0 Recovering log #1221
|
||||
2026/08/03-05:42:23.819679 7f0fa7fff6c0 Delete type=3 #1219
|
||||
2026/08/03-05:42:23.819773 7f0fa7fff6c0 Delete type=0 #1221
|
||||
2026/08/03-06:19:13.184774 7f0fa6ffd6c0 Level-0 table #1226: started
|
||||
2026/08/03-06:19:13.184798 7f0fa6ffd6c0 Level-0 table #1226: 0 bytes OK
|
||||
2026/08/03-06:19:13.191255 7f0fa6ffd6c0 Delete type=0 #1224
|
||||
2026/08/03-06:19:13.198489 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.794414 7f0ff57ff6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.805180 7f0ff57ff6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.805252 7f0ff57ff6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.838922 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.838945 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.846070 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.853929 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001227
|
||||
MANIFEST-001231
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.864887 7f0fa7fff6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.875810 7f0fa7fff6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.875893 7f0fa7fff6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.883664 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.883708 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.891272 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.913109 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.715489 7f35923fe6c0 Recovering log #1229
|
||||
2026/08/04-08:21:29.732310 7f35923fe6c0 Delete type=3 #1227
|
||||
2026/08/04-08:21:29.732398 7f35923fe6c0 Delete type=0 #1229
|
||||
2026/08/04-09:53:53.309069 7f3590bfb6c0 Level-0 table #1234: started
|
||||
2026/08/04-09:53:53.309105 7f3590bfb6c0 Level-0 table #1234: 0 bytes OK
|
||||
2026/08/04-09:53:53.351545 7f3590bfb6c0 Delete type=0 #1232
|
||||
2026/08/04-09:53:53.444590 7f3590bfb6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.943199 7f0ff57ff6c0 Recovering log #1221
|
||||
2026/08/03-05:42:23.967941 7f0ff57ff6c0 Delete type=3 #1219
|
||||
2026/08/03-05:42:23.968044 7f0ff57ff6c0 Delete type=0 #1221
|
||||
2026/08/03-06:19:13.212107 7f0fa6ffd6c0 Level-0 table #1226: started
|
||||
2026/08/03-06:19:13.212132 7f0fa6ffd6c0 Level-0 table #1226: 0 bytes OK
|
||||
2026/08/03-06:19:13.219215 7f0fa6ffd6c0 Delete type=0 #1224
|
||||
2026/08/03-06:19:13.226057 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.864887 7f0fa7fff6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.875810 7f0fa7fff6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.875893 7f0fa7fff6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.883664 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.883708 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.891272 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.913109 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001227
|
||||
MANIFEST-001231
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.695837 7f0ff57ff6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.705530 7f0ff57ff6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.705599 7f0ff57ff6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.797538 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.797600 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.804168 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.824310 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.446437 7f3592bff6c0 Recovering log #1229
|
||||
2026/08/04-08:21:29.464915 7f3592bff6c0 Delete type=3 #1227
|
||||
2026/08/04-08:21:29.464989 7f3592bff6c0 Delete type=0 #1229
|
||||
2026/08/04-09:53:52.765620 7f3590bfb6c0 Level-0 table #1234: started
|
||||
2026/08/04-09:53:52.765656 7f3590bfb6c0 Level-0 table #1234: 0 bytes OK
|
||||
2026/08/04-09:53:52.803353 7f3590bfb6c0 Delete type=0 #1232
|
||||
2026/08/04-09:53:52.803821 7f3590bfb6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.545274 7f0fa7fff6c0 Recovering log #1221
|
||||
2026/08/03-05:42:23.572814 7f0fa7fff6c0 Delete type=3 #1219
|
||||
2026/08/03-05:42:23.572881 7f0fa7fff6c0 Delete type=0 #1221
|
||||
2026/08/03-06:19:13.133747 7f0fa6ffd6c0 Level-0 table #1226: started
|
||||
2026/08/03-06:19:13.133792 7f0fa6ffd6c0 Level-0 table #1226: 0 bytes OK
|
||||
2026/08/03-06:19:13.140416 7f0fa6ffd6c0 Delete type=0 #1224
|
||||
2026/08/03-06:19:13.162688 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.695837 7f0ff57ff6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.705530 7f0ff57ff6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.705599 7f0ff57ff6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.797538 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.797600 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.804168 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.824310 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001227
|
||||
MANIFEST-001231
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.850191 7f0ff4ffe6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.860917 7f0ff4ffe6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.860985 7f0ff4ffe6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.875945 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.875978 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.883107 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.883632 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.695708 7f3591bfd6c0 Recovering log #1229
|
||||
2026/08/04-08:21:29.711597 7f3591bfd6c0 Delete type=3 #1227
|
||||
2026/08/04-08:21:29.711692 7f3591bfd6c0 Delete type=0 #1229
|
||||
2026/08/04-09:53:53.159147 7f3590bfb6c0 Level-0 table #1234: started
|
||||
2026/08/04-09:53:53.159177 7f3590bfb6c0 Level-0 table #1234: 0 bytes OK
|
||||
2026/08/04-09:53:53.201806 7f3590bfb6c0 Delete type=0 #1232
|
||||
2026/08/04-09:53:53.269110 7f3590bfb6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.915462 7f0fa7fff6c0 Recovering log #1221
|
||||
2026/08/03-05:42:23.939860 7f0fa7fff6c0 Delete type=3 #1219
|
||||
2026/08/03-05:42:23.939948 7f0fa7fff6c0 Delete type=0 #1221
|
||||
2026/08/03-06:19:13.226070 7f0fa6ffd6c0 Level-0 table #1226: started
|
||||
2026/08/03-06:19:13.226094 7f0fa6ffd6c0 Level-0 table #1226: 0 bytes OK
|
||||
2026/08/03-06:19:13.233320 7f0fa6ffd6c0 Delete type=0 #1224
|
||||
2026/08/03-06:19:13.246852 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.850191 7f0ff4ffe6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.860917 7f0ff4ffe6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.860985 7f0ff4ffe6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.875945 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.875978 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.883107 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.883632 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
+1
-1
@@ -1 +1 @@
|
||||
MANIFEST-001227
|
||||
MANIFEST-001231
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.708521 7f0fa77fe6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.719628 7f0fa77fe6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.719711 7f0fa77fe6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.804334 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.804369 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.811030 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.824328 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.468713 7f35923fe6c0 Recovering log #1229
|
||||
2026/08/04-08:21:29.484856 7f35923fe6c0 Delete type=3 #1227
|
||||
2026/08/04-08:21:29.484960 7f35923fe6c0 Delete type=0 #1229
|
||||
2026/08/04-09:53:52.843183 7f3590bfb6c0 Level-0 table #1234: started
|
||||
2026/08/04-09:53:52.843223 7f3590bfb6c0 Level-0 table #1234: 0 bytes OK
|
||||
2026/08/04-09:53:52.882643 7f3590bfb6c0 Delete type=0 #1232
|
||||
2026/08/04-09:53:52.956776 7f3590bfb6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.576402 7f0fa77fe6c0 Recovering log #1221
|
||||
2026/08/03-05:42:23.602364 7f0fa77fe6c0 Delete type=3 #1219
|
||||
2026/08/03-05:42:23.602424 7f0fa77fe6c0 Delete type=0 #1221
|
||||
2026/08/03-06:19:13.140563 7f0fa6ffd6c0 Level-0 table #1226: started
|
||||
2026/08/03-06:19:13.140591 7f0fa6ffd6c0 Level-0 table #1226: 0 bytes OK
|
||||
2026/08/03-06:19:13.148391 7f0fa6ffd6c0 Delete type=0 #1224
|
||||
2026/08/03-06:19:13.162705 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.708521 7f0fa77fe6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.719628 7f0fa77fe6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.719711 7f0fa77fe6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.804334 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.804369 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.811030 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.824328 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001227
|
||||
MANIFEST-001231
|
||||
|
||||
+7
-7
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.808726 7f0fa77fe6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.818945 7f0fa77fe6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.819009 7f0fa77fe6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.854137 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.854175 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.860959 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.883279 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.616435 7f35913fc6c0 Recovering log #1229
|
||||
2026/08/04-08:21:29.647410 7f35913fc6c0 Delete type=3 #1227
|
||||
2026/08/04-08:21:29.647566 7f35913fc6c0 Delete type=0 #1229
|
||||
2026/08/04-09:53:53.115411 7f3590bfb6c0 Level-0 table #1234: started
|
||||
2026/08/04-09:53:53.115450 7f3590bfb6c0 Level-0 table #1234: 0 bytes OK
|
||||
2026/08/04-09:53:53.158952 7f3590bfb6c0 Delete type=0 #1232
|
||||
2026/08/04-09:53:53.269090 7f3590bfb6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.822803 7f0ff57ff6c0 Recovering log #1221
|
||||
2026/08/03-05:42:23.851825 7f0ff57ff6c0 Delete type=3 #1219
|
||||
2026/08/03-05:42:23.851923 7f0ff57ff6c0 Delete type=0 #1221
|
||||
2026/08/03-06:19:13.191454 7f0fa6ffd6c0 Level-0 table #1226: started
|
||||
2026/08/03-06:19:13.191480 7f0fa6ffd6c0 Level-0 table #1226: 0 bytes OK
|
||||
2026/08/03-06:19:13.198340 7f0fa6ffd6c0 Delete type=0 #1224
|
||||
2026/08/03-06:19:13.212092 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.808726 7f0fa77fe6c0 Recovering log #1225
|
||||
2026/08/03-06:19:48.818945 7f0fa77fe6c0 Delete type=3 #1223
|
||||
2026/08/03-06:19:48.819009 7f0fa77fe6c0 Delete type=0 #1225
|
||||
2026/08/03-06:38:26.854137 7f0fa6ffd6c0 Level-0 table #1230: started
|
||||
2026/08/03-06:38:26.854175 7f0fa6ffd6c0 Level-0 table #1230: 0 bytes OK
|
||||
2026/08/03-06:38:26.860959 7f0fa6ffd6c0 Delete type=0 #1228
|
||||
2026/08/03-06:38:26.883279 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001134
|
||||
MANIFEST-001138
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-06:19:48.765231 7f0ff4ffe6c0 Recovering log #1132
|
||||
2026/08/03-06:19:48.775749 7f0ff4ffe6c0 Delete type=3 #1130
|
||||
2026/08/03-06:19:48.775840 7f0ff4ffe6c0 Delete type=0 #1132
|
||||
2026/08/03-06:38:26.846220 7f0fa6ffd6c0 Level-0 table #1137: started
|
||||
2026/08/03-06:38:26.846247 7f0fa6ffd6c0 Level-0 table #1137: 0 bytes OK
|
||||
2026/08/03-06:38:26.853747 7f0fa6ffd6c0 Delete type=0 #1135
|
||||
2026/08/03-06:38:26.854019 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
2026/08/04-08:21:29.549072 7f35923fe6c0 Recovering log #1136
|
||||
2026/08/04-08:21:29.566225 7f35923fe6c0 Delete type=3 #1134
|
||||
2026/08/04-08:21:29.566320 7f35923fe6c0 Delete type=0 #1136
|
||||
2026/08/04-09:53:53.077939 7f3590bfb6c0 Level-0 table #1141: started
|
||||
2026/08/04-09:53:53.077968 7f3590bfb6c0 Level-0 table #1141: 0 bytes OK
|
||||
2026/08/04-09:53:53.114855 7f3590bfb6c0 Delete type=0 #1139
|
||||
2026/08/04-09:53:53.115379 7f3590bfb6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
2026/08/03-05:42:23.706643 7f0fa77fe6c0 Recovering log #1128
|
||||
2026/08/03-05:42:23.753069 7f0fa77fe6c0 Delete type=3 #1126
|
||||
2026/08/03-05:42:23.753177 7f0fa77fe6c0 Delete type=0 #1128
|
||||
2026/08/03-06:19:13.170481 7f0fa6ffd6c0 Level-0 table #1133: started
|
||||
2026/08/03-06:19:13.170507 7f0fa6ffd6c0 Level-0 table #1133: 0 bytes OK
|
||||
2026/08/03-06:19:13.176982 7f0fa6ffd6c0 Delete type=0 #1131
|
||||
2026/08/03-06:19:13.191427 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
2026/08/03-06:19:48.765231 7f0ff4ffe6c0 Recovering log #1132
|
||||
2026/08/03-06:19:48.775749 7f0ff4ffe6c0 Delete type=3 #1130
|
||||
2026/08/03-06:19:48.775840 7f0ff4ffe6c0 Delete type=0 #1132
|
||||
2026/08/03-06:38:26.846220 7f0fa6ffd6c0 Level-0 table #1137: started
|
||||
2026/08/03-06:38:26.846247 7f0fa6ffd6c0 Level-0 table #1137: 0 bytes OK
|
||||
2026/08/03-06:38:26.853747 7f0fa6ffd6c0 Delete type=0 #1135
|
||||
2026/08/03-06:38:26.854019 7f0fa6ffd6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end)
|
||||
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
MANIFEST-001140
|
||||
MANIFEST-001144
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user