Add some missing translations
This commit is contained in:
parent
9aa4173933
commit
4b7b57bb3d
|
@ -5,12 +5,12 @@
|
||||||
<a class="brand dropdown-toggle" data-toggle="dropdown" href="#">Orbit</a>
|
<a class="brand dropdown-toggle" data-toggle="dropdown" href="#">Orbit</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><%= link_to content_tag(:i, nil, :class => 'icons-dashboard') + t('admin.dashboard'), admin_dashboards_path %></li>
|
<li><%= link_to content_tag(:i, nil, :class => 'icons-dashboard') + t('admin.dashboard'), admin_dashboards_path %></li>
|
||||||
<li><a href="#"><i class="icons-content"></i>Content</a></li>
|
<li><a href="#"><i class="icons-content"></i><%= t('admin.content') %></a></li>
|
||||||
<li><%= link_to content_tag(:i, nil, :class => 'icons-member') + t('admin.member'), admin_users_path %></li>
|
<li><%= link_to content_tag(:i, nil, :class => 'icons-member') + t('admin.member'), admin_users_path %></li>
|
||||||
<li><%= link_to content_tag(:i, nil, :class => 'icons-asset') + t('admin.asset'), admin_assets_path %></li>
|
<li><%= link_to content_tag(:i, nil, :class => 'icons-asset') + t('admin.asset'), admin_assets_path %></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
<li><%= link_to content_tag(:i, nil, :class => 'icons-structure') + t('admin.structure'), admin_items_path %></li>
|
<li><%= link_to content_tag(:i, nil, :class => 'icons-structure') + t('admin.structure'), admin_items_path %></li>
|
||||||
<li><a href="#"><i class="icons-plus-cube"></i>Add Item</a></li>
|
<li><a href="#"><i class="icons-plus-cube"></i><%= t('admin.add_item') %></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<ul class="nav">
|
<ul class="nav">
|
||||||
|
|
|
@ -12,6 +12,7 @@ en:
|
||||||
cancel: Cancel
|
cancel: Cancel
|
||||||
create: Create
|
create: Create
|
||||||
delete: Delete
|
delete: Delete
|
||||||
|
desktop: Desktop
|
||||||
disable: Disable
|
disable: Disable
|
||||||
dots: ●●●●●●
|
dots: ●●●●●●
|
||||||
downloaded: Downloaded
|
downloaded: Downloaded
|
||||||
|
@ -20,6 +21,7 @@ en:
|
||||||
email: Email
|
email: Email
|
||||||
enable: Enable
|
enable: Enable
|
||||||
forgot_password: Forgot your password?
|
forgot_password: Forgot your password?
|
||||||
|
help: Help
|
||||||
hide: Hide
|
hide: Hide
|
||||||
homepage: Homepage
|
homepage: Homepage
|
||||||
login: Login
|
login: Login
|
||||||
|
@ -29,6 +31,7 @@ en:
|
||||||
or_lower: or
|
or_lower: or
|
||||||
password: Password
|
password: Password
|
||||||
register: Register
|
register: Register
|
||||||
|
remember_me: Remember me
|
||||||
show: Show
|
show: Show
|
||||||
submit: Submit
|
submit: Submit
|
||||||
sure?: Are you sure?
|
sure?: Are you sure?
|
||||||
|
@ -36,9 +39,11 @@ en:
|
||||||
yes_: "Yes"
|
yes_: "Yes"
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
|
account_settings: Account settings
|
||||||
action: Action
|
action: Action
|
||||||
ad_banner: AD Banner
|
ad_banner: AD Banner
|
||||||
add: Add
|
add: Add
|
||||||
|
add_item: Add item
|
||||||
add_language: Add language
|
add_language: Add language
|
||||||
add_drop_down_item: +Add Menu Item
|
add_drop_down_item: +Add Menu Item
|
||||||
admin: Admin
|
admin: Admin
|
||||||
|
@ -67,7 +72,7 @@ en:
|
||||||
create_success_snippet: Snippet was successfully created.
|
create_success_snippet: Snippet was successfully created.
|
||||||
create_success_user: User was successfully created.
|
create_success_user: User was successfully created.
|
||||||
data: Data
|
data: Data
|
||||||
dashbroad: Dashbroad
|
dashboard: Dashboard
|
||||||
delete_language: Delete language
|
delete_language: Delete language
|
||||||
description: Description
|
description: Description
|
||||||
design: Design
|
design: Design
|
||||||
|
@ -139,6 +144,7 @@ en:
|
||||||
site: Site
|
site: Site
|
||||||
site_setting: Site Setting
|
site_setting: Site Setting
|
||||||
super_pages: Super pages
|
super_pages: Super pages
|
||||||
|
structure: Structure
|
||||||
title: Title
|
title: Title
|
||||||
translation: Translation
|
translation: Translation
|
||||||
type: Type
|
type: Type
|
||||||
|
|
Loading…
Reference in New Issue