Skip to content

Commit

Permalink
Merge branch '1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Kumar committed Jun 27, 2023
2 parents 9416661 + fcb5f8c commit d2153ae
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 19 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG-1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CHANGELOG for 1.2.x
===================

This changelog references any relevant changes introduced in 1.2 minor versions.

* 1.2.x
* PR #636: Fixed some language errors (rastiqdev)
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Getting Started
* [Modules](#modules)
* [Requirements](#requirements)
* [Installation](#installation)
* [Vagrant Virtual Environment](#vagrant-virtual-environment)
* [Docker Runtime](#docker-runtime)
* [License](#license)
* [Security Vulnerabilities](#security-vulnerabilities)
Expand Down Expand Up @@ -220,12 +221,16 @@ php bin/console c:c

> *http(s)://example.com/en/customer/login*

Docker Runtime
--------------

[Dockerize your helpdesk project][22]

Vagrant Virtual Environment
--------------

[Get started with uvdesk now by using vagrant to setup virtual environment][33]

Modules
--------------

Expand Down Expand Up @@ -301,4 +306,4 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
[30]: https://www.uvdesk.com/en/blog/uvdesk-marketing-announcement/
[31]: https://support.uvdesk.com/es/blog/uvdesk-what-is-kudos
[32]: https://www.uvdesk.com/en/blog/language-translation-in-uvdesk-open-source-helpdesk/

[33]: https://github.com/uvdesk/community-skeleton/wiki/Vagrant-Virtual-Machine-Environment
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@
"symfony/symfony": "*"
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
},
"symfony": {
"allow-contrib": false,
"endpoint": [
Expand Down
28 changes: 14 additions & 14 deletions translations/messages.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
"Username/Email": "Nom d'utilisateur/Email"
"create new": "créer un nouveau"
"Howdy!": "Salut!"
"Ticket Information": "Informations sur les billets"
"Ticket Information": "Informations sur les tickets"
"CC/BCC": "CC/BCC"
"Success! Label created successfully.": "Succès ! Étiquette créée avec succès."
"Success! Label removed successfully.": "Succès ! Étiquette supprimée avec succès."
"Success! Label created successfully.": "Étiquette créée avec succès."
"Success! Label removed successfully.": " Étiquette supprimée avec succès."
"Reports": "Rapports"
"Rating": "Évaluation"
"Kudos Rating": "Évaluation des appréciations"
"Choose your default timeformat": "Choisissez votre format d'heure par défaut"
"Remove profile picture": "Supprimer la photo de profil"
"Success ! Profile updated successfully.": "Succès ! Mise à jour du profil réussie."
"Howdy": "salut"
"Howdy": "Salut"
"Form successfully updated.": "Formulaire mis à jour avec succès."
"NEW FORM": "NOUVELLE FORME"
"NEW FORM": "NOUVEAU FORMULAIRE"
"Text Box": "Zone de texte"
"Text Area": "Zone de texte"
"Select": "Sélectionner"
"Radio": "Radio"
"Checkbox": "Case à cocher"
"Date": "Fecha"
"Date": "Date"
"Both Date and Time": "Date et heure"
"Choose a status": "Choisissez un statut"
"Choose a group": "Choisissez un groupe"
Expand Down Expand Up @@ -1468,25 +1468,25 @@
"Medium": "Moyen"
"High": "Haut"
"Urgent": "Urgent"
"Reset Password": "réinitialiser le mot de passe"
"Reset Password": "Réinitialiser le mot de passe"
"Enter your new password below to update your login credentials": "Entrez votre nouveau mot de passe ci-dessous pour mettre à jour vos informations de connexion"
"Save Password": "Enregistrer le mot de passe"
"Rate Support": "Assistance tarifaire"
"I am very Sad": "Je suis très triste"
"I am Sad": "Je suis triste"
"I am very Sad": "Je suis très déçu"
"I am Sad": "Je suis déçu"
"I am Neutral": "je suis neutre"
"I am Happy": "Je suis content"
"I am Very Happy": "Je suis très heureux"
"Kudos": "Appréciations"
"kudos": "Appréciations"
"Very Sad": "Très triste"
"Sad": "Triste"
"Very Sad": "Très déçu"
"Sad": "Déçu"
"Neutral": "Neutre"
"Happy": "Heureux"
"Very Happy": "Très heureux"
"Star(s)": "Étoiles"
"Star(s)": "Étoile(s)"
"Warning ! Swiftmailer not working. An error has occurred while sending emails!" : "Avertissement ! Swiftmailer ne fonctionne pas. Une erreur s'est produite lors de l'envoi des e-mails !"
"Invalid credentials.": "les informations d'identification invalides"
"Invalid credentials.": "Informations d'identification invalides."
"Success ! Project cache cleared successfully.": "Succès ! Cache du projet effacé avec succès."
"clear cache": "vider le cache"
"Last Updated": "Dernière mise à jour"
Expand All @@ -1496,7 +1496,7 @@
"Forbidden": "Interdit"
"You don’t have the necessary permissions to access this Web page :(": "Vous n'avez pas les autorisations nécessaires pour accéder à cette page Web :("
"Internal server error": "Erreur Interne du Serveur"
"Our system has goofed up for a while, but good part is it won't last long": "Notre système a gaffé pendant un certain temps, mais une bonne partie est qu'il ne durera pas longtemps"
"Our system has goofed up for a while, but good part is it won't last long": "Notre système a gaffé pendant un certain temps, mais la bonne nouvelle est que ça ne durera pas longtemps"
"Unknown Error": "Erreur inconnue"
"We are quite confused about how did you land here:/": "Nous sommes assez confus quant à la façon dont vous avez atterri ici :/"
"Few of the links which may help you to get back on the track -": "Quelques liens qui peuvent vous aider à vous remettre sur la bonne voie -"

0 comments on commit d2153ae

Please sign in to comment.