Translated using Weblate (#5440)

Co-authored-by: C. H <them4z@gmail.com>
Co-authored-by: GiannosOB <giannos2105@gmail.com>
Co-authored-by: Kuwush <79j0hancarl@gmail.com>
Co-authored-by: Raphael-11 <raef.laffi@medtech.tn>
Co-authored-by: fran secs <fransecs@gmail.com>
This commit is contained in:
Weblate (bot)
2025-04-22 10:36:44 +02:00
committed by GitHub
parent 9ca69e1114
commit a70c803158
23 changed files with 910 additions and 90 deletions

View File

@@ -34,6 +34,18 @@
<source>daterangepicker.allTime</source>
<target state="translated">Celkové období</target>
</trans-unit>
<trans-unit id="AdEC6w4" resname="daterangepicker.lastMonth" xml:space="preserve">
<source>daterangepicker.lastMonth</source>
<target state="translated">Minulý měsíc</target>
</trans-unit>
<trans-unit id="mgJ2Z7M" resname="daterangepicker.thisFinancialYear" xml:space="preserve">
<source>daterangepicker.thisFinancialYear</source>
<target state="translated">Tento fiskální rok</target>
</trans-unit>
<trans-unit id="8f61k.L" resname="daterangepicker.thisMonth" xml:space="preserve">
<source>daterangepicker.thisMonth</source>
<target state="translated">Tento měsíc</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -26,6 +26,26 @@
<source>daterangepicker.thisYear</source>
<target>Τρέχων έτος</target>
</trans-unit>
<trans-unit id="AY_E9UR" resname="daterangepicker.thisYearUntilNow" xml:space="preserve">
<source>This year — until today</source>
<target state="translated">Φέτος - μέχρι σήμερα</target>
</trans-unit>
<trans-unit id="m0lJOke" resname="daterangepicker.allTime" xml:space="preserve">
<source>daterangepicker.allTime</source>
<target state="translated">Συνολική χρονική περίοδος</target>
</trans-unit>
<trans-unit id="8f61k.L" resname="daterangepicker.thisMonth" xml:space="preserve">
<source>daterangepicker.thisMonth</source>
<target state="translated">Αυτόν τον μήνα</target>
</trans-unit>
<trans-unit id="AdEC6w4" resname="daterangepicker.lastMonth" xml:space="preserve">
<source>daterangepicker.lastMonth</source>
<target state="translated">Τον περασμένο μήνα</target>
</trans-unit>
<trans-unit id="mgJ2Z7M" resname="daterangepicker.thisFinancialYear" xml:space="preserve">
<source>daterangepicker.thisFinancialYear</source>
<target state="translated">Το τρέχον οικονομικό έτος</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -82,6 +82,14 @@ Ověřte na tomto odkazu: %url%</target>
<source>approval_approved_subject</source>
<target state="translated">Vaše žádost byla schválena</target>
</trans-unit>
<trans-unit id="U.JjI9R" resname="approval_rejected_message" xml:space="preserve">
<source>approval_rejected_message</source>
<target state="translated">Vaše žádost o autorizaci byla zamítnuta uživatelem %created_by%.
%list%
Prosím, zkontrolujte své žádosti zde: %url%</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -14,21 +14,21 @@
<source>short</source>
<target state="translated">Ώρες: αθροισμένα μητρώα, μια καταχώριση συνολικά</target>
</trans-unit>
<trans-unit id="BPiZbad" resname="user">
<trans-unit id="BPiZbad" resname="user" xml:space="preserve">
<source>user</source>
<target state="translated">Χρήστης: μια καταχώριση ανά χρήστη</target>
<target state="translated">Χρήστης</target>
</trans-unit>
<trans-unit id="BlGGO.X" resname="activity">
<trans-unit id="BlGGO.X" resname="activity" xml:space="preserve">
<source>activity</source>
<target state="translated">Δραστηριότητα: μια καταχώριση ανά δραστηριότητα</target>
<target state="translated">Δραστηριότητα</target>
</trans-unit>
<trans-unit id="JEIQ5IQ" resname="project">
<trans-unit id="JEIQ5IQ" resname="project" xml:space="preserve">
<source>project</source>
<target state="translated">Πρότζεκτ: μια καταχώριση ανά πρότζεκτ</target>
<target state="translated">Έργο</target>
</trans-unit>
<trans-unit id="DodjLNR" resname="date">
<trans-unit id="DodjLNR" resname="date" xml:space="preserve">
<source>date</source>
<target state="translated">Ημερομηνία: μια καταχώριση ανα ημέρα (χρησιμοποιεί ημέρα έναρξης)</target>
<target state="translated">Ημερομηνία</target>
</trans-unit>
<trans-unit id="iFDs7Zh" resname="weekly">
<source>weekly</source>

View File

@@ -6,6 +6,10 @@
<source>kiosk.login</source>
<target state="translated">Přihlašovací obrazovka</target>
</trans-unit>
<trans-unit id="3349h0x" resname="Kiosk" xml:space="preserve" approved="no">
<source>Kiosk</source>
<target state="translated">Režim kiosku</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -2,9 +2,9 @@
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="de" datatype="plaintext" original="kiosk.en.xlf">
<body>
<trans-unit id="3349h0x" resname="Kiosk">
<trans-unit id="3349h0x" resname="Kiosk" xml:space="preserve" approved="no">
<source>Kiosk</source>
<target>Kiosk Modus</target>
<target state="translated">Kiosk-Modus</target>
</trans-unit>
<trans-unit id="TcGAXSA" resname="kiosk.login">
<source>kiosk.login</source>

View File

@@ -52,7 +52,7 @@
</trans-unit>
<trans-unit id="DYHuW58" resname="confirm.delete" xml:space="preserve">
<source>confirm.delete</source>
<target state="translated">De veritat voleu eliminar-lo?</target>
<target state="translated">Confirmeu que voleu eliminar-lo?</target>
</trans-unit>
</body>
</file>

View File

@@ -440,23 +440,23 @@
</trans-unit>
<trans-unit id="TdBJBAl" resname="stats.durationToday" xml:space="preserve">
<source>stats.durationToday</source>
<target state="needs-translation">Dnešní pracovní doba</target>
<target state="translated">Dnes</target>
</trans-unit>
<trans-unit id="XhKalZH" resname="stats.durationWeek" xml:space="preserve">
<source>stats.durationWeek</source>
<target state="needs-translation">Pracovní doba tento týden</target>
<target state="translated">Tento týden</target>
</trans-unit>
<trans-unit id="uaOwf_P" resname="stats.durationMonth" xml:space="preserve">
<source>stats.durationMonth</source>
<target state="needs-translation">Pracovní doba tento měsíc</target>
<target state="translated">Tento měsíc</target>
</trans-unit>
<trans-unit id="WqF84KR" resname="stats.durationYear" xml:space="preserve">
<source>stats.durationYear</source>
<target state="needs-translation">Pracovní doba tento rok</target>
<target state="translated">Tento rok</target>
</trans-unit>
<trans-unit id="YtvPnl1" resname="stats.durationTotal" xml:space="preserve">
<source>stats.durationTotal</source>
<target state="needs-translation">Pracovní doba celkem</target>
<target state="translated">Celkem</target>
</trans-unit>
<trans-unit id="IFOLMgp" resname="stats.yourWorkingHours">
<source>stats.yourWorkingHours</source>
@@ -976,7 +976,7 @@
</trans-unit>
<trans-unit id="xkugSAA" resname="stats.durationFinancialYear" xml:space="preserve">
<source>stats.durationFinancialYear</source>
<target state="needs-translation">Pracovní doba tento finanční rok</target>
<target state="translated">Finanční rok</target>
</trans-unit>
<trans-unit id="_Pym9RO" resname="stats.activeUsersFinancialYear">
<source>stats.activeUsersFinancialYear</source>
@@ -1820,7 +1820,7 @@
</trans-unit>
<trans-unit id="anCjtwe" resname="timesheet.filter" xml:space="preserve">
<source>Filter timesheets</source>
<target state="needs-translation">Pracovní výkaz</target>
<target state="translated">Pracovní výkazy</target>
</trans-unit>
<trans-unit id="b1pgNOd" resname="copy">
<source>copy</source>
@@ -1926,6 +1926,18 @@
<source>training</source>
<target state="needs-translation">Trénink</target>
</trans-unit>
<trans-unit id="HQ2YM1b" resname="attendance_only_project" xml:space="preserve">
<source>attendance_only_project</source>
<target state="translated">Počítat pouze záznamy vybraného projektu jako pracovní dobu</target>
</trans-unit>
<trans-unit id="4WlKIfD" resname="unlock_month" xml:space="preserve" approved="no">
<source>Unlock month</source>
<target state="translated">Odemknout měsíc</target>
</trans-unit>
<trans-unit id="mhOe3Iy" resname="unlock_month.help" xml:space="preserve">
<source>unlock_month.help</source>
<target state="translated">Toto odemkne všechny dny v roce po zvoleném datu.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -118,9 +118,9 @@
<source>logout</source>
<target>Αποσύνδεση</target>
</trans-unit>
<trans-unit id="_x2He8M" resname="user_profile">
<trans-unit id="_x2He8M" resname="user_profile" xml:space="preserve">
<source>user_profile</source>
<target>Το προφίλ μου</target>
<target state="translated">Το Προφίλ μου</target>
</trans-unit>
<trans-unit id="T4nAM7X" resname="api_token">
<source>api_token</source>
@@ -206,9 +206,9 @@
<source>error.no_comments_found</source>
<target>Δεν υπάρχουν δημοσιευμένα σχόλια ακόμη.</target>
</trans-unit>
<trans-unit id="DodjLNR" resname="date">
<trans-unit id="DodjLNR" resname="date" xml:space="preserve">
<source>date</source>
<target>Ημερομηνία</target>
<target state="translated">Ημερομηνία</target>
</trans-unit>
<trans-unit id="BHk4pZ3" resname="starttime">
<source>starttime</source>
@@ -222,13 +222,13 @@
<source>duration</source>
<target>Διάρκεια</target>
</trans-unit>
<trans-unit id="BPiZbad" resname="user">
<source>user</source>
<target>Χρήστης</target>
<trans-unit id="BPiZbad" resname="user" xml:space="preserve">
<source>User</source>
<target state="translated">Χρήστης</target>
</trans-unit>
<trans-unit id="FveKfWM" resname="username">
<trans-unit id="FveKfWM" resname="username" xml:space="preserve">
<source>username</source>
<target>Όνομα χρήστη</target>
<target state="translated">Χρήστης</target>
</trans-unit>
<trans-unit id="yQRveje" resname="description">
<source>Description</source>
@@ -256,15 +256,15 @@
</trans-unit>
<trans-unit id="qbD0dHa" resname="timeBudget" xml:space="preserve">
<source>timeBudget</source>
<target state="needs-translation">Χρονικός Προϋπολογισμός</target>
<target state="translated">Ωριαίος Προϋπολογισμός</target>
</trans-unit>
<trans-unit id="BlGGO.X" resname="activity">
<trans-unit id="BlGGO.X" resname="activity" xml:space="preserve">
<source>activity</source>
<target>Δραστηριότητα</target>
<target state="translated">Δραστηριότητα</target>
</trans-unit>
<trans-unit id="JEIQ5IQ" resname="project">
<source>project</source>
<target>Εργασία</target>
<trans-unit id="JEIQ5IQ" resname="project" xml:space="preserve">
<source>Project</source>
<target state="translated">Έργο</target>
</trans-unit>
<trans-unit id="KhBzpuZ" resname="tag">
<source>tag</source>
@@ -428,7 +428,7 @@
</trans-unit>
<trans-unit id="Fm.kwVn" resname="profile.first_entry" xml:space="preserve">
<source>profile.first_entry</source>
<target state="needs-translation">Εργάζεται από τότε</target>
<target state="translated">Πρώτη εργάσιμη ημέρα</target>
</trans-unit>
<trans-unit id="1c0EQaz" resname="profile.registration_date">
<source>profile.registration_date</source>
@@ -628,23 +628,23 @@
</trans-unit>
<trans-unit id="TdBJBAl" resname="stats.durationToday" xml:space="preserve">
<source>stats.durationToday</source>
<target state="needs-translation">Σημερινές ώρες εργασίας</target>
<target state="translated">Σήμερα</target>
</trans-unit>
<trans-unit id="XhKalZH" resname="stats.durationWeek" xml:space="preserve">
<source>stats.durationWeek</source>
<target state="needs-translation">Ώρες εργασίας τρέχουσας εβδομάδας</target>
<target state="translated">Αυτή την εβδομάδα</target>
</trans-unit>
<trans-unit id="uaOwf_P" resname="stats.durationMonth" xml:space="preserve">
<source>stats.durationMonth</source>
<target state="needs-translation">Ώρες εργασίας τρέχοντος μηνός</target>
<target state="translated">Αυτόν τον μήνα</target>
</trans-unit>
<trans-unit id="WqF84KR" resname="stats.durationYear" xml:space="preserve">
<source>stats.durationYear</source>
<target state="needs-translation">Ώρες εργασίας τρέχοντος έτους</target>
<target state="translated">Αυτό το έτος</target>
</trans-unit>
<trans-unit id="YtvPnl1" resname="stats.durationTotal" xml:space="preserve">
<source>stats.durationTotal</source>
<target state="needs-translation">Συνολικές ώρες εργασίας</target>
<target state="translated">Συνολικά</target>
</trans-unit>
<trans-unit id="IFOLMgp" resname="stats.yourWorkingHours">
<source>stats.yourWorkingHours</source>
@@ -910,9 +910,9 @@
<source>recent.activities</source>
<target>Επανεκκινήστε μία από τις τελευταίες σας δραστηριότητες</target>
</trans-unit>
<trans-unit id="dTHY7Mw" resname="timesheet.start">
<trans-unit id="dTHY7Mw" resname="timesheet.start" xml:space="preserve">
<source>timesheet.start</source>
<target state="needs-translation">Δημιουργήστε νέα εγγραφή ωρών</target>
<target state="translated">Ξεκινήστε την παρακολούθηση του χρόνου</target>
</trans-unit>
<trans-unit id="igCkqAP" resname="pageSize">
<source>pageSize</source>
@@ -1000,7 +1000,7 @@
</trans-unit>
<trans-unit id="xkugSAA" resname="stats.durationFinancialYear" xml:space="preserve">
<source>stats.durationFinancialYear</source>
<target state="needs-translation">Ώρες εργασίας κατά το τρέχον οικονομικό έτος</target>
<target state="translated">Οικονομικό Έτος</target>
</trans-unit>
<trans-unit id="Nx9_QiO" resname="revenue">
<source>revenue</source>
@@ -1024,7 +1024,7 @@
</trans-unit>
<trans-unit id="_cY.wHP" resname="resetting.check_email" xml:space="preserve">
<source>An email has been sent with a link to reset your password. Note: You can only request a new password once every %tokenLifetime% hours. If you don't receive the email, please check your spam folder or try again.</source>
<target state="needs-translation">Ένα ηλεκτρονικό μήνυμα έχει αποσταλεί. Περιέχει το σύνδεσμο που πρέπει να ακολουθήσετε για να επαναφέρετε τον κωδικό σας. Σημείωση: Μπορείτε να ζητήσετε νέο κωδικό μία φορά εντός %tokenLifetime% ωρών. Εάν δεν λάβετε το ηλεκτρονικό μήνυμα ελέγξετε τον φάκελο με τα ανεπιθύμητα μηνύματα η προσπαθήστε ξανά.</target>
<target state="translated">Έχει σταλεί ένα email με έναν σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας. Σημείωση: Μπορείτε να ζητήσετε νέο κωδικό πρόσβασης μόνο μία φορά κάθε %tokenLifetime% ώρες. Αν δεν λάβετε το email, ελέγξτε το φάκελο ανεπιθύμητης αλληλογραφίας ή δοκιμάστε ξανά.</target>
</trans-unit>
<trans-unit id=".ndupSK" resname="registration.check_email">
<source>registration.check_email</source>
@@ -1192,7 +1192,7 @@
</trans-unit>
<trans-unit id="anCjtwe" resname="timesheet.filter" xml:space="preserve">
<source>Filter timesheets</source>
<target state="needs-translation">Φιλτράρισμα χρονοδιαγραμμάτων</target>
<target state="translated">Φύλλα εργασίας</target>
</trans-unit>
<trans-unit id="b1pgNOd" resname="copy">
<source>copy</source>
@@ -1254,6 +1254,690 @@
<source>remove_filter</source>
<target state="translated">Επαναφορά φίλτρου αναζήτησης</target>
</trans-unit>
<trans-unit id="LDsHBXd" resname="modal.columns.label" xml:space="preserve">
<source>modal.columns.label</source>
<target state="translated">Στήλες πινάκων</target>
</trans-unit>
<trans-unit id="M2B0gF." resname="time" xml:space="preserve">
<source>time</source>
<target state="translated">Χρόνος</target>
</trans-unit>
<trans-unit id="TTnaBm4" resname="day_full" xml:space="preserve">
<source>day_full</source>
<target state="translated">Ολόκληρη ημέρα</target>
</trans-unit>
<trans-unit id="Eml59KV" resname="day_half" xml:space="preserve">
<source>day_half</source>
<target state="translated">Μισή ημέρα</target>
</trans-unit>
<trans-unit id="KSwG8AR" resname="Category" xml:space="preserve">
<source>Category</source>
<target state="translated">Κατηγορία</target>
</trans-unit>
<trans-unit id="aOJITgv" resname="help.invoiceText" xml:space="preserve">
<source>help.invoiceText</source>
<target state="translated">Το κείμενο αυτό χρησιμοποιείται σε έγγραφα τιμολογίων και μπορεί να χρησιμοποιηθεί π.χ. για τη σημείωση περαιτέρω όρων παράδοσης.</target>
</trans-unit>
<trans-unit id="853W5Iu" resname="security.unlock.button" xml:space="preserve">
<source>security.unlock.button</source>
<target state="translated">Ξεκλείδωμα</target>
</trans-unit>
<trans-unit id="nqEYrfk" resname="security.unlock.intro" xml:space="preserve">
<source>security.unlock.intro</source>
<target state="translated">Εισάγετε τον κωδικό πρόσβασής σας για πλήρη πρόσβαση</target>
</trans-unit>
<trans-unit id="Eq2E_Rd" resname="menu.apps" xml:space="preserve">
<source>Apps</source>
<target state="translated">Εφαρμογές</target>
</trans-unit>
<trans-unit id="3rJ5QDP" resname="help.teams" xml:space="preserve">
<source>help.teams</source>
<target state="translated">Περιορίζει την ορατότητα στις επιλεγμένες ομάδες.</target>
</trans-unit>
<trans-unit id="IDDfzoR" resname="invoiceLabel" xml:space="preserve">
<source>invoiceLabel</source>
<target state="translated">Κείμενο τιμολογίου</target>
</trans-unit>
<trans-unit id="jLzX0Ae" resname="help.invoiceLabel" xml:space="preserve">
<source>help.invoiceLabel</source>
<target state="translated">Το κείμενο αυτό αντικαθιστά το όνομα του αντικειμένου, επιτρέποντας πιο λεπτομερείς ετικέτες για τα στοιχεία του τιμολογίου.</target>
</trans-unit>
<trans-unit id="AeMGtJO" resname="help.visible" xml:space="preserve">
<source>help.visible</source>
<target state="translated">Εάν η ρύθμιση είναι απενεργοποιημένη, το αντικείμενο δεν εμφανίζεται σε αναπτυσσόμενα πλαίσια και προβολές λίστας.</target>
</trans-unit>
<trans-unit id="KgBw0BS" resname="skin" xml:space="preserve">
<source>skin</source>
<target state="translated">Σχέδιο</target>
</trans-unit>
<trans-unit id="WOAx9yz" resname="modal.columns.profile" xml:space="preserve">
<source>modal.columns.profile</source>
<target state="translated">Προφίλ</target>
</trans-unit>
<trans-unit id="aGk9Aqt" resname="desktop" xml:space="preserve">
<source>desktop</source>
<target state="translated">Επιτραπέζιος Υπολογιστής</target>
</trans-unit>
<trans-unit id="IRzPWmL" resname="login.2fa_intro" xml:space="preserve">
<source>login.2fa_intro</source>
<target state="translated">Εισάγετε τον κωδικό επιβεβαίωσης για να ολοκληρώσετε τη διαδικασία σύνδεσης.</target>
</trans-unit>
<trans-unit id="FgKTw5v" resname="login.2fa_label" xml:space="preserve">
<source>login.2fa_label</source>
<target state="translated">Κωδικός Επιβεβαίωσης</target>
</trans-unit>
<trans-unit id="eWmotjb" resname="completed_month_pdf" xml:space="preserve">
<source>completed_month_pdf</source>
<target state="translated">Ολοκληρωμένος μήνας PDF</target>
</trans-unit>
<trans-unit id="AXr_aHI" resname="completed_month_pdf_note" xml:space="preserve">
<source>completed_month_pdf_note</source>
<target state="translated">Το έγγραφο αυτό χρησιμεύει ως απόδειξη των ωρών εργασίας.</target>
</trans-unit>
<trans-unit id="s9NPI3v" resname="work_times_should.none_configured" xml:space="preserve">
<source>work_times_should.none_configured</source>
<target state="translated">Δεν έχουν ρυθμιστεί ώρες-στόχοι για αυτόν τον χρήστη στις ρυθμίσεις της σύμβασης εργασίας.</target>
</trans-unit>
<trans-unit id="IalLD5Q" resname="manual_bookings.work_contract_intro" xml:space="preserve">
<source>manual_bookings.work_contract_intro</source>
<target state="translated">Οι χειροκίνητες κρατήσεις δεν μπορούν ούτε να τροποποιηθούν ούτε να διαγραφούν στη συνέχεια!</target>
</trans-unit>
<trans-unit id="XE01Ar1" resname="parental" xml:space="preserve">
<source>parental</source>
<target state="translated">Γονική άδεια</target>
</trans-unit>
<trans-unit id="mR_Y5Mv" resname="timesheet.stop" xml:space="preserve">
<source>timesheet.stop</source>
<target state="translated">Σταματήστε την καταγραφή του χρόνου</target>
</trans-unit>
<trans-unit id="f1Cgptu" resname="batch_table_checkbox" xml:space="preserve">
<source>batch_table_checkbox</source>
<target state="translated">Προσθήκη καταχώρησης στη λίστα ενημέρωσης παρτίδας</target>
</trans-unit>
<trans-unit id="M_WE1pa" resname="booking_allow_only_work_days" xml:space="preserve">
<source>booking_allow_only_work_days</source>
<target state="translated">Να επιτρέπονται καταχωρήσεις χρόνου μόνο για τις ημέρες για τις οποίες οι αναμενόμενες ώρες ορίζονται στη σύμβαση εργασίας</target>
</trans-unit>
<trans-unit id="TCr2ArH" resname="api_password_deprecated" xml:space="preserve">
<source>api_password_deprecated</source>
<target state="translated">Οι κωδικοί πρόσβασης API είναι απαρχαιωμένοι: παρακαλούμε χρησιμοποιήστε αντί αυτών τα tokens API.</target>
</trans-unit>
<trans-unit id="tfOjLNp" resname="project_number" xml:space="preserve">
<source>Project number</source>
<target state="translated">Αριθμός έργου</target>
</trans-unit>
<trans-unit id="HF70hZq" resname="status.closed" xml:space="preserve">
<source>status.closed</source>
<target state="translated">Ολοκληρωμένο</target>
</trans-unit>
<trans-unit id="Fkrev.q" resname="help.globalActivities" xml:space="preserve">
<source>help.globalActivities</source>
<target state="translated">Εάν η ρύθμιση είναι απενεργοποιημένη, οι χρόνοι μπορούν να καταγραφούν μόνο με δραστηριότητες που αφορούν συγκεκριμένο έργο.</target>
</trans-unit>
<trans-unit id="5kFod8o" resname="team.configure_teamlead.help" xml:space="preserve">
<source>team.configure_teamlead.help</source>
<target state="translated">Οι επιλεγμένοι / επισημασμένοι χρήστες είναι οι αρχηγοί ομάδων.</target>
</trans-unit>
<trans-unit id="JSBReoa" resname="api_password.intro" xml:space="preserve">
<source>api_password.intro</source>
<target state="translated">Εδώ μπορείτε να διαχειριστείτε τα διακριτικά API, τα οποία χρησιμοποιούνται για τον έλεγχο ταυτότητας της εφαρμογής σας στο Kimai.</target>
</trans-unit>
<trans-unit id="wYcx0So" resname="search.no_results" xml:space="preserve">
<source>search.no_results</source>
<target state="translated">Δεν βρέθηκαν αποτελέσματα για «%input%»</target>
</trans-unit>
<trans-unit id="dru_Thv" resname="please_choose" xml:space="preserve">
<source>please_choose</source>
<target state="translated">Παρακαλούμε επιλέξτε</target>
</trans-unit>
<trans-unit id="ulgdXdi" resname="hour_24" xml:space="preserve">
<source>hour_24</source>
<target state="translated">24ωρη</target>
</trans-unit>
<trans-unit id="znIJiOw" resname="manual_bookings.duration_help" xml:space="preserve">
<source>manual_bookings.duration_help</source>
<target state="translated">Η διάρκεια μπορεί να είναι τόσο θετική (αύξηση του is-time) όσο και αρνητική (μείωση του is-time).</target>
</trans-unit>
<trans-unit id="SdLZTel" resname="favorite_routes" xml:space="preserve">
<source>favorite_routes</source>
<target state="translated">Αγαπημένα</target>
</trans-unit>
<trans-unit id="i7aSJ1i" resname="notifications" xml:space="preserve">
<source>notifications</source>
<target state="translated">Ειδοποιήσεις</target>
</trans-unit>
<trans-unit id="0ZWvn12" resname="notifications.welcome" xml:space="preserve">
<source>notifications.welcome</source>
<target state="translated">Σας ευχαριστούμε που συμφωνήσατε να λαμβάνετε ειδοποιήσεις!</target>
</trans-unit>
<trans-unit id="xvdsZsS" resname="stats.userAmountYear" xml:space="preserve">
<source>stats.userAmountYear</source>
<target state="translated">Τα έσοδά μου φέτος</target>
</trans-unit>
<trans-unit id="o0hsx2H" resname="mark_as_open" xml:space="preserve">
<source>mark_as_open</source>
<target state="translated">Χαρακτηρίστε ως ανοικτό</target>
</trans-unit>
<trans-unit id="NOEx3FF" resname="invoice_date.help" xml:space="preserve">
<source>invoice_date.help</source>
<target state="translated">Μπορείτε να αλλάξετε την ημερομηνία του τιμολογίου εδώ</target>
</trans-unit>
<trans-unit id="F7xeAn4" resname="invoice_date" xml:space="preserve">
<source>invoice_date</source>
<target state="translated">Ημερομηνία τιμολογίου</target>
</trans-unit>
<trans-unit id="opDmYAa" resname="status.approved" xml:space="preserve">
<source>status.approved</source>
<target state="translated">Εγκεκριμένο</target>
</trans-unit>
<trans-unit id="ekN4GLW" resname="batch_table_checkbox_all" xml:space="preserve">
<source>batch_table_checkbox_all</source>
<target state="translated">Επιλογή όλων των καταχωρήσεων για τη λίστα ομαδικής ενημέρωσης</target>
</trans-unit>
<trans-unit id="wwrREDg" resname="pagination" xml:space="preserve">
<source>pagination</source>
<target state="translated">Εμφάνιση καταχωρήσεων %start% έως %end% από %total%.</target>
</trans-unit>
<trans-unit id="u4lbYD5" resname="public_holiday.group" xml:space="preserve">
<source>public_holiday.group</source>
<target state="translated">Ομάδα διακοπών</target>
</trans-unit>
<trans-unit id="GIgQHa4" resname="absence" xml:space="preserve">
<source>absence</source>
<target state="translated">Απουσία</target>
</trans-unit>
<trans-unit id="N6juwc4" resname="default" xml:space="preserve">
<source>default</source>
<target state="translated">Προεπιλογή</target>
</trans-unit>
<trans-unit id="y7KtuSS" resname="hours_per_week" xml:space="preserve">
<source>hours_per_week</source>
<target state="translated">Ώρες ανά εβδομάδα</target>
</trans-unit>
<trans-unit id="07e8ywS" resname="hours_per_month" xml:space="preserve">
<source>hours_per_month</source>
<target state="translated">Ώρες ανά μήνα</target>
</trans-unit>
<trans-unit id="7p_pFHl" resname="work_days" xml:space="preserve">
<source>work_days</source>
<target state="translated">Εργάσιμες ημέρες</target>
</trans-unit>
<trans-unit id="2pbkbn_" resname="work_hours_mode" xml:space="preserve">
<source>work_hours_mode</source>
<target state="translated">Υπολογισμός εργάσιμου χρόνου</target>
</trans-unit>
<trans-unit id="f0kKHXR" resname="sessions_logout" xml:space="preserve">
<source>Log out of all devices</source>
<target state="translated">Αποσύνδεση από όλες τις συσκευές</target>
</trans-unit>
<trans-unit id="EedlgkM" resname="stats.userDurationTotal" xml:space="preserve">
<source>stats.userDurationTotal</source>
<target state="translated">Οι ώρες εργασίας μου συνολικά</target>
</trans-unit>
<trans-unit id="9jlbhkf" resname="stats.userAmountTotal" xml:space="preserve">
<source>stats.userAmountTotal</source>
<target state="translated">Τα συνολικά μου έσοδα</target>
</trans-unit>
<trans-unit id="t.jgy7A" resname="all_invoices" xml:space="preserve">
<source>all_invoices</source>
<target state="translated">Ιστορικό τιμολογίων</target>
</trans-unit>
<trans-unit id="ojfv7Jl" resname="invoice_form.title" xml:space="preserve">
<source>invoice_form.title</source>
<target state="translated">Δημιουργία τιμολογίου</target>
</trans-unit>
<trans-unit id="GxuKjNb" resname="help.invoiceTemplate_customer" xml:space="preserve">
<source>help.invoiceTemplate_customer</source>
<target state="translated">Τα τιμολόγια για αυτόν τον πελάτη δημιουργούνται εξ ορισμού με αυτό το πρότυπο. Μπορεί να αλλάξει κατά τη διάρκεια της δημιουργίας τιμολογίων, εάν απαιτείται.</target>
</trans-unit>
<trans-unit id="biHjm0h" resname="select.add_new" xml:space="preserve">
<source>select.add_new</source>
<target state="translated">Δημιουργήστε ένα νέο με το όνομα «%input%»</target>
</trans-unit>
<trans-unit id="ZZaqTEr" resname="no_activity" xml:space="preserve">
<source>no_activity</source>
<target state="translated">Χωρίς δραστηριότητα</target>
</trans-unit>
<trans-unit id="WbT2QLP" resname="extended_settings" xml:space="preserve">
<source>extended_settings</source>
<target state="translated">Διευρυμένες ρυθμίσεις</target>
</trans-unit>
<trans-unit id="i_XOmN4" resname="help_locales" xml:space="preserve">
<source>help_locales</source>
<target state="translated">Ακολουθούν παραδείγματα κανόνων μορφοποίησης για τις υποστηριζόμενες γλώσσες</target>
</trans-unit>
<trans-unit id="95DUED0" resname="send_to" xml:space="preserve">
<source>send_to</source>
<target state="translated">Αποστολή στο %name%</target>
</trans-unit>
<trans-unit id="fWuGTog" resname="public_holiday" xml:space="preserve">
<source>public_holiday</source>
<target state="translated">Δημόσια αργία</target>
</trans-unit>
<trans-unit id="yJg6P3m" resname="holiday.intro" xml:space="preserve">
<source>You have submitted %used% of your available %days% vacation days so far.</source>
<target state="translated">Έχετε υποβάλει %used% από τις διαθέσιμες %days% ημέρες διακοπών σας μέχρι στιγμής.</target>
</trans-unit>
<trans-unit id="DA1.Ln_" resname="time_off.intro" xml:space="preserve">
<source>time_off.intro</source>
<target state="translated">Ο λογαριασμός χρόνου εργασίας σας έχει υπόλοιπο %hours% ώρες.</target>
</trans-unit>
<trans-unit id="YPO294a" resname="absence_other.intro" xml:space="preserve">
<source>absence_other.intro</source>
<target state="translated">Οικογενειακά γεγονότα, μετακόμιση, καιρικό χάος κ.λπ.</target>
</trans-unit>
<trans-unit id="JmpBuQ1" resname="Translations" xml:space="preserve">
<source>Translations</source>
<target state="translated">Μεταφράσεις</target>
</trans-unit>
<trans-unit id="J6EJUj9" resname="Meta fields" xml:space="preserve">
<source>Meta fields</source>
<target state="translated">Προσαρμοσμένα πεδία</target>
</trans-unit>
<trans-unit id="0WpgaGa" resname="stats.userDurationMonth" xml:space="preserve">
<source>stats.userDurationMonth</source>
<target state="translated">Οι ώρες εργασίας μου αυτό το μήνα</target>
</trans-unit>
<trans-unit id="E3Kj9lt" resname="stats.userAmountMonth" xml:space="preserve">
<source>stats.userAmountMonth</source>
<target state="translated">Τα έσοδά μου αυτό το μήνα</target>
</trans-unit>
<trans-unit id="M.zFjwe" resname="pto_year_holiday" approved="no" xml:space="preserve">
<source>Holidays per year</source>
<target state="translated">Διακοπές ανά έτος</target>
</trans-unit>
<trans-unit id="d9m85KE" resname="locale" xml:space="preserve" approved="no">
<source>Time, date and currency format</source>
<target state="translated">Μορφή ώρας, ημερομηνίας και νομίσματος</target>
</trans-unit>
<trans-unit id="YRRgZCe" resname="Custom content" xml:space="preserve">
<source>Custom content</source>
<target state="translated">Προσαρμοσμένο περιεχόμενο</target>
</trans-unit>
<trans-unit id="Ga4bvUX" resname="unpaid_vacation" xml:space="preserve">
<source>unpaid_vacation</source>
<target state="translated">Μη αμειβόμενες διακοπές</target>
</trans-unit>
<trans-unit id="Uu8YvYV" resname="deactivated" xml:space="preserve">
<source>Deactivated</source>
<target state="translated">Απενεργοποιημένο</target>
</trans-unit>
<trans-unit id="3WHV.yf" resname="activated" xml:space="preserve">
<source>Activated</source>
<target state="translated">Ενεργοποιημένο</target>
</trans-unit>
<trans-unit id="Od3xvQK" resname="button.report" xml:space="preserve">
<source>button.report</source>
<target state="translated">Αναφορά</target>
</trans-unit>
<trans-unit id="CDTC1gc" resname="supervisor" xml:space="preserve">
<source>supervisor</source>
<target state="translated">Προϊστάμενος</target>
</trans-unit>
<trans-unit id="5buBUCm" resname="receive_from" xml:space="preserve">
<source>receive_from</source>
<target state="translated">Λήψη από %name%</target>
</trans-unit>
<trans-unit id="YDrWFFP" resname="sickness.intro" xml:space="preserve">
<source>sickness.intro</source>
<target state="translated">Ασθένεια, επίσκεψη σε γιατρό, φροντίδα στενών συγγενών κ.λπ.</target>
</trans-unit>
<trans-unit id="q59lI2y" resname="user_identifier" xml:space="preserve">
<source>user_identifier</source>
<target state="translated">Αναγνωριστικό χρήστη</target>
</trans-unit>
<trans-unit id="QG7.sen" resname="created" xml:space="preserve">
<source>Created</source>
<target state="translated">Δημιουργήθηκε</target>
</trans-unit>
<trans-unit id="oq1jcSQ" resname="help.billable" xml:space="preserve">
<source>help.billable</source>
<target state="translated">Εάν η ρύθμιση είναι απενεργοποιημένη, όλες οι καταχωρήσεις χρόνου που θα καταγραφούν στο μέλλον θα επισημαίνονται ως «μη χρεώσιμες».</target>
</trans-unit>
<trans-unit id="FeFBn_3" resname="profile.2fa" xml:space="preserve">
<source>profile.2fa</source>
<target state="translated">Δύο παραγόντων (2FA)</target>
</trans-unit>
<trans-unit id="wv3n.FT" resname="dashboard.edit_mode" xml:space="preserve">
<source>dashboard.edit_mode</source>
<target state="translated">Μπορείτε να αναδιατάξετε τα widgets σας χρησιμοποιώντας drag &amp; drop. Η προσθήκη widgets αποθηκεύει τις αλλαγές που εκκρεμούν.</target>
</trans-unit>
<trans-unit id="31dFXhR" resname="work_times_is" xml:space="preserve">
<source>work_times_is</source>
<target state="translated">Εργαζόμενες ώρες</target>
</trans-unit>
<trans-unit id="Y0PRG9Z" resname="profile.2fa_confirmation" xml:space="preserve">
<source>profile.2fa_confirmation</source>
<target state="translated">Παρακαλούμε επιβεβαιώστε τον κωδικό, ο οποίος θα ενεργοποιήσει τον έλεγχο ταυτότητας δύο παραγόντων για αυτόν τον λογαριασμό.</target>
</trans-unit>
<trans-unit id="W8XQTkJ" resname="complete_month.help" xml:space="preserve">
<source>complete_month.help</source>
<target state="translated">Αυτό θα κλειδώσει όλες τις ημέρες του έτους πριν από την επιλεγμένη ημερομηνία. Ο χρήστης δεν θα μπορεί πλέον να δημιουργεί ή να επεξεργάζεται ώρες για την κλειδωμένη περίοδο.</target>
</trans-unit>
<trans-unit id="1btzNDa" resname="work_times_should" xml:space="preserve">
<source>Expected number of hours</source>
<target state="translated">Αναμενόμενες ώρες</target>
</trans-unit>
<trans-unit id="8yqaKzX" resname="confirmed_by_at" xml:space="preserve">
<source>confirmed_by_at</source>
<target state="translated">Επιβεβαιώθηκε από %user% την %date%</target>
</trans-unit>
<trans-unit id="wZRRqg0" resname="manual_bookings" xml:space="preserve">
<source>manual_bookings</source>
<target state="translated">Χειροκίνητες κρατήσεις</target>
</trans-unit>
<trans-unit id="BrOQ92O" resname="notifications.denied" xml:space="preserve">
<source>You have rejected notifications. Please refer to your web-browser documentation to find out how to turn them on.</source>
<target state="translated">Έχετε απορρίψει ειδοποιήσεις. Ανατρέξτε στην τεκμηρίωση του προγράμματος περιήγησης ιστού σας για να μάθετε πώς να τις ενεργοποιήσετε.</target>
</trans-unit>
<trans-unit id="8JEDuyx" resname="activity_number" xml:space="preserve">
<source>Activity number</source>
<target state="translated">Αριθμός δραστηριότητας</target>
</trans-unit>
<trans-unit id="PLLl1E0" resname="system_account" xml:space="preserve">
<source>system_account</source>
<target state="translated">Λογαριασμός συστήματος</target>
</trans-unit>
<trans-unit id="0Hhg4zQ" resname="system_account.help" xml:space="preserve">
<source>system_account.help</source>
<target state="translated">Θα είναι κρυμμένο σε αναφορές και dropdowns</target>
</trans-unit>
<trans-unit id="On18MKP" resname="plugin.installed" xml:space="preserve">
<source>plugin.installed</source>
<target state="translated">Εγκατεστημένα πρόσθετα</target>
</trans-unit>
<trans-unit id="DXcvOMM" resname="stats.userDurationWeek" xml:space="preserve">
<source>stats.userDurationWeek</source>
<target state="translated">Οι ώρες εργασίας μου αυτή την εβδομάδα</target>
</trans-unit>
<trans-unit id="BjyLITj" resname="stats.userDurationYear" xml:space="preserve">
<source>stats.userDurationYear</source>
<target state="translated">Οι ώρες εργασίας μου φέτος</target>
</trans-unit>
<trans-unit id="EI5gPkp" resname="stats.userDurationToday" xml:space="preserve">
<source>stats.userDurationToday</source>
<target state="translated">Οι ώρες εργασίας μου σήμερα</target>
</trans-unit>
<trans-unit id="2lL9ACs" resname="help.invoiceTemplate" xml:space="preserve">
<source>help.invoiceTemplate</source>
<target state="translated">Το τιμολόγιο δημιουργείται με αυτό το πρότυπο.</target>
</trans-unit>
<trans-unit id="dOIWgOr" resname="approve" xml:space="preserve">
<source>approve</source>
<target state="translated">Έγκριση</target>
</trans-unit>
<trans-unit id="YzOSTim" resname="status.rejected" xml:space="preserve" approved="no">
<source>Rejected</source>
<target state="translated">Απορρίφθηκε</target>
</trans-unit>
<trans-unit id="Na24cyT" resname="status.requested" xml:space="preserve">
<source>status.requested</source>
<target state="translated">Αιτούμενο</target>
</trans-unit>
<trans-unit id="H1i5FFs" resname="request" xml:space="preserve">
<source>request</source>
<target state="translated">Αίτημα</target>
</trans-unit>
<trans-unit id="CE6ZCkm" resname="reject" xml:space="preserve">
<source>reject</source>
<target state="translated">Απόρριψη</target>
</trans-unit>
<trans-unit id="Zngu6M9" resname="status.planned" xml:space="preserve">
<source>status.planned</source>
<target state="translated">Προγραμματισμένο</target>
</trans-unit>
<trans-unit id="m8V2yFG" resname="status.progress" xml:space="preserve">
<source>status.progress</source>
<target state="translated">Σε εξέλιξη</target>
</trans-unit>
<trans-unit id="5NugIxO" resname="includeWithBudget" xml:space="preserve">
<source>includeWithBudget</source>
<target state="translated">Εμφάνιση καταχωρήσεων με προϋπολογισμό</target>
</trans-unit>
<trans-unit id="mjKOAgQ" resname="skin.light" xml:space="preserve">
<source>skin.light</source>
<target state="translated">Φωτεινό</target>
</trans-unit>
<trans-unit id="WOFPb2i" resname="skin.dark" xml:space="preserve">
<source>skin.dark</source>
<target state="translated">Σκοτεινό</target>
</trans-unit>
<trans-unit id="WwesQPU" resname="deactivate" xml:space="preserve">
<source>Deactivate</source>
<target state="translated">Απενεργοποίηση</target>
</trans-unit>
<trans-unit id="IAx_YiA" resname="activate" xml:space="preserve">
<source>Activate</source>
<target state="translated">Ενεργοποίηση</target>
</trans-unit>
<trans-unit id="JmkKf48" resname="user.language.help" xml:space="preserve">
<source>user.language.help</source>
<target state="translated">Αυτή η ρύθμιση είναι υπεύθυνη για τη μετάφραση του λογισμικού</target>
</trans-unit>
<trans-unit id="zlmddHB" resname="public_holidays" xml:space="preserve">
<source>public_holidays</source>
<target state="translated">Δημόσιες αργίες</target>
</trans-unit>
<trans-unit id="YTzKpcP" resname="Absence calendar" xml:space="preserve">
<source>Absence calendar</source>
<target state="translated">Ημερολόγιο απουσιών</target>
</trans-unit>
<trans-unit id=".wmq_rT" resname="force_password_change" xml:space="preserve">
<source>force_password_change</source>
<target state="translated">Ζητήστε νέο κωδικό πρόσβασης</target>
</trans-unit>
<trans-unit id="0bKwA0k" resname="force_password_change_help" xml:space="preserve">
<source>force_password_change_help</source>
<target state="translated">Την επόμενη φορά που ο χρήστης θα συνδεθεί, θα πρέπει να εισαγάγει νέο κωδικό πρόσβασης.</target>
</trans-unit>
<trans-unit id="Nw2x5hI" resname="sickness_child" xml:space="preserve">
<source>Sickness of a relative</source>
<target state="translated">Ασθένεια συγγενικού προσώπου</target>
</trans-unit>
<trans-unit id="2SmKENG" resname="other" xml:space="preserve">
<source>other</source>
<target state="translated">Άλλο</target>
</trans-unit>
<trans-unit id="vURcRit" resname="overview" xml:space="preserve">
<source>Overview</source>
<target state="translated">Επισκόπηση</target>
</trans-unit>
<trans-unit id="uLHYlMa" resname="Categories" xml:space="preserve">
<source>Categories</source>
<target state="translated">Κατηγορίες</target>
</trans-unit>
<trans-unit id="7Sycs4M" resname="Importer" xml:space="preserve">
<source>Importer</source>
<target state="translated">Εισαγωγέας</target>
</trans-unit>
<trans-unit id="b712axp" resname="Translation" xml:space="preserve">
<source>Translation</source>
<target state="translated">Μετάφραση</target>
</trans-unit>
<trans-unit id="Vp7xjKh" resname="Audit logs" xml:space="preserve">
<source>Audit logs</source>
<target state="translated">Αρχεία καταγραφής ελέγχου</target>
</trans-unit>
<trans-unit id="q1EATp1" resname="days" xml:space="preserve">
<source>days</source>
<target state="translated">Ημέρες</target>
</trans-unit>
<trans-unit id="uqv2Lrv" resname="user_identifier.help" xml:space="preserve">
<source>user_identifier.help</source>
<target state="translated">Το μοναδικό αναγνωριστικό χρήστη χρησιμοποιείται για τον έλεγχο ταυτότητας και στις εξαγωγές</target>
</trans-unit>
<trans-unit id="rkCw7Ml" resname="last_usage" xml:space="preserve">
<source>Last usage</source>
<target state="translated">Τελευταία χρήση</target>
</trans-unit>
<trans-unit id="O5KpOtm" resname="absence_comment_mandatory" xml:space="preserve">
<source>absence_comment_mandatory</source>
<target state="translated">Απουσία: Σχόλιο είναι υποχρεωτικό πεδίο</target>
</trans-unit>
<trans-unit id="q4ooRfF" resname="expires" xml:space="preserve">
<source>Expiry date</source>
<target state="translated">Ημερομηνία λήξης</target>
</trans-unit>
<trans-unit id="2qbRs28" resname="hours_per_day" xml:space="preserve">
<source>hours_per_day</source>
<target state="translated">Ώρες ανά ημέρα</target>
</trans-unit>
<trans-unit id="Z9IIn_b" resname="api_token_hidden" xml:space="preserve">
<source>api_token_hidden</source>
<target state="translated">Αυτή είναι η μόνη φορά που θα εμφανιστεί αυτό το κλειδί! Κρατήστε το λοιπόν ασφαλές και βεβαιωθείτε ότι το έχετε αντιγράψει πριν κλείσετε αυτό το παράθυρο.</target>
</trans-unit>
<trans-unit id="IFT9pou" resname="last_working_day" xml:space="preserve">
<source>last_working_day</source>
<target state="translated">Τελευταία εργάσιμη ημέρα</target>
</trans-unit>
<trans-unit id="FOvlalA" resname="break" xml:space="preserve">
<source>break</source>
<target state="translated">Διάλειμμα</target>
</trans-unit>
<trans-unit id="QCf1FUG" resname="reload" xml:space="preserve">
<source>reload</source>
<target state="translated">Επαναφόρτωση</target>
</trans-unit>
<trans-unit id="pJzNT.n" resname="vcard" xml:space="preserve">
<source>vcard</source>
<target state="translated">Επαγγελματική κάρτα</target>
</trans-unit>
<trans-unit id="2cMESs." resname="widget_add" xml:space="preserve">
<source>Add widget</source>
<target state="translated">Προσθήκη γραφικού στοιχείου</target>
</trans-unit>
<trans-unit id="YCc5UoO" resname="widget_remove" xml:space="preserve">
<source>Remove widget</source>
<target state="translated">Αφαίρεση γραφικού στοιχείου</target>
</trans-unit>
<trans-unit id="5vJvarK" resname="syncronisation" xml:space="preserve">
<source>Synchronization</source>
<target state="translated">Συγχρονισμός</target>
</trans-unit>
<trans-unit id="2UL2SIZ" resname="import" xml:space="preserve">
<source>import</source>
<target state="translated">Εισαγωγή</target>
</trans-unit>
<trans-unit id="EiWubBr" resname="sessions" xml:space="preserve">
<source>Sessions</source>
<target state="translated">Συνεδρίες</target>
</trans-unit>
<trans-unit id="fQ3Prt4" resname="security.unlock.title" xml:space="preserve">
<source>security.unlock.title</source>
<target state="translated">Ξεκλείδωμα λογαριασμού</target>
</trans-unit>
<trans-unit id="FxwWVFI" resname="help.globalActivity" xml:space="preserve">
<source>help.globalActivity</source>
<target state="translated">Εάν δεν επιλέξετε έργο, η δραστηριότητα αυτή γίνεται γενική και μπορεί να συνδυαστεί με οποιοδήποτε έργο. Εάν επιλέξετε ένα έργο, η δραστηριότητα μπορεί να χρησιμοποιηθεί μόνο με αυτό το έργο. Η ρύθμιση δεν μπορεί να αλλάξει αργότερα.</target>
</trans-unit>
<trans-unit id="eCEGRzN" resname="work_contract" xml:space="preserve">
<source>work_contract</source>
<target state="translated">Συμβόλαιο εργασίας</target>
</trans-unit>
<trans-unit id="6Hip2aF" resname="created_at" xml:space="preserve">
<source>created_at</source>
<target state="translated">Δημιουργήθηκε σε</target>
</trans-unit>
<trans-unit id="7_d7IB3" resname="evaluation" xml:space="preserve">
<source>evaluation</source>
<target state="translated">Αξιολόγηση</target>
</trans-unit>
<trans-unit id="EYXzfTO" resname="deleted" xml:space="preserve">
<source>deleted</source>
<target state="translated">Διαγραμμένο</target>
</trans-unit>
<trans-unit id="EX27Gdt" resname="created_by" xml:space="preserve">
<source>created_by</source>
<target state="translated">Δημιουργήθηκε από</target>
</trans-unit>
<trans-unit id="t1r372x" resname="invisible" xml:space="preserve">
<source>invisible</source>
<target state="translated">Αόρατο</target>
</trans-unit>
<trans-unit id="mS4SSmt" resname="work_times" xml:space="preserve">
<source>Working times</source>
<target state="translated">Ώρες εργασίας</target>
</trans-unit>
<trans-unit id="yXrOTI." resname="review" xml:space="preserve">
<source>Review</source>
<target state="translated">Επανεξέταση</target>
</trans-unit>
<trans-unit id="iaJj4va" resname="work_times_account" xml:space="preserve">
<source>Account working times</source>
<target state="translated">Ώρες εργασίας λογαριασμού</target>
</trans-unit>
<trans-unit id="4lrfIsZ" resname="complete_month" xml:space="preserve">
<source>Complete month</source>
<target state="translated">Κλείδωμα μήνα</target>
</trans-unit>
<trans-unit id="wvt4jH3" resname="training" xml:space="preserve">
<source>training</source>
<target state="translated">Εκπαίδευση</target>
</trans-unit>
<trans-unit id="0jvo0RQ" resname="profit" xml:space="preserve">
<source>profit</source>
<target state="translated">Κέρδος</target>
</trans-unit>
<trans-unit id="vN5pKOU" resname="costs" xml:space="preserve">
<source>costs</source>
<target state="translated">Κόστη</target>
</trans-unit>
<trans-unit id="_WlU8Fp" resname="sickness" xml:space="preserve">
<source>sickness</source>
<target state="translated">Ασθένεια</target>
</trans-unit>
<trans-unit id="0xFBb6O" resname="Expenses" xml:space="preserve">
<source>Expenses</source>
<target state="translated">Έξοδα</target>
</trans-unit>
<trans-unit id="mQMcndl" resname="stats.userAmountToday" xml:space="preserve">
<source>stats.userAmountToday</source>
<target state="translated">Τα έσοδά μου σήμερα</target>
</trans-unit>
<trans-unit id="LDS9o5X" resname="stats.userAmountWeek" xml:space="preserve">
<source>stats.userAmountWeek</source>
<target state="translated">Τα έσοδά μου αυτή την εβδομάδα</target>
</trans-unit>
<trans-unit id="mhOe3Iy" resname="unlock_month.help" xml:space="preserve">
<source>unlock_month.help</source>
<target state="translated">Αυτό ξεκλειδώνει όλες τις ημέρες του έτους μετά την επιλεγμένη ημερομηνία.</target>
</trans-unit>
<trans-unit id="hPY2VcD" resname="profile.2fa_intro" xml:space="preserve">
<source>profile.2fa_intro</source>
<target state="translated">Μπορείτε να ενεργοποιήσετε μια νέα συσκευή σαρώνοντας την εικόνα στην εφαρμογή σας.</target>
</trans-unit>
<trans-unit id="4WlKIfD" resname="unlock_month" xml:space="preserve" approved="no">
<source>Unlock month</source>
<target state="translated">Ξεκλείδωμα μήνα</target>
</trans-unit>
<trans-unit id="52lzpZE" resname="active.help" xml:space="preserve">
<source>active.help</source>
<target state="translated">Οι απενεργοποιημένοι χρήστες δεν μπορούν πλέον να συνδεθούν και αποκρύπτονται στις αναφορές και τα πλαίσια επιλογής</target>
</trans-unit>
<trans-unit id="4PMHpIp" resname="time_off" xml:space="preserve">
<source>time_off</source>
<target state="translated">Ελεύθερος χρόνος</target>
</trans-unit>
<trans-unit id="gcFtM3o" resname="holiday" xml:space="preserve">
<source>holiday</source>
<target state="translated">Διακοπές</target>
</trans-unit>
<trans-unit id="HQ2YM1b" resname="attendance_only_project" xml:space="preserve">
<source>attendance_only_project</source>
<target state="translated">Υπολογίστε μόνο τις καταχωρήσεις του επιλεγμένου έργου ως χρόνο εργασίας</target>
</trans-unit>
<trans-unit id="9qIU96X" resname="result" xml:space="preserve">
<source>result</source>
<target state="translated">Αποτέλεσμα</target>
</trans-unit>
<trans-unit id="J_teUVB" resname="updated" xml:space="preserve">
<source>Updated</source>
<target state="translated">Ενημερωμένο</target>
</trans-unit>
<trans-unit id="QT8.BCN" resname="api_password.missing_title" xml:space="preserve">
<source>api_password.missing_title</source>
<target state="translated">Το API δεν μπορεί να χρησιμοποιηθεί</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -440,7 +440,7 @@
</trans-unit>
<trans-unit id="YtvPnl1" resname="stats.durationTotal" xml:space="preserve">
<source>stats.durationTotal</source>
<target state="needs-translation">Total des heures travaillées</target>
<target state="translated">Totale</target>
</trans-unit>
<trans-unit id="IFOLMgp" resname="stats.yourWorkingHours">
<source>stats.yourWorkingHours</source>
@@ -1012,7 +1012,7 @@
</trans-unit>
<trans-unit id="xkugSAA" resname="stats.durationFinancialYear" xml:space="preserve">
<source>stats.durationFinancialYear</source>
<target state="needs-translation">Heures de travail pour cette année fiscale</target>
<target state="translated">Année financière</target>
</trans-unit>
<trans-unit id="HWB4OGJ" resname="stats.workingTimeFinancialYear">
<source>stats.workingTimeFinancialYear</source>
@@ -1764,7 +1764,7 @@
</trans-unit>
<trans-unit id="anCjtwe" resname="timesheet.filter" xml:space="preserve">
<source>Filter timesheets</source>
<target state="needs-translation">Filtrer les feuille de temps</target>
<target state="translated">Bulletin de temps</target>
</trans-unit>
<trans-unit id="b1pgNOd" resname="copy">
<source>copy</source>
@@ -1892,7 +1892,7 @@
</trans-unit>
<trans-unit id="YzOSTim" resname="status.rejected" xml:space="preserve">
<source>Rejected</source>
<target state="needs-translation">Refusé</target>
<target state="translated">Refusé</target>
</trans-unit>
<trans-unit id="CE6ZCkm" resname="reject" xml:space="preserve">
<source>reject</source>
@@ -1914,6 +1914,30 @@
<source>result</source>
<target state="translated">Résultat</target>
</trans-unit>
<trans-unit id="4WlKIfD" resname="unlock_month" xml:space="preserve" approved="no">
<source>Unlock month</source>
<target state="translated">Débloquez un mois</target>
</trans-unit>
<trans-unit id="mhOe3Iy" resname="unlock_month.help" xml:space="preserve">
<source>unlock_month.help</source>
<target state="translated">Cela débloque tous les jours de l'année après la date sélectionnée.</target>
</trans-unit>
<trans-unit id="HQ2YM1b" resname="attendance_only_project" xml:space="preserve">
<source>attendance_only_project</source>
<target state="translated">Ne comptabiliser que les entrées du projet sélectionné comme temps de travail."</target>
</trans-unit>
<trans-unit id="QG7.sen" resname="created" xml:space="preserve">
<source>Created</source>
<target state="translated">Créé</target>
</trans-unit>
<trans-unit id="wvt4jH3" resname="training" xml:space="preserve">
<source>training</source>
<target state="translated">Formation</target>
</trans-unit>
<trans-unit id="EiWubBr" resname="sessions" xml:space="preserve">
<source>Sessions</source>
<target state="translated">Sessions</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1930,6 +1930,14 @@
<source>attendance_only_project</source>
<target state="final">Contare solo le voci del progetto selezionato come tempo di lavoro</target>
</trans-unit>
<trans-unit id="mhOe3Iy" resname="unlock_month.help" xml:space="preserve" approved="yes">
<source>unlock_month.help</source>
<target state="final">In questo modo vengono sbloccati tutti i giorni dell'anno successivi alla data selezionata.</target>
</trans-unit>
<trans-unit id="4WlKIfD" resname="unlock_month" xml:space="preserve" approved="yes">
<source>Unlock month</source>
<target state="final">Sblocca mese</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -4,7 +4,7 @@
<body>
<trans-unit id="N7mikjJ" resname="time_tracking" xml:space="preserve">
<source>Time Tracking</source>
<target state="translated">Tidrapportering</target>
<target state="translated">Tidsrapportering</target>
</trans-unit>
<trans-unit id="inmIkP6" resname="yes">
<source>yes</source>
@@ -420,23 +420,23 @@
</trans-unit>
<trans-unit id="TdBJBAl" resname="stats.durationToday" xml:space="preserve">
<source>stats.durationToday</source>
<target state="needs-translation">Tid idag</target>
<target state="translated">Idag</target>
</trans-unit>
<trans-unit id="XhKalZH" resname="stats.durationWeek" xml:space="preserve">
<source>stats.durationWeek</source>
<target state="needs-translation">Tid denna vecka</target>
<target state="translated">Denna vecka</target>
</trans-unit>
<trans-unit id="uaOwf_P" resname="stats.durationMonth" xml:space="preserve">
<source>stats.durationMonth</source>
<target state="needs-translation">Tid denna månad</target>
<target state="translated">Denna månad</target>
</trans-unit>
<trans-unit id="WqF84KR" resname="stats.durationYear" xml:space="preserve">
<source>stats.durationYear</source>
<target state="needs-translation">Tid innevarande år</target>
<target state="translated">Detta år</target>
</trans-unit>
<trans-unit id="YtvPnl1" resname="stats.durationTotal" xml:space="preserve">
<source>stats.durationTotal</source>
<target state="needs-translation">Tid, summa</target>
<target state="translated">Summa</target>
</trans-unit>
<trans-unit id="023M9Ta" resname="stats.amountToday">
<source>stats.amountToday</source>
@@ -1004,7 +1004,7 @@
</trans-unit>
<trans-unit id="xkugSAA" resname="stats.durationFinancialYear" xml:space="preserve">
<source>stats.durationFinancialYear</source>
<target state="needs-translation">Tid innevarande budgetår</target>
<target state="translated">Budgetår</target>
</trans-unit>
<trans-unit id="HWB4OGJ" resname="stats.workingTimeFinancialYear">
<source>stats.workingTimeFinancialYear</source>
@@ -1484,7 +1484,7 @@
</trans-unit>
<trans-unit id="yJg6P3m" resname="holiday.intro" xml:space="preserve">
<source>You have submitted %used% of your available %days% vacation days so far.</source>
<target state="needs-translation">Du har använt %used% av %days% semesterdagar.</target>
<target state="translated">Du har skickat in %used% av %days% semesterdagar.</target>
</trans-unit>
<trans-unit id="YPO294a" resname="absence_other.intro">
<source>absence_other.intro</source>
@@ -1772,7 +1772,7 @@
</trans-unit>
<trans-unit id="anCjtwe" resname="timesheet.filter" xml:space="preserve">
<source>Filter timesheets</source>
<target state="needs-translation">Tidrapport</target>
<target state="translated">Tidsrapporter</target>
</trans-unit>
<trans-unit id="b1pgNOd" resname="copy">
<source>copy</source>
@@ -1922,6 +1922,22 @@
<source>Sessions</source>
<target state="translated">Sessioner</target>
</trans-unit>
<trans-unit id="HQ2YM1b" resname="attendance_only_project" xml:space="preserve">
<source>attendance_only_project</source>
<target state="translated">Räkna endast poster för det valda projektet som arbetstid</target>
</trans-unit>
<trans-unit id="2pbkbn_" resname="work_hours_mode" xml:space="preserve">
<source>work_hours_mode</source>
<target state="translated">Arbetsstidsuträkning</target>
</trans-unit>
<trans-unit id="mhOe3Iy" resname="unlock_month.help" xml:space="preserve">
<source>unlock_month.help</source>
<target state="translated">Detta låser upp alla dagar av året efter det valda datumet.</target>
</trans-unit>
<trans-unit id="4WlKIfD" resname="unlock_month" xml:space="preserve" approved="no">
<source>Unlock month</source>
<target state="translated">Lås upp månad</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1930,6 +1930,14 @@
<source>attendance_only_project</source>
<target state="translated">Зараховувати як робочий час лише записи вибраного проекту</target>
</trans-unit>
<trans-unit id="4WlKIfD" resname="unlock_month" xml:space="preserve" approved="no">
<source>Unlock month</source>
<target state="translated">Розблокувати місяць</target>
</trans-unit>
<trans-unit id="mhOe3Iy" resname="unlock_month.help" xml:space="preserve" approved="no">
<source>unlock_month.help</source>
<target state="translated">Це розблокує всі дні року після вибраної дати.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -18,6 +18,10 @@
<source>plugin.marketplace</source>
<target state="translated">Nové pluginy z obchodu</target>
</trans-unit>
<trans-unit id="aNvGEaj" resname="update_available" xml:space="preserve">
<source>Update available</source>
<target state="translated">Dostupná aktualizace: %version%</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -18,6 +18,10 @@
<source>Available plugins</source>
<target state="final">Plugin disponibili</target>
</trans-unit>
<trans-unit id="aNvGEaj" resname="update_available" xml:space="preserve" approved="yes">
<source>Update available</source>
<target state="final">Aggiornamento disponibile: %version%</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -18,6 +18,10 @@
<source>Plugin Shop</source>
<target state="translated">Більше розширень</target>
</trans-unit>
<trans-unit id="aNvGEaj" resname="update_available" xml:space="preserve" approved="no">
<source>Update available</source>
<target state="translated">Доступне оновлення: %version%</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -14,9 +14,9 @@
<source>theme.avatar_url</source>
<target>Erlaube die Nutzung von URLs für Avatar Bilder</target>
</trans-unit>
<trans-unit id="FaGqoTT" resname="timesheet.mode">
<trans-unit id="FaGqoTT" resname="timesheet.mode" xml:space="preserve">
<source>timesheet.mode</source>
<target>Zeiterfassungs Modus</target>
<target state="translated">Zeiterfassungs-Modus</target>
</trans-unit>
<trans-unit id="A11vhSN" resname="timesheet.mode_default">
<source>timesheet.mode_default</source>
@@ -54,17 +54,17 @@
<source>timesheet.rules.lockdown_period_timezone</source>
<target>Zeitzone (falls leer, wird Zeitzone des jeweiligen Benutzers verwendet)</target>
</trans-unit>
<trans-unit id="_PvFlQ9" resname="timesheet.rules.lockdown_period_start">
<trans-unit id="_PvFlQ9" resname="timesheet.rules.lockdown_period_start" xml:space="preserve">
<source>timesheet.rules.lockdown_period_start</source>
<target>Start des gesperrten Zeitraums (relatives PHP Datumsformat)</target>
<target state="translated">Start des gesperrten Zeitraums (relatives PHP-Datumsformat)</target>
</trans-unit>
<trans-unit id="M1iVHeQ" resname="timesheet.rules.lockdown_period_end">
<trans-unit id="M1iVHeQ" resname="timesheet.rules.lockdown_period_end" xml:space="preserve">
<source>timesheet.rules.lockdown_period_end</source>
<target>Ende des gesperrten Zeitraums (relatives PHP Datumsformat)</target>
<target state="translated">Ende des gesperrten Zeitraums (relatives PHP-Datumsformat)</target>
</trans-unit>
<trans-unit id="RLgv62J" resname="timesheet.rules.lockdown_grace_period">
<trans-unit id="RLgv62J" resname="timesheet.rules.lockdown_grace_period" xml:space="preserve">
<source>timesheet.rules.lockdown_grace_period</source>
<target>Übergangsfrist für gesperrten Zeitraum (relatives PHP Datumsformat ab Enddatum)</target>
<target state="translated">Übergangsfrist für gesperrten Zeitraum (relatives PHP-Datumsformat ab Enddatum)</target>
</trans-unit>
<trans-unit id="Fe18zp4" resname="timesheet.active_entries.hard_limit">
<source>timesheet.active_entries.hard_limit</source>
@@ -114,9 +114,9 @@
<source>branding</source>
<target>Mein Unternehmen</target>
</trans-unit>
<trans-unit id="o9mON14" resname="theme.branding.logo">
<trans-unit id="o9mON14" resname="theme.branding.logo" xml:space="preserve">
<source>theme.branding.logo</source>
<target>Logo URL (ersetzt den Unternehmensnamen im Anmeldebildschirm)</target>
<target state="translated">Logo-URL (ersetzt den Unternehmensnamen im Anmeldebildschirm)</target>
</trans-unit>
<trans-unit id="en0.Ahu" resname="theme.branding.company">
<source>theme.branding.company</source>
@@ -194,13 +194,13 @@
<source>Floor</source>
<target>Floor: Start, Ende und Dauer werden nach unten gerundet</target>
</trans-unit>
<trans-unit id="_0OBfZf" resname="timesheet.default_begin">
<trans-unit id="_0OBfZf" resname="timesheet.default_begin" xml:space="preserve">
<source>timesheet.default_begin</source>
<target>Standard Startzeit (wird nicht in jedem Zeiterfassungs Modus verwendet)</target>
<target state="translated">Standard-Startzeit (wird nicht in jedem Zeiterfassungs-Modus verwendet)</target>
</trans-unit>
<trans-unit id="UTurPF1" resname="invoice.number_format">
<trans-unit id="UTurPF1" resname="invoice.number_format" xml:space="preserve">
<source>invoice.number_format</source>
<target>Rechnungsnummer Format</target>
<target state="translated">Rechnungsnummer-Format</target>
</trans-unit>
<trans-unit id="LmOfuE5" resname="customer.number_format" xml:space="preserve" approved="yes">
<source>customer.number_format</source>
@@ -210,13 +210,13 @@
<source>customer.allow_duplicate_number</source>
<target>Erlaube Kundennummer mehrfach zu verwenden</target>
</trans-unit>
<trans-unit id="3xUU9V." resname="project.number_format">
<trans-unit id="3xUU9V." resname="project.number_format" xml:space="preserve">
<source>project.number_format</source>
<target>Projektnummer Format</target>
<target state="translated">Projektnummer-Format</target>
</trans-unit>
<trans-unit id="ifgrIHh" resname="activity.number_format">
<trans-unit id="ifgrIHh" resname="activity.number_format" xml:space="preserve">
<source>activity.number_format</source>
<target>Tätigkeitsnummer Format</target>
<target state="translated">Tätigkeitsnummer-Format</target>
</trans-unit>
<trans-unit id="jj1NmKW" resname="allow_duplicate_number">
<source>allow_duplicate_number</source>
@@ -230,13 +230,13 @@
<source>first_weekday</source>
<target>Erster Tag der Woche</target>
</trans-unit>
<trans-unit id="nqWKu27" resname="timesheet.duration_increment">
<trans-unit id="nqWKu27" resname="timesheet.duration_increment" xml:space="preserve">
<source>timesheet.duration_increment</source>
<target>Minuten Auswahl für Dauer</target>
<target state="translated">Minuten-Auswahl für Dauer</target>
</trans-unit>
<trans-unit id="OIvZ_wc" resname="timesheet.time_increment">
<trans-unit id="OIvZ_wc" resname="timesheet.time_increment" xml:space="preserve">
<source>timesheet.time_increment</source>
<target>Minuten Auswahl für Von &amp; Bis</target>
<target state="translated">Minuten-Auswahl für Von &amp; Bis</target>
</trans-unit>
<trans-unit id="tNxm3eg" resname="off">
<source>off</source>
@@ -246,9 +246,9 @@
<source>theme.color_choices</source>
<target>Erlaubte Farben</target>
</trans-unit>
<trans-unit id="aUc3uU1" resname="help.theme.color_choices">
<source>help.theme.color_choices</source>
<target>Kommagetrennte Liste von HTML Farbcodes. Farbnamen können festgelegt werden, indem dem Farbcode ein Name und das Trennzeichen | vorangestellt wird, z. B.: White|#ffffff,Black|#000000.</target>
<trans-unit id="aUc3uU1" resname="help.theme.color_choices" xml:space="preserve">
<source>Comma-separated list of HTML color-codes. Color names can be set by prefixing the color code with a name and the "|" delimiter, e.g: White|#ffffff,Black|#000000.</source>
<target state="translated">Kommagetrennte Liste von HTML-Farbcodes. Farbnamen können festgelegt werden, indem dem Farbcode ein Name und das Trennzeichen | vorangestellt wird, z. B.: White|#ffffff,Black|#000000.</target>
</trans-unit>
<trans-unit id="udkGKEU" resname="authentication">
<source>authentication</source>

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="de" datatype="plaintext" original="tasks.en.xlf">
<body>
@@ -6,9 +6,9 @@
<source>report_tasks_assigned</source>
<target>Aufgaben pro Benutzer</target>
</trans-unit>
<trans-unit id="8c0YWZm" resname="report_tasks_teams">
<trans-unit id="8c0YWZm" resname="report_tasks_teams" xml:space="preserve" approved="no">
<source>report_tasks_teams</source>
<target>Team Aufgaben</target>
<target state="translated">Team-Aufgaben</target>
</trans-unit>
<trans-unit id="XjAwhoV" resname="task.start">
<source>task.start</source>

View File

@@ -158,6 +158,10 @@
<source>An absence cannot be booked after the last working day.</source>
<target state="translated">Absenci nelze rezervovat po posledním pracovním dni.</target>
</trans-unit>
<trans-unit id="mveJ4vW" resname="Selected period cannot be locked: unconfirmed absence requests are pending." xml:space="preserve">
<source>Selected period cannot be locked: unconfirmed absence requests are pending.</source>
<target state="translated">Zvolené období nelze uzamknout: čekají nevyřízené žádosti o absenci.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -94,9 +94,9 @@
<source>Cannot stop running timesheet</source>
<target>Sie haben eine aktive Zeitmessung, die nicht automatisch beendet werden kann.</target>
</trans-unit>
<trans-unit id="xp0lmgm" resname="The given code is not the correct TOTP token.">
<trans-unit id="xp0lmgm" resname="The given code is not the correct TOTP token." xml:space="preserve">
<source>The given code is not the correct TOTP token.</source>
<target>Der übermittelte Code ist nicht der korrekte TOTP Token.</target>
<target state="translated">Der übermittelte Code ist nicht der korrekte TOTP-Token.</target>
</trans-unit>
<trans-unit id="7mqg3TC" resname="This value is not a valid role name.">
<source>This value is not a valid role name.</source>

View File

@@ -158,6 +158,10 @@
<source>An absence cannot be booked after the last working day.</source>
<target state="final">Un congedo non può essere prenotato dopo l'ultimo giorno lavorativo.</target>
</trans-unit>
<trans-unit id="mveJ4vW" resname="Selected period cannot be locked: unconfirmed absence requests are pending." xml:space="preserve" approved="yes">
<source>Selected period cannot be locked: unconfirmed absence requests are pending.</source>
<target state="final">Il periodo selezionato non può essere bloccato: sono in sospeso richieste di congedo non confermate.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -142,6 +142,10 @@
<source>An absence cannot be booked after the last working day.</source>
<target state="translated">Відсутність одразу після останнього робочого дня неможлива.</target>
</trans-unit>
<trans-unit id="mveJ4vW" resname="Selected period cannot be locked: unconfirmed absence requests are pending." xml:space="preserve" approved="no">
<source>Selected period cannot be locked: unconfirmed absence requests are pending.</source>
<target state="translated">Вибраний період неможливо заблокувати: непідтверджені запити на відсутність очікують на розгляд.</target>
</trans-unit>
</body>
</file>
<file original="validators.en.xlf" source-language="en" target-language="uk" datatype="plaintext">

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" target-language="de" datatype="plaintext" original="wizard.en.xlf">
<body>
@@ -26,9 +26,9 @@
<source>wizard.password.title</source>
<target>Ihr Passwort</target>
</trans-unit>
<trans-unit id="zlNbbUg" resname="wizard.password.description">
<trans-unit id="zlNbbUg" resname="wizard.password.description" xml:space="preserve">
<source>wizard.password.description</source>
<target>Bitte geben Sie ihr neues Passwort ein, das von nun an für die Anmeldung gelten soll.</target>
<target state="translated">Bitte geben Sie Ihr neues Passwort ein, das von nun an für die Anmeldung gelten soll.</target>
</trans-unit>
<trans-unit id="8p.2pXa" resname="wizard.done.title">
<source>wizard.done.title</source>