mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Create helpcenter.php
This commit is contained in:
parent
92700525d5
commit
bce93ba53d
1 changed files with 28 additions and 0 deletions
28
resources/lang/gl/helpcenter.php
Normal file
28
resources/lang/gl/helpcenter.php
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'helpcenter' => 'Centro de Axuda',
|
||||
'whatsnew' => 'Novidades',
|
||||
|
||||
'gettingStarted' => 'Comezar',
|
||||
'sharingMedia' => 'Compartir Multimedia',
|
||||
'profile' => 'Perfil',
|
||||
'stories' => 'Historias',
|
||||
'hashtags' => 'Cancelos',
|
||||
'discover' => 'Descubrir',
|
||||
'directMessages' => 'Mensaxes Directas',
|
||||
'timelines' => 'Cronoloxías',
|
||||
'embed' => 'Incrustar',
|
||||
|
||||
'communityGuidelines' => 'Guías da comunidade',
|
||||
'whatIsTheFediverse' => 'Que é o fediverso?',
|
||||
'controllingVisibility' => 'Control da visibilidade',
|
||||
'blockingAccounts' => 'Bloqueo de contas',
|
||||
'safetyTips' => 'Seguridade',
|
||||
'reportSomething' => 'Denunicas',
|
||||
'dataPolicy' => 'Política de datos',
|
||||
|
||||
'taggingPeople' => 'Etiquetar persoas'
|
||||
|
||||
];
|
Loading…
Reference in a new issue