Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/js/components/requests/requestModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
md="8"
>
<p>
{{ $t("We've made it easy for you to start a Case for the following Processes. Select a Process to start your Case.") }}
{{ $t("Select a Process below to get started.") }}
</p>
</b-col>
<b-col
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,7 @@
"We can't find a user with that e-mail address.": "Wir können keinen Benutzer mit dieser E-Mail-Adresse finden.",
"We have e-mailed your password reset link!": "Wir haben Ihnen eine E-Mail mit einem Link zum Zurücksetzen Ihres Passworts gesendet!",
"We recommended a transparent PNG at :size pixels.": "Wir empfehlen ein transparentes PNG mit :size Pixeln.",
"We've made it easy for you to start a Case for the following Processes. Select a Process to start your Case.": "Mit unserem Programm ist es ganz einfach, eine Anfrage für die folgenden Prozesse zu generieren. Wählen Sie einen Prozess aus, um Ihre Anfrage zu generieren.",
"Select a Process below to get started.": "Wählen Sie einen Prozess aus, um Ihre Anfrage zu generieren.",
"Web Entry": "Web-Eintrag",
"week": "Woche",
"Welcome": "Willkommen",
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"Call Activity": "Call Activity",
"Callback": "Callback",
"Can not assign this task because there is no previous user assigned before this task": "Can not assign this task because there is no previous user assigned before this task",
"Cancel Case": "Cancel Case",
"Cancel Request": "Cancel Request",
"Cancel Screen": "Cancel Screen",
"Cancel": "Cancel",
"Cancel And Go Back": "Cancel And Go Back",
Expand Down Expand Up @@ -2069,7 +2069,7 @@
"We have e-mailed your password reset link!": "We have e-mailed your password reset link!",
"We recommend using fewer than 25 form elements in your screen for optimal performance.": "We recommend using fewer than 25 form elements in your screen for optimal performance.",
"We recommended a transparent PNG at :size pixels.": "We recommended a transparent PNG at :size pixels.",
"We've made it easy for you to start a Case for the following Processes. Select a Process to start your Case.": "We've made it easy for you to start a Case for the following Processes. Select a Process to start your Case.",
"Select a Process below to get started.": "Select a Process to start your Case.",
"Web Entry": "Web Entry",
"Webhook URL": "Webhook URL",
"week": "week",
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"Calcs": "Calculadas",
"Calculated Properties": "Propiedades calculadas",
"Call Activity": "Actividad de llamadas",
"Cancel Case": "Cancelar solicitud",
"Cancel Request": "Cancelar solicitud",
"Cancel Screen": "Cancelar pantalla",
"Cancel": "Cancelar",
"Canceled": "Cancelado",
Expand Down Expand Up @@ -987,7 +987,7 @@
"We can't find a user with that e-mail address.": "No podemos encontrar un usuario con esa dirección de correo electrónico.",
"We have e-mailed your password reset link!": "¡Le hemos enviado por correo electrónico el enlace para restablecer su contraseña!",
"We recommended a transparent PNG at :size pixels.": "Recomendamos un PNG transparente en tamaño de píxeles:.",
"We've made it easy for you to start a Case for the following Processes. Select a Process to start your Case.": "Le facilitamos el inicio de una Solicitud para los siguientes Procesos. Seleccione un Proceso para iniciar su Solicitud.",
"Select a Process below to get started.": "Seleccione un Proceso para iniciar su Solicitud.",
"Web Entry": "Entrada web",
"week": "semana",
"Welcome": "Bienvenido",
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"Calcs": "Calculs",
"Calculated Properties": "Propriétés calculées",
"Call Activity": "Activité d'appel",
"Cancel Case": "Annuler la demande",
"Cancel Request": "Annuler la demande",
"Cancel Screen": "Annuler l'écran",
"Cancel": "Annuler",
"Canceled": "Annulé",
Expand Down Expand Up @@ -983,7 +983,7 @@
"We can't find a user with that e-mail address.": "Cette adresse e-mail ne correspond à aucun utilisateur.",
"We have e-mailed your password reset link!": "Nous vous avons envoyé un e-mail contenant le lien de réinitialisation de votre mot de passe !",
"We recommended a transparent PNG at :size pixels.": "Nous recommandons l'utilisation d'un fichier PNG transparent de :size pixels.",
"We've made it easy for you to start a Case for the following Processes. Select a Process to start your Case.": "Nous avons simplifié pour vous la création de demandes pour les processus suivants. Sélectionnez un processus pour créer votre demande.",
"Select a Process below to get started.": "Sélectionnez un processus pour créer votre demande.",
"Web Entry": "Page d'accès",
"week": "semaine",
"Welcome": "Bienvenue",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/requests/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ class="btn d-block mr-0 ml-auto button-collapse"
<li class="list-group-item">
<button type="button" class="btn btn-outline-custom btn-block" @click="onCancel"
aria-haspopup="dialog">
{{ __('Cancel Case') }}
{{ __('Cancel Request') }}
</button>
</li>
@endif
Expand Down