WPMU DEV in your language

Translations

Translation of Shipper: Vietnamese

1 29 30 31 32 33 64
Prio Original string Translation
4. If none of the above works, you can ask your hosting support to turn off the open_basedir restriction for you. 4. Nếu không có cách nào ở trên hoạt động, bạn có thể yêu cầu hỗ trợ lưu trữ của mình tắt hạn chế open_basedir cho bạn. Details

4. If none of the above works, you can ask your hosting support to turn off the open_basedir restriction for you.

4. Nếu không có cách nào ở trên hoạt động, bạn có thể yêu cầu hỗ trợ lưu trữ của mình tắt hạn chế open_basedir cho bạn.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2024-08-23 09:53:57
Date added (local):
Calculating...
Translated by:
Hoang Hxn (nguyenquanghoang)
References:
  • tpl/checks/open-basedir.php:64
Priority:
normal
More links:
3. You can also edit the Apache configuration file to disable the PHP open_basedir restriction. Open the httpd.conf file. Add the following line of code at the end, and restart your web server. 3. Bạn cũng có thể chỉnh sửa tệp cấu hình Apache để vô hiệu hóa giới hạn PHP open_basedir. Mở tệp httpd.conf. Thêm dòng mã sau vào cuối tệp và khởi động lại máy chủ web của bạn. Details

3. You can also edit the Apache configuration file to disable the PHP open_basedir restriction. Open the httpd.conf file. Add the following line of code at the end, and restart your web server.

3. Bạn cũng có thể chỉnh sửa tệp cấu hình Apache để vô hiệu hóa giới hạn PHP open_basedir. Mở tệp httpd.conf. Thêm dòng mã sau vào cuối tệp và khởi động lại máy chủ web của bạn.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2024-08-23 09:53:57
Date added (local):
Calculating...
Translated by:
Hoang Hxn (nguyenquanghoang)
References:
  • tpl/checks/open-basedir.php:58
Priority:
normal
More links:
2. Open your php.ini file, comment the open_basedir rule, and restart your server. To comment a line of code in the php.ini file, you need to suffixit with a semicolon. So, to comment the open_basedir rule, add a semicolon in the beginning as in: “; open_basedir true”. Commenting is preferred to deleting the rule, in case you want to reactivate it after the migration. 2. Mở tệp php.ini của bạn, bình luận về quy tắc open_basedir và khởi động lại máy chủ của bạn. Để bình luận về một dòng mã trong tệp php.ini, bạn cần thêm dấu chấm phẩy vào cuối dòng. Vì vậy, để bình luận về quy tắc open_basedir, hãy thêm dấu chấm phẩy vào đầu dòng như sau: “; open_basedir true”. Bình luận được ưu tiên hơn là xóa quy tắc, trong trường hợp bạn muốn kích hoạt lại nó sau khi di chuyển. Details

2. Open your php.ini file, comment the open_basedir rule, and restart your server. To comment a line of code in the php.ini file, you need to suffixit with a semicolon. So, to comment the open_basedir rule, add a semicolon in the beginning as in: “; open_basedir true”. Commenting is preferred to deleting the rule, in case you want to reactivate it after the migration.

2. Mở tệp php.ini của bạn, bình luận về quy tắc open_basedir và khởi động lại máy chủ của bạn. Để bình luận về một dòng mã trong tệp php.ini, bạn cần thêm dấu chấm phẩy vào cuối dòng. Vì vậy, để bình luận về quy tắc open_basedir, hãy thêm dấu chấm phẩy vào đầu dòng như sau: “; open_basedir true”. Bình luận được ưu tiên hơn là xóa quy tắc, trong trường hợp bạn muốn kích hoạt lại nó sau khi di chuyển.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2024-08-23 09:53:57
Date added (local):
Calculating...
Translated by:
Hoang Hxn (nguyenquanghoang)
References:
  • tpl/checks/open-basedir.php:53
Priority:
normal
More links:
1. Go to your cPanel > Select PHP Version, and click on Switch to PHP Options link to see the default values of PHP options. Update the value of open_basedir to an empty value, and click on Apply and then Save. Upgrade your account for contributing to translations. Details

1. Go to your cPanel > Select PHP Version, and click on Switch to PHP Options link to see the default values of PHP options. Update the value of open_basedir to an empty value, and click on Apply and then Save.

