PHRAS-3084 Add string translation

This commit is contained in:
Harrys Ravalomanana
2020-05-25 16:47:36 +04:00
parent 0acc2575b1
commit b133b08b25
12 changed files with 392 additions and 302 deletions

View File

@@ -0,0 +1 @@
<svg color="#3b99fc" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="database" class="svg-inline--fa fa-database fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z"></path></svg>

After

Width:  |  Height:  |  Size: 649 B

View File

@@ -0,0 +1 @@
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="database" class="svg-inline--fa fa-database fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z"></path></svg>

After

Width:  |  Height:  |  Size: 633 B

View File

@@ -200,6 +200,7 @@ $mainMenuLinkBackgroundHoverColor: transparent;
background-color: #cccccc;
color: #000000;
cursor: pointer;
line-height: 1.7;
&:hover {
padding: 5px 10px;
@@ -212,6 +213,9 @@ $mainMenuLinkBackgroundHoverColor: transparent;
.fa-right {
color: #2475b5;
font-size: 16px;
.select-all-line-btn & {
padding-left: 6px;
}
}
/******* EDIT USERS ***********************************************************/