瀏覽代碼

Add localization

Daniel Supernault 1 年之前
父節點
當前提交
2136ffe3d8
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      resources/lang/en/profile.php

+ 2 - 0
resources/lang/en/profile.php

@@ -12,4 +12,6 @@ return [
 
 
   'status.disabled.header' 	  => 'Profile Unavailable',
   'status.disabled.header' 	  => 'Profile Unavailable',
   'status.disabled.body'	  => 'Sorry, this profile is not available at the moment. Please try again shortly.',
   'status.disabled.body'	  => 'Sorry, this profile is not available at the moment. Please try again shortly.',
+
+  'block.domain.max'      => 'Max limit of domain blocks reached! You can only block :max domains at a time. Ask your admin to adjust this limit.'
 ];
 ];