Files
worklenz/worklenz-frontend/public/locales/alb/task-drawer/task-drawer-recurring-config.json
chamikaJ 20ce0c9687 feat(reporting): enhance time reports page with new filters and components
- Added new components for filtering by billable status, categories, projects, members, and teams in the time reports overview.
- Implemented a new header component to manage the layout and functionality of the time reports page.
- Refactored existing components to improve organization and maintainability, including the removal of deprecated files.
- Updated localization files to support new UI elements and ensure consistency across languages.
- Adjusted the language selector to reflect the correct language codes for Chinese.
2025-07-24 11:40:39 +05:30

34 lines
981 B
JSON

{
"recurring": "Përsëritës",
"recurringTaskConfiguration": "Konfigurimi i detyrës përsëritëse",
"repeats": "Përsëritet",
"daily": "Ditore",
"weekly": "Javore",
"everyXDays": "Çdo X ditë",
"everyXWeeks": "Çdo X javë",
"everyXMonths": "Çdo X muaj",
"monthly": "Mujore",
"selectDaysOfWeek": "Zgjidh ditët e javës",
"mon": "Hën",
"tue": "Mar",
"wed": "Mër",
"thu": "Enj",
"fri": "Pre",
"sat": "Sht",
"sun": "Die",
"monthlyRepeatType": "Lloji i përsëritjes mujore",
"onSpecificDate": "Në një datë specifike",
"onSpecificDay": "Në një ditë specifike",
"dateOfMonth": "Data e muajit",
"weekOfMonth": "Java e muajit",
"dayOfWeek": "Dita e javës",
"first": "E para",
"second": "E dyta",
"third": "E treta",
"fourth": "E katërta",
"last": "E fundit",
"intervalDays": "Intervali (ditë)",
"intervalWeeks": "Intervali (javë)",
"intervalMonths": "Intervali (muaj)",
"saveChanges": "Ruaj ndryshimet"
}