Skip to content

Commit dc5c3e5

Browse files
🌐 Added missing i18n for expertise link in comments
Adds missing i18n for the expertise link in the comments-ui app including German locale.
1 parent dc0c405 commit dc5c3e5

Some content is hidden

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

62 files changed

+62
-1
lines changed

apps/comments-ui/src/components/content/forms/Form.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const FormHeader: React.FC<FormHeaderProps> = ({show, name, expertise, replyingT
199199
type="button"
200200
onMouseDown={editExpertise}
201201
>
202-
<span><span className="mx-[0.3em] hidden sm:inline">·</span>{expertise ? expertise : 'Add your expertise'}</span>
202+
<span><span className="mx-[0.3em] hidden sm:inline">·</span>{expertise ? expertise : t('Add your expertise')}</span>
203203
{expertise && <EditIcon className="ml-1 h-[12px] w-[12px] translate-x-[-6px] stroke-black/50 opacity-0 transition-all duration-100 ease-out group-hover:translate-x-0 group-hover:stroke-black/75 group-hover:opacity-100 dark:stroke-white/60 dark:group-hover:stroke-white/75" />}
204204
</button>
205205
</div>

ghost/i18n/locales/af/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Voeg kommentaar by",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Voeg konteks by jou kommentaar, deel jou naam en kundigheid om 'n gesonde bespreking te bevorder.",
1010
"Add reply": "Voeg antwoord by",
11+
"Add your expertise": "",
1112
"Already a member?": "Reeds 'n lid?",
1213
"Anonymous": "Anoniem",
1314
"Are you sure?": "",

ghost/i18n/locales/ar/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "اضف تعليق",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "قم بإضافة سياق لتعليقك، شارك اسمك و مجال خبرتك لكي نرعى محادثة مثمرة",
1010
"Add reply": "ردّ",
11+
"Add your expertise": "",
1112
"Already a member?": "هل انت مسجل بالفعل؟",
1213
"Anonymous": "مجهول",
1314
"Are you sure?": "",

ghost/i18n/locales/bg/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Нов коментар",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Добавете контекст към коментара си, споделете името си и опита си, за да насърчите полезна дискусия.",
1010
"Add reply": "Отговор",
11+
"Add your expertise": "",
1112
"Already a member?": "Вече сте абонат?",
1213
"Anonymous": "Анонимен",
1314
"Are you sure?": "Убедени ли сте?",

ghost/i18n/locales/bn/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "মন্তব্য যোগ করুন",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "আপনার মন্তব্যে প্রসঙ্গ যোগ করুন, একটি সুস্থ আলোচনা করতে আপনার নাম ও অভিজ্ঞতা শেয়ার করুন।",
1010
"Add reply": "উত্তর যোগ করুন",
11+
"Add your expertise": "",
1112
"Already a member?": "ইত:পূর্বে সদস্য?",
1213
"Anonymous": "অজ্ঞাতনামা",
1314
"Are you sure?": "",

ghost/i18n/locales/bs/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Dodaj komentar",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Dodaj kontekst svom komentaru, podijeli svoje ime i stručnost u svrhu kvalitetnije diskusije.",
1010
"Add reply": "Objavi komentar",
11+
"Add your expertise": "",
1112
"Already a member?": "Već si član?",
1213
"Anonymous": "Anoniman",
1314
"Are you sure?": "",

ghost/i18n/locales/ca/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Afegeix un comentari",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Afegeix context al teu comentari, comparteix el teu nom i experiència per fomentar una discussió sana.",
1010
"Add reply": "Afegeix una resposta",
11+
"Add your expertise": "",
1112
"Already a member?": "Ja n'ets membre?",
1213
"Anonymous": "Anònim",
1314
"Are you sure?": "N'estàs segur?",

ghost/i18n/locales/context.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"Add comment": "Button text to post a comment",
1111
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Invitation to include additional info when commenting",
1212
"Add reply": "Button text to post your reply",
13+
"Add your expertise": "",
1314
"After a free trial ends, you will be charged the regular price for the tier you've chosen. You can always cancel before then.": "Confirmation message explaining how free trials work during signup",
1415
"All the best!": "A light-hearted ending to an email",
1516
"Already a member?": "A link displayed on signup screen, inviting people to log in if they have already signed up previously",

ghost/i18n/locales/cs/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Přidat komentář",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Pro podporu zdravé diskuse přidejte ke svému komentáři kontext, své jméno a odbornost.",
1010
"Add reply": "Přidat odpověď",
11+
"Add your expertise": "",
1112
"Already a member?": "Už jste členem?",
1213
"Anonymous": "Anonymní",
1314
"Are you sure?": "",

ghost/i18n/locales/da/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Tilføj kommentar",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Tilføj kontekst til din kommentar, del dit navn og ekspertise for at fremme en sund diskussion.",
1010
"Add reply": "Tilføj svar",
11+
"Add your expertise": "",
1112
"Already a member?": "Allerede medlem?",
1213
"Anonymous": "Anonym",
1314
"Are you sure?": "Er du sikker?",

ghost/i18n/locales/de-CH/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Kommentar hinzufügen",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Fügen Sie Kontext zu Ihrem Kommentar hinzu, teilen Sie Ihren Namen und Ihre Expertise, um eine gesunde Diskussion zu fördern.",
1010
"Add reply": "Antwort hinzufügen",
11+
"Add your expertise": "",
1112
"Already a member?": "Bereits ein Mitglied?",
1213
"Anonymous": "Anonym",
1314
"Are you sure?": "Sind Sie sicher?",

ghost/i18n/locales/de/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Kommentar hinzufügen",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Füge deinem Kommentar Kontext hinzu, teile deinen Namen und deine Expertise, um eine gesunde Diskussion zu fördern.",
1010
"Add reply": "Antwort hinzufügen",
11+
"Add your expertise": "Ergänze deine Expertise",
1112
"Already a member?": "Bist du bereits Mitglied?",
1213
"Anonymous": "Anonym",
1314
"Are you sure?": "Bist du sicher?",

ghost/i18n/locales/el/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Προσθήκη σχολίου",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Προσθέστε περιεχόμενο στο σχόλιό σας, μοιραστείτε το όνομα και την εξειδίκευσή σας για να προωθήσετε μια υγιή συζήτηση.",
1010
"Add reply": "Προσθήκη απάντησης",
11+
"Add your expertise": "",
1112
"Already a member?": "Ήδη μέλος;",
1213
"Anonymous": "Ανώνυμος",
1314
"Are you sure?": "",

ghost/i18n/locales/en/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "",
1010
"Add reply": "",
11+
"Add your expertise": "",
1112
"Already a member?": "",
1213
"Anonymous": "",
1314
"Are you sure?": "",

ghost/i18n/locales/eo/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "",
1010
"Add reply": "",
11+
"Add your expertise": "",
1112
"Already a member?": "",
1213
"Anonymous": "",
1314
"Are you sure?": "",

ghost/i18n/locales/es/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Agregar comentario",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Agrega contexto a tu comentario, comparte tu nombre y experiencia para fomentar una discusión sana.",
1010
"Add reply": "Agregar respuesta",
11+
"Add your expertise": "",
1112
"Already a member?": "¿Ya eres miembro?",
1213
"Anonymous": "Anónimo",
1314
"Are you sure?": "",

ghost/i18n/locales/et/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Lisa kommentaar",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Lisa oma kommentaarile konteksti, jaga oma nime ja kogemusi, et soodustada tervislikku arutelu.",
1010
"Add reply": "Lisa vastus",
11+
"Add your expertise": "",
1112
"Already a member?": "Juba liige?",
1213
"Anonymous": "Anonüümne",
1314
"Are you sure?": "",

ghost/i18n/locales/fa/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "دیدگاهی بفرستید",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "به دیدگاه خود موضوعیت ببخشید و با به اشتراک\u200cگذاری نام و تخصص خود یک گفتمان سالم ایجاد کنید.",
1010
"Add reply": "پاسخی بدهید",
11+
"Add your expertise": "",
1112
"Already a member?": "عضو هستید؟",
1213
"Anonymous": "ناشناس",
1314
"Are you sure?": "",

ghost/i18n/locales/fi/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Lisää kommentti",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Lisää sisältöä kommenttiisi, jaa nimesi ja osaamisesi saadaksesi aikaan tervettä keskustelua",
1010
"Add reply": "Lisää vastaus",
11+
"Add your expertise": "",
1112
"Already a member?": "Oletko jo jäsen?",
1213
"Anonymous": "Anonyymi",
1314
"Are you sure?": "",

ghost/i18n/locales/fr/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Ajouter un commentaire",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Ajoutez un contexte à votre commentaire. Partagez votre nom et vos compétences pour favoriser une discussion saine.",
1010
"Add reply": "Ajouter une réponse",
11+
"Add your expertise": "",
1112
"Already a member?": "Déjà abonné ?",
1213
"Anonymous": "Anonyme",
1314
"Are you sure?": "",

ghost/i18n/locales/gd/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Fàg beachd air",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Cuir co-theacsa ris a' bheachd agad, cuir d' ainm is sàr-eòlas ris gus deasbad fallain a brosnachadh.",
1010
"Add reply": "Cuir freagairt ris",
11+
"Add your expertise": "",
1112
"Already a member?": "’Eil thu nad bhall mar-thà?",
1213
"Anonymous": "Gun ainm",
1314
"Are you sure?": "A bheil thu cinnteach?",

ghost/i18n/locales/he/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "הוסיפו תגובה",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "הוסיפו תוכן לתגובה שלכם, שתפו את שמכם ואת התמחותכם כדי לקדם דיון בריא.",
1010
"Add reply": "הוסיפו תגובה",
11+
"Add your expertise": "",
1112
"Already a member?": "כבר רשומים?",
1213
"Anonymous": "אנונימי",
1314
"Are you sure?": "",

ghost/i18n/locales/hi/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "टिप्पणी जोड़ें",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "अपनी टिप्पणी में संदर्भ जोड़ें, स्वस्थ चर्चा के लिए अपना नाम और विशेषज्ञता साझा करें।",
1010
"Add reply": "जवाब जोड़ें",
11+
"Add your expertise": "",
1112
"Already a member?": "पहले से सदस्य हैं?",
1213
"Anonymous": "अनाम",
1314
"Are you sure?": "",

ghost/i18n/locales/hr/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Dodaj komentar",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Dajte kontekts vašem komentaru, podijelite vaše ime i znanje za unaprijeđenje svake rasprave.",
1010
"Add reply": "Dodaj odgovor",
11+
"Add your expertise": "",
1112
"Already a member?": "Već si član?",
1213
"Anonymous": "Anonimus",
1314
"Are you sure?": "",

ghost/i18n/locales/hu/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Hozzászólás",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Segítsd a beszélgetést azzal, hogy megadod a nevedet és azt, hogy mihez értesz.",
1010
"Add reply": "Válasz",
11+
"Add your expertise": "",
1112
"Already a member?": "Van már fiókod?",
1213
"Anonymous": "Anonim",
1314
"Are you sure?": "Biztos vagy benne?",

ghost/i18n/locales/id/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Tambahkan komentar",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Tambahkan konteks pada komentar Anda, bagikan nama dan keahlian Anda untuk mendorong diskusi yang sehat.",
1010
"Add reply": "Tambahkan balasan",
11+
"Add your expertise": "",
1112
"Already a member?": "Sudah menjadi anggota?",
1213
"Anonymous": "Anonim",
1314
"Are you sure?": "",

ghost/i18n/locales/is/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "",
1010
"Add reply": "",
11+
"Add your expertise": "",
1112
"Already a member?": "",
1213
"Anonymous": "",
1314
"Are you sure?": "",

ghost/i18n/locales/it/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Aggiungi commento",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Aggiungi dettagli al tuo commento, condividi il tuo nome e le tue competenze per incoraggiare una conversazione sana.",
1010
"Add reply": "Aggiungi risposta",
11+
"Add your expertise": "",
1112
"Already a member?": "Sei già iscritto?",
1213
"Anonymous": "Anonimo",
1314
"Are you sure?": "",

ghost/i18n/locales/ja/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "コメントする",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "コメントはよく説明し、名前と専門分野を共有することで健全な議論をすすめましょう。",
1010
"Add reply": "返信する",
11+
"Add your expertise": "",
1112
"Already a member?": "メンバーですか?",
1213
"Anonymous": "匿名",
1314
"Are you sure?": "",

ghost/i18n/locales/ko/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "댓글 추가",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "건설적인 토론을 위해 댓글에 맥락을 추가하고, 이름과 전문 분야를 공유해 주세요.",
1010
"Add reply": "답변 추가",
11+
"Add your expertise": "",
1112
"Already a member?": "이미 회원이신가요?",
1213
"Anonymous": "익명",
1314
"Are you sure?": "",

ghost/i18n/locales/kz/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Пікір қосу",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Талқы қызық болуы үшін өзіңіз туралы мәліметтерді қосыңыз.",
1010
"Add reply": "Жауап қосу",
11+
"Add your expertise": "",
1112
"Already a member?": "Әлдеқашан қосылдыңыз ба?",
1213
"Anonymous": "Аноним",
1314
"Are you sure?": "",

ghost/i18n/locales/lt/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Rašyti komentarą",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Papildykite savo komentarą, prisistatykite ir pasidalinkite savo turimomis žiniomis, kad paskatintumėte prasmingą diskusiją.",
1010
"Add reply": "Atsakyti",
11+
"Add your expertise": "",
1112
"Already a member?": "Jau turite paskyrą?",
1213
"Anonymous": "Anoniminis",
1314
"Are you sure?": "",

ghost/i18n/locales/lv/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Pievienot komentāru",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Pievienojiet savam komentāram kontekstu, kopīgojiet savu vārdu un zināšanas, lai veicinātu veselīgu diskusiju.",
1010
"Add reply": "Pievienot atbildi",
11+
"Add your expertise": "",
1112
"Already a member?": "Vai jau esat dalībnieks?",
1213
"Anonymous": "Anonīms",
1314
"Are you sure?": "Vai esat pārliecināts?",

ghost/i18n/locales/mk/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Додајте коментар",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Додајте контекст за вашиот коментар, споделете го вашето име и експертиза за да одржите пристојна дискусија.",
1010
"Add reply": "Одговорете",
11+
"Add your expertise": "",
1112
"Already a member?": "Веќе сте член?",
1213
"Anonymous": "Анонимен",
1314
"Are you sure?": "",

ghost/i18n/locales/mn/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Сэтгэгдэл нэмэх",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Сэтгэгдэлдээ илүү мэдээлэл оруулан, нэр болон мэргэжлээ хуваалцаж, үр бүтээлтэй хэлэлцүүлэг өрнүүлнэ үү.",
1010
"Add reply": "Хариу нэмэх",
11+
"Add your expertise": "",
1112
"Already a member?": "Бүртгэлтэй юу?",
1213
"Anonymous": "Нууц",
1314
"Are you sure?": "Та итгэлтэй байна уу?",

ghost/i18n/locales/ms/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "",
1010
"Add reply": "",
11+
"Add your expertise": "",
1112
"Already a member?": "",
1213
"Anonymous": "",
1314
"Are you sure?": "",

ghost/i18n/locales/nb/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Legg til kommentar",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Legg til kontekst i kommentaren din, del navnet ditt og ekspertisen din for å fremme en god diskusjon.",
1010
"Add reply": "Legg til svar",
11+
"Add your expertise": "",
1112
"Already a member?": "Allerede medlem?",
1213
"Anonymous": "Anonym",
1314
"Are you sure?": "Er du sikker?",

ghost/i18n/locales/ne/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "प्रतिक्रिया थप्नुहोस्",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "आफ्नो प्रतिक्रियालाई सन्दर्भ दिनुहोस्, स्वस्थ छलफलको लागि आफ्नो नाम र विशेषज्ञता साझा गर्नुहोस्।",
1010
"Add reply": "प्रत्युत्तर थप्नुहोस्",
11+
"Add your expertise": "",
1112
"Already a member?": "पहिले नै सदस्य हुनुहुन्छ?",
1213
"Anonymous": "अज्ञात",
1314
"Are you sure?": "के तपाईं निश्चित हुनुहुन्छ?",

ghost/i18n/locales/nl/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Versturen",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Voeg context toe aan je reactie, deel je naam en expertise om een gezonde discussie te bevorderen.",
1010
"Add reply": "Beantwoorden",
11+
"Add your expertise": "",
1112
"Already a member?": "Al lid?",
1213
"Anonymous": "Anoniem",
1314
"Are you sure?": "Weet je het zeker?",

ghost/i18n/locales/nn/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "",
1010
"Add reply": "",
11+
"Add your expertise": "",
1112
"Already a member?": "",
1213
"Anonymous": "",
1314
"Are you sure?": "",

ghost/i18n/locales/pl/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Dodaj komentarz",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Dodaj więcej informacji do Twojego komentarza, następnie udostępnij proszę Twoje imię i doświadczenie w celu wzbogacenia jakości dyskusji.",
1010
"Add reply": "Dodaj odpowiedź",
11+
"Add your expertise": "",
1112
"Already a member?": "Posiadasz już konto?",
1213
"Anonymous": "Anonimowy",
1314
"Are you sure?": "Czy jesteś pewien?",

ghost/i18n/locales/pt-BR/comments.json

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"Add comment": "Adicionar comentário",
99
"Add context to your comment, share your name and expertise to foster a healthy discussion.": "Adicione contexto ao seu comentário, compartilhe seu nome e sua especialidade para promover uma discussão saudável.",
1010
"Add reply": "Adicionar resposta",
11+
"Add your expertise": "",
1112
"Already a member?": "Já é um membro?",
1213
"Anonymous": "Anônimo",
1314
"Are you sure?": "Você tem certeza?",

0 commit comments

Comments
 (0)