-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into production
- Loading branch information
Showing
27 changed files
with
441 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
|
||
strategy: | ||
matrix: | ||
ruby: ['2.7', '3.0', '3.1'] | ||
ruby: [2.7, 3] | ||
|
||
steps: | ||
- name: Checkout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: منشور | ||
category: فئة | ||
tag: وسم | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
home: الرئيسية | ||
categories: الفئات | ||
tags: الوسوم | ||
archives: الأرشيف | ||
about: حول | ||
|
||
# the text displayed in the search bar & search results | ||
search: | ||
hint: بحث | ||
cancel: إلغاء | ||
no_results: نأسف! لا يوجد نتائج. | ||
|
||
panel: | ||
lastmod: المحدثة مؤخرا | ||
trending_tags: الوسوم الشائعة | ||
toc: محتويات | ||
|
||
copyright: | ||
# Shown at the bottom of the post | ||
license: | ||
template: هذا المنشور تحت ترخيص :LICENSE_NAME بواسطة المؤلف. | ||
name: CC BY 4.0 | ||
link: https://creativecommons.org/licenses/by/4.0/ | ||
|
||
# Displayed in the footer | ||
brief: بعض الحقوق محفوظة. | ||
verbose: >- | ||
ما لم يذكر خلاف ذلك ، يتم ترخيص منشورات المدونة على هذا الموقع | ||
بموجب ترخيص Creative Commons Attribution 4.0 International (CC BY 4.0) من قبل المؤلف. | ||
meta: باستخدام :PLATFORM السمة :THEME. | ||
|
||
not_found: | ||
statment: عذرا, الرابط التالي غير صالح أو انه يشير إلى صفحة غير موجودة. | ||
|
||
notification: | ||
update_found: يتوفر اصدار جديد للمحتوى. | ||
update: تحديث | ||
|
||
# ----- Posts related labels ----- | ||
|
||
post: | ||
written_by: بواسطة | ||
posted: نشّر | ||
updated: حدّث | ||
words: كلمات | ||
pageview_measure: مشاهدات | ||
read_time: | ||
unit: دقيقة | ||
prompt: قراءة | ||
relate_posts: إقرأ المزيد | ||
share: شارك | ||
button: | ||
next: الأجدد | ||
previous: الأقدم | ||
copy_code: | ||
succeed: تم النسخ! | ||
share_link: | ||
title: أنسخ الرابط | ||
succeed: تم نسخ الرابط بنجاح! | ||
# pinned prompt of posts list on homepage | ||
pin_prompt: مثبت | ||
|
||
# Date time format. | ||
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format> | ||
df: | ||
post: | ||
strftime: '%b %e, %Y' | ||
dayjs: 'll' | ||
archives: | ||
strftime: '%b' | ||
dayjs: 'MMM' | ||
|
||
# categories page | ||
categories: | ||
category_measure: | ||
singular: فئة | ||
plural: فئات | ||
post_measure: | ||
singular: منشور | ||
plural: منشورات |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: Příspěvek | ||
category: Kategorie | ||
tag: Štítek | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
home: Domů | ||
categories: Kategorie | ||
tags: Štítky | ||
archives: Archivy | ||
about: O mně | ||
|
||
# the text displayed in the search bar & search results | ||
search: | ||
hint: hledat | ||
cancel: Zrušit | ||
no_results: Ups! Žádný výsledek nenalezen. | ||
|
||
panel: | ||
lastmod: Nedávno aktualizováno | ||
trending_tags: Trendy štítky | ||
toc: Obsah | ||
|
||
copyright: | ||
# Shown at the bottom of the post | ||
license: | ||
template: Tento příspěvek je licencován pod :LICENSE_NAME autorem. | ||
name: CC BY 4.0 | ||
link: https://creativecommons.org/licenses/by/4.0/ | ||
|
||
# Displayed in the footer | ||
brief: Některá práva vyhrazena. | ||
verbose: >- | ||
Pokud není uvedeno jinak, jsou příspěvky na tomto webu licencovány | ||
pod licencí Creative Commons Attribution 4.0 International (CC BY 4.0) Licence autora. | ||
meta: Použití :PLATFORM s motivem :THEME. | ||
|
||
not_found: | ||
statment: Omlouváme se, adresu URL jsme špatně umístili nebo odkazuje na něco, co neexistuje. | ||
|
||
notification: | ||
update_found: Je k dispozici nová verze obsahu. | ||
update: Aktualizace | ||
|
||
# ----- Posts related labels ----- | ||
|
||
post: | ||
written_by: Od | ||
posted: Zveřejněno | ||
updated: Aktualizováno | ||
words: slova | ||
pageview_measure: zhlednutí | ||
read_time: | ||
unit: minut | ||
prompt: čtení | ||
relate_posts: Další čtení | ||
share: Sdílet | ||
button: | ||
next: Novější | ||
previous: Starší | ||
copy_code: | ||
succeed: Zkopírováno! | ||
share_link: | ||
title: Kopírovat odkaz | ||
succeed: Zkopírováno! | ||
# pinned prompt of posts list on homepage | ||
pin_prompt: Připnuto | ||
|
||
# Date time format. | ||
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format> | ||
df: | ||
post: | ||
strftime: '%b %e, %Y' | ||
dayjs: 'll' | ||
archives: | ||
strftime: '%b' | ||
dayjs: 'MMM' | ||
|
||
# categories page | ||
categories: | ||
category_measure: kategorie | ||
post_measure: | ||
singular: příspěvěk | ||
plural: příspěvky |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
# The layout text of site | ||
|
||
# ----- Commons label ----- | ||
|
||
layout: | ||
post: Julkaisu | ||
category: Kateogoria | ||
tag: Tagi | ||
|
||
# The tabs of sidebar | ||
tabs: | ||
# format: <filename_without_extension>: <value> | ||
home: Koti | ||
categories: Kateogoriat | ||
tags: Tagit | ||
archives: Arkistot | ||
about: Minusta | ||
|
||
# the text displayed in the search bar & search results | ||
search: | ||
hint: etsi | ||
cancel: Peruuta | ||
no_results: Hups! Ei tuloksia. | ||
|
||
panel: | ||
lastmod: Viimeksi päivitetty | ||
trending_tags: Trendaavat tagit | ||
toc: Sisältö | ||
|
||
copyright: | ||
# Shown at the bottom of the post | ||
license: | ||
template: Tämä julkaisu on lisenssoitu :LICENSE_NAME julkaisijan toimesta. | ||
name: CC BY 4.0 | ||
link: https://creativecommons.org/licenses/by/4.0/ | ||
|
||
# Displayed in the footer | ||
brief: Jotkut oikeudet pidätetään. | ||
verbose: >- | ||
Paitsi jos erikseen mainitaan on kaikki sisältö Creative Commons Attribution 4.0 International (CC BY 4.0) Lisensoitu kirjoittajan toimesta. | ||
meta: Käytetään :PLATFORM iä Teema :THEME. | ||
|
||
not_found: | ||
statment: Valitettavasti tällä URL-osoitteella ei ole saatavilla sisältöä. | ||
|
||
notification: | ||
update_found: Uusi versio sisällöstä on saatavilla. | ||
update: Päivitä | ||
|
||
# ----- Posts related labels ----- | ||
|
||
post: | ||
written_by: Kirjoittaja | ||
posted: Julkaistu | ||
updated: Päivitetty | ||
words: sanaa | ||
pageview_measure: katselukertoja | ||
read_time: | ||
unit: minuuttia | ||
prompt: lukea | ||
relate_posts: Jatka lukemista | ||
share: Jaa | ||
button: | ||
next: Uudempi | ||
previous: Vanhempi | ||
copy_code: | ||
succeed: Kopiotu! | ||
share_link: | ||
title: Kopioi linkki | ||
succeed: Linkki kopioitu onnistuneesti! | ||
# pinned prompt of posts list on homepage | ||
pin_prompt: Kiinnitetty | ||
|
||
# Date time format. | ||
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format> | ||
df: | ||
post: | ||
strftime: '%b %e, %Y' | ||
dayjs: 'll' | ||
archives: | ||
strftime: '%b' | ||
dayjs: 'MMM' | ||
|
||
# categories page | ||
categories: | ||
category_measure: | ||
singular: kategoria | ||
plural: kategoriat | ||
post_measure: | ||
singular: julkaisu | ||
plural: julkaisut |
Oops, something went wrong.