-
Notifications
You must be signed in to change notification settings - Fork 20
/
phrases.js
60 lines (59 loc) · 1.87 KB
/
phrases.js
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
// List of all static phrases used on the site
// No hardcoded strings are used in template files
// so that the whole template can be translated
// by editing just a handful of files (mostly this one :))
module.exports = {
main_page: 'Main page',
skip_to_main_content: 'Skip to main content',
disclaimer: 'Disclaimer',
keep_reading: 'Keep reading on',
originally_published: 'Originally published on',
by: 'by',
license: 'License',
published: 'Published',
page: 'Page',
go_to_page: 'Go to page',
visit_website: 'Visit Website',
tags: 'Tags',
go: 'Go!',
newer: 'Newer',
older: 'Older',
articles: 'articles',
newer_article: 'Newer article',
older_article: 'Older article',
articles_tagged_as: 'Articles tagged as',
view_all_articles_tagged_as: 'Browse and read articles tagged as',
tagged_as: 'Tagged as',
copyright_symbol: '©',
right_arrow_symbol: '→',
left_arrow_symbol: '←',
meta_separator: '•',
feed: 'Feed',
of: 'of',
min: 'min',
read: 'read',
words: 'words',
page_number_hint: 'Enter a page number to quickly jump to it',
feed_info: [
'This is an autogenerated Atom / RSS Feed. If you use RSS reader app, use the URL',
'to subscribe.',
],
share_on: 'Share on',
share_this_article: 'Share this article',
opens_prompt: 'opens prompt window',
opens_new_tab: 'opens a new tab',
image_credit: 'Image credit',
copy_to_clipboard: 'Copy article URL to clipboard',
which_instance: 'To which instance?',
mastodon_share_line_1:
'Clicking Share will open a new browser tab. Make sure your browser permits websites to open new tabs.',
mastodon_share_line_2:
'You will be able to modify your status contents before submitting.',
example: 'Example',
sample_instance: 'mastodon.social',
close_window: 'Close this window',
share: 'Share',
powered_by: 'Powered by',
template: 'Template',
circa: 'ca.',
};