Update theme (LoveIt) + Add new fields

This commit is contained in:
Daniel Mason 2025-02-23 12:23:14 +13:00
parent ec90ebd36e
commit 49c98d8fb5
Signed by: idanoo
GPG key ID: 387387CDBC02F132
87 changed files with 6900 additions and 6013 deletions

199
themes/LoveIt/i18n/bn.toml Normal file
View file

@ -0,0 +1,199 @@
# Translations for Bengali
# বাংলায় অনুবাদ
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# === baseof ==
[backToTop]
other = "উপরে ফিরে যান"
[viewComments]
other = "মন্তব্যগুলো দেখুন"
# === baseof ==
# === Post ===
[posts]
other = "পোস্ট"
# === Post ===
# === Taxonomy ===
[allSome]
other = "সকল {{ .Some }}"
[tag]
other = "ট্যাগ"
[tags]
other = "ট্যাগ"
[category]
other = "ক্যাটাগরি"
[categories]
other = "ক্যাটাগরি"
# === Taxonomy ===
# === Pagination ===
[more]
other = "আরো"
# === Pagination ===
# === partials/header.html ===
[selectLanguage]
other = "ভাষা নির্বাচন"
[switchTheme]
other = "থিম পরিবর্তন"
# === partials/header.html ===
# === partials/footer.html ===
[poweredBySome]
other = "{{ .Hugo }} দ্বারা চালিত | থিম - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
[valineLang]
other = "en"
[valinePlaceholder]
other = "আপনার মন্তব্য ..."
[facebookLanguageCode]
other = "bn_IN"
[giscusLang]
other = "en"
# === partials/comment.html ===
# === partials/assets.html ===
[search]
other = "খুঁজুন"
[searchPlaceholder]
other = "শিরোনাম অথবা কনটেন্ট খুঁজুন..."
[clear]
other = "পরিষ্কার করুন"
[cancel]
other = "বাতিল করুন"
[noResultsFound]
other = "কোনো ফলাফল পাওয়া যায় নি"
[lunrLanguageCode]
other = "en"
[copyToClipboard]
other = "ক্লিপবোর্ডে কপি করুন"
[cookieconsentMessage]
other = "এই ওয়েবসাইটটি আপনার ব্রাউজিং অভিজ্ঞতা সমৃদ্ধ করতে কুকিজ ব্যবহার করে।"
[cookieconsentDismiss]
other = "বুঝেছি!"
[cookieconsentLink]
other = "আরো জানুন"
# === partials/assets.html ===
# === partials/plugin/share.html ===
[shareOn]
other = "শেয়ার করুন"
# === partials/plugin/share.html ===
# === posts/single.html ===
[contents]
other = "বিষয়বস্তু"
[publishedOnDate]
other = "প্রকাশিত {{ .Date }}"
[includedInCategories]
other = "ক্যাটাগরি {{ .Categories }}"
[wordCount]
one = "একটি শব্দ"
other = "{{ .Count }}টি শব্দ"
[readingTime]
one = "এক মিনিট"
other = "{{ .Count }} মিনিট"
[views]
other = "ভিউ"
[author]
other = "লেখক"
[updatedOnDate]
other = "{{ .Date }} তারিখে আপডেট হয়েছে"
[readMarkdown]
other = "মার্কডাউন পড়ুন"
[back]
other = "পিছনে"
[home]
other = "হোম"
[readMore]
other = "আরো পড়ুন"
# === posts/single.html ===
# === 404.html ===
[pageNotFound]
other = "পেজটি খুঁজে পাওয়া যায় নি"
[pageNotFoundText]
other = "দুঃখিত, আপনি যে পেজটি খুঁজছেন তার কোনো অস্তিত্ব নেই।"
# === 404.html ===
# === shortcodes/admonition.html ===
[note]
other = "নোট"
[abstract]
other = "সারাংশ"
[info]
other = "তথ্য"
[tip]
other = "টিপ"
[success]
other = "সফল"
[question]
other = "প্রশ্ন"
[warning]
other = "সতর্কীকরণ"
[failure]
other = "ব্যর্থ"
[danger]
other = "বিপজ্জনক"
[bug]
other = "বাগ"
[example]
other = "উদাহরণ"
[quote]
other = "উক্তি"
# === shortcodes/admonition.html ===
# === shortcodes/version.html ===
[new]
other = "নতুন"
[changed]
other = "পরিবর্তিত"
[deleted]
other = "মুছে ফেলা হয়েছে"
# === shortcodes/version.html ===

View file

