about summary refs log tree commit diff
path: root/config/locales/activerecord.ro.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/activerecord.ro.yml')
-rw-r--r--config/locales/activerecord.ro.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/config/locales/activerecord.ro.yml b/config/locales/activerecord.ro.yml
index f752e4961..33be0258b 100644
--- a/config/locales/activerecord.ro.yml
+++ b/config/locales/activerecord.ro.yml
@@ -21,6 +21,18 @@ ro:
             username:
               invalid: doar litere, numere și sublinieri
               reserved: este rezervat
+        admin/webhook:
+          attributes:
+            url:
+              invalid: nu este un URL valid
+        doorkeeper/application:
+          attributes:
+            website:
+              invalid: nu este un URL valid
+        import:
+          attributes:
+            data:
+              malformed: este malformat
         status:
           attributes:
             reblog:
@@ -30,3 +42,14 @@ ro:
             email:
               blocked: utilizează un furnizor de e-mail neautorizat
               unreachable: pare să nu existe
+            role_id:
+              elevated: nu poate fi mai mare decât rolul curent
+        user_role:
+          attributes:
+            permissions_as_keys:
+              dangerous: include permisiuni care nu sunt sigure pentru rolul de bază
+              elevated: nu poate include permisiuni pe care rolul dvs. nu le deține
+              own_role: nu poate fi schimbat cu rolul curent
+            position:
+              elevated: nu poate fi mai mare decât rolul curent
+              own_role: nu poate fi schimbat cu rolul curent