Showing
2 changed files
with
26 additions
and
38 deletions
| ... | ... | @@ -23,17 +23,17 @@ en: |
| 23 | 23 | configuration_menu_title: "Configuration" |
| 24 | 24 | pages_menu_title: "Pages" |
| 25 | 25 | templates_menu_title: "Templates" |
| 26 | - page_langs_menu_title: "Page Languages" | |
| 27 | - user_menu_title: "Users" | |
| 28 | 26 | images_menu_title: "Files" |
| 29 | - drop_your_file: "Drop your file ..." | |
| 27 | + user_menu_title: "Users" | |
| 28 | + page_langs_menu_title: "Page Languages" | |
| 29 | + drop_your_file: "Drop your file here ..." | |
| 30 | 30 | are_you_sure: "Are you sure?" |
| 31 | 31 | page_not_found_html: "Sorry, page not found" |
| 32 | 32 | edit_frontend_page_title: "Edit Content" |
| 33 | 33 | admin_panel_title: "Kanjai - Admin panel" |
| 34 | 34 | login_title: "Kanjai - Login" |
| 35 | 35 | copyright: "© 2020 - kanjai.org" |
| 36 | - logout: 'logout' | |
| 36 | + logout: 'Logout' | |
| 37 | 37 | please_wait: "Please, wait ..." |
| 38 | 38 | |
| 39 | 39 | |
| ... | ... | @@ -56,21 +56,21 @@ en: |
| 56 | 56 | kanjai/page: |
| 57 | 57 | parent_id: Parent Page |
| 58 | 58 | page_template_id: Page Template |
| 59 | - private_flag: "Private" | |
| 60 | - default_private_page: "Default Private page" | |
| 61 | 59 | root_page: "Root Page" |
| 60 | + private_flag: "Private" | |
| 61 | + default_private_page: "Default Private Page" | |
| 62 | + show_public_only: "Show only for not login user" | |
| 62 | 63 | title: Title |
| 63 | 64 | type_page: Type |
| 64 | 65 | url: Url |
| 65 | - show_public_only: "Show only for not login user" | |
| 66 | 66 | page_name: "Page Name" |
| 67 | - template_name: "Template" | |
| 67 | + template_name: "Used Template" | |
| 68 | 68 | title_url: "URL" |
| 69 | 69 | page_content: |
| 70 | 70 | type_content: "Content Type" |
| 71 | 71 | kanjai/page_lang: |
| 72 | 72 | code: Code |
| 73 | - title: Title | |
| 73 | + title: Language title | |
| 74 | 74 | default_use: "Use Default" |
| 75 | 75 | kanjai/page_template: |
| 76 | 76 | title: "Title" |
| ... | ... | @@ -107,50 +107,38 @@ en: |
| 107 | 107 | admin: |
| 108 | 108 | page_structure: |
| 109 | 109 | row: "Row" |
| 110 | - col: "Col" | |
| 110 | + col: "Column" | |
| 111 | 111 | block: "Block" |
| 112 | 112 | login: |
| 113 | - title: "SIGN IN TO CONTINUE" | |
| 113 | + title: "SIGN IN" | |
| 114 | 114 | remember_me: "Remember me" |
| 115 | 115 | login_button: "Login" |
| 116 | 116 | placeholder_email: 'Enter email' |
| 117 | 117 | placeholder_password: 'Password' |
| 118 | 118 | admin_users: |
| 119 | 119 | title: "Users" |
| 120 | - create: "Create new admin user" | |
| 121 | - edit: "Edit admin user" | |
| 120 | + create: "Add new user" | |
| 121 | + edit: "Edit user" | |
| 122 | + page_langs: | |
| 123 | + title: "Languages" | |
| 124 | + add_new: "Add language" | |
| 125 | + empty_text: "Empty language list" | |
| 126 | + create: "Add new language" | |
| 127 | + edit: "Edit language" | |
| 122 | 128 | pages: |
| 123 | 129 | page_title: "Pages" |
| 124 | - add_new: "Add new" | |
| 125 | - create_new_page: "Create new page" | |
| 130 | + add_new: "Add page" | |
| 131 | + create_new_page: "Add new page" | |
| 126 | 132 | edit: "Edit page: %{title}" |
| 127 | 133 | edit_general_content: "General page information" |
| 128 | 134 | edit_lang_content: "Edit %{lang} information" |
| 129 | - delete: "Are you sure you want to delete this page?" | |
| 130 | - operation: | |
| 131 | - edit_general: "Edit General" | |
| 132 | - edit_markdown: "Edit Markdown" | |
| 133 | - edit_html: "Edit HTML" | |
| 134 | - gallery: "Gallery" | |
| 135 | - structure: "Structure" | |
| 136 | - edit_meta: "Meta Information" | |
| 137 | - type_page: | |
| 138 | - html: "HTML" | |
| 139 | - markdown: "Markdown" | |
| 135 | + delete: "Are you sure?" | |
| 140 | 136 | content_types: |
| 141 | 137 | rte_editor: "RTE Editor" |
| 142 | - plugin: "Plugin" | |
| 143 | - page_langs: | |
| 144 | - title: "Langs" | |
| 145 | - add_new: "Add Lang" | |
| 146 | - empty_text: "Empty lang list" | |
| 147 | - create: "Create new lang" | |
| 148 | - edit: "Edit lang" | |
| 138 | + plugin: "Plugin" | |
| 149 | 139 | templates: |
| 150 | 140 | page_title: "Templates" |
| 151 | 141 | empty_text: "You don't have template" |
| 152 | - edit: "Edit Template" | |
| 153 | - create: "Create Template" | |
| 154 | - gallery: | |
| 155 | - title: "Gallery" | |
| 142 | + edit: "Edit template" | |
| 143 | + create: "Add new template" | |
| 156 | 144 | ... | ... |