mirror of
https://github.com/idanoo/m2.nz
synced 2025-07-02 05:12:15 +00:00
Update Theme
This commit is contained in:
parent
a212477863
commit
d47be661bd
212 changed files with 13069 additions and 8406 deletions
199
themes/LoveIt/i18n/ar.toml
Normal file
199
themes/LoveIt/i18n/ar.toml
Normal file
|
@ -0,0 +1,199 @@
|
|||
# Translations for Arabic
|
||||
# ترجمات للغة العربية
|
||||
# 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 = "ar_AR"
|
||||
|
||||
[giscusLang]
|
||||
other = "en"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "بحث"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "ابحث في العناوين او المحتوى..."
|
||||
|
||||
[clear]
|
||||
other = "مسح"
|
||||
|
||||
[cancel]
|
||||
other = "إلغاء"
|
||||
|
||||
[noResultsFound]
|
||||
other = "لا يوجد نتائج"
|
||||
|
||||
[lunrLanguageCode]
|
||||
other = "ar"
|
||||
|
||||
[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 ===
|
199
themes/LoveIt/i18n/ca.toml
Normal file
199
themes/LoveIt/i18n/ca.toml
Normal file
|
@ -0,0 +1,199 @@
|
|||
# Translations for Catalan
|
||||
# Traducció al Català
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === baseof ==
|
||||
[backToTop]
|
||||
other = "Torna a L'inici"
|
||||
|
||||
[viewComments]
|
||||
other = "Visualitza Comentaris"
|
||||
# === baseof ==
|
||||
|
||||
# === Post ===
|
||||
[posts]
|
||||
other = "Publicacions"
|
||||
# === Post ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Tot {{ .Some }}"
|
||||
|
||||
[tag]
|
||||
other = "Etiqueta"
|
||||
|
||||
[tags]
|
||||
other = "Etiquetes"
|
||||
|
||||
[category]
|
||||
other = "Categoria"
|
||||
|
||||
[categories]
|
||||
other = "Categories"
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Pagination ===
|
||||
[more]
|
||||
other = "Més"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[selectLanguage]
|
||||
other = "Escolliu L'idioma"
|
||||
|
||||
[switchTheme]
|
||||
other = "Canvia Tema"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[poweredBySome]
|
||||
other = "Impulsat per {{ .Hugo }} | Tema - {{ .Theme }}"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "en"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "El teu comentari ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "ca_ES"
|
||||
|
||||
[giscusLang]
|
||||
other = "en"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "Buscar"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "Buscar títols o continguts..."
|
||||
|
||||
[clear]
|
||||
other = "Esborra"
|
||||
|
||||
[cancel]
|
||||
other = "Cancel·lar"
|
||||
|
||||
[noResultsFound]
|
||||
other = "Sense resultats"
|
||||
|
||||
[lunrLanguageCode]
|
||||
other = "ca"
|
||||
|
||||
[copyToClipboard]
|
||||
other = "Copiar al portapapers"
|
||||
|
||||
[cookieconsentMessage]
|
||||
other = "Aquest lloc web utilitza cookies per millorar la teva experiència."
|
||||
|
||||
[cookieconsentDismiss]
|
||||
other = "Entenc!"
|
||||
|
||||
[cookieconsentLink]
|
||||
other = "Més informació"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Comparteix a"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[contents]
|
||||
other = "Continguts"
|
||||
|
||||
[publishedOnDate]
|
||||
other = "publicat el {{ .Date }}"
|
||||
|
||||
[includedInCategories]
|
||||
other = "inclòs en {{ .Categories }}"
|
||||
|
||||
[wordCount]
|
||||
one = "Una paraula"
|
||||
other = "{{ .Count }} paraules"
|
||||
|
||||
[readingTime]
|
||||
one = "Un minut"
|
||||
other = "{{ .Count }} minuts"
|
||||
|
||||
[views]
|
||||
other = "vistes"
|
||||
|
||||
[author]
|
||||
other = "Autor"
|
||||
|
||||
[updatedOnDate]
|
||||
other = "Actualitzat el {{ .Date }}"
|
||||
|
||||
[readMarkdown]
|
||||
other = "Llegeix Markdown"
|
||||
|
||||
[back]
|
||||
other = "Tornar"
|
||||
|
||||
[home]
|
||||
other = "Inici"
|
||||
|
||||
[readMore]
|
||||
other = "Llegeix Més"
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Pàgina no trobada"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "La pàgina que estàs buscant no existeix. Ho sento."
|
||||
# === 404.html ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[note]
|
||||
other = "Nota"
|
||||
|
||||
[abstract]
|
||||
other = "Resum"
|
||||
|
||||
[info]
|
||||
other = "Informació"
|
||||
|
||||
[tip]
|
||||
other = "Consell"
|
||||
|
||||
[success]
|
||||
other = "Èxit"
|
||||
|
||||
[question]
|
||||
other = "Pregunta"
|
||||
|
||||
[warning]
|
||||
other = "Advertència"
|
||||
|
||||
[failure]
|
||||
other = "Fracàs"
|
||||
|
||||
[danger]
|
||||
other = "Perill"
|
||||
|
||||
[bug]
|
||||
other = "Microbi"
|
||||
|
||||
[example]
|
||||
other = "Exemple"
|
||||
|
||||
[quote]
|
||||
other = "Citar"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[new]
|
||||
other = "NOVA"
|
||||
|
||||
[changed]
|
||||
other = "CANVIAT"
|
||||
|
||||
[deleted]
|
||||
other = "SUPRIMIT"
|
||||
# === shortcodes/version.html ===
|
|
@ -59,6 +59,9 @@ other = "Ihr Kommentar ..."
|
|||
|
||||
[facebookLanguageCode]
|
||||
other = "de_DE"
|
||||
|
||||
[giscusLang]
|
||||
other = "de"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
|
@ -58,6 +58,9 @@ other = "Your comment ..."
|
|||
|
||||
[facebookLanguageCode]
|
||||
other = "en_US"
|
||||
|
||||
[giscusLang]
|
||||
other = "en"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
|
@ -17,7 +17,7 @@ other = "Artículos"
|
|||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Todo {{ .Some }}"
|
||||
other = "Todos los {{ .Some }}"
|
||||
|
||||
[tag]
|
||||
other = "Etiqueta"
|
||||
|
@ -47,7 +47,7 @@ other = "Cambia el tema"
|
|||
|
||||
# === partials/footer.html ===
|
||||
[poweredBySome]
|
||||
other = "Provisto por {{ .Hugo }} | Tema - {{ .Theme }}"
|
||||
other = "Con la tecnología de {{ .Hugo }} | Tema - {{ .Theme }}"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
|
@ -59,6 +59,9 @@ other = "Tu comentario ..."
|
|||
|
||||
[facebookLanguageCode]
|
||||
other = "es_MX"
|
||||
|
||||
[giscusLang]
|
||||
other = "es"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
|
@ -59,6 +59,9 @@ other = "Votre commentaire ..."
|
|||
|
||||
[facebookLanguageCode]
|
||||
other = "fr"
|
||||
|
||||
[giscusLang]
|
||||
other = "fr"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
199
themes/LoveIt/i18n/hi.toml
Normal file
199
themes/LoveIt/i18n/hi.toml
Normal file
|
@ -0,0 +1,199 @@
|
|||
# Translations for Hindi
|
||||
# हिंदी में अनुवाद
|
||||
# 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 = "hi_IN"
|
||||
|
||||
[giscusLang]
|
||||
other = "en"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "खोज"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "शीर्षक या सामग्री खोजें..."
|
||||
|
||||
[clear]
|
||||
other = "साफ़"
|
||||
|
||||
[cancel]
|
||||
other = "रद्द करना"
|
||||
|
||||
[noResultsFound]
|
||||
other = "कोई परिणाम नहीं मिला"
|
||||
|
||||
[lunrLanguageCode]
|
||||
other = "hi"
|
||||
|
||||
[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 ===
|
199
themes/LoveIt/i18n/id.toml
Normal file
199
themes/LoveIt/i18n/id.toml
Normal file
|
@ -0,0 +1,199 @@
|
|||
# Translations for Indonesian
|
||||
# Terjemahan untuk Bahasa Indonesia
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === baseof ==
|
||||
[backToTop]
|
||||
other = "Kembali ke Atas"
|
||||
|
||||
[viewComments]
|
||||
other = "Lihat Komentar"
|
||||
# === baseof ==
|
||||
|
||||
# === Post ===
|
||||
[posts]
|
||||
other = "Pos"
|
||||
# === Post ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "Semua {{ .Some }}"
|
||||
|
||||
[tag]
|
||||
other = "Label"
|
||||
|
||||
[tags]
|
||||
other = "Label"
|
||||
|
||||
[category]
|
||||
other = "Kategori"
|
||||
|
||||
[categories]
|
||||
other = "Kategori"
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Pagination ===
|
||||
[more]
|
||||
other = "Lainnya"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[selectLanguage]
|
||||
other = "Pilih Bahasa"
|
||||
|
||||
[switchTheme]
|
||||
other = "Ganti Tema"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[poweredBySome]
|
||||
other = "Dipersembahkan oleh {{ .Hugo }} | Tema - {{ .Theme }}"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "en"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "Komentar Anda ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "id_ID"
|
||||
|
||||
[giscusLang]
|
||||
other = "id"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "Cari"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "Cari judul atau konten ..."
|
||||
|
||||
[clear]
|
||||
other = "Bersihkan"
|
||||
|
||||
[cancel]
|
||||
other = "Batal"
|
||||
|
||||
[noResultsFound]
|
||||
other = "Hasil tidak ditemukan"
|
||||
|
||||
[lunrLanguageCode]
|
||||
other = "en"
|
||||
|
||||
[copyToClipboard]
|
||||
other = "Salin ke papan klip"
|
||||
|
||||
[cookieconsentMessage]
|
||||
other = "Situs ini menggunakan Cookies untuk meningkatkan pengalaman Anda."
|
||||
|
||||
[cookieconsentDismiss]
|
||||
other = "Mengerti!"
|
||||
|
||||
[cookieconsentLink]
|
||||
other = "Pelajari lebih lanjut"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Bagikan ke"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[contents]
|
||||
other = "Daftar Isi"
|
||||
|
||||
[publishedOnDate]
|
||||
other = "diterbitkan pada {{ .Date }}"
|
||||
|
||||
[includedInCategories]
|
||||
other = "di {{ .Categories }}"
|
||||
|
||||
[wordCount]
|
||||
one = "Satu kata"
|
||||
other = "{{ .Count }} kata"
|
||||
|
||||
[readingTime]
|
||||
one = "Satu menit"
|
||||
other = "{{ .Count }} menit"
|
||||
|
||||
[views]
|
||||
other = "dilihat"
|
||||
|
||||
[author]
|
||||
other = "Penulis"
|
||||
|
||||
[updatedOnDate]
|
||||
other = "Diperbarui pada {{ .Date }}"
|
||||
|
||||
[readMarkdown]
|
||||
other = "Baca Markdown"
|
||||
|
||||
[back]
|
||||
other = "Kembali"
|
||||
|
||||
[home]
|
||||
other = "Beranda"
|
||||
|
||||
[readMore]
|
||||
other = "Baca Selengkapnya"
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Halaman tidak ditemukan"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Maaf, halaman yang Anda cari tidak ada."
|
||||
# === 404.html ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[note]
|
||||
other = "Catatan"
|
||||
|
||||
[abstract]
|
||||
other = "Abstrak"
|
||||
|
||||
[info]
|
||||
other = "Info"
|
||||
|
||||
[tip]
|
||||
other = "Kiat"
|
||||
|
||||
[success]
|
||||
other = "Sukses"
|
||||
|
||||
[question]
|
||||
other = "Pertanyaan"
|
||||
|
||||
[warning]
|
||||
other = "Peringatan"
|
||||
|
||||
[failure]
|
||||
other = "Kegagalan"
|
||||
|
||||
[danger]
|
||||
other = "Bahaya"
|
||||
|
||||
[bug]
|
||||
other = "Bug"
|
||||
|
||||
[example]
|
||||
other = "Contoh"
|
||||
|
||||
[quote]
|
||||
other = "Kutipan"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[new]
|
||||
other = "BARU"
|
||||
|
||||
[changed]
|
||||
other = "BERUBAH"
|
||||
|
||||
[deleted]
|
||||
other = "DIHAPUS"
|
||||
# === shortcodes/version.html ===
|
|
@ -59,6 +59,9 @@ other = "Il tuo commento ..."
|
|||
|
||||
[facebookLanguageCode]
|
||||
other = "it"
|
||||
|
||||
[giscusLang]
|
||||
other = "it"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
199
themes/LoveIt/i18n/ko.toml
Normal file
199
themes/LoveIt/i18n/ko.toml
Normal file
|
@ -0,0 +1,199 @@
|
|||
# Translations for Korean
|
||||
# 한국어 번역
|
||||
# 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 = "ko-KR"
|
||||
|
||||
[giscusLang]
|
||||
other = "ko"
|
||||
# === 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 = "읽는데 약 1분"
|
||||
other = "읽는데 약 {{ .Count }}분"
|
||||
|
||||
[views]
|
||||
other = "조회"
|
||||
|
||||
[author]
|
||||
other = "저자"
|
||||
|
||||
[updatedOnDate]
|
||||
other = "수정: {{ .Date }}"
|
||||
|
||||
[readMarkdown]
|
||||
other = "마크다운 읽기"
|
||||
|
||||
[back]
|
||||
other = "뒤로"
|
||||
|
||||
[home]
|
||||
other = "홈"
|
||||
|
||||
[readMore]
|
||||
other = "더 읽기"
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Page not found"
|
||||
|
||||
[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 ===
|
|
@ -59,6 +59,9 @@ other = "Twój komentarz ..."
|
|||
|
||||
[facebookLanguageCode]
|
||||
other = "pl"
|
||||
|
||||
[giscusLang]
|
||||
other = "pl"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
|
@ -59,6 +59,9 @@ other = "O seu comentário ..."
|
|||
|
||||
[facebookLanguageCode]
|
||||
other = "pt_BR"
|
||||
|
||||
[giscusLang]
|
||||
other = "en"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
|
@ -59,6 +59,9 @@ other = "Comentariul dvs ..."
|
|||
|
||||
[facebookLanguageCode]
|
||||
other = "ro_RO"
|
||||
|
||||
[giscusLang]
|
||||
other = "ro"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
|
@ -59,6 +59,9 @@ other = "Ваш комментарий ..."
|
|||
|
||||
[facebookLanguageCode]
|
||||
other = "ru_RU"
|
||||
|
||||
[giscusLang]
|
||||
other = "ru"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
|
@ -52,13 +52,16 @@ other = "Покреће {{ .Hugo }} | Тема - {{ .Theme }}"
|
|||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "sr"
|
||||
other = "en"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "Ваш коментар ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "sr_RS"
|
||||
|
||||
[giscusLang]
|
||||
other = "en"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
201
themes/LoveIt/i18n/te.toml
Normal file
201
themes/LoveIt/i18n/te.toml
Normal file
|
@ -0,0 +1,201 @@
|
|||
# Translations for Telugu
|
||||
# తెలుగు కోసం అనువాదాలు
|
||||
# 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]
|
||||
# not supported
|
||||
other = "en"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "మీ వాఖ్యనం ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "te_IN"
|
||||
|
||||
[giscusLang]
|
||||
other = "en"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "శోధించు"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "శోధన శీర్షికలు మరియు విషయాలు..."
|
||||
|
||||
[clear]
|
||||
other = "తొలగించు"
|
||||
|
||||
[cancel]
|
||||
other = "రద్దు"
|
||||
|
||||
[noResultsFound]
|
||||
other = "ఎటువంటి ఫలితాలు లభించలేదు"
|
||||
|
||||
[lunrLanguageCode]
|
||||
# not supported
|
||||
other = "te"
|
||||
|
||||
[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 ===
|
202
themes/LoveIt/i18n/th.toml
Normal file
202
themes/LoveIt/i18n/th.toml
Normal file
|
@ -0,0 +1,202 @@
|
|||
# Translations for Thai
|
||||
# คำแปลภาษาไทย
|
||||
# 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 = "th_TH"
|
||||
|
||||
[giscusLang]
|
||||
other = "en"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "ค้นหา"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "ค้นหาด้วย 'หัวข้อ' หรือ 'เนื้อหา'..."
|
||||
|
||||
[clear]
|
||||
other = "ล้าง"
|
||||
|
||||
[cancel]
|
||||
other = "ยกเลิก"
|
||||
|
||||
[noResultsFound]
|
||||
other = "ไม่พบเนื้อหา"
|
||||
|
||||
[lunrLanguageCode]
|
||||
other = "th"
|
||||
|
||||
[lunrLanguageLib]
|
||||
other = "lib/lunr/lunr.th.js"
|
||||
|
||||
[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 = "1 คำ"
|
||||
other = "{{ .Count }} คำ"
|
||||
|
||||
[readingTime]
|
||||
one = "1 นาที"
|
||||
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 ===
|
199
themes/LoveIt/i18n/tr.toml
Normal file
199
themes/LoveIt/i18n/tr.toml
Normal file
|
@ -0,0 +1,199 @@
|
|||
# Translations for Turkish
|
||||
# Türkçe Çeviriler
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === baseof ==
|
||||
[backToTop]
|
||||
other = "Başa Dön"
|
||||
|
||||
[viewComments]
|
||||
other = "Yorumları Gör"
|
||||
# === baseof ==
|
||||
|
||||
# === Post ===
|
||||
[posts]
|
||||
other = "İçerikler"
|
||||
# === Post ===
|
||||
|
||||
# === Taxonomy ===
|
||||
[allSome]
|
||||
other = "All {{ .Some }}"
|
||||
|
||||
[tag]
|
||||
other = "Etiket"
|
||||
|
||||
[tags]
|
||||
other = "Etiketler"
|
||||
|
||||
[category]
|
||||
other = "Kategori"
|
||||
|
||||
[categories]
|
||||
other = "Kategoriler"
|
||||
# === Taxonomy ===
|
||||
|
||||
# === Pagination ===
|
||||
[more]
|
||||
other = "Daha fazla"
|
||||
# === Pagination ===
|
||||
|
||||
# === partials/header.html ===
|
||||
[selectLanguage]
|
||||
other = "Dil Seç"
|
||||
|
||||
[switchTheme]
|
||||
other = "Switch Theme"
|
||||
# === partials/header.html ===
|
||||
|
||||
# === partials/footer.html ===
|
||||
[poweredBySome]
|
||||
other = "{{ .Hugo }} ile yapıldı | Tema - {{ .Theme }}"
|
||||
# === partials/footer.html ===
|
||||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "en"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "Yorumun..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "tr_TR"
|
||||
|
||||
[giscusLang]
|
||||
other = "tr"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
[search]
|
||||
other = "Arama"
|
||||
|
||||
[searchPlaceholder]
|
||||
other = "Başlık yada içerik arama..."
|
||||
|
||||
[clear]
|
||||
other = "Temizle"
|
||||
|
||||
[cancel]
|
||||
other = "İptal"
|
||||
|
||||
[noResultsFound]
|
||||
other = "Sonuç bulunamadı"
|
||||
|
||||
[lunrLanguageCode]
|
||||
other = "tr"
|
||||
|
||||
[copyToClipboard]
|
||||
other = "Panoya kopyala"
|
||||
|
||||
[cookieconsentMessage]
|
||||
other = "Bu websitesi deneyiminizi iyileştirmek için çerezleri kullanmaktadır."
|
||||
|
||||
[cookieconsentDismiss]
|
||||
other = "Anladım!"
|
||||
|
||||
[cookieconsentLink]
|
||||
other = "Daha fazla öğren"
|
||||
# === partials/assets.html ===
|
||||
|
||||
# === partials/plugin/share.html ===
|
||||
[shareOn]
|
||||
other = "Şurada Paylaş"
|
||||
# === partials/plugin/share.html ===
|
||||
|
||||
# === posts/single.html ===
|
||||
[contents]
|
||||
other = "İçerikler"
|
||||
|
||||
[publishedOnDate]
|
||||
other = "{{ .Date }} tarihinde paylaşıldı"
|
||||
|
||||
[includedInCategories]
|
||||
other = "{{ .Categories }} kategorileri içinde"
|
||||
|
||||
[wordCount]
|
||||
one = "Bir kelime"
|
||||
other = "{{ .Count }} kelime"
|
||||
|
||||
[readingTime]
|
||||
one = "One minute"
|
||||
other = "{{ .Count }} minutes"
|
||||
|
||||
[views]
|
||||
other = "görüntülenme"
|
||||
|
||||
[author]
|
||||
other = "Yazar"
|
||||
|
||||
[updatedOnDate]
|
||||
other = "{{ .Date }} tarihinde güncellendi"
|
||||
|
||||
[readMarkdown]
|
||||
other = "Markdown Oku"
|
||||
|
||||
[back]
|
||||
other = "Geri"
|
||||
|
||||
[home]
|
||||
other = "Anasayfa"
|
||||
|
||||
[readMore]
|
||||
other = "Daha fazla oku"
|
||||
# === posts/single.html ===
|
||||
|
||||
# === 404.html ===
|
||||
[pageNotFound]
|
||||
other = "Sayfa Bulunamadı"
|
||||
|
||||
[pageNotFoundText]
|
||||
other = "Aradığınız sayfa bulunamadı. Üzgünüz."
|
||||
# === 404.html ===
|
||||
|
||||
# === shortcodes/admonition.html ===
|
||||
[note]
|
||||
other = "Not"
|
||||
|
||||
[abstract]
|
||||
other = "Öz"
|
||||
|
||||
[info]
|
||||
other = "Bilgi"
|
||||
|
||||
[tip]
|
||||
other = "İpucu"
|
||||
|
||||
[success]
|
||||
other = "Başarılı"
|
||||
|
||||
[question]
|
||||
other = "Soru"
|
||||
|
||||
[warning]
|
||||
other = "Uyarı"
|
||||
|
||||
[failure]
|
||||
other = "Başarısız"
|
||||
|
||||
[danger]
|
||||
other = "Tehlike"
|
||||
|
||||
[bug]
|
||||
other = "Hata"
|
||||
|
||||
[example]
|
||||
other = "Örnek"
|
||||
|
||||
[quote]
|
||||
other = "Alıntı"
|
||||
# === shortcodes/admonition.html ===
|
||||
|
||||
# === shortcodes/version.html ===
|
||||
[new]
|
||||
other = "YENİ"
|
||||
|
||||
[changed]
|
||||
other = "DEĞİŞTİRİLDİ"
|
||||
|
||||
[deleted]
|
||||
other = "SİLİNDİ"
|
||||
# === shortcodes/version.html ===
|
|
@ -1,4 +1,5 @@
|
|||
# Translations for Vietnamese
|
||||
# Bản dịch sang tiếng Việt
|
||||
# https://gohugo.io/content-management/multilingual/#translation-of-strings
|
||||
|
||||
# === baseof ==
|
||||
|
@ -58,6 +59,9 @@ other = "Bình luận của bạn ..."
|
|||
|
||||
[facebookLanguageCode]
|
||||
other = "vi"
|
||||
|
||||
[giscusLang]
|
||||
other = "vi"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
|
@ -52,13 +52,16 @@ other = "由 {{ .Hugo }} 强力驱动 | 主题 - {{ .Theme }}"
|
|||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "zh-cn"
|
||||
other = "zh-CN"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "你的评论 ..."
|
||||
|
||||
[facebookLanguageCode]
|
||||
other = "zh_CN"
|
||||
|
||||
[giscusLang]
|
||||
other = "zh-CN"
|
||||
# === partials/comment.html ===
|
||||
|
||||
# === partials/assets.html ===
|
||||
|
|
|
@ -52,7 +52,7 @@ other = "由 {{ .Hugo }} 強力驅動 | 主題 - {{ .Theme }}"
|
|||
|
||||
# === partials/comment.html ===
|
||||
[valineLang]
|
||||
other = "zh-tw"
|
||||
other = "zh-TW"
|
||||
|
||||
[valinePlaceholder]
|
||||
other = "你的評論 ..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue