🎨 闪卡复习快捷键

This commit is contained in:
Liang Ding 2023-02-26 10:49:15 +08:00
parent 1a405ef519
commit 76e7e7d074
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
6 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,5 @@
{ {
"space": "Space",
"cardShowAnswer": "Show Answer", "cardShowAnswer": "Show Answer",
"cardRatingAgain": "Again", "cardRatingAgain": "Again",
"cardRatingHard": "Hard", "cardRatingHard": "Hard",

View File

@ -1,4 +1,5 @@
{ {
"space": "Espacio",
"pdfIsLoading": "El PDF se está cargando, inténtalo de nuevo más tarde", "pdfIsLoading": "El PDF se está cargando, inténtalo de nuevo más tarde",
"cardShowAnswer": "Afficher la réponse", "cardShowAnswer": "Afficher la réponse",
"cardRatingAgain": "Otra vez", "cardRatingAgain": "Otra vez",

View File

@ -1,4 +1,5 @@
{ {
"space": "Espace",
"cardShowAnswer": "Afficher la réponse", "cardShowAnswer": "Afficher la réponse",
"cardRatingAgain": "Encore", "cardRatingAgain": "Encore",
"cardRatingHard": "Difficile", "cardRatingHard": "Difficile",

View File

@ -1,10 +1,11 @@
{ {
"space": "空格",
"pdfIsLoading": "PDF 正在加載中,請稍後再試", "pdfIsLoading": "PDF 正在加載中,請稍後再試",
"cardShowAnswer": "顯示答案", "cardShowAnswer": "顯示答案",
"cardRatingAgain": "重來", "cardRatingAgain": "重來",
"cardRatingHard": "困難", "cardRatingHard": "困難",
"cardRatingGood": "一般", "cardRatingGood": "良好",
"cardRatingEasy": "輕鬆", "cardRatingEasy": "簡單",
"addToDeck": "添加到卡包...", "addToDeck": "添加到卡包...",
"quickMakeCard": "快速制卡", "quickMakeCard": "快速制卡",
"allAttrs": "所有屬性名和屬性值", "allAttrs": "所有屬性名和屬性值",

View File

@ -1,10 +1,11 @@
{ {
"space": "空格",
"pdfIsLoading": "PDF 正在加载中,请稍后再试", "pdfIsLoading": "PDF 正在加载中,请稍后再试",
"cardShowAnswer": "显示答案", "cardShowAnswer": "显示答案",
"cardRatingAgain": "重来", "cardRatingAgain": "重来",
"cardRatingHard": "困难", "cardRatingHard": "困难",
"cardRatingGood": "一般", "cardRatingGood": "良好",
"cardRatingEasy": "轻松", "cardRatingEasy": "简单",
"addToDeck": "添加到卡包...", "addToDeck": "添加到卡包...",
"quickMakeCard": "快速制卡", "quickMakeCard": "快速制卡",
"allAttrs": "所有属性名和属性值", "allAttrs": "所有属性名和属性值",

View File

@ -54,7 +54,7 @@ export const openCardByData = (cardsData: ICard[], html = "") => {
${window.siyuan.languages.noDueCard} ${window.siyuan.languages.noDueCard}
</div> </div>
<div class="fn__flex card__action${blocks.length === 0 ? " fn__none" : ""}"> <div class="fn__flex card__action${blocks.length === 0 ? " fn__none" : ""}">
<button data-type="-1" class="b3-button fn__flex-1">${window.siyuan.languages.cardShowAnswer} (S)</button> <button data-type="-1" class="b3-button fn__flex-1">${window.siyuan.languages.cardShowAnswer} (${window.siyuan.languages.space})</button>
</div> </div>
<div class="fn__flex card__action fn__none"> <div class="fn__flex card__action fn__none">
<div> <div>