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 b932e70 commit 45ff6a7
Show file tree
Hide file tree
Showing 19 changed files with 546 additions and 219 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.0
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/nl/actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
/*
* 2.2.0
*/
"increase_due_time" => "Deadline verhogen",
"close_and_lock_ticket" => "Sluit en lock ticket",
"pause_due_time" => "Deadline pauzeren",
"reduce_due_time" => "Deadline verlangen",
"set_due_time" => "Deadline instellen",
"unlock_ticket" => "Ticket unlocken",
"update_sla_plan" => "SLA bijwerken",
"update_subject" => "Onderwerp bijwerken",
Expand Down Expand Up @@ -74,8 +70,17 @@
"block_user" => "Gebruiker blokkeren",

/*
* 2.6.0
* 5.0.0
*/
"clear_due_time" => "Deadline wissen",
"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/nl/conditions.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@
*/
"last_message_content" => "Inhoud laatste bericht",

/*
* 2.5.0
*/
"user_email_confirmed" => "E-mail adres Gebruiker bevestigd",

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

/*
* 5.0.0
*/
"user_email_verified" => "User email verified",
"ticket_has_followup" => "Ticket has follow up",
);
74 changes: 72 additions & 2 deletions Lang/nl/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"smtp_username" => "SMTP gebruikersnaam",
"smtp_password" => "SMTP wachtwoord",
"ssl" => "SSL",
"tls" => "TLS",
"email_content" => "E-mail inhoud",
"email_content_desc" => "voer een standaardonderwerp en e-mailinhoud in voor deze sjabloon, de template kan ook in andere talen geschreven worden. Als een template een bepaalde taal niet heeft worden de standaardgegevens gebruikt. ",
"outgoing" => "Uitgaand",
Expand Down Expand Up @@ -361,7 +360,7 @@
*/
"enable_ssl_warning" => "Als deze instelling word inschakelt wanneer de pagina niet correct laadt, wordt SupportPal mogelijk onbereikbaar! ",
"verify_frontend_loads" => "Controleer of de frontend hieronder correct wordt geladen.",
"twig_operator_signature" => "Het {{ operator.signature|raw }} samenvoegveld wordt tijdens runtime verwerkt, waardoor het voorbeeld mogelijk onjuist is.",
"twig_operator_reply_template" => "The {{ operator.reply_template|raw }} merge field will be processed at runtime hence the preview may be incorrect.",

/*
* 2.4.1
Expand Down Expand Up @@ -591,4 +590,75 @@
"browse_image" => "Browse for an image",
"drop_image" => "Drop an image here",

/*
* 4.2.0
*/
"keyboard_shortcuts" => "Keyboard Shortcuts",
"enable_keyboard_shortcuts" => "Enable keyboard shortcuts",
"shortcut_global" => "Global shortcuts",
"shortcut_toggle" => "Toggle the keyboard shortcuts dialog",
"shortcut_start_search" => "Start search",
"shortcut_goto_new_ticket" => "Go to the open new ticket page",
"shortcut_ticket_view" => "Ticket view shortcuts",
"shortcut_focus_reply" => "Focus the reply form",
"shortcut_focus_notes" => "Focus the notes form",
"shortcut_focus_forward" => "Focus the forward form",
"shortcut_toggle_user_tab" => "Toggle the user details tab in the sidebar",
"shortcut_take_ticket" => "Take ticket",
"shortcut_close_ticket" => "Close ticket",
"shortcut_lock_ticket" => "Close & lock ticket",
"shortcut_unlock_ticket" => "Unlock ticket",
"shortcut_trash_ticket" => "Move ticket to trash",
"shortcut_block_user" => "Block user and move ticket to trash",
"shortcut_watch_ticket" => "Watch ticket",
"shortcut_unwatch_ticket" => "Unwatch ticket",
"shortcut_merge_ticket" => "Merge ticket",
"shortcut_unmerge_ticket" => "Unmerge ticket",
"shortcut_expand_all" => "Expand all messages",
"shortcut_collapse_all" => "Collapse all messages",
"shortcut_print_ticket" => "Print ticket details and 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/nl/events.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,20 @@
"update_subject" => "Onderwerp bijgewerkt",
"update_watching" => "Monitorende operator(s) bijgewerkt",

