summaryrefslogtreecommitdiff
path: root/config/locales/en.yml
blob: b367818732dae0f8653579a0a39706a1efcc2d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
# Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.

en:
  more: "more …"
  images: images
  sponsors: sponsors
  hello: "Hello world"
  show_tag_headline: "Pages tagged with:"
  old_ccc_de: the old ccc.de
  event_schedule_time: "at %{time}"
  event_schedule_unrecognized: "Schedule not automatically readable"
  event_schedule_none: "No schedule"
  open_days: "Open days"
  open_days_label: "Open days"
  upcoming_events: "Upcoming events"
  open_today: "Open today"
  published: "published"
  published_by: "published by %{editor}"
  last_edited: "last edited"
  last_edited_by: "last edited by %{editor}"
  publisher_self: "you"
  editor_self: "you"

  time:
    formats:
      ccc: "%d %B, %Y %H:%M"
      ccc_date: "%d %B, %Y"

  will_paginate:
    previous_label: "← Previous"
    previous_aria_label: "Previous page"
    next_label: "Next →"
    next_aria_label: "Next page"
    page_gap: "…"
    container_aria_label: "Pagination"
    page_aria_label: "Page %{page}"

  activerecord:
    attributes:
      asset:
        name: "Name"
        upload: "File"
        creator: "Creator"
        source_url: "Source URL"
        license_key: "License"
      event:
        title: "Title"
        start_time: "Start time"
        end_time: "End time"
        rrule: "Rrule"
        allday: "Allday"
        url: "Url"
        node: "Node"
        tag_list: "Tags"
        latitude: "Latitude"
        longitude: "Longitude"
      page:
        title: "Title"
        abstract: "Abstract"
        body: "Body"
        tag_list: "Tags"
        template_name: "Template"
        assets: "Assets"
      menu_item:
        node_id: "Node Id"
        path: "Path"
        title: "Title"

  tags:
    index:
      title: "Tags"
    show:
      subscribe: "Subscribe to updates tagged »%{tag}«"

  content:
    featured_articles:
      title: "Featured"
    front_page_calendar:
      title: "Calendar"
    tags:
      title: "Tags"

  search:
    index:
      results_for: "Search results for: %{query}"


  node_actions:
    heading: "Action log"
    show_all: "Show all entries"
    backfilled: "backfilled"
    show_changes: "Change details"
    view_revision: "view this revision"
    unknown: "%{actor} did %{action} on %{subject}"
    publish: "%{actor} published %{revision} of %{subject}"
    publish_rollback: "%{actor} rolled %{subject} back to %{revision}"
    publish_first: "%{actor} published %{subject} for the first time"
    publish_first_with_author: "%{actor} published %{subject} for the first time (author: %{author})"
    create: "%{actor} created %{subject} at %{path}"
    move: "%{actor} moved %{subject} from %{from} to %{to}"
    discard_autosave: "%{actor} discarded unsaved changes on %{subject}"
    destroy_draft: "%{actor} discarded the draft of %{subject}"
    locale_added: "translation added, titled \"%{title}\""
    locale_removed: "translation removed, last titled \"%{title}\""
    abstract_changed: "abstract changed"
    body_changed: "body changed"
    revision_new: "a new revision"
    revision_earlier: "an earlier revision"
    node_history: "node history"
    detail_title: "title \"%{from}\" → \"%{to}\""
    detail_author: "author %{from} → %{to}"
    detail_tags: "tags %{from} → %{to}"
    template_changed: "template changed"
    assets_changed: "attached images changed"
    trash: "%{actor} moved %{subject} to the Trash (was at %{from})"
    restore_from_trash: "%{actor} restored %{subject} from the Trash to %{to}"
    destroy: "%{actor} permanently deleted %{subject} (last at %{path})"
    revision_created: "created %{date} by %{actor}"
    revision_published: "published %{date} by %{actor}"
    revision_restored: "restored %{date} by %{actor}"
    asset_history: "History"
    asset_destroy: "%{actor} destroyed asset “%{asset}”"
    asset_destroy_detached: "— detached from %{paths}"
    asset_destroy_headlines: "(was the headline of %{paths})"
    asset_create: "%{actor} uploaded asset “%{asset}”"
    asset_attach: "%{actor} attached “%{asset}” to %{subject}"
    asset_attach_headline: "%{actor} attached “%{asset}” to %{subject} as its headline"
    detail_assets_added: "Attachments added: %{names}"
    detail_assets_removed: "Attachments removed: %{names}"
    assets_reordered: "Attachments reordered"
    otp_enroll: "%{actor} set up a second factor"
    otp_disable: "%{actor} removed their second factor"
    otp_reset: "%{actor} reset the second factor of %{target}"

  open_gallery: "Open gallery"
  asset_licenses:
    cc0: "CC0"
    cc_by_4: "CC BY 4.0"
    cc_by_sa_4: "CC BY-SA 4.0"
    public_domain: "Public domain"
    used_with_permission: "Used with permission"
    own_work: "Own work"

  asset_credits:
    photo: "Photo %{name}"
    by: "by %{creator}"
    licensed_under: "Licensed under %{license}"

  related_documents: "Related documents"

  sessions:
    new:
      login: "Login"
      password: "Password"
      log_in: "log in"
      heading: "cccms"

  otp_challenges:
    new:
      title: "Second factor"
      code: "Code"
      log_in: "Log in"
      hint: "Enter the six-digit code from your authenticator app."

  otp_enrollments:
    show:
      title: "Enable second factor"
      scan: "Scan"
      manual_hint: "Or enter the secret manually:"
      confirm: "Confirm"
      app_hint: "Enter the six-digit code your app shows for “%{issuer}”."

  users:
    edit:
      my_account: "My account"
      edit_user: "Edit user “%{login}”"
      update: "Update"
      enabled: "Enabled."
      not_enrolled: "Not enrolled."
      current_password: "Current password"
      current_code: "Current code"
      second_factor: "Second factor"
      enable_second_factor: "Enable second factor"
      disable_second_factor: "Disable second factor"
      reset_second_factor: "Reset second factor"
      reset_confirm: "Reset %{login}'s second factor? They will log in with password only afterwards."
    labels:
      login: "login"
      email: "e-mail"
      password: "password"
      confirm: "confirm"
      admin: "admin?"
    user:
      confirm_destroy: "Do you really want to destroy user %{login}?"
    index:
      admins: "Admins"
      create_admin: "Create admin user"
      users: "Users"
      create_user: "Create user"
    new:
      title: "Create new user"

  admin:
    common:
      create: "Create"
      edit: "Edit"
      destroy: "Destroy"
      search: "Search"
      reset: "Reset"
      show: "Show"
      back: "Back"
      update: "Update"
      confirm_sure: "Are you sure?"
      confirm_irreversible: "This cannot be undone. Continue?"
      unlock_confirm: "Are you sure you want to unlock?\nLocked by %{login}\nLast modified %{time}"
      toggle_preview: "Toggle live preview"
      force_render: "Force preview render"
      "yes": "yes"
      "no": "no"
    columns:
      id: "ID"
      title: "Title"
      actions: "Actions"
      locked_by: "Locked by"
      rev: "Rev."
      path: "Path"
      preview: "Preview"
      name: "Name"
      author: "Author"
      editor: "Editor"
      date: "Date"
      type: "Type"
    menu:
      dashboard: "Dashboard"
      search: "Search"
      log_out: "Log out"
    index:
      title: "cccms dashboard"
      search_placeholder: "Search nodes and tags…"
      create_post: "Create post"
      find_chapter: "Find a chapter"
      upload_asset: "Upload asset"
      add_in_tree: "Add a page in the page tree"
      drafts_widget: "Drafts and autosaves"
      see_all_drafts: "See all drafts →"
      see_all_changes: "See all recent changes →"
      housekeeping: "Housekeeping"
      my_account: "My account"
      navigation: "Navigation"
    drafts:
      title: "Drafts (%{size})"
      revisions: "Revisions"
    conventions:
      title: "Node creation conventions"
      kind: "Kind"
      what_happens: "What happens"
    search_results:
      title: "Search Results"
  nodes:
    index:
      title: "Nodes"
      create_node: "Create node"
      create_hint: "Creates a node with no parent or kind set — for a specific page, use the wizard's create flow or \"add child\" from an existing node instead."
    new:
      title: "Create new node"
      type: "Type"
      slug_hint: "A URL slug will be generated from this automatically. You can review or adjust it afterward under the \"metadata\" section's Slug field."
      parent: "Parent"
      resulting_path: "Resulting path"
      copy: "copy"
      path_hint: "This preview updates as you type. The final path can still be changed afterward by editing the title (for the last segment) or moving the node to a different parent (for everything before it)."
      attachment: "attachment"
      attach_hint: "This asset will automatically be attached to the new page."
      as_headline: "as the page's headline"
    edit:
      save_draft: "Save Draft"
      save_unlock_exit: "Save + Unlock + Exit"
      preview: "Preview ↗"
      abstract: "Abstract"
      attachments: "Attachments"
      headline_hint: "The starred image or PDF becomes this page's headline on the public site. If none is starred, visitors get a link to browse all attached images instead."
      metadata_summary: "Metadata (slug, parent, tags, template, author, images)"
      slug: "Slug"
      parent: "parent"
      parent_hint: "Start typing to find a new parent for this node."
      tags: "Tags"
      tags_hint: "Comma separated, lowercase."
      publish_at: "Publish at"
      template: "Template"
      template_hint: "Set automatically based on how this node was created - change it if needed."
      author: "Author"
      body: "Body"
      live_preview: "Live preview"
      force_refresh: "Force refresh"
      unlock_back: "Unlock + Back"
      what_changed: "What changed?"
      confirm_discard: "This cannot be undone. Continue?"
      destroy_draft: "Destroy Draft"
      discard_autosave: "Discard Autosave"
      attach_search_placeholder: "Search images to attach…"
      set_headline_label: "Set as headline image"
      set_headline_title: "Use this photo as the page's headline image"
      remove_image_label: "Remove image"
    show:
      status: "Status"
      head: "Head"
      draft: "Draft"
      autosave: "Autosave"
      head_line: "%{title} (rev %{rev}, %{time})"
      draft_line: "%{title} (rev %{rev}, saved %{time})"
      autosave_line: "%{title} (unsaved, %{time})"
      never_published: "none — never published"
      none: "none"
      continue_editing: "Continue Editing"
      edit_draft: "Edit Draft"
      lock_edit: "Lock + Edit"
      fresh_draft_hint: "Nothing pending — this will start a fresh draft."
      diff_layers: "Diff %{from} vs. %{to}"
      layer_head: "Head"
      layer_draft: "Draft"
      layer_autosave: "Autosave"
      publish: "Publish"
      confirm_publish: "Publish this draft?"
      destroy_draft: "Destroy Draft"
      discard_autosave: "Discard Autosave"
      confirm_trash: "Move this page and everything beneath it to the Trash? All published content in it will go offline."
      move_to_trash: "Move to Trash"
      locked_hint: "Locked — see People below to unlock before editing, publishing, or discarding."
      trash: "Trash"
      was_at: "Was at"
      restore_to: "Restore to"
      restore_placeholder: "Search for a new parent…"
      restore_here: "Restore here"
      restore_hint: "Restored pages come back unpublished. Republish each page deliberately."
      confirm_delete:
        one: "Delete this page permanently? This cannot be undone."
        other: "Delete this page and the %{count} pages beneath it permanently? This cannot be undone."
      delete_permanently: "Delete permanently"
      including_beneath:
        one: "(including 1 beneath)"
        other: "(including %{count} beneath)"
      translations: "Translations"
      updated: "— updated %{time}"
      may_be_outdated: "may be outdated"
      not_yet_translated: "Not yet translated."
      create_translation: "Create translation + Lock"
      destroy_translation: "Destroy Translation"
      people: "People"
      author: "Author"
      editor: "Editor"
      dates: "Dates"
      last_updated: "Last updated"
      published_at: "Published at"
      will_publish_at: "Will publish at"
      links: "Links"
      public: "Public"
      admin_preview: "Admin Preview"
      public_preview: "Public Preview"
      revoke: "Revoke"
      confirm_revoke: "Revoke this preview link? Anyone currently using it will immediately lose access."
      create_preview_link: "Create public preview link"
      history: "History"
      published_revisions:
        one: "1 published revision"
        other: "%{count} published revisions"
      revision_history: "Revision history (diff / restore)"
      tags: "Tags"
      no_tags: "No tags."
      attachments: "Attachments"
      headline_title: "This page's headline image"
      upload_attachment: "Upload new attachment"
      attachments_hint: "To add or remove existing attachments, edit this node instead."
      events: "Events"
      show_link: "show"
      edit_link: "edit"
      add_event: "Add event"
      children: "Children"
      children_count:
        one: "1 child"
        other: "%{count} children"
      add_child: "Add child type %{kind}"
      abstract_locale: "Abstract (%{lang})"
      body_locale: "Body (%{lang})"
    drafts:
      title: "Nodes with drafts or autosaves"
    mine:
      title: "My work"
    tags:
      title: "Nodes tagged: %{tag}"
    sitemap:
      title: "Sitemap"
    chapters:
      title: "Chapters"
      filter: "Filter"
    node_list:
      search_placeholder: "Search title, abstract, body…"
    trashed:
      title: "Trash"
      empty: "The Trash is empty."
      was_at: "Was at"
      trashed: "Trashed"
      beneath:
        one: "(+ 1 beneath)"
        other: "(+ %{count} beneath)"
      trashed_by: "%{time} by %{actor}"
      confirm_delete:
        zero: "Delete \"%{title}\" permanently? This cannot be undone."
        one: "Delete \"%{title}\" and the 1 page beneath it permanently? This cannot be undone."
        other: "Delete \"%{title}\" and the %{count} pages beneath it permanently? This cannot be undone."
      delete_permanently: "Delete permanently"
      restore_hint: "To restore a page, open it and pick a new parent in its Trash section."

  events:
    confirm_delete: "Delete this event?"
    index:
      title: "Events"
      create_event: "Create event"
      without_page_link: "View events without a page →"
      edit_link: "edit"
    edit:
      title: "Editing event"
      change_node: "Change node"
      change_node_hint: "This will re-link the event to a different node — rarely needed."
    without_node:
      title: "Events without a node"
      all_events_link: "← All events"
    show:
      title: "Event"
      title_for_node: "Event for node %{path}"
      node_link: "Node"
      recurrence: "Recurrence"
    form:
      node_hint: "Optional — search and pick a node to associate this event with a page."
      recurrence: "Recurrence"
      title_hint: "Optional — if left blank, the associated node's title is used."
    rrule_builder:
      weekly: "Weekly"
      monthly: "Monthly"
      biweekly: "Every 2 weeks"
      monthly_ordinal: "On a specific weekday each month"
      ordinal_1: "1st"
      ordinal_2: "2nd"
      ordinal_3: "3rd"
      ordinal_4: "4th"
      ordinal_last: "last"
      ordinal_second_last: "second to last"
      ordinal_custom: "Selected weeks"
      weeks_of_month: "Weeks of the month:"
      exclude_month: "Except in one month"
      hint: "Builds the field below automatically. If your pattern is more complex than this covers, just edit it directly below - these controls won't touch it unless you use them."
    new:
      title: "New event"

  menu_items:
    index:
      title: "Menu Items"
      create_item: "Create menu item"
      confirm_destroy: "Do you really want to destroy the menu entry?"
    new:
      title: "Add Menu Item"
    edit:
      title: "Edit Menu Item"

  flash:
    common:
      logged_in: "Logged in successfully"
      otp_required: "Your account requires a second factor -- set it up to continue."
      admin_required: "Sorry, you need to be an admin for this action"
      now_headline: "It is now the page's headline."
      headline_ineligible: "This asset type cannot be a headline."
      locked_by_other: "The page is locked by another editor."
      autosave_failed: "Autosave failed"
    sessions:
      otp_setup_now: "Your account requires a second factor -- set it up now."
      logged_out: "You have been logged out."
      failed: "login not successful"
    otp:
      too_many_attempts: "Too many attempts -- log in again."
      code_mismatch: "That code did not match."
      code_mismatch_rescan: "That code did not match. Rescan or wait for the next code."
      wrong_password: "Wrong password."
      wrong_credentials: "Password or code wrong -- second factor unchanged."
      enabled: "Second factor enabled. The code you just entered is spent -- wait for the next one before logging in with it."
      disabled: "Second factor disabled."
    users:
      created: "User created %{login}"
      updated: "Updated user %{login}"
      otp_reset: "Second factor reset for %{login}"
    assets:
      created: "Asset was successfully created."
      updated: "Asset was successfully updated."
      attached: "Asset was successfully created and attached to “%{title}”."
      already_attached: "Asset saved — it was already attached to “%{title}”."
    events:
      created: "Event was successfully created."
      updated: "Event was successfully updated."
      tag_prefilled: "Tag '%{tag}' was pre-filled because this page is tagged '%{source}'. You can remove it below."
    revisions:
      unavailable: "That comparison is no longer available."
      restored: "Revision %{rev} restored"
    nodes:
      created_with_attachment: "Page created with “%{name}” attached."
      autosave_banner: "This page has unsaved changes from a previous session, shown below. Save to keep them, or use \"Discard Autosave\" below to go back to the last saved version."
      locked_ready: "Node locked and ready to edit"
      draft_saved: "Draft saved. Publish your changes in the Status section once you're done."
      trashed: "Page has been moved to the Trash"
      already_trashed: "Page is already in the Trash"
      restored: "Page has been restored from the Trash"
      restore_target_missing: "Restore target not found"
      deleted: "Page has been permanently deleted"
      published: "Draft has been published"
      unlocked: "Node unlocked"
      already_unlocked: "Already unlocked"
      preview_created: "Shareable preview link created - see below."
      preview_needs_draft: "Create or edit a draft first - shared preview links are only available for pages with an active draft."
      preview_revoked: "Shareable preview link revoked."
    page_translations:
      saved: "%{lang} translation saved. Publish the draft to make it live."
      none_to_remove: "No %{lang} translation exists to remove."
      last_translation: "Can't remove the only remaining translation."
      removed: "%{lang} translation removed from the draft. Publish to make this permanent."

  assets:
    index:
      title: "Assets"
      create_asset: "Create asset"
    show:
      thumbnail: "Thumbnail"
      attached_to: "Attached to"
      pending_only: "pending versions only"
      not_attached: "— not attached to any page —"
      new_page_with_attachment: "New page with this attachment"
      public_path: "Public Path"
      copy_url: "Copy URL"
      creator: "Creator"
      source: "Source"
      license: "License"
      content_type: "Content Type"
      size: "Size"
    new:
      title: "New asset"
    edit:
      title: "Editing asset"
      current_file: "Current File"
      replace_file: "Replace file"
    form:
      drop_hint: "…or drop a file here."
      none_option: "— none —"
      attach_to_page: "attach to page"
      attach_search_placeholder: "Search for a page…"
      attach_hint: "Optional — attaches this asset to that page, all pending versions included."
      as_headline: "attach as the page's headline"
      headline_hint: "Applies only if the page has no headline yet."

  revisions:
    locale_label: "Locale:"
    inline: "Inline"
    side_by_side: "Side by side"
    diff:
      title: "Compare revisions"
      revisions_link: "Revisions"
      comparing: "Comparing"
      against: "against"
      showing_prefix: "— showing the"
      translation_suffix: "translation"
      changed_hint: "* has a difference between these two versions."
      view_label: "View:"
      diff_button: "Diff"
      compare_numbered: "Compare two numbered revisions instead"
      none_marker: "(none)"
      no_change: "No change."
    index:
      title: "Revisions for Node: %{path}"
      back_to_node: "Back to node"
      first: "First"
      last: "Last"
      diff_revisions: "Diff revisions"
      against_word: "against"
      selected_word: "selected"
      show_link: "show"
      restore_link: "restore"
      confirm_restore: "Restore this revision?"
    show:
      title: "Revision %{rev}"
      show_all: "Show all revisions"

  page_translations:
    revision_history_link: "View revision history"
    edit:
      editing_prefix: "Editing the"
      translation_of: "translation of"
      metadata_hint_prefix: "Metadata such as images, tags, template, and author belong to the page as a whole, not to a single translation — change those from the"
      metadata_hint_link: "default-locale editor"
      save_translation: "Save %{lang} translation"
    show:
      title: "Compare"
      default_marker: "default"

  layouts:
    application:
      light_mode_aria: "Switch between dark and light mode"
      light_mode_label: "lights"
      admin: "Admin"
      overview: "Overview"
      edit: "Edit"
    flash:
      go_to_status: "Go to Status"
      stale_prefix: "The %{lang} translation may be out of date —"
      stale_link: "review it"
      stale_suffix: " too."
      locked_prefix: "The page is locked by %{login} —"
      locked_link: "unlock it there"
      locked_suffix: " first, then attach from this asset's page."
      headline_prefix: "The page's existing headline was kept —"
      headline_link: "change it there"
      headline_suffix: " if needed."
    admin:
      search_placeholder: "Search nodes…"
      lock_lost_prefix: "This page is now locked by someone else — your changes here can no longer be saved. Copy anything you need, then "
      lock_lost_link: "return to the published page"
      insert_image: "Insert image"
      insert_image_tooltip: "Insert one of this page's attached images"