Adjust filter for platform_admin user search and update views

This commit is contained in:
Janis Vaneylen
2022-09-09 17:51:24 +02:00
committed by Sebastian Serth
parent 02c65af034
commit 998a12e6bc
8 changed files with 25 additions and 25 deletions

View File

@ -58,7 +58,7 @@ de:
email: E-Mail
external_id: Externe ID
name: Name
role: Rolle
platform_admin: Platform Admin
file:
content: Inhalt
feedback_message: Feedback-Nachricht
@ -95,7 +95,7 @@ de:
name: Name
password: Passwort
password_confirmation: Passwort-Bestätigung
role: Rolle
platform_admin: Platform Admin
request_for_comments:
comments: Kommentare
exercise: Aufgabe
@ -843,6 +843,10 @@ de:
new: Hinzufügen
new_model: '%{model} hinzufügen'
number: Nummer
admin_filter:
only: Plattform-Administratoren
none: Reguläre Nutzer:innen
all: Alle Nutzer:innen
object_cloned: '%{model} wurde erfolgreich dupliziert.'
object_created: '%{model} wurde erfolgreich erstellt.'
object_destroyed: '%{model} wurde erfolgreich gelöscht.'
@ -877,10 +881,7 @@ de:
percentage: Prozentzahl
siblings: Dazugehörige Abgaben
users:
roles:
admin: Administrator
learner: Lernender
teacher: Lehrer
platform_admin: Plattform Administrator
will_paginate:
next_label: 'Nächste Seite →'
page_gap: '…'

View File

@ -58,7 +58,7 @@ en:
email: Email
external_id: External ID
name: Name
role: Role
platform_admin: Platform Admin
file:
content: Content
feedback_message: Feedback Message
@ -95,7 +95,7 @@ en:
name: Name
password: Password
password_confirmation: Passwort Confirmation
role: Role
platform_admin: Platform Admin
request_for_comments:
comments: Comments
exercise: Exercise
@ -843,6 +843,10 @@ en:
new: Add
new_model: 'Add %{model}'
number: Number
admin_filter:
only: Platform admins
none: Regular users
all: All users
object_cloned: '%{model} has successfully been duplicated.'
object_created: '%{model} has successfully been created.'
object_destroyed: '%{model} has successfully been deleted.'
@ -877,10 +881,7 @@ en:
percentage: Percentage
siblings: Associated Submissions
users:
roles:
admin: Administrator
learner: Learner
teacher: Teacher
platform_admin: Platform Admin
will_paginate:
next_label: 'Next Page →'
page_gap: '…'