1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-04 02:28:08 +00:00
pixelfed/resources/lang/gl/notification.php

13 lines
345 B
PHP
Raw Normal View History

2018-06-01 19:19:56 +02:00
<?php
return [
2020-11-21 18:27:25 +01:00
'likedPhoto' => 'gustoulle a túa publicación.',
'likedComment' => 'gustoulle o teu comentario.',
'startedFollowingYou' => 'comezou a seguirte.',
'commented' => 'comentou na túa publicación.',
'mentionedYou' => 'mencionoute.',
'shared' => 'compartiu a túa publicación.',
2018-06-01 19:19:56 +02:00
];