This commit is contained in:
Liang Ding 2023-02-24 13:16:18 +08:00
parent 0b7598df3b
commit 40051f4b32
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
7 changed files with 25 additions and 5 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",

View file

@ -1,4 +1,8 @@
{
"cardRatingAgain": "重來",
"cardRatingHard": "困難",
"cardRatingGood": "一般",
"cardRatingEasy": "輕鬆",
"addToDeck": "添加到卡包...",
"quickMakeCard": "快速制卡",
"allAttrs": "所有屬性名和屬性值",

View file

@ -1,4 +1,8 @@
{
"cardRatingAgain": "重来",
"cardRatingHard": "困难",
"cardRatingGood": "一般",
"cardRatingEasy": "轻松",
"addToDeck": "添加到卡包...",
"quickMakeCard": "快速制卡",
"allAttrs": "所有属性名和属性值",

View file

@ -24,7 +24,7 @@
width: 90%;
& > div {
font-size: 46px;
font-size: 32px;
display: block;
line-height: 46px;
margin-bottom: 4px;

View file

@ -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>