added Basque translations (#1382)

This commit is contained in:
ikusimakusi
2020-01-17 15:28:12 +01:00
committed by Kevin Papst
parent e534369c5b
commit ed8f024e42
26 changed files with 1683 additions and 15 deletions

View File

@@ -18,6 +18,7 @@ require('select2/dist/js/i18n/cs');
require('select2/dist/js/i18n/da');
require('select2/dist/js/i18n/de');
require('select2/dist/js/i18n/es');
require('select2/dist/js/i18n/eu');
require('select2/dist/js/i18n/fr');
require('select2/dist/js/i18n/hu');
require('select2/dist/js/i18n/it');
@@ -39,6 +40,7 @@ require('moment/locale/da');
require('moment/locale/de');
require('moment/locale/de-ch');
require('moment/locale/es');
require('moment/locale/eu');
require('moment/locale/fr');
require('moment/locale/hu');
require('moment/locale/it');
@@ -77,4 +79,4 @@ global.KimaiPaginatedBoxWidget = require('./js/widgets/KimaiPaginatedBoxWidget')
global.KimaiReloadPageWidget = require('./js/widgets/KimaiReloadPageWidget').default;
// ------ Autocomplete for tags only ------
require('jquery-ui/ui/widgets/autocomplete');
require('jquery-ui/ui/widgets/autocomplete');

View File

@@ -8,6 +8,7 @@ require('fullcalendar/dist/locale/da');
require('fullcalendar/dist/locale/de');
require('fullcalendar/dist/locale/de-ch');
require('fullcalendar/dist/locale/es');
require('fullcalendar/dist/locale/eu');
require('fullcalendar/dist/locale/fr');
require('fullcalendar/dist/locale/hu');
require('fullcalendar/dist/locale/it');

10
composer.lock generated
View File

@@ -3045,16 +3045,16 @@
},
{
"name": "kevinpapst/adminlte-bundle",
"version": "3.1",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/kevinpapst/AdminLTEBundle.git",
"reference": "f5a450bda4a871af28ec4e50077a86ce9866c7a2"
"reference": "5d43b46a7fb5a8404703aac279a8c53a160912b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kevinpapst/AdminLTEBundle/zipball/f5a450bda4a871af28ec4e50077a86ce9866c7a2",
"reference": "f5a450bda4a871af28ec4e50077a86ce9866c7a2",
"url": "https://api.github.com/repos/kevinpapst/AdminLTEBundle/zipball/5d43b46a7fb5a8404703aac279a8c53a160912b3",
"reference": "5d43b46a7fb5a8404703aac279a8c53a160912b3",
"shasum": ""
},
"require": {
@@ -3106,7 +3106,7 @@
}
],
"description": "Admin theme bundle for Symfony 4 based on AdminLTE 2.4.8 with FOSUserBundle support",
"time": "2020-01-14T14:17:28+00:00"
"time": "2020-01-16T19:44:51+00:00"
},
{
"name": "kimai/kimai2-composer",

View File

@@ -248,6 +248,12 @@ kimai:
date_type: 'dd.MM.yyyy'
date: 'd.m.Y'
date_time: 'd.m. H:i'
eu:
date_time_type: 'yyyy-MM-dd HH:mm'
date_type: 'yyyy-MM-dd'
date: 'Y-m-d'
date_time: 'm-d H:i'
duration: '%%h:%%m h'
fr:
date_time_type: 'dd/MM/yyyy HH:mm'
date_type: 'dd/MM/yyyy'

View File

@@ -2,7 +2,7 @@
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
locale: en
app_locales: ar|cs|de|de_CH|da|en|es|fr|hu|it|ja|ko|nl|pt_BR|ru|sk|sv|tr|zh_CN
app_locales: ar|cs|de|de_CH|da|en|es|eu|fr|hu|it|ja|ko|nl|pt_BR|ru|sk|sv|tr|zh_CN
services:
# default configuration for services in *this* file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@
"build/runtime.6ca1eea5.js",
"build/0.1a6ffb43.js",
"build/1.16767f92.js",
"build/app.6ea4e95f.js"
"build/app.6ece8872.js"
],
"css": [
"build/app.8240996d.css"
@@ -24,7 +24,7 @@
"build/runtime.6ca1eea5.js",
"build/0.1a6ffb43.js",
"build/1.16767f92.js",
"build/calendar.9e7cdb6a.js"
"build/calendar.13664a8f.js"
],
"css": [
"build/calendar.ade7bcdf.css"
@@ -35,11 +35,11 @@
"build/runtime.6ca1eea5.js": "sha384-xNNrNinl64G3nCUrIskgSjU0mUXXCB9lj6XCSInBTwxSKXk8uTMafnLHtdWdIGtd",
"build/0.1a6ffb43.js": "sha384-vuVCyLVj2b4h3jpKl+JSANRCacmXeLk+ihK5T5NZBO7+SJ5Y+o6d4qju116hTPSD",
"build/1.16767f92.js": "sha384-JPoKdrVtBemSiVBoAnmSxLML7xXM9zYeuwOPYQv/kLzt/P4cmLY5r9gH8oaGRPFG",
"build/app.6ea4e95f.js": "sha384-mHnCng8TBnNQoqH7ZSnkexDEYgODkjaDJIN5BpK6dSAP7dhIcQ5dUY19NtgfjUsZ",
"build/app.6ece8872.js": "sha384-4GinRERdzHwjjjUjAu6BfF705cW61DDoScnO+mWdMx7FjuXqGrQRlVzjlW7f5k3g",
"build/app.8240996d.css": "sha384-ZaS4ro6HGbDfLyaJc8cVXJzTd8plX3mRzhHhiiUEErSzPlRKdZfViDk23BNvAaz+",
"build/2.dad56560.js": "sha384-oKsefSmRq0GL+Qa6f6jExXvFay3cM6YZFHQRKoAHi2p54UOCtjJfjF2eAB1qykoL",
"build/chart.7f4d7f29.js": "sha384-I57c9DtU3AOG2kzKqIZkIu0hi1aGYHRZ5QG4LKC9+9slzJnAMttPGXoL2cQG3m6y",
"build/calendar.9e7cdb6a.js": "sha384-RvFQJC1YvKq9BqRDObc5REPbi9ZiG5/fkqKP1xLJUlFDb2b8WqTR/f4F+hdE9cI1",
"build/calendar.13664a8f.js": "sha384-CDVRjmMRhA0KU90taIf50/DQOr1gbxGmdxVW8uj+qcwzKE843XPCz40fYQudopGU",
"build/calendar.ade7bcdf.css": "sha384-ta519W5+NY1a8FBh7rD4zORYTfUXCYTLci0Z25nf4BfodmuXqyPVNEe7dSe2/fRd"
}
}

