Add update all subscriptions

This commit is contained in:
problematicconsumer
2024-01-04 10:56:26 +03:30
parent 88108e0da5
commit 685d05c4d3
7 changed files with 122 additions and 43 deletions

View File

@@ -73,8 +73,11 @@
"update": {
"buttonTxt": "Update",
"tooltip": "Update Profile",
"updateSubscriptions": "Update Subscriptions",
"failureMsg": "Failed to update profile",
"successMsg": "Profile updated successfully"
"successMsg": "Profile updated successfully",
"namedFailureMsg": "Failed to update \"${name}\"",
"namedSuccessMsg": "\"${name}\" updated successfully"
},
"share": {
"buttonText": "Share",

View File

@@ -74,7 +74,10 @@
"buttonTxt": "بروزرسانی",
"tooltip": "بروزرسانی پروفایل",
"failureMsg": "در بروزرسانی پروفایل خطایی رخ داد",
"successMsg": "پروفایل با موفقیت بروزرسانی شد"
"successMsg": "پروفایل با موفقیت بروزرسانی شد",
"namedFailureMsg": "در بروزرسانی \"${name}\" خطایی رخ داد",
"namedSuccessMsg": "\"${name}\" با موفقیت به روز شد",
"updateSubscriptions": "بروزرسانی اشتراک‌ها"
},
"share": {
"buttonText": "اشتراک گذاری",

View File

@@ -74,7 +74,10 @@
"buttonTxt": "Обновить",
"tooltip": "Обновить профиль",
"failureMsg": "Не удалось обновить профиль",
"successMsg": "Профиль успешно обновлён"
"successMsg": "Профиль успешно обновлён",
"namedFailureMsg": "Не удалось обновить \"${name}\".",
"namedSuccessMsg": "\"${name}\" успешно обновлено",
"updateSubscriptions": "Обновить подписки"
},
"share": {
"buttonText": "Поделиться",

View File

@@ -74,7 +74,10 @@
"buttonTxt": "Güncelle",
"tooltip": "Profili Güncelle",
"failureMsg": "Profil güncellenemedi",
"successMsg": "Profil başarıyla güncellendi"
"successMsg": "Profil başarıyla güncellendi",
"namedFailureMsg": "\"${name}\" güncellenemedi",
"namedSuccessMsg": "\"${name}\" başarıyla güncellendi",
"updateSubscriptions": "Abonelikleri Güncelle"
},
"share": {
"buttonText": "Paylaş",

View File

@@ -74,7 +74,10 @@
"buttonTxt": "更新",
"tooltip": "更新配置文件",
"failureMsg": "更新配置文件失败",
"successMsg": "配置文件更新成功"
"successMsg": "配置文件更新成功",
"namedFailureMsg": "无法更新\"${name}\"",
"namedSuccessMsg": "\"${name}\" 更新成功",
"updateSubscriptions": "更新订阅"
},
"share": {
"buttonText": "分享",