mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
9 lines
234 B
PHP
9 lines
234 B
PHP
<?php
|
|
|
|
return [
|
|
'new_category' => 'Neue Kategorie',
|
|
'add_sub_category' => 'Unterkategorie hinzufügen',
|
|
'sub_category' => 'Unterkategorie anzeigen',
|
|
'new_placeholderforsearch' => 'Neuer Platzhalter für die Suche',
|
|
];
|