chore(i18n): new Crowdin updates

This commit is contained in:
crowdin 2022-11-04 11:03:24 +00:00 committed by Yassine Doghri
commit fa90decdd1
196 changed files with 5322 additions and 2183 deletions

View file

@ -9,34 +9,34 @@ declare(strict_types=1);
*/
return [
'toggle_sidebar' => 'Toggle sidebar',
'go_to_website' => 'Go to website',
'go_to_admin' => 'Go to admin',
'dashboard' => 'Dashboard',
'admin' => 'Home',
'toggle_sidebar' => 'Växla sidofält',
'go_to_website' => 'Gå till webbsidan',
'go_to_admin' => 'Gå till admin',
'dashboard' => 'Översiktspanel',
'admin' => 'Hem',
'podcasts' => 'Podcasts',
'podcast-list' => 'All podcasts',
'podcast-create' => 'New podcast',
'podcast-import' => 'Import a podcast',
'persons' => 'Persons',
'person-list' => 'All persons',
'person-create' => 'New person',
'podcast-list' => 'Alla podcasts',
'podcast-create' => 'Ny podcast',
'podcast-import' => 'Importera en podcast',
'persons' => 'Personer',
'person-list' => 'Alla personer',
'person-create' => 'Ny person',
'fediverse' => 'Fediverse',
'fediverse-blocked-actors' => 'Blocked accounts',
'fediverse-blocked-domains' => 'Blocked domains',
'users' => 'Users',
'user-list' => 'All users',
'user-create' => 'New user',
'pages' => 'Pages',
'page-list' => 'All pages',
'page-create' => 'New Page',
'settings' => 'Settings',
'settings-general' => 'General',
'settings-theme' => 'Theme',
'about' => 'About',
'fediverse-blocked-actors' => 'Blockerade konton',
'fediverse-blocked-domains' => 'Blockerade domäner',
'users' => 'Användare',
'user-list' => 'Alla användare',
'user-create' => 'Ny användare',
'pages' => 'Sidor',
'page-list' => 'Alla sidor',
'page-create' => 'Ny sida',
'settings' => 'Inställningar',
'settings-general' => 'Allmänt',
'settings-theme' => 'Tema',
'about' => 'Om',
'account' => [
'my-account' => 'My account',
'change-password' => 'Change password',
'logout' => 'Logout',
'my-account' => 'Mitt konto',
'change-password' => 'Ändra lösenord',
'logout' => 'Logga ut',
],
];