chore: Update translations
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2023-09-22 08:38:10 +00:00
parent 0a22d67702
commit 4b57d57f94
21 changed files with 111 additions and 110 deletions

View File

@ -10,7 +10,7 @@
.note-invoice.error {
padding: 8px 12px !important;
color: #AAA;
color: #aaa;
background: transparent;
}

View File

@ -47,7 +47,7 @@
}
.light .link-preview-container {
background: #FFF;
background: #fff;
border: 1px solid var(--border-color);
}

View File

@ -27,9 +27,9 @@
}
.light .modal-body {
background-color: #FFF;
background-color: #fff;
}
.modal.spotlight {
color: #FFF;
color: #fff;
}

View File

@ -104,12 +104,12 @@
}
.light .note-creator textarea {
background-color: #FFF;
background-color: #fff;
}
.light .note-creator {
box-shadow: 0px 0px 6px 1px rgba(182, 108, 156, 0.3);
background: linear-gradient(var(--gray-superdark), var(--gray-superdark)) padding-box,
background:
linear-gradient(var(--gray-superdark), var(--gray-superdark)) padding-box,
linear-gradient(90deg, #ef9644, #fd7c49, #ff5e58, #ff3b70, #ff088e, #eb00b1, #c31ed5, #7b41f6) border-box;
}

View File

@ -46,7 +46,7 @@
}
.reactions-modal .modal-body .tab.active {
background: #FFF;
background: #fff;
color: #000;
}
@ -93,7 +93,6 @@
.reactions-item .follow-button {
margin-left: auto;
}
.reactions-item .zap-reaction-icon {

View File

@ -17,7 +17,6 @@
.light .tab {
border: 1px solid var(--border-color);
}
.tab.active {
@ -25,7 +24,7 @@
}
.light .tab.active {
background: #FFF;
background: #fff;
border-color: #bfc6d6;
}

View File

@ -68,7 +68,7 @@ header {
}
.light .search {
background: #FFF;
background: #fff;
border: 1px solid var(--border-color);
}

View File

@ -10,7 +10,6 @@
.dm-page > div:nth-child(1)::-webkit-scrollbar-track {
background: transparent !important;
;
}
/* These should match what is in code too */

View File

@ -16,7 +16,7 @@
--heart: #ef4444;
--zap: #ff710a;
--gray-superlight: #eee;
--bg-secondary: #2A2A2A;
--bg-secondary: #2a2a2a;
--gray-light: #999;
--gray-medium: #7b7b7b;
--gray: #333;
@ -28,19 +28,23 @@
--gray-gradient: linear-gradient(to bottom right, var(--gray-superlight), var(--gray), var(--gray-light));
--snort-gradient: linear-gradient(90deg, #a178ff 0%, #ff6baf 100%);
--dm-gradient: linear-gradient(90deg, #5722d2 0%, #db1771 100%);
--invoice-gradient: linear-gradient(45deg,
--invoice-gradient: linear-gradient(
45deg,
var(--gray-superdark) 50%,
rgba(161, 120, 255, 0.2),
rgba(255, 107, 175, 0.2) 108.33%);
--paid-invoice-gradient: linear-gradient(45deg,
rgba(255, 107, 175, 0.2) 108.33%
);
--paid-invoice-gradient: linear-gradient(
45deg,
var(--gray-superdark) 50%,
rgba(161, 120, 255, 0.6),
rgba(255, 107, 175, 0.6) 108.33%);
rgba(255, 107, 175, 0.6) 108.33%
);
--expired-invoice-gradient: linear-gradient(45deg, var(--gray-superdark) 50%, var(--gray), var(--gray-superdark));
--strike-army-gradient: linear-gradient(to bottom right, #ccff00, #a1c900);
--sub-bg: #111;
--header-padding-tb: 10px;
--btn-color: #FFF;
--btn-color: #fff;
--primary-gradient: linear-gradient(90deg, rgba(239, 150, 68, 1) 0%, rgba(123, 65, 246, 1) 100%);
}
@ -70,7 +74,7 @@ html {
html.light {
--bg-color: #fff;
--font-color: #2f3f64;
--font-secondary-color: #5C6C92;
--font-secondary-color: #5c6c92;
--font-tertiary-color: #52525b;
--border-color: #dee1e8;
--highlight: #7139f1;
@ -81,14 +85,14 @@ html.light {
--gray-superlight: #333;
--gray-light: #555;
--gray-dark: #ccc;
--gray-superdark: #FFF;
--gray-ultradark: #FFF;
--gray-superdark: #fff;
--gray-ultradark: #fff;
--dm-gradient: var(--gray);
--invoice-gradient: linear-gradient(45deg, var(--gray-superdark) 50%, #f7b73333, #fc4a1a33);
--paid-invoice-gradient: linear-gradient(45deg, var(--gray-superdark) 50%, #f7b73399, #fc4a1a99);
--bg-secondary: #FFF;
--sub-bg: #FFF;
--btn-color: #FFF;
--bg-secondary: #fff;
--sub-bg: #fff;
--btn-color: #fff;
}
body {
@ -176,7 +180,7 @@ button {
button.primary {
background: rgb(239, 150, 68);
background: var(--primary-gradient);
color: #FFF !important;
color: #fff !important;
border: none !important;
}
@ -739,7 +743,7 @@ button.tall {
}
.light .ctx-menu li {
background: #FFF !important;
background: #fff !important;
}
.ctx-menu li:first-of-type {
@ -769,7 +773,7 @@ button.tall {
.light .ctx-menu li:hover {
color: var(--font-color) !important;
background: #EEE !important;
background: #eee !important;
}
.ctx-menu .red {
@ -807,7 +811,7 @@ svg.zap-solid {
}
.light .spinner-button {
background: #FFF;
background: #fff;
border: 1px solid var(--border-color);
color: var(--font-secondary);
box-shadow: rgba(0, 0, 0, 0.08) 0 1px 1px;
@ -833,8 +837,8 @@ svg.zap-solid {
.light button,
.light button.secondary {
color: #4B5C83;
background-color: #FFF;
color: #4b5c83;
background-color: #fff;
border: 1px solid var(--border-color);
box-shadow: rgba(0, 0, 0, 0.08) 0 1px 1px;
}
@ -845,5 +849,5 @@ svg.zap-solid {
}
.light .modal button.secondary:hover {
background: #FFF !important;
background: #fff !important;
}

View File

@ -3,7 +3,7 @@
"+PzQ9Y": "Jetzt auszahlen",
"+Vxixo": "Geheimer Gruppenchat",
"+aZY2h": "Zap Typ",
"+tShPg": "following",
"+tShPg": "folgen",
"+vA//S": "Anmeldungen",
"+vIQlC": "Bitte sichere dir das folgende Passwort, um dein Handle in Zukunft verwalten zu können",
"+vVZ/G": "Verbinden",