Skip to content

Commit

Permalink
Fix local fr, tr
Browse files Browse the repository at this point in the history
  • Loading branch information
4Source committed Sep 23, 2024
1 parent a3b2b9c commit 3b438aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lang/locale/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ export default {
FLASHCARD_EASY_DESC: "Changez le texte du bouton Facile",
FLASHCARD_GOOD_DESC: "Changez le texte du bouton Correct",
FLASHCARD_HARD_DESC: "Changez le texte du bouton Difficile",
REVIEW_BUTTON_DELAY: "Button press delay (ms)",
REVIEW_BUTTON_DELAY_DESC:
"Add a delay to the review buttons('Easy', 'Good', 'Hard', 'Show answer') before they could be pressed again.",
FLASHCARD_TAGS: "Tags des flashcards",
FLASHCARD_TAGS_DESC:
"Entrez les tags séparés par un espace ou une ligne i.e. #flashcards #paquet2 #paquet3.",
Expand Down
3 changes: 3 additions & 0 deletions src/lang/locale/tr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ export default {
FLASHCARD_EASY_DESC: '"Kolay" butonunun metnini özelleştirin',
FLASHCARD_GOOD_DESC: '"Orta" butonunun metnini özelleştirin',
FLASHCARD_HARD_DESC: '"Zor" butonunun metnini özelleştirin',
REVIEW_BUTTON_DELAY: "Button press delay (ms)",
REVIEW_BUTTON_DELAY_DESC:
"Add a delay to the review buttons('Easy', 'Good', 'Hard', 'Show answer') before they could be pressed again.",
FLASHCARD_TAGS: "Flash Kart Etiketleri",
FLASHCARD_TAGS_DESC:
"Etiketleri boşluklar veya yeni satırlarla ayırarak girin, örneğin: #flashcards #deck2 #deck3.",
Expand Down

0 comments on commit 3b438aa

Please sign in to comment.