jekyll-theme-chirpy 7.4.1 → 7.6.0
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/README.md +33 -40
- 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 +7 -2
- data/_sass/themes/_light.scss +7 -2
- data/_sass/vendors/_bootstrap.scss +1 -1
- data/assets/css/jekyll-theme-chirpy.scss +4 -0
- data/assets/img/favicons/site.webmanifest +1 -1
- data/assets/js/dist/app.min.js +2 -2
- data/assets/js/dist/categories.min.js +2 -2
- data/assets/js/dist/commons.min.js +2 -2
- data/assets/js/dist/home.min.js +2 -2
- data/assets/js/dist/misc.min.js +2 -2
- data/assets/js/dist/page.min.js +2 -2
- data/assets/js/dist/post.min.js +2 -2
- data/assets/js/dist/sw.min.js +1 -1
- data/assets/js/dist/theme.min.js +2 -2
- metadata +4 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0445373858d21d36acb72736e95640526de262478d141f03d628b52bba572a9
|
|
4
|
+
data.tar.gz: 5456191cee0f7adcab0f28d8c032ba3dafd4015d51f9cc45f0f5f8e7069c3ef1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69e5b430d80704a4b0f351d3029155c37c335328c3a7dbea2f78c764e24657edd217c1dcd2828bfaab545d73f651400cabfdb675ad291f8f313d6985f699b7fa
|
|
7
|
+
data.tar.gz: e02abb2444bd151024aea6c44e616a6406d47778d268d97110d8e3e897033ec9fe9ca8890ccd600b4b5cc8b0026ea16562e2912b18e94064e88cdd10ee096865
|
data/README.md
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
|
|
7
7
|
A minimal, responsive, and feature-rich Jekyll theme for technical writing.
|
|
8
8
|
|
|
9
|
-
[![CI]
|
|
10
|
-
[![Codacy Badge]
|
|
11
|
-
[![GitHub license]
|
|
12
|
-
[![Gem Version]
|
|
13
|
-
[![Open in Dev Containers]
|
|
9
|
+
[![CI][badge-ci]][ci]
|
|
10
|
+
[![Codacy Badge][badge-codacy]][codacy]
|
|
11
|
+
[![GitHub license][badge-license]][license]
|
|
12
|
+
[![Gem Version][badge-gem]][gem]
|
|
13
|
+
[![Open in Dev Containers][badge-open-container]][open-container]
|
|
14
14
|
|
|
15
15
|
[**Live Demo** →][demo]
|
|
16
16
|
|
|
@@ -20,54 +20,48 @@
|
|
|
20
20
|
|
|
21
21
|
## Features
|
|
22
22
|
|
|
23
|
-
- Dark
|
|
24
|
-
|
|
25
|
-
- Pinned
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
-
|
|
32
|
-
|
|
33
|
-
- Dark Mode Images
|
|
34
|
-
- Embed Media
|
|
35
|
-
- Comment Systems
|
|
36
|
-
- Built-in Search
|
|
37
|
-
- Atom Feeds
|
|
38
|
-
- PWA
|
|
39
|
-
- Web Analytics
|
|
40
|
-
- SEO & Performance Optimization
|
|
23
|
+
- **Design & UX** - Responsive layout, Dark/Light modes, Localized UI language,
|
|
24
|
+
and Dark mode images.
|
|
25
|
+
- **Content Management** - Pinned posts, Hierarchical categories, Trending tags,
|
|
26
|
+
Auto-generated Table of Contents, and Last modified dates.
|
|
27
|
+
- **Rich Text Support** - Syntax highlighting, Mathematical expressions, Mermaid
|
|
28
|
+
diagrams & flowcharts, and Embedded media.
|
|
29
|
+
- **Interactivity & Outreach** - Built-in search, Multiple comment systems, and
|
|
30
|
+
Atom feeds.
|
|
31
|
+
- **System & Optimization** - PWA support, integrated Web analytics, and
|
|
32
|
+
advanced SEO performance.
|
|
41
33
|
|
|
42
34
|
## Documentation
|
|
43
35
|
|
|
44
|
-
To learn how to use, develop, and upgrade the project, please refer to the
|
|
36
|
+
To learn how to use, develop, and upgrade the project, please refer to the
|
|
37
|
+
[Wiki][wiki].
|
|
45
38
|
|
|
46
39
|
## Contributing
|
|
47
40
|
|
|
48
|
-
Contributions (_pull requests_, _issues_, and _discussions_) are what make the
|
|
49
|
-
to learn, inspire, and create. Any
|
|
50
|
-
|
|
41
|
+
Contributions (_pull requests_, _issues_, and _discussions_) are what make the
|
|
42
|
+
open-source community such an amazing place to learn, inspire, and create. Any
|
|
43
|
+
contributions you make are greatly appreciated.
|
|
44
|
+
For details, please refer to our [Contributing Guidelines][contribute-guide].
|
|
51
45
|
|
|
52
46
|
## Credits
|
|
53
47
|
|
|
54
|
-
|
|
48
|
+
This project is built on the [Jekyll][jekyllrb] ecosystem and integrates a
|
|
49
|
+
collection of [excellent libraries][lib]. Its avatar and favicon are sourced
|
|
50
|
+
from [ClipartMAX][clipartmax].
|
|
55
51
|
|
|
56
|
-
|
|
52
|
+
Furthermore, thanks to everyone who contributed to the development of this project!
|
|
57
53
|
|
|
58
|
-
[![all-contributors]
|
|
59
|
-
<sub> — Made with [contrib.rocks](https://contrib.rocks)</sub>
|
|
60
|
-
|
|
61
|
-
### Third-Party Assets
|
|
62
|
-
|
|
63
|
-
This project is built on the [Jekyll][jekyllrb] ecosystem and some [great libraries][lib], and is developed using [VS Code][vscode] as well as tools provided by [JetBrains][jetbrains] under a non-commercial open-source software license.
|
|
64
|
-
|
|
65
|
-
The avatar and favicon for the project's website are from [ClipartMAX][clipartmax].
|
|
54
|
+
[![all-contributors][contributors-avatar]][contributors]
|
|
66
55
|
|
|
67
56
|
## License
|
|
68
57
|
|
|
69
|
-
This project is
|
|
58
|
+
This project is licensed under the [MIT License][license].
|
|
70
59
|
|
|
60
|
+
[badge-ci]: https://img.shields.io/github/actions/workflow/status/cotes2020/jekyll-theme-chirpy/ci.yml?logo=github
|
|
61
|
+
[badge-codacy]: https://img.shields.io/codacy/grade/4e556876a3c54d5e8f2d2857c4f43894?logo=codacy
|
|
62
|
+
[badge-license]: https://img.shields.io/github/license/cotes2020/jekyll-theme-chirpy?color=goldenrod
|
|
63
|
+
[badge-gem]: https://img.shields.io/gem/v/jekyll-theme-chirpy?&logo=RubyGems&logoColor=ghostwhite&label=gem&color=orange
|
|
64
|
+
[badge-open-container]: https://img.shields.io/badge/Dev_Containers-Open-deepskyblue?logo=linuxcontainers
|
|
71
65
|
[gem]: https://rubygems.org/gems/jekyll-theme-chirpy
|
|
72
66
|
[ci]: https://github.com/cotes2020/jekyll-theme-chirpy/actions/workflows/ci.yml?query=event%3Apush+branch%3Amaster
|
|
73
67
|
[codacy]: https://app.codacy.com/gh/cotes2020/jekyll-theme-chirpy/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
|
|
@@ -79,6 +73,5 @@ This project is published under [MIT License][license].
|
|
|
79
73
|
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
|
|
80
74
|
[contribute-guide]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md
|
|
81
75
|
[contributors]: https://github.com/cotes2020/jekyll-theme-chirpy/graphs/contributors
|
|
76
|
+
[contributors-avatar]: https://contrib.rocks/image?repo=cotes2020/jekyll-theme-chirpy&columns=16&max=112
|
|
82
77
|
[lib]: https://github.com/cotes2020/chirpy-static-assets
|
|
83
|
-
[vscode]: https://code.visualstudio.com/
|
|
84
|
-
[jetbrains]: https://www.jetbrains.com/?from=jekyll-theme-chirpy
|
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:
|