View File

@@ -3,9 +3,9 @@
"build/1.16767f92.js": "build/1.16767f92.js",
"build/2.dad56560.js": "build/2.dad56560.js",
"build/app.css": "build/app.8240996d.css",
"build/app.js": "build/app.6ea4e95f.js",
"build/app.js": "build/app.6ece8872.js",
"build/calendar.css": "build/calendar.ade7bcdf.css",
"build/calendar.js": "build/calendar.9e7cdb6a.js",
"build/calendar.js": "build/calendar.13664a8f.js",
"build/chart.js": "build/chart.7f4d7f29.js",
"build/runtime.js": "build/runtime.6ca1eea5.js",
"build/fonts/fa-brands-400.eot": "build/fonts/fa-brands-400.8e49b728.eot",

43
translations/about.eu.xlf Normal file
View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="about.en.xlf">
<body>
<trans-unit id="about.title">
<source>about.title</source>
<target>Kimairi buruz</target>
</trans-unit>
<trans-unit id="support">
<source>support</source>
<target>Mantenua</target>
</trans-unit>
<trans-unit id="website">
<source>website</source>
<target>Web orrialdea</target>
</trans-unit>
<trans-unit id="help">
<source>help</source>
<target>Laguntza</target>
</trans-unit>
<trans-unit id="tab.thanks">
<source>tab.thanks</source>
<target>Eskerrak</target>
</trans-unit>
<trans-unit id="donate">
<source>donate</source>
<target>Kimai proiektua diruz lagundu nahi?</target>
</trans-unit>
<trans-unit id="published_under">
<source>published_under</source>
<target>%kimai% lizentzia</target>
</trans-unit>
<trans-unit id="special_thanks">
<source>special_thanks</source>
<target>Mila esker …</target>
</trans-unit>
<trans-unit id="library_authors">
<source>library_authors</source>
<target>… Kimai ez lebilke ondorengo kideen laguntzarik gabe: 👍</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="actions.en.xlf">
<body>
<trans-unit id="stop">
<source>stop</source>
<target>Gelditu</target>
</trans-unit>
<trans-unit id="back">
<source>back</source>
<target>Atzera</target>
</trans-unit>
<trans-unit id="edit">
<source>edit</source>
<target>Aldatu</target>
</trans-unit>
<trans-unit id="trash">
<source>trash</source>
<target>Ezabatu</target>
</trans-unit>
<trans-unit id="report">
<source>report</source>
<target>Txostena</target>
</trans-unit>
<trans-unit id="repeat">
<source>repeat</source>
<target>Errepikatu</target>
</trans-unit>
<trans-unit id="profile-stats">
<source>profile-stats</source>
<target>Estatistikak</target>
</trans-unit>
<trans-unit id="settings">
<source>settings</source>
<target>Dohiketak</target>
</trans-unit>
<trans-unit id="timesheet">
<source>timesheet</source>
<target>Ordu taula</target>
</trans-unit>
<trans-unit id="customer">
<source>customer</source>
<target>Bezeroak aukeratu</target>
</trans-unit>
<trans-unit id="project">
<source>project</source>
<target>Proiektuak aukeratu</target>
</trans-unit>
<trans-unit id="activity">
<source>activity</source>
<target>Jarduerak aukeratu</target>
</trans-unit>
<trans-unit id="copy">
<source>copy</source>
<target>Kopiatu</target>
</trans-unit>
<trans-unit id="home">
<source>home</source>
<target>Orrialde nagusia</target>
</trans-unit>
<trans-unit id="create-project">
<source>create-project</source>
<target>Proiketua sortu</target>
</trans-unit>
<trans-unit id="create-activity">
<source>create-activity</source>
<target>Jardurera sortu</target>
</trans-unit>
<trans-unit id="create-timesheet">
<source>create-timesheet</source>
<target>Ortu taula sortu</target>
</trans-unit>
<trans-unit id="permissions">
<source>permissions</source>
<target>Taldearen bahimenak</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="daterangepicker.en.xlf">
<body>
<trans-unit id="daterangepicker.today">
<source>daterangepicker.today</source>
<target>Gaur</target>
</trans-unit>
<trans-unit id="daterangepicker.yesterday">
<source>daterangepicker.yesterday</source>
<target>Atzo</target>
</trans-unit>
<trans-unit id="daterangepicker.lastWeek">
<source>daterangepicker.lastWeek</source>
<target>Azken astea</target>
</trans-unit>
<trans-unit id="daterangepicker.thisWeek">
<source>daterangepicker.thisWeek</source>
<target>Aste hau</target>
</trans-unit>
<trans-unit id="daterangepicker.lastMonth">
<source>daterangepicker.lastMonth</source>
<target>Azken hilabetea</target>
</trans-unit>
<trans-unit id="daterangepicker.thisMonth">
<source>daterangepicker.thisMonth</source>
<target>Hilabete hau</target>
</trans-unit>
<trans-unit id="daterangepicker.lastYear">
<source>daterangepicker.lastYear</source>
<target>Azken urtea</target>
</trans-unit>
<trans-unit id="daterangepicker.thisYear">
<source>daterangepicker.thisYear</source>
<target>Aurten</target>
</trans-unit>
<trans-unit id="daterangepicker.customRange">
<source>daterangepicker.customRange</source>
<target>Tartea zehaztu</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="exceptions.en.xlf">
<body>
<trans-unit id="access.denied">
<source>access.denied</source>
<target>Sarrera eragotzia</target>
</trans-unit>
<trans-unit id="stacktrace">
<source>stacktrace</source>
<target>Arazoak hemen du jatorria</target>
</trans-unit>
<trans-unit id="http_error.title">
<source>http_error.title</source>
<target>Arazoa</target>
</trans-unit>
<trans-unit id="http_error.description">
<source>http_error.description</source>
<target>Zeozer txarto irten da</target>
</trans-unit>
<trans-unit id="http_error.suggestion">
<source>http_error.suggestion</source>
<target>
Ustegabeko arazo bat suertatu da. Berriro saiatu, mesedez.
Arazoak jarraituko balu, teknikari edo arduradun batekin harremantetan jarri, mesedez.
</target>
</trans-unit>
<trans-unit id="http_error_404.description">
<source>http_error_404.description</source>
<target>Ez dugu bilatzen duzun orrialdea aurkitu!</target>
</trans-unit>
<trans-unit id="http_error_404.suggestion">
<source>http_error_404.suggestion</source>
<target>
Ez dugu bilatzen duzuna aurkitzen.
Orrialde nagusira itzuli eta berriro saiatu, mesedez.
</target>
</trans-unit>
<trans-unit id="http_error_403.description">
<source>http_error_403.description</source>
<target>Sarrera mugatua</target>
</trans-unit>
<trans-unit id="http_error_403.suggestion">
<source>http_error_403.suggestion</source>
<target>
Orrialde hau ikusteko baimen nahikorik ez duzu.
</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="flashmessages.en.xlf">
<body>
<trans-unit id="warning">
<source>warning</source>
<target>Adi!</target>
</trans-unit>
<trans-unit id="timesheet.stop.success">
<source>timesheet.stop.success</source>
<target>Denbora gelditu da!</target>
</trans-unit>
<trans-unit id="timesheet.stop.error">
<source>timesheet.stop.error</source>
<target>Ezin izan da denbora gelditu</target>
</trans-unit>
<trans-unit id="timesheet.start.success">
<source>timesheet.start.success</source>
<target>Denbora abiarazi da!</target>
</trans-unit>
<trans-unit id="timesheet.start.error">
<source>timesheet.start.error</source>
<target>Ezin izan da denbora abiarazi.</target>
</trans-unit>
<trans-unit id="timesheet.start.exceeded_limit">
<source>timesheet.start.exceeded_limit</source>
<target>Sarrera aktibo muga gainditu da. Jarrai nahi bazenu, gelditu beti sarreraren bat lehendabizi</target>
</trans-unit>
<trans-unit id="timesheet.locked.warning">
<source>timesheet.locked.warning</source>
<target>Exportatutako sarrera bat aldatzen zaude</target>
</trans-unit>
<trans-unit id="action.update.success">
<source>action.update.success</source>
<target>Aldaketak gordeta</target>
</trans-unit>
<trans-unit id="action.update.error">
<source>action.update.error</source>
<target>Azken aldaketak ezin izan dira gorde!! %reason%</target>
</trans-unit>
<trans-unit id="action.delete.success">
<source>action.delete.success</source>
<target>Sarrera ezabatua!</target>
</trans-unit>
<trans-unit id="action.delete.error">
<source>action.delete.error</source>
<target>Ezin izan da sarrera ezabatu: %reason%</target>
</trans-unit>
<trans-unit id="invoice.first_template">
<source>invoice.first_template</source>
<target>Faktura eredu bat sortu behar duzu lehendabizi.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="invoice-calculator.en.xlf">
<body>
<trans-unit id="label.invoice_calculator">
<source>label.invoice_calculator</source>
<target>Batuketa</target>
</trans-unit>
<trans-unit id="default">
<source>default</source>
<target>Defektuz: erregistroko sarrera bat</target>
</trans-unit>
<trans-unit id="short">
<source>short</source>
<target>Orduak: sarrera guztien batura</target>
</trans-unit>
<trans-unit id="user">
<source>user</source>
<target>Erabiltzaileak: bakoitzeko sarrera bat</target>
</trans-unit>
<trans-unit id="activity">
<source>activity</source>
<target>Jarduerak: bakoitzeko sarrera bat</target>
</trans-unit>
<trans-unit id="project">
<source>project</source>
<target>Proiektuak: bakoitzeko sarrera bat</target>
</trans-unit>
<trans-unit id="date">
<source>date</source>
<target>Data: eguneko sarrera bat (hasierako egunetik aurrera)</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="invoice-numbergenerator.en.xlf">
<body>
<trans-unit id="label.invoice_number_generator">
<source>label.invoice_number_generator</source>
<target>Faktura zenbaki sortzailea</target>
</trans-unit>
<trans-unit id="default">
<source>default</source>
<target>Data (defektuz)</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="invoice-renderer.en.xlf">
<body>
<trans-unit id="label.invoice_renderer">
<source>label.invoice_renderer</source>
<target>Faktura eredua</target>
</trans-unit>
<trans-unit id="default">
<source>default</source>
<target>Faktura (defektuzkoa)</target>
</trans-unit>
<trans-unit id="timesheet">
<source>timesheet</source>
<target>Ordu taula</target>
</trans-unit>
<trans-unit id="freelancer">
<source>freelancer</source>
<target>Autonomoa</target>
</trans-unit>
<trans-unit id="open-spreadsheet">
<source>open-spreadsheet</source>
<target>Kalkulu orria ireki</target>
</trans-unit>
<trans-unit id="spreadsheet">
<source>spreadsheet</source>
<target>Excel</target>
</trans-unit>
<trans-unit id="export">
<source>export</source>
<target>Exportatu</target>
</trans-unit>
<trans-unit id="company">
<source>company</source>
<target>Enpresa faktura</target>
</trans-unit>
</body>
</file>
</xliff>

