From b77d209136294dcd78ddbafdc7768deabb145fc6 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 28 Nov 2024 12:53:59 +0800 Subject: [PATCH] :globe_with_meridians: Feat: fill in missing translations by Copilot --- i18n/de.toml | 81 ++++++++++++++++++++++++++-------------------------- i18n/es.toml | 79 +++++++++++++++++++++++++------------------------- i18n/fr.toml | 42 +++++++++++++-------------- i18n/hi.toml | 26 ++++++++--------- i18n/it.toml | 79 +++++++++++++++++++++++++------------------------- i18n/pl.toml | 79 +++++++++++++++++++++++++------------------------- i18n/ro.toml | 79 +++++++++++++++++++++++++------------------------- i18n/ru.toml | 69 ++++++++++++++++++++++---------------------- i18n/sr.toml | 79 +++++++++++++++++++++++++------------------------- i18n/vi.toml | 79 +++++++++++++++++++++++++------------------------- 10 files changed, 342 insertions(+), 350 deletions(-) diff --git a/i18n/de.toml b/i18n/de.toml index ebe17d14..e738ff67 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -1,27 +1,26 @@ # Translations for German # Übersetzung auf Deutsch # https://gohugo.io/content-management/multilingual/#translation-of-strings -# TODO Some fields are waiting for your translation # === init === [init] -configurationError = "" -compatibilityError = "" -devVersionWarn = "" -devEnvWarn = "" -quicklyUpgrade = "" +configurationError = "Konfigurationsfehler\nSie haben den FixIt-Versionsparameter noch nicht korrekt konfiguriert. Siehe https://fixit.lruihao.cn/documentation/basics/#theme-configuration" +compatibilityError = "Kompatibilitätsfehler ({{ .From }} -> {{ .To }}):\nSie haben ein inkompatibles Update. Siehe https://github.com/hugo-fixit/FixIt/releases" +devVersionWarn = "Sie verwenden eine Entwicklungsversion von FixIt. Bitte erwägen Sie die Verwendung einer stabilen Version.\nSiehe https://github.com/hugo-fixit/FixIt/releases" +devEnvWarn = "Die aktuelle Umgebung ist \"Entwicklung\". Das \"Kommentarsystem\", \"PWA\", \"CDN\", \"Fingerprint\" und \"Analytics\" werden deaktiviert." +quicklyUpgrade = "Schnelles Upgrade verwenden Sie den Befehl: " # === init === # === baseof === [baseof] backToTop = "Nach oben" viewComments = "Kommentare anzeigen" -noscript = "" +noscript = "Diese Website funktioniert am besten mit aktiviertem JavaScript." # === baseof === # === Taxonomy === [archives] -other = "" +other = "Archiv" [allSome] other = "Alle {{ .Some }}" @@ -33,10 +32,10 @@ other = "Kategorie" other = "Kategorien" [collection] -other = "" +other = "Sammlung" [collections] -other = "" +other = "Sammlungen" [tag] other = "Tag" @@ -53,12 +52,12 @@ other = "Artikel" recentlyUpdated = "Zuletzt aktualisiert" [section.totalWordCount] -one = "" -other = "" +one = "Ein Wort" +other = "Insgesamt {{ .Count }} Wörter" [section.archiveCounter] -one = "" -other = "" +one = "Nur ein Artikel" +other = "Insgesamt {{ .Count }} Artikel" # === Section === # === Pagination === @@ -113,26 +112,26 @@ other = "Teilen auf" # === posts/single.html === [single] contents = "Inhalt" -pin = "" -repost = "" +pin = "Oben anheften" +repost = "Erneut posten" publishedOnDate = "veröffentlicht an {{ .Date }}" views = "Aufrufe" comments = "Kommentare" author = "Autor" updatedOnDate = "Aktualisiert am {{ .Date }}" readMarkdown = "Markdown anzeigen" -viewSource = "" +viewSource = "Quelle anzeigen" editThisPage = "Diese Seite bearbeiten" -reportIssue = "" +reportIssue = "Problem melden" back = "Zurück" home = "Startseite" readMore = "Mehr lesen" expirationReminder = "Dieser Artikel wurde zuletzt auf {{ .Date }} aktualisiert, der Inhalt kann veraltet sein." -encryptedAbstract = "" -encryptedMessage = "" +encryptedAbstract = "Dieser Artikel wurde verschlüsselt, daher ist sein Rohinhalt unsichtbar!" +encryptedMessage = "Bitte geben Sie das Passwort ein" password = "Passwort" -enterBtn = "" -encryptyAgain = "" +enterBtn = "Eintreten" +encryptyAgain = "Erneut verschlüsseln" relatedContent = "Ähnliche Inhalte" [single.includedIn] @@ -144,7 +143,7 @@ both = "enthalten in {{ .Categories }} und {{ .Collections }}" one = "Ein Wort" other = "{{ .Count }} Wörter" -[single.fuzzywordcount] +[single.fuzzyWordCount] other = "{{ .Count }} Wörter (ungefähr)" [single.readingTime] @@ -152,11 +151,11 @@ one = "Eine Minute" other = "{{ .Count }} Minuten" [single.reward] -donate = "" -wechatpay = "" -alipay = "" -paypal = "" -bitcoin = "" +donate = "Spenden" +wechatpay = "WeChat Pay" +alipay = "Alipay" +paypal = "PayPal" +bitcoin = "Bitcoin" # === posts/single.html === # === 404.html === @@ -177,23 +176,23 @@ other = "Sie sind nicht mit dem Internet verbunden, es stehen nur zwischengespei # === GitHub Alert === [alert] -note = "" -tip = "" -important = "" -warning = "" -caution = "" +note = "Hinweis" +tip = "Tipp" +important = "Wichtig" +warning = "Warnung" +caution = "Vorsicht" # === GitHub Alert === # === Task lists === [taskList] -" " = "" -"x" = "" -"/" = "" -"-" = "" -"<" = "" -">" = "" -"!" = "" -"?" = "" +" " = "Nicht überprüft" +"x" = "Überprüft" +"/" = "In Bearbeitung" +"-" = "Abgebrochen" +"<" = "Geplant" +">" = "Verschoben" +"!" = "Wichtig" +"?" = "Frage" # === Task lists === # === shortcodes/admonition.html === diff --git a/i18n/es.toml b/i18n/es.toml index 57733768..3e5075d4 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -1,27 +1,26 @@ # Translations for Spanish # Traducciones para español # https://gohugo.io/content-management/multilingual/#translation-of-strings -# TODO Some fields are waiting for your translation # === init === [init] -configurationError = "" -compatibilityError = "" -devVersionWarn = "" -devEnvWarn = "" -quicklyUpgrade = "" +configurationError = "Error de configuración\nAún no ha configurado correctamente el parámetro de versión de FixIt. Consulte https://fixit.lruihao.cn/documentation/basics/#theme-configuration" +compatibilityError = "Error de compatibilidad ({{ .From }} -> {{ .To }}):\nTiene una actualización incompatible. Consulte https://github.com/hugo-fixit/FixIt/releases" +devVersionWarn = "Está utilizando una versión de desarrollo de FixIt. Considere usar una versión estable.\nConsulte https://github.com/hugo-fixit/FixIt/releases" +devEnvWarn = "El entorno actual es \"desarrollo\". El \"sistema de comentarios\", \"PWA\", \"CDN\", \"huella digital\" y \"análisis\" estarán deshabilitados." +quicklyUpgrade = "Actualización rápida use el comando: " # === init === # === baseof === [baseof] backToTop = "Volver arriba" viewComments = "Ver comentarios" -noscript = "" +noscript = "Este sitio web funciona mejor con JavaScript habilitado." # === baseof === # === Taxonomy === [archives] -other = "" +other = "Total {{ .Count }} artículos" [allSome] other = "Todo {{ .Some }}" @@ -33,10 +32,10 @@ other = "Categoría" other = "Categorías" [collection] -other = "" +other = "Colección" [collections] -other = "" +other = "Colecciones" [tag] other = "Etiqueta" @@ -53,12 +52,12 @@ other = "Artículos" recentlyUpdated = "Actualizado recientemente" [section.totalWordCount] -one = "" -other = "" +one = "Una palabra" +other = "Total {{ .Count }} palabras" [section.archiveCounter] -one = "" -other = "" +one = "Solo un artículo" +other = "Total {{ .Count }} artículos" # === Section === # === Pagination === @@ -113,26 +112,26 @@ other = "Compartir en" # === posts/single.html === [single] contents = "Contenido" -pin = "" -repost = "" +pin = "Fijar en la parte superior" +repost = "Repostear" publishedOnDate = "publicado el {{ .Date }}" views = "vistas" comments = "Comentarios" author = "Autor" updatedOnDate = "Actualizado el {{ .Date }}" readMarkdown = "Leer Markdown" -viewSource = "" +viewSource = "Ver fuente" editThisPage = "Editar esta página" -reportIssue = "" +reportIssue = "Reportar problema" back = "Regresar" home = "Inicio" readMore = "Leer más" expirationReminder = "Este artículo se actualizó por última vez el {{ .Date }}, es posible que el contenido no esté actualizado." -encryptedAbstract = "" -encryptedMessage = "" +encryptedAbstract = "Este artículo ha sido encriptado, por lo que su contenido bruto es invisible!" +encryptedMessage = "Por favor, ingrese la contraseña" password = "Contraseña" -enterBtn = "" -encryptyAgain = "" +enterBtn = "Entrar" +encryptyAgain = "Encriptar de nuevo" relatedContent = "Contenido relacionado" [single.includedIn] @@ -152,11 +151,11 @@ one = "Un minuto" other = "{{ .Count }} minutos" [single.reward] -donate = "" -wechatpay = "" -alipay = "" -paypal = "" -bitcoin = "" +donate = "Donar" +wechatpay = "WeChat Pay" +alipay = "Alipay" +paypal = "PayPal" +bitcoin = "Bitcoin" # === posts/single.html === # === 404.html === @@ -177,23 +176,23 @@ other = "No está conectado a Internet, solo estarán disponibles las páginas a # === GitHub Alert === [alert] -note = "" -tip = "" -important = "" -warning = "" -caution = "" +note = "Nota" +tip = "Consejo" +important = "Importante" +warning = "Advertencia" +caution = "Precaución" # === GitHub Alert === # === Task lists === [taskList] -" " = "" -"x" = "" -"/" = "" -"-" = "" -"<" = "" -">" = "" -"!" = "" -"?" = "" +" " = "No verificado" +"x" = "Verificado" +"/" = "En progreso" +"-" = "Cancelado" +"<" = "Programado" +">" = "Reprogramado" +"!" = "Importante" +"?" = "Pregunta" # === Task lists === # === shortcodes/admonition.html === diff --git a/i18n/fr.toml b/i18n/fr.toml index 5a4d9ecd..3a31e1c0 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -20,7 +20,7 @@ noscript = "Ce site Web fonctionne mieux quand JavaScript est activé." # === Taxonomy === [archives] -other = "" +other = "Archives" [allSome] other = "Tous les {{ .Some }}" @@ -32,10 +32,10 @@ other = "Catégorie" other = "Catégories" [collection] -other = "" +other = "Collection" [collections] -other = "" +other = "Collections" [tag] other = "Tag" @@ -56,8 +56,8 @@ one = "Nombre de mots: 1" other = "Nombre de mots: {{ .Count }}" [section.archiveCounter] -one = "" -other = "" +one = "Seulement un article" +other = "{{ .Count }} articles au total" # === Section === # === Pagination === @@ -112,7 +112,7 @@ other = "Partager via" # === posts/single.html === [single] contents = "Contenus" -pin = "" +pin = "Épingler en haut" repost = "Reposter" publishedOnDate = "publié le {{ .Date }}" views = "vues" @@ -120,9 +120,9 @@ comments = "commentaires" author = "Auteur" updatedOnDate = "Mis à jour le {{ .Date }}" readMarkdown = "Ouvrir le Markdown" -viewSource = "" +viewSource = "Voir la source" editThisPage = "Modifier cette page" -reportIssue = "" +reportIssue = "Signaler un problème" back = "Retour" home = "Accueil" readMore = "En savoir plus" @@ -176,23 +176,23 @@ other = "Vous n'êtes pas connecté à Internet, seules les pages mises en cache # === GitHub Alert === [alert] -note = "" -tip = "" -important = "" -warning = "" -caution = "" +note = "Remarque" +tip = "Astuce" +important = "Important" +warning = "Avertissement" +caution = "Attention" # === GitHub Alert === # === Task lists === [taskList] -" " = "" -"x" = "" -"/" = "" -"-" = "" -"<" = "" -">" = "" -"!" = "" -"?" = "" +" " = "Non vérifié" +"x" = "Vérifié" +"/" = "En cours" +"-" = "Annulé" +"<" = "Planifié" +">" = "Replanifié" +"!" = "Important" +"?" = "Question" # === Task lists === # === shortcodes/admonition.html === diff --git a/i18n/hi.toml b/i18n/hi.toml index c9d26f57..e3ac0b72 100644 --- a/i18n/hi.toml +++ b/i18n/hi.toml @@ -177,23 +177,23 @@ other = "आप इंटरनेट से कनेक्ट नहीं ह # === GitHub Alert === [alert] -note = "" -tip = "" -important = "" -warning = "" -caution = "" +note = "ध्यान दें" +tip = "टिप" +important = "महत्वपूर्ण" +warning = "चेतावनी" +caution = "सावधान" # === GitHub Alert === # === Task lists === [taskList] -" " = "" -"x" = "" -"/" = "" -"-" = "" -"<" = "" -">" = "" -"!" = "" -"?" = "" +" " = "जांच नहीं की गई" +"x" = "जांच की गई" +"/" = "काम जारी है" +"-" = "रद्द किया गया" +"<" = "अनुसूचित" +">" = "पुनः अनुसूचित" +"!" = "महत्वपूर्ण" +"?" = "सवाल" # === Task lists === # === shortcodes/admonition.html === diff --git a/i18n/it.toml b/i18n/it.toml index 3e08b39c..0f1317fa 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -1,27 +1,26 @@ # Translations for Italian # Traduzioni per l'italiano # https://gohugo.io/content-management/multilingual/#translation-of-strings -# TODO Some fields are waiting for your translation # === init === [init] -configurationError = "" -compatibilityError = "" -devVersionWarn = "" -devEnvWarn = "" -quicklyUpgrade = "" +configurationError = "Errore di configurazione\nNon hai ancora configurato correttamente il parametro della versione di FixIt. Vedi https://fixit.lruihao.cn/documentation/basics/#theme-configuration" +compatibilityError = "Errore di compatibilità ({{ .From }} -> {{ .To }}):\nHai un aggiornamento incompatibile. Vedi https://github.com/hugo-fixit/FixIt/releases" +devVersionWarn = "Stai utilizzando una versione di sviluppo di FixIt. Si prega di considerare l'utilizzo di una versione stabile.\nVedi https://github.com/hugo-fixit/FixIt/releases" +devEnvWarn = "L'ambiente attuale è \"sviluppo\". Il \"sistema di commenti\", \"PWA\", \"CDN\", \"impronta digitale\" e \"analisi\" saranno disabilitati." +quicklyUpgrade = "Aggiornamento rapido usa il comando: " # === init === # === baseof === [baseof] backToTop = "Torna all'inizio" viewComments = "Vedi commenti" -noscript = "" +noscript = "Questo sito funziona meglio con JavaScript abilitato." # === baseof === # === Taxonomy === [archives] -other = "" +other = "Archivi" [allSome] other = "Tutti {{ .Some }}" @@ -33,10 +32,10 @@ other = "Categoria" other = "Categorie" [collection] -other = "" +other = "Collezione" [collections] -other = "" +other = "Collezioni" [tag] other = "Etichetta" @@ -53,12 +52,12 @@ other = "Articoli" recentlyUpdated = "Aggiornati di recente" [section.totalWordCount] -one = "" -other = "" +one = "Una parola" +other = "Totale {{ .Count }} parole" [section.archiveCounter] -one = "" -other = "" +one = "Solo un articolo" +other = "Totale {{ .Count }} articoli" # === Section === # === Pagination === @@ -113,26 +112,26 @@ other = "Condividi su" # === posts/single.html === [single] contents = "Contenuti" -pin = "" -repost = "" +pin = "Fissa in alto" +repost = "Ripubblica" publishedOnDate = "pubblicato su {{ .Date }}" views = "visualizzazioni" comments = "commenti" author = "Autore" updatedOnDate = "Aggiornato il {{ .Date }}" readMarkdown = "Leggi Markdown" -viewSource = "" +viewSource = "Visualizza sorgente" editThisPage = "Modifica questa pagina" -reportIssue = "" +reportIssue = "Segnala un problema" back = "Indietro" home = "Home" readMore = "Leggi di più" expirationReminder = "Questo articolo è stato aggiornato l'ultima volta il {{ .Date }}, il contenuto potrebbe non essere aggiornato." -encryptedAbstract = "" -encryptedMessage = "" +encryptedAbstract = "Questo articolo è stato crittografato, quindi il suo contenuto grezzo è invisibile!" +encryptedMessage = "Per favore inserisci la password" password = "Password" -enterBtn = "" -encryptyAgain = "" +enterBtn = "Entra" +encryptyAgain = "Crittografa di nuovo" relatedContent = "Contenuti correlati" [single.includedIn] @@ -152,11 +151,11 @@ one = "Un minuto" other = "{{ .Count }} minuti" [single.reward] -donate = "" -wechatpay = "" -alipay = "" -paypal = "" -bitcoin = "" +donate = "Dona" +wechatpay = "WeChat Pay" +alipay = "Alipay" +paypal = "PayPal" +bitcoin = "Bitcoin" # === posts/single.html === # === 404.html === @@ -177,23 +176,23 @@ other = "Non sei connesso a Internet, saranno disponibili solo le pagine memoriz # === GitHub Alert === [alert] -note = "" -tip = "" -important = "" -warning = "" -caution = "" +note = "Nota" +tip = "Suggerimento" +important = "Importante" +warning = "Avvertimento" +caution = "Attenzione" # === GitHub Alert === # === Task lists === [taskList] -" " = "" -"x" = "" -"/" = "" -"-" = "" -"<" = "" -">" = "" -"!" = "" -"?" = "" +" " = "Non verificato" +"x" = "Verificato" +"/" = "In corso" +"-" = "Annullato" +"<" = "Programmato" +">" = "Ripianificato" +"!" = "Importante" +"?" = "Domanda" # === Task lists === # === shortcodes/admonition.html === diff --git a/i18n/pl.toml b/i18n/pl.toml index 9961932e..901096fb 100644 --- a/i18n/pl.toml +++ b/i18n/pl.toml @@ -1,27 +1,26 @@ # Translations for Polish # Tłumaczenie na język polski # https://gohugo.io/content-management/multilingual/#translation-of-strings -# TODO Some fields are waiting for your translation # === init === [init] -configurationError = "" -compatibilityError = "" -devVersionWarn = "" -devEnvWarn = "" -quicklyUpgrade = "" +configurationError = "Błąd konfiguracji\nNie skonfigurowałeś jeszcze poprawnie parametru wersji FixIt. Zobacz https://fixit.lruihao.cn/documentation/basics/#theme-configuration" +compatibilityError = "Błąd zgodności ({{ .From }} -> {{ .To }}):\nMasz niekompatybilną aktualizację. Zobacz https://github.com/hugo-fixit/FixIt/releases" +devVersionWarn = "Używasz wersji deweloperskiej FixIt. Proszę rozważyć użycie stabilnej wersji.\nZobacz https://github.com/hugo-fixit/FixIt/releases" +devEnvWarn = "Obecne środowisko to \"rozwój\". \"System komentarzy\", \"PWA\", \"CDN\", \"odcisk palca\" i \"analiza\" będą wyłączone." +quicklyUpgrade = "Szybka aktualizacja użyj polecenia: " # === init === # === baseof === [baseof] backToTop = "Powrót do góry" viewComments = "Zobacz komentarze" -noscript = "" +noscript = "Ta strona działa najlepiej z włączonym JavaScriptem." # === baseof === # === Taxonomy === [archives] -other = "" +other = "Archiwum" [allSome] other = "Wszystkie {{ .Some }}" @@ -33,10 +32,10 @@ other = "Kategoria" other = "Kategorie" [collection] -other = "" +other = "Collection" [collections] -other = "" +other = "Collections" [tag] other = "Tag" @@ -53,12 +52,12 @@ other = "Posty" recentlyUpdated = "Ostatnio zaktualizowane" [section.totalWordCount] -one = "" -other = "" +one = "Jedno słowo" +other = "Łącznie {{ .Count }} słów" [section.archiveCounter] -one = "" -other = "" +one = "Tylko jeden artykuł" +other = "Łącznie {{ .Count }} artykułów" # === Section === # === Pagination === @@ -113,26 +112,26 @@ other = "Udostępnij na" # === posts/single.html === [single] contents = "Spis treści" -pin = "" -repost = "" +pin = "Przypnij na górze" +repost = "Prześlij ponownie" publishedOnDate = "opublikowano {{ .Date }}" views = "wyświetleń" comments = "komentarzy" author = "Autor" updatedOnDate = "Zaktualizowano {{ .Date }}" readMarkdown = "Zobacz Markdown" -viewSource = "" +viewSource = "Zobacz źródło" editThisPage = "Edytuj tą stronę" -reportIssue = "" +reportIssue = "Zgłoś problem" back = "Wstecz" home = "Strona główna" readMore = "Czytaj więcej" expirationReminder = "Ten artykuł był ostatnio aktualizowany {{ .Date }}, jego treść może być nieaktualna." -encryptedAbstract = "" -encryptedMessage = "" +encryptedAbstract = "Ten artykuł został zaszyfrowany, więc jego surowa treść jest niewidoczna!" +encryptedMessage = "Proszę wprowadzić hasło" password = "Hasło" -enterBtn = "" -encryptyAgain = "" +enterBtn = "Wejdź" +encryptyAgain = "Zaszyfruj ponownie" relatedContent = "Powiązane treści" [single.includedIn] @@ -152,11 +151,11 @@ one = "Jedna minuta" other = "{{ .Count }} minuty" [single.reward] -donate = "" -wechatpay = "" -alipay = "" -paypal = "" -bitcoin = "" +donate = "Wesprzyj" +wechatpay = "WeChat Pay" +alipay = "Alipay" +paypal = "PayPal" +bitcoin = "Bitcoin" # === posts/single.html === # === 404.html === @@ -177,23 +176,23 @@ other = "Nie masz połączenia z Internetem, dostępne będą tylko strony z pam # === GitHub Alert === [alert] -note = "" -tip = "" -important = "" -warning = "" -caution = "" +note = "Notatka" +tip = "Wskazówka" +important = "Ważne" +warning = "Ostrzeżenie" +caution = "Ostrożność" # === GitHub Alert === # === Task lists === [taskList] -" " = "" -"x" = "" -"/" = "" -"-" = "" -"<" = "" -">" = "" -"!" = "" -"?" = "" +" " = "Niezweryfikowane" +"x" = "Zweryfikowane" +"/" = "W toku" +"-" = "Anulowane" +"<" = "Zaplanowane" +">" = "Przełożone" +"!" = "Ważne" +"?" = "Pytanie" # === Task lists === # === shortcodes/admonition.html === diff --git a/i18n/ro.toml b/i18n/ro.toml index 2e6867d2..6f7a6e94 100644 --- a/i18n/ro.toml +++ b/i18n/ro.toml @@ -1,27 +1,26 @@ # Translations for Romanian # Traduceri pentru limba română # https://gohugo.io/content-management/multilingual/#translation-of-strings -# TODO Some fields are waiting for your translation # === init === [init] -configurationError = "" -compatibilityError = "" -devVersionWarn = "" -devEnvWarn = "" -quicklyUpgrade = "" +configurationError = "Eroare de configurare\nNu ați configurat corect parametrul versiunii FixIt. Consultați https://fixit.lruihao.cn/documentation/basics/#theme-configuration" +compatibilityError = "Eroare de compatibilitate ({{ .From }} -> {{ .To }}):\nAveți o actualizare incompatibilă. Consultați https://github.com/hugo-fixit/FixIt/releases" +devVersionWarn = "Utilizați o versiune de dezvoltare a FixIt. Vă rugăm să luați în considerare utilizarea unei versiuni stabile.\nConsultați https://github.com/hugo-fixit/FixIt/releases" +devEnvWarn = "Mediul curent este \"dezvoltare\". \"Sistemul de comentarii\", \"PWA\", \"CDN\", \"amprentă\" și \"analize\" vor fi dezactivate." +quicklyUpgrade = "Actualizare rapidă utilizați comanda: " # === init === # === baseof === [baseof] backToTop = "Înapoi Sus" viewComments = "Vizualizare Comentarii" -noscript = "" +noscript = "Acest site funcționează cel mai bine cu JavaScript activat." # === baseof === # === Taxonomy === [archives] -other = "" +other = "Arhive" [allSome] other = "Toate {{ .Some }}" @@ -33,10 +32,10 @@ other = "Categorie" other = "Categorii" [collection] -other = "" +other = "Colecție" [collections] -other = "" +other = "Colecții" [tag] other = "Etichetă" @@ -53,12 +52,12 @@ other = "Articole" recentlyUpdated = "Actualizat recent" [section.totalWordCount] -one = "" -other = "" +one = "Un cuvânt" +other = "Total {{ .Count }} cuvinte" [section.archiveCounter] -one = "" -other = "" +one = "Un singur articol" +other = "{{ .Count }} articole în total" # === Section === # === Pagination === @@ -113,26 +112,26 @@ other = "Distribuie pe" # === posts/single.html === [single] contents = "Cuprins" -pin = "" -repost = "" +pin = "Fixează în partea de sus" +repost = "Repostează" publishedOnDate = "publicat la {{ .Date }}" views = "vizualizări" comments = "comentarii" author = "Autor" updatedOnDate = "Actualizat la {{ .Date }}" readMarkdown = "Citire Markdown" -viewSource = "" +viewSource = "Vezi sursa" editThisPage = "Editați această pagină" -reportIssue = "" +reportIssue = "Raportează o problemă" back = "Înapoi" home = "Acasă" readMore = "Citește mai mult" expirationReminder = "Acest articol a fost actualizat ultima dată pe {{ .Date }}, conținutul poate fi depășit." -encryptedAbstract = "" -encryptedMessage = "" +encryptedAbstract = "Acest articol a fost criptat, astfel încât conținutul său brut este invizibil!" +encryptedMessage = "Vă rugăm să introduceți parola" password = "Parolă" -enterBtn = "" -encryptyAgain = "" +enterBtn = "Intră" +encryptyAgain = "Criptează din nou" relatedContent = "Conținut înrudit" [single.includedIn] @@ -152,11 +151,11 @@ one = "Un minut" other = "{{ .Count }} minute" [single.reward] -donate = "" -wechatpay = "" -alipay = "" -paypal = "" -bitcoin = "" +# donate = "Donați" +wechatpay = "WeChat Pay" +alipay = "Alipay" +paypal = "PayPal" +bitcoin = "Bitcoin" # === posts/single.html === # === 404.html === @@ -177,23 +176,23 @@ other = "Nu sunteți conectat la Internet, vor fi disponibile doar paginile stoc # === GitHub Alert === [alert] -note = "" -tip = "" -important = "" -warning = "" -caution = "" +note = "Notă" +tip = "Sfat" +important = "Important" +warning = "Avertisment" +caution = "Atenție" # === GitHub Alert === # === Task lists === [taskList] -" " = "" -"x" = "" -"/" = "" -"-" = "" -"<" = "" -">" = "" -"!" = "" -"?" = "" +" " = "Necontrolat" +"x" = "Controlat" +"/" = "În progres" +"-" = "Anulat" +"<" = "Programat" +">" = "Reprogramat" +"!" = "Important" +"?" = "Întrebare" # === Task lists === # === shortcodes/admonition.html === diff --git a/i18n/ru.toml b/i18n/ru.toml index c03cb1a2..718be87b 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -1,27 +1,26 @@ # Translations for Russian # Переводы на русский # https://gohugo.io/content-management/multilingual/#translation-of-strings -# TODO Some fields are waiting for your translation # === init === [init] -configurationError = "" -compatibilityError = "" -devVersionWarn = "" -devEnvWarn = "" -quicklyUpgrade = "" +configurationError = "Ошибка конфигурации\nВы еще не настроили параметр версии FixIt правильно. См. https://fixit.lruihao.cn/documentation/basics/#theme-configuration" +compatibilityError = "Ошибка совместимости ({{ .From }} -> {{ .To }}):\nУ вас есть несовместимое обновление. См. https://github.com/hugo-fixit/FixIt/releases" +devVersionWarn = "Вы используете версию разработки FixIt. Пожалуйста, рассмотрите возможность использования стабильной версии.\nСм. https://github.com/hugo-fixit/FixIt/releases" +devEnvWarn = "Текущая среда - \"разработка\". \"Система комментариев\", \"PWA\", \"CDN\", \"отпечаток\" и \"аналитика\" будут отключены." +quicklyUpgrade = "Быстрое обновление используйте команду: " # === init === # === baseof === [baseof] backToTop = "Наверх" viewComments = "Посмотреть комментарии" -noscript = "" +noscript = "Этот сайт работает лучше с включенным JavaScript." # === baseof === # === Taxonomy === [archives] -other = "" +other = "Архив" [allSome] other = "Все {{ .Some }}" @@ -33,10 +32,10 @@ other = "Категория" other = "Категории" [collection] -other = "" +other = "Collection" [collections] -other = "" +other = "Collections" [tag] other = "Тэг" @@ -53,12 +52,12 @@ other = "Статьи" recentlyUpdated = "Недавно обновленные" [section.totalWordCount] -one = "" -other = "" +one = "Всего одно слово" +other = "Всего {{ .Count }} слов" [section.archiveCounter] -one = "" -other = "" +one = "Только одна статья" +other = "Всего {{ .Count }} статей" # === Section === # === Pagination === @@ -113,26 +112,26 @@ other = "Поделиться в" # === posts/single.html === [single] contents = "Содержание" -pin = "" -repost = "" +pin = "Закрепить наверху" +repost = "Перепостить" publishedOnDate = "Опубликовано {{ .Date }}" views = "просмотров" comments = "комментариев" author = "Автор" updatedOnDate = "Oбновлена {{ .Date }}" readMarkdown = "Читать Markdown" -viewSource = "" +viewSource = "Просмотреть источник" editThisPage = "Редактировать эту страницу" -reportIssue = "" +reportIssue = "Сообщить о проблеме" back = "Назад" home = "Домой" readMore = "Читать больше" expirationReminder = "Эта статья последний раз обновлялась {{ .Date }}, содержание может быть устаревшим." -encryptedAbstract = "" -encryptedMessage = "" +encryptedAbstract = "Эта статья была зашифрована, поэтому ее исходное содержание невидимо!" +encryptedMessage = "Пожалуйста, введите пароль" password = "арготизм" -enterBtn = "" -encryptyAgain = "" +enterBtn = "Войти" +encryptyAgain = "Зашифровать снова" relatedContent = "Связанный контент" [single.includedIn] @@ -177,23 +176,23 @@ other = "Вы не подключены к интернету, будут дос # === GitHub Alert === [alert] -note = "" -tip = "" -important = "" -warning = "" -caution = "" +note = "Примечание" +tip = "Совет" +important = "Важно" +warning = "Предупреждение" +caution = "Осторожно" # === GitHub Alert === # === Task lists === [taskList] -" " = "" -"x" = "" -"/" = "" -"-" = "" -"<" = "" -">" = "" -"!" = "" -"?" = "" +" " = "Не проверено" +"x" = "Проверено" +"/" = "В процессе" +"-" = "Отменено" +"<" = "Запланировано" +">" = "Перенесено" +"!" = "Важно" +"?" = "Вопрос" # === Task lists === # === shortcodes/admonition.html === diff --git a/i18n/sr.toml b/i18n/sr.toml index dacfd8f4..2326468a 100644 --- a/i18n/sr.toml +++ b/i18n/sr.toml @@ -1,27 +1,26 @@ # Translations for Serbian # Превод на Српски # https://gohugo.io/content-management/multilingual/#translation-of-strings -# TODO Some fields are waiting for your translation # === init === [init] -configurationError = "" -compatibilityError = "" -devVersionWarn = "" -devEnvWarn = "" -quicklyUpgrade = "" +configurationError = "Грешка у конфигурацији\nНисте правилно конфигурисали параметар верзије FixIt. Погледајте https://fixit.lruihao.cn/documentation/basics/#theme-configuration" +compatibilityError = "Грешка у компатибилности ({{ .From }} -> {{ .To }}):\nИмате некомпатибилно ажурирање. Погледајте https://github.com/hugo-fixit/FixIt/releases" +devVersionWarn = "Користите развојну верзију FixIt. Размотрите коришћење стабилне верзије.\nПогледајте https://github.com/hugo-fixit/FixIt/releases" +devEnvWarn = "Тренутно окружење је \"развојно\". \"Систем коментара\", \"PWA\", \"CDN\", \"отисак прста\" и \"аналитика\" ће бити онемогућени." +quicklyUpgrade = "Брзо ажурирање користите команду: " # === init === # === baseof === [baseof] backToTop = "Назад на Врх" viewComments = "Погледај Коментаре" -noscript = "" +noscript = "Овај сајт најбоље ради са омогућеним JavaScript-ом." # === baseof === # === Taxonomy === [archives] -other = "" +other = "Остало" [allSome] other = "Све {{ .Some }}" @@ -33,10 +32,10 @@ other = "Категорија" other = "Категорије" [collection] -other = "" +other = "Collection" [collections] -other = "" +other = "Collections" [tag] other = "Таг" @@ -53,12 +52,12 @@ other = "Постови" recentlyUpdated = "Недавно Ажурирано" [section.totalWordCount] -one = "" -other = "" +one = "Једна реч" +other = "Укупно {{ .Count }} речи" [section.archiveCounter] -one = "" -other = "" +one = "Само један чланак" +other = "{{ .Count }} чланака укупно" # === Section === # === Pagination === @@ -113,26 +112,26 @@ other = "Подели на" # === posts/single.html === [single] contents = "Садржаји" -pin = "" -repost = "" +pin = "Закачи" +repost = "Поново објави" publishedOnDate = "објављено {{ .Date }}" views = "прегледа" comments = "коментари" author = "Аутор" updatedOnDate = "Ажурирано {{ .Date }}" readMarkdown = "Читај Markdown" -viewSource = "" +viewSource = "Погледај извор" editThisPage = "Уреди ову страницу" -reportIssue = "" +reportIssue = "Пријави проблем" back = "Назад" home = "Почетна" readMore = "Прочитај више" expirationReminder = "Овај чланак је последњи пут ажуриран {{ .Date }}, садржај је можда застарео." -encryptedAbstract = "" -encryptedMessage = "" +encryptedAbstract = "Овај чланак је шифрован." +encryptedMessage = "Унесите лозинку да бисте видели садржај." password = "Паролица" -enterBtn = "" -encryptyAgain = "" +enterBtn = "Унеси" +encryptyAgain = "Поново шифруј" relatedContent = "Повезани садржај" [single.includedIn] @@ -152,11 +151,11 @@ one = "Један минут" other = "{{ .Count }} минута" [single.reward] -donate = "" -wechatpay = "" -alipay = "" -paypal = "" -bitcoin = "" +donate = "Донирај" +wechatpay = "WeChat Pay" +alipay = "Alipay" +paypal = "PayPal" +bitcoin = "Bitcoin" # === posts/single.html === # === 404.html === @@ -177,23 +176,23 @@ other = "Нисте повезани на Интернет, биће досту # === GitHub Alert === [alert] -note = "" -tip = "" -important = "" -warning = "" -caution = "" +note = "Напомена" +tip = "Савет" +important = "Важно" +warning = "Упозорење" +caution = "Опрез" # === GitHub Alert === # === Task lists === [taskList] -" " = "" -"x" = "" -"/" = "" -"-" = "" -"<" = "" -">" = "" -"!" = "" -"?" = "" +" " = "Непроверено" +"x" = "Проверено" +"/" = "У току" +"-" = "Отказано" +"<" = "Планирано" +">" = "Преустановљено" +"!" = "Важно" +"?" = "Питање" # === Task lists === # === shortcodes/admonition.html === diff --git a/i18n/vi.toml b/i18n/vi.toml index 4ea80824..c95e307a 100644 --- a/i18n/vi.toml +++ b/i18n/vi.toml @@ -1,26 +1,25 @@ # Translations for Vietnamese # https://gohugo.io/content-management/multilingual/#translation-of-strings -# TODO Some fields are waiting for your translation # === init === [init] -configurationError = "" -compatibilityError = "" -devVersionWarn = "" -devEnvWarn = "" -quicklyUpgrade = "" +configurationError = "Lỗi cấu hình\nBạn chưa cấu hình tham số phiên bản FixIt đúng cách. Xem https://fixit.lruihao.cn/documentation/basics/#theme-configuration" +compatibilityError = "Lỗi tương thích ({{ .From }} -> {{ .To }}):\nBạn có một bản cập nhật không tương thích. Xem https://github.com/hugo-fixit/FixIt/releases" +devVersionWarn = "Bạn đang sử dụng một phiên bản phát triển của FixIt. Vui lòng xem xét sử dụng một phiên bản ổn định.\nXem https://github.com/hugo-fixit/FixIt/releases" +devEnvWarn = "Môi trường hiện tại là \"development\". \"Hệ thống bình luận\", \"PWA\", \"CDN\", \"vân tay\" và \"thống kê\" sẽ bị vô hiệu hóa." +quicklyUpgrade = "Nâng cấp nhanh bằng lệnh: " # === init === # === baseof === [baseof] backToTop = "Lên trên" viewComments = "Xem bình luận" -noscript = "" +noscript = "Trang web này hoạt động tốt nhất khi JavaScript được kích hoạt." # === baseof === # === Taxonomy === [archives] -other = "" +other = "Bài viết cũ" [allSome] other = "Tất cả {{ .Some }}" @@ -32,10 +31,10 @@ other = "Danh mục" other = "Danh mục" [collection] -other = "" +other = "Collection" [collections] -other = "" +other = "Collections" [tag] other = "Nhãn" @@ -52,12 +51,12 @@ other = "Bài viết" recentlyUpdated = "Mới nhất" [section.totalWordCount] -one = "" -other = "" +one = "Chỉ một từ" +other = "Tổng cộng {{ .Count }} từ" [section.archiveCounter] -one = "" -other = "" +one = "Chỉ một bài viết" +other = "{{ .Count }} bài viết" # === Section === # === Pagination === @@ -112,26 +111,26 @@ other = "Chia sẻ trên" # === posts/single.html === [single] contents = "Nội dung" -pin = "" -repost = "" +pin = "Ghim ở đầu trang" +repost = "Đăng lại" publishedOnDate = "đăng ngày {{ .Date }}" views = "lượt xem" comments = "bình luận" author = "Tác giả" updatedOnDate = "Cập nhật ngày {{ .Date }}" readMarkdown = "Đọc với định dạng Markdown" -viewSource = "" +viewSource = "Xem mã nguồn" editThisPage = "Chỉnh sửa trang này" -reportIssue = "" +reportIssue = "Báo cáo lỗi" back = "Quay lại" home = "Trang chủ" readMore = "Đọc thêm" expirationReminder = "Bài viết này được cập nhật lần cuối vào {{ .Date }}, nội dung có thể đã lỗi thời." -encryptedAbstract = "" -encryptedMessage = "" +encryptedAbstract = "Bài viết này đã được mã hóa, nên nội dung gốc không thể nhìn thấy!" +encryptedMessage = "Vui lòng nhập mật khẩu" password = "Mật khẩu" -enterBtn = "" -encryptyAgain = "" +enterBtn = "Nhập" +encryptyAgain = "Mã hóa lại" relatedContent = "Nội dung liên quan" [single.includedIn] @@ -151,11 +150,11 @@ one = "One minute" other = "{{ .Count }} phút" [single.reward] -donate = "" -wechatpay = "" -alipay = "" -paypal = "" -bitcoin = "" +donate = "Ủng hộ" +wechatpay = "WeChat Pay" +alipay = "Alipay" +paypal = "PayPal" +bitcoin = "Bitcoin" # === posts/single.html === # === 404.html === @@ -176,23 +175,23 @@ other = "Bạn chưa kết nối với Internet, chỉ các trang được lưu # === GitHub Alert === [alert] -note = "" -tip = "" -important = "" -warning = "" -caution = "" +note = "Ghi chú" +tip = "Mẹo" +important = "Quan trọng" +warning = "Cảnh báo" +caution = "Chú ý" # === GitHub Alert === # === Task lists === [taskList] -" " = "" -"x" = "" -"/" = "" -"-" = "" -"<" = "" -">" = "" -"!" = "" -"?" = "" +" " = "Chưa kiểm tra" +"x" = "Đã kiểm tra" +"/" = "Đang tiến hành" +"-" = "Đã hủy" +"<" = "Đã lên lịch" +">" = "Đã lên lịch lại" +"!" = "Quan trọng" +"?" = "Câu hỏi" # === Task lists === # === shortcodes/admonition.html ===