about summary refs log tree commit diff
path: root/config/locales/activerecord.sv.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/activerecord.sv.yml')
-rw-r--r--config/locales/activerecord.sv.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/locales/activerecord.sv.yml b/config/locales/activerecord.sv.yml
index 89a757463..5a009becc 100644
--- a/config/locales/activerecord.sv.yml
+++ b/config/locales/activerecord.sv.yml
@@ -21,6 +21,14 @@ sv:
             username:
               invalid: endast bokstäver, siffror och understrykning
               reserved: är reserverat
+        admin/webhook:
+          attributes:
+            url:
+              invalid: är inte en giltig URL
+        doorkeeper/application:
+          attributes:
+            website:
+              invalid: är inte en giltig URL
         import:
           attributes:
             data:
@@ -34,3 +42,14 @@ sv:
             email:
               blocked: använder en icke tillåten e-postleverantör
               unreachable: verkar inte existera
+            role_id:
+              elevated: kan inte vara högre än din nuvarande roll
+        user_role:
+          attributes:
+            permissions_as_keys:
+              dangerous: inkludera behörigheter som inte är säkra för grundrollen
+              elevated: kan inte inkludera behörigheter som din nuvarande roll inte innehar
+              own_role: kan inte ändras med din nuvarande roll
+            position:
+              elevated: kan inte vara högre än din nuvarande roll
+              own_role: kan inte ändras med din nuvarande roll