From f8e92886a1ed31a7cdf43a94cc9a9364ba3e9983 Mon Sep 17 00:00:00 2001 From: Daniel Brendel Date: Wed, 15 May 2024 12:20:52 +0200 Subject: [PATCH] Resolves #202 --- app/lang/da/app.php | 7 ++++++- app/lang/de/app.php | 7 ++++++- app/lang/en/app.php | 7 ++++++- app/lang/es/app.php | 7 ++++++- app/views/layout.php | 4 ++-- 5 files changed, 26 insertions(+), 6 deletions(-) diff --git a/app/lang/da/app.php b/app/lang/da/app.php index e388b54c..0d8c2063 100644 --- a/app/lang/da/app.php +++ b/app/lang/da/app.php @@ -381,5 +381,10 @@ 'attributes_hint' => 'Her kan du vælge, hvilke standard anlægsattributter, der skal være tilgængelige.', 'confirm_remove_task' => 'Vil du virkelig fjerne denne opgave?', 'plant_photo_orientation_hint' => 'Brug venligst portrætretning til hovedbilledet.', - 'select' => 'Vælg' + 'select' => 'Vælg', + 'custom_attribute_datatype_bool' => 'Sand/falsk værdi', + 'custom_attribute_datatype_int' => 'Heltal', + 'custom_attribute_datatype_double' => 'Flydende kommanummer', + 'custom_attribute_datatype_string' => 'Tekst', + 'custom_attribute_datatype_datetime' => 'Dato', ]; diff --git a/app/lang/de/app.php b/app/lang/de/app.php index f197feaf..ed62113a 100644 --- a/app/lang/de/app.php +++ b/app/lang/de/app.php @@ -382,5 +382,10 @@ 'attributes_hint' => 'Hier kann die Sichtbarkeit von Standard-Attributen eingestellt werden.', 'confirm_remove_task' => 'Soll diese Aufgabe wirklich gelöscht werden?', 'plant_photo_orientation_hint' => 'Für das Hauptfoto wird das Hochformat empfohlen.', - 'select' => 'Auswählen' + 'select' => 'Auswählen', + 'custom_attribute_datatype_bool' => 'Wahr/Falsch Wert', + 'custom_attribute_datatype_int' => 'Ganzzahl', + 'custom_attribute_datatype_double' => 'Gleitkommazahl', + 'custom_attribute_datatype_string' => 'Text', + 'custom_attribute_datatype_datetime' => 'Datum', ]; \ No newline at end of file diff --git a/app/lang/en/app.php b/app/lang/en/app.php index f14f614e..0afb8d76 100644 --- a/app/lang/en/app.php +++ b/app/lang/en/app.php @@ -382,5 +382,10 @@ 'attributes_hint' => 'Here you can choose which default plant attributes shall be available.', 'confirm_remove_task' => 'Do you really want to remove this task?', 'plant_photo_orientation_hint' => 'Please use portrait orientation for the main photo.', - 'select' => 'Select' + 'select' => 'Select', + 'custom_attribute_datatype_bool' => 'Yes/No Value', + 'custom_attribute_datatype_int' => 'Integer', + 'custom_attribute_datatype_double' => 'Floating-Point Number', + 'custom_attribute_datatype_string' => 'Text', + 'custom_attribute_datatype_datetime' => 'Date', ]; \ No newline at end of file diff --git a/app/lang/es/app.php b/app/lang/es/app.php index 791320e4..fab76e2e 100644 --- a/app/lang/es/app.php +++ b/app/lang/es/app.php @@ -382,5 +382,10 @@ 'attributes_hint' => 'Aquí puede elegir qué atributos de planta predeterminados estarán disponibles.', 'confirm_remove_task' => '¿Realmente quieres eliminar esta tarea?', 'plant_photo_orientation_hint' => 'Utilice la orientación vertical para la foto principal.', - 'select' => 'Seleccionar' + 'select' => 'Seleccionar', + 'custom_attribute_datatype_bool' => 'Sí/No valor', + 'custom_attribute_datatype_int' => 'Entero', + 'custom_attribute_datatype_double' => 'Número de punto flotante', + 'custom_attribute_datatype_string' => 'Texto', + 'custom_attribute_datatype_datetime' => 'Fecha', ]; \ No newline at end of file diff --git a/app/views/layout.php b/app/views/layout.php index ade2b30f..526269e8 100644 --- a/app/views/layout.php +++ b/app/views/layout.php @@ -1195,7 +1195,7 @@ @@ -1263,7 +1263,7 @@