Skip to content

Commit 023ca4d

Browse files
authored
Add files via upload
1 parent f5e777c commit 023ca4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+5093
-0
lines changed

theme/duckquill/i18n/ar.toml

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Shown in language picker for multi-language sites
2+
language_name = "العربية"
3+
# Tera date format used for listing posts
4+
# (post publication date, tag posts list...).
5+
# Not used in comments, "date_locale" is used instead.
6+
# See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
7+
date_format = "%d %B %Y"
8+
date_locale = "ar_SA"
9+
10+
# Menu items.
11+
# Should match the names in config.extra.nav.links and config.extra.footer.links.
12+
Links = "الروابط"
13+
Blog = "المدونة"
14+
Demo = "العرض"
15+
Mods = "التعديلات"
16+
Coffee = "القهوة"
17+
18+
alert_caution = "احذر"
19+
alert_important = "مهم"
20+
alert_note = "ملاحظة"
21+
alert_tip = "نصيحة"
22+
alert_warning = "تحذير"
23+
all_tags = "انظر جميع العلامات"
24+
archived = "الأرشيف"
25+
author = "الكاتب"
26+
author_conjunction = " و "
27+
author_separator = "، "
28+
backlinks = "الروابط الخلفية"
29+
blog_post_author = "كاتب منشور المدونة"
30+
boosts_from = "$INSTANCE التعزيزات من"
31+
by_author = "بقلم $AUTHOR"
32+
comments = "التعليقات"
33+
comments_description = "يمكنك التعليق على منشور المدونة هذا عن طريق الرد علنًا على هذا المنشور باستخدام حساب Mastodon أو حساب آخر على ActivityPub/Fediverse. يتم عرض الردود المعروفة غير الخاصة أدناه."
34+
comments_noscript = "تحميل التعليقات يعتمد على JavaScript. حاول تمكين JavaScript وإعادة التحميل، أو قم بزيارة المنشور الأصلي على Mastodon."
35+
comments_qr = "رمز الاستجابة السريعة لمنشور Mastodon"
36+
copy_code = "نسخ الرمز"
37+
disclaimer = "إخلاء المسؤولية"
38+
drafted = "مسودة"
39+
faves_from = "$INSTANCE المفضلة من"
40+
featured = "مميز"
41+
feed = "موجز"
42+
file_an_issue = "ملف مشكلة"
43+
filter_by_tag = "تصفية حسب العلامة"
44+
first = "الأولى"
45+
go_to_top = "الانتقال إلى الأعلى"
46+
hot = "حار"
47+
language = "اللغة"
48+
last = "الأخيرة"
49+
load_comments = "تحميل التعليقات"
50+
loading = "التحميل"
51+
many_minutes_read = "$NUMBER دقائق القراءة"
52+
minutes_read = "$NUMBER دقائق القراءة"
53+
more_matches = "$MATCHES المزيد من التطابق"
54+
next = "التالي"
55+
no_comments = "لا توجد تعليقات حتى الآن :/"
56+
open_post = "افتح المنشور"
57+
poor = "ضعيف"
58+
posts = "الوظائف في المجموع"
59+
posts_with_tag = "$TAG المنشورات ذات العلامة"
60+
powered_by = "مدعوم من $ZOLA و $DUCKQUILL"
61+
previous = "السابق"
62+
published = "منشور"
63+
reload = "إعادة التحميل"
64+
repo = "المستودع"
65+
search = "بحث"
66+
search_for = "ابحث عن"
67+
sensitive = "المحتوى الحساس"
68+
share = "شارك"
69+
skip_to_content = "تخطي إلى المحتوى الرئيسي"
70+
source = "مصدر الموقع الإلكتروني"
71+
table_of_contents = "جدول المحتويات"
72+
tags = "العلامات"
73+
tags_title = "العلامات"
74+
theme = "السمة"
75+
theme_dark = "التبديل إلى السمة الداكنة"
76+
theme_light = "التبديل إلى السمة الفاتحة"
77+
theme_system = "استخدام سمة النظام"
78+
trigger_warning = "تحذير الزناد"
79+
updated = "تحديث"
80+
view_comment = "عرض التعليق على"
81+
view_profile = "عرض الملف الشخصي على"

theme/duckquill/i18n/de.toml

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# Shown in language picker for multi-language sites
2+
language_name = "Deutsch"
3+
# Tera date format used for listing posts
4+
# (post publication date, tag posts list...).
5+
# Not used in comments, "date_locale" is used instead.
6+
# See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
7+
date_format = "%d. %m. %Y"
8+
date_locale = "de_DE"
9+
10+
# Menu items.
11+
# Should match the names in config.extra.nav.links and config.extra.footer.links.
12+
Links = "Links"
13+
Blog = "Blog"
14+
Demo = "Demo"
15+
Mods = "Mods"
16+
Coffee = "Kaffee"
17+
18+
alert_caution = "Vorsicht"
19+
alert_important = "Wichtig"
20+
alert_note = "Anmerkung"
21+
alert_tip = "Tipp"
22+
alert_warning = "Warnung"
23+
all_tags = "Zeige alle Schlagwörter"
24+
archived = "Archiviert"
25+
author = "Autor"
26+
author_conjunction = " und "
27+
author_separator = ", "
28+
backlinks = "Rücklink"
29+
blog_post_author = "Autor des Blogbeitrags"
30+
boosts_from = "Boosts von $INSTANCE"
31+
by_author = "Von $AUTHOR"
32+
comments = "Kommentar"
33+
comments_description = "Du kannst diesen Blog-Beitrag kommentieren, indem du mit einem Mastodon- oder einem anderen ActivityPub/Fediverse-Konto öffentlich auf diesen Beitrag antwortest. Bekannte nicht-private Antworten werden unten angezeigt."
34+
comments_noscript = "Das Laden von Kommentaren basiert auf JavaScript. Versuche, JavaScript zu aktivieren und neu zu laden, oder besuchen den Originalbeitrag auf Mastodon"
35+
comments_qr = "QR code zu einem Mastodon-Beitrag"
36+
copy_code = "Code kopieren"
37+
disclaimer = "Haftungsausschluss"
38+
drafted = "Entworfen"
39+
faves_from = "Favoriten von $INSTANCE"
40+
featured = "Herausgestellt"
41+
feed = "Feed"
42+
file_an_issue = "Ein Issue erstellen"
43+
filter_by_tag = "Nach Tag filtern"
44+
first = "Zuerst"
45+
go_to_top = "Nach Oben gehen"
46+
hot = "Heiß"
47+
language = "Sprache"
48+
last = "Zuletzt"
49+
load_comments = "Kommentare laden"
50+
loading = "Lädt"
51+
many_minutes_read = "$NUMBER Minuten gelesen"
52+
many_posts = "$NUMBER Beiträge insgesamt"
53+
many_tags = "$NUMBER Schlagwörter insgesamt"
54+
minutes_read = "$NUMBER gelesene Minuten"
55+
more_matches = "$MATCHES mehr Treffer"
56+
next = "Nächstes"
57+
no_comments = "Noch keine Kommentare :/"
58+
one_posts = "$NUMBER Beitrag insgesamt"
59+
one_tags = "$NUMBER Schlagwort insgesamt"
60+
open_post = "Beitrag öffnen"
61+
poor = "Schlecht"
62+
posts = "$NUMBER Beiträge insgesamt"
63+
posts_with_tag = "Beiträge mit Tag $TAG"
64+
powered_by = "Gemacht mit $ZOLA und $DUCKQUILL"
65+
previous = "Vorherige"
66+
published = "Veröffentlicht am"
67+
reload = "Neu laden"
68+
repo = "Repository"
69+
search = "Suche"
70+
search_for = "Suche nach"
71+
sensitive = "Heikler Inhalt"
72+
share = "Teilen"
73+
skip_to_content = "Zum Hauptinhalt springen"
74+
source = "Website-Quelle"
75+
table_of_contents = "Inhaltsverzeichnis"
76+
tags = "Schlagwörter"
77+
tags_title = "Schlagwörter"
78+
theme = "Thema"
79+
theme_dark = "Zum dunklen Thema wechseln"
80+
theme_light = "Zum hellen Thema wechseln"
81+
theme_system = "Systemthema nutzen"
82+
trigger_warning = "Inhaltswarnung"
83+
updated = "Aktualisiert am"
84+
view_comment = "Kommentar anzeigen auf"
85+
view_profile = "Profil anzeigen auf"

