diff --git a/app/Locale/bs_BA/translations.php b/app/Locale/bs_BA/translations.php index 5a60829f0..4213d10de 100644 --- a/app/Locale/bs_BA/translations.php +++ b/app/Locale/bs_BA/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/cs_CZ/translations.php b/app/Locale/cs_CZ/translations.php index db0fc45f0..78df7ecc9 100644 --- a/app/Locale/cs_CZ/translations.php +++ b/app/Locale/cs_CZ/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index afe14d7f2..bf595a01f 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 98be9cca3..81df4e55c 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1215,4 +1215,5 @@ return array( 'Do you really want to remove this tag: "%s"?' => 'Soll dieses Schlagwort wirklich entfernt werden: "%s"?', 'Global tags' => 'Globale Schlagwörter', 'There is no global tag at the moment.' => 'Es gibt zur Zeit kein globales Schlagwort', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/el_GR/translations.php b/app/Locale/el_GR/translations.php index 6454af124..d4c550403 100644 --- a/app/Locale/el_GR/translations.php +++ b/app/Locale/el_GR/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 6ba86f8f0..40c9a8c06 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index cb2a8d9a7..58360ab07 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index cac1c73a1..8684d1e93 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1216,4 +1216,5 @@ return array( 'Do you really want to remove this tag: "%s"?' => 'Voulez-vous vraiment supprimer ce libellé : « %s » ?', 'Global tags' => 'Libellés globaux', 'There is no global tag at the moment.' => 'Il n\'y a aucun libellé global pour le moment.', + 'This field cannot be empty' => 'Ce champ ne peut être vide', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index e032be661..c80c0a207 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/id_ID/translations.php b/app/Locale/id_ID/translations.php index 29d11b8dd..d37765153 100644 --- a/app/Locale/id_ID/translations.php +++ b/app/Locale/id_ID/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index c5710a4e4..4ae14195a 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 589917f03..692afb786 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/ko_KR/translations.php b/app/Locale/ko_KR/translations.php index 2f142b480..75d6be43e 100644 --- a/app/Locale/ko_KR/translations.php +++ b/app/Locale/ko_KR/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/my_MY/translations.php b/app/Locale/my_MY/translations.php index 02fa16f8b..94e94780a 100644 --- a/app/Locale/my_MY/translations.php +++ b/app/Locale/my_MY/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/nb_NO/translations.php b/app/Locale/nb_NO/translations.php index 6bb306421..cfd7ba1bc 100644 --- a/app/Locale/nb_NO/translations.php +++ b/app/Locale/nb_NO/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/nl_NL/translations.php b/app/Locale/nl_NL/translations.php index 8dddbe7db..69f2b8628 100644 --- a/app/Locale/nl_NL/translations.php +++ b/app/Locale/nl_NL/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index 46c3b0347..7c132bbd6 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 6a0ebd65a..343915b6f 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/pt_PT/translations.php b/app/Locale/pt_PT/translations.php index 2fd6c49b2..d9ea27be5 100644 --- a/app/Locale/pt_PT/translations.php +++ b/app/Locale/pt_PT/translations.php @@ -1215,4 +1215,5 @@ return array( 'Do you really want to remove this tag: "%s"?' => 'Tem a certeza que pretende remover esta etiqueta: "%s"?', 'Global tags' => 'Etiquetas globais', 'There is no global tag at the moment.' => 'De momento não existe nenhuma etiqueta global.', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index e7b73ef0e..3b5e09dc0 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/sr_Latn_RS/translations.php b/app/Locale/sr_Latn_RS/translations.php index 96a463d10..00e607fd9 100644 --- a/app/Locale/sr_Latn_RS/translations.php +++ b/app/Locale/sr_Latn_RS/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index cdfb36f6a..88db5d63f 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index fd59c003a..fd35d28c0 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/tr_TR/translations.php b/app/Locale/tr_TR/translations.php index ab8882662..41e22596d 100644 --- a/app/Locale/tr_TR/translations.php +++ b/app/Locale/tr_TR/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index cafb8c55e..2f456cc34 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -1215,4 +1215,5 @@ return array( // 'Do you really want to remove this tag: "%s"?' => '', // 'Global tags' => '', // 'There is no global tag at the moment.' => '', + // 'This field cannot be empty' => '', );