#121287: "separate second and third person strings"
О чём этот отчёт?
Что произошло? Пожалуйста, выберите из нижеследующего
Подробное описание
• Пожалуйста, скопируйте/вставьте текст, который отображается на английском языке, вместо вашего. Если у вас есть снимок экрана с этой ошибкой (хорошая привычка), вы можете воспользоваться Imgur.com, чтобы загрузить его и вставить сюда ссылку.
Game is crazily difficult to translate because the second and third person strings are the same.
${actplayer} may ${available_actions}
${you} may ${available_actions}
In many (I dare risk: most) languages, the verbs change form in first, second, third etc persons.
Whenever we translate any "actions", they either work for "you" or "active player" but they don't work for both.• Доступен ли этот текст в системе перевода? Если да, был ли он переведён более 24 часов назад?
This doesn't seem to be a problem for other games, as strings are separated per person.
It would be appreciated if strings could be duplicated, permitting the translation.• Какой браузер вы используете?
Mozilla v5
История отчёта
${you} can change mimicked card for 1[Energy]
${you}Lecserélheted a leutánzott kártyát 1[Energy]-ért
${actplayer} can change mimicked card for 1[Energy]
${actplayer} lecserélheti a leutánzott kártyát 1[Energy]-ért
Verb endings (lecserélheted/lecserélheti) differ in second and third person. There's no singular option that would work in both cases.
KoT is a good example as the translation strings are very well tokenized. It accepts the reality that languages may have different word order or other rules.
Or there's something missing ?
${actplayer} may ${available_actions}
${you} may ${available_actions}
"available actions" would be "play X, do Y" etc. But in second and third person, "available actions" would have to be written differently. It's actually the same in English except that "may" here doesn't change form. "May" doesn't exist in many other languages, it would become part of the verb as a suffix.
In English you would say:
{you} play a card
{active player} plays a card
But in this game, {you} and {active player} both call in the same unchanged string, available actions.
I don't know if I can do two versions of the actions in the action list AND make it clear to translators, but I'll look into it.
Thanks for the precisions !
Добавить что-нибудь к этому отчёту
- Другой номер игрового стола / номер хода
- Помогло ли решить проблему нажатие F5?
- Случилась ли проблема несколько раз? Постоянно? От случая к случаю?
- Если у вас есть снимок экрана с этой ошибкой (хорошая привычка), вы можете воспользоваться Imgur.com, чтобы загрузить его и вставить сюда ссылку.