Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
add translation templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Winsor committed May 4, 2020
1 parent c762dd8 commit bbd3800
Show file tree
Hide file tree
Showing 11 changed files with 188 additions and 7 deletions.
7 changes: 4 additions & 3 deletions src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
"TRANSFER": {
"TITLE": "Transfer Funds",
"HEADINGS": {
"OPTIONS": "Options",
"RECIPIENT": "Recipient"
"AMOUNT": "Amount",
"RECIPIENT": "Recipient",
"MESSAGE": "Message"
}
},
"ACTIVITY": {
Expand All @@ -38,7 +39,7 @@
"TITLE": "Settings"
},
"LOCK": {
"TITLE": "Lock"
"TITLE": "Lock Your Wallet"
}
}
}
45 changes: 45 additions & 0 deletions src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"PAGES": {
"HEADER": {
"TITLE": "Portefeuille Lite",
"DASHBOARD": "Dashboard",
"TRANSFER": "Transfer",
"ACTIVITY": "Activity"
},
"FOOTER": {
"WALLET": "Cloud Wallet",
"NODE": "Smart Node",
"ONLINE": "Online",
"OFFLINE": "Offline"
},
"DASHBOARD": {
"TITLE": "Dashboard",
"BALANCE": "Balance",
"ADDRESS": "Address",
"ACTIVITY": "Recent Activity"
},
"TRANSFER": {
"TITLE": "Transfer Funds",
"HEADINGS": {
"AMOUNT": "Amount",
"RECIPIENT": "Recipient",
"MESSAGE": "Message"
}
},
"ACTIVITY": {
"TITLE": "Transactions"
},
"CONTACTS": {
"TITLE": "Contacts"
},
"MESSAGING": {
"TITLE": "Messages"
},
"SETTINGS": {
"TITLE": "Settings"
},
"LOCK": {
"TITLE": "Lock Your Wallet"
}
}
}
45 changes: 45 additions & 0 deletions src/assets/i18n/hi.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"PAGES": {
"HEADER": {
"TITLE": "लाइट वॉलेट",
"DASHBOARD": "Dashboard",
"TRANSFER": "Transfer",
"ACTIVITY": "Activity"
},
"FOOTER": {
"WALLET": "Cloud Wallet",
"NODE": "Smart Node",
"ONLINE": "Online",
"OFFLINE": "Offline"
},
"DASHBOARD": {
"TITLE": "Dashboard",
"BALANCE": "Balance",
"ADDRESS": "Address",
"ACTIVITY": "Recent Activity"
},
"TRANSFER": {
"TITLE": "Transfer Funds",
"HEADINGS": {
"AMOUNT": "Amount",
"RECIPIENT": "Recipient",
"MESSAGE": "Message"
}
},
"ACTIVITY": {
"TITLE": "Transactions"
},
"CONTACTS": {
"TITLE": "Contacts"
},
"MESSAGING": {
"TITLE": "Messages"
},
"SETTINGS": {
"TITLE": "Settings"
},
"LOCK": {
"TITLE": "Lock Your Wallet"
}
}
}
45 changes: 45 additions & 0 deletions src/assets/i18n/ma.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"PAGES": {
"HEADER": {
"TITLE": "精简版钱包",
"DASHBOARD": "Dashboard",
"TRANSFER": "Transfer",
"ACTIVITY": "Activity"
},
"FOOTER": {
"WALLET": "Cloud Wallet",
"NODE": "Smart Node",
"ONLINE": "Online",
"OFFLINE": "Offline"
},
"DASHBOARD": {
"TITLE": "Dashboard",
"BALANCE": "Balance",
"ADDRESS": "Address",
"ACTIVITY": "Recent Activity"
},
"TRANSFER": {
"TITLE": "Transfer Funds",
"HEADINGS": {
"AMOUNT": "Amount",
"RECIPIENT": "Recipient",
"MESSAGE": "Message"
}
},
"ACTIVITY": {
"TITLE": "Transactions"
},
"CONTACTS": {
"TITLE": "Contacts"
},
"MESSAGING": {
"TITLE": "Messages"
},
"SETTINGS": {
"TITLE": "Settings"
},
"LOCK": {
"TITLE": "Lock Your Wallet"
}
}
}
45 changes: 45 additions & 0 deletions src/assets/i18n/sp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"PAGES": {
"HEADER": {
"TITLE": "Billetera Lite",
"DASHBOARD": "Tablero",
"TRANSFER": "Transferir",
"ACTIVITY": "Actividad"
},
"FOOTER": {
"WALLET": "Billetera en la nube",
"NODE": "Nodo inteligente",
"ONLINE": "En línea",
"OFFLINE": "Desconectada"
},
"DASHBOARD": {
"TITLE": "Tablero",
"BALANCE": "Equilibrar",
"ADDRESS": "Habla a",
"ACTIVITY": "Actividad reciente"
},
"TRANSFER": {
"TITLE": "Transferir fondos",
"HEADINGS": {
"AMOUNT": "Cantidad",
"RECIPIENT": "Destinataria",
"MESSAGE": "Mensaje"
}
},
"ACTIVITY": {
"TITLE": "Actas"
},
"CONTACTS": {
"TITLE": "Contactos"
},
"MESSAGING": {
"TITLE": "Mensajes"
},
"SETTINGS": {
"TITLE": "Configuraciones"
},
"LOCK": {
"TITLE": "Bloquee su billetera"
}
}
}
Binary file added src/assets/images/ch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/eng.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/fr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/in.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/sp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/scss/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

.mat-card {
height: 100%;
margin: 15px;
border: 2px solid rgba($color: orange, $alpha: 1);
margin: 10px;
border: 1px solid rgba($color: orange, $alpha: 1);
border-radius: 10px;
}

Expand All @@ -18,12 +18,12 @@
margin-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
font-size: 1.4rem;
font-size: 1.3rem;
}
}

.mat-card-content {
padding: 11px;
padding: 20px;
}

mat-card-footer {
Expand Down

0 comments on commit bbd3800

Please sign in to comment.