Login to your account for contributing to translations.

Meta

Status:
untranslated
References:
  • tpl/checks/open-basedir.php:48
Priority:
normal
More links:
We recommend disabling the <b>open_basedir</b> restriction during migrations to ensure things go smoothly. Upgrade your account for contributing to translations. Details

We recommend disabling the <b>open_basedir</b> restriction during migrations to ensure things go smoothly.

Login to your account for contributing to translations.

Meta

Status:
untranslated
References:
  • tpl/checks/open-basedir.php:43
Priority:
normal
More links:
Open_basedir restriction is in effect on <b>%s</b>. Upgrade your account for contributing to translations. Details

Open_basedir restriction is in effect on <b>%s</b>.

Login to your account for contributing to translations.

Meta

Status:
untranslated
Comment:
translators: %s: website name.
References:
  • tpl/checks/open-basedir.php:30
Priority:
normal
More links:
PHP has a security measure called <b>open_basedir</b> which limits which files can be accessed by a PHP script. Usually, it’s set to your root directory or a couple of specific directories. Shipper needs to be able to write in the working directory, storage directory, temp directory, and log directory to work properly. Having open_basedir active is likely to cause migration failures. Upgrade your account for contributing to translations. Details

PHP has a security measure called <b>open_basedir</b> which limits which files can be accessed by a PHP script. Usually, it’s set to your root directory or a couple of specific directories. Shipper needs to be able to write in the working directory, storage directory, temp directory, and log directory to work properly. Having open_basedir active is likely to cause migration failures.

Login to your account for contributing to translations.

Meta

Status:
untranslated
References:
  • tpl/checks/open-basedir.php:15
Priority:
normal
More links:
<b>%1$s</b> is on MySQL v%2$s whereas <b>%3$s</b> is on MySQL v%4$s. Upgrade your account for contributing to translations. Details

<b>%1$s</b> is on MySQL v%2$s whereas <b>%3$s</b> is on MySQL v%4$s.

Login to your account for contributing to translations.

Meta

Status:
untranslated
Comment:
translators: %1$s %2$s %3$s %4$s: source, local, destination and remote site name
References:
  • tpl/checks/mysql-difference.php:30
Priority:
normal
More links:
WordPress uses MySQL database to store your data, including posts, pages, users, and plugins data. Migrating from one server to another with a significant difference in the MySQL versions can cause issues in your destination site. WordPress sử dụng cơ sở dữ liệu MySQL để lưu trữ dữ liệu của bạn, bao gồm bài viết, trang, người dùng và dữ liệu plugin. Di chuyển từ máy chủ này sang máy chủ khác với sự khác biệt đáng kể về phiên bản MySQL có thể gây ra sự cố cho trang web đích của bạn. Details

WordPress uses MySQL database to store your data, including posts, pages, users, and plugins data. Migrating from one server to another with a significant difference in the MySQL versions can cause issues in your destination site.

WordPress sử dụng cơ sở dữ liệu MySQL để lưu trữ dữ liệu của bạn, bao gồm bài viết, trang, người dùng và dữ liệu plugin. Di chuyển từ máy chủ này sang máy chủ khác với sự khác biệt đáng kể về phiên bản MySQL có thể gây ra sự cố cho trang web đích của bạn.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2024-08-23 09:53:57
Date added (local):
Calculating...
Translated by:
Hoang Hxn (nguyenquanghoang)
References:
  • tpl/checks/mysql-difference.php:15
Priority:
normal
More links:
Unfortunately, Shipper cannot yet migrate between sites with different WordPress installation type. We're working on adding features which will allow you to extract a single site from a network and move it to a standalone installation, or migrate a single site into a network as a subsite. Meanwhile, you can use another plugin which supports this type of migration. Rất tiếc, Shipper hiện chưa thể di chuyển giữa các trang web có loại cài đặt WordPress khác nhau. Chúng tôi đang cố gắng thêm các tính năng cho phép bạn trích xuất một trang web duy nhất từ ​​mạng và di chuyển nó sang cài đặt độc lập, hoặc di chuyển một trang web duy nhất vào mạng dưới dạng trang con. Trong khi đó, bạn có thể sử dụng một plugin khác hỗ trợ loại di chuyển này. Details

