[WEB-3681]feat: added user timezone dates for cycle (#6820)

* feat: added user timezone dates for cycle

* *chore: added translations
*chore: refactored user timezone functions
This commit is contained in:
Vamsi Krishna 2025-03-26 20:23:19 +05:30 committed by GitHub
parent c125bc54ba
commit ae6e5a48fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 247 additions and 40 deletions

View file

@ -1774,6 +1774,12 @@
"remove_filters_to_see_all_cycles": "Odeberte filtry pro zobrazení všech cyklů",
"remove_search_criteria_to_see_all_cycles": "Odeberte kritéria pro zobrazení všech cyklů",
"only_completed_cycles_can_be_archived": "Lze archivovat pouze dokončené cykly",
"start_date": "Začátek data",
"end_date": "Konec data",
"in_your_timezone": "V časovém pásmu",
"transfer_work_items": "Převést {count} pracovních položek",
"date_range": "Období data",
"add_date": "Přidat datum",
"active_cycle": {
"label": "Aktivní cyklus",
"progress": "Pokrok",

View file

@ -1747,6 +1747,12 @@
"remove_filters_to_see_all_cycles": "Entfernen Sie Filter, um alle Zyklen anzuzeigen",
"remove_search_criteria_to_see_all_cycles": "Entfernen Sie Suchkriterien, um alle Zyklen anzuzeigen",
"only_completed_cycles_can_be_archived": "Nur abgeschlossene Zyklen können archiviert werden",
"start_date": "Startdatum",
"end_date": "Enddatum",
"in_your_timezone": "In Ihrer Zeitzone",
"transfer_work_items": "Übertragen von {count} Arbeitselementen",
"date_range": "Datumsbereich",
"add_date": "Datum hinzufügen",
"active_cycle": {
"label": "Aktiver Zyklus",
"progress": "Fortschritt",
@ -2321,4 +2327,4 @@
"label": "{count, plural, one {Modul} few {Module} other {Module}}",
"no_module": "Kein Modul"
}
}
}

View file

