소스 검색

add translation for cert

utsushiiro 7 년 전
부모
커밋
c8120f0f32
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      resource/locales/en-US/translation.json
  2. 1 0
      resource/locales/ja/translation.json
  3. 1 1
      src/server/views/admin/widget/passport/saml.html

+ 1 - 0
resource/locales/en-US/translation.json

@@ -403,6 +403,7 @@
       "name": "SAML",
       "entry_point": "Entry Point",
       "issuer": "Issuer",
+      "cert": "Certificate",
       "First Name": "First Name",
       "Last Name": "Last Name",
       "id_detail": "Specification of the name of attribute which can identify the user in SAML Identity Provider",

+ 1 - 0
resource/locales/ja/translation.json

@@ -419,6 +419,7 @@
       "name": "SAML",
       "entry_point": "エントリーポイント",
       "issuer": "発行者",
+      "cert": "証明書",
       "First Name": "姓",
       "Last Name": "名",
       "id_detail": "SAML Identity プロバイダ内で一意に識別可能な値を格納している属性",

+ 1 - 1
src/server/views/admin/widget/passport/saml.html

@@ -118,7 +118,7 @@
           </td>
         </tr>
         <tr>
-          <th>Certificate</th>
+          <th>{{ t("security_setting.SAML.cert") }}</th>
           <td>
             <textarea class="form-control input-sm"
                       type="text"