mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 21:28:30 +01:00
f9b07f807f
- Upgrades the Dockerfiles and composer.json to require PHP 8. - Upgrades to Laravel 9 with all needed changes. - Move lang folder to root directory. - Upgrades third-party packages to the latest versions with all required changes.
13 lines
261 B
PHP
13 lines
261 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'stats' => 'Estadístiques',
|
|
'total_links' => 'Enllaços totals',
|
|
'total_lists' => 'Llistes totals',
|
|
'total_tags' => 'Etiquetes totals',
|
|
'total_notes' => 'Notes totals',
|
|
'total_broken_links' => 'Enllaços trencats',
|
|
|
|
];
|