@ -69,7 +69,7 @@ other = "de"
other = "Suche"
[searchPlaceholder]
other = "Suche nach Titel und Inhalt..."
other = "Suche nach Titel und Inhalt ..."
[clear]
other = "Leeren"
@ -109,10 +109,10 @@ other = "Teilen auf"
other = "Inhalt"
[publishedOnDate]
other = "veröffentlicht an {{ .Date }}"
other = "Veröffentlicht am {{ .Date }}"
[includedInCategories]
other = "enthalten in {{ .Categories }}"
other = "Enthalten in {{ .Categories }}"
[wordCount]
one = "Ein Wort"
@ -141,7 +141,7 @@ other = "Zurück"
other = "Startseite"
[readMore]
other = "Mehr lesen"
other = "Weiterlesen"
# === posts/single.html ===
# === 404.html ===

View file

@ -4,10 +4,10 @@
# === baseof ==
[backToTop]
other = "Retour en Haut"
other = "Retour en haut"
[viewComments]
other = "Afficher les Commentaires"
other = "Afficher les commentaires"
# === baseof ==
# === Post ===
@ -17,7 +17,7 @@ other = "Posts"
# === Taxonomy ===
[allSome]
other = "Tous {{ .Some }}"
other = "Tous les {{ .Some }}"
[tag]
other = "Balise"
@ -34,7 +34,7 @@ other = "Catégories"
# === Pagination ===
[more]
other = "Plus"
other = "Voir plus"
# === Pagination ===
# === partials/header.html ===
@ -42,7 +42,7 @@ other = "Plus"
other = "Choisir la langue"
[switchTheme]
other = "Changer de Thème"
other = "Changer de thème"
# === partials/header.html ===
# === partials/footer.html ===
@ -72,7 +72,7 @@ other = "Chercher"
other = "Rechercher des titres, des contenus..."
[clear]
other = "Clair"
other = "Effacer"
[cancel]
other = "Annuler"
@ -93,10 +93,10 @@ other = "Copier dans le presse-papiers"
other = "Ce site Web utilise des Cookies pour améliorer votre expérience."
[cookieconsentDismiss]
other = "Se mettre d'accord"
other = "J'accepte"
[cookieconsentLink]
other = "Apprendre encore plus"
other = "En savoir plus"
# === partials/assets.html ===
# === partials/plugin/share.html ===
@ -132,7 +132,7 @@ other = "Auteur"
other = "Mis à jour le {{ .Date }}"
[readMarkdown]
other = "Lire Markdown"
other = "Lire en Markdown"
[back]
other = "Retour"
@ -157,7 +157,7 @@ other = "Désolé, la page recherchée n'existe pas."
other = "Remarque"
[abstract]
other = "Abstrait"
other = "Résumé"
[info]
other = "Info"
@ -195,8 +195,8 @@ other = "Citation"
other = "NOUVEAU"
[changed]
other = "CHANGE"
other = "CHANGÉ"
[deleted]
other = "EFFACE"
other = "EFFACÉ"
# === shortcodes/version.html ===

199
themes/LoveIt/i18n/nl.toml Normal file
View file

@ -0,0 +1,199 @@
# Translations for Dutch
# Vertalingen voor het Nederlands
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# === baseof ==
[backToTop]
other = "Terug naar boven"
[viewComments]
other = "Bekijk opmerkingen"
# === baseof ==
# === Post ===
[posts]
other = "Berichten"
# === Post ===
# === Taxonomy ===
[allSome]
other = "Alle {{ .Some }}"
[tag]
other = "Tag"
[tags]
other = "Tags"
[category]
other = "Categorie"
[categories]
other = "Categorieën"
# === Taxonomy ===
# === Pagination ===
[more]
other = "Meer"
# === Pagination ===
# === partials/header.html ===
[selectLanguage]
other = "Selecteer Taal"
[switchTheme]
other = "Verander Thema"
# === partials/header.html ===
# === partials/footer.html ===
[poweredBySome]
other = "Aangedreven door {{ .Hugo }} | Thema - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
[valineLang]
other = "nl"
[valinePlaceholder]
other = "Jouw opmerking"
[facebookLanguageCode]
other = "nl_nl"
[giscusLang]
other = "nl"
# === partials/comment.html ===
# === partials/assets.html ===
[search]
other = "Zoeken"
[searchPlaceholder]
other = "Zoek naar titels of andere inhoud..."
[clear]
other = "Wissen"
[cancel]
other = "Annuleren"
[noResultsFound]
other = "Geen resultaten gevonden"
[lunrLanguageCode]
other = "nl"
[copyToClipboard]
other = "Kopieer naar klembord"
[cookieconsentMessage]
other = "Deze website gebruikt cookies om de ervaring beter te maken."
[cookieconsentDismiss]
other = "Begrepen!"
[cookieconsentLink]
other = "Meer informatie"
# === partials/assets.html ===
# === partials/plugin/share.html ===
[shareOn]
other = "Delen op"
# === partials/plugin/share.html ===
# === posts/single.html ===
[contents]
other = "Content"
[publishedOnDate]
other = "gepubliceerd op {{ .Date }}"
[includedInCategories]
other = "inbegrepen in {{ .Categories }}"
[wordCount]
one = "Één woord"
other = "{{ .Count }} woorden"
[readingTime]
one = "Één minuut"
other = "{{ .Count }} minuten"
[views]
other = "Aantal keer bekeken"
[author]
other = "Auteur"
[updatedOnDate]
other = "Aangepast op {{ .Date }}"
[readMarkdown]
other = "Lees markdown"
[back]
other = "Terug"
[home]
other = "Homepagina"
[readMore]
other = "Lees Meer"
# === posts/single.html ===
# === 404.html ===
[pageNotFound]
other = "Pagina niet gevonden"
[pageNotFoundText]
other = "De pagina die je zocht bestaat niet, Sorry!"
# === 404.html ===
# === shortcodes/admonition.html ===
[note]
other = "Opmerking"
[abstract]
other = "Abstract"
[info]
other = "Info"
[tip]
other = "Tip"
[success]
other = "Gelukt"
[question]
other = "Vraag"
[warning]
other = "Waarschuwing"
[failure]
other = "Fout"
[danger]
other = "Gevaar"
[bug]
other = "Bug"
[example]
other = "Voorbeeld"
[quote]
other = "Citaat"
# === shortcodes/admonition.html ===
# === shortcodes/version.html ===
[new]
other = "NIEUW"
[changed]
other = "VERANDERD"
[deleted]
other = "VERWIJDERD"
# === shortcodes/version.html ===

