mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-26 06:20:46 +00:00
Update l10n
This commit is contained in:
parent
6b21896ba4
commit
35dc16176e
1 changed files with 12 additions and 8 deletions
|
@ -2,13 +2,17 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'viewMyProfile' => 'View my profile',
|
'search' => 'Search',
|
||||||
'myTimeline' => 'My Timeline',
|
'home' => 'Home',
|
||||||
'publicTimeline' => 'Public Timeline',
|
'local' => 'Local',
|
||||||
'remoteFollow' => 'Remote Follow',
|
'discover' => 'Discover',
|
||||||
'settings' => 'Settings',
|
'viewMyProfile' => 'View my profile',
|
||||||
'admin' => 'Admin',
|
'myTimeline' => 'My Timeline',
|
||||||
'logout' => 'Logout',
|
'publicTimeline' => 'Public Timeline',
|
||||||
'directMessages' => 'Direct Messages',
|
'remoteFollow' => 'Remote Follow',
|
||||||
|
'settings' => 'Settings',
|
||||||
|
'admin' => 'Admin',
|
||||||
|
'logout' => 'Logout',
|
||||||
|
'directMessages' => 'Direct Messages',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue