diff --git a/public/locales/zh/common.json b/public/locales/zh/common.json index d38a60c5..a2051df3 100644 --- a/public/locales/zh/common.json +++ b/public/locales/zh/common.json @@ -63,7 +63,7 @@ "One-time": "一次性", "Monthly and NFT Rewards": "每月和 NFT 奖励", "Coming soon": "即将推出", - "What is Mira? Where can I get some?" : "Mira 是什么?我在哪里可以获得?", + "What is MIRA? Where can I get some?" : "MIRA 是什么?我在哪里可以获得?", "Tip": "赞赏", "Tip the post: {{name}}": "赞赏文章:{{name}}", "Custom": "自定义", diff --git a/showcase.json b/showcase.json index 7ccc3d9e..57fe525e 100644 --- a/showcase.json +++ b/showcase.json @@ -8,31 +8,19 @@ "atlas-thinking", "joshua", "jeff", - "walter", "crossbell-io-updates", - "xtao", - "boyuand", - "139", "kanikig", - "coosir", - "0x1", "isheep", "henryqw", - "twifag", "hominsu", - "colojayce", "stars", "somehacker", "novonine", "qfdk", "fblauer", "anxiete", - "batman", "kumasanki", - "luftmonsch", - "ventuss", "jingfelix", - "mayx", "tcj", "atlas", "meow-7218", @@ -47,7 +35,6 @@ "duoyu", "candinya", "shang", - "v1984", "toast", "pseudoyu", "caos", @@ -58,19 +45,13 @@ "wiming", "zsakvo", "wuhang2003", - "nikk", - "oxyoung", "bladedragon", "qiuxuanluo", "saltad", - "cleves", "arthurwu", - "baddate-2829", "laoyan", - "shalom", "baxx", "kmkmkm", - "descardi", "fuyuan", "ming5ming", "jameshih", @@ -78,21 +59,13 @@ "daidr", "mekal", "tommy-1329", - "harvey", - "xn--uurr57b0n7a-2881", "jackyoung-5042", - "lylelove-809", "moojok", "maji-may-7766", - "passerby5566", - "southfox", - "april-4533", "bocaibocaieth-1274", "soptq-6165", "yeungyeah", "xnor", - "olimi-7676", - "weiyexing", "chenyyds", "0xcavin", "shuxinfeng", @@ -102,7 +75,6 @@ "rootless", "haydenull", "walk2future", - "cryptonerdcn", "liuyejinghong", "sion", "magren", diff --git a/src/components/common/PatronModal.tsx b/src/components/common/PatronModal.tsx index cb0d51c6..ad5596ba 100644 --- a/src/components/common/PatronModal.tsx +++ b/src/components/common/PatronModal.tsx @@ -31,23 +31,23 @@ export const PatronModal: React.FC<{ const radios = [ { - text: "🍭 1 Mira", + text: "🍭 1 MIRA", value: "1", }, { - text: "☕️ 5 Mira", + text: "☕️ 5 MIRA", value: "5", }, { - text: "🍕 10 Mira", + text: "🍕 10 MIRA", value: "10", }, { - text: "🎁 50 Mira", + text: "🎁 50 MIRA", value: "50", }, { - text: "👑 100 Mira", + text: "👑 100 MIRA", value: "100", }, { @@ -179,7 +179,7 @@ export const PatronModal: React.FC<{ className="inline-flex items-center mt-1 text-center w-full" > - {tip.amount} Mira + {tip.amount} MIRA @@ -223,11 +223,11 @@ export const PatronModal: React.FC<{
-

1 Mira ≈ 1 USDC

+

1 MIRA ≈ 1 USDC

- {t("What is Mira? Where can I get some?")} + {t("What is MIRA? Where can I get some?")}