Skip to content

Commit

Permalink
[chore] Update StartOS Brand (#2974)
Browse files Browse the repository at this point in the history
* chore: startOS branding and translation updates

* chore: resize image canvas for margin

* chore: image opt
  • Loading branch information
kn0wmad authored Jan 4, 2024
1 parent 11be8a3 commit dfde5c3
Show file tree
Hide file tree
Showing 32 changed files with 139 additions and 139 deletions.
18 changes: 9 additions & 9 deletions src/app/router/connectorRoutes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import ConnectLnd from "@screens/connectors/ConnectLnd";
import ConnectLndHub from "@screens/connectors/ConnectLndHub";
import ConnectMyNode from "@screens/connectors/ConnectMyNode";
import ConnectRaspiBlitz from "@screens/connectors/ConnectRaspiBlitz";
import ConnectStart9 from "@screens/connectors/ConnectStart9";
import ConnectStartOS from "@screens/connectors/ConnectStartOS";
import ConnectUmbrel from "@screens/connectors/ConnectUmbrel";
import { Route } from "react-router-dom";
import i18n from "~/i18n/i18nConfig";

import ConnectVoltage from "~/app/screens/connectors/ConnectVoltage";
import ConnectNWC from "~/app/screens/connectors/ConnectNWC";
import ConnectVoltage from "~/app/screens/connectors/ConnectVoltage";
import ConnectCommando from "../screens/connectors/ConnectCommando";
import btcpay from "/static/assets/icons/btcpay.svg";
import citadel from "/static/assets/icons/citadel.png";
Expand All @@ -31,7 +31,7 @@ import lndhubGo from "/static/assets/icons/lndhub_go.png";
import mynode from "/static/assets/icons/mynode.png";
import nwc from "/static/assets/icons/nwc.svg";
import raspiblitz from "/static/assets/icons/raspiblitz.png";
import start9 from "/static/assets/icons/start9.png";
import startos from "/static/assets/icons/startos.png";
import umbrel from "/static/assets/icons/umbrel.png";
import voltage from "/static/assets/icons/voltage.png";

Expand Down Expand Up @@ -93,9 +93,9 @@ const connectorMap: { [key: string]: ConnectorRoute } = {
title: i18n.t("translation:choose_connector.lnd.title"),
logo: lnd,
},
"start9-lnd": {
"startos-lnd": {
path: "lnd",
element: <ConnectStart9 />,
element: <ConnectStartOS />,
title: i18n.t("translation:choose_connector.lnd.title"),
logo: lnd,
},
Expand Down Expand Up @@ -222,10 +222,10 @@ const distributionMap: { [key: string]: { logo: string; children: Route[] } } =
connectorMap["lnbits"],
],
},
start9: {
logo: start9,
startos: {
logo: startos,
children: [
connectorMap["start9-lnd"],
connectorMap["startos-lnd"],
connectorMap["lnc"],
connectorMap["commando"],
connectorMap["lnbits"],
Expand Down Expand Up @@ -257,7 +257,7 @@ function getConnectorRoutes(): ConnectorRoute[] {
getDistribution("citadel"),
getDistribution("umbrel"),
getDistribution("mynode"),
getDistribution("start9"),
getDistribution("startos"),
getDistribution("raspiblitz"),
connectorMap["nwc"],
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ import PasswordViewAdornment from "~/app/components/PasswordViewAdornment";
import toast from "~/app/components/Toast";
import msg from "~/common/lib/msg";
import utils from "~/common/lib/utils";
import logo from "/static/assets/icons/start9.png";
import logo from "/static/assets/icons/startos.png";

const initialFormData = {
url: "",
macaroon: "",
};

export default function ConnectStart9() {
export default function ConnectStartOS() {
const navigate = useNavigate();
const { t } = useTranslation("translation", {
keyPrefix: "choose_connector.start9",
keyPrefix: "choose_connector.startos",
});
const [formData, setFormData] = useState(initialFormData);
const [loading, setLoading] = useState(false);
Expand Down Expand Up @@ -59,7 +59,7 @@ export default function ConnectStart9() {
setLoading(true);
const { url, macaroon } = formData;
const account = {
name: "Start9",
name: "StartOS",
config: {
macaroon,
url,
Expand Down Expand Up @@ -112,7 +112,7 @@ export default function ConnectStart9() {
t={t}
components={[
// eslint-disable-next-line react/jsx-key
<a className="underline" href="https://start9.com/latest/"></a>,
<a className="underline" href="https://start9.com/"></a>,
]}
/>
</h1>
Expand Down
12 changes: 6 additions & 6 deletions src/i18n/locales/cs/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@
"placeholder": "lndconnect://vas-uzel:8080?..."
}
},
"start9": {
"title": "Start9",
"startos": {
"title": "StartOS",
"page": {
"title": "Připojení k vašemu uzlu <0>Embassy</0>",
"instructions": "<0>Pozn.:</0> Aktuálně podporujeme pouze LND, ale v budoucnu plánujeme přidávat podporu c-lightning!<1/>V dashboardu vašeho Embassy zvolte službu <0>Lightning Network Daemon</0>.<1/>Vyberte záložku <0>Vlastnosti (Properties)</0>.<1/>Následně zkopírujte <0>LND Connect REST URL.</0>"
"title": "Připojení k vašemu uzlu <0>StartOS</0>",
"instructions": "<0>Pozn.:</0> Aktuálně podporujeme pouze LND, ale v budoucnu plánujeme přidávat podporu c-lightning!<1/>V dashboardu vašeho StartOS zvolte službu <0>Lightning Network Daemon</0>.<1/>Vyberte záložku <0>Vlastnosti (Properties)</0>.<1/>Následně zkopírujte <0>LND Connect REST URL.</0>"
},
"rest_url": {
"label": "lndconnect REST URL",
Expand Down Expand Up @@ -663,8 +663,8 @@
"btcpay": {
"name": "BTCPay"
},
"start9": {
"name": "Start9"
"startos": {
"name": "StartOS"
},
"umbrel": {
"name": "Umbrel"
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/locales/da/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@
"placeholder": "lndconnect://dinnode:8080?..."
}
},
"start9": {
"title": "Start9",
"startos": {
"title": "StartOS",
"page": {
"title": "Opret forbindelse til din <0>Embassy</0> node",
"instructions": "<0>Note:</0> I øjeblikket understøtter vi kun LND, men vi vil fremover også tilføje support af c-lightning!<1/>I din Embassys indstillingsmenu klikker du på servicen <0>Lightning Network Daemon</0>.<1/>Vælg fanen <0>Properties</0>.<1/>Kopier så <0>LND Connect REST URL.</0>"
"title": "Opret forbindelse til din <0>StartOS</0> node",
"instructions": "<0>Note:</0> I øjeblikket understøtter vi kun LND, men vi vil fremover også tilføje support af c-lightning!<1/>I din StartOSs indstillingsmenu klikker du på servicen <0>Lightning Network Daemon</0>.<1/>Vælg fanen <0>Properties</0>.<1/>Kopier så <0>LND Connect REST URL.</0>"
},
"rest_url": {
"label": "lndconnect REST URL",
Expand Down
12 changes: 6 additions & 6 deletions src/i18n/locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,16 @@
"placeholder": "http://localhost:8080"
}
},
"start9": {
"startos": {
"page": {
"instructions": "Klicke in deinem Embassy Dashboard auf den <0>Lightning Network Daemon</0> Service.<1/>Wähle den Reiter <0>Properties</0>.<1/>Kopiere nun die <0>LND Connect REST URL.</0>",
"title": "Verbinden mit deinem <0>Start9 Server</0>"
"instructions": "Klicke in deinem StartOS Dashboard auf den <0>Lightning Network Daemon</0> Service.<1/>Wähle den Reiter <0>Properties</0>.<1/>Kopiere nun die <0>LND Connect REST URL.</0>",
"title": "Verbinden mit <0>StartOS</0>"
},
"rest_url": {
"placeholder": "lndconnect://deinenode:8080?...",
"label": "Indconnect REST URL"
},
"title": "Start9"
"title": "StartOS"
},
"blink": {
"title": "Blink Wallet",
Expand Down Expand Up @@ -806,8 +806,8 @@
"mynode": {
"name": "myNode"
},
"start9": {
"name": "Start9"
"startos": {
"name": "StartOS"
}
},
"confirm_add_account": {
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/locales/el/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"label": "Κωδικός Citadel"
}
},
"start9": {
"title": "Start9"
"startos": {
"title": "StartOS"
},
"btcpay": {
"title": "BTCPay Server",
Expand Down Expand Up @@ -156,8 +156,8 @@
"btcpay": {
"name": "BTCPay"
},
"start9": {
"name": "Start9"
"startos": {
"name": "StartOS"
},
"citadel": {
"name": "Citadel"
Expand Down
12 changes: 6 additions & 6 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@
"placeholder": "lndconnect://yournode:8080?..."
}
},
"start9": {
"title": "Start9",
"startos": {
"title": "StartOS",
"page": {
"title": "Connect to your <0>Start9 Server</0>",
"instructions": "On your Embassy dashboard click on the <0>Lightning Network Daemon</0> service.<1/>Select the <0>Properties</0> tab.<1/>Now copy the <0>LND Connect REST URL.</0>"
"title": "Connect to <0>StartOS</0>",
"instructions": "On your StartOS dashboard click on the <0>Lightning Network Daemon</0> service.<1/>Select the <0>Properties</0> tab.<1/>Now copy the <0>LND Connect REST URL.</0>"
},
"rest_url": {
"label": "lndconnect REST URL",
Expand Down Expand Up @@ -352,8 +352,8 @@
"mynode": {
"name": "myNode"
},
"start9": {
"name": "Start9"
"startos": {
"name": "StartOS"
}
},
"home": {
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/eo/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
"placeholder": ""
}
},
"start9": {
"title": "Start9",
"startos": {
"title": "StartOS",
"page": {
"title": "",
"instructions": ""
Expand Down
12 changes: 6 additions & 6 deletions src/i18n/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
"placeholder": "lndconnect://sunodo:8080?..."
}
},
"start9": {
"title": "Cuenta Start9",
"startos": {
"title": "StartOS",
"page": {
"title": "Conéctate a tu <0>Start9 Server</0>",
"instructions": "En tu panel de Embassy, haz clic en el servicio <0>Lightning Network Daemon</0>.<1/>Selecciona la pestaña <0>Propiedades</0>.<1/>Ahora copia la URL REST de <0>LND Connect. </0>"
"title": "Conectarse a <0>StartOS</0>",
"instructions": "En tu panel de StartOS, haz clic en el servicio <0>Lightning Network Daemon</0>.<1/>Selecciona la pestaña <0>Propiedades</0>.<1/>Ahora copia la URL REST de <0>LND Connect. </0>"
},
"rest_url": {
"label": "URL REST conectalnd",
Expand Down Expand Up @@ -647,8 +647,8 @@
"umbrel": {
"name": "Umbrel"
},
"start9": {
"name": "Start9"
"startos": {
"name": "StartOS"
},
"raspiblitz": {
"name": "Raspiblitz"
Expand Down
12 changes: 6 additions & 6 deletions src/i18n/locales/fa/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@
"placeholder": "lndconnect://yournode:8080?..."
}
},
"start9": {
"title": "Start9",
"startos": {
"title": "StartOS",
"page": {
"title": "متصل شدن به <0>Start9 Server</0>‎ شما",
"instructions": "در داشبورد Embassy روی خدمات <0>Lightning Network Daemon</0> کلیک کنید. سربرگ <0>Properties</0> را انتخاب کنید. حالا <0>LND Connect REST URL.</0> را کپی کنید."
"title": "متصل شدن به <0>StartOS Server</0>‎ شما",
"instructions": "در داشبورد StartOS روی خدمات <0>Lightning Network Daemon</0> کلیک کنید. سربرگ <0>Properties</0> را انتخاب کنید. حالا <0>LND Connect REST URL.</0> را کپی کنید."
},
"rest_url": {
"label": "lndconnect REST URL",
Expand Down Expand Up @@ -278,8 +278,8 @@
"mynode": {
"name": "myNode"
},
"start9": {
"name": "Start9"
"startos": {
"name": "StartOS"
}
},
"home": {
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/locales/fi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@
"placeholder": "lndconnect://solmusi:8080?..."
}
},
"start9": {
"title": "Start9",
"startos": {
"title": "StartOS",
"page": {
"title": "Yhdistä <0>Embassy</0>-solmuun",
"instructions": "<0>Huomautus:</0> Tällä hetkellä tuemme vain LND:tä, mutta lisäämme c-lightning-tuen tulevaisuudessa!<1/>Klikkaa Embassy-kojelaudallasi <0>Lightning Network Daemon</0> -palvelua.<1/>Valitse <0>Ominaisuudet</0>-välilehti.<1/>Kopioi nyt <0>LND Yhdistä -REST URL-osoite.</0>"
"title": "Yhdistä <0>StartOS</0>-solmuun",
"instructions": "<0>Huomautus:</0> Tällä hetkellä tuemme vain LND:tä, mutta lisäämme c-lightning-tuen tulevaisuudessa!<1/>Klikkaa StartOS-kojelaudallasi <0>Lightning Network Daemon</0> -palvelua.<1/>Valitse <0>Ominaisuudet</0>-välilehti.<1/>Kopioi nyt <0>LND Yhdistä -REST URL-osoite.</0>"
},
"rest_url": {
"label": "lndconnect -REST URL-osoite",
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,11 @@
"placeholder": "lndconnect://votrenode:8080?..."
}
},
"start9": {
"title": "Start9",
"startos": {
"title": "StartOS",
"page": {
"title": "Connectez-vous à votre nœud <0>Embassy</0>",
"instructions": "<0>Remarque :</0> Actuellement, nous ne prenons en charge que LND, mais nous ajouterons la prise en charge de c-lightning à l'avenir !<1/>Sur votre tableau de bord Embassy, cliquez sur le service <0>daemon du réseau Lightning</0>. <1/>Sélectionnez l'onglet <0>Properties</0>.<1/>Copiez maintenant l'<0>URL REST LND Connect.</0>"
"title": "Connectez-vous à votre nœud <0>StartOS</0>",
"instructions": "<0>Remarque :</0> Actuellement, nous ne prenons en charge que LND, mais nous ajouterons la prise en charge de c-lightning à l'avenir !<1/>Sur votre tableau de bord StartOS, cliquez sur le service <0>daemon du réseau Lightning</0>. <1/>Sélectionnez l'onglet <0>Properties</0>.<1/>Copiez maintenant l'<0>URL REST LND Connect.</0>"
},
"rest_url": {
"label": "URL REST lndconnect",
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/locales/hi/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@
"placeholder": "lndconnect://yournode:8080?..."
}
},
"start9": {
"title": "Start9",
"startos": {
"title": "StartOS",
"page": {
"title": "अपने <0>Embassy</0> node से कनेक्ट करें",
"title": "अपने <0>StartOS</0> node से कनेक्ट करें",
"instructions": "<0>ध्यान दें:</0> वर्तमान में हम केवल एलएनडी का समर्थन करते हैं लेकिन हम भविष्य में सी-लाइटिंग समर्थन जोड़ेंगे!<1/>अपने दूतावास के डैशबोर्ड पर <0>लाइटनिंग नेटवर्क डेमन<पर क्लिक करें। /0> सेवा।<1/><0>प्रॉपर्टी</0> टैब चुनें।<1/>अब <0>LND Connect REST URL कॉपी करें।</0>"
},
"rest_url": {
Expand Down
12 changes: 6 additions & 6 deletions src/i18n/locales/id/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,11 +174,11 @@
"placeholder": "lndconnect://yournode:8080?..."
}
},
"start9": {
"title": "Start9",
"startos": {
"title": "StartOS",
"page": {
"title": "Sambungkan dengan <0>Server Start9</0>",
"instructions": "Pada dashboard Embassy klik pada <0>Lightning Network Daemon</0> service.<1/>Pilih tab <0>Properties</0>.<1/>Kemudian salin <0>LND Connect REST URL.</0>"
"title": "Sambungkan dengan <0>Server StartOS</0>",
"instructions": "Pada dashboard StartOS klik pada <0>Lightning Network Daemon</0> service.<1/>Pilih tab <0>Properties</0>.<1/>Kemudian salin <0>LND Connect REST URL.</0>"
},
"rest_url": {
"placeholder": "lndconnect://yournode:8080?...",
Expand Down Expand Up @@ -277,8 +277,8 @@
"mynode": {
"name": "myNode"
},
"start9": {
"name": "Start9"
"startos": {
"name": "StartOS"
}
},
"home": {
Expand Down
8 changes: 4 additions & 4 deletions src/i18n/locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@
"placeholder": "lndconnect://tuonodo:8080?..."
}
},
"start9": {
"title": "Start9",
"startos": {
"title": "StartOS",
"page": {
"title": "Collega il tuo nodo Embassy",
"instructions": "<0>Nota:</0> Al momento supportiamo solamente LND, aggiungeremo il supporto per c-lightning in futuro!<1/>Nella dashboard di Embassy clicca sul servizio <0>Lightning Network Daemon</0>.<1/>Seleziona il tab <0>Proprieta'</0>.<1/>Adesso copia l'<0>LND Connect REST URL.</0>"
"title": "Collega il tuo nodo StartOS",
"instructions": "<0>Nota:</0> Al momento supportiamo solamente LND, aggiungeremo il supporto per c-lightning in futuro!<1/>Nella dashboard di StartOS clicca sul servizio <0>Lightning Network Daemon</0>.<1/>Seleziona il tab <0>Proprieta'</0>.<1/>Adesso copia l'<0>LND Connect REST URL.</0>"
},
"rest_url": {
"label": "lndconnect REST URL",
Expand Down
Loading

0 comments on commit dfde5c3

Please sign in to comment.