en.yml
3.5 KB
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
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
# I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.
en:
configuration_menu_title: "Configuration"
pages_menu_title: "Pages"
templates_menu_title: "Templates"
page_langs_menu_title: "Page Languages"
user_menu_title: "Users"
images_menu_title: "Files"
drop_your_file: "Drop your file ..."
are_you_sure: "Are you sure?"
page_not_found_html: "Sorry, page not found"
edit_frontend_page_title: "Edit Content"
admin_panel_title: "Kanjai - Admin panel"
login_title: "Kanjai - Login"
copyright: "© 2020 - kanjai.org"
date:
formats:
default: "%d.%m.%Y"
time:
formats:
default: "%d.%m.%Y %H:%M"
full: "%d.%m.%Y %H:%M:%S"
time_zone:
formats:
default: "%d.%m.%Y %H:%M"
activerecord:
attributes:
kanjai/admin_user:
email: "E-Mail"
password: "Password"
password_confirmation: "Password confirmation"
page:
parent_id: Parent Page
page_template_id: Page Template
private_flag: "Private"
default_private_page: "Default Private page"
root_page: "Root Page"
title: Title
type_page: Type
url: Url
meta_title: Meta Title
meta_description: Meta Description
meta_keywords: Meta Keywords
show_public_only: "Show only for not login user"
page_content:
type_content: "Content Type"
page_lang:
code: Code
title: Title
default_use: "Use Default"
template:
title: "Title"
attachment: "Attachment"
unzip: "Status"
actions:
create: Save
cancel: Cancel
show_more: "Show more"
close: Close
download: Download
edit: Edit
delete: Delete
admin:
login:
title: "SIGN IN TO CONTINUE"
remember_me: "Remember me"
login_button: "Login"
placeholder_email: 'Enter email'
placeholder_password: 'Password'
admin_users:
title: "Users"
create: "Create new admin user"
edit: "Edit admin user"
pages:
page_title: "Pages"
add_new: "Add new"
create_new_page: "Create new page"
edit_page: "Edit page - %{title}"
edit_general_content: "General page information"
edit_lang_content: "Edit %{lang} information"
delete: "Are you sure you want to delete this page?"
operation:
edit_general: "Edit General"
edit_markdown: "Edit Markdown"
edit_html: "Edit HTML"
gallery: "Gallery"
structure: "Structure"
edit_meta: "Meta Information"
type_page:
html: "HTML"
markdown: "Markdown"
content_types:
rte_editor: "RTE Editor"
plugin: "Plugin"
page_langs:
title: "Langs"
add_new: "Add Lang"
empty_text: "Empty lang list"
create: "Create new lang"
edit: "Edit lang"
templates:
page_title: "Templates"
add_new: "Add Template"
empty_text: "You don't have template"
edit_template: "Edit Template"
gallery:
title: "Gallery"