kopia lustrzana https://github.com/pixelfed/pixelfed
16 wiersze
404 B
PHP
16 wiersze
404 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'about' => 'Environ',
|
||
|
'help' => 'Aidez-moi',
|
||
|
'language' => 'La langue',
|
||
|
'fediverse' => 'Fediverse',
|
||
|
'opensource' => 'Open Source',
|
||
|
'terms' => 'Termes',
|
||
|
'privacy' => 'Intimité',
|
||
|
'l10nWip' => 'Nous travaillons toujours sur le support de la localisation',
|
||
|
'currentLocale' => 'Locale actuelle',
|
||
|
'selectLocale' => 'Sélectionnez l\'une des langues prises en charge',
|
||
|
|
||
|
];
|