jekyll-theme-purple 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_data/locales/ar.yml +7 -1
- data/_data/locales/bg-BG.yml +7 -1
- data/_data/locales/ca-ES.yml +7 -1
- data/_data/locales/cs-CZ.yml +7 -1
- data/_data/locales/da-DK.yml +7 -1
- data/_data/locales/de-DE.yml +7 -1
- data/_data/locales/dv/342/200/221MV.yml +7 -1
- data/_data/locales/el-GR.yml +7 -1
- data/_data/locales/en.yml +7 -1
- data/_data/locales/es-ES.yml +7 -1
- data/_data/locales/fa-IR.yml +7 -1
- data/_data/locales/fi-FI.yml +7 -1
- data/_data/locales/fr-FR.yml +7 -1
- data/_data/locales/hu-HU.yml +7 -1
- data/_data/locales/id-ID.yml +7 -1
- data/_data/locales/it-IT.yml +7 -1
- data/_data/locales/ja-JP.yml +7 -1
- data/_data/locales/ko-KR.yml +7 -1
- data/_data/locales/ku-IQ.yml +7 -1
- data/_data/locales/my-MM.yml +7 -1
- data/_data/locales/nl-NL.yml +7 -1
- data/_data/locales/ps/342/200/221AF.yml +7 -1
- data/_data/locales/pt-BR.yml +7 -1
- data/_data/locales/ru-RU.yml +7 -1
- data/_data/locales/sl-SI.yml +7 -1
- data/_data/locales/sv-SE.yml +7 -1
- data/_data/locales/th.yml +7 -1
- data/_data/locales/tr-TR.yml +7 -1
- data/_data/locales/uk-UA.yml +7 -1
- data/_data/locales/ur-PK.yml +7 -1
- data/_data/locales/vi-VN.yml +7 -1
- data/_data/locales/zh-CN.yml +7 -1
- data/_data/locales/zh-TW.yml +7 -1
- data/_data/origin/cors.yml +18 -15
- data/_includes/comments/disqus.html +2 -2
- data/_includes/comments/giscus.html +17 -7
- data/_includes/comments/utterances.html +4 -4
- data/_includes/datetime.html +1 -1
- data/_includes/head.html +16 -5
- data/_includes/js-selector.html +0 -1
- data/_includes/language-alias.html +7 -9
- data/_includes/media-url.html +1 -1
- data/_includes/notification.html +13 -9
- data/_includes/post-edit.html +23 -0
- data/_includes/post-paginator.html +1 -1
- data/_includes/refactor-content.html +1 -1
- data/_includes/sidebar.html +48 -6
- data/_layouts/default.html +7 -6
- data/_layouts/post.html +16 -13
- data/_sass/abstracts/_mixins.scss +6 -0
- data/_sass/abstracts/_variables.scss +6 -0
- data/_sass/base/_base.scss +28 -20
- data/_sass/base/_syntax.scss +7 -4
- data/_sass/components/_popups.scss +17 -28
- data/_sass/layout/_sidebar.scss +97 -9
- data/_sass/pages/_archives.scss +1 -1
- data/_sass/pages/_post.scss +11 -1
- data/_sass/themes/_dark.scss +5 -0
- data/_sass/themes/_light.scss +5 -0
- data/assets/css/jekyll-theme-purple.scss +4 -0
- data/assets/img/favicons/site.webmanifest +1 -1
- metadata +2 -10
- data/assets/js/dist/app.min.js +0 -7
- data/assets/js/dist/categories.min.js +0 -4
- data/assets/js/dist/commons.min.js +0 -4
- data/assets/js/dist/home.min.js +0 -4
- data/assets/js/dist/misc.min.js +0 -4
- data/assets/js/dist/page.min.js +0 -4
- data/assets/js/dist/post.min.js +0 -4
- data/assets/js/dist/sw.min.js +0 -7
- data/assets/js/dist/theme.min.js +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 607bbb53acd8494e8a5ab89b249eee001fa45dbd780291cebd6db0ac8db76ed6
|
|
4
|
+
data.tar.gz: 23b440f8797f53d9840d56f4c734c21644ea8e7bbaa64b2453cd12c4c75c5116
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c7ac295e7b5034ad5564c61813b3cb9888d84b1c8947229f74d9c53991b7dcd84abe26a63239f921436d9a5b4cf22a88d0fe18ddb3ae63c735923d32a7424d2
|
|
7
|
+
data.tar.gz: bc3a95e6ad9c87c36bcf9c32a0e5b2bbd84d2bd68d74ec5d88b6f9c3fbc15920eb7bed6b07e441d41b002c5133333c4a6438506464fbedfe0d8eedf477a0e711
|
data/_data/locales/ar.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: عذرا, الرابط التالي غير صالح أو انه يشير إلى صفحة غير موجودة.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found: يتوفر
|
|
49
|
+
update_found: يتوفر محتوى جديد
|
|
50
50
|
update: تحديث
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: فاتح
|
|
54
|
+
dark: داكن
|
|
55
|
+
system: النظام
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: دقيقة
|
|
62
67
|
prompt: قراءة
|
|
68
|
+
edit: حرر هذا المنشور
|
|
63
69
|
relate_posts: إقرأ المزيد
|
|
64
70
|
share: شارك
|
|
65
71
|
button:
|
data/_data/locales/bg-BG.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Съжалявам, но на този URL адрес няма налично съдържание.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: Има ново съдържание
|
|
50
50
|
update: Обнови
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Светла
|
|
54
|
+
dark: Тъмна
|
|
55
|
+
system: Системна
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: мин
|
|
62
67
|
prompt: четиво
|
|
68
|
+
edit: Редактирай тази публикация
|
|
63
69
|
relate_posts: Още за четене
|
|
64
70
|
share: Споделете
|
|
65
71
|
button:
|
data/_data/locales/ca-ES.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Ho sentim, hem perdut aquesta URL o apunta a alguna cosa que no existeix.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found: Hi ha
|
|
49
|
+
update_found: Hi ha contingut nou disponible
|
|
50
50
|
update: Actualitzar
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Clar
|
|
54
|
+
dark: Fosc
|
|
55
|
+
system: Sistema
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: min
|
|
62
67
|
prompt: " de lectura"
|
|
68
|
+
edit: Edita aquesta entrada
|
|
63
69
|
relate_posts: Entrades relacionades
|
|
64
70
|
share: Compartir
|
|
65
71
|
button:
|
data/_data/locales/cs-CZ.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Omlouváme se, adresu URL jsme špatně umístili nebo odkazuje na něco, co neexistuje.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found: Je
|
|
49
|
+
update_found: Je tu nový obsah
|
|
50
50
|
update: Aktualizace
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Světlý
|
|
54
|
+
dark: Tmavý
|
|
55
|
+
system: Systém
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: minut
|
|
62
67
|
prompt: čtení
|
|
68
|
+
edit: Uprav tento příspěvek
|
|
63
69
|
relate_posts: Další čtení
|
|
64
70
|
share: Sdílet
|
|
65
71
|
button:
|
data/_data/locales/da-DK.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Beklager, vi har malpaceret denne URL, eller den peger på et sted, som ikke findes.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: Der er nyt indhold
|
|
50
50
|
update: Opdater
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Lys
|
|
54
|
+
dark: Mørk
|
|
55
|
+
system: System
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: min
|
|
62
67
|
prompt: læsetid
|
|
68
|
+
edit: Rediger dette opslag
|
|
63
69
|
relate_posts: Læs videre
|
|
64
70
|
share: Del
|
|
65
71
|
button:
|
data/_data/locales/de-DE.yml
CHANGED
|
@@ -45,9 +45,14 @@ not_found:
|
|
|
45
45
|
statement: Entschuldigung, dieser Link verweist auf keine vorhandene Ressource.
|
|
46
46
|
|
|
47
47
|
notification:
|
|
48
|
-
update_found:
|
|
48
|
+
update_found: Neue Inhalte verfügbar
|
|
49
49
|
update: Neue Version
|
|
50
50
|
|
|
51
|
+
theme:
|
|
52
|
+
light: Hell
|
|
53
|
+
dark: Dunkel
|
|
54
|
+
system: System
|
|
55
|
+
|
|
51
56
|
# ----- Posts related labels -----
|
|
52
57
|
|
|
53
58
|
post:
|
|
@@ -59,6 +64,7 @@ post:
|
|
|
59
64
|
read_time:
|
|
60
65
|
unit: Minuten
|
|
61
66
|
prompt: Lesezeit
|
|
67
|
+
edit: Diesen Eintrag bearbeiten
|
|
62
68
|
relate_posts: Weiterlesen
|
|
63
69
|
share: Teilen
|
|
64
70
|
button:
|
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: ސޯރީ، މި ޔޫ.އާރއެލް މަށެވެއްނެ ނުވަތަ އެކަމެއް ނުވެއެވެ.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: އައު ކޮންޓެންޓެއް ފެނިއްޖެ
|
|
50
50
|
update: އޮޕްޑޭޓް
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: އަލި
|
|
54
|
+
dark: އަނދިރި
|
|
55
|
+
system: ސިސްޓަމް
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: މިނެޓް
|
|
62
67
|
prompt: އިސްކާރު
|
|
68
|
+
edit: މި ޕޯސްޓް އެޑިޓް ކުރު
|
|
63
69
|
relate_posts: އެއްޗެހި ފަހުރަށްދަން
|
|
64
70
|
share: ސެއާރް
|
|
65
71
|
button:
|
data/_data/locales/el-GR.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Συγνώμη, έχουμε τοποθετήσει λάθος αυτήν την διεύθυνση URL ή υποδεικνύει κάτι που δεν υπάρχει.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: Νέο περιεχόμενο διαθέσιμο
|
|
50
50
|
update: Ενημέρωση
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Φωτεινό
|
|
54
|
+
dark: Σκοτεινό
|
|
55
|
+
system: Σύστημα
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: Λεπτά
|
|
62
67
|
prompt: διαβάσματος
|
|
68
|
+
edit: Επεξεργασία αυτής της δημοσίευσης
|
|
63
69
|
relate_posts: Περισσότερα
|
|
64
70
|
share: Κοινοποιήστε
|
|
65
71
|
button:
|
data/_data/locales/en.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: New content available
|
|
50
50
|
update: Update
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Light
|
|
54
|
+
dark: Dark
|
|
55
|
+
system: System
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: min
|
|
62
67
|
prompt: read
|
|
68
|
+
edit: Edit this post
|
|
63
69
|
relate_posts: Further Reading
|
|
64
70
|
share: Share
|
|
65
71
|
button:
|
data/_data/locales/es-ES.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Lo sentimos, hemos perdido esa URL o apunta a algo que no existe.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found: Hay
|
|
49
|
+
update_found: Hay contenido nuevo
|
|
50
50
|
update: Actualizar
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Claro
|
|
54
|
+
dark: Oscuro
|
|
55
|
+
system: Sistema
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: min
|
|
62
67
|
prompt: " de lectura"
|
|
68
|
+
edit: Edita esta entrada
|
|
63
69
|
relate_posts: Lecturas adicionales
|
|
64
70
|
share: Compartir
|
|
65
71
|
button:
|
data/_data/locales/fa-IR.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: متأسفیم، لینک زیر معتبر نیست یا به صفحهای که وجود ندارد اشاره میکند.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: محتوای جدیدی پیدا شد
|
|
50
50
|
update: بهروزرسانی
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: روشن
|
|
54
|
+
dark: تیره
|
|
55
|
+
system: سیستم
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: "دقیقه "
|
|
62
67
|
prompt: " زمان مطالعه"
|
|
68
|
+
edit: ویرایش این پست
|
|
63
69
|
relate_posts: بیشتر بخوانید
|
|
64
70
|
share: اشتراکگذاری
|
|
65
71
|
button:
|
data/_data/locales/fi-FI.yml
CHANGED
|
@@ -45,9 +45,14 @@ not_found:
|
|
|
45
45
|
statement: Valitettavasti tällä URL-osoitteella ei ole saatavilla sisältöä.
|
|
46
46
|
|
|
47
47
|
notification:
|
|
48
|
-
update_found:
|
|
48
|
+
update_found: Uutta sisältöä löytyi
|
|
49
49
|
update: Päivitä
|
|
50
50
|
|
|
51
|
+
theme:
|
|
52
|
+
light: Vaalea
|
|
53
|
+
dark: Tumma
|
|
54
|
+
system: Järjestelmä
|
|
55
|
+
|
|
51
56
|
# ----- Posts related labels -----
|
|
52
57
|
|
|
53
58
|
post:
|
|
@@ -59,6 +64,7 @@ post:
|
|
|
59
64
|
read_time:
|
|
60
65
|
unit: minuuttia
|
|
61
66
|
prompt: lukea
|
|
67
|
+
edit: Muokkaa tätä julkaisua
|
|
62
68
|
relate_posts: Jatka lukemista
|
|
63
69
|
share: Jaa
|
|
64
70
|
button:
|
data/_data/locales/fr-FR.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Désolé, nous avons égaré cette URL ou elle pointe vers quelque chose qui n'existe pas.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: Nouveau contenu trouvé
|
|
50
50
|
update: Mise à jour
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Clair
|
|
54
|
+
dark: Sombre
|
|
55
|
+
system: Système
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: min
|
|
62
67
|
prompt: lire
|
|
68
|
+
edit: Modifier cet article
|
|
63
69
|
relate_posts: Autres lectures
|
|
64
70
|
share: Partager
|
|
65
71
|
button:
|
data/_data/locales/hu-HU.yml
CHANGED
|
@@ -47,9 +47,14 @@ not_found:
|
|
|
47
47
|
statement: Sajnáljuk, az URL-t rosszul helyeztük el, vagy valami nem létezőre mutat.
|
|
48
48
|
|
|
49
49
|
notification:
|
|
50
|
-
update_found:
|
|
50
|
+
update_found: Új tartalom található
|
|
51
51
|
update: Frissítés
|
|
52
52
|
|
|
53
|
+
theme:
|
|
54
|
+
light: Világos
|
|
55
|
+
dark: Sötét
|
|
56
|
+
system: Rendszer
|
|
57
|
+
|
|
53
58
|
# ----- Posts related labels -----
|
|
54
59
|
|
|
55
60
|
post:
|
|
@@ -61,6 +66,7 @@ post:
|
|
|
61
66
|
read_time:
|
|
62
67
|
unit: perc
|
|
63
68
|
prompt: elolvasni
|
|
69
|
+
edit: Szerkesztés
|
|
64
70
|
relate_posts: További olvasnivaló
|
|
65
71
|
share: Megosztás
|
|
66
72
|
button:
|
data/_data/locales/id-ID.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: Konten baru tersedia
|
|
50
50
|
update: Perbarui
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Terang
|
|
54
|
+
dark: Gelap
|
|
55
|
+
system: Sistem
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: menit
|
|
62
67
|
prompt: baca
|
|
68
|
+
edit: Sunting entri ini
|
|
63
69
|
relate_posts: Postingan Lainya
|
|
64
70
|
share: Bagikan
|
|
65
71
|
button:
|
data/_data/locales/it-IT.yml
CHANGED
|
@@ -45,9 +45,14 @@ not_found:
|
|
|
45
45
|
statement: Ci scusiamo, non è stato possibile trovare l'URL in questione. Potrebbe puntare ad una pagina non esistente.
|
|
46
46
|
|
|
47
47
|
notification:
|
|
48
|
-
update_found:
|
|
48
|
+
update_found: Nuovi contenuti trovati
|
|
49
49
|
update: Aggiornamento
|
|
50
50
|
|
|
51
|
+
theme:
|
|
52
|
+
light: Chiaro
|
|
53
|
+
dark: Scuro
|
|
54
|
+
system: Sistema
|
|
55
|
+
|
|
51
56
|
# ----- Posts related labels -----
|
|
52
57
|
|
|
53
58
|
post:
|
|
@@ -59,6 +64,7 @@ post:
|
|
|
59
64
|
read_time:
|
|
60
65
|
unit: min
|
|
61
66
|
prompt: lettura
|
|
67
|
+
edit: Modifica questo post
|
|
62
68
|
relate_posts: Continua a leggere
|
|
63
69
|
share: Condividi
|
|
64
70
|
button:
|
data/_data/locales/ja-JP.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: このURLは存在しないものを指し示しています。
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: 新しいコンテンツがあります
|
|
50
50
|
update: 更新
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: ライト
|
|
54
|
+
dark: ダーク
|
|
55
|
+
system: システム
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: 分
|
|
62
67
|
prompt: で読めます
|
|
68
|
+
edit: この投稿を編集
|
|
63
69
|
relate_posts: さらに読む
|
|
64
70
|
share: シェア
|
|
65
71
|
button:
|
data/_data/locales/ko-KR.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: 해당 URL은 존재하지 않습니다.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found: 새
|
|
49
|
+
update_found: 새 콘텐츠가 있습니다
|
|
50
50
|
update: 업데이트
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: 라이트
|
|
54
|
+
dark: 다크
|
|
55
|
+
system: 시스템
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: 분
|
|
62
67
|
prompt: 읽는 시간
|
|
68
|
+
edit: 이 글 편집
|
|
63
69
|
relate_posts: 관련된 글
|
|
64
70
|
share: 공유하기
|
|
65
71
|
button:
|
data/_data/locales/ku-IQ.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: ببوورە، ئەم بەستەرە نادۆزرێتەوە یان ئاماژە بە شتێک دەکات کە بوونی نییە.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: ناوەڕۆکی نوێ بەردەستە
|
|
50
50
|
update: نوێکردنەوە
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: ڕووناک
|
|
54
|
+
dark: تاریک
|
|
55
|
+
system: سیستەم
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: خولەک
|
|
62
67
|
prompt: خوێندنەوە
|
|
68
|
+
edit: ئەم بابەتە دەستکاری بکە
|
|
63
69
|
relate_posts: بابەتی پەیوەندیدار
|
|
64
70
|
share: بڵاوکردنەوە
|
|
65
71
|
button:
|
data/_data/locales/my-MM.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: ဝမ်းနည်းပါသည်၊ ကျွန်ုပ်တို့သည် အဆိုပါ URL ကို မှားယွင်းစွာ နေရာချထားခြင်း သို့မဟုတ် ၎င်းသည် မရှိသောအရာကို ညွှန်ပြနေပါသည်။
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: အကြောင်းအရာအသစ် တွေ့ရှိပါသည်
|
|
50
50
|
update: အပ်ဒိတ်
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: အလင်း
|
|
54
|
+
dark: အမှောင်
|
|
55
|
+
system: စနစ်
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: မိနစ်
|
|
62
67
|
prompt: ဖတ်ပါမည်
|
|
68
|
+
edit: ဤပို့စ်ကို တည်းဖြတ်ပါ
|
|
63
69
|
relate_posts: နောက်ထပ်ဖတ်ရန်
|
|
64
70
|
share: မျှဝေရန်
|
|
65
71
|
button:
|
data/_data/locales/nl-NL.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Sorry, we hebben de URL verkeerd geplaatst of hij verwijst naar iets dat niet bestaat.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found: Nieuwe
|
|
49
|
+
update_found: Nieuwe inhoud gevonden
|
|
50
50
|
update: Update
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Licht
|
|
54
|
+
dark: Donker
|
|
55
|
+
system: Systeem
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
post:
|
|
54
59
|
written_by: Door
|
|
@@ -59,6 +64,7 @@ post:
|
|
|
59
64
|
read_time:
|
|
60
65
|
unit: min
|
|
61
66
|
prompt: lees
|
|
67
|
+
edit: Bewerk dit bericht
|
|
62
68
|
relate_posts: Verder Lezen
|
|
63
69
|
share: Deel
|
|
64
70
|
button:
|
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: بښنه غواړو، دغه URL ناسم دی یا هغه څه ته اشاره کوي چې شتون نه لري.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found: نوې
|
|
49
|
+
update_found: نوې منځپانګه شتون لري
|
|
50
50
|
update: تازه
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: روښانه
|
|
54
|
+
dark: تیاره
|
|
55
|
+
system: سیستم
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: دقیقې
|
|
62
67
|
prompt: لوستل
|
|
68
|
+
edit: دغه لیکنه سمول
|
|
63
69
|
relate_posts: نوره لوستنه
|
|
64
70
|
share: شریکول
|
|
65
71
|
button:
|
data/_data/locales/pt-BR.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Desculpe, a página não foi encontrada.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: Novo conteúdo encontrado
|
|
50
50
|
update: atualização
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Claro
|
|
54
|
+
dark: Escuro
|
|
55
|
+
system: Sistema
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: min
|
|
62
67
|
prompt: " de leitura"
|
|
68
|
+
edit: Editar esta postagem
|
|
63
69
|
relate_posts: Leia também
|
|
64
70
|
share: Compartilhar
|
|
65
71
|
button:
|
data/_data/locales/ru-RU.yml
CHANGED
|
@@ -45,9 +45,14 @@ not_found:
|
|
|
45
45
|
statement: Извините, мы перепутали URL-адрес или он указывает на что-то несуществующее.
|
|
46
46
|
|
|
47
47
|
notification:
|
|
48
|
-
update_found:
|
|
48
|
+
update_found: Найден новый контент
|
|
49
49
|
update: Обновить
|
|
50
50
|
|
|
51
|
+
theme:
|
|
52
|
+
light: Светлая
|
|
53
|
+
dark: Темная
|
|
54
|
+
system: Системная
|
|
55
|
+
|
|
51
56
|
# ----- Posts related labels -----
|
|
52
57
|
|
|
53
58
|
post:
|
|
@@ -59,6 +64,7 @@ post:
|
|
|
59
64
|
read_time:
|
|
60
65
|
unit: мин.
|
|
61
66
|
prompt: чтения
|
|
67
|
+
edit: Редактировать этот пост
|
|
62
68
|
relate_posts: Похожие посты
|
|
63
69
|
share: Поделиться
|
|
64
70
|
button:
|
data/_data/locales/sl-SI.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Oprostite, hiperpovezava je neustrezna ali vsebina ne obstajata. #Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: Nova vsebina je na voljo
|
|
50
50
|
update: Posodobi #Update
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Svetla
|
|
54
|
+
dark: Temna
|
|
55
|
+
system: Sistemska
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: min
|
|
62
67
|
prompt: beri #read
|
|
68
|
+
edit: Uredi to objavo #Edit this post
|
|
63
69
|
relate_posts: Nadaljnje branje #Further Reading
|
|
64
70
|
share: Deli #Share
|
|
65
71
|
button:
|
data/_data/locales/sv-SE.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: Ursäkta, vi har tappat bort den här webbadressen eller så pekar den på något som inte längre finns.
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: Nytt innehåll hittades
|
|
50
50
|
update: Uppdatera sidan
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: Ljust
|
|
54
|
+
dark: Mörkt
|
|
55
|
+
system: System
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: min
|
|
62
67
|
prompt: läsning
|
|
68
|
+
edit: Redigera detta inlägg
|
|
63
69
|
relate_posts: Mer läsning
|
|
64
70
|
share: Dela
|
|
65
71
|
button:
|
data/_data/locales/th.yml
CHANGED
|
@@ -46,9 +46,14 @@ not_found:
|
|
|
46
46
|
statement: ขออภัย เราวาง URL นั้นไว้ผิดที่ หรือมันชี้ไปยังสิ่งที่ไม่มีอยู่
|
|
47
47
|
|
|
48
48
|
notification:
|
|
49
|
-
update_found:
|
|
49
|
+
update_found: พบเนื้อหาใหม่
|
|
50
50
|
update: อัปเดต
|
|
51
51
|
|
|
52
|
+
theme:
|
|
53
|
+
light: สว่าง
|
|
54
|
+
dark: มืด
|
|
55
|
+
system: ระบบ
|
|
56
|
+
|
|
52
57
|
# ----- Posts related labels -----
|
|
53
58
|
|
|
54
59
|
post:
|
|
@@ -60,6 +65,7 @@ post:
|
|
|
60
65
|
read_time:
|
|
61
66
|
unit: นาที
|
|
62
67
|
prompt: อ่าน
|
|
68
|
+
edit: แก้ไขโพสต์นี้
|
|
63
69
|
relate_posts: อ่านต่อ
|
|
64
70
|
share: แชร์
|
|
65
71
|
button:
|