@hexar/biometric-identity-sdk-core 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -66,7 +66,7 @@ exports.en = {
|
|
|
66
66
|
blink: 'Blink naturally',
|
|
67
67
|
turnHeadLeft: 'Turn your head to the left',
|
|
68
68
|
turnHeadRight: 'Turn your head to the right',
|
|
69
|
-
stayStill: '
|
|
69
|
+
stayStill: 'Follow the instructions',
|
|
70
70
|
openMouth: 'Open your mouth slightly',
|
|
71
71
|
},
|
|
72
72
|
recording: 'Recording...',
|
|
@@ -66,7 +66,7 @@ exports.esAR = {
|
|
|
66
66
|
blink: 'Parpadeá naturalmente',
|
|
67
67
|
turnHeadLeft: 'Girá tu cabeza a la izquierda',
|
|
68
68
|
turnHeadRight: 'Girá tu cabeza a la derecha',
|
|
69
|
-
stayStill: '
|
|
69
|
+
stayStill: 'Segui las instrucciones',
|
|
70
70
|
openMouth: 'Abrí la boca ligeramente',
|
|
71
71
|
},
|
|
72
72
|
recording: 'Grabando...',
|
|
@@ -66,7 +66,7 @@ exports.ptBR = {
|
|
|
66
66
|
blink: 'Pisque naturalmente',
|
|
67
67
|
turnHeadLeft: 'Vire sua cabeça para a esquerda',
|
|
68
68
|
turnHeadRight: 'Vire sua cabeça para a direita',
|
|
69
|
-
stayStill: '
|
|
69
|
+
stayStill: 'Siga as instruções',
|
|
70
70
|
openMouth: 'Abra a boca levemente',
|
|
71
71
|
},
|
|
72
72
|
recording: 'Gravando...',
|
package/package.json
CHANGED
package/src/i18n/languages/en.ts
CHANGED
|
@@ -69,7 +69,7 @@ export const en: LanguageStrings = {
|
|
|
69
69
|
blink: 'Blink naturally',
|
|
70
70
|
turnHeadLeft: 'Turn your head to the left',
|
|
71
71
|
turnHeadRight: 'Turn your head to the right',
|
|
72
|
-
stayStill: '
|
|
72
|
+
stayStill: 'Follow the instructions',
|
|
73
73
|
openMouth: 'Open your mouth slightly',
|
|
74
74
|
},
|
|
75
75
|
recording: 'Recording...',
|
|
@@ -69,7 +69,7 @@ export const esAR: LanguageStrings = {
|
|
|
69
69
|
blink: 'Parpadeá naturalmente',
|
|
70
70
|
turnHeadLeft: 'Girá tu cabeza a la izquierda',
|
|
71
71
|
turnHeadRight: 'Girá tu cabeza a la derecha',
|
|
72
|
-
stayStill: '
|
|
72
|
+
stayStill: 'Segui las instrucciones',
|
|
73
73
|
openMouth: 'Abrí la boca ligeramente',
|
|
74
74
|
},
|
|
75
75
|
recording: 'Grabando...',
|
|
@@ -69,7 +69,7 @@ export const ptBR: LanguageStrings = {
|
|
|
69
69
|
blink: 'Pisque naturalmente',
|
|
70
70
|
turnHeadLeft: 'Vire sua cabeça para a esquerda',
|
|
71
71
|
turnHeadRight: 'Vire sua cabeça para a direita',
|
|
72
|
-
stayStill: '
|
|
72
|
+
stayStill: 'Siga as instruções',
|
|
73
73
|
openMouth: 'Abra a boca levemente',
|
|
74
74
|
},
|
|
75
75
|
recording: 'Gravando...',
|