snipe-it/resources/lang/de-DE/admin/labels/table.php
snipe 05875ebd1f
Some checks failed
Crowdin Action / upload-sources-to-crowdin (push) Has been cancelled
Docker images (Alpine) / docker (push) Has been cancelled
Docker images / docker (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Has been cancelled
Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2024-10-28 22:04:35 +00:00

19 lines
597 B
PHP

<?php
return [
'example_company' => 'Beispielfirma AG',
'example_defaultloc' => 'Gebäude 1',
'example_category' => 'Testkategorie',
'example_location' => 'Baue 2',
'example_manufacturer' => 'Test Manufacturing Inc.',
'example_model' => 'Testmodell',
'example_supplier' => 'Beispielfirma AG',
'labels_per_page' => 'Label',
'support_fields' => 'Felder',
'support_asset_tag' => 'Tag',
'support_1d_barcode' => '1D',
'support_2d_barcode' => '2D',
'support_logo' => 'Logo',
'support_title' => 'Bezeichnung',
];