castopod/modules/Auth/Language/it/Contributor.php

48 lines
1.6 KiB
PHP
Raw Normal View History

<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
2022-10-14 18:12:14 +02:00
'podcast_contributors' => 'Collaboratori del podcast',
'view' => "{username}'s contribution to {podcastTitle}",
2022-10-14 18:12:14 +02:00
'add' => 'Aggiungi collaboratore',
'add_contributor' => 'Add a contributor for {0}',
'edit_role' => 'Update role for {0}',
2022-10-14 18:12:14 +02:00
'edit' => 'Modifica',
'remove' => 'Rimuovi',
'list' => [
2022-10-14 18:12:14 +02:00
'username' => 'Nome Utente',
'role' => 'Role',
],
'form' => [
'user' => 'User',
2022-10-14 18:12:14 +02:00
'user_placeholder' => 'Seleziona un utente…',
'role' => 'Ruolo',
'role_placeholder' => 'Seleziona il suo ruolo…',
'submit_add' => 'Aggiungi collaboratore',
'submit_edit' => 'Aggiorna Ruolo',
],
2022-11-04 12:03:24 +01:00
'delete_form' => [
'title' => 'Remove {contributor}',
'disclaimer' =>
'You are about to remove {contributor} from contributors. They will not be able to access "{podcastTitle}" anymore.',
'understand' => 'I understand, I want to remove {contributor} from "{podcastTitle}"',
'submit' => 'Remove',
],
'messages' => [
2022-11-04 12:03:24 +01:00
'editSuccess' => 'Role successfully changed!',
'editOwnerError' => "You can't edit the podcast owner!",
2022-10-14 18:12:14 +02:00
'removeOwnerError' => "Non puoi rimuovere il proprietario del podcast!",
'removeSuccess' =>
2022-10-14 18:12:14 +02:00
'Hai rimosso con successo {username} da {podcastTitle}',
'alreadyAddedError' =>
2022-10-14 18:12:14 +02:00
"Il collaboratore che stai cercando di aggiungere è già stato aggiunto!",
],
];