zh-cn-new

This commit is contained in:
zhongjin 2024-04-09 11:06:49 +08:00
parent a55814381d
commit 685c63c437
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<%= content_for(:title) do %>CARTO · Datasets by <%= @name %><% end %>
<%= content_for(:title) do %>快点 · <%= @name %>数据集<% end %>
<%= content_for(:description) do %><%= @page_description %><% end %>
<div class="CDB-Text PublicBody-content">

View File

@ -1,4 +1,4 @@
<%= content_for(:title) do %>CARTO · Maps by <%= @name %><% end %>
<%= content_for(:title) do %>快点 · <%= @name %> 地图<% end %>
<%= content_for(:description) do %><%= @page_description %><% end %>

View File

@ -1,4 +1,4 @@
<%= content_for(:title) do %>CARTO &middot; <%= @name %> public feed<% end %>
<%= content_for(:title) do %>快点 &middot; <%= @name %> public feed<% end %>
<%= content_for(:description) do %><%= @page_description %><% end %>
<div class="CDB-Text PublicBody-content PublicBody--grey">

View File

@ -7,7 +7,7 @@
<li class="js-logo">
<a href="<%= CartoDB.url(self, 'root') %>">
<span class="Logo">
<img src="<%= image_path "layout/carto-logo.svg" %>" alt="carto">
<img src="<%= image_path "layout/carto-logo.svg" %>" alt="快点">
</span>
</a>
</li>

View File

@ -6,7 +6,7 @@
<%= render_organization_avatar %>
</div>
<% if !Cartodb.config[:cartodb_com_hosted].present? && @organization.present? %>
<div class="Navbar-text">Not part of <%= @organization.name %>? Go to <a class="Navbar-textLink" href="https://carto.com">carto.com</a></div>
<div class="Navbar-text">Not part of <%= @organization.name %>? Go to <a class="Navbar-textLink" href="http://www.spacen.net">spacen.net</a></div>
<% end %>
</div>
</nav>