Give the interpreter real Celtic Cross meanings and --format/--lang support

- guidance.c now prints last, after the full spread; both it and main.c's
  new Celtic Cross readout pull real Waite card meanings via tarot_data.c
  instead of just naming cards.
- interpreter-cli gains --format text|html|json and --lang en|de, matching
  deck-engine - required linking engine/src/tarot_data.c and i18n.c into
  the interpreter binary (a narrow, documented exception to its earlier
  "no engine .c files" policy) and writing German translations for
  narrative.c's/guidance.c's own text.
This commit is contained in:
ml
2026-07-11 19:39:30 +02:00
parent 41422adf98
commit 1662d550c7
23 changed files with 1894 additions and 296 deletions
+101
View File
@@ -163,3 +163,104 @@ card.judgement.reversed=Weakness, pusillanimity, simplicity; also deliberation,
card.world.name=The World
card.world.upright=Assured success, recompense, voyage, route, emigration, flight, change of place.
card.world.reversed=Inertia, fixity, stagnation, permanence.
# --- Interpreter UI labels (interpreter/src/main.c) ---
interp.day_significance=Day significance:
interp.day_level.quiet=Quiet
interp.day_level.notable=Notable
interp.day_level.significant=Significant
interp.day_level.major=Major
interp.major_framing=(a major transit today - worth a deeper Celtic Cross look)
interp.top_transits.one=Top significant transit:
interp.top_transits.many=Top %d significant transits:
interp.no_notable_transits=No notable transits today.
interp.in_sign_house=in %s (house %d)
interp.score=score
interp.page_title=Deck in a Dash - Interpretation
interp.heading=Daily Interpretation
interp.heading_day_significance=Day Significance
interp.heading_transits=Significant Transits
interp.heading_guidance=Guidance
# --- Transit narratives (interpreter/src/narrative.c), condensed from
# Sepharial's Transits and Planetary Periods (1920, public domain),
# Chapter VIII "Effects of Transits" - except Moon and Pluto, which are
# original (see narrative.c's own comment for why) ---
narrative.house_frame=In matters of %s (house %d).
narrative.house.1=your sense of self, identity, and outward appearance
narrative.house.2=money, possessions, and personal values
narrative.house.3=communication, siblings, and everyday learning
narrative.house.4=home, family, and your roots
narrative.house.5=romance, creativity, and children
narrative.house.6=daily work, routine, and health
narrative.house.7=partnerships and close relationships
narrative.house.8=shared resources, intimacy, and transformation
narrative.house.9=travel, higher learning, and beliefs
narrative.house.10=career, reputation, and public standing
narrative.house.11=friendships, community, and hopes for the future
narrative.house.12=solitude, the subconscious, and hidden matters
narrative.sun.base=
narrative.sun.harmonious=Benefits from superiors and advancement in your sphere of life and work - honours, emoluments, and successful new associations.
narrative.sun.discordant=Degradation and dishonour, loss of position, and adverse judgement from superiors.
narrative.moon.base=Colours the everyday and domestic sphere of life, often coinciding with the opening of new avenues.
narrative.moon.harmonious=These changes tend to be advantageous.
narrative.moon.discordant=These changes tend to be adverse, with some indisposition or domestic friction.
narrative.mercury.base=Affects writings, journeys, commerce, and everyday activities - a neutral messenger whose effect follows the nature of the aspect it makes.
narrative.mercury.harmonious=
narrative.mercury.discordant=
narrative.venus.base=Brings domestic and social affairs to the fore - happiness, comforts, and favours.
narrative.venus.harmonious=Success in love affairs and artistic pursuits is likely.
narrative.venus.discordant=Grief and disappointment are more likely.
narrative.mars.base=A strenuous time of quarrels, contention, strife and anger, with some risk of hurts or injuries depending on the sign it occupies.
narrative.mars.harmonious=Can bring benefits from doctors, surgeons, or new projects and enterprises.
narrative.mars.discordant=
narrative.jupiter.base=Brings increase and expansion - fullness of fortune and health, and a generally fortunate time.
narrative.jupiter.harmonious=
narrative.jupiter.discordant=
narrative.saturn.base=Brings depression, stagnation, hindrances and obstacles, and some deprivation of the usual benefits.
narrative.saturn.harmonious=Favours from older connections and past associations are still possible.
narrative.saturn.discordant=
narrative.uranus.base=Brings separations, estrangements, sudden dislocations and violent upsets.
narrative.uranus.harmonious=Success through official or civic channels, and beneficial changes or appointments, are possible.
narrative.uranus.discordant=
narrative.neptune.base=Brings a state of chaos and confusion - an involved, uncertain condition of affairs, with plots, subtlety, or unseen influences at work.
narrative.neptune.harmonious=
narrative.neptune.discordant=
narrative.pluto.base=Brings deep, often hidden transformation - the surfacing or dismantling of something that has outgrown its old form.
narrative.pluto.harmonious=
narrative.pluto.discordant=
# --- Guidance (interpreter/src/guidance.c), original text written for
# this project - see guidance.c's own comment for why. Deliberately
# direct "you/your" address, unlike the "him/his" register used for
# Waite's own text above - matches the English original's own register
# shift for this new, more conversational content. ---
guidance.stance.harmonious.upright=You're already meeting the day in the right spirit - lean into it rather than second-guessing a favorable position.
guidance.stance.harmonious.reversed=The day itself is working in your favor even though you don't feel settled yet - trust the momentum more than your current doubts.
guidance.stance.discordant.upright=Your instincts are sound, but the day is testing them - hold your position without forcing the issue.
guidance.stance.discordant.reversed=Both the day and your own footing are unsettled right now - this is a moment to steady yourself before pushing forward.
guidance.stance.neutral.upright=Today concentrates whatever you already bring to it - your current approach will be amplified, so make sure it's the one you want.
guidance.stance.neutral.reversed=Today intensifies things, including whatever is currently unresolved in your own approach - worth sorting out before acting.
guidance.intro.quiet=%s is only faintly active today, but for what it's worth:
guidance.intro.notable=With a mild touch from %s today:
guidance.intro.significant=With %s clearly active today:
guidance.intro.major=With %s as today's dominant influence:
guidance.no_transit.upright=There's no standout transit today - it's an astrologically quiet day. That leaves things mostly about steadiness: trust your current footing and use the calm to make headway.
guidance.no_transit.reversed=There's no standout transit today - it's an astrologically quiet day. That's a good moment to quietly re-settle your own footing, since nothing external is forcing the pace.
guidance.attitude_intro=Your Attitude card is
guidance.outcome_intro=The spread's likely Outcome is
# Planet names as used in guidance.intro.* above - a separate table from
# body.* because English (and German) give the Sun/Moon a definite
# article that the other eight planets don't take.
guidance.planet.sun=the Sun
guidance.planet.moon=the Moon
guidance.planet.mercury=Mercury
guidance.planet.venus=Venus
guidance.planet.mars=Mars
guidance.planet.jupiter=Jupiter
guidance.planet.saturn=Saturn
guidance.planet.uranus=Uranus
guidance.planet.neptune=Neptune
guidance.planet.pluto=Pluto