From 1af0e438138097558117dea51d70b49c5c1cf5a5 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 24 Oct 2015 18:40:41 -0400 Subject: Sync locales --- ChangeLog | 4 ++-- app/Locale/cs_CZ/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/da_DK/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/de_DE/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/es_ES/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/fi_FI/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/fr_FR/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/hu_HU/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/id_ID/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/it_IT/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/ja_JP/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/nb_NO/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/nl_NL/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/pl_PL/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/pt_BR/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/pt_PT/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/ru_RU/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/sr_Latn_RS/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/sv_SE/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/th_TH/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/tr_TR/translations.php | 40 ++++++++++++++++++++++++++++++---- app/Locale/zh_CN/translations.php | 40 ++++++++++++++++++++++++++++++---- 22 files changed, 758 insertions(+), 86 deletions(-) diff --git a/ChangeLog b/ChangeLog index 373c2fad..87bb3790 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -Version 1.0.20 (unreleased) ---------------------------- +Version 1.0.20 +-------------- Breaking changes: diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index 4b872c1d..2631ab2a 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d dokončených úkolů', 'No task for this project' => 'Tento projekt nemá žádné úkoly', 'Public link' => 'Veřejný odkaz', - 'There is no column in your project!' => 'V projektu není žádný sloupec!', 'Change assignee' => 'Změna přiřazení k uživatelům', 'Change assignee for the task "%s"' => 'Změna přiřazení uživatele pro úkol "%s"', 'Timezone' => 'Časová zóna', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Soubor byl úspěšně odebrán.', 'Attach a document' => 'Vložit dokument', 'Do you really want to remove this file: "%s"?' => 'Skutečně chcete odebrat soubor: "%s"?', - 'open' => 'Otevřít', 'Attachments' => 'Přílohy', 'Edit the task' => 'Upravit úkol', 'Edit the description' => 'Upravit popis', @@ -593,7 +591,6 @@ return array( // '#%d' => '', 'All swimlanes' => 'Alle Swimlanes', 'All colors' => 'Všechny barvy', - 'All status' => 'Všechny stavy', 'Moved to column %s' => 'Přesunuto do sloupce %s ', 'Change description' => 'Změna podrobného popisu', 'User dashboard' => 'Nástěnka uživatele', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'Nelze přidat tento směnný kurz', 'Webhook URL' => 'Webhook URL', '%s remove the assignee of the task %s' => '%s odstranil přiřazení úkolu %s ', - 'API URL' => 'API URL', 'Enable Gravatar images' => 'Aktiviere Gravatar Bilder', 'Information' => 'Informace', 'Check two factor authentication code' => 'Prüfe Zwei-Faktor-Authentifizierungscode', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index a8addf6f..6d221a7a 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d lukket opgavet', 'No task for this project' => 'Ingen opgaver i dette projekt', 'Public link' => 'Offentligt link', - 'There is no column in your project!' => 'Der er ingen kolonner i dit projekt!', 'Change assignee' => 'Ændre ansvarlig', 'Change assignee for the task "%s"' => 'Ændre ansvarlig for opgaven: "%s"', 'Timezone' => 'Tidszone', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Filen er fjernet.', 'Attach a document' => 'Vedhæft et dokument', 'Do you really want to remove this file: "%s"?' => 'Vil du virkelig fjerne denne fil: "%s"?', - 'open' => 'åben', 'Attachments' => 'Vedhæftninger', 'Edit the task' => 'Rediger opgaven', 'Edit the description' => 'Rediger beskrivelsen', @@ -593,7 +591,6 @@ return array( // '#%d' => '', // 'All swimlanes' => '', // 'All colors' => '', - // 'All status' => '', // 'Moved to column %s' => '', // 'Change description' => '', // 'User dashboard' => '', @@ -699,7 +696,6 @@ return array( // 'Unable to add this currency rate.' => '', // 'Webhook URL' => '', // '%s remove the assignee of the task %s' => '', - // 'API URL' => '', // 'Enable Gravatar images' => '', // 'Information' => '', // 'Check two factor authentication code' => '', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 4e451f22..e566c0f6 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d abgeschlossene Aufgaben', 'No task for this project' => 'Keine Aufgaben in diesem Projekt', 'Public link' => 'Öffentlicher Link', - 'There is no column in your project!' => 'Es gibt keine Spalte in deinem Projekt!', 'Change assignee' => 'Zuständigkeit ändern', 'Change assignee for the task "%s"' => 'Zuständigkeit für diese Aufgabe ändern: "%s"', 'Timezone' => 'Zeitzone', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Datei erfolgreich gelöscht.', 'Attach a document' => 'Dokument anhängen', 'Do you really want to remove this file: "%s"?' => 'Soll diese Datei wirklich gelöscht werden: "%s"?', - 'open' => 'öffnen', 'Attachments' => 'Anhänge', 'Edit the task' => 'Aufgabe bearbeiten', 'Edit the description' => 'Beschreibung bearbeiten', @@ -593,7 +591,6 @@ return array( // '#%d' => '', 'All swimlanes' => 'Alle Swimlanes', 'All colors' => 'Alle Farben', - 'All status' => 'Alle Status', 'Moved to column %s' => 'In Spalte %s verschoben', 'Change description' => 'Beschreibung ändern', 'User dashboard' => 'Benutzer-Dashboard', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'Währungskurs konnte nicht hinzugefügt werden', 'Webhook URL' => 'Webhook-URL', '%s remove the assignee of the task %s' => '%s Zuordnung für die Aufgabe %s entfernen', - 'API URL' => 'API-URL', 'Enable Gravatar images' => 'Aktiviere Gravatar-Bilder', 'Information' => 'Information', 'Check two factor authentication code' => 'Prüfe Zwei-Faktor-Authentifizierungscode', @@ -1032,4 +1028,40 @@ return array( 'Unread notifications' => 'Ungelesene Benachrichtigungen', 'My filters' => 'Meine Filter', 'Notification methods:' => 'Benachrichtigungs-Methoden:', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 527151f5..4159da28 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d tareas completadas', 'No task for this project' => 'Ninguna tarea para este proyecto', 'Public link' => 'Vinculación pública', - 'There is no column in your project!' => '¡No hay ninguna columna para este proyecto!', 'Change assignee' => 'Cambiar concesionario', 'Change assignee for the task "%s"' => 'Cambiar el concesionario para la tarea « %s »', 'Timezone' => 'Zona horaria', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Fichero borrado correctamente.', 'Attach a document' => 'Adjuntar un documento', 'Do you really want to remove this file: "%s"?' => '¿De verdad que quiere borrar este fichero: "%s"?', - 'open' => 'abrir', 'Attachments' => 'Adjuntos', 'Edit the task' => 'Editar la tarea', 'Edit the description' => 'Editar la descripción', @@ -593,7 +591,6 @@ return array( '#%d' => '#%d', 'All swimlanes' => 'Todas las calles', 'All colors' => 'Todos los colores', - 'All status' => 'Todos los estados', 'Moved to column %s' => 'Movido a columna %s', 'Change description' => 'Cambiar descripción', 'User dashboard' => 'Tablero de usuario', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'No pude añadir este cambio de moneda.', 'Webhook URL' => 'URL de Disparador Web (webhook)', '%s remove the assignee of the task %s' => '%s quita el concesionario de la tarea %s', - 'API URL' => 'URL de API', 'Enable Gravatar images' => 'Activar imágenes Gravatar', 'Information' => 'Información', 'Check two factor authentication code' => 'Revisar código de autenticación de dos factores', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index 3bba8bea..998684f9 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d suljettua tehtävää', 'No task for this project' => 'Ei tehtävää tälle projektille', 'Public link' => 'Julkinen linkki', - 'There is no column in your project!' => 'Projektilta puuttuu sarakkeet!', 'Change assignee' => 'Vaihda suorittajaa', 'Change assignee for the task "%s"' => 'Vaihda suorittajaa tehtävälle %s', 'Timezone' => 'Aikavyöhyke', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Tiedosto poistettiin onnistuneesti.', 'Attach a document' => 'Liitä dokumentti', 'Do you really want to remove this file: "%s"?' => 'Haluatko varmasti poistaa tiedoston: "%s"?', - 'open' => 'avaa', 'Attachments' => 'Liitteet', 'Edit the task' => 'Muokkaa tehtävää', 'Edit the description' => 'Muokkaa kuvausta', @@ -593,7 +591,6 @@ return array( // '#%d' => '', // 'All swimlanes' => '', // 'All colors' => '', - // 'All status' => '', // 'Moved to column %s' => '', // 'Change description' => '', // 'User dashboard' => '', @@ -699,7 +696,6 @@ return array( // 'Unable to add this currency rate.' => '', // 'Webhook URL' => '', // '%s remove the assignee of the task %s' => '', - // 'API URL' => '', // 'Enable Gravatar images' => '', // 'Information' => '', // 'Check two factor authentication code' => '', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index c1582063..e39c7664 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d tâches terminées', 'No task for this project' => 'Aucune tâche pour ce projet', 'Public link' => 'Lien public', - 'There is no column in your project!' => 'Il n\'y a aucune colonne dans votre projet !', 'Change assignee' => 'Changer la personne assignée', 'Change assignee for the task "%s"' => 'Changer la personne assignée pour la tâche « %s »', 'Timezone' => 'Fuseau horaire', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Fichier supprimé avec succès.', 'Attach a document' => 'Joindre un document', 'Do you really want to remove this file: "%s"?' => 'Voulez-vous vraiment supprimer ce fichier « %s » ?', - 'open' => 'ouvrir', 'Attachments' => 'Pièces-jointes', 'Edit the task' => 'Modifier la tâche', 'Edit the description' => 'Modifier la description', @@ -595,7 +593,6 @@ return array( '#%d' => 'n˚%d', 'All swimlanes' => 'Toutes les swimlanes', 'All colors' => 'Toutes les couleurs', - 'All status' => 'Tous les états', 'Moved to column %s' => 'Tâche déplacée à la colonne %s', 'Change description' => 'Changer la description', 'User dashboard' => 'Tableau de bord de l\'utilisateur', @@ -701,7 +698,6 @@ return array( 'Unable to add this currency rate.' => 'Impossible d\'ajouter ce taux de change', 'Webhook URL' => 'URL du webhook', '%s remove the assignee of the task %s' => '%s a enlevé la personne assignée à la tâche %s', - 'API URL' => 'URL de l\'api', 'Enable Gravatar images' => 'Activer les images Gravatar', 'Information' => 'Informations', 'Check two factor authentication code' => 'Vérification du code pour l\'authentification à deux-facteurs', @@ -1034,4 +1030,40 @@ return array( 'Unread notifications' => 'Notifications non lus', 'My filters' => 'Mes filtres', 'Notification methods:' => 'Méthodes de notifications :', + 'Import tasks from CSV file' => 'Importer les tâches depuis un fichier CSV', + 'Unable to read your file' => 'Impossible de lire votre fichier', + '%d task(s) have been imported successfully.' => '%d tâche(s) ont été importées avec succès.', + 'Nothing have been imported!' => 'Rien n\'a été importé', + 'Import users from CSV file' => 'Importer des utilisateurs depuis un fichier CSV', + '%d user(s) have been imported successfully.' => '%d utilisateur(s) ont été importés avec succès.', + 'Comma' => 'Virgule', + 'Semi-colon' => 'Point-virgule', + 'Tab' => 'Tabulation', + 'Vertical bar' => 'Barre verticale', + 'Double Quote' => 'Guillemet double', + 'Single Quote' => 'Guillement simple', + '%s attached a file to the task #%d' => '%s a attaché un fichier sur la tâche n°%d', + 'There is no column or swimlane activated in your project!' => 'Il n\'y a aucune colonne ou swimlane dans votre projet !', + 'Append filter (instead of replacement)' => 'Ajouter le filtre au lieu de le remplaçer', + 'Append/Replace' => 'Ajouter/Remplaçer', + 'Append' => 'Ajouter', + 'Replace' => 'Remplaçer', + 'There is no notification method registered.' => 'Il n\'y a aucune méthode de notification enregistrée.', + 'Import' => 'Importation', + 'change sorting' => 'changer l\'ordre', + 'Tasks Importation' => 'Importation des tâches', + 'Delimiter' => 'Délimiteur', + 'Enclosure' => 'Caractère d\'encadrement', + 'CSV File' => 'Fichier CSV', + 'Instructions' => 'Instructions', + 'Your file must use the predefined CSV format' => 'Votre fichier doit utiliser le format CSV prédéfini', + 'Your file must be encoded in UTF-8' => 'Votre fichier doit être encodé en UTF-8', + 'The first row must be the header' => 'La première ligne doit être le titre des colonnes', + 'Duplicates are not verified for you' => 'Les doublons ne sont pas vérifiés pour vous', + 'The due date must use the ISO format: YYYY-MM-DD' => 'La date d\'échéance doit utiliser le format ISO : AAAA-MM-JJ', + 'Download CSV template' => 'Télécharger le modèle CSV', + 'No external integration registered.' => 'Aucune intégration externe enregistrée.', + 'Duplicates are not imported' => 'Les doublons ne sont pas importés', + 'Usernames must be lowercase and unique' => 'Les noms d\'utilisateurs doivent être en minuscule et unique', + 'Passwords will be encrypted if present' => 'Les mots de passe seront chiffrés si présent', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index b63ce202..59b1d569 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d lezárt feladat', 'No task for this project' => 'Nincs feladat ebben a projektben', 'Public link' => 'Nyilvános link', - 'There is no column in your project!' => 'Nincs oszlop a projektben!', 'Change assignee' => 'Felelős módosítása', 'Change assignee for the task "%s"' => 'Feladat felelősének módosítása: "%s"', 'Timezone' => 'Időzóna', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Fájl sikeresen törölve.', 'Attach a document' => 'Fájl csatolása', 'Do you really want to remove this file: "%s"?' => 'Valóban törölni akarja a fájlt: "%s"?', - 'open' => 'nyitott', 'Attachments' => 'Mellékletek', 'Edit the task' => 'Feladat módosítása', 'Edit the description' => 'Leírás szerkesztése', @@ -593,7 +591,6 @@ return array( '#%d' => '#%d', 'All swimlanes' => 'Minden folyamat', 'All colors' => 'Minden szín', - 'All status' => 'Minden állapot', 'Moved to column %s' => '%s oszlopba áthelyezve', 'Change description' => 'Leírás szerkesztés', 'User dashboard' => 'Felhasználói vezérlőpult', @@ -699,7 +696,6 @@ return array( // 'Unable to add this currency rate.' => '', // 'Webhook URL' => '', // '%s remove the assignee of the task %s' => '', - // 'API URL' => '', // 'Enable Gravatar images' => '', // 'Information' => '', // 'Check two factor authentication code' => '', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index a32e2a7a..8408fc11 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d tugas yang ditutup', 'No task for this project' => 'Tidak ada tugas dalam proyek ini', 'Public link' => 'Tautan publik', - 'There is no column in your project!' => 'Tidak ada kolom didalam proyek anda!', 'Change assignee' => 'Mengubah orang yand ditugaskan', 'Change assignee for the task "%s"' => 'Mengubah orang yang ditugaskan untuk tugas « %s »', 'Timezone' => 'Zona waktu', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Berkas berhasil dihapus.', 'Attach a document' => 'Lampirkan dokumen', 'Do you really want to remove this file: "%s"?' => 'Apakah anda yakin akan menghapus berkas ini « %s » ?', - 'open' => 'buka', 'Attachments' => 'Lampiran', 'Edit the task' => 'Modifikasi tugas', 'Edit the description' => 'Modifikasi deskripsi', @@ -593,7 +591,6 @@ return array( '#%d' => 'n˚%d', 'All swimlanes' => 'Semua swimlane', 'All colors' => 'Semua warna', - 'All status' => 'Semua status', 'Moved to column %s' => 'Pindah ke kolom %s', 'Change description' => 'Rubah deskripsi', 'User dashboard' => 'Dasbor pengguna', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'Tidak dapat menambahkan nilai tukar mata uang', 'Webhook URL' => 'URL webhook', '%s remove the assignee of the task %s' => '%s menghapus penugasan dari tugas %s', - 'API URL' => 'API URL', 'Enable Gravatar images' => 'Mengaktifkan gambar Gravatar', 'Information' => 'Informasi', 'Check two factor authentication code' => 'Cek dua faktor kode otentifikasi', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index 10c85548..08bf7225 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d compiti chiusi', 'No task for this project' => 'Nessun compito per questo progetto', 'Public link' => 'Link pubblico', - 'There is no column in your project!' => 'Non c\'è nessuna colonna per questo progetto!', 'Change assignee' => 'Cambiare la persona assegnata', 'Change assignee for the task "%s"' => 'Cambiare la persona assegnata per il compito « %s »', 'Timezone' => 'Fuso orario', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'File cancellato correttamente.', 'Attach a document' => 'Allegare un documento', 'Do you really want to remove this file: "%s"?' => 'Vuoi veramente cancellare questo file: "%s"?', - 'open' => 'aprire', 'Attachments' => 'Allegati', 'Edit the task' => 'Modificare il compito', 'Edit the description' => 'Modificare la descrizione', @@ -593,7 +591,6 @@ return array( // '#%d' => '', 'All swimlanes' => 'Tutte le corsie', 'All colors' => 'Tutti i colori', - 'All status' => 'Tutti gli stati', 'Moved to column %s' => 'Spostato sulla colonna "%s"', 'Change description' => 'Cambia descrizione', 'User dashboard' => 'Bacheca utente', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'Impossibile aggiungere questo tasso di cambio.', 'Webhook URL' => 'URL Webhook', '%s remove the assignee of the task %s' => '%s rimuove l\'assegnatario del compito %s', - 'API URL' => 'URL API', 'Enable Gravatar images' => 'Abilita immagini Gravatar', 'Information' => 'Informazioni', 'Check two factor authentication code' => 'Controlla il codice di autenticazione a due fattori', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index b2097280..fb40271d 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d 個のクローズしたタスク', 'No task for this project' => 'このプロジェクトにタスクがありません', 'Public link' => '公開アクセス用リンク', - 'There is no column in your project!' => 'カラムにプロジェクトがありません!', 'Change assignee' => '担当を変更する', 'Change assignee for the task "%s"' => 'タスク「%s」の担当を変更する', 'Timezone' => 'タイムゾーン', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'ファイルを削除しました。', 'Attach a document' => 'ドキュメントを添付する', 'Do you really want to remove this file: "%s"?' => 'ファイル「%s」を削除しますか?', - 'open' => 'オープン', 'Attachments' => '添付', 'Edit the task' => 'タスクを変更する', 'Edit the description' => '説明を変更する', @@ -593,7 +591,6 @@ return array( '#%d' => '#%d', 'All swimlanes' => '全てのスイムレーン', 'All colors' => '全ての色', - 'All status' => '全てのステータス', 'Moved to column %s' => 'カラム %s へ移動しました', 'Change description' => '説明を変更', 'User dashboard' => 'ユーザダッシュボード', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'この通貨レートを追加できません。', 'Webhook URL' => 'Webhook URL', '%s remove the assignee of the task %s' => '%s がタスク「%s」の担当を解除しました。', - 'API URL' => 'API URL', 'Enable Gravatar images' => 'Gravatar イメージを有効化', 'Information' => '情報 ', 'Check two factor authentication code' => '2 段認証をチェックする', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index e329252b..598a15c9 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d lukkede oppgaver', 'No task for this project' => 'Ingen oppgaver i dette prosjektet', 'Public link' => 'Offentligt lenke', - 'There is no column in your project!' => 'Det er ingen kolonner i dette prosjektet!', 'Change assignee' => 'Tildel oppgaven til andre', 'Change assignee for the task "%s"' => 'Endre tildeling av oppgaven: "%s"', 'Timezone' => 'Tidssone', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Filen er fjernet.', 'Attach a document' => 'Legg til et dokument', 'Do you really want to remove this file: "%s"?' => 'Vil du fjerne filen: "%s"?', - 'open' => 'øpen', 'Attachments' => 'Vedlegg', 'Edit the task' => 'Rediger oppgaven', 'Edit the description' => 'Rediger beskrivelsen', @@ -593,7 +591,6 @@ return array( // '#%d' => '', 'All swimlanes' => 'Alle svømmebaner', 'All colors' => 'Alle farger', - 'All status' => 'Alle statuser', // 'Moved to column %s' => '', 'Change description' => 'Endre beskrivelse', 'User dashboard' => 'Brukerens hovedside', @@ -699,7 +696,6 @@ return array( // 'Unable to add this currency rate.' => '', // 'Webhook URL' => '', // '%s remove the assignee of the task %s' => '', - // 'API URL' => '', // 'Enable Gravatar images' => '', // 'Information' => '', // 'Check two factor authentication code' => '', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index cb0eb422..fd74c977 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d gesloten taken', 'No task for this project' => 'Geen taken voor dit project', 'Public link' => 'Publieke link', - 'There is no column in your project!' => 'Er is geen kolom in uw project !', 'Change assignee' => 'Toegewezene aanpassen', 'Change assignee for the task "%s"' => 'Toegewezene aanpassen voor taak « %s »', 'Timezone' => 'Tijdzone', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Bestand succesvol verwijdered.', 'Attach a document' => 'Document toevoegen', 'Do you really want to remove this file: "%s"?' => 'Weet u zeker dat u dit bestand wil verwijderen: « %s » ?', - 'open' => 'openen', 'Attachments' => 'Bijlages', 'Edit the task' => 'Taak aanpassen', 'Edit the description' => 'Omschrijving aanpassen', @@ -593,7 +591,6 @@ return array( '#%d' => '%d', 'All swimlanes' => 'Alle swimlanes', 'All colors' => 'Alle kleuren', - 'All status' => 'Alle statussen', 'Moved to column %s' => 'Verplaatst naar kolom %s', 'Change description' => 'Verandering omschrijving', 'User dashboard' => 'Gebruiker dashboard', @@ -699,7 +696,6 @@ return array( // 'Unable to add this currency rate.' => '', // 'Webhook URL' => '', // '%s remove the assignee of the task %s' => '', - // 'API URL' => '', // 'Enable Gravatar images' => '', // 'Information' => '', // 'Check two factor authentication code' => '', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index ffaed8bc..bcc0c433 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d zamkniętych zadań', 'No task for this project' => 'Brak zadań dla tego projektu', 'Public link' => 'Link publiczny', - 'There is no column in your project!' => 'Brak kolumny w Twoim projekcie', 'Change assignee' => 'Zmień odpowiedzialną osobę', 'Change assignee for the task "%s"' => 'Zmień odpowiedzialną osobę dla zadania "%s"', 'Timezone' => 'Strefa czasowa', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Plik Usunięty pomyślnie.', 'Attach a document' => 'Dołącz plik', 'Do you really want to remove this file: "%s"?' => 'Czy na pewno chcesz usunąć plik: "%s"?', - 'open' => 'otwórz', 'Attachments' => 'Załączniki', 'Edit the task' => 'Edytuj Zadanie', 'Edit the description' => 'Edytuj opis', @@ -593,7 +591,6 @@ return array( '#%d' => 'nr %d', 'All swimlanes' => 'Wszystkie procesy', 'All colors' => 'Wszystkie kolory', - 'All status' => 'Wszystkie statusy', 'Moved to column %s' => 'Przeniosiono do kolumny %s', 'Change description' => 'Zmień opis', 'User dashboard' => 'Panel użytkownika', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'Nie można dodać kursu waluty', // 'Webhook URL' => '', '%s remove the assignee of the task %s' => '%s usunął osobę przypisaną do zadania %s', - // 'API URL' => '', // 'Enable Gravatar images' => '', 'Information' => 'Informacje', 'Check two factor authentication code' => 'Sprawdź kod weryfikujący', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 0950ef35..6ee5f2dd 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d tarefas finalizadas', 'No task for this project' => 'Não há tarefa para este projeto', 'Public link' => 'Link público', - 'There is no column in your project!' => 'Não há colunas em seu projeto!', 'Change assignee' => 'Mudar a designação', 'Change assignee for the task "%s"' => 'Modificar designação para a tarefa "%s"', 'Timezone' => 'Fuso horário', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Arquivo removido com sucesso.', 'Attach a document' => 'Anexar um documento', 'Do you really want to remove this file: "%s"?' => 'Você realmente deseja remover este arquivo: "%s"', - 'open' => 'Aberto', 'Attachments' => 'Anexos', 'Edit the task' => 'Editar a tarefa', 'Edit the description' => 'Editar a descrição', @@ -593,7 +591,6 @@ return array( // '#%d' => '', 'All swimlanes' => 'Todas as swimlanes', 'All colors' => 'Todas as cores', - 'All status' => 'Todos os status', 'Moved to column %s' => 'Mover para a coluna %s', 'Change description' => 'Modificar a descrição', 'User dashboard' => 'Painel de Controle do usuário', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'Impossível de adicionar essa taxa de câmbio.', 'Webhook URL' => 'URL do webhook', '%s remove the assignee of the task %s' => '%s removeu a pessoa designada para a tarefa %s', - 'API URL' => 'URL da API', 'Enable Gravatar images' => 'Ativar imagens do Gravatar', 'Information' => 'Informações', 'Check two factor authentication code' => 'Verificação do código de autenticação à fator duplo', @@ -1032,4 +1028,40 @@ return array( 'Unread notifications' => 'Notificações não lidas', 'My filters' => 'Meus filtros', 'Notification methods:' => 'Métodos de notificação:', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 24366d92..540a4a56 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d tarefas finalizadas', 'No task for this project' => 'Não há tarefa para este projecto', 'Public link' => 'Link público', - 'There is no column in your project!' => 'Não há colunas no seu projecto!', 'Change assignee' => 'Mudar a assignação', 'Change assignee for the task "%s"' => 'Modificar assignação para a tarefa "%s"', 'Timezone' => 'Fuso horário', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Arquivo removido com sucesso.', 'Attach a document' => 'Anexar um documento', 'Do you really want to remove this file: "%s"?' => 'Tem a certeza que quer remover este arquivo: "%s"', - 'open' => 'Aberto', 'Attachments' => 'Anexos', 'Edit the task' => 'Editar a tarefa', 'Edit the description' => 'Editar a descrição', @@ -593,7 +591,6 @@ return array( // '#%d' => '', 'All swimlanes' => 'Todos os swimlane', 'All colors' => 'Todas as cores', - 'All status' => 'Todos os estados', 'Moved to column %s' => 'Mover para a coluna %s', 'Change description' => 'Modificar a descrição', 'User dashboard' => 'Painel de Controlo do utilizador', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'Impossível adicionar essa taxa de câmbio.', 'Webhook URL' => 'URL do webhook', '%s remove the assignee of the task %s' => '%s removeu a pessoa assignada à tarefa %s', - 'API URL' => 'URL da API', 'Enable Gravatar images' => 'Activar imagem Gravatar', 'Information' => 'Informações', 'Check two factor authentication code' => 'Verificação do código de autenticação com factor duplo', @@ -1032,4 +1028,40 @@ return array( 'Unread notifications' => 'Notificações por ler', 'My filters' => 'Os meus filtros', 'Notification methods:' => 'Metodos de notificação:', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index d16e95f3..0e9f2da8 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d завершенных задач', 'No task for this project' => 'Нет задач для этого проекта', 'Public link' => 'Ссылка для просмотра', - 'There is no column in your project!' => 'Нет колонки в вашем проекте!', 'Change assignee' => 'Сменить назначенного', 'Change assignee for the task "%s"' => 'Сменить назначенного для задачи « %s »', 'Timezone' => 'Часовой пояс', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Файл удален.', 'Attach a document' => 'Прикрепить файл', 'Do you really want to remove this file: "%s"?' => 'Вы точно хотите удалить этот файл « %s » ?', - 'open' => 'открыть', 'Attachments' => 'Приложение', 'Edit the task' => 'Изменить задачу', 'Edit the description' => 'Изменить описание', @@ -593,7 +591,6 @@ return array( '#%d' => '#%d', 'All swimlanes' => 'Все дорожки', 'All colors' => 'Все цвета', - 'All status' => 'Все статусы', 'Moved to column %s' => 'Перемещена в колонку %s', 'Change description' => 'Изменить описание', 'User dashboard' => 'Пользователь панели мониторинга', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'Невозможно добавить этот курс валюты.', 'Webhook URL' => 'Webhook URL', '%s remove the assignee of the task %s' => '%s удалить назначенную задачу %s', - 'API URL' => 'API URL', 'Enable Gravatar images' => 'Включить Gravatar изображения', 'Information' => 'Информация', 'Check two factor authentication code' => 'Проверка кода двухфакторной авторизации', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 34dca50b..0e25033d 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d zatvorenih zadataka', 'No task for this project' => 'Nema dodeljenih zadataka ovom projektu', 'Public link' => 'Javni link', - 'There is no column in your project!' => 'Nema dodeljenih kolona ovom projektu', 'Change assignee' => 'Izmeni dodelu', 'Change assignee for the task "%s"' => 'Izmeni dodelu za ovaj zadatak "%s"', 'Timezone' => 'Vremenska zona', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Uspešno uklonjen fajl.', 'Attach a document' => 'Prikači dokument', 'Do you really want to remove this file: "%s"?' => 'Da li da uklonim fajl: "%s"?', - 'open' => 'otvori', 'Attachments' => 'Prilozi', 'Edit the task' => 'Izmena Zadatka', 'Edit the description' => 'Izmena opisa', @@ -593,7 +591,6 @@ return array( // '#%d' => '', 'All swimlanes' => 'Svi razdelniki', 'All colors' => 'Sve boje', - 'All status' => 'Svi statusi', 'Moved to column %s' => 'Premešten u kolonu %s', // 'Change description' => '', 'User dashboard' => 'Korisnički panel', @@ -699,7 +696,6 @@ return array( // 'Unable to add this currency rate.' => '', // 'Webhook URL' => '', // '%s remove the assignee of the task %s' => '', - // 'API URL' => '', // 'Enable Gravatar images' => '', // 'Information' => '', // 'Check two factor authentication code' => '', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index aac3fac7..8663d600 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d stängda uppgifter', 'No task for this project' => 'Inga uppgifter i detta projekt', 'Public link' => 'Publik länk', - 'There is no column in your project!' => 'Det saknas kolumner i ditt projekt!', 'Change assignee' => 'Ändra uppdragsinnehavare', 'Change assignee for the task "%s"' => 'Ändra uppdragsinnehavare för uppgiften "%s"', 'Timezone' => 'Tidszon', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Filen har tagits bort', 'Attach a document' => 'Bifoga ett dokument', 'Do you really want to remove this file: "%s"?' => 'Vill du verkligen ta bort denna fil:"%s"?', - 'open' => 'öppen', 'Attachments' => 'Bifogade filer', 'Edit the task' => 'Ändra uppgiften', 'Edit the description' => 'Ändra beskrivningen', @@ -593,7 +591,6 @@ return array( '#%d' => '#%d', 'All swimlanes' => 'Alla swimlanes', 'All colors' => 'Alla färger', - 'All status' => 'Alla status', 'Moved to column %s' => 'Flyttad till kolumn %s', 'Change description' => 'Ändra beskrivning', 'User dashboard' => 'Användardashboard', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'Kunde inte lägga till valutakursen.', 'Webhook URL' => 'Webhook URL', '%s remove the assignee of the task %s' => '%s ta bort tilldelningen av uppgiften %s', - 'API URL' => 'API URL', 'Enable Gravatar images' => 'Aktivera Gravatar bilder', 'Information' => 'Information', 'Check two factor authentication code' => 'Kolla tvåfaktorsverifieringskod', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index 1f7f2dd4..50181c79 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d งานที่ปิด', 'No task for this project' => 'ไม่มีงานสำหรับโปรเจคนี้', 'Public link' => 'ลิงค์สาธารณะ', - 'There is no column in your project!' => 'ไม่มีคอลัมน์ในโปรเจคของคุณ', 'Change assignee' => 'เปลี่ยนการกำหนด', 'Change assignee for the task "%s"' => 'เปลี่ยนการกำหนดสำหรับงาน « %s »', 'Timezone' => 'เขตเวลา', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'ลบไฟล์เรียบร้อยแล้ว', 'Attach a document' => 'แนบเอกสาร', 'Do you really want to remove this file: "%s"?' => 'คุณต้องการลบไฟล์ "%s" ใช่หรือไม่?', - 'open' => 'เปิด', 'Attachments' => 'แนบ', 'Edit the task' => 'แก้ไขงาน', 'Edit the description' => 'แก้ไขคำอธิบาย', @@ -593,7 +591,6 @@ return array( // '#%d' => '', 'All swimlanes' => 'สวิมเลนทั้งหมด', 'All colors' => 'สีทั้งหมด', - 'All status' => 'สถานะทั้งหมด', 'Moved to column %s' => 'เคลื่อนไปคอลัมน์ %s', 'Change description' => 'เปลี่ยนคำอธิบาย', 'User dashboard' => 'ผู้ใช้แดชบอร์ด', @@ -699,7 +696,6 @@ return array( // 'Unable to add this currency rate.' => '', // 'Webhook URL' => '', // '%s remove the assignee of the task %s' => '', - // 'API URL' => '', 'Enable Gravatar images' => 'สามารถใช้งานภาพ Gravatar', 'Information' => 'ข้อมูลสารสนเทศ', // 'Check two factor authentication code' => '', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index 47afc9a5..05277797 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d kapatılmış görevler', // 'No task for this project' => '', 'Public link' => 'Dışa açık link', - 'There is no column in your project!' => 'Projenizde hiç sütun yok', 'Change assignee' => 'Atanmış Kullanıcıyı değiştir', 'Change assignee for the task "%s"' => '"%s" görevi için atanmış kullanıcıyı değiştir', 'Timezone' => 'Saat dilimi', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Dosya silindi', 'Attach a document' => 'Dosya ekle', 'Do you really want to remove this file: "%s"?' => 'Bu dosyayı silmek istediğinize emin misiniz: "%s"?', - 'open' => 'aç', 'Attachments' => 'Ekler', 'Edit the task' => 'Görevi değiştir', 'Edit the description' => 'Açıklamayı değiştir', @@ -593,7 +591,6 @@ return array( '#%d' => '#%d', 'All swimlanes' => 'Tüm Kulvarlar', 'All colors' => 'Tüm Renkler', - 'All status' => 'Tüm Durumlar', 'Moved to column %s' => '%s Sütununa taşındı', 'Change description' => 'Açıklamayı değiştir', 'User dashboard' => 'Kullanıcı Anasayfası', @@ -699,7 +696,6 @@ return array( // 'Unable to add this currency rate.' => '', // 'Webhook URL' => '', // '%s remove the assignee of the task %s' => '', - // 'API URL' => '', // 'Enable Gravatar images' => '', // 'Information' => '', // 'Check two factor authentication code' => '', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 22612b59..cc7de564 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -167,7 +167,6 @@ return array( '%d closed tasks' => '%d个已关闭任务', 'No task for this project' => '该项目尚无任务', 'Public link' => '公开链接', - 'There is no column in your project!' => '该项目尚无栏目项!', 'Change assignee' => '变更负责人', 'Change assignee for the task "%s"' => '更改任务"%s"的负责人', 'Timezone' => '时区', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => '文件成功移除。', 'Attach a document' => '附加文档', 'Do you really want to remove this file: "%s"?' => '确定要移除文件"%s"吗?', - 'open' => '打开', 'Attachments' => '附件', 'Edit the task' => '修改任务', 'Edit the description' => '修改描述', @@ -593,7 +591,6 @@ return array( '#%d' => '#%d', 'All swimlanes' => '全部泳道', 'All colors' => '全部颜色', - 'All status' => '全部状态', 'Moved to column %s' => '移动到栏目 %s', 'Change description' => '修改描述', 'User dashboard' => '用户仪表板', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => '无法添加此汇率', 'Webhook URL' => '网络钩子 URL', '%s remove the assignee of the task %s' => '%s删除了任务%s的负责人', - 'API URL' => 'API URL', 'Enable Gravatar images' => '启用 Gravatar 图像', 'Information' => '信息', 'Check two factor authentication code' => '检查双重认证码', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // 'Unable to read your file' => '', + // '%d task(s) have been imported successfully.' => '', + // 'Nothing have been imported!' => '', + // 'Import users from CSV file' => '', + // '%d user(s) have been imported successfully.' => '', + // 'Comma' => '', + // 'Semi-colon' => '', + // 'Tab' => '', + // 'Vertical bar' => '', + // 'Double Quote' => '', + // 'Single Quote' => '', + // '%s attached a file to the task #%d' => '', + // 'There is no column or swimlane activated in your project!' => '', + // 'Append filter (instead of replacement)' => '', + // 'Append/Replace' => '', + // 'Append' => '', + // 'Replace' => '', + // 'There is no notification method registered.' => '', + // 'Import' => '', + // 'change sorting' => '', + // 'Tasks Importation' => '', + // 'Delimiter' => '', + // 'Enclosure' => '', + // 'CSV File' => '', + // 'Instructions' => '', + // 'Your file must use the predefined CSV format' => '', + // 'Your file must be encoded in UTF-8' => '', + // 'The first row must be the header' => '', + // 'Duplicates are not verified for you' => '', + // 'The due date must use the ISO format: YYYY-MM-DD' => '', + // 'Download CSV template' => '', + // 'No external integration registered.' => '', + // 'Duplicates are not imported' => '', + // 'Usernames must be lowercase and unique' => '', + // 'Passwords will be encrypted if present' => '', ); -- cgit v1.2.3