Translates missing parts of "lscom-cli-dotnet" and "docker-mini-cctv-nrv"
Update docker-mini-cctv-nvr.yml, docker-mini-cctv-nvr.yml, and 4 more files...
This commit is contained in:
@@ -8,7 +8,7 @@ intro.title: "Introduction"
|
||||
intro.1: "A mini docker stack that allows you to easily record, clean and serve CCTV recordings made
|
||||
over RSTP while using a minimal amount of system resources."
|
||||
intro.2: "This stack is mainly intended to be used as a backup when other and more complete solutions crash or
|
||||
need to be shutdown.This simple docker stack aims to provide you with a simple,
|
||||
need to be shutdown.<br>This simple docker stack aims to provide you with a simple,
|
||||
lightweight and robust NVR for all of your RTSP-based CCTV cameras."
|
||||
|
||||
preamble.title: "Preamble"
|
||||
@@ -70,3 +70,5 @@ license.title: "License"
|
||||
license.1: "This software, as well as the Simplette CSS Stylesheet used for the web interface are both licensed under Unlicense."
|
||||
|
||||
commons.example: "Example"
|
||||
|
||||
links.title: Links
|
||||
|
||||
@@ -3,8 +3,10 @@
|
||||
meta.title: DotNet-ListComPort
|
||||
meta.description: A simple CLI tool that can list COM ports with their name, friendly
|
||||
name and device name easily and cleanly.
|
||||
|
||||
article.subtitle: <a href="https://github.com/aziascreations/DotNet-ListComPort" class="font-size-16"><i
|
||||
class="fab fa-github"></i> View on GitHub</a>
|
||||
|
||||
intro.title: Introduction
|
||||
intro.p1: A simple CLI tool that can list COM ports with their full name easily and
|
||||
cleanly.
|
||||
@@ -14,22 +16,27 @@ intro.p2: This tool is intended to replace the tedious task of having to use the
|
||||
intro.p3: This version of the program is a complete refactoring of my old <a href="https://github.com/aziascreations/PB-ListComPort">PB-ListComPort</a>
|
||||
project that also changes from the proprietary and paid PureBasic language and compiler
|
||||
to .NET 6.0.
|
||||
|
||||
requirements.title: Requirements
|
||||
requirements.1: Windows
|
||||
requirements.2: Any CPU architecture
|
||||
requirements.3: ".NET 6.0"
|
||||
requirements.4: Optional if using the larger "self-contained" builds.
|
||||
|
||||
improvements.title: Improvements over PB-ListComPort
|
||||
improvements.1: Switched from PureBasic to .NET 6.0.
|
||||
improvements.2: Improved a lot of the program's logic.
|
||||
improvements.3: Added the <code>-H/--short-help</code>.
|
||||
improvements.3: Added the <code class="code">-H/--short-help</code>.
|
||||
improvements.4: Added support for Windows ARM & ARM64.
|
||||
improvements.5: Support for running without a console.
|
||||
|
||||
usage.title: Usage
|
||||
|
||||
formatting.title: Output formatting
|
||||
|
||||
requirements.table.title: Requirements
|
||||
requirements.text.dotnet: <a href="https://dotnet.microsoft.com/en-us/download/dotnet/6.0">.NET
|
||||
6.0</a>
|
||||
requirements.text.dotnet: <a href="https://dotnet.microsoft.com/en-us/download/dotnet/6.0">.NET 6.0</a>
|
||||
|
||||
packages.title: Packages
|
||||
packages.single.title: Single Builds
|
||||
packages.single.1: Lighter builds that only contain the exe and required licenses.<br>You
|
||||
@@ -43,5 +50,7 @@ packages.msi.1: Windows installers that contain the relevant "Self-Contained" bu
|
||||
with an option to automatically update existing installations and add the program
|
||||
to the <kbd>%PATH%</kbd>.<br>The install location is <kbd>%ProgramFiles%\NibblePoker\lscom\</kbd>
|
||||
and cannot be changed. <i>(This will be possible in future releases)</i>
|
||||
|
||||
links.title: Links
|
||||
|
||||
screenshots.title: Screenshots
|
||||
|
||||
Reference in New Issue
Block a user