diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 1 | ||||
-rw-r--r-- | config/locales/fr.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 9b1da6153..7fb787047 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -674,6 +674,7 @@ en: label_not_contains: doesn't contain label_any_issues_in_project: any issues in project label_any_issues_not_in_project: any issues not in project + label_no_issues_in_project: no issues in project label_day_plural: days label_repository: Repository label_repository_new: New repository diff --git a/config/locales/fr.yml b/config/locales/fr.yml index ba9311bc5..ca35df67b 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -664,6 +664,7 @@ fr: label_not_contains: ne contient pas label_any_issues_in_project: une demande du projet label_any_issues_not_in_project: une demande hors du projet + label_no_issues_in_project: aucune demande du projet label_day_plural: jours label_repository: Dépôt label_repository_new: Nouveau dépôt |