/*
* 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",

);
14 changes: 14 additions & 0 deletions Lang/nl/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,18 @@
"more_information" => "More Information",
"details" => "Details",

/*
* 4.1.0
*/
"merge" => "Merge",

/*
* 5.0.0
*/
"invited" => "Invited",
"apply" => "Apply",
"opened" => "Opened",
"week" => "Week|Weeks",
"quarter" => "Quarter|Quarters",

);
27 changes: 17 additions & 10 deletions Lang/nl/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@
"help_desc" => "Mocht je hulp nodig hebben bij het configureren of gebruiken van SupportPal, dan hebben we twee belangrijke informatiebronnen:",
"submit_a_ticket" => "Ticket indienen",

/*
* 2.0.1
*/

"post_install" => "Om het systeem goed te laten functioneren, moet er een cron worden ingesteld. Lees onze <a href='https://docs.supportpal.com/current/New+Installation#PostInstallationSteps'>stappen na installatie</a> voor details over deze en andere aanbevolen acties om de functionaliteit en beveiliging te verbeteren.",

/*
* 2.0.2
*/
Expand Down Expand Up @@ -111,15 +105,12 @@
"allow_url_fopen" => "'allow_url_fopen' Ingeschakeld ",
"allow_url_fopen_failure" => "Schakel 'allow_url_fopen' in het php.ini-bestand in om Gravatar en andere functies te gebruiken .",
"allowed_methods" => "HTTP Allowed Methods",
"help_allowed_methods" => "De webserver moet alle onderstaande HTTP-methoden toestaan. Raadpleeg onze <a href='https://docs.supportpal.com/current/New+Installation#PostInstallationSteps' target='_blank'>Nieuwe installatie</a> documentatie voor meer informatie.",

/*
* 2.4.0
*/
"mysql_server_version" => "Server Versie >= :min",
"mysql_server_version_desc" => "MySQL :min of nieuwer vereist voor SupportPal. Gevonden: ':version'.",
"mysql_client_version" => "Client Versie >= :min (:mysqlnd_min voor MySQLnd)",
"mysql_client_version_desc" => "MySQL client versie :min of nieuwer (:mysqlnd_min for MySQLnd) vereist voor SupportPal. Gevonden: ':version'.",

"upgrade_step" => "Stap :num van :total: ",
"accept_eula" => "EULA accepteren",
Expand All @@ -134,7 +125,6 @@
*/
"press_to_begin" => "Druk op de onderstaande knop om te beginnen.",
"locked" => "Install/Upgrade Bezig",
"locked_desc" => "Een vergrendelingsbestand gedetecteerd(:path).\nControleer of het installatieprogramma niet al actief is.\n\nDit bestand kan verwijderd worden als je zeker weet dat er geen andere installatie of upgrade wordt uitgevoerd.",

"error_and_empty_database" => "Er is een fout opgetreden. Mogelijk moet de database eerst leeggemaakt worden voordat je opnieuw begint.",
"login_with_details" => "Je kunt inloggen met de eerder opgegeven gegevens.",
Expand Down Expand Up @@ -192,4 +182,21 @@
* 3.7.0
*/
"troubleshooting_tips" => "Tips voor het oplossen van problemen ",

/*
* 4.2.0
*/
"app_manager_version_not_supported" => "App Manager (:version) is not supported.",
"running_upgrade" => "Running app upgrade",
"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 Versie >= :min (:mysqlnd_min voor MySQLnd)",
"mysql_client_version_desc" => "MySQL client versie :min of nieuwer (:mysqlnd_min for MySQLnd) vereist voor SupportPal. Gevonden: ':version'.",
"post_install" => "Om het systeem goed te laten functioneren, moet er een cron worden ingesteld. Lees onze <a href='https://docs.supportpal.com/current/New+Installation#PostInstallationSteps'>stappen na installatie</a> voor details over deze en andere aanbevolen acties om de functionaliteit en beveiliging te verbeteren.",
"help_allowed_methods" => "De webserver moet alle onderstaande HTTP-methoden toestaan. Raadpleeg onze <a href='https://docs.supportpal.com/current/New+Installation#PostInstallationSteps' target='_blank'>Nieuwe installatie</a> documentatie voor meer informatie.",

);
55 changes: 55 additions & 0 deletions Lang/nl/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 45ff6a7

Please sign in to comment.