This commit is contained in:
parent
40051f4b32
commit
f29dc50f5b
6 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"cardShowAnswer": "Show Answer",
|
||||
"cardRatingAgain": "Again",
|
||||
"cardRatingHard": "Hard",
|
||||
"cardRatingGood": "Good",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"cardShowAnswer": "Afficher la réponse",
|
||||
"cardRatingAgain": "Otra vez",
|
||||
"cardRatingHard": "Difícil",
|
||||
"cardRatingGood": "Bueno",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"cardShowAnswer": "Afficher la réponse",
|
||||
"cardRatingAgain": "Encore",
|
||||
"cardRatingHard": "Difficile",
|
||||
"cardRatingGood": "Bien",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"cardShowAnswer": "顯示答案",
|
||||
"cardRatingAgain": "重來",
|
||||
"cardRatingHard": "困難",
|
||||
"cardRatingGood": "一般",
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"cardShowAnswer": "显示答案",
|
||||
"cardRatingAgain": "重来",
|
||||
"cardRatingHard": "困难",
|
||||
"cardRatingGood": "一般",
|
||||
|
|
|
@ -54,7 +54,7 @@ export const openCardByData = (cardsData: ICard[], html = "") => {
|
|||
${window.siyuan.languages.noDueCard}
|
||||
</div>
|
||||
<div class="fn__flex card__action${blocks.length === 0 ? " fn__none" : ""}">
|
||||
<button data-type="-1" class="b3-button fn__flex-1">Show (S)</button>
|
||||
<button data-type="-1" class="b3-button fn__flex-1">${window.siyuan.languages.cardShowAnswer} (S)</button>
|
||||
</div>
|
||||
<div class="fn__flex card__action fn__none">
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue