File tree Expand file tree Collapse file tree 1 file changed +90
-0
lines changed Expand file tree Collapse file tree 1 file changed +90
-0
lines changed Original file line number Diff line number Diff line change 1+ # The layout text of site
2+
3+ # ----- Commons label -----
4+
5+ layout :
6+ post : Post
7+ category : Categorie
8+ tag : Tag
9+
10+ # The tabs of sidebar
11+ tabs :
12+ # format: <filename_without_extension>: <value>
13+ home : Startpagina
14+ categories : Categorieën
15+ tags : Tags
16+ archives : Archief
17+ about : Over
18+
19+ # the text displayed in the search bar & search results
20+ search :
21+ hint : Zoek
22+ cancel : Annuleer
23+ no_results : Oops! Geen resultaat gevonden.
24+
25+ panel :
26+ lastmod : Recent Bijgewerkt
27+ trending_tags : Trending Tags
28+ toc : Inhoud
29+
30+ copyright :
31+ # Shown at the bottom of the post
32+ license :
33+ template : Alle posts zijn onder :LICENSE_NAME gepubliceerd door de auteur.
34+ name : CC BY 4.0
35+ link : https://creativecommons.org/licenses/by/4.0/
36+
37+ # Displayed in the footer
38+ brief : Sommige rechten voorbehouden.
39+ verbose : >-
40+ Tenzij anders vermeld, alle posts zijn onder de
41+ Creative Commons Attribution 4.0 International (CC BY 4.0) gepubliceerd door de auteur.
42+
43+ meta : Gebruikt :THEME
44+
45+ not_found :
46+ statement : Sorry, we hebben de URL verkeerd geplaatst of hij verwijst naar iets dat niet bestaat.
47+
48+ notification :
49+ update_found : Nieuwe versie van inhoud beschikbaar.
50+ update : Update
51+
52+ # ----- Posts related labels -----
53+ post :
54+ written_by : Door
55+ posted : Posted
56+ updated : Bijgewerkt
57+ words : woorden
58+ pageview_measure : Gelezen
59+ read_time :
60+ unit : min
61+ prompt : lees
62+ relate_posts : Verder Lezen
63+ share : Deel
64+ button :
65+ next : Volgende
66+ previous : Vorige
67+ copy_code :
68+ succeed : Gekopieerd!
69+ share_link :
70+ title : Link kopiëren
71+ succeed : Succesvol gekopieerd!
72+
73+ # Date time format.
74+ # See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
75+ df :
76+ post :
77+ strftime : " %b %e, %Y"
78+ dayjs : " ll"
79+ archives :
80+ strftime : " %b"
81+ dayjs : " MMM"
82+
83+ # categories page
84+ categories :
85+ category_measure :
86+ singular : categorie
87+ plural : categorieën
88+ post_measure :
89+ singular : post
90+ plural : posts
You can’t perform that action at this time.
0 commit comments