Skip to content

Commit

Permalink
shorten text
Browse files Browse the repository at this point in the history
  • Loading branch information
abose committed Mar 15, 2024
1 parent 04eb6f2 commit 28249a4
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 36 deletions.
19 changes: 6 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,20 +225,14 @@
<h2>
<img src="img/phoenix.svg" width="40px" />
<span data-i18n="index.page.content.phoenix"
>Phoenix Code: The New Era of Brackets</span
>Introducing Phoenix Code Editor</span
>
</h2>
<span class="banner-text">
<span class="banner-text">
<span data-i18n="index.page.content.phoenixInfo1"
>Phoenix Code is the next generation of Brackets
designed to make coding as intuitive and fun as
playing a video game - specially crafted for web
developers, designers, and students.</span
>Phoenix Code is the next generation of Brackets that Runs everywhere - Windows, macOS, Linux and Web Browsers.</span
>
<br />
<span data-i18n="index.page.content.phoenixInfo2"
>Runs everywhere - Windows, macOS, Linux and Web Browsers.</span
>
<a
href="https://www.reddit.com/r/brackets/comments/tz06tn/brackets_community_announcement_phoenix_code/"
target="_blank"
Expand All @@ -254,18 +248,17 @@ <h2>
href="https://phcode.io"
onclick="logDownloadClicked('phcodeioClicked');"
class="rounded radius button"
style="background-color: #fe9615; color: black"
data-i18n="index.page.content.phoenixio"
style="background-color: #fe9615; color: black; display: inline-flex;align-items: center;padding-left: 1.5rem;"
target="_blank"
>Get it from phcode.io
> <i class="fas fa-download" style="margin-right: 8px;"></i><span data-i18n="index.page.content.phoenixio" style="color: black;font-size: unset;">Get it from phcode.io</span>
</a>
<a
onclick="logDownloadClicked('launchWebEditor');"
style="margin-left: 10px;margin-right: 10px;"
id="launch-editor-button"
href="https://phcode.dev"
class="rounded radius button"
style="background-color: #fe9615; color: black"
style="background-color: #fe9615; color: black;"
data-i18n="index.page.content.phoenixLaunch"
target="_blank"
>Launch Web Editor</a
Expand Down
3 changes: 1 addition & 2 deletions js/load.i18next.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ var requestedLang,
debug: !production, // development only
detectLngQS: "lang", // use ?lang=... instead of ?setLng=...
cookieName: "lang", // use cookie "lang" instead of "i18next"
useLocalStorage: !!production, // production only
useLocalStorage: false,
//lng : 'en', // language override to test. uncomment this line to test other languages
localStorageExpirationTime: 3 * 24 * 60 * 60 * 1000 // cache 3 days
},
i18nLoaded = new $.Deferred();

