Add i18 labels for suggestions on investments

This commit is contained in:
Eduardo Martinez Echevarria
2017-06-11 14:08:44 +02:00
parent 89d2793d76
commit 4616e891e6
2 changed files with 12 additions and 0 deletions

View File

@@ -511,6 +511,12 @@ en:
other: "There are debates with the term '%{query}', you can participate in them instead of opening a new one." other: "There are debates with the term '%{query}', you can participate in them instead of opening a new one."
message: "You are seeing %{limit} of %{count} debates containing the term '%{query}'" message: "You are seeing %{limit} of %{count} debates containing the term '%{query}'"
see_all: "Ver todos" see_all: "Ver todos"
budget_investment:
found:
one: "There is an investment with the term '%{query}', you can participate in it instead of opening a new one."
other: "There are investments with the term '%{query}', you can participate in them instead of opening a new one."
message: "You are seeing %{limit} of %{count} investments containing the term '%{query}'"
see_all: "See all"
proposal: proposal:
found: found:
one: "There is a proposal with the term '%{query}', you can contribute to it instead of creating a new" one: "There is a proposal with the term '%{query}', you can contribute to it instead of creating a new"

View File

@@ -511,6 +511,12 @@ es:
other: "Existen debates con el término '%{query}', puedes participar en ellos en vez de abrir uno nuevo." other: "Existen debates con el término '%{query}', puedes participar en ellos en vez de abrir uno nuevo."
message: "Estás viendo %{limit} de %{count} debates que contienen el término '%{query}'" message: "Estás viendo %{limit} de %{count} debates que contienen el término '%{query}'"
see_all: "Ver todos" see_all: "Ver todos"
budget_investment:
found:
one: "Existe una propuesta de inversión con el término '%{query}', puedes participar en ella en vez de abrir una nueva."
other: "Existen propuestas de inversión con el término '%{query}', puedes participar en ellas en vez de abrir una nueva."
message: "Estás viendo %{limit} de %{count} propuestas de inversión que contienen el término '%{query}'"
see_all: "Ver todas"
proposal: proposal:
found: found:
one: "Existe una propuesta con el término '%{query}', puedes participar en ella en vez de abrir uno nuevo." one: "Existe una propuesta con el término '%{query}', puedes participar en ella en vez de abrir uno nuevo."