app icon indicating copy to clipboard operation
app copied to clipboard

Untranslatable Text

Open tillkruss opened this issue 8 months ago • 5 comments

This issue is a collection of untranslatable text.

Some text in Ruddarr might appear in English, because the *arr instance is sending English text to us through it's API. Ruddarr cannot translate that text.

If you'd like the text translated, please open a bug report with Radarr or Sonarr.

tillkruss avatar Mar 27 '25 16:03 tillkruss

Failed downloads history event message.

{
  "eventType": "downloadFailed",
  "data": {
    "message": "Manually marked as failed",
  }
}

tillkruss avatar Mar 27 '25 16:03 tillkruss

Movie/Series genres.

{
  "genres": [
    "Comedy", "Adventure", "Fantasy"
  ]
}

tillkruss avatar Mar 27 '25 16:03 tillkruss

Quality profile names. Must be translated by the user.

{
  "name": "Any"
}

tillkruss avatar Mar 27 '25 16:03 tillkruss

TBA episode titles.

{
  "title": "TBA",
  "seriesId": 418,
  "seasonNumber": 6,
  "episodeNumber": 8
}

tillkruss avatar Mar 27 '25 16:03 tillkruss

Release rejection reasons.

{
  "rejections": [
    "English is wanted, but found Swedish",
    "WEBDL-720p is not wanted in profile",
    "WEBDL-2160p is not wanted in profile",
    "Existing file meets cutoff: HDTV-1080p"
  ]
}

tillkruss avatar Mar 27 '25 17:03 tillkruss