Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 21, 2024
1 parent cbad0dc commit 77429d6
Show file tree
Hide file tree
Showing 19 changed files with 444 additions and 212 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set environment
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.2
tools: composer:v2, supportpal/language-tools

- name: PHP Syntax Check
uses: overtrue/phplint@8.2
uses: overtrue/phplint@9.1
with:
path: .
options: --exclude=vendor
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Check out English
if: ${{ env.LANG_NAME != 'en' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: supportpal/addon-language-english
path: addon-language-english/
Expand Down
17 changes: 11 additions & 6 deletions Lang/fr/actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
/*
* 2.2.0
*/
"increase_due_time" => "Retarder l'échéance",
"close_and_lock_ticket" => "Fermer et verrouiller le billet",
"pause_due_time" => "Mettre en pause l'échéance",
"reduce_due_time" => "Raccourcir l'échéance",
"set_due_time" => "Mettre une échéance",
"unlock_ticket" => "Déverrouiller le billet",
"update_sla_plan" => "Modifier le plan SLA",
"update_subject" => "Modifier le sujet",
Expand Down Expand Up @@ -74,8 +70,17 @@
"block_user" => "Bloquer l'utilisateur",

/*
* 2.6.0
* 5.0.0
*/
"clear_due_time" => "Supprimer l'échéance",
"increase_resolve_due_time" => "Increase resolution due time",
"increase_reply_due_time" => "Increase reply due time",
"reduce_resolve_due_time" => "Reduce resolution due time",
"reduce_reply_due_time" => "Reduce reply due time",
"set_resolve_due_time" => "Set resolution due time",
"set_reply_due_time" => "Set reply due time",
"clear_resolve_due_time" => "Clear resolution due time",
"clear_reply_due_time" => "Clear reply due time",
"pause_due_times" => "Pause due times",
"unpause_due_times" => "Unpause due times",

);
11 changes: 6 additions & 5 deletions Lang/fr/conditions.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@
*/
"last_message_content" => "Contenu du dernier message",

/*
* 2.5.0
*/
"user_email_confirmed" => "Adresse courriel de l'utilisateur confirmé",

/*
* 3.0.0
*/
Expand All @@ -112,4 +107,10 @@
* 4.0.0
*/
"last_message_content_exc_notes" => "Last message content (mis à part les notes)",

/*
* 5.0.0
*/
"user_email_verified" => "User email verified",
"ticket_has_followup" => "Ticket has follow up",
);
44 changes: 43 additions & 1 deletion Lang/fr/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"smtp_username" => "Nom d'utilisateur SMTP",
"smtp_password" => "Mot de passe SMTP",
"ssl" => "SSL",
"tls" => "TLS",
"email_content" => "Contenu du courriel",
"email_content_desc" => "Entrez un sujet par défaut et le contenu des courriels pour ce modèle, vous pouvez aussi écrire le modèle dans d'autres langues. Si un modèle ne soit pas dans une autre langue, il utilisera les données par défaut.",
"outgoing" => "Sortant",
Expand Down Expand Up @@ -619,4 +618,47 @@
"shortcut_collapse_all" => "Replier tous les messages",
"shortcut_print_ticket" => "Imprimer le détail du billet et des messages",

/*
* 4.3.0
*/
"db_connection_error" => "Database connection error, please check :path",

/*
* 5.0.0
*/
"favicon_dark_mode" => "Dark Mode Favicon",
"favicon_dark_mode_desc" => "If your favicon was designed to only work on a light background, set a different favicon for dark mode. This will only be used if your browser and/or operating system is running in dark mode.",
"template_mode_system_desc" => "Choosing system will synchronise the template mode to light or dark mode depending on your operating system theme settings.",

/*
* 5.0.1
*/
"starttls_or_none" => "STARTTLS / None",

/*
* 5.1.0
*/
"email_attempt_at_desc" => "The email failed to send. Retrying again :time.", // :time example, "in 5 mins"
"websockets_connection" => "Web Sockets Connection",
"websockets_not_running" => "Unable to connect to web socket server.",
"search_driver_check" => "Search Driver",
"search_driver_not_working" => "The configured search driver is not working correctly.",

