✨ feat: add pinned posts functionality (#424)
This commit is contained in:
@@ -30,6 +30,7 @@ few_results = "تم العثور على $NUMBER نتائج" # for 3 to 10 searc
|
||||
many_results = "تم العثور على $NUMBER نتيجة" # 11 or more search results.
|
||||
|
||||
# Navigation.
|
||||
pinned = "مثبتة"
|
||||
jump_to_posts = "الإنتقال إلى التدوينات"
|
||||
read_more = "إقرأ المزيد"
|
||||
one_posts = "تدوينة واحدة" #One blog post.
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER resultat" # "1 result"
|
||||
many_results = "$NUMBER resultats" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "Fixada"
|
||||
jump_to_posts = "Saltar als articles"
|
||||
read_more = "Llegir més"
|
||||
one_posts = "$NUMBER entrada"
|
||||
|
@@ -27,6 +27,7 @@ one_results = "$NUMBER Ergebnis" # "1 result"
|
||||
many_results = "$NUMBER Ergebnisse" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "Angeheftet"
|
||||
jump_to_posts = "Zu den Beiträgen springen"
|
||||
read_more = "Weiterlesen"
|
||||
one_posts = "$NUMBER Beitrag"
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER result" # "1 result"
|
||||
many_results = "$NUMBER results" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "Pinned"
|
||||
jump_to_posts = "Jump to posts"
|
||||
read_more = "Read more"
|
||||
one_posts = "$NUMBER post"
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER resultado"
|
||||
many_results = "$NUMBER resultados"
|
||||
|
||||
# Navigation.
|
||||
pinned = "Fijada"
|
||||
jump_to_posts = "Saltar a las entradas"
|
||||
read_more = "Leer más"
|
||||
one_posts = "$NUMBER entrada"
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER tulemus" # "1 result"
|
||||
many_results = "$NUMBER tulemust" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "Kinnitatud"
|
||||
jump_to_posts = "Hüppa postitusteni"
|
||||
read_more = "Loe edasi"
|
||||
one_posts = "$NUMBER postitus"
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER نتیجه" # "1 result"
|
||||
many_results = "$NUMBER نتیجه" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "سنجاقشده"
|
||||
jump_to_posts = "پرش به نوشتهها"
|
||||
read_more = "ادامه مطلب"
|
||||
one_posts = "$NUMBER مطلب"
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER résultat" # "1 result"
|
||||
many_results = "$NUMBER résultats" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "Épinglé"
|
||||
jump_to_posts = "Aller aux articles"
|
||||
read_more = "Lire plus"
|
||||
one_posts = "$NUMBER article"
|
||||
|
@@ -25,6 +25,7 @@ one_results = "$NUMBER परिणाम" # "1 result"
|
||||
many_results = "$NUMBER परिणाम" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "पिन किया गया"
|
||||
jump_to_posts = "पोस्ट पर जाएं"
|
||||
read_more = "और पढ़ें"
|
||||
one_posts = "$NUMBER पोस्ट"
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER risultato"
|
||||
many_results = "$NUMBER risultati"
|
||||
|
||||
# Navigation.
|
||||
pinned = "In evidenza"
|
||||
jump_to_posts = "Vai ai post"
|
||||
read_more = "Leggi di più"
|
||||
one_posts = "$NUMBER post"
|
||||
|
@@ -27,6 +27,7 @@ one_results = "$NUMBER 結果" # "1 result"
|
||||
many_results = "$NUMBER 結果" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "固定"
|
||||
jump_to_posts = "投稿へジャンプ"
|
||||
read_more = "続きを読む"
|
||||
one_posts = "$NUMBER 投稿"
|
||||
|
@@ -27,6 +27,7 @@ one_results = "$NUMBER 결과" # "1 result"
|
||||
many_results = "$NUMBER 결과" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "고정됨"
|
||||
jump_to_posts = "게시물로 이동"
|
||||
read_more = "더 읽기"
|
||||
one_posts = "$NUMBER 게시물"
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER resultaat" # "1 result"
|
||||
many_results = "$NUMBER resultaten" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "Vastgezet"
|
||||
jump_to_posts = "Naar berichten springen"
|
||||
read_more = "Lees meer"
|
||||
one_posts = "$NUMBER bericht" # "1 post"
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER ପରିଣାମ" # "1 result"
|
||||
many_results = "$NUMBER ପରିଣାମଗୁଡ଼ିକ" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "ପିନ୍ କରାଯାଇଛି"
|
||||
jump_to_posts = "ପୋଷ୍ଟକୁ ଯାଆନ୍ତୁ"
|
||||
read_more = "ଆହୁରି ପଢ଼ନ୍ତୁ"
|
||||
one_posts = "$NUMBER ପୋଷ୍ଟ"
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER resultado" # "1 result"
|
||||
many_results = "$NUMBER resultados" # "3 results"
|
||||
|
||||
# Navigation.
|
||||
pinned = "Fixado"
|
||||
jump_to_posts = "Ir para as publicações"
|
||||
read_more = "Ler mais"
|
||||
one_posts = "$NUMBER publicação"
|
||||
|
@@ -28,6 +28,7 @@ few_results = "$NUMBER результата" # 2, 3, 4 but not 12-14
|
||||
many_results = "$NUMBER результатов" # 5-9, 0, 11-14, and others
|
||||
|
||||
# Navigation.
|
||||
pinned = "Закреплено"
|
||||
jump_to_posts = "Перейти к записям"
|
||||
read_more = "Читать далее"
|
||||
post = "пост"
|
||||
|
@@ -33,6 +33,7 @@ few_results = "$NUMBER результати"
|
||||
many_results = "$NUMBER результатів"
|
||||
|
||||
# Navigation.
|
||||
pinned = "Закріплено"
|
||||
jump_to_posts = "Перейти до дописів"
|
||||
read_more = "Читати далі"
|
||||
one_posts = "$NUMBER пост"
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER 个结果"
|
||||
many_results = "$NUMBER 个结果"
|
||||
|
||||
# Navigation.
|
||||
pinned = "置顶"
|
||||
jump_to_posts = "跳转到文章"
|
||||
read_more = "阅读全文"
|
||||
one_posts = "$NUMBER 篇文章"
|
||||
|
@@ -23,6 +23,7 @@ one_results = "$NUMBER 個結果"
|
||||
many_results = "$NUMBER 個結果"
|
||||
|
||||
# Navigation.
|
||||
pinned = "釘選"
|
||||
jump_to_posts = "跳轉到文章"
|
||||
read_more = "閱讀全文"
|
||||
one_posts = "$NUMBER 篇文章"
|
||||
|
Reference in New Issue
Block a user