Commit Mie Ayam

This commit is contained in:
202310715082 FAZRI ABDURRAHMAN 2025-10-16 15:28:08 +07:00
parent 82b7dc7723
commit 6dd65a9a9e

View File

@ -14,11 +14,11 @@
limitations under the License. limitations under the License.
--> -->
<resources> <resources>
<string name="app_name">Cupcake</string> <string name="app_name">Mie Ayam</string>
<string name="order_cupcakes">Order Cupcakes</string> <string name="order_cupcakes">Pesan Mie Ayam</string>
<string name="one_cupcake">One Cupcake</string> <string name="one_cupcake">One Mie Ayam</string>
<string name="six_cupcakes">Six Cupcakes</string> <string name="six_cupcakes">Six Mie Ayam</string>
<string name="twelve_cupcakes">Twelve Cupcakes</string> <string name="twelve_cupcakes">Twelve Mie Ayam</string>
<string name="choose_flavor">Choose Flavor</string> <string name="choose_flavor">Choose Flavor</string>
<string name="vanilla">Vanilla</string> <string name="vanilla">Vanilla</string>
<string name="chocolate">Chocolate</string> <string name="chocolate">Chocolate</string>
@ -36,11 +36,11 @@
<string name="pickup_date">Pickup date</string> <string name="pickup_date">Pickup date</string>
<string name="subtotal_price">Subtotal %s</string> <string name="subtotal_price">Subtotal %s</string>
<string name="total_price">Total %s</string> <string name="total_price">Total %s</string>
<string name="new_cupcake_order">New Cupcake Order</string> <string name="new_cupcake_order">New Mie Ayam Order</string>
<string name="order_details">Quantity: %1$s \nFlavor: %2$s \nPickup date: %3$s \nTotal: %4$s \n\nThank you!</string> <string name="order_details">Quantity: %1$s \nFlavor: %2$s \nPickup date: %3$s \nTotal: %4$s \n\nThank you!</string>
<string name="back_button">Back</string> <string name="back_button">Back</string>
<plurals name="cupcakes"> <plurals name="cupcakes">
<item quantity="one">%d cupcake</item> <item quantity="one">%d Mie Ayam</item>
<item quantity="other">%d cupcakes</item> <item quantity="other">%d Mie Ayam</item>
</plurals> </plurals>
</resources> </resources>