|
@@ -0,0 +1,17 @@
|
|
|
|
+<?php
|
|
|
|
+return [
|
|
|
|
+ 'about' => 'Sobre... ',
|
|
|
|
+ 'help' => 'Suport',
|
|
|
|
+ 'language' => 'Llengua',
|
|
|
|
+ 'fediverse' => 'Fediverse',
|
|
|
|
+ 'opensource' => 'Codi Obert',
|
|
|
|
+ 'terms' => 'Condicions',
|
|
|
|
+ 'privacy' => 'Privacitat',
|
|
|
|
+ 'l10nWip' => 'Estem treballant en el suport local',
|
|
|
|
+ 'currentLocale' => 'Configuració local actual',
|
|
|
|
+ 'selectLocale' => 'Seleccioneu una de les llengües disponibles',
|
|
|
|
+ 'contact' => 'Contacta',
|
|
|
|
+ 'contact-us' => 'Contacteu-nos',
|
|
|
|
+ 'places' => 'Llocs',
|
|
|
|
+ 'profiles' => 'Perfils',
|
|
|
|
+];
|