Expand Down
5 changes: 2 additions & 3 deletions locales/_en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"other-downloads": "Pre-release builds & Other Downloads"
},
"content": {
"phoenix": "Phoenix Code: The New Era of Brackets",
"phoenix": "Introducing Phoenix Code Editor",
"phoenixLaunch": "Launch Web Editor",
"phoenixio": "Get it from phcode.io",
"phoenixInfo1": "Phoenix Code is the next generation of Brackets designed to make coding as intuitive and fun as playing a video game - specially crafted for web developers, designers, and students.",
"phoenixInfo2": "Runs everywhere - Windows, macOS, Linux and Web Browsers.",
"phoenixInfo1": "Phoenix Code is the next generation of Brackets that Runs everywhere - Windows, macOS, Linux and Web Browsers.",
"phoenixInfo3": "Click here to read more.",
"blurb": "With focused visual tools and preprocessor support, Brackets is a modern text editor that makes it easy to design in the browser. It's crafted from the ground up for web designers and front-end developers.",
"why": {
Expand Down
5 changes: 2 additions & 3 deletions locales/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"other-downloads": "Andere Downloads"
},
"content": {
"phoenix": "Phoenix Code: Die neue Ära der Klammern",
"phoenix": "Einführung in den Phoenix Code Editor",
"phoenixLaunch": "Starten Sie den Web-Editor",
"phoenixio": "Holen Sie es sich von phcode.io",
"phoenixInfo1": "Phoenix Code ist die nächste Generation von Brackets, die das Codieren so intuitiv und unterhaltsam machen soll wie das Spielen eines Videospiels – speziell entwickelt für Webentwickler, Designer und Studenten.",
"phoenixInfo2": "Läuft überall – Windows, macOS, Linux und Webbrowser.",
"phoenixInfo1": "Phoenix Code ist die nächste Generation von Brackets, die überall läuft – Windows, macOS, Linux und Webbrowser.",
"phoenixInfo3": "Klicken Sie hier, um mehr zu lesen.",
"blurb": "Mit tollen visuellen Tools und Unterstützung für Präprozessoren ist Brackets ein moderner Editor, der es dir leicht macht, im Browser zu designen. Er wurde von Vornherein für Web- und Frontend-Entwickler entwickelt.",
"why": {
Expand Down
5 changes: 2 additions & 3 deletions locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"other-downloads": "Autres téléchargements"
},
"content": {
"phoenix": "Phoenix Code : la nouvelle ère du Brackets",
"phoenix": "Présentation de l'éditeur de Phoenix Code",
"phoenixLaunch": "Lancer l'éditeur Web",
"phoenixio": "Récupérez-le sur phcode.io",
"phoenixInfo1": "Phoenix Code est la nouvelle génération de Brackets conçue pour rendre le codage aussi intuitif et amusant que jouer à un jeu vidéo - spécialement conçu pour les développeurs Web, les concepteurs et les étudiants.",
"phoenixInfo2": "Fonctionne partout : Windows, macOS, Linux et navigateurs Web.",
"phoenixInfo1": "Phoenix Code est la nouvelle génération de Brackets qui fonctionne partout : Windows, macOS, Linux et navigateurs Web.",
"phoenixInfo3": "Cliquez ici pour en lire plus.",
"blurb": "Avec des outils visuels ciblés et un support de préprocesseur, les crochets sont un éditeur de texte moderne qui facilite la conception du navigateur.Il est fabriqué à partir des concepteurs Web et des développeurs frontaux.",
"why": {
Expand Down
5 changes: 2 additions & 3 deletions locales/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"other-downloads": "Altri download"
},
"content": {
"phoenix": "Phoenix Code: la nuova era di Brackets",
"phoenix": "Presentazione dell'editor di Phoenix Code",
"phoenixLaunch": "Avvia l'editor web",
"phoenixio": "Ottienilo da phcode.io",
"phoenixInfo1": "Phoenix Code è la prossima generazione di Brackets progettata per rendere la programmazione intuitiva e divertente come giocare a un videogioco, realizzata appositamente per sviluppatori web, designer e studenti.",
"phoenixInfo2": "Funziona ovunque: Windows, macOS, Linux e browser Web.",
"phoenixInfo1": "Phoenix Code è la prossima generazione di Brackets che funziona ovunque: Windows, macOS, Linux e browser Web.",
"phoenixInfo3": "Clicca qui per saperne di più.",
"blurb": "Con strumenti visivi dedicati e supporto a preprocessore, Brackets è un editor di testo moderno che semplifica la progettazione su browser. È realizzato nativamente per web designer e sviluppatori front-end.",
"why": {
Expand Down
5 changes: 2 additions & 3 deletions locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"other-downloads": "その他のダウンロード"
},
"content": {
"phoenix": "Phoenix Code: Brackets の新時代",
"phoenix": "Phoenix Codeエディターの紹介",
"phoenixLaunch": "Webエディタを起動する",
"phoenixio": "phcode.ioから入手してください",
"phoenixInfo1": "Phoenix Code は、ビデオ ゲームをプレイするのと同じくらい直観的で楽しいコーディングができるように設計された次世代の Brackets で、Web 開発者、デザイナー、学生向けに特別に作られています。",
"phoenixInfo2": "Windows、macOS、Linux、Web ブラウザなど、どこでも実行できます。",
"phoenixInfo1": "Phoenix Code は、Windows、macOS、Linux、Web ブラウザなど、どこでも実行できる次世代の Brackets です。",
"phoenixInfo3": "詳細を読むにはここをクリックしてください。",
"blurb": "Brackets は、各種専用ビジュアルツールとプリプロセッサーをサポートし、ブラウザーの設計が簡単にできる最新のテキストエディターです。Web デザイナーやフロントエンドのデベロッパーのために、ゼロから開発されたものです。",
"why": {
Expand Down
5 changes: 2 additions & 3 deletions locales/ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"other-downloads": "미리보기 빌드 및 그 외 다운로드 찾아보기"
},
"content": {
"phoenix": "Phoenix Code: Brackets의 새로운 시대s",
"phoenix": "Phoenix Code 편집기 소개",
"phoenixLaunch": "웹 에디터 실행",
"phoenixio": "phcode.io에서 받기",
"phoenixInfo1": "Phoenix Code는 웹 개발자, 디자이너, 학생을 위해 특별히 제작된 코딩을 비디오 게임처럼 직관적이고 재미있게 만들 수 있도록 설계된 차세대 Brackets입니다.",
"phoenixInfo2": "Windows, macOS, Linux 및 웹 브라우저 등 어디에서나 실행됩니다.",
"phoenixInfo1": "Phoenix Code는 Windows, macOS, Linux 및 웹 브라우저 등 어디에서나 실행되는 차세대 Brackets입니다.",
"phoenixInfo3": "자세한 내용을 보려면 여기를 클릭하세요.",
"blurb": "시각 도구와 전처리기 지원을 중심으로, Brackets는 브라우저 내에서 쉽게 웹 디자인을 실현할 수 있는 현대적인 텍스트 에디터입니다. 처음부터 끝까지 웹 디자이너와 프론트엔드 개발자를 위해 제작했습니다.",
"why": {
Expand Down
5 changes: 2 additions & 3 deletions locales/pt-BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
"other-downloads": "Outros downloads"
},
"content": {
"phoenix": "Phoenix Code: A Nova Era dos Brackets",
"phoenix": "Apresentando o Editor de Phoenix Code",
"phoenixLaunch": "Inicie o Editor da Web",
"phoenixio": "Obtenha-o em phcode.io",
"phoenixInfo1": "Phoenix Code é a próxima geração de Brackets projetados para tornar a codificação tão intuitiva e divertida quanto jogar um videogame - especialmente criado para desenvolvedores web, designers e estudantes.",
"phoenixInfo2": "Funciona em qualquer lugar - Windows, macOS, Linux e navegadores da Web.",
"phoenixInfo1": "Phoenix Code é a próxima geração do Brackets que roda em qualquer lugar - Windows, macOS, Linux e navegadores da Web.",
"phoenixInfo3": "Clique aqui para ler mais.",
"blurb": "Com foco em ferramentas visuais e suporte a pré-processador, o Brackets é um editor de texto moderno que facilita o desenvolvimento no navegador. Ele foi pensado desde o início para web designers e desenvolvedores front-end.",
"why": {
Expand Down

0 comments on commit 28249a4

Please sign in to comment.