Updated zh_tw translation for sidebar labels
Conflicts: vendor/built_in_modules/location/config/locales/zh_tw.yml
This commit is contained in:
parent
7ea9945af0
commit
c8292a7619
|
@ -35,5 +35,4 @@ end
|
||||||
|
|
||||||
# base.define_singleton_method :last do |*args|
|
# base.define_singleton_method :last do |*args|
|
||||||
# all.last
|
# all.last
|
||||||
# end
|
# end
|
||||||
>>>>>>> 87741bf... Location - category fixes
|
|
|
@ -8,7 +8,7 @@ defaults: &defaults
|
||||||
|
|
||||||
development:
|
development:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
database: demo_site_development
|
database: test_site
|
||||||
test:
|
test:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
database: test_site
|
database: test_site
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
class LocationInfo
|
class LocationInfo
|
||||||
include Mongoid::Document
|
include Mongoid::Document
|
||||||
include Mongoid::Timestamps
|
include Mongoid::Timestamps
|
||||||
|
include OrbitCategory::Categorizable
|
||||||
|
|
||||||
|
|
||||||
mount_uploader :file, LocationsUploader
|
mount_uploader :file, LocationsUploader
|
||||||
|
|
||||||
|
|
|
@ -29,5 +29,5 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<%if is_manager? %>
|
<%if is_manager? %>
|
||||||
<td><%= link_to 'New', new_panel_location_back_end_location_path %></td>
|
<td><%= link_to 'Add', new_panel_location_back_end_location_path, :class => "btn btn-primary pull-right", :id=>"create_event_btn", :ref=>"add-btn"%></td>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
en:
|
en:
|
||||||
location:
|
location:
|
||||||
location: Location
|
location: Location
|
||||||
|
categories: Categories
|
||||||
|
all_locations: All Locations
|
||||||
|
add_location: Add Location
|
||||||
|
add_category: Add Category
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
zh_tw:
|
zh_tw:
|
||||||
location:
|
location:
|
||||||
location: 地標
|
location: 地標
|
||||||
|
categories: 類別
|
||||||
|
all_locations: 全部地點
|
||||||
|
add_location: 新增地點
|
||||||
|
add_category: 新增類別
|
Loading…
Reference in New Issue