apps_translate_fix
This commit is contained in:
parent
41168f4c99
commit
536f0d30af
|
@ -38,17 +38,18 @@
|
|||
.o-archives-file {}
|
||||
.o-archives-file:hover {}
|
||||
.o-archives-file-type {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-left: 8px;
|
||||
padding: 0 6px;
|
||||
height: 16px;
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
line-height: 16px;
|
||||
background-color: #666;
|
||||
color: #fff;
|
||||
border-radius: 3px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-left: 8px;
|
||||
padding: 0 4px;
|
||||
height: 15px;
|
||||
font-size: 9px;
|
||||
text-transform: uppercase;
|
||||
line-height: 15px;
|
||||
background-color: #999;
|
||||
color: #FFF;
|
||||
border-radius: 3px;
|
||||
-webkit-text-size-adjust: none;
|
||||
}
|
||||
|
||||
/* Tag list */
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="column-ctrl col-title">Title</th>
|
||||
<th class="column-ctrl col-file">Files</th>
|
||||
<th class="column-ctrl col-category">Category</th>
|
||||
<th class="column-ctrl col-title"><%= t("archive.Title")%></th>
|
||||
<th class="column-ctrl col-file"><%= t("archive.Files")%></th>
|
||||
<th class="column-ctrl col-category"><%= t("archive.Category")%></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="column-ctrl col-title">Title</th>
|
||||
<th class="column-ctrl col-file">Files</th>
|
||||
<th class="column-ctrl col-category">Category</th>
|
||||
<th class="column-ctrl col-title"><%= t("archive.Title")%></th>
|
||||
<th class="column-ctrl col-file"><%= t("archive.Files")%></th>
|
||||
<th class="column-ctrl col-category"><%= t("archive.Category")%></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
@ -2,6 +2,9 @@ en:
|
|||
|
||||
archive:
|
||||
archive: Archive
|
||||
Title: Title
|
||||
Files: Files
|
||||
Category: Category
|
||||
frontend:
|
||||
archive: Archive Front-end
|
||||
widget:
|
||||
|
|
|
@ -2,6 +2,9 @@ zh_tw:
|
|||
|
||||
archive:
|
||||
archive: 檔案室
|
||||
Title: 標題
|
||||
Files: 檔案
|
||||
Category: 類別
|
||||
frontend:
|
||||
archive: 檔案室前台
|
||||
widget:
|
||||
|
|
Reference in New Issue