プロジェクト

全般

プロフィール

Vote #76197

完了

Mistake in Polish Translation file.

Admin Redmine さんが約4年前に追加. 約4年前に更新.

ステータス:
Closed
優先度:
通常
担当者:
-
カテゴリ:
Translations_12
対象バージョン:
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
12
version_id:
102
issue_org_id:
19403
author_id:
123831
assigned_to_id:
1
comments:
16
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Closed]

説明

In Polish Translation (config/locale/pl.yml) file there is mistake (at least) in two keys repeated in all recent versions of Redmine includeing 3.0.1.

Two values need to be changed because of inproper use of the variables %{count} and %{count}.

They corrected values shoud look like:

mail_subject_reminder: "Uwaga na terminy, masz zagadnienia do obsłużenia w ciągu następnych %{days} dni! (%{count})" 
mail_body_reminder: "Wykaz przypisanych do Ciebie zagadnień, których termin wypada w ciągu następnych %{days} dni"

Discovered that mistake with my workmate.


journals

I made a patch file from the description.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
source:trunk/lang/en.yml@1928#L97
<pre>
mail_body_reminder: "%d issue(s) that are assigned to you are due in the next %d days:"
</pre>
--------------------------------------------------------------------------------
Polish "mail_body_reminder" @%{count}@ parameter was removed by r1928 (#2001).
Could you add @%{count}@ parameter to Polish "mail_body_reminder"?

source:trunk/config/locales/en.yml@14180#L217
<pre>
mail_body_reminder: "%{count} issue(s) that are assigned to you are due in the next %{days} days:"
</pre>
--------------------------------------------------------------------------------
I think "mail_subject_reminder" is correct due to r3907 change.

<pre><code class="diff">
--- pl.yml (revision 3906)
+++ pl.yml (revision 3907)
@@ -640,7 +640,7 @@
mail_subject_account_activation_request: "Zapytanie aktywacyjne konta {{value}}"
mail_subject_lost_password: "Twoje hasło do {{value}}"
mail_subject_register: "Aktywacja konta w {{value}}"
- mail_subject_reminder: "Uwaga na terminy, masz zagadnienia do obsłużenia w ciągu następnych {{count}} dni!"
+ mail_subject_reminder: "Uwaga na terminy, masz zagadnienia do obsłużenia w ciągu następnych {{count}} dni! ({{days}})"
notice_account_activated: Twoje konto zostało aktywowane. Możesz się zalogować.
notice_account_invalid_creditentials: Zły użytkownik lub hasło
notice_account_lost_email_sent: Email z instrukcjami zmiany hasła został wysłany do Ciebie.
</code></pre>

What do you think?
--------------------------------------------------------------------------------
Toshi MARUYAMA wrote:
> I think "mail_subject_reminder" is correct due to r3907 change.
>
> [...]
>
> What do you think?

The r3907 is wrong. Correct translation is specified in the description.
--------------------------------------------------------------------------------
Sebastian Paluch wrote:
> Toshi MARUYAMA wrote:
> > I think "mail_subject_reminder" is correct due to r3907 change.
> >
> > [...]
> >
> > What do you think?
>
> The r3907 is wrong. Correct translation is specified in the description.

Thank you. Could you give us correct "mail_body_reminder"?

--------------------------------------------------------------------------------
Toshi MARUYAMA wrote:
>
> Thank you. Could you give us correct "mail_body_reminder"?

Taking under consideration many plural forms used in Polish I would suggest to keep %{count} in brackets.
...and making it closer to original English version I would propose:
<pre><code class="Ruby">
mail_subject_reminder: "Zagadnienia (%{count}) do obsłużenia w ciągu następnych %{days} dni"
mail_body_reminder: "Wykaz przypisanych do Ciebie zagadnień (%{count}), których termin dobiega końca w ciągu następnych %{days} dni:"
</code></pre>

It seems there is much more stuff that needs translation. I will try to find time to do this.
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
I have added updated translation in #20785.
--------------------------------------------------------------------------------
Change committed in r14639, thanks.
--------------------------------------------------------------------------------


related_issues

relates,Closed,2001,Fresh polish translation
duplicates,Closed,8287,Polish e-mail due task notifications

Admin Redmine さんが約4年前に更新

  • カテゴリTranslations_12 にセット
  • 対象バージョン3.2.0_102 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0