mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +02:00
Version 3.0.382
This commit is contained in:
parent
3a363acf3a
commit
a7117bc0f1
31 changed files with 252 additions and 251 deletions
|
@ -1,4 +1,5 @@
|
|||
using ShareeBike.Model.State;
|
||||
using ShareeBike.Model.State;
|
||||
using ShareeBike.MultilingualResources;
|
||||
|
||||
namespace ShareeBike.ViewModel.Bikes.Bike.BC
|
||||
{
|
||||
|
@ -10,13 +11,13 @@ namespace ShareeBike.ViewModel.Bikes.Bike.BC
|
|||
switch (state)
|
||||
{
|
||||
case InUseStateEnum.Disposable:
|
||||
return "Rad reservieren";
|
||||
return AppResources.ActionRequestBike;
|
||||
|
||||
case InUseStateEnum.Reserved:
|
||||
return "Reservierung aufheben";
|
||||
return AppResources.ActionCancelReservation;
|
||||
|
||||
case InUseStateEnum.Booked:
|
||||
return "Miete beenden";
|
||||
return AppResources.ActionEndRental;
|
||||
|
||||
default:
|
||||
return $"{state}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue