Browse Source

fix typo kusama (#3083)

Luke Schoen 4 years ago
parent
commit
bd713ba1bb

+ 1 - 1
packages/apps-config/src/settings/ss58.ts

@@ -27,7 +27,7 @@ export default function create (t: <T= string> (key: string, text: string, optio
     },
     {
       info: 'kusama',
-      text: t<string>('ss58.kusmaa', 'Kusama (canary)', { ns: 'apps-config' }),
+      text: t<string>('ss58.kusama', 'Kusama (canary)', { ns: 'apps-config' }),
       value: 2
     },
     {

+ 2 - 2
packages/apps/public/locales/en/apps-config.json

@@ -17,7 +17,7 @@
   "ss58.centrifuge": "Centrifuge (live)",
   "ss58.default": "Default for the connected node",
   "ss58.edgeware": "Edgeware (live)",
-  "ss58.kusmaa": "Kusama (canary)",
+  "ss58.kusama": "Kusama (canary)",
   "ss58.polkadot": "Polkadot (live)",
   "ss58.substrate": "Substrate (generic)"
-}
+}

+ 2 - 2
packages/apps/public/locales/es/translation.json

@@ -1003,7 +1003,7 @@
   "ss58.centrifuge": "Centrifuge (en vivo)",
   "ss58.default": "Por defecto para el nodo conectado",
   "ss58.edgeware": "Edgeware (en vivo)",
-  "ss58.kusmaa": "Kusama (canary)",
+  "ss58.kusama": "Kusama (canary)",
   "ss58.polkadot": "Polkadot (en vivo)",
   "ss58.substrate": "Substrate (genérica)",
   "staked": "staked",
@@ -1113,4 +1113,4 @@
   "{{threshold}}, not passing": "{{threshold}},  no pasará",
   "{{threshold}}, passing": "{{threshold}},  de aprobación",
   "{{value}}x voting balance, locked for {{lock}}x enactment ({{period}} days)": "{{value}}x saldo de votos, bloqueado por {{lock}}x sentencia ({{period}} días."
-}
+}

+ 2 - 2
packages/apps/public/locales/ja/translation.json

@@ -524,7 +524,7 @@
   "ss58.centrifuge": "Centrifuge (live)",
   "ss58.default": "デフォルト接続ノード",
   "ss58.edgeware": "Edgeware (live)",
-  "ss58.kusmaa": "Kusama (canary)",
+  "ss58.kusama": "Kusama (canary)",
   "ss58.polkadot": "Kusama (canary)",
   "ss58.substrate": "Substrate (generic)",
   "submit the following change": "以下の変更を提出する",
@@ -562,4 +562,4 @@
   "{{relayDispatchQueueSize}} dispatch messages pending": "{{relayDispatchQueueSize}} ディスパッチメッセージペンディング",
   "{{step}}. Sign with your ETH address": "{{step}}. ETHアドレスでサインしてください",
   "{{s}} s": "{{s}} 秒"
-}
+}

+ 2 - 2
packages/apps/public/locales/pt/translation.json

@@ -1008,7 +1008,7 @@
   "ss58.centrifuge": "Centrifuge (ativa)",
   "ss58.default": "Replicar nó conectado",
   "ss58.edgeware": "Edgeware (ativa)",
-  "ss58.kusmaa": "Kusama (canário)",
+  "ss58.kusama": "Kusama (canário)",
   "ss58.polkadot": "Polkadot (ativa)",
   "ss58.substrate": "Substrate (genérica)",
   "staked": "em participação",
@@ -1120,4 +1120,4 @@
   "{{threshold}}, not passing": "{{threshold}}, não passando",
   "{{threshold}}, passing": "{{threshold}}, passando",
   "{{value}}x voting balance, locked for {{lock}}x enactment ({{period}} days)": "{{value}} x saldo de votos, bloqueado por {{lock}} x promulgação ({{period}} dias)"
-}
+}

+ 2 - 2
packages/apps/public/locales/ru/translation.json

@@ -1021,7 +1021,7 @@
   "ss58.centrifuge": "Centrifuge (рабочая)",
   "ss58.default": "Значение по умолчанию для подключенной ноды",
   "ss58.edgeware": "Edgeware (рабочая)",
-  "ss58.kusmaa": "Kusama (canary)",
+  "ss58.kusama": "Kusama (canary)",
   "ss58.polkadot": "Polkadot (рабочая)",
   "ss58.substrate": "Substrate (generic)",
   "staked": "застейкано",
@@ -1131,4 +1131,4 @@
   "{{threshold}}, not passing": "{{threshold}}, не проходит",
   "{{threshold}}, passing": "{{threshold}}, проходит",
   "{{value}}x voting balance, locked for {{lock}}x enactment ({{period}} days)": "{{value}}x баланс голосования, заблокировано на {{lock}}x ({{period}} дней)"
-}
+}