Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-04-13 05:28:25 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-13 05:28:25 +0300
commit1ddb7aa457eb83617b98e86000b9535eb17ec36d (patch)
treeb5dba07c6d5f3c2dca72405e44a7bf729e8dd1ed /core
parentdf14579173708b380f75a6f5680748e37fdbc419 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core')
-rw-r--r--core/l10n/de.js2
-rw-r--r--core/l10n/de.json2
-rw-r--r--core/l10n/vi.js222
-rw-r--r--core/l10n/vi.json220
4 files changed, 4 insertions, 442 deletions
diff --git a/core/l10n/de.js b/core/l10n/de.js
index 9d8f881f723..bbbf41e7719 100644
--- a/core/l10n/de.js
+++ b/core/l10n/de.js
@@ -100,8 +100,10 @@ OC.L10N.register(
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Das PHP-Modul \"imagick\" ist nicht aktiviert, die Theming-App hingegen schon. Damit die Favicon-Generierung korrekt funktioniert, musst Du dieses Modul installieren und aktivieren.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Die PHP-Module „gmp“ und/oder „bcmath“ sind nicht aktiviert. Wenn Du die passwortlose WebAuthn-Authentifizierung verwendest, sind diese Module erforderlich.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Dem Modul php-imagick fehlt die SVG-Unterstützung. Für eine bessere Kompatibilität wird empfohlen, es zu installieren.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Da das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Details findest Du auf {linkstart}der zugehörigen Dokumentationsseite ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Derzeit wird als Datenbank SQLite verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
+ "To migrate to another database use the command line tool: \"occ db:convert-type\", or see the {linkstart}documentation ↗{linkend}." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Befehlszeile: 'occ db:convert-type' oder schaue in der {linkstart}Dokumentation ↗{linkend} nach.",
"The PHP memory limit is below the recommended value of 512MB." : "Die PHP-Speichergrenze liegt unterhalb des empfohlenen Wertes von 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Einige App-Ordner haben einen anderen Besitzer als der Benutzer des Webservers. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Prüfe die Berechtigungen der folgenden App-Ordner:",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lese bitte {linkstart}die Dokumentationsseite hierzu ↗{linkend}.",
diff --git a/core/l10n/de.json b/core/l10n/de.json
index 95a9e9aabd7..f59e62ca91d 100644
--- a/core/l10n/de.json
+++ b/core/l10n/de.json
@@ -98,8 +98,10 @@
"The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Das PHP-Modul \"imagick\" ist nicht aktiviert, die Theming-App hingegen schon. Damit die Favicon-Generierung korrekt funktioniert, musst Du dieses Modul installieren und aktivieren.",
"The PHP modules \"gmp\" and/or \"bcmath\" are not enabled. If you use WebAuthn passwordless authentication, these modules are required." : "Die PHP-Module „gmp“ und/oder „bcmath“ sind nicht aktiviert. Wenn Du die passwortlose WebAuthn-Authentifizierung verwendest, sind diese Module erforderlich.",
"Module php-imagick in this instance has no SVG support. For better compatibility it is recommended to install it." : "Dem Modul php-imagick fehlt die SVG-Unterstützung. Für eine bessere Kompatibilität wird empfohlen, es zu installieren.",
+ "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline. For further details read {linkstart}the documentation page about this ↗{linkend}." : "Bei einigen Spalten in der Datenbank fehlt eine Konvertierung in big int. Da das Ändern von Spaltentypen bei großen Tabellen einige Zeit dauern kann, wurden sie nicht automatisch geändert. Durch Ausführen von \"occ db:convert-filecache-bigint\" können diese ausstehenden Änderungen manuell übernommen werden. Diese Operation muss ausgeführt werden, während die Instanz offline ist. Weitere Details findest Du auf {linkstart}der zugehörigen Dokumentationsseite ↗{linkend}.",
"SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "Derzeit wird als Datenbank SQLite verwendet. Bei größeren Installationen wird empfohlen, auf ein anderes Datenbank-Backend zu wechseln.",
"This is particularly recommended when using the desktop client for file synchronisation." : "Dies wird insbesondere bei der Benutzung des Desktop-Clients zur Synchronisierung empfohlen.",
+ "To migrate to another database use the command line tool: \"occ db:convert-type\", or see the {linkstart}documentation ↗{linkend}." : "Um zu einer anderen Datenbank zu migrieren, benutze bitte die Befehlszeile: 'occ db:convert-type' oder schaue in der {linkstart}Dokumentation ↗{linkend} nach.",
"The PHP memory limit is below the recommended value of 512MB." : "Die PHP-Speichergrenze liegt unterhalb des empfohlenen Wertes von 512MB.",
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:" : "Einige App-Ordner haben einen anderen Besitzer als der Benutzer des Webservers. Dies kann der Fall sein, wenn Apps manuell installiert wurden. Prüfe die Berechtigungen der folgenden App-Ordner:",
"MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL. For further details read {linkstart}the documentation page about this ↗{linkend}." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um beispielsweise 4-Byte-Zeichen (wie Emojis) ohne Probleme mit Dateinamen oder Kommentaren verarbeiten zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren. Für weitere Details lese bitte {linkstart}die Dokumentationsseite hierzu ↗{linkend}.",
diff --git a/core/l10n/vi.js b/core/l10n/vi.js
deleted file mode 100644
index 5596b6dddeb..00000000000
--- a/core/l10n/vi.js
+++ /dev/null
@@ -1,222 +0,0 @@
-OC.L10N.register(
- "core",
- {
- "Please select a file." : "Hãy chọn một tệp.",
- "File is too big" : "Tệp quá lớn",
- "The selected file is not an image." : "Tệp tin được chọn không phải là ảnh.",
- "The selected file cannot be read." : "Tệp tin được chọn không thể đọc.",
- "Invalid file provided" : "File không hợp lệ",
- "No image or file provided" : "Không có hình ảnh hoặc tập tin được cung cấp",
- "Unknown filetype" : "Không biết kiểu tập tin",
- "Invalid image" : "Hình ảnh không hợp lệ",
- "An error occurred. Please contact your admin." : "Có lỗi xảy ra. Vui lòng báo cho quản trị viên.",
- "No temporary profile picture available, try again" : "Ảnh cá nhân tạm thời không có giá trị, hãy thử lại",
- "No crop data provided" : "Không có dữ liệu nguồn được cung cấp",
- "No valid crop data provided" : "Dữ liệu trích xuất không hợp lệ",
- "Crop is not square" : "Trích xuất không chuẩn",
- "State token does not match" : "Mã trạng thái không khớp",
- "Invalid app password" : "Mật khẩu ứng dụng không hợp lệ",
- "Could not complete login" : "Không thể hoàn thành đăng nhập",
- "Password reset is disabled" : "Đã tắt chức năng đặt lại mật khẩu",
- "%s password reset" : "%s thiết lập lại mật khẩu",
- "Password reset" : "Đặt lại mật khẩu",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Nhấp vào nút sau để đặt lại mật khẩu. Nếu bạn không yêu cầu đặt lại mật khẩu, hãy bỏ qua email này.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Nhấp vào liên kết sau để đặt lại mật khẩu của bạn. Nếu bạn không yêu cầu đặt lại mật khẩu, hãy bỏ qua email này.",
- "Reset your password" : "Đổi mật khẩu",
- "Nextcloud Server" : "Máy chủ vWorkspace",
- "Preparing update" : "Đang chuẩn bị cập nhật",
- "[%d / %d]: %s" : "[%d / %d]: %s",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Xin vui lòng sử dụng câu lệnh cập nhật bằng dòng lệnh do cập nhật tự động bị vô hiệu hóa trong file config.php",
- "[%d / %d]: Checking table %s" : "[%d / %d]: đang kiểm tra bảng được %s",
- "Turned on maintenance mode" : "Bật chế độ bảo trì",
- "Turned off maintenance mode" : "Tắt chế độ bảo trì",
- "Maintenance mode is kept active" : "Chế độ bảo trì đang được kích hoạt",
- "Updating database schema" : "Đang cập nhật lược đồ cơ sở dữ liệu",
- "Updated database" : "Cơ sở dữ liệu đã được cập nhật",
- "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Đang kiểm tra liệu lược đồ cơ sở dữ liệu đối với %s có thể được cập nhật hay không (việc này có thể mất nhiều thời gian phụ thuộc vào kích cỡ của cơ sở dữ liệu)",
- "Updated \"%1$s\" to %2$s" : "Đã cập nhật \"%1$s\" lên %2$s",
- "Set log level to debug" : "Thiết lập cấp độ ghi nhật ký để gỡ rối",
- "Reset log level" : "Thiế lập lại cấp độ ghi nhật ký hệ thống",
- "Starting code integrity check" : "Bắt đầu mã kiểm tra sự toàn vẹn",
- "Finished code integrity check" : "Kết thúc mã kiểm tra sự toàn vẹn",
- "%s (incompatible)" : "%s (không tương thích)",
- "The following apps have been disabled: %s" : "Những ứng dụng sau đây đã bị tắt: %s",
- "Already up to date" : "Đã được cập nhật bản mới nhất",
- "Error occurred while checking server setup" : "Có lỗi xảy ra khi kiểm tra thiết lập máy chủ",
- "unknown text" : "văn bản không rõ",
- "Hello world!" : "Hello world!",
- "sunny" : "nắng",
- "Hello {name}, the weather is {weather}" : "Xin chào {name}, thời tiết hiện nay {weather}",
- "Hello {name}" : "Xin chào {name}",
- "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Đây là kết quả tìm kiếm của bạn<script>cảnh báo (1)</script></strong>",
- "new" : "mới",
- "_download %n file_::_download %n files_" : ["tải về%ntệp"],
- "The update is in progress, leaving this page might interrupt the process in some environments." : "Quá trình cập nhật đang được tiến hành, đóng trang này có thể làm gián đoạn quá trình.",
- "Update to {version}" : "Cập nhật lên {version}",
- "An error occurred." : "Đã xảy ra lỗi.",
- "Please reload the page." : "Vui lòng tải lại trang.",
- "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Quá trình cập nhật không thành công. Để biết thêm thông tin chi tiết <a href=\"{url}\">đề nghị xem các bài viết trong diễn đàn </a> để xử lý vấn đề này.",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Quá trình cập nhật không thành công. Xin vui lòng báo lại vấn đề gặp phải trong tới <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Cộng đồng Nextcloud</a>.",
- "Log in" : "Đăng nhập",
- "Logging in …" : "Đang đăng nhập",
- "Server side authentication failed!" : "Xác thực phía máy chủ không thành công!",
- "Please contact your administrator." : "Vui lòng liên hệ với quản trị viên.",
- "An internal error occurred." : "Đã xảy ra một lỗi nội bộ.",
- "Please try again or contact your administrator." : "Vui lòng thử lại hoặc liên hệ quản trị của bạn.",
- "Username or email" : "Tên truy cập hoặc email",
- "Password" : "Mật khẩu",
- "User disabled" : "Vô hiệu hóa sử dụng",
- "Reset password" : "Khôi phục mật khẩu",
- "Couldn't send reset email. Please contact your administrator." : "Không thể gửi thư điện tử yêu cầu thiết lập lại. Xin vui lòng liên hệ quản trị hệ thống",
- "Back to login" : "Quay lại trang đăng nhập",
- "New password" : "Mật khẩu mới",
- "I know what I'm doing" : "Tôi biết tôi đang làm gì",
- "Cancel" : "Hủy",
- "Forgot password?" : "Quên mật khẩu sao?",
- "Back" : "Quay lại",
- "Reset search" : "Đặt lại tìm kiếm",
- "Search" : "Tìm kiếm",
- "Settings" : "Cài đặt",
- "Could not load your contacts" : "Không thể tải liên hệ của bạn",
- "Search contacts …" : "Tìm liên hệ ...",
- "No contacts found" : "Không tìm thấy liên hệ nào",
- "Show all contacts …" : "Hiển thị tất cả liên hệ…",
- "Loading your contacts …" : "Đang tải liên hệ của bạn ...",
- "Looking for {term} …" : "Đang tìm kiếm {term} ...",
- "No" : "Không",
- "Yes" : "Có",
- "No files in here" : "Không có file nào ở đây",
- "New folder" : "Tạo thư mục",
- "Name" : "Tên",
- "Size" : "Kích cỡ",
- "Modified" : "Thay đổi",
- "\"{name}\" is an invalid file name." : "\"{name}\" không được chấp nhận",
- "File name cannot be empty." : "Tên file không được rỗng",
- "\"{name}\" is not an allowed filetype" : "\"{name}\" không phải là loại tập tin được cho phép",
- "{newName} already exists" : "{newName} đã có",
- "Choose" : "Chọn",
- "Copy" : "Sao chép",
- "Move" : "Chuyển",
- "Error loading file picker template: {error}" : "Lỗi khi tải mẫu tập tin picker: {error}",
- "OK" : "Đồng ý",
- "Error loading message template: {error}" : "Lỗi khi tải mẫu thông điệp: {error}",
- "read-only" : "Chỉ đọc",
- "_{count} file conflict_::_{count} file conflicts_" : ["{count} tập tin xung đột"],
- "One file conflict" : "Một tập tin xung đột",
- "New Files" : "File mới",
- "Already existing files" : "Các file đang tồn tại",
- "Which files do you want to keep?" : "Bạn muốn tiếp tục với những tập tin nào?",
- "If you select both versions, the copied file will have a number added to its name." : "Nếu bạn chọn cả hai phiên bản, tập tin được sao chép sẽ được đánh thêm số vào tên của nó.",
- "Continue" : "Tiếp tục",
- "(all selected)" : "(Tất cả các lựa chọn)",
- "({count} selected)" : "({count} được chọn)",
- "Error loading file exists template" : "Lỗi khi tải tập tin mẫu đã tồn tại",
- "Pending" : "Đang chờ được phê duyệt",
- "Copy to {folder}" : "Sao chép tới thư mục {folder}",
- "Move to {folder}" : "Chuyển tới thư mục {folder}",
- "Authentication required" : "Cần phải được xác thực",
- "This action requires you to confirm your password" : "Để thực hiện hành động này, yêu cầu bạn phải nhập lại mật khẩu",
- "Confirm" : "Xác nhận",
- "Failed to authenticate, try again" : "Không thể xác thực thành công, xin vui lòng thử lại",
- "seconds ago" : "vài giây trước",
- "Connection to server lost" : "Kết nối tới máy chủ bị mất",
- "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Xảy ra lỗi khi tải trang, tải lại trong %n giây"],
- "Very weak password" : "Mật khẩu rất yếu",
- "Weak password" : "Mật khẩu yếu",
- "So-so password" : "Mật khẩu tạm được",
- "Good password" : "Mật khẩu tốt",
- "Strong password" : "Mật khẩu mạnh",
- "No action available" : "Không có hành động nào",
- "Error fetching contact actions" : "Lỗi khi nạp liên hệ",
- "Non-existing tag #{tag}" : "Thẻ không tồn tại # {tag}",
- "restricted" : "hạn chế",
- "invisible" : "không thể nhìn thấy.",
- "Delete" : "Xóa",
- "Rename" : "Sửa tên",
- "Collaborative tags" : "Thẻ cộng tác",
- "No tags found" : "Không tìm thấy thẻ",
- "Personal" : "Cá nhân",
- "Users" : "Người dùng",
- "Apps" : "Ứng dụng",
- "Admin" : "Quản trị",
- "Help" : "Giúp đỡ",
- "Access forbidden" : "Truy cập bị cấm",
- "File not found" : "Không tìm thấy tệp tin",
- "Error" : "Lỗi",
- "Internal Server Error" : "Lỗi máy chủ.",
- "The server was unable to complete your request." : "Máy chủ không thể hoàn thành được yêu cầu của bạn",
- "If this happens again, please send the technical details below to the server administrator." : "Nếu điều này tiếp tục xảy ra, xin vui lòng gửi thông tin kỹ thuật chi tiết tới người quản trị hệ thống.",
- "More details can be found in the server log." : "Các chi tiết có thể được tìm thấy trong nhật ký máy chủ.",
- "Technical details" : "Chi tiết kỹ thuật",
- "Remote Address: %s" : "Địa chỉ bên ngoài: %s",
- "Request ID: %s" : "Yêu cầu ID:%s",
- "Type: %s" : "Loại: %s",
- "Code: %s" : "Mã: %s",
- "Message: %s" : "Thông điệp:%s",
- "File: %s" : "Tệp: %s",
- "Line: %s" : "Dòng: %s",
- "Trace" : "Theo dõi",
- "Security warning" : "Cảnh báo bảo mật",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Thư mục và file dữ liệu của bạn có thể được truy cập từ internet bởi vì file .htaccess không hoạt động",
- "Create an <strong>admin account</strong>" : "Tạo một <strong>tài khoản quản trị</strong>",
- "Username" : "Tên đăng nhập",
- "Storage & database" : "Lưu trữ & cơ sở dữ liệu",
- "Data folder" : "Thư mục dữ liệu",
- "Configure the database" : "Cấu hình cơ sở dữ liệu",
- "Only %s is available." : "Chỉ %s khả dụng.",
- "Install and activate additional PHP modules to choose other database types." : "Cài đặt và kích hoạt các mô-đun PHP bổ sung để chọn các loại cơ sở dữ liệu khác.",
- "For more details check out the documentation." : "Để biết thêm chi tiết, hãy kiểm tra tài liệu.",
- "Database user" : "Người dùng cơ sở dữ liệu",
- "Database password" : "Mật khẩu cơ sở dữ liệu",
- "Database name" : "Tên cơ sở dữ liệu",
- "Database tablespace" : "Cơ sở dữ liệu tablespace",
- "Database host" : "Database host",
- "Please specify the port number along with the host name (e.g., localhost:5432)." : "Vui lòng xác định số cổng cùng với tên máy chủ lưu trữ (ví dụ: localhost: 5432).",
- "Performance warning" : "Cảnh báo hiệu suất",
- "Need help?" : "Cần hỗ trợ ?",
- "See the documentation" : "Xem tài liệu",
- "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ứng dụng này yêu cầu JavaScript để hoạt động chính xác. Vui lòng {linkstart} bật JavaScript {linkend} và tải lại trang.",
- "More apps" : "Thêm ứng dụng",
- "More" : "hơn",
- "More apps menu" : "Nhiều trình đơn ứng dụng hơn",
- "Contacts" : "Liên hệ",
- "Contacts menu" : "Trình đơn liên hệ",
- "Settings menu" : "Trình đơn thiết lập",
- "Confirm your password" : "Xác nhận mật khẩu của bạn",
- "Connect to your account" : "Kết nối tài khoản của bạn",
- "App token" : "Dấu hiệu ứng dụng",
- "Grant access" : "Cấp quyền truy cập",
- "Account access" : "Truy cập tài khoản",
- "This share is password-protected" : "Chia sẽ này được bảo vệ bởi mật khẩu",
- "The password is wrong. Try again." : "Sai mật khẩu. Hãy thử lại.",
- "Two-factor authentication" : "Xác thực 2 bước",
- "Use backup code" : "Sử dụng mã dự phòng",
- "Error while validating your second factor" : "Lỗi khi xác thực 2 bước",
- "Access through untrusted domain" : "Truy nhập thông qua tên miền không đáng tin",
- "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Xin vui lòng liên hệ với quản trị hệ thống của bạn. Nếu ban là người quản trị hệ thống, sửa phần thiết lập \"trusted_domains\" trong file config/config.php giống như trong ví dụ tại file config.sample.php.",
- "App update required" : "Ứng dụng yêu cầu cập nhật",
- "These incompatible apps will be disabled:" : "Những ứng dụng không tương thích sẽ bị tắt:",
- "The theme %s has been disabled." : "Giao diện %s đã bị tắt.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bạn cần phải bảo đảm rằng cơ sở dữ liệu, thư mục chứa file cấu hình hệ thống và thư mục chứa dữ liệu người dùng phải được sao lưu trước khi thực hiện.",
- "Start update" : "Bắt đầu cập nhật",
- "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Để tránh thời gian quá hạn với các cài đặt lớn hơn, bạn có thể thực hiện chạy lệnh sau từ thư mục cài đặt:",
- "Detailed logs" : "Nhật ký chi tiết",
- "Update needed" : "Cần phải cập nhật",
- "Please use the command line updater because you have a big instance with more than 50 users." : "Xin vui lòng sử dụng lệnh cập nhật bằng dòng lệnh bởi vì bạn có một bản cài đặt lớn có hơn 50 người dùng.",
- "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Trợ giúp, xem <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>.",
- "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Tôi biết rằng nếu tôi tiếp tục thực hiện cập nhập qua giao diện Web có rủi ro, mà yêu cầu đó chạy trong một khoảng thời gian bị quá hạn và có thể gây mất dữ liệu, nếu tôi có một bản sao và tôi biết cách khôi phục bản cài đặt đã sao lưu trong trường hợp bị lỗi khi cập nhật.",
- "Upgrade via web on my own risk" : "Nâng cấp qua web",
- "This %s instance is currently in maintenance mode, which may take a while." : "Bản cài đặt%s hiện tại đang trong chế độ \"bảo trì\", do vậy có thể bạn cần phải đợi thêm chút ít thời gian.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Liên hệ với người quản trị nếu lỗi này vẫn tồn tại hoặc xuất hiện bất ngờ.",
- "Couldn't reset password because the token is invalid" : "Không thể thiết lập lại mật khẩu do token không hợp lệ",
- "Couldn't reset password because the token is expired" : "Không thể thiết lập lại mật khẩu do token hết hạn",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Đang kiểm tra xem lược đồ cơ sở dữ liệu có thể được cập nhật hay không (việc này có thể mất nhiều thời gian do phụ thuộc vào kích cỡ của cơ sở dữ liệu)",
- "Checked database schema update" : "Cập nhật lược đồ cơ sở dữ liệu đã được kiểm tra",
- "Checking updates of apps" : "Đang kiểm tra các bản cập nhật của các ứng dụng",
- "Update app \"%s\" from appstore" : "Cập nhật ứng dụng \"%s\" từ appstore",
- "Checked database schema update for apps" : "Bản cập nhật lược đồ cơ sở dữ liệu cho các ứng dụng đã được kiểm tra",
- "Continue to Nextcloud" : "Tiếp tục đến Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Cập nhật thành công. Đang chuyển hướng bạn tới Nextcloud trong %ngiây."],
- "Password can not be changed. Please contact your administrator." : "Không thể thay đổi được mật khẩu. Xin vui lòng liên hệ người quản trị hệ thống."
-},
-"nplurals=1; plural=0;");
diff --git a/core/l10n/vi.json b/core/l10n/vi.json
deleted file mode 100644
index 1ed61dd7387..00000000000
--- a/core/l10n/vi.json
+++ /dev/null
@@ -1,220 +0,0 @@
-{ "translations": {
- "Please select a file." : "Hãy chọn một tệp.",
- "File is too big" : "Tệp quá lớn",
- "The selected file is not an image." : "Tệp tin được chọn không phải là ảnh.",
- "The selected file cannot be read." : "Tệp tin được chọn không thể đọc.",
- "Invalid file provided" : "File không hợp lệ",
- "No image or file provided" : "Không có hình ảnh hoặc tập tin được cung cấp",
- "Unknown filetype" : "Không biết kiểu tập tin",
- "Invalid image" : "Hình ảnh không hợp lệ",
- "An error occurred. Please contact your admin." : "Có lỗi xảy ra. Vui lòng báo cho quản trị viên.",
- "No temporary profile picture available, try again" : "Ảnh cá nhân tạm thời không có giá trị, hãy thử lại",
- "No crop data provided" : "Không có dữ liệu nguồn được cung cấp",
- "No valid crop data provided" : "Dữ liệu trích xuất không hợp lệ",
- "Crop is not square" : "Trích xuất không chuẩn",
- "State token does not match" : "Mã trạng thái không khớp",
- "Invalid app password" : "Mật khẩu ứng dụng không hợp lệ",
- "Could not complete login" : "Không thể hoàn thành đăng nhập",
- "Password reset is disabled" : "Đã tắt chức năng đặt lại mật khẩu",
- "%s password reset" : "%s thiết lập lại mật khẩu",
- "Password reset" : "Đặt lại mật khẩu",
- "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Nhấp vào nút sau để đặt lại mật khẩu. Nếu bạn không yêu cầu đặt lại mật khẩu, hãy bỏ qua email này.",
- "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Nhấp vào liên kết sau để đặt lại mật khẩu của bạn. Nếu bạn không yêu cầu đặt lại mật khẩu, hãy bỏ qua email này.",
- "Reset your password" : "Đổi mật khẩu",
- "Nextcloud Server" : "Máy chủ vWorkspace",
- "Preparing update" : "Đang chuẩn bị cập nhật",
- "[%d / %d]: %s" : "[%d / %d]: %s",
- "Please use the command line updater because automatic updating is disabled in the config.php." : "Xin vui lòng sử dụng câu lệnh cập nhật bằng dòng lệnh do cập nhật tự động bị vô hiệu hóa trong file config.php",
- "[%d / %d]: Checking table %s" : "[%d / %d]: đang kiểm tra bảng được %s",
- "Turned on maintenance mode" : "Bật chế độ bảo trì",
- "Turned off maintenance mode" : "Tắt chế độ bảo trì",
- "Maintenance mode is kept active" : "Chế độ bảo trì đang được kích hoạt",
- "Updating database schema" : "Đang cập nhật lược đồ cơ sở dữ liệu",
- "Updated database" : "Cơ sở dữ liệu đã được cập nhật",
- "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Đang kiểm tra liệu lược đồ cơ sở dữ liệu đối với %s có thể được cập nhật hay không (việc này có thể mất nhiều thời gian phụ thuộc vào kích cỡ của cơ sở dữ liệu)",
- "Updated \"%1$s\" to %2$s" : "Đã cập nhật \"%1$s\" lên %2$s",
- "Set log level to debug" : "Thiết lập cấp độ ghi nhật ký để gỡ rối",
- "Reset log level" : "Thiế lập lại cấp độ ghi nhật ký hệ thống",
- "Starting code integrity check" : "Bắt đầu mã kiểm tra sự toàn vẹn",
- "Finished code integrity check" : "Kết thúc mã kiểm tra sự toàn vẹn",
- "%s (incompatible)" : "%s (không tương thích)",
- "The following apps have been disabled: %s" : "Những ứng dụng sau đây đã bị tắt: %s",
- "Already up to date" : "Đã được cập nhật bản mới nhất",
- "Error occurred while checking server setup" : "Có lỗi xảy ra khi kiểm tra thiết lập máy chủ",
- "unknown text" : "văn bản không rõ",
- "Hello world!" : "Hello world!",
- "sunny" : "nắng",
- "Hello {name}, the weather is {weather}" : "Xin chào {name}, thời tiết hiện nay {weather}",
- "Hello {name}" : "Xin chào {name}",
- "<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Đây là kết quả tìm kiếm của bạn<script>cảnh báo (1)</script></strong>",
- "new" : "mới",
- "_download %n file_::_download %n files_" : ["tải về%ntệp"],
- "The update is in progress, leaving this page might interrupt the process in some environments." : "Quá trình cập nhật đang được tiến hành, đóng trang này có thể làm gián đoạn quá trình.",
- "Update to {version}" : "Cập nhật lên {version}",
- "An error occurred." : "Đã xảy ra lỗi.",
- "Please reload the page." : "Vui lòng tải lại trang.",
- "The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Quá trình cập nhật không thành công. Để biết thêm thông tin chi tiết <a href=\"{url}\">đề nghị xem các bài viết trong diễn đàn </a> để xử lý vấn đề này.",
- "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Quá trình cập nhật không thành công. Xin vui lòng báo lại vấn đề gặp phải trong tới <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Cộng đồng Nextcloud</a>.",
- "Log in" : "Đăng nhập",
- "Logging in …" : "Đang đăng nhập",
- "Server side authentication failed!" : "Xác thực phía máy chủ không thành công!",
- "Please contact your administrator." : "Vui lòng liên hệ với quản trị viên.",
- "An internal error occurred." : "Đã xảy ra một lỗi nội bộ.",
- "Please try again or contact your administrator." : "Vui lòng thử lại hoặc liên hệ quản trị của bạn.",
- "Username or email" : "Tên truy cập hoặc email",
- "Password" : "Mật khẩu",
- "User disabled" : "Vô hiệu hóa sử dụng",
- "Reset password" : "Khôi phục mật khẩu",
- "Couldn't send reset email. Please contact your administrator." : "Không thể gửi thư điện tử yêu cầu thiết lập lại. Xin vui lòng liên hệ quản trị hệ thống",
- "Back to login" : "Quay lại trang đăng nhập",
- "New password" : "Mật khẩu mới",
- "I know what I'm doing" : "Tôi biết tôi đang làm gì",
- "Cancel" : "Hủy",
- "Forgot password?" : "Quên mật khẩu sao?",
- "Back" : "Quay lại",
- "Reset search" : "Đặt lại tìm kiếm",
- "Search" : "Tìm kiếm",
- "Settings" : "Cài đặt",
- "Could not load your contacts" : "Không thể tải liên hệ của bạn",
- "Search contacts …" : "Tìm liên hệ ...",
- "No contacts found" : "Không tìm thấy liên hệ nào",
- "Show all contacts …" : "Hiển thị tất cả liên hệ…",
- "Loading your contacts …" : "Đang tải liên hệ của bạn ...",
- "Looking for {term} …" : "Đang tìm kiếm {term} ...",
- "No" : "Không",
- "Yes" : "Có",
- "No files in here" : "Không có file nào ở đây",
- "New folder" : "Tạo thư mục",
- "Name" : "Tên",
- "Size" : "Kích cỡ",
- "Modified" : "Thay đổi",
- "\"{name}\" is an invalid file name." : "\"{name}\" không được chấp nhận",
- "File name cannot be empty." : "Tên file không được rỗng",
- "\"{name}\" is not an allowed filetype" : "\"{name}\" không phải là loại tập tin được cho phép",
- "{newName} already exists" : "{newName} đã có",
- "Choose" : "Chọn",
- "Copy" : "Sao chép",
- "Move" : "Chuyển",
- "Error loading file picker template: {error}" : "Lỗi khi tải mẫu tập tin picker: {error}",
- "OK" : "Đồng ý",
- "Error loading message template: {error}" : "Lỗi khi tải mẫu thông điệp: {error}",
- "read-only" : "Chỉ đọc",
- "_{count} file conflict_::_{count} file conflicts_" : ["{count} tập tin xung đột"],
- "One file conflict" : "Một tập tin xung đột",
- "New Files" : "File mới",
- "Already existing files" : "Các file đang tồn tại",
- "Which files do you want to keep?" : "Bạn muốn tiếp tục với những tập tin nào?",
- "If you select both versions, the copied file will have a number added to its name." : "Nếu bạn chọn cả hai phiên bản, tập tin được sao chép sẽ được đánh thêm số vào tên của nó.",
- "Continue" : "Tiếp tục",
- "(all selected)" : "(Tất cả các lựa chọn)",
- "({count} selected)" : "({count} được chọn)",
- "Error loading file exists template" : "Lỗi khi tải tập tin mẫu đã tồn tại",
- "Pending" : "Đang chờ được phê duyệt",
- "Copy to {folder}" : "Sao chép tới thư mục {folder}",
- "Move to {folder}" : "Chuyển tới thư mục {folder}",
- "Authentication required" : "Cần phải được xác thực",
- "This action requires you to confirm your password" : "Để thực hiện hành động này, yêu cầu bạn phải nhập lại mật khẩu",
- "Confirm" : "Xác nhận",
- "Failed to authenticate, try again" : "Không thể xác thực thành công, xin vui lòng thử lại",
- "seconds ago" : "vài giây trước",
- "Connection to server lost" : "Kết nối tới máy chủ bị mất",
- "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Xảy ra lỗi khi tải trang, tải lại trong %n giây"],
- "Very weak password" : "Mật khẩu rất yếu",
- "Weak password" : "Mật khẩu yếu",
- "So-so password" : "Mật khẩu tạm được",
- "Good password" : "Mật khẩu tốt",
- "Strong password" : "Mật khẩu mạnh",
- "No action available" : "Không có hành động nào",
- "Error fetching contact actions" : "Lỗi khi nạp liên hệ",
- "Non-existing tag #{tag}" : "Thẻ không tồn tại # {tag}",
- "restricted" : "hạn chế",
- "invisible" : "không thể nhìn thấy.",
- "Delete" : "Xóa",
- "Rename" : "Sửa tên",
- "Collaborative tags" : "Thẻ cộng tác",
- "No tags found" : "Không tìm thấy thẻ",
- "Personal" : "Cá nhân",
- "Users" : "Người dùng",
- "Apps" : "Ứng dụng",
- "Admin" : "Quản trị",
- "Help" : "Giúp đỡ",
- "Access forbidden" : "Truy cập bị cấm",
- "File not found" : "Không tìm thấy tệp tin",
- "Error" : "Lỗi",
- "Internal Server Error" : "Lỗi máy chủ.",
- "The server was unable to complete your request." : "Máy chủ không thể hoàn thành được yêu cầu của bạn",
- "If this happens again, please send the technical details below to the server administrator." : "Nếu điều này tiếp tục xảy ra, xin vui lòng gửi thông tin kỹ thuật chi tiết tới người quản trị hệ thống.",
- "More details can be found in the server log." : "Các chi tiết có thể được tìm thấy trong nhật ký máy chủ.",
- "Technical details" : "Chi tiết kỹ thuật",
- "Remote Address: %s" : "Địa chỉ bên ngoài: %s",
- "Request ID: %s" : "Yêu cầu ID:%s",
- "Type: %s" : "Loại: %s",
- "Code: %s" : "Mã: %s",
- "Message: %s" : "Thông điệp:%s",
- "File: %s" : "Tệp: %s",
- "Line: %s" : "Dòng: %s",
- "Trace" : "Theo dõi",
- "Security warning" : "Cảnh báo bảo mật",
- "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Thư mục và file dữ liệu của bạn có thể được truy cập từ internet bởi vì file .htaccess không hoạt động",
- "Create an <strong>admin account</strong>" : "Tạo một <strong>tài khoản quản trị</strong>",
- "Username" : "Tên đăng nhập",
- "Storage & database" : "Lưu trữ & cơ sở dữ liệu",
- "Data folder" : "Thư mục dữ liệu",
- "Configure the database" : "Cấu hình cơ sở dữ liệu",
- "Only %s is available." : "Chỉ %s khả dụng.",
- "Install and activate additional PHP modules to choose other database types." : "Cài đặt và kích hoạt các mô-đun PHP bổ sung để chọn các loại cơ sở dữ liệu khác.",
- "For more details check out the documentation." : "Để biết thêm chi tiết, hãy kiểm tra tài liệu.",
- "Database user" : "Người dùng cơ sở dữ liệu",
- "Database password" : "Mật khẩu cơ sở dữ liệu",
- "Database name" : "Tên cơ sở dữ liệu",
- "Database tablespace" : "Cơ sở dữ liệu tablespace",
- "Database host" : "Database host",
- "Please specify the port number along with the host name (e.g., localhost:5432)." : "Vui lòng xác định số cổng cùng với tên máy chủ lưu trữ (ví dụ: localhost: 5432).",
- "Performance warning" : "Cảnh báo hiệu suất",
- "Need help?" : "Cần hỗ trợ ?",
- "See the documentation" : "Xem tài liệu",
- "This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Ứng dụng này yêu cầu JavaScript để hoạt động chính xác. Vui lòng {linkstart} bật JavaScript {linkend} và tải lại trang.",
- "More apps" : "Thêm ứng dụng",
- "More" : "hơn",
- "More apps menu" : "Nhiều trình đơn ứng dụng hơn",
- "Contacts" : "Liên hệ",
- "Contacts menu" : "Trình đơn liên hệ",
- "Settings menu" : "Trình đơn thiết lập",
- "Confirm your password" : "Xác nhận mật khẩu của bạn",
- "Connect to your account" : "Kết nối tài khoản của bạn",
- "App token" : "Dấu hiệu ứng dụng",
- "Grant access" : "Cấp quyền truy cập",
- "Account access" : "Truy cập tài khoản",
- "This share is password-protected" : "Chia sẽ này được bảo vệ bởi mật khẩu",
- "The password is wrong. Try again." : "Sai mật khẩu. Hãy thử lại.",
- "Two-factor authentication" : "Xác thực 2 bước",
- "Use backup code" : "Sử dụng mã dự phòng",
- "Error while validating your second factor" : "Lỗi khi xác thực 2 bước",
- "Access through untrusted domain" : "Truy nhập thông qua tên miền không đáng tin",
- "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Xin vui lòng liên hệ với quản trị hệ thống của bạn. Nếu ban là người quản trị hệ thống, sửa phần thiết lập \"trusted_domains\" trong file config/config.php giống như trong ví dụ tại file config.sample.php.",
- "App update required" : "Ứng dụng yêu cầu cập nhật",
- "These incompatible apps will be disabled:" : "Những ứng dụng không tương thích sẽ bị tắt:",
- "The theme %s has been disabled." : "Giao diện %s đã bị tắt.",
- "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Bạn cần phải bảo đảm rằng cơ sở dữ liệu, thư mục chứa file cấu hình hệ thống và thư mục chứa dữ liệu người dùng phải được sao lưu trước khi thực hiện.",
- "Start update" : "Bắt đầu cập nhật",
- "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Để tránh thời gian quá hạn với các cài đặt lớn hơn, bạn có thể thực hiện chạy lệnh sau từ thư mục cài đặt:",
- "Detailed logs" : "Nhật ký chi tiết",
- "Update needed" : "Cần phải cập nhật",
- "Please use the command line updater because you have a big instance with more than 50 users." : "Xin vui lòng sử dụng lệnh cập nhật bằng dòng lệnh bởi vì bạn có một bản cài đặt lớn có hơn 50 người dùng.",
- "For help, see the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>." : "Trợ giúp, xem <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentation</a>.",
- "I know that if I continue doing the update via web UI has the risk, that the request runs into a timeout and could cause data loss, but I have a backup and know how to restore my instance in case of a failure." : "Tôi biết rằng nếu tôi tiếp tục thực hiện cập nhập qua giao diện Web có rủi ro, mà yêu cầu đó chạy trong một khoảng thời gian bị quá hạn và có thể gây mất dữ liệu, nếu tôi có một bản sao và tôi biết cách khôi phục bản cài đặt đã sao lưu trong trường hợp bị lỗi khi cập nhật.",
- "Upgrade via web on my own risk" : "Nâng cấp qua web",
- "This %s instance is currently in maintenance mode, which may take a while." : "Bản cài đặt%s hiện tại đang trong chế độ \"bảo trì\", do vậy có thể bạn cần phải đợi thêm chút ít thời gian.",
- "Contact your system administrator if this message persists or appeared unexpectedly." : "Liên hệ với người quản trị nếu lỗi này vẫn tồn tại hoặc xuất hiện bất ngờ.",
- "Couldn't reset password because the token is invalid" : "Không thể thiết lập lại mật khẩu do token không hợp lệ",
- "Couldn't reset password because the token is expired" : "Không thể thiết lập lại mật khẩu do token hết hạn",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Đang kiểm tra xem lược đồ cơ sở dữ liệu có thể được cập nhật hay không (việc này có thể mất nhiều thời gian do phụ thuộc vào kích cỡ của cơ sở dữ liệu)",
- "Checked database schema update" : "Cập nhật lược đồ cơ sở dữ liệu đã được kiểm tra",
- "Checking updates of apps" : "Đang kiểm tra các bản cập nhật của các ứng dụng",
- "Update app \"%s\" from appstore" : "Cập nhật ứng dụng \"%s\" từ appstore",
- "Checked database schema update for apps" : "Bản cập nhật lược đồ cơ sở dữ liệu cho các ứng dụng đã được kiểm tra",
- "Continue to Nextcloud" : "Tiếp tục đến Nextcloud",
- "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Cập nhật thành công. Đang chuyển hướng bạn tới Nextcloud trong %ngiây."],
- "Password can not be changed. Please contact your administrator." : "Không thể thay đổi được mật khẩu. Xin vui lòng liên hệ người quản trị hệ thống."
-},"pluralForm" :"nplurals=1; plural=0;"
-} \ No newline at end of file