{{ t('loading') }}
{{ t('signInTitle') }}
{{ loginForm.error }}
{{ currentUser?.username }} Admin {{ t('syncing') || 'Sync...' }} {{ t('syncPending') || 'Pending' }}
{{ viewMode === 'monthly' ? (rates.salaryPeriod === '4weekly' ? t('periodHours') : t('monthlyHours')) : t('yearlyHours') }}
{{ displayedHours }}h
{{ t('amount') }}
{{ displayedGross.toFixed(2) }} €
{{ viewMode === 'monthly' ? (rates.salaryPeriod === '4weekly' ? t('periodGross') : t('monthlyGross')) : t('yearlyGross') }}
{{ displayedGross.toFixed(2) }} €
{{ viewMode === 'monthly' ? (rates.salaryPeriod === '4weekly' ? t('periodNet') : t('monthlyNet')) : t('yearlyNet') }}
{{ displayedNet.toFixed(2) }} €
{{ t('projection') || 'Proiectie luna' }}
{{ dashboard.projection.toFixed(0) }}€
{{ t('avgWeek') || 'Medie h/saptamana' }}
{{ dashboard.avgWeekHours.toFixed(1) }}h
{{ t('overtimeRatio') || 'Raport overtime' }}
{{ (dashboard.otRatio * 100).toFixed(0) }}%
{{ t('vsLastMonth') || 'Fata de luna trecuta' }}
{{ dashboard.change >= 0 ? '+' : '' }}{{ dashboard.change.toFixed(0) }}%
{{ t('last12Months') || 'Ultimele 12 luni (Net)' }}
{{ month.name }}
{{ t('hours') }}
{{ modalEarnings.hours }}h
{{ t('amount') }}
{{ modalEarnings.amount.toFixed(2) }}€
{{ t('hours') }}
{{ modalEarnings.hours }}h
{{ t('gross') }}
{{ modalEarnings.gross.toFixed(2) }}€
{{ t('net') }}
{{ modalEarnings.net.toFixed(2) }}€
{{ t('language') }}
{{ t('periodAnchorHint') }}
{{ t('salaryRates') }}
{{ t('theme') || 'Theme' }}
{{ t('defaultShift') || 'Schimb implicit' }}
{{ t('rateHistory') || 'Istoric tarife' }}
{{ t('rateHistoryDesc') || 'Tarifele inregistrate inlocuiesc pe cele curente pentru zilele dupa data specificata' }}
{{ t('dataManagement') || 'Date si securitate' }}
{{ t('changePassword') }}
{{ u.username }} (you)
{{ u.role === 'admin' ? t('administrator') : t('user') }}
{{ userFormError }}