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
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-09-22 05:26:37 +0300
committerNextcloud bot <bot@nextcloud.com>2021-09-22 05:26:37 +0300
commit0e1853df340d51ea55fb94ffad9248ec38f0b9b4 (patch)
treed8ab74c341927159e53fce14492be57836665c0a /apps/oauth2
parent7cab6ed3cb793a106983f06747fb25572c44f369 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/vi.js7
-rw-r--r--apps/oauth2/l10n/vi.json7
2 files changed, 14 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/vi.js b/apps/oauth2/l10n/vi.js
index 60f9ec1d214..c34733e9912 100644
--- a/apps/oauth2/l10n/vi.js
+++ b/apps/oauth2/l10n/vi.js
@@ -1,13 +1,20 @@
OC.L10N.register(
"oauth2",
{
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "Ứng dụng khách của bạn không được ủy quyền để kết nối. Vui lòng thông báo cho quản trị viên của ứng dụng khách.",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URl chuyển hướng của bạn phải là URL đầy đủ, vd: https://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Cho phép xác thực tương thích với OAuth2 từ các ứng dụng web khác.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Ứng dụng OAuth2 cho phép các quản trị viên thiết lập dòng chảy công việc xác thực để cũng cho phép xác thực tương thích với OAuth2 từ các ứng dụng web khác.",
"OAuth 2.0 clients" : "kết nối OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 cho phép các dịch vụ ở ngoài yêu cầu quyền truy cập vào {instanceName}.",
"Add client" : "Thêm kết nối",
"Name" : "Tên",
"Redirection URI" : "Liên kết chuyển tiếp",
"Add" : "Thêm",
+ "Client Identifier" : "Mã định danh ứng dụng khách",
"Secret" : "Mật khẩu",
+ "Show client secret" : "Hiện bí mật ứng dụng khách",
"Delete" : "Xóa"
},
"nplurals=1; plural=0;");
diff --git a/apps/oauth2/l10n/vi.json b/apps/oauth2/l10n/vi.json
index 9546bd55d33..f0611b2c460 100644
--- a/apps/oauth2/l10n/vi.json
+++ b/apps/oauth2/l10n/vi.json
@@ -1,11 +1,18 @@
{ "translations": {
+ "Your client is not authorized to connect. Please inform the administrator of your client." : "Ứng dụng khách của bạn không được ủy quyền để kết nối. Vui lòng thông báo cho quản trị viên của ứng dụng khách.",
+ "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URl chuyển hướng của bạn phải là URL đầy đủ, vd: https://yourdomain.com/path",
"OAuth 2.0" : "OAuth 2.0",
+ "Allows OAuth2 compatible authentication from other web applications." : "Cho phép xác thực tương thích với OAuth2 từ các ứng dụng web khác.",
+ "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Ứng dụng OAuth2 cho phép các quản trị viên thiết lập dòng chảy công việc xác thực để cũng cho phép xác thực tương thích với OAuth2 từ các ứng dụng web khác.",
"OAuth 2.0 clients" : "kết nối OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 cho phép các dịch vụ ở ngoài yêu cầu quyền truy cập vào {instanceName}.",
"Add client" : "Thêm kết nối",
"Name" : "Tên",
"Redirection URI" : "Liên kết chuyển tiếp",
"Add" : "Thêm",
+ "Client Identifier" : "Mã định danh ứng dụng khách",
"Secret" : "Mật khẩu",
+ "Show client secret" : "Hiện bí mật ứng dụng khách",
"Delete" : "Xóa"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file