Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(vi-VN): automated translation updates #325

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions locales/vi-VN/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ export default removeUndefinedLocaleResources({
'banners.deleted-document-banner.restore-button.text': 'Khôi phục phiên bản gần nhất',
/** The text content for the deleted document banner */
'banners.deleted-document-banner.text': 'Tài liệu này đã bị xóa.',
/** The text content for the deprecated document type banner */
'banners.deprecated-document-type-banner.text': 'Loại tài liệu này đã không còn được sử dụng.',
/** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */
'banners.permission-check-banner.missing-permission_create_other':
'Các vai trò <Roles/> của bạn không có quyền tạo tài liệu này.',
Expand All @@ -95,6 +97,11 @@ export default removeUndefinedLocaleResources({
'banners.reference-changed-banner.reason-removed.text':
'Tham chiếu này đã bị xóa kể từ khi bạn mở nó.',

/** Browser/tab title when creating a new document of a given type */
'browser-document-title.new-document': 'Tạo mới {{schemaType}}',
/** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */
'browser-document-title.untitled-document': 'Không tiêu đề',

/** The action menu button aria-label */
'buttons.action-menu-button.aria-label': 'Mở hành động tài liệu',
/** The action menu button tooltip */
Expand Down Expand Up @@ -196,6 +203,8 @@ export default removeUndefinedLocaleResources({
/** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */
'doc-title.unknown-schema-type.text': 'Loại schema không xác định: {{schemaType}}',

/** Tooltip text shown for the close button of the document inspector */
'document-inspector.close-button.tooltip': 'Đóng',
/** The title shown in the dialog header, when inspecting a valid document */
'document-inspector.dialog.title': 'Đang kiểm tra <DocumentTitle/>',
/** The title shown in the dialog header, when the document being inspected is not created yet/has no value */
Expand Down
2 changes: 2 additions & 0 deletions locales/vi-VN/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ export default removeUndefinedLocaleResources({
/** Error text shown when form is unable to find an array item at a given keyed path */
'form.error.no-array-item-at-key':
'Không tìm thấy phần tử mảng với `_key` <code>"{{key}}"</code> ở đường dẫn <code>{{path}}</code>',
/** Form field deprecated label */
'form.field.deprecated-label': 'lỗi thời',
/** Fallback title shown above field if it has no defined title */
'form.field.untitled-field-label': 'Không tiêu đề',
/** Fallback title shown above fieldset if it has no defined title */
Expand Down