Skip to content

Commit

Permalink
fix: Backport translations for 2024.12. (#5223)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbatiste authored Dec 10, 2024
1 parent 66fd536 commit a860a28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default {
"components.selection-controls.label": "Actions à sélectionner",
"components.switch.visible": "Visible",
"components.switch.visibleWithPeriod": "Visible.",
"components.switch.hidden": "Masqué(e)",
"components.switch.hidden": "Masqué",
"components.switch.conditions": "Les conditions doivent être remplies",
"components.table-col-sort-button.addSortOrder": "Sélectionner pour ajouter un ordre de tri",
"components.table-col-sort-button.changeSortOrder": "Sélectionner pour modifier l'ordre de tri",
Expand Down
2 changes: 1 addition & 1 deletion lang/hi.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default {
"components.form-element.input.number.rangeUnderflow": "{minExclusive, select, true {संख्या {min} से ज़्यादा होनी चाहिए.} other {संख्या {min} से ज़्यादा या उसके बराबर होनी चाहिए.}}",
"components.form-element.input.text.tooShort": "{label} कम से कम {minlength} वर्णों का होना चाहिए",
"components.form-element.input.url.typeMismatch": "URL मान्य नहीं है",
"components.form-element.valueMissing": "{label} आवश्यक है",
"components.form-element.valueMissing": "{label} ज़रूरी है",
"components.form-error-summary.errorSummary": "{count, plural, one {आपके द्वारा सबमिट की गई जानकारी में {count} त्रुटियाँ पाई गईं} other {आपके द्वारा सबमिट की गई जानकारी में {count} त्रुटियाँ पाई गईं}}",
"components.form-error-summary.text": "त्रुटि विवरण टॉगल करें",
"components.input-color.backgroundColor": "पृष्ठभूमि का रंग",
Expand Down

0 comments on commit a860a28

Please sign in to comment.