Skip to content

Commit bdb3a5f

Browse files
committed
feat: n8n
1 parent 252287f commit bdb3a5f

File tree

17 files changed

+57
-1
lines changed

17 files changed

+57
-1
lines changed

apps/frontend/src/components/public-api/public.component.tsx

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const PublicComponent = () => {
3737
)}
3838
<br />
3939
<a
40-
className="underline hover:text-white"
40+
className="underline hover:font-bold hover:underline"
4141
href="https://docs.postiz.com/public-api"
4242
target="_blank"
4343
>
@@ -46,6 +46,16 @@ export const PublicComponent = () => {
4646
'Read how to use it over the documentation.'
4747
)}
4848
</a>
49+
<a
50+
className="underline hover:font-bold hover:underline"
51+
href="https://www.npmjs.com/package/n8n-nodes-postiz"
52+
target="_blank"
53+
><br />
54+
{t(
55+
'check_n8n',
56+
'Check out our N8N custom node for Postiz.'
57+
)}
58+
</a>
4959
</div>
5060
<div className="my-[16px] mt-[16px] bg-sixth border-fifth items-center border rounded-[4px] p-[24px] flex gap-[24px]">
5161
<div className="flex items-center">

i18n.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ checksums:
1414
save: f7a2929f33bc420195e59ac5a8bcd454
1515
send_test: 6252eb4669859b7f7db4cdbc227580e1
1616
select_role: 406451b1c9a26f1484164b8b71c1bd7e
17+
video_made_with_ai: c37747aaf8107d339d6238a0463f7096
1718
please_add_at_least: 90d3c0237b56e57c7a58d5decf6e9d3c
1819
send_invitation_via_email: 9275e0b85147a931421b3bf6c3083cb4
20+
copy_id: 831147124db35832872f8470c577e440
1921
team_members: 61333c4a765e10b2ad46774951725233
2022
invite_your_assistant_or_team_member_to_manage_your_account: dadd50655759ac32b9ed62e60f8acb1d
2123
remove: dba2fe5fe9f83f8078c687f28cba4b52
@@ -37,6 +39,7 @@ checksums:
3739
cancel: 2e2a849c2223911717de8caa2c71bade
3840
connect: 8778ee245078a8be4a2ce855c8c56edc
3941
public_api: f02b394bb952777eb3e2432b3c78556b
42+
check_n8n: 2e6e406d2c46e83f52a80ef9bd810d10
4043
use_postiz_api_to_integrate_with_your_tools: ccb5f5cd99f7f087ae360f231ae07985
4144
read_how_to_use_it_over_the_documentation: 05ac49c5bb91da62103dbbf2f69ea50f
4245
reveal: 3f7302cc2e097266e447b3e18f1b9ab7

libraries/react-shared-libraries/src/translation/locales/ar/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"save": "حفظ",
1111
"send_test": "إرسال اختبار",
1212
"select_role": "اختر الدور",
13+
"video_made_with_ai": "فيديو تم إنشاؤه بالذكاء الاصطناعي",
1314
"please_add_at_least": "يرجى إضافة 20 حرفًا على الأقل",
1415
"send_invitation_via_email": "إرسال دعوة عبر البريد الإلكتروني؟",
16+
"copy_id": "نسخ معرف القناة",
1517
"team_members": "أعضاء الفريق",
1618
"invite_your_assistant_or_team_member_to_manage_your_account": "ادعُ مساعدك أو أحد أعضاء فريقك لإدارة حسابك",
1719
"remove": "إزالة",
@@ -33,6 +35,7 @@
3335
"cancel": "إلغاء",
3436
"connect": "اتصال",
3537
"public_api": "واجهة برمجة التطبيقات العامة",
38+
"check_n8n": "اطلع على عقدة N8N المخصصة لدينا لـ Postiz.",
3639
"use_postiz_api_to_integrate_with_your_tools": "استخدم واجهة برمجة تطبيقات Postiz للدمج مع أدواتك.",
3740
"read_how_to_use_it_over_the_documentation": "اقرأ كيفية استخدامه في الوثائق.",
3841
"reveal": "إظهار",