/*
* 5.2.0
*/
"temporary_path" => "Temporary Path",
"temporary_path_desc" => "The temporary path is used to store files during the update. The system temporary path is used by default. The path must have at least 3GB of free space.",
"background_jobs_desc" => "Below are a list of background jobs that have failed recently.",
"failed_jobs" => "Failed Jobs",
"horizon_dashboard" => "Horizon Dashboard",
"job" => "Job|Jobs",
"job_payload" => "Job Payload",
"job_exception" => "Job Exception",
"failed_at" => "Failed At",
"queue" => "Queue",
"exception" => "Exception",
"data" => "Data",
"failed_background_jobs" => "One or more <a target='_blank' href=':link'>background jobs</a> have failed and require manual attention.",

);
16 changes: 16 additions & 0 deletions Lang/fr/events.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,20 @@
"update_subject" => "Sujet modifié",
"update_watching" => "Opérateurs assignés modifiés",

/*
* 5.0.0
*/
"update_custom_field" => "Custom field updated",
"operator_draft" => "Operator draft updated",
"update_cc" => "CC email addresses updated",
"update_due_time" => "Due time updated",
"update_sla_plan" => "SLA plan updated",
"update_locked" => "Ticket locked",
"update_unlocked" => "Ticket unlocked",

/*
* 5.1.0
*/
"update_message" => "Message updated",

);
13 changes: 8 additions & 5 deletions Lang/fr/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -420,10 +420,13 @@
*/
"merge" => "Merge",

/*
* 4.2.0
*/
"bridge_command_deprecated_warning" => "This command is deprecated and will be removed in the next major release. Call ':php :app_manager_path :command_name' instead.",
"bridge_command_obsolete_warning" => "This command has moved. Call ':php :app_manager_path :command_name' instead.",
/*
* 5.0.0
*/
"invited" => "Invited",
"apply" => "Apply",
"opened" => "Opened",
"week" => "Week|Weeks",
"quarter" => "Quarter|Quarters",

);
18 changes: 8 additions & 10 deletions Lang/fr/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@
"help_desc" => "Si vous avez besoin d'aide pour configurer ou utiliser SupportPal, nous avons trois principales sources d'information:",
"submit_a_ticket" => "Soumettre un ticket",

/*
* 2.0.1
*/

"post_install" => "Pour que le système fonctionne correctement, une tâche cron doit être mis en place. S'il vous plaît lire notre <a href='http://docs.supportpal.com/display/DOCS/New+Installation#NewInstallation-PostInstallationSteps'> après les étapes d'installation </a> pour plus de détails à ce sujet et d'autres recommander des mesures pour améliorer la fonctionnalité et la sécurité.",

/*
* 2.0.2
*/
Expand Down Expand Up @@ -111,15 +105,12 @@
"allow_url_fopen" => "'allow_url_fopen' Enabled",
"allow_url_fopen_failure" => "Enable 'allow_url_fopen' in your php.ini file to use Gravatar and other features.",
"allowed_methods" => "HTTP Allowed Methods",
"help_allowed_methods" => "Your web server must permit all of the below HTTP methods. Please check our <a href='https://docs.supportpal.com/current/New+Installation#PostInstallationSteps' target='_blank'>New Installation</a> documentation for more information.",

/*
* 2.4.0
*/
"mysql_server_version" => "Server Version >= :min",
"mysql_server_version_desc" => "MySQL :min or greater is required to run SupportPal. Found: ':version'.",
"mysql_client_version" => "Client Version >= :min (:mysqlnd_min for MySQLnd)",
"mysql_client_version_desc" => "MySQL client version :min or greater (:mysqlnd_min for MySQLnd) is required to run SupportPal. Found: ':version'.",

"upgrade_step" => "Step :num of :total: ",
"accept_eula" => "Accept EULA",
Expand All @@ -134,7 +125,6 @@
*/
"press_to_begin" => "Please press the button below to start.",
"locked" => "Install/Upgrade In-Progress",
"locked_desc" => "Detected a lock file (:path).\nPlease check that the installer is not already running.\n\nYou can delete this file when you're certain that another installation or upgrade is not in progress.",

"error_and_empty_database" => "There was an error. You may need to empty the database before starting again.",
"login_with_details" => "You can login using the details specified earlier.",
Expand Down Expand Up @@ -201,4 +191,12 @@
"upgrade_complete_success" => "App upgrade completed successfully.",
"app_manager_requires_update" => "Must update app-manager before running helpdesk update. :command",

/*
* 5.0.0
*/
"mysql_client_version" => "Client Version >= :min (:mysqlnd_min for MySQLnd)",
"mysql_client_version_desc" => "MySQL client version :min or greater (:mysqlnd_min for MySQLnd) is required to run SupportPal. Found: ':version'.",
"post_install" => "Pour que le système fonctionne correctement, une tâche cron doit être mis en place. S'il vous plaît lire notre <a href='http://docs.supportpal.com/display/DOCS/New+Installation#NewInstallation-PostInstallationSteps'> après les étapes d'installation </a> pour plus de détails à ce sujet et d'autres recommander des mesures pour améliorer la fonctionnalité et la sécurité.",
"help_allowed_methods" => "Your web server must permit all of the below HTTP methods. Please check our <a href='https://docs.supportpal.com/current/New+Installation#PostInstallationSteps' target='_blank'>New Installation</a> documentation for more information.",

);
55 changes: 55 additions & 0 deletions Lang/fr/integrations.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?php declare(strict_types=1);

return array(

/*
* 5.0.0
*/
"app_id" => "App ID",
"app_secret" => "App Secret",
"api_key" => "API Key",

"algolia_documentation" => "Please read over our documentation for setting up <a href=':link'>Algolia</a>.",

"facebook_documentation" => "Please read over our documentation for setting up <a href=':link'>Facebook</a>.",
"facebook_redirect_url" => "The following URL <strong>must</strong> be entered for the Facebook Login 'Valid OAuth redirect URIs':",

"google_documentation" => "Please read over our documentation for setting up <a href=':link'>Google</a>.",
"google_redirect_url" => "The following URL(s) <strong>must</strong> be entered for the Google 'Authorized redirect URIs':",

"microsoft_documentation" => "Please read over our documentation for setting up <a href=':link'>Microsoft</a>.",
"microsoft_redirect_url" => "The following URL(s) <strong>must</strong> be entered for the Application 'Redirect URIs':",

"pusher_hosting" => "Hosting",
"pusher_cloud" => "Cloud (pusher.com)",
"pusher_self_hosted" => "Self-Hosted",
"pusher_key" => "Key",
"pusher_secret" => "Secret",
"pusher_cluster" => "Cluster",
"pusher_internal_host" => "Internal Host",
"pusher_internal_host_desc" => "The internal hostname or IP address of the web socket server.",
"pusher_internal_port_desc" => "The port of the internal web socket server.",
"pusher_external_host" => "External Host",
"pusher_external_host_desc" => "The hostname or IP address of the web socket server that members of the public can access. Please leave blank to default to the hostname of your help desk.",
"pusher_external_port_desc" => "The port of the public web socket server. Please leave blank to default to the same port as your webserver",
"pusher_encryption_desc" => "Enable if you've configured an SSL certificate on the web socket server.",
"pusher_unable_to_receive_updates" => "Unable to receive real-time updates. Please check your internet connection.",

"steam_documentation" => "Please read over our documentation for setting up <a href=':link'>Steam</a>.",

"twilio_account_details" => "Account Details",
"twilio_account_details_desc" => "The account SID and auth token are available on your account console under 'Account Info'.",
"twilio_account_sid" => "Account SID",
"twilio_auth_token" => "Auth Token",
"twilio_api_details" => "API Details",
"twilio_api_details_desc" => "Search for 'API Keys' in the console. Create an API key, and enter the key and secret below.",
"twilio_api_secret" => "API Secret",
"twilio_number_verification" => "Number Verification",
"twilio_number_verification_desc" => "Optional - Enter a verification service SID to enable verification of user phone numbers. This is recommended to avoid a user entering any phone number - the <a target='_blank' href='https://www.twilio.com/verify'>Verify</a> service by Twilio is chargeable.",
"twilio_verify_sid" => "Verification SID",

"twitter_api_key_secret" => "API Key Secret",
"twitter_documentation" => "Please read over our documentation for setting up <a href=':link'>Twitter</a>.",
"twitter_redirect_url" => "The following URL <strong>must</strong> be entered for the Twitter App 'Callback URL':",

);
Loading

0 comments on commit 77429d6

Please sign in to comment.