theme/duckquill/i18n/en.toml

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# Shown in language picker for multi-language sites
2+
language_name = "English"
3+
# Tera date format used for listing posts
4+
# (post publication date, tag posts list...).
5+
# Not used in comments, "date_locale" is used instead.
6+
# See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
7+
date_format = "%B %d, %Y"
8+
date_locale = "en_US"
9+
10+
# Menu items.
11+
# Should match the names in config.extra.nav.links and config.extra.footer.links.
12+
Links = "Links"
13+
Blog = "Blog"
14+
Demo = "Demo"
15+
Mods = "Mods"
16+
Coffee = "Coffee"
17+
18+
alert_caution = "Caution"
19+
alert_important = "Important"
20+
alert_note = "Note"
21+
alert_tip = "Tip"
22+
alert_warning = "Warning"
23+
all_tags = "See all tags"
24+
archived = "Archived"
25+
author = "Author"
26+
author_conjunction = " and "
27+
author_separator = ", "
28+
backlinks = "Backlinks"
29+
blog_post_author = "Blog post author"
30+
boosts_from = "Boosts from $INSTANCE"
31+
by_author = "By $AUTHOR"
32+
comments = "Comments"
33+
comments_description = "You can comment on this blog post by publicly replying to this post using a Mastodon or other ActivityPub/Fediverse account. Known non-private replies are displayed below."
34+
comments_noscript = "Loading comments relies on JavaScript. Try enabling JavaScript and reloading, or visit the original post on Mastodon."
35+
comments_qr = "QR code to a Mastodon post"
36+
copy_code = "Copy Code"
37+
disclaimer = "Disclaimer"
38+
drafted = "Drafted"
39+
faves_from = "Favorites from $INSTANCE"
40+
featured = "Featured"
41+
feed = "Feed"
42+
file_an_issue = "File an Issue"
43+
filter_by_tag = "Filter by tag"
44+
first = "First"
45+
go_to_top = "Go to Top"
46+
hot = "Hot"
47+
language = "Language"
48+
last = "Last"
49+
load_comments = "Load Comments"
50+
loading = "Loading"
51+
many_minutes_read = "$NUMBER minutes read"
52+
many_posts = "$NUMBER posts in total"
53+
many_tags = "$NUMBER tags in total"
54+
minutes_read = "$NUMBER minute read"
55+
more_matches = "$MATCHES more matches"
56+
next = "Next"
57+
no_comments = "No Comments yet :/"
58+
one_posts = "$NUMBER post in total"
59+
one_tags = "$NUMBER tag in total"
60+
open_post = "Open Post"
61+
poor = "Poor"
62+
posts = "$NUMBER posts in total"
63+
posts_with_tag = "Posts with tag $TAG"
64+
powered_by = "Powered by $ZOLA and $DUCKQUILL"
65+
previous = "Previous"
66+
published = "Published on"
67+
reload = "Reload"
68+
repo = "Repository"
69+
search = "Search"
70+
search_for = "Search for"
71+
sensitive = "Sensitive Content"
72+
share = "Share"
73+
skip_to_content = "Skip to Main Content"
74+
source = "Website source"
75+
table_of_contents = "Table of Contents"
76+
tags = "tags"
77+
tags_title = "Tags"
78+
theme = "Theme"
79+
theme_dark = "Switch to Dark Theme"
80+
theme_light = "Switch to Light Theme"
81+
theme_system = "Use System Theme"
82+
trigger_warning = "Trigger Warning"
83+
updated = "Updated on"
84+
view_comment = "View Comment At"
85+
view_profile = "View Profile At"

