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
|
# 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}"
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"
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}”"
login: "login"
email: "e-mail"
password: "password"
confirm: "confirm"
admin: "admin?"
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."
admin:
common:
create: "Create"
edit: "Edit"
destroy: "Destroy"
search: "Search"
reset: "Reset"
confirm_irreversible: "This cannot be undone. Continue?"
toggle_preview: "Toggle live preview"
force_render: "Force preview render"
columns:
id: "ID"
title: "Title"
actions: "Actions"
locked_by: "Locked by"
rev: "Rev."
path: "Path"
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."
|