Vote #78703
完了Spanish "text_journal_changed" translate change
0%
説明
Hi:
For Spanish translation, it's better the next translation:
text_journal_changed: "%{label} cambiado %{old} por %{new}"
to
text_journal_changed: "%{label} cambiado de %{old} a %{new}"
http://www.redmine.org/projects/redmine/repository/entry/trunk/config/locales/es.yml#L861
journals
--------------------------------------------------------------------------------
Please explain the reason in more detail.
--------------------------------------------------------------------------------
the problem is when the fild is a user.
Looks like the change is made for the %{new} value
Take a look in the English version:
<pre>
"%{label} changed from %{old} to %{new}"
</pre>
If you translate the actual spanish value to english, it's look like this:
Spanish:
<pre>
text_journal_changed: "%{label} cambiado %{old} por %{new}"
</pre>
English
<pre>
"%{label} changed %{old} by %{new}"
</pre>
I hope that you can understand me.
Thanks in advance.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed in trunk r16955, thanks.
I also changed in Spanish Panama.
--------------------------------------------------------------------------------