# Missing Translation in Logs for System IP Rollup

**URL:** https://meta.discourse.org/t/missing-translation-in-logs-for-system-ip-rollup/30417
**Category:** UX
**Created:** [24.Июнь.2015 17:21:32 UTC](https://meta.discourse.org/t/missing-translation-in-logs-for-system-ip-rollup/30417 "2015-06-24T17:21:32Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [24.Июнь.2015 17:21:32 UTC](https://meta.discourse.org/t/missing-translation-in-logs-for-system-ip-rollup/30417/1 "2015-06-24T17:21:32Z")

</div>

When system performs an automated rollup, it produces the following entry:  
 ![](https://global.discourse-cdn.com/meta/original/3X/0/b/0be140ba70e1b7791c28a69576e2d28ad3ecc3bf.png)

This is the full button name:  
`[en.admin.logs.staff_actions.actions.roll_up]`

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [24.Июнь.2015 18:50:33 UTC](https://meta.discourse.org/t/missing-translation-in-logs-for-system-ip-rollup/30417/2 "2015-06-24T18:50:33Z")

</div>

I just looked in client.en.yml  
There is no “roll\_up” under “staff\_actions.actions”

```plaintext
          actions:
            delete_user: "delete user"
            change_trust_level: "change trust level"
            change_username: "change username"
            change_site_setting: "change site setting"
            change_site_customization: "change site customization"
            delete_site_customization: "delete site customization"
            suspend_user: "suspend user"
            unsuspend_user: "unsuspend user"
            grant_badge: "grant badge"
            revoke_badge: "revoke badge"
            check_email: "check email"
            delete_topic: "delete topic"
            delete_post: "delete post"
            impersonate: "impersonate"
            anonymize_user: "anonymize user"

```

There is one under “staff\_actions.screened\_ips” but doesn’t look to be the one wanted here

```plaintext
        screened_ips:
          title: "Screened IPs"
          description: 'IP addresses that are being watched. Use "Allow" to whitelist IP addresses.'
          delete_confirm: "Are you sure you want to remove the rule for %{ip_address}?"
          roll_up_confirm: "Are you sure you want to roll up commonly screened IP addresses into subnets?"
          rolled_up_some_subnets: "Successfully rolled up IP ban entries to these subnets: %{subnets}."
          rolled_up_no_subnet: "There was nothing to roll up."
          actions:
            block: "Block"
            do_nothing: "Allow"
            allow_admin: "Allow Admin"
          form:
            label: "New:"
            ip_address: "IP address"
            add: "Add"
            filter: "Search"
          roll_up:
            text: "Roll up"
            title: "Creates new subnet ban entries if there are at least 'min_ban_entries_for_roll_up' entries."

```

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [24.Июнь.2015 20:22:03 UTC](https://meta.discourse.org/t/missing-translation-in-logs-for-system-ip-rollup/30417/3 "2015-06-24T20:22:03Z")

</div>

Submitted a quick fix: [FIX: Add missing translation by riking · Pull Request #3565 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/3565)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [24.Июнь.2015 20:25:33 UTC](https://meta.discourse.org/t/missing-translation-in-logs-for-system-ip-rollup/30417/4 "2015-06-24T20:25:33Z")

</div>


