Add roadmap management to Site settings (#123)

This commit is contained in:
Riccardo Graziosi
2022-06-12 15:22:06 +02:00
committed by GitHub
parent db674eaf6a
commit e2065b2c5e
31 changed files with 495 additions and 60 deletions

View File

@@ -103,6 +103,7 @@ en:
title: 'Site settings'
boards: 'Boards'
post_statuses: 'Statuses'
roadmap: 'Roadmap'
info_box:
up_to_date: 'All changes saved'
error: 'An error occurred: %{message}'
@@ -119,6 +120,11 @@ en:
new: 'New'
form:
name: 'Status name'
roadmap:
title: 'Roadmap'
title2: 'Not in roadmap'
empty: 'The roadmap is empty.'
help: 'You can add new statuses to the roadmap by dragging them from the section below. If you want to add a new status or change their order, go to Site settings -> Statuses.'
user_mailer:
opening_greeting: 'Hello!'
closing_greeting: 'Have a great day!'

View File

@@ -103,6 +103,7 @@ it:
title: 'Impostazioni sito'
boards: 'Bacheche'
post_statuses: 'Stati'
roadmap: 'Roadmap'
info_box:
up_to_date: 'Tutte le modifiche sono state salvate'
error: 'Si è verificato un errore: %{message}'
@@ -119,6 +120,11 @@ it:
new: 'Nuovo'
form:
name: 'Nome stato'
roadmap:
title: 'Roadmap'
title2: 'Non mostrati in roadmap'
empty: 'La roadmap è vuota.'
help: "Puoi aggiungere nuovi stati alla roadmap trascinandoli dalla sezione sottostante. Se vuoi aggiungere un nuovo stato o cambiarne l'ordine, vai in Impostazioni sito -> Stati."
user_mailer:
opening_greeting: 'Ciao!'
closing_greeting: 'Buona giornata!'