2
0
Эх сурвалжийг харах

change text type to translation.json

kaoritokashiki 6 жил өмнө
parent
commit
a9a0b5f2ed

+ 4 - 4
src/client/js/components/Admin/Security/SecuritySetting.jsx

@@ -67,19 +67,19 @@ class SecuritySetting extends React.Component {
           </thead>
           </thead>
           <tbody>
           <tbody>
             <tr>
             <tr>
-              <th scope="row">公開</th>
+              <th scope="row">{ t('Public') }</th>
               <td>表示(固定)</td>
               <td>表示(固定)</td>
             </tr>
             </tr>
             <tr>
             <tr>
-              <th scope="row">リンクを知っている人</th>
+              <th scope="row">{ t('Anyone with the link') }</th>
               <td>非表示(固定)</td>
               <td>非表示(固定)</td>
             </tr>
             </tr>
             <tr>
             <tr>
-              <th scope="row">自分のみ</th>
+              <th scope="row">{ t('Just me') }</th>
               <td>[switch] 表示/非表示</td>
               <td>[switch] 表示/非表示</td>
             </tr>
             </tr>
             <tr>
             <tr>
-              <th scope="row">特定のグループのみ</th>
+              <th scope="row">{ t('Only inside the group') }</th>
               <td>[switch] 表示/非表示</td>
               <td>[switch] 表示/非表示</td>
             </tr>
             </tr>
           </tbody>
           </tbody>