From dc9aef8becc45295fbc8f894cf8d9a8c0eb4dab9 Mon Sep 17 00:00:00 2001 From: Vladislav Utkin Date: Sat, 17 Mar 2018 17:13:12 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82=20FasmOnDelphi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/components/Projects.vue | 5 +++++ src/translations/Projects.yaml | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d97cd08..29d1396 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - teamfnd + TeamFND
diff --git a/src/components/Projects.vue b/src/components/Projects.vue index 27bbbc7..c2272ea 100644 --- a/src/components/Projects.vue +++ b/src/components/Projects.vue @@ -12,6 +12,11 @@ p(class="card-text") {{$t('teamfind_description')}} b-button(href="https://find.teamfnd.ru" target="_blank") {{$t('project_site')}} span https://find.teamfnd.ru + b-col(sm="12" md="12" lg="6" xl="6") + b-card(title="FasmOnDelphi" class="mb-3") + p(class="card-text") {{$t('fasmondelphi_description')}} + b-button(href="http://fasmondelphi.teamfnd.ru" target="_blank") {{$t('project_site')}} + span http://fasmondelphi.teamfnd.ru // b-col(sm="12" md="12" lg="6" xl="6") b-card(title="Name") diff --git a/src/translations/Projects.yaml b/src/translations/Projects.yaml index 24ba531..b05e296 100644 --- a/src/translations/Projects.yaml +++ b/src/translations/Projects.yaml @@ -2,7 +2,9 @@ en: project_site: "Project website" fasm4delphi_description: "Use FASM assembler in your Delphi or FreePascal code" teamfind_description: "A website for searching teams or players in CS:GO" + fasmondelphi_description: "A library for using in Delphi FlatAssembler, in contrast to Fasm4Delphi does not depend on operating system and bit type. Connects to the compiler from the command line." ru: project_site: "Веб-сайт проекта" fasm4delphi_description: "Библиотека, реализующая биндинги flat ассемблера для Delphi. Совместима с FreePascal" teamfind_description: "Веб-сайт для поиска команды или игроков для игры в CS:GO" + fasmondelphi_description: "Библиотека для использования Flat Assembler на Delphi, в отличии от Fasm4Delphi не зависит от оперционной системы и её разрядности. Подключается к компилятору из командной строки."