Skip to content

Commit

Permalink
Adding more explanations to the velocity override simulation box
Browse files Browse the repository at this point in the history
  • Loading branch information
akitaonrails committed Aug 29, 2016
1 parent a420bc5 commit 18d5fd6
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/templates/project_velocity.jst.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<%= I18n.t("velocity") %>
<span id="velocity_value">
<i class="mi mi-18">trending_up</i>
<%= project.velocity() %>
</span>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<form id="override-velocity">
<ul>
<li><%= I18n.t("override velocity") %>:
<li><%= I18n.t("override.velocity") %>:
<input name="override" size=2 value=<%= project.velocity() %> />
</li>
<li>
Expand All @@ -9,5 +9,9 @@
<button name="apply" value="apply" class="btn btn-primary btn-xs"><%= I18n.t("apply") %></button>
</div>
</li>
<li>
<p><%= I18n.t("override.explanation_1") %></p>
<p><%= I18n.t("override.explanation_2") %></p>
</li>
</ul>
</form>
1 change: 1 addition & 0 deletions app/assets/stylesheets/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -676,5 +676,6 @@ div#keycut-help {
#override-velocity {
.btn-group {
margin-top: 5px;
margin-bottom: 5px;
}
}
5 changes: 4 additions & 1 deletion config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ de:
author unknown: "Unbekanter Autor"
add story: "Story hinzufügen"
save error: "Fehler beim Speichern"
override velocity: "Velocity aufheben"
override:
velocity: "Velocity aufheben"
explanation_1: "Sie können mit verschiedenen Geschwindigkeitswerte simulieren."
explanation_2: "Die Iterationen werden vorübergehend die simulierte Geschwindigkeit zu reflektieren neu berechnet, sondern die reale Geschwindigkeit noch der Mittelwert der letzten drei Iterationen."
story title: "Titel"

requested on date: 'Angefragt am {{date}}'
Expand Down
5 changes: 4 additions & 1 deletion config/locales/el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,10 @@ el:
author unknown: "αγνωστος"
add story: "νέα ιστορία"
save error: "Πρόβλημα κατά την αποθήκευση"
override velocity: "επικάλυψη ταχύτητας"
override:
velocity: "επικάλυψη ταχύτητας"
explanation_1: "Μπορείτε να προσομοιώνουν με διαφορετικές τιμές ταχύτητας."
explanation_2: "Οι επαναλήψεις θα υπολογιστεί εκ νέου προσωρινά ώστε να αντικατοπτρίζει την προσομοίωση ταχύτητα, αλλά η πραγματική ταχύτητα θα εξακολουθεί να είναι ο μέσος όρος των τελευταίων 3 επαναλήψεις."
story title: "τίτλος"

requested on date: 'Ζητήθηκε στις {{date}}'
Expand Down
5 changes: 4 additions & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ en:
add story: "Add story"
add task: 'Add task'
save error: "Save error"
override velocity: "Override velocity"
override:
velocity: "Override velocity"
explanation_1: "You can simulate with different velocity values."
explanation_2: "The iterations will be temporatily recalculated to reflect the simulated velocity but the real Velocity will still be the average of the last 3 iterations."
story title: "Story title"

requested on date: 'Requested on {{date}}'
Expand Down
5 changes: 4 additions & 1 deletion config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ es:
add story: "Añadir articulo"
add task: 'Agregar tarea'
save error: "Error en Guardar"
override velocity: "Corrección de la velocidad"
override:
velocity: "Corrección de la velocidad"
explanation_1: "Se puede simular con diferentes valores de velocidad."
explanation_2: "Las iteraciones serán recalculados para reflejar temporalmente la velocidad simulada pero la velocidad real seguirá siendo el promedio de los últimos 3 iteraciones."
story title: "Título de la historia"

requested on date: 'Solicitada en {{date}}'
Expand Down
5 changes: 4 additions & 1 deletion config/locales/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ ja:
author unknown: "作者不明"
add story: "ストーリー追加"
save error: "保存エラー"
override velocity: "ベロシティを上書きする"
override:
velocity: "ベロシティを上書きする"
explanation_1: "あなたは、異なる速度値でシミュレートすることができます。"
explanation_2: "反復は一時的にシミュレートされた速度を反映するために再計算されますが、実際の速度はまだ最後の3回の反復の平均値となります。"
story title: "ストーリータイトル"

requested on date: '依頼日 {{date}}'
Expand Down
5 changes: 4 additions & 1 deletion config/locales/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ nl:
author unknown: "Auteur Onbekend"
add story: "Voeg verhaal toe"
save error: "Oplaan fout"
override velocity: "Overschijf snelheid"
override:
velocity: "Overschijf snelheid"
explanation_1: "U kunt simuleren met verschillende velocity waarden."
explanation_2: "De iteraties zal tijdelijk worden herberekend naar de gesimuleerde snelheid weerspiegelen maar de werkelijke snelheid zal nog steeds het gemiddelde van de laatste 3 iteraties zijn."
story title: "Verhaal titel"

requested on date: 'Aangevraagd op {{date}}'
Expand Down
5 changes: 4 additions & 1 deletion config/locales/pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ pt-BR:
add story: "Adicionar história"
add task: 'Adicionar tarefa'
save error: "Salvar erro"
override velocity: "Velocidade Ultrapassada"
override:
velocity: "Sobrescrever Velocidade"
explanation_1: "Você pode simular com diferentes valores de velocidade."
explanation_2: "As iterações serão temporariamente recalculadas para refletir a velocidade simulada, mas a velocidade real ainda será a média das últimos 3 iterações."
story title: "Título da história"

requested on date: 'Solicitado em {{date}}'
Expand Down

0 comments on commit 18d5fd6

Please sign in to comment.