libraries/react-shared-libraries/src/translation/locales/bn/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"save": "সংরক্ষণ করুন",
1111
"send_test": "পরীক্ষা পাঠান",
1212
"select_role": "ভূমিকা নির্বাচন করুন",
13+
"video_made_with_ai": "এআই দিয়ে তৈরি ভিডিও",
1314
"please_add_at_least": "অনুগ্রহ করে অন্তত ২০টি অক্ষর যোগ করুন",
1415
"send_invitation_via_email": "ইমেইলের মাধ্যমে আমন্ত্রণ পাঠান?",
16+
"copy_id": "চ্যানেল আইডি কপি করুন",
1517
"team_members": "দলের সদস্যরা",
1618
"invite_your_assistant_or_team_member_to_manage_your_account": "আপনার অ্যাকাউন্ট পরিচালনা করতে আপনার সহায়ক বা দলের সদস্যকে আমন্ত্রণ জানান",
1719
"remove": "সরান",
@@ -33,6 +35,7 @@
3335
"cancel": "বাতিল",
3436
"connect": "সংযুক্ত করুন",
3537
"public_api": "পাবলিক API",
38+
"check_n8n": "Postiz-এর জন্য আমাদের N8N কাস্টম নোডটি দেখুন।",
3639
"use_postiz_api_to_integrate_with_your_tools": "আপনার টুলগুলির সাথে একীভূত করতে Postiz API ব্যবহার করুন।",
3740
"read_how_to_use_it_over_the_documentation": "ডকুমেন্টেশনে এটি কীভাবে ব্যবহার করবেন তা পড়ুন।",
3841
"reveal": "প্রকাশ করুন",

libraries/react-shared-libraries/src/translation/locales/de/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"save": "Speichern",
1111
"send_test": "Test senden",
1212
"select_role": "Rolle auswählen",
13+
"video_made_with_ai": "Video mit KI erstellt",
1314
"please_add_at_least": "Bitte füge mindestens 20 Zeichen hinzu",
1415
"send_invitation_via_email": "Einladung per E-Mail senden?",
16+
"copy_id": "Kanal-ID kopieren",
1517
"team_members": "Teammitglieder",
1618
"invite_your_assistant_or_team_member_to_manage_your_account": "Laden Sie Ihren Assistenten oder Ihr Teammitglied ein, Ihr Konto zu verwalten",
1719
"remove": "Entfernen",
@@ -33,6 +35,7 @@
3335
"cancel": "Abbrechen",
3436
"connect": "Verbinden",
3537
"public_api": "Öffentliche API",
38+
"check_n8n": "Schau dir unseren benutzerdefinierten N8N-Knoten für Postiz an.",
3639
"use_postiz_api_to_integrate_with_your_tools": "Verwenden Sie die Postiz-API, um sie mit Ihren Tools zu integrieren.",
3740
"read_how_to_use_it_over_the_documentation": "Lesen Sie in der Dokumentation, wie Sie sie verwenden.",
3841
"reveal": "Anzeigen",

libraries/react-shared-libraries/src/translation/locales/en/translation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"cancel": "Cancel",
3636
"connect": "Connect",
3737
"public_api": "Public API",
38+
"check_n8n": "Check out our N8N custom node for Postiz.",
3839
"use_postiz_api_to_integrate_with_your_tools": "Use Postiz API to integrate with your tools.",
3940
"read_how_to_use_it_over_the_documentation": "Read how to use it over the documentation.",
4041
"reveal": "Reveal",

libraries/react-shared-libraries/src/translation/locales/es/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"save": "Guardar",
1111
"send_test": "Enviar prueba",
1212
"select_role": "Seleccionar rol",
13+
"video_made_with_ai": "Video hecho con IA",
1314
"please_add_at_least": "Por favor, añade al menos 20 caracteres",
1415
"send_invitation_via_email": "¿Enviar invitación por correo electrónico?",
16+
"copy_id": "Copiar ID del canal",
1517
"team_members": "Miembros del equipo",
1618
"invite_your_assistant_or_team_member_to_manage_your_account": "Invita a tu asistente o miembro del equipo para que gestione tu cuenta",
1719
"remove": "Eliminar",
@@ -33,6 +35,7 @@
3335
"cancel": "Cancelar",
3436
"connect": "Conectar",
3537
"public_api": "API pública",
38+
"check_n8n": "Echa un vistazo a nuestro nodo personalizado de N8N para Postiz.",
3639
"use_postiz_api_to_integrate_with_your_tools": "Usa la API de Postiz para integrarla con tus herramientas.",
3740
"read_how_to_use_it_over_the_documentation": "Lee cómo usarla en la documentación.",
3841
"reveal": "Revelar",

