Skip to content

Commit

Permalink
Updated and added translations for auto-shutdown
Browse files Browse the repository at this point in the history
Updated and added translations for auto-shutdown in the languages I speak
  • Loading branch information
sassou5018 committed Oct 21, 2024
1 parent 8c809bd commit 26cb3f4
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
11 changes: 10 additions & 1 deletion public/locales/ar/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,16 @@
"type": "النوع"
},
"title": "التنزيلات",
"ETA": "الوقت المقدَّر"
"ETA": "الوقت المقدَّر",
"auto-shutdown": {
"label": "أوقف الجهاز تلقائيًا عند انتهاء جميع التنزيلات بنجاح",
"description": "سيؤدي هذا إلى إيقاف تشغيل الجهاز عند انتهاء جميع التنزيلات بنجاح",
"cancellationPrompt": {
"title": "سيتم إيقاف التشغيل تلقائيًا في 10 ثوانٍ",
"message": "هل تريد إلغاء إيقاف التشغيل؟",
"cancel": "إلغاء إيقاف التشغيل"
}
}
},
"epic": {
"offline-notification-body": "قد لا تعمل الخدمات عبر الإنترنت بشكل كامل لأن خوادم أَبِك جيمز غير متصلة بالإنترنت!",
Expand Down
7 changes: 6 additions & 1 deletion public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,12 @@
"title": "Downloads",
"auto-shutdown": {
"label": "Automatically shutdown machine when all downloads are finished",
"description": "This will shutdown the machine when all downloads are successfully finished."
"description": "This will shutdown the machine when all downloads are successfully finished.",
"cancellationPrompt": {
"title": "Automatically shutting down in 10 seconds...",
"message": "Do you want to cancel the shutdown?",
"cancel": "Cancel shutdown"
}
}
},
"emptyLibrary": {
Expand Down
11 changes: 10 additions & 1 deletion public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,16 @@
"type": "Type"
},
"title": "Téléchargements",
"ETA": "Temps estimé"
"ETA": "Temps estimé",
"auto-shutdown": {
"label": "Arrêt automatique",
"description": "Cela éteindra la machine lorsque tous les téléchargements seront terminés avec succès.",
"cancellationPrompt": {
"title": "Arrêt automatique dans 10s...",
"message": "Voulez vous annuler l'arrêt automatique ?",
"cancel": "Annuler l'arrêt"
}
}
},
"epic": {
"offline-notification-body": "Les services en ligne peuvent ne pas entièrement fonctionner car les serveurs d'Epic Games sont hors ligne !",
Expand Down

0 comments on commit 26cb3f4

Please sign in to comment.