Skip to content

Commit 2327ec8

Browse files
committed
Update critical file(s) according to Chirpy v4.2.0
1 parent 45ff5ba commit 2327ec8

File tree

5 files changed

+96
-11
lines changed

5 files changed

+96
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll-theme-chirpy", "~> 4.1", ">= 4.1.1"
3+
gem "jekyll-theme-chirpy", "~> 4.2", ">= 4.2.0"
44

55
group :jekyll_plugins do
66
# If you have any plugins, put them here!

_config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ theme: jekyll-theme-chirpy
77
# change below value to '/projectname'.
88
baseurl: ''
99

10-
# The language of the site layout › http://www.lingoes.net/en/translator/langcode.htm
11-
# Go to folder '_data/locales' to check the available language options
10+
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
11+
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
12+
# otherwise, the layout language will use the default value of 'en'.
1213
lang: en
1314

1415
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone

_data/locales/en.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ tabs:
1616
archives: Archives
1717
about: About
1818

19-
# text displayed in the search bar
19+
# the text displayed in the search bar & search results
2020
search:
2121
hint: search
2222
cancel: Cancel
23+
no_results: Oops! No result founds.
2324

2425
panel:
2526
lastmod: Recent Update
@@ -75,9 +76,7 @@ post:
7576
button:
7677
next: Newer
7778
previous: Older
78-
copy:
79-
title: Copy link
80-
succeed: Link copied successfully!
79+
copy: Copied!
8180
# pinned prompt of posts list on homepage
8281
pin_prompt: Pinned
8382

_data/locales/id-ID.yml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# The layout text of site
2+
3+
# ----- Commons label -----
4+
5+
layout:
6+
post: Postingan
7+
category: Kategori
8+
tag: Tagar
9+
10+
# The tabs of sidebar
11+
tabs:
12+
# format: <filename_without_extension>: <value>
13+
home: Beranda
14+
categories: Kategori
15+
tags: Tagar
16+
archives: Arsip
17+
about: Tentang
18+
19+
# the text displayed in the search bar & search results
20+
search:
21+
hint: Cari
22+
cancel: Batal
23+
no_results: Ups! Tidak ada hasil yang ditemukan.
24+
25+
panel:
26+
lastmod: Postingan Terbaru
27+
trending_tags: Tagar Terpopuler
28+
toc: Konten
29+
30+
# The liquid date format › http://strftime.net/
31+
date_format:
32+
tooltip: "%a, %e %b, %Y, %l:%M %p"
33+
post:
34+
long: "%e %b, %Y"
35+
short: "%e %b"
36+
archive_month: "%b"
37+
38+
copyright:
39+
# Shown at the bottom of the post
40+
license:
41+
template: Postingan ini dilisensikan di bawah :LICENSE_NAME oleh penulis.
42+
name: CC BY 4.0
43+
link: https://creativecommons.org/licenses/by/4.0/
44+
45+
# Displayed in the footer
46+
brief: Sebagian konten dilindungi.
47+
verbose: >-
48+
Kecuali jika dinyatakan, Postingan blog di situs ini dilisensikan
49+
di bawah Lisensi Creative Commons Attribution 4.0 International (CC BY 4.0) oleh penulis.
50+
51+
meta: Didukung oleh :PLATFORM dengan tema :THEME.
52+
53+
not_found:
54+
statment: Maaf, kami gagal menemukan URL itu atau memang mengarah ke sesuatu yang tidak ada.
55+
hint_template: :HEAD_BAK untuk mencoba mencari kembali, atau cari di :ARCHIVES_PAGE.
56+
head_back: Kembali ke Beranda
57+
archives_page: Halaman Arsip
58+
59+
# ----- Posts related labels -----
60+
61+
post:
62+
published: "pada"
63+
updated: Diperbarui
64+
timeago:
65+
day: hari yang lalu
66+
hour: jam yang lalu
67+
minute: menit yang lalu
68+
just_now: baru saja
69+
words: kata
70+
pageview_measure: dilihat
71+
read_time:
72+
unit: menit
73+
prompt: baca
74+
relate_posts: Postingan Lainya
75+
share: Bagikan
76+
button:
77+
next: Terbaru
78+
previous: Terlama
79+
copy: Disalin!
80+
# pinned prompt of posts list on homepage
81+
pin_prompt: Disematkan
82+
83+
# categories page
84+
categories:
85+
category_measure: kategori
86+
post_measure: Postingan

_data/locales/zh-CN.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ tabs:
1616
archives: 归档
1717
about: 关于
1818

19-
# text displayed in the search bar
19+
# the text displayed in the search bar & search results
2020
search:
2121
hint: 搜索
2222
cancel: 取消
23+
no_results: 搜索结果为空
2324

2425
panel:
2526
lastmod: 最近更新
@@ -74,9 +75,7 @@ post:
7475
button:
7576
next: 下一篇
7677
previous: 上一篇
77-
copy:
78-
title: 分享链接
79-
succeed: 链接已复制!
78+
copy: 已复制!
8079
# pinned prompt of posts list on homepage
8180
pin_prompt: 顶置
8281

0 commit comments

Comments
 (0)