Browse Source

:globe_with_meridians: software.edition.guest

visuddhinanda 2 năm trước cách đây
mục cha
commit
24da2817ec

+ 2 - 2
dashboard/src/components/users/SignUp.tsx

@@ -58,7 +58,7 @@ const SingUpWidget = () => {
         name: string;
         name: string;
       }>
       }>
         name="welcome"
         name="welcome"
-        title="注册"
+        title={intl.formatMessage({ id: "labels.sign-in" })}
         stepProps={{
         stepProps={{
           description: "注册wikipali基础版",
           description: "注册wikipali基础版",
         }}
         }}
@@ -79,7 +79,7 @@ const SingUpWidget = () => {
           size="small"
           size="small"
         >
         >
           <CheckCard
           <CheckCard
-            title="未注册"
+            title={intl.formatMessage({ id: "labels.software.edition.guest" })}
             description={
             description={
               <div>
               <div>
                 <div>✅经文阅读</div>
                 <div>✅经文阅读</div>

+ 1 - 0
dashboard/src/locales/en-US/label.ts

@@ -37,6 +37,7 @@ const items = {
   "labels.loading": "loading",
   "labels.loading": "loading",
   "labels.empty": "empty",
   "labels.empty": "empty",
   "labels.curr.paragraph.cart.tpl": "Add to Cart",
   "labels.curr.paragraph.cart.tpl": "Add to Cart",
+  "labels.software.edition.guest": "guest",
   "labels.software.edition.basic": "basic",
   "labels.software.edition.basic": "basic",
   "labels.software.edition.pro": "pro",
   "labels.software.edition.pro": "pro",
   "labels.table-of-content": "table of content",
   "labels.table-of-content": "table of content",

+ 1 - 0
dashboard/src/locales/zh-Hans/label.ts

@@ -42,6 +42,7 @@ const items = {
   "labels.dict.pass.2": "查词干",
   "labels.dict.pass.2": "查词干",
   "labels.dict.pass.3": "查衍生",
   "labels.dict.pass.3": "查衍生",
   "labels.dict.pass.4": "查二次衍生",
   "labels.dict.pass.4": "查二次衍生",
+  "labels.software.edition.guest": "未注册",
   "labels.software.edition.basic": "基础版",
   "labels.software.edition.basic": "基础版",
   "labels.software.edition.pro": "增强版",
   "labels.software.edition.pro": "增强版",
   "labels.table-of-content": "目录",
   "labels.table-of-content": "目录",