mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-14 20:17:46 +02:00
chore: new Crowdin updates
otetranome - Portuguese, Brazilian; Portuguese forght - German glottis0q - German ernestoacostame - Spanish Lucian I. Last (lil5) - Dutch ButterflyOfFire (BoFFire) - Arabic eorn - Breton Angelos Chouvardas (achouvardas) - Greek Russian Retro (retrograde) - Russian cExplorer - German GabiSnow - Spanish CTHTC - German Romain de Laage (rdelaage) - Spanish LuuzViir (Spanish) Samuel Roland (samuelroland) - French thelama - Portuguese
This commit is contained in:
parent
78548b5cd7
commit
7b71f7971d
223 changed files with 8574 additions and 2980 deletions
|
|
@ -9,33 +9,33 @@ 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' => 'Ocultar/mostrar barra lateral',
|
||||
'go_to_website' => 'Ir al sitio web',
|
||||
'go_to_admin' => 'Ir al panel de administración',
|
||||
'dashboard' => 'Panel de control',
|
||||
'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',
|
||||
'podcast-list' => 'Todos los podcasts',
|
||||
'podcast-create' => 'Nuevo podcast',
|
||||
'podcast-import' => 'Importar un podcast',
|
||||
'persons' => 'Personas',
|
||||
'person-list' => 'Todas las personas',
|
||||
'person-create' => 'Nueva persona',
|
||||
'fediverse' => 'Fediverso',
|
||||
'fediverse-blocked-actors' => 'Cuentas bloqueadas',
|
||||
'fediverse-blocked-domains' => 'Dominios bloqueados',
|
||||
'users' => 'Usuarios',
|
||||
'user-list' => 'Todos los usuarios',
|
||||
'user-create' => 'Nuevo usuario',
|
||||
'pages' => 'Páginas',
|
||||
'page-list' => 'Todas las páginas',
|
||||
'page-create' => 'Página nueva',
|
||||
'settings' => 'Configuración',
|
||||
'settings-general' => 'General',
|
||||
'settings-theme' => 'Theme',
|
||||
'settings-theme' => 'Tema',
|
||||
'account' => [
|
||||
'my-account' => 'My account',
|
||||
'change-password' => 'Change password',
|
||||
'logout' => 'Logout',
|
||||
'my-account' => 'Mi cuenta',
|
||||
'change-password' => 'Cambiar contraseña',
|
||||
'logout' => 'Cerrar sesión',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue