From fbcbfbd3111168a559b6ff3f2ee3630e0dce27ae Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 14 May 2023 16:10:34 +0200 Subject: [PATCH] strings: sync with crowdin Signed-off-by: Jason A. Donenfeld --- ui/src/main/res/values-de/strings.xml | 7 + ui/src/main/res/values-fr/strings.xml | 30 +++- ui/src/main/res/values-it/strings.xml | 33 +++- ui/src/main/res/values-nl-rNL/strings.xml | 193 ++++++++++++++++++++++ ui/src/main/res/values-pt-rBR/strings.xml | 1 + ui/src/main/res/values-ro-rRO/strings.xml | 8 + ui/src/main/res/values-ru/strings.xml | 17 +- ui/src/main/res/values-sk-rSK/strings.xml | 62 +++---- ui/src/main/res/values-zh-rCN/strings.xml | 19 ++- 9 files changed, 316 insertions(+), 54 deletions(-) diff --git a/ui/src/main/res/values-de/strings.xml b/ui/src/main/res/values-de/strings.xml index b9363e33..5dfb06a0 100644 --- a/ui/src/main/res/values-de/strings.xml +++ b/ui/src/main/res/values-de/strings.xml @@ -184,6 +184,10 @@ Privater Schlüssel Öffentlicher Schlüssel Tipp: Mit `qrencode -t ansiutf8 < tunnel.conf` generieren. + Kachel zu Schnelleinstellungen hinzufügen + Die Verknüpfung schaltet den letzten Tunnel um + Verknüpfung kann nicht hinzugefügt werden: Fehler %d + Tunnel umschalten Aktivierte Tunnel beim Systemstart nicht automatisch starten Aktivierte Tunnel beim Systemstart automatisch wieder starten Beim Neustart wiederherstellen @@ -235,6 +239,9 @@ Update wird heruntergeladen: %s Installiere Update… Fehler beim Aktualisieren: %s. Versuche es in Kürze erneut… + Anwendung beschädigt + Diese Anwendung ist beschädigt. Bitte laden Sie die APK erneut von der unten verlinkten Website herunter. Deinstallieren Sie danach diese Anwendung und installieren Sie sie mit der heruntergeladenen APK neu. + Webseite öffnen %1$s backend %2$s Überprüfe %s Backend-Version Unbekannte %s Version diff --git a/ui/src/main/res/values-fr/strings.xml b/ui/src/main/res/values-fr/strings.xml index 225e0770..d4d4b95f 100644 --- a/ui/src/main/res/values-fr/strings.xml +++ b/ui/src/main/res/values-fr/strings.xml @@ -6,7 +6,7 @@ Suppression réussie du tunnel %d - Supprimé avec succès %d tunnels + %d tunnels supprimés avec succès %d tunnel sélectionné @@ -85,16 +85,16 @@ Impossible de supprimer le fichier de configuration %s La configuration de « %s » existe déjà Le fichier de configuration « %s » existe déjà - Fichier de configuration «%s» introuvable - Impossible de renommer le fichier de configuration «%s» - Impossible d’enregistrer la configuration pour «%1$s» : %2$s - Configuration enregistrée avec succès pour “%s” + Fichier de configuration « %s » introuvable + Impossible de renommer le fichier de configuration « %s » + Impossible d’enregistrer la configuration pour « %1$s » : %2$s + Configuration enregistrée avec succès pour « %s » Créer un tunnel WireGuard Impossible de créer le répertoire binaire local Impossible de créer le fichier dans le répertoire des téléchargements Créer à partir de zéro Importer depuis un fichier ou une archive - Créer avec un scan de QR code + Importer depuis un QR code Impossible de créer le répertoire de sortie Impossible de créer le répertoire temporaire local Créer un tunnel @@ -109,6 +109,7 @@ Ajouter un tunnel pour commencer ♥ Faire un don au projet WireGuard Chaque contribution aide + Merci de votre soutien au projet WireGuard !\n\nMalheureusement, en raisons des politiques de Google, nous ne pouvons pas vous rediriger vers la page vous permettant de faire un don. Heureusement, vous pouvez le trouver par vous-même !\n\nMerci encore pour votre soutien. Désactiver l\'export de configuration La désactivation de l\'export de configuration rend les clés privées moins accessibles Serveurs DNS @@ -118,6 +119,7 @@ Erreur lors de la désactivation du tunnel : %s Erreur lors de la récupération de la liste d\'applications : %s Veuillez obtenir l\'accès root et essayez à nouveau + Erreur lors de la préparation du tunnel : %s Erreur lors de la mise en place du tunnel : %s Exclure les IPs privées Générer une nouvelle clé privée @@ -137,6 +139,8 @@ : Les clés base64 WireGuard doivent comporter 44 caractères (32 octets) : Les clés WireGuard doivent comporter 32 octets : Les clés hexadécimales WireGuard doivent comporter 64 caractères (32 octets) + Dernière liaison + Il y a %s Port d\'écoute Impossible d\'exporter le journal : %s Fichier journal d\'Android WireGuard @@ -180,6 +184,10 @@ Clé privée Clé publique Astuce : générez avec \"qrencode -t ansiutf8 < tunnel.conf\". + Ajouter une bascule au volet des paramètres + Cette bascule active le dernier tunnel utilisé + Impossible d\'ajouter la bascule : erreur %d + Activer le tunnel N\'affichera pas les tunnels activés au démarrage Les tunnels activés seront affichés au démarrage Restaurer au démarrage @@ -224,6 +232,16 @@ Implémentation Go en espace utilisateur Module noyau Erreur inconnue + Une mise à jour est disponible. Veuillez mettre l\'application à jour. + Télécharger & Mettre à jour + Récupération des métadonnées de la mise à jour… + Téléchargement de la mise à jour : %1$s / %2$s (%3$.2f%%) + Téléchargement de la mise à jour : %s + Installation de la mise à jour… + Erreur lors de la mise à jour : %s. Nous réessaierons dans un instant… + Application corrompue + Cette application est corrompue. Veuillez réinstaller le fichier APK depuis le site ci-dessous. Ensuite, désinstallez cette application puis réinstallez-la à l\'aide du fichier APK téléchargé. + Accéder au site internet %1$s backend %2$s Vérification de la version %s du backend Version %s inconnue diff --git a/ui/src/main/res/values-it/strings.xml b/ui/src/main/res/values-it/strings.xml index e441133f..8fba2592 100644 --- a/ui/src/main/res/values-it/strings.xml +++ b/ui/src/main/res/values-it/strings.xml @@ -59,9 +59,9 @@ Aggiungi peer Indirizzi Applicazioni - Le applicazioni esterne non possono attivare tunnel (consigliato) - Le applicazioni esterne possono attivare tunnel (avanzato) - Consenti applicazioni di controllo remoto + Le app esterne non possono attivare tunnel (consigliato) + Le app esterne possono attivare tunnel (avanzato) + Consenti app di controllo remoto IP consentiti %2$s di %1$s %s @@ -94,7 +94,7 @@ Impossibile creare il file nella cartella di download Crea da zero Importa da file o archivio - Scansione da codice QR + Scansiona da codice QR Impossibile creare la cartella di output Impossibile creare la cartella locale temporanea Crea tunnel @@ -107,6 +107,9 @@ Seleziona un\'unità di archiviazione Installa un\'utilità di gestione file per sfogliare i file Aggiungi un tunnel per iniziare + ♥ Dona al progetto WireGuard + Ogni contributo aiuta + Grazie per il sostegno al progetto WireGuard!\n\nPurtroppo, a causa delle politiche di Google, non siamo autorizzati a linkare la pagina del progetto dove puoi fare una donazione. Speriamo che la troverai!\n\nGrazie ancora per il tuo contributo. Disattiva esportazione config Disabilitare l\'esportazione della configurazione rende le chiavi private meno accessibili Server DNS @@ -116,13 +119,14 @@ Errore di disattivazione del tunnel: %s Errore di recupero dell\'elenco applicazioni: %s Accedi come root e riprova + Errore di preparazione del tunnel: %s Errore di attivazione del tunnel: %s Escludi IP privati Genera nuova chiave privata Errore “%s” sconosciuto (auto) - (generato) - (facoltativo) + (generata) + (facoltativa) (facoltativo, non consigliato) (casuale) Nome file “%s” non valido @@ -135,6 +139,8 @@ : le chiavi base64 di WireGuard devono essere di 44 caratteri (32 byte) : le chiavi di WireGuard devono essere di 32 byte : le chiavi esadecimali di WireGuard devono essere di 64 caratteri (32 byte) + Ultima negoziazione + %s fa Porta in ascolto Impossibile esportare il log: %s File di log WireGuard Android @@ -178,6 +184,10 @@ Chiave privata Chiave pubblica Suggerimento: genera con `qrencode -t ansiutf8 < tunnel.conf`. + Aggiungi riquadro ale impostazioni rapide + La scorciatoia attiva/disattiva il tunnel più recente + Impossibile aggiungere la scorciatoia: errore %d + Attiva/disattiva tunnel Non attiverà i tunnel configurati all\'avvio Attiverà i tunnel configurati all\'avvio Ripristina all\'avvio @@ -213,6 +223,7 @@ Tunnel “%s” creato correttamente Il tunnel “%s” esiste già Nome non valido + Aggiungi un tunnel usando il pulsante sotto Nome tunnel Impossibile attivare il tunnel (wgTurnOn ha risposto %d) Impossibile risolve il nome di domino: \"%s\" @@ -221,6 +232,16 @@ Spazio utente Go Modulo kernel Errore sconosciuto + È disponibile un aggiornamento dell\'app. Si prega di aggiornare ora. + Scarica e aggiorna + Recupero metadati aggiornamento… + Scaricamento aggiornamento: %1$s / %2$s (%3$.2f%%) + Scaricamento aggiornamento: %s + Installazione aggiornamento… + Aggiornamento fallito: %s. Riprovo momentaneamente… + Applicazione danneggiata + Questa applicazione è danneggiata. Riscarica l\'APK dal sito collegato qui sotto. Dopo, disinstalla questa applicazione e reinstallala dall\'APK scaricato. + Apri sito web Backend %1$s %2$s Controllo versione backend %s Versione %s sconosciuta diff --git a/ui/src/main/res/values-nl-rNL/strings.xml b/ui/src/main/res/values-nl-rNL/strings.xml index dc2a9f93..fc972ada 100644 --- a/ui/src/main/res/values-nl-rNL/strings.xml +++ b/ui/src/main/res/values-nl-rNL/strings.xml @@ -4,6 +4,10 @@ Kan %d tunnel niet verwijderen: %s Kan %d tunnels niet verwijderen: %s + + %d tunnel succesvol verwijderd + %d tunnels succesvol verwijderd + %d tunnel geselecteerd %d tunnels geselecteerd @@ -12,4 +16,193 @@ %1$d van %2$d tunnels geïmporteerd %1$d van de %2$d tunnels geïmporteerd + + %d tunnel geïmporteerd + %d tunnels geïmporteerd + + + %d uitgesloten applicatie(s) + %d uitgesloten applicaties + + + %d uitgesloten + %d uitgesloten + + + %d inbegrepen + %d inbegrepen + + Alle applicaties + Uitsluiten + Alleen opnemen + + Neem %d app op + Voeg %d apps toe + + + %d app uitsluiten + %d apps uitsluiten + + + iedere seconde + iedere %d seconden + + Gebruik alle applicaties + Peer toevoegen + Adressen + Applicaties + Externe apps kunnen mogelijk geen tunnels in-/uitschakelen (aanbevolen) + Externe apps kunnen tunnels in-/uitschakelen (geavanceerd) + Controle door externe besturingsapps toestaan + Toegestane IP-adressen + %1$s\'s %2$s + %s + %1$s in %2$s + : moet positief zijn en niet meer dan 65535 + : Moet positief zijn + : Moet een geldig UDP poortnummer zijn + Ongeldige sleutel + Ongeldig nummer + Ongeldige waarde + Attribuut ontbreekt + Ontbrekende sectie + Syntaxfout + Onbekend attribuut + Onbekende sectie + Waarde buiten bereik + Bestand moet .conf of .zip zijn + QR-code niet gevonden in afbeelding + QR-code checksum verificatie mislukt + Annuleren + Kan configuratiebestand %s niet verwijderen + Configuratie voor \"%s\" bestaat al + Configuratiebestand \"%s\" bestaat al + Configuratiebestand \"%s\" niet gevonden + Kan configuratiebestand \"%s\" \" niet hernoemen + Kan de configuratie voor \"%1$s\" niet opslaan: %2$s + Configuratie succesvol opgeslagen voor \"%s\" + WireGuard tunnel aanmaken + Kan geen lokale \'bin\' map aanmaken + Kan bestand niet maken in downloadmap + Begin met lege configuratie + Importeren uit bestand of archief + Scan van QR code + Kan de output map niet aanmaken + Kan geen tijdelijke map aanmaken + Maak nieuwe tunnel + %s gekopieerd naar klembord + Momenteel wordt licht (dag) thema gebruikt + Momenteel wordt donker (nacht) thema gebruikt + Gebruik donker thema + Verwijder + Selecteer tunnel om te verwijderen + Selecteer een opslaglocatie + Installeer een bestandsbeheer applicatie + Voeg een tunnel toe om te beginnen + ♥️ Doneer aan het WireGuard Project + Elke bijdrage helpt + Bedankt voor het steunen van het WireGuard Project!\n\nHelaas, als gevolg van Google beleid, We mogen niet linken naar de webpagina van het project waar u een donatie kunt doen. Hopelijk kunt u deze zelf wel vinden!\n\nNogmaals bedankt voor uw bijdrage. + Config export uitschakelen + Het uitschakelen van configuratie export maakt privésleutels minder toegankelijk + DNS-servers + DNS-zoekdomeinen + Bewerken + Eindpunt + Fout bij stoppen tunnel: %s + Fout bij ophalen van apps-lijst: %s + Verkrijg root toegang en probeer het opnieuw + Fout bij voorbereiden tunnel: %s + Fout bij het starten van tunnel: %s + Privé-IP\'s uitsluiten + Nieuwe privésleutel genereren + Onbekend fout: \"%s\" + (auto) + (gegenereerd) + (optioneel) + (optioneel, niet aanbevolen) + (willekeurig) + Ongeldige bestandsnaam \"%s\" \" + Kan tunnel niet importeren: %s + Importeer Tunnel uit QR Code + Geïmporteerd \"%s\" + Interface + Slechte tekens in de veld + Onjuiste sleutellengte + : WireGuard base64 sleutels moeten 44 tekens zijn (32 bytes) + : WireGuard sleutels moeten 32 bytes zijn + : WireGuard hex sleutels moeten 64 tekens zijn (32 bytes) + Recentste uitwisseling + %s geleden + Luister op poort + Kan logboek niet exporteren: %s + WireGuard Android logbestand + Opgeslagen in \"%s\" + Exporteer logboek naar bestand + Logboek opslaan + Logboeken kunnen helpen bij het debuggen + Bekijk applicatielogboek + Log + Kan logcat niet uitvoeren: + De experimentele kernel module kan de prestaties verbeteren + Kernel module backend inschakelen + De langzamere userspace backend kan de stabiliteit verbeteren + Uitschakelen kernel module backend + Er ging iets mis. Probeer het nog eens + De experimentele kernel module kan de prestaties verbeteren + Er zijn geen modules beschikbaar voor uw apparaat + Download en installeer kernel module + Downloaden en installeren… + Niet in staat om kernel module versie te bepalen + MTU + Het inschakelen van één tunnel zal anderen uitzetten + Meerdere tunnels kunnen tegelijkertijd actief zijn + Meerdere gelijktijdige tunnels toestaan + Naam + Probeer een tunnel zonder configuratie te starten + Geen configuraties gevonden + Geen tunnels gedefinieerd + string + IP-adres + eindpunt + IP netwerk + nummer + Kan %1$s%2$s niet parsen + Peer + WireGuard tunnels beheren + Voortdurende verbindingstest + Gedeelde sleutel + ingeschakeld + Privésleutel + Publieke sleutel + tunnel in-/uitschakelen + Tunnel starten bij herstart + Opslaan + Selecteer alles + Instellingen + Alles wisselen + wg and wg-quick zijn al geïnstalleerd + Optionele tools voor scripts installeren + Installeer command line tools + Installeren van wg en wg-quick + %d B + %.2f GiB + %.2f KiB + %.2f MiB + %.2f TiB + Kan tun apparaat niet aanmaken + Tunnel \"%s\" bestaat al + Ongeldige naam + Voeg een tunnel toe met de knop hieronder + Tunnelnaam + Go userspace + Kernel module + Onbekende fout + Download & installeer updates + Update metadata downloaden… + Updates downloaden: %s + Update wordt geïnstalleerd… + Authenticeer om de tunnel configuratie te exporteren + Authenticeer om de persoonlijke sleutel te bekijken + Authenticatiefout + Authenticatiefout: %s diff --git a/ui/src/main/res/values-pt-rBR/strings.xml b/ui/src/main/res/values-pt-rBR/strings.xml index 456bedbf..646cf09b 100644 --- a/ui/src/main/res/values-pt-rBR/strings.xml +++ b/ui/src/main/res/values-pt-rBR/strings.xml @@ -79,6 +79,7 @@ Selecione uma unidade de armazenamento Por favor, instale um utilitário de gerenciamento de arquivos para procurar arquivos Adicione um túnel para começar + ♥️ Doar para o projeto WireGuard Desativar exportação de configuração Desativar a exportação de configuração torna as chaves privadas menos acessíveis Servidores DNS diff --git a/ui/src/main/res/values-ro-rRO/strings.xml b/ui/src/main/res/values-ro-rRO/strings.xml index 18144658..16ee62f0 100644 --- a/ui/src/main/res/values-ro-rRO/strings.xml +++ b/ui/src/main/res/values-ro-rRO/strings.xml @@ -120,6 +120,9 @@ Selectează o unitate de stocare Instalează un serviciu de administrare a fișierelor pentru a căuta fișiere Adaugă un tunel pentru a începe + ♥ Donează pentru proiectul WireGuard + Fiecare contribuţie ajută + Vă mulțumim pentru sprijinul acordat Proiectului WireGuard!\n\nDin păcate, din cauza politicilor Google, nu avem voie să punem un link către pagina web a proiectului unde poți face o donație. Sperăm că vă puteți descurca!\n\nMulțumim din nou pentru contribuție. Dezactivează exportarea configurației Dezactivarea exportării configurației face mai puțin accesibile cheile private Servere DNS @@ -129,6 +132,7 @@ Eroare la oprirea tunelului: %s Eroare la preluarea listei de aplicații: %s Obține acces root și încearcă din nou + Eroare la pregătirea tunelului: %s Eroare la pornirea tunelului: %s Excludere IP-uri private Generare cheie privată nouă @@ -148,6 +152,8 @@ : Cheile base64 ale WireGuard trebuie să aibă 44 de caractere (32 de octeți) : Cheile WireGuard trebuie să aibă 32 de octeți : Cheile hex WireGuard trebuie să aibă 64 de caractere (32 de octeți) + Cea mai recentă negociere + %s în urmă Port de ascultare Jurnalul nu poate fi exportat: %s Fișier de jurnal Android WireGuard @@ -191,6 +197,8 @@ Cheie privată Cheie publică Sfat: generează cu `qrencode -t ansiutf8 < tunnel.conf`. + Adaugă secțiune la panoul de setări rapide + Comanda rapidă comută cel mai recent tunel Tunelurile activate nu vor fi pornite odată cu pornirea dispozitivului Tunelurile activate vor fi pornite odată cu pornirea dispozitivului Restaurare la pornire diff --git a/ui/src/main/res/values-ru/strings.xml b/ui/src/main/res/values-ru/strings.xml index 44d75415..7637758e 100644 --- a/ui/src/main/res/values-ru/strings.xml +++ b/ui/src/main/res/values-ru/strings.xml @@ -94,7 +94,7 @@ %1$s в %2$s : Значение должно быть больше нуля, но меньше 65535 : Значение должно быть больше нуля - : Должен быть действительный номер порта UDP + : Должен быть допустимым UDP-портом Неправильный ключ Неправильный номер Недопустимое значение @@ -142,7 +142,7 @@ Домены поиска Изменить Конечная точка - Ошибка при выходе из туннеля: %s + Ошибка при отключении туннеля: %s Ошибка при получении списка приложений: %s Пожалуйста, получите root-доступ и попробуйте снова Ошибка при подготовке туннеля: %s @@ -202,7 +202,7 @@ число Невозможно разобрать %1$s “%2$s” Пир - управлять туннелями WireGuard, включая и отключая туннели по желанию, потенциально перенаправляя интернет-трафик + контроль над туннелями WireGuard, включение и отключение туннелей по своему усмотрению, возможность неправильного управления сетевым трафиком управлять туннелями WireGuard Постоянное соединение Общий ключ @@ -210,6 +210,10 @@ Приватный ключ Публичный ключ Совет: генерировать с “qrencode -t ansiutf8 < tunnel.conf”. + Добавить элемент в панель быстрых настроек + Элемент переключает последний активный туннель + Не удается добавить ярлык: ошибка %d + Переключить туннель Не поднимать ранее выбранные туннели при загрузке Поднимать ранее выбранные туннели при загрузке Восстановить при загрузке @@ -251,7 +255,7 @@ Не удалось определить DNS имя: “%s” Не удалось переименовать туннель: %s Туннель успешно переименован в “%s” - Пользовательское пространство Go + Go в пользовательском пространстве Модуль ядра Неизвестная ошибка Доступно обновление приложения. Пожалуйста, обновите. @@ -261,7 +265,10 @@ Загрузка обновления: %s Установка обновления… Ошибка обновления: %s. Повторите попытку… - %1$s бэкенд %2$s + Приложение повреждено + Приложение повреждено. Загрузите APK с сайта, указанного ниже, затем удалите это приложение и установите из загруженного APK. + Открыть сайт + Бэкенд: %1$s %2$s Проверка версии бэкэнда %s Неизвестная версия %s WireGuard для Android v%s diff --git a/ui/src/main/res/values-sk-rSK/strings.xml b/ui/src/main/res/values-sk-rSK/strings.xml index 0b86fb29..40df1d7e 100644 --- a/ui/src/main/res/values-sk-rSK/strings.xml +++ b/ui/src/main/res/values-sk-rSK/strings.xml @@ -8,7 +8,7 @@ Adresy Aplikácie Externé aplikácie nemôžu spustiť tunely (odporúčané) - Externé aplikácie môžu spustiť tunely (odporúčané) + Externé aplikácie môžu spustiť tunely (pokročilé) Povoliť aplikáciám vzdialenú správu Povolené IP adresy %s @@ -20,8 +20,8 @@ Neplatné číslo Neplatná hodnota Chýbajúci atribút - Chýbajúc sekcia - Chyba syntaxu + Chýbajúca sekcia + Chyba syntaxe Neznámy atribút Neznáma sekcia Hodnota mimo povoleného rozsahu @@ -31,12 +31,12 @@ Konfigurácia pre “%s” už existuje Konfiguračný súbor pre “%s” už existuje Konfiguračný súbor “%s” sa nenašiel - Nemôžete premenovať konfiguračný súbor “%s” - Nemôžete uložiť konfiguráciu pre “%1$s”: %2$s + Nepodarilo sa premenovať konfiguračný súbor “%s” + Nepodarilo sa uložiť konfiguráciu pre “%1$s”: %2$s Úspešne sa podarilo uložiť konfiguráciu pre “%s” Vytvoriť WireGuard tunel - Nemôžete vytvoriť lokálny binárny súbor - Nemôžete vytvoriť súbor v priečinku downloads + Nepodarilo sa vytvoriť lokálny priečinok pre binárne súbory + Nepodarilo sa vytvoriť súbor v priečinku stiahnuté Vytvoriť od počiatku Importovať zo súboru alebo archívu Skenovať z QR kódu @@ -50,10 +50,10 @@ Odstrániť Vyberte tunel na odstránenie Vyberte úložnú jednotku - Prosím nainštalujte manažéra súbor aby ste mohli prehliadať súbory + Prosím nainštalujte manažéra súborov aby ste mohli prehliadať súbory Pridajte tunel aby ste mohli začať Zakázať export konfigurácie - Zakázanie exportu konfigurácii spôsobí, že prístup k súkromným kľúčom sa stáva zložitým + Zakázanie exportu konfigurácie spôsobí, že prístup k súkromným kľúčom sa stáva zložitým Servery DNS Prehľadávať domény Upraviť @@ -61,46 +61,46 @@ Chyba pri vypínaní tunela: %s Chyba pri načítaní zoznamu aplikácií: %s Získajte prístup root a skúste znova - Chyba pri vyvolávaní tunela: %s - Vynechať privátne IP - Generovať nový privátny kľúč + Chyba pri zapínaní tunela: %s + Vynechať súkromné IP + Generovať nový súkromný kľúč Neznáma “%s” chyba (automatické) (generované) (voliteľné) (voliteľné, neodporúča sa) (náhodné) - Ilegálne meno súboru “%s” + Nepovolené meno súboru “%s” Nepodarilo sa importovať tunel: %s Importovať tunel z QR kódu Podarilo sa importovať “%s” Rozhranie - Nepovolené charaktery v kľúči + Nepovolené znaky v kľúči Nesprávna dĺžka kľúču - : WireGuard base64 kľúče musia mať 44 charakterov (32 bytes) + : WireGuard base64 kľúče musia mať 44 znakov (32 bytes) : WireGuard kľúče musia byť 32 bytové - : WireGuard hex kľúče musia mať 64 charakterov (32 bytes) + : WireGuard hex kľúče musia mať 64 znakov (32 bytes) Otvorený port Nepodarilo sa exportovať log: %s - WireGuard Android Záznam + WireGuard Android Denník udalostí Uložené do “%s” Exportovať denník udalostí Uložiť denník udalostí - Denník udalosti môžu byt nápomocné pri ladení aplikácie + Denníky udalostí môžu byt nápomocné pri ladení aplikácie Zobraziť denník udalostí aplikácie Denník udalostí - Nepodarilo sa prehrať logcat: - Pomalšie užívatelské prostredie môže zlepšiť stabilitu + Nepodarilo sa spustiť logcat: + Pomalší userspace backend môže zlepšiť stabilitu Niečo sa pokazilo. Prosím, skúste znova Pre vaše zariadenie nie sú k dispozícii žiadne moduly - Stiahni a nainštaluj kernel modul - Sťahuje a inštalujem… + Stiahnutie a inštalácia kernelového modulu + Sťahuje sa a inštaluje sa… Maximálna prenosová jednotka Zapnutím jedného tunela vypnete ostatné - Môžu byť zapnuté viaceré tunele naraz - Povoliť niekoľko tunel naraz + Môžu byť zapnuté viaceré tunely naraz + Povoliť viacero tunelov naraz Názov - Pokúšam sa vyvolať tunel bez konfigurácie + Pokúšam sa zapnúť tunel bez konfigurácie Nenašli sa žiadne konfigurácie Neexistujú žiadne tunely reťazec @@ -108,7 +108,7 @@ koncový bod IP sieť číslo - Nedá sa rozobrať %1$s “%2$s” + Nedá sa parsovať %1$s “%2$s” Vopred zdieľaný kľúč povolené Súkromný kľúč @@ -121,10 +121,10 @@ Prepnúť všetko wg a wg-quick už sú nainštalované Nainštalovať voliteľné nástroje pre skriptovanie - Nainštalovať voliteľné nástroje pre skriptovanie ako Magisk module + Nainštalovať voliteľné nástroje pre skriptovanie ako Magisk modul wg a wg-quick sú nainštalované ako Magisk modul (reštart požadovaný) Inštalácia nástrojov príkazového riadku - Inštalácia wg a wg-quick + Inštaluje sa wg a wg-quick Potrebné nástroje nie sú k dispozícii Prenos %d B @@ -141,7 +141,7 @@ Meno tunelu Nepodarilo sa premenovať tunel: %s Úspešne premenovaný tunel na “%s” - Modul jadra + Kernelový modul Neznáma chyba Neznáma %s verzia WireGuard pre Android v%s @@ -149,10 +149,10 @@ Nepodarilo sa spustiť Android VPN službu Nepodarilo sa exportovať tunely: %s Uložené ako “%s” - Zip súbor bude uložený do priečinka na sťahovanie + Zip súbor bude uložený do priečinka stiahnuté Export tunelov do zip súboru Overovanie pre export tunelov - Overovanie pre zobrazenie privátneho kľúča + Authenticate to view private key Overovanie zlyhalo Overovanie zlyhalo: %s diff --git a/ui/src/main/res/values-zh-rCN/strings.xml b/ui/src/main/res/values-zh-rCN/strings.xml index 19a9756d..cd282317 100644 --- a/ui/src/main/res/values-zh-rCN/strings.xml +++ b/ui/src/main/res/values-zh-rCN/strings.xml @@ -171,6 +171,10 @@ 私钥 公钥 提示:使用命令 `qrencode -t ansiutf8 < tunnel.conf` 生成二维码 + 添加磁贴到快速设置面板 + 快捷方式磁贴开/关最近使用的隧道。 + 无法添加快捷方式磁贴:错误 %d + 开/关隧道 未启用 设备启动时自动开启上次使用的隧道 启动时恢复 @@ -215,13 +219,16 @@ Go userspace Kernel module 未知错误 - 有可用的应用程序更新。请立即更新。 + WireGuard 可以更新了,请立即更新。 下载 & 更新 - 正获取更新元数据… - 正在下载更新: %1$s / %2$s (%3$.2f%%) - 正在下载更新: %s - 安装更新中... - 更新失败: %s。不久后将重试… + 正在获取更新元数据… + 正在下载更新:%1$s / %2$s (%3$.2f%%) + 正在下载更新:%s + 正在安装更新… + 更新失败:%s。将在稍后重试… + 应用程序损坏 + 此应用程序已损坏。请从下面链接的网站重新下载APK。然后卸载此应用程序并从下载的APK重新安装它。 + 打开网站 %1$s backend %2$s 正在检查 %s backend 版本 未知的 %s 版本