Browse Source

Create helpcenter.php

Xose M 4 năm trước cách đây
mục cha
commit
bce93ba53d
1 tập tin đã thay đổi với 28 bổ sung0 xóa
  1. 28 0
      resources/lang/gl/helpcenter.php

+ 28 - 0
resources/lang/gl/helpcenter.php

@@ -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'
+
+];