mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
chore(i18n): new Crowdin updates
This commit is contained in:
parent
16527ed529
commit
2e7b462d94
97 changed files with 4157 additions and 838 deletions
|
|
@ -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' => 'Activar barra lateral',
|
||||
'go_to_website' => 'Ir ao sitio web',
|
||||
'go_to_admin' => 'Ir á administración',
|
||||
'dashboard' => 'Taboleiro',
|
||||
'admin' => 'Inicio',
|
||||
'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',
|
||||
'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',
|
||||
'podcast-list' => 'Tódolos podcast',
|
||||
'podcast-create' => 'Novo podcast',
|
||||
'podcast-import' => 'Importar un podcast',
|
||||
'persons' => 'Persoas',
|
||||
'person-list' => 'Tódalas persoas',
|
||||
'person-create' => 'Nova persoa',
|
||||
'fediverse' => 'Fediverso',
|
||||
'fediverse-blocked-actors' => 'Contas bloqueadas',
|
||||
'fediverse-blocked-domains' => 'Dominios bloqueados',
|
||||
'users' => 'Usuarias',
|
||||
'user-list' => 'Tódalas usuarias',
|
||||
'user-create' => 'Nova usuaria',
|
||||
'pages' => 'Páxinas',
|
||||
'page-list' => 'Tódalas páxinas',
|
||||
'page-create' => 'Nova páxina',
|
||||
'settings' => 'Axustes',
|
||||
'settings-general' => 'Xeral',
|
||||
'settings-theme' => 'Decorado',
|
||||
'about' => 'Acerca de',
|
||||
'account' => [
|
||||
'my-account' => 'My account',
|
||||
'change-password' => 'Change password',
|
||||
'logout' => 'Logout',
|
||||
'my-account' => 'A miña conta',
|
||||
'change-password' => 'Cambiar contrasinal',
|
||||
'logout' => 'Saír',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue