You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: l10n/en.arb
+80-2Lines changed: 80 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,10 @@
48
48
"@global_edit": {
49
49
"description": "Global edit button label."
50
50
},
51
+
"global_duplicate": "Duplicate",
52
+
"@global_duplicate": {
53
+
"description": "Global duplicate button label."
54
+
},
51
55
"global_delete": "Delete",
52
56
"@global_delete": {
53
57
"description": "Global delete button label."
@@ -597,7 +601,7 @@
597
601
}
598
602
}
599
603
},
600
-
"slots_details_sizeCount": "Size {count}",
604
+
"slots_details_sizeCount": "Students: {count}",
601
605
"@slots_details_sizeCount": {
602
606
"description": "Displays the size of the slot, using a count placeholder.",
603
607
"placeholders": {
@@ -653,7 +657,7 @@
653
657
"@slots_edit_room": {
654
658
"description": "Label for the room input in slot editing."
655
659
},
656
-
"slots_edit_size": "Size",
660
+
"slots_edit_size": "Students",
657
661
"@slots_edit_size": {
658
662
"description": "Label for the size input in slot editing."
659
663
},
@@ -669,6 +673,10 @@
669
673
"@slots_edit_courseMappings": {
670
674
"description": "Label for the course mappings section in slot editing."
671
675
},
676
+
"slots_edit_addCourseMapping": "Add mapping",
677
+
"@slots_edit_addCourseMapping": {
678
+
"description": "Label for the add mapping button."
679
+
},
672
680
"slots_edit_selectCourse": "Select course",
673
681
"@slots_edit_selectCourse": {
674
682
"description": "Prompt to select a course for slot mapping."
@@ -737,5 +745,75 @@
737
745
"global_disclaimer": "Please note that this app is currently in public **beta**. This means that there may be bugs and missing features. If you encounter any issues, please report them to us. Also, note that your faculty is still **in the process of migrating** to this new system. This means that some data may be **incomplete or incorrect**. Please **do not rely** on this app for any critical information just yet :)\n\nThank you for your understanding and support! ❤️",
738
746
"@global_disclaimer": {
739
747
"description": "Disclaimer message for the beta version of the app."
748
+
},
749
+
"kanban_title": "Kanban Board",
750
+
"@kanban_title": {
751
+
"description": "Title for the kanban board view."
752
+
},
753
+
"kanban_card_dueOn": "Due {dueDate}",
754
+
"@kanban_card_dueOn": {
755
+
"description": "Display for when a task is due in the kanban board.",
756
+
"placeholders": {
757
+
"dueDate": {
758
+
"type": "String"
759
+
}
760
+
}
761
+
},
762
+
"kanban_card_plannedOn": "Planned {plannedDate}",
763
+
"@kanban_card_plannedOn": {
764
+
"description": "Display for when a task is planned in the kanban board",
765
+
"placeholders": {
766
+
"plannedDate": {
767
+
"type": "String"
768
+
}
769
+
}
770
+
},
771
+
"kanban_screen_hideBacklog": "Hide Backlog",
772
+
"@kanban_screen_hideBacklog": {
773
+
"description": "Label for the hide backlog button."
774
+
},
775
+
"kanban_screen_showBacklog": "Show Backlog",
776
+
"@kanban_screen_showBacklog": {
777
+
"description": "Label for the show backlog button"
778
+
},
779
+
"kanban_screen_backlog": "Backlog",
780
+
"@kanban_screen_backlog": {
781
+
"description": "Label for the backlog column."
782
+
},
783
+
"kanban_screen_toDo": "To Do",
784
+
"@kanban_screen_toDo": {
785
+
"description": "Label for the to do column."
786
+
},
787
+
"kanban_screen_inProgress": "In Progress",
788
+
"@kanban_screen_inProgress": {
789
+
"description": "Label for the in progress column."
0 commit comments