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