en.yml
4.38 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
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
# 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"
images_menu_title: "Files"
user_menu_title: "Users"
page_langs_menu_title: "Page Languages"
drop_your_file: "Drop your file here ..."
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"
logout: 'Logout'
please_wait: "Please, wait ..."
mandatory_fields: "* Mandatory fields"
meta_title: "Kanjai - Bootstrap CMS"
forgot_password: "Forgot your password?"
password_reset_title: "PASSWORD RESET"
password_reset_text: "Fill with your mail to receive instructions on how to reset your password."
password_reset_email: "Email address"
password_reset_error: "Can not send instrution, please check email"
rte_choose_image: "Choose Image"
date:
formats:
default: "%d.%m.%Y"
time:
formats:
default: "%d.%m.%Y %H:%M"
full: "%d.%m.%Y %H:%M:%S"
short: "%d.%m.%Y"
time_zone:
formats:
default: "%d.%m.%Y %H:%M"
activerecord:
attributes:
kanjai/admin_user:
email: "E-Mail"
password: "Password"
password_confirmation: "Password confirmation"
kanjai/page:
parent_id: Parent Page
page_template_id: Page Template
root_page: "Root Page"
private_flag: "Private"
default_private_page: "Default Private Page"
show_public_only: "Show only for not login user"
title: Title
type_page: Type
url: Url
page_name: "Page Name"
template_name: "Used Template"
title_url: "URL"
page_content:
type_content: "Content Type"
kanjai/page_lang:
code: Code
title: Language title
default_use: "Use Default"
kanjai/page_template:
title: "Title"
attachment: "Template file"
updated_at: "Updated at"
unzip: "Status"
notice: "Notice"
attachment: "Template"
kanjai/image:
name: "Name"
tags: "Tags"
size: "Size"
format: "Format"
created_at: "Upload Date"
public_url: "URL"
kanjai/page_datum:
meta_title: Meta Title
meta_description: Meta Description
meta_keywords: Meta Keywords
actions:
create: Save
cancel: Cancel
show_more: "Show more"
close: Close
download: Download
edit: Edit
delete: Delete
edit_static_element: "Static Element %{lang}"
upload: "Upload"
disable: "Disable"
enable: "Enable"
edit_with_lang: "Edit %{lang}"
duplicate: "Duplicate"
copy: "Copy"
admin:
page_structure:
row: "Row"
col: "Column"
block: "Block"
login:
title: "SIGN IN"
remember_me: "Remember me"
login_button: "Login"
placeholder_email: 'Enter email'
placeholder_password: 'Password'
admin_users:
title: "Users"
create: "Add new user"
edit: "Edit user"
page_langs:
title: "Page languages"
add_new: "Add language"
empty_text: "Empty language list"
create: "Add new language"
edit: "Edit language"
pages:
page_title: "Pages"
add_new: "Add page"
create_new_page: "Add new page"
edit: "Edit page: %{title}"
edit_general_content: "General page information"
edit_lang_content: "Edit %{lang} information"
delete: "Are you sure?"
content_types:
rte_editor: "RTE Editor"
plugin: "Plugin"
templates:
page_title: "Templates"
empty_text: "You don't have template"
edit: "Edit template"
create: "Add new template"
template_status:
not_file: ""
unzip: "In Progress"
zip: "Ready"