1093
translations/messages.eu.xlf Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="none">
<body>
<trans-unit id="previous">
<source>previous</source>
<target></target>
</trans-unit>
<trans-unit id="next">
<source>next</source>
<target></target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="plugins.en.xlf">
<body>
<trans-unit id="plugins.title">
<source>plugins.title</source>
<target>Pluginak</target>
</trans-unit>
<trans-unit id="plugins.subtitle">
<source>plugins.subtitle</source>
<target>Pluginen bitartez Kimai hobe dezakezu</target>
</trans-unit>
<trans-unit id="plugin.none_installed">
<source>plugin.none_installed</source>
<target>Oraindik ez daukazu plugin-ik instalatuta</target>
</trans-unit>
<trans-unit id="plugin.marketplace">
<source>plugin.marketplace</source>
<target>Kimai plugin merkatua</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="system-configuration.en.xlf">
<body>
<trans-unit id="title">
<source>title</source>
<target>Aukerak</target>
</trans-unit>
<trans-unit id="subtitle">
<source>subtitle</source>
<target>Denbora kontrol aukerak aldatu</target>
</trans-unit>
<trans-unit id="timesheet">
<source>timesheet</source>
<target>Ordu taula</target>
</trans-unit>
<trans-unit id="form_customer">
<source>form_customer</source>
<target>Bezeroa sortu - defektuzko balioekin</target>
</trans-unit>
<trans-unit id="form_user">
<source>form_user</source>
<target>Defektuzko balioak - erabiltzailea</target>
</trans-unit>
<trans-unit id="theme">
<source>theme</source>
<target>Itxura</target>
</trans-unit>
<trans-unit id="calendar">
<source>calendar</source>
<target>Egutegia</target>
</trans-unit>
<trans-unit id="label.theme.markdown_content">
<source>label.theme.markdown_content</source>
<target>Markdown formatua onartu deskribapen eta iruzkinetan</target>
</trans-unit>
<trans-unit id="label.timesheet.mode">
<source>label.timesheet.mode</source>
<target>Denbora jarraipen modua</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_default">
<source>label.timesheet.mode_default</source>
<target>Defektuz hasiera eta bukaera denbora edita daitezke</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_duration_only">
<source>label.timesheet.mode_duration_only</source>
<target>[Iraupena] Bukaera ordua beharrean iraupena erakutsi</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_duration_fixed_begin">
<source>label.timesheet.mode_duration_fixed_begin</source>
<target>[Iraupena] hasiera ordu finko konfiguragarria. Iraupena soilik alda daiteke</target>
</trans-unit>
<trans-unit id="label.timesheet.mode_punch">
<source>label.timesheet.mode_punch</source>
<target>[Kontrol erlojua] Erabiltzaileak sarreak abiarazi eta geldi ditzake, baina ezin ditu beranduago aldatu</target>
</trans-unit>
<trans-unit id="label.timesheet.rules.allow_future_times">
<source>label.timesheet.rules.allow_future_times</source>
<target>Etorkizuneko denbora sarrerak onartu</target>
</trans-unit>
<trans-unit id="label.timesheet.active_entries.hard_limit">
<source>label.timesheet.active_entries.hard_limit</source>
<target>Gehinezko sarrera kopurua aldi berean</target>
</trans-unit>
<trans-unit id="label.timesheet.active_entries.soft_limit">
<source>label.timesheet.active_entries.soft_limit</source>
<target>Aldibereko gehinezko sarrera kopurua oharra bota aurretik</target>
</trans-unit>
<trans-unit id="label.theme.select_type">
<source>label.theme.select_type</source>
<target>Formulariotako aukeraketa kutxa mota</target>
</trans-unit>
<trans-unit id="label.theme.autocomplete_chars">
<source>label.theme.autocomplete_chars</source>
<target>Auto-osaketarko gutxieneko letra kopurua</target>
</trans-unit>
<trans-unit id="label.calendar.week_numbers">
<source>label.calendar.week_numbers</source>
<target>Aste zenbakia erakutsi</target>
</trans-unit>
<trans-unit id="label.calendar.weekends">
<source>label.calendar.weekends</source>
<target>Asteburuak erakutsi</target>
</trans-unit>
<trans-unit id="label.calendar.businessHours.begin">
<source>label.calendar.businessHours.begin</source>
<target>Lan-egunaren hasiera ordua (nabarmendua izango da)</target>
</trans-unit>
<trans-unit id="label.calendar.businessHours.end">
<source>label.calendar.businessHours.end</source>
<target>Lan-egunaren bukaera ordua (nabarmendua izango da)</target>
</trans-unit>
<trans-unit id="label.calendar.visibleHours.begin">
<source>label.calendar.visibleHours.begin</source>
<target>Ordu-denbora tartearen hasiera</target>
</trans-unit>
<trans-unit id="label.calendar.visibleHours.end">
<source>label.calendar.visibleHours.end</source>
<target>Ordu-denbora tartearen bukaera</target>
</trans-unit>
</body>
</file>
</xliff>

11
translations/tags.eu.xlf Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="tags.en.xlf">
<body>
<trans-unit id="tags.title">
<source>tags.title</source>
<target>Etiketak</target>
</trans-unit>
</body>
</file>
</xliff>

35
translations/teams.eu.xlf Normal file
View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="teams.en.xlf">
<body>
<trans-unit id="teams.title">
<source>teams.title</source>
<target>Taldeak</target>
</trans-unit>
<trans-unit id="teams.project_access">
<source>teams.project_access</source>
<target>Proiektuen kudeaketa bahimendu</target>
</trans-unit>
<trans-unit id="teams.customer_access">
<source>teams.customer_access</source>
<target>Bezeroen kudeaketa bahimendu</target>
</trans-unit>
<trans-unit id="team.visibility_global">
<source>team.visibility_global</source>
<target>Denontzat agerikoa. Talde bahimenik gabe.</target>
</trans-unit>
<trans-unit id="team.visibility_restricted">
<source>team.visibility_restricted</source>
<target>Soilik ondorengo talde eta administratzaileei bahimendua.</target>
</trans-unit>
<trans-unit id="team.project_visibility_inherited">
<source>team.project_visibility_inherited</source>
<target>Proiektuak talde bati emandako bahimen mugak ditu.</target>
</trans-unit>
<trans-unit id="team.create_default">
<source>team.create_default</source>
<target>Talde berria sortu bahimenak mugatzeko</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" target-language="eu" datatype="plaintext" original="none">
<body>
<trans-unit id="This value is not a valid role.">
<source>This value is not a valid role.</source>
<target>Zehaztutako balioa ez da rol balio zuzena</target>
</trans-unit>
<trans-unit id="End date must not be earlier then start date.">
<source>End date must not be earlier then start date.</source>
<target>Amariera datak ezin du hasierako data baino lehenagokoa izan</target>
</trans-unit>
<trans-unit id="The begin date cannot be in the future.">
<source>The begin date cannot be in the future.</source>
<target>Hasiera datak ezin du etorkizunean egon</target>
</trans-unit>
</body>
</file>
</xliff>