From 3c264315e2a3ce8778c895b6df4771e2364c753a Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 6 Mar 2025 15:02:44 -0300 Subject: [PATCH] Remove production users as the page is outdated --- locales/en-US/homepage.ftl | 6 +- locales/en-US/production.ftl | 30 ---- locales/es/production.ftl | 23 --- locales/fa/production.ftl | 7 - locales/fr/production.ftl | 23 --- locales/it/production.ftl | 23 --- locales/ja/production.ftl | 23 --- locales/ko/production.ftl | 11 -- locales/pl/production.ftl | 23 --- locales/pt-BR/production.ftl | 23 --- locales/ru/production.ftl | 23 --- locales/tr/production.ftl | 23 --- locales/zh-CN/production.ftl | 23 --- locales/zh-TW/production.ftl | 23 --- .../components/panels/production.html.hbs | 28 ---- templates/production/index.html.hbs | 133 ------------------ 16 files changed, 1 insertion(+), 444 deletions(-) delete mode 100644 locales/en-US/production.ftl delete mode 100644 locales/es/production.ftl delete mode 100644 locales/fa/production.ftl delete mode 100644 locales/fr/production.ftl delete mode 100644 locales/it/production.ftl delete mode 100644 locales/ja/production.ftl delete mode 100644 locales/ko/production.ftl delete mode 100644 locales/pl/production.ftl delete mode 100644 locales/pt-BR/production.ftl delete mode 100644 locales/ru/production.ftl delete mode 100644 locales/tr/production.ftl delete mode 100644 locales/zh-CN/production.ftl delete mode 100644 locales/zh-TW/production.ftl delete mode 100644 templates/production/index.html.hbs diff --git a/locales/en-US/homepage.ftl b/locales/en-US/homepage.ftl index d7f5c375a..b39c1420d 100644 --- a/locales/en-US/homepage.ftl +++ b/locales/en-US/homepage.ftl @@ -8,11 +8,7 @@ homepage-version = Version { $number } ## components/panels/production.hbs production-title = Rust in production production-blurb = Hundreds of companies around the world are using Rust in production - today for fast, low-resource, cross-platform solutions. Software you know - and love, like Firefox, - Dropbox, - and Cloudflare, - uses Rust. From startups to large + today for fast, low-resource, cross-platform solutions. From startups to large corporations, from embedded devices to scalable web services, Rust is a great fit. production-testimonial-npm = My biggest compliment to Rust is that it's boring, and this is an amazing compliment. diff --git a/locales/en-US/production.ftl b/locales/en-US/production.ftl deleted file mode 100644 index eacf339f3..000000000 --- a/locales/en-US/production.ftl +++ /dev/null @@ -1,30 +0,0 @@ - -## templates/production/index.hbs -production-page-title = Production -production-whitepapers = Whitepapers -production-read-whitepaper = Read the whitepaper - -production-npm = Read how npm, who runs the JavaScript Registry of the same name, found Rust to be boring to deploy. -production-tilde = Learn how Rust helps Tilde, makers of Skylight, use minimal resources to enable feature-rich performance monitoring of their customers’ applications. - - -production-highlights = Highlights -production-read-more = Read More -production-watch-video = Watch the Video -production-dropbox = Several components of the Dropbox core file-storage system were written in Rust as one step in part of a larger project to pursue greater datacenter efficiency. It’s currently used by all Dropbox storage today, serving >500 million users. -production-dropbox-alt = dropbox logo -production-yelp = Yelp has developed a framework in Rust for real-time A/B testing. It’s used across all Yelp websites and apps, and experiment subjects range from UX to internal infrastructure. Rust was chosen because it’s as fast as C (cheap to run) and safer than C (cheap to maintain). -production-yelp-alt = yelp logo - -production-share = Does your company use Rust? Consider sharing your experience with us! -production-share-button = Reach out to the Leadership Council - -production-domain = See how companies are using tools in specific development domains! - -production-support = Supporting Rust -production-sponsor = Interested in sponsoring work on Rust? A Rust conference? We’d love to hear from you. -production-contact-core = Message the Leadership Council - -production-license-header = License -production-license = Rust is dually licensed under the Apache License Version 2.0 and the MIT license, making it suitable for all sorts of projects. -production-license-link = Policies: License diff --git a/locales/es/production.ftl b/locales/es/production.ftl deleted file mode 100644 index 423a35fa6..000000000 --- a/locales/es/production.ftl +++ /dev/null @@ -1,23 +0,0 @@ -## templates/production/index.hbs - -production-page-title = Producción -production-whitepapers = Whitepapers -production-read-whitepaper = Leer el whitepaper -production-npm = Lee cómo a npm, que opera el registro de paquetes JavaScript del mismo nombre, Rust le resultó aburrido de desplegar. -production-tilde = Descubre cómo Rust le facilita a Tilde, los creadores de Skylight, usar el mínimo de recursos en la monitorización de rendimiento que ofrecen, con capacidades diversas, a las aplicaciones de sus clientes. -production-highlights = Destacados -production-read-more = Leer más -production-watch-video = Ver el vídeo -production-dropbox = Varios componentes del sistema principal de almacenamiento de ficheros de Dropbox están escritos en Rust, como parte de un proyecto más amplio para aumentar la eficiencia de sus centros de datos. Actualmente es usado por todo el almacenamiento de Dropbox, que sirve a más de 500 millones de usuarios. -production-dropbox-alt = Logo de Dropbox -production-yelp = Yelp ha desarrollado un framework en Rust para tests A/B en tiempo real. Se usa en todos las páginas y apps de Yelp, para lanzar experimentos en áreas desde UX hasta infraestructura interna. Eligieron Rust porque es tan rápido como C (bajo coste de ejecución) y más seguro que este (bajo coste de mantenimiento). -production-yelp-alt = Logo de Yelp -production-share = ¿Tu compañía usa Rust? ¡Considera compartir tu experiencia con nosotros! -production-share-button = Contacta con el Leadership Council -production-domain = ¡Descubre compañías que están usando las herramientas en dominios específicos! -production-support = Apoya a Rust -production-sponsor = ¿Te interesa patrocinar el desarrollo de Rust? ¿O una conferencia de Rust? Queremos hablar contigo. -production-contact-core = Contacta con el Leadership Council -production-license-header = Licencia -production-license = Rust tiene una licencia doble, Apache License 2.0 y MIT, que lo hace apto para todo tipo de proyectos. -production-license-link = Políticas: licencia diff --git a/locales/fa/production.ftl b/locales/fa/production.ftl deleted file mode 100644 index 7d97c2fe6..000000000 --- a/locales/fa/production.ftl +++ /dev/null @@ -1,7 +0,0 @@ -## templates/production/index.hbs - -production-read-more = بیشتر بخوانید -production-watch-video = تماشا‏‎ی ویدیو‎ -production-dropbox-alt = لوگوی Dropbox -production-yelp-alt = لوگوی Yelp -production-support = پشتیبانی از Rust diff --git a/locales/fr/production.ftl b/locales/fr/production.ftl deleted file mode 100644 index 0c84e0527..000000000 --- a/locales/fr/production.ftl +++ /dev/null @@ -1,23 +0,0 @@ -## templates/production/index.hbs - -production-page-title = Production -production-whitepapers = Livres blancs -production-read-whitepaper = Lire le livre blanc -production-npm = Lire comment npm, qui gère le registre du même nom, a trouvé Rust ennuyeux à déployer. -production-tilde = Apprendre comment Rust aide Tilde, les créateur de Skylight, à permettre un monitoring de performance, riche en fonctionnalités, des applications de leurs clients en utilisant un minimum de ressources. -production-highlights = Faits importants -production-read-more = En lire plus -production-watch-video = Regarder la vidéo -production-dropbox = Plusieurs composants du système central de stockage de fichiers de Dropbox ont été écrits en Rust en tant que partie d'un large projet visant une meilleure efficacité de leurs datacenters. Aujourd'hui, Ils sont utilisés par tous les stockages Dropbox, servant plus de 500 millions d'utilisateurs. -production-dropbox-alt = logo de dropbox -production-yelp = Yelp a développé un framework en Rust pour effectuer des tests A/B en temps réel. Il est utilisé par tous les sites web et applications Yelp et permet d'expérimenter des sujets allant de l'expérience utilisateur à l’infrastructure interne. Rust a été choisi car il est aussi rapide que le C (économique à exécuter) et plus sûr que le C (simple à maintenir). -production-yelp-alt = logo de yelp -production-share = Votre entreprise utilise Rust ? Songez à partager votre expérience avec nous ! -production-share-button = Contacter le Leadership Council -production-domain = Voir comment des entreprises utilisent les outils dans des domaines de développement spécifiques ! -production-support = Soutenir Rust -production-sponsor = Intéressé pour sponsoriser un travail sur Rust ? Une conférence Rust ? Nous adorerions que vous nous en parliez. -production-contact-core = Contacter le Leadership Council -production-license-header = Licence -production-license = Rust est distribué sous double licences : l’Apache License Version 2.0 et la MIT license, ce qui le rend adapté à toutes sortes de projets. -production-license-link = Politiques des licences diff --git a/locales/it/production.ftl b/locales/it/production.ftl deleted file mode 100644 index 26b0de1ae..000000000 --- a/locales/it/production.ftl +++ /dev/null @@ -1,23 +0,0 @@ -## templates/production/index.hbs - -production-page-title = In produzione -production-whitepapers = Whitepaper -production-read-whitepaper = Leggi il whitepaper -production-npm = Scopri come npm, che gestisce l'omonimo egistro JavaScript, ha trovato estremamente semplice usare Rust per fare deploy. -production-tilde = Scopri come Rust aiuta Tilde, creatori di Skylight, a usare un sistema di monitoraggio delle prestazioni delle applicazioni dei propri clienti, ricco di funzionalità e che richiede minime risorse. -production-highlights = In evidenza -production-read-more = Leggi di piu -production-watch-video = Guarda il video -production-dropbox = Molti componenti interni del filesystem dello storage di Dropbox sono stati scritti in Rust come primo passo verso il più grande obbiettivo di raggiungere una maggiore efficienza nel datacenter. E' al giorno d'oggi usato da tutta l'infrastruttura storage di Dropbox, servendo più di 500 milioni di utenti. -production-dropbox-alt = logo dropbox -production-yelp = Yelp ha sviluppato il proprio framework A/B testing real time in Rust. Il framework viene usato da ogni sito web e da tutte le applicazioni Yelp, e la sperimentazione spazia dalla UX all'infrastruttura interna. Rust è stato scelto perché è veloce come il C (quindi semplice da gestire) ma più sicuro (quindi semplice da mantenere). -production-yelp-alt = logo yelp -production-share = La tua azienda usa Rust? Condividi la tua esperienza con noi! -production-share-button = Mettiti in contatto con il Leadership Council -production-domain = Scopri come le aziende usano questi strumenti in specifici ambiti di sviluppo! -production-support = Supporta Rust -production-sponsor = Sei interessato a sponsorizzare dello sviluppo su Rust? O una conferenza su Rust? Saremmo felicissimi di entrare in contatto! -production-contact-core = Manda un messaggio al Leadership Council -production-license-header = Licenza -production-license = Rust è rilasciato con doppia licenza, Apache License Version 2.0 e MIT license, che lo rendono perfetto per qualsiasi tipo di progetto. -production-license-link = Policy: Licenza diff --git a/locales/ja/production.ftl b/locales/ja/production.ftl deleted file mode 100644 index e20beb32a..000000000 --- a/locales/ja/production.ftl +++ /dev/null @@ -1,23 +0,0 @@ -## templates/production/index.hbs - -production-page-title = プロダクション -production-whitepapers = ホワイトペーパー -production-read-whitepaper = ホワイトペーパーを読む -production-npm = 同名のJavaScriptレジストリを運営するnpmが、いかにしてRustをデプロイするのが退屈だと感じるようになったかをご覧ください。 -production-tilde = Skylightの開発チームであるTildeが、顧客のアプリケーションのため高機能なパフォーマンス監視を、Rustによって最小限のリソースで実現した方法をご覧ください。 -production-highlights = ハイライト -production-read-more = もっと読む -production-watch-video = 動画を見る -production-dropbox = データセンターの効率性を高める大きなプロジェクトの第一歩として、Dropboxの中核となるファイルストレージシステムの複数のコンポーネントがRustで書かれました。それらは現在すべてのDropboxストレージで使われており、5億人を超えるユーザを支えています。 -production-dropbox-alt = Dropbox ロゴ -production-yelp = YelpはリアルタイムA/BテストのためのフレームワークをRustで開発しました。Yelpのウェブサイトやアプリすべてに渡って使われており、対象範囲はUXから内部インフラまで多岐に渡ります。RustはCと同等に速く(実行コストが低い)、Cよりも安全(容易にメンテナンスできる)であるために選ばれました。 -production-yelp-alt = yelp ロゴ -production-share = あなたの会社はRustを使っていますか? あなたの体験をぜひ共有してください! -production-share-button = リーダーシップカウンシルに連絡する -production-domain = 企業が特定の開発ドメインにおいてどのようにツールを使っているかご覧ください! -production-support = Rustを支援する -production-sponsor = Rustの開発、もしくはRustカンファレンスのスポンサードに興味がありますか? あなたからの連絡をお待ちしております。 -production-contact-core = リーダーシップカウンシルへメッセージを送る -production-license-header = ライセンス -production-license = Rustは、Apacheライセンスバージョン2.0およびMITライセンスでデュアルライセンスされており、あらゆる種類のプロジェクトにぴったりです。 -production-license-link = ポリシー:ライセンス diff --git a/locales/ko/production.ftl b/locales/ko/production.ftl deleted file mode 100644 index 76c9387c0..000000000 --- a/locales/ko/production.ftl +++ /dev/null @@ -1,11 +0,0 @@ -## templates/production/index.hbs - -production-read-whitepaper = 백서 읽어보기 -production-read-more = 더 읽어보기 -production-watch-video = 동영상 보기 -production-dropbox-alt = Dropbox 로고 -production-yelp-alt = Yelp 로고 -production-share-button = 코어 팀에게 연락하기 -production-support = Rust 지원하기 -production-contact-core = 코어 팀에게 문의하기 -production-license-header = 라이선스 diff --git a/locales/pl/production.ftl b/locales/pl/production.ftl deleted file mode 100644 index 252d0755e..000000000 --- a/locales/pl/production.ftl +++ /dev/null @@ -1,23 +0,0 @@ -## templates/production/index.hbs - -production-page-title = Na produkcji -production-whitepapers = Publikacje Naukowe -production-read-whitepaper = Czytaj publikację naukową -production-npm = Zobacz w jaki sposób npm, ludzie odpowiedzialni między innymi za Rejestr kodu JavaScript pod tą samą nazwą, przekonali się o nudnych aspektach Rusta. W dobrym tego słowa znaczeniu. -production-tilde = Zobacz w jaki sposób Rust umożliwia Tilde, twórcom Skylight, tworzyć bogate w funkcje monitorowanie wydajności dla aplikacji ich klientów. -production-highlights = Wyróżnione -production-read-more = Czytaj Więcej -production-watch-video = Obejrzyj Film -production-dropbox = Jako pierwszy krok w ramach większego projektu, mającego za cel lepszą wydajność, wiele podstawowych komponentów systemu przechowywania plików Dropbox zostało napisane w Ruście. Obecnie wszystkie usługi Dropbox korzystają z tych komponentów, obsługując ponad 500 milionów użytkowników. -production-dropbox-alt = Logo Dropbox -production-yelp = Firma Yelp stworzyła w Ruście framework do testów A/B w czasie rzeczywistym. Jest on używany na wszystkich stronach i aplikacjach Yelp, przedmiotami eksperymentów jest wszystko od problemów z UX po wewnętrzną infrastrukturę. Rust został wybrany do tego zadania ze względu na to, że jest jednocześnie tak szybki jak język C i bezpieczniejszy niż C. -production-yelp-alt = Logo Yelp -production-share = Czy twoja firma używa Rusta? Rozważ podzielenie się z nami twoimi doświadczeniami! -production-share-button = Napisz do głównego zespołu -production-domain = Zobacz jak firmy używają swoich narzędzi w rozmaitych środowiskach i dziedzinach! -production-support = Wspieranie Rusta -production-sponsor = Chcesz sponsorować pracę nad Rustem? A może dołożyć się do organizacji konferencji? W obu przypadkach chętnie cię wysłuchamy. -production-contact-core = Wyślij wiadomość do Głównego Zespołu -production-license-header = Licencja -production-license = Rust jest dystrybuowany na zasadach podwójnej licencji: Licencji Apache w Wersji 2.0 lub licencji MIT. Dzięki temu każdy może używać Rusta w swoich projektach. -production-license-link = Zasady: Licencje diff --git a/locales/pt-BR/production.ftl b/locales/pt-BR/production.ftl deleted file mode 100644 index 044d628bc..000000000 --- a/locales/pt-BR/production.ftl +++ /dev/null @@ -1,23 +0,0 @@ -## templates/production/index.hbs - -production-page-title = Produção -production-whitepapers = Publicações técnicas -production-read-whitepaper = Leia a publicação técnica -production-npm = Leia como o npm, que mantém o Registro de Pacotes JavaScript do mesmo nome, descobriu a simplicidade de rodar Rust em produção. -production-tilde = Aprenda como Rust ajuda Tilde, criadores da Skylight, a usar o mínimo de recurso para proporcionar monitoramento performático com muitas funcionalidades para as aplicações de seus clientes. -production-highlights = Destaques -production-read-more = Leia Mais -production-watch-video = Assista o Vídeo -production-dropbox = Vários componentes do sistema principal de armazenamento de arquivo da Dropbox foram escritos em Rust como um dos passos de um grande projeto de otimização na eficiência de datacenters. Atualmente o sistema é usado por todo o armazenamento da Dropbox, servindo mais de 500 milhões de usuários. -production-dropbox-alt = logo da Dropbox -production-yelp = Yelp desenvolveu um framework em Rust para teste A/B em tempo real. O sistema é usado em todo os sites e aplicativos da Yelp, e os experimentos vão desde testes de UX até a infraestrutura interna. Rust foi escolhido por ser tão rápido quanto C (barato de rodar) e mais seguro que C (barato de manter). -production-yelp-alt = logo da Yelp -production-share = Sua empresa usa Rust? Considere compartilhar sua experiência conosco! -production-share-button = Contate o Leadership Council -production-domain = Veja como empresas estão usando ferramentas em específicos domínios de desenvolvimento! -production-support = Apoiando Rust -production-sponsor = Interessando em patrocinar o trabalho em Rust? Uma conferência sobre Rust? Adoraríamos saber mais. -production-contact-core = Fale com o Leadership Council -production-license-header = Licença -production-license = Rust é comumente licenciado sob duas licenças, a Licença Apache v2.0 e a Licença MIT, sendo adequado para qualquer tipo de projeto. -production-license-link = Políticas: Licenças diff --git a/locales/ru/production.ftl b/locales/ru/production.ftl deleted file mode 100644 index 2036d6935..000000000 --- a/locales/ru/production.ftl +++ /dev/null @@ -1,23 +0,0 @@ -## templates/production/index.hbs - -production-page-title = Промышленное использование -production-whitepapers = Публикации -production-read-whitepaper = Читать публикации -production-npm = Прочитайте, как npm, которые управляют одноимённым реестром пакетов JavaScript, нашли Rust и сделали развёртывания скучными. -production-tilde = Узнайте как Rust помог Tilde, создателям Skylight, использовать минимальное количество ресурсов для обеспечения многофункционального мониторинга производительности приложений клиентов. -production-highlights = Особенности -production-read-more = Читать далее -production-watch-video = Смотреть видео -production-dropbox = Несколько компонентов базовой системы хранения файлов Dropbox были написаны на Rust как один из этапов более крупного проекта, направленного на повышение эффективности центра обработки данных. В настоящее время он используется всеми хранилищами Dropbox, обслуживая более 500 миллионов пользователей. -production-dropbox-alt = Логотип dropbox -production-yelp = Yelp разработали фреймворк на Rust для A/B тестирования в реальном времени. Он используется на всех сайтах и приложениях Yelp, а субъекты экспериментов варьируются от UX до внутренней инфраструктуры. Rust был выбран потому что он такой же быстрый, как C (дешёвый в эксплуатации), и безопаснее, чем С (дешёвый в поддержке). -production-yelp-alt = Логотип yelp -production-share = Ваша компания использует Rust? Рассмотрите возможность поделиться своим опытом с нами! -production-share-button = Свяжитесь с Leadership Council -production-domain = Посмотрите, как компании используют инструменты в конкретных областях разработки! -production-support = Поддержка Rust -production-sponsor = Заинтересованы в спонсировании разработки Rust? Или хотите устроить конференцию? Можешь обратиться к нам. -production-contact-core = Связаться с Leadership Council -production-license-header = Лицензия -production-license = Rust имеет двойную лицензию: Apache License Version 2.0 и MIT, что делает его пригодным для всех видов проектов. -production-license-link = Политики: Лицензия diff --git a/locales/tr/production.ftl b/locales/tr/production.ftl deleted file mode 100644 index fc31d9593..000000000 --- a/locales/tr/production.ftl +++ /dev/null @@ -1,23 +0,0 @@ -## templates/production/index.hbs - -production-page-title = Üretim -production-whitepapers = Tanıtım Belgeleri -production-read-whitepaper = Tanıtım belgesini oku -production-npm = Aynı isimle JavaScript kayıt defterini yürüten npm'in nasıl Rust'ın yayımlanmasını sıkıcı bulduğunu okuyun. -production-tilde = Skylight'ın yapımcıları olan Tilde şirketine Rust'ın nasıl küçük kaynaklar kullanarak müşterilerinin zengin özellikli performansa sahip uygulamalarını kontrol etmelerini sağlamasına yardım ettiğini öğrenin. -production-highlights = Önemli Noktalar -production-read-more = Devamını Oku -production-watch-video = Videoyu İzle -production-dropbox = Dropbox çekirdek dosya depolama sisteminin birkaç bileşeni, daha büyük veri merkezi verimliliği için daha büyük bir projenin bir parçası olarak Rust'a yazılmıştır. Günümüzde tüm Dropbox depolama alanları tarafından kullanılmakta ve> 500 milyon kullanıcıya hizmet vermektedir. -production-dropbox-alt = dropbox logosu -production-yelp = Yelp, gerçek zamanlı A/B testi için Rust'ta bir çatı geliştirdi. Tüm Yelp web sitelerinde ve uygulamalarında bu çatı kullanılmaktadır ve çatının denendiği konular UX'ten dahili altyapıya kadar uzanmaktadır. Rust bu görev için seçildi çünkü C kadar hızlı (çalışması ucuz) ve C'den daha güvenli (bakım yapması ucuz) idi. -production-yelp-alt = yelp logosu -production-share = Şirketiniz Rust kullanıyor mu? Tecrübenizi bizimle paylaşmayı göz önünde bulundurun! -production-share-button = Leadership Council'a ulaşın -production-domain = Şirketlerin özel geliştirme alanlarında araçları nasıl kullandığına bakın! -production-support = Rust'ı Desteklemek -production-sponsor = Rust'taki çalışmayı desteklemek için meraklı mısınız? Bir Rust konferansı mı? Sizden haber almaktan mutluluk duyarız. -production-contact-core = Leadership Council'a Mesaj At -production-license-header = Lisans -production-license = Rust, her türlü projeye uygun olması için Apache Lisansı Sürüm 2.0 ve MIT lisansı ile çifte olarak lisanslanmıştır. -production-license-link = Politikalar: Lisans diff --git a/locales/zh-CN/production.ftl b/locales/zh-CN/production.ftl deleted file mode 100644 index e3ce97e6e..000000000 --- a/locales/zh-CN/production.ftl +++ /dev/null @@ -1,23 +0,0 @@ -## templates/production/index.hbs - -production-page-title = 生产环境 -production-whitepapers = 白皮书 -production-read-whitepaper = 阅读《白皮书》 -production-npm = 阅读 npm(他们运营着同名的 JavaScript Registry)《部署 Rust 应用是多么无聊的体验》。 -production-tilde = 了解 Rust 如何帮助 TildeSkylight 的制造商)以最少的资源占用为客户应用程序提供功能丰富的监控。 -production-highlights = 亮点 -production-read-more = 阅读更多 -production-watch-video = 观看视频 -production-dropbox = Dropbox 核心文件存储系统的多个模块是用 Rust 写的,因为它作为大型项目的一部分,需要追求更高的数据中心效率。目前,它应用于所有的 Dropbox 存储系统,为超过 5 亿用户服务。 -production-dropbox-alt = dropbox 标志 -production-yelp = Yelp 使用 Rust 开发了一个实时 A/B 测试的框架。它广泛应用于所有的 Yelp 网页和应用,选择 Rust 是因为它和 C 语言一样快(运行代价小),同时比 C 语言更安全(易于维护)。 -production-yelp-alt = yelp 标志 -production-share = 您的公司在使用 Rust 吗?可以考虑把您的经验分享给我们! -production-share-button = 联系 Leadership Council -production-domain = 了解公司如何在专门的开发领域中使用工具! -production-support = 支持 Rust -production-sponsor = 有兴趣赞助 Rust 的工作吗? Rust 会议? 我们很乐意听取您的意见。 -production-contact-core = 联系 Leadership Council -production-license-header = 许可证 -production-license = Rust 通过 Apache 2.0 许可证和 MIT 许可证进行双重许可,适用于各种类型的项目。 -production-license-link = 政策:许可证 diff --git a/locales/zh-TW/production.ftl b/locales/zh-TW/production.ftl deleted file mode 100644 index 811223286..000000000 --- a/locales/zh-TW/production.ftl +++ /dev/null @@ -1,23 +0,0 @@ -## templates/production/index.hbs - -production-page-title = 正式環境 -production-whitepapers = 白皮書 -production-read-whitepaper = 閱讀白皮書 -production-npm = 閱讀npm(他們營運著同名的 JavaScript Registry)《部署 Rust 應用是多麼無聊的體驗》。 -production-tilde = 了解更多 Rust 如何幫助TildeSkylight的製造商)用最小的資源提供客戶端的應用程式更豐富的效能監控。 -production-highlights = 焦點關注 -production-read-more = 閱讀更多 -production-watch-video = 觀看影片 -production-dropbox = 為了追求更高的資料中效率,Dropbox 核心文件儲存系統的多個模組都是用 Rust 寫的。目前, Rust 應用於 Dropbox 所有的儲存系統,為超過五億的使用者服務。 -production-dropbox-alt = dropbox 標誌 -production-yelp = Yelp 使用 Rust 開發一個即時的 A/B 測試框架。 他廣泛應用在所有 Yelp 的網頁與應用,選擇 Rust 的原因是它和 C 語言一樣快(執行的消耗的資源較少),但比 C 語言要更安全(並易於維護)。 -production-yelp-alt = yelp 標誌 -production-share = 您的公司在使用 Rust 嗎?可以考慮把您的經驗分享給我們! -production-share-button = 聯繫 Leadership Council -production-domain = 了解公司如何在專門的開發領域中使用工具! -production-support = 支持 Rust -production-sponsor = 有興趣贊助 Rust 的工作嗎?或 Rust 研討會?我們很樂意聽取您的意見。 -production-contact-core = 聯絡 Leadership Council -production-license-header = 授權條款 -production-license = Rust 使用 Apache 2.0 授權條款和 MIT 授權條款,適用於各類型的專案。 -production-license-link = 政策:授權條款 diff --git a/templates/components/panels/production.html.hbs b/templates/components/panels/production.html.hbs index 24a633af8..db81301c8 100644 --- a/templates/components/panels/production.html.hbs +++ b/templates/components/panels/production.html.hbs @@ -9,33 +9,5 @@ {{fluent "production-blurb"}}

