|
| 1 | +# The layout text of site |
| 2 | + |
| 3 | +# ----- Commons label ----- |
| 4 | + |
| 5 | +layout: |
| 6 | + post: Objava #Post |
| 7 | + category: Kategorija #Category |
| 8 | + tag: Oznaka #Tag |
| 9 | + |
| 10 | +# The tabs of sidebar |
| 11 | +tabs: |
| 12 | + # format: <filename_without_extension>: <value> |
| 13 | + home: Domov #Home |
| 14 | + categories: Kategorije #Categories |
| 15 | + tags: Oznake #Tags |
| 16 | + archives: Arhiv #Archives |
| 17 | + about: O meni #About |
| 18 | + |
| 19 | +# the text displayed in the search bar & search results |
| 20 | +search: |
| 21 | + hint: išči #search |
| 22 | + cancel: Prekliči #Cancel |
| 23 | + no_results: Ups! Vsebina ni bila najdena #Oops! No results found. |
| 24 | + |
| 25 | +panel: |
| 26 | + lastmod: Nedavno Posodobljeno #Recently Updated |
| 27 | + trending_tags: Priljubljene Oznake #Trending Tags |
| 28 | + toc: Vsebina #Contents |
| 29 | + |
| 30 | +copyright: |
| 31 | + # Shown at the bottom of the post |
| 32 | + license: |
| 33 | + template: Ta objava je licencirana pod :LICENCE_NAME s strani avtorja. #This post is licensed under :LICENSE_NAME by the author. |
| 34 | + name: CC BY 4.0 |
| 35 | + link: https://creativecommons.org/licenses/by/4.0/ |
| 36 | + |
| 37 | + # Displayed in the footer |
| 38 | + brief: Nekatere pravice pridržane. #Some rights reserved. |
| 39 | + verbose: >- |
| 40 | + Razen kjer navedeno drugače, vse objave spletnega dnevnika so licencirane |
| 41 | + pod Creative Commons Attribution 4.0 International (CC BY 4.0) s strani avtorja. |
| 42 | +
|
| 43 | +meta: Uporabljena :PLATFORM tema :THEME. #Using the :PLATFORM theme :THEME. |
| 44 | + |
| 45 | +not_found: |
| 46 | + statment: 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 | + |
| 48 | +notification: |
| 49 | + update_found: Novejša različica vsebine je na voljo. #A new version of content is available. |
| 50 | + update: Posodobi #Update |
| 51 | + |
| 52 | +# ----- Posts related labels ----- |
| 53 | + |
| 54 | +post: |
| 55 | + written_by: Od #By |
| 56 | + posted: Objavljeno #Posted |
| 57 | + updated: Posodobljeno #Updated |
| 58 | + words: besede #words |
| 59 | + pageview_measure: ogledi #views |
| 60 | + read_time: |
| 61 | + unit: min |
| 62 | + prompt: beri #read |
| 63 | + relate_posts: Nadaljnje branje #Further Reading |
| 64 | + share: Deli #Share |
| 65 | + button: |
| 66 | + next: Novejše #Newer |
| 67 | + previous: Starejše #Older |
| 68 | + copy_code: |
| 69 | + succeed: Kopirano! #Copied! |
| 70 | + share_link: |
| 71 | + title: Kopiraj povezavo #Copy link |
| 72 | + succeed: Povezava uspešno kopirana! #Link copied successfully! |
| 73 | + # pinned prompt of posts list on homepage |
| 74 | + pin_prompt: Pripeto #Pinned |
| 75 | + |
| 76 | +# Date time format. |
| 77 | +# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format> |
| 78 | +df: |
| 79 | + post: |
| 80 | + strftime: '%e %b, %Y' |
| 81 | + dayjs: 'll' |
| 82 | + archives: |
| 83 | + strftime: '%b' |
| 84 | + dayjs: 'MMM' |
| 85 | + |
| 86 | +# categories page |
| 87 | +categories: |
| 88 | + category_measure: |
| 89 | + singular: kategorija #category |
| 90 | + plural: kategorije #categories |
| 91 | + post_measure: |
| 92 | + singular: objava #post |
| 93 | + plural: objave #posts |
0 commit comments