Răsfoiți Sursa

change sentences' format to translation.json

kaoritokashiki 6 ani în urmă
părinte
comite
71278714c7
1 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 4 4
      src/client/js/components/Admin/Security/SecuritySetting.jsx

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

@@ -61,18 +61,18 @@ class SecuritySetting extends React.Component {
         <table className="table col-md-8">
         <table className="table col-md-8">
           <thead>
           <thead>
             <tr>
             <tr>
-              <th scope="col">ページの公開範囲</th>
-              <th scope="col">設定値</th>
+              <th scope="col">{ t('Scope of page showing') }</th>
+              <th scope="col">{ t('Set point') }</th>
             </tr>
             </tr>
           </thead>
           </thead>
           <tbody>
           <tbody>
             <tr>
             <tr>
               <th scope="row">{ t('Public') }</th>
               <th scope="row">{ t('Public') }</th>
-              <td>表示(固定)</td>
+              <td>{ t('Always displayed') }</td>
             </tr>
             </tr>
             <tr>
             <tr>
               <th scope="row">{ t('Anyone with the link') }</th>
               <th scope="row">{ t('Anyone with the link') }</th>
-              <td>非表示(固定)</td>
+              <td>{ t('Always non-display') }</td>
             </tr>
             </tr>
             <tr>
             <tr>
               <th scope="row">{ t('Just me') }</th>
               <th scope="row">{ t('Just me') }</th>