libraries/react-shared-libraries/src/translation/locales/fr/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"save": "Enregistrer",
1111
"send_test": "Envoyer un test",
1212
"select_role": "Sélectionner un rôle",
13+
"video_made_with_ai": "Vidéo réalisée avec l'IA",
1314
"please_add_at_least": "Veuillez ajouter au moins 20 caractères",
1415
"send_invitation_via_email": "Envoyer l'invitation par e-mail ?",
16+
"copy_id": "Copier l'identifiant de la chaîne",
1517
"team_members": "Membres de l'équipe",
1618
"invite_your_assistant_or_team_member_to_manage_your_account": "Invitez votre assistant ou un membre de votre équipe à gérer votre compte",
1719
"remove": "Retirer",
@@ -33,6 +35,7 @@
3335
"cancel": "Annuler",
3436
"connect": "Connecter",
3537
"public_api": "API publique",
38+
"check_n8n": "Découvrez notre nœud personnalisé N8N pour Postiz.",
3639
"use_postiz_api_to_integrate_with_your_tools": "Utilisez l'API Postiz pour l'intégrer à vos outils.",
3740
"read_how_to_use_it_over_the_documentation": "Lisez comment l'utiliser dans la documentation.",
3841
"reveal": "Révéler",

libraries/react-shared-libraries/src/translation/locales/he/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"save": "שמור",
1111
"send_test": "שלח בדיקה",
1212
"select_role": "בחר תפקיד",
13+
"video_made_with_ai": "וידאו שנוצר באמצעות בינה מלאכותית",
1314
"please_add_at_least": "אנא הוסף לפחות 20 תווים",
1415
"send_invitation_via_email": "לשלוח הזמנה בדוא\"ל?",
16+
"copy_id": "העתק מזהה ערוץ",
1517
"team_members": "חברי צוות",
1618
"invite_your_assistant_or_team_member_to_manage_your_account": "הזמן את העוזר או חבר הצוות שלך לנהל את החשבון שלך",
1719
"remove": "הסר",
@@ -33,6 +35,7 @@
3335
"cancel": "ביטול",
3436
"connect": "חיבור",
3537
"public_api": "API ציבורי",
38+
"check_n8n": "בדקו את הצומת המותאם שלנו ל-N8N עבור Postiz.",
3639
"use_postiz_api_to_integrate_with_your_tools": "השתמש ב-API של Postiz כדי להשתלב עם הכלים שלך.",
3740
"read_how_to_use_it_over_the_documentation": "קרא כיצד להשתמש בזה בתיעוד.",
3841
"reveal": "הצג",

libraries/react-shared-libraries/src/translation/locales/it/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
"save": "Salva",
1111
"send_test": "Invia test",
1212
"select_role": "Seleziona ruolo",
13+
"video_made_with_ai": "Video realizzato con l'IA",
1314
"please_add_at_least": "Per favore aggiungi almeno 20 caratteri",
1415
"send_invitation_via_email": "Inviare l'invito via email?",
16+
"copy_id": "Copia ID canale",
1517
"team_members": "Membri del team",
1618
"invite_your_assistant_or_team_member_to_manage_your_account": "Invita il tuo assistente o un membro del team a gestire il tuo account",
1719
"remove": "Rimuovi",
@@ -33,6 +35,7 @@
3335
"cancel": "Annulla",
3436
"connect": "Collega",
3537
"public_api": "API pubblica",
38+
"check_n8n": "Scopri il nostro nodo personalizzato N8N per Postiz.",
3639
"use_postiz_api_to_integrate_with_your_tools": "Usa l'API di Postiz per integrarla con i tuoi strumenti.",
3740
"read_how_to_use_it_over_the_documentation": "Leggi come usarla nella documentazione.",
3841
"reveal": "Mostra",

0 commit comments

Comments
 (0)