Skip to content

Commit

Permalink
Add a new string in strings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavesh100 committed May 19, 2023
1 parent ad75ac9 commit 7af2e93
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<string name="food_name">اسم الغذاء</string>
<string name="expiration_date">تاريخ انتهاء الصلاحية</string>
<string name="please_select_a_date">الرجاء تحديد تاريخ</string>
<string name="please_enter_a_food_name">الرجاء إدخال اسم طعام</string>
<string name="insert">إدراج</string>
<string name="update">تحديث</string>
<string name="cancel">يلغي</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<string name="food_name">Lebensmittelname</string>
<string name="expiration_date">Verfallsdatum</string>
<string name="please_select_a_date">Bitte Datum auswählen</string>
<string name="please_enter_a_food_name">Bitte geben Sie einen Lebensmittelnamen</string>
<string name="insert">Einfügen</string>
<string name="update">Aktualisieren</string>
<string name="cancel">Abbrechen</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<string name="food_name">Nombre del producto</string>
<string name="expiration_date">Fecha de caducidad</string>
<string name="please_select_a_date">Por favor, seleccione la fecha</string>
<string name="please_enter_a_food_name">Por favor ingrese un nombre del producto</string>
<string name="insert">Insertar</string>
<string name="update">Actualizar</string>
<string name="cancel">Cancelar</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<string name="food_name">खाद्य पदार्थ का नाम</string>
<string name="expiration_date">समाप्ति तिथि</string>
<string name="please_select_a_date">कृपया एक तिथि चुनें</string>
<string name="please_enter_a_food_name">कृपया खाद्य पदार्थ का नाम दर्ज करें</string>
<string name="insert">डालें</string>
<string name="update">अपडेट करें</string>
<string name="cancel">रद्द करें</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<string name="food_name">Nome alimento</string>
<string name="expiration_date">Data di scadenza</string>
<string name="please_select_a_date">Per favore seleziona una data</string>
<string name="please_enter_a_food_name">Si prega di inserire un nome alimento</string>
<string name="insert">Inserisci</string>
<string name="update">Aggiorna</string>
<string name="cancel">Cancella</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<string name="food_name">Food name</string>
<string name="expiration_date">Expiration date</string>
<string name="please_select_a_date">Please select a date</string>
<string name="please_enter_a_food_name">Please enter a food name</string>
<string name="insert">Insert</string>
<string name="update">Update</string>
<string name="cancel">Cancel</string>
Expand Down

0 comments on commit 7af2e93

Please sign in to comment.