-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue when CMS upgrade to Bootstrap 5
- Loading branch information
1 parent
54356c9
commit 538ac9b
Showing
6 changed files
with
54 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
<?php | ||
|
||
return [ | ||
'maintenance_mode' => 'Maintenance mode', | ||
'message' => 'Message', | ||
'message_placeholder' => 'A message for your users', | ||
'retry_time' => 'Retry Time', | ||
'retry_time_placeholder' => 'Set the Retry-After header', | ||
'secs' => 'secs', | ||
'allowed_ip_address' => 'Allowed IP Addresses', | ||
'allowed_your_current_ip' => 'Allow your current IP', | ||
'allowed_your_current_ip_helper' => 'If you uncheck this and do not add your IP address above you will lose access to this site as well', | ||
'enable_maintenance_mode' => 'Enable maintenance mode', | ||
'disable_maintenance_mode' => 'Disable maintenance mode', | ||
'application_live' => 'Application is now live', | ||
'application_down' => 'Application is now in maintenance mode', | ||
'notice_enable' => 'Your website is currently in Maintenance Mode', | ||
'notice_disable' => 'Your website is live now', | ||
'secret' => 'Secret (Bypassing Maintenance Mode)', | ||
'secret_helper' => 'Even while in maintenance mode, you may use the secret option to specify a maintenance mode bypass token; <br /> | ||
'maintenance_mode' => 'Maintenance mode', | ||
'message' => 'Message', | ||
'message_placeholder' => 'A message for your users', | ||
'retry_time' => 'Retry Time', | ||
'retry_time_placeholder' => 'Set the Retry-After header', | ||
'secs' => 'secs', | ||
'allowed_ip_address' => 'Allowed IP Addresses', | ||
'allowed_your_current_ip' => 'Allow your current IP', | ||
'allowed_your_current_ip_helper' => 'If you uncheck this and do not add your IP address above you will lose access to this site as well', | ||
'enable_maintenance_mode' => 'Enable maintenance mode', | ||
'disable_maintenance_mode' => 'Disable maintenance mode', | ||
'application_live' => 'Application is now live', | ||
'application_down' => 'Application is now in maintenance mode', | ||
'notice_enable' => 'Your website is currently in Maintenance Mode', | ||
'notice_disable' => 'Your website is live now', | ||
'secret' => 'Secret (Bypassing Maintenance Mode)', | ||
'secret_helper' => 'Even while in maintenance mode, you may use the secret option to specify a maintenance mode bypass token; <br /> | ||
After placing the application in maintenance mode, you may navigate to the application URL matching this token and Laravel will issue a maintenance mode bypass cookie to your browser:;', | ||
'redirect' => 'Redirecting Maintenance Mode Requests', | ||
'redirect_placeholder' => '/', | ||
'redirect_helper' => 'While in maintenance mode, Laravel will display the maintenance mode view for all application URLs the user attempts to access. If you wish, you may instruct Laravel to redirect all requests to a specific URL. This may be accomplished using the redirect option.', | ||
'bypass_maintenance_mode' => 'Bypassing Maintenance Mode', | ||
'redirect' => 'Redirecting Maintenance Mode Requests', | ||
'redirect_placeholder' => '/', | ||
'redirect_helper' => 'While in maintenance mode, Laravel will display the maintenance mode view for all application URLs the user attempts to access. If you wish, you may instruct Laravel to redirect all requests to a specific URL. This may be accomplished using the redirect option.', | ||
'bypass_maintenance_mode' => 'Bypassing Maintenance Mode', | ||
'click_to_bypass_maintenance_mode' => 'Please click <a class="maintenance-mode-bypass" href="" target="_blank">here</a> to bypassing maintenance mode.', | ||
'close' => 'Close', | ||
'close' => 'Close', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
<?php | ||
|
||
return [ | ||
'maintenance_mode' => 'Chế độ bảo trì', | ||
'message' => 'Tin nhắn', | ||
'message_placeholder' => 'Tin nhắn hiển thị cho khách ghé thăm', | ||
'retry_time' => 'Thời gian thử lại', | ||
'retry_time_placeholder' => 'Thiết lập Retry-After header', | ||
'secs' => 'giây', | ||
'allowed_ip_address' => 'Cho phép các địa chỉ IP có thể truy cập', | ||
'allowed_your_current_ip' => 'Cho phép địa chỉ IP hiện tại của bạn', | ||
'allowed_your_current_ip_helper' => 'Nếu bạn không lựa chọn tuỳ chọn này và không thêm IP của bạn vào mục cho phép phía trên, bạn cũng không thể truy cập được trang này', | ||
'enable_maintenance_mode' => 'Bật chế độ bảo trì', | ||
'disable_maintenance_mode' => 'Tắt chế độ bảo trì', | ||
'application_live' => 'Ứng dụng đang hoạt động', | ||
'application_down' => 'Ứng dụng hiện đang ở chế độ bảo trì', | ||
'notice_enable' => 'Website của bạn đang ở chế độ bảo trì', | ||
'notice_disable' => 'Website của bạn đang hoạt động bình thường', | ||
'secret' => 'Khóa bí mật (Bỏ qua chế độ bảo trì)', | ||
'secret_helper' => 'Bạn có thể sử dụng tùy chọn bí mật để chỉ định mã thông báo bỏ qua chế độ bảo trì; <br /> | ||
'maintenance_mode' => 'Chế độ bảo trì', | ||
'message' => 'Tin nhắn', | ||
'message_placeholder' => 'Tin nhắn hiển thị cho khách ghé thăm', | ||
'retry_time' => 'Thời gian thử lại', | ||
'retry_time_placeholder' => 'Thiết lập Retry-After header', | ||
'secs' => 'giây', | ||
'allowed_ip_address' => 'Cho phép các địa chỉ IP có thể truy cập', | ||
'allowed_your_current_ip' => 'Cho phép địa chỉ IP hiện tại của bạn', | ||
'allowed_your_current_ip_helper' => 'Nếu bạn không lựa chọn tuỳ chọn này và không thêm IP của bạn vào mục cho phép phía trên, bạn cũng không thể truy cập được trang này', | ||
'enable_maintenance_mode' => 'Bật chế độ bảo trì', | ||
'disable_maintenance_mode' => 'Tắt chế độ bảo trì', | ||
'application_live' => 'Ứng dụng đang hoạt động', | ||
'application_down' => 'Ứng dụng hiện đang ở chế độ bảo trì', | ||
'notice_enable' => 'Website của bạn đang ở chế độ bảo trì', | ||
'notice_disable' => 'Website của bạn đang hoạt động bình thường', | ||
'secret' => 'Khóa bí mật (Bỏ qua chế độ bảo trì)', | ||
'secret_helper' => 'Bạn có thể sử dụng tùy chọn bí mật để chỉ định mã thông báo bỏ qua chế độ bảo trì; <br /> | ||
Sau khi đặt ứng dụng ở chế độ bảo trì, bạn có thể điều hướng đến URL ứng dụng khớp với mã thông báo này và sẽ bỏ qua chế độ bảo trì cho trình duyệt của bạn;', | ||
'redirect' => 'Chuyển hướng yêu cầu chế độ bảo trì', | ||
'redirect_placeholder' => '/', | ||
'redirect_helper' => 'Trong khi ở chế độ bảo trì, Ứng dụng sẽ hiển thị chế độ bảo trì cho tất cả các URL ứng dụng mà người dùng cố gắng truy cập. Nếu muốn, bạn có thể hướng dẫn ứng dụng chuyển hướng tất cả các yêu cầu đến một URL cụ thể. Điều này có thể được thực hiện bằng cách sử dụng tùy chọn chuyển hướng.', | ||
'bypass_maintenance_mode' => 'Bỏ qua chế độ bảo trì', | ||
'redirect' => 'Chuyển hướng yêu cầu chế độ bảo trì', | ||
'redirect_placeholder' => '/', | ||
'redirect_helper' => 'Trong khi ở chế độ bảo trì, Ứng dụng sẽ hiển thị chế độ bảo trì cho tất cả các URL ứng dụng mà người dùng cố gắng truy cập. Nếu muốn, bạn có thể hướng dẫn ứng dụng chuyển hướng tất cả các yêu cầu đến một URL cụ thể. Điều này có thể được thực hiện bằng cách sử dụng tùy chọn chuyển hướng.', | ||
'bypass_maintenance_mode' => 'Bỏ qua chế độ bảo trì', | ||
'click_to_bypass_maintenance_mode' => 'Vui lòng nhấp vào <a class="maintenance-mode-bypass" href="" target="_blank">đây</a> để được bỏ qua chế độ bảo trì.', | ||
'close' => 'Đóng', | ||
'close' => 'Đóng', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters