-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.yaml
83 lines (74 loc) · 2.71 KB
/
strings.yaml
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
### Default String Configuration
### Add custom strings in custom/strings.yaml
# base config in partials/branding, partials/head
branding:
name: Learning Catalog
prettyName: Learning Catalog
org: Reaktor
icon: /assets/images/reaktor_r.svg
favicon: /assets/images/favicon.ico
# pages/categories, pages/index, partials/search
landing:
tagline: Experimental new Intranet. Actually just shows the contents of our shared Google Drive in a nice manner.
viewAll: View All
modules:
- tag: featured
label: Featured
style: docs
# partials/footer
footer:
helpText: Questions? Suggestions? Join the discussion on <a target="blank" href="https://reaktor.slack.com/archives/C07V4TA7LAU">Reaktor Slack</a>.
defaultEmail: user@your_organization.com
buttons:
edit: Edit This Page
move: Move This Page
create: Create New Page
viewFolder: View Folder
# pages/search, partials/search
search:
placeholder: Search...
results:
title: !!js/function (query) => `Search results for ${query}`
kicker: !!js/function (query) => `Showing results for '${query}':`
label:
folder: !!js/function (path, folder) => `Filed under <a class="folder" href=${path}><span>${folder}</span></a>`
person: !!js/function (lastUser) => `Last edited by <span class='author'>${lastUser}`
none:
kicker: !!js/function (query) => `There are no results for '${query}'`
suggestion: To request a new page, contact your administrators.
# categories/default
folder:
childrenList:
kicker: !!js/function (title) => `Pages in ${title}`
# partials/sectionList
sectionList:
heading: "Table of Contents:"
#partials/siblingList
siblingList:
heading: Related Docs
# playlists/default
playlist:
childrenList:
kicker: !!js/function (title) => `${title} Playlist`
siblingList:
heading: !!js/function (title) => `${title} Playlist`
nav:
previous: <
next: '>'
# errors
error:
403:
title: Operation Not Permitted
heading: Not Authorized
message: "<p>The page you're trying to access is forbidden. Please try <a href='/login'>logging in</a> with another account, or contact your organization's administrators for assistance.</p>"
404:
title: Page Not Found
heading: Whoops, that's a 404.
message: Perhaps try to search for something else instead?
500:
title: Server Error
heading: Uh oh, that's a 500.
message: Perhaps try to search for something else instead?
# warning messages
warning:
duplicate: !!js/function (names, folderId) => `Multiple resources in <a href="https://drive.google.com/drive/u/0/folders/${folderId}" target="_blank">this folder</a> share the same name: ${names.join(', ')}. Only one will be accesible through Library.`