You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Content of error presented when updating the attendance status of a Booking fails. It reads: Unable to change status of Booking #{Booking number}. Parameters: %1$d - Booking number */
833
-
"BookingDetailsView.attendanceStatus.updateFailed.message" = "يتعذر تغيير حالة حضور الحجز رقم %1$d";
839
+
"BookingDetailsView.attendanceStatus.failureMessage." = "يتعذر تغيير حالة حضور الحجز رقم%1$d.";
840
+
841
+
/* Add a booking note section in booking details view. */
/* Content of error presented when cancelling a Booking fails. It reads: Unable to cancel Booking #{Booking number}. Parameters: %1$d - Booking number */
/* Content of error presented when cancelling a Booking fails. It reads: Unable to mark Booking #{Booking number} as paid. Parameters: %1$d - Booking number */
887
+
"BookingDetailsView.markAsPaid.failureMessage" = "يتعذر وضع علامة على الحجز رقم%1$d على أنه مدفوع.";
888
+
868
889
/* Booking Details screen nav bar title. %1$d is a placeholder for the booking ID. */
869
890
"BookingDetailsView.navTitle" = "الحجز رقم %1$d";
870
891
@@ -883,9 +904,6 @@ which should be translated separately and considered part of this sentence. */
883
904
/* Header title for the 'Payment' section in the booking details screen. */
/* Content of error presented when updating the attendance status of a Booking fails. It reads: Unable to change status of Booking #{Booking number}. Parameters: %1$d - Booking number */
833
-
"BookingDetailsView.attendanceStatus.updateFailed.message" = "Anwesenheitsstatus der Buchungsnummer %1$d kann nicht geändert werden";
839
+
"BookingDetailsView.attendanceStatus.failureMessage." = "Anwesenheitsstatus von Buchung Nr. %1$d kann nicht geändert werden.";
840
+
841
+
/* Add a booking note section in booking details view. */
/* Content of error presented when cancelling a Booking fails. It reads: Unable to cancel Booking #{Booking number}. Parameters: %1$d - Booking number */
869
+
"BookingDetailsView.cancellation.failureMessage" = "Buchung Nr. %1$d kann nicht storniert werden.";
870
+
853
871
/* Billing address row title in customer section in booking details view. */
/* Content of error presented when cancelling a Booking fails. It reads: Unable to mark Booking #{Booking number} as paid. Parameters: %1$d - Booking number */
887
+
"BookingDetailsView.markAsPaid.failureMessage" = "Buchung Nr. %1$d kann nicht als bezahlt markiert werden.";
888
+
868
889
/* Booking Details screen nav bar title. %1$d is a placeholder for the booking ID. */
0 commit comments