This commit is contained in:
parent
0b7598df3b
commit
40051f4b32
7 changed files with 25 additions and 5 deletions
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"cardRatingAgain": "Again",
|
||||
"cardRatingHard": "Hard",
|
||||
"cardRatingGood": "Good",
|
||||
"cardRatingEasy": "Easy",
|
||||
"addToDeck": "Add to Deck...",
|
||||
"quickMakeCard": "Quick make card",
|
||||
"allAttrs": "All attribute names and attribute values",
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"cardRatingAgain": "Otra vez",
|
||||
"cardRatingHard": "Difícil",
|
||||
"cardRatingGood": "Bueno",
|
||||
"cardRatingEasy": "Fácil",
|
||||
"addToDeck": "Agregar a la plataforma...",
|
||||
"quickMakeCard": "Tarjeta de creación rápida",
|
||||
"allAttrs": "Todos los nombres de atributos y valores de atributos",
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"cardRatingAgain": "Encore",
|
||||
"cardRatingHard": "Difficile",
|
||||
"cardRatingGood": "Bien",
|
||||
"cardRatingEasy": "Facile",
|
||||
"addToDeck": "Ajouter au deck...",
|
||||
"quickMakeCard": "Carte de création rapide",
|
||||
"allAttrs": "Tous les noms d'attributs et les valeurs d'attributs",
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"cardRatingAgain": "重來",
|
||||
"cardRatingHard": "困難",
|
||||
"cardRatingGood": "一般",
|
||||
"cardRatingEasy": "輕鬆",
|
||||
"addToDeck": "添加到卡包...",
|
||||
"quickMakeCard": "快速制卡",
|
||||
"allAttrs": "所有屬性名和屬性值",
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"cardRatingAgain": "重来",
|
||||
"cardRatingHard": "困难",
|
||||
"cardRatingGood": "一般",
|
||||
"cardRatingEasy": "轻松",
|
||||
"addToDeck": "添加到卡包...",
|
||||
"quickMakeCard": "快速制卡",
|
||||
"allAttrs": "所有属性名和属性值",
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
width: 90%;
|
||||
|
||||
& > div {
|
||||
font-size: 46px;
|
||||
font-size: 32px;
|
||||
display: block;
|
||||
line-height: 46px;
|
||||
margin-bottom: 4px;
|
||||
|
|
|
@ -61,28 +61,28 @@ export const openCardByData = (cardsData: ICard[], html = "") => {
|
|||
<span></span>
|
||||
<button data-type="0" aria-label="1 / j" class="b3-button b3-button--error b3-tooltips__s b3-tooltips">
|
||||
<div>❌</div>
|
||||
Again
|
||||
${window.siyuan.languages.cardRatingAgain}
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<span></span>
|
||||
<button data-type="1" aria-label="2 / k" class="b3-button b3-button--warning b3-tooltips__s b3-tooltips">
|
||||
<div>😬</div>
|
||||
Hard
|
||||
${window.siyuan.languages.cardRatingHard}
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<span></span>
|
||||
<button data-type="2" aria-label="3 / l" class="b3-button b3-button--info b3-tooltips__s b3-tooltips">
|
||||
<div>😊</div>
|
||||
Good
|
||||
${window.siyuan.languages.cardRatingGood}
|
||||
</button>
|
||||
</div>
|
||||
<div>
|
||||
<span></span>
|
||||
<button data-type="3" aria-label="4 / ;" class="b3-button b3-button--success b3-tooltips__s b3-tooltips">
|
||||
<div>🌈</div>
|
||||
Easy
|
||||
${window.siyuan.languages.cardRatingEasy}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue