Sync locales

This commit is contained in:
Frederic Guillot
2015-07-16 22:47:25 -04:00
parent 493c7c2c74
commit 0bc99aef08
17 changed files with 612 additions and 221 deletions

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'Projektets navn er krævet', 'The project name is required' => 'Projektets navn er krævet',
'This project must be unique' => 'Projektets navn skal være unikt', 'This project must be unique' => 'Projektets navn skal være unikt',
'The title is required' => 'Titel er krævet', 'The title is required' => 'Titel er krævet',
'There is no active project, the first step is to create a new project.' => 'Der er ingen aktive projekter. Første step er at oprette et nyt projekt.',
'Settings saved successfully.' => 'Indstillinger gemt.', 'Settings saved successfully.' => 'Indstillinger gemt.',
'Unable to save your settings.' => 'Indstillinger kunne ikke gemmes.', 'Unable to save your settings.' => 'Indstillinger kunne ikke gemmes.',
'Database optimization done.' => 'Databaseoptimeringen er fuldført.', 'Database optimization done.' => 'Databaseoptimeringen er fuldført.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d kommentarer', '%d comments' => '%d kommentarer',
'%d comment' => '%d kommentar', '%d comment' => '%d kommentar',
'Email address invalid' => 'Ugyldig email', 'Email address invalid' => 'Ugyldig email',
'Your Google Account is not linked anymore to your profile.' => 'Din Google-konto er ikke længere forbundet til din profil.', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Det var ikke muligt at fjerne din Google-konto.', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Google autentificering mislykkedes', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Det var ikke muligt at forbinde til din Google-konto.', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Din Google-konto er forbundet til din profil.',
'Email' => 'E-Mail', 'Email' => 'E-Mail',
'Link my Google Account' => 'Forbind min Google-konto', 'Link my Google Account' => 'Forbind min Google-konto',
'Unlink my Google Account' => 'Fjern forbindelsen til min Google-konto', 'Unlink my Google Account' => 'Fjern forbindelsen til min Google-konto',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Maksimum størrelse: ', 'Maximum size: ' => 'Maksimum størrelse: ',
'Unable to upload the file.' => 'Filen kunne ikke uploades.', 'Unable to upload the file.' => 'Filen kunne ikke uploades.',
'Display another project' => 'Vis et andet projekt...', 'Display another project' => 'Vis et andet projekt...',
'Your Github account was successfully linked to your profile.' => 'Din Github-konto er forbundet til din profil.',
'Unable to link your Github Account.' => 'Det var ikke muligt er forbinde til din Github-konto.',
'Github authentication failed' => 'Github autentificering mislykkedes',
'Your Github account is no longer linked to your profile.' => 'Din Github-konto er ikke længere forbundet til din profil.',
'Unable to unlink your Github Account.' => 'Det var ikke muligt at fjerne forbindelsen til din Github-konto.',
'Login with my Github Account' => 'Login med min Github-konto', 'Login with my Github Account' => 'Login med min Github-konto',
'Link my Github Account' => 'Forbind min Github-konto', 'Link my Github Account' => 'Forbind min Github-konto',
'Unlink my Github Account' => 'Fjern forbindelsen til min Github-konto', 'Unlink my Github Account' => 'Fjern forbindelsen til min Github-konto',
@@ -615,8 +608,7 @@ return array(
// 'Time Tracking' => '', // 'Time Tracking' => '',
// 'You already have one subtask in progress' => '', // 'You already have one subtask in progress' => '',
// 'Which parts of the project do you want to duplicate?' => '', // 'Which parts of the project do you want to duplicate?' => '',
// 'Disable login form' => '', // 'Disallow login form' => '',
// 'Show/hide calendar' => '',
// 'Bitbucket commit received' => '', // 'Bitbucket commit received' => '',
// 'Bitbucket webhooks' => '', // 'Bitbucket webhooks' => '',
// 'Help on Bitbucket webhooks' => '', // 'Help on Bitbucket webhooks' => '',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'Der Projektname ist anzugeben', 'The project name is required' => 'Der Projektname ist anzugeben',
'This project must be unique' => 'Der Projektname muss eindeutig sein', 'This project must be unique' => 'Der Projektname muss eindeutig sein',
'The title is required' => 'Der Titel ist anzugeben', 'The title is required' => 'Der Titel ist anzugeben',
'There is no active project, the first step is to create a new project.' => 'Es gibt kein aktives Projekt. Zunächst muss ein Projekt erstellt werden.',
'Settings saved successfully.' => 'Einstellungen erfolgreich gespeichert.', 'Settings saved successfully.' => 'Einstellungen erfolgreich gespeichert.',
'Unable to save your settings.' => 'Speichern der Einstellungen nicht möglich.', 'Unable to save your settings.' => 'Speichern der Einstellungen nicht möglich.',
'Database optimization done.' => 'Optimieren der Datenbank abgeschlossen.', 'Database optimization done.' => 'Optimieren der Datenbank abgeschlossen.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d Kommentare', '%d comments' => '%d Kommentare',
'%d comment' => '%d Kommentar', '%d comment' => '%d Kommentar',
'Email address invalid' => 'Ungültige E-Mail-Adresse', 'Email address invalid' => 'Ungültige E-Mail-Adresse',
'Your Google Account is not linked anymore to your profile.' => 'Google-Account ist nicht mehr mit dem Profil verbunden.', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Trennung der Verbindung zum Google-Account nicht möglich.', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Zugriff mit Google fehlgeschlagen', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Verbindung mit diesem Google-Account nicht möglich.', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Der Google-Account wurde erfolgreich verbunden.',
'Email' => 'E-Mail', 'Email' => 'E-Mail',
'Link my Google Account' => 'Verbinde meinen Google-Account', 'Link my Google Account' => 'Verbinde meinen Google-Account',
'Unlink my Google Account' => 'Verbindung mit meinem Google-Account trennen', 'Unlink my Google Account' => 'Verbindung mit meinem Google-Account trennen',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Maximalgröße: ', 'Maximum size: ' => 'Maximalgröße: ',
'Unable to upload the file.' => 'Hochladen der Datei nicht möglich.', 'Unable to upload the file.' => 'Hochladen der Datei nicht möglich.',
'Display another project' => 'Zu Projekt wechseln', 'Display another project' => 'Zu Projekt wechseln',
'Your Github account was successfully linked to your profile.' => 'Github-Account erfolgreich mit dem Profil verbunden.',
'Unable to link your Github Account.' => 'Verbindung mit diesem Github-Account nicht möglich.',
'Github authentication failed' => 'Zugriff mit Github fehlgeschlagen',
'Your Github account is no longer linked to your profile.' => 'Github-Account ist nicht mehr mit dem Profil verbunden.',
'Unable to unlink your Github Account.' => 'Trennung der Verbindung zum Github-Account ist nicht möglich.',
'Login with my Github Account' => 'Anmelden mit meinem Github-Account', 'Login with my Github Account' => 'Anmelden mit meinem Github-Account',
'Link my Github Account' => 'Mit meinem Github-Account verbinden', 'Link my Github Account' => 'Mit meinem Github-Account verbinden',
'Unlink my Github Account' => 'Verbindung mit meinem Github-Account trennen', 'Unlink my Github Account' => 'Verbindung mit meinem Github-Account trennen',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Zeiterfassung', 'Time Tracking' => 'Zeiterfassung',
'You already have one subtask in progress' => 'Bereits eine Teilaufgabe in Bearbeitung', 'You already have one subtask in progress' => 'Bereits eine Teilaufgabe in Bearbeitung',
'Which parts of the project do you want to duplicate?' => 'Welcher Teil des Projekts soll kopiert werden?', 'Which parts of the project do you want to duplicate?' => 'Welcher Teil des Projekts soll kopiert werden?',
'Disable login form' => 'Anmeldeformular deaktivieren', // 'Disallow login form' => '',
'Show/hide calendar' => 'Kalender anzeigen/verbergen',
'Bitbucket commit received' => 'Bitbucket-Commit erhalten', 'Bitbucket commit received' => 'Bitbucket-Commit erhalten',
'Bitbucket webhooks' => 'Bitbucket-Webhooks', 'Bitbucket webhooks' => 'Bitbucket-Webhooks',
'Help on Bitbucket webhooks' => 'Hilfe für Bitbucket-Webhooks', 'Help on Bitbucket webhooks' => 'Hilfe für Bitbucket-Webhooks',
@@ -971,4 +963,35 @@ return array(
'Search by category: ' => 'Suche nach Kategorie: ', 'Search by category: ' => 'Suche nach Kategorie: ',
'Search by description: ' => 'Suche nach Beschreibung: ', 'Search by description: ' => 'Suche nach Beschreibung: ',
'Search by due date: ' => 'Suche nach Fälligkeitsdatum: ', 'Search by due date: ' => 'Suche nach Fälligkeitsdatum: ',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'El nombre del proyecto es obligatorio', 'The project name is required' => 'El nombre del proyecto es obligatorio',
'This project must be unique' => 'El nombre del proyecto debe ser único', 'This project must be unique' => 'El nombre del proyecto debe ser único',
'The title is required' => 'El titulo es obligatorio', 'The title is required' => 'El titulo es obligatorio',
'There is no active project, the first step is to create a new project.' => 'No hay proyectos activados, la primera etapa consiste en crear un nuevo proyecto.',
'Settings saved successfully.' => 'Parámetros guardados correctamente.', 'Settings saved successfully.' => 'Parámetros guardados correctamente.',
'Unable to save your settings.' => 'No se pueden guardar sus parámetros.', 'Unable to save your settings.' => 'No se pueden guardar sus parámetros.',
'Database optimization done.' => 'Optimización de la base de datos terminada.', 'Database optimization done.' => 'Optimización de la base de datos terminada.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d comentarios', '%d comments' => '%d comentarios',
'%d comment' => '%d comentario', '%d comment' => '%d comentario',
'Email address invalid' => 'Dirección de correo inválida', 'Email address invalid' => 'Dirección de correo inválida',
'Your Google Account is not linked anymore to your profile.' => 'Tu Cuenta en Google ya no se encuentra vinculada con tu perfil', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'No puedo desvincular tu Cuenta en Google.', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Ha fallado tu autenticación en Google', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'No puedo vincular con tu Cuenta en Google.', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Se ha vinculado correctamente tu Cuenta en Google con tu perfil.',
'Email' => 'Correo', 'Email' => 'Correo',
'Link my Google Account' => 'Vincular con mi Cuenta en Google', 'Link my Google Account' => 'Vincular con mi Cuenta en Google',
'Unlink my Google Account' => 'Desvincular de mi Cuenta en Google', 'Unlink my Google Account' => 'Desvincular de mi Cuenta en Google',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Tamaño máximo', 'Maximum size: ' => 'Tamaño máximo',
'Unable to upload the file.' => 'No pude cargar el fichero.', 'Unable to upload the file.' => 'No pude cargar el fichero.',
'Display another project' => 'Mostrar otro proyecto', 'Display another project' => 'Mostrar otro proyecto',
'Your Github account was successfully linked to your profile.' => 'Tu cuenta de Github ha sido correctamente vinculada con tu perfil',
'Unable to link your Github Account.' => 'Imposible vincular tu cuenta de Github',
'Github authentication failed' => 'Falló la autenticación de Github',
'Your Github account is no longer linked to your profile.' => 'Tu cuenta de Github ya no está vinculada a tu perfil',
'Unable to unlink your Github Account.' => 'Imposible desvincular tu cuenta de Github',
'Login with my Github Account' => 'Ingresar con mi cuenta de Github', 'Login with my Github Account' => 'Ingresar con mi cuenta de Github',
'Link my Github Account' => 'Vincular mi cuenta de Github', 'Link my Github Account' => 'Vincular mi cuenta de Github',
'Unlink my Github Account' => 'Desvincular mi cuenta de Github', 'Unlink my Github Account' => 'Desvincular mi cuenta de Github',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Seguimiento Temporal', 'Time Tracking' => 'Seguimiento Temporal',
'You already have one subtask in progress' => 'Ya dispones de una subtarea en progreso', 'You already have one subtask in progress' => 'Ya dispones de una subtarea en progreso',
'Which parts of the project do you want to duplicate?' => '¿Qué partes del proyecto deseas duplicar?', 'Which parts of the project do you want to duplicate?' => '¿Qué partes del proyecto deseas duplicar?',
'Disable login form' => 'Desactivar formulario de ingreso', // 'Disallow login form' => '',
'Show/hide calendar' => 'Mostrar/ocultar calendario',
'Bitbucket commit received' => 'Recibida envío desde Bitbucket', 'Bitbucket commit received' => 'Recibida envío desde Bitbucket',
'Bitbucket webhooks' => 'Disparadores Web (webhooks) de Bitbucket', 'Bitbucket webhooks' => 'Disparadores Web (webhooks) de Bitbucket',
'Help on Bitbucket webhooks' => 'Ayuda sobre disparadores web (webhooks) de Bitbucket', 'Help on Bitbucket webhooks' => 'Ayuda sobre disparadores web (webhooks) de Bitbucket',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'Projektin nimi on pakollinen', 'The project name is required' => 'Projektin nimi on pakollinen',
'This project must be unique' => 'Projektin nimi täytyy olla uniikki', 'This project must be unique' => 'Projektin nimi täytyy olla uniikki',
'The title is required' => 'Otsikko vaaditaan', 'The title is required' => 'Otsikko vaaditaan',
'There is no active project, the first step is to create a new project.' => 'Aktiivista projektia ei ole, ensimmäinen vaihe on luoda uusi projekti.',
'Settings saved successfully.' => 'Asetukset tallennettu onnistuneesti.', 'Settings saved successfully.' => 'Asetukset tallennettu onnistuneesti.',
'Unable to save your settings.' => 'Asetusten tallentaminen epäonnistui.', 'Unable to save your settings.' => 'Asetusten tallentaminen epäonnistui.',
'Database optimization done.' => 'Tietokannan optimointi suoritettu.', 'Database optimization done.' => 'Tietokannan optimointi suoritettu.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d kommenttia', '%d comments' => '%d kommenttia',
'%d comment' => '%d kommentti', '%d comment' => '%d kommentti',
'Email address invalid' => 'Email ei kelpaa', 'Email address invalid' => 'Email ei kelpaa',
'Your Google Account is not linked anymore to your profile.' => 'Google tunnustasi ei ole enää linkattu profiiliisi', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Google tunnuksen linkkaamisen poistaminen epäonnistui.', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Google autentikointi epäonnistui', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Google tunnuksen linkkaaminen epäonnistui.', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Google tunnuksesi linkitettiin profiiliisi onnistuneesti.',
'Email' => 'Sähköposti', 'Email' => 'Sähköposti',
'Link my Google Account' => 'Linkitä Google-tili', 'Link my Google Account' => 'Linkitä Google-tili',
'Unlink my Google Account' => 'Poista Google-tilin linkitys', 'Unlink my Google Account' => 'Poista Google-tilin linkitys',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Maksimikoko: ', 'Maximum size: ' => 'Maksimikoko: ',
'Unable to upload the file.' => 'Tiedoston lataus epäonnistui.', 'Unable to upload the file.' => 'Tiedoston lataus epäonnistui.',
'Display another project' => 'Näytä toinen projekti', 'Display another project' => 'Näytä toinen projekti',
'Your Github account was successfully linked to your profile.' => 'Github-tilisi on onnistuneesti liitetty profiiliisi',
'Unable to link your Github Account.' => 'Github-tilin liittäminen epäonnistui',
'Github authentication failed' => 'Github-todennus epäonnistui',
'Your Github account is no longer linked to your profile.' => 'Github-tiliäsi ei ole enää liitetty profiiliisi.',
'Unable to unlink your Github Account.' => 'Github-tilisi liitoksen poisto epäonnistui',
'Login with my Github Account' => 'Kirjaudu sisään Github-tililläni', 'Login with my Github Account' => 'Kirjaudu sisään Github-tililläni',
'Link my Github Account' => 'Liitä Github-tilini', 'Link my Github Account' => 'Liitä Github-tilini',
'Unlink my Github Account' => 'Poista liitos Github-tiliini', 'Unlink my Github Account' => 'Poista liitos Github-tiliini',
@@ -615,8 +608,7 @@ return array(
// 'Time Tracking' => '', // 'Time Tracking' => '',
// 'You already have one subtask in progress' => '', // 'You already have one subtask in progress' => '',
// 'Which parts of the project do you want to duplicate?' => '', // 'Which parts of the project do you want to duplicate?' => '',
// 'Disable login form' => '', // 'Disallow login form' => '',
// 'Show/hide calendar' => '',
// 'Bitbucket commit received' => '', // 'Bitbucket commit received' => '',
// 'Bitbucket webhooks' => '', // 'Bitbucket webhooks' => '',
// 'Help on Bitbucket webhooks' => '', // 'Help on Bitbucket webhooks' => '',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'Le nom du projet est obligatoire', 'The project name is required' => 'Le nom du projet est obligatoire',
'This project must be unique' => 'Le nom du projet doit être unique', 'This project must be unique' => 'Le nom du projet doit être unique',
'The title is required' => 'Le titre est obligatoire', 'The title is required' => 'Le titre est obligatoire',
'There is no active project, the first step is to create a new project.' => 'Il n\'y a aucun projet actif, la première étape est de créer un nouveau projet.',
'Settings saved successfully.' => 'Paramètres sauvegardés avec succès.', 'Settings saved successfully.' => 'Paramètres sauvegardés avec succès.',
'Unable to save your settings.' => 'Impossible de sauvegarder vos réglages.', 'Unable to save your settings.' => 'Impossible de sauvegarder vos réglages.',
'Database optimization done.' => 'Optmisation de la base de données terminée.', 'Database optimization done.' => 'Optmisation de la base de données terminée.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d commentaires', '%d comments' => '%d commentaires',
'%d comment' => '%d commentaire', '%d comment' => '%d commentaire',
'Email address invalid' => 'Adresse email invalide', 'Email address invalid' => 'Adresse email invalide',
'Your Google Account is not linked anymore to your profile.' => 'Votre compte Google n\'est plus relié à votre profile.', 'Your external account is not linked anymore to your profile.' => 'Votre compte externe n\'est plus relié à votre profile.',
'Unable to unlink your Google Account.' => 'Impossible de supprimer votre compte Google.', 'Unable to unlink your external account.' => 'Impossible de supprimer votre compte externe.',
'Google authentication failed' => 'Authentification Google échouée', 'External authentication failed' => 'Authentification externe échouée',
'Unable to link your Google Account.' => 'Impossible de lier votre compte Google.', 'Your external account is linked to your profile successfully.' => 'Votre compte externe est désormais lié à votre profile.',
'Your Google Account is linked to your profile successfully.' => 'Votre compte Google est désormais lié à votre profile.',
'Email' => 'Email', 'Email' => 'Email',
'Link my Google Account' => 'Lier mon compte Google', 'Link my Google Account' => 'Lier mon compte Google',
'Unlink my Google Account' => 'Ne plus utiliser mon compte Google', 'Unlink my Google Account' => 'Ne plus utiliser mon compte Google',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Taille maximum : ', 'Maximum size: ' => 'Taille maximum : ',
'Unable to upload the file.' => 'Impossible de transférer le fichier.', 'Unable to upload the file.' => 'Impossible de transférer le fichier.',
'Display another project' => 'Afficher un autre projet', 'Display another project' => 'Afficher un autre projet',
'Your Github account was successfully linked to your profile.' => 'Votre compte Github est désormais lié avec votre profile.',
'Unable to link your Github Account.' => 'Impossible de lier votre compte Github.',
'Github authentication failed' => 'L\'authentification avec Github à échouée',
'Your Github account is no longer linked to your profile.' => 'Votre compte Github n\'est plus relié avec votre profile.',
'Unable to unlink your Github Account.' => 'Impossible de déconnecter votre compte Github.',
'Login with my Github Account' => 'Se connecter avec mon compte Github', 'Login with my Github Account' => 'Se connecter avec mon compte Github',
'Link my Github Account' => 'Lier mon compte Github', 'Link my Github Account' => 'Lier mon compte Github',
'Unlink my Github Account' => 'Ne plus utiliser mon compte Github', 'Unlink my Github Account' => 'Ne plus utiliser mon compte Github',
@@ -617,8 +610,7 @@ return array(
'Time Tracking' => 'Feuille de temps', 'Time Tracking' => 'Feuille de temps',
'You already have one subtask in progress' => 'Vous avez déjà une sous-tâche en progrès', 'You already have one subtask in progress' => 'Vous avez déjà une sous-tâche en progrès',
'Which parts of the project do you want to duplicate?' => 'Quelles parties du projet voulez-vous dupliquer ?', 'Which parts of the project do you want to duplicate?' => 'Quelles parties du projet voulez-vous dupliquer ?',
'Disable login form' => 'Désactiver le formulaire d\'authentification', 'Disallow login form' => 'Interdir le formulaire d\'authentification',
'Show/hide calendar' => 'Afficher/cacher le calendrier',
'Bitbucket commit received' => 'Commit reçu via Bitbucket', 'Bitbucket commit received' => 'Commit reçu via Bitbucket',
'Bitbucket webhooks' => 'Webhook Bitbucket', 'Bitbucket webhooks' => 'Webhook Bitbucket',
'Help on Bitbucket webhooks' => 'Aide sur les webhooks Bitbucket', 'Help on Bitbucket webhooks' => 'Aide sur les webhooks Bitbucket',
@@ -973,4 +965,35 @@ return array(
'Search by category: ' => 'Rechercher par catégorie : ', 'Search by category: ' => 'Rechercher par catégorie : ',
'Search by description: ' => 'Rechercher par description : ', 'Search by description: ' => 'Rechercher par description : ',
'Search by due date: ' => 'Rechercher par date d\'échéance : ', 'Search by due date: ' => 'Rechercher par date d\'échéance : ',
'Lead and Cycle time for "%s"' => 'Lead et cycle time pour « %s »',
'Average time spent into each column for "%s"' => 'Temps passé moyen dans chaque colonne pour « %s »',
'Average time spent into each column' => 'Temps moyen passé dans chaque colonne',
'Average time spent' => 'Temps moyen passé',
'This chart show the average time spent into each column for the last %d tasks.' => 'Ce graphique montre le temps passé moyen dans chaque colonne pour les %d dernières tâches.',
'Average Lead and Cycle time' => 'Durée moyenne du lead et cycle time',
'Average lead time: ' => 'Lead time moyen : ',
'Average cycle time: ' => 'Cycle time moyen : ',
'Cycle Time' => 'Cycle time',
'Lead Time' => 'Lead time',
'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Ce graphique montre la durée moyenne du lead et cycle time pour les %d dernières tâches.',
'Average time into each column' => 'Temps moyen dans chaque colonne',
'Lead and cycle time' => 'Lead et cycle time',
'Google Authentication' => 'Authentification Google',
'Help on Google authentication' => 'Aide sur l\'authentification Google',
'Github Authentication' => 'Authentification Github',
'Help on Github authentication' => 'Aide sur l\'authentification Github',
'Channel/Group/User (Optional)' => 'Cannal/Groupe/Utilisateur (Optionnel)',
'Lead time: ' => 'Lead time : ',
'Cycle time: ' => 'Temps de cycle : ',
'Time spent into each column' => 'Temps passé dans chaque colonne',
'The lead time is the duration between the task creation and the completion.' => 'Le lead time est la durée entre la création de la tâche et sa complétion.',
'The cycle time is the duration between the start date and the completion.' => 'Le cycle time est la durée entre la date de début et la complétion.',
'If the task is not closed the current time is used instead of the completion date.' => 'Si la tâche n\'est pas fermée, l\'heure courante est utilisée à la place de la date de complétion.',
'Set automatically the start date' => 'Définir automatiquement la date de début',
'Edit Authentication' => 'Modifier l\'authentification',
'Google Id' => 'Identifiant Google',
'Github Id' => 'Identifiant Github',
'Remote user' => 'Utilisateur distant',
'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Les utilisateurs distants ne stockent pas leur mot de passe dans la base de données de Kanboard, exemples : comptes LDAP, Github ou Google.',
'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Si vous cochez la case « Interdir le formulaire d\'authentification », les identifiants entrés dans le formulaire d\'authentification seront ignorés.',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'A projekt nevét meg kell adni', 'The project name is required' => 'A projekt nevét meg kell adni',
'This project must be unique' => 'A projekt nevének egyedinek kell lennie', 'This project must be unique' => 'A projekt nevének egyedinek kell lennie',
'The title is required' => 'A címet meg kell adni', 'The title is required' => 'A címet meg kell adni',
'There is no active project, the first step is to create a new project.' => 'Nincs aktív projekt. Először létre kell hozni egy projektet.',
'Settings saved successfully.' => 'A beállítások sikeresen mentve.', 'Settings saved successfully.' => 'A beállítások sikeresen mentve.',
'Unable to save your settings.' => 'A beállítások mentése sikertelen.', 'Unable to save your settings.' => 'A beállítások mentése sikertelen.',
'Database optimization done.' => 'Adatbázis optimalizálás kész.', 'Database optimization done.' => 'Adatbázis optimalizálás kész.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d megjegyzés', '%d comments' => '%d megjegyzés',
'%d comment' => '%d megjegyzés', '%d comment' => '%d megjegyzés',
'Email address invalid' => 'Érvénytelen e-mail cím', 'Email address invalid' => 'Érvénytelen e-mail cím',
'Your Google Account is not linked anymore to your profile.' => 'Google Fiók már nincs a profilhoz kapcsolva.', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Leválasztás a Google fiókról nem lehetséges.', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Google azonosítás sikertelen', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'A Google profilhoz kapcsolás sikertelen.', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Google fiókkal sikeresen összekapcsolva.',
'Email' => 'E-mail', 'Email' => 'E-mail',
'Link my Google Account' => 'Kapcsold össze a Google fiókkal', 'Link my Google Account' => 'Kapcsold össze a Google fiókkal',
'Unlink my Google Account' => 'Válaszd le a Google fiókomat', 'Unlink my Google Account' => 'Válaszd le a Google fiókomat',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Maximális méret: ', 'Maximum size: ' => 'Maximális méret: ',
'Unable to upload the file.' => 'Fájl feltöltése nem lehetséges.', 'Unable to upload the file.' => 'Fájl feltöltése nem lehetséges.',
'Display another project' => 'Másik projekt megjelenítése', 'Display another project' => 'Másik projekt megjelenítése',
'Your Github account was successfully linked to your profile.' => 'Github fiók sikeresen csatolva a profilhoz.',
'Unable to link your Github Account.' => 'Nem lehet csatolni a Github fiókot.',
'Github authentication failed' => 'Github azonosítás sikertelen',
'Your Github account is no longer linked to your profile.' => 'Github fiók már nincs profilhoz kapcsolva.',
'Unable to unlink your Github Account.' => 'Github fiók leválasztása nem lehetséges.',
'Login with my Github Account' => 'Jelentkezzen be Github fiókkal', 'Login with my Github Account' => 'Jelentkezzen be Github fiókkal',
'Link my Github Account' => 'Github fiók csatolása', 'Link my Github Account' => 'Github fiók csatolása',
'Unlink my Github Account' => 'Github fiók leválasztása', 'Unlink my Github Account' => 'Github fiók leválasztása',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Idő követés', 'Time Tracking' => 'Idő követés',
'You already have one subtask in progress' => 'Már van egy folyamatban levő részfeladata', 'You already have one subtask in progress' => 'Már van egy folyamatban levő részfeladata',
'Which parts of the project do you want to duplicate?' => 'A projekt mely részeit szeretné másolni?', 'Which parts of the project do you want to duplicate?' => 'A projekt mely részeit szeretné másolni?',
'Disable login form' => 'Bejelentkező képernyő tiltása', // 'Disallow login form' => '',
'Show/hide calendar' => 'Naptár megjelenítés/elrejtés',
'Bitbucket commit received' => 'Bitbucket commit érkezett', 'Bitbucket commit received' => 'Bitbucket commit érkezett',
'Bitbucket webhooks' => 'Bitbucket webhooks', 'Bitbucket webhooks' => 'Bitbucket webhooks',
'Help on Bitbucket webhooks' => 'Bitbucket webhooks súgó', 'Help on Bitbucket webhooks' => 'Bitbucket webhooks súgó',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'Si richiede il nome del progetto', 'The project name is required' => 'Si richiede il nome del progetto',
'This project must be unique' => 'Il nome del progetto deve essere unico', 'This project must be unique' => 'Il nome del progetto deve essere unico',
'The title is required' => 'Si richiede un titolo', 'The title is required' => 'Si richiede un titolo',
'There is no active project, the first step is to create a new project.' => 'Non ci sono progetti attivi, il primo passo consiste in creare un nuovo progetto.',
'Settings saved successfully.' => 'Impostazioni salvate correttamente.', 'Settings saved successfully.' => 'Impostazioni salvate correttamente.',
'Unable to save your settings.' => 'Non si possono salvare le impostazioni.', 'Unable to save your settings.' => 'Non si possono salvare le impostazioni.',
'Database optimization done.' => 'Ottimizzazione della base dati conclusa.', 'Database optimization done.' => 'Ottimizzazione della base dati conclusa.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d commenti', '%d comments' => '%d commenti',
'%d comment' => '%d commento', '%d comment' => '%d commento',
'Email address invalid' => 'Indirizzo e-mail sbagliato', 'Email address invalid' => 'Indirizzo e-mail sbagliato',
'Your Google Account is not linked anymore to your profile.' => 'Il suo account Google non è più collegato al suo profilo', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Non si può svincolare l\'account di Google.', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Autenticazione con Google non riuscita', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Non si può collegare il tuo account di Google.', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Il tuo account di Google è stato collegato correttamente al tuo profilo.',
'Email' => 'E-mail', 'Email' => 'E-mail',
'Link my Google Account' => 'Collegare il mio Account di Google', 'Link my Google Account' => 'Collegare il mio Account di Google',
'Unlink my Google Account' => 'Scollegare il mio account di Google', 'Unlink my Google Account' => 'Scollegare il mio account di Google',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Dimensioni massime', 'Maximum size: ' => 'Dimensioni massime',
'Unable to upload the file.' => 'Non si può caricare il file.', 'Unable to upload the file.' => 'Non si può caricare il file.',
'Display another project' => 'Mostrare un altro progetto', 'Display another project' => 'Mostrare un altro progetto',
'Your Github account was successfully linked to your profile.' => 'Il suo account di Github è stato collegato correttamente col tuo profilo.',
'Unable to link your Github Account.' => 'Non si può collegarre il tuo account di Github.',
'Github authentication failed' => 'Autenticazione con Github non riuscita',
'Your Github account is no longer linked to your profile.' => 'Il tuo account di Github non è più collegato al tuo profilo.',
'Unable to unlink your Github Account.' => 'Non si può collegare il tuo account di Github.',
'Login with my Github Account' => 'Entrare col tuo account di Github', 'Login with my Github Account' => 'Entrare col tuo account di Github',
'Link my Github Account' => 'Collegare il mio account Github', 'Link my Github Account' => 'Collegare il mio account Github',
'Unlink my Github Account' => 'Scollegare il mio account di Github', 'Unlink my Github Account' => 'Scollegare il mio account di Github',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Gestione del tempo', 'Time Tracking' => 'Gestione del tempo',
'You already have one subtask in progress' => 'Hai già un sotto-compito in progresso', 'You already have one subtask in progress' => 'Hai già un sotto-compito in progresso',
'Which parts of the project do you want to duplicate?' => 'Quali parti del progetto vuoi duplicare?', 'Which parts of the project do you want to duplicate?' => 'Quali parti del progetto vuoi duplicare?',
'Disable login form' => 'Disabilita form di login', // 'Disallow login form' => '',
'Show/hide calendar' => 'Mostra/nascondi calendario',
'Bitbucket commit received' => 'Commit ricevuto da Bitbucket', 'Bitbucket commit received' => 'Commit ricevuto da Bitbucket',
'Bitbucket webhooks' => 'Webhooks di Bitbucket', 'Bitbucket webhooks' => 'Webhooks di Bitbucket',
'Help on Bitbucket webhooks' => 'Guida ai Webhooks di Bitbucket', 'Help on Bitbucket webhooks' => 'Guida ai Webhooks di Bitbucket',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'プロジェクト名が必要です', 'The project name is required' => 'プロジェクト名が必要です',
'This project must be unique' => 'プロジェクト名がすでに使われています', 'This project must be unique' => 'プロジェクト名がすでに使われています',
'The title is required' => 'タイトルが必要です', 'The title is required' => 'タイトルが必要です',
'There is no active project, the first step is to create a new project.' => '有効なプロジェクトがありません。まず新しいプロジェクトを作ります。',
'Settings saved successfully.' => '設定を保存しました。', 'Settings saved successfully.' => '設定を保存しました。',
'Unable to save your settings.' => '設定の保存に失敗しました。', 'Unable to save your settings.' => '設定の保存に失敗しました。',
'Database optimization done.' => 'データベースの最適化が終わりました。', 'Database optimization done.' => 'データベースの最適化が終わりました。',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d 個のコメント', '%d comments' => '%d 個のコメント',
'%d comment' => '%d 個のコメント', '%d comment' => '%d 個のコメント',
'Email address invalid' => 'メールアドレスが正しくありません', 'Email address invalid' => 'メールアドレスが正しくありません',
'Your Google Account is not linked anymore to your profile.' => 'Google アカウントとのリンクが解除されました', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Google アカウントとのリンク解除に失敗しました', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Google の認証に失敗しました', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Google アカウントとのリンクに失敗しました。', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Google アカウントとリンクしました',
'Email' => 'Email', 'Email' => 'Email',
'Link my Google Account' => 'Google アカウントをリンクする', 'Link my Google Account' => 'Google アカウントをリンクする',
'Unlink my Google Account' => 'Google アカウントのリンクを解除する', 'Unlink my Google Account' => 'Google アカウントのリンクを解除する',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => '最大: ', 'Maximum size: ' => '最大: ',
'Unable to upload the file.' => 'ファイルのアップロードに失敗しました。', 'Unable to upload the file.' => 'ファイルのアップロードに失敗しました。',
'Display another project' => '別のプロジェクトを表示', 'Display another project' => '別のプロジェクトを表示',
'Your Github account was successfully linked to your profile.' => 'Github アカウントとリンクしました。',
'Unable to link your Github Account.' => 'Github アカウントとリンクできませんでした。',
'Github authentication failed' => 'Github アカウントの認証に失敗しました。',
'Your Github account is no longer linked to your profile.' => 'Github アカウントへのリンクが解除されました。',
'Unable to unlink your Github Account.' => 'Github アカウントのリンク解除に失敗しました。',
'Login with my Github Account' => 'Github アカウントでログインする', 'Login with my Github Account' => 'Github アカウントでログインする',
'Link my Github Account' => 'Github アカウントをリンクする', 'Link my Github Account' => 'Github アカウントをリンクする',
'Unlink my Github Account' => 'Github アカウントとのリンクを解除する', 'Unlink my Github Account' => 'Github アカウントとのリンクを解除する',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'タイムトラッキング', 'Time Tracking' => 'タイムトラッキング',
'You already have one subtask in progress' => 'すでに進行中のサブタスクがあります。', 'You already have one subtask in progress' => 'すでに進行中のサブタスクがあります。',
'Which parts of the project do you want to duplicate?' => 'プロジェクトの何を複製しますか?', 'Which parts of the project do you want to duplicate?' => 'プロジェクトの何を複製しますか?',
'Disable login form' => 'ログインフォームの無効化', // 'Disallow login form' => '',
'Show/hide calendar' => 'カレンダーの表示・非表示',
'Bitbucket commit received' => 'Bitbucket コミットを受信しました', 'Bitbucket commit received' => 'Bitbucket コミットを受信しました',
'Bitbucket webhooks' => 'Bitbucket Webhooks', 'Bitbucket webhooks' => 'Bitbucket Webhooks',
'Help on Bitbucket webhooks' => 'Bitbucket Webhooks のヘルプ', 'Help on Bitbucket webhooks' => 'Bitbucket Webhooks のヘルプ',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'De projectnaam is verplicht', 'The project name is required' => 'De projectnaam is verplicht',
'This project must be unique' => 'Dit project moet uniek zijn', 'This project must be unique' => 'Dit project moet uniek zijn',
'The title is required' => 'De titel is verplicht', 'The title is required' => 'De titel is verplicht',
'There is no active project, the first step is to create a new project.' => 'Er is geen actief project, de eerste stap is een nieuw project aanmaken.',
'Settings saved successfully.' => 'Instellingen succesvol opgeslagen.', 'Settings saved successfully.' => 'Instellingen succesvol opgeslagen.',
'Unable to save your settings.' => 'Instellingen opslaan niet gelukt.', 'Unable to save your settings.' => 'Instellingen opslaan niet gelukt.',
'Database optimization done.' => 'Database optimaliseren voltooid.', 'Database optimization done.' => 'Database optimaliseren voltooid.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d commentaren', '%d comments' => '%d commentaren',
'%d comment' => '%d commentaar', '%d comment' => '%d commentaar',
'Email address invalid' => 'Ongeldig emailadres', 'Email address invalid' => 'Ongeldig emailadres',
'Your Google Account is not linked anymore to your profile.' => 'Uw Google Account is niet meer aan uw profiel gelinkt.', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Verwijderen link met Google Account niet gelukt.', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Google authenticatie niet gelukt', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Linken met Google Account niet gelukt', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Linken met Google Account succesvol.',
'Email' => 'Email', 'Email' => 'Email',
'Link my Google Account' => 'Link mijn Google Account', 'Link my Google Account' => 'Link mijn Google Account',
'Unlink my Google Account' => 'Link met Google Account verwijderen', 'Unlink my Google Account' => 'Link met Google Account verwijderen',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Maximale grootte : ', 'Maximum size: ' => 'Maximale grootte : ',
'Unable to upload the file.' => 'Uploaden van bestand niet gelukt.', 'Unable to upload the file.' => 'Uploaden van bestand niet gelukt.',
'Display another project' => 'Een ander project weergeven', 'Display another project' => 'Een ander project weergeven',
'Your Github account was successfully linked to your profile.' => 'Uw Github Account is succesvol gelinkt aan uw profiel.',
'Unable to link your Github Account.' => 'Linken van uw Github Account niet gelukt.',
'Github authentication failed' => 'Github Authenticatie niet gelukt',
'Your Github account is no longer linked to your profile.' => 'Uw Github Account is niet langer gelinkt aan uw profiel.',
'Unable to unlink your Github Account.' => 'Verwijdern van de link met uw Github Account niet gelukt.',
'Login with my Github Account' => 'Login met mijn Github Account', 'Login with my Github Account' => 'Login met mijn Github Account',
'Link my Github Account' => 'Link met mijn Github', 'Link my Github Account' => 'Link met mijn Github',
'Unlink my Github Account' => 'Link met mijn Github verwijderen', 'Unlink my Github Account' => 'Link met mijn Github verwijderen',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Tijdschrijven', 'Time Tracking' => 'Tijdschrijven',
'You already have one subtask in progress' => 'U heeft al een subtaak in behandeling', 'You already have one subtask in progress' => 'U heeft al een subtaak in behandeling',
'Which parts of the project do you want to duplicate?' => 'Welke onderdelen van het project wilt u dupliceren?', 'Which parts of the project do you want to duplicate?' => 'Welke onderdelen van het project wilt u dupliceren?',
'Disable login form' => 'Schakel login scherm uit', // 'Disallow login form' => '',
'Show/hide calendar' => 'Toon/verberg agenda',
'Bitbucket commit received' => 'Bitbucket commit ontvangen', 'Bitbucket commit received' => 'Bitbucket commit ontvangen',
'Bitbucket webhooks' => 'Bitbucket webhooks', 'Bitbucket webhooks' => 'Bitbucket webhooks',
'Help on Bitbucket webhooks' => 'Help bij Bitbucket webhooks', 'Help on Bitbucket webhooks' => 'Help bij Bitbucket webhooks',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'Nazwa projektu jest wymagana', 'The project name is required' => 'Nazwa projektu jest wymagana',
'This project must be unique' => 'Projekt musi być unikalny', 'This project must be unique' => 'Projekt musi być unikalny',
'The title is required' => 'Tutył jest wymagany', 'The title is required' => 'Tutył jest wymagany',
'There is no active project, the first step is to create a new project.' => 'Brak aktywnych projektów. Pierwszym krokiem jest utworzenie nowego projektu.',
'Settings saved successfully.' => 'Ustawienia zapisane.', 'Settings saved successfully.' => 'Ustawienia zapisane.',
'Unable to save your settings.' => 'Nie udało się zapisać ustawień.', 'Unable to save your settings.' => 'Nie udało się zapisać ustawień.',
'Database optimization done.' => 'Optymalizacja bazy danych zakończona.', 'Database optimization done.' => 'Optymalizacja bazy danych zakończona.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d Komentarzy', '%d comments' => '%d Komentarzy',
'%d comment' => '%d Komentarz', '%d comment' => '%d Komentarz',
'Email address invalid' => 'Błędny adres email', 'Email address invalid' => 'Błędny adres email',
'Your Google Account is not linked anymore to your profile.' => 'Twoje konto Google nie jest już połączone', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Nie można odłączyć konta Google', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Autentykacja Google nieudana', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Nie można podłączyć konta Google', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Podłączanie konta Google ukończone pomyślnie',
'Email' => 'Email', 'Email' => 'Email',
'Link my Google Account' => 'Połącz z kontem Google', 'Link my Google Account' => 'Połącz z kontem Google',
'Unlink my Google Account' => 'Rozłącz z kontem Google', 'Unlink my Google Account' => 'Rozłącz z kontem Google',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Maksymalny rozmiar: ', 'Maximum size: ' => 'Maksymalny rozmiar: ',
'Unable to upload the file.' => 'Nie można wczytać pliku.', 'Unable to upload the file.' => 'Nie można wczytać pliku.',
'Display another project' => 'Wyświetl inny projekt', 'Display another project' => 'Wyświetl inny projekt',
'Your Github account was successfully linked to your profile.' => 'Konto Github podłączone pomyślnie.',
'Unable to link your Github Account.' => 'Nie można połączyć z kontem Github.',
'Github authentication failed' => 'Autentykacja Github nieudana',
'Your Github account is no longer linked to your profile.' => 'Konto Github nie jest już podłączone do twojego profilu.',
'Unable to unlink your Github Account.' => 'Nie można odłączyć konta Github.',
'Login with my Github Account' => 'Zaloguj przy użyciu konta Github', 'Login with my Github Account' => 'Zaloguj przy użyciu konta Github',
'Link my Github Account' => 'Podłącz konto Github', 'Link my Github Account' => 'Podłącz konto Github',
'Unlink my Github Account' => 'Odłącz konto Github', 'Unlink my Github Account' => 'Odłącz konto Github',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Śledzenie czasu', 'Time Tracking' => 'Śledzenie czasu',
'You already have one subtask in progress' => 'Masz już zadanie o statusie "w trakcie"', 'You already have one subtask in progress' => 'Masz już zadanie o statusie "w trakcie"',
'Which parts of the project do you want to duplicate?' => 'Które elementy projektu chcesz zduplikować?', 'Which parts of the project do you want to duplicate?' => 'Które elementy projektu chcesz zduplikować?',
'Disable login form' => 'Wyłącz formularz logowania', // 'Disallow login form' => '',
'Show/hide calendar' => 'Pokaż/Ukryj kalendarz',
// 'Bitbucket commit received' => '', // 'Bitbucket commit received' => '',
// 'Bitbucket webhooks' => '', // 'Bitbucket webhooks' => '',
// 'Help on Bitbucket webhooks' => '', // 'Help on Bitbucket webhooks' => '',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'O nome do projeto é obrigatório', 'The project name is required' => 'O nome do projeto é obrigatório',
'This project must be unique' => 'Este projeto deve ser único', 'This project must be unique' => 'Este projeto deve ser único',
'The title is required' => 'O título é obrigatório', 'The title is required' => 'O título é obrigatório',
'There is no active project, the first step is to create a new project.' => 'Não há projeto ativo. O primeiro passo é criar um novo projeto.',
'Settings saved successfully.' => 'Configurações salvas com sucesso.', 'Settings saved successfully.' => 'Configurações salvas com sucesso.',
'Unable to save your settings.' => 'Não é possível salvar suas configurações.', 'Unable to save your settings.' => 'Não é possível salvar suas configurações.',
'Database optimization done.' => 'Otimização do banco de dados finalizada.', 'Database optimization done.' => 'Otimização do banco de dados finalizada.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d comentários', '%d comments' => '%d comentários',
'%d comment' => '%d comentário', '%d comment' => '%d comentário',
'Email address invalid' => 'Endereço de e-mail inválido', 'Email address invalid' => 'Endereço de e-mail inválido',
'Your Google Account is not linked anymore to your profile.' => 'Sua conta do Google não está mais associada ao seu perfil.', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Não foi possível desassociar a sua Conta do Google.', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Autenticação do Google falhou.', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Não foi possível associar a sua Conta do Google.', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Sua Conta do Google foi associada ao seu perfil com sucesso.',
'Email' => 'E-mail', 'Email' => 'E-mail',
'Link my Google Account' => 'Vincular minha Conta do Google', 'Link my Google Account' => 'Vincular minha Conta do Google',
'Unlink my Google Account' => 'Desvincular minha Conta do Google', 'Unlink my Google Account' => 'Desvincular minha Conta do Google',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Tamanho máximo:', 'Maximum size: ' => 'Tamanho máximo:',
'Unable to upload the file.' => 'Não foi possível carregar o arquivo.', 'Unable to upload the file.' => 'Não foi possível carregar o arquivo.',
'Display another project' => 'Exibir outro projeto', 'Display another project' => 'Exibir outro projeto',
'Your Github account was successfully linked to your profile.' => 'A sua Conta do Github foi associada com sucesso ao seu perfil.',
'Unable to link your Github Account.' => 'Não foi possível associar sua Conta do Github.',
'Github authentication failed' => 'Autenticação do Github falhou',
'Your Github account is no longer linked to your profile.' => 'A sua Conta do Github não está mais associada ao seu perfil.',
'Unable to unlink your Github Account.' => 'Não foi possível desassociar a sua Conta do Github.',
'Login with my Github Account' => 'Entrar com minha Conta do Github', 'Login with my Github Account' => 'Entrar com minha Conta do Github',
'Link my Github Account' => 'Associar à minha Conta do Github', 'Link my Github Account' => 'Associar à minha Conta do Github',
'Unlink my Github Account' => 'Desassociar a minha Conta do Github', 'Unlink my Github Account' => 'Desassociar a minha Conta do Github',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Gestão de tempo', 'Time Tracking' => 'Gestão de tempo',
'You already have one subtask in progress' => 'Você já tem um subtarefa em andamento', 'You already have one subtask in progress' => 'Você já tem um subtarefa em andamento',
'Which parts of the project do you want to duplicate?' => 'Quais as partes do projeto você deseja duplicar?', 'Which parts of the project do you want to duplicate?' => 'Quais as partes do projeto você deseja duplicar?',
'Disable login form' => 'Desativar o formulário de login', // 'Disallow login form' => '',
'Show/hide calendar' => 'Mostrar / ocultar calendário',
'Bitbucket commit received' => '"Commit" recebido via Bitbucket', 'Bitbucket commit received' => '"Commit" recebido via Bitbucket',
'Bitbucket webhooks' => 'Webhook Bitbucket', 'Bitbucket webhooks' => 'Webhook Bitbucket',
'Help on Bitbucket webhooks' => 'Ajuda sobre os webhooks Bitbucket', 'Help on Bitbucket webhooks' => 'Ajuda sobre os webhooks Bitbucket',
@@ -971,4 +963,35 @@ return array(
'Search by category: ' => 'Pesquisar por categoria: ', 'Search by category: ' => 'Pesquisar por categoria: ',
'Search by description: ' => 'Pesquisar por descrição: ', 'Search by description: ' => 'Pesquisar por descrição: ',
'Search by due date: ' => 'Pesquisar por data de expiração: ', 'Search by due date: ' => 'Pesquisar por data de expiração: ',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'Требуется имя проекта', 'The project name is required' => 'Требуется имя проекта',
'This project must be unique' => 'Проект должен быть уникальным', 'This project must be unique' => 'Проект должен быть уникальным',
'The title is required' => 'Требуется заголовок', 'The title is required' => 'Требуется заголовок',
'There is no active project, the first step is to create a new project.' => 'Нет активного проекта, сначала создайте новый проект.',
'Settings saved successfully.' => 'Параметры успешно сохранены.', 'Settings saved successfully.' => 'Параметры успешно сохранены.',
'Unable to save your settings.' => 'Невозможно сохранить параметры.', 'Unable to save your settings.' => 'Невозможно сохранить параметры.',
'Database optimization done.' => 'База данных оптимизирована.', 'Database optimization done.' => 'База данных оптимизирована.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d комментариев', '%d comments' => '%d комментариев',
'%d comment' => '%d комментарий', '%d comment' => '%d комментарий',
'Email address invalid' => 'Некорректный e-mail адрес', 'Email address invalid' => 'Некорректный e-mail адрес',
'Your Google Account is not linked anymore to your profile.' => 'Ваш аккаунт в Google больше не привязан к вашему профилю.', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Не удалось отвязать ваш профиль от Google.', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Аутентификация Google не удалась', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Не удалось привязать ваш профиль к Google.', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Ваш профиль успешно привязан к Google.',
'Email' => 'E-mail', 'Email' => 'E-mail',
'Link my Google Account' => 'Привязать мой профиль к Google', 'Link my Google Account' => 'Привязать мой профиль к Google',
'Unlink my Google Account' => 'Отвязать мой профиль от Google', 'Unlink my Google Account' => 'Отвязать мой профиль от Google',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Максимальный размер: ', 'Maximum size: ' => 'Максимальный размер: ',
'Unable to upload the file.' => 'Не удалось загрузить файл.', 'Unable to upload the file.' => 'Не удалось загрузить файл.',
'Display another project' => 'Показать другой проект', 'Display another project' => 'Показать другой проект',
'Your Github account was successfully linked to your profile.' => 'Ваш Github привязан к вашему профилю.',
'Unable to link your Github Account.' => 'Не удалось привязать ваш профиль к Github.',
'Github authentication failed' => 'Аутентификация в Github не удалась',
'Your Github account is no longer linked to your profile.' => 'Ваш Github отвязан от вашего профиля.',
'Unable to unlink your Github Account.' => 'Не удалось отвязать ваш профиль от Github.',
'Login with my Github Account' => 'Аутентификация через Github', 'Login with my Github Account' => 'Аутентификация через Github',
'Link my Github Account' => 'Привязать мой профиль к Github', 'Link my Github Account' => 'Привязать мой профиль к Github',
'Unlink my Github Account' => 'Отвязать мой профиль от Github', 'Unlink my Github Account' => 'Отвязать мой профиль от Github',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Учет времени', 'Time Tracking' => 'Учет времени',
'You already have one subtask in progress' => 'У вас уже есть одна задача в разработке', 'You already have one subtask in progress' => 'У вас уже есть одна задача в разработке',
'Which parts of the project do you want to duplicate?' => 'Какие части проекта должны быть дублированы?', 'Which parts of the project do you want to duplicate?' => 'Какие части проекта должны быть дублированы?',
'Disable login form' => 'Выключить форму авторизации', // 'Disallow login form' => '',
'Show/hide calendar' => 'Показать/скрыть календарь',
// 'Bitbucket commit received' => '', // 'Bitbucket commit received' => '',
'Bitbucket webhooks' => 'BitBucket webhooks', 'Bitbucket webhooks' => 'BitBucket webhooks',
'Help on Bitbucket webhooks' => 'Помощь по BitBucket webhooks', 'Help on Bitbucket webhooks' => 'Помощь по BitBucket webhooks',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'Naziv projekta je obavezan', 'The project name is required' => 'Naziv projekta je obavezan',
'This project must be unique' => 'Projekat mora biti jedinstven', 'This project must be unique' => 'Projekat mora biti jedinstven',
'The title is required' => 'Naslov je obavezan', 'The title is required' => 'Naslov je obavezan',
'There is no active project, the first step is to create a new project.' => 'Nema aktivnih projekata. Potrebno je prvo napraviti novi projekat.',
'Settings saved successfully.' => 'Podešavanja uspešno snimljena.', 'Settings saved successfully.' => 'Podešavanja uspešno snimljena.',
'Unable to save your settings.' => 'Nemoguće snimanje podešavanja.', 'Unable to save your settings.' => 'Nemoguće snimanje podešavanja.',
'Database optimization done.' => 'Optimizacija baze je završena.', 'Database optimization done.' => 'Optimizacija baze je završena.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d Komentara', '%d comments' => '%d Komentara',
'%d comment' => '%d Komentar', '%d comment' => '%d Komentar',
'Email address invalid' => 'Pogrešan e-mail', 'Email address invalid' => 'Pogrešan e-mail',
'Your Google Account is not linked anymore to your profile.' => 'Tvoj google nalog više nije povezan sa profilom', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Neuspešno ukidanje veze od Google naloga', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Neuspešna Google autentikacija', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Neuspešno povezivanje sa Google nalogom', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Vaš Google nalog je uspešno povezan sa vašim profilom',
'Email' => 'E-mail', 'Email' => 'E-mail',
'Link my Google Account' => 'Poveži sa Google nalogom', 'Link my Google Account' => 'Poveži sa Google nalogom',
'Unlink my Google Account' => 'Ukini vezu sa Google nalogom', 'Unlink my Google Account' => 'Ukini vezu sa Google nalogom',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Maksimalna veličina: ', 'Maximum size: ' => 'Maksimalna veličina: ',
'Unable to upload the file.' => 'Nije moguće snimiti fajl.', 'Unable to upload the file.' => 'Nije moguće snimiti fajl.',
'Display another project' => 'Prikaži drugi projekat', 'Display another project' => 'Prikaži drugi projekat',
'Your Github account was successfully linked to your profile.' => 'Konto Github podłączone pomyślnie.',
'Unable to link your Github Account.' => 'Nie można połączyć z kontem Github.',
'Github authentication failed' => 'Autentykacja Github nieudana',
'Your Github account is no longer linked to your profile.' => 'Konto Github nie jest już podłączone do twojego profilu.',
'Unable to unlink your Github Account.' => 'Nie można odłączyć konta Github.',
'Login with my Github Account' => 'Zaloguj przy użyciu konta Github', 'Login with my Github Account' => 'Zaloguj przy użyciu konta Github',
'Link my Github Account' => 'Podłącz konto Github', 'Link my Github Account' => 'Podłącz konto Github',
'Unlink my Github Account' => 'Odłącz konto Github', 'Unlink my Github Account' => 'Odłącz konto Github',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Praćenje vremena', 'Time Tracking' => 'Praćenje vremena',
// 'You already have one subtask in progress' => '', // 'You already have one subtask in progress' => '',
'Which parts of the project do you want to duplicate?' => 'Koje delove projekta želite da kopirate', 'Which parts of the project do you want to duplicate?' => 'Koje delove projekta želite da kopirate',
// 'Disable login form' => '', // 'Disallow login form' => '',
// 'Show/hide calendar' => '',
// 'Bitbucket commit received' => '', // 'Bitbucket commit received' => '',
// 'Bitbucket webhooks' => '', // 'Bitbucket webhooks' => '',
// 'Help on Bitbucket webhooks' => '', // 'Help on Bitbucket webhooks' => '',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'Ett projektnamn måste anges', 'The project name is required' => 'Ett projektnamn måste anges',
'This project must be unique' => 'Detta projekt måste vara unikt', 'This project must be unique' => 'Detta projekt måste vara unikt',
'The title is required' => 'En titel måste anges.', 'The title is required' => 'En titel måste anges.',
'There is no active project, the first step is to create a new project.' => 'Inget projekt är aktiverat, första steget är att skapa ett nytt projekt',
'Settings saved successfully.' => 'Inställningarna har sparats.', 'Settings saved successfully.' => 'Inställningarna har sparats.',
'Unable to save your settings.' => 'Kunde inte spara dina ändringar', 'Unable to save your settings.' => 'Kunde inte spara dina ändringar',
'Database optimization done.' => 'Databasen har optimerats.', 'Database optimization done.' => 'Databasen har optimerats.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d kommentarer', '%d comments' => '%d kommentarer',
'%d comment' => '%d kommentar', '%d comment' => '%d kommentar',
'Email address invalid' => 'Epost-adressen ogiltig', 'Email address invalid' => 'Epost-adressen ogiltig',
'Your Google Account is not linked anymore to your profile.' => 'Ditt Google-konto är inte längre länkat till din profil', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Kunde inte ta bort länken till ditt Google-konto.', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Autentiseringen för Google misslyckades', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Kunde inte länka till ditt Google-konto', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Ditt Google-konto har kopplats till din profil.',
'Email' => 'Epost', 'Email' => 'Epost',
'Link my Google Account' => 'Länka till mitt Google-konto', 'Link my Google Account' => 'Länka till mitt Google-konto',
'Unlink my Google Account' => 'Ta bort länken till mitt Google-konto', 'Unlink my Google Account' => 'Ta bort länken till mitt Google-konto',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Maxstorlek: ', 'Maximum size: ' => 'Maxstorlek: ',
'Unable to upload the file.' => 'Kunde inte ladda upp filen.', 'Unable to upload the file.' => 'Kunde inte ladda upp filen.',
'Display another project' => 'Visa ett annat projekt', 'Display another project' => 'Visa ett annat projekt',
'Your Github account was successfully linked to your profile.' => 'Ditt Github-konto har anslutits till din profil.',
'Unable to link your Github Account.' => 'Kunde inte ansluta ditt Github-konto.',
'Github authentication failed' => 'Github-verifiering misslyckades',
'Your Github account is no longer linked to your profile.' => 'Ditt Github-konto är inte längre anslutet till din profil.',
'Unable to unlink your Github Account.' => 'Kunde inte koppla ifrån ditt Github-konto.',
'Login with my Github Account' => 'Logga in med mitt Github-konto', 'Login with my Github Account' => 'Logga in med mitt Github-konto',
'Link my Github Account' => 'Anslut mitt Github-konto', 'Link my Github Account' => 'Anslut mitt Github-konto',
'Unlink my Github Account' => 'Koppla ifrån mitt Github-konto', 'Unlink my Github Account' => 'Koppla ifrån mitt Github-konto',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Tidsbevakning', 'Time Tracking' => 'Tidsbevakning',
'You already have one subtask in progress' => 'Du har redan en deluppgift igång', 'You already have one subtask in progress' => 'Du har redan en deluppgift igång',
'Which parts of the project do you want to duplicate?' => 'Vilka delar av projektet vill du duplicera?', 'Which parts of the project do you want to duplicate?' => 'Vilka delar av projektet vill du duplicera?',
'Disable login form' => 'Inaktivera loginformuläret', // 'Disallow login form' => '',
'Show/hide calendar' => 'Visa/dölj kalender',
'Bitbucket commit received' => 'Bitbucket bidrag mottaget', 'Bitbucket commit received' => 'Bitbucket bidrag mottaget',
'Bitbucket webhooks' => 'Bitbucket webhooks', 'Bitbucket webhooks' => 'Bitbucket webhooks',
'Help on Bitbucket webhooks' => 'Hjälp för Bitbucket webhooks', 'Help on Bitbucket webhooks' => 'Hjälp för Bitbucket webhooks',
@@ -971,4 +963,35 @@ return array(
'Search by category: ' => 'Sök efter kategori:', 'Search by category: ' => 'Sök efter kategori:',
'Search by description: ' => 'Sök efter beskrivning', 'Search by description: ' => 'Sök efter beskrivning',
'Search by due date: ' => 'Sök efter förfallodatum', 'Search by due date: ' => 'Sök efter förfallodatum',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'ต้องการชื่อโปรเจค', 'The project name is required' => 'ต้องการชื่อโปรเจค',
'This project must be unique' => 'ชื่อโปรเจคต้องไม่ซ้ำ', 'This project must be unique' => 'ชื่อโปรเจคต้องไม่ซ้ำ',
'The title is required' => 'ต้องการหัวเรื่อง', 'The title is required' => 'ต้องการหัวเรื่อง',
'There is no active project, the first step is to create a new project.' => 'ไม่มีโปรเจคที่ทำงานอยู่, ต้องการสร้างโปรเจคใหม่',
'Settings saved successfully.' => 'บันทึกการตั้งค่าเรียบร้อยแล้ว', 'Settings saved successfully.' => 'บันทึกการตั้งค่าเรียบร้อยแล้ว',
'Unable to save your settings.' => 'ไม่สามารถบันทึกการตั้งค่าได้', 'Unable to save your settings.' => 'ไม่สามารถบันทึกการตั้งค่าได้',
'Database optimization done.' => 'ปรับปรุงฐานข้อมูลเรียบร้อยแล้ว', 'Database optimization done.' => 'ปรับปรุงฐานข้อมูลเรียบร้อยแล้ว',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d ความคิดเห็น', '%d comments' => '%d ความคิดเห็น',
'%d comment' => '%d ความคิดเห็น', '%d comment' => '%d ความคิดเห็น',
'Email address invalid' => 'อีเมลผิด', 'Email address invalid' => 'อีเมลผิด',
'Your Google Account is not linked anymore to your profile.' => 'กูเกิลแอคเคาท์ไม่ได้เชื่อมต่อกับประวัติของคุณ', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'ไม่สามารถยกเลิกการเชื่อมต่อกับกูเกิลแอคเคาท์', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'การยืนยันกับกูเกิลผิดพลาด', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'ไม่สามารถเชื่อมต่อกับกูเกิลแอคเคาท์', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'กูเกลิแอคเคาท์เชื่อมต่อกับประวัติของคุณเรียบร้อยแล้ว',
'Email' => 'อีเมล', 'Email' => 'อีเมล',
'Link my Google Account' => 'เชื่อมต่อกับกูเกิลแอคเคาท์', 'Link my Google Account' => 'เชื่อมต่อกับกูเกิลแอคเคาท์',
'Unlink my Google Account' => 'ไม่เชื่อมต่อกับกูเกิลแอคเคาท์', 'Unlink my Google Account' => 'ไม่เชื่อมต่อกับกูเกิลแอคเคาท์',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'ขนาดสูงสุด:', 'Maximum size: ' => 'ขนาดสูงสุด:',
'Unable to upload the file.' => 'ไม่สามารถอัพโหลดไฟล์ได้', 'Unable to upload the file.' => 'ไม่สามารถอัพโหลดไฟล์ได้',
'Display another project' => 'แสดงโปรเจคอื่น', 'Display another project' => 'แสดงโปรเจคอื่น',
'Your Github account was successfully linked to your profile.' => 'กิทฮับแอคเคาท์เชื่อมต่อกับประวัติเรียบร้อยแล้ว',
'Unable to link your Github Account.' => 'ไม่สามารถเชื่อมต่อกับกิทฮับแอคเคาท์ได้',
'Github authentication failed' => 'การยืนยันกิทฮับผิดพลาด',
'Your Github account is no longer linked to your profile.' => 'กิทฮับแอคเคาท์ไม่ได้มีการเชื่อมโยงไปยังโปรไฟล์ของคุณ',
'Unable to unlink your Github Account.' => 'ไม่สามารถยกเลิกการเชื่อมต่อกิทฮับแอคเคาท์ได้',
'Login with my Github Account' => 'เข้าใช้ด้วยกิทฮับแอคเคาท์', 'Login with my Github Account' => 'เข้าใช้ด้วยกิทฮับแอคเคาท์',
'Link my Github Account' => 'เชื่อมกับกิทฮับแอคเคาท์', 'Link my Github Account' => 'เชื่อมกับกิทฮับแอคเคาท์',
'Unlink my Github Account' => 'ยกเลิกการเชื่อมกับกิทอับแอคเคาท์', 'Unlink my Github Account' => 'ยกเลิกการเชื่อมกับกิทอับแอคเคาท์',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'ติดตามเวลา', 'Time Tracking' => 'ติดตามเวลา',
'You already have one subtask in progress' => 'คุณมีหนึ่งงานย่อยที่กำลังทำงาน', 'You already have one subtask in progress' => 'คุณมีหนึ่งงานย่อยที่กำลังทำงาน',
// 'Which parts of the project do you want to duplicate?' => '', // 'Which parts of the project do you want to duplicate?' => '',
// 'Disable login form' => '', // 'Disallow login form' => '',
'Show/hide calendar' => 'แสดง/ซ่อน ปฎิทิน',
// 'Bitbucket commit received' => '', // 'Bitbucket commit received' => '',
// 'Bitbucket webhooks' => '', // 'Bitbucket webhooks' => '',
// 'Help on Bitbucket webhooks' => '', // 'Help on Bitbucket webhooks' => '',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => 'Proje adı gerekli', 'The project name is required' => 'Proje adı gerekli',
'This project must be unique' => 'Bu projenin tekil olması gerekli', 'This project must be unique' => 'Bu projenin tekil olması gerekli',
'The title is required' => 'Başlık gerekli', 'The title is required' => 'Başlık gerekli',
'There is no active project, the first step is to create a new project.' => 'Aktif bir proje yok. İlk aşama yeni bir proje oluşturmak olmalı.',
'Settings saved successfully.' => 'Ayarlar başarıyla kaydedildi.', 'Settings saved successfully.' => 'Ayarlar başarıyla kaydedildi.',
'Unable to save your settings.' => 'Ayarlarınız kaydedilemedi.', 'Unable to save your settings.' => 'Ayarlarınız kaydedilemedi.',
'Database optimization done.' => 'Veritabanı optimizasyonu tamamlandı.', 'Database optimization done.' => 'Veritabanı optimizasyonu tamamlandı.',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d yorumlar', '%d comments' => '%d yorumlar',
'%d comment' => '%d yorum', '%d comment' => '%d yorum',
'Email address invalid' => 'E-Posta adresi geçersiz', 'Email address invalid' => 'E-Posta adresi geçersiz',
'Your Google Account is not linked anymore to your profile.' => 'Google hesabınız artık profilinize bağlı değil', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => 'Google hesabınızla bağ koparılamadı', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'Google hesap doğrulaması başarısız', // 'External authentication failed' => '',
'Unable to link your Google Account.' => 'Google hesabınızla bağ oluşturulamadı', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => 'Google hesabınız profilinize başarıyla bağlandı',
'Email' => 'E-Posta', 'Email' => 'E-Posta',
'Link my Google Account' => 'Google hesabımla bağ oluştur', 'Link my Google Account' => 'Google hesabımla bağ oluştur',
'Unlink my Google Account' => 'Google hesabımla bağı kaldır', 'Unlink my Google Account' => 'Google hesabımla bağı kaldır',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => 'Maksimum boyutu', 'Maximum size: ' => 'Maksimum boyutu',
'Unable to upload the file.' => 'Karşıya yükleme başarısız', 'Unable to upload the file.' => 'Karşıya yükleme başarısız',
'Display another project' => 'Başka bir proje göster', 'Display another project' => 'Başka bir proje göster',
'Your Github account was successfully linked to your profile.' => 'Github Hesabınız Profilinize bağlandı.',
'Unable to link your Github Account.' => 'Github hesabınızla bağ oluşturulamadı.',
// 'Github authentication failed' => '',
// 'Your Github account is no longer linked to your profile.' => '',
// 'Unable to unlink your Github Account.' => '',
// 'Login with my Github Account' => '', // 'Login with my Github Account' => '',
// 'Link my Github Account' => '', // 'Link my Github Account' => '',
// 'Unlink my Github Account' => '', // 'Unlink my Github Account' => '',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => 'Zaman takibi', 'Time Tracking' => 'Zaman takibi',
'You already have one subtask in progress' => 'Zaten işlemde olan bir alt görev var', 'You already have one subtask in progress' => 'Zaten işlemde olan bir alt görev var',
'Which parts of the project do you want to duplicate?' => 'Projenin hangi kısımlarının kopyasını oluşturmak istiyorsunuz?', 'Which parts of the project do you want to duplicate?' => 'Projenin hangi kısımlarının kopyasını oluşturmak istiyorsunuz?',
'Disable login form' => 'Giriş formunu devre dışı bırak', // 'Disallow login form' => '',
'Show/hide calendar' => 'Takvimi göster/gizle',
'Bitbucket commit received' => 'Bitbucket commit alındı', 'Bitbucket commit received' => 'Bitbucket commit alındı',
'Bitbucket webhooks' => 'Bitbucket webhooks', 'Bitbucket webhooks' => 'Bitbucket webhooks',
'Help on Bitbucket webhooks' => 'Bitbucket webhooks için yardım', 'Help on Bitbucket webhooks' => 'Bitbucket webhooks için yardım',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );

View File

@@ -126,7 +126,6 @@ return array(
'The project name is required' => '需要指定项目名称', 'The project name is required' => '需要指定项目名称',
'This project must be unique' => '项目名称必须唯一', 'This project must be unique' => '项目名称必须唯一',
'The title is required' => '需要指定标题', 'The title is required' => '需要指定标题',
'There is no active project, the first step is to create a new project.' => '尚无活跃项目,请首先创建一个新项目。',
'Settings saved successfully.' => '设置成功保存。', 'Settings saved successfully.' => '设置成功保存。',
'Unable to save your settings.' => '无法保存你的设置。', 'Unable to save your settings.' => '无法保存你的设置。',
'Database optimization done.' => '数据库优化完成。', 'Database optimization done.' => '数据库优化完成。',
@@ -264,11 +263,10 @@ return array(
'%d comments' => '%d个评论', '%d comments' => '%d个评论',
'%d comment' => '%d个评论', '%d comment' => '%d个评论',
'Email address invalid' => '电子邮件地址无效', 'Email address invalid' => '电子邮件地址无效',
'Your Google Account is not linked anymore to your profile.' => '您的google帐号不再与您的账户配置关联。', // 'Your external account is not linked anymore to your profile.' => '',
'Unable to unlink your Google Account.' => '无法去除您google帐号的关联', // 'Unable to unlink your external account.' => '',
'Google authentication failed' => 'google验证失败', // 'External authentication failed' => '',
'Unable to link your Google Account.' => '无法关联您的google帐号。', // 'Your external account is linked to your profile successfully.' => '',
'Your Google Account is linked to your profile successfully.' => '您的google帐号已成功与账户配置关联。',
'Email' => '电子邮件', 'Email' => '电子邮件',
'Link my Google Account' => '关联我的google帐号', 'Link my Google Account' => '关联我的google帐号',
'Unlink my Google Account' => '去除我的google帐号关联', 'Unlink my Google Account' => '去除我的google帐号关联',
@@ -338,11 +336,6 @@ return array(
'Maximum size: ' => '大小上限:', 'Maximum size: ' => '大小上限:',
'Unable to upload the file.' => '无法上传文件', 'Unable to upload the file.' => '无法上传文件',
'Display another project' => '显示其它项目', 'Display another project' => '显示其它项目',
'Your Github account was successfully linked to your profile.' => 'Github账号已经成功链接到您的用户',
'Unable to link your Github Account.' => '无法链接到Github账户',
'Github authentication failed' => 'Github认证失败',
'Your Github account is no longer linked to your profile.' => 'Github账号已经不再链接到您的用户',
'Unable to unlink your Github Account.' => '无法链接Github账号',
'Login with my Github Account' => '用Github账号登录', 'Login with my Github Account' => '用Github账号登录',
'Link my Github Account' => '链接Github账号', 'Link my Github Account' => '链接Github账号',
'Unlink my Github Account' => '取消Github账号链接', 'Unlink my Github Account' => '取消Github账号链接',
@@ -615,8 +608,7 @@ return array(
'Time Tracking' => '时间记录', 'Time Tracking' => '时间记录',
'You already have one subtask in progress' => '你已经有了一个进行中的子任务', 'You already have one subtask in progress' => '你已经有了一个进行中的子任务',
'Which parts of the project do you want to duplicate?' => '要复制项目的哪些内容?', 'Which parts of the project do you want to duplicate?' => '要复制项目的哪些内容?',
'Disable login form' => '禁用登录界面', // 'Disallow login form' => '',
'Show/hide calendar' => '显示/隐藏日程表',
'Bitbucket commit received' => '收到Bitbucket提交', 'Bitbucket commit received' => '收到Bitbucket提交',
'Bitbucket webhooks' => 'Bitbucket网络钩子', 'Bitbucket webhooks' => 'Bitbucket网络钩子',
'Help on Bitbucket webhooks' => 'Bitbucket网络钩子帮助', 'Help on Bitbucket webhooks' => 'Bitbucket网络钩子帮助',
@@ -971,4 +963,35 @@ return array(
// 'Search by category: ' => '', // 'Search by category: ' => '',
// 'Search by description: ' => '', // 'Search by description: ' => '',
// 'Search by due date: ' => '', // 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
// 'Edit Authentication' => '',
// 'Google Id' => '',
// 'Github Id' => '',
// 'Remote user' => '',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
); );