Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 22, 2024
1 parent 3d28e49 commit caf62d9
Show file tree
Hide file tree
Showing 19 changed files with 547 additions and 220 deletions.
4 changes: 2 additions & 2 deletions .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 All @@ -40,7 +40,7 @@ jobs:
tar -zcvf ${{ env.TAR_FILENAME }} ${{ env.ADDON_NAME }}
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
${{ env.ZIP_FILENAME }}
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/pt_BR/actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@
/*
* 2.2.0
*/
"increase_due_time" => "Aumentar prazo de entrega",
"close_and_lock_ticket" => "Fechar e bloquear ticket",
"pause_due_time" => "Pausar prazo de entrega",
"reduce_due_time" => "Reduzir prazo de entrega",
"set_due_time" => "Definir prazo de entrega",
"unlock_ticket" => "Debloquear ticket",
"update_sla_plan" => "Atualizar plano SLA",
"update_subject" => "Atualizar assunto",
Expand Down Expand Up @@ -74,8 +70,17 @@
"block_user" => "Bloquear usuário",

/*
* 2.6.0
* 5.0.0
*/
"clear_due_time" => "Limpar prazo de entrega",
"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/pt_BR/conditions.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@
*/
"last_message_content" => "Conteúdo da última mensagem",

/*
* 2.5.0
*/
"user_email_confirmed" => "E-mail do usuário confirmado",

/*
* 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/pt_BR/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
"smtp_username" => "Nome do usuário SMTP",
"smtp_password" => "Senha do usuário SMTP",
"ssl" => "SSL",
"tls" => "TLS",
"email_content" => "Conteúdo do e-mail",
"email_content_desc" => "Digite um assunto e conteúdo de email padrão para este template. Você também pode escrever em outros idiomas. Se o template não estiver em outro idioma, ele usará as configurações padrão.",
"outgoing" => "Saída",
Expand Down Expand Up @@ -361,7 +360,7 @@
*/
"enable_ssl_warning" => "Se você habilitar essa configuração quando a página não carregar corretamente, você poderá ficar bloqueado no SupportPal!",
"verify_frontend_loads" => "Por favor, verifique se o frontend carrega corretamente abaixo.",
"twig_operator_signature" => "O campo de mesclagem {{ operator.signature|raw }} será processado em tempo de execução; portanto, a visualização pode estar incorreta.",
"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/pt_BR/events.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,20 @@
"update_subject" => "Subject updated",
"update_watching" => "Operadores monitorando atualizados",

/*
* 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/pt_BR/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/pt_BR/installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@
"help_desc" => "Se você precisar de ajuda para configurar ou usar o SupportPal, temos duas fontes principais de informações:",
"submit_a_ticket" => "Enviar um ticket",

/*
* 2.0.1
*/

"post_install" => "Para que o sistema funcione corretamente, uma tarefa cron deve ser configurada. Leia nossas <a href='https://docs.supportpal.com/current/New+Installation#PostInstallationSteps'> etapas de pós-instalação </a> para obter detalhes sobre esta e outras ações recomendadas para melhorar a funcionalidade e a segurança.",

/*
* 2.0.2
*/
Expand Down Expand Up @@ -111,15 +105,12 @@
"allow_url_fopen" => "'allow_url_fopen' ativado",
"allow_url_fopen_failure" => "Habilite 'allow_url_fopen' no seu arquivo php.ini para usar o Gravatar e outros recursos.",
"allowed_methods" => "Métodos permitidos por HTTP",
"help_allowed_methods" => "Seu servidor da web deve permitir todos os métodos HTTP abaixo. Verifique nossa <a href='https://docs.supportpal.com/current/New+Installation#PostInstallationSteps' target='_blank'> nova documentação de instalação </a> para obter mais informações.",

/*
* 2.4.0
*/
"mysql_server_version" => "Versão do servidor > =:min",
"mysql_server_version_desc" => "MySQL :mínimo ou superior é necessário para executar o SupportPal. Encontrado: ':version'.",
"mysql_client_version" => "Versão do cliente > = :min (:mysqlnd_min for MySQLnd)",
"mysql_client_version_desc" => "Versão do cliente MySQL :min ou superior (:mysqlnd_min for MySQLnd) é necessária para executar o SupportPal. Encontrado: ':version'.",

"upgrade_step" => "Passo :num de :total: ",
"accept_eula" => "Aceitar o EULA",
Expand All @@ -134,7 +125,6 @@
*/
"press_to_begin" => "Por favor, pressione o botão abaixo para começar.",
"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" => "Havia um erro. Pode ser necessário esvaziar o banco de dados antes de iniciar novamente.",
"login_with_details" => "Você pode fazer login usando os detalhes especificados anteriormente.",
Expand Down Expand Up @@ -192,4 +182,21 @@
* 3.7.0
*/
"troubleshooting_tips" => "Get troubleshooting tips",

/*
* 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" => "Versão do cliente > = :min (:mysqlnd_min for MySQLnd)",
"mysql_client_version_desc" => "Versão do cliente MySQL :min ou superior (:mysqlnd_min for MySQLnd) é necessária para executar o SupportPal. Encontrado: ':version'.",
"post_install" => "Para que o sistema funcione corretamente, uma tarefa cron deve ser configurada. Leia nossas <a href='https://docs.supportpal.com/current/New+Installation#PostInstallationSteps'> etapas de pós-instalação </a> para obter detalhes sobre esta e outras ações recomendadas para melhorar a funcionalidade e a segurança.",
"help_allowed_methods" => "Seu servidor da web deve permitir todos os métodos HTTP abaixo. Verifique nossa <a href='https://docs.supportpal.com/current/New+Installation#PostInstallationSteps' target='_blank'> nova documentação de instalação </a> para obter mais informações.",

);
55 changes: 55 additions & 0 deletions Lang/pt_BR/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 caf62d9

Please sign in to comment.