@ -1606,6 +1606,12 @@
"remove_filters_to_see_all_cycles": "Remove the filters to see all cycles",
"remove_search_criteria_to_see_all_cycles": "Remove the search criteria to see all cycles",
"only_completed_cycles_can_be_archived": "Only completed cycles can be archived",
"start_date": "Start date",
"end_date": "End date",
"in_your_timezone": "In your timezone",
"transfer_work_items": "Transfer {count} work items",
"date_range": "Date range",
"add_date": "Add date",
"active_cycle": {
"label": "Active cycle",
"progress": "Progress",

View file

@ -1776,6 +1776,12 @@
"remove_filters_to_see_all_cycles": "Elimina los filtros para ver todos los ciclos",
"remove_search_criteria_to_see_all_cycles": "Elimina los criterios de búsqueda para ver todos los ciclos",
"only_completed_cycles_can_be_archived": "Solo los ciclos completados pueden ser archivados",
"start_date": "Fecha de inicio",
"end_date": "Fecha de finalización",
"in_your_timezone": "En tu zona horaria",
"transfer_work_items": "Transferir {count} elementos de trabajo",
"date_range": "Rango de fechas",
"add_date": "Agregar fecha",
"active_cycle": {
"label": "Ciclo activo",
"progress": "Progreso",

View file

@ -1774,6 +1774,12 @@
"remove_filters_to_see_all_cycles": "Supprimez les filtres pour voir tous les cycles",
"remove_search_criteria_to_see_all_cycles": "Supprimez les critères de recherche pour voir tous les cycles",
"only_completed_cycles_can_be_archived": "Seuls les cycles terminés peuvent être archivés",
"start_date": "Date de début",
"end_date": "Date de fin",
"in_your_timezone": "Dans votre fuseau horaire",
"transfer_work_items": "Transférer {count} éléments de travail",
"date_range": "Plage de dates",
"add_date": "Ajouter une date",
"active_cycle": {
"label": "Cycle actif",
"progress": "Progression",

View file

@ -1772,6 +1772,12 @@
"remove_filters_to_see_all_cycles": "Rimuovi i filtri per vedere tutti i cicli",
"remove_search_criteria_to_see_all_cycles": "Rimuovi i criteri di ricerca per vedere tutti i cicli",
"only_completed_cycles_can_be_archived": "Solo i cicli completati possono essere archiviati",
"start_date": "Data di inizio",
"end_date": "Data di fine",
"in_your_timezone": "Nel tuo fuso orario",
"transfer_work_items": "Trasferisci {count} elementi di lavoro",
"date_range": "Intervallo di date",
"add_date": "Aggiungi data",
"active_cycle": {
"label": "Ciclo attivo",
"progress": "Avanzamento",

View file

@ -1774,6 +1774,12 @@
"remove_filters_to_see_all_cycles": "すべてのサイクルを表示するにはフィルターを解除してください",
"remove_search_criteria_to_see_all_cycles": "すべてのサイクルを表示するには検索条件を解除してください",
"only_completed_cycles_can_be_archived": "完了したサイクルのみアーカイブできます",
"start_date": "開始日",
"end_date": "終了日",
"in_your_timezone": "あなたのタイムゾーン",
"transfer_work_items": "作業項目を転送 {count}",
"date_range": "日付範囲",
"add_date": "日付を追加",
"active_cycle": {
"label": "アクティブなサイクル",
"progress": "進捗",

View file

@ -1776,6 +1776,12 @@
"remove_filters_to_see_all_cycles": "모든 주기를 보려면 필터를 제거하세요",
"remove_search_criteria_to_see_all_cycles": "모든 주기를 보려면 검색 기준을 제거하세요",
"only_completed_cycles_can_be_archived": "완료된 주기만 아카이브할 수 있습니다",
"start_date": "시작일",
"end_date": "종료일",
"in_your_timezone": "내 시간대",
"transfer_work_items": "{count}개의 작업 항목 이전",
"date_range": "날짜 범위",
"add_date": "날짜 추가",
"active_cycle": {
"label": "활성 주기",
"progress": "진행",

View file

@ -1747,6 +1747,12 @@
"remove_filters_to_see_all_cycles": "Usuń filtry, aby wyświetlić wszystkie cykle",
"remove_search_criteria_to_see_all_cycles": "Usuń kryteria wyszukiwania, aby wyświetlić wszystkie cykle",
"only_completed_cycles_can_be_archived": "Można archiwizować tylko ukończone cykle",
"start_date": "Data początku",
"end_date": "Data końca",
"in_your_timezone": "W Twojej strefie czasowej",
"transfer_work_items": "Przenieś {count} elementów pracy",
"date_range": "Zakres dat",
"add_date": "Dodaj datę",
"active_cycle": {
"label": "Aktywny cykl",
"progress": "Postęp",
@ -2321,4 +2327,4 @@
"label": "{count, plural, one {Moduł} few {Moduły} other {Modułów}}",
"no_module": "Brak modułu"
}
}
}

View file

@ -1774,6 +1774,12 @@
"remove_filters_to_see_all_cycles": "Снимите фильтры для просмотра всех циклов",
"remove_search_criteria_to_see_all_cycles": "Очистите поиск для просмотра всех циклов",
"only_completed_cycles_can_be_archived": "Только завершённые циклы можно архивировать",
"start_date": "Дата начала",
"end_date": "Дата окончания",
"in_your_timezone": "В вашем часовом поясе",
"transfer_work_items": "Перенести {count} рабочих элементов",
"date_range": "Диапазон дат",
"add_date": "Добавить дату",
"active_cycle": {
"label": "Активный цикл",
"progress": "Прогресс",

View file

@ -1773,6 +1773,12 @@
"remove_filters_to_see_all_cycles": "Odstráňte filtre pre zobrazenie všetkých cyklov",
"remove_search_criteria_to_see_all_cycles": "Odstráňte kritériá pre zobrazenie všetkých cyklov",
"only_completed_cycles_can_be_archived": "Archivovať je možné iba dokončené cykly",
"start_date": "Dátum začiatku",
"end_date": "Dátum konca",
"in_your_timezone": "Váš časový pásmo",
"transfer_work_items": "Presunúť {count} pracovných položiek",
"date_range": "Dátumový rozsah",
"add_date": "Pridať dátum",
"active_cycle": {
"label": "Aktívny cyklus",
"progress": "Pokrok",

View file

@ -1747,6 +1747,12 @@
"remove_filters_to_see_all_cycles": "Приберіть фільтри, щоб побачити всі цикли",
"remove_search_criteria_to_see_all_cycles": "Приберіть критерії пошуку, щоб побачити всі цикли",
"only_completed_cycles_can_be_archived": "Архівувати можна лише завершені цикли",
"start_date": "Дата початку",
"end_date": "Дата завершення",
"in_your_timezone": "У вашому часовому поясі",
"transfer_work_items": "Перенести {count} робочих одиниць",
"date_range": "Діапазон дат",
"add_date": "Додати дату",
"active_cycle": {
"label": "Активний цикл",
"progress": "Прогрес",

View file

@ -1774,6 +1774,12 @@
"remove_filters_to_see_all_cycles": "移除筛选器以查看所有周期",
"remove_search_criteria_to_see_all_cycles": "移除搜索条件以查看所有周期",
"only_completed_cycles_can_be_archived": "只能归档已完成的周期",
"start_date": "开始日期",
"end_date": "结束日期",
"in_your_timezone": "在您的时区",
"transfer_work_items": "转移 {count} 工作项",
"date_range": "日期范围",
"add_date": "添加日期",
"active_cycle": {
"label": "活动周期",
"progress": "进度",

View file

@ -1776,6 +1776,12 @@
"remove_filters_to_see_all_cycles": "移除篩選器以檢視所有週期",
"remove_search_criteria_to_see_all_cycles": "移除搜尋條件以檢視所有週期",
"only_completed_cycles_can_be_archived": "只有已完成的週期可以封存",
"start_date": "開始日期",
"end_date": "結束日期",
"in_your_timezone": "在您的時區",
"transfer_work_items": "轉移 {count} 工作事項",
"date_range": "日期範圍",
"add_date": "新增日期",
"active_cycle": {
"label": "使用中的週期",
"progress": "進度",