+ >
+ )
+ }
{
showRssFeed && (
',
+ },
+ {
+ title: 'Wie kann ich meinen Plan upgraden?',
+ description:
+ 'Selbstverständlich! Sie können Ihren Plan jederzeit einfach
, um den Plan zu finden, der Ihren sich entwickelnden Anforderungen am besten entspricht.',
+ },
+ {
+ title: 'Welche Zahlungsmethoden akzeptieren Sie?',
+ description:
+ 'Wir akzeptieren alle gängigen Kreditkarten und Online-Zahlungsmethoden, um einen bequemen und sicheren Transaktionsprozess zu gewährleisten. Wenn Sie per Banküberweisung bezahlen möchten,
; es fallen zusätzliche Bankbearbeitungsgebühren an, und wir senden Ihnen den Lizenzschlüssel, sobald wir die Offline-Zahlung auf dem Bankkonto erhalten haben; dies dauert 3-5 Werktage.',
+ },
+ {
+ title: 'Gibt es versteckte Gebühren über die angezeigten Kosten hinaus?',
+ description:
+ 'Nein, die Kosten decken alle Funktionen ab, die unter jedem Plan aufgeführt sind. Es gibt keine versteckten Gebühren oder zusätzlichen Kosten.',
+ },
+ {
+ title: 'Bieten Sie monatliche Zahlungen an?',
+ description:
+ 'Nein, wir bieten nur jährliche Zahlungspläne an. Wir erneuern nicht automatisch; Sie erhalten 14 Tage vor Ablauf Ihrer Lizenz eine E-Mail, die Sie an die Erneuerung erinnert.',
+ },
+ {
+ title: 'Gibt es Rabatte für gemeinnützige oder Bildungsorganisationen?',
+ description: 'Nein, wir haben das noch nicht. Wir empfehlen Ihnen, den kostenlosen Plan zu nutzen.',
+ },
+ {
+ title: "Was sind Ihre Geschäftsbedingungen?",
+ description:
+ 'Bitte überprüfen Sie diese
',
+ },
+ {
+ title: 'Wie sieht es mit gelegentlichen Support-Fällen aus? Wir haben einige Geräte, die gelegentlich unterstützt werden müssen, ohne unbeaufsichtigten Zugriff.',
+ description:
+ 'Wir bieten diese
an',
+ }
+ ]}
+ />
+
diff --git a/v3/src/pages/de/support.astro b/v3/src/pages/de/support.astro
new file mode 100644
index 0000000..a09bb60
--- /dev/null
+++ b/v3/src/pages/de/support.astro
@@ -0,0 +1,43 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Features2 from '~/components/widgets/Features2.astro';
+
+const metadata = {
+ title: 'Support',
+};
+---
+
+
diff --git a/v3/src/pages/de/team.astro b/v3/src/pages/de/team.astro
new file mode 100644
index 0000000..e831963
--- /dev/null
+++ b/v3/src/pages/de/team.astro
@@ -0,0 +1,64 @@
+---
+import Features2 from '~/components/widgets/Features2.astro';
+import Hero from '~/components/widgets/Hero.astro';
+import Steps2 from '~/components/widgets/Steps2.astro';
+import Layout from '~/layouts/PageLayout.astro';
+
+const metadata = {
+ title: 'Über uns',
+};
+---
+
+
diff --git a/v3/src/pages/es/index.astro b/v3/src/pages/es/index.astro
new file mode 100644
index 0000000..6b9b60d
--- /dev/null
+++ b/v3/src/pages/es/index.astro
@@ -0,0 +1,240 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+
+import Hero from '~/components/widgets/Hero.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import Content from '~/components/widgets/Content.astro';
+import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
+import Stats from '~/components/widgets/Stats.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+import Carousel from '~/components/widgets/Carousel.jsx';
+import Note from '~/components/widgets/Note.astro';
+
+const metadata = {
+ title: 'RustDesk: Escritorio remoto de código abierto con soluciones de servidor autoalojado',
+ ignoreTitleTemplate: true,
+};
+---
+
+
diff --git a/v3/src/pages/es/pricing.astro b/v3/src/pages/es/pricing.astro
new file mode 100644
index 0000000..a686ce7
--- /dev/null
+++ b/v3/src/pages/es/pricing.astro
@@ -0,0 +1,449 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Note from '~/components/widgets/Note.astro';
+import Prices from '~/components/widgets/Pricing.astro';
+import FAQs from '~/components/widgets/FAQs.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+
+const metadata = {
+ title: 'Precios',
+};
+---
+
+
+
+
diff --git a/v3/src/pages/es/support.astro b/v3/src/pages/es/support.astro
new file mode 100644
index 0000000..39039fb
--- /dev/null
+++ b/v3/src/pages/es/support.astro
@@ -0,0 +1,43 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Features2 from '~/components/widgets/Features2.astro';
+
+const metadata = {
+ title: 'Soporte',
+};
+---
+
+
diff --git a/v3/src/pages/es/team.astro b/v3/src/pages/es/team.astro
new file mode 100644
index 0000000..e194bdb
--- /dev/null
+++ b/v3/src/pages/es/team.astro
@@ -0,0 +1,69 @@
+---
+import Features2 from '~/components/widgets/Features2.astro';
+import Hero from '~/components/widgets/Hero.astro';
+import Steps2 from '~/components/widgets/Steps2.astro';
+import Layout from '~/layouts/PageLayout.astro';
+
+const metadata = {
+ title: 'Sobre nosotros',
+};
+---
+
+
diff --git a/v3/src/pages/fr/index.astro b/v3/src/pages/fr/index.astro
new file mode 100644
index 0000000..cb1d440
--- /dev/null
+++ b/v3/src/pages/fr/index.astro
@@ -0,0 +1,240 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+
+import Hero from '~/components/widgets/Hero.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import Content from '~/components/widgets/Content.astro';
+import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
+import Stats from '~/components/widgets/Stats.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+import Carousel from '~/components/widgets/Carousel.jsx';
+import Note from '~/components/widgets/Note.astro';
+
+const metadata = {
+ title: 'RustDesk : Bureau à distance open-source avec solutions de serveur auto-hébergé',
+ ignoreTitleTemplate: true,
+};
+---
+
+
diff --git a/v3/src/pages/fr/pricing.astro b/v3/src/pages/fr/pricing.astro
new file mode 100644
index 0000000..ca5dbfa
--- /dev/null
+++ b/v3/src/pages/fr/pricing.astro
@@ -0,0 +1,449 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Note from '~/components/widgets/Note.astro';
+import Prices from '~/components/widgets/Pricing.astro';
+import FAQs from '~/components/widgets/FAQs.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+
+const metadata = {
+ title: 'Tarification',
+};
+---
+
+
+
+
diff --git a/v3/src/pages/fr/support.astro b/v3/src/pages/fr/support.astro
new file mode 100644
index 0000000..f4250b0
--- /dev/null
+++ b/v3/src/pages/fr/support.astro
@@ -0,0 +1,43 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Features2 from '~/components/widgets/Features2.astro';
+
+const metadata = {
+ title: 'Support',
+};
+---
+
+
diff --git a/v3/src/pages/fr/team.astro b/v3/src/pages/fr/team.astro
new file mode 100644
index 0000000..f6ced22
--- /dev/null
+++ b/v3/src/pages/fr/team.astro
@@ -0,0 +1,70 @@
+---
+import Features2 from '~/components/widgets/Features2.astro';
+import Hero from '~/components/widgets/Hero.astro';
+import Steps2 from '~/components/widgets/Steps2.astro';
+import Layout from '~/layouts/PageLayout.astro';
+
+const metadata = {
+ title: 'À propos de nous',
+};
+---
+
+
diff --git a/v3/src/pages/index.astro b/v3/src/pages/index.astro
index ff41ace..6e7730c 100644
--- a/v3/src/pages/index.astro
+++ b/v3/src/pages/index.astro
@@ -16,13 +16,12 @@ const metadata = {
};
---
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ Il Software Open-Source Veloce per Accesso Remoto e Supporto
+
+
+ Passa da TeamViewer, AnyDesk e Splashtop a RustDesk per un'esperienza di desktop remoto sicura e affidabile
+ con i tuoi server self-hosted.
+
+
+
+
+
+
+
+
+
+ Perché il self-hosting?
+ Sei frustrato dalle piattaforme SaaS a causa delle loro prestazioni instabili, mancanza di trasparenza e rischi incerti per la sicurezza dei dati?
+
+
+
+
+
+
+
+
+
+ Client Personalizzato
+ Personalizza il tuo client con il tuo marchio e rendilo veramente tuo.
+
+
+
+
+
+
+
+ bash <(wget -qO- https://get.docker.com)',
+ icon: 'tabler:package',
+ },
+ {
+ title: 'Passo 2: Scarica compose.yml',
+ description: `wget rustdesk.com/oss.yml -O compose.yml
+ oppure
+ wget rustdesk.com/pro.yml -O compose.yml`,
+ icon: 'tabler:download',
+ },
+ {
+ title: `Passo 3: Componi`,
+ description: 'docker compose up -d',
+ icon: 'tabler:hammer',
+ },
+ {
+ title: 'Pronto!',
+ icon: 'tabler:check',
+ },
+ ]}
+ image={{
+ src: '~/assets/images/steps.jpg',
+ alt: 'Immagine passi',
+ }}
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+ Unisciti alla comunità
+
+ Scopri cosa ha da dire la nostra comunità sulla loro esperienza con RustDesk.
+
+
+
+ Prova RustDesk tu stesso
+
+
diff --git a/v3/src/pages/it/pricing.astro b/v3/src/pages/it/pricing.astro
new file mode 100644
index 0000000..cf70ec5
--- /dev/null
+++ b/v3/src/pages/it/pricing.astro
@@ -0,0 +1,449 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Note from '~/components/widgets/Note.astro';
+import Prices from '~/components/widgets/Pricing.astro';
+import FAQs from '~/components/widgets/FAQs.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+
+const metadata = {
+ title: 'Prezzi',
+};
+---
+
+
+
+
+
+
+ /mese',
+ period: 'Open source e gratuito',
+ items: [
+ {
+ description: 'Stato online',
+ },
+ {
+ description: 'Supporto della community',
+ },
+ ],
+ callToAction: {
+ target: '_blank',
+ text: 'Inizia',
+ href: 'https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/',
+ },
+ },
+ {
+ title: 'Individuale',
+ subtitle: 'Piano self-hosting Pro individuale',
+ price: '9.90 /mese',
+ period: 'fatturato annualmente',
+ items: [
+ {
+ description:
+ '1 utente con licenza',
+ },
+ {
+ description:
+ '20 dispositivi gestiti',
+ },
+ {
+ description:
+ 'Connessioni simultanee illimitate',
+ },
+ {
+ description:
+ '2FA',
+ },
+ {
+ description:
+ 'Console web',
+ },
+ {
+ description: 'Rubrica',
+ },
+ {
+ description: 'Log di audit',
+ },
+ {
+ description: 'Cambio ID',
+ },
+ {
+ description:
+ 'Controllo degli accessi',
+ },
+ {
+ description:
+ 'Impostazioni centralizzate',
+ },
+ {
+ description:
+ 'Server relay distribuiti',
+ },
+ ],
+ callToAction: {
+ text: 'Acquista ora',
+ onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Individual")',
+ variant: 'primary',
+ },
+ },
+ {
+ title: 'Base',
+ subtitle: 'Piano self-hosting Pro base',
+ price: '19.90 /mese',
+ period: 'fatturato annualmente',
+ items: [
+ {
+ description: 'Tutto nel piano individuale',
+ icon: 'tabler:checks',
+ },
+ {
+ description:
+ '10 utenti con licenza',
+ },
+ {
+ description:
+ '100 dispositivi gestiti',
+ },
+ {
+ description:
+ 'OIDC (SSO)',
+ },
+ {
+ description:
+ 'Integrazione LDAP',
+ },
+ {
+ description:
+ 'Accesso tra gruppi',
+ },
+ {
+ description:
+ 'Generatore di client personalizzato',
+ },
+ ],
+ callToAction: {
+ text: 'Acquista ora',
+ onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Basic")',
+ },
+ hasRibbon: true,
+ ribbonTitle: 'popolare',
+ },
+ {
+ title: 'Personalizzato',
+ subtitle: 'Piano Pro personalizzato',
+ price: '19.90 /mese',
+ period: 'fatturato annualmente',
+ items: [
+ {
+ description: 'Tutto nel piano base',
+ icon: 'tabler:checks',
+ },
+ {
+ description: '1€ per ogni utente aggiuntivo',
+ },
+ {
+ description: '0,1€ per ogni dispositivo aggiuntivo',
+ },
+ ],
+ content: `
+
+
+
+`,
+ callToAction: {
+ text: 'Acquista ora',
+ onclick: 'submit()',
+ variant: 'primary',
+ },
+ },
+ ]}
+ />
+
+ Pro personalizzato con connessioni simultanee limitate',
+ price: '19.90 /mese',
+ period: 'fatturato annualmente',
+ items: [
+ {
+ description: `Tutto nel piano base self-hosting ma con connessioni simultanee limitate, i dispositivi gestiti in eccesso non verranno disabilitati`,
+ icon: 'tabler:checks',
+ },
+ {
+ description: 'Sessioni simultanee illimitate (in schede o finestre separate) per connessione simultanea',
+ },
+ {
+ description: '1€ per ogni utente aggiuntivo',
+ },
+ {
+ description: '0,1€ per ogni dispositivo aggiuntivo',
+ },
+ {
+ description: '20€ per ogni connessione simultanea aggiuntiva',
+ },
+ ],
+ id: 'custom2',
+ content: `
+
+
+
+`,
+ callToAction: {
+ text: 'Acquista ora',
+ onclick: 'submit2()',
+ variant: 'primary',
+ },
+ },
+ ]}
+ />
+
+
+ Contattaci per piani più grandi e richieste
+
+
+ bash <(wget -qO- https://get.docker.com)
wget rustdesk.com/pro.yml -O compose.yml
docker compose up -d',
+ },
+ {
+ title: 'Esplora i piani e seleziona un piano',
+ icon: 'tabler:number-2',
+ },
+ {
+ title: 'Inserisci email e dettagli di pagamento',
+ icon: 'tabler:number-3',
+ },
+ {
+ title: 'Ricevi la chiave di licenza tramite l\'email inserita',
+ icon: 'tabler:number-4',
+ },
+ {
+ title: 'Inserisci la chiave di licenza nella console web di RustDesk Server Pro',
+ icon: 'tabler:number-5',
+ },
+ {
+ title: 'Pronto!',
+ icon: 'tabler:check',
+ description:
+ 'Per istruzioni dettagliate, consulta la nostra documentazione.',
+ },
+ ]}
+ image={{
+ src: '~/assets/images/steps.jpg',
+ alt: 'Immagine dei passaggi',
+ }}
+ />
+
+ contattaci',
+ },
+ {
+ title: 'Come posso aggiornare il mio piano?',
+ description:
+ 'Certamente! Puoi facilmente aggiornare il tuo piano, in qualsiasi momento, per trovare quello che meglio si adatta alle tue esigenze in evoluzione.',
+ },
+ {
+ title: 'Quali metodi di pagamento accettate?',
+ description:
+ 'Accettiamo le principali carte di credito e metodi di pagamento online per garantire un processo di transazione conveniente e sicuro. Se desideri pagare tramite bonifico bancario, per favore contattaci; ti verrà addebitata una commissione extra per il processo bancario, e ti invieremo la chiave di licenza una volta ricevuto il pagamento offline in banca; ci vogliono 3-5 giorni lavorativi.',
+ },
+ {
+ title: 'Ci sono costi nascosti oltre al prezzo visualizzato?',
+ description:
+ 'No, il costo copre tutte le funzionalità elencate sotto ciascun piano. Non ci sono costi nascosti o addebiti extra.',
+ },
+ {
+ title: 'Avete pagamenti mensili?',
+ description:
+ 'No, offriamo solo piani di pagamento annuali. Non rinnoviamo automaticamente; riceverai un\'email per ricordarti di rinnovare la tua licenza 14 giorni prima della data di scadenza.',
+ },
+ {
+ title: 'Avete sconti per organizzazioni no-profit o educative?',
+ description: 'No, non li abbiamo ancora. Ti incoraggiamo a utilizzare il piano gratuito.',
+ },
+ {
+ title: 'Quali sono i vostri termini?',
+ description:
+ 'Per favore controlla questi termini',
+ },
+ {
+ title:
+ 'Cosa succede con i casi di supporto occasionale? Abbiamo alcuni dispositivi che necessitano di supporto occasionale senza accesso non presidiato.',
+ description:
+ 'Forniamo questa soluzione',
+ },
+ ]}
+ />
+
diff --git a/v3/src/pages/it/support.astro b/v3/src/pages/it/support.astro
new file mode 100644
index 0000000..a4011ae
--- /dev/null
+++ b/v3/src/pages/it/support.astro
@@ -0,0 +1,43 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Features2 from '~/components/widgets/Features2.astro';
+
+const metadata = {
+ title: 'Supporto',
+};
+---
+
+
+ Apri un problema',
+ icon: 'tabler:brand-github',
+ },
+ {
+ title: 'Discord',
+ description: 'Unisciti al nostro server',
+ icon: 'tabler:brand-discord',
+ },
+ {
+ title: 'Email',
+ description: 'support@rustdesk.com',
+ icon: 'tabler:mail',
+ },
+ ]}
+ />
+
diff --git a/v3/src/pages/it/team.astro b/v3/src/pages/it/team.astro
new file mode 100644
index 0000000..20b4925
--- /dev/null
+++ b/v3/src/pages/it/team.astro
@@ -0,0 +1,64 @@
+---
+import Features2 from '~/components/widgets/Features2.astro';
+import Hero from '~/components/widgets/Hero.astro';
+import Steps2 from '~/components/widgets/Steps2.astro';
+import Layout from '~/layouts/PageLayout.astro';
+
+const metadata = {
+ title: 'Chi siamo',
+};
+---
+
+
+
+
+
+ Perché Stiamo Costruendo Questo?
+
+
+
+ Nel mezzo della pandemia di Covid-19 a metà del 2020, l'attuale lead developer / fondatore si è trovato costretto ad acquistare una licenza commerciale per TeamViewer per facilitare il lavoro a distanza a Singapore. Tuttavia, è rimasto sbalordito dal costo esorbitante. Dopo una notte insonne, si è imbarcato in una missione per creare una soluzione alternativa. Così è nato RustDesk - un software di desktop remoto open-source, liberamente accessibile, che è stato diligentemente creato attraverso numerose notti insonni. Questo lavoro di dedizione e determinazione è culminato nel rilascio di RustDesk su GitHub nel 2021, permettendo di essere utilizzato da persone in tutto il mondo.
+
+
+
+
+
+
+ CEO',
+ description:
+ "Joseph Jacks ha fondato OSS Capital nel 2018. È il primo e unico VC al mondo dedicato esclusivamente alle startup COSS (commercial open source) su base globale. In precedenza, ha contribuito ad avviare e gestire la prima startup di Kubernetes (Kismatic) e ha anche fondato e gestito KubeCon (la conferenza della comunità Kubernetes) prima di donarla alla Linux Foundation nel 2016 mentre si stava materializzando il CNCF (Cloud Native Computing Foundation).",
+ icon: 'tabler:user',
+ },
+ {
+ title: 'Huabing Zhou
CTO',
+ description:
+ 'Prima di fondare e sviluppare RustDesk, Huabing Zhou ha accumulato oltre 12 anni di esperienza nel campo dell\'IT finanziario lavorando a Singapore. Porta una ricchezza di esperienza di vita reale sia al progetto che alla gestione dell\'azienda.',
+ icon: 'tabler:user',
+ },
+ {
+ title: 'Daniel Lamb
Assistente della Comunità',
+ description:
+ "Con una notevole carriera di un quarto di secolo nell'industria IT, Daniel Lamb ha partecipato attivamente a numerosi progetti open-source, assumendo vari ruoli e responsabilità. Inoltre, ha realizzato la creazione di un'azienda di servizi IT con sede in Scozia, che serve clienti in tutto il mondo. L'ampia esperienza di Daniel comprende supporto, vendite e coinvolgimento della comunità, portando una grande quantità di conoscenze ed esperienza al progetto.",
+ icon: 'tabler:user',
+ },
+ ]}
+ />
+
+
+
+
+
diff --git a/v3/src/pages/ja/index.astro b/v3/src/pages/ja/index.astro
new file mode 100644
index 0000000..42544b7
--- /dev/null
+++ b/v3/src/pages/ja/index.astro
@@ -0,0 +1,239 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+
+import Hero from '~/components/widgets/Hero.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import Content from '~/components/widgets/Content.astro';
+import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
+import Stats from '~/components/widgets/Stats.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+import Carousel from '~/components/widgets/Carousel.jsx';
+import Note from '~/components/widgets/Note.astro';
+
+const metadata = {
+ title: 'RustDesk: オープンソースのリモートデスクトップ - セルフホスティングサーバーソリューション',
+ ignoreTitleTemplate: true,
+};
+---
+
+
+
+
+
+ 高速オープンソースのリモートアクセスおよびサポートソフトウェア
+
+
+ TeamViewer、AnyDesk、Splashtopから、自身のセルフホストサーバーを使用した安全で信頼性の高いリモートデスクトップ体験のRustDeskに切り替えましょう。
+
+
+
+
+
+
+
+
+
+ なぜセルフホスティングなのか?
+ 不安定なパフォーマンス、透明性の欠如、不確実なデータセキュリティリスクのためにSaaSプラットフォームに不満を感じていませんか?
+
+
+
+
+
+
+
+
+
+ カスタムクライアント
+ クライアントを自身のブランドでカスタマイズし、真に自分のものにします。
+
+
+
+
+
+
+
+ bash <(wget -qO- https://get.docker.com)',
+ icon: 'tabler:package',
+ },
+ {
+ title: 'ステップ2: compose.ymlのダウンロード',
+ description: `wget rustdesk.com/oss.yml -O compose.yml
+ または
+ wget rustdesk.com/pro.yml -O compose.yml`,
+ icon: 'tabler:download',
+ },
+ {
+ title: `ステップ3: コンポーズ`,
+ description: 'docker compose up -d',
+ icon: 'tabler:hammer',
+ },
+ {
+ title: '準備完了!',
+ icon: 'tabler:check',
+ },
+ ]}
+ image={{
+ src: '~/assets/images/steps.jpg',
+ alt: 'ステップイメージ',
+ }}
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+ コミュニティに参加する
+
+ コミュニティがRustDeskの体験についてどのように語っているかを発見してください。
+
+
+
+ 自分でRustDeskを体験してみましょう
+
+
diff --git a/v3/src/pages/ja/pricing.astro b/v3/src/pages/ja/pricing.astro
new file mode 100644
index 0000000..aa62f26
--- /dev/null
+++ b/v3/src/pages/ja/pricing.astro
@@ -0,0 +1,449 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Note from '~/components/widgets/Note.astro';
+import Prices from '~/components/widgets/Pricing.astro';
+import FAQs from '~/components/widgets/FAQs.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+
+const metadata = {
+ title: '料金',
+};
+---
+
+
+
+
+
+
+ /月',
+ period: 'オープンソースで無料',
+ items: [
+ {
+ description: 'オンラインステータス',
+ },
+ {
+ description: 'コミュニティサポート',
+ },
+ ],
+ callToAction: {
+ target: '_blank',
+ text: '始める',
+ href: 'https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/',
+ },
+ },
+ {
+ title: '個人',
+ subtitle: '個人用セルフホスティングProプラン',
+ price: '9.90 /月',
+ period: '年間請求',
+ items: [
+ {
+ description:
+ '1ライセンスユーザー',
+ },
+ {
+ description:
+ '20管理デバイス',
+ },
+ {
+ description:
+ '無制限の同時接続',
+ },
+ {
+ description:
+ '2要素認証',
+ },
+ {
+ description:
+ 'Webコンソール',
+ },
+ {
+ description: 'アドレス帳',
+ },
+ {
+ description: '監査ログ',
+ },
+ {
+ description: 'ID変更',
+ },
+ {
+ description:
+ 'アクセス制御',
+ },
+ {
+ description:
+ '一元化された設定',
+ },
+ {
+ description:
+ '分散リレーサーバー',
+ },
+ ],
+ callToAction: {
+ text: '今すぐ購入',
+ onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Individual")',
+ variant: 'primary',
+ },
+ },
+ {
+ title: 'ベーシック',
+ subtitle: 'ベーシックセルフホスティングProプラン',
+ price: '19.90 /月',
+ period: '年間請求',
+ items: [
+ {
+ description: '個人プランのすべての機能',
+ icon: 'tabler:checks',
+ },
+ {
+ description:
+ '10ライセンスユーザー',
+ },
+ {
+ description:
+ '100管理デバイス',
+ },
+ {
+ description:
+ 'OIDC (SSO)',
+ },
+ {
+ description:
+ 'LDAP統合',
+ },
+ {
+ description:
+ 'グループ間アクセス',
+ },
+ {
+ description:
+ 'カスタムクライアントジェネレーター',
+ },
+ ],
+ callToAction: {
+ text: '今すぐ購入',
+ onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Basic")',
+ },
+ hasRibbon: true,
+ ribbonTitle: '人気',
+ },
+ {
+ title: 'カスタマイズ',
+ subtitle: 'カスタマイズProプラン',
+ price: '19.90 /月',
+ period: '年間請求',
+ items: [
+ {
+ description: 'ベーシックプランのすべての機能',
+ icon: 'tabler:checks',
+ },
+ {
+ description: '追加ユーザー1人につき$1',
+ },
+ {
+ description: '追加デバイス1台につき$0.1',
+ },
+ ],
+ content: `
+
+
+
+`,
+ callToAction: {
+ text: '今すぐ購入',
+ onclick: 'submit()',
+ variant: 'primary',
+ },
+ },
+ ]}
+ />
+
+ Proプラン',
+ price: '19.90 /月',
+ period: '年間請求',
+ items: [
+ {
+ description: `ベーシックセルフホスティングプランのすべての機能ただし、同時接続数に制限があり、過剰な管理デバイスは無効化されません`,
+ icon: 'tabler:checks',
+ },
+ {
+ description: '同時接続ごとに無制限の同時セッション(タブまたは別ウィンドウ)',
+ },
+ {
+ description: '追加ユーザー1人につき$1',
+ },
+ {
+ description: '追加デバイス1台につき$0.1',
+ },
+ {
+ description: '追加同時接続1つにつき$20',
+ },
+ ],
+ id: 'custom2',
+ content: `
+
+
+
+`,
+ callToAction: {
+ text: '今すぐ購入',
+ onclick: 'submit2()',
+ variant: 'primary',
+ },
+ },
+ ]}
+ />
+
+
+ より大規模なプランやお問い合わせについてはお問い合わせください
+
+
+ bash <(wget -qO- https://get.docker.com)
wget rustdesk.com/pro.yml -O compose.yml
docker compose up -d',
+ },
+ {
+ title: 'プランを探索し、選択',
+ icon: 'tabler:number-2',
+ },
+ {
+ title: 'メールアドレスと支払い詳細を入力',
+ icon: 'tabler:number-3',
+ },
+ {
+ title: '入力したメールアドレスでライセンスキーを受け取る',
+ icon: 'tabler:number-4',
+ },
+ {
+ title: 'RustDesk Server ProのWebコンソールでライセンスキーを入力',
+ icon: 'tabler:number-5',
+ },
+ {
+ title: '準備完了!',
+ icon: 'tabler:check',
+ description:
+ '詳細な手順については、ドキュメントをご参照ください。',
+ },
+ ]}
+ image={{
+ src: '~/assets/images/steps.jpg',
+ alt: 'ステップ画像',
+ }}
+ />
+
+ お問い合わせください',
+ },
+ {
+ title: 'プランをアップグレードするにはどうすればいいですか?',
+ description:
+ 'もちろんです!進化するニーズに最適なプランを見つけるために、いつでも簡単にプランをアップグレードできます。',
+ },
+ {
+ title: 'どの支払い方法を受け付けていますか?',
+ description:
+ '主要なクレジットカードやオンライン決済方法を受け付けており、便利で安全な取引プロセスを確保しています。銀行振込で支払いたい場合は、お問い合わせください。追加の銀行手数料がかかり、オフライン支払いが銀行に到着次第ライセンスキーをお送りします。これには3〜5営業日かかります。',
+ },
+ {
+ title: '表示されている費用以外に隠れた料金はありますか?',
+ description:
+ 'いいえ、費用には各プランに記載されているすべての機能が含まれています。隠れた料金や追加料金はありません。',
+ },
+ {
+ title: '月払いはありますか?',
+ description:
+ 'いいえ、年間支払いプランのみを提供しています。自動更新はしません。有効期限の14日前にライセンスを更新するためのリマインダーメールが送信されます。',
+ },
+ {
+ title: '非営利団体や教育機関向けの割引はありますか?',
+ description: 'いいえ、まだありません。無料プランをご利用いただくことをお勧めします。',
+ },
+ {
+ title: '利用規約はどのようなものですか?',
+ description:
+ 'この利用規約をご確認ください',
+ },
+ {
+ title:
+ '臨時のサポートケースについてはどうですか?無人アクセスなしで時々サポートが必要なデバイスがあります。',
+ description:
+ 'この解決策を提供しています',
+ },
+ ]}
+ />
+
diff --git a/v3/src/pages/ja/support.astro b/v3/src/pages/ja/support.astro
new file mode 100644
index 0000000..7d159f9
--- /dev/null
+++ b/v3/src/pages/ja/support.astro
@@ -0,0 +1,43 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Features2 from '~/components/widgets/Features2.astro';
+
+const metadata = {
+ title: 'サポート',
+};
+---
+
+
+ イシューを開く',
+ icon: 'tabler:brand-github',
+ },
+ {
+ title: 'Discord',
+ description: 'サーバーに参加する',
+ icon: 'tabler:brand-discord',
+ },
+ {
+ title: 'メール',
+ description: 'support@rustdesk.com',
+ icon: 'tabler:mail',
+ },
+ ]}
+ />
+
diff --git a/v3/src/pages/ja/team.astro b/v3/src/pages/ja/team.astro
new file mode 100644
index 0000000..177883e
--- /dev/null
+++ b/v3/src/pages/ja/team.astro
@@ -0,0 +1,64 @@
+---
+import Features2 from '~/components/widgets/Features2.astro';
+import Hero from '~/components/widgets/Hero.astro';
+import Steps2 from '~/components/widgets/Steps2.astro';
+import Layout from '~/layouts/PageLayout.astro';
+
+const metadata = {
+ title: '私たちについて',
+};
+---
+
+
+
+
+
+ なぜ私たちはこれを構築しているのか?
+
+
+
+ 2020年半ばのCovid-19パンデミックの最中、現在のリードデベロッパー/創設者はシンガポールでのリモートワークを促進するためにTeamViewerの商用ライセンスを取得する必要に迫られました。しかし、その法外な費用に驚愕しました。一晩の不眠の後、彼らは代替ソリューションを作成するミッションに乗り出しました。こうしてRustDeskが誕生しました - オープンソースで自由にアクセスできるリモートデスクトップソフトウェアで、��多くの不眠の夜を通じて丹念に作り上げられました。この献身と決意の労働の結果、RustDeskは2021年にGitHubでリリースされ、世界中の人々が利用できるようになりました。
+
+
+
+
+
+
+ CEO',
+ description:
+ "ジョセフ・ジャックスは2018年にOSS Capitalを設立しました。これは、世界初かつ唯一のCOSS(商用オープンソース)スタートアップに専念する初期段階のVCです。以前は、最初のKubernetesスタートアップ(Kismatic)の立ち上げと運営を支援し、また2016年にLinux Foundationに寄贈される前に、KubeCon(Kubernetesコミュニティカンファレンス)を設立・運営しました。CNCF(Cloud Native Computing Foundation)が形成されつつある時期でした。",
+ icon: 'tabler:user',
+ },
+ {
+ title: '周華兵
CTO',
+ description:
+ 'RustDeskを創設し開発する前、周華兵はシンガポールで金融ITの分野で12年以上の経験を積みました。プロジェクトとビジネスの管理の両方に豊富な実生活の経験をもたらしています。',
+ icon: 'tabler:user',
+ },
+ {
+ title: 'ダニエル・ラム
コミュニティアシスタント',
+ description:
+ "IT業界で25年の注目すべきキャリアを持つダニエル・ラムは、多数のオープンソースプロジェクトに積極的に参加し、さまざまな役割と責任を担ってきました。さらに、スコットランドを拠点とし、世界中の顧客にサービスを提供するITサービス会社の設立も成功させました。ダニエルの幅広い専門知識はサポート、販売、コミュニティエンゲージメントを網羅しており、プロジェクトに大量の知識と経験をもたらしています。",
+ icon: 'tabler:user',
+ },
+ ]}
+ />
+
+
+
+
+
diff --git a/v3/src/pages/pricing.astro b/v3/src/pages/pricing.astro
index 4d53dd4..32c6b26 100644
--- a/v3/src/pages/pricing.astro
+++ b/v3/src/pages/pricing.astro
@@ -17,7 +17,7 @@ const metadata = {
window['gotoBuy'] = function (redirectUrl) {
Swal.fire({
title: 'Please Confirm',
- html: 'Do you want to proceed to the purchase page?
Please note that what you are purchasing is NOT a SaaS(Software as a Service) subscription.
Instead, it is a license for a self-hosting solution, which requires you to deploy it on your own server (cloud server, e.g. AWS EC2, Azure VM, Vultr VPS etc, or your on-premise server).
Please don\'t buy if you don\'t know what is self-hosting',
+ html: `
Do you want to proceed to the purchase page?
Please note that what you are purchasing is NOT a SaaS(Software as a Service) subscription.
Instead, it is a license for a self-hosting solution, which requires you to deploy it on your own server (cloud server, e.g. AWS EC2, Azure VM, Vultr VPS etc, or your on-premise server).
Please don't buy if you don't know what is self-hosting`,
icon: 'question',
showCancelButton: true,
confirmButtonText: 'Yes',
@@ -26,7 +26,7 @@ const metadata = {
if (result.isConfirmed) {
Swal.fire({
title: 'Please Confirm',
- html: 'Please note that we don\'t offer refunds. We strongly recommend testing our free self-hosting plan before considering the purchase of our Pro plan. Are you still interested in proceeding?',
+ html: `Please note that we don't offer refunds. We strongly recommend testing our free self-hosting plan before considering the purchase of our Pro plan. Are you still interested in proceeding?`,
showCancelButton: true,
confirmButtonText: 'Yes',
cancelButtonText: 'No',
@@ -40,14 +40,12 @@ const metadata = {
};
-
+
-
-
+
diff --git a/v3/src/pages/pt/index.astro b/v3/src/pages/pt/index.astro
new file mode 100644
index 0000000..6d3bbf2
--- /dev/null
+++ b/v3/src/pages/pt/index.astro
@@ -0,0 +1,240 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+
+import Hero from '~/components/widgets/Hero.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import Content from '~/components/widgets/Content.astro';
+import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
+import Stats from '~/components/widgets/Stats.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+import Carousel from '~/components/widgets/Carousel.jsx';
+import Note from '~/components/widgets/Note.astro';
+
+const metadata = {
+ title: 'RustDesk: Software de Área de Trabalho Remota de Código Aberto com Soluções de Servidor Auto-Hospedado',
+ ignoreTitleTemplate: true,
+};
+---
+
+
+
+
+
+ O Software de Acesso Remoto e Suporte de Código Aberto Rápido
+
+
+ Mude do TeamViewer, AnyDesk e Splashtop para o RustDesk para uma experiência de área de trabalho remota segura e confiável
+ com seus próprios servidores auto-hospedados.
+
+
+
+
+
+
+
+
+
+ Por que auto-hospedar?
+ Você está frustrado com plataformas SaaS devido ao seu desempenho instável, falta de transparência e riscos incertos de segurança de dados?
+
+
+
+
+
+
+
+
+
+ Cliente Personalizado
+ Personalize seu cliente com sua marca e torne-o verdadeiramente seu.
+
+
+
+
+
+
+
+ bash <(wget -qO- https://get.docker.com)',
+ icon: 'tabler:package',
+ },
+ {
+ title: 'Passo 2: Baixe o compose.yml',
+ description: `wget rustdesk.com/oss.yml -O compose.yml
+ ou
+ wget rustdesk.com/pro.yml -O compose.yml`,
+ icon: 'tabler:download',
+ },
+ {
+ title: `Passo 3: Compose`,
+ description: 'docker compose up -d',
+ icon: 'tabler:hammer',
+ },
+ {
+ title: 'Pronto!',
+ icon: 'tabler:check',
+ },
+ ]}
+ image={{
+ src: '~/assets/images/steps.jpg',
+ alt: 'Imagem de passos',
+ }}
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+ Junte-se à comunidade
+
+ Descubra o que nossa comunidade tem a dizer sobre sua experiência com o RustDesk.
+
+
+
+ Experimente o RustDesk por si mesmo
+
+
diff --git a/v3/src/pages/pt/pricing.astro b/v3/src/pages/pt/pricing.astro
new file mode 100644
index 0000000..c1643f7
--- /dev/null
+++ b/v3/src/pages/pt/pricing.astro
@@ -0,0 +1,449 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Note from '~/components/widgets/Note.astro';
+import Prices from '~/components/widgets/Pricing.astro';
+import FAQs from '~/components/widgets/FAQs.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+
+const metadata = {
+ title: 'Preços',
+};
+---
+
+
+
+
+
+
+ /mês',
+ period: 'Código aberto e gratuito',
+ items: [
+ {
+ description: 'Status online',
+ },
+ {
+ description: 'Suporte da comunidade',
+ },
+ ],
+ callToAction: {
+ target: '_blank',
+ text: 'Começar',
+ href: 'https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/',
+ },
+ },
+ {
+ title: 'Individual',
+ subtitle: 'Plano Pro de auto-hospedagem individual',
+ price: '9,90 /mês',
+ period: 'cobrado anualmente',
+ items: [
+ {
+ description:
+ '1 usuário licenciado',
+ },
+ {
+ description:
+ '20 dispositivos gerenciados',
+ },
+ {
+ description:
+ 'Conexões simultâneas ilimitadas',
+ },
+ {
+ description:
+ '2FA',
+ },
+ {
+ description:
+ 'Console web',
+ },
+ {
+ description: 'Catálogo de endereços',
+ },
+ {
+ description: 'Log de auditoria',
+ },
+ {
+ description: 'Alterar ID',
+ },
+ {
+ description:
+ 'Controle de acesso',
+ },
+ {
+ description:
+ 'Configurações centralizadas',
+ },
+ {
+ description:
+ 'Servidores de retransmissão distribuídos',
+ },
+ ],
+ callToAction: {
+ text: 'Comprar agora',
+ onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Individual")',
+ variant: 'primary',
+ },
+ },
+ {
+ title: 'Básico',
+ subtitle: 'Plano Pro de auto-hospedagem básico',
+ price: '19,90 /mês',
+ period: 'cobrado anualmente',
+ items: [
+ {
+ description: 'Tudo no plano individual',
+ icon: 'tabler:checks',
+ },
+ {
+ description:
+ '10 usuários licenciados',
+ },
+ {
+ description:
+ '100 dispositivos gerenciados',
+ },
+ {
+ description:
+ 'OIDC (SSO)',
+ },
+ {
+ description:
+ 'Integração LDAP',
+ },
+ {
+ description:
+ 'Acesso entre grupos',
+ },
+ {
+ description:
+ 'Gerador de cliente personalizado',
+ },
+ ],
+ callToAction: {
+ text: 'Comprar agora',
+ onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Basic")',
+ },
+ hasRibbon: true,
+ ribbonTitle: 'popular',
+ },
+ {
+ title: 'Personalizado',
+ subtitle: 'Plano Pro personalizado',
+ price: '19,90 /mês',
+ period: 'cobrado anualmente',
+ items: [
+ {
+ description: 'Tudo no plano básico',
+ icon: 'tabler:checks',
+ },
+ {
+ description: '$1 para cada usuário adicional',
+ },
+ {
+ description: '$0,1 para cada dispositivo adicional',
+ },
+ ],
+ content: `
+
+
+
+`,
+ callToAction: {
+ text: 'Comprar agora',
+ onclick: 'submit()',
+ variant: 'primary',
+ },
+ },
+ ]}
+ />
+
+ Pro personalizado com conexões simultâneas limitadas',
+ price: '19,90 /mês',
+ period: 'cobrado anualmente',
+ items: [
+ {
+ description: `Tudo no plano básico de auto-hospedagem mas com conexões simultâneas limitadas, dispositivos gerenciados excessivos não serão desativados`,
+ icon: 'tabler:checks',
+ },
+ {
+ description: 'Sessões simultâneas ilimitadas (em abas ou janelas separadas) por conexão simultânea',
+ },
+ {
+ description: '$1 para cada usuário adicional',
+ },
+ {
+ description: '$0,1 para cada dispositivo adicional',
+ },
+ {
+ description: '$20 para cada conexão simultânea adicional',
+ },
+ ],
+ id: 'custom2',
+ content: `
+
+
+
+`,
+ callToAction: {
+ text: 'Comprar agora',
+ onclick: 'submit2()',
+ variant: 'primary',
+ },
+ },
+ ]}
+ />
+
+
+ Entre em contato conosco para planos maiores e consultas
+
+
+ bash <(wget -qO- https://get.docker.com)
wget rustdesk.com/pro.yml -O compose.yml
docker compose up -d',
+ },
+ {
+ title: 'Explore os planos e selecione um plano',
+ icon: 'tabler:number-2',
+ },
+ {
+ title: 'Insira o e-mail e os detalhes de pagamento',
+ icon: 'tabler:number-3',
+ },
+ {
+ title: 'Obtenha a chave de licença através do e-mail que você inseriu',
+ icon: 'tabler:number-4',
+ },
+ {
+ title: 'Insira a chave de licença no console web do RustDesk Server Pro',
+ icon: 'tabler:number-5',
+ },
+ {
+ title: 'Pronto!',
+ icon: 'tabler:check',
+ description:
+ 'Para instruções detalhadas, consulte nossa documentação.',
+ },
+ ]}
+ image={{
+ src: '~/assets/images/steps.jpg',
+ alt: 'Imagem dos passos',
+ }}
+ />
+
+ entre em contato conosco',
+ },
+ {
+ title: 'Como faço para atualizar meu plano?',
+ description:
+ 'Certamente! Você pode facilmente atualizar seu plano, a qualquer momento, para encontrar o que melhor atende às suas necessidades em evolução.',
+ },
+ {
+ title: 'Quais métodos de pagamento vocês aceitam?',
+ description:
+ 'Aceitamos os principais cartões de crédito e métodos de pagamento online para garantir um processo de transação conveniente e seguro. Se você deseja pagar via transferência bancária, por favor entre em contato conosco; você será cobrado uma taxa extra de processamento bancário, e enviaremos a chave de licença assim que recebermos o pagamento offline no banco; isso leva de 3 a 5 dias úteis.',
+ },
+ {
+ title: 'Existem taxas ocultas além do custo exibido?',
+ description:
+ 'Não, o custo cobre todas as características e recursos listados em cada plano. Não há taxas ocultas ou cobranças extras.',
+ },
+ {
+ title: 'Vocês têm pagamento mensal?',
+ description:
+ 'Não, oferecemos apenas planos de pagamento anual. Não renovamos automaticamente; você receberá um e-mail lembrando-o de renovar sua licença 14 dias antes da data de expiração.',
+ },
+ {
+ title: 'Vocês têm desconto para organizações sem fins lucrativos ou educacionais?',
+ description: 'Não, ainda não temos. Você é encorajado a usar o plano gratuito.',
+ },
+ {
+ title: 'Quais são os seus termos?',
+ description:
+ 'Por favor, verifique estes termos',
+ },
+ {
+ title:
+ 'E quanto a casos de suporte casual? Temos alguns dispositivos que precisam de suporte ocasionalmente sem acesso não assistido.',
+ description:
+ 'Fornecemos esta solução',
+ },
+ ]}
+ />
+
diff --git a/v3/src/pages/pt/support.astro b/v3/src/pages/pt/support.astro
new file mode 100644
index 0000000..75f6af4
--- /dev/null
+++ b/v3/src/pages/pt/support.astro
@@ -0,0 +1,43 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Features2 from '~/components/widgets/Features2.astro';
+
+const metadata = {
+ title: 'Suporte',
+};
+---
+
+
+ Abrir um problema',
+ icon: 'tabler:brand-github',
+ },
+ {
+ title: 'Discord',
+ description: 'Junte-se ao nosso servidor',
+ icon: 'tabler:brand-discord',
+ },
+ {
+ title: 'E-mail',
+ description: 'support@rustdesk.com',
+ icon: 'tabler:mail',
+ },
+ ]}
+ />
+
diff --git a/v3/src/pages/pt/team.astro b/v3/src/pages/pt/team.astro
new file mode 100644
index 0000000..acc5036
--- /dev/null
+++ b/v3/src/pages/pt/team.astro
@@ -0,0 +1,70 @@
+---
+import Features2 from '~/components/widgets/Features2.astro';
+import Hero from '~/components/widgets/Hero.astro';
+import Steps2 from '~/components/widgets/Steps2.astro';
+import Layout from '~/layouts/PageLayout.astro';
+
+const metadata = {
+ title: 'Sobre nós',
+};
+---
+
+
+
+
+
+ Por que Estamos Construindo Isso?
+
+
+
+ Em meio à pandemia de Covid-19 em meados de 2020, o atual desenvolvedor líder / fundador se viu obrigado a
+ adquirir uma licença comercial do TeamViewer para facilitar o trabalho remoto em Singapura. No entanto, eles
+ ficaram surpresos com o custo exorbitante. Após uma noite inquieta, embarcaram em uma missão para criar uma
+ solução alternativa. Assim, o RustDesk foi concebido — um software de área de trabalho remota de código aberto,
+ livremente acessível, que foi meticulosamente elaborado ao longo de inúmeras noites sem dormir. Este trabalho de
+ dedicação e determinação culminou no lançamento do RustDesk no GitHub em 2021, permitindo que fosse utilizado
+ por indivíduos em todo o mundo.
+
+
+
+
+
+
+ CEO',
+ description:
+ "Joseph Jacks fundou a OSS Capital em 2018. É a primeira e única VC de estágio inicial do mundo dedicada exclusivamente a startups COSS (código aberto comercial) em uma base global. Anteriormente, ele ajudou a iniciar e administrar a primeira startup de Kubernetes (Kismatic) e também fundou e administrou a KubeCon (a conferência da comunidade Kubernetes) antes de doá-la à Linux Foundation em 2016, quando a CNCF (Cloud Native Computing Foundation) estava se materializando.",
+ icon: 'tabler:user',
+ },
+ {
+ title: 'Huabing Zhou
CTO',
+ description:
+ 'Antes de fundar e desenvolver o RustDesk, Huabing Zhou acumulou mais de 12 anos de experiência na área de TI financeira enquanto trabalhava em Singapura. Trazendo uma riqueza de experiência da vida real tanto para o projeto quanto para a gestão do negócio.',
+ icon: 'tabler:user',
+ },
+ {
+ title: 'Daniel Lamb
Assistente de Comunidade',
+ description:
+ "Com uma notável carreira de um quarto de século na indústria de TI, Daniel Lamb participou ativamente de numerosos projetos de código aberto, assumindo vários papéis e responsabilidades. Além disso, ele realizou o estabelecimento de uma empresa de serviços de TI baseada na Escócia, atendendo clientes em todo o mundo. A extensa experiência de Daniel abrange suporte, vendas e engajamento comunitário, trazendo uma grande quantidade de conhecimento e experiência para o projeto.",
+ icon: 'tabler:user',
+ },
+ ]}
+ />
+
+
+
+
+
diff --git a/v3/src/pages/support.astro b/v3/src/pages/support.astro
index f3bc0d2..a09bb60 100644
--- a/v3/src/pages/support.astro
+++ b/v3/src/pages/support.astro
@@ -7,13 +7,7 @@ const metadata = {
};
---
-
-
-
-
-
-
-
+
+
diff --git a/v3/src/pages/zh-cn/index.astro b/v3/src/pages/zh-cn/index.astro
new file mode 100644
index 0000000..5194e29
--- /dev/null
+++ b/v3/src/pages/zh-cn/index.astro
@@ -0,0 +1,239 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+
+import Hero from '~/components/widgets/Hero.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import Content from '~/components/widgets/Content.astro';
+import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
+import Stats from '~/components/widgets/Stats.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+import Carousel from '~/components/widgets/Carousel.jsx';
+import Note from '~/components/widgets/Note.astro';
+
+const metadata = {
+ title: 'RustDesk:开源远程桌面与自建服务器解决方案',
+ ignoreTitleTemplate: true,
+};
+---
+
+
+
+
+
+ 快速开源远程访问和支持软件
+
+
+ 从 TeamViewer、向日葵切换到 RustDesk,享受安全可靠的远程桌面体验,使用您自己的自建服务器。
+
+
+
+
+
+
+
+
+
+ 为什么选择自托管?
+ 您是否因为 SaaS 平台的不稳定性能、缺乏透明度和不确定的数据安全风险而感到沮丧?
+
+
+
+
+
+
+
+
+
+ 自定义客户端
+ 使用您的品牌定制客户端,使其真正属于您。
+
+
+
+
+
+
+
+ bash <(wget -qO- https://get.docker.com)',
+ icon: 'tabler:package',
+ },
+ {
+ title: '步骤 2:下载 compose.yml',
+ description: `wget rustdesk.com/oss.yml -O compose.yml
+ 或
+ wget rustdesk.com/pro.yml -O compose.yml`,
+ icon: 'tabler:download',
+ },
+ {
+ title: `步骤 3:启动 Compose`,
+ description: 'docker compose up -d',
+ icon: 'tabler:hammer',
+ },
+ {
+ title: '准备就绪!',
+ icon: 'tabler:check',
+ },
+ ]}
+ image={{
+ src: '~/assets/images/steps.jpg',
+ alt: 'Steps image',
+ }}
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+ 加入社区
+
+ 看看 RustDesk 社区如何评价 RustDesk。
+
+
+
+ 亲自体验 RustDesk
+
+
diff --git a/v3/src/pages/zh-cn/pricing.astro b/v3/src/pages/zh-cn/pricing.astro
new file mode 100644
index 0000000..7d2035c
--- /dev/null
+++ b/v3/src/pages/zh-cn/pricing.astro
@@ -0,0 +1,453 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Note from '~/components/widgets/Note.astro';
+import Prices from '~/components/widgets/Pricing.astro';
+import FAQs from '~/components/widgets/FAQs.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+
+const metadata = {
+ title: '定价',
+};
+---
+
+
+
+
+
+
+
+
+ /月',
+ period: '开源且免费',
+ items: [
+ {
+ description: '在线状态',
+ },
+ {
+ description: '社区支持',
+ },
+ ],
+ callToAction: {
+ target: '_blank',
+ text: '开始使用',
+ href: 'https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/',
+ },
+ },
+ {
+ title: '个人',
+ subtitle: '个人自托管 专业版 计划',
+ price: '9.90 /月',
+ period: '按年计费',
+ items: [
+ {
+ description:
+ '1 个授权用户',
+ },
+ {
+ description:
+ '20 个管理设备',
+ },
+ {
+ description:
+ '无限并发连接',
+ },
+ {
+ description:
+ '双因素认证 (2FA)',
+ },
+ {
+ description:
+ 'Web 控制台',
+ },
+ {
+ description: '通讯录',
+ },
+ {
+ description: '审计日志',
+ },
+ {
+ description: '更改 ID',
+ },
+ {
+ description:
+ '访问控制',
+ },
+ {
+ description:
+ '集中设置',
+ },
+ {
+ description:
+ '分布式中继服务器',
+ },
+ ],
+ callToAction: {
+ text: '立即购买',
+ onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Individual")',
+ variant: 'primary',
+ },
+ },
+ {
+ title: '基础版',
+ subtitle: '基础自托管 专业版 计划',
+ price: '19.90 /月',
+ period: '按年计费',
+ items: [
+ {
+ description: '个人计划中的所有内容',
+ icon: 'tabler:checks',
+ },
+ {
+ description:
+ '10 个授权用户',
+ },
+ {
+ description:
+ '100 个管理设备',
+ },
+ {
+ description:
+ 'OIDC (单点登录)',
+ },
+ {
+ description:
+ 'LDAP 集成',
+ },
+ {
+ description:
+ '跨组访问',
+ },
+ {
+ description:
+ '自定义客户端生成器',
+ },
+ ],
+ callToAction: {
+ text: '立即购买',
+ onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Basic")',
+ },
+ hasRibbon: true,
+ ribbonTitle: '热门',
+ },
+ {
+ title: '定制版',
+ subtitle: '定制 专业版 计划',
+ price: '19.90 /月',
+ period: '按年计费',
+ items: [
+ {
+ description: '基础计划中的所有内容',
+ icon: 'tabler:checks',
+ },
+ {
+ description: '每增加一个用户 $1',
+ },
+ {
+ description: '每增加一个设备 $0.1',
+ },
+ ],
+ content: `
+
+
+
+`,
+ callToAction: {
+ text: '立即购买',
+ onclick: 'submit()',
+ variant: 'primary',
+ },
+ },
+ ]}
+ />
+
+ 专业版 计划,有限的并发连接',
+ price: '19.90 /月',
+ period: '按年计费',
+ items: [
+ {
+ description:
+ '基础自托管计划中的所有内容 但并发连接有限,超出管理设备不会被禁用',
+ icon: 'tabler:checks',
+ },
+ {
+ description: '每个并发连接的无限并发会话(在标签页或单独的窗口中)',
+ },
+ {
+ description: '每增加一个用户 $1',
+ },
+ {
+ description: '每增加一个设备 $0.1',
+ },
+ {
+ description: '每增加一个并发连接 $20',
+ },
+ ],
+ id: 'custom2',
+ content: `
+
+
+
+`,
+ callToAction: {
+ text: '立即购买',
+ onclick: 'submit2()',
+ variant: 'primary',
+ },
+ },
+ ]}
+ />
+
+
+ 联系我们获取更大的计划和咨询
+
+
+
+
+ bash <(wget -qO- https://get.docker.com)
wget rustdesk.com/pro.yml -O compose.yml
docker compose up -d',
+ },
+ {
+ title: '探索计划并选择一个计划',
+ icon: 'tabler:number-2',
+ },
+ {
+ title: '输入电子邮件和支付信息',
+ icon: 'tabler:number-3',
+ },
+ {
+ title: '通过您输入的电子邮件获取许可证密钥',
+ icon: 'tabler:number-4',
+ },
+ {
+ title: '在 RustDesk Server Pro 的 Web 控制台中输入许可证密钥',
+ icon: 'tabler:number-5',
+ },
+ {
+ title: '准备就绪!',
+ icon: 'tabler:check',
+ description:
+ '有关详细说明,请参阅我们的 文档',
+ },
+ ]}
+ image={{
+ src: '~/assets/images/steps.jpg',
+ alt: 'Steps image',
+ }}
+ />
+
+
+
+ 联系我们',
+ },
+ {
+ title: '如何升级我的计划?',
+ description:
+ '当然可以!您可以随时轻松升级您的计划,以找到最适合您不断变化需求的方案。',
+ },
+ {
+ title: '您接受哪些付款方式?',
+ description:
+ '我们接受主要的信用卡和在线支付方式,以确保便捷和安全的交易过程。如果您想通过银行转账支付,请联系我们;您将被收取额外的银行处理费用,我们将在收到银行的离线付款后向您发送许可证密钥;这需要 3~5 个工作日。',
+ },
+ {
+ title: '除了显示的费用外,还有其他隐藏费用吗?',
+ description: '没有,费用涵盖了每个计划下列出的所有功能。没有隐藏费用或额外收费。',
+ },
+ {
+ title: '您有月付计划吗?',
+ description:
+ '没有,我们只提供年度付款计划。我们不会自动续订;您将在到期日前 14 天收到提醒续订许可证的电子邮件。',
+ },
+ {
+ title: '您对非营利或教育机构有折扣吗?',
+ description: '没有,我们目前还没有。我们鼓励您使用免费计划。',
+ },
+ {
+ title: '您的条款是什么?',
+ description:
+ '请查看这个条款',
+ },
+ {
+ title: '临时支持案例怎么办?我们有一些无需无人值守的设备需要偶尔支持',
+ description:
+ '我们提供这个方案',
+ },
+ ]}
+ />
+
diff --git a/v3/src/pages/zh-cn/support.astro b/v3/src/pages/zh-cn/support.astro
new file mode 100644
index 0000000..812e8c2
--- /dev/null
+++ b/v3/src/pages/zh-cn/support.astro
@@ -0,0 +1,43 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Features2 from '~/components/widgets/Features2.astro';
+
+const metadata = {
+ title: '支持',
+};
+---
+
+
+ 提交问题',
+ icon: 'tabler:brand-github',
+ },
+ {
+ title: 'Discord',
+ description: '加入我们的服务器',
+ icon: 'tabler:brand-discord',
+ },
+ {
+ title: '电子邮件',
+ description: 'support@rustdesk.com',
+ icon: 'tabler:mail',
+ },
+ ]}
+ />
+
diff --git a/v3/src/pages/zh-cn/team.astro b/v3/src/pages/zh-cn/team.astro
new file mode 100644
index 0000000..6e456b9
--- /dev/null
+++ b/v3/src/pages/zh-cn/team.astro
@@ -0,0 +1,64 @@
+---
+import Features2 from '~/components/widgets/Features2.astro';
+import Hero from '~/components/widgets/Hero.astro';
+import Steps2 from '~/components/widgets/Steps2.astro';
+import Layout from '~/layouts/PageLayout.astro';
+
+const metadata = {
+ title: '关于我们',
+};
+---
+
+
+
+
+
+ 我们为什么要开发这个项目?
+
+
+
+ 在2020年中新冠疫情期间,现在的首席开发者/创始人发现自己需要购买TeamViewer的商业许可证以便在新加坡进行远程工作。然而,他们对其高昂的成本感到震惊。经过一个不眠之夜后,他们开始着手创建一个替代解决方案。就这样,RustDesk诞生了——一个开源、免费的远程桌面软件,通过无数个不眠之夜精心打造。这份奉献和决心的成果最终在2021年在GitHub上发布,使全世界的人们都能使用RustDesk。
+
+
+
+
+
+
+ 首席执行官',
+ description:
+ "Joseph Jacks于2018年创立了OSS Capital。这是世界上第一个也是唯一一个专门针对全球COSS(商业开源)初创公司的早期风险投资公司。此前,他帮助创立并运营了第一家Kubernetes初创公司(Kismatic),还创立并运营了KubeCon(Kubernetes社区会议),后来在2016年CNCF(云原生计算基金会)成立时将其捐赠给了Linux基金会。",
+ icon: 'tabler:user',
+ },
+ {
+ title: '周华兵
首席技术官',
+ description:
+ '在创立和开发RustDesk之前,周华兵在新加坡金融IT领域积累了超过12年的经验。为项目和业务管理带来了丰富的实际生活经验。',
+ icon: 'tabler:user',
+ },
+ {
+ title: 'Daniel Lamb
社区助理',
+ description:
+ "Daniel Lamb在IT行业拥有长达四分之一世纪的卓越职业生涯,积极参与了众多开源项目,承担各种角色和责任。此外,他还成功地在苏格兰建立了一家IT服务公司,为全球客户提供服务。Daniel的广泛专业知识涵盖支持、销售和社区参与,为项目带来了大量的知识和经验。",
+ icon: 'tabler:user',
+ },
+ ]}
+ />
+
+
+
+
+
diff --git a/v3/src/pages/zh-tw/index.astro b/v3/src/pages/zh-tw/index.astro
new file mode 100644
index 0000000..48bf098
--- /dev/null
+++ b/v3/src/pages/zh-tw/index.astro
@@ -0,0 +1,239 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+
+import Hero from '~/components/widgets/Hero.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import Content from '~/components/widgets/Content.astro';
+import BlogLatestPosts from '~/components/widgets/BlogLatestPosts.astro';
+import Stats from '~/components/widgets/Stats.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+import Carousel from '~/components/widgets/Carousel.jsx';
+import Note from '~/components/widgets/Note.astro';
+
+const metadata = {
+ title: 'RustDesk:開源遠端桌面與自託管伺服器解決方案',
+ ignoreTitleTemplate: true,
+};
+---
+
+
+
+
+
+ 快速開源的遠端存取和支援軟體
+
+
+ 從 TeamViewer、AnyDesk 和 Splashtop 轉換到 RustDesk,體驗安全可靠的遠端桌面,並使用您自己的自託管伺服器。
+
+
+
+
+
+
+
+
+
+ 為什麼選擇自託管?
+ 您是否因為 SaaS 平台的不穩定性能、缺乏透明度和不確定的資料安全風險而感到沮喪?
+
+
+
+
+
+
+
+
+
+ 客製化客戶端
+ 使用您的品牌客製化您的客戶端,讓它真正成為您的。
+
+
+
+
+
+
+
+ bash <(wget -qO- https://get.docker.com)',
+ icon: 'tabler:package',
+ },
+ {
+ title: '步驟 2:下載 compose.yml',
+ description: `wget rustdesk.com/oss.yml -O compose.yml
+ 或
+ wget rustdesk.com/pro.yml -O compose.yml`,
+ icon: 'tabler:download',
+ },
+ {
+ title: `步驟 3:組合`,
+ description: 'docker compose up -d',
+ icon: 'tabler:hammer',
+ },
+ {
+ title: '準備就緒!',
+ icon: 'tabler:check',
+ },
+ ]}
+ image={{
+ src: '~/assets/images/steps.jpg',
+ alt: '步驟圖片',
+ }}
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+ 加入社群
+
+ 了解我們的社群對他們的 RustDesk 體驗有何評價。
+
+
+
+ 親身體驗 RustDesk
+
+
diff --git a/v3/src/pages/zh-tw/pricing.astro b/v3/src/pages/zh-tw/pricing.astro
new file mode 100644
index 0000000..e7d146a
--- /dev/null
+++ b/v3/src/pages/zh-tw/pricing.astro
@@ -0,0 +1,449 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Note from '~/components/widgets/Note.astro';
+import Prices from '~/components/widgets/Pricing.astro';
+import FAQs from '~/components/widgets/FAQs.astro';
+import Steps from '~/components/widgets/Steps.astro';
+import CallToAction from '~/components/widgets/CallToAction.astro';
+
+const metadata = {
+ title: '定價',
+};
+---
+
+
+
+
+
+
+ /月',
+ period: '開源且免費',
+ items: [
+ {
+ description: '在線狀態',
+ },
+ {
+ description: '社區支持',
+ },
+ ],
+ callToAction: {
+ target: '_blank',
+ text: '開始使用',
+ href: 'https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/',
+ },
+ },
+ {
+ title: '個人',
+ subtitle: '個人自託管專業版計劃',
+ price: '9.90 /月',
+ period: '年付',
+ items: [
+ {
+ description:
+ '1位授權用戶',
+ },
+ {
+ description:
+ '20台管理設備',
+ },
+ {
+ description:
+ '無限並發連接',
+ },
+ {
+ description:
+ '雙因素認證',
+ },
+ {
+ description:
+ '網頁控制台',
+ },
+ {
+ description: '地址簿',
+ },
+ {
+ description: '審計日誌',
+ },
+ {
+ description: '更改ID',
+ },
+ {
+ description:
+ '訪問控制',
+ },
+ {
+ description:
+ '集中設置',
+ },
+ {
+ description:
+ '分佈式中繼伺服器',
+ },
+ ],
+ callToAction: {
+ text: '立即購買',
+ onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Individual")',
+ variant: 'primary',
+ },
+ },
+ {
+ title: '基本',
+ subtitle: '基本自託管專業版計劃',
+ price: '19.90 /月',
+ period: '年付',
+ items: [
+ {
+ description: '個人計劃的所有功能',
+ icon: 'tabler:checks',
+ },
+ {
+ description:
+ '10位授權用戶',
+ },
+ {
+ description:
+ '100台管理設備',
+ },
+ {
+ description:
+ 'OIDC(單點登錄)',
+ },
+ {
+ description:
+ 'LDAP整合',
+ },
+ {
+ description:
+ '跨組訪問',
+ },
+ {
+ description:
+ '自定義客戶端生成器',
+ },
+ ],
+ callToAction: {
+ text: '立即購買',
+ onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Basic")',
+ },
+ hasRibbon: true,
+ ribbonTitle: '熱門',
+ },
+ {
+ title: '自定義',
+ subtitle: '自定義專業版計劃',
+ price: '19.90 /月',
+ period: '年付',
+ items: [
+ {
+ description: '基本計劃的所有功能',
+ icon: 'tabler:checks',
+ },
+ {
+ description: '每增加一位用戶1美元',
+ },
+ {
+ description: '每增加一台設備0.1美元',
+ },
+ ],
+ content: `
+
+
+
+`,
+ callToAction: {
+ text: '立即購買',
+ onclick: 'submit()',
+ variant: 'primary',
+ },
+ },
+ ]}
+ />
+
+ 專業版計劃,限制並發連接',
+ price: '19.90 /月',
+ period: '年付',
+ items: [
+ {
+ description: `基本自託管計劃的所有功能但限制並發連接,超出的管理設備不會被禁用`,
+ icon: 'tabler:checks',
+ },
+ {
+ description: '每個並發連接可無限制的並發會話(在標籤頁或單獨窗口中)',
+ },
+ {
+ description: '每增加一位用戶1美元',
+ },
+ {
+ description: '每增加一台設備0.1美元',
+ },
+ {
+ description: '每增加一個並發連接20美元',
+ },
+ ],
+ id: 'custom2',
+ content: `
+
+
+
+`,
+ callToAction: {
+ text: '立即購買',
+ onclick: 'submit2()',
+ variant: 'primary',
+ },
+ },
+ ]}
+ />
+
+
+ 聯繫我們了解更大規模的計劃和詢問
+
+
+ bash <(wget -qO- https://get.docker.com)
wget rustdesk.com/pro.yml -O compose.yml
docker compose up -d',
+ },
+ {
+ title: '探索計劃並選擇一個計劃',
+ icon: 'tabler:number-2',
+ },
+ {
+ title: '輸入電子郵件和付款詳情',
+ icon: 'tabler:number-3',
+ },
+ {
+ title: '通過您輸入的電子郵件獲取許可證密鑰',
+ icon: 'tabler:number-4',
+ },
+ {
+ title: '在 RustDesk Server Pro 的網頁控制台中輸入許可證密鑰',
+ icon: 'tabler:number-5',
+ },
+ {
+ title: '準備就緒!',
+ icon: 'tabler:check',
+ description:
+ '詳細說明請參考我們的文檔。',
+ },
+ ]}
+ image={{
+ src: '~/assets/images/steps.jpg',
+ alt: '步驟圖片',
+ }}
+ />
+
+ 聯繫我們',
+ },
+ {
+ title: '如何升級我的計劃?',
+ description:
+ '當然可以!您可以隨時輕鬆地升級您的計劃,以找到最適合您不斷變化需求的計劃。',
+ },
+ {
+ title: '您接受哪些付款方式?',
+ description:
+ '我們接受主要信用卡和在線支付方式,以確保便捷和安全的交易過程。如果您想通過銀行轉賬付款,請聯繫我們;您將被收取額外的銀行處理費,我們會在收到銀行的離線付款後發送許可證密鑰給您;這需要3~5個工作日。',
+ },
+ {
+ title: '除了顯示的費用外,還有其他隱藏費用嗎?',
+ description:
+ '沒有,費用涵蓋了每個計劃下列出的所有功能。沒有隱藏費用或額外收費。',
+ },
+ {
+ title: '您有月付選項嗎?',
+ description:
+ '沒有,我們只提供年付計劃。我們不會自動續訂;您將在許可證到期前14天收到一封電子郵件,提醒您續訂許可證。',
+ },
+ {
+ title: '您對非營利組織或教育機構有折扣嗎?',
+ description: '目前還沒有。我們鼓勵您使用免費計劃。',
+ },
+ {
+ title: '您的條款是什麼?',
+ description:
+ '請查看這個條款',
+ },
+ {
+ title:
+ '對於臨時支持案例怎麼辦?我們有一些設備需要偶爾支持,但不需要無人值守訪問。',
+ description:
+ '我們提供這個解決方案',
+ },
+ ]}
+ />
+
diff --git a/v3/src/pages/zh-tw/support.astro b/v3/src/pages/zh-tw/support.astro
new file mode 100644
index 0000000..8c2e8ed
--- /dev/null
+++ b/v3/src/pages/zh-tw/support.astro
@@ -0,0 +1,43 @@
+---
+import Layout from '~/layouts/PageLayout.astro';
+import Features2 from '~/components/widgets/Features2.astro';
+
+const metadata = {
+ title: '支援',
+};
+---
+
+
+ 開啟問題',
+ icon: 'tabler:brand-github',
+ },
+ {
+ title: 'Discord',
+ description: '加入我們的伺服器',
+ icon: 'tabler:brand-discord',
+ },
+ {
+ title: '電子郵件',
+ description: 'support@rustdesk.com',
+ icon: 'tabler:mail',
+ },
+ ]}
+ />
+
diff --git a/v3/src/pages/zh-tw/team.astro b/v3/src/pages/zh-tw/team.astro
new file mode 100644
index 0000000..709c4ad
--- /dev/null
+++ b/v3/src/pages/zh-tw/team.astro
@@ -0,0 +1,64 @@
+---
+import Features2 from '~/components/widgets/Features2.astro';
+import Hero from '~/components/widgets/Hero.astro';
+import Steps2 from '~/components/widgets/Steps2.astro';
+import Layout from '~/layouts/PageLayout.astro';
+
+const metadata = {
+ title: '關於我們',
+};
+---
+
+
+
+
+
+ 為什麼我們要建立這個?
+
+
+
+ 在2020年中新冠疫情期間,現在的首席開發者/創始人發現自己需要購買TeamViewer的商業許可證以便在新加坡進行遠程工作。然而,他們對其高昂的成本感到震驚。經過一個不眠之夜後,他們開始著手創建一個替代解決方案。因此,RustDesk誕生了——這是一個開源、免費使用的遠程桌面軟件,是通過無數個不眠之夜精心打造的。這份奉獻和決心的成果最終在2021年在GitHub上發布,使世界各地的人們都能使用RustDesk。
+
+
+
+
+
+
+ 執行長',
+ description:
+ "Joseph Jacks於2018年創立了OSS Capital。這是世界上第一個也是唯一一個專門針對全球COSS(商業開源)初創公司的早期風險投資公司。此前,他幫助創立並運營了第一家Kubernetes初創公司(Kismatic),還創立並運營了KubeCon(Kubernetes社區會議),後來在2016年將其捐贈給Linux基金會,當時CNCF(雲原生計算基金會)正在形成。",
+ icon: 'tabler:user',
+ },
+ {
+ title: 'Huabing Zhou
技術總監',
+ description:
+ '在創立和開發RustDesk之前,Huabing Zhou在新加坡金融IT領域積累了超過12年的經驗。為項目和業務管理帶來了豐富的實際生活經驗。',
+ icon: 'tabler:user',
+ },
+ {
+ title: 'Daniel Lamb
社群助理',
+ description:
+ "Daniel Lamb在IT行業擁有長達四分之一世紀的卓越職業生涯,積極參與了眾多開源項目,承擔各種角色和責任。此外,他還成功地在蘇格蘭建立了一家IT服務公司,為全球客戶提供服務。Daniel豐富的專業知識涵蓋支援、銷售和社群參與,為項目帶來了大量的知識和經驗。",
+ icon: 'tabler:user',
+ },
+ ]}
+ />
+
+
+
+
+
diff --git a/v3/src/utils/permalinks.ts b/v3/src/utils/permalinks.ts
index 4e3078d..3dedf4c 100644
--- a/v3/src/utils/permalinks.ts
+++ b/v3/src/utils/permalinks.ts
@@ -87,7 +87,7 @@ export const getPermalink = (slug = '', type = 'page'): string => {
};
/** */
-export const getHomePermalink = (): string => getPermalink('/');
+export const getHomePermalink = (path?: string): string => getPermalink(path || '/');
/** */
export const getBlogPermalink = (): string => getPermalink(BLOG_BASE);