chore: remove unused workflow translations
This commit is contained in:
@ -19,7 +19,6 @@ const it: LocalePhrasesRoot = {
|
||||
app: {
|
||||
header: {
|
||||
content: 'Contenuti',
|
||||
workflow: 'Workflow',
|
||||
media: 'Media',
|
||||
quickAdd: 'Aggiunta veloce',
|
||||
},
|
||||
@ -188,35 +187,6 @@ const it: LocalePhrasesRoot = {
|
||||
onFailToAuth: '%{details}',
|
||||
},
|
||||
},
|
||||
workflow: {
|
||||
workflow: {
|
||||
loading: 'Caricando le voci del Flusso Editoriale',
|
||||
workflowHeading: 'Flusso Editoriale',
|
||||
newPost: 'Nuovo Post',
|
||||
description:
|
||||
'%{smart_count} voce attende la revisione, %{readyCount} pronte per la pubblicazione. |||| %{smart_count} voci attendono la revisione, %{readyCount} pronte per la pubblicazione. ',
|
||||
dateFormat: 'MMMM D',
|
||||
},
|
||||
workflowCard: {
|
||||
lastChange: '%{date} da %{author}',
|
||||
lastChangeNoAuthor: '%{date}',
|
||||
lastChangeNoDate: 'da %{author}',
|
||||
deleteChanges: 'Cancella le modifiche',
|
||||
deleteNewEntry: 'Cancella nuova voce',
|
||||
publishChanges: 'Pubblica modifiche',
|
||||
publishNewEntry: 'Pubblica una nuova voce',
|
||||
},
|
||||
workflowList: {
|
||||
onDeleteEntry: 'Sei sicuro di voler cancellare questa voce?',
|
||||
onPublishingNotReadyEntry:
|
||||
'Solo gli oggetti con lo status "Pronto" possono essere pubblicati. Sposta la Card nella colonna "Pronto" per abilitare la pubblicazione.',
|
||||
onPublishEntry: 'Sei sicuro di voler pubblicare questa voce?',
|
||||
draftHeader: 'Bozze',
|
||||
inReviewHeader: 'In Revisione',
|
||||
readyHeader: 'Pronto',
|
||||
currentEntries: '%{smart_count} voce |||| %{smart_count} voci',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default it;
|
||||
|
Reference in New Issue
Block a user