diff options
Diffstat (limited to 'config/locales/en.yml')
| -rw-r--r-- | config/locales/en.yml | 35 |
1 files changed, 25 insertions, 10 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 7b5b1b86..ec57e33d 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -127,13 +127,13 @@ en: | |||
| 127 | 127 | ||
| 128 | 128 | ||
| 129 | node_actions: | 129 | node_actions: |
| 130 | heading: "Action log" | 130 | heading: "Recent changes" |
| 131 | show_all: "Show all entries" | 131 | show_all: "Show all entries" |
| 132 | backfilled: "backfilled" | 132 | backfilled: "backfilled" |
| 133 | show_changes: "Change details" | 133 | show_changes: "Change details" |
| 134 | view_revision: "view this revision" | 134 | view_revision: "Show this revision" |
| 135 | view_diff: "Show diff" | 135 | view_diff: "Show diff" |
| 136 | unknown: "%{actor} did %{action} on %{subject}" | 136 | unknown: "%{actor} performed %{action} on %{subject}" |
| 137 | publish: "%{actor} published %{revision} of %{subject}" | 137 | publish: "%{actor} published %{revision} of %{subject}" |
| 138 | publish_rollback: "%{actor} rolled %{subject} back to %{revision}" | 138 | publish_rollback: "%{actor} rolled %{subject} back to %{revision}" |
| 139 | publish_first: "%{actor} published %{subject} for the first time" | 139 | publish_first: "%{actor} published %{subject} for the first time" |
| @@ -142,18 +142,18 @@ en: | |||
| 142 | move: "%{actor} moved %{subject} from %{from} to %{to}" | 142 | move: "%{actor} moved %{subject} from %{from} to %{to}" |
| 143 | discard_autosave: "%{actor} discarded unsaved changes on %{subject}" | 143 | discard_autosave: "%{actor} discarded unsaved changes on %{subject}" |
| 144 | destroy_draft: "%{actor} discarded the draft of %{subject}" | 144 | destroy_draft: "%{actor} discarded the draft of %{subject}" |
| 145 | locale_added: "translation added, titled \"%{title}\"" | 145 | locale_added: "translation added, titled “%{title}”" |
| 146 | locale_removed: "translation removed, last titled \"%{title}\"" | 146 | locale_removed: "translation removed, last titled “%{title}”" |
| 147 | abstract_changed: "abstract changed" | 147 | abstract_changed: "abstract changed" |
| 148 | body_changed: "body changed" | 148 | body_changed: "body changed" |
| 149 | revision_new: "a new revision" | 149 | revision_new: "a new revision" |
| 150 | revision_earlier: "an earlier revision" | 150 | revision_earlier: "an earlier revision" |
| 151 | node_history: "node history" | 151 | node_history: "node history" |
| 152 | detail_title: "title \"%{from}\" → \"%{to}\"" | 152 | detail_title: "title “%{from}” → “%{to}”" |
| 153 | detail_author: "author %{from} → %{to}" | 153 | detail_author: "author %{from} → %{to}" |
| 154 | detail_tags: "tags %{from} → %{to}" | 154 | detail_tags: "tags %{from} → %{to}" |
| 155 | template_changed: "template changed" | 155 | template_changed: "template changed" |
| 156 | assets_changed: "attached images changed" | 156 | assets_changed: "attachments changed" |
| 157 | trash: "%{actor} moved %{subject} to the Trash (was at %{from})" | 157 | trash: "%{actor} moved %{subject} to the Trash (was at %{from})" |
| 158 | restore_from_trash: "%{actor} restored %{subject} from the Trash to %{to}" | 158 | restore_from_trash: "%{actor} restored %{subject} from the Trash to %{to}" |
| 159 | destroy: "%{actor} permanently deleted %{subject} (last at %{path})" | 159 | destroy: "%{actor} permanently deleted %{subject} (last at %{path})" |
| @@ -167,9 +167,9 @@ en: | |||
| 167 | asset_create: "%{actor} uploaded asset “%{asset}”" | 167 | asset_create: "%{actor} uploaded asset “%{asset}”" |
| 168 | asset_attach: "%{actor} attached “%{asset}” to %{subject}" | 168 | asset_attach: "%{actor} attached “%{asset}” to %{subject}" |
| 169 | asset_attach_headline: "%{actor} attached “%{asset}” to %{subject} as its headline" | 169 | asset_attach_headline: "%{actor} attached “%{asset}” to %{subject} as its headline" |
| 170 | detail_assets_added: "Attachments added: %{names}" | 170 | detail_assets_added: "attachments added: %{names}" |
| 171 | detail_assets_removed: "Attachments removed: %{names}" | 171 | detail_assets_removed: "attachments removed: %{names}" |
| 172 | assets_reordered: "Attachments reordered" | 172 | assets_reordered: "attachments reordered" |
| 173 | otp_enroll: "%{actor} set up a second factor" | 173 | otp_enroll: "%{actor} set up a second factor" |
| 174 | otp_disable: "%{actor} removed their second factor" | 174 | otp_disable: "%{actor} removed their second factor" |
| 175 | otp_reset: "%{actor} reset the second factor of %{target}" | 175 | otp_reset: "%{actor} reset the second factor of %{target}" |
| @@ -178,6 +178,21 @@ en: | |||
| 178 | user_reactivate: "%{actor} reactivated %{target}" | 178 | user_reactivate: "%{actor} reactivated %{target}" |
| 179 | redaktion_grant: "%{actor} added %{target} to Redaktion" | 179 | redaktion_grant: "%{actor} added %{target} to Redaktion" |
| 180 | redaktion_revoke: "%{actor} removed %{target} from Redaktion" | 180 | redaktion_revoke: "%{actor} removed %{target} from Redaktion" |
| 181 | event_create: "%{actor} added the event %{event}" | ||
| 182 | event_create_on: "%{actor} added the event %{event} to %{subject}" | ||
| 183 | event_update: "%{actor} changed the event %{event}" | ||
| 184 | event_update_on: "%{actor} changed the event %{event} on %{subject}" | ||
| 185 | event_destroy: "%{actor} deleted the event %{event}" | ||
| 186 | event_destroy_on: "%{actor} deleted the event %{event} from %{subject}" | ||
| 187 | detail_event_schedule: "schedule %{from} → %{to}" | ||
| 188 | detail_event_location: "location %{from} → %{to}" | ||
| 189 | detail_event_url: "link %{from} → %{to}" | ||
| 190 | detail_event_moved: "node %{from} → %{to}" | ||
| 191 | detail_event_description: "description changed" | ||
| 192 | detail_event_coordinates: "coordinates changed" | ||
| 193 | detail_event_allday: "all-day %{from} → %{to}" | ||
| 194 | event_none: "—" | ||
| 195 | unknown_event: "an event" | ||
| 181 | 196 | ||
| 182 | open_gallery: "Open gallery" | 197 | open_gallery: "Open gallery" |
| 183 | asset_licenses: | 198 | asset_licenses: |
