[apps/graph] Separate Cyan from Blue (fix #192)

This separate the Cyan colour's name from the blue, before this commit, it was the same text
This commit is contained in:
Yaya.Cout
2022-03-30 08:18:18 +02:00
parent 45229b80cd
commit 202c273c67
9 changed files with 9 additions and 1 deletions

View File

@@ -94,5 +94,6 @@ ColorBlue = "Blau "
ColorGreen = "Grün "
ColorYellow = "Gelb "
ColorPurple = "Violett "
ColorCyan = "Cyan "
ColorPink = "Rosa "
ColorOrange = "Orange "

View File

@@ -94,5 +94,6 @@ ColorBlue = "Blue "
ColorGreen = "Green "
ColorYellow = "Yellow "
ColorPurple = "Purple "
ColorCyan = "Cyan "
ColorPink = "Pink "
ColorOrange = "Orange "

View File

@@ -94,5 +94,6 @@ ColorBlue = "Azul "
ColorGreen = "Verde "
ColorYellow = "Amarillo "
ColorPurple = "Púrpura "
ColorCyan = "Cian "
ColorPink = "Rosa "
ColorOrange = "Naranja "

View File

@@ -94,5 +94,6 @@ ColorBlue = "Bleu "
ColorGreen = "Vert "
ColorYellow = "Jaune "
ColorPurple = "Violet "
ColorCyan = "Cyan "
ColorPink = "Rose "
ColorOrange = "Orange "

View File

@@ -94,5 +94,6 @@ ColorBlue = "Kék "
ColorGreen = "Zöld "
ColorYellow = "Sárga "
ColorPurple = "Lila "
ColorCyan = "Cián "
ColorPink = "Rózsaszín "
ColorOrange = "Narancssárga "

View File

@@ -94,5 +94,6 @@ ColorBlue = "Blu "
ColorGreen = "Verde "
ColorYellow = "Giallo "
ColorPurple = "Viola "
ColorCyan = "Ciano"
ColorPink = "Rosa "
ColorOrange = "Arancia "

View File

@@ -94,5 +94,6 @@ ColorBlue = "Blauw"
ColorGreen = "Groente"
ColorYellow = "Geel"
ColorPurple = "Purper"
ColorCyan = "Cyaan "
ColorPink = "Roze"
ColorOrange = "Oranje"

View File

@@ -94,5 +94,6 @@ ColorBlue = "Azul "
ColorGreen = "Verde "
ColorYellow = "Amarelo "
ColorPurple = "Roxa "
ColorCyan = "Ciano"
ColorPink = "Cor de rosa "
ColorOrange = "Laranja "

View File

@@ -18,7 +18,7 @@ public:
I18n::Message::ColorGreen,
I18n::Message::ColorYellow,
I18n::Message::ColorPurple,
I18n::Message::ColorBlue,
I18n::Message::ColorCyan,
I18n::Message::ColorPink,
I18n::Message::ColorOrange
};