fix: update localization strings for booking shifts in English and Spanish

This commit is contained in:
Achintha Isuru
2026-03-07 02:36:42 -05:00
parent 0f5ceb8003
commit 720bf247b3
3 changed files with 5 additions and 5 deletions

View File

@@ -1249,7 +1249,7 @@
"clock_in": "CLOCK IN", "clock_in": "CLOCK IN",
"decline": "DECLINE", "decline": "DECLINE",
"accept_shift": "ACCEPT SHIFT", "accept_shift": "ACCEPT SHIFT",
"apply_now": "APPLY NOW", "apply_now": "BOOK SHIFT",
"book_dialog": { "book_dialog": {
"title": "Book Shift", "title": "Book Shift",
"message": "Do you want to instantly book this shift?" "message": "Do you want to instantly book this shift?"

View File

@@ -1244,7 +1244,7 @@
"clock_in": "ENTRADA", "clock_in": "ENTRADA",
"decline": "RECHAZAR", "decline": "RECHAZAR",
"accept_shift": "ACEPTAR TURNO", "accept_shift": "ACEPTAR TURNO",
"apply_now": "SOLICITAR AHORA", "apply_now": "RESERVAR TURNO",
"book_dialog": { "book_dialog": {
"title": "Reservar turno", "title": "Reservar turno",
"message": "\u00bfDesea reservar este turno al instante?" "message": "\u00bfDesea reservar este turno al instante?"

View File

@@ -3,11 +3,11 @@
# Usage examples: # Usage examples:
# make dataconnect-sync DC_ENV=dev # make dataconnect-sync DC_ENV=dev
# make dataconnect-sync-full DC_ENV=dev # make dataconnect-sync-full DC_ENV=dev
# make dataconnect-seed DC_ENV=validation # make dataconnect-seed DC_ENV=dev
# make dataconnect-clean DC_ENV=validation # make dataconnect-clean DC_ENV=dev
# make dataconnect-generate-sdk DC_ENV=dev # make dataconnect-generate-sdk DC_ENV=dev
# #
DC_ENV ?= validation DC_ENV ?= dev
DC_LOCATION ?= us-central1 DC_LOCATION ?= us-central1
DC_CONNECTOR_ID ?= example DC_CONNECTOR_ID ?= example