mooxphp/moox

View on GitHub
packages/press-wiki/resources/lang/de/translations.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

return [
    'wiki' => 'Wiki',
    'wikis' => 'Wikis',
    'wiki-topic' => 'Thema',
    'wiki-topics' => 'Themen',
    'wiki-letter-topic' => 'Buchstabe ',
    'wiki-letter-topics' => 'Buchstaben ',
    'wiki-company-topic' => 'Firma',
    'wiki-company-topics' => 'Firmen',
    'wiki-department-topic' => 'Bereich',
    'wiki-department-topics' => 'Bereiche',
    'wiki-location-topic' => 'Standort',
    'wiki-location-topics' => 'Standorte',
];