Skip to content

Commit

Permalink
fix: update wording for confirm discard changes (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-dalmet authored Oct 2, 2024
1 parent 4bf6a5b commit 02a3188
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions src/locales/ar/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"or": "أو",
"confirmDiscardChanges": {
"cancelText": "حفظ التغييرات",
"confirmText": "تجاهل التغييرات",
"message": "أنت على وشك التراجع عن كافة التغييرات التي أجريتها.",
"title": "هل تريد تجاهل التغييرات؟"
"cancelText": "البقاء على الصفحة",
"confirmText": "الخروج دون حفظ",
"message": "أنت على وشك مغادرة الصفحة دون حفظ التغييرات.",
"title": "ترك الصفحة؟"
},
"filter": "منقي",
"clear": "واضح",
Expand Down
8 changes: 4 additions & 4 deletions src/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"or": "or",
"confirmDiscardChanges": {
"title": "Discard changes?",
"message": "You are about to undo all the changes you made.",
"confirmText": "Discard changes",
"cancelText": "Keep changes"
"title": "Leave the page?",
"message": "You are about to leave the page without saving your changes.",
"confirmText": "Leave without saving",
"cancelText": "Stay on the page"
},
"filter": "Filter",
"clear": "Clear",
Expand Down
8 changes: 4 additions & 4 deletions src/locales/fr/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"or": "ou",
"confirmDiscardChanges": {
"cancelText": "Garder les modifications",
"confirmText": "Annuler les modifications",
"message": "Vous êtes sur le point d'annuler toutes les modifications que vous avez apportées.",
"title": "Annuler les modifications?"
"cancelText": "Restez sur la page",
"confirmText": "Quitter sans sauvegarder",
"message": "Vous êtes sur le point de quitter la page sans sauvegarder vos modifications.",
"title": "Quitter la page ?"
},
"filter": "Filtrer",
"clear": "Effacer",
Expand Down
8 changes: 4 additions & 4 deletions src/locales/sw/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"or": "au",
"confirmDiscardChanges": {
"cancelText": "Weka mabadiliko",
"confirmText": "Tupa mabadiliko",
"message": "Unakaribia kutendua mabadiliko yote uliyofanya.",
"title": "Ungependa kutupa mabadiliko?"
"cancelText": "Kaa kwenye ukurasa",
"confirmText": "Ondoka bila kuhifadhi",
"message": "Unakaribia kuondoka kwenye ukurasa bila kuhifadhi mabadiliko yako.",
"title": "Ungependa kuondoka kwenye ukurasa?"
},
"filter": "Chuja",
"clear": "Wazi",
Expand Down

0 comments on commit 02a3188

Please sign in to comment.