summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-11-02 15:41:58 -0700
committerFrederic Guillot <fred@kanboard.net>2017-11-02 15:41:58 -0700
commit648dc6bcfbdd44947ec58e2f3662c1cc3844d782 (patch)
treed122630decf0bf4a7a199798835481592424a3b0 /app/Locale
parent44ae87ac0e9bb37ca6d2b305d410758ff71b42c6 (diff)
Add predefined templates for task descriptions
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/bs_BA/translations.php11
-rw-r--r--app/Locale/ca_ES/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/hr_HR/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.php11
-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/vi_VN/translations.php11
-rw-r--r--app/Locale/zh_CN/translations.php11
28 files changed, 308 insertions, 0 deletions
diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php
index ce0374f2..d53f9291 100644
--- a/app/Locale/bs_BA/translations.php
+++ b/app/Locale/bs_BA/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/ca_ES/translations.php b/app/Locale/ca_ES/translations.php
index 8e14e2fb..f114484f 100644
--- a/app/Locale/ca_ES/translations.php
+++ b/app/Locale/ca_ES/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php
index 92645582..8b713c8c 100644
--- a/app/Locale/cs_CZ/translations.php
+++ b/app/Locale/cs_CZ/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php
index cfd27c2c..fef985b4 100644
--- a/app/Locale/da_DK/translations.php
+++ b/app/Locale/da_DK/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php
index 81139377..e2d9ba5a 100644
--- a/app/Locale/de_DE/translations.php
+++ b/app/Locale/de_DE/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php
index 9bd08132..908c015e 100644
--- a/app/Locale/el_GR/translations.php
+++ b/app/Locale/el_GR/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php
index d0777c00..b97e24eb 100644
--- a/app/Locale/es_ES/translations.php
+++ b/app/Locale/es_ES/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php
index ad2fa6b1..a508162d 100644
--- a/app/Locale/fi_FI/translations.php
+++ b/app/Locale/fi_FI/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php
index 24367389..d281def6 100644
--- a/app/Locale/fr_FR/translations.php
+++ b/app/Locale/fr_FR/translations.php
@@ -1345,4 +1345,15 @@ return array(
'Enter one subtask by line.' => 'Entrez une sous-tâche par ligne.',
'Predefined Contents' => 'Contenus prédéfini',
'Predefined contents' => 'Contenus prédéfini',
+ 'Predefined Task Description' => 'Modèles de description de tâches',
+ 'Do you really want to remove this template? "%s"' => 'Voulez-vous vraiment supprimer ce modèle ? « %s »',
+ 'Add predefined task description' => 'Ajouter un modèle de description de tâche',
+ 'Predefined Task Descriptions' => 'Modèles de description de tâches',
+ 'Template created successfully.' => 'Modèle créé avec succès.',
+ 'Unable to create this template.' => 'Impossible de créer ce modèle.',
+ 'Template updated successfully.' => 'Modèle mis à jour avec succès.',
+ 'Unable to update this template.' => 'Impossible de mettre à jour ce modèle.',
+ 'Template removed successfully.' => 'Modèle supprimé avec succès.',
+ 'Unable to remove this template.' => 'Impossible de supprimer ce modèle.',
+ 'Description Templates' => 'Modèles de description',
);
diff --git a/app/Locale/hr_HR/translations.php b/app/Locale/hr_HR/translations.php
index fa4c87d7..5f2f0a70 100644
--- a/app/Locale/hr_HR/translations.php
+++ b/app/Locale/hr_HR/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php
index c8f9d8ea..740a8e4f 100644
--- a/app/Locale/hu_HU/translations.php
+++ b/app/Locale/hu_HU/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php
index aad497ad..2fcbbf76 100644
--- a/app/Locale/id_ID/translations.php
+++ b/app/Locale/id_ID/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php
index 98647574..13cfd247 100644
--- a/app/Locale/it_IT/translations.php
+++ b/app/Locale/it_IT/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php
index 86c4800b..1c7c8879 100644
--- a/app/Locale/ja_JP/translations.php
+++ b/app/Locale/ja_JP/translations.php
@@ -1345,4 +1345,15 @@ return array(
'Enter one subtask by line.' => '1行に1件のサブタスクを入力',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php
index 083ddc67..8eafaedb 100644
--- a/app/Locale/ko_KR/translations.php
+++ b/app/Locale/ko_KR/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php
index 50544f2e..b0bcf90f 100644
--- a/app/Locale/my_MY/translations.php
+++ b/app/Locale/my_MY/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php
index 3fe60424..9f563fd5 100644
--- a/app/Locale/nb_NO/translations.php
+++ b/app/Locale/nb_NO/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php
index 169654c4..eeb99d5f 100644
--- a/app/Locale/nl_NL/translations.php
+++ b/app/Locale/nl_NL/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php
index d0858db9..ec684e98 100644
--- a/app/Locale/pl_PL/translations.php
+++ b/app/Locale/pl_PL/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php
index b9384a65..47e7b629 100644
--- a/app/Locale/pt_BR/translations.php
+++ b/app/Locale/pt_BR/translations.php
@@ -1345,4 +1345,15 @@ return array(
'Enter one subtask by line.' => 'Escreva uma subtarefa por linha.',
'Predefined Contents' => 'Conteúdos predefinidos',
'Predefined contents' => 'Conteúdos predefinidos',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php
index 6fddbfb2..a8abeda3 100644
--- a/app/Locale/pt_PT/translations.php
+++ b/app/Locale/pt_PT/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php
index 6223f94c..940e58f5 100644
--- a/app/Locale/ru_RU/translations.php
+++ b/app/Locale/ru_RU/translations.php
@@ -1345,4 +1345,15 @@ return array(
'Enter one subtask by line.' => 'Записывайте по одной подзадаче на строку.',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php
index 7d88e0af..0628ebd5 100644
--- a/app/Locale/sr_Latn_RS/translations.php
+++ b/app/Locale/sr_Latn_RS/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php
index 427f00a1..f20f0501 100644
--- a/app/Locale/sv_SE/translations.php
+++ b/app/Locale/sv_SE/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php
index ba4a587e..0d26b352 100644
--- a/app/Locale/th_TH/translations.php
+++ b/app/Locale/th_TH/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php
index e420eff4..a7ffda9a 100644
--- a/app/Locale/tr_TR/translations.php
+++ b/app/Locale/tr_TR/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/vi_VN/translations.php b/app/Locale/vi_VN/translations.php
index dde397bb..bf9e6ffd 100644
--- a/app/Locale/vi_VN/translations.php
+++ b/app/Locale/vi_VN/translations.php
@@ -1351,4 +1351,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);
diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php
index 9094a7b4..68bbef66 100644
--- a/app/Locale/zh_CN/translations.php
+++ b/app/Locale/zh_CN/translations.php
@@ -1345,4 +1345,15 @@ return array(
// 'Enter one subtask by line.' => '',
// 'Predefined Contents' => '',
// 'Predefined contents' => '',
+ // 'Predefined Task Description' => '',
+ // 'Do you really want to remove this template? "%s"' => '',
+ // 'Add predefined task description' => '',
+ // 'Predefined Task Descriptions' => '',
+ // 'Template created successfully.' => '',
+ // 'Unable to create this template.' => '',
+ // 'Template updated successfully.' => '',
+ // 'Unable to update this template.' => '',
+ // 'Template removed successfully.' => '',
+ // 'Unable to remove this template.' => '',
+ // 'Description Templates' => '',
);