theme/duckquill/i18n/es.toml

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# Shown in language picker for multi-language sites
2+
language_name = "Español"
3+
# Tera date format used for listing posts
4+
# (post publication date, tag posts list...).
5+
# Not used in comments, "date_locale" is used instead.
6+
# See https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
7+
date_format = "%B %d, %Y"
8+
date_locale = "es_ES"
9+
10+
# Menu items.
11+
# Should match the names in config.extra.nav.links and config.extra.footer.links.
12+
Links = "Enlaces"
13+
Blog = "Blog"
14+
Demo = "Demo"
15+
Mods = "Mods"
16+
Coffee = "Café"
17+
18+
alert_caution = "Precaución"
19+
alert_important = "Importante"
20+
alert_note = "Nota"
21+
alert_tip = "Consejo"
22+
alert_warning = "Advertencia"
23+
all_tags = "Ver todas las etiquetas"
24+
archived = "Archivado"
25+
author = "Autor"
26+
author_conjunction = " y "
27+
author_separator = ", "
28+
backlinks = "Enlaces de retroceso"
29+
blog_post_author = "Autor del post"
30+
boosts_from = "Boosts de $INSTANCE"
31+
by_author = "Por $AUTHOR"
32+
comments = "Comentarios"
33+
comments_description = "Puedes comentar en este post haciendo una respuesta pública en una cuenta de Mastodon u otra plataforma de ActivityPub/Fediverso. Respuestas no privadas serán mostrabas abajo."
34+
comments_noscript = "Cargamos comentarios haciendo uso de JavaScript. Prueba a habilitarlo, en caso de no ya estarlo, o a recargar la página. Adicionalmente, puedes visitar el post original en Mastodon."
35+
comments_qr = "Código QR al post de Mastodon"
36+
copy_code = "Copiar código"
37+
disclaimer = "Advertencia"
38+
drafted = "Borrador"
39+
faves_from = "Favoritos de $INSTANCE"
40+
featured = "Recomendado"
41+
feed = "Feed"
42+
file_an_issue = "Reportar un problema"
43+
filter_by_tag = "Filtra por etiqueta"
44+
first = "Primero"
45+
go_to_top = "Ir hasta arriba"
46+
hot = "Hot"
47+
language = "Lenguaje"
48+
last = "Último"
49+
load_comments = "Cargar Commentarios"
50+
loading = "Cargando"
51+
many_minutes_read = "$NUMBER minutos leídos"
52+
many_posts = "$NUMBER publicaciones en total"
53+
many_tags = "$NUMBER etiquetas en total"
54+
minutes_read = "$NUMBER minuto leído"
55+
more_matches = "$MATCHES más coincidencias"
56+
next = "Siguiente"
57+
no_comments = "Sin comentarios aún :/"
58+
one_posts = "$NUMBER publicación en total"
59+
one_tags = "$NUMBER etiqueta en total"
60+
open_post = "Abrir publicación"
61+
poor = "Pobre"
62+
posts = "$NUMBER publicaciones en total"
63+
posts_with_tag = "Publicaciones con etiqueta $TAG"
64+
powered_by = "Desarrollado por $ZOLA y $DUCKQUILL"
65+
previous = "Anterior"
66+
published = "Publicado el"
67+
reload = "Recargar"
68+
repo = "Repositorio"
69+
search = "Buscar"
70+
search_for = "Buscar por"
71+
sensitive = "Contenido sensible"
72+
share = "Compartir"
73+
skip_to_content = "Saltar al contenido principal"
74+
source = "Fuente del sitio web"
75+
table_of_contents = "Tabla de contenido"
76+
tags = "etiquetas"
77+
tags_title = "Etiquetas"
78+
theme = "Tema"
79+
theme_dark = "Cambiar a tema oscuro"
80+
theme_light = "Cambiar a tema claro"
81+
theme_system = "Usar tema del sistema"
82+
trigger_warning = "Advertencia de contenido"
83+
updated = "Actualizado el"
84+
view_comment = "Ver comentario en"
85+
view_profile = "Ver perfil en"

0 commit comments

Comments
 (0)