✨ feat: add option to show author in post metadata (#322)
This commit is contained in:
@@ -54,6 +54,9 @@ go_to_top = "انتقل إلى أعلى الصفحة"
|
||||
go_to_comments = "انتقل إلى التعليقات"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "بقلم $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = "، " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " و " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "مسودة"
|
||||
zero_min_read = "الوقت المتوقع للقراءة: أقل من دقيقة" #Less than one minute read.
|
||||
one_min_read = "الوقت المتوقع للقراءة: دقيقة واحدة" #One minute read.
|
||||
|
@@ -45,6 +45,9 @@ go_to_top = "Vés a l'inici de la pàgina"
|
||||
go_to_comments = "Vés a la secció de comentaris"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "Per $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " i " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "ESBORRANY"
|
||||
zero_min_read = "<1 min de lectura"
|
||||
one_min_read = "$NUMBER min de lectura"
|
||||
|
@@ -49,6 +49,9 @@ go_to_top = "Zum Seitenanfang"
|
||||
go_to_comments = "Zum Kommentarbereich"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "Von $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " und " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "ENTWURF"
|
||||
zero_min_read = "weniger als 1 Min. Lesezeit"
|
||||
one_min_read = "$NUMBER Min. Lesezeit"
|
||||
|
@@ -45,6 +45,9 @@ go_to_top = "Go to the top of the page"
|
||||
go_to_comments = "Go to the comments section"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "By $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " and " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "DRAFT"
|
||||
zero_min_read = "<1 min read"
|
||||
one_min_read = "$NUMBER min read"
|
||||
|
@@ -45,6 +45,9 @@ go_to_top = "Ir al inicio de la página"
|
||||
go_to_comments = "Ir a la sección de comentarios"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "Por $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " y " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "BORRADOR"
|
||||
zero_min_read = "<1 min de lectura"
|
||||
one_min_read = "$NUMBER min de lectura"
|
||||
|
@@ -46,6 +46,9 @@ go_to_top = "رفتن به بالای صفحه"
|
||||
go_to_comments = "رفتن به بخش نظرات"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "توسط $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = "، " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " و " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "پیشنویس"
|
||||
zero_min_read = "خواندن کمتر از ۱ دقیقه"
|
||||
one_min_read = "خواندن $NUMBER دقیقه"
|
||||
|
@@ -45,6 +45,9 @@ go_to_top = "Aller en haut de la page"
|
||||
go_to_comments = "Aller à la section des commentaires"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "Par $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " et " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "BROUILLON"
|
||||
zero_min_read = "<1 min de lecture"
|
||||
one_min_read = "$NUMBER min de lecture"
|
||||
|
@@ -47,6 +47,9 @@ go_to_top = "पृष्ठ के शीर्ष पर जाएं"
|
||||
go_to_comments = "टिप्पणी अनुभाग में जाएं"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "$AUTHOR द्वारा" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " और " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "मसौदा"
|
||||
zero_min_read = "कम से कम 1 मिनट पठन समय"
|
||||
one_min_read = "$NUMBER मिनट पठन समय"
|
||||
|
@@ -45,6 +45,9 @@ go_to_top = "Vai in cima alla pagina"
|
||||
go_to_comments = "Vai alla sezione commenti"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "Di $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " e " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "BOZZA"
|
||||
zero_min_read = "<1 min di lettura"
|
||||
one_min_read = "$NUMBER min di lettura"
|
||||
|
@@ -49,6 +49,9 @@ go_to_top = "ページの先頭へ"
|
||||
go_to_comments = "コメントセクションへ"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "$AUTHOR によって" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = "、" # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = "と" # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "ドラフト"
|
||||
zero_min_read = "1分未満の読了時間"
|
||||
one_min_read = "$NUMBER 分の読了時間"
|
||||
|
@@ -49,6 +49,9 @@ go_to_top = "페이지 상단으로"
|
||||
go_to_comments = "댓글 섹션으로"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "$AUTHOR 작성" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = "、" # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = "와" # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "임시 저장"
|
||||
zero_min_read = "1분 미만 읽기"
|
||||
one_min_read = "$NUMBER 분 읽기"
|
||||
|
@@ -45,6 +45,9 @@ go_to_top = "Ga naar de bovenkant van de pagina"
|
||||
go_to_comments = "Ga naar opmerkingen"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "Door $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " en " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "VOORLOPIGE VERSIE"
|
||||
zero_min_read = "<1 minuut lezen"
|
||||
one_min_read = "$NUMBER minuut lezen"
|
||||
|
@@ -45,6 +45,9 @@ go_to_top = "Ir para o topo da página"
|
||||
go_to_comments = "Ir para a seção de comentários"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "Por $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " e " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "RASCUNHO"
|
||||
zero_min_read = "<1 min de leitura"
|
||||
one_min_read = "$NUMBER min de leitura"
|
||||
|
@@ -52,6 +52,9 @@ go_to_top = "Перейти в начало страницы"
|
||||
go_to_comments = "Перейти к комментариям"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "От $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " и " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "ЧЕРНОВИК"
|
||||
zero_min_read = "<1 мин чтения"
|
||||
one_min_read = "$NUMBER мин чтения"
|
||||
|
@@ -56,6 +56,9 @@ go_to_top = "Перейти на початок сторінки"
|
||||
go_to_comments = "Перейти до коментарів"
|
||||
|
||||
# Post metadata.
|
||||
by_author = "Від $AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = ", " # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = " і " # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "ЧЕРНЕТКА"
|
||||
zero_min_read = "<1 хв. читання"
|
||||
one_min_read = "$NUMBER хв. читання"
|
||||
|
@@ -45,6 +45,9 @@ go_to_top = "返回页面顶部" # Machine translated.
|
||||
go_to_comments = "转到评论区" # Machine translated.
|
||||
|
||||
# Post metadata.
|
||||
by_author = "由$AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = "、" # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = "和" # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "草稿"
|
||||
zero_min_read = "少于1分钟阅读"
|
||||
one_min_read = "$NUMBER 分钟阅读"
|
||||
|
@@ -45,6 +45,9 @@ go_to_top = "返回頁面頂部" # Machine translated.
|
||||
go_to_comments = "轉到評論區" # Machine translated.
|
||||
|
||||
# Post metadata.
|
||||
by_author = "由$AUTHOR" # $AUTHOR will be replaced by the author(s).
|
||||
author_separator = "、" # For multiple authors. Ensure spacing where necessary.
|
||||
author_conjunction = "和" # For multiple authors. Ensure spacing where necessary.
|
||||
draft = "草稿"
|
||||
zero_min_read = "少於1分鐘閱讀"
|
||||
one_min_read = "$NUMBER 分鐘閱讀"
|
||||
|
Reference in New Issue
Block a user