mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
commit
686a1505e9
@ -22,7 +22,7 @@
|
||||
{{#if bio}}
|
||||
{{bio}}
|
||||
{{else}}
|
||||
{{plural ../pagination.total empty='No posts' singular='% post' plural='% posts'}} published
|
||||
{{plural ../pagination.total empty=(t "No posts") singular=(t "1 post") plural=(t "% posts")}}
|
||||
{{/if}}
|
||||
</p>
|
||||
|
||||
|
@ -62,9 +62,9 @@
|
||||
</div>
|
||||
|
||||
{{#unless @member}}
|
||||
<a class="gh-head-button" href="#/portal/signup" data-portal="signup">{{t 'Subscribe'}}</a>
|
||||
<a class="gh-head-button" href="#/portal/signup" data-portal="signup">{{t "Subscribe"}}</a>
|
||||
{{else}}
|
||||
<a class="gh-head-button" href="#/portal/account" data-portal="account">{{t 'Account'}}</a>
|
||||
<a class="gh-head-button" href="#/portal/account" data-portal="account">{{t "Account"}}</a>
|
||||
{{/unless}}
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -58,8 +58,8 @@ Keep this template as lightweight as you can!
|
||||
<em class="error-stack-function">{{{rule}}}</em>
|
||||
|
||||
{{#foreach failures}}
|
||||
<p><span class="error-stack-file">{{t "Ref:"}} {{ref}}</span></p>
|
||||
<p><span class="error-stack-file">{{t "Message:"}} {{message}}</span></p>
|
||||
<p><span class="error-stack-file">{{t "Ref"}} {{ref}}</span></p>
|
||||
<p><span class="error-stack-file">{{t "Message"}} {{message}}</span></p>
|
||||
{{/foreach}}
|
||||
</li>
|
||||
{{/foreach}}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Geben sie ihre E-Mail Adresse ein",
|
||||
"Account": "Konto",
|
||||
"Subscribe": "Abonnieren",
|
||||
"Subscribe to {blogtitle}": "Abonniere {blogtitle}",
|
||||
"Subscribed!": "Abonniert!",
|
||||
"A collection of posts": "Eine Sammlung von Artikeln",
|
||||
"A collection of 1 post": "Eine Sammlung von einem Artikel",
|
||||
"A collection of % posts": "Eine Sammlung von % Artikeln",
|
||||
"Get the latest posts delivered right to your inbox": "Erhalte die neusten Artikel direkt in dein Postfach",
|
||||
"Go to the front page": "Gehe zur Startseite",
|
||||
"Latest Posts": "Neuste Artikel",
|
||||
"Message:": "Fehlermeldung:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Weitere Artikel</a> von {name}",
|
||||
"Message": "Fehlermeldung",
|
||||
"No posts": "Keine Artikel",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Lese <a href='{url}'>weitere Artikel</a> von diesem Autor",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Zeige alle % Artikel",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Bleibe auf dem Laufenden! Erhalte alle neuen Artikel direkt in dein Postfach",
|
||||
"Ref": "Ref",
|
||||
"1 post": "1 Artikel",
|
||||
"% posts": "% Artikel",
|
||||
"1 min read": "Lesezeit: 1 Min.",
|
||||
"% min read": "Lesezeit: % Min.",
|
||||
"Could not sign up! Invalid sign up link.": "Konnte mich nicht anmelden! Ungültiger Anmeldelink.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Großartig!</strong> Überprüfen Sie Ihren Posteingang und klicken Sie auf den Link, um Ihr Abonnement zu bestätigen.",
|
||||
"Please enter a valid email address!": "Bitte geben Sie eine gültige E-Mail-Adresse ein!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Enter your email",
|
||||
"Account": "Account",
|
||||
"Subscribe": "Subscribe",
|
||||
"Subscribe to {blogtitle}": "Subscribe to {blogtitle}",
|
||||
"Subscribed!": "Subscribed!",
|
||||
"A collection of posts": "A collection of posts",
|
||||
"A collection of 1 post": "A collection of 1 post",
|
||||
"A collection of % posts": "A collection of % posts",
|
||||
"Get the latest posts delivered right to your inbox": "Get the latest posts delivered right to your inbox",
|
||||
"Go to the front page": "Go to the front page",
|
||||
"Latest Posts": "Latest Posts",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>More posts</a> by {name}",
|
||||
"Message": "Message",
|
||||
"No posts": "No posts",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Read <a href='{url}'>more posts</a> by this author",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "See all % posts",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Stay up to date! Get all the latest & greatest posts delivered straight to your inbox",
|
||||
"Ref": "Ref",
|
||||
"1 post": "1 post",
|
||||
"% posts": "% posts",
|
||||
"1 min read": "1 min read",
|
||||
"% min read": "% min read",
|
||||
"Could not sign up! Invalid sign up link.": "Could not sign up! Invalid sign up link.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.",
|
||||
"Please enter a valid email address!": "Please enter a valid email address!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Introduce tu correo electrónico",
|
||||
"Account": "Cuenta ",
|
||||
"Subscribe": "Suscríbete",
|
||||
"Subscribe to {blogtitle}": "Suscríbete a {blogtitle}",
|
||||
"Subscribed!": "¡Suscrito!",
|
||||
"A collection of posts": "Una colección de artículos",
|
||||
"A collection of 1 post": "Una colección de 1 artículo",
|
||||
"A collection of % posts": "Una colección de % artículos",
|
||||
"Get the latest posts delivered right to your inbox": "Recibe los últimos artículos directamente en tu buzón",
|
||||
"Go to the front page": "Ir a la página de inicio",
|
||||
"Latest Posts": "Últimos Artículos",
|
||||
"Message:": "Mensaje:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Más artículos</a> de {name}",
|
||||
"Message": "Mensaje",
|
||||
"No posts": "No hay artículos",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Lee <a href='{url}'>más artículos</a> de este autor",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Ver todos los % artículos",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "¡Mantente al día! Recibe todos los últimos y mejores artículos directamente en tu buzón",
|
||||
"Ref": "Ref",
|
||||
"1 post": "1 artículo",
|
||||
"% posts": "% artículos",
|
||||
"1 min read": "1 min de lectura",
|
||||
"% min read": "% min de lectura",
|
||||
"Could not sign up! Invalid sign up link.": "¡No se pudo registrar! Enlace de registro no válido.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>¡Excelente!</strong> Revise su bandeja de entrada y haga clic en el enlace para confirmar su suscripción.",
|
||||
"Please enter a valid email address!": "¡Por favor, introduce una dirección de correo electrónico válida!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Syötä sähköpostiosoitteesi",
|
||||
"Account": "Tili",
|
||||
"Subscribe": "Tilaa",
|
||||
"Subscribe to {blogtitle}": "Tilaa blogi {blogtitle}",
|
||||
"Subscribed!": "Tilaus tehty!",
|
||||
"A collection of posts": "Artikkelien kokoelma",
|
||||
"A collection of 1 post": "Kokoelmassa 1 artikkeli",
|
||||
"A collection of % posts": "Kokoelmassa % artikkelia",
|
||||
"Get the latest posts delivered right to your inbox": "Tilaa uusimmat artikkelit suoraan sähköpostiisi",
|
||||
"Go to the front page": "Go to the front page",
|
||||
"Latest Posts": "Uusimmat artikkelit",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Muita artikkeleja </a> kirjoittajalta {name}",
|
||||
"Message": "Viesti",
|
||||
"No posts": "Ei artikkeleita",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Lue tämän kirjoittajan <a href='{url}'>muita artikkeleja</a>",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Näytä kaikki % artikkelia",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Pysy ajan tasalla! Tilaa uudet artikkelit sähköpostiisi",
|
||||
"Ref": "Ref",
|
||||
"1 post": "Yksi artikkeli",
|
||||
"% posts": "% artikkelia",
|
||||
"1 min read": "Lukuaika 1 minuutti",
|
||||
"% min read": "Lukuaika % minuuttia",
|
||||
"Could not sign up! Invalid sign up link.": "Rekisteröityminen epäonnistui. Virheellinen rekisteröitymislinkki.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Loistava!</strong> Tarkista postilaatikkosi ja vahvista tilauksesi napsauttamalla linkkiä.",
|
||||
"Please enter a valid email address!": "Ole hyvä ja syötä toimiva sähköpostiosoite!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Entrer votre Email",
|
||||
"Account": "Compte",
|
||||
"Subscribe": "S’abonner",
|
||||
"Subscribe to {blogtitle}": "S’abonner à {blogtitle}",
|
||||
"Subscribed!": "Abonné !",
|
||||
"A collection of posts": "Une catégorie d’articles",
|
||||
"A collection of 1 post": "Une catégorie avec un article",
|
||||
"A collection of % posts": "Une catégorie avec % articles",
|
||||
"Get the latest posts delivered right to your inbox": "Recevez les derniers articles directement dans votre boîte aux lettres.",
|
||||
"Go to the front page": "Aller sur la page d’accueil",
|
||||
"Latest Posts": "Derniers articles",
|
||||
"Message:": "Message :",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Plus d’articles</a> par {name}",
|
||||
"Message": "Message",
|
||||
"No posts": "Aucun article",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Lire <a href='{url}'>plus d’articles</a> de cet auteur",
|
||||
"Ref:": "Réf. :",
|
||||
"See all % posts": "Voir les % articles",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Restez à jour ! Recevez tous les derniers articles directement dans votre boîte aux lettres.",
|
||||
"Ref": "Réf",
|
||||
"1 post": "Un article",
|
||||
"% posts": "% articles",
|
||||
"1 min read": "1 min de lecture",
|
||||
"% min read": "% min de lecture",
|
||||
"Could not sign up! Invalid sign up link.": "Impossible de s'inscrire! Lien d'inscription non valide.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Génial!</strong> Vérifiez votre boîte de réception et cliquez sur le lien pour confirmer votre abonnement.",
|
||||
"Please enter a valid email address!": "S'il vous plaît, mettez une adresse email valide!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Upiši svoj email",
|
||||
"Account": "Račun",
|
||||
"Subscribe": "Pretplati se",
|
||||
"Subscribe to {blogtitle}": "Pretplati se na {blogtitle}",
|
||||
"Subscribed!": "Pretplaćen!",
|
||||
"A collection of posts": "Kolekcija postova",
|
||||
"A collection of 1 post": "Kolekcija s jednim postom",
|
||||
"A collection of % posts": "Kolekcija sa % postova",
|
||||
"Get the latest posts delivered right to your inbox": "Najnoviji postovi će biti dostavljeni u tvoj inbox",
|
||||
"Go to the front page": "Go to the front page",
|
||||
"Latest Posts": "Noviji Postovi",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Više postova</a> od {name}",
|
||||
"Message": "Poruka",
|
||||
"No posts": "Nema postova",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Pročitaj <a href='{url}'>više postova</a> od ovog autora",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Vidi sve % postove",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Ostani u toku! Neka svi najnoviji i najbolji postovi budu dostavljeni izravno u tvoj inbox",
|
||||
"Ref": "Ref",
|
||||
"1 post": "1 post",
|
||||
"% posts": "% postova",
|
||||
"1 min read": "1 min čitanja",
|
||||
"% min read": "% min čitanja",
|
||||
"Could not sign up! Invalid sign up link.": "Ne mogu se prijaviti! Nevažeća veza za prijavu.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Sjajno!</strong> Provjerite pristiglu poštu i kliknite vezu da biste potvrdili pretplatu.",
|
||||
"Please enter a valid email address!": "Unesite valjanu adresu e-pošte!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Írd be az email címed",
|
||||
"Account": "fiók",
|
||||
"Subscribe": "Feliratkozás",
|
||||
"Subscribe to {blogtitle}": "Iratkozz fel a {blogtitle}re",
|
||||
"Subscribed!": "Feliratkozva!",
|
||||
"A collection of posts": "Cikkek gyűjteménye",
|
||||
"A collection of 1 post": "Itt csupán egy cikk van",
|
||||
"A collection of % posts": "% cikk gyűjteménye",
|
||||
"Get the latest posts delivered right to your inbox": "Olvasd a legfrissebb cikkeket egyenesen a virtuális postaládádból",
|
||||
"Go to the front page": "Vissza a kezdőlapra",
|
||||
"Latest Posts": "Legfrissebb cikkek",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "{name} <a href='{url}'>többi cikkei</a>",
|
||||
"Message": "Üzenet:",
|
||||
"No posts": "Nincsenek cikkek",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Olvass <a href='{url}'>többet</a> tőle",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "% cikk van hátra. Olvasd el",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Maradj informált! Kapd meg a legfrissebb bejegyzéseket közvetlenül a virtuális postaládádba",
|
||||
"Ref": "Ref",
|
||||
"1 post": "1 cikk",
|
||||
"% posts": "% cikk",
|
||||
"1 min read": "1 perces",
|
||||
"% min read": "% perces",
|
||||
"Could not sign up! Invalid sign up link.": "Nem sikerült regisztrálni! Érvénytelen regisztrációs link.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Nagy!</strong> Ellenőrizze a beérkező leveleket, és kattintson a linkre az előfizetés megerősítéséhez.",
|
||||
"Please enter a valid email address!": "Kérjük valós e-mail címet adjon meg!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Masukkan email Anda",
|
||||
"Account": "Akun",
|
||||
"Subscribe": "Langganan",
|
||||
"Subscribe to {blogtitle}": "Langganan ke {blogtitle}",
|
||||
"Subscribed!": "Berhasil berlangganan!",
|
||||
"A collection of posts": "Koleksi artikel-artikel",
|
||||
"A collection of 1 post": "Koleksi berisi 1 artikel",
|
||||
"A collection of % posts": "Koleksi berisi % artikel",
|
||||
"Get the latest posts delivered right to your inbox": "Langganan via email",
|
||||
"Go to the front page": "Ke halaman depan",
|
||||
"Latest Posts": "Artikel terbaru",
|
||||
"Message:": "Pesan:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Artikel</a> oleh {name}",
|
||||
"Message": "Pesan",
|
||||
"No posts": "Tidak ada artikel",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Baca <a href='{url}'>artikel lainnya</a> oleh penulis ini",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Lihat % artikel seluruhnya",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Dapatkan artikel terbaru yang dikirim ke email Anda",
|
||||
"Ref": "Ref",
|
||||
"1 post": "1 artikel",
|
||||
"% posts": "% artikel",
|
||||
"1 min read": "Bacaan 1 menit",
|
||||
"% min read": "Bacaan % menit",
|
||||
"Could not sign up! Invalid sign up link.": "Tidak bisa mendaftar! Tautan pendaftaran tidak valid.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Bagus!</strong> Periksa kotak masuk Anda dan klik tautan untuk mengonfirmasi langganan Anda.",
|
||||
"Please enter a valid email address!": "Silakan isi alamat email!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Inserisci la tua email",
|
||||
"Account": "Account",
|
||||
"Subscribe": "Iscriviti",
|
||||
"Subscribe to {blogtitle}": "Iscriviti a {blogtitle}",
|
||||
"Subscribed!": "Iscritto!",
|
||||
"A collection of posts": "Una collezione di articoli",
|
||||
"A collection of 1 post": "Una collezione di 1 articolo",
|
||||
"A collection of % posts": "Una collezione di % articoli",
|
||||
"Get the latest posts delivered right to your inbox": "Ricevi gli articoli più recenti direttamente nella tua casella di posta",
|
||||
"Go to the front page": "Go to the front page",
|
||||
"Latest Posts": "Ultimi articoli",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Altri articoli</a> da {name}",
|
||||
"Message": "Messaggio",
|
||||
"No posts": "Nessun articolo",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Leggi <a href='{url}'>più post</a> da questo autore",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Mostra tutti i % articoli",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Resta aggiornato! Ricevi tutti gli articoli più recenti e importanti direttamente nella tua casella di posta",
|
||||
"Ref": "Rif",
|
||||
"1 post": "1 articolo",
|
||||
"% posts": "% articoli",
|
||||
"1 min read": "1 minuto di lettura",
|
||||
"% min read": "% minuti di lettura",
|
||||
"Could not sign up! Invalid sign up link.": "Impossibile registrarsi! Link di registrazione non valido.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Ottimo!</strong> Controlla la posta in arrivo e fai clic sul link per confermare l'iscrizione.",
|
||||
"Please enter a valid email address!": "Si prega di inserire un indirizzo email valido!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Įrašykite savo el. paštą",
|
||||
"Account": "Sąskaita",
|
||||
"Subscribe": "Prenumeruoti",
|
||||
"Subscribe to {blogtitle}": "Prenumeruoti {blogtitle}",
|
||||
"Subscribed!": "Sėkminga prenumeracija!",
|
||||
"A collection of posts": "A collection of posts",
|
||||
"A collection of 1 post": "A collection of 1 post",
|
||||
"A collection of % posts": "A collection of % posts",
|
||||
"Get the latest posts delivered right to your inbox": "Gaukite naujienas į savo pašto dėžutę",
|
||||
"Go to the front page": "Go to the front page",
|
||||
"Latest Posts": "Paskutiniai įrašai",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Daugiau įrašų</a> by {name}",
|
||||
"Message": "Pranešimas",
|
||||
"No posts": "Nėra įrašų",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Kiti šio autoriaus <a href='{url}'>įrašai</a>",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Rodyti visus % įrašus",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Sužinok pirmas! Gauk naujausius & paskutiniausius įrašus tiesiai į pašto dėžutę",
|
||||
"Ref": "Nuoroda",
|
||||
"1 post": "1 įrašas",
|
||||
"% posts": "% įrašų",
|
||||
"1 min read": "1 min skaitymo",
|
||||
"% min read": "% min skaitymo",
|
||||
"Could not sign up! Invalid sign up link.": "Nepavyko prisiregistruoti! Netinkama registracijos nuoroda.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Puiku!</strong> Patikrinkite gautuosius ir spustelėkite nuorodą, kad patvirtintumėte prenumeratą.",
|
||||
"Please enter a valid email address!": "Prašome įvesti galiojantį elektroninio pašto adresą!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Skriv inn din email",
|
||||
"Account": "Regnskap",
|
||||
"Subscribe": "Abbonér",
|
||||
"Subscribe to {blogtitle}": "Abbonér på {blogtitle}",
|
||||
"Subscribed!": "Abbonert!",
|
||||
"A collection of posts": "En samling innlegg",
|
||||
"A collection of 1 post": "En samling av 1 innlegg",
|
||||
"A collection of % posts": "En samling % innlegg",
|
||||
"Get the latest posts delivered right to your inbox": "Få siste innlegg levert rett til din innboks",
|
||||
"Go to the front page": "Go to the front page",
|
||||
"Latest Posts": "Siste innlegg",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Flere innlegg</a> av {name}",
|
||||
"Message": "Beskjed",
|
||||
"No posts": "Ingen innlegg",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Les <a href='{url}'>flere innlegg</a> av denne forfatteren",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Vis alle % innlegg",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Hold deg oppdatert! Få de siste og beste innlegg levert rett til din innboks",
|
||||
"Ref": "Ref",
|
||||
"1 post": "1 innlegg",
|
||||
"% posts": "% innlegg",
|
||||
"1 min read": "1 min lesetid",
|
||||
"% min read": "% min lesetid",
|
||||
"Could not sign up! Invalid sign up link.": "Kunne ikke registrere meg! Ugyldig registreringskobling.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Flott!</strong> Sjekk innboksen din, og klikk på lenken for å bekrefte abonnementet.",
|
||||
"Please enter a valid email address!": "Vennligst skriv inn en gyldig e-post adresse!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Wprowadź swój email",
|
||||
"Account": "Rachunek",
|
||||
"Subscribe": "Subskrybuj",
|
||||
"Subscribe to {blogtitle}": "Subskrybuj {blogtitle}",
|
||||
"Subscribed!": "Zasubskrybowano!",
|
||||
"A collection of posts": "Kolekcja wpisów",
|
||||
"A collection of 1 post": "Kolekcja 1 wpisu",
|
||||
"A collection of % posts": "Kolekcja % wpisów",
|
||||
"Get the latest posts delivered right to your inbox": "Otrzymuj najnowsze wpisy na skrzynkę pocztową",
|
||||
"Go to the front page": "Przejdź do strony głównej",
|
||||
"Latest Posts": "Najnowsze wpisy",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Więcej wpisów</a> {name}",
|
||||
"Message": "Wiadomość",
|
||||
"No posts": "Brak wpisów",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Zobacz <a href='{url}'>więcej wpisów</a> tego autora",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Zobacz wszystkie % wpisów",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Bądź na bieżąco! Otrzymuj najnowsze i najlepsze wpisy prosto na Twoją skrzynkę pocztową",
|
||||
"Ref": "Ref",
|
||||
"1 post": "1 wpis",
|
||||
"% posts": "% wpisów",
|
||||
"1 min read": "lektura na 1 min",
|
||||
"% min read": "lektura na % min",
|
||||
"Could not sign up! Invalid sign up link.": "Nie udało się zarejestrować! Nieprawidłowy link do rejestracji.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Świetnie!</strong> Sprawdź swoją skrzynkę odbiorczą i kliknij link, aby potwierdzić subskrypcję.",
|
||||
"Please enter a valid email address!": "Proszę wpisać aktualny adres e-mail!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Introduceți adresa dvs. de email",
|
||||
"Account": "Cont",
|
||||
"Subscribe": "Înscrie-te",
|
||||
"Subscribe to {blogtitle}": "Înscrie-te la {blogtitle}",
|
||||
"Subscribed!": "Te-ai înscris!",
|
||||
"A collection of posts": "O colecție de articole",
|
||||
"A collection of 1 post": "O colecție de un articol",
|
||||
"A collection of % posts": "O colecție de % articole",
|
||||
"Get the latest posts delivered right to your inbox": "Citește ultimele articole livrate direct în inbox-ul tău",
|
||||
"Go to the front page": "Go to the front page",
|
||||
"Latest Posts": "Ultimele Articole",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Mai multe articole</a> de {name}",
|
||||
"Message": "Mesaj",
|
||||
"No posts": "Nu există articole",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Citește <a href='{url}'>mai multe articole</a> de acest autor",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Vezi toate % articolele",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Rămâi conectat! Citește ultimele și cele mai interesante articole livrate direct în inbox-ul tău",
|
||||
"Ref": "Ref",
|
||||
"1 post": "1 articol",
|
||||
"% posts": "% articole",
|
||||
"1 min read": "lectură de 1 min",
|
||||
"% min read": "lectură de % min",
|
||||
"Could not sign up! Invalid sign up link.": "Nu s-a putut înscrie! Link de înregistrare nevalid.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Minunat!</strong> Verificați căsuța de e-mail și dați clic pe link pentru a vă confirma abonamentul.",
|
||||
"Please enter a valid email address!": "Te rog introdu o adresa de email valida!"
|
||||
}
|
||||
|
@ -1,24 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Введите адрес электронной почты",
|
||||
"Account": "Аккаунт",
|
||||
"Subscribe": "Подписаться",
|
||||
"Subscribe to": "Подписаться на",
|
||||
"A collection of posts": "Коллекция статей",
|
||||
"A collection of 1 post": "Коллекция из 1 статьи",
|
||||
"A collection of % posts": "Коллекция из % статей",
|
||||
"Get the latest posts delivered right to your inbox": "Получайте свежие статьи прямо на свою почту",
|
||||
"Go to the front page": "Go to the front page",
|
||||
"Go to the front page": "На главную",
|
||||
"Latest Posts": "Последние статьи",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Другие статьи</a> от {name}",
|
||||
"Message": "Сообщение",
|
||||
"No posts": "Статьи отсутствуют",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "<a href='{url}'>Другие статьи</a> этого автора",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Посмотреть все % статьи(-ей)",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Будьте в курсе! Получайте свежие статьи прямо на свою почту",
|
||||
"Ref": "Ссылка",
|
||||
"1 post": "1 статья",
|
||||
"% posts": "% статьи(-ей)",
|
||||
"1 min read": "1 мин на чтение",
|
||||
"% min read": "% мин на чтение",
|
||||
"Could not sign up! Invalid sign up link.": "Не удалось зарегистрироваться! Неверная ссылка для регистрации.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Отлично!</strong> Проверьте свой почтовый ящик и нажмите ссылку, чтобы подтвердить подписку",
|
||||
"Please enter a valid email address!": "Пожалуйста, введите действительный адрес электронной почты!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "Skriv in din e-postadress",
|
||||
"Account": "Konto",
|
||||
"Subscribe": "Prenumerera",
|
||||
"Subscribe to {blogtitle}": "Prenumerera på {blogtitle}",
|
||||
"Subscribed!": "Prenumererad!",
|
||||
"A collection of posts": "En samling artiklar",
|
||||
"A collection of 1 post": "En samling av 1 artikel",
|
||||
"A collection of % posts": "En samling av % artiklar",
|
||||
"Get the latest posts delivered right to your inbox": "Få de senaste artiklarna levererade direkt till din inkorg",
|
||||
"Go to the front page": "Go to the front page",
|
||||
"Latest Posts": "Senaste artiklarna",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>Fler artiklar</a> av {name}",
|
||||
"Message": "Meddelande",
|
||||
"No posts": "Inga artiklar",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "Läs <a href='{url}'>mer artiklar</a> av denna författare",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "Se alla % artiklar",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Håll dig uppdaterad! Få alla de senaste och bästa artiklarna levererade direkt till din inkorg.",
|
||||
"Ref": "Ref",
|
||||
"1 post": "1 artikel",
|
||||
"% posts": "% artiklar",
|
||||
"1 min read": "1 minuts läsning",
|
||||
"% min read": "% minuters läsning",
|
||||
"Could not sign up! Invalid sign up link.": "Det gick inte att registrera sig! Ogiltig registreringslänk.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Bra!</strong> Kontrollera din inkorg och klicka på länken för att bekräfta din prenumeration.",
|
||||
"Please enter a valid email address!": "Ange en giltig e-postadress!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "E-postanızı giriniz",
|
||||
"Account": "Hesap",
|
||||
"Subscribe": "Abone Ol",
|
||||
"Subscribe to {blogtitle}": "{blogtitle} abone ol",
|
||||
"Subscribed!":"Abone olundu!",
|
||||
"A collection of posts": "Yazılar",
|
||||
"A collection of 1 post": "1 yazı",
|
||||
"A collection of % posts": "% yazı",
|
||||
"Get the latest posts delivered right to your inbox": "Son paylaşılan içerikler gelen kutuna gelsin",
|
||||
"Go to the front page": "Anasayfaya git",
|
||||
"Latest Posts": "Son Yazılar",
|
||||
"Message:":"Mesaj:",
|
||||
"<a href='{url}'>More posts</a> by {name}":"{name} tarafından <a href='{url}'>daha fazla içerik</a> ",
|
||||
"Message": "İleti",
|
||||
"No posts": "İçerik Yok",
|
||||
"Read <a href='{url}'>more posts</a> by this author":"Bu yazarın <a href='{url}'>diğer yazılarını oku</a>",
|
||||
"Ref:":"Ref:",
|
||||
"See all % posts":"% içeriklerini gör",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox":"Güncel kal! Tüm yeni & harika içerikler direkt gelen kutuna gelsin",
|
||||
"Ref": "Ref",
|
||||
"1 post": "1 yazı",
|
||||
"% posts": "% yazı",
|
||||
"1 min read": "1 dakikalık okuma",
|
||||
"% min read": "% dakikalık okuma",
|
||||
"Could not sign up! Invalid sign up link.": "Kaydolamadım! Geçersiz kayıt bağlantısı.",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>Harika!</strong> Gelen kutunuzu kontrol edin ve aboneliğinizi onaylamak için bağlantıyı tıklayın.",
|
||||
"Please enter a valid email address!": "Geçerli bir e!"
|
||||
}
|
||||
|
@ -1,25 +1,21 @@
|
||||
{
|
||||
"Enter your email": "输入你的电子邮箱",
|
||||
"Account": "帐户",
|
||||
"Subscribe": "订阅",
|
||||
"Subscribe to {blogtitle}": "订阅{blogtitle}",
|
||||
"Subscribed!": "已经订阅!",
|
||||
"A collection of posts": "文章集合",
|
||||
"A collection of 1 post": "共1篇文章",
|
||||
"A collection of % posts": "共%篇文章",
|
||||
"Get the latest posts delivered right to your inbox": "最新文章直达邮箱",
|
||||
"Go to the front page": "Go to the front page",
|
||||
"Latest Posts": "最新文章",
|
||||
"Message:": "Message:",
|
||||
"<a href='{url}'>More posts</a> by {name}": "<a href='{url}'>More posts</a> by {name}",
|
||||
"Message": "信息",
|
||||
"No posts": "没有文章",
|
||||
"Read <a href='{url}'>more posts</a> by this author": "阅读此作者的<a href='{url}'>更多文章</a>",
|
||||
"Ref:": "Ref:",
|
||||
"See all % posts": "查看所有%篇文章",
|
||||
"Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "保持更新!所有最新最好的文章全部送进你的邮箱",
|
||||
"Ref": "参考",
|
||||
"1 post": "1 篇文章",
|
||||
"% posts": "% 篇文章",
|
||||
"1 min read": "1 min read",
|
||||
"% min read": "% min read",
|
||||
"Could not sign up! Invalid sign up link.": "无法注册! 无效的注册链接。",
|
||||
"<strong>Great!</strong> Check your inbox and click the link to confirm your subscription.": "<strong>好极了!</strong> 检查您的收件箱,然后单击链接以确认您的订阅。",
|
||||
"Please enter a valid email address!": "请输入有效的电子邮件地址!"
|
||||
}
|
||||
|
4
post.hbs
4
post.hbs
@ -89,8 +89,8 @@ into the {body} tag of the default.hbs template --}}
|
||||
<div class="inner">
|
||||
{{#if @custom.email_signup_text}}<h2>{{@custom.email_signup_text}}</h2>{{/if}}
|
||||
<a class="footer-cta-button" href="#/portal" data-portal>
|
||||
<div class="footer-cta-input">Enter your email</div>
|
||||
<span>Subscribe</span>
|
||||
<div class="footer-cta-input">{{t "Enter your email"}}</div>
|
||||
<span>{{t "Subscribe"}}</span>
|
||||
</a>
|
||||
{{!-- ^ This looks like a form element, but it's just a link to Portal,
|
||||
making the form validation and submission much simpler. --}}
|
||||
|
2
tag.hbs
2
tag.hbs
@ -35,7 +35,7 @@
|
||||
{{#if description}}
|
||||
{{description}}
|
||||
{{else}}
|
||||
A collection of {{plural ../pagination.total empty='zero posts' singular='% post' plural='% posts'}}
|
||||
{{plural ../pagination.total empty=(t "A collection of posts") singular=(t "A collection of 1 post") plural=(t "A collection of % posts")}}
|
||||
{{/if}}
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user