diff --git a/web/src/languages.json b/web/src/languages.json index 14e4f30ab6..11b8afb8a3 100644 --- a/web/src/languages.json +++ b/web/src/languages.json @@ -12,4 +12,4 @@ "sv-SE": "Svenska", "tr-TR": "Türkçe", "zh-Hans": "中文" -} +} \ No newline at end of file diff --git a/web/src/po/po.ca.js b/web/src/po/po.ca.js index eae3d10a4e..174f548f63 100644 --- a/web/src/po/po.ca.js +++ b/web/src/po/po.ca.js @@ -1026,6 +1026,9 @@ export default { "SSH Key": [ "Clau SSH" ], + "SSH public key": [ + "Clau pública SSH" + ], "SSID": [ "SSID" ], @@ -1092,6 +1095,9 @@ export default { "Set root SSH public key": [ "Estableix la clau pública SSH per a l'arrel" ], + "Setup root user authentication": [ + "Configura l'autenticació d'usuari d'arrel" + ], "Show %d subvolume action": [ "Mostra %d acció de subvolum", "Mostra %d accions de subvolum" @@ -1402,9 +1408,18 @@ export default { "Wires: %s": [ "Cables: %s" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "Escriviu, enganxeu, deixeu anar o %s un fitxer de clau pública SSH a l'àrea de text anterior." + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "Escriviu, enganxeu o deixeu anar una clau pública SSH aquí. També podeu carregar-la mitjançant l'enllaç següent." + ], "Yes": [ "Sí" ], + "You must define at least one authentication method for the root user. You can still edit them anytime before the installation.": [ + "Heu de definir almenys un mètode d'autenticació per a l'usuari d'arrel. Encara podreu editar-los en qualsevol moment abans de la instal·lació." + ], "ZFCP": [ "ZFCP" ], @@ -1453,6 +1468,9 @@ export default { "the presence of the file system for %s": [ "la presència del sistema de fitxers per a %s" ], + "upload": [ + "carregueu" + ], "user autologin": [ "entrada de sessió automàtica de l'usuari" ], diff --git a/web/src/po/po.cs.js b/web/src/po/po.cs.js index 8f9cbab4e2..e5825960f9 100644 --- a/web/src/po/po.cs.js +++ b/web/src/po/po.cs.js @@ -1403,6 +1403,12 @@ export default { "Wires: %s": [ "Kabely: %s" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "" + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "" + ], "Yes": [ "Ano" ], diff --git a/web/src/po/po.de.js b/web/src/po/po.de.js index f75af46e47..16b582807b 100644 --- a/web/src/po/po.de.js +++ b/web/src/po/po.de.js @@ -1297,6 +1297,12 @@ export default { "Wired": [ "Kabelgebunden" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "" + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "" + ], "Yes": [ "Ja" ], diff --git a/web/src/po/po.es.js b/web/src/po/po.es.js index c89e82d225..12c039b32c 100644 --- a/web/src/po/po.es.js +++ b/web/src/po/po.es.js @@ -1399,6 +1399,12 @@ export default { "Wires: %s": [ "Wires: %s" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "" + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "" + ], "Yes": [ "Sí" ], diff --git a/web/src/po/po.fr.js b/web/src/po/po.fr.js index 8ba05207d9..bfc91a236f 100644 --- a/web/src/po/po.fr.js +++ b/web/src/po/po.fr.js @@ -1200,6 +1200,12 @@ export default { "Wires: %s": [ "Chemins: %s" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "" + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "" + ], "Yes": [ "Oui" ], diff --git a/web/src/po/po.ja.js b/web/src/po/po.ja.js index a31987ab54..645d3aa3e6 100644 --- a/web/src/po/po.ja.js +++ b/web/src/po/po.ja.js @@ -1023,6 +1023,9 @@ export default { "SSH Key": [ "SSH 鍵" ], + "SSH public key": [ + "SSH 公開鍵" + ], "SSID": [ "SSID" ], @@ -1089,6 +1092,9 @@ export default { "Set root SSH public key": [ "root の SSH 公開鍵の設定" ], + "Setup root user authentication": [ + "root の認証方式の設定" + ], "Show %d subvolume action": [ "%d 個のサブボリューム処理を表示" ], @@ -1398,9 +1404,18 @@ export default { "Wires: %s": [ "接続: %s" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "上記のテキストエリアに SSH 公開鍵を書き込み/貼り付け/ドロップ/%sしてください。" + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "SSH 公開鍵を書き込み/貼り付け/ドロップしてください。アップロードしたい場合は、下記のリンクをお使いください。" + ], "Yes": [ "はい" ], + "You must define at least one authentication method for the root user. You can still edit them anytime before the installation.": [ + "少なくとも 1 つ以上、 root ログイン時の認証方式を設定しなければなりません。インストール前であればいつでも変更できます。" + ], "ZFCP": [ "ZFCP" ], @@ -1449,6 +1464,9 @@ export default { "the presence of the file system for %s": [ "%s に対するファイルシステムの存在" ], + "upload": [ + "アップロード" + ], "user autologin": [ "ユーザの自動ログイン" ], diff --git a/web/src/po/po.nb_NO.js b/web/src/po/po.nb_NO.js index 2c10ab4eb2..30aae4cf39 100644 --- a/web/src/po/po.nb_NO.js +++ b/web/src/po/po.nb_NO.js @@ -1336,6 +1336,12 @@ export default { "Wires: %s": [ "Kabler: %s" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "" + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "" + ], "Yes": [ "Ja" ], diff --git a/web/src/po/po.pt_BR.js b/web/src/po/po.pt_BR.js index 87cae8e3c0..d4dcecada6 100644 --- a/web/src/po/po.pt_BR.js +++ b/web/src/po/po.pt_BR.js @@ -1399,6 +1399,12 @@ export default { "Wires: %s": [ "Fios: %s" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "" + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "" + ], "Yes": [ "Sim" ], diff --git a/web/src/po/po.ru.js b/web/src/po/po.ru.js index 2849d490b2..89f54ea800 100644 --- a/web/src/po/po.ru.js +++ b/web/src/po/po.ru.js @@ -1346,6 +1346,12 @@ export default { "Wires: %s": [ "Проводки: %s" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "" + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "" + ], "Yes": [ "Да" ], diff --git a/web/src/po/po.sv.js b/web/src/po/po.sv.js index fce57914c6..2112e00cf1 100644 --- a/web/src/po/po.sv.js +++ b/web/src/po/po.sv.js @@ -1026,6 +1026,9 @@ export default { "SSH Key": [ "SSH nyckel" ], + "SSH public key": [ + "SSH publik nyckel" + ], "SSID": [ "SSID" ], @@ -1092,6 +1095,9 @@ export default { "Set root SSH public key": [ "Ställ in publik SSH nyckel för root" ], + "Setup root user authentication": [ + "Ställ in rootautentisering" + ], "Show %d subvolume action": [ "Visa %d undervolym åtgärd", "Visa %d undervolymer åtgärder" @@ -1402,9 +1408,18 @@ export default { "Wires: %s": [ "Kablar: %s" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "Skriv, klistra in, släpp, eller %s en SSH publik nyckelfil i textområdet ovan." + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "Skriv, klistra in eller släpp en publik SSH-nyckel här. Du kan också ladda upp den genom att använda länken nedan." + ], "Yes": [ "Ja" ], + "You must define at least one authentication method for the root user. You can still edit them anytime before the installation.": [ + "Du måste definiera minst en autentiseringsmetod för rootanvändaren. Du kan fortfarande redigera dem när som helst innan installationen." + ], "ZFCP": [ "ZFCP" ], @@ -1453,6 +1468,9 @@ export default { "the presence of the file system for %s": [ "närvaron av filsystemet för %s" ], + "upload": [ + "ladda upp" + ], "user autologin": [ "användare automatisk inloggning" ], diff --git a/web/src/po/po.tr.js b/web/src/po/po.tr.js index 5123c5456d..df110f20e9 100644 --- a/web/src/po/po.tr.js +++ b/web/src/po/po.tr.js @@ -1399,6 +1399,12 @@ export default { "Wires: %s": [ "Bağlantılar: %s" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "" + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "" + ], "Yes": [ "Evet" ], diff --git a/web/src/po/po.zh_Hans.js b/web/src/po/po.zh_Hans.js index 721536656f..eb2aa1396c 100644 --- a/web/src/po/po.zh_Hans.js +++ b/web/src/po/po.zh_Hans.js @@ -1326,6 +1326,12 @@ export default { "Wires: %s": [ "连线:%s" ], + "Write, paste, drop, or %s a SSH public key file in the above textarea.": [ + "" + ], + "Write, paste, or drop an SSH public key here. You can also upload it by using the link below.": [ + "" + ], "Yes": [ "是" ],