Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update suno model #156

Merged
merged 2 commits into from
Dec 13, 2024
Merged
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "update suno model",
"packageName": "@acedatacloud/nexior",
"email": "[email protected]",
"dependentChangeType": "patch"
}
4 changes: 4 additions & 0 deletions src/components/suno/config/TypeSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ export default defineComponent({
{
label: this.$t('suno.model.model3'),
value: 'chirp-v3-5'
},
{
label: this.$t('suno.model.model4'),
value: 'chirp-v4'
}
]
};
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
84 changes: 44 additions & 40 deletions src/i18n/ar/suno.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"button.extend": {
"message": "استمرار في التوليد",
"description": "نص زر الاستمرار في التوليد"
"description": "نص زر استمرار في التوليد"
},
"button.download": {
"message": "تنزيل",
"description": "نص زر التنزيل"
"description": "نص زر تنزيل"
},
"button.video": {
"message": "فيديو",
Expand All @@ -16,8 +16,8 @@
"description": "نص زر تنزيل الفيديو"
},
"button.download_audio": {
"message": "تحميل الموسيقى",
"description": "نص زر تحميل الموسيقى"
"message": "تنزيل الموسيقى",
"description": "نص زر تنزيل الموسيقى"
},
"model.model1": {
"message": "v2",
Expand All @@ -35,101 +35,105 @@
"message": "v3.5",
"description": "النموذج المستخدم لتوليد الموسيقى"
},
"model.model4": {
"message": "v4.0",
"description": "النموذج المستخدم لتوليد الموسيقى"
},
"name.taskId": {
"message": "معرف المهمة",
"description": "معرف المهمة"
},
"name.type": {
"message": "وضع مخصص",
"description": "اسم الوضع المخصص"
"message": "وضع تخصيص",
"description": "اسم وضع التخصيص"
},
"name.prompt": {
"message": "وصف الأغنية",
"description": "نص المدخلات"
"description": "التوجيه الخاص بإدخال المحتوى"
},
"name.extend": {
"message": "تمديد الأغنية من",
"description": "نص المدخلات"
"description": "التوجيه الخاص بإدخال المحتوى"
},
"name.lyrics": {
"message": "محتوى الكلمات",
"description": "نص المدخلات لمحتوى الكلمات"
"description": "التوجيه الخاص بإدخال محتوى الكلمات"
},
"name.style": {
"message": "أسلوب الأغنية",
"description": "نص المدخلات لأسلوب الأغنية"
"message": "نمط الأغنية",
"description": "التوجيه الخاص بإدخال محتوى نمط الأغنية"
},
"name.title": {
"message": "عنوان الأغنية",
"description": "نص المدخلات لعنوان الأغنية"
"description": "التوجيه الخاص بإدخال عنوان الأغنية"
},
"name.failureReason": {
"message": "سبب الفشل",
"description": "سبب فشل المهمة"
},
"name.status": {
"message": "الحالة",
"message": "حالة",
"description": "حالة المهمة"
},
"name.traceId": {
"message": "معرف التتبع",
"description": "معرف تتبع المهمة"
"description": "معرف التتبع الخاص بالمهمة"
},
"name.sunoBot": {
"message": "روبوت سونو",
"description": "اسم مولد سونو"
"message": "Suno Bot",
"description": "اسم مولد Suno"
},
"description.prompt": {
"message": "املأ أسلوب وموضوع الموسيقى التي تريد إنشاؤها، مثل البوب الصوتي عن الإجازات",
"message": "املأ نمط وموضوع الموسيقى التي تريد توليدها، مثل موسيقى بوب أكوستيك عن العطلات",
"description": "وصف المعامل 'prompt'"
},
"description.lyrics": {
"message": "محتوى الكلمات",
"description": "وصف المعامل 'lyrics'"
},
"description.style": {
"message": "محتوى أسلوب الأغنية",
"message": "محتوى نمط الأغنية",
"description": "وصف المعامل 'style'"
},
"description.title": {
"message": "محتوى عنوان الأغنية",
"description": "وصف المعامل 'title'"
},
"status.pending": {
"message": "في الانتظار",
"description": "حالة انتظار المهمة"
"message": "بانتظار",
"description": "حالة الانتظار للمهمة"
},
"placeholder.prompt": {
"message": "يرجى إدخال كلمات الأغنية...",
"description": "نص العنصر النائب لمدخلات الضجيج"
"message": "أدخل كلمات التوجيه للأغنية...",
"description": "نص العنصر النائب لإدخال الضوضاء"
},
"placeholder.lyrics": {
"message": "يرجى إدخال الكلمات...",
"description": "نص العنصر النائب لمستوى التعبئة"
"message": "أدخل الكلمات...",
"description": "نص العنصر النائب لمستوى الإدخال"
},
"placeholder.extend.lyrics": {
"message": "يرجى إدخال الكلمات التي تحتاج إلى التمديد...",
"description": "نص العنصر النائب لمستوى التعبئة"
"message": "أدخل الكلمات التي تحتاج إلى تمديد...",
"description": "نص العنصر النائب لمستوى الإدخال"
},
"placeholder.extend.continue_at": {
"message": "يرجى إدخال الوقت الذي تحتاج إلى التمديد من الأغنية...",
"description": "نص العنصر النائب لمستوى التعبئة"
"message": "أدخل من أي ثانية تحتاج إلى التمديد...",
"description": "نص العنصر النائب لمستوى الإدخال"
},
"placeholder.style": {
"message": "يرجى إدخال كلمات أسلوب الأغنية المراد توليدها، مثل البوب الصوتي",
"description": "نص العنصر النائب في حقل الإرشاد"
"message": "أدخل كلمات التوجيه لنمط الأغنية، مثل موسيقى بوب أكوستيك",
"description": "نص العنصر النائب في حقل التوجيه"
},
"placeholder.title": {
"message": "يرجى إدخال كلمات عنوان الأغنية المراد توليدها، مثل أغنية العطلة",
"description": "نص العنصر النائب لإدخالات البذور"
"message": "أدخل كلمات التوجيه لعنوان الأغنية، مثل أغنية العطلات",
"description": "نص العنصر النائب لإدخال البذور"
},
"placeholder.select": {
"message": "يرجى اختيار النموذج...",
"description": "نص العنصر النائب لإدخالات الموضع"
"message": "اختر نموذج...",
"description": "نص العنصر النائب لإدخال الموقع"
},
"placeholder.position": {
"message": "يرجى الاختيار...",
"description": "نص العنصر النائب لإدخالات الموضع"
"message": "اختر...",
"description": "نص العنصر النائب لإدخال الموقع"
},
"button.generate": {
"message": "توليد",
Expand All @@ -141,15 +145,15 @@
},
"message.startTaskSuccess": {
"message": "تم بدء مهمة توليد الموسيقى بنجاح",
"description": "رسالة النجاح عند بدء مهمة توليد الموسيقى بنجاح"
"description": "رسالة نجاح عند بدء مهمة توليد الموسيقى بنجاح"
},
"message.startTaskFailed": {
"message": "فشل بدء مهمة توليد الموسيقى",
"description": "رسالة الخطأ عند فشل بدء مهمة توليد الموسيقى"
"description": "رسالة خطأ عند فشل بدء مهمة توليد الموسيقى"
},
"message.generating": {
"message": "جارٍ التوليد...",
"description": "رسالة عندما تكون الموسيقى قيد التوليد"
"description": "رسالة عند توليد الموسيقى"
},
"message.generateFailed": {
"message": "فشل توليد الموسيقى",
Expand All @@ -160,7 +164,7 @@
"description": "رسالة عند عدم وجود عمليات متاحة"
},
"message.noTasks": {
"message": "لا توجد مهام تاريخية، يرجى توليد الموسيقى من الشريط الجانبي الأيسر",
"message": "لا توجد مهام تاريخية، يرجى في الشريط الجانبي الأيسر توليد الموسيقى",
"description": "رسالة عند عدم وجود مهام"
}
}
Loading
Loading