Vote #78331
完了Change Russian translation for field_due_date and label_relation_new
0%
説明
There is a mistranslation for these labels in redmine:
- field_due_date: Дата завершения ** In russian it has the meaning of actual date of completeness, when all is done. Due date is like a deadline, so it should be translated as "Срок завершения"
- label_relation_new: Новое отношение ** In russian it has the meaning of new relationship with somebody, or new point of view about something. So it should be translated as "Новая связь" to be consistent with label_relation_delete: "Удалить связь"
I've prepared a new ru.yml file based on current trunk (r16420) (unfortunately i'm not familiar with patches) - please find it in the attachments.
This file also contains ru translation for new labels which were not translated yet except one: "error_cannot_reassign_time_entries_to_an_issue_about_to_be_deleted":
- If one tell me when redmine shows this label i'll find an accurate translation for this.
It would be great to add this feature to version:3.4.0
journals
I have made a patch file to change existing translations from Ilya Potapov's work. And I have submitted another patch as #25397, which introduces new Russian translation.
--------------------------------------------------------------------------------
Could someone who speaks Russian check these changes?
<pre><code class="diff">
Index: config/locales/ru.yml
===================================================================
--- config/locales/ru.yml (revision 16425)
+++ config/locales/ru.yml (working copy)
@@ -324,7 +324,7 @@
field_description: Описание
field_done_ratio: Готовность
field_downloads: Загрузки
- field_due_date: Дата завершения
+ field_due_date: Срок завершения
field_editable: Редактируемое
field_effective_date: Дата
field_estimated_hours: Оценка трудозатрат
@@ -632,7 +632,7 @@
label_related_issues: Связанные задачи
label_relates_to: связана с
label_relation_delete: Удалить связь
- label_relation_new: Новое отношение
+ label_relation_new: Новая связь
label_renamed: переименовано
label_reply_plural: Ответы
label_report: Отчёт
</code></pre>
--------------------------------------------------------------------------------
Go MAEDA wrote:
> Could someone who speaks Russian check these changes?
Yes. All correct ;-)
--------------------------------------------------------------------------------
Setting target version to 3.4.0.
Dmitry Salashnik,Thanks for reviewing.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I opened #25397 for newly translated strings.
Ilya Potapov, thank you for your work.
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,25397,Russian translation update (r16388)
relates,Closed,25349,Russian translation (r16388)