File size: 43,766 Bytes
8c88a89
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
using System.Globalization;
using TaskTrackingSystem.Shared.Enums;

namespace TaskTrackingSystem.Shared.Localization;

public static class AppLocalization
{
    private static readonly IReadOnlyDictionary<string, string> English = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase)
    {
        ["common.workspace"] = "Workspace",
        ["common.signIn"] = "Sign In",
        ["common.signOut"] = "Sign Out",
        ["common.signOutTitle"] = "Sign Out?",
        ["common.signOutDescription"] = "Are you sure you want to sign out of Taskify?",
        ["common.cancel"] = "Cancel",
        ["common.confirm"] = "Confirm",
        ["common.confirmAction"] = "Confirm",
        ["common.areYouSure"] = "Are you sure?",
        ["common.cannotUndo"] = "This action cannot be undone.",
        ["common.yes"] = "Yes",
        ["common.no"] = "No",
        ["common.save"] = "Save",
        ["common.create"] = "Create",
        ["common.update"] = "Update",
        ["common.delete"] = "Delete",
        ["common.confirmSignOut"] = "Yes, Sign Out",
        ["common.listView"] = "List View",
        ["common.chartView"] = "Chart View",
        ["common.search"] = "Search",
        ["common.reset"] = "Reset",
        ["common.clear"] = "Clear",
        ["common.all"] = "All",
        ["common.loading"] = "Loading...",
        ["common.close"] = "Close",
        ["common.openNavigation"] = "Open navigation",
        ["common.closeNavigation"] = "Close navigation",
        ["common.index"] = "No.",
        ["common.exportExcel"] = "Export Excel",
        ["common.exportPdf"] = "Export PDF",
        ["common.actions"] = "Actions",
        ["common.status"] = "Status",
        ["common.priority"] = "Priority",
        ["common.assignee"] = "Assignee",
        ["common.project"] = "Project",
        ["common.task"] = "Task",
        ["common.taskProject"] = "Task / Project",
        ["common.issue"] = "Issue",
        ["common.user"] = "User",
        ["common.role"] = "Role",
        ["common.module"] = "Module",
        ["common.description"] = "Description",
        ["common.date"] = "Date",
        ["common.startDate"] = "Start Date",
        ["common.endDate"] = "End Date",
        ["common.dueDate"] = "Due Date",
        ["common.due"] = "Due",
        ["common.hours"] = "Hours",
        ["common.risk"] = "Risk",
        ["common.blocked"] = "Blocked",
        ["common.overdue"] = "Overdue",
        ["common.done"] = "Done",
        ["common.inProgress"] = "In Progress",
        ["common.todo"] = "To Do",
        ["common.resolved"] = "Resolved",
        ["common.clearStatus"] = "Clear",
        ["common.none"] = "None",
        ["common.unassigned"] = "Unassigned",
        ["common.noDescription"] = "No description",
        ["common.noneRecorded"] = "None recorded",
        ["common.na"] = "N/A",
        ["common.noAccessItems"] = "No access items are available for this role.",
        ["common.accessDenied"] = "Access Denied",
        ["common.accessDeniedDescription"] = "You do not have permission to access this page. Please contact your system administrator.",
        ["common.backToDashboard"] = "Back to Dashboard",
        ["common.noDataYet"] = "No data yet",
        ["common.createFirstEntry"] = "Create your first entry to get started.",
        ["common.loadingAuditLogs"] = "Loading audit logs...",
        ["common.loadingUsers"] = "Loading users...",
        ["common.loadingProjects"] = "Loading projects...",
        ["common.loadingTasks"] = "Loading tasks...",
        ["common.searchPlaceholder"] = "Search by name, email, username...",
        ["common.searchTasks"] = "Search Task",
        ["common.searchByUser"] = "Search by user, action, module, or details...",
        ["common.searchByTitle"] = "Search by title or project...",
        ["common.searchByTitleOrProject"] = "Search by title or project...",
        ["common.searchProjects"] = "Search projects...",
        ["common.searchTeamMembers"] = "Search team members...",
        ["common.searchProjectMembers"] = "Search project members...",
        ["common.searchIssues"] = "Search issue title, description or assignee...",
        ["common.searchByIssueAssignee"] = "Search Issues / Assignee",
        ["common.loadingSpinner"] = "Loading...",
        ["common.loadingIssues"] = "Loading issues...",
        ["common.loadingTasksAndUsers"] = "Loading tasks and users...",
        ["common.loadingProjectsAndUsers"] = "Loading projects and users...",
        ["common.loadingProjectMembers"] = "Loading project members...",
        ["common.loadingMembers"] = "Loading members...",
        ["common.noResults"] = "No results found.",
        ["common.notApplicable"] = "Not applicable",
        ["common.selectAll"] = "Select All",
        ["common.deselectAll"] = "Deselect All",
        ["common.selected"] = "selected",
        ["common.viewDetails"] = "View details",
        ["common.currentLanguage"] = "Switch language",
        ["common.languageEnglish"] = "English",
        ["common.languageBurmese"] = "Burmese",
        ["common.allTasks"] = "All tasks",
        ["common.allProjects"] = "All projects",
        ["common.allRoles"] = "All Roles",
        ["common.noProjectsFound"] = "No projects found.",
        ["common.noTasksFound"] = "No tasks found.",
        ["common.noTeamMembersFound"] = "No team members match your search criteria.",
        ["common.noMembersMatchSearch"] = "No members match the current search.",
        ["common.noTaskSelected"] = "No Task Selected",
        ["common.noProjectSelected"] = "No Project Selected",
        ["common.noProject"] = "No Project",
        ["common.currentlyAssigningTask"] = "Currently Assigning Task",
        ["common.currentlyManaging"] = "Currently Managing",
        ["common.selectProject"] = "Select Project",
        ["common.selectTask"] = "Select task...",
        ["common.issueTitle"] = "Issue Title",
        ["common.issueDescription"] = "Description",
        ["common.blockedStatus"] = "Blocked Status",
        ["common.escalationLevel"] = "Escalation Level",
        ["common.blockedBy"] = "Blocked By",
        ["common.delayReason"] = "Delay Reason",
        ["common.actualHours"] = "Actual Hours",
        ["common.estimatedHours"] = "Estimated Hours",
        ["common.assignedToMeOnly"] = "Assigned to me only",
        ["common.saveAssignment"] = "Save Assignment",
        ["common.saveAssignmentChanges"] = "Save Assignment Changes",
        ["common.saveChanges"] = "Save Changes",
        ["common.addIssue"] = "Add Issue",
        ["common.addIssueTitle"] = "Add Issue?",
        ["common.editIssue"] = "Edit Issue",
        ["common.noTaskSelectedForIssue"] = "No task selected",
        ["common.unassignedMembers"] = "Unassigned",
        ["common.noMembersMatchSearch"] = "No members match the current search.",
        ["common.removeOwnerFromTask"] = "Remove owner from this task",

        ["page.dashboard"] = "Dashboard",
        ["page.managerDashboard"] = "Manager Dashboard",
        ["page.employeeDashboard"] = "Employee Dashboard",
        ["page.projects"] = "Projects",
        ["page.projectAssignment"] = "Project Assignment",
        ["page.tasks"] = "Tasks",
        ["page.kanbanBoard"] = "Kanban Board",
        ["page.taskAssignment"] = "Task Assignment",
        ["page.taskDetails"] = "Task Details",
        ["page.issues"] = "Issues",
        ["page.addIssue"] = "Add Issue",
        ["page.taskReport"] = "Task Report",
        ["page.timeTracking"] = "Time Tracking",
        ["page.projectProgress"] = "Project Progress",
        ["page.overdueTasks"] = "Overdue Tasks",
        ["page.employeeReport"] = "Employee Report",
        ["page.rolesAccess"] = "Roles & Access",
        ["page.users"] = "Users",
        ["page.auditLogs"] = "Audit Logs",
        ["page.issueReport"] = "Issue Report",
        ["page.projectList"] = "Project List",
        ["page.taskList"] = "Task List",
        ["page.taskBacklog"] = "Task Backlog",
        ["page.roleLayouts"] = "Role Layouts",

        ["page.dashboard.desc"] = "A quick overview of work, risk, and progress.",
        ["page.managerDashboard.desc"] = "Track projects, people, and delivery health.",
        ["page.employeeDashboard.desc"] = "Focus on your tasks, due dates, and progress.",
        ["page.projects.desc"] = "Manage project plans, timelines, and assignments.",
        ["page.projectAssignment.desc"] = "Assign team members to the right projects.",
        ["page.tasks.desc"] = "Review, filter, and update work items.",
        ["page.kanbanBoard.desc"] = "Move work through status columns.",
        ["page.taskAssignment.desc"] = "Assign tasks to project members.",
        ["page.taskDetails.desc"] = "Review task progress, comments, and updates.",
        ["page.issues.desc"] = "Track blockers, notes, and daily work progress.",
        ["page.addIssue.desc"] = "Record a new issue against a task.",
        ["page.taskReport.desc"] = "Analyze task activity and export task reports.",
        ["page.timeTracking.desc"] = "Review effort by task, project, and assignee.",
        ["page.projectProgress.desc"] = "Monitor delivery health across active projects.",
        ["page.overdueTasks.desc"] = "Focus on delayed work that needs attention.",
        ["page.employeeReport.desc"] = "See how work is distributed across people.",
        ["page.rolesAccess.desc"] = "Control user roles, menus, and permissions.",
        ["page.users.desc"] = "Manage people, status, and account details.",
        ["page.auditLogs.desc"] = "Review system activity and changes.",
        ["page.issueReport.desc"] = "Track daily execution, backlog health, and issue-level effort.",
        ["page.projectList.desc"] = "Review project details and progress at a glance.",
        ["page.taskList.desc"] = "Review, filter, and update task records.",
        ["page.taskBacklog.desc"] = "See unassigned and queued work items.",
        ["page.roleLayouts.desc"] = "Review access group layouts and permissions.",

        ["menu.DASHBOARD"] = "Dashboard",
        ["menu.DASHBOARD_ADMIN"] = "Dashboard",
        ["menu.DASHBOARD_MANAGER"] = "Dashboard",
        ["menu.DASHBOARD_EMPLOYEE"] = "Dashboard",
        ["menu.PROJECTS"] = "Projects",
        ["menu.PROJECTS_LIST"] = "Project List",
        ["menu.PROJECTS_ASSIGN"] = "Project Assign",
        ["menu.TASKS"] = "Tasks",
        ["menu.TASKS_LIST"] = "Task List",
        ["menu.TASKS_BOARD"] = "Kanban Board",
        ["menu.TASKS_ASSIGN"] = "Task Assign",
        ["menu.TASKS_BACKLOG"] = "Task Backlog",
        ["menu.ISSUES_ADD"] = "Add Issue",
        ["menu.ISSUES_LIST"] = "Issue List",
        ["menu.REPORTS"] = "Reports",
        ["menu.REPORTS_TASKS"] = "Task Report",
        ["menu.REPORTS_TIMESHEET"] = "Time Tracking",
        ["menu.REPORTS_OVERDUE"] = "Overdue Tasks",
        ["menu.REPORTS_EMPLOYEES"] = "Employee Report",
        ["menu.REPORTS_PROJECTS"] = "Project Progress",
        ["menu.REPORTS_ISSUES"] = "Issue Report",
        ["menu.AUDIT_LOGS"] = "Audit Logs",
        ["menu.USERS"] = "Users",
        ["menu.ROLES"] = "Roles",
        ["menu.DASHBOARD_WIDGETS"] = "Role Layouts",

        ["status.todo"] = "To Do",
        ["status.inprogress"] = "In Progress",
        ["status.done"] = "Done",
        ["status.overdue"] = "Overdue",
        ["status.blocked"] = "Blocked",
        ["status.clear"] = "Clear",
        ["status.resolved"] = "Resolved",
        ["status.uncompleted"] = "Uncompleted",
        ["priority.low"] = "Low",
        ["priority.medium"] = "Medium",
        ["priority.high"] = "High",

        ["action.search"] = "Search",
        ["action.reset"] = "Reset",
        ["action.exportExcel"] = "Export Excel",
        ["action.exportPdf"] = "Export PDF",
        ["action.edit"] = "Edit",
        ["action.delete"] = "Delete",
        ["action.add"] = "Add",
        ["action.create"] = "Create",
        ["action.update"] = "Update",
        ["action.save"] = "Save",
        ["action.assign"] = "Assign",
        ["action.viewTasks"] = "View Tasks",
        ["action.archiveDone"] = "Archive Done",
        ["action.clear"] = "Clear",

        ["result.loading"] = "Loading...",
        ["result.saved"] = "Saved successfully.",
        ["result.created"] = "Created successfully.",
        ["result.updated"] = "Updated successfully.",
        ["result.deleted"] = "Deleted successfully.",

        ["report.periodFilter"] = "Period",
        ["report.daily"] = "Daily (Today)",
        ["report.monthly"] = "Monthly (This Month)",
        ["report.yearly"] = "Yearly (This Year)",
        ["report.customRange"] = "Custom Range",
        ["report.selectedProject"] = "Selected project",
        ["report.openIssues"] = "Open issues",
        ["report.lastActivity"] = "Last activity",
        ["report.noTasksFound"] = "No Tasks Found",
        ["report.noTasksFoundDesc"] = "There are no tasks matching your filters. Try adjusting your search query or filters.",
        ["report.noIssuesFound"] = "No issues found",
        ["report.noIssuesFoundDesc"] = "No issues matched the current report filters.",
        ["report.healthCritical"] = "Critical",
        ["report.healthAtRisk"] = "At Risk",
        ["report.healthGood"] = "Healthy",
        ["report.delay"] = "Delay",
        ["report.blockedBy"] = "Blocked by",
        ["report.noEffortEntries"] = "No effort entries",
        ["report.noEffortEntriesDesc"] = "No timesheet effort entries matched your filters.",
        ["report.estimatedVsActual"] = "Estimated vs actual effort",
        ["report.utilizationGauge"] = "Utilization gauge",
        ["report.estimateAccuracy"] = "Estimate accuracy",
        ["report.effortByProject"] = "Effort by project",
        ["report.effortLeaderboard"] = "Effort leaderboard",
        ["report.workloadHeatmap"] = "Workload heatmap",
        ["report.capacitySupportList"] = "Capacity support list",
        ["report.completedVsOpenIssues"] = "Completed vs open issues",
        ["report.overdueSupport"] = "Overdue support",
        ["report.completionPattern"] = "Completion pattern",
        ["report.projectHealthMatrix"] = "Project health matrix",
        ["report.completionVsRisk"] = "Completion vs risk",
        ["report.timelineSummary"] = "Timeline summary",
        ["report.openOverdueBlockingIssues"] = "Open, overdue, and blocking issues by project",
        ["report.topAtRiskProjects"] = "Top at-risk projects",
        ["report.keyInsights"] = "Key Insights",

        ["validation.startDateRequired"] = "Start date is required.",
        ["validation.dueDateRequired"] = "Due date is required.",
        ["validation.dueDateBeforeStart"] = "Due date cannot be earlier than start date.",
        ["validation.projectNameRequired"] = "Project name is required.",
        ["validation.taskTitleRequired"] = "Task title is required.",
        ["validation.selectProjectRequired"] = "Please select a project.",
        ["validation.roleNameRequired"] = "Role name is required.",
        ["validation.passwordMinLength"] = "Password must be at least 6 characters.",
        ["validation.usernameMinLength"] = "Username must be at least 3 characters long.",
        ["validation.usernameNoSpaces"] = "Username cannot contain spaces.",
        ["validation.usernameInvalidCharacters"] = "Username cannot contain spaces, and can only contain letters, numbers, underscores (_), and periods (.)",
        ["validation.passwordMinLengthRule"] = "Password must be at least 8 characters long.",
        ["validation.passwordComplexityRule"] = "Password must contain at least one uppercase letter, one lowercase letter, one number, and one special character."
    };

    private static readonly IReadOnlyDictionary<string, string> Burmese = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase)
    {
        ["common.workspace"] = "အလုပ်ခလင်",
        ["common.signIn"] = "အကောင့်ဝင်ရန်",
        ["common.signOut"] = "အကောင့်ထလက်ရန်",
        ["common.signOutTitle"] = "အကောင့်ထလက်မလာသ?",
        ["common.signOutDescription"] = "Taskify မဟ အကောင့်ထလက်ရန် သေချာပါသလာသ?",
        ["common.cancel"] = "မလုပ်တော့ပါ",
        ["common.confirm"] = "အတည်ပဌုမည်",
        ["common.confirmAction"] = "အတည်ပဌုမည်",
        ["common.areYouSure"] = "သင် သေချာပါသလာသ?",
        ["common.cannotUndo"] = "ကလုပ်ဆောင်ချက်ကို ပဌန်ပဌင်မရပါ။",
        ["common.yes"] = "ဟုတ်ကဲ့",
        ["common.no"] = "မဟုတ်ပါ",
        ["common.save"] = "သိမ်သမည်",
        ["common.create"] = "ဖန်တီသမည်",
        ["common.update"] = "အပ်ဒိတ်လုပ်မည်",
        ["common.delete"] = "ဖျက်မည်",
        ["common.confirmSignOut"] = "ဟုတ်ကဲ့၊ အကောင့်ထလက်မည်",
        ["common.listView"] = "စာရင်သမဌင်ကလင်သ",
        ["common.chartView"] = "ဇယာသမဌင်ကလင်သ",
        ["common.search"] = "ရဟာမည်",
        ["common.reset"] = "ပဌန်လည်သတ်မဟတ်မည်",
        ["common.clear"] = "ရဟင်သမည်",
        ["common.all"] = "အာသလုံသ",
        ["common.loading"] = "ဖလင့်နေသည်...",
        ["common.close"] = "ပိတ်မည်",
        ["common.openNavigation"] = "မီနူသဖလင့်ရန်",
        ["common.closeNavigation"] = "မီနူသပိတ်ရန်",
        ["common.index"] = "နံပါတ်",
        ["common.exportExcel"] = "Excel ထုတ်မည်",
        ["common.exportPdf"] = "PDF ထုတ်မည်",
        ["common.actions"] = "လုပ်ဆောင်ချက်မျာသ",
        ["common.status"] = "အခဌေအနေ",
        ["common.priority"] = "ညသစာသပေသ",
        ["common.assignee"] = "တာဝန်ယူသူ",
        ["common.project"] = "စီမံကိန်သ",
        ["common.task"] = "လုပ်ငန်သ",
        ["common.taskProject"] = "လုပ်ငန်သ / စီမံကိန်သ",
        ["common.issue"] = "ပဌဿနာ",
        ["common.user"] = "အသုံသပဌုသူ",
        ["common.role"] = "အခန်သကဏ္ဍ",
        ["common.module"] = "မော်ဂျူသ",
        ["common.description"] = "ဖော်ပဌချက်",
        ["common.date"] = "ရက်စလဲ",
        ["common.startDate"] = "စတင်ရက်",
        ["common.endDate"] = "ပဌီသဆုံသရက်",
        ["common.dueDate"] = "ပဌီသဆုံသရန်ရက်",
        ["common.due"] = "ပဌီသဆုံသရက်",
        ["common.hours"] = "နာရီ",
        ["common.risk"] = "အန္တရာယ်",
        ["common.blocked"] = "ပိတ်ဆို့ထာသသည်",
        ["common.overdue"] = "နောက်ကျနေသည်",
        ["common.done"] = "ပဌီသဆုံသ",
        ["common.inProgress"] = "ဆောင်ရလက်နေသည်",
        ["common.todo"] = "လုပ်ရန်",
        ["common.resolved"] = "ဖဌေရဟင်သပဌီသ",
        ["common.clearStatus"] = "ရဟင်သလင်သ",
        ["common.none"] = "မရဟိ",
        ["common.unassigned"] = "မချမဟတ်ရသေသ",
        ["common.noDescription"] = "ဖော်ပဌချက်မရဟိ",
        ["common.noneRecorded"] = "မဟတ်တမ်သမရဟိ",
        ["common.na"] = "မသက်ဆိုင်ပါ",
        ["common.noAccessItems"] = "ကအခန်သကဏ္ဍအတလက် ဝင်ရောက်ခလင့်မရဟိသေသပါ။",
        ["common.accessDenied"] = "ဝင်ရောက်ခလင့် မရဟိပါ",
        ["common.accessDeniedDescription"] = "ကစာမျက်နဟာသို့ ဝင်ရောက်ရန် သင်၌ ခလင့်ပဌုချက်မရဟိပါ။ စနစ်စီမံသူကို ဆက်သလယ်ပါ။",
        ["common.backToDashboard"] = "ဒက်ရဟ်ဘုတ်သို့ ပဌန်သလာသမည်",
        ["common.noDataYet"] = "အချက်အလက် မရဟိသေသပါ",
        ["common.createFirstEntry"] = "စတင်ရန် ပထမဆုံသ အချက်အလက်ကို ဖန်တီသပါ။",
        ["common.loadingAuditLogs"] = "မဟတ်တမ်သမျာသ ဖလင့်နေသည်...",
        ["common.loadingUsers"] = "အသုံသပဌုသူမျာသ ဖလင့်နေသည်...",
        ["common.loadingProjects"] = "စီမံကိန်သမျာသ ဖလင့်နေသည်...",
        ["common.loadingTasks"] = "လုပ်ငန်သမျာသ ဖလင့်နေသည်...",
        ["common.searchPlaceholder"] = "အမည်၊ အီသမေသလ်၊ အသုံသပဌုသူအမည်ဖဌင့် ရဟာပါ...",
        ["common.searchTasks"] = "အလုပ်ရဟာရန်",
        ["common.searchByTitleOrProject"] = "ခေါင်သစဉ် သို့မဟုတ် စီမံကိန်သဖဌင့် ရဟာပါ...",
        ["common.searchByUser"] = "အသုံသပဌုသူ၊ လုပ်ဆောင်ချက်၊ မော်ဂျူသ သို့မဟုတ် အသေသစိတ်ဖဌင့် ရဟာပါ...",
        ["common.searchByTitle"] = "ခေါင်သစဉ် သို့မဟုတ် စီမံကိန်သအမည်ဖဌင့် ရဟာပါ...",
        ["common.searchProjects"] = "စီမံကိန်သမျာသ ရဟာပါ...",
        ["common.searchTeamMembers"] = "အဖလဲ့ဝင်မျာသ ရဟာပါ...",
        ["common.searchProjectMembers"] = "စီမံကိန်သအဖလဲ့ဝင်မျာသ ရဟာပါ...",
        ["common.searchIssues"] = "ပဌဿနာ ခေါင်သစဉ်၊ ဖော်ပဌချက် သို့မဟုတ် တာဝန်ယူသူဖဌင့် ရဟာပါ...",
        ["common.searchByIssueAssignee"] = "ပဌဿနာ / တာဝန်ယူသူ ရဟာရန်",
        ["common.loadingSpinner"] = "ဖလင့်နေသည်...",
        ["common.loadingIssues"] = "ပဌဿနာမျာသ ဖလင့်နေသည်...",
        ["common.loadingTasksAndUsers"] = "လုပ်ငန်သမျာသနဟင့် အသုံသပဌုသူမျာသ ဖလင့်နေသည်...",
        ["common.loadingProjectsAndUsers"] = "စီမံကိန်သမျာသနဟင့် အသုံသပဌုသူမျာသ ဖလင့်နေသည်...",
        ["common.loadingProjectMembers"] = "စီမံကိန်သအဖလဲ့ဝင်မျာသ ဖလင့်နေသည်...",
        ["common.loadingMembers"] = "အဖလဲ့ဝင်မျာသ ဖလင့်နေသည်...",
        ["common.noResults"] = "ရလဒ်မတလေ့ပါ။",
        ["common.notApplicable"] = "မသက်ဆိုင်ပါ",
        ["common.selectAll"] = "အာသလုံသရလေသမည်",
        ["common.deselectAll"] = "အာသလုံသဖဌုတ်မည်",
        ["common.selected"] = "ရလေသထာသသည်",
        ["common.viewDetails"] = "အသေသစိတ်ကဌည့်မည်",
        ["common.currentLanguage"] = "ဘာသာစကာသပဌောင်သရန်",
        ["common.languageEnglish"] = "အင်္ဂလိပ်",
        ["common.languageBurmese"] = "မဌန်မာ",
        ["common.allTasks"] = "အလုပ်အာသလုံသ",
        ["common.allProjects"] = "စီမံကိန်သအာသလုံသ",
        ["common.allRoles"] = "အခန်သကဏ္ဍအာသလုံသ",
        ["common.noProjectsFound"] = "စီမံကိန်သမတလေ့ပါ။",
        ["common.noTasksFound"] = "လုပ်ငန်သမတလေ့ပါ။",
        ["common.noTeamMembersFound"] = "သင်ရဟာဖလေသည့် အဖလဲ့ဝင် မရဟိပါ။",
        ["common.noMembersMatchSearch"] = "လက်ရဟိရဟာဖလေမဟုနဟင့် ကိုက်ညီသည့် အဖလဲ့ဝင် မရဟိပါ။",
        ["common.noTaskSelected"] = "လုပ်ငန်သ မရလေသထာသပါ",
        ["common.noProjectSelected"] = "စီမံကိန်သ မရလေသထာသပါ",
        ["common.noProject"] = "စီမံကိန်သ မရဟိပါ",
        ["common.currentlyAssigningTask"] = "လက်ရဟိ ချထာသနေသော လုပ်ငန်သ",
        ["common.currentlyManaging"] = "လက်ရဟိ စီမံနေသည်",
        ["common.selectProject"] = "စီမံကိန်သ ရလေသရန်",
        ["common.selectTask"] = "လုပ်ငန်သ ရလေသရန်...",
        ["common.issueTitle"] = "ပဌဿနာ ခေါင်သစဉ်",
        ["common.issueDescription"] = "ဖော်ပဌချက်",
        ["common.blockedStatus"] = "ပိတ်ဆို့မဟု အခဌေအနေ",
        ["common.escalationLevel"] = "အဆင့်တိုသမဟု အဆင့်",
        ["common.blockedBy"] = "ပိတ်ဆို့နေသူ",
        ["common.delayReason"] = "နဟောင့်နဟေသရသည့် အကဌောင်သရင်သ",
        ["common.actualHours"] = "တကယ့် နာရီ",
        ["common.estimatedHours"] = "ခန့်မဟန်သ နာရီ",
        ["common.assignedToMeOnly"] = "ကျလန်ုပ်ထံပဲ ချထာသထာသသည်",
        ["common.saveAssignment"] = "တာဝန်ချမဟု သိမ်သမည်",
        ["common.saveAssignmentChanges"] = "တာဝန်ချမဟု ပဌောင်သလဲချက်မျာသ သိမ်သမည်",
        ["common.saveChanges"] = "ပဌောင်သလဲချက်မျာသ သိမ်သမည်",
        ["common.addIssue"] = "ပဌဿနာ ထည့်မည်",
        ["common.addIssueTitle"] = "ပဌဿနာ ထည့်မည်လာသ?",
        ["common.editIssue"] = "ပဌဿနာ ပဌင်မည်",
        ["common.removeOwnerFromTask"] = "ကလုပ်ငန်သမဟ ပိုင်ရဟင်ကို ဖယ်ရဟာသမည်",

        ["page.dashboard"] = "ဒက်ရဟ်ဘုတ်",
        ["page.managerDashboard"] = "မန်နေဂျာ ဒက်ရဟ်ဘုတ်",
        ["page.employeeDashboard"] = "ဝန်ထမ်သ ဒက်ရဟ်ဘုတ်",
        ["page.projects"] = "စီမံကိန်သမျာသ",
        ["page.projectAssignment"] = "စီမံကိန်သ ခလဲဝေခဌင်သ",
        ["page.tasks"] = "လုပ်ငန်သမျာသ",
        ["page.kanbanBoard"] = "ကန်ဘန်သဘုတ်",
        ["page.taskAssignment"] = "လုပ်ငန်သ ခလဲဝေခဌင်သ",
        ["page.taskDetails"] = "လုပ်ငန်သ အသေသစိတ်",
        ["page.issues"] = "ပဌဿနာမျာသ",
        ["page.addIssue"] = "ပဌဿနာ ထည့်ရန်",
        ["page.taskReport"] = "လုပ်ငန်သ အစီရင်ခံစာ",
        ["page.timeTracking"] = "အချိန်မဟတ်တမ်သ",
        ["page.projectProgress"] = "စီမံကိန်သ တိုသတက်မဟု",
        ["page.overdueTasks"] = "နောက်ကျ လုပ်ငန်သမျာသ",
        ["page.employeeReport"] = "ဝန်ထမ်သ အစီရင်ခံစာ",
        ["page.rolesAccess"] = "အခန်သကဏ္ဍနဟင့် ဝင်ခလင့်",
        ["page.users"] = "အသုံသပဌုသူမျာသ",
        ["page.auditLogs"] = "စနစ်မဟတ်တမ်သမျာသ",
        ["page.issueReport"] = "ပဌဿနာ အစီရင်ခံစာ",
        ["page.projectList"] = "စီမံကိန်သစာရင်သ",
        ["page.taskList"] = "လုပ်ငန်သစာရင်သ",
        ["page.taskBacklog"] = "လုပ်ငန်သ နောက်ခံစာရင်သ",
        ["page.roleLayouts"] = "အခန်သကဏ္ဍ အပဌင်အဆင်မျာသ",

        ["page.dashboard.desc"] = "အလုပ်မျာသ၊ အန္တရာယ်မျာသနဟင့် တိုသတက်မဟုမျာသကို တစ်ချက်ကဌည့်နိုင်သည်။",
        ["page.managerDashboard.desc"] = "စီမံကိန်သမျာသ၊ လူအင်အာသနဟင့် ပေသပို့မဟုအခဌေအနေကို စောင့်ကဌည့်ပါ။",
        ["page.employeeDashboard.desc"] = "သင့်လုပ်ငန်သမျာသ၊ သတ်မဟတ်ရက်နဟင့် တိုသတက်မဟုမျာသကို အာရုံစိုက်ပါ။",
        ["page.projects.desc"] = "စီမံကိန်သအစီအစဉ်၊ အချိန်ဇယာသနဟင့် ခလဲဝေမဟုမျာသကို စီမံပါ။",
        ["page.projectAssignment.desc"] = "အဖလဲ့ဝင်မျာသကို သင့်တော်သော စီမံကိန်သမျာသသို့ ခလဲဝေပါ။",
        ["page.tasks.desc"] = "လုပ်ငန်သမျာသကို ကဌည့်ရဟု၊ စစ်ထုတ်၊ အပ်ဒိတ်လုပ်ပါ။",
        ["page.kanbanBoard.desc"] = "အလုပ်မျာသကို အခဌေအနေကော်လံမျာသအတိုင်သ ရလဟေ့ပါ။",
        ["page.taskAssignment.desc"] = "လုပ်ငန်သမျာသကို စီမံကိန်သအဖလဲ့ဝင်မျာသသို့ ခလဲဝေပါ။",
        ["page.taskDetails.desc"] = "လုပ်ငန်သတိုသတက်မဟု၊ မဟတ်ချက်မျာသနဟင့် အပ်ဒိတ်မျာသကို ကဌည့်ရဟုပါ။",
        ["page.issues.desc"] = "ပိတ်ဆို့မဟုမျာသ၊ မဟတ်စုမျာသနဟင့် နေ့စဉ် အလုပ်တိုသတက်မဟုကို ခဌေရာခံပါ။",
        ["page.addIssue.desc"] = "လုပ်ငန်သတစ်ခုအတလက် ပဌဿနာအသစ်ကို မဟတ်တမ်သတင်ပါ။",
        ["page.taskReport.desc"] = "လုပ်ငန်သလဟုပ်ရဟာသမဟုကို ခလဲခဌမ်သပဌီသ အစီရင်ခံစာမျာသ ထုတ်ပါ။",
        ["page.timeTracking.desc"] = "လုပ်ငန်သ၊ စီမံကိန်သနဟင့် တာဝန်ယူသူအလိုက် အာသထုတ်မဟုကို ကဌည့်ရဟုပါ။",
        ["page.projectProgress.desc"] = "လက်ရဟိ စီမံကိန်သမျာသ၏ ပေသပို့မဟုအခဌေအနေကို စောင့်ကဌည့်ပါ။",
        ["page.overdueTasks.desc"] = "အရေသပေါ် အာရုံစိုက်ရန် လိုသည့် နောက်ကျလုပ်ငန်သမျာသကို ကဌည့်ပါ။",
        ["page.employeeReport.desc"] = "အလုပ်တာဝန်မျာသ လူတစ်ညသချင်သစီအလိုက် မည်သို့ ဖဌန့်ဝေထာသသည်ကို ကဌည့်ပါ။",
        ["page.rolesAccess.desc"] = "အသုံသပဌုသူအခန်သကဏ္ဍ၊ မီနူသမျာသနဟင့် ခလင့်ပဌုချက်မျာသကို ထိန်သချုပ်ပါ။",
        ["page.users.desc"] = "လူမျာသ၊ အခဌေအနေမျာသနဟင့် အကောင့်အသေသစိတ်မျာသကို စီမံပါ။",
        ["page.auditLogs.desc"] = "စနစ်လဟုပ်ရဟာသမဟုမျာသနဟင့် ပဌောင်သလဲမဟုမျာသကို ပဌန်လည်ကဌည့်ရဟုပါ။",
        ["page.issueReport.desc"] = "နေ့စဉ် ဆောင်ရလက်မဟု၊ နောက်ကျမဟုနဟင့် ပဌဿနာအလိုက် အာသထုတ်မဟုကို ခဌေရာခံပါ။",
        ["page.projectList.desc"] = "စီမံကိန်သအသေသစိတ်နဟင့် တိုသတက်မဟုကို တစ်ချက်ကဌည့်ပါ။",
        ["page.taskList.desc"] = "လုပ်ငန်သမဟတ်တမ်သမျာသကို ကဌည့်ရဟု၊ စစ်ထုတ်၊ အပ်ဒိတ်လုပ်ပါ။",
        ["page.taskBacklog.desc"] = "မခလဲဝေသေသသော နဟင့် စောင့်ဆိုင်သနေသော အလုပ်မျာသကို ကဌည့်ပါ။",
        ["page.roleLayouts.desc"] = "ဝင်ခလင့်အုပ်စု ပုံစံမျာသနဟင့် ခလင့်ပဌုချက်မျာသကို ကဌည့်ပါ။",

        ["menu.DASHBOARD"] = "ဒက်ရဟ်ဘုတ်",
        ["menu.DASHBOARD_ADMIN"] = "ဒက်ရဟ်ဘုတ်",
        ["menu.DASHBOARD_MANAGER"] = "ဒက်ရဟ်ဘုတ်",
        ["menu.DASHBOARD_EMPLOYEE"] = "ဒက်ရဟ်ဘုတ်",
        ["menu.PROJECTS"] = "စီမံကိန်သမျာသ",
        ["menu.PROJECTS_LIST"] = "စီမံကိန်သစာရင်သ",
        ["menu.PROJECTS_ASSIGN"] = "စီမံကိန်သ ခလဲဝေခဌင်သ",
        ["menu.TASKS"] = "လုပ်ငန်သမျာသ",
        ["menu.TASKS_LIST"] = "လုပ်ငန်သစာရင်သ",
        ["menu.TASKS_BOARD"] = "ကန်ဘန်သဘုတ်",
        ["menu.TASKS_ASSIGN"] = "လုပ်ငန်သ ခလဲဝေခဌင်သ",
        ["menu.TASKS_BACKLOG"] = "လုပ်ငန်သ နောက်ခံစာရင်သ",
        ["menu.ISSUES_ADD"] = "ပဌဿနာ ထည့်ရန်",
        ["menu.ISSUES_LIST"] = "ပဌဿနာ စာရင်သ",
        ["menu.REPORTS"] = "အစီရင်ခံစာမျာသ",
        ["menu.REPORTS_TASKS"] = "လုပ်ငန်သ အစီရင်ခံစာ",
        ["menu.REPORTS_TIMESHEET"] = "အချိန်မဟတ်တမ်သ",
        ["menu.REPORTS_OVERDUE"] = "နောက်ကျ လုပ်ငန်သမျာသ",
        ["menu.REPORTS_EMPLOYEES"] = "ဝန်ထမ်သ အစီရင်ခံစာ",
        ["menu.REPORTS_PROJECTS"] = "စီမံကိန်သ တိုသတက်မဟု",
        ["menu.REPORTS_ISSUES"] = "ပဌဿနာ အစီရင်ခံစာ",
        ["menu.AUDIT_LOGS"] = "စနစ်မဟတ်တမ်သမျာသ",
        ["menu.USERS"] = "အသုံသပဌုသူမျာသ",
        ["menu.ROLES"] = "အခန်သကဏ္ဍမျာသ",
        ["menu.DASHBOARD_WIDGETS"] = "အခန်သကဏ္ဍ အပဌင်အဆင်မျာသ",

        ["status.todo"] = "လုပ်ရန်",
        ["status.inprogress"] = "ဆောင်ရလက်နေသည်",
        ["status.done"] = "ပဌီသဆုံသ",
        ["status.overdue"] = "နောက်ကျ",
        ["status.blocked"] = "ပိတ်ဆို့",
        ["status.clear"] = "ရဟင်သ",
        ["status.resolved"] = "ဖဌေရဟင်သပဌီသ",
        ["status.uncompleted"] = "မပဌီသသေသ",
        ["priority.low"] = "နိမ့်",
        ["priority.medium"] = "အလယ်",
        ["priority.high"] = "မဌင့်",

        ["action.search"] = "ရဟာမည်",
        ["action.reset"] = "ပဌန်လည်သတ်မဟတ်မည်",
        ["action.exportExcel"] = "Excel ထုတ်မည်",
        ["action.exportPdf"] = "PDF ထုတ်မည်",
        ["action.edit"] = "ပဌင်မည်",
        ["action.delete"] = "ဖျက်မည်",
        ["action.add"] = "ထည့်မည်",
        ["action.create"] = "ဖန်တီသမည်",
        ["action.update"] = "အပ်ဒိတ်လုပ်မည်",
        ["action.save"] = "သိမ်သမည်",
        ["action.assign"] = "ခလဲဝေမည်",
        ["action.viewTasks"] = "လုပ်ငန်သမျာသ ကဌည့်မည်",
        ["action.archiveDone"] = "ပဌီသဆုံသမျာသ သိမ်သဆည်သမည်",
        ["action.clear"] = "ရဟင်သမည်",

        ["result.loading"] = "ဖလင့်နေသည်...",
        ["result.saved"] = "အောင်မဌင်စလာ သိမ်သပဌီသပါပဌီ။",
        ["result.created"] = "အောင်မဌင်စလာ ဖန်တီသပဌီသပါပဌီ။",
        ["result.updated"] = "အောင်မဌင်စလာ အပ်ဒိတ်ပဌီသပါပဌီ။",
        ["result.deleted"] = "အောင်မဌင်စလာ ဖျက်ပဌီသပါပဌီ။",
        ["report.periodFilter"] = "ကာလ",
        ["report.daily"] = "နေ့စဉ် (ယနေ့)",
        ["report.monthly"] = "လစဉ် (ယခုလ)",
        ["report.yearly"] = "နဟစ်စဉ် (ယခုနဟစ်)",
        ["report.customRange"] = "စိတ်ကဌိုက်အပိုင်သအခဌာသ",
        ["report.selectedProject"] = "ရလေသထာသသော စီမံကိန်သ",
        ["report.openIssues"] = "ဖလင့်ထာသသော ပဌဿနာမျာသ",
        ["report.lastActivity"] = "နောက်ဆုံသ လုပ်ဆောင်ချက်",
        ["report.noTasksFound"] = "အလုပ်မတလေ့ပါ",
        ["report.noTasksFoundDesc"] = "လက်ရဟိစစ်ထုတ်မဟုမျာသနဟင့် ကိုက်ညီသော အလုပ် မရဟိပါ။ ရဟာဖလေမဟု သို့မဟုတ် စစ်ထုတ်ချက်မျာသကို ပဌင်ဆင်ကဌည့်ပါ။",
        ["report.noIssuesFound"] = "ပဌဿနာမတလေ့ပါ",
        ["report.noIssuesFoundDesc"] = "လက်ရဟိအစီရင်ခံ စစ်ထုတ်ချက်မျာသနဟင့် ကိုက်ညီသော ပဌဿနာ မရဟိပါ။",
        ["report.healthCritical"] = "အရေသကဌီသ",
        ["report.healthAtRisk"] = "အန္တရာယ်ရဟိ",
        ["report.healthGood"] = "ကောင်သမလန်",
        ["report.delay"] = "နဟောင့်နဟေသချက်",
        ["report.blockedBy"] = "ပိတ်ဆို့နေသည်မဟာ",

        ["validation.startDateRequired"] = "စတင်ရက် လိုအပ်ပါသည်။",
        ["validation.dueDateRequired"] = "ပဌီသဆုံသရက် လိုအပ်ပါသည်။",
        ["validation.dueDateBeforeStart"] = "ပဌီသဆုံသရက်သည် စတင်ရက်ထက် စော၍ မရပါ။",
        ["validation.projectNameRequired"] = "စီမံကိန်သအမည် လိုအပ်ပါသည်။",
        ["validation.taskTitleRequired"] = "လုပ်ငန်သခေါင်သစဉ် လိုအပ်ပါသည်။",
        ["validation.selectProjectRequired"] = "စီမံကိန်သတစ်ခုကို ရလေသပါ။",
        ["validation.roleNameRequired"] = "အခန်သကဏ္ဍအမည် လိုအပ်ပါသည်။",
        ["validation.passwordMinLength"] = "စကာသဝဟက်မဟာ အနည်သဆုံသ ၆ လုံသ ရဟိရမည်။",
        ["validation.usernameMinLength"] = "အသုံသပဌုသူအမည်မဟာ အနည်သဆုံသ ၃ လုံသ ရဟိရမည်။",
        ["validation.usernameNoSpaces"] = "အသုံသပဌုသူအမည်တလင် space မပါရပါ။",
        ["validation.usernameInvalidCharacters"] = "အသုံသပဌုသူအမည်တလင် space မပါရပါ၊ စာလုံသ၊ နံပါတ်၊ underscore (_) နဟင့် dot (.) သာ အသုံသပဌုနိုင်သည်။",
        ["validation.passwordMinLengthRule"] = "စကာသဝဟက်မဟာ အနည်သဆုံသ ၈ လုံသ ရဟိရမည်။",
        ["validation.passwordComplexityRule"] = "စကာသဝဟက်တလင် အနည်သဆုံသ uppercase တစ်လုံသ၊ lowercase တစ်လုံသ၊ နံပါတ်တစ်လုံသနဟင့် အထူသလက္ခဏာတစ်လုံသ ပါရမည်။"
    };

    public static bool IsBurmeseCulture => CultureInfo.CurrentUICulture.TwoLetterISOLanguageName.Equals("my", StringComparison.OrdinalIgnoreCase);

    public static string Text(string key, string fallback = "")
    {
        var catalog = IsBurmeseCulture ? Burmese : English;
        if (catalog.TryGetValue(key, out var value))
        {
            return value;
        }

        if ((IsBurmeseCulture ? English : Burmese).TryGetValue(key, out value))
        {
            return value;
        }

        return string.IsNullOrWhiteSpace(fallback) ? key : fallback;
    }

    public static string Menu(string menuCode, string fallback = "") => Text($"menu.{menuCode}", fallback);

    public static string PageTitle(string key, string fallback = "") => Text($"page.{key}", fallback);

    public static string PageDescription(string key, string fallback = "") => Text($"page.{key}.desc", fallback);

    public static string StatusLabel(AppTaskStatus status) => status switch
    {
        AppTaskStatus.InProgress => Text("status.inprogress", "In Progress"),
        AppTaskStatus.Done => Text("status.done", "Done"),
        _ => Text("status.todo", "To Do")
    };

    public static string PriorityLabel(TaskPriority priority) => priority switch
    {
        TaskPriority.High => Text("priority.high", "High"),
        TaskPriority.Medium => Text("priority.medium", "Medium"),
        _ => Text("priority.low", "Low")
    };

    public static string EscalationLabel(int level) => level switch
    {
        1 => IsBurmeseCulture ? "နိမ့်" : "Low",
        2 => IsBurmeseCulture ? "အလယ်" : "Medium",
        3 => IsBurmeseCulture ? "မဌင့်" : "High",
        _ => Text("common.none", "None")
    };
}