fixing pos translations + hidden text
This commit is contained in:
+3
@@ -242,14 +242,17 @@ const styles = StyleSheet.create({
|
||||
borderStyle: 'dashed',
|
||||
borderColor: COLORS.gray,
|
||||
borderRadius: 8,
|
||||
paddingHorizontal: 10,
|
||||
},
|
||||
logoUploadText: {
|
||||
marginTop: 8,
|
||||
fontSize: SIZES.small,
|
||||
textAlign: 'center',
|
||||
},
|
||||
logoSizeText: {
|
||||
marginTop: 8,
|
||||
fontSize: SIZES.small,
|
||||
opacity: HIDDEN_OPACITY,
|
||||
textAlign: 'center',
|
||||
},
|
||||
});
|
||||
|
||||
@@ -199,6 +199,7 @@ const styles = StyleSheet.create({
|
||||
maxWidth: 275,
|
||||
...CENTER,
|
||||
marginTop: 15,
|
||||
color: COLORS.lightModeText,
|
||||
},
|
||||
lineItem: {
|
||||
marginVertical: 5,
|
||||
|
||||
@@ -1500,7 +1500,7 @@
|
||||
"title": "Anweisungen",
|
||||
"head1": "Wie akzeptieren wir",
|
||||
"head2": "BTC-Lightning-Zahlungen",
|
||||
"step1": "1. QR-Code mit Ihrer Kamera scannen",
|
||||
"step1": "QR-Code mit Ihrer Kamera scannen",
|
||||
"step2": "2. Betrag bestätigen & zahlen",
|
||||
"step3": "Fertig! ⚡️"
|
||||
},
|
||||
|
||||
@@ -1375,7 +1375,7 @@
|
||||
"title": "Instrucciones",
|
||||
"head1": "Cómo aceptar",
|
||||
"head2": "Pagos en Bitcoin",
|
||||
"step1": "1. Escanea el código QR con tu cámara",
|
||||
"step1": "Escanea el código QR con tu cámara",
|
||||
"step2": "2. Eso es todo."
|
||||
},
|
||||
"totalTipsScreen": {
|
||||
|
||||
@@ -1517,7 +1517,7 @@
|
||||
"title": "Instructions",
|
||||
"head1": "Comment accepter",
|
||||
"head2": "Paiements en bitcoins",
|
||||
"step1": "1. Scannez le code QR avec votre appareil photo",
|
||||
"step1": "Scannez le code QR avec votre appareil photo",
|
||||
"step2": "2. C'est tout."
|
||||
},
|
||||
"totalTipsScreen": {
|
||||
|
||||
@@ -1541,7 +1541,7 @@
|
||||
"title": "Istruzioni",
|
||||
"head1": "Come accettare",
|
||||
"head2": "pagamenti Bitcoin",
|
||||
"step1": "1. Scansiona il QR Code con la tua fotocamera",
|
||||
"step1": "Scansiona il QR Code con la tua fotocamera",
|
||||
"step2": "2. È tutto."
|
||||
},
|
||||
"totalTipsScreen": {
|
||||
|
||||
@@ -1492,7 +1492,7 @@
|
||||
"title": "Instructions",
|
||||
"head1": "How to accept",
|
||||
"head2": "Bitcoin payments",
|
||||
"step1": "1. Scan QR code with your camera",
|
||||
"step1": "Scan QR code with your camera",
|
||||
"step2": "2. That's it."
|
||||
},
|
||||
"totalTipsScreen": {
|
||||
|
||||
@@ -1541,7 +1541,7 @@
|
||||
"title": "Instruções",
|
||||
"head1": "Como aceitar",
|
||||
"head2": "Pagamentos Bitcoin",
|
||||
"step1": "1. Leia o código QR com sua câmera",
|
||||
"step1": "Leia o código QR com sua câmera",
|
||||
"step2": "2. É isso."
|
||||
},
|
||||
"totalTipsScreen": {
|
||||
|
||||
@@ -1514,7 +1514,7 @@
|
||||
"title": "Инструкции",
|
||||
"head1": "Как принимать",
|
||||
"head2": "Биткоин-платежи",
|
||||
"step1": "1. Отсканируйте QR-код",
|
||||
"step1": "Отсканируйте QR-код",
|
||||
"step2": "2. Готово."
|
||||
},
|
||||
"totalTipsScreen": {
|
||||
|
||||
@@ -1517,7 +1517,7 @@
|
||||
"title": "Instruktioner",
|
||||
"head1": "Hur man accepterar",
|
||||
"head2": "Bitcoin-betalningar",
|
||||
"step1": "1. Skanna QR-koden med din kamera",
|
||||
"step1": "Skanna QR-koden med din kamera",
|
||||
"step2": "2. Det var allt."
|
||||
},
|
||||
"totalTipsScreen": {
|
||||
|
||||
Reference in New Issue
Block a user