From 2cbb86cefcf1c761340e1f27083304dd77605c69 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 7 Dec 2019 08:22:29 +0100 Subject: [PATCH] adding missing translation IDs, kudos @qianmengnet for finding these --- i18n/bg.json | 10 +++++++++- i18n/cs.json | 10 +++++++++- i18n/de.json | 10 +++++++++- i18n/es.json | 10 +++++++++- i18n/fr.json | 10 +++++++++- i18n/hu.json | 10 +++++++++- i18n/it.json | 10 +++++++++- i18n/nl.json | 10 +++++++++- i18n/no.json | 10 +++++++++- i18n/oc.json | 10 +++++++++- i18n/pl.json | 10 +++++++++- i18n/pt.json | 10 +++++++++- i18n/ru.json | 10 +++++++++- i18n/sl.json | 10 +++++++++- i18n/uk.json | 10 +++++++++- 15 files changed, 135 insertions(+), 15 deletions(-) diff --git a/i18n/bg.json b/i18n/bg.json index e11f213..6366606 100644 --- a/i18n/bg.json +++ b/i18n/bg.json @@ -160,5 +160,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Браузъра ви може да се нуждае от HTTPS връзка за да използва WebCrypto API. Пробвай да минеш на HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/cs.json b/i18n/cs.json index 92d606f..02b599d 100644 --- a/i18n/cs.json +++ b/i18n/cs.json @@ -160,5 +160,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/de.json b/i18n/de.json index d53b8b9..225410c 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -160,5 +160,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Dein Browser benötigt möglicherweise eine HTTPS Verbindung um das WebCrypto API nutzen zu können. Versuche auf HTTPS zu wechseln.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Dein Browser unterstützt WebAssembly nicht, welches für zlib Komprimierung benötigt wird. Du kannst unkomprimierte Dokumente erzeugen, aber keine komprimierten lesen." + "Dein Browser unterstützt WebAssembly nicht, welches für zlib Komprimierung benötigt wird. Du kannst unkomprimierte Dokumente erzeugen, aber keine komprimierten lesen.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/es.json b/i18n/es.json index 205a18e..564dd72 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -160,5 +160,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/fr.json b/i18n/fr.json index 99ff78c..5c71e4b 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -169,5 +169,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Votre navigateur peut nécessiter une connexion HTTPS pour prendre en charge l’API WebCrypto. Essayez de passer en HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/hu.json b/i18n/hu.json index b0f0b8f..c3e11a7 100644 --- a/i18n/hu.json +++ b/i18n/hu.json @@ -160,5 +160,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/it.json b/i18n/it.json index 15f1257..07af891 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -160,5 +160,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/nl.json b/i18n/nl.json index 5af40a1..29554d8 100644 --- a/i18n/nl.json +++ b/i18n/nl.json @@ -160,5 +160,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/no.json b/i18n/no.json index 0212852..a2ad2c1 100644 --- a/i18n/no.json +++ b/i18n/no.json @@ -160,5 +160,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Din nettleser har behov for HTTPS tilkobling for å støtte WebCrypto biblioteket. Prøv å bytt til HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/oc.json b/i18n/oc.json index ccfe3f6..43a0db7 100644 --- a/i18n/oc.json +++ b/i18n/oc.json @@ -169,5 +169,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Se pòt que vòstre navigator faga besonh d’una connexion HTTPS per èsser compatible amb l’API WebCrypto. Ensajatz de passar al HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/pl.json b/i18n/pl.json index fa87a3c..6b5cbb5 100644 --- a/i18n/pl.json +++ b/i18n/pl.json @@ -160,5 +160,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/pt.json b/i18n/pt.json index ed84640..253a45e 100644 --- a/i18n/pt.json +++ b/i18n/pt.json @@ -160,5 +160,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/ru.json b/i18n/ru.json index 5612f50..77a03f6 100644 --- a/i18n/ru.json +++ b/i18n/ru.json @@ -170,5 +170,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Ваш браузер требует использования HTTPS подключения для поддержки WebCrypto API. Попробуйте переключиться на HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/sl.json b/i18n/sl.json index 68d7cc5..f93d475 100644 --- a/i18n/sl.json +++ b/i18n/sl.json @@ -169,5 +169,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones." + "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" } diff --git a/i18n/uk.json b/i18n/uk.json index 384237a..6fa2ee2 100644 --- a/i18n/uk.json +++ b/i18n/uk.json @@ -170,5 +170,13 @@ "Your browser may require an HTTPS connection to support the WebCrypto API. Try switching to HTTPS.": "Ваш переглядач вимагає підключення HTTPS для підтримки WebCrypto API. Спробуйте перемкнутися на HTTPS.", "Your browser doesn't support WebAssembly, used for zlib compression. You can create uncompressed documents, but can't read compressed ones.": - "Ваш переглядач не підтримує WebAssembly, що використовується для стиснення zlib. Ви можете створювати нестиснені документи, але не зможете читати стиснені." + "Ваш переглядач не підтримує WebAssembly, що використовується для стиснення zlib. Ви можете створювати нестиснені документи, але не зможете читати стиснені.", + "waiting on user to provide a password": + "waiting on user to provide a password", + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.": + "Could not decrypt data. Did you enter a wrong password? Retry with the button at the top.", + "Retry": + "Retry", + "Showing raw text…": + "Showing raw text…" }