Načítání aplikace...
Prosím vyčkejte
{{ toast.message }} {{ t('timer.goToTask') || 'Přejít na úkol' }}
{{ simulateOffline && !isOffline ? t('common.offlineSimulation') : t('common.offlineMode') }} {{ t('common.changesWillSaveLocally') }}

{{ t('common.queueToSend') }} ({{ offlineQueue.length }})

{{ t('common.noPendingOperations') }}
{{ item.label }}
{{ truncateText(item.preview, 50) }}
{{ formatQueueTime(item.timestamp) }}
{{ t('common.type') }}: {{ item.type }}
{{ t('common.method') }}: {{ item.method }}
URL: {{ item.url }}
{{ t('common.data') }}:
{{ formatQueueBody(item.body) }}
{{ t('pwa.installApp', { appName: getAppName() }) }}
{{ t('pwa.installAppDesc') }}
{{ t('pwa.allowNotifications', { appName: getAppName() }) }}
{{ t('pwa.notificationDesc') }}
{{ t('pwa.updateAvailable') }}
{{ t('pwa.updateAvailableDesc') }}

{{ t('setup.installTitle') }}

{{ t('setup.installDesc') }}

{{ t('setup.alreadyInstalled') }}
{{ t('setup.alreadyInstalledDesc') }}
{{ t('setup.iosTitle') }}
  1. {{ t('setup.iosStep1') }}
  2. {{ t('setup.iosStep2') }}
  3. {{ t('setup.iosStep3') }}
{{ t('setup.androidTitle') }}
  1. {{ t('setup.androidStep1') }}
  2. {{ t('setup.androidStep2') }}
  3. {{ t('setup.androidStep3') }}
{{ t('setup.desktopQrTitle') }}

{{ t('setup.desktopQrDesc') }}

{{ t('setup.scanQr') }}

{{ t('setup.notifTitle') }}

{{ t('setup.notifDesc') }}

{{ t('setup.notifActive') }}
{{ t('setup.notifActiveDesc') }}
{{ t('setup.notifBlocked') }}

{{ t('setup.notifBlockedDesc') }}

{{ t('setup.notifIosNeeded') }}

{{ t('setup.notifIosDesc') }}

{{ t('setup.notifExplain') }}

{{ t('setup.benefitComments') }}
{{ t('setup.benefitChat') }}
{{ t('setup.benefitTasks') }}
{{ t('setup.benefitMentions') }}

{{ t('setup.testTitle') }}

{{ t('setup.testDesc') }}

{{ t('setup.statusApp') }}
{{ isStandalonePwa ? t('setup.statusOk') : t('setup.statusNotInstalled') }}
{{ t('setup.statusNotif') }}
{{ pushSubscribed ? t('setup.statusOk') : (pushPermission === 'denied' ? t('setup.statusBlocked') : t('setup.statusOff')) }}

{{ t('setup.testExplain') }}

{{ t('setup.qrMobileReminder') }}
{{ t('setup.qrMobileReminderDesc') }}
{{ loadingStatus }}
{{ t('loading.pleaseWait') }}
{{ currentLoadingTip.icon }}
{{ currentLoadingTip.text }}
CZ Čeština
EN English
{{ error }}

{{ t('auth.forgotPasswordDesc') }}

{{ t('auth.resetPasswordDesc') }}

{{ t('auth.features.aiPowered') }}
{{ t('auth.features.realTimeSync') }}
{{ t('auth.features.tagline') }}

{{ t('auth.features.titleLine1') }}
{{ t('auth.features.titleLine2') }}

{{ t('auth.features.description') }}

{{ t('auth.features.smartTasks') }}
{{ t('auth.features.smartTasksDesc') }}
{{ t('auth.features.timeTracking') }}
{{ t('auth.features.timeTrackingDesc') }}
{{ t('auth.features.aiAssistant') }}
{{ t('auth.features.aiAssistantDesc') }}
{{ t('auth.features.recurringTasks') }}
{{ t('auth.features.recurringTasksDesc') }}
{{ t('auth.features.emailToTasks') }}
{{ t('auth.features.emailToTasksDesc') }}
{{ t('auth.features.smartReports') }}
{{ t('auth.features.smartReportsDesc') }}
98%
{{ t('auth.features.statSatisfaction') }}
3x
{{ t('auth.features.statFaster') }}
24/7
{{ t('auth.features.statAiSupport') }}
{{ t('auth.features.statPossibilities') }}
{{ t('todos.edit') || 'Edit' }}
{{ t('todos.moveToProject') || 'Move...' }}
{{ t('todos.copy') || 'Copy...' }}
{{ t('todos.bookmark') }}
{{ t('todos.archive') || 'Archive' }}
{{ t('todos.delete') || 'Delete' }}
{{ t('todos.insertBelow') || 'Insert a to-do' }}
{{ t('common.edit') || 'Upravit' }}
{{ t('todoLists.copyList') || 'Kopírovat seznam' }}
{{ t('todoLists.moveList') || 'Přesunout seznam' }}
{{ t('todoLists.saveAsTemplate') || 'Uložit jako šablonu' }}
{{ t('todoLists.moveUp') }}
{{ t('todoLists.moveDown') }}
{{ t('todos.archive') }}
{{ t('common.delete') }}
{{ t('recurrence.title') }}
{{ t('recurrence.daily') }}
{{ t('recurrence.weekly') }}
{{ t('recurrence.biweekly') }}
{{ t('recurrence.monthly') }}
{{ t('recurrence.custom') }}
{{ t('recurrence.cancelRecurrence') }}
{{ t('snooze.title') }}
{{ t('snooze.tomorrow') }}
{{ t('snooze.in3Days') }}
{{ t('snooze.inWeek') }}
{{ t('snooze.in2Weeks') }}
{{ t('snooze.inMonth') }}
{{ t('snooze.custom') }}
{{ t('snooze.cancelSnooze') }}
{{ t('timer.multipleRunning').replace('{count}', runningTimers.length) }}
{{ getProjectName(timer.project_id) }} {{ timer.todo_title || timer.description }} {{ timer.description }}
{{ formatTime(timerSeconds[timer.id] || 0) }}
{{ t('nav.shortcuts') || 'Keyboard shortcuts' }} ?
{{ newCommentsNotification.count }} {{ t('comments.newComments') }}
Debug Mode - Todos Visibility

Uživatel

Jméno: {{ user?.name }}
ID: {{ user?.id }}
Role: {{ user?.role }}
Globální: {{ user?.is_global ? '✓ Ano' : '✗ Ne' }}

Skupiny projektu ({{ todoDebugData.projectGroups?.length || 0 }})

{{ group.name }} (ID: {{ group.id }}) Žádné skupiny

Všechny úkoly ({{ todoDebugData.allTodos?.length || 0 }})

ID Název Seznam Vidí? Důvod
{{ todo.id }} {{ todo.title }} {{ todo.list_name }} {{ todo.visible_to_user ? 'Ano' : 'Ne' }} {{ todo.reason }}