summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2019-07-15 14:42:15 -0700
committerFrédéric Guillot <fred@kanboard.net>2019-07-15 14:42:15 -0700
commite60686cd10b70e435189bfc79c53a686bb6edffe (patch)
treefea972bc66a206a1b8fa8a5e12b01610ad4618c4
parent4fb6960c3f1064bea3de9cc016dacfa90ca591ac (diff)
Fix English grammatical errors
-rw-r--r--app/Controller/TaskImportController.php2
-rw-r--r--app/Controller/UserImportController.php2
-rw-r--r--app/Locale/bs_BA/translations.php2
-rw-r--r--app/Locale/ca_ES/translations.php2
-rw-r--r--app/Locale/cs_CZ/translations.php2
-rw-r--r--app/Locale/da_DK/translations.php2
-rw-r--r--app/Locale/de_DE/translations.php2
-rw-r--r--app/Locale/el_GR/translations.php2
-rw-r--r--app/Locale/es_ES/translations.php2
-rw-r--r--app/Locale/fi_FI/translations.php2
-rw-r--r--app/Locale/fr_FR/translations.php2
-rw-r--r--app/Locale/hr_HR/translations.php2
-rw-r--r--app/Locale/hu_HU/translations.php2
-rw-r--r--app/Locale/id_ID/translations.php2
-rw-r--r--app/Locale/it_IT/translations.php2
-rw-r--r--app/Locale/ja_JP/translations.php2
-rw-r--r--app/Locale/ko_KR/translations.php2
-rw-r--r--app/Locale/my_MY/translations.php2
-rw-r--r--app/Locale/nb_NO/translations.php2
-rw-r--r--app/Locale/nl_NL/translations.php2
-rw-r--r--app/Locale/pl_PL/translations.php2
-rw-r--r--app/Locale/pt_BR/translations.php2
-rw-r--r--app/Locale/pt_PT/translations.php2
-rw-r--r--app/Locale/ro_RO/translations.php2
-rw-r--r--app/Locale/ru_RU/translations.php2
-rw-r--r--app/Locale/sk_SK/translations.php2
-rw-r--r--app/Locale/sr_Latn_RS/translations.php2
-rw-r--r--app/Locale/sv_SE/translations.php2
-rw-r--r--app/Locale/th_TH/translations.php2
-rw-r--r--app/Locale/tr_TR/translations.php2
-rw-r--r--app/Locale/uk_UA/translations.php2
-rw-r--r--app/Locale/vi_VN/translations.php2
-rw-r--r--app/Locale/zh_CN/translations.php2
-rw-r--r--app/Locale/zh_TW/translations.php2
34 files changed, 34 insertions, 34 deletions
diff --git a/app/Controller/TaskImportController.php b/app/Controller/TaskImportController.php
index d6506880..6f36f5ff 100644
--- a/app/Controller/TaskImportController.php
+++ b/app/Controller/TaskImportController.php
@@ -56,7 +56,7 @@ class TaskImportController extends BaseController
if ($taskImport->getNumberOfImportedTasks() > 0) {
$this->flash->success(t('%d task(s) have been imported successfully.', $taskImport->getNumberOfImportedTasks()));
} else {
- $this->flash->failure(t('Nothing have been imported!'));
+ $this->flash->failure(t('Nothing has been imported!'));
}
$this->response->redirect($this->helper->url->to('TaskImportController', 'show', array('project_id' => $project['id'])), true);
diff --git a/app/Controller/UserImportController.php b/app/Controller/UserImportController.php
index e878e605..8f3ee125 100644
--- a/app/Controller/UserImportController.php
+++ b/app/Controller/UserImportController.php
@@ -78,7 +78,7 @@ class UserImportController extends BaseController
if ($this->userImport->counter > 0) {
$this->flash->success(t('%d user(s) have been imported successfully.', $this->userImport->counter));
} else {
- $this->flash->failure(t('Nothing have been imported!'));
+ $this->flash->failure(t('Nothing has been imported!'));
}
}
}
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php
index ead3718e..e4bdd0a5 100644
--- a/app/Locale/bs_BA/translations.php
+++ b/app/Locale/bs_BA/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Metode obavještenja:',
'Unable to read your file' => 'Nemoguće pročitati datoteku',
'%d task(s) have been imported successfully.' => '%d zadataka uspješno uvezeno.',
- 'Nothing have been imported!' => 'Ništa nije uvezeno!',
+ 'Nothing has been imported!' => 'Ništa nije uvezeno!',
'Import users from CSV file' => 'Uvezi korisnike putem CSV datoteke',
'%d user(s) have been imported successfully.' => '%d korisnika uspješno uvezeno.',
'Comma' => 'Zarez',
diff --git a/app/Locale/ca_ES/translations.php b/app/Locale/ca_ES/translations.php
index c9d544b1..e9fd67c8 100644
--- a/app/Locale/ca_ES/translations.php
+++ b/app/Locale/ca_ES/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Els mètodes de notificació:',
'Unable to read your file' => 'No es pot llegir el fitxer',
'%d task(s) have been imported successfully.' => '%d tasca(s) s\'han importat correctament.',
- 'Nothing have been imported!' => 'Res s\'han importat!',
+ 'Nothing has been imported!' => 'Res s\'han importat!',
'Import users from CSV file' => 'Importa usuaris des d\'arxiu CSV',
'%d user(s) have been imported successfully.' => '%d usuari(s) s\'han importat correctament.',
'Comma' => 'Coma',
diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php
index 5d2ab3b2..809c84f3 100644
--- a/app/Locale/cs_CZ/translations.php
+++ b/app/Locale/cs_CZ/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Způsoby notifikací:',
'Unable to read your file' => 'Nelze přečíst soubor',
// '%d task(s) have been imported successfully.' => '',
- // 'Nothing have been imported!' => '',
+ // 'Nothing has been imported!' => '',
// 'Import users from CSV file' => '',
// '%d user(s) have been imported successfully.' => '',
// 'Comma' => '',
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php
index 38e94cf6..0cf91f2f 100644
--- a/app/Locale/da_DK/translations.php
+++ b/app/Locale/da_DK/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Påmindelse metoder:',
'Unable to read your file' => 'Kan ikke læse fil',
'%d task(s) have been imported successfully.' => '%d opgave(er) blev importeret.',
- 'Nothing have been imported!' => 'Intet blev importeret!',
+ 'Nothing has been imported!' => 'Intet blev importeret!',
'Import users from CSV file' => 'Importere brugere fra CSV fil',
'%d user(s) have been imported successfully.' => '%d bruger(e) blev importeret.',
'Comma' => 'Komma',
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index 54a118b6..a6e51c17 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Benachrichtigungs-Methoden:',
'Unable to read your file' => 'Die Datei kann nicht gelesen werden',
'%d task(s) have been imported successfully.' => '%d Aufgabe(n) wurde(n) erfolgreich importiert',
- 'Nothing have been imported!' => 'Es wurde nichts importiert!',
+ 'Nothing has been imported!' => 'Es wurde nichts importiert!',
'Import users from CSV file' => 'Importiere Benutzer aus CSV Datei',
'%d user(s) have been imported successfully.' => '%d Benutzer wurde(n) erfolgreich importiert.',
'Comma' => 'Komma',
diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php
index c69b29da..d4d8456d 100644
--- a/app/Locale/el_GR/translations.php
+++ b/app/Locale/el_GR/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Μέθοδοι ειδοποίησης:',
'Unable to read your file' => 'Δεν είναι δυνατή η ανάγνωση του αρχείου',
'%d task(s) have been imported successfully.' => '%d η(οι) εργασία(ες) εισήχθησαν με επιτυχία.',
- 'Nothing have been imported!' => 'Τίποτα δεν εισήχθη',
+ 'Nothing has been imported!' => 'Τίποτα δεν εισήχθη',
'Import users from CSV file' => 'Εισαγωγή χρηστών μέσω αρχείου CSV',
'%d user(s) have been imported successfully.' => '%d ο(οι) χρήστης(ες) εισήχθησαν με επιτυχία.',
'Comma' => 'Κόμμα',
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php
index f3e43c10..3c869c7e 100644
--- a/app/Locale/es_ES/translations.php
+++ b/app/Locale/es_ES/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Métodos de notificación:',
'Unable to read your file' => 'No se puede leer el archivo',
'%d task(s) have been imported successfully.' => '%d tarea(s) se han importado correctamente.',
- 'Nothing have been imported!' => '¡Nada se ha importado!',
+ 'Nothing has been imported!' => '¡Nada se ha importado!',
'Import users from CSV file' => 'Importar usuarios del archivo CSV',
'%d user(s) have been imported successfully.' => '%d usuario(s) se han importado correctamente.',
'Comma' => 'Coma',
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php
index b047f52a..c75fe6fa 100644
--- a/app/Locale/fi_FI/translations.php
+++ b/app/Locale/fi_FI/translations.php
@@ -782,7 +782,7 @@ return array(
// 'Notification methods:' => '',
// 'Unable to read your file' => '',
// '%d task(s) have been imported successfully.' => '',
- // 'Nothing have been imported!' => '',
+ // 'Nothing has been imported!' => '',
// 'Import users from CSV file' => '',
// '%d user(s) have been imported successfully.' => '',
// 'Comma' => '',
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index fe5ad29d..c84baa46 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Méthodes de notifications :',
'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é',
+ 'Nothing has 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',
diff --git a/app/Locale/hr_HR/translations.php b/app/Locale/hr_HR/translations.php
index 84a21a44..754bfaf1 100644
--- a/app/Locale/hr_HR/translations.php
+++ b/app/Locale/hr_HR/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Vrste obavijesti:',
// 'Unable to read your file' => '',
// '%d task(s) have been imported successfully.' => '',
- // 'Nothing have been imported!' => '',
+ // 'Nothing has been imported!' => '',
// 'Import users from CSV file' => '',
// '%d user(s) have been imported successfully.' => '',
// 'Comma' => '',
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php
index 610e5a3c..13db1a1d 100644
--- a/app/Locale/hu_HU/translations.php
+++ b/app/Locale/hu_HU/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Értesítési módszerek:',
'Unable to read your file' => 'Nem lehet beolvasni a fájlt',
'%d task(s) have been imported successfully.' => '%d feladat sikeresen importálva.',
- 'Nothing have been imported!' => 'Semmi sem lett importálva!',
+ 'Nothing has been imported!' => 'Semmi sem lett importálva!',
'Import users from CSV file' => 'Felhasználók importálása CSV-fájlból',
'%d user(s) have been imported successfully.' => '%d felhasználó sikeresen importálva.',
'Comma' => 'Vessző',
diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php
index b8e315e2..fc34e0fa 100644
--- a/app/Locale/id_ID/translations.php
+++ b/app/Locale/id_ID/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Metode pemberitahuan',
'Unable to read your file' => 'Tidak dapat membaca berkas Anda',
'%d task(s) have been imported successfully.' => '%d tugas telah berhasil di impor',
- 'Nothing have been imported!' => 'Tidak ada yang dapat di impor',
+ 'Nothing has been imported!' => 'Tidak ada yang dapat di impor',
'Import users from CSV file' => 'Impor pengguna dari berkas CSV',
'%d user(s) have been imported successfully.' => '%d pengguna telah berhasil di impor',
'Comma' => 'Koma',
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php
index 962bd5ca..15d8fb65 100644
--- a/app/Locale/it_IT/translations.php
+++ b/app/Locale/it_IT/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Metodi di notifica',
'Unable to read your file' => 'Impossibile leggere il file',
'%d task(s) have been imported successfully.' => '%d task sono stati importati con successo.',
- 'Nothing have been imported!' => 'Non è stato importato nulla!',
+ 'Nothing has been imported!' => 'Non è stato importato nulla!',
'Import users from CSV file' => 'Importa utenti da file CSV',
'%d user(s) have been imported successfully.' => '%d utenti importati con successo.',
'Comma' => 'Virgola',
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php
index a5447419..9ddd74c0 100644
--- a/app/Locale/ja_JP/translations.php
+++ b/app/Locale/ja_JP/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => '通知方法:',
'Unable to read your file' => 'あなたのファイルを読むことができません',
'%d task(s) have been imported successfully.' => '%d件のタスクが正常にインポートされました',
- 'Nothing have been imported!' => '何もインポートされていません!',
+ 'Nothing has been imported!' => '何もインポートされていません!',
'Import users from CSV file' => 'CSVファイルからユーザーをインポート',
'%d user(s) have been imported successfully.' => '%d人のユーザーが正常にインポートされました',
'Comma' => 'カンマ',
diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php
index 79124cba..bea5333e 100644
--- a/app/Locale/ko_KR/translations.php
+++ b/app/Locale/ko_KR/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => '알림 방법',
'Unable to read your file' => '파일을 읽을 수 없습니다',
'%d task(s) have been imported successfully.' => '%d 할일이 성공적으로 추가되었습니다',
- 'Nothing have been imported!' => '추가가 되지 않았습니다!',
+ 'Nothing has been imported!' => '추가가 되지 않았습니다!',
'Import users from CSV file' => 'CSV 파일에서 사용자 가져오기',
'%d user(s) have been imported successfully.' => '%d 사용자가 성공적으로 추가되었습니다',
'Comma' => '콤마',
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php
index 937c2430..84fee514 100644
--- a/app/Locale/my_MY/translations.php
+++ b/app/Locale/my_MY/translations.php
@@ -782,7 +782,7 @@ return array(
// 'Notification methods:' => '',
// 'Unable to read your file' => '',
// '%d task(s) have been imported successfully.' => '',
- // 'Nothing have been imported!' => '',
+ // 'Nothing has been imported!' => '',
// 'Import users from CSV file' => '',
// '%d user(s) have been imported successfully.' => '',
// 'Comma' => '',
diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php
index f180cf28..9669d544 100644
--- a/app/Locale/nb_NO/translations.php
+++ b/app/Locale/nb_NO/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Varslingsmetoder',
'Unable to read your file' => 'Kan ikke lese filen',
'%d task(s) have been imported successfully.' => '%d oppgave(r) er importert.',
- 'Nothing have been imported!' => 'Ingenting ble importert!',
+ 'Nothing has been imported!' => 'Ingenting ble importert!',
'Import users from CSV file' => 'Importere brukere fra CSV-fil',
'%d user(s) have been imported successfully.' => '%d bruker(e) er imporert.',
'Comma' => 'Komma',
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php
index 2186ffca..ee5f5e31 100644
--- a/app/Locale/nl_NL/translations.php
+++ b/app/Locale/nl_NL/translations.php
@@ -782,7 +782,7 @@ return array(
// 'Notification methods:' => '',
// 'Unable to read your file' => '',
// '%d task(s) have been imported successfully.' => '',
- // 'Nothing have been imported!' => '',
+ // 'Nothing has been imported!' => '',
// 'Import users from CSV file' => '',
// '%d user(s) have been imported successfully.' => '',
// 'Comma' => '',
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php
index ae5b003b..9e584442 100644
--- a/app/Locale/pl_PL/translations.php
+++ b/app/Locale/pl_PL/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Metody powiadomień:',
'Unable to read your file' => 'Nie można odczytać pliku',
'%d task(s) have been imported successfully.' => '%d zadań zostało zaimportowanych.',
- 'Nothing have been imported!' => 'Nic nie zostało zaimportowane!',
+ 'Nothing has been imported!' => 'Nic nie zostało zaimportowane!',
'Import users from CSV file' => 'Importuj użytkowników z pliku CSV',
'%d user(s) have been imported successfully.' => '%d użytkowników zostało zaimportowanych.',
'Comma' => 'Przecinek',
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php
index beb3744b..c842f472 100644
--- a/app/Locale/pt_BR/translations.php
+++ b/app/Locale/pt_BR/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Métodos de notificação:',
'Unable to read your file' => 'Não foi possível ler seu arquivo',
'%d task(s) have been imported successfully.' => '%d tarefa(s) importada(s) com sucesso.',
- 'Nothing have been imported!' => 'Nada foi importado!',
+ 'Nothing has been imported!' => 'Nada foi importado!',
'Import users from CSV file' => 'Importar usuários a partir de arquivo CSV',
'%d user(s) have been imported successfully.' => '%d usuário(s) importado(s) com sucesso.',
'Comma' => 'Vírgula',
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php
index c47035bd..d093a098 100644
--- a/app/Locale/pt_PT/translations.php
+++ b/app/Locale/pt_PT/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Métodos de notificação:',
'Unable to read your file' => 'Não foi possivel ler o ficheiro',
'%d task(s) have been imported successfully.' => '%d tarefa(s) importada(s) com successo.',
- 'Nothing have been imported!' => 'Nada foi importado',
+ 'Nothing has been imported!' => 'Nada foi importado',
'Import users from CSV file' => 'Importar utilizadores de um ficheiro CSV',
'%d user(s) have been imported successfully.' => '%d utilizadore(s) importados com successo.',
'Comma' => 'Vírgula',
diff --git a/app/Locale/ro_RO/translations.php b/app/Locale/ro_RO/translations.php
index b4ccebb9..6d623d4f 100644
--- a/app/Locale/ro_RO/translations.php
+++ b/app/Locale/ro_RO/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Metode de notificare:',
'Unable to read your file' => 'Nu am putut citi fișierul',
'%d task(s) have been imported successfully.' => 'Sarcini importate cu succes: %d.',
- 'Nothing have been imported!' => 'Nu s-a importat nimic!',
+ 'Nothing has been imported!' => 'Nu s-a importat nimic!',
'Import users from CSV file' => 'Importă utilizatori dintr-un fișier CSV',
'%d user(s) have been imported successfully.' => 'Utilizatori importați cu succes: %d.',
'Comma' => 'Virgulă',
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index ddc2977a..28142842 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Способы уведомления:',
'Unable to read your file' => 'Невозможно прочитать файл',
'%d task(s) have been imported successfully.' => '%d задач было успешно импортировано.',
- 'Nothing have been imported!' => 'Ничего не было импортировано!',
+ 'Nothing has been imported!' => 'Ничего не было импортировано!',
'Import users from CSV file' => 'Импорт пользователей из CSV-файла',
'%d user(s) have been imported successfully.' => '%d пользователей было успешно импортировано.',
'Comma' => 'Запятая',
diff --git a/app/Locale/sk_SK/translations.php b/app/Locale/sk_SK/translations.php
index ef951095..d87ee260 100644
--- a/app/Locale/sk_SK/translations.php
+++ b/app/Locale/sk_SK/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Metódy upozornení:',
'Unable to read your file' => 'Nemožno čítať zadaný súbor',
'%d task(s) have been imported successfully.' => '%d úloha(y) úspešne importovaná/é.',
- 'Nothing have been imported!' => 'Nebolo importované nič',
+ 'Nothing has been imported!' => 'Nebolo importované nič',
'Import users from CSV file' => 'Importovať používateľov zo súboru CSV',
'%d user(s) have been imported successfully.' => '%d požívateľ(ia) úspešne importovaní.',
'Comma' => 'čiarka',
diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php
index 6f5d8725..6aada695 100644
--- a/app/Locale/sr_Latn_RS/translations.php
+++ b/app/Locale/sr_Latn_RS/translations.php
@@ -782,7 +782,7 @@ return array(
// 'Notification methods:' => '',
// 'Unable to read your file' => '',
// '%d task(s) have been imported successfully.' => '',
- // 'Nothing have been imported!' => '',
+ // 'Nothing has been imported!' => '',
// 'Import users from CSV file' => '',
// '%d user(s) have been imported successfully.' => '',
// 'Comma' => '',
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php
index d7c2d02b..c5520a1e 100644
--- a/app/Locale/sv_SE/translations.php
+++ b/app/Locale/sv_SE/translations.php
@@ -782,7 +782,7 @@ return array(
// 'Notification methods:' => '',
// 'Unable to read your file' => '',
// '%d task(s) have been imported successfully.' => '',
- // 'Nothing have been imported!' => '',
+ // 'Nothing has been imported!' => '',
// 'Import users from CSV file' => '',
// '%d user(s) have been imported successfully.' => '',
// 'Comma' => '',
diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php
index 587b21ee..91b0d57c 100644
--- a/app/Locale/th_TH/translations.php
+++ b/app/Locale/th_TH/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'ลักษณะการแจ้งเตือน:',
'Unable to read your file' => 'ไม่สามารถอ่านไฟล์ของคุณ',
'%d task(s) have been imported successfully.' => '%d งานนำเข้าเรียบร้อย',
- 'Nothing have been imported!' => 'ไม่มีอะไรถูกนำเข้า',
+ 'Nothing has been imported!' => 'ไม่มีอะไรถูกนำเข้า',
'Import users from CSV file' => 'นำเข้าผู้ใช้จากไฟล์ CSV',
'%d user(s) have been imported successfully.' => '%d ผู้ใช้นำเข้าเรียบร้อย',
'Comma' => ', - Comma',
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php
index f3e3655d..834df9e9 100644
--- a/app/Locale/tr_TR/translations.php
+++ b/app/Locale/tr_TR/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Bildirim yöntemleri:',
'Unable to read your file' => 'Dosya okunamıyor',
'%d task(s) have been imported successfully.' => '%d görev başarıyla içeri aktarıldı.',
- 'Nothing have been imported!' => 'Hiçbir şey içeri aktarılamadı!',
+ 'Nothing has been imported!' => 'Hiçbir şey içeri aktarılamadı!',
'Import users from CSV file' => 'CSV dosyasından kullanıcıları içeri aktar',
'%d user(s) have been imported successfully.' => '%d kullanıcı başarıyla içeri aktarıldı.',
'Comma' => 'Virgül',
diff --git a/app/Locale/uk_UA/translations.php b/app/Locale/uk_UA/translations.php
index 830ce912..95743763 100644
--- a/app/Locale/uk_UA/translations.php
+++ b/app/Locale/uk_UA/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Способи сповіщення:',
'Unable to read your file' => 'Не вдалося прочитати ваш файл',
'%d task(s) have been imported successfully.' => '%d задач(і) успішно імпортовано.',
- 'Nothing have been imported!' => 'Нічого не було імпортовано!',
+ 'Nothing has been imported!' => 'Нічого не було імпортовано!',
'Import users from CSV file' => 'Імпортувати користувачів з CSV-файлу',
'%d user(s) have been imported successfully.' => '%d користувач(ів) успішно імпортовано.',
'Comma' => 'Кома',
diff --git a/app/Locale/vi_VN/translations.php b/app/Locale/vi_VN/translations.php
index c09d50e5..7748dc6c 100644
--- a/app/Locale/vi_VN/translations.php
+++ b/app/Locale/vi_VN/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => 'Phương pháp thông báo:',
'Unable to read your file' => 'Không thể đọc tập tin của bạn',
'%d task(s) have been imported successfully.' => '%d nhiệm vụ đã được nhập thành công.',
- 'Nothing have been imported!' => 'Không có gì đã được nhập khẩu!',
+ 'Nothing has been imported!' => 'Không có gì đã được nhập khẩu!',
'Import users from CSV file' => 'Nhập khẩu người dùng từ tệp CSV',
'%d user(s) have been imported successfully.' => '%d người dùng đã được nhập thành công.',
'Comma' => 'Comma',
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index 1ca66bdb..4b6252a9 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => '通知提醒方式:',
'Unable to read your file' => '无法读取文件',
'%d task(s) have been imported successfully.' => '成功导入%d条任务。',
- 'Nothing have been imported!' => '没有信息被导入!',
+ 'Nothing has been imported!' => '没有信息被导入!',
'Import users from CSV file' => '从CSV文件导入用户',
'%d user(s) have been imported successfully.' => '成功导入%d个用户。',
'Comma' => '逗号',
diff --git a/app/Locale/zh_TW/translations.php b/app/Locale/zh_TW/translations.php
index 7eb35b8f..4f9aa8f0 100644
--- a/app/Locale/zh_TW/translations.php
+++ b/app/Locale/zh_TW/translations.php
@@ -782,7 +782,7 @@ return array(
'Notification methods:' => '通知提醒方式:',
'Unable to read your file' => '無法讀取文件',
'%d task(s) have been imported successfully.' => '成功匯入%d條任務。',
- 'Nothing have been imported!' => '没有資料被匯入!',
+ 'Nothing has been imported!' => '没有資料被匯入!',
'Import users from CSV file' => '從CSV文件匯入帳號',
'%d user(s) have been imported successfully.' => '成功匯入%d個帳號。',
'Comma' => '逗號',