Translations update from Weblate (#2672)

Co-authored-by: Yaron Shahrabani <sh.yaron@gmail.com>
Co-authored-by: Victor Cleaner <victor.cleaner@gmail.com>
Co-authored-by: Wellington Terumi Uemura <wellingtonuemura@gmail.com>
Co-authored-by: edo-2313 <edo2313@gmail.com>
Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com>
Co-authored-by: Jack-Benny Persson <jack-benny@cyberinfo.se>
Co-authored-by: dkstiler <dkstiler@gmail.com>
Co-authored-by: Nathan <bonnemainsnathan@gmail.com>
Co-authored-by: dottypottylotty <muzzbuzzer@outlook.com>
Co-authored-by: Adam K <uz@zu.uz>
Co-authored-by: J. Lavoie <j.lavoie@net-c.ca>
Co-authored-by: Kevin Papst <kpapst@gmx.net>
This commit is contained in:
Weblate (bot)
2021-08-10 15:14:30 +02:00
committed by GitHub
parent 7873bd812e
commit 305d3ba6fe
36 changed files with 1783 additions and 561 deletions

View File

@@ -86,7 +86,7 @@ class TranslationsTest extends TestCase
$key = (string) $transUnit->source;
if (isset($transLang[$key])) {
// some special cases, which don't work properly - base translation should be changed
if (!\in_array($key, ['stats.percentUsedLeft', 'stats.percentUsedLeft_month'])) {
if (!\in_array($key, ['stats.percentUsed', 'stats.percentUsedLeft', 'stats.percentUsed_month', 'stats.percentUsedLeft_month'])) {
preg_match_all('/%.+%/Uu', (string) $transUnit->target, $matches);
asort($matches[0]);
self::assertEquals($transLang[$key], array_values($matches[0]), sprintf('Invalid replacer "%s" in "%s"', $key, basename($file)));

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<?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="sv" datatype="plaintext" original="actions.en.xlf">
<body>
<trans-unit id="stop">
@@ -70,6 +70,34 @@
<source>create-timesheet</source>
<target state="translated">Skapa tidrapport</target>
</trans-unit>
<trans-unit id="permissions">
<source>permissions</source>
<target>Lagrättigheter</target>
</trans-unit>
<trans-unit id="invoice.pending">
<source>invoice.pending</source>
<target>Väntar på betalning</target>
</trans-unit>
<trans-unit id="invoice.paid">
<source>invoice.paid</source>
<target>Faktura betald</target>
</trans-unit>
<trans-unit id="filter">
<source>filter</source>
<target>Filtrera data</target>
</trans-unit>
<trans-unit id="download">
<source>download</source>
<target>Ladda ner</target>
</trans-unit>
<trans-unit id="details">
<source>details</source>
<target>Visa</target>
</trans-unit>
<trans-unit id="create-timesheet-multiuser">
<source>create-timesheet-multiuser</source>
<target>För flera användare</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -24,7 +24,7 @@
</trans-unit>
<trans-unit id="registration.intro">
<source>registration.intro</source>
<target>Εγγραφήκατε στο λογισμικό παρακολούθησης χρόνου Kimai με το e-mail %email%. Τώρα χρειάζεται να ενεργοποιήσετε τον λογαριασμό σας εντός μερικών ωρών, προτού λήξει ο σύνδεσμος.</target>
<target>Εγγραφήκατε στο λογισμικό παρακολούθησης χρόνου Kimai με το e-mail %email%. Παρακαλούμε ενεργοποιήσετε τον λογαριασμό σας εντός μερικών ωρών, προτού λήξει ο σύνδεσμος.</target>
</trans-unit>
<trans-unit id="reset.subject">
<source>reset.subject</source>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<?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="sv" datatype="plaintext" original="email.en.xlf">
<body>
<trans-unit id="button_copy_url_to_browser">
@@ -24,7 +24,7 @@
</trans-unit>
<trans-unit id="registration.intro">
<source>registration.intro</source>
<target state="translated">Du har registrerat dig hos Kimai tidrapportering med mail addressen %email%. Nu behöver du aktivera ditt konto innom de närmaste timmarna, innan länken går ut och blir ogiltig.</target>
<target state="translated">Du har registrerat dig hos Kimai tidrapportering med e-postadressen %email%. Var god aktivera ditt konto inom de närmaste timmarna, innan länken går ut och blir ogiltig.</target>
</trans-unit>
<trans-unit id="reset.subject">
<source>reset.subject</source>

View File

@@ -0,0 +1,19 @@
<?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="zh-CN" datatype="plaintext" original="export.en.xlf">
<body>
<trans-unit id="default.pdf.twig">
<source>default.pdf.twig</source>
<target>标准</target>
</trans-unit>
<trans-unit id="default-budget.pdf.twig">
<source>default-budget.pdf.twig</source>
<target>以剩余预算</target>
</trans-unit>
<trans-unit id="default-internal.pdf.twig">
<source>default-internal.pdf.twig</source>
<target>以内部利率</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<?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="sv" datatype="plaintext" original="flashmessages.en.xlf">
<body>
<trans-unit id="warning">
@@ -50,6 +50,10 @@
<source>invoice.first_template</source>
<target state="translated">Du måste skapa din första fakturamall innan du kan fortsätta</target>
</trans-unit>
<trans-unit id="action.upload.error">
<source>action.upload.error</source>
<target>Filen kunde inte laddas upp eller sparas: %reason%</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1099,6 +1099,18 @@
<source>upload</source>
<target>Nahrát</target>
</trans-unit>
<trans-unit id="label.desc">
<source>label.desc</source>
<target>Sestupně</target>
</trans-unit>
<trans-unit id="label.asc">
<source>label.asc</source>
<target>Vzestupně</target>
</trans-unit>
<trans-unit id="label.searchTerm">
<source>label.searchTerm</source>
<target>Hledaný výraz</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -99,7 +99,7 @@
</trans-unit>
<trans-unit id="rates.empty">
<source>rates.empty</source>
<target>Οι χρεώσεις δεν έχουν ρυθμιστεί ακόμη.</target>
<target>Οι ωριαίες χρεώσεις δεν έχουν ρυθμιστεί ακόμη.</target>
</trans-unit>
<trans-unit id="rates.title">
<source>rates.title</source>
@@ -1196,6 +1196,42 @@
<source>stats.workingTimeFinancialYear</source>
<target>Οικονομικό έτος</target>
</trans-unit>
<trans-unit id="label.account_number">
<source>label.account_number</source>
<target>Αριθμός στελεχών</target>
</trans-unit>
<trans-unit id="error.too_many_entries">
<source>error.too_many_entries</source>
<target>Το αίτημα δεν μπορεί να επεξεργαστεί, βρέθηκαν πάρα πολλά αποτελέσματα.</target>
</trans-unit>
<trans-unit id="resetting.check_email">
<source>resetting.check_email</source>
<target>Ένα ηλεκτρονικό μήνυμα έχει αποσταλεί. Περιέχει το σύνδεσμο που πρέπει να ακολουθήσετε για να επαναφέρετε τον κωδικό σας. Σημείωση: Μπορείτε να ζητήσετε νέο κωδικό μία φορά εντός %tokenLifetime% ωρών. Εάν δεν λάβετε το ηλεκτρονικό μήνυμα ελέγξετε τον φάκελο με τα ανεπιθύμητα μηνύματα η προσπαθήστε ξανά.</target>
</trans-unit>
<trans-unit id="registration.check_email">
<source>registration.check_email</source>
<target>Ένα ηλεκτρονικό μήνυμα έχει αποσταλεί στην διεύθυνση %email%. Περιέχει τον σύνδεσμο ενεργοποίησης που πρέπει να ακολουθήσετε για να ενεργοποιήσετε τον λογαριασμό σας.</target>
</trans-unit>
<trans-unit id="delete_warning.short_stats">
<source>delete_warning.short_stats</source>
<target>Προς το παρόν %records% καταγραφές χρόνου εργασίας υπάρχουν, που συνοψίζονται σε συνολική διάρκεια από %duration%.</target>
</trans-unit>
<trans-unit id="label.budgetType_month">
<source>label.budgetType_month</source>
<target>Μηνιαία</target>
</trans-unit>
<trans-unit id="label.budgetType">
<source>label.budgetType</source>
<target>Τύπος-Προϋπολογισμού</target>
</trans-unit>
<trans-unit id="stats.percentUsedLeft_month">
<source>stats.percentUsedLeft_month</source>
<target>%percent%% χρησιμοποιείται (%left% είναι ακόμα ενεργά αυτό τον μήνα)</target>
</trans-unit>
<trans-unit id="stats.percentUsed_month">
<source>stats.percentUsed_month</source>
<target>%percent%% χρησιμοποιήθηκε αυτόν το μήνα</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1208,6 +1208,30 @@
<source>error.too_many_entries</source>
<target>La demande n'a pas pu être traitée, trop de résultats ont été trouvés.</target>
</trans-unit>
<trans-unit id="label.account_number">
<source>label.account_number</source>
<target>Numéro d'équipe</target>
</trans-unit>
<trans-unit id="delete_warning.short_stats">
<source>delete_warning.short_stats</source>
<target>Il existe actuellement %records% enregistrements de temps, dont la durée totale est de %duration%.</target>
</trans-unit>
<trans-unit id="label.budgetType_month">
<source>label.budgetType_month</source>
<target>Mensuel</target>
</trans-unit>
<trans-unit id="label.budgetType">
<source>label.budgetType</source>
<target>Type de budget</target>
</trans-unit>
<trans-unit id="stats.percentUsedLeft_month">
<source>stats.percentUsedLeft_month</source>
<target>%percent%% utilisés (%left% sont encore ouverts ce mois-ci)</target>
</trans-unit>
<trans-unit id="stats.percentUsed_month">
<source>stats.percentUsed_month</source>
<target>%percent%% utilisés ce mois-ci</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -794,7 +794,7 @@
</trans-unit>
<trans-unit id="invoice.from">
<source>invoice.from</source>
<target>מציג</target>
<target>מאת</target>
</trans-unit>
<trans-unit id="invoice.to">
<source>invoice.to</source>
@@ -1140,6 +1140,42 @@
<source>error.too_many_entries</source>
<target>לא ניתן לעבד את הבקשה, נמצאו יותר מדי תוצאות.</target>
</trans-unit>
<trans-unit id="label.account_number">
<source>label.account_number</source>
<target>מספר סגל</target>
</trans-unit>
<trans-unit id="label.invoice_tax_number">
<source>label.invoice_tax_number</source>
<target>מס׳ במע״מ:</target>
</trans-unit>
<trans-unit id="delete_warning.short_stats">
<source>delete_warning.short_stats</source>
<target>קיימים כרגע %records% רשומות זמן שמסתכמות לסך של %duration%.</target>
</trans-unit>
<trans-unit id="label.budgetType_month">
<source>label.budgetType_month</source>
<target>חודשי</target>
</trans-unit>
<trans-unit id="label.budgetType">
<source>label.budgetType</source>
<target>סוג תקציב</target>
</trans-unit>
<trans-unit id="stats.percentUsedLeft_month">
<source>stats.percentUsedLeft_month</source>
<target>%percent%% נוצלו (%left% עדיין פתוחים החודש)</target>
</trans-unit>
<trans-unit id="stats.percentUsed_month">
<source>stats.percentUsed_month</source>
<target>%percent%% נוצלו החודש</target>
</trans-unit>
<trans-unit id="team.add_user.help">
<source>team.add_user.help</source>
<target>ניתן להוסיף משתמש חדש לצוות על ידי בחירה בו מהרשימה. לאחר מכן ניתן להחליט אם משתמש זה אמור להיות מוביל הצוות.</target>
</trans-unit>
<trans-unit id="add_user.label">
<source>add_user.label</source>
<target>הוספת משתמש</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1203,6 +1203,46 @@
<source>error.too_many_entries</source>
<target>A solicitação não pôde ser processada, muitos resultados foram encontrados.</target>
</trans-unit>
<trans-unit id="label.account_number">
<source>label.account_number</source>
<target>Número da equipe</target>
</trans-unit>
<trans-unit id="label.invoice_tax_number">
<source>label.invoice_tax_number</source>
<target>No. do VAT:</target>
</trans-unit>
<trans-unit id="invoice.from">
<source>invoice.from</source>
<target>De</target>
</trans-unit>
<trans-unit id="delete_warning.short_stats">
<source>delete_warning.short_stats</source>
<target>Atualmente existe %records% de registros de tempo, que somam até uma duração total de %duration%.</target>
</trans-unit>
<trans-unit id="label.budgetType_month">
<source>label.budgetType_month</source>
<target>Mensal</target>
</trans-unit>
<trans-unit id="label.budgetType">
<source>label.budgetType</source>
<target>Tipo do orçamento</target>
</trans-unit>
<trans-unit id="stats.percentUsedLeft_month">
<source>stats.percentUsedLeft_month</source>
<target>%percent%% utilizado (%left% ainda estão abertos este mês)</target>
</trans-unit>
<trans-unit id="stats.percentUsed_month">
<source>stats.percentUsed_month</source>
<target>%percent%% usado este mês</target>
</trans-unit>
<trans-unit id="team.add_user.help">
<source>team.add_user.help</source>
<target>Adicione um novo usuário à equipe, selecionando-o a partir lista. Em seguida, você pode decidir se o usuário deve se tornar um líder de equipe.</target>
</trans-unit>
<trans-unit id="add_user.label">
<source>add_user.label</source>
<target>Adicione um usuário</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1076,7 +1076,7 @@
</trans-unit>
<trans-unit id="rates.empty">
<source>rates.empty</source>
<target>Сборы не были настроены.</target>
<target>Почасовая оплата пока не настроена.</target>
</trans-unit>
<trans-unit id="modal.dirty">
<source>modal.dirty</source>
@@ -1112,7 +1112,7 @@
</trans-unit>
<trans-unit id="preview.skipped_rows">
<source>preview.skipped_rows</source>
<target>Пропущен предварительный просмотр %rows% строк ...</target>
<target>Пропущен предварительный просмотр %rows% строк </target>
</trans-unit>
<trans-unit id="invoice.payment_date">
<source>invoice.payment_date</source>
@@ -1182,6 +1182,26 @@
<source>label.asc</source>
<target>По возрастанию</target>
</trans-unit>
<trans-unit id="label.account_number">
<source>label.account_number</source>
<target>Номер сотрудника</target>
</trans-unit>
<trans-unit id="stats.revenue">
<source>stats.revenue</source>
<target>Доходы</target>
</trans-unit>
<trans-unit id="stats.workingTime">
<source>stats.workingTime</source>
<target>Время работы</target>
</trans-unit>
<trans-unit id="error.too_many_entries">
<source>error.too_many_entries</source>
<target>Запрос не может быть обработан, найдено слишком много результатов.</target>
</trans-unit>
<trans-unit id="label.set_as_default">
<source>label.set_as_default</source>
<target>Сохранить настройки как избранные при поиске</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -170,7 +170,7 @@
</trans-unit>
<trans-unit id="label.username">
<source>label.username</source>
<target>Username</target>
<target>Användare</target>
</trans-unit>
<trans-unit id="label.description">
<source>label.description</source>
@@ -573,7 +573,7 @@
</trans-unit>
<trans-unit id="stats.durationTotal">
<source>stats.durationTotal</source>
<target state="translated">Arbetstid totalt</target>
<target state="translated">Arbetstimmar totalt</target>
</trans-unit>
<trans-unit id="stats.amountToday">
<source>stats.amountToday</source>
@@ -917,7 +917,7 @@
</trans-unit>
<trans-unit id="rates.empty">
<source>rates.empty</source>
<target>Inga avgifter har konfigurerats ännu.</target>
<target>Inga timpriser har konfigurerats ännu.</target>
</trans-unit>
<trans-unit id="attachments">
<source>attachments</source>
@@ -991,6 +991,238 @@
<source>label.searchTerm</source>
<target>Sökterm</target>
</trans-unit>
<trans-unit id="Allowed character: A-Z and _">
<source>Allowed character: A-Z and _</source>
<target>Tillåtna tecken: A-Z och _</target>
</trans-unit>
<trans-unit id="invoice.filter">
<source>invoice.filter</source>
<target>Filtrera fakturadata</target>
</trans-unit>
<trans-unit id="export.filter">
<source>export.filter</source>
<target>Filtrera data för export</target>
</trans-unit>
<trans-unit id="label.batch_meta_fields">
<source>label.batch_meta_fields</source>
<target>Ytterligare fält</target>
</trans-unit>
<trans-unit id="invoice.payment_date">
<source>invoice.payment_date</source>
<target>Betalningsdag</target>
</trans-unit>
<trans-unit id="preview.skipped_rows">
<source>preview.skipped_rows</source>
<target>Hoppade över förhandsgranskning av %rows% fler rader…</target>
</trans-unit>
<trans-unit id="profile.teams">
<source>profile.teams</source>
<target>Lag</target>
</trans-unit>
<trans-unit id="label.account_number">
<source>label.account_number</source>
<target>Anställningsnummer</target>
</trans-unit>
<trans-unit id="label.tax_rate">
<source>label.tax_rate</source>
<target>Momssats</target>
</trans-unit>
<trans-unit id="label.vat_id">
<source>label.vat_id</source>
<target>VAD-ID</target>
</trans-unit>
<trans-unit id="label.project_end">
<source>label.project_end</source>
<target>Projektet slutar</target>
</trans-unit>
<trans-unit id="label.project_start">
<source>label.project_start</source>
<target>Projektet börjar</target>
</trans-unit>
<trans-unit id="theme.update_browser_title">
<source>theme.update_browser_title</source>
<target>Uppdatera webbläsarens titel</target>
</trans-unit>
<trans-unit id="label.timesheet.export_decimal">
<source>label.timesheet.export_decimal</source>
<target>Använd decimallängd vid export</target>
</trans-unit>
<trans-unit id="label.appendTags">
<source>label.appendTags</source>
<target>Fäst taggar</target>
</trans-unit>
<trans-unit id="label.replaceTags">
<source>label.replaceTags</source>
<target>Ersätt taggar</target>
</trans-unit>
<trans-unit id="label.color">
<source>label.color</source>
<target>Färg</target>
</trans-unit>
<trans-unit id="error.too_many_entries">
<source>error.too_many_entries</source>
<target>Begäran kunde inte behandlas, för många resultat hittades.</target>
</trans-unit>
<trans-unit id="stats.workingTimeMonth">
<source>stats.workingTimeMonth</source>
<target>%month% %year%</target>
</trans-unit>
<trans-unit id="label.last_record_before">
<source>label.last_record_before</source>
<target>Inga tidsbokningar sedan</target>
</trans-unit>
<trans-unit id="label.includeNoBudget">
<source>label.includeNoBudget</source>
<target>Visa postar utan budget</target>
</trans-unit>
<trans-unit id="label.includeNoWork">
<source>label.includeNoWork</source>
<target>Visa poster utan bokningar</target>
</trans-unit>
<trans-unit id="help.batch_meta_fields">
<source>help.batch_meta_fields</source>
<target>Fält som ska uppdateras måste först aktiveras genom att klicka i den associerade kryssrutan.</target>
</trans-unit>
<trans-unit id="stats.percentUsedLeft">
<source>stats.percentUsedLeft</source>
<target>%percent%% använt (%left% öppet)</target>
</trans-unit>
<trans-unit id="stats.percentUsed">
<source>stats.percentUsed</source>
<target>%percent%% använt</target>
</trans-unit>
<trans-unit id="stats.yourWorkingHours">
<source>stats.yourWorkingHours</source>
<target>Mina arbetstimmar</target>
</trans-unit>
<trans-unit id="label.decimalDuration">
<source>label.decimalDuration</source>
<target>Visa längden som decimaltal</target>
</trans-unit>
<trans-unit id="label.orderDate">
<source>label.orderDate</source>
<target>Orderdatum</target>
</trans-unit>
<trans-unit id="help.fixedRate">
<source>help.fixedRate</source>
<target>Varje tidspost får samma värde, oavsett dess längd</target>
</trans-unit>
<trans-unit id="label.plus_more">
<source>label.plus_more</source>
<target>+%count% mer</target>
</trans-unit>
<trans-unit id="label.progress">
<source>label.progress</source>
<target>Förlopp</target>
</trans-unit>
<trans-unit id="label.my_team_projects">
<source>label.my_team_projects</source>
<target>Lagprojekt &amp; budget</target>
</trans-unit>
<trans-unit id="resetting.check_email">
<source>resetting.check_email</source>
<target>Ett mejl har skickats. Det innehåller en länk som du måste klicka på för att återställa ditt lösenord. Obs: Du kan endast begära ett nytt lösenord en gång inom %tokenLifetime% timmar. Om du inte har fått mejlet kontrollera din spamkorg eller försök igen.</target>
</trans-unit>
<trans-unit id="calendar.drag_and_drop.delete">
<source>calendar.drag_and_drop.delete</source>
<target>Om du vill ta bort en post måste du dra den till knappen.</target>
</trans-unit>
<trans-unit id="label.last_record">
<source>label.last_record</source>
<target>Sista posten</target>
</trans-unit>
<trans-unit id="label.not_invoiced">
<source>label.not_invoiced</source>
<target>Inte fakturerat</target>
</trans-unit>
<trans-unit id="label.not_exported">
<source>label.not_exported</source>
<target>Inte exporterat</target>
</trans-unit>
<trans-unit id="button.preview_print">
<source>button.preview_print</source>
<target>Förhandsgranska utskrift</target>
</trans-unit>
<trans-unit id="button.preview">
<source>button.preview</source>
<target>Förhandsgranska</target>
</trans-unit>
<trans-unit id="label.lastLogin">
<source>label.lastLogin</source>
<target>Senaste inloggning</target>
</trans-unit>
<trans-unit id="label.status">
<source>label.status</source>
<target>Status</target>
</trans-unit>
<trans-unit id="label.mark_as_exported">
<source>label.mark_as_exported</source>
<target>Markera som exporterat</target>
</trans-unit>
<trans-unit id="user_role.title">
<source>user_role.title</source>
<target>Användarroll</target>
</trans-unit>
<trans-unit id="user_permissions.title">
<source>user_permissions.title</source>
<target>Användarrättigheter</target>
</trans-unit>
<trans-unit id="status.pending">
<source>status.pending</source>
<target>Väntar på</target>
</trans-unit>
<trans-unit id="status.paid">
<source>status.paid</source>
<target>Betald</target>
</trans-unit>
<trans-unit id="status.new">
<source>status.new</source>
<target>Ny</target>
</trans-unit>
<trans-unit id="stats.workingTimeYear">
<source>stats.workingTimeYear</source>
<target>Helår %year%</target>
</trans-unit>
<trans-unit id="stats.workingTimeWeek">
<source>stats.workingTimeWeek</source>
<target>Vecka %week%</target>
</trans-unit>
<trans-unit id="stats.workingTimeToday">
<source>stats.workingTimeToday</source>
<target>Idag, %day%</target>
</trans-unit>
<trans-unit id="stats.workingTime">
<source>stats.workingTime</source>
<target>Arbetstid</target>
</trans-unit>
<trans-unit id="stats.durationFinancialYear">
<source>stats.durationFinancialYear</source>
<target>Arbetade timmar detta budgetåret</target>
</trans-unit>
<trans-unit id="stats.workingTimeFinancialYear">
<source>stats.workingTimeFinancialYear</source>
<target>Budgetår</target>
</trans-unit>
<trans-unit id="stats.userActiveFinancialYear">
<source>stats.userActiveFinancialYear</source>
<target>Aktiva användare under budgetåret</target>
</trans-unit>
<trans-unit id="stats.revenue">
<source>stats.revenue</source>
<target>Intäkter</target>
</trans-unit>
<trans-unit id="stats.amountFinancialYear">
<source>stats.amountFinancialYear</source>
<target>Intäkter detta räkenskapsåret</target>
</trans-unit>
<trans-unit id="registration.check_email">
<source>registration.check_email</source>
<target>Ett mejl har skickats till %email%. Det innehåller en aktiveringslänk som du måste klicka för att aktivera kontot.</target>
</trans-unit>
<trans-unit id="profile.registration_date">
<source>profile.registration_date</source>
<target>Registrerad</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -693,11 +693,11 @@
</trans-unit>
<trans-unit id="stats.percentUsed">
<source>stats.percentUsed</source>
<target state="translated">%percent%% kullanıldı</target>
<target state="translated">%%percent% kullanıldı</target>
</trans-unit>
<trans-unit id="stats.percentUsedLeft">
<source>stats.percentUsedLeft</source>
<target state="translated">%percent%% kullanıldı (%left% hala açık)</target>
<target state="translated">%%percent% kullanıldı (%left% hala açık)</target>
</trans-unit>
<!--
Invoice
@@ -1211,6 +1211,38 @@
<source>error.too_many_entries</source>
<target>Çok fazla sonuç bulunduğundan dolayı istek işlenemedi.</target>
</trans-unit>
<trans-unit id="label.account_number">
<source>label.account_number</source>
<target>Personel numarası</target>
</trans-unit>
<trans-unit id="delete_warning.short_stats">
<source>delete_warning.short_stats</source>
<target>Şu anda toplam %duration% süreye denk gelen %records% zaman kaydı var.</target>
</trans-unit>
<trans-unit id="label.budgetType_month">
<source>label.budgetType_month</source>
<target>Aylık</target>
</trans-unit>
<trans-unit id="label.budgetType">
<source>label.budgetType</source>
<target>Bütçe Türü</target>
</trans-unit>
<trans-unit id="stats.percentUsedLeft_month">
<source>stats.percentUsedLeft_month</source>
<target>%%percent% kullanıldı (bu ay %left% hala açık)</target>
</trans-unit>
<trans-unit id="stats.percentUsed_month">
<source>stats.percentUsed_month</source>
<target>Bu ay %%percent% kullanıldı</target>
</trans-unit>
<trans-unit id="team.add_user.help">
<source>team.add_user.help</source>
<target>Listeden seçerek takıma yeni bir kullanıcı ekleyin. Daha sonra kullanıcının takım lideri olup olmayacağına karar verebilirsiniz.</target>
</trans-unit>
<trans-unit id="add_user.label">
<source>add_user.label</source>
<target>Kullanıcı ekle</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1023,6 +1023,198 @@
<source>rates.title</source>
<target state="translated">费用</target>
</trans-unit>
<trans-unit id="label.budgetType_month">
<source>label.budgetType_month</source>
<target>每月</target>
</trans-unit>
<trans-unit id="label.budgetType">
<source>label.budgetType</source>
<target>预算类型</target>
</trans-unit>
<trans-unit id="label.last_record">
<source>label.last_record</source>
<target state="needs-translation">最后的条目</target>
</trans-unit>
<trans-unit id="label.account_number">
<source>label.account_number</source>
<target>员工人数</target>
</trans-unit>
<trans-unit id="label.not_invoiced">
<source>label.not_invoiced</source>
<target>未计费</target>
</trans-unit>
<trans-unit id="label.not_exported">
<source>label.not_exported</source>
<target>未导出</target>
</trans-unit>
<trans-unit id="label.includeNoBudget">
<source>label.includeNoBudget</source>
<target>显示没有预算的条目</target>
</trans-unit>
<trans-unit id="label.includeNoWork">
<source>label.includeNoWork</source>
<target>显示没有预订的条目</target>
</trans-unit>
<trans-unit id="help.batch_meta_fields">
<source>help.batch_meta_fields</source>
<target>要更新的字段必须先通过单击相关复选框来激活。</target>
</trans-unit>
<trans-unit id="label.batch_meta_fields">
<source>label.batch_meta_fields</source>
<target>附加字段</target>
</trans-unit>
<trans-unit id="status.paid">
<source>status.paid</source>
<target>已付</target>
</trans-unit>
<trans-unit id="status.pending">
<source>status.pending</source>
<target>进行中</target>
</trans-unit>
<trans-unit id="status.new">
<source>status.new</source>
<target>新的</target>
</trans-unit>
<trans-unit id="label.decimalDuration">
<source>label.decimalDuration</source>
<target>以小数显示持续时间</target>
</trans-unit>
<trans-unit id="invoice.payment_date">
<source>invoice.payment_date</source>
<target>付款日</target>
</trans-unit>
<trans-unit id="stats.percentUsed_month">
<source>stats.percentUsed_month</source>
<target state="needs-translation">本月使用的%百分比%</target>
</trans-unit>
<trans-unit id="stats.userActiveFinancialYear">
<source>stats.userActiveFinancialYear</source>
<target>本财年的活跃用户</target>
</trans-unit>
<trans-unit id="stats.amountFinancialYear">
<source>stats.amountFinancialYear</source>
<target>本财政年度的收入</target>
</trans-unit>
<trans-unit id="rates.empty">
<source>rates.empty</source>
<target>尚未配置小时费率。</target>
</trans-unit>
<trans-unit id="stats.workingTime">
<source>stats.workingTime</source>
<target>工作时间</target>
</trans-unit>
<trans-unit id="stats.durationFinancialYear">
<source>stats.durationFinancialYear</source>
<target>本财政年度工作时间</target>
</trans-unit>
<trans-unit id="stats.revenue">
<source>stats.revenue</source>
<target>收入</target>
</trans-unit>
<trans-unit id="stats.workingTimeFinancialYear">
<source>stats.workingTimeFinancialYear</source>
<target>财政年</target>
</trans-unit>
<trans-unit id="stats.workingTimeYear">
<source>stats.workingTimeYear</source>
<target>全年 %year%</target>
</trans-unit>
<trans-unit id="stats.workingTimeWeek">
<source>stats.workingTimeWeek</source>
<target>周历 %week%</target>
</trans-unit>
<trans-unit id="stats.workingTimeToday">
<source>stats.workingTimeToday</source>
<target>今天,%day%</target>
</trans-unit>
<trans-unit id="label.tax_rate">
<source>label.tax_rate</source>
<target>税率</target>
</trans-unit>
<trans-unit id="calendar.drag_and_drop.delete">
<source>calendar.drag_and_drop.delete</source>
<target>如果要删除条目,必须将其拖到按钮上。</target>
</trans-unit>
<trans-unit id="theme.update_browser_title">
<source>theme.update_browser_title</source>
<target>更新浏览器标题</target>
</trans-unit>
<trans-unit id="label.lastLogin">
<source>label.lastLogin</source>
<target>上次登录</target>
</trans-unit>
<trans-unit id="profile.registration_date">
<source>profile.registration_date</source>
<target>注册地</target>
</trans-unit>
<trans-unit id="help.fixedRate">
<source>help.fixedRate</source>
<target>每个时间记录都获得相同的值,不管它持续多长时间</target>
</trans-unit>
<trans-unit id="action.save_all">
<source>action.save_all</source>
<target>全部保存</target>
</trans-unit>
<trans-unit id="label.billable">
<source>label.billable</source>
<target>计费</target>
</trans-unit>
<trans-unit id="label.recalculate_rates">
<source>label.recalculate_rates</source>
<target>重新计算费率</target>
</trans-unit>
<trans-unit id="help.rate_internal">
<source>help.rate_internal</source>
<target>内部成本 (如果未指定,则使用正常汇率)</target>
</trans-unit>
<trans-unit id="label.rate_internal">
<source>label.rate_internal</source>
<target>内部汇率</target>
</trans-unit>
<trans-unit id="help.rate">
<source>help.rate</source>
<target>每小时收费</target>
</trans-unit>
<trans-unit id="error.too_many_entries">
<source>error.too_many_entries</source>
<target>无法处理请求,找到太多结果。</target>
</trans-unit>
<trans-unit id="resetting.check_email">
<source>resetting.check_email</source>
<target>一封电子邮件已经发送。它包含一个您必须单击才能重置密码的链接。注意:您只能在%tokenLifetime%小时内请求一次新密码。如果没有收到电子邮件,请检查垃圾邮件文件夹或重试。</target>
</trans-unit>
<trans-unit id="registration.check_email">
<source>registration.check_email</source>
<target>一封电子邮件已发送至 %email%。它包含一个激活链接,您必须单击该链接才能激活您的帐户。</target>
</trans-unit>
<trans-unit id="file">
<source>file</source>
<target>文件</target>
</trans-unit>
<trans-unit id="label.orderBy">
<source>label.orderBy</source>
<target>以...排序</target>
</trans-unit>
<trans-unit id="label.desc">
<source>label.desc</source>
<target>下降</target>
</trans-unit>
<trans-unit id="label.asc">
<source>label.asc</source>
<target>上升</target>
</trans-unit>
<trans-unit id="label.remove_default">
<source>label.remove_default</source>
<target>删除搜索收藏夹</target>
</trans-unit>
<trans-unit id="label.set_as_default">
<source>label.set_as_default</source>
<target>将设置保存为搜索收藏夹</target>
</trans-unit>
<trans-unit id="label.searchTerm">
<source>label.searchTerm</source>
<target>搜索词</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -30,6 +30,18 @@
<source>reporting.initial_view</source>
<target>Αρχική αναφορά</target>
</trans-unit>
<trans-unit id="report_project_details">
<source>report_project_details</source>
<target>Λεπτομέρειες Έργου</target>
</trans-unit>
<trans-unit id="report_yearly_users">
<source>report_yearly_users</source>
<target>Ετήσια προβολή για όλους τους χρήστες</target>
</trans-unit>
<trans-unit id="report_project_daterange">
<source>report_project_daterange</source>
<target>Μηνιαία Αναφορά</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -38,6 +38,10 @@
<source>report_project_details</source>
<target>Détails du projet</target>
</trans-unit>
<trans-unit id="report_project_daterange">
<source>report_project_daterange</source>
<target>Rapport mensuel</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -38,6 +38,10 @@
<source>report_project_details</source>
<target>פרטי המיזם</target>
</trans-unit>
<trans-unit id="report_project_daterange">
<source>report_project_daterange</source>
<target>דוח חודשי</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -12,7 +12,7 @@
</trans-unit>
<trans-unit id="report_monthly_users">
<source>report_monthly_users</source>
<target>Vista mensile di tutti gli utenti</target>
<target>Vista mensile per tutti gli utenti</target>
</trans-unit>
<trans-unit id="reporting.initial_view">
<source>reporting.initial_view</source>
@@ -22,6 +22,22 @@
<source>report_project_view</source>
<target>Panoramica del progetto</target>
</trans-unit>
<trans-unit id="report_inactive_project">
<source>report_inactive_project</source>
<target>Progetti inattivi</target>
</trans-unit>
<trans-unit id="report_project_details">
<source>report_project_details</source>
<target>Dettagli del progetto</target>
</trans-unit>
<trans-unit id="report_yearly_users">
<source>report_yearly_users</source>
<target>Vista annuale per tutti gli utenti</target>
</trans-unit>
<trans-unit id="report_weekly_users">
<source>report_weekly_users</source>
<target>Vista settimanale per tutti gli utenti</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -38,6 +38,10 @@
<source>report_project_details</source>
<target>Detalhes do projeto</target>
</trans-unit>
<trans-unit id="report_project_daterange">
<source>report_project_daterange</source>
<target>Relatório mensal</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -30,6 +30,14 @@
<source>reporting.initial_view</source>
<target>Inledande rapport</target>
</trans-unit>
<trans-unit id="report_project_details">
<source>report_project_details</source>
<target>Projektdetaljer</target>
</trans-unit>
<trans-unit id="report_yearly_users">
<source>report_yearly_users</source>
<target>Årlig vy för alla användare</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -38,6 +38,10 @@
<source>report_project_details</source>
<target>Proje detayları</target>
</trans-unit>
<trans-unit id="report_project_daterange">
<source>report_project_daterange</source>
<target>Aylık rapor</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -266,6 +266,58 @@
<source>label.timesheet.rules.lockdown_period_timezone</source>
<target>Ζώνη ώρας (εάν είναι κενή, η ζώνη ώρας του εκάστοτε χρήστη χρησιμοποιείται)</target>
</trans-unit>
<trans-unit id="label.calendar.dragdrop_amount">
<source>label.calendar.dragdrop_amount</source>
<target>Πλήθος καταχωρήσεων για drag&amp;drop (0 = deactivated)</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.long_running_duration">
<source>label.timesheet.rules.long_running_duration</source>
<target>Μέγιστο χρονικό διάστημα ενός φύλου καταγραφής ωρών εργασίας σε λεπτά για την απόρριψη αποθήκευσης (0 = απενεργοποιημένο)</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.break_warning_duration">
<source>label.timesheet.rules.break_warning_duration</source>
<target>Μέγιστο χρονικό διάστημα ενός φύλου καταγραφής ωρών εργασίας σε λεπτά πριν από την εμφάνιση "Προειδοποίηση διαλείμματος" (0 = απενεργοποιημένο)</target>
</trans-unit>
<trans-unit id="label.saml_activate">
<source>label.saml_activate</source>
<target>Είσοδος με SAML</target>
</trans-unit>
<trans-unit id="label.ldap_activate">
<source>label.ldap_activate</source>
<target>Είσοδος με LDAP</target>
</trans-unit>
<trans-unit id="label.user_auth_password_reset_retry_ttl">
<source>label.user_auth_password_reset_retry_ttl</source>
<target>Ξεχασμένος κωδικός - δευτερόλεπτα για την ζήτηση του επόμενου ηλεκτρονικού μηνύματος από τον χρήστη</target>
</trans-unit>
<trans-unit id="label.user_auth_password_reset_token_ttl">
<source>label.user_auth_password_reset_token_ttl</source>
<target>Ξεχασμένος κωδικός - δευτερόλεπτα λήξης του συνδέσμου επαναφοράς</target>
</trans-unit>
<trans-unit id="label.user_auth_password_reset">
<source>label.user_auth_password_reset</source>
<target>Ξέχασα τον κωδικό μου</target>
</trans-unit>
<trans-unit id="label.user_auth_registration">
<source>label.user_auth_registration</source>
<target>Εγγραφή χρήστη</target>
</trans-unit>
<trans-unit id="label.user_auth_login">
<source>label.user_auth_login</source>
<target>Φόρμα εισόδου</target>
</trans-unit>
<trans-unit id="authentication">
<source>authentication</source>
<target>Πιστοποίηση</target>
</trans-unit>
<trans-unit id="label.theme.random_colors">
<source>label.theme.random_colors</source>
<target>Χρήση τυχαίων χρωμάτων για αντικείμενα χωρίς επιλεγμένο χρώμα</target>
</trans-unit>
<trans-unit id="label.theme.avatar_url">
<source>label.theme.avatar_url</source>
<target>Να επιτρέπετε η χρήση συνδέσμων για εικόνες προφίλ</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -194,6 +194,82 @@
<source>invoice</source>
<target>Fatture</target>
</trans-unit>
<trans-unit id="label.saml_activate">
<source>label.saml_activate</source>
<target>Login SAML</target>
</trans-unit>
<trans-unit id="label.ldap_activate">
<source>label.ldap_activate</source>
<target>Login LDAP</target>
</trans-unit>
<trans-unit id="label.user_auth_password_reset_token_ttl">
<source>label.user_auth_password_reset_token_ttl</source>
<target>Password dimenticata - secondi prima che scada il link di reset</target>
</trans-unit>
<trans-unit id="label.user_auth_password_reset_retry_ttl">
<source>label.user_auth_password_reset_retry_ttl</source>
<target>Password dimenticata - secondi prima che un utente possa chiedere una nuova e-mail</target>
</trans-unit>
<trans-unit id="label.user_auth_password_reset">
<source>label.user_auth_password_reset</source>
<target>Password dimenticata</target>
</trans-unit>
<trans-unit id="label.user_auth_registration">
<source>label.user_auth_registration</source>
<target>Registrazione utente</target>
</trans-unit>
<trans-unit id="label.user_auth_login">
<source>label.user_auth_login</source>
<target>Form di login</target>
</trans-unit>
<trans-unit id="authentication">
<source>authentication</source>
<target>Autenticazione</target>
</trans-unit>
<trans-unit id="label.theme.color_choices">
<source>label.theme.color_choices</source>
<target>Permetti colori</target>
</trans-unit>
<trans-unit id="label.theme.colors_limited">
<source>label.theme.colors_limited</source>
<target>Limita scelte colori</target>
</trans-unit>
<trans-unit id="off">
<source>off</source>
<target>Off</target>
</trans-unit>
<trans-unit id="increment_rounding">
<source>increment_rounding</source>
<target>Usa il valore configurato per l'arrotondamento</target>
</trans-unit>
<trans-unit id="first_weekday">
<source>first_weekday</source>
<target>Primo giorno della settimana</target>
</trans-unit>
<trans-unit id="label.invoice.number_format">
<source>label.invoice.number_format</source>
<target>Formato numero fattura</target>
</trans-unit>
<trans-unit id="label.simple_form">
<source>label.simple_form</source>
<target>Ricerca semplice</target>
</trans-unit>
<trans-unit id="label.timesheet.default_begin">
<source>label.timesheet.default_begin</source>
<target>Orario di inizio predefinito (non usato in tutte le modalità di tracciamento del tempo)</target>
</trans-unit>
<trans-unit id="label.company.financial_year">
<source>label.company.financial_year</source>
<target>Anno finanziario</target>
</trans-unit>
<trans-unit id="label.theme.random_colors">
<source>label.theme.random_colors</source>
<target>Usa colori casuali per gli oggetti senza un colore assegnato</target>
</trans-unit>
<trans-unit id="label.theme.avatar_url">
<source>label.theme.avatar_url</source>
<target>Permetti l'utilizzo di URL come immagini degli avatar</target>
</trans-unit>
</body>
</file>
</xliff>

165
translations/system-configuration.sv.xlf Executable file → Normal file
View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<?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="sv" datatype="plaintext" original="system-configuration.en.xlf">
<body>
<trans-unit id="title">
@@ -110,7 +110,166 @@
<source>Sunday</source>
<target state="translated">Söndag</target>
</trans-unit>
<trans-unit id="label.user_auth_password_reset">
<source>label.user_auth_password_reset</source>
<target>Glömt lösenord</target>
</trans-unit>
<trans-unit id="label.user_auth_registration">
<source>label.user_auth_registration</source>
<target>Användarregistrering</target>
</trans-unit>
<trans-unit id="label.theme.color_choices">
<source>label.theme.color_choices</source>
<target>Tillåt färger</target>
</trans-unit>
<trans-unit id="label.theme.colors_limited">
<source>label.theme.colors_limited</source>
<target>Begränsa färgval</target>
</trans-unit>
<trans-unit id="off">
<source>off</source>
<target>Av</target>
</trans-unit>
<trans-unit id="increment_rounding">
<source>increment_rounding</source>
<target>Använd den konfigurerade regeln för avrundning</target>
</trans-unit>
<trans-unit id="label.timesheet.time_increment">
<source>label.timesheet.time_increment</source>
<target>Minutval för Från &amp; Till</target>
</trans-unit>
<trans-unit id="label.timesheet.duration_increment">
<source>label.timesheet.duration_increment</source>
<target>Minutval för längden</target>
</trans-unit>
<trans-unit id="first_weekday">
<source>first_weekday</source>
<target>Veckans första dag</target>
</trans-unit>
<trans-unit id="label.invoice.number_format">
<source>label.invoice.number_format</source>
<target>Format för fakturanummer</target>
</trans-unit>
<trans-unit id="label.simple_form">
<source>label.simple_form</source>
<target>Enkel sökning</target>
</trans-unit>
<trans-unit id="label.timesheet.default_begin">
<source>label.timesheet.default_begin</source>
<target>Standard starttid (används inte i alla tidsrapporteringslägen)</target>
</trans-unit>
<trans-unit id="Floor">
<source>Floor</source>
<target>Golv: början, slutet och längden avrundas nedåt</target>
</trans-unit>
<trans-unit id="Default">
<source>Default</source>
<target>Standard: början avrundas nedåt, slutet och längden avrundas uppåt</target>
</trans-unit>
<trans-unit id="Closest">
<source>Closest</source>
<target>Närmast: matematisk avrundning till närmsta värdet</target>
</trans-unit>
<trans-unit id="Ceil">
<source>Ceil</source>
<target>Tak: början, slutet och längden kommer avrundas uppåt</target>
</trans-unit>
<trans-unit id="label.timesheet.rounding.default.days">
<source>label.timesheet.rounding.default.days</source>
<target>Veckodagar då avrundningen ska gälla</target>
</trans-unit>
<trans-unit id="label.timesheet.rounding.default.mode">
<source>label.timesheet.rounding.default.mode</source>
<target>Avrundningsläge</target>
</trans-unit>
<trans-unit id="label.timesheet.rounding.default.duration">
<source>label.timesheet.rounding.default.duration</source>
<target>Avrundning av längden i minuter (0 = avaktiverat)</target>
</trans-unit>
<trans-unit id="label.timesheet.rounding.default.end">
<source>label.timesheet.rounding.default.end</source>
<target>Avrundning av sluttiden i minuter (0 = avaktiverat)</target>
</trans-unit>
<trans-unit id="label.timesheet.rounding.default.begin">
<source>label.timesheet.rounding.default.begin</source>
<target>Avrundning av starttiden i minuter (0 = avaktiverat)</target>
</trans-unit>
<trans-unit id="label.theme.branding.logo">
<source>label.theme.branding.logo</source>
<target>URL för logga (ersätter företagsnamnet på inloggningsskärmen)</target>
</trans-unit>
<trans-unit id="rounding">
<source>rounding</source>
<target>Avrundning av tid</target>
</trans-unit>
<trans-unit id="label.company.financial_year">
<source>label.company.financial_year</source>
<target>Budgetår</target>
</trans-unit>
<trans-unit id="label.theme.branding.title">
<source>label.theme.branding.title</source>
<target>Webbläsarens titel</target>
</trans-unit>
<trans-unit id="label.theme.branding.mini">
<source>label.theme.branding.mini</source>
<target>Minilogo (infällt sidofält)</target>
</trans-unit>
<trans-unit id="label.theme.branding.company">
<source>label.theme.branding.company</source>
<target>Företagsnamn</target>
</trans-unit>
<trans-unit id="branding">
<source>branding</source>
<target>Mitt företag</target>
</trans-unit>
<trans-unit id="label.theme.autocomplete_chars">
<source>label.theme.autocomplete_chars</source>
<target>Minsta antalet tecken för att påbörja automatisk komplettering</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.lockdown_period_end">
<source>label.timesheet.rules.lockdown_period_end</source>
<target>Låst period slutar (PHP relativt datum till nu)</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.lockdown_period_start">
<source>label.timesheet.rules.lockdown_period_start</source>
<target>Låst period börjar (PHP relativt datum till nu)</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.lockdown_period_timezone">
<source>label.timesheet.rules.lockdown_period_timezone</source>
<target>Tidszon (om tomt så används respektive användares tidszon)</target>
</trans-unit>
<trans-unit id="lockdown_period">
<source>lockdown_period</source>
<target>Låst period</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.allow_overlapping_records">
<source>label.timesheet.rules.allow_overlapping_records</source>
<target>Tillåt överlappande tidsposter</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.allow_overbooking_budget">
<source>label.timesheet.rules.allow_overbooking_budget</source>
<target>Tillåt överbokning av lagrade budgetar</target>
</trans-unit>
<trans-unit id="label.theme.random_colors">
<source>label.theme.random_colors</source>
<target>Använd slumpmässiga färger för objekt som saknar tilldelad färg</target>
</trans-unit>
<trans-unit id="label.theme.avatar_url">
<source>label.theme.avatar_url</source>
<target>Tillåt URL:er för profilbilder</target>
</trans-unit>
<trans-unit id="label.theme.tags_create">
<source>label.theme.tags_create</source>
<target>Taggar: använd automatisk komplettering vid sökning och tillåt skapande av taggar</target>
</trans-unit>
<trans-unit id="form_user">
<source>form_user</source>
<target>Användare standardvärden</target>
</trans-unit>
<trans-unit id="invoice">
<source>invoice</source>
<target>Fakturor</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<?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="zh-CN" datatype="plaintext" original="system-configuration.en.xlf">
<body>
<trans-unit id="title">
@@ -104,7 +104,7 @@
</trans-unit>
<trans-unit id="label.theme.branding.company">
<source>label.theme.branding.company</source>
<target>公司</target>
<target>公司名称</target>
</trans-unit>
<trans-unit id="label.theme.branding.mini">
<source>label.theme.branding.mini</source>
@@ -182,6 +182,106 @@
<source>Floor</source>
<target>Floor: 开始时间,结束时间和持续时间会向下取整</target>
</trans-unit>
<trans-unit id="label.saml_activate">
<source>label.saml_activate</source>
<target>SAML登录</target>
</trans-unit>
<trans-unit id="label.ldap_activate">
<source>label.ldap_activate</source>
<target>LDAP登录</target>
</trans-unit>
<trans-unit id="label.user_auth_password_reset_token_ttl">
<source>label.user_auth_password_reset_token_ttl</source>
<target>忘记密码 - 重置链接过期前几秒</target>
</trans-unit>
<trans-unit id="label.user_auth_password_reset_retry_ttl">
<source>label.user_auth_password_reset_retry_ttl</source>
<target>忘记密码 - 用户可以请求下一封电子邮件之前的几秒钟</target>
</trans-unit>
<trans-unit id="label.user_auth_password_reset">
<source>label.user_auth_password_reset</source>
<target>忘记密码</target>
</trans-unit>
<trans-unit id="label.user_auth_registration">
<source>label.user_auth_registration</source>
<target>用户注册</target>
</trans-unit>
<trans-unit id="label.user_auth_login">
<source>label.user_auth_login</source>
<target>登录表单</target>
</trans-unit>
<trans-unit id="authentication">
<source>authentication</source>
<target>验证</target>
</trans-unit>
<trans-unit id="label.theme.color_choices">
<source>label.theme.color_choices</source>
<target>允许的颜色</target>
</trans-unit>
<trans-unit id="label.theme.colors_limited">
<source>label.theme.colors_limited</source>
<target>限制颜色选择</target>
</trans-unit>
<trans-unit id="first_weekday">
<source>first_weekday</source>
<target>每周第一天</target>
</trans-unit>
<trans-unit id="label.invoice.number_format">
<source>label.invoice.number_format</source>
<target>发票号码格式</target>
</trans-unit>
<trans-unit id="label.simple_form">
<source>label.simple_form</source>
<target>简单搜索</target>
</trans-unit>
<trans-unit id="label.timesheet.default_begin">
<source>label.timesheet.default_begin</source>
<target>默认开始时间(并非在所有时间追踪模式中使用)</target>
</trans-unit>
<trans-unit id="label.company.financial_year">
<source>label.company.financial_year</source>
<target>财政年度</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.lockdown_grace_period">
<source>label.timesheet.rules.lockdown_grace_period</source>
<target>锁定宽限期结束PHP相对于锁定期结束的日期</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.lockdown_period_end">
<source>label.timesheet.rules.lockdown_period_end</source>
<target>封锁期结束PHP相对于现在的日期</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.lockdown_period_start">
<source>label.timesheet.rules.lockdown_period_start</source>
<target>锁定期开始PHP相对于现在的日期</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.lockdown_period_timezone">
<source>label.timesheet.rules.lockdown_period_timezone</source>
<target>时区(如果为空,则使用相应用户的时区)</target>
</trans-unit>
<trans-unit id="lockdown_period">
<source>lockdown_period</source>
<target>封锁期</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.allow_overlapping_records">
<source>label.timesheet.rules.allow_overlapping_records</source>
<target>允许重叠时间条目</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.allow_overbooking_budget">
<source>label.timesheet.rules.allow_overbooking_budget</source>
<target>允许超额预订存储的预算</target>
</trans-unit>
<trans-unit id="label.theme.random_colors">
<source>label.theme.random_colors</source>
<target>对没有指定颜色的对象使用随机颜色</target>
</trans-unit>
<trans-unit id="label.theme.tags_create">
<source>label.theme.tags_create</source>
<target>标签:使用自动完成搜索并允许创建标签</target>
</trans-unit>
<trans-unit id="invoice">
<source>invoice</source>
<target>发票</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<?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="sv" datatype="plaintext" original="teams.en.xlf">
<body>
<trans-unit id="teams.title">
@@ -30,6 +30,10 @@
<source>team.create_default</source>
<target state="translated">Skapa ett nytt arbetslag för att begränsa tillgång</target>
</trans-unit>
<trans-unit id="team.activity_visibility_inherited">
<source>team.activity_visibility_inherited</source>
<target>Detta projekt har begränsad åtkomst eftersom lagrättigheter är satta för projektet och/eller kunden.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -433,6 +433,10 @@
<source>The entered passwords don't match.</source>
<target>הסיסמאות שהוקלדו אינן תואמות.</target>
</trans-unit>
<trans-unit id="At least one team leader must be assigned to the team.">
<source>At least one team leader must be assigned to the team.</source>
<target>יש להקצות לצוות מוביל אחד לפחות.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -38,6 +38,22 @@
<source>This invoice document cannot be used, please rename the file and upload it again.</source>
<target>Questo documento di fattura non può essere utilizzato, rinomina il file e caricalo di nuovo.</target>
</trans-unit>
<trans-unit id="Maximum duration of {{ value }} hours exceeded.">
<source>Maximum duration of {{ value }} hours exceeded.</source>
<target>Massimo {{ value }} ore permesse.</target>
</trans-unit>
<trans-unit id="The username is already used.">
<source>The username is already used.</source>
<target>L'username è già in uso.</target>
</trans-unit>
<trans-unit id="The email is already used.">
<source>The email is already used.</source>
<target>L'email è già in uso.</target>
</trans-unit>
<trans-unit id="The entered passwords don't match.">
<source>The entered passwords don't match.</source>
<target>Le password inserite non corrispondono.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -54,6 +54,10 @@
<source>The entered passwords don't match.</source>
<target>As senhas digitidas não batem.</target>
</trans-unit>
<trans-unit id="At least one team leader must be assigned to the team.">
<source>At least one team leader must be assigned to the team.</source>
<target>Pelo menos um líder de equipe deve ser designado para a equipe.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<?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="sv" datatype="plaintext" original="validators.en.xlf">
<body>
<trans-unit id="This value is not a valid role.">
@@ -16,7 +16,43 @@
</trans-unit>
<trans-unit id="You must select at least one user or team.">
<source>You must select at least one user or team.</source>
<target state="translated">Du måste välja minst en anändare eller arbetslag</target>
<target state="translated">Du måste välja minst en användare eller lag.</target>
</trans-unit>
<trans-unit id="The budget is completely used.">
<source>The budget is completely used.</source>
<target>Budgeten är förbrukad. Av den tillgängliga budgeten %budget% har %used% blivit bokad hittills. %free% kan fortfarande användas.</target>
</trans-unit>
<trans-unit id="Maximum duration of {{ value }} hours exceeded.">
<source>Maximum duration of {{ value }} hours exceeded.</source>
<target>Max {{ value }} timmar tillåts.</target>
</trans-unit>
<trans-unit id="The given value is not a valid time.">
<source>The given value is not a valid time.</source>
<target>Det angivna värdet är inte en giltig tid.</target>
</trans-unit>
<trans-unit id="You already have an entry for this time.">
<source>You already have an entry for this time.</source>
<target>Du har redan en post för den här tiden.</target>
</trans-unit>
<trans-unit id="This period is locked, please choose a later date.">
<source>This period is locked, please choose a later date.</source>
<target>Den här perioden är låst, vad god välj ett senare datum.</target>
</trans-unit>
<trans-unit id="This invoice document cannot be used, please rename the file and upload it again.">
<source>This invoice document cannot be used, please rename the file and upload it again.</source>
<target>Den här fakturadokumentet kan inte användas, var god döp om filen och ladda upp den igen.</target>
</trans-unit>
<trans-unit id="The username is already used.">
<source>The username is already used.</source>
<target>Användarnamnet används redan.</target>
</trans-unit>
<trans-unit id="The email is already used.">
<source>The email is already used.</source>
<target>E-postadressen används redan.</target>
</trans-unit>
<trans-unit id="The entered passwords don't match.">
<source>The entered passwords don't match.</source>
<target>Lösenordet matchar inte.</target>
</trans-unit>
</body>
</file>

View File

@@ -54,6 +54,10 @@
<source>The entered passwords don't match.</source>
<target>Girilen parolalar eşleşmiyor.</target>
</trans-unit>
<trans-unit id="At least one team leader must be assigned to the team.">
<source>At least one team leader must be assigned to the team.</source>
<target>Takıma en az bir takım lideri atanmalıdır.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<?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="zh-CN" datatype="plaintext" original="validators.en.xlf">
<body>
<trans-unit id="This value is not a valid role.">
@@ -14,6 +14,46 @@
<source>The begin date cannot be in the future.</source>
<target>开始日期不能是未来的某一日期。</target>
</trans-unit>
<trans-unit id="Maximum duration of {{ value }} hours exceeded.">
<source>Maximum duration of {{ value }} hours exceeded.</source>
<target>允许的最大{{ 值 }}小时数。</target>
</trans-unit>
<trans-unit id="The budget is completely used.">
<source>The budget is completely used.</source>
<target>预算用完了。在可用的%budget%%used%目前已被预订,%free%仍然可以使用。</target>
</trans-unit>
<trans-unit id="The given value is not a valid time.">
<source>The given value is not a valid time.</source>
<target>给定值不是有效时间。</target>
</trans-unit>
<trans-unit id="You already have an entry for this time.">
<source>You already have an entry for this time.</source>
<target>这次你已经有一个条目了。</target>
</trans-unit>
<trans-unit id="This period is locked, please choose a later date.">
<source>This period is locked, please choose a later date.</source>
<target>此时间段已锁定,请选择一个更晚的日期。</target>
</trans-unit>
<trans-unit id="This invoice document cannot be used, please rename the file and upload it again.">
<source>This invoice document cannot be used, please rename the file and upload it again.</source>
<target>此发票单据无法使用,请重命名文件并重新上传。</target>
</trans-unit>
<trans-unit id="You must select at least one user or team.">
<source>You must select at least one user or team.</source>
<target>您必须至少选择一个用户或团队。</target>
</trans-unit>
<trans-unit id="The username is already used.">
<source>The username is already used.</source>
<target>用户名已被使用。</target>
</trans-unit>
<trans-unit id="The email is already used.">
<source>The email is already used.</source>
<target>该电子邮件已被使用。</target>
</trans-unit>
<trans-unit id="The entered passwords don't match.">
<source>The entered passwords don't match.</source>
<target>输入的密码不匹配。</target>
</trans-unit>
</body>
</file>
</xliff>