Skip to content

Commit

Permalink
Fix index cards text
Browse files Browse the repository at this point in the history
  • Loading branch information
sahroush committed Sep 4, 2023
1 parent d484f0f commit 957f045
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bebras/2022/2022-FR-10_index_cards/index_fa.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@
undo: "برگشت",
try: "بررسی",
clickRetry: "برای تلاش مجدد روی شروع دوباره بزنید.",
swapTeleporters: "برخی از\nدروازه‌ها را جابجا کنید",
swapTeleporters: "برخی از دروازه‌ها\n را جابجا کنید",
nbSwap: function(val,max) {
return "تعداد جابه‌جایی‌ها: " + val + " / " + max
},
nbStep: function(val,max) {
return "<br></br><br></br>تعداد گام‌ها: " + val + " / " + max

return ""

},
dragLabel: "برای فکر کردن میتوانید از قسمت زیر برای جابجا کردن سیاره ها استفاده کنید",
errorMaxSwap: function(max) {
Expand Down

0 comments on commit 957f045

Please sign in to comment.