summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
authorCarlos Ferreira <c.ferreira@acsiiweb.com>2016-10-03 20:18:11 +0100
committerFrédéric Guillot <fred@kanboard.net>2016-10-03 15:18:11 -0400
commita0b408ade486dad97b5de154d04facc2eaf67816 (patch)
tree514804925c81b6af01d813e46cdc36e4d470464a /app/Locale
parent2f64bc2e8d6dd17eafd8238db66c682199281e45 (diff)
Sync locales and fixes #2702 (#2705)
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/bs_BA/translations.php11
-rw-r--r--app/Locale/cs_CZ/translations.php11
-rw-r--r--app/Locale/da_DK/translations.php11
-rw-r--r--app/Locale/de_DE/translations.php11
-rw-r--r--app/Locale/el_GR/translations.php11
-rw-r--r--app/Locale/es_ES/translations.php11
-rw-r--r--app/Locale/fi_FI/translations.php11
-rw-r--r--app/Locale/fr_FR/translations.php11
-rw-r--r--app/Locale/hu_HU/translations.php11
-rw-r--r--app/Locale/id_ID/translations.php11
-rw-r--r--app/Locale/it_IT/translations.php11
-rw-r--r--app/Locale/ja_JP/translations.php11
-rw-r--r--app/Locale/ko_KR/translations.php11
-rw-r--r--app/Locale/my_MY/translations.php11
-rw-r--r--app/Locale/nb_NO/translations.php11
-rw-r--r--app/Locale/nl_NL/translations.php11
-rw-r--r--app/Locale/pl_PL/translations.php11
-rw-r--r--app/Locale/pt_BR/translations.php11
-rw-r--r--app/Locale/pt_PT/translations.php11
-rw-r--r--app/Locale/ru_RU/translations.php35
-rw-r--r--app/Locale/sr_Latn_RS/translations.php11
-rw-r--r--app/Locale/sv_SE/translations.php11
-rw-r--r--app/Locale/th_TH/translations.php11
-rw-r--r--app/Locale/tr_TR/translations.php11
-rw-r--r--app/Locale/zh_CN/translations.php11
25 files changed, 287 insertions, 12 deletions
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php
index f1fc89a1..0e24e5b6 100644
--- a/app/Locale/bs_BA/translations.php
+++ b/app/Locale/bs_BA/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php
index 57a3b75e..e3a6db63 100644
--- a/app/Locale/cs_CZ/translations.php
+++ b/app/Locale/cs_CZ/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php
index 62db4da3..1ee45321 100644
--- a/app/Locale/da_DK/translations.php
+++ b/app/Locale/da_DK/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index a49542fe..a45107fc 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -1224,4 +1224,15 @@ return array(
'Insert before this task' => 'Vor dieser Aufgabe einfügen',
'Insert after this task' => 'Nach dieser Aufgabe einfügen',
'Unlock this user' => 'Diesen Benutzer entsperren',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php
index 4847c5fc..c2aa688d 100644
--- a/app/Locale/el_GR/translations.php
+++ b/app/Locale/el_GR/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php
index 18ef61a8..7e64f8d0 100644
--- a/app/Locale/es_ES/translations.php
+++ b/app/Locale/es_ES/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php
index b52c8009..b80becf7 100644
--- a/app/Locale/fi_FI/translations.php
+++ b/app/Locale/fi_FI/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index a47ff9fe..14084d67 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1225,4 +1225,15 @@ return array(
'Insert before this task' => 'Insérer avant cette tâche',
'Insert after this task' => 'Insérer après cette tâche',
'Unlock this user' => 'Débloquer cet utilisateur',
+ 'Custom Project Roles' => 'Rôles personnalisés du projet',
+ 'Add a new custom role' => 'Ajouter un nouveau rôle personnalisés',
+ 'Restrictions for the role "%s"' => 'Restrictions pour le rôle "%s"',
+ 'Add a new project restriction' => 'Ajouter une nouvelle restriction pour ce projet',
+ 'Add a new drag and drop restriction' => 'Ajouter une nouvelle restriction pour le glisser-déposer',
+ 'Add a new column restriction' => 'Ajouter une nouvelle restriction de colonne',
+ 'Edit this role' => 'Modifier ce rôle',
+ 'Remove this role' => 'Supprimer ce rôle',
+ 'There is no restriction for this role.' => 'Il n\'y a aucune restriction pour ce rôle',
+ 'Only moving task between those columns is permitted' => 'La tâche ne peut être déplacée qu\'entre ces colonnes',
+ 'Close a task in a specific column when not moved during a given period' => 'Fermez une tâche dans une colonne spécifique lorsqu\'elle n\'est pas déplacée au cours d\'une période donnée',
);
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php
index 796ef098..0191e559 100644
--- a/app/Locale/hu_HU/translations.php
+++ b/app/Locale/hu_HU/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php
index 8e94515f..5bd22d70 100644
--- a/app/Locale/id_ID/translations.php
+++ b/app/Locale/id_ID/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php
index 79322d28..b729d806 100644
--- a/app/Locale/it_IT/translations.php
+++ b/app/Locale/it_IT/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php
index 61c290fe..bd0d4fa7 100644
--- a/app/Locale/ja_JP/translations.php
+++ b/app/Locale/ja_JP/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php
index 67888834..fc5ce76b 100644
--- a/app/Locale/ko_KR/translations.php
+++ b/app/Locale/ko_KR/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php
index 14584401..91dfea07 100644
--- a/app/Locale/my_MY/translations.php
+++ b/app/Locale/my_MY/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php
index b5d0abbf..df483ca1 100644
--- a/app/Locale/nb_NO/translations.php
+++ b/app/Locale/nb_NO/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php
index a80bd6f5..b908200f 100644
--- a/app/Locale/nl_NL/translations.php
+++ b/app/Locale/nl_NL/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php
index 6db52e58..a4811279 100644
--- a/app/Locale/pl_PL/translations.php
+++ b/app/Locale/pl_PL/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php
index 87c671ad..166f7c00 100644
--- a/app/Locale/pt_BR/translations.php
+++ b/app/Locale/pt_BR/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php
index 5f820f95..ec2bd449 100644
--- a/app/Locale/pt_PT/translations.php
+++ b/app/Locale/pt_PT/translations.php
@@ -1224,4 +1224,15 @@ return array(
'Insert before this task' => 'Inserir antes desta tarefa',
'Insert after this task' => 'Inserir depois desta tarefa',
'Unlock this user' => 'Desbloquear este utilizador',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index 7ec9bb55..9c8b89d1 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -1212,16 +1212,27 @@ return array(
'Notifications for %s' => 'Уведомления для %s',
'Subtasks export' => 'Экспорт подзадач',
'Tasks exportation' => 'Экспортирование задач',
- // 'Assign a color when the task is moved to a specific swimlane' => '',
- // 'Assign a priority when the task is moved to a specific swimlane' => '',
- // 'User unlocked successfully.' => '',
- // 'Unable to unlock the user.' => '',
- // 'Move a task to another swimlane' => '',
- // 'Creator Name' => '',
- // 'Time spent and estimated' => '',
- // 'Move position' => '',
- // 'Move task to another position on the board' => '',
- // 'Insert before this task' => '',
- // 'Insert after this task' => '',
- // 'Unlock this user' => '',
+ 'Assign a color when the task is moved to a specific swimlane' => 'Назначить цвет, когда задача будет перемещена в указанную дорожку',
+ 'Assign a priority when the task is moved to a specific swimlane' => 'Назначить приоритет, когда задача будет перемещена в указанную дорожку',
+ 'User unlocked successfully.' => 'Пользователь успешно разблокирован.',
+ 'Unable to unlock the user.' => 'Не удаётся разблокировать пользователя.',
+ 'Move a task to another swimlane' => 'Переместить задачу в другую дорожку',
+ 'Creator Name' => 'Создатель',
+ 'Time spent and estimated' => 'Предполагаемое и затраченное время',
+ 'Move position' => 'Переместить позицию',
+ 'Move task to another position on the board' => 'Переместить задачу на другую позицию на доске',
+ 'Insert before this task' => 'Вставить перед этой задачей',
+ 'Insert after this task' => 'Вставить после этой задачи',
+ 'Unlock this user' => 'Разблокировать пользователя',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php
index d34e05cd..c4d2959c 100644
--- a/app/Locale/sr_Latn_RS/translations.php
+++ b/app/Locale/sr_Latn_RS/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php
index 92aa77bc..139f39ff 100644
--- a/app/Locale/sv_SE/translations.php
+++ b/app/Locale/sv_SE/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php
index 31d0bb61..b2ce6756 100644
--- a/app/Locale/th_TH/translations.php
+++ b/app/Locale/th_TH/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php
index 4da9e04f..c7f19ef2 100644
--- a/app/Locale/tr_TR/translations.php
+++ b/app/Locale/tr_TR/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index 356c74eb..827b39ab 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -1224,4 +1224,15 @@ return array(
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
+ // 'Custom Project Roles' => '',
+ // 'Add a new custom role' => '',
+ // 'Restrictions for the role "%s"' => '',
+ // 'Add a new project restriction' => '',
+ // 'Add a new drag and drop restriction' => '',
+ // 'Add a new column restriction' => '',
+ // 'Edit this role' => '',
+ // 'Remove this role' => '',
+ // 'There is no restriction for this role.' => '',
+ // 'Only moving task between those columns is permitted' => '',
+ // 'Close a task in a specific column when not moved during a given period' => '',
);