Skip to content

Commit 3e74418

Browse files
committed
chore: add missing translations
1 parent 10c142c commit 3e74418

8 files changed

Lines changed: 8 additions & 0 deletions

File tree

src/languages/de.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ const translations = {
627627
getTheApp: 'Hole dir die App',
628628
scanReceiptsOnTheGo: 'Scannen Sie Belege von Ihrem Telefon aus',
629629
headsUp: 'Achtung!',
630+
unstableInternetConnection: 'Instabile Internetverbindung. Bitte überprüfe dein Netzwerk und versuche es erneut.',
630631
},
631632
supportalNoAccess: {
632633
title: 'Nicht so schnell',

src/languages/fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ const translations = {
627627
getTheApp: "Obtenez l'application",
628628
scanReceiptsOnTheGo: 'Numérisez les reçus depuis votre téléphone',
629629
headsUp: 'Attention !',
630+
unstableInternetConnection: 'Connexion Internet instable. Veuillez vérifier votre réseau et réessayer.',
630631
},
631632
supportalNoAccess: {
632633
title: 'Pas si vite',

src/languages/it.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ const translations = {
627627
getTheApp: "Scarica l'app",
628628
scanReceiptsOnTheGo: 'Scansiona le ricevute dal tuo telefono',
629629
headsUp: 'Attenzione!',
630+
unstableInternetConnection: 'Connessione Internet instabile. Controlla la tua rete e riprova.',
630631
},
631632
supportalNoAccess: {
632633
title: 'Non così in fretta',

src/languages/ja.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ const translations = {
627627
getTheApp: 'アプリを入手',
628628
scanReceiptsOnTheGo: '携帯電話から領収書をスキャンする',
629629
headsUp: 'ご注意ください!',
630+
unstableInternetConnection: 'インターネット接続が不安定です。ネットワークを確認してもう一度お試しください。',
630631
},
631632
supportalNoAccess: {
632633
title: 'ちょっと待ってください',

src/languages/nl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ const translations = {
626626
getTheApp: 'Download de app',
627627
scanReceiptsOnTheGo: 'Scan bonnetjes vanaf je telefoon',
628628
headsUp: 'Let op!',
629+
unstableInternetConnection: 'Onstabiele internetverbinding. Controleer je netwerk en probeer het opnieuw.',
629630
},
630631
supportalNoAccess: {
631632
title: 'Niet zo snel',

src/languages/pl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ const translations = {
627627
getTheApp: 'Pobierz aplikację',
628628
scanReceiptsOnTheGo: 'Skanuj paragony za pomocą telefonu',
629629
headsUp: 'Uwaga!',
630+
unstableInternetConnection: 'Niestabilne połączenie internetowe. Sprawdź swoją sieć i spróbuj ponownie.',
630631
},
631632
supportalNoAccess: {
632633
title: 'Nie tak szybko',

src/languages/pt-BR.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ const translations = {
626626
getTheApp: 'Obtenha o aplicativo',
627627
scanReceiptsOnTheGo: 'Digitalize recibos com seu celular',
628628
headsUp: 'Atenção!',
629+
unstableInternetConnection: 'Conexão de internet instável. Verifique sua rede e tente novamente.',
629630
},
630631
supportalNoAccess: {
631632
title: 'Não tão rápido',

src/languages/zh-hans.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,7 @@ const translations = {
626626
getTheApp: '获取应用程序',
627627
scanReceiptsOnTheGo: '用手机扫描收据',
628628
headsUp: '\u6CE8\u610F\uFF01',
629+
unstableInternetConnection: '互联网连接不稳定。请检查你的网络,然后重试。',
629630
},
630631
supportalNoAccess: {
631632
title: '慢一点',

0 commit comments

Comments
 (0)