You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alternativeMethodsDownloadApp: ({downloadUrl}: {downloadUrl: string})=>`<label-text><a href="${downloadUrl}">App herunterladen</a>, um mit Ihrem Telefon zu scannen</label-text>`,
1071
1069
alternativeMethodsForwardReceipts: ({email}: {email: string})=>`<label-text>Leiten Sie Belege an <a href="mailto:${email}">${email}</a> weiter</label-text>`,
@@ -1074,8 +1072,7 @@ const translations = {
1074
1072
alternativeMethodsTextReceipts: ({phoneNumber}: {phoneNumber: string})=>`<label-text>Senden Sie Belege per SMS an ${phoneNumber} (nur US-Nummern)</label-text>`,
1075
1073
takePhoto: 'Ein Foto machen',
1076
1074
cameraAccess: 'Der Kamerazugriff ist erforderlich, um Fotos von Belegen zu machen.',
1077
-
deniedCameraAccess: 'Kamerazugriff wurde noch nicht gewährt, bitte folgen Sie',
deniedCameraAccess: `Kamerazugriff wurde noch nicht gewährt, bitte folgen Sie <a href="${CONST.DENIED_CAMERA_ACCESS_INSTRUCTIONS_URL}">diese Anweisungen</a>.`,
1079
1076
cameraErrorTitle: 'Kamerafehler',
1080
1077
cameraErrorMessage: 'Beim Aufnehmen eines Fotos ist ein Fehler aufgetreten. Bitte versuche es erneut.',
Copy file name to clipboardExpand all lines: src/languages/en.ts
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1046,8 +1046,6 @@ const translations = {
1046
1046
uploadMultiple: 'Upload receipts',
1047
1047
desktopSubtitleSingle: `or drag and drop it here`,
1048
1048
desktopSubtitleMultiple: `or drag and drop them here`,
1049
-
chooseReceipt: 'Choose a receipt to upload or forward a receipt to ',
1050
-
chooseReceipts: 'Choose receipts to upload or forward receipts to ',
1051
1049
alternativeMethodsTitle: 'Other ways to add receipts:',
1052
1050
alternativeMethodsDownloadApp: ({downloadUrl}: {downloadUrl: string})=>`<label-text><a href="${downloadUrl}">Download the app</a> to scan from your phone</label-text>`,
1053
1051
alternativeMethodsForwardReceipts: ({email}: {email: string})=>`<label-text>Forward receipts to <a href="mailto:${email}">${email}</a></label-text>`,
@@ -1056,8 +1054,7 @@ const translations = {
1056
1054
alternativeMethodsTextReceipts: ({phoneNumber}: {phoneNumber: string})=>`<label-text>Text receipts to ${phoneNumber} (US numbers only)</label-text>`,
1057
1055
takePhoto: 'Take a photo',
1058
1056
cameraAccess: 'Camera access is required to take pictures of receipts.',
1059
-
deniedCameraAccess: "Camera access still hasn't been granted, please follow ",
`<label-text><a href="${downloadUrl}">Descarga la aplicación</a> para escanear desde tu teléfono</label-text>`,
@@ -1045,8 +1043,7 @@ const translations = {
1045
1043
alternativeMethodsTextReceipts: ({phoneNumber}: {phoneNumber: string})=>`<label-text>Envía recibos por SMS a ${phoneNumber} (solo números de EE.UU.)</label-text>`,
1046
1044
takePhoto: 'Haz una foto',
1047
1045
cameraAccess: 'Se requiere acceso a la cámara para hacer fotos de los recibos.',
1048
-
deniedCameraAccess: 'No se ha concedido el acceso a la cámara, siga ',
deniedCameraAccess: `No se ha concedido el acceso a la cámara, siga <a href="${CONST.DENIED_CAMERA_ACCESS_INSTRUCTIONS_URL}">estas instrucciones</a>.`,
1050
1047
cameraErrorTitle: 'Error en la cámara',
1051
1048
locationAccessTitle: 'Permitir acceso a la ubicación',
1052
1049
locationAccessMessage: 'El acceso a la ubicación nos ayuda a mantener tu zona horaria y moneda precisas dondequiera que vayas.',
`<label-text><a href="${downloadUrl}">Télécharger l’application</a> pour scanner depuis votre téléphone</label-text>`,
@@ -1071,8 +1069,7 @@ const translations = {
1071
1069
alternativeMethodsTextReceipts: ({phoneNumber}: {phoneNumber: string})=>`<label-text>Envoyez des reçus par SMS au ${phoneNumber} (numéros US uniquement)</label-text>`,
1072
1070
takePhoto: 'Prendre une photo',
1073
1071
cameraAccess: "L'accès à la caméra est requis pour prendre des photos des reçus.",
1074
-
deniedCameraAccess: "L'accès à la caméra n'a toujours pas été accordé, veuillez suivre",
deniedCameraAccess: `L'accès à la caméra n'a toujours pas été accordé, veuillez suivre <a href="${CONST.DENIED_CAMERA_ACCESS_INSTRUCTIONS_URL}">ces instructions</a>.`,
1076
1073
cameraErrorTitle: 'Erreur de caméra',
1077
1074
cameraErrorMessage: "Une erreur s'est produite lors de la prise de la photo. Veuillez réessayer.",
1078
1075
locationAccessTitle: "Autoriser l'accès à la localisation",
Copy file name to clipboardExpand all lines: src/languages/it.ts
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1056,8 +1056,6 @@ const translations = {
1056
1056
dragReceiptsAfterEmail: 'o scegli i file da caricare qui sotto.',
1057
1057
desktopSubtitleSingle: `oppure trascinala qui`,
1058
1058
desktopSubtitleMultiple: `oppure trascinale qui`,
1059
-
chooseReceipt: 'Scegli una ricevuta da caricare o inoltra una ricevuta a',
1060
-
chooseReceipts: 'Scegli ricevute da caricare o inoltra ricevute a',
1061
1059
alternativeMethodsTitle: 'Altri modi per aggiungere ricevute:',
1062
1060
alternativeMethodsDownloadApp: ({downloadUrl}: {downloadUrl: string})=>`<label-text><a href="${downloadUrl}">Scarica l’app</a> per scansionare dal telefono</label-text>`,
1063
1061
alternativeMethodsForwardReceipts: ({email}: {email: string})=>`<label-text>Inoltra le ricevute a <a href="mailto:${email}">${email}</a></label-text>`,
@@ -1066,8 +1064,7 @@ const translations = {
1066
1064
alternativeMethodsTextReceipts: ({phoneNumber}: {phoneNumber: string})=>`<label-text>Invia ricevute via SMS a ${phoneNumber} (solo numeri USA)</label-text>`,
1067
1065
takePhoto: 'Scatta una foto',
1068
1066
cameraAccess: "L'accesso alla fotocamera è necessario per scattare foto delle ricevute.",
1069
-
deniedCameraAccess: "L'accesso alla fotocamera non è ancora stato concesso, si prega di seguire",
deniedCameraAccess: `L'accesso alla fotocamera non è ancora stato concesso, si prega di seguire <a href="${CONST.DENIED_CAMERA_ACCESS_INSTRUCTIONS_URL}">queste istruzioni</a>.`,
1071
1068
cameraErrorTitle: 'Errore della fotocamera',
1072
1069
cameraErrorMessage: 'Si è verificato un errore durante lo scatto della foto. Riprova.',
1073
1070
locationAccessTitle: "Consenti l'accesso alla posizione",
Copy file name to clipboardExpand all lines: src/languages/nl.ts
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1056,8 +1056,6 @@ const translations = {
1056
1056
dragReceiptsAfterEmail: 'of kies bestanden om hieronder te uploaden.',
1057
1057
desktopSubtitleSingle: `of sleep het hierheen`,
1058
1058
desktopSubtitleMultiple: `of sleep ze hierheen`,
1059
-
chooseReceipt: 'Kies een bon om te uploaden of stuur een bon door naar',
1060
-
chooseReceipts: 'Kies bonnen om te uploaden of stuur bonnen door naar',
1061
1059
alternativeMethodsTitle: 'Andere manieren om bonnetjes toe te voegen:',
1062
1060
alternativeMethodsDownloadApp: ({downloadUrl}: {downloadUrl: string}) => `<label-text><a href="${downloadUrl}">Download de app</a> om met je telefoon te scannen</label-text>`,
1063
1061
alternativeMethodsForwardReceipts: ({email}: {email: string}) => `<label-text>Stuur bonnetjes door naar <a href="mailto:${email}">${email}</a></label-text>`,
deniedCameraAccess: `Camera-toegang is nog steeds niet verleend, volg alstublieft <a href="${CONST.DENIED_CAMERA_ACCESS_INSTRUCTIONS_URL}">deze instructies</a>.`,
1071
1068
cameraErrorTitle: 'Camera fout',
1072
1069
cameraErrorMessage: 'Er is een fout opgetreden bij het maken van een foto. Probeer het opnieuw.',
alternativeMethodsDownloadApp: ({downloadUrl}: {downloadUrl: string}) => `<label-text><a href="${downloadUrl}">Pobierz aplikację</a>, aby skanować z telefonu</label-text>`,
1063
1061
alternativeMethodsForwardReceipts: ({email}: {email: string}) => `<label-text>Przekazuj paragony na <a href="mailto:${email}">${email}</a></label-text>`,
@@ -1066,8 +1064,7 @@ const translations = {
1066
1064
alternativeMethodsTextReceipts: ({phoneNumber}: {phoneNumber: string}) => `<label-text>Wysyłaj paragony SMS-em na ${phoneNumber} (tylko numery w USA)</label-text>`,
1067
1065
takePhoto: 'Zrób zdjęcie',
1068
1066
cameraAccess: 'Dostęp do aparatu jest wymagany, aby robić zdjęcia paragonów.',
1069
-
deniedCameraAccess: 'Dostęp do kamery nadal nie został przyznany, proszę postępować zgodnie z',
1070
-
deniedCameraAccessInstructions: 'te instrukcje',
1067
+
deniedCameraAccess: `Dostęp do kamery nadal nie został przyznany, proszę postępować zgodnie z <a href="${CONST.DENIED_CAMERA_ACCESS_INSTRUCTIONS_URL}">te instrukcje</a>.`,
1071
1068
cameraErrorTitle: 'Błąd aparatu',
1072
1069
cameraErrorMessage: 'Wystąpił błąd podczas robienia zdjęcia. Spróbuj ponownie.',
1073
1070
locationAccessTitle: 'Zezwól na dostęp do lokalizacji',
Copy file name to clipboardExpand all lines: src/languages/pt-BR.ts
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1055,8 +1055,6 @@ const translations = {
1055
1055
uploadMultiple: 'Fazer upload de recibos',
1056
1056
desktopSubtitleSingle: `ou arraste e solte aqui`,
1057
1057
desktopSubtitleMultiple: `ou arraste e solte aqui`,
1058
-
chooseReceipt: 'Escolha um recibo para enviar ou encaminhe um recibo para',
1059
-
chooseReceipts: 'Escolha recibos para enviar ou encaminhe recibos para',
1060
1058
alternativeMethodsTitle: 'Outras formas de adicionar recibos:',
1061
1059
alternativeMethodsDownloadApp: ({downloadUrl}: {downloadUrl: string}) => `<label-text><a href="${downloadUrl}">Baixe o app</a> para escanear pelo celular</label-text>`,
1062
1060
alternativeMethodsForwardReceipts: ({email}: {email: string}) => `<label-text>Encaminhe recibos para <a href="mailto:${email}">${email}</a></label-text>`,
@@ -1065,8 +1063,7 @@ const translations = {
1065
1063
alternativeMethodsTextReceipts: ({phoneNumber}: {phoneNumber: string}) => `<label-text>Envie recibos por SMS para ${phoneNumber} (apenas números dos EUA)</label-text>`,
1066
1064
takePhoto: 'Tire uma foto',
1067
1065
cameraAccess: 'O acesso à câmera é necessário para tirar fotos dos recibos.',
1068
-
deniedCameraAccess: 'O acesso à câmera ainda não foi concedido, por favor siga',
deniedCameraAccess: `O acesso à câmera ainda não foi concedido, por favor siga <a href="${CONST.DENIED_CAMERA_ACCESS_INSTRUCTIONS_URL}">essas instruções</a>.`,
1070
1067
cameraErrorTitle: 'Erro de câmera',
1071
1068
cameraErrorMessage: 'Ocorreu um erro ao tirar a foto. Por favor, tente novamente.',
1072
1069
locationAccessTitle: 'Permitir acesso à localização',
0 commit comments