-
-
-
-
- {{fluent "production-testimonial-npm"}} -
-

– {{fluent "production-testimonial-npm-attribution"}}

-
-
- - {{fluent - -
-
-
-
-
- {{fluent -
-
-
- {{fluent "production-testimonial-yelp"}} -
-

– {{fluent "production-testimonial-yelp-attribution"}}

-
-
-
- {{fluent "learn-more"}} diff --git a/templates/production/index.html.hbs b/templates/production/index.html.hbs deleted file mode 100644 index f8dd195e6..000000000 --- a/templates/production/index.html.hbs +++ /dev/null @@ -1,133 +0,0 @@ -{{#*inline "page"}} - -
-
-

{{fluent "production-page-title"}}

-
-
- -
-
-
-

{{fluent "production-whitepapers"}}

-
-
-
-
-

npm

-

{{fluent "production-npm"}}

- {{fluent "production-read-whitepaper"}} -
-
-

Tilde

-

{{fluent "production-tilde"}}

- {{fluent "production-read-whitepaper"}} -
-
-
-
- -
-
-
-

{{fluent "production-highlights"}}

-
-
-
-
-

Dropbox

-

- {{fluent "production-dropbox"}} -

- {{fluent "production-read-more"}} -
-
- {{fluent -
-
-
-
-
- {{fluent -
-
-

Yelp

-

- {{fluent "production-yelp"}} -

- {{fluent "production-watch-video"}} -
-
-
-
- -
-
-
-
-

{{fluent "production-share"}}

- {{fluent "production-share-button"}} -
-
-
-
- -
-
-

{{fluent "production-domain"}}

-
-
-
- {{fluent -

{{fluent "domains-cli"}}

-
- {{fluent "learn-more"}} -
-
-
- {{fluent -

{{fluent "domains-wasm"}}

-
- {{fluent "learn-more"}} -
-
-
- {{fluent -

{{fluent "domains-net"}}

-
- {{fluent "learn-more"}} -
-
-
- {{fluent -

{{fluent "domains-embedded"}}

-
- {{fluent "learn-more"}} -
-
-
-
- -
-
-
-
-

{{fluent "production-support"}}

-
-
-

{{fluent "production-sponsor"}}

- {{fluent "production-contact-core"}} -
-
-
-

{{fluent "production-license-header"}}

-
-
-

{{fluent "production-license"}}

- {{fluent "production-license-link"}} -
-
-
- -{{/inline}} -{{~> (lookup this "parent")~}}