Unfortunately, Shipper cannot yet migrate between sites with different WordPress installation type. We're working on adding features which will allow you to extract a single site from a network and move it to a standalone installation, or migrate a single site into a network as a subsite. Meanwhile, you can use another plugin which supports this type of migration.

Rất tiếc, Shipper hiện chưa thể di chuyển giữa các trang web có loại cài đặt WordPress khác nhau. Chúng tôi đang cố gắng thêm các tính năng cho phép bạn trích xuất một trang web duy nhất từ ​​mạng và di chuyển nó sang cài đặt độc lập, hoặc di chuyển một trang web duy nhất vào mạng dưới dạng trang con. Trong khi đó, bạn có thể sử dụng một plugin khác hỗ trợ loại di chuyển này.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2024-08-23 09:53:57
Date added (local):
Calculating...
Translated by:
Hoang Hxn (nguyenquanghoang)
References:
  • tpl/checks/multisite-difference.php:52
Priority:
normal
More links:
%1$s but %2$s installation. %1$s nhưng cài đặt %2$s. Details

%1$s but %2$s installation.

%1$s nhưng cài đặt %2$s.
Login to your account for contributing to translations.

Meta

Status:
current
Comment:
translators: %s %s: source type and destination type.
Date added (GMT):
2024-08-23 09:53:57
Date added (local):
Calculating...
Translated by:
Hoang Hxn (nguyenquanghoang)
References:
  • tpl/checks/multisite-difference.php:38
Priority:
normal
More links:
Shipper can only migrate between the same WordPress installation types, i.e. from one single site to another single site or from one multisite network to another multisite network. It is necessary for your source and destination sites to have the same WordPress installation. Shipper chỉ có thể di chuyển giữa các loại cài đặt WordPress giống nhau, ví dụ: từ một trang web đơn lẻ sang một trang web đơn lẻ khác hoặc từ một mạng lưới đa trang web sang một mạng lưới đa trang web khác. Cần thiết để trang web nguồn và đích của bạn phải có cùng cài đặt WordPress. Details

Shipper can only migrate between the same WordPress installation types, i.e. from one single site to another single site or from one multisite network to another multisite network. It is necessary for your source and destination sites to have the same WordPress installation.

Shipper chỉ có thể di chuyển giữa các loại cài đặt WordPress giống nhau, ví dụ: từ một trang web đơn lẻ sang một trang web đơn lẻ khác hoặc từ một mạng lưới đa trang web sang một mạng lưới đa trang web khác. Cần thiết để trang web nguồn và đích của bạn phải có cùng cài đặt WordPress.
Login to your account for contributing to translations.

Meta

Status:
current
Date added (GMT):
2024-08-23 09:53:57
Date added (local):
Calculating...
Translated by:
Hoang Hxn (nguyenquanghoang)
References:
  • tpl/checks/multisite-difference.php:24
Priority:
normal
More links:
<b>%s</b> is a multisite Upgrade your account for contributing to translations. Details

<b>%s</b> is a multisite

Login to your account for contributing to translations.

Meta

Status:
untranslated
Comment:
translators: %s: website name.
References:
  • tpl/checks/multisite-difference.php:13
  • tpl/checks/multisite-difference.php:18
Priority:
normal
More links:
<b>%s</b> is a single site Upgrade your account for contributing to translations. Details

<b>%s</b> is a single site

Login to your account for contributing to translations.

Meta

Status:
untranslated
Comment:
translators: %s: website name.
References:
  • tpl/checks/multisite-difference.php:11
  • tpl/checks/multisite-difference.php:16
Priority:
normal
More links:
Log directory is not writable on %1$s. Please fix this and check again. Thư mục nhật ký không thể ghi vào %1$s. Vui lòng sửa lỗi này và kiểm tra lại. Details

Log directory is not writable on %1$s. Please fix this and check again.

Thư mục nhật ký không thể ghi vào %1$s. Vui lòng sửa lỗi này và kiểm tra lại.
Login to your account for contributing to translations.

Meta

Status:
current
Comment:
translators: %s: directory path
Date added (GMT):
2024-08-23 09:53:58
Date added (local):
Calculating...
Translated by:
Hoang Hxn (nguyenquanghoang)
References:
  • tpl/checks/logdir-writable.php:61
Priority:
normal
More links:
Legend:
Current
Waiting
Rejected
Fuzzy
Old
changesrequested
With warnings
1 29 30 31 32 33 64

Export as

Translators