blob: ea94952a39f211ea7fb4903e8b07f6b8b28e853a (
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
|
# 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."
|