about summary refs log tree commit diff
path: root/config/locales/activerecord.zh-CN.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales/activerecord.zh-CN.yml')
-rw-r--r--config/locales/activerecord.zh-CN.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/config/locales/activerecord.zh-CN.yml b/config/locales/activerecord.zh-CN.yml
index 855e79de6..27ec73ab9 100644
--- a/config/locales/activerecord.zh-CN.yml
+++ b/config/locales/activerecord.zh-CN.yml
@@ -25,6 +25,10 @@ zh-CN:
           attributes:
             url:
               invalid: 不是有效的 URL。
+        doorkeeper/application:
+          attributes:
+            website:
+              invalid: 网址无效
         status:
           attributes:
             reblog:
@@ -34,3 +38,13 @@ zh-CN:
             email:
               blocked: 使用了被封禁的电子邮件提供商
               unreachable: 似乎不存在
+            role_id:
+              elevated: 不能高于您当前的角色
+        user_role:
+          attributes:
+            permissions_as_keys:
+              dangerous: 包含对基本角色不安全的权限
+              elevated: 不能包含您当前角色不拥有的权限
+              own_role: 无法以您当前的身份更改
+            position:
+              elevated: 不能高于您当前的角色