Clarify what introduced means when creating a machine. Fixes #25

This commit is contained in:
2020-08-06 01:05:54 +01:00
parent 590676bea7
commit 02f7bbdc9e
3 changed files with 7 additions and 1 deletions

View File

@@ -112,7 +112,7 @@
@if (_editing || _model.Introduced.HasValue) @if (_editing || _model.Introduced.HasValue)
{ {
<Field> <Field>
<FieldLabel>@L["Introduced"]</FieldLabel> <FieldLabel>@L["Introduced (public release)"]</FieldLabel>
@if (_editing) @if (_editing)
{ {
<Check TValue="bool" Disabled="_prototype" @bind-Checked="@_unknownIntroduced">@L["Unknown (introduction date)"]</Check> <Check TValue="bool" Disabled="_prototype" @bind-Checked="@_unknownIntroduced">@L["Unknown (introduction date)"]</Check>

View File

@@ -734,4 +734,7 @@
<value>¿Estás seguro de eliminar la pantalla seleccionada de esta máquina?</value> <value>¿Estás seguro de eliminar la pantalla seleccionada de esta máquina?</value>
<comment>Are you sure you want to delete the selected screen from this machine?</comment> <comment>Are you sure you want to delete the selected screen from this machine?</comment>
</data> </data>
<data name="Introduced (public release)" xml:space="preserve">
<value>Introducida públicamente en</value>
</data>
</root> </root>

View File

@@ -1,4 +1,7 @@
{ {
"ConnectionStrings": {
"DefaultConnection": "server=zeus.claunia.com;port=3306;user=marechai;password=marechaipass;database=marechai;TreatTinyAsBoolean=false"
},
"Logging": { "Logging": {
"LogLevel": { "LogLevel": {
"Default": "Information", "Default": "Information",