forked from hedyorg/hedy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
messages.po
2400 lines (1840 loc) · 45.7 KB
/
messages.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-06-21 09:55+0200\n"
"PO-Revision-Date: 2023-06-21 15:11+0000\n"
"Last-Translator: Anonymous <[email protected]>\n"
"Language-Team: fa <[email protected]>\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.18.1\n"
"Generated-By: Babel 2.11.0\n"
#, fuzzy
msgid "Access Before Assign"
msgstr ""
"You tried to use the variable {name} on line {access_line_number}, but "
"you set it on line {definition_line_number}. Set a variable before using "
"it."
#, fuzzy
msgid "Cyclic Var Definition"
msgstr ""
"The name {variable} needs to be set before you can use it on the right-"
"hand side of the is command"
#, fuzzy
msgid "Has Blanks"
msgstr ""
"Your code is incomplete. It contains blanks that you have to replace with"
" code."
#, fuzzy
msgid "Incomplete"
msgstr ""
"Oops! You forgot a bit of code! On line {line_number}, you need to enter "
"text behind {incomplete_command}."
#, fuzzy
msgid "Incomplete Repeat"
msgstr ""
"It looks like you forgot to use {command} with the repeat command you "
"used on line {line_number}."
#, fuzzy
msgid "Invalid"
msgstr ""
"{invalid_command} is not a Hedy level {level} command. Did you mean "
"{guessed_command}?"
#, fuzzy
msgid "Invalid Argument"
msgstr ""
"You cannot use the command {command} with {invalid_argument} . Try "
"changing {invalid_argument} to {allowed_types}."
#, fuzzy
msgid "Invalid Argument Type"
msgstr ""
"You cannot use {command} with {invalid_argument} because it is "
"{invalid_type}. Try changing {invalid_argument} to {allowed_types}."
#, fuzzy
msgid "Invalid At Command"
msgstr ""
"The {at} command may not be used from level 16 onward. You can use square"
" brackets to use an element from a list, for example `friends[i]`, "
"`lucky_numbers[{random}]`."
#, fuzzy
msgid "Invalid Space"
msgstr ""
"Oops! You started a line with a space on line {line_number}. Spaces "
"confuse computers, can you remove it?"
#, fuzzy
msgid "Invalid Type Combination"
msgstr ""
"You cannot use {invalid_argument} and {invalid_argument_2} with {command}"
" because one is {invalid_type} and the other is {invalid_type_2}. Try "
"changing {invalid_argument} to {invalid_type_2} or {invalid_argument_2} "
"to {invalid_type}."
#, fuzzy
msgid "Locked Language Feature"
msgstr ""
"You are using {concept}! That is awesome, but {concept} is not unlocked "
"yet! It will be unlocked in a later level."
#, fuzzy
msgid "Lonely Echo"
msgstr ""
"You used an echo before an ask, or an echo without an ask. First ask for "
"input, then echo."
#, fuzzy
msgid "Lonely Text"
msgstr ""
"It looks like you forgot to use a command with the text you put in line "
"{line_number}"
#, fuzzy
msgid "Missing Command"
msgstr "It looks like you forgot to use a command on line {line_number}."
#, fuzzy
msgid "Missing Inner Command"
msgstr ""
"It looks like you forgot to use a command with the {command} statement "
"you used on line {line_number}."
#, fuzzy
msgid "No Indentation"
msgstr ""
"You used too few spaces in line {line_number}. You used {leading_spaces} "
"spaces, which is not enough. Start every new block with {indent_size} "
"spaces more than the line before."
#, fuzzy
msgid "Parse"
msgstr ""
"The code you entered is not valid Hedy code. There is a mistake on line "
"{location[0]}, at position {location[1]}. You typed {character_found}, "
"but that is not allowed."
#, fuzzy
msgid "Pressit Missing Else"
msgstr ""
"You forgot to add what happens when you press a different key, add an "
"{else} to your code"
#, fuzzy
msgid "Too Big"
msgstr ""
"Wow! Your program has an impressive {lines_of_code} lines of code! But we"
" can only process {max_lines} lines in this level. Make your program "
"smaller and try again."
#, fuzzy
msgid "Unexpected Indentation"
msgstr ""
"You used too many spaces in line {line_number}. You used {leading_spaces}"
" spaces, which is too much. Start every new block with {indent_size} "
"spaces more than the line before."
#, fuzzy
msgid "Unquoted Assignment"
msgstr ""
"From this level, you need to place texts to the right of the `is` between"
" quotes. You forgot that for the text {text}."
#, fuzzy
msgid "Unquoted Equality Check"
msgstr ""
"If you want to check if a variable is equal to multiple words, the words "
"should be surrounded by quotation marks!"
#, fuzzy
msgid "Unquoted Text"
msgstr ""
"Be careful. If you ask or print something the text should start and "
"finish with a quotation mark. You forgot one somewhere."
#, fuzzy
msgid "Unsupported Float"
msgstr ""
"Non-integer numbers are not supported yet but they will be in a few "
"levels. For now change {value} to an integer."
#, fuzzy
msgid "Unsupported String Value"
msgstr "Text values cannot contain {invalid_value}."
#, fuzzy
msgid "Var Undefined"
msgstr ""
"You tried to use the variable {name}, but you did not set it. It is also "
"possible that you were trying to use the word {name} but forgot quotation"
" marks."
#, fuzzy
msgid "Wrong Level"
msgstr ""
"That was correct Hedy code, but not at the right level. You wrote "
"{offending_keyword} for level {working_level}. Tip: {tip}"
#, fuzzy
msgid "account_overview"
msgstr "Account overview"
#, fuzzy
msgid "accounts_created"
msgstr "Accounts where successfully created."
#, fuzzy
msgid "accounts_intro"
msgstr ""
"On this page you can create accounts for multiple students at the same "
"time. It is also possible to directly add them to one of your classes. By"
" pressing the green + on the bottom right of the page you can add extra "
"rows. You can delete a row by pressing the corresponding red cross. Make "
"sure no rows are empty when you press \"Create accounts\". Please keep in"
" mind that every username and mail address needs to be unique and the "
"password needs to be <b>at least</b> 6 characters."
#, fuzzy
msgid "achievement_earned"
msgstr "You've earned an achievement!"
#, fuzzy
msgid "achievements"
msgstr "achievements"
#, fuzzy
msgid "achievements_check_icon_alt"
msgstr "You've earned an achievement!"
#, fuzzy
msgid "achievements_logo_alt"
msgstr "achievements"
#, fuzzy
msgid "add_students"
msgstr "students"
#, fuzzy
msgid "add_students_options"
msgstr "Create student accounts"
#, fuzzy
msgid "admin"
msgstr "Admin"
#, fuzzy
msgid "advance_button"
msgstr "Go to level {level}"
#, fuzzy
msgid "adventure"
msgstr "Adventure"
#, fuzzy
msgid "adventure_duplicate"
msgstr "You already have an adventure with this name."
#, fuzzy
msgid "adventure_empty"
msgstr "You didn't enter an adventure name!"
#, fuzzy
msgid "adventure_exp_1"
msgstr ""
"Type your adventure of choice on the right-hand side. After creating your"
" adventure you can include it in one of your classes under "
"\"customizations\". If you want to include a command in your adventure "
"please use code anchors like this:"
#, fuzzy
msgid "adventure_exp_2"
msgstr ""
"If you want to show actual code snippets, for example to give student a "
"template or example of the code. Please use pre anchors like this:"
#, fuzzy
msgid "adventure_exp_3"
msgstr ""
"You can use the \"preview\" button to view a styled version of your "
"adventure. To view the adventure on a dedicated page, select \"view\" "
"from the teachers page."
#, fuzzy
msgid "adventure_id_invalid"
msgstr "This adventure id is invalid."
#, fuzzy
msgid "adventure_length"
msgstr "Your adventure has to be at least 20 characters."
#, fuzzy
msgid "adventure_name_invalid"
msgstr "This adventure name is invalid."
#, fuzzy
msgid "adventure_prompt"
msgstr "Please enter the name of the adventure"
#, fuzzy
msgid "adventure_terms"
msgstr "I agree that my adventure might be made publicly available on Hedy."
#, fuzzy
msgid "adventure_updated"
msgstr "The adventure has been updated!"
#, fuzzy
msgid "adventures"
msgstr "Adventures"
#, fuzzy
msgid "adventures_restored"
msgstr "The default adventures have been restored!"
#, fuzzy
msgid "ago"
msgstr "{timestamp} ago"
#, fuzzy
msgid "agree_invalid"
msgstr "You have to agree with the privacy terms."
#, fuzzy
msgid "agree_third_party"
msgstr ""
"I consent to being contacted by partners of Leiden University with sales "
"opportunities (optional)"
#, fuzzy
msgid "agree_with"
msgstr "I agree to the"
#, fuzzy
msgid "ajax_error"
msgstr "There was an error, please try again."
#, fuzzy
msgid "all"
msgstr "All"
#, fuzzy
msgid "all_class_highscores"
msgstr "All students visible in class highscores"
#, fuzzy
msgid "already_account"
msgstr "Already have an account?"
#, fuzzy
msgid "already_program_running"
msgstr "Start programming"
#, fuzzy
msgid "already_teacher"
msgstr "You already have a teacher account."
#, fuzzy
msgid "already_teacher_request"
msgstr "You already have a pending teacher request."
#, fuzzy
msgid "amount_created"
msgstr "programs created"
#, fuzzy
msgid "amount_saved"
msgstr "programs saved"
#, fuzzy
msgid "amount_submitted"
msgstr "programs submitted"
#, fuzzy
msgid "are_you_sure"
msgstr "Are you sure? You cannot revert this action."
#, fuzzy
msgid "ask_needs_var"
msgstr ""
"Starting in level 2, ask needs to be used with a variable and quotation "
"marks. Example: name is ask 'What are you called?'"
#, fuzzy
msgid "back_to_class"
msgstr "Go back to class"
#, fuzzy
msgid "back_to_teachers_page"
msgstr "Go back to teachers page"
#, fuzzy
msgid "become_a_sponsor"
msgstr "Become a sponsor"
#, fuzzy
msgid "birth_year"
msgstr "Birth year"
#, fuzzy
msgid "by"
msgstr "by"
#, fuzzy
msgid "cancel"
msgstr "Cancel"
#, fuzzy
msgid "catch_index_exception"
msgstr ""
"You tried to access the list {list_name} but it is either empty or the "
"index is not there."
#, fuzzy
msgid "certificate"
msgstr "Certificate of Completion"
#, fuzzy
msgid "certified_teacher"
msgstr "Certified teacher"
#, fuzzy
msgid "change_password"
msgstr "Change password"
#, fuzzy
msgid "cheatsheet_title"
msgstr "Hide cheatsheet"
#, fuzzy
msgid "class_already_joined"
msgstr "You are already a student of class"
#, fuzzy
msgid "class_customize_success"
msgstr "Class successfully customized."
#, fuzzy
msgid "class_logs"
msgstr "Last login"
#, fuzzy
msgid "class_name_duplicate"
msgstr "You already have a class with this name."
#, fuzzy
msgid "class_name_empty"
msgstr "You didn't enter a class name!"
#, fuzzy
msgid "class_name_invalid"
msgstr "This class name is invalid."
#, fuzzy
msgid "class_name_prompt"
msgstr "Please enter the name of the class"
#, fuzzy
msgid "class_stats"
msgstr "Class statistics"
#, fuzzy
msgid "close"
msgstr "Sluiten"
#, fuzzy
msgid "comma"
msgstr "a comma"
#, fuzzy
msgid "commands"
msgstr "Commands"
#, fuzzy
msgid "congrats_message"
msgstr "Congratulations, {username}, you have completed Hedy!"
#, fuzzy
msgid "content_invalid"
msgstr "This adventure is invalid."
#, fuzzy
msgid "contributor"
msgstr "Contributor"
#, fuzzy
msgid "copy_clipboard"
msgstr "Successfully copied to clipboard"
#, fuzzy
msgid "copy_join_link"
msgstr "Please copy and paste this link into a new tab:"
#, fuzzy
msgid "copy_link_success"
msgstr "Copy link to share"
#, fuzzy
msgid "copy_link_to_share"
msgstr "Copy link to share"
#, fuzzy
msgid "copy_mail_link"
msgstr "Please copy and paste this link into a new tab:"
#, fuzzy
msgid "correct_answer"
msgstr "The correct answer is"
#, fuzzy
msgid "country"
msgstr "Country"
#, fuzzy
msgid "country_invalid"
msgstr "Please select a valid country."
#, fuzzy
msgid "country_title"
msgstr "Please select a valid country."
#, fuzzy
msgid "create_account"
msgstr "Create account"
#, fuzzy
msgid "create_accounts"
msgstr "Create multiple accounts"
#, fuzzy
msgid "create_accounts_prompt"
msgstr "Are you sure you want to create these accounts?"
#, fuzzy
msgid "create_adventure"
msgstr "Create adventure"
#, fuzzy
msgid "create_class"
msgstr "Create a new class"
#, fuzzy
msgid "create_multiple_accounts"
msgstr "Create multiple accounts"
#, fuzzy
msgid "create_public_profile"
msgstr "Public profile"
#, fuzzy
msgid "create_question"
msgstr "Do you want to create one?"
#, fuzzy
msgid "create_student_account"
msgstr "Create an account"
#, fuzzy
msgid "create_student_account_explanation"
msgstr "You can save your own programs with an account."
#, fuzzy
msgid "create_teacher_account"
msgstr "Create a teacher account"
#, fuzzy
msgid "create_teacher_account_explanation"
msgstr ""
"With a teacher account, you can save your programs and see the results of"
" your students."
#, fuzzy
msgid "creator"
msgstr "Creator"
#, fuzzy
msgid "current_password"
msgstr "Current password"
#, fuzzy
msgid "customization_deleted"
msgstr "Customizations successfully deleted."
#, fuzzy
msgid "customize_adventure"
msgstr "Customize adventure"
#, fuzzy
msgid "customize_class"
msgstr "Customize class"
#, fuzzy
msgid "dash"
msgstr "a dash"
#, fuzzy
msgid "default_403"
msgstr "Looks like you aren't authorized..."
#, fuzzy
msgid "default_404"
msgstr "We could not find that page..."
#, fuzzy
msgid "default_500"
msgstr "Something went wrong..."
#, fuzzy
msgid "delete"
msgstr "Delete"
#, fuzzy
msgid "delete_adventure_prompt"
msgstr "Are you sure you want to remove this adventure?"
#, fuzzy
msgid "delete_class_prompt"
msgstr "Are you sure you want to delete the class?"
#, fuzzy
msgid "delete_confirm"
msgstr "Are you sure you want to delete the program?"
#, fuzzy
msgid "delete_invite"
msgstr "Delete invitation"
#, fuzzy
msgid "delete_invite_prompt"
msgstr "Are you sure you want to remove this class invitation?"
#, fuzzy
msgid "delete_public"
msgstr "Delete public profile"
#, fuzzy
msgid "delete_success"
msgstr "Program deleted successfully."
#, fuzzy
msgid "destroy_profile"
msgstr "Delete profile"
#, fuzzy
msgid "developers_mode"
msgstr "Programmer's mode"
#, fuzzy
msgid "directly_available"
msgstr "Directly open"
#, fuzzy
msgid "disable"
msgstr "Disable"
#, fuzzy
msgid "disabled"
msgstr "Disabled"
#, fuzzy
msgid "disabled_button_locked"
msgstr "Your teacher hasn't unlocked this level yet"
#, fuzzy
msgid "disabled_button_quiz"
msgstr "Your quiz score is below the threshold, try again!"
#, fuzzy
msgid "discord_server"
msgstr "Discord server"
#, fuzzy
msgid "distinguished_user"
msgstr "Distinguished user"
#, fuzzy
msgid "double quotes"
msgstr "double quotes"
#, fuzzy
msgid "download"
msgstr "Download"
#, fuzzy
msgid "download_login_credentials"
msgstr "Do you want to download the login credentials after the accounts creation?"
#, fuzzy
msgid "duplicate"
msgstr "Duplicate"
#, fuzzy
msgid "echo_out"
msgstr ""
"Starting in level 2 echo is no longer needed. You can repeat an answer "
"with ask and print now. Example: name is ask 'What are you called?' print"
" 'hello' name"
#, fuzzy
msgid "edit_code_button"
msgstr "Edit code"
#, fuzzy
msgid "email"
msgstr "Email"
#, fuzzy
msgid "email_invalid"
msgstr "Please enter a valid email."
#, fuzzy
msgid "end_quiz"
msgstr "Quiz end"
#, fuzzy
msgid "english"
msgstr "English"
#, fuzzy
msgid "enter"
msgstr "Enter"
#, fuzzy
msgid "enter_password"
msgstr "Enter a new password for"
#, fuzzy
msgid "enter_text"
msgstr "Enter your answer here..."
#, fuzzy
msgid "error_logo_alt"
msgstr "Error logo"
#, fuzzy
msgid "exclamation mark"
msgstr "an exclamation mark"
#, fuzzy
msgid "exercise"
msgstr "Exercise"
#, fuzzy
msgid "exercise_doesnt_exist"
msgstr "This exercise doesn't exist"
#, fuzzy
msgid "exists_email"
msgstr "That email is already in use."
#, fuzzy
msgid "exists_username"
msgstr "That username is already in use."
#, fuzzy
msgid "experience_invalid"
msgstr "Please select a valid experience, choose (Yes, No)."
#, fuzzy
msgid "expiration_date"
msgstr "Expiration date"
#, fuzzy
msgid "explore_explanation"
msgstr ""
"On this page you can look through programs created by other Hedy users. "
"You can filter on both a Hedy level and adventure. Click on \"View "
"program\" to open a program and run it. Programs with a red header "
"contain a mistake. You can still open the program, but running it will "
"result in an error. You can of course try to fix it! If the creator has a"
" public profile you can click their username to visit their profile. "
"There you will find all their shared programs and much more!"
#, fuzzy
msgid "explore_programs"
msgstr "Explore programs"
#, fuzzy
msgid "explore_programs_logo_alt"
msgstr "Explore programs"
#, fuzzy
msgid "favourite_confirm"
msgstr "Are you sure you want to set this program as your favourite?"
#, fuzzy
msgid "favourite_program"
msgstr "Favourite program"
#, fuzzy
msgid "favourite_program_invalid"
msgstr "Your chosen favourite program is invalid."
#, fuzzy
msgid "favourite_success"
msgstr "Your program is set as favourite."
#, fuzzy
msgid "female"
msgstr "Female"
#, fuzzy
msgid "float"
msgstr "a number"
#, fuzzy
msgid "for_teachers"
msgstr "For teachers"
#, fuzzy
msgid "forgot_password"
msgstr "Forgot your password?"
#, fuzzy
msgid "from_another_teacher"
msgstr "From another teacher"
#, fuzzy
msgid "from_magazine_website"
msgstr "From a magazine or website"
#, fuzzy
msgid "from_video"
msgstr "From a video"
#, fuzzy
msgid "fun_statistics_msg"
msgstr "Here are some fun statistics!"
#, fuzzy
msgid "gender"
msgstr "Gender"
#, fuzzy
msgid "gender_invalid"
msgstr "Please select a valid gender, choose (Female, Male, Other)."
msgid "general"
msgstr "عمومی"
#, fuzzy
msgid "general_settings"
msgstr "General settings"
#, fuzzy
msgid "generate_passwords"
msgstr "Generate passwords"
#, fuzzy
msgid "get_certificate"
msgstr "Get your certificate!"
#, fuzzy
msgid "give_link_to_teacher"
msgstr "Give the following link to your teacher:"
#, fuzzy
msgid "go_back_to_main"
msgstr "Go back to main page"
#, fuzzy
msgid "go_to_question"
msgstr "Go to question"
#, fuzzy
msgid "go_to_quiz_result"
msgstr "Go to quiz result"
#, fuzzy
msgid "goto_profile"
msgstr "Go to my profile"
#, fuzzy
msgid "grid_overview"
msgstr "Overview of programs per adventure"
#, fuzzy
msgid "hand_in"
msgstr "Hand in"
#, fuzzy
msgid "hand_in_exercise"
msgstr "Hand in exercise"
#, fuzzy
msgid "heard_about_hedy"
msgstr "How have you heard about Hedy?"
#, fuzzy
msgid "heard_about_invalid"
msgstr "Please select a valid way you heard about us."
msgid "hedy_achievements"
msgstr "دستاوردهای هِدی"
#, fuzzy
msgid "hedy_choice_title"
msgstr "Hedy's Choice"
#, fuzzy
msgid "hedy_logo_alt"
msgstr "Hedy logo"
#, fuzzy
msgid "hedy_on_github"
msgstr "Hedy on Github"
#, fuzzy
msgid "hedy_tutorial_logo_alt"
msgstr "Start hedy tutorial"
msgid "hello_logo"
msgstr "چاپ"
#, fuzzy
msgid "hello_world"
msgstr "Hello world!"
msgid "hidden"
msgstr "مخفی"
#, fuzzy
msgid "hide_cheatsheet"
msgstr "Hide cheatsheet"
#, fuzzy
msgid "hide_keyword_switcher"
msgstr "Hide keyword switcher"
#, fuzzy
msgid "hide_parsons"
msgstr "Hide parsons"
#, fuzzy
msgid "hide_quiz"
msgstr "Hide quiz"
#, fuzzy
msgid "highest_level_reached"
msgstr "Highest level reached"
#, fuzzy
msgid "highest_quiz_score"
msgstr "Highest quiz score"
#, fuzzy
msgid "highscore_explanation"
msgstr ""
"On this page you can look through programs created by other Hedy users. "
"You can filter on both a Hedy level and adventure. Click on \"View "
"program\" to open a program and run it. Programs with a red header "
"contain a mistake. You can still open the program, but running it will "
"result in an error. You can of course try to fix it! If the creator has a"
" public profile you can click their username to visit their profile. "
"There you will find all their shared programs and much more!"
#, fuzzy
msgid "highscore_no_public_profile"
msgstr ""
"You don't have a public profile and are therefore not listed on the "
"highscores. Do you wish to create one?"
#, fuzzy
msgid "highscores"
msgstr "Score"
#, fuzzy
msgid "hint"
msgstr "Hint?"
#, fuzzy
msgid "ill_work_some_more"
msgstr "I'll work on it a little longer"
#, fuzzy
msgid "image_invalid"
msgstr "Your chosen image is invalid."
#, fuzzy
msgid "input"
msgstr "input from ask"
#, fuzzy
msgid "integer"
msgstr "a number"
#, fuzzy
msgid "invalid_class_link"
msgstr "Invalid link for joining the class."
#, fuzzy
msgid "invalid_teacher_invitation_code"
msgstr ""
"The teacher invitation code is invalid. To become a teacher, reach out to"
#, fuzzy
msgid "invalid_tutorial_step"
msgstr "Invalid tutorial step"
#, fuzzy
msgid "invalid_username_password"
msgstr "Invalid username/password."
#, fuzzy
msgid "invite_by_username"
msgstr "All usernames need to be unique."
#, fuzzy
msgid "invite_date"