1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

New Crowdin updates (#3040)

This commit is contained in:
Dan Brown
2021-11-16 12:31:37 +00:00
committed by GitHub
parent 79c75f9296
commit 05ef23d34e
116 changed files with 718 additions and 286 deletions

View File

@ -54,7 +54,7 @@ return [
'email_confirm_text' => 'Conferma il tuo indirizzo email cliccando il pulsante sotto:',
'email_confirm_action' => 'Conferma Email',
'email_confirm_send_error' => 'La conferma della mail è richiesta ma non è stato possibile mandare la mail. Contatta l\'amministratore.',
'email_confirm_success' => 'La tua mail è stata confermata!',
'email_confirm_success' => 'Your email has been confirmed! You should now be able to login using this email address.',
'email_confirm_resent' => 'Mail di conferma reinviata, controlla la tua posta.',
'email_not_confirmed' => 'Indirizzo Email Non Confermato',
@ -71,7 +71,7 @@ return [
'user_invite_page_welcome' => 'Benvenuto in :appName!',
'user_invite_page_text' => 'Per completare il tuo account e ottenere l\'accesso devi impostare una password che verrà utilizzata per accedere a :appName in futuro.',
'user_invite_page_confirm_button' => 'Conferma Password',
'user_invite_success' => 'Password impostata, ora hai accesso a :appName!',
'user_invite_success_login' => 'Password set, you should now be able to login using your set password to access :appName!',
// Multi-factor Authentication
'mfa_setup' => 'Imposta Autenticazione Multi-Fattore',

View File

@ -45,6 +45,8 @@ return [
'unfavourite' => 'Rimuovi dai preferiti',
'next' => 'Successivo',
'previous' => 'Precedente',
'filter_active' => 'Active Filter:',
'filter_clear' => 'Clear Filter',
// Sort Options
'sort_options' => 'Opzioni Ordinamento',

View File

@ -258,6 +258,16 @@ return [
'tags_explain' => "Aggiungi tag per categorizzare meglio il contenuto. \n Puoi assegnare un valore ai tag per una migliore organizzazione.",
'tags_add' => 'Aggiungi un altro tag',
'tags_remove' => 'Rimuovi questo tag',
'tags_usages' => 'Total tag usages',
'tags_assigned_pages' => 'Assigned to Pages',
'tags_assigned_chapters' => 'Assigned to Chapters',
'tags_assigned_books' => 'Assigned to Books',
'tags_assigned_shelves' => 'Assigned to Shelves',
'tags_x_unique_values' => ':count unique values',
'tags_all_values' => 'All values',
'tags_view_tags' => 'View Tags',
'tags_view_existing_tags' => 'View existing tags',
'tags_list_empty_hint' => 'Tags can be assigned via the page editor sidebar or while editing the details of a book, chapter or shelf.',
'attachments' => 'Allegati',
'attachments_explain' => 'Carica alcuni file o allega link per visualizzarli nella pagina. Questi sono visibili nella sidebar della pagina.',
'attachments_explain_instant_save' => 'I cambiamenti qui sono salvati istantaneamente.',