summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/roles/_form.html.erb6
-rw-r--r--config/locales/ar.yml3
-rw-r--r--config/locales/az.yml3
-rw-r--r--config/locales/bg.yml3
-rw-r--r--config/locales/bs.yml3
-rw-r--r--config/locales/ca.yml3
-rw-r--r--config/locales/cs.yml3
-rw-r--r--config/locales/da.yml3
-rw-r--r--config/locales/de.yml3
-rw-r--r--config/locales/el.yml3
-rw-r--r--config/locales/en-GB.yml3
-rw-r--r--config/locales/en.yml3
-rw-r--r--config/locales/es-PA.yml3
-rw-r--r--config/locales/es.yml3
-rw-r--r--config/locales/et.yml3
-rw-r--r--config/locales/eu.yml3
-rw-r--r--config/locales/fa.yml3
-rw-r--r--config/locales/fi.yml3
-rw-r--r--config/locales/fr.yml3
-rw-r--r--config/locales/gl.yml3
-rw-r--r--config/locales/he.yml3
-rw-r--r--config/locales/hr.yml3
-rw-r--r--config/locales/hu.yml3
-rw-r--r--config/locales/id.yml3
-rw-r--r--config/locales/it.yml3
-rw-r--r--config/locales/ja.yml3
-rw-r--r--config/locales/ko.yml3
-rw-r--r--config/locales/lt.yml3
-rw-r--r--config/locales/lv.yml3
-rw-r--r--config/locales/mk.yml3
-rw-r--r--config/locales/mn.yml3
-rw-r--r--config/locales/nl.yml3
-rw-r--r--config/locales/no.yml3
-rw-r--r--config/locales/pl.yml3
-rw-r--r--config/locales/pt-BR.yml3
-rw-r--r--config/locales/pt.yml3
-rw-r--r--config/locales/ro.yml3
-rw-r--r--config/locales/ru.yml3
-rw-r--r--config/locales/sk.yml3
-rw-r--r--config/locales/sl.yml3
-rw-r--r--config/locales/sq.yml3
-rw-r--r--config/locales/sr-YU.yml3
-rw-r--r--config/locales/sr.yml3
-rw-r--r--config/locales/sv.yml3
-rw-r--r--config/locales/th.yml3
-rw-r--r--config/locales/tr.yml3
-rw-r--r--config/locales/uk.yml3
-rw-r--r--config/locales/vi.yml3
-rw-r--r--config/locales/zh-TW.yml3
-rw-r--r--config/locales/zh.yml3
50 files changed, 150 insertions, 3 deletions
diff --git a/app/views/roles/_form.html.erb b/app/views/roles/_form.html.erb
index 8feab5d92..33fc08d5e 100644
--- a/app/views/roles/_form.html.erb
+++ b/app/views/roles/_form.html.erb
@@ -18,16 +18,16 @@
<% unless @role.builtin? %>
<p id="manage_members_options">
- <label>Gestion des membres</label>
+ <label><%= l(:label_member_management) %></label>
<label class="block">
<%= radio_button_tag 'role[all_roles_managed]', 1, @role.all_roles_managed?, :id => 'role_all_roles_managed_on',
:data => {:disables => '.role_managed_role input'} %>
- tous les rôles
+ <%= l(:label_member_management_all_roles) %>
</label>
<label class="block">
<%= radio_button_tag 'role[all_roles_managed]', 0, !@role.all_roles_managed?, :id => 'role_all_roles_managed_off',
:data => {:enables => '.role_managed_role input'} %>
- ces rôles uniquement:
+ <%= l(:label_member_management_selected_roles_only) %>:
</label>
<% Role.givable.sorted.each do |role| %>
<label class="block role_managed_role" style="padding-left:2em;">
diff --git a/config/locales/ar.yml b/config/locales/ar.yml
index 31d2f5d30..3fff95853 100644
--- a/config/locales/ar.yml
+++ b/config/locales/ar.yml
@@ -1150,3 +1150,6 @@ ar:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/az.yml b/config/locales/az.yml
index 92a1ce993..360ab11a0 100644
--- a/config/locales/az.yml
+++ b/config/locales/az.yml
@@ -1247,3 +1247,6 @@ az:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index 59cdcbcbb..1e59a4830 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -1144,3 +1144,6 @@ bg:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/bs.yml b/config/locales/bs.yml
index efdf3e9ca..e62168a62 100644
--- a/config/locales/bs.yml
+++ b/config/locales/bs.yml
@@ -1163,3 +1163,6 @@ bs:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index 2e9399df6..972e56cd2 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -1152,3 +1152,6 @@ ca:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index f81571e77..2055190f2 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -1152,3 +1152,6 @@ cs:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/da.yml b/config/locales/da.yml
index 36607f1dd..cb428a3b4 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -1167,3 +1167,6 @@ da:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/de.yml b/config/locales/de.yml
index b6caa77cb..5d0a14baa 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -1159,3 +1159,6 @@ de:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/el.yml b/config/locales/el.yml
index 19707b805..820eb5934 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -1150,3 +1150,6 @@ el:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index acad51d0f..67d53b574 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -1152,3 +1152,6 @@ en-GB:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 9fcc16052..4955ee503 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -947,6 +947,9 @@ en:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
button_login: Login
button_submit: Submit
diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml
index 15746b607..398d245c7 100644
--- a/config/locales/es-PA.yml
+++ b/config/locales/es-PA.yml
@@ -1185,3 +1185,6 @@ es-PA:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 9de7a2387..6351fa742 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -1183,3 +1183,6 @@ es:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/et.yml b/config/locales/et.yml
index f539e63ac..a12b71899 100644
--- a/config/locales/et.yml
+++ b/config/locales/et.yml
@@ -1163,3 +1163,6 @@ et:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/eu.yml b/config/locales/eu.yml
index f69b24e65..d76fde13d 100644
--- a/config/locales/eu.yml
+++ b/config/locales/eu.yml
@@ -1151,3 +1151,6 @@ eu:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/fa.yml b/config/locales/fa.yml
index 8282228c4..4a946fe49 100644
--- a/config/locales/fa.yml
+++ b/config/locales/fa.yml
@@ -1151,3 +1151,6 @@ fa:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/fi.yml b/config/locales/fi.yml
index 4b5ebb984..42dd3b582 100644
--- a/config/locales/fi.yml
+++ b/config/locales/fi.yml
@@ -1171,3 +1171,6 @@ fi:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index a6cf72d6b..7695e5791 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -965,6 +965,9 @@ fr:
label_parent_task_attributes: Attributs des tâches parentes
label_time_entries_visibility_all: Tous les temps passés
label_time_entries_visibility_own: Ses propres temps passés
+ label_member_management: Gestion des membres
+ label_member_management_all_roles: Tous les rôles
+ label_member_management_selected_roles_only: Ces rôles uniquement
button_login: Connexion
button_submit: Soumettre
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index d42259bb3..83b038799 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -1158,3 +1158,6 @@ gl:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/he.yml b/config/locales/he.yml
index 8fb46e165..90da98d9a 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -1155,3 +1155,6 @@ he:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
index 8f42c9898..50466fb13 100644
--- a/config/locales/hr.yml
+++ b/config/locales/hr.yml
@@ -1151,3 +1151,6 @@ hr:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index 0739c314e..c05adf04a 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -1169,3 +1169,6 @@
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/id.yml b/config/locales/id.yml
index 8afffe1a2..b68570875 100644
--- a/config/locales/id.yml
+++ b/config/locales/id.yml
@@ -1154,3 +1154,6 @@ id:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/it.yml b/config/locales/it.yml
index d3eab109e..972126976 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -1149,3 +1149,6 @@ it:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 6c828ed6a..5c05a053c 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -1166,3 +1166,6 @@ ja:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index 4c95721af..0c6426a98 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -1194,3 +1194,6 @@ ko:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/lt.yml b/config/locales/lt.yml
index 860e8c2f8..8e73cec94 100644
--- a/config/locales/lt.yml
+++ b/config/locales/lt.yml
@@ -1209,3 +1209,6 @@ lt:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/lv.yml b/config/locales/lv.yml
index 29157145d..e290ed64d 100644
--- a/config/locales/lv.yml
+++ b/config/locales/lv.yml
@@ -1144,3 +1144,6 @@ lv:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/mk.yml b/config/locales/mk.yml
index 4a882b859..9b24b144a 100644
--- a/config/locales/mk.yml
+++ b/config/locales/mk.yml
@@ -1150,3 +1150,6 @@ mk:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/mn.yml b/config/locales/mn.yml
index 764b73841..49a54a930 100644
--- a/config/locales/mn.yml
+++ b/config/locales/mn.yml
@@ -1151,3 +1151,6 @@ mn:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 0d0c99319..2c6742977 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -1129,3 +1129,6 @@ nl:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/no.yml b/config/locales/no.yml
index cd23f5b4a..b3e0d7424 100644
--- a/config/locales/no.yml
+++ b/config/locales/no.yml
@@ -1140,3 +1140,6 @@
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index 5dbba6f3d..740cd0347 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -1170,3 +1170,6 @@ pl:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index ef88d31d6..f960f603b 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -1169,3 +1169,6 @@ pt-BR:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index 4b236b05f..7b13428f6 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -1155,3 +1155,6 @@ pt:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/ro.yml b/config/locales/ro.yml
index f840493cd..1e77713d8 100644
--- a/config/locales/ro.yml
+++ b/config/locales/ro.yml
@@ -1145,3 +1145,6 @@ ro:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index 2010e6844..44aa902fc 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -1256,3 +1256,6 @@ ru:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index 4c64300ce..c897d4942 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -1140,3 +1140,6 @@ sk:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index cece17c8f..74911965a 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -1150,3 +1150,6 @@ sl:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/sq.yml b/config/locales/sq.yml
index 28efbfb5e..20f92e2f2 100644
--- a/config/locales/sq.yml
+++ b/config/locales/sq.yml
@@ -1146,3 +1146,6 @@ sq:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml
index c1ecf1147..1800d5608 100644
--- a/config/locales/sr-YU.yml
+++ b/config/locales/sr-YU.yml
@@ -1152,3 +1152,6 @@ sr-YU:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index 477361d2f..ed7d76518 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -1151,3 +1151,6 @@ sr:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index f595719ef..4d560ebbb 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -1183,3 +1183,6 @@ sv:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/th.yml b/config/locales/th.yml
index 0c307be32..f5cc60da7 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -1147,3 +1147,6 @@ th:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/tr.yml b/config/locales/tr.yml
index 787ce29a8..83a95ac83 100644
--- a/config/locales/tr.yml
+++ b/config/locales/tr.yml
@@ -1159,3 +1159,6 @@ tr:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index fe4ff0256..ffa68c4bf 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -1145,3 +1145,6 @@ uk:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/vi.yml b/config/locales/vi.yml
index 51a50c73d..47b447948 100644
--- a/config/locales/vi.yml
+++ b/config/locales/vi.yml
@@ -1203,3 +1203,6 @@ vi:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 315ed614f..2ab36d61c 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -1227,3 +1227,6 @@
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 2ce608dd1..e588b23ad 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -1151,3 +1151,6 @@ zh:
label_parent_task_attributes_independent: Independent of subtasks
label_time_entries_visibility_all: All time entries
label_time_entries_visibility_own: Time entries created by the user
+ label_member_management: Member management
+ label_member_management_all_roles: All roles
+ label_member_management_selected_roles_only: Only these roles