diff --git a/src/nginxconfig/i18n/de/templates/domain_sections/php.js b/src/nginxconfig/i18n/de/templates/domain_sections/php.js index d95d1f33..331d325f 100644 --- a/src/nginxconfig/i18n/de/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/de/templates/domain_sections/php.js @@ -51,6 +51,9 @@ export default { php80Socket: '8.0 Socket', php81Socket: '8.1 Socket', php82Socket: '8.2 Socket', + php83Socket: '8.3 Socket', + php84Socket: '8.4 Socket', + php85Socket: '8.5 Socket', phpSocket: 'PHP Socket', custom: 'Benutzerdefiniert', disabled: 'Deaktiviert', diff --git a/src/nginxconfig/i18n/en/templates/domain_sections/php.js b/src/nginxconfig/i18n/en/templates/domain_sections/php.js index 03e30e38..28dab406 100644 --- a/src/nginxconfig/i18n/en/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/en/templates/domain_sections/php.js @@ -51,6 +51,9 @@ export default { php80Socket: '8.0 socket', php81Socket: '8.1 socket', php82Socket: '8.2 socket', + php83Socket: '8.3 socket', + php84Socket: '8.4 socket', + php85Socket: '8.5 socket', phpSocket: 'PHP socket', custom: 'Custom', disabled: 'Disabled', diff --git a/src/nginxconfig/i18n/es/templates/domain_sections/php.js b/src/nginxconfig/i18n/es/templates/domain_sections/php.js index 75f10daa..ca1bece9 100644 --- a/src/nginxconfig/i18n/es/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/es/templates/domain_sections/php.js @@ -51,6 +51,9 @@ export default { php80Socket: '8.0 socket', php81Socket: '8.1 socket', php82Socket: '8.2 socket', + php83Socket: '8.3 socket', + php84Socket: '8.4 socket', + php85Socket: '8.5 socket', phpSocket: 'PHP socket', custom: 'Personalizado', disabled: 'Desactivado', diff --git a/src/nginxconfig/i18n/fa/templates/domain_sections/php.js b/src/nginxconfig/i18n/fa/templates/domain_sections/php.js index 275cc864..afe3f5d4 100644 --- a/src/nginxconfig/i18n/fa/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/fa/templates/domain_sections/php.js @@ -51,6 +51,9 @@ export default { php80Socket: 'سوکت 8.0', php81Socket: 'سوکت 8.1', php82Socket: 'سوکت 8.2', + php83Socket: 'سوکت 8.3', + php84Socket: 'سوکت 8.4', + php85Socket: 'سوکت 8.5', phpSocket: 'سوکت PHP', custom: 'سفارشی', disabled: 'غیرفعال', diff --git a/src/nginxconfig/i18n/fr/templates/domain_sections/php.js b/src/nginxconfig/i18n/fr/templates/domain_sections/php.js index e843de3c..e0b6f8c9 100644 --- a/src/nginxconfig/i18n/fr/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/fr/templates/domain_sections/php.js @@ -51,6 +51,9 @@ export default { php80Socket: 'Socket 8.0', php81Socket: 'Socket 8.1', php82Socket: 'Socket 8.2', + php83Socket: 'Socket 8.3', + php84Socket: 'Socket 8.4', + php85Socket: 'Socket 8.5', phpSocket: 'Socket PHP', custom: 'Custom', disabled: 'Désactivé', diff --git a/src/nginxconfig/i18n/ja/templates/domain_sections/php.js b/src/nginxconfig/i18n/ja/templates/domain_sections/php.js index 974dd8e0..2fa49073 100644 --- a/src/nginxconfig/i18n/ja/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/ja/templates/domain_sections/php.js @@ -51,6 +51,9 @@ export default { php80Socket: '8.0 socket', php81Socket: '8.1 socket', php82Socket: '8.2 socket', + php83Socket: '8.3 socket', + php84Socket: '8.4 socket', + php85Socket: '8.5 socket', phpSocket: 'PHP socket', custom: 'カスタム', disabled: '無効', diff --git a/src/nginxconfig/i18n/pl/templates/domain_sections/php.js b/src/nginxconfig/i18n/pl/templates/domain_sections/php.js index 714a6521..2cefbd03 100644 --- a/src/nginxconfig/i18n/pl/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/pl/templates/domain_sections/php.js @@ -51,6 +51,9 @@ export default { php80Socket: '8.0 socket', php81Socket: '8.1 socket', php82Socket: '8.2 socket', + php83Socket: '8.3 socket', + php84Socket: '8.4 socket', + php85Socket: '8.5 socket', phpSocket: 'PHP socket', custom: 'Własny', disabled: 'Wyłączony', diff --git a/src/nginxconfig/i18n/pt-br/templates/domain_sections/php.js b/src/nginxconfig/i18n/pt-br/templates/domain_sections/php.js index 11ce6b4e..e1ae88c4 100644 --- a/src/nginxconfig/i18n/pt-br/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/pt-br/templates/domain_sections/php.js @@ -51,6 +51,9 @@ export default { php80Socket: 'Socket 8.0', php81Socket: 'Socket 8.1', php82Socket: 'Socket 8.2', + php83Socket: 'Socket 8.3', + php84Socket: 'Socket 8.4', + php85Socket: 'Socket 8.5', phpSocket: 'Socket PHP', custom: 'Custom', // TODO: translate disabled: 'Desabilitado', diff --git a/src/nginxconfig/i18n/ru/templates/domain_sections/php.js b/src/nginxconfig/i18n/ru/templates/domain_sections/php.js index cfdab3b8..c325a766 100644 --- a/src/nginxconfig/i18n/ru/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/ru/templates/domain_sections/php.js @@ -51,6 +51,9 @@ export default { php80Socket: '8.0 сокет', php81Socket: '8.1 сокет', php82Socket: '8.2 сокет', + php83Socket: '8.3 сокет', + php84Socket: '8.4 сокет', + php85Socket: '8.5 сокет', phpSocket: 'PHP сокет', custom: 'Другой', disabled: 'Выключено', diff --git a/src/nginxconfig/i18n/zh-cn/templates/domain_sections/php.js b/src/nginxconfig/i18n/zh-cn/templates/domain_sections/php.js index 81c48df5..d79fbfdb 100644 --- a/src/nginxconfig/i18n/zh-cn/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/zh-cn/templates/domain_sections/php.js @@ -51,6 +51,9 @@ export default { php80Socket: '8.0 socket', php81Socket: '8.1 socket', php82Socket: '8.2 socket', + php83Socket: '8.3 socket', + php84Socket: '8.4 socket', + php85Socket: '8.5 socket', phpSocket: 'PHP socket', custom: '自定义', disabled: '禁用', diff --git a/src/nginxconfig/i18n/zh-tw/templates/domain_sections/php.js b/src/nginxconfig/i18n/zh-tw/templates/domain_sections/php.js index 660f4733..fe68bf17 100644 --- a/src/nginxconfig/i18n/zh-tw/templates/domain_sections/php.js +++ b/src/nginxconfig/i18n/zh-tw/templates/domain_sections/php.js @@ -51,6 +51,9 @@ export default { php80Socket: '8.0 通訊端', php81Socket: '8.1 通訊端', php82Socket: '8.2 通訊端', + php83Socket: '8.3 通訊端', + php84Socket: '8.4 通訊端', + php85Socket: '8.5 通訊端', phpSocket: 'PHP 通訊端', custom: '自訂', disabled: '停用', diff --git a/src/nginxconfig/templates/domain_sections/php.vue b/src/nginxconfig/templates/domain_sections/php.vue index 340ad003..3a959901 100644 --- a/src/nginxconfig/templates/domain_sections/php.vue +++ b/src/nginxconfig/templates/domain_sections/php.vue @@ -264,6 +264,9 @@ THE SOFTWARE. '/var/run/php/php8.0-fpm.sock': 'templates.domainSections.php.php80Socket', '/var/run/php/php8.1-fpm.sock': 'templates.domainSections.php.php81Socket', '/var/run/php/php8.2-fpm.sock': 'templates.domainSections.php.php82Socket', + '/var/run/php/php8.3-fpm.sock': 'templates.domainSections.php.php83Socket', + '/var/run/php/php8.4-fpm.sock': 'templates.domainSections.php.php84Socket', + '/var/run/php/php8.5-fpm.sock': 'templates.domainSections.php.php85Socket', '/var/run/php/php-fpm.sock': 'templates.domainSections.php.phpSocket', custom: 'templates.domainSections.php.custom', };