mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
New translations web.php (Czech)
[ci skip]
This commit is contained in:
parent
44d877d670
commit
5646fbf878
1 changed files with 5 additions and 5 deletions
|
@ -39,9 +39,9 @@ return [
|
||||||
'admin' => 'Administrátorský ovládací panel',
|
'admin' => 'Administrátorský ovládací panel',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Domovská časová osa',
|
'homeFeed' => 'Domů',
|
||||||
'localFeed' => 'Místní časová osa',
|
'localFeed' => 'Místní kanál',
|
||||||
'globalFeed' => 'Globalní časová osa',
|
'globalFeed' => 'Globální kanál',
|
||||||
|
|
||||||
// Core features
|
// Core features
|
||||||
'discover' => 'Objevovat',
|
'discover' => 'Objevovat',
|
||||||
|
@ -55,7 +55,7 @@ return [
|
||||||
'drive' => 'Úložiště',
|
'drive' => 'Úložiště',
|
||||||
'settings' => 'Nastavení',
|
'settings' => 'Nastavení',
|
||||||
'compose' => 'Vytvořit nový',
|
'compose' => 'Vytvořit nový',
|
||||||
'logout' => 'Logout',
|
'logout' => 'Odhlásit',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'O aplikaci',
|
'about' => 'O aplikaci',
|
||||||
|
@ -109,7 +109,7 @@ return [
|
||||||
'profile' => [
|
'profile' => [
|
||||||
'posts' => 'Příspěvky',
|
'posts' => 'Příspěvky',
|
||||||
'followers' => 'Sledující',
|
'followers' => 'Sledující',
|
||||||
'following' => 'Sledovaní',
|
'following' => 'Sleduje',
|
||||||
'admin' => 'Administrátor',
|
'admin' => 'Administrátor',
|
||||||
'collections' => 'Sbírky',
|
'collections' => 'Sbírky',
|
||||||
'follow' => 'Sledovat',
|
'follow' => 'Sledovat',
|
||||||
|
|
Loading…
Reference in a new issue