-
Notifications
You must be signed in to change notification settings - Fork 504
Issue 1473 Translate Improvements #1642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Changes from 4 commits
c5cf128
9687612
9139ae1
4bf7134
1bd0044
ba62d4b
fac4b36
27907dd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -486,6 +486,16 @@ const LocaleTranslationData = { | |
| "select.unit": "Select Unit", | ||
| "shift.date.interval": "Shift Date Interval", | ||
| "shifted.data.crosses.leap.year.to.non.leap.year": "Shifted data crosses a leap year so the graph might not align appropriately", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I cannot find where this is used.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As far as I know, this line of code has been here since before I was working on it. Regardless, I deleted it.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks. I missed that you did not make the change. |
||
| "shifted": "Shifted", | ||
| "compare.line.original.shifted.count": "The original line has {original} readings but the shifted line has {shifted}, which means the points will not align horizontally.", | ||
|
Nespina24 marked this conversation as resolved.
Outdated
|
||
| "compare.line.original.shifted.count.a": "The original line has ", | ||
|
Nespina24 marked this conversation as resolved.
Outdated
|
||
| "compare.line.original.shifted.count.b": " readings but the shifted line has ", | ||
| "compare.line.original.shifted.count.c": ", which means the points will not align horizontally.", | ||
| "compare.line.shifted.overlaps.start": "The shifted line overlaps the original line starting at {start}", | ||
|
Nespina24 marked this conversation as resolved.
Outdated
|
||
| "compare.line.shifted.overlaps.start.prefix": "The shifted line overlaps the original line starting at ", | ||
| "compare.line.days.align": "Days of week align (unless missing readings)", | ||
| "compare.line.month.day.align": "The month and day of the month align for the original and shifted readings", | ||
| "compare.line.month.day.align.until": " until original reading at date {date}", | ||
|
Nespina24 marked this conversation as resolved.
Outdated
|
||
| "show": "Show", | ||
| "show.all.logs": "Show All Logs ", | ||
| "show.grid": "Show grid", | ||
|
|
@@ -1074,6 +1084,16 @@ const LocaleTranslationData = { | |
| "select.unit": "Select Unit\u{26A1}", | ||
| "shift.date.interval": "Shift Date Interval\u{26A1}", | ||
| "shifted.data.crosses.leap.year.to.non.leap.year": "Shifted data crosses a leap year so the graph might not align appropriately\u{26A1}", | ||
| "shifted": "Décalé\u{26A1}", | ||
|
Nespina24 marked this conversation as resolved.
Outdated
|
||
| "compare.line.original.shifted.count": "La courbe originale a {original} lectures mais la courbe décalée en a {shifted}, ce qui signifie que les points ne s'aligneront pas horizontalement.", | ||
| "compare.line.original.shifted.count.a": "La courbe originale a ", | ||
| "compare.line.original.shifted.count.b": " lectures mais la courbe décalée en a ", | ||
| "compare.line.original.shifted.count.c": ", ce qui signifie que les points ne s'aligneront pas horizontalement.", | ||
| "compare.line.shifted.overlaps.start": "La courbe décalée chevauche la courbe originale à partir de {start}", | ||
| "compare.line.shifted.overlaps.start.prefix": "La courbe décalée chevauche la courbe originale à partir de ", | ||
| "compare.line.days.align": "Les jours de la semaine s'alignent (sauf si des lectures manquent)", | ||
| "compare.line.month.day.align": "Le mois et le jour du mois s'alignent pour les lectures originales et décalées", | ||
| "compare.line.month.day.align.until": " jusqu'à la lecture originale à la date {date}", | ||
| "show": "Montrer", | ||
| "show.all.logs": "Show All Logs\u{26A1} ", | ||
| "show.grid": "Show grid\u{26A1}", | ||
|
|
@@ -1662,6 +1682,16 @@ const LocaleTranslationData = { | |
| "select.unit": "Seleccionar unidad", | ||
| "shift.date.interval": "Shift Date Interval\u{26A1}", | ||
| "shifted.data.crosses.leap.year.to.non.leap.year": "Shifted data crosses a leap year so the graph might not align appropriately\u{26A1}", | ||
| "shifted": "Desplazado\u{26A1}", | ||
| "compare.line.original.shifted.count": "La línea original tiene {original} lecturas pero la línea desplazada tiene {shifted}, lo que significa que los puntos no se alinearán horizontalmente.", | ||
| "compare.line.original.shifted.count.a": "La línea original tiene ", | ||
| "compare.line.original.shifted.count.b": " lecturas pero la línea desplazada tiene ", | ||
| "compare.line.original.shifted.count.c": ", lo que significa que los puntos no se alinearán horizontalmente.", | ||
| "compare.line.shifted.overlaps.start": "La línea desplazada se superpone a la línea original empezando en {start}", | ||
| "compare.line.shifted.overlaps.start.prefix": "La línea desplazada se superpone a la línea original empezando en ", | ||
| "compare.line.days.align": "Los días de la semana coinciden (a menos que falten lecturas)", | ||
| "compare.line.month.day.align": "El mes y el día del mes coinciden para las lecturas originales y desplazadas", | ||
| "compare.line.month.day.align.until": " hasta la lectura original con fecha {date}", | ||
| "show": "Mostrar", | ||
| "show.all.logs": "Show All Logs\u{26A1} ", | ||
| "show.grid": "Mostrar rejilla", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.