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.61 kB
"use strict"; /** * Japanese 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.tarotCardsJA = void 0; exports.tarotCardsJA = [ // 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": "ワンドの2" }, { "id": "three-of-wands", "name": "ワンドの3" }, { "id": "four-of-wands", "name": "ワンドの4" }, { "id": "five-of-wands", "name": "ワンドの5" }, { "id": "six-of-wands", "name": "ワンドの6" }, { "id": "seven-of-wands", "name": "ワンドの7" }, { "id": "eight-of-wands", "name": "ワンドの8" }, { "id": "nine-of-wands", "name": "ワンドの9" }, { "id": "ten-of-wands", "name": "ワンドの10" }, { "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": "カップの2" }, { "id": "three-of-cups", "name": "カップの3" }, { "id": "four-of-cups", "name": "カップの4" }, { "id": "five-of-cups", "name": "カップの5" }, { "id": "six-of-cups", "name": "カップの6" }, { "id": "seven-of-cups", "name": "カップの7" }, { "id": "eight-of-cups", "name": "カップの8" }, { "id": "nine-of-cups", "name": "カップの9" }, { "id": "ten-of-cups", "name": "カップの10" }, { "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": "ソードの2" }, { "id": "three-of-swords", "name": "ソードの3" }, { "id": "four-of-swords", "name": "ソードの4" }, { "id": "five-of-swords", "name": "ソードの5" }, { "id": "six-of-swords", "name": "ソードの6" }, { "id": "seven-of-swords", "name": "ソードの7" }, { "id": "eight-of-swords", "name": "ソードの8" }, { "id": "nine-of-swords", "name": "ソードの9" }, { "id": "ten-of-swords", "name": "ソードの10" }, { "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": "ペンタクルの2" }, { "id": "three-of-pentacles", "name": "ペンタクルの3" }, { "id": "four-of-pentacles", "name": "ペンタクルの4" }, { "id": "five-of-pentacles", "name": "ペンタクルの5" }, { "id": "six-of-pentacles", "name": "ペンタクルの6" }, { "id": "seven-of-pentacles", "name": "ペンタクルの7" }, { "id": "eight-of-pentacles", "name": "ペンタクルの8" }, { "id": "nine-of-pentacles", "name": "ペンタクルの9" }, { "id": "ten-of-pentacles", "name": "ペンタクルの10" }, { "id": "page-of-pentacles", "name": "ペンタクルのページ" }, { "id": "knight-of-pentacles", "name": "ペンタクルのナイト" }, { "id": "queen-of-pentacles", "name": "ペンタクルのクイーン" }, { "id": "king-of-pentacles", "name": "ペンタクルのキング" } ]; //# sourceMappingURL=cards-ja.js.map