Ignore:
Timestamp:
02/16/26 17:38:16 (7 months ago)
Author:
Stefan-Saveski <stefansaveski19@…>
Branches:
master
Children:
8496f3c
Parents:
d7deae5
Message:

Refactor code structure for improved readability and maintainability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/locales/en/translation.json

    rd7deae5 r4fe4582  
    77  "student_id_placeholder": "e.g. 20001",
    88  "no_students_found": "No students found.",
    9   "Забелешка": "Note",
    10   "Завршени": "Completed",
    11   "Останати": "Remaining",
    129  "taxes": "Taxes",
    1310  "signatures": "Signatures",
     
    2421  "add_comment": "Add comment",
    2522  "submit": "Submit",
     23  "submitting": "Submitting...",
     24  "document_submitted": "Document request submitted successfully!",
     25  "document_submit_error": "Error submitting document request.",
     26  "not_authenticated": "You are not logged in. Please log in again.",
     27  "pdf_error": "Error generating document. Please try again.",
     28  "generating": "Generating...",
     29  "pending": "Pending",
    2630  "my_documents": "My Documents",
    2731  "archive": "Archive",
     
    4246  "mkd": "MKD",
    4347  "free": "0.00",
    44   "university": "University 'St. Cyril and Methodius' - Skopje",
     48  "download": "Download",
     49  "university": "University ‘St. Cyril and Methodius’ - Skopje",
    4550  "faculty": "Faculty of Computer Science and Engineering",
    4651  "logout": "Logout",
     
    140145  "doc1": "Document 1",
    141146  "verified": "Verified",
    142  
     147  "debt": "Debt",
     148  "debt_from_documents": "Debt from documents",
     149  "ticket_number": "Ticket number",
     150  "select_semester": "Select semester",
     151  "enrolled_subjects": "Enrolled subjects",
     152  "financial_info": "Financial information",
     153  "material_costs": "Material costs",
     154  "material_costs_info": "Material costs include all required fees for materials and resources for the subjects.",
     155  "electronic_registration": "Electronic registration",
     156  "eukim": "eUKIM",
     157  "bank_provision": "Bank provision",
     158  "which_time": "Which time",
     159  "signature": "Signature",
     160  "group": "Group",
     161  "professor": "Professor",
     162  "subjects_list": "Subjects list",
     163  "subjects_overview": "Overview of your enrolled subjects and their status.",
     164  "mandatory_short": "Mand.",
     165  "elective_short": "Elect.",
     166  "enrolled_by_student": "Enrolled by student",
     167  "due": "Debt",
     168  "failed_to_load_subjects": "Failed to load subjects.",
     169  "hours": "Hours",
     170  "administrative_regulation": "Request for administrative regulation of retroactive semester (from 2024) (1000)",
     171  "exam_application_satisfaction": "Request for late exam registration (from 2024) (1000)",
    143172  "semester_enrollment_after_deadline": "Request for semester enrollment after deadline (from 2024) (1500)",
    144173  "certificate_issuance_various": "Request for issuance of certificates for various reasons (from 2024) (1500)",
     
    158187  "exam_recognition": "Recognition of passed exams (0)",
    159188  "student_card_old": "Student card (Old) (0)",
     189  "Уверение за положени испити ФИНКИ": "Certificate of passed exams FINKI",
     190  "УППИ образец": "UPPI form",
     191  "Уверение за редовен студент - ФИНКИ": "Regular student certificate - FINKI",
    160192  "2025_summer_session2": "2025 (Summer) Second exam session",
    161193  "2025_summer_session1": "2025 (Summer) First exam session",
     
    168200  "applications_important_note_text": "The serial number of the electronic application must be entered on the paper application that the student will submit physically.",
    169201  "login_student_title": "Login for Student",
    170   "login_student_example": "\"email\":\"boris@example.com\",\n\"password\":\"your-password-here\",",
    171   "login_note_slow": "May take up to 30 seconds after long inactivity.",
     202  "login_student_example": "Email: boris@example.com\nPassword: your-password-here",
    172203  "login_professor_title": "Login for Professor",
    173   "login_professor_example": "\"email\":\"andonov@gmail.com\",\n\"password\":\"123lol456\",",
     204  "login_professor_example": "Email: andonov@gmail.com\nPassword: 123lol456",
    174205  "login_welcome": "Welcome",
    175206  "login_subtitle": "Sign in to your IKnow account",
     
    184215  "login_no_account": "Don't have an account?",
    185216  "login_contact_admin": "Contact administration",
    186   "login_footer": "Student Information System"
    187   ,
    188   "debt": "Debt",
    189   "status": "Status"
    190   ,
    191   "debt_from_documents": "Debt from documents",
    192   "status": "Status",
    193   "subjects_overview": "Overview of your enrolled subjects and their status."
    194   ,
    195   "electronic_registration": "Electronic registration",
    196   "eukim": "eUKIM",
    197   "bank_provision": "Bank provision"
    198   ,
    199   "failed_to_load_subjects": "Failed to load subjects."
    200   ,
    201   "debt_from_documents": "Debt from documents",
    202   "ticket_number": "Ticket number",
    203   "serial_number": "Serial number",
    204   "select_semester": "Select semester",
    205   "enrolled_subjects": "Enrolled subjects",
    206   "financial_info": "Financial information",
    207   "material_costs": "Material costs",
    208   "material_costs_info": "Material costs include all required fees for materials and resources for the subjects.",
    209   "which_time": "Which time",
    210   "signature": "Signature",
    211   "group": "Group",
    212   "professor": "Professor",
    213   "subjects_list": "Subjects list",
    214   "mandatory_short": "Mand.",
    215   "elective_short": "Elect.",
    216   "enrolled_by_student": "Enrolled by student",
    217   "due": "Debt"
     217  "login_footer": "Student Information System",
     218  "contact_us": "Contact Us",
     219  "close": "Close",
     220  "contact_name": "Full Name",
     221  "contact_name_placeholder": "Your name",
     222  "contact_email": "Email",
     223  "contact_email_placeholder": "example@email.com",
     224  "contact_subject": "Subject",
     225  "contact_subject_placeholder": "Message topic",
     226  "contact_message": "Message",
     227  "contact_message_placeholder": "Write your message...",
     228  "contact_send": "Send",
     229  "contact_sending": "Sending...",
     230  "contact_sent_title": "Message sent!",
     231  "contact_sent_desc": "We will get back to you soon.",
     232  "Компјутерски мрежи и безбедност": "Computer Networks and Security",
     233  "Шаблони за дизајн на кориснички интерфејси": "User Interface Design Patterns",
     234  "Деловна пракса": "Business Practice",
     235  "Маркетинг": "Marketing",
     236  "Оперативни системи": "Operating Systems",
     237  "Софтверско инженерство": "Software Engineering",
     238  "Вештачка интелигенција": "Artificial Intelligence",
     239  "Сашо Граматиков": "Sasho Gramatikov",
     240  "Сузана Лошковска": "Suzana Loshkovska",
     241  "Александар Стојменски": "Aleksandar Stojmenski",
     242  "Билјана Стојкоска": "Biljana Stojkoska",
     243  "Невена Ацковска": "Nevena Ackovska",
     244  "Ѓорѓи Маџаров": "Gjorgji Madjarov",
     245  "Соња Гиевска": "Sonja Gievska",
     246  "Летна": "Summer",
     247  "Зимска": "Winter",
     248  "Прва испитна сесија": "First exam session",
     249  "Втора испитна сесија": "Second exam session",
     250  "Валидно": "Valid",
     251  "Да": "Yes",
     252  "Не": "No",
     253  "exams_overview": "Overview of your passed exams and grades.",
     254  "failed_to_load_semesters": "Failed to load semesters.",
     255  "add_grade": "Add Grade",
     256  "edit_grade": "Edit Grade",
     257  "remove_grade": "Remove Grade",
     258  "current": "Current",
     259  "login_demo_note": "Use these credentials to explore the system."
    218260}
Note: See TracChangeset for help on using the changeset viewer.