198
themes/LoveIt/i18n/uk.toml Normal file
View file

@ -0,0 +1,198 @@
# Translations for Ukrainian
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# === baseof ==
[backToTop]
other = "Повернутися до початку"
[viewComments]
other = "Переглянути коментарі"
# === baseof ==
# === Post ===
[posts]
other = "Публікації"
# === Post ===
# === Taxonomy ===
[allSome]
other = "Всі {{ .Some }}"
[tag]
other = "Тег"
[tags]
other = "Теги"
[category]
other = "Категорія"
[categories]
other = "Категорії"
# === Taxonomy ===
# === Pagination ===
[more]
other = "Більше"
# === Pagination ===
# === partials/header.html ===
[selectLanguage]
other = "Змінити мову"
[switchTheme]
other = "Змінити тему"
# === partials/header.html ===
# === partials/footer.html ===
[poweredBySome]
other = "Працює на основі {{ .Hugo }} | Theme - {{ .Theme }}"
# === partials/footer.html ===
# === partials/comment.html ===
[valineLang]
other = "en"
[valinePlaceholder]
other = "Ваш коментар ..."
[facebookLanguageCode]
other = "uk_UA"
[giscusLang]
other = "uk"
# === partials/comment.html ===
# === partials/assets.html ===
[search]
other = "Пошук"
[searchPlaceholder]
other = "Search titles or contents..."
[clear]
other = "Очистити"
[cancel]
other = "Скасувати"
[noResultsFound]
other = "Нічого не знайдено"
[lunrLanguageCode]
other = "uk"
[copyToClipboard]
other = "Скопіювати до буфера обміну"
[cookieconsentMessage]
other = "Цей веб-сайт використовує файли cookie, щоб покращити ваш досвід."
[cookieconsentDismiss]
other = "Зрозуміло!"
[cookieconsentLink]
other = "Дізнатися більше"
# === partials/assets.html ===
# === partials/plugin/share.html ===
[shareOn]
other = "Поділитися в"
# === partials/plugin/share.html ===
# === posts/single.html ===
[contents]
other = "Зміст"
[publishedOnDate]
other = "опубліковано {{ .Date }}"
[includedInCategories]
other = "включений в{{ .Categories }}"
[wordCount]
one = "Одне слово"
other = "{{ .Count }} слів"
[readingTime]
one = "Одна минута"
other = "{{ .Count }} минут"
[views]
other = "перегляди"
[author]
other = "Автор"
[updatedOnDate]
other = "Оновлено {{ .Date }}"
[readMarkdown]
other = "Читати Markdown"
[back]
other = "Повернутися"
[home]
other = "Головна"
[readMore]
other = "Детальніше"
# === posts/single.html ===
# === 404.html ===
[pageNotFound]
other = "Сторінку не знайдено"
[pageNotFoundText]
other = "Сторінка, яку ви шукаєте, не існує. Вибачте."
# === 404.html ===
# === shortcodes/admonition.html ===
[note]
other = "Примітка"
[abstract]
other = "Анотація"
[info]
other = "Інформація"
[tip]
other = "Порада"
[success]
other = "Успіх"
[question]
other = "Питання"
[warning]
other = "Попередження"
[failure]
other = "Невдача"
[danger]
other = "Небезпека"
[bug]
other = "Помилка"
[example]
other = "Приклад"
[quote]
other = "Цитата"
# === shortcodes/admonition.html ===
# === shortcodes/version.html ===
[new]
other = "НОВИЙ"
[changed]
other = "ЗМІНЕНИЙ"
[deleted]
other = "ВИДАЛЕНИЙ"
# === shortcodes/version.html ===