Добавил проект FasmOnDelphi
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<title>teamfnd</title>
|
||||
<title>TeamFND</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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 не зависит от оперционной системы и её разрядности. Подключается к компилятору из командной строки."
|
||||
|
||||
Reference in New Issue
Block a user