summaryrefslogtreecommitdiff
path: root/config/locales
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-02 18:59:08 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-02 18:59:08 +0200
commitd9a018a75002bba009e60eaa87a5fb8276233c4e (patch)
tree33335d1c861b01039e13b6e94be214e1b284eb6a /config/locales
parent833c59abf109943e857f64e526f6434e095242d6 (diff)
Witness account creation
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/de.yml1
-rw-r--r--config/locales/en.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 63f133f1..9ea828ed 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -226,6 +226,7 @@ de:
226 otp_enroll: "%{actor} hat einen zweiten Faktor eingerichtet" 226 otp_enroll: "%{actor} hat einen zweiten Faktor eingerichtet"
227 otp_disable: "%{actor} hat den zweiten Faktor entfernt" 227 otp_disable: "%{actor} hat den zweiten Faktor entfernt"
228 otp_reset: "%{actor} hat den zweiten Faktor von %{target} zurückgesetzt" 228 otp_reset: "%{actor} hat den zweiten Faktor von %{target} zurückgesetzt"
229 user_create: "%{actor} hat das Konto %{target} angelegt"
229 user_deactivate: "%{actor} hat %{target} deaktiviert" 230 user_deactivate: "%{actor} hat %{target} deaktiviert"
230 user_reactivate: "%{actor} hat %{target} reaktiviert" 231 user_reactivate: "%{actor} hat %{target} reaktiviert"
231 redaktion_grant: "%{actor} hat %{target} in die Redaktion aufgenommen" 232 redaktion_grant: "%{actor} hat %{target} in die Redaktion aufgenommen"
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 27098e87..7b5b1b86 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -173,6 +173,7 @@ en:
173 otp_enroll: "%{actor} set up a second factor" 173 otp_enroll: "%{actor} set up a second factor"
174 otp_disable: "%{actor} removed their second factor" 174 otp_disable: "%{actor} removed their second factor"
175 otp_reset: "%{actor} reset the second factor of %{target}" 175 otp_reset: "%{actor} reset the second factor of %{target}"
176 user_create: "%{actor} created the account %{target}"
176 user_deactivate: "%{actor} deactivated %{target}" 177 user_deactivate: "%{actor} deactivated %{target}"
177 user_reactivate: "%{actor} reactivated %{target}" 178 user_reactivate: "%{actor} reactivated %{target}"
178 redaktion_grant: "%{actor} added %{target} to Redaktion" 179 redaktion_grant: "%{actor} added %{target} to Redaktion"