redesign 2023
This commit is contained in:
184
themes/FixIt/i18n/de.toml
Normal file
184
themes/FixIt/i18n/de.toml
Normal file
@ -0,0 +1,184 @@
|
||||
# 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 = ""
|
||||
RCVersionWarn = ""
|
||||
devEnvWarn = ""
|
||||
quicklyUpgrade = ""
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Nach oben"
|
||||
viewComments = "Kommentare anzeigen"
|
||||
noscript = ""
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Alle {{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Kategorie"
|
||||
|
||||
[categories]
|
||||
other = "Kategorien"
|
||||
|
||||
[series]
|
||||
other = "Serien"
|
||||
|
||||
|
||||
[tag]
|
||||
other = "Tag"
|
||||
|
||||
[tags]
|
||||
other = "Tags"
|
||||
|
||||
[posts]
|
||||
other = "Artikel"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = ""
|
||||
other = ""
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Zuletzt aktualisiert"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "Mehr"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Sprache wählen"
|
||||
noMoretTranslations = "Keine weiteren Übersetzungen"
|
||||
switchTheme = "Darstellung ändern"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Realisiert durch {{ .Hugo }} | Thema - {{ .Theme }}"
|
||||
siteUV = "Besucher insgesamt"
|
||||
sitePV = "Besuche insgesamt"
|
||||
siteRunning = "Website läuft ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "en" # Deutsch unterstützt Valine nicht
|
||||
valinePlaceholder = "Ihr Kommentar ..."
|
||||
facebookLanguageCode = "de_DE"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Suche"
|
||||
searchPlaceholder = "Suche nach Titel und Inhalt..."
|
||||
clear = "Leeren"
|
||||
cancel = "Abbrechen"
|
||||
noResultsFound = "Keine Ergebnisse gefunden"
|
||||
lunrLanguageCode = "de"
|
||||
lunrLanguageLib = "lib/lunr/lunr.de.js"
|
||||
copyToClipboard = "In Zwischenablage kopieren"
|
||||
editLockTitle = "Bearbeitbaren Codeblock sperren"
|
||||
editUnLockTitle = "Bearbeiten des Codeblocks entsperren"
|
||||
cookieconsentMessage = "Diese Website verwendet Cookies, um Ihre Erfahrung zu verbessern."
|
||||
cookieconsentDismiss = "Zustimmen"
|
||||
cookieconsentLink = "Erfahren Sie mehr"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Teilen auf"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Inhalt"
|
||||
repost= ""
|
||||
publishedOnDate= "veröffentlicht an {{ .Date }}"
|
||||
includedInCategories= "enthalten in {{ .Categories }}"
|
||||
views = "Aufrufe"
|
||||
comments = "Kommentare"
|
||||
author = "Autor"
|
||||
updatedOnDate = "Aktualisiert am {{ .Date }}"
|
||||
readMarkdown = "Markdown anzeigen"
|
||||
editThisPage = "Diese Seite bearbeiten"
|
||||
back = "Zurück"
|
||||
home = "Startseite"
|
||||
readMore = "Mehr lesen"
|
||||
expirationReminder = "Dieser Artikel wurde zuletzt auf {{ .Date }} aktualisiert, der Inhalt kann veraltet sein."
|
||||
encryptedAbstract = ""
|
||||
encryptedMessage = ""
|
||||
password = "Passwort"
|
||||
encryptyAgain = ""
|
||||
|
||||
[single.wordCount]
|
||||
one = "Ein Wort"
|
||||
other = "{{ .Count }} Wörter"
|
||||
|
||||
[single.readingTime]
|
||||
one = "Eine Minute"
|
||||
other = "{{ .Count }} Minuten"
|
||||
|
||||
[single.reward]
|
||||
donate = ""
|
||||
wechatpay = ""
|
||||
alipay = ""
|
||||
paypal = ""
|
||||
bitcoin = ""
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Seite nicht gefunden"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Leider konnte die von Ihnen angeforderte Seite nicht aufgerufen werden."
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "Offline"
|
||||
|
||||
[offlineText]
|
||||
other = "Sie sind nicht mit dem Internet verbunden, es stehen nur zwischengespeicherte Seiten zur Verfügung."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Notiz"
|
||||
abstract = "Kurzfassung"
|
||||
info = "Info"
|
||||
tip = "Tipp"
|
||||
success = "Erfolg"
|
||||
question = "Frage"
|
||||
warning = "Warnung"
|
||||
failure = "Fehler"
|
||||
danger = "Vorsicht"
|
||||
bug = "Bug"
|
||||
example = "Beispiel"
|
||||
quote = "Zitat"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "NEU"
|
||||
changed = "GEÄNDERT"
|
||||
deleted = "GELÖSCHT"
|
||||
# === shortcodes/version.html ===
|
||||
|
||||
[newsletterSignup]
|
||||
other = "Melde Dich für meinen Newsletter an um über ähnliche Beiträge informiert zu werden:"
|
||||
|
||||
[supportMe]
|
||||
other = "Wenn dieser Beitrag für Dich nützlich war kannst Du mir gerne einen Kaffee ausgeben ☕:"
|
174
themes/FixIt/i18n/de.toml.~1~
Normal file
174
themes/FixIt/i18n/de.toml.~1~
Normal file
@ -0,0 +1,174 @@
|
||||
# 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 = ""
|
||||
RCVersionWarn = ""
|
||||
devEnvWarn = ""
|
||||
quicklyUpgrade = ""
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Nach oben"
|
||||
viewComments = "Kommentare anzeigen"
|
||||
noscript = ""
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Alle {{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Kategorie"
|
||||
|
||||
[categories]
|
||||
other = "Kategorien"
|
||||
|
||||
[tag]
|
||||
other = "Tag"
|
||||
|
||||
[tags]
|
||||
other = "Tags"
|
||||
|
||||
[posts]
|
||||
other = "Artikel"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = ""
|
||||
other = ""
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Zuletzt aktualisiert"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "Mehr"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Sprache wählen"
|
||||
noMoretTranslations = "Keine weiteren Übersetzungen"
|
||||
switchTheme = "Darstellung ändern"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Realisiert durch {{ .Hugo }} | Thema - {{ .Theme }}"
|
||||
siteUV = "Besucher insgesamt"
|
||||
sitePV = "Besuche insgesamt"
|
||||
siteRunning = "Website läuft ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "en" # Deutsch unterstützt Valine nicht
|
||||
valinePlaceholder = "Ihr Kommentar ..."
|
||||
facebookLanguageCode = "de_DE"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Suche"
|
||||
searchPlaceholder = "Suche nach Titel und Inhalt..."
|
||||
clear = "Leeren"
|
||||
cancel = "Abbrechen"
|
||||
noResultsFound = "Keine Ergebnisse gefunden"
|
||||
lunrLanguageCode = "de"
|
||||
lunrLanguageLib = "lib/lunr/lunr.de.js"
|
||||
copyToClipboard = "In Zwischenablage kopieren"
|
||||
editLockTitle = "Bearbeitbaren Codeblock sperren"
|
||||
editUnLockTitle = "Bearbeiten des Codeblocks entsperren"
|
||||
cookieconsentMessage = "Diese Website verwendet Cookies, um Ihre Erfahrung zu verbessern."
|
||||
cookieconsentDismiss = "Zustimmen"
|
||||
cookieconsentLink = "Erfahren Sie mehr"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Teilen auf"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Inhalt"
|
||||
repost= ""
|
||||
publishedOnDate= "veröffentlicht an {{ .Date }}"
|
||||
includedInCategories= "enthalten in {{ .Categories }}"
|
||||
views = "Aufrufe"
|
||||
comments = "Kommentare"
|
||||
author = "Autor"
|
||||
updatedOnDate = "Aktualisiert am {{ .Date }}"
|
||||
readMarkdown = "Markdown anzeigen"
|
||||
editThisPage = "Diese Seite bearbeiten"
|
||||
back = "Zurück"
|
||||
home = "Startseite"
|
||||
readMore = "Mehr lesen"
|
||||
expirationReminder = "Dieser Artikel wurde zuletzt auf {{ .Date }} aktualisiert, der Inhalt kann veraltet sein."
|
||||
encryptedAbstract = ""
|
||||
encryptedMessage = ""
|
||||
password = "Passwort"
|
||||
encryptyAgain = ""
|
||||
|
||||
[single.wordCount]
|
||||
one = "Ein Wort"
|
||||
other = "{{ .Count }} Wörter"
|
||||
|
||||
[single.readingTime]
|
||||
one = "Eine Minute"
|
||||
other = "{{ .Count }} Minuten"
|
||||
|
||||
[single.reward]
|
||||
donate = ""
|
||||
wechatpay = ""
|
||||
alipay = ""
|
||||
paypal = ""
|
||||
bitcoin = ""
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Seite nicht gefunden"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Leider konnte die von Ihnen angeforderte Seite nicht aufgerufen werden."
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "Offline"
|
||||
|
||||
[offlineText]
|
||||
other = "Sie sind nicht mit dem Internet verbunden, es stehen nur zwischengespeicherte Seiten zur Verfügung."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Notiz"
|
||||
abstract = "Kurzfassung"
|
||||
info = "Info"
|
||||
tip = "Tipp"
|
||||
success = "Erfolg"
|
||||
question = "Frage"
|
||||
warning = "Warnung"
|
||||
failure = "Fehler"
|
||||
danger = "Vorsicht"
|
||||
bug = "Bug"
|
||||
example = "Beispiel"
|
||||
quote = "Zitat"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "NEU"
|
||||
changed = "GEÄNDERT"
|
||||
deleted = "GELÖSCHT"
|
||||
# === shortcodes/version.html ===
|
177
themes/FixIt/i18n/en.toml
Normal file
177
themes/FixIt/i18n/en.toml
Normal file
@ -0,0 +1,177 @@
|
||||
# Translations for English
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === init ===
|
||||
[init]
|
||||
configurationError = "Configuration Error\nYou haven't configured the FixIt version param correctly yet. See https://fixit.lruihao.cn/documentation/basics/#theme-configuration"
|
||||
compatibilityError = "Compatibility Error ({{ .From }} -> {{ .To }}):\nYou have an incompatible update. See https://github.com/hugo-fixit/FixIt/releases"
|
||||
RCVersionWarn = "You are using a development version of FixIt. Please consider using a stable version.\nSee https://github.com/hugo-fixit/FixIt/releases"
|
||||
devEnvWarn = "Current environment is \"development\". The \"comment system\", \"CDN\" and \"fingerprint\" will be disabled."
|
||||
quicklyUpgrade = "Quickly upgrade use command: "
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Back to Top"
|
||||
viewComments = "View Comments"
|
||||
noscript = "Theme FixIt works best with JavaScript enabled."
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "All {{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Category"
|
||||
|
||||
[categories]
|
||||
other = "Categories"
|
||||
|
||||
[tag]
|
||||
other = "Tag"
|
||||
|
||||
[tags]
|
||||
other = "Tags"
|
||||
|
||||
[posts]
|
||||
other = "Posts"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = "Total one word"
|
||||
other = "Total {{ .Count }} words"
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Recently Updated"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "More"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Select Language"
|
||||
noMoretTranslations = "No more translations"
|
||||
switchTheme = "Switch Theme"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Powered by {{ .Hugo }} | Theme - {{ .Theme }}"
|
||||
siteUV = "Total visitors"
|
||||
sitePV = "Total visits"
|
||||
siteRunning = "Website running ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "en"
|
||||
valinePlaceholder = "Your comment ..."
|
||||
facebookLanguageCode = "en_US"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Search"
|
||||
searchPlaceholder = "Search titles or contents ..."
|
||||
clear = "Clear"
|
||||
cancel = "Cancel"
|
||||
noResultsFound = "No results found"
|
||||
lunrLanguageCode = "en"
|
||||
copyToClipboard = "Copy to clipboard"
|
||||
editLockTitle = "Lock editable code block"
|
||||
editUnLockTitle = "Unlock editable code block"
|
||||
cookieconsentMessage = "This website uses Cookies to improve your experience."
|
||||
cookieconsentDismiss = "Got it!"
|
||||
cookieconsentLink = "Learn more"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Share on"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Contents"
|
||||
repost= "Repost"
|
||||
publishedOnDate= "published on {{ .Date }}"
|
||||
includedInCategories= "included in {{ .Categories }}"
|
||||
views = "views"
|
||||
comments = "comments"
|
||||
author = "Author"
|
||||
updatedOnDate = "Updated on {{ .Date }}"
|
||||
readMarkdown = "Read Markdown"
|
||||
editThisPage = "Edit this page"
|
||||
back = "Back"
|
||||
home = "Home"
|
||||
readMore = "Read More"
|
||||
expirationReminder = "This article was last updated on {{ .Date }}, the content may be out of date."
|
||||
encryptedAbstract = "This article has been encrypted, so its raw content is invisible!"
|
||||
encryptedMessage = "Please enter the password"
|
||||
password = "Password"
|
||||
encryptyAgain = "Encrypt again"
|
||||
|
||||
[single.wordCount]
|
||||
one = "One word"
|
||||
other = "{{ .Count }} words"
|
||||
|
||||
[single.readingTime]
|
||||
one = "One minute"
|
||||
other = "{{ .Count }} minutes"
|
||||
|
||||
[single.reward]
|
||||
donate = "Donate"
|
||||
wechatpay = "WeChat Pay"
|
||||
alipay = "Alipay"
|
||||
paypal = "PayPal"
|
||||
bitcoin = "Bitcoin"
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Page not found"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "The page you're looking for doesn't exist. Sorry."
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "Offline"
|
||||
|
||||
[offlineText]
|
||||
other = "You are not connected to the Internet, only cached pages will be available."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Note"
|
||||
abstract = "Abstract"
|
||||
info = "Info"
|
||||
tip = "Tip"
|
||||
success = "Success"
|
||||
question = "Question"
|
||||
warning = "Warning"
|
||||
failure = "Failure"
|
||||
danger = "Danger"
|
||||
bug = "Bug"
|
||||
example = "Example"
|
||||
quote = "Quote"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "NEW"
|
||||
changed = "CHANGED"
|
||||
deleted = "DELETED"
|
||||
# === shortcodes/version.html ===
|
||||
|
||||
[newsletterSignup]
|
||||
other = "Sign up for my newsletter to be informed about similar posts:"
|
||||
|
||||
[supportMe]
|
||||
other = "If this post was useful for you, you can buy me a coffee ☕:"
|
174
themes/FixIt/i18n/es.toml
Normal file
174
themes/FixIt/i18n/es.toml
Normal file
@ -0,0 +1,174 @@
|
||||
# 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 = ""
|
||||
RCVersionWarn = ""
|
||||
devEnvWarn = ""
|
||||
quicklyUpgrade = ""
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Volver arriba"
|
||||
viewComments = "Ver comentarios"
|
||||
noscript = ""
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Todo {{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Categoría"
|
||||
|
||||
[categories]
|
||||
other = "Categorías"
|
||||
|
||||
[tag]
|
||||
other = "Etiqueta"
|
||||
|
||||
[tags]
|
||||
other = "Etiquetas"
|
||||
|
||||
[posts]
|
||||
other = "Artículos"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = ""
|
||||
other = ""
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Actualizado recientemente"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "Más"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Selecciona el lenguage"
|
||||
noMoretTranslations = "No hay más traducciones"
|
||||
switchTheme = "Cambia el tema"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Provisto por {{ .Hugo }} | Tema - {{ .Theme }}"
|
||||
siteUV = "Total de visitantes"
|
||||
sitePV = "Total de visitas"
|
||||
siteRunning = "El sitio se está ejecutando ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "en" # Español no soportado por Valine
|
||||
valinePlaceholder = "Tu comentario ..."
|
||||
facebookLanguageCode = "es_MX"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Buscar"
|
||||
searchPlaceholder = "Busca títulos o contenido..."
|
||||
clear = "Limpiar"
|
||||
cancel = "Cancelar"
|
||||
noResultsFound = "No se encontraron resultados"
|
||||
lunrLanguageCode = "es"
|
||||
lunrLanguageLib = "lib/lunr/lunr.es.js"
|
||||
copyToClipboard = "Copiar al portapapeles"
|
||||
editLockTitle = "Bloquear bloque de código editable"
|
||||
editUnLockTitle = "Desbloquear bloque de código editable"
|
||||
cookieconsentMessage = "Este sitio web utiliza Cookies para mejorar su experiencia."
|
||||
cookieconsentDismiss = "De acuerdo"
|
||||
cookieconsentLink = "Aprende más"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Compartir en"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Contenido"
|
||||
repost= ""
|
||||
publishedOnDate= "publicado el {{ .Date }}"
|
||||
includedInCategories= "incluido en {{ .Categories }}"
|
||||
views = "vistas"
|
||||
comments = "Comentarios"
|
||||
author = "Autor"
|
||||
updatedOnDate = "Actualizado el {{ .Date }}"
|
||||
readMarkdown = "Leer Markdown"
|
||||
editThisPage = "Editar esta página"
|
||||
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 = ""
|
||||
password = "Contraseña"
|
||||
encryptyAgain = ""
|
||||
|
||||
[single.wordCount]
|
||||
one = "Una palabra"
|
||||
other = "{{ .Count }} palabras"
|
||||
|
||||
[single.readingTime]
|
||||
one = "Un minuto"
|
||||
other = "{{ .Count }} minutos"
|
||||
|
||||
[single.reward]
|
||||
donate = ""
|
||||
wechatpay = ""
|
||||
alipay = ""
|
||||
paypal = ""
|
||||
bitcoin = ""
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Página no encontrada"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "La página que estás buscando no existe. Lo siento."
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "desconectado"
|
||||
|
||||
[offlineText]
|
||||
other = "No está conectado a Internet, solo estarán disponibles las páginas almacenadas en caché."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Nota"
|
||||
abstract = "Resumen"
|
||||
info = "Información"
|
||||
tip = "Consejo"
|
||||
success = "Éxito"
|
||||
question = "Pregunta"
|
||||
warning = "Advertencia"
|
||||
failure = "Fallo"
|
||||
danger = "Peligro"
|
||||
bug = "Error"
|
||||
example = "Ejemplo"
|
||||
quote = "Cita"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "NUEVO"
|
||||
changed = "MODIFICADO"
|
||||
deleted = "ELIMINADO"
|
||||
# === shortcodes/version.html ===
|
173
themes/FixIt/i18n/fr.toml
Normal file
173
themes/FixIt/i18n/fr.toml
Normal file
@ -0,0 +1,173 @@
|
||||
# Translations for French
|
||||
# Traductions pour le français
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === init ===
|
||||
[init]
|
||||
configurationError = "Erreur de configuration\nVous n'avez pas configuré la version de FixIt correctement. Voir https://fixit.lruihao.cn/documentation/basics/#theme-configuration"
|
||||
compatibilityError = "Erreur de compatibilité ({{ .From }} -> {{ .To }}):\nVous avez une mise à jour incompatible. Voir https://github.com/hugo-fixit/FixIt/releases"
|
||||
RCVersionWarn = "Vous utilisez une version de développement de FixIt. Veuillez considérer l'utilisation d'une version stable.\nVoir https://github.com/hugo-fixit/FixIt/releases"
|
||||
devEnvWarn = "L'environnement actuel est \"développement\". Le \"système de commentaires\", le \"CDN\" et la \"prise d'empreinte\" seront désactivés."
|
||||
quicklyUpgrade = "La mise à jour rapide utilise la commande: "
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Retour en Haut"
|
||||
viewComments = "Afficher les Commentaires"
|
||||
noscript = "Le thème FixIt fonctionne mieux quand JavaScript est activé."
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Tous les {{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Catégorie"
|
||||
|
||||
[categories]
|
||||
other = "Catégories"
|
||||
|
||||
[tag]
|
||||
other = "Tag"
|
||||
|
||||
[tags]
|
||||
other = "Tags"
|
||||
|
||||
[posts]
|
||||
other = "Posts"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = "Nombre de mots: 1"
|
||||
other = "Nombre de mots: {{ .Count }}"
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Récemment Modifié"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "Plus"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Choisir la langue"
|
||||
noMoretTranslations = "Plus de traductions"
|
||||
switchTheme = "Changer de Thème"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Propulsé par {{ .Hugo }} | Thème - {{ .Theme }}"
|
||||
siteUV = "Total de visiteurs"
|
||||
sitePV = "Total de visites"
|
||||
siteRunning = "Site en cours d'exécution ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "en" # French not supported by Valine
|
||||
valinePlaceholder = "Votre commentaire ..."
|
||||
facebookLanguageCode = "fr"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Chercher"
|
||||
searchPlaceholder = "Rechercher des titres, des contenus..."
|
||||
clear = "Effacer"
|
||||
cancel = "Annuler"
|
||||
noResultsFound = "Aucun résultat trouvé"
|
||||
lunrLanguageCode = "fr"
|
||||
lunrLanguageLib = "lib/lunr/lunr.fr.js"
|
||||
copyToClipboard = "Copier dans le presse-papiers"
|
||||
editLockTitle = "Verrouiller le bloc de code modifiable"
|
||||
editUnLockTitle = "Déverrouiller le bloc de code modifiable"
|
||||
cookieconsentMessage = "Ce site Web utilise des Cookies pour améliorer votre expérience."
|
||||
cookieconsentDismiss = "J'ai compris !"
|
||||
cookieconsentLink = "En apprendre plus"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Partager via"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Contenus"
|
||||
repost= "Reposter"
|
||||
publishedOnDate= "publié le {{ .Date }}"
|
||||
includedInCategories= "inclus dans {{ .Categories }}"
|
||||
views = "vues"
|
||||
comments = "commentaires"
|
||||
author = "Auteur"
|
||||
updatedOnDate = "Mis à jour le {{ .Date }}"
|
||||
readMarkdown = "Ouvrir le Markdown"
|
||||
editThisPage = "Modifier cette page"
|
||||
back = "Retour"
|
||||
home = "Accueil"
|
||||
readMore = "En savoir plus"
|
||||
expirationReminder = "Cet article a été mis à jour pour la dernière fois le {{ .Date }}, son contenu est peut-être obsolète."
|
||||
encryptedAbstract = "Cet article a été chiffré, son contenu n'est donc pas lisible!"
|
||||
encryptedMessage = "Entrer le mot de passe"
|
||||
password = "Mot de passe"
|
||||
encryptyAgain = "Chiffrer à nouveau"
|
||||
|
||||
[single.wordCount]
|
||||
one = "1 mot"
|
||||
other = "{{ .Count }} mots"
|
||||
|
||||
[single.readingTime]
|
||||
one = "1 minute"
|
||||
other = "{{ .Count }} minutes"
|
||||
|
||||
[single.reward]
|
||||
donate = "Faire un don"
|
||||
wechatpay = "WeChat Pay"
|
||||
alipay = "Alipay"
|
||||
paypal = "PayPal"
|
||||
bitcoin = "Bitcoin"
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Page introuvable"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Désolé, la page recherchée n'existe pas."
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "Hors ligne"
|
||||
|
||||
[offlineText]
|
||||
other = "Vous n'êtes pas connecté à Internet, seules les pages mises en cache seront disponibles."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Remarque"
|
||||
abstract = "Résumé"
|
||||
info = "Info"
|
||||
tip = "Astuce"
|
||||
success = "Succès"
|
||||
question = "Question"
|
||||
warning = "Avertissement"
|
||||
failure = "Échec"
|
||||
danger = "Danger"
|
||||
bug = "Bug"
|
||||
example = "Exemple"
|
||||
quote = "Citation"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "NOUVEAU"
|
||||
changed = "MODIFIÉ"
|
||||
deleted = "SUPPRIMÉ"
|
||||
# === shortcodes/version.html ===
|
174
themes/FixIt/i18n/it.toml
Normal file
174
themes/FixIt/i18n/it.toml
Normal file
@ -0,0 +1,174 @@
|
||||
# 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 = ""
|
||||
RCVersionWarn = ""
|
||||
devEnvWarn = ""
|
||||
quicklyUpgrade = ""
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Torna all'inizio"
|
||||
viewComments = "Vedi commenti"
|
||||
noscript = ""
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Tutti {{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Categoria"
|
||||
|
||||
[categories]
|
||||
other = "Categorie"
|
||||
|
||||
[tag]
|
||||
other = "Etichetta"
|
||||
|
||||
[tags]
|
||||
other = "Etichette"
|
||||
|
||||
[posts]
|
||||
other = "Articoli"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = ""
|
||||
other = ""
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Aggiornati di recente"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "Più"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Scegliere la lingua"
|
||||
noMoretTranslations = "Non ci sono altre traduzioni"
|
||||
switchTheme = "Cambiare il tema"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Realizzato da {{ .Hugo }} | Tema - {{ .Theme }}"
|
||||
siteUV = "Visitatori totali"
|
||||
sitePV = "Visite totali"
|
||||
siteRunning = "Sito in esecuzione ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "en" # Valine non supporta l'italiano
|
||||
valinePlaceholder = "Il tuo commento ..."
|
||||
facebookLanguageCode = "it"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Cerca"
|
||||
searchPlaceholder = "Cerca il titolo o il contenuto dell'articolo ..."
|
||||
clear = "Chiaro"
|
||||
cancel = "Annulla"
|
||||
noResultsFound = "Nessun risultato trovato"
|
||||
lunrLanguageCode = "it"
|
||||
lunrLanguageLib = "lib/lunr/lunr.it.js"
|
||||
copyToClipboard = "Copia negli appunti"
|
||||
editLockTitle = "Blocca blocco di codice modificabile"
|
||||
editUnLockTitle = "Sblocca il blocco di codice modificabile"
|
||||
cookieconsentMessage = "Questo sito Web utilizza i Cookies per migliorare la tua esperienza."
|
||||
cookieconsentDismiss = "Essere d'accordo"
|
||||
cookieconsentLink = "Per saperne di più"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Condividi su"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Contenuti"
|
||||
repost= ""
|
||||
publishedOnDate= "pubblicato su {{ .Date }}"
|
||||
includedInCategories= "incluso in {{ .Categories }}"
|
||||
views = "visualizzazioni"
|
||||
comments = "commenti"
|
||||
author = "Autore"
|
||||
updatedOnDate = "Aggiornato il {{ .Date }}"
|
||||
readMarkdown = "Leggi Markdown"
|
||||
editThisPage = "Modifica questa pagina"
|
||||
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 = ""
|
||||
password = "Password"
|
||||
encryptyAgain = ""
|
||||
|
||||
[single.wordCount]
|
||||
one = "Una parola"
|
||||
other = "{{ .Count }} parole"
|
||||
|
||||
[single.readingTime]
|
||||
one = "Un minuto"
|
||||
other = "{{ .Count }} minuti"
|
||||
|
||||
[single.reward]
|
||||
donate = ""
|
||||
wechatpay = ""
|
||||
alipay = ""
|
||||
paypal = ""
|
||||
bitcoin = ""
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Pagina non trovata"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Mi spiace, la pagina cercata non esiste."
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "disconnesso"
|
||||
|
||||
[offlineText]
|
||||
other = "Non sei connesso a Internet, saranno disponibili solo le pagine memorizzate nella cache."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Note"
|
||||
abstract = "Sommario"
|
||||
info = "Info"
|
||||
tip = "Suggerimenti"
|
||||
success = "Successo"
|
||||
question = "Domande"
|
||||
warning = "Avvertimento"
|
||||
failure = "Fallimento"
|
||||
danger = "Pericolo"
|
||||
bug = "Bug"
|
||||
example = "Esempio"
|
||||
quote = "Citazione"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "NUOVO"
|
||||
changed = "CAMBIATO"
|
||||
deleted = "CANCELLATO"
|
||||
# === shortcodes/version.html ===
|
173
themes/FixIt/i18n/pl.toml
Normal file
173
themes/FixIt/i18n/pl.toml
Normal file
@ -0,0 +1,173 @@
|
||||
# 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 = ""
|
||||
RCVersionWarn = ""
|
||||
devEnvWarn = ""
|
||||
quicklyUpgrade = ""
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Powrót do góry"
|
||||
viewComments = "Zobacz komentarze"
|
||||
noscript = ""
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Wszystkie {{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Kategoria"
|
||||
|
||||
[categories]
|
||||
other = "Kategorie"
|
||||
|
||||
[tag]
|
||||
other = "Tag"
|
||||
|
||||
[tags]
|
||||
other = "Tagi"
|
||||
|
||||
[posts]
|
||||
other = "Posty"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = ""
|
||||
other = ""
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Ostatnio zaktualizowane"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "Więcej"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Wybierz język"
|
||||
noMoretTranslations = "Brak dalszych tłumaczeń"
|
||||
switchTheme = "Przełącz schemat"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Napędzany przez {{ .Hugo }} | Szablon - {{ .Theme }}"
|
||||
siteUV = "Całkowita odwiedzających"
|
||||
sitePV = "Łączna wizyt"
|
||||
siteRunning = "Website running ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "en" # Valine nie obsługuje języka polskiego
|
||||
valinePlaceholder = "Twój komentarz ..."
|
||||
facebookLanguageCode = "pl"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Szukaj"
|
||||
searchPlaceholder = "Wyszukaj tytuł lub treść artykułu ..."
|
||||
clear = "Pusty"
|
||||
cancel = "Anuluj"
|
||||
noResultsFound = "Nie znaleziono wyników"
|
||||
lunrLanguageCode = "pl"
|
||||
copyToClipboard = "Skopiuj do schowka"
|
||||
editLockTitle = "Zablokuj edytowalny blok kodu"
|
||||
editUnLockTitle = "Odblokuj edytowalny blok kodu"
|
||||
cookieconsentMessage = "Ta strona korzysta z plików Cookies, aby poprawić komfort użytkowania."
|
||||
cookieconsentDismiss = "Zgodzić się"
|
||||
cookieconsentLink = "Ucz się więcej"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Udostępnij na"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Spis treści"
|
||||
repost= ""
|
||||
publishedOnDate= "opublikowano {{ .Date }}"
|
||||
includedInCategories= "zawarty w {{ .Categories }}"
|
||||
views = "wyświetleń"
|
||||
comments = "komentarzy"
|
||||
author = "Autor"
|
||||
updatedOnDate = "Zaktualizowano {{ .Date }}"
|
||||
readMarkdown = "Zobacz Markdown"
|
||||
editThisPage = "Edytuj tą stronę"
|
||||
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 = ""
|
||||
password = "Hasło"
|
||||
encryptyAgain = ""
|
||||
|
||||
[single.wordCount]
|
||||
one = "Jedno słowo"
|
||||
other = "{{ .Count }} słów"
|
||||
|
||||
[single.readingTime]
|
||||
one = "Jedna minuta"
|
||||
other = "{{ .Count }} minuty"
|
||||
|
||||
[single.reward]
|
||||
donate = ""
|
||||
wechatpay = ""
|
||||
alipay = ""
|
||||
paypal = ""
|
||||
bitcoin = ""
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Nie znaleziono strony"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Wybacz, chyba coś namieszaliśmy."
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "Offline"
|
||||
|
||||
[offlineText]
|
||||
other = "Nie masz połączenia z Internetem, dostępne będą tylko strony z pamięci podręcznej."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Notka"
|
||||
abstract = "Streszczenie"
|
||||
info = "Info"
|
||||
tip = "Wskazówka"
|
||||
success = "Sukces"
|
||||
question = "Pytanie"
|
||||
warning = "Ostrzeżenie"
|
||||
failure = "Błąd"
|
||||
danger = "Niebezpieczeństwo"
|
||||
bug = "Problem"
|
||||
example = "Przykład"
|
||||
quote = "Cytat"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "Dodano"
|
||||
changed = "Zmieniono"
|
||||
deleted = "Usunięte"
|
||||
# === shortcodes/version.html ===
|
174
themes/FixIt/i18n/pt-BR.toml
Normal file
174
themes/FixIt/i18n/pt-BR.toml
Normal file
@ -0,0 +1,174 @@
|
||||
# Translations for Brazilian Portuguese
|
||||
# Tradução para português do Brasil
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
# TODO Some fields are waiting for your translation
|
||||
|
||||
# === init ===
|
||||
[init]
|
||||
configurationError = ""
|
||||
compatibilityError = ""
|
||||
RCVersionWarn = ""
|
||||
devEnvWarn = ""
|
||||
quicklyUpgrade = ""
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Voltar ao topo"
|
||||
viewComments = "Ver comentários"
|
||||
noscript = ""
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "{{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Categoria"
|
||||
|
||||
[categories]
|
||||
other = "Categorias"
|
||||
|
||||
[tag]
|
||||
other = "Tag"
|
||||
|
||||
[tags]
|
||||
other = "Tags"
|
||||
|
||||
[posts]
|
||||
other = "Posts"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = ""
|
||||
other = ""
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Recentemente atualizado"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "Mais"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Selecione o idioma"
|
||||
noMoretTranslations = "Não há mais traduções"
|
||||
switchTheme = "Trocar tema"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Possibilitado por {{ .Hugo }} | Tema - {{ .Theme }}"
|
||||
siteUV = "Total de visitantes"
|
||||
sitePV = "Total de visitas"
|
||||
siteRunning = "Website running ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "en" # Valine não suporta português
|
||||
valinePlaceholder = "O seu comentário ..."
|
||||
facebookLanguageCode = "pt_BR"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Pesquisa"
|
||||
searchPlaceholder = "Pesquisar títulos ou conteúdos ..."
|
||||
clear = "Limpar"
|
||||
cancel = "Cancelar"
|
||||
noResultsFound = "Nenhum resultado encontrado"
|
||||
lunrLanguageCode = "pt"
|
||||
lunrLanguageLib = "lib/lunr/lunr.pt.js"
|
||||
copyToClipboard = "Copiar para a área de transferência"
|
||||
editLockTitle = "Bloquear bloco de código editável"
|
||||
editUnLockTitle = "Desbloqueie o bloco de código editável"
|
||||
cookieconsentMessage = "Este site usa Cookies para melhorar sua experiência."
|
||||
cookieconsentDismiss = "Aceita"
|
||||
cookieconsentLink = "Saber mais"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Compartilhe em"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Conteúdos"
|
||||
repost= ""
|
||||
publishedOnDate= "publicado em {{ .Date }}"
|
||||
includedInCategories= "incluido em {{ .Categories }}"
|
||||
views = "visualizações"
|
||||
comments = "comentários"
|
||||
author = "Autor"
|
||||
updatedOnDate = "Atualizado em {{ .Date }}"
|
||||
readMarkdown = "Leia em Markdown"
|
||||
editThisPage = "Editar esta página"
|
||||
back = "Voltar"
|
||||
home = "Home"
|
||||
readMore = "Leia mais"
|
||||
expirationReminder = "Este artigo foi atualizado pela última vez em {{ .Date }}, o conteúdo pode estar desatualizado."
|
||||
encryptedAbstract = ""
|
||||
encryptedMessage = ""
|
||||
password = "Contrasinha"
|
||||
encryptyAgain = ""
|
||||
|
||||
[single.wordCount]
|
||||
one = "Uma palavra"
|
||||
other = "{{ .Count }} palavras"
|
||||
|
||||
[single.readingTime]
|
||||
one = "Um minuto"
|
||||
other = "{{ .Count }} minutos"
|
||||
|
||||
[single.reward]
|
||||
donate = ""
|
||||
wechatpay = ""
|
||||
alipay = ""
|
||||
paypal = ""
|
||||
bitcoin = ""
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Página não encontrada"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "A página que você procura não existe. Desculpe"
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "Offline"
|
||||
|
||||
[offlineText]
|
||||
other = "Você não está conectado à Internet, apenas as páginas em cache estarão disponíveis."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Nota"
|
||||
abstract = "Abstrato"
|
||||
info = "Info"
|
||||
tip = "Dica"
|
||||
success = "Sucesso"
|
||||
question = "Pergunta"
|
||||
warning = "Aviso"
|
||||
failure = "Falha"
|
||||
danger = "Perigo"
|
||||
bug = "Bug"
|
||||
example = "Exemplo"
|
||||
quote = "Citação"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "NOVO"
|
||||
changed = "ALTERADO"
|
||||
deleted = "EXCLUÍDO"
|
||||
# === shortcodes/version.html ===
|
174
themes/FixIt/i18n/ro.toml
Normal file
174
themes/FixIt/i18n/ro.toml
Normal file
@ -0,0 +1,174 @@
|
||||
# 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 = ""
|
||||
RCVersionWarn = ""
|
||||
devEnvWarn = ""
|
||||
quicklyUpgrade = ""
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Înapoi Sus"
|
||||
viewComments = "Vizualizare Comentarii"
|
||||
noscript = ""
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Toate {{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Categorie"
|
||||
|
||||
[categories]
|
||||
other = "Categorii"
|
||||
|
||||
[tag]
|
||||
other = "Etichetă"
|
||||
|
||||
[tags]
|
||||
other = "Etichete"
|
||||
|
||||
[posts]
|
||||
other = "Articole"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = ""
|
||||
other = ""
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Actualizat recent"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "Mai mult"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Selectare Limbă"
|
||||
noMoretTranslations = "Nu mai sunt traduceri disponibile"
|
||||
switchTheme = "Schimbare Temă"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Realizat de către {{ .Hugo }} | Temă - {{ .Theme }}"
|
||||
siteUV = "Total vizitatori"
|
||||
sitePV = "Total vizite"
|
||||
siteRunning = "Site-ul rulează ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "en" # Valine nu suporta romana
|
||||
valinePlaceholder = "Comentariul dvs ..."
|
||||
facebookLanguageCode = "ro_RO"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Căutare"
|
||||
searchPlaceholder = "Căutarea titlului sau conținutului articolului ..."
|
||||
clear = "Golire"
|
||||
cancel = "Anulare"
|
||||
noResultsFound = "Nici un rezultat gasit"
|
||||
lunrLanguageCode = "ro"
|
||||
lunrLanguageLib = "lib/lunr/lunr.ro.js"
|
||||
copyToClipboard = "Copiați în clipboard"
|
||||
editLockTitle = "Blocați blocul de cod editabil"
|
||||
editUnLockTitle = "Deblocați blocul de cod editabil"
|
||||
cookieconsentMessage = "Acest site web utilizează Cookies pentru a vă îmbunătăți experiența."
|
||||
cookieconsentDismiss = "De acord"
|
||||
cookieconsentLink = "Aflați mai multe"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Distribuie pe"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Cuprins"
|
||||
repost= ""
|
||||
publishedOnDate= "publicat la {{ .Date }}"
|
||||
includedInCategories= "inclus în {{ .Categories }}"
|
||||
views = "vizualizări"
|
||||
comments = "comentarii"
|
||||
author = "Autor"
|
||||
updatedOnDate = "Actualizat la {{ .Date }}"
|
||||
readMarkdown = "Citire Markdown"
|
||||
editThisPage = "Editați această pagină"
|
||||
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 = ""
|
||||
password = "Parolă"
|
||||
encryptyAgain = ""
|
||||
|
||||
[single.wordCount]
|
||||
one = "Un cuvânt"
|
||||
other = "{{ .Count }} cuvinte"
|
||||
|
||||
[single.readingTime]
|
||||
one = "Un minut"
|
||||
other = "{{ .Count }} minute"
|
||||
|
||||
[single.reward]
|
||||
donate = ""
|
||||
wechatpay = ""
|
||||
alipay = ""
|
||||
paypal = ""
|
||||
bitcoin = ""
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Pagina nu a fost găsită"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Pagina pe care o căutați nu există. Ne cerem scuze."
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "Deconectat"
|
||||
|
||||
[offlineText]
|
||||
other = "Nu sunteți conectat la Internet, vor fi disponibile doar paginile stocate în cache."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Notă"
|
||||
abstract = "Rezumat"
|
||||
info = "Info"
|
||||
tip = "Sfat"
|
||||
success = "Succes"
|
||||
question = "Întrebare"
|
||||
warning = "Avertizare"
|
||||
failure = "Eșec"
|
||||
danger = "Pericol"
|
||||
bug = "Bug"
|
||||
example = "Exemplu"
|
||||
quote = "Citat"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "NOU"
|
||||
changed = "SCHIMBAT"
|
||||
deleted = "ȘTERS"
|
||||
# === shortcodes/version.html ===
|
174
themes/FixIt/i18n/ru.toml
Normal file
174
themes/FixIt/i18n/ru.toml
Normal file
@ -0,0 +1,174 @@
|
||||
# Translations for Russian
|
||||
# Переводы на русский
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
# TODO Some fields are waiting for your translation
|
||||
|
||||
# === init ===
|
||||
[init]
|
||||
configurationError = ""
|
||||
compatibilityError = ""
|
||||
RCVersionWarn = ""
|
||||
devEnvWarn = ""
|
||||
quicklyUpgrade = ""
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Наверх"
|
||||
viewComments = "Посмотреть комментарии"
|
||||
noscript = ""
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Все {{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Категория"
|
||||
|
||||
[categories]
|
||||
other = "Категории"
|
||||
|
||||
[tag]
|
||||
other = "Тэг"
|
||||
|
||||
[tags]
|
||||
other = "Тэги"
|
||||
|
||||
[posts]
|
||||
other = "Статьи"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = ""
|
||||
other = ""
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Недавно обновленные"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "Больше"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Выбор Языка"
|
||||
noMoretTranslations = "Нет больше переводов"
|
||||
switchTheme = "Сменить Тему"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Сделано {{ .Hugo }} | Тема - {{ .Theme }}"
|
||||
siteUV = "Всего посетителей"
|
||||
sitePV = "Всего посещений"
|
||||
siteRunning = "Website running ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "en" # Valine не поддерживает русский
|
||||
valinePlaceholder = "Ваш комментарий ..."
|
||||
facebookLanguageCode = "ru_RU"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Поиск"
|
||||
searchPlaceholder = "Поиск заголовков или содержимого ..."
|
||||
clear = "Очистить"
|
||||
cancel = "Отменить"
|
||||
noResultsFound = "Результатов не найдено"
|
||||
lunrLanguageCode = "ru"
|
||||
lunrLanguageLib = "lib/lunr/lunr.ru.js"
|
||||
copyToClipboard = "Копировать в буфер обмена"
|
||||
editLockTitle = "Заблокировать редактируемый кодовый блок"
|
||||
editUnLockTitle = "Разблокировать редактируемый блок кода"
|
||||
cookieconsentMessage = "Этот сайт использует Cookies для улучшения вашего опыта."
|
||||
cookieconsentDismiss = "Согласен"
|
||||
cookieconsentLink = "Учить больше"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Поделиться в"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Содержание"
|
||||
repost= ""
|
||||
publishedOnDate= "Опубликовано {{ .Date }}"
|
||||
includedInCategories= "включен в {{ .Categories }}"
|
||||
views = "просмотров"
|
||||
comments = "комментариев"
|
||||
author = "Автор"
|
||||
updatedOnDate = "Oбновлена {{ .Date }}"
|
||||
readMarkdown = "Читать Markdown"
|
||||
editThisPage = "Редактировать эту страницу"
|
||||
back = "Назад"
|
||||
home = "Домой"
|
||||
readMore = "Читать больше"
|
||||
expirationReminder = "Эта статья последний раз обновлялась {{ .Date }}, содержание может быть устаревшим."
|
||||
encryptedAbstract = ""
|
||||
encryptedMessage = ""
|
||||
password = "арготизм"
|
||||
encryptyAgain = ""
|
||||
|
||||
[single.wordCount]
|
||||
one = "Одно слово"
|
||||
other = "{{ .Count }} слов"
|
||||
|
||||
[single.readingTime]
|
||||
one = "Одна минута"
|
||||
other = "{{ .Count }} минут"
|
||||
|
||||
[single.reward]
|
||||
donate = ""
|
||||
wechatpay = ""
|
||||
alipay = ""
|
||||
paypal = ""
|
||||
bitcoin = ""
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Страница не найдена"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Страница, которую вы ищете, не существует. Приносим извинения."
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "Не в сети"
|
||||
|
||||
[offlineText]
|
||||
other = "Вы не подключены к интернету, будут доступны только кешированные страницы."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Замечание"
|
||||
abstract = "Краткое описание"
|
||||
info = "Инфо"
|
||||
tip = "Совет"
|
||||
success = "Удачто"
|
||||
question = "Вопрос"
|
||||
warning = "Предупреждение"
|
||||
failure = "Отказ"
|
||||
danger = "Опасность"
|
||||
bug = "Ошибка"
|
||||
example = "Пример"
|
||||
quote = "Цитата"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "НОВЫЙ"
|
||||
changed = "ИЗМЕНЕН"
|
||||
deleted = "УДАЛЕН"
|
||||
# === shortcodes/version.html ===
|
173
themes/FixIt/i18n/sr.toml
Normal file
173
themes/FixIt/i18n/sr.toml
Normal file
@ -0,0 +1,173 @@
|
||||
# Translations for Serbian
|
||||
# Превод на Српски
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
# TODO Some fields are waiting for your translation
|
||||
|
||||
# === init ===
|
||||
[init]
|
||||
configurationError = ""
|
||||
compatibilityError = ""
|
||||
RCVersionWarn = ""
|
||||
devEnvWarn = ""
|
||||
quicklyUpgrade = ""
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Назад на Врх"
|
||||
viewComments = "Погледај Коментаре"
|
||||
noscript = ""
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Све {{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Категорија"
|
||||
|
||||
[categories]
|
||||
other = "Категорије"
|
||||
|
||||
[tag]
|
||||
other = "Таг"
|
||||
|
||||
[tags]
|
||||
other = "Тагови"
|
||||
|
||||
[posts]
|
||||
other = "Постови"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = ""
|
||||
other = ""
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Недавно Ажурирано"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "Више"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Изабери Језик"
|
||||
noMoretTranslations = "Нема више превода"
|
||||
switchTheme = "Промени Тему"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Покреће {{ .Hugo }} | Тема - {{ .Theme }}"
|
||||
siteUV = "Укупно посетилаца"
|
||||
sitePV = "Укупно посета"
|
||||
siteRunning = "Website running ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "sr" # Valine не подржава српски
|
||||
valinePlaceholder = "Ваш коментар ..."
|
||||
facebookLanguageCode = "sr_RS"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Претрага"
|
||||
searchPlaceholder = "Претражи наслове или садржај..."
|
||||
clear = "Очисти"
|
||||
cancel = "Поништи"
|
||||
noResultsFound = "Без резултата"
|
||||
lunrLanguageCode = "sr"
|
||||
copyToClipboard = "Копирај на радну таблу"
|
||||
editLockTitle = "Закључај блок кода који се може уређивати"
|
||||
editUnLockTitle = "Откључајте блок кода који се може уређивати"
|
||||
cookieconsentMessage = "Ова веб локација користи Cookies да би побољшала ваше искуство."
|
||||
cookieconsentDismiss = "Договорити се"
|
||||
cookieconsentLink = "Сазнајте више"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Подели на"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Садржаји"
|
||||
repost= ""
|
||||
publishedOnDate= "објављено {{ .Date }}"
|
||||
includedInCategories= "укључено {{ .Categories }}"
|
||||
views = "прегледа"
|
||||
comments = "коментари"
|
||||
author = "Аутор"
|
||||
updatedOnDate = "Ажурирано {{ .Date }}"
|
||||
readMarkdown = "Читај Markdown"
|
||||
editThisPage = "Уреди ову страницу"
|
||||
back = "Назад"
|
||||
home = "Почетна"
|
||||
readMore = "Прочитај више"
|
||||
expirationReminder = "Овај чланак је последњи пут ажуриран {{ .Date }}, садржај је можда застарео."
|
||||
encryptedAbstract = ""
|
||||
encryptedMessage = ""
|
||||
password = "Паролица"
|
||||
encryptyAgain = ""
|
||||
|
||||
[single.wordCount]
|
||||
one = "Једна реч"
|
||||
other = "{{ .Count }} речи"
|
||||
|
||||
[single.readingTime]
|
||||
one = "Један минут"
|
||||
other = "{{ .Count }} минута"
|
||||
|
||||
[single.reward]
|
||||
donate = ""
|
||||
wechatpay = ""
|
||||
alipay = ""
|
||||
paypal = ""
|
||||
bitcoin = ""
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Страница није пронађена"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Страница коју тражите не постоји. Жао нам је."
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "Оффлине"
|
||||
|
||||
[offlineText]
|
||||
other = "Нисте повезани на Интернет, биће доступне само кеширане странице."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Напомена"
|
||||
abstract = "Сажетак"
|
||||
info = "Инфо"
|
||||
tip = "Савет"
|
||||
success = "Успех"
|
||||
question = "Питање"
|
||||
warning = "Упозорење"
|
||||
failure = "Неуспех"
|
||||
danger = "Опасност"
|
||||
bug = "Грешка"
|
||||
example = "Пример"
|
||||
quote = "Цитат"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "НОВО"
|
||||
changed = "ПРОМЕЊЕНО"
|
||||
deleted = "ОБРИСАНО"
|
||||
# === shortcodes/version.html ===
|
173
themes/FixIt/i18n/vi.toml
Normal file
173
themes/FixIt/i18n/vi.toml
Normal file
@ -0,0 +1,173 @@
|
||||
# Translations for Vietnamese
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
# TODO Some fields are waiting for your translation
|
||||
|
||||
# === init ===
|
||||
[init]
|
||||
configurationError = ""
|
||||
compatibilityError = ""
|
||||
RCVersionWarn = ""
|
||||
devEnvWarn = ""
|
||||
quicklyUpgrade = ""
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "Lên trên"
|
||||
viewComments = "Xem bình luận"
|
||||
noscript = ""
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Tất cả {{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "Danh mục"
|
||||
|
||||
[categories]
|
||||
other = "Danh mục"
|
||||
|
||||
[tag]
|
||||
other = "Nhãn"
|
||||
|
||||
[tags]
|
||||
other = "Nhãn"
|
||||
|
||||
[posts]
|
||||
other = "Bài viết"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
one = ""
|
||||
other = ""
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "Mới nhất"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "Thêm"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "Chọn Ngôn ngữ"
|
||||
noMoretTranslations = "Không có nữa"
|
||||
switchTheme = "Đổi chủ đề"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "Cung cấp bởi {{ .Hugo }} | Chủ đề - {{ .Theme }}"
|
||||
siteUV = "Tổng khách truy cập"
|
||||
sitePV = "Tổng lượt truy cập"
|
||||
siteRunning = "Trang web đang chạy ..."
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "en" # Valine không hỗ trợ tiếng Việt
|
||||
valinePlaceholder = "Bình luận của bạn ..."
|
||||
facebookLanguageCode = "vi"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "Tìm kiếm"
|
||||
searchPlaceholder = "Tìm tiêu đề hoặc nội dung..."
|
||||
clear = "Xoá"
|
||||
cancel = "Huỷ"
|
||||
noResultsFound = "Không tìm thấy"
|
||||
lunrLanguageCode = "vi"
|
||||
lunrLanguageLib = "lib/lunr/lunr.vi.js"
|
||||
copyToClipboard = "Sao chép vào bộ nhớ tạm"
|
||||
editLockTitle = "Khóa khối mã có thể chỉnh sửa"
|
||||
editUnLockTitle = "Mở khóa khối mã có thể chỉnh sửa"
|
||||
cookieconsentMessage = "Trang web này sử dụng Cookies để cải thiện trải nghiệm của bạn."
|
||||
cookieconsentDismiss = "Đã hiểu!"
|
||||
cookieconsentLink = "Tìm hiểu thêm"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Chia sẻ trên"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "Nội dung"
|
||||
repost= ""
|
||||
publishedOnDate= "đăng ngày {{ .Date }}"
|
||||
includedInCategories= "trong {{ .Categories }}"
|
||||
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"
|
||||
editThisPage = "Chỉnh sửa trang này"
|
||||
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 = ""
|
||||
password = "Mật khẩu"
|
||||
encryptyAgain = ""
|
||||
|
||||
[single.wordCount]
|
||||
one = "One word"
|
||||
other = "{{ .Count }} từ"
|
||||
|
||||
[single.readingTime]
|
||||
one = "One minute"
|
||||
other = "{{ .Count }} phút"
|
||||
|
||||
[single.reward]
|
||||
donate = ""
|
||||
wechatpay = ""
|
||||
alipay = ""
|
||||
paypal = ""
|
||||
bitcoin = ""
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Không tìm thấy trang"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Trang bạn đang tìm kiếm không tồn tại. Xin lỗi."
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "ngoại tuyến"
|
||||
|
||||
[offlineText]
|
||||
other = "Bạn chưa kết nối với Internet, chỉ các trang được lưu trong bộ nhớ cache sẽ khả dụng."
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "Ghi chú"
|
||||
abstract = "Tóm tắt"
|
||||
info = "Thông tin"
|
||||
tip = "Mẹo"
|
||||
success = "Thành công"
|
||||
question = "Câu hỏi"
|
||||
warning = "Cảnh báo"
|
||||
failure = "Thất bại"
|
||||
danger = "Nguy hiểm"
|
||||
bug = "Lỗi"
|
||||
example = "Ví dụ"
|
||||
quote = "Trích dẫn"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "MỚI"
|
||||
changed = "THAY ĐỔI"
|
||||
deleted = "XOÁ"
|
||||
# === shortcodes/version.html ===
|
171
themes/FixIt/i18n/zh-CN.toml
Normal file
171
themes/FixIt/i18n/zh-CN.toml
Normal file
@ -0,0 +1,171 @@
|
||||
# Translations for Simplified Chinese
|
||||
# 简体中文的翻译
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === init ===
|
||||
[init]
|
||||
configurationError = "配置文件错误\n您还没有正确配置 FixIt 的版本参数。参考 https://fixit.lruihao.cn/zh-cn/documentation/basics/#theme-configuration"
|
||||
compatibilityError = "兼容性错误 ({{ .From }} -> {{ .To }}):\n您进行了一次不兼容的更新。参考 https://github.com/hugo-fixit/FixIt/releases"
|
||||
RCVersionWarn = "您正在使用开发版的 FixIt,请考虑使用稳定版。\n见 https://github.com/hugo-fixit/FixIt/releases"
|
||||
devEnvWarn = "当前运行环境是“development”。“评论系统”,“CDN”和“fingerprint”不会启用。"
|
||||
quicklyUpgrade = "使用命令快速升级:"
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "回到顶部"
|
||||
viewComments = "查看评论"
|
||||
noscript = "FixIt 主题在启用 JavaScript 的情况下效果最佳。"
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "所有{{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "分类"
|
||||
|
||||
[categories]
|
||||
other = "分类"
|
||||
|
||||
[tag]
|
||||
other = "标签"
|
||||
|
||||
[tags]
|
||||
other = "标签"
|
||||
|
||||
[posts]
|
||||
other = "文章"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
other = "总计约 {{ .Count }} 字"
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "最近更新"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "更多"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "选择语言"
|
||||
noMoretTranslations = "没有更多翻译"
|
||||
switchTheme = "切换主题"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "由 {{ .Hugo }} 强力驱动 | 主题 - {{ .Theme }}"
|
||||
siteUV = "总访客数"
|
||||
sitePV = "总访问量"
|
||||
siteRunning = "网站运行中……"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "zh-cn"
|
||||
valinePlaceholder = "你的评论……"
|
||||
facebookLanguageCode = "zh_CN"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "搜索"
|
||||
searchPlaceholder = "搜索文章标题或内容……"
|
||||
clear = "清空"
|
||||
cancel = "取消"
|
||||
noResultsFound = "没有找到结果"
|
||||
lunrLanguageCode = "zh"
|
||||
lunrLanguageLib = "lib/lunr/lunr.zh.js"
|
||||
lunrSegmentitLib = "lib/lunr/lunr.segmentit.js"
|
||||
copyToClipboard = "复制到剪贴板"
|
||||
editLockTitle = "锁定可编辑代码块"
|
||||
editUnLockTitle = "解锁可编辑代码块"
|
||||
cookieconsentMessage = "本网站使用 Cookies 来改善您的浏览体验。"
|
||||
cookieconsentDismiss = "同意"
|
||||
cookieconsentLink = "了解更多"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "分享到"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "目录"
|
||||
repost= "转载"
|
||||
publishedOnDate= "发布于 {{ .Date }}"
|
||||
includedInCategories= "收录于 {{ .Categories }}"
|
||||
views = "次阅读"
|
||||
comments = "条评论"
|
||||
author = "作者"
|
||||
updatedOnDate = "更新于 {{ .Date }}"
|
||||
readMarkdown = "阅读原始文档"
|
||||
editThisPage = "编辑此页"
|
||||
back = "返回"
|
||||
home = "主页"
|
||||
readMore = "阅读全文"
|
||||
expirationReminder = "本文最后更新于 {{ .Date }},文中内容可能已过时。"
|
||||
encryptedAbstract = "本文已加密,因此其原始内容不可见!"
|
||||
encryptedMessage = "请输入密码"
|
||||
password = "密码"
|
||||
encryptyAgain = "重新加密"
|
||||
|
||||
[single.wordCount]
|
||||
other = "约 {{ .Count }} 字"
|
||||
|
||||
[single.readingTime]
|
||||
other = "预计阅读 {{ .Count }} 分钟"
|
||||
|
||||
[single.reward]
|
||||
donate = "赞赏"
|
||||
wechatpay = "微信"
|
||||
alipay = "支付宝"
|
||||
paypal = "贝宝"
|
||||
bitcoin = "比特币"
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "页面没找到"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "抱歉,您要查找的页面不存在。"
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "离线"
|
||||
|
||||
[offlineText]
|
||||
other = "您没有连接到 Internet,只有缓存的页面可用。"
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "注意"
|
||||
abstract = "摘要"
|
||||
info = "信息"
|
||||
tip = "技巧"
|
||||
success = "成功"
|
||||
question = "问题"
|
||||
warning = "警告"
|
||||
failure = "失败"
|
||||
danger = "危险"
|
||||
bug = "Bug"
|
||||
example = "示例"
|
||||
quote = "引用"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "新增"
|
||||
changed = "更改"
|
||||
deleted = "删除"
|
||||
# === shortcodes/version.html ===
|
171
themes/FixIt/i18n/zh-TW.toml
Normal file
171
themes/FixIt/i18n/zh-TW.toml
Normal file
@ -0,0 +1,171 @@
|
||||
# Translations for Traditional Chinese
|
||||
# 繁體中文的翻譯
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === init ===
|
||||
[init]
|
||||
configurationError = "配置文件錯誤\n您還沒有正確配置 FixIt 的版本參數。參考 https://fixit.lruihao.cn/zh-cn/documentation/basics/#theme-configuration"
|
||||
compatibilityError = "兼容性錯誤 ({{ .From }} -> {{ .To }}):\n您進行了一次不兼容的更新。参考 https://github.com/hugo-fixit/FixIt/releases"
|
||||
RCVersionWarn = "您正在使用開發版的 FixIt,請考慮使用穩定版。\n見 https://github.com/hugo-fixit/FixIt/releases"
|
||||
devEnvWarn = "當前運行環境是“development”。“評論系統”,“CDN”和“fingerprint”不會啟用。"
|
||||
quicklyUpgrade = "使用命令快速升級:"
|
||||
# === init ===
|
||||
|
||||
# === baseof ===
|
||||
[baseof]
|
||||
backToTop = "回到頂部"
|
||||
viewComments = "查看評論"
|
||||
noscript = "FixIt 主題在啟用 JavaScript 的情況下效果最佳。"
|
||||
# === baseof ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "所有{{ .Some }}"
|
||||
|
||||
[category]
|
||||
other = "分類"
|
||||
|
||||
[categories]
|
||||
other = "分類"
|
||||
|
||||
[tag]
|
||||
other = "標籤"
|
||||
|
||||
[tags]
|
||||
other = "標籤"
|
||||
|
||||
[posts]
|
||||
other = "文章"
|
||||
|
||||
[taxonomy.totalwordCount]
|
||||
other = "總計約 {{ .Count }} 字"
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Section ===
|
||||
[section]
|
||||
recentlyUpdated = "最近更新"
|
||||
# === Section ===
|
||||
|
||||
# === Pagination ===
|
||||
[pagination]
|
||||
more = "更多"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[header]
|
||||
selectLanguage = "選擇語言"
|
||||
noMoretTranslations = "沒有更多翻譯"
|
||||
switchTheme = "切換主題"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[footer]
|
||||
poweredBySome = "由 {{ .Hugo }} 強力驅動 | 主題 - {{ .Theme }}"
|
||||
siteUV = "總訪客數"
|
||||
sitePV = "總訪問量"
|
||||
siteRunning = "網站運行中……"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[comment]
|
||||
valineLang = "zh-TW"
|
||||
valinePlaceholder = "你的評論……"
|
||||
facebookLanguageCode = "zh-TW"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[assets]
|
||||
search = "搜尋"
|
||||
searchPlaceholder = "搜尋文章標題或內容……"
|
||||
clear = "清除"
|
||||
cancel = "取消"
|
||||
noResultsFound = "沒有找到結果"
|
||||
lunrLanguageCode = "zh" # 不支持繁體中文
|
||||
lunrLanguageLib = "lib/lunr/lunr.zh.js"
|
||||
lunrSegmentitLib = "lib/lunr/lunr.segmentit.js"
|
||||
copyToClipboard = "複製到剪貼板"
|
||||
editLockTitle = "鎖定可編輯代碼塊"
|
||||
editUnLockTitle = "解鎖可編輯代碼塊"
|
||||
cookieconsentMessage = "本網站使用 Cookies 來改善您的流覽體驗。"
|
||||
cookieconsentDismiss = "同意"
|
||||
cookieconsentLink = "瞭解更多"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "分享到"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[single]
|
||||
contents= "目錄"
|
||||
repost= "轉貼"
|
||||
publishedOnDate= "發佈於 {{ .Date }}"
|
||||
includedInCategories= "收錄於 {{ .Categories }}"
|
||||
views = "次閱讀"
|
||||
comments = "條評論"
|
||||
author = "作者"
|
||||
updatedOnDate = "更新於 {{ .Date }}"
|
||||
readMarkdown = "閱讀原始文檔"
|
||||
editThisPage = "編輯此頁"
|
||||
back = "返回"
|
||||
home = "主頁"
|
||||
readMore = "閱讀全文"
|
||||
expirationReminder = "本文最後更新於 {{ .Date }},文中內容可能已過時。"
|
||||
encryptedAbstract = "本文已加密,囙此其原始內容不可見!"
|
||||
encryptedMessage = "請輸入密碼"
|
||||
password = "密碼"
|
||||
encryptyAgain = "重新加密"
|
||||
|
||||
[single.wordCount]
|
||||
other = "約 {{ .Count }} 字"
|
||||
|
||||
[single.readingTime]
|
||||
other = "預計閱讀 {{ .Count }} 分鐘"
|
||||
|
||||
[single.reward]
|
||||
donate = "讚賞"
|
||||
wechatpay = "微信"
|
||||
alipay = "支付寶"
|
||||
paypal = "PayPal"
|
||||
bitcoin = "比特幣"
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "找不到網頁"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "抱歉,您要查找的頁面不存在。"
|
||||
# === 404.html ===
|
||||
|
||||
# === offline ===
|
||||
[offlineTitle]
|
||||
other = "離線"
|
||||
|
||||
[offlineText]
|
||||
other = "您沒有連接到 Internet,只有緩存的頁面可用。"
|
||||
# === offline ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[admonition]
|
||||
note = "注意"
|
||||
abstract = "摘要"
|
||||
info = "資訊"
|
||||
tip = "提示"
|
||||
success = "成功"
|
||||
question = "問題"
|
||||
warning = "警告"
|
||||
failure = "失敗"
|
||||
danger = "危險"
|
||||
bug = "Bug"
|
||||
example = "範例"
|
||||
quote = "引用"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[version]
|
||||
new = "新增"
|
||||
changed = "更改"
|
||||
deleted = "刪除"
|
||||
# === shortcodes/version.html ===
|
Reference in New Issue
Block a user