Skip to content

Commit 82afbb6

Browse files
committed
fix: add missing translations
1 parent 7eb5983 commit 82afbb6

File tree

6 files changed

+78
-0
lines changed

6 files changed

+78
-0
lines changed

app/locales/ar/components.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,16 @@
3232
"searchInput": {
3333
"clear": "بحث واضح",
3434
"placeholder": "يبحث..."
35+
},
36+
"confirmResponsiveDrawer": {
37+
"cancelText": "يلغي",
38+
"confirmText": "يتأكد",
39+
"heading": "هل أنت متأكد؟"
40+
},
41+
"datalist": {
42+
"emptyTitle": "لا توجد بيانات",
43+
"errorTitle": "حدث خطأ ما",
44+
"noResultsTitle": "لا توجد نتائج لـ \"{{searchTerm}}\"",
45+
"retry": "إعادة المحاولة"
3546
}
3647
}

app/locales/ar/user.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"fields": {
3+
"email": {
4+
"invalid": "البريد الإلكتروني غير صالح",
5+
"label": "بريد إلكتروني",
6+
"required": "البريد الإلكتروني مطلوب"
7+
},
8+
"name": {
9+
"invalid": "الاسم غير صالح",
10+
"label": "اسم",
11+
"onboardingLabel": "ما اسمك؟",
12+
"required": "الاسم مطلوب"
13+
}
14+
}
15+
}

app/locales/fr/components.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,16 @@
3232
"searchInput": {
3333
"clear": "Effacer la recherche",
3434
"placeholder": "Rechercher..."
35+
},
36+
"confirmResponsiveDrawer": {
37+
"cancelText": "Annuler",
38+
"confirmText": "Confirmer",
39+
"heading": "Êtes-vous sûr?"
40+
},
41+
"datalist": {
42+
"emptyTitle": "Aucune donnée",
43+
"errorTitle": "Une erreur s'est produite",
44+
"noResultsTitle": "Aucun résultat pour \"{{searchTerm}}\"",
45+
"retry": "Réessayer"
3546
}
3647
}

app/locales/fr/user.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"fields": {
3+
"email": {
4+
"invalid": "Email non valide",
5+
"label": "Email",
6+
"required": "L'email est requis"
7+
},
8+
"name": {
9+
"invalid": "Le nom n'est pas valide",
10+
"label": "Nom",
11+
"onboardingLabel": "Quel est votre nom?",
12+
"required": "Le nom est requis"
13+
}
14+
}
15+
}

app/locales/sw/components.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,16 @@
3232
"searchInput": {
3333
"clear": "Utaftaji wazi",
3434
"placeholder": "Tafuta ..."
35+
},
36+
"confirmResponsiveDrawer": {
37+
"cancelText": "Ghairi",
38+
"confirmText": "Thibitisha",
39+
"heading": "Una uhakika?"
40+
},
41+
"datalist": {
42+
"emptyTitle": "Hakuna data",
43+
"errorTitle": "Kitu kilienda vibaya",
44+
"noResultsTitle": "Hakuna matokeo ya \"{{searchTerm}}\"",
45+
"retry": "Jaribu tena"
3546
}
3647
}

app/locales/sw/user.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"fields": {
3+
"email": {
4+
"invalid": "Barua pepe ni batili",
5+
"label": "Barua pepe",
6+
"required": "Barua pepe inahitajika"
7+
},
8+
"name": {
9+
"invalid": "Jina sio batili",
10+
"label": "Jina",
11+
"onboardingLabel": "Jina lako ni nani?",
12+
"required": "Jina linahitajika"
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)