Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Lint Frontend
run: npm run lint

- name: Frontend Unit Tests
run: npm run test:js

# - name: Commit Changes
# uses: stefanzweifel/git-auto-commit-action@v5
# with:
Expand Down
7 changes: 7 additions & 0 deletions lang/ar/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => 'عدّل إعدادات علامتك التجارية للتأثير في المنشورات المستقبلية.',
'loading_tip_carousel' => 'تقدّم العروض الدائرية شريحة واحدة لكل صورة مرفوعة.',
'loading_tip_quality' => 'تم ضبط جودة الصورة لتحقيق توازن بين السرعة والتكلفة.',
'bar_generating_one' => 'الذكاء الاصطناعي ينشئ منشورك…',
'bar_generating_other' => 'الذكاء الاصطناعي ينشئ :count منشورات…',
'bar_done' => 'منشورك جاهز!',
'bar_done_other' => ':count منشورات جاهزة!',
'bar_done_cta' => 'عرض المنشور',
'bar_error' => 'فشل إنشاء المنشور.',
'bar_error_other' => 'فشل إنشاء :count منشورات.',
'create' => 'إنشاء منشور',
'back' => 'رجوع',
'next' => 'متابعة',
Expand Down
7 changes: 7 additions & 0 deletions lang/de/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,13 @@
'loading_tip_brand' => 'Passe deine Markeneinstellungen an, um zukünftige Beiträge zu beeinflussen.',
'loading_tip_carousel' => 'Karussells liefern pro hochgeladenem Bild ein Slide.',
'loading_tip_quality' => 'Die Bildqualität ist auf ein Gleichgewicht aus Geschwindigkeit und Kosten eingestellt.',
'bar_generating_one' => 'Die KI erstellt deinen Beitrag…',
'bar_generating_other' => 'Die KI erstellt :count Beiträge…',
'bar_done' => 'Dein Beitrag ist fertig!',
'bar_done_other' => ':count Beiträge sind fertig!',
'bar_done_cta' => 'Beitrag ansehen',
'bar_error' => 'Die Erstellung des Beitrags ist fehlgeschlagen.',
'bar_error_other' => 'Die Erstellung von :count Beiträgen ist fehlgeschlagen.',
'create' => 'Beitrag erstellen',
'back' => 'Zurück',
'next' => 'Weiter',
Expand Down
7 changes: 7 additions & 0 deletions lang/el/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => 'Προσαρμόστε τις ρυθμίσεις της μάρκας σας για να επηρεάσετε μελλοντικές δημοσιεύσεις.',
'loading_tip_carousel' => 'Τα carousels παρέχουν ένα slide ανά μεταφορτωμένη εικόνα.',
'loading_tip_quality' => 'Η ποιότητα εικόνας ρυθμίζεται για ισορροπία ταχύτητας και κόστους.',
'bar_generating_one' => 'Το AI δημιουργεί τη δημοσίευσή σας…',
'bar_generating_other' => 'Το AI δημιουργεί :count δημοσιεύσεις…',
'bar_done' => 'Η δημοσίευσή σας είναι έτοιμη!',
'bar_done_other' => ':count δημοσιεύσεις είναι έτοιμες!',
'bar_done_cta' => 'Προβολή δημοσίευσης',
'bar_error' => 'Η δημιουργία της δημοσίευσης απέτυχε.',
'bar_error_other' => 'Η δημιουργία :count δημοσιεύσεων απέτυχε.',
'create' => 'Δημιουργία δημοσίευσης',
'back' => 'Πίσω',
'next' => 'Συνέχεια',
Expand Down
7 changes: 7 additions & 0 deletions lang/en/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => 'Tweak your brand settings to influence future posts.',
'loading_tip_carousel' => 'Carousels deliver one slide per uploaded image.',
'loading_tip_quality' => 'Image quality is set to balance speed and cost.',
'bar_generating_one' => 'AI is generating your post…',
'bar_generating_other' => 'AI is generating :count posts…',
'bar_done' => 'Your post is ready!',
'bar_done_other' => ':count posts are ready!',
'bar_done_cta' => 'View post',
'bar_error' => 'Post generation failed.',
'bar_error_other' => ':count post generations failed.',
'create' => 'Create post',
'back' => 'Back',
'next' => 'Continue',
Expand Down
7 changes: 7 additions & 0 deletions lang/es/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,13 @@
'loading_tip_brand' => 'Ajusta tu marca para influir en las próximas publicaciones.',
'loading_tip_carousel' => 'Los carruseles generan una diapositiva por imagen solicitada.',
'loading_tip_quality' => 'La calidad balancea velocidad y costo.',
'bar_generating_one' => 'La IA está generando tu post…',
'bar_generating_other' => 'La IA está generando :count posts…',
'bar_done' => '¡Tu post está listo!',
'bar_done_other' => '¡:count posts están listos!',
'bar_done_cta' => 'Ver post',
'bar_error' => 'Falló la generación del post.',
'bar_error_other' => 'Falló la generación de :count posts.',
'create' => 'Crear post',
'back' => 'Atrás',
'next' => 'Continuar',
Expand Down
7 changes: 7 additions & 0 deletions lang/fr/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => 'Ajustez les paramètres de votre marque pour influencer les futures publications.',
'loading_tip_carousel' => 'Les carrousels affichent une diapositive par image importée.',
'loading_tip_quality' => 'La qualité des images est réglée pour équilibrer vitesse et coût.',
'bar_generating_one' => 'L’IA génère votre publication…',
'bar_generating_other' => 'L’IA génère :count publications…',
'bar_done' => 'Votre publication est prête !',
'bar_done_other' => ':count publications sont prêtes !',
'bar_done_cta' => 'Voir la publication',
'bar_error' => 'La génération de la publication a échoué.',
'bar_error_other' => 'La génération de :count publications a échoué.',
'create' => 'Créer la publication',
'back' => 'Retour',
'next' => 'Continuer',
Expand Down
7 changes: 7 additions & 0 deletions lang/it/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => 'Modifica le impostazioni del tuo brand per influenzare i post futuri.',
'loading_tip_carousel' => 'I caroselli producono una slide per ogni immagine caricata.',
'loading_tip_quality' => 'La qualità dell\'immagine è impostata per bilanciare velocità e costo.',
'bar_generating_one' => 'L’IA sta generando il tuo post…',
'bar_generating_other' => 'L’IA sta generando :count post…',
'bar_done' => 'Il tuo post è pronto!',
'bar_done_other' => ':count post sono pronti!',
'bar_done_cta' => 'Vedi post',
'bar_error' => 'Generazione del post non riuscita.',
'bar_error_other' => 'Generazione di :count post non riuscita.',
'create' => 'Crea post',
'back' => 'Indietro',
'next' => 'Continua',
Expand Down
7 changes: 7 additions & 0 deletions lang/ja/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => 'ブランド設定を調整すると、今後の投稿に反映されます。',
'loading_tip_carousel' => 'カルーセルはアップロードした画像 1 枚につき 1 スライドを作成します。',
'loading_tip_quality' => '画像の品質は、速度とコストのバランスを取るよう設定されています。',
'bar_generating_one' => 'AIが投稿を生成しています…',
'bar_generating_other' => 'AIが:count件の投稿を生成しています…',
'bar_done' => '投稿の準備ができました!',
'bar_done_other' => ':count件の投稿の準備ができました!',
'bar_done_cta' => '投稿を見る',
'bar_error' => '投稿の生成に失敗しました。',
'bar_error_other' => ':count件の投稿の生成に失敗しました。',
'create' => '投稿を作成',
'back' => '戻る',
'next' => '続ける',
Expand Down
7 changes: 7 additions & 0 deletions lang/ko/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => '브랜드 설정을 조정하여 향후 게시물에 영향을 주세요.',
'loading_tip_carousel' => '캐러셀은 업로드한 이미지당 슬라이드 하나를 제공합니다.',
'loading_tip_quality' => '이미지 품질은 속도와 비용의 균형에 맞게 설정됩니다.',
'bar_generating_one' => 'AI가 게시물을 생성하고 있습니다…',
'bar_generating_other' => 'AI가 게시물 :count개를 생성하고 있습니다…',
'bar_done' => '게시물이 준비되었습니다!',
'bar_done_other' => '게시물 :count개가 준비되었습니다!',
'bar_done_cta' => '게시물 보기',
'bar_error' => '게시물 생성에 실패했습니다.',
'bar_error_other' => '게시물 :count개 생성에 실패했습니다.',
'create' => '게시물 만들기',
'back' => '뒤로',
'next' => '계속',
Expand Down
7 changes: 7 additions & 0 deletions lang/nl/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => 'Pas je merkinstellingen aan om toekomstige posts te beïnvloeden.',
'loading_tip_carousel' => 'Carrousels leveren één slide per geüploade afbeelding.',
'loading_tip_quality' => 'De beeldkwaliteit is ingesteld op een balans tussen snelheid en kosten.',
'bar_generating_one' => 'AI genereert je post…',
'bar_generating_other' => 'AI genereert :count posts…',
'bar_done' => 'Je post is klaar!',
'bar_done_other' => ':count posts zijn klaar!',
'bar_done_cta' => 'Post bekijken',
'bar_error' => 'Genereren van de post is mislukt.',
'bar_error_other' => 'Genereren van :count posts is mislukt.',
'create' => 'Post aanmaken',
'back' => 'Terug',
'next' => 'Doorgaan',
Expand Down
7 changes: 7 additions & 0 deletions lang/pl/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => 'Dostosuj ustawienia swojej marki, aby wpłynąć na przyszłe posty.',
'loading_tip_carousel' => 'Karuzele tworzą jeden slajd na każdy przesłany obraz.',
'loading_tip_quality' => 'Jakość obrazu jest ustawiona tak, aby równoważyć szybkość i koszt.',
'bar_generating_one' => 'AI generuje Twój post…',
'bar_generating_other' => 'AI generuje posty: :count…',
'bar_done' => 'Twój post jest gotowy!',
'bar_done_other' => 'Gotowe posty: :count',
'bar_done_cta' => 'Zobacz post',
'bar_error' => 'Generowanie posta nie powiodło się.',
'bar_error_other' => 'Nieudane generowanie postów: :count',
'create' => 'Utwórz post',
'back' => 'Wstecz',
'next' => 'Kontynuuj',
Expand Down
7 changes: 7 additions & 0 deletions lang/pt-BR/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => 'Ajuste sua marca pra influenciar os próximos posts.',
'loading_tip_carousel' => 'Carrosséis geram um slide por imagem solicitada.',
'loading_tip_quality' => 'A qualidade equilibra velocidade e custo.',
'bar_generating_one' => 'IA gerando seu post…',
'bar_generating_other' => 'IA gerando :count posts…',
'bar_done' => 'Seu post ficou pronto!',
'bar_done_other' => ':count posts ficaram prontos!',
'bar_done_cta' => 'Ver post',
'bar_error' => 'A geração do post falhou.',
'bar_error_other' => 'A geração de :count posts falhou.',
'create' => 'Criar post',
'back' => 'Voltar',
'next' => 'Continuar',
Expand Down
7 changes: 7 additions & 0 deletions lang/ru/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => 'Настройте параметры бренда, чтобы влиять на будущие посты.',
'loading_tip_carousel' => 'В карусели создаётся один слайд на каждое загруженное изображение.',
'loading_tip_quality' => 'Качество изображений настроено на баланс скорости и стоимости.',
'bar_generating_one' => 'ИИ создаёт ваш пост…',
'bar_generating_other' => 'ИИ создаёт посты: :count…',
'bar_done' => 'Ваш пост готов!',
'bar_done_other' => 'Готовые посты: :count',
'bar_done_cta' => 'Открыть пост',
'bar_error' => 'Не удалось создать пост.',
'bar_error_other' => 'Не удалось создать посты: :count',
'create' => 'Создать пост',
'back' => 'Назад',
'next' => 'Продолжить',
Expand Down
7 changes: 7 additions & 0 deletions lang/tr/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,13 @@
'loading_tip_brand' => 'Gelecekteki gönderileri etkilemek için marka ayarlarınızı düzenleyin.',
'loading_tip_carousel' => 'Karuseller yüklenen her görsel için bir slayt sunar.',
'loading_tip_quality' => 'Görsel kalitesi, hız ve maliyeti dengelemek için ayarlanır.',
'bar_generating_one' => 'Yapay zeka gönderinizi oluşturuyor…',
'bar_generating_other' => 'Yapay zeka :count gönderi oluşturuyor…',
'bar_done' => 'Gönderiniz hazır!',
'bar_done_other' => ':count gönderi hazır!',
'bar_done_cta' => 'Gönderiyi görüntüle',
'bar_error' => 'Gönderi oluşturulamadı.',
'bar_error_other' => ':count gönderi oluşturulamadı.',
'create' => 'Gönderi oluştur',
'back' => 'Geri',
'next' => 'Devam et',
Expand Down
7 changes: 7 additions & 0 deletions lang/zh/posts.php
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,13 @@
'loading_tip_brand' => '调整你的品牌设置,以影响今后的帖子。',
'loading_tip_carousel' => '轮播会为每张上传的图片生成一张幻灯片。',
'loading_tip_quality' => '图片质量已设为在速度与成本之间取得平衡。',
'bar_generating_one' => 'AI 正在生成你的帖子…',
'bar_generating_other' => 'AI 正在生成 :count 篇帖子…',
'bar_done' => '你的帖子已就绪!',
'bar_done_other' => ':count 篇帖子已就绪!',
'bar_done_cta' => '查看帖子',
'bar_error' => '帖子生成失败。',
'bar_error_other' => ':count 篇帖子生成失败。',
'create' => '创建帖子',
'back' => '返回',
'next' => '继续',
Expand Down
Loading