mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 12:52:39 +00:00
Fix missing translation (references #85)
This commit is contained in:
@@ -277,6 +277,7 @@ return array(
|
|||||||
'Current instruction manual' => 'Aktuelle Bedienungsanleitung',
|
'Current instruction manual' => 'Aktuelle Bedienungsanleitung',
|
||||||
'No instruction manual available' => 'Keine Bedienungsanleitung vorhanden',
|
'No instruction manual available' => 'Keine Bedienungsanleitung vorhanden',
|
||||||
'The current instruction manual will be deleted when you save the equipment' => 'Die aktuelle Bedienungsanleitung wird beim Speichern des Geräts gelöscht',
|
'The current instruction manual will be deleted when you save the equipment' => 'Die aktuelle Bedienungsanleitung wird beim Speichern des Geräts gelöscht',
|
||||||
|
'No picture available' => 'Kein Bild vorhanden',
|
||||||
|
|
||||||
//Constants
|
//Constants
|
||||||
'manually' => 'Manuell',
|
'manually' => 'Manuell',
|
||||||
|
@@ -277,6 +277,7 @@ return array(
|
|||||||
'Current instruction manual' => 'Nåværende instruksjonsmanual',
|
'Current instruction manual' => 'Nåværende instruksjonsmanual',
|
||||||
'No instruction manual available' => 'Ingen instruksjonsmanual tilgjengelig',
|
'No instruction manual available' => 'Ingen instruksjonsmanual tilgjengelig',
|
||||||
'The current instruction manual will be deleted when you save the equipment' => 'Nåværende instruksjonsmanual vil bli slettet når du lagrer utstyret',
|
'The current instruction manual will be deleted when you save the equipment' => 'Nåværende instruksjonsmanual vil bli slettet når du lagrer utstyret',
|
||||||
|
'No picture available' => 'Ingen bilde tilgjengelig',
|
||||||
|
|
||||||
//Constants
|
//Constants
|
||||||
'manually' => 'Manuel',
|
'manually' => 'Manuel',
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
<h5 class="mt-3">{{ $L('Product picture') }}</h5>
|
<h5 class="mt-3">{{ $L('Product picture') }}</h5>
|
||||||
<img id="productcard-product-picture" src="" class="img-fluid img-thumbnail d-none">
|
<img id="productcard-product-picture" src="" class="img-fluid img-thumbnail d-none">
|
||||||
<span id="productcard-no-product-picture" class="font-italic d-none">{{ $L('No picture') }}</span>
|
<span id="productcard-no-product-picture" class="font-italic d-none">{{ $L('No picture available') }}</span>
|
||||||
|
|
||||||
<h5 class="mt-3">{{ $L('Price history') }}</h5>
|
<h5 class="mt-3">{{ $L('Price history') }}</h5>
|
||||||
<canvas id="productcard-product-price-history-chart" class="w-100 d-none"></canvas>
|
<canvas id="productcard-product-price-history-chart" class="w-100 d-none"></canvas>
|
||||||
|
@@ -133,7 +133,7 @@
|
|||||||
<p><img id="current-product-picture" src="{{ $U('/api/file/productpictures?file_name=' . $product->picture_file_name) }}" class="img-fluid img-thumbnail mt-2"></p>
|
<p><img id="current-product-picture" src="{{ $U('/api/file/productpictures?file_name=' . $product->picture_file_name) }}" class="img-fluid img-thumbnail mt-2"></p>
|
||||||
<p id="delete-current-product-picture-on-save-hint" class="form-text text-muted font-italic d-none">{{ $L('The current picture will be deleted when you save the product') }}</p>
|
<p id="delete-current-product-picture-on-save-hint" class="form-text text-muted font-italic d-none">{{ $L('The current picture will be deleted when you save the product') }}</p>
|
||||||
@else
|
@else
|
||||||
<p id="no-current-product-picture-hint" class="form-text text-muted font-italic">{{ $L('No picture') }}</p>
|
<p id="no-current-product-picture-hint" class="form-text text-muted font-italic">{{ $L('No picture available') }}</p>
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user