UNPKG

tarotap

Version:

Complete 78-card Tarot deck library with 17-language support (EN/DE/ES/FR/IT/JA/KO/NL/PT/RU/TW/ZH/TH/TR/PL/DA/NO) and TypeScript

330 lines 6.17 kB
"use strict"; /** * Traditional Chinese Tarot Card Names - 78 Cards * 繁體中文塔羅牌名稱 * * For more tarot resources visit: https://tarotap.com/en * @author Tarotap Team <https://tarotap.com/en> */ Object.defineProperty(exports, "__esModule", { value: true }); exports.tarotCardsTW = void 0; exports.tarotCardsTW = [ // Major Arcana (22 cards) { "id": "the-fool", "name": "愚者" }, { "id": "the-magician", "name": "魔術師" }, { "id": "the-high-priestess", "name": "女祭司" }, { "id": "the-empress", "name": "女皇" }, { "id": "the-emperor", "name": "皇帝" }, { "id": "the-hierophant", "name": "教皇" }, { "id": "the-lovers", "name": "戀人" }, { "id": "the-chariot", "name": "戰車" }, { "id": "strength", "name": "力量" }, { "id": "the-hermit", "name": "隱士" }, { "id": "wheel-of-fortune", "name": "命運之輪" }, { "id": "justice", "name": "正義" }, { "id": "the-hanged-man", "name": "倒吊人" }, { "id": "death", "name": "死神" }, { "id": "temperance", "name": "節制" }, { "id": "the-devil", "name": "惡魔" }, { "id": "the-tower", "name": "塔" }, { "id": "the-star", "name": "星星" }, { "id": "the-moon", "name": "月亮" }, { "id": "the-sun", "name": "太陽" }, { "id": "judgement", "name": "審判" }, { "id": "the-world", "name": "世界" }, // Minor Arcana - Wands (14 cards) { "id": "ace-of-wands", "name": "權杖一" }, { "id": "two-of-wands", "name": "權杖二" }, { "id": "three-of-wands", "name": "權杖三" }, { "id": "four-of-wands", "name": "權杖四" }, { "id": "five-of-wands", "name": "權杖五" }, { "id": "six-of-wands", "name": "權杖六" }, { "id": "seven-of-wands", "name": "權杖七" }, { "id": "eight-of-wands", "name": "權杖八" }, { "id": "nine-of-wands", "name": "權杖九" }, { "id": "ten-of-wands", "name": "權杖十" }, { "id": "page-of-wands", "name": "權杖侍從" }, { "id": "knight-of-wands", "name": "權杖騎士" }, { "id": "queen-of-wands", "name": "權杖皇后" }, { "id": "king-of-wands", "name": "權杖國王" }, // Minor Arcana - Cups (14 cards) { "id": "ace-of-cups", "name": "聖盃一" }, { "id": "two-of-cups", "name": "聖盃二" }, { "id": "three-of-cups", "name": "聖盃三" }, { "id": "four-of-cups", "name": "聖盃四" }, { "id": "five-of-cups", "name": "聖盃五" }, { "id": "six-of-cups", "name": "聖盃六" }, { "id": "seven-of-cups", "name": "聖盃七" }, { "id": "eight-of-cups", "name": "聖盃八" }, { "id": "nine-of-cups", "name": "聖盃九" }, { "id": "ten-of-cups", "name": "聖盃十" }, { "id": "page-of-cups", "name": "聖盃侍從" }, { "id": "knight-of-cups", "name": "聖盃騎士" }, { "id": "queen-of-cups", "name": "聖盃皇后" }, { "id": "king-of-cups", "name": "聖盃國王" }, // Minor Arcana - Swords (14 cards) { "id": "ace-of-swords", "name": "寶劍一" }, { "id": "two-of-swords", "name": "寶劍二" }, { "id": "three-of-swords", "name": "寶劍三" }, { "id": "four-of-swords", "name": "寶劍四" }, { "id": "five-of-swords", "name": "寶劍五" }, { "id": "six-of-swords", "name": "寶劍六" }, { "id": "seven-of-swords", "name": "寶劍七" }, { "id": "eight-of-swords", "name": "寶劍八" }, { "id": "nine-of-swords", "name": "寶劍九" }, { "id": "ten-of-swords", "name": "寶劍十" }, { "id": "page-of-swords", "name": "寶劍侍從" }, { "id": "knight-of-swords", "name": "寶劍騎士" }, { "id": "queen-of-swords", "name": "寶劍皇后" }, { "id": "king-of-swords", "name": "寶劍國王" }, // Minor Arcana - Pentacles (14 cards) { "id": "ace-of-pentacles", "name": "錢幣一" }, { "id": "two-of-pentacles", "name": "錢幣二" }, { "id": "three-of-pentacles", "name": "錢幣三" }, { "id": "four-of-pentacles", "name": "錢幣四" }, { "id": "five-of-pentacles", "name": "錢幣五" }, { "id": "six-of-pentacles", "name": "錢幣六" }, { "id": "seven-of-pentacles", "name": "錢幣七" }, { "id": "eight-of-pentacles", "name": "錢幣八" }, { "id": "nine-of-pentacles", "name": "錢幣九" }, { "id": "ten-of-pentacles", "name": "錢幣十" }, { "id": "page-of-pentacles", "name": "錢幣侍從" }, { "id": "knight-of-pentacles", "name": "錢幣騎士" }, { "id": "queen-of-pentacles", "name": "錢幣皇后" }, { "id": "king-of-pentacles", "name": "錢幣國王" } ]; //# sourceMappingURL=cards-tw.js.map