[WEB-5048] chore: implements esm exports for all packages (#7816)
* fix: esm module imports for live and editor * fix: convert all pacakges to export esm and cjs build * fix: auto export * fix: translation files formatting * fix: convert eslint files to cjs files for supporting current config * fix: code uuid package upgrade --------- Co-authored-by: Aaron Reisman <aaron.reisman@plane.so>
This commit is contained in:
parent
cbcb026e9a
commit
0589ac56d5
163 changed files with 52250 additions and 49718 deletions
34
packages/i18n/src/locales/vi-VN/accessibility.ts
Normal file
34
packages/i18n/src/locales/vi-VN/accessibility.ts
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
export default {
|
||||
aria_labels: {
|
||||
projects_sidebar: {
|
||||
workspace_logo: "Logo không gian làm việc",
|
||||
open_workspace_switcher: "Mở trình chuyển đổi không gian làm việc",
|
||||
open_user_menu: "Mở menu người dùng",
|
||||
open_command_palette: "Mở bảng lệnh",
|
||||
open_extended_sidebar: "Mở thanh bên mở rộng",
|
||||
close_extended_sidebar: "Đóng thanh bên mở rộng",
|
||||
create_favorites_folder: "Tạo thư mục yêu thích",
|
||||
open_folder: "Mở thư mục",
|
||||
close_folder: "Đóng thư mục",
|
||||
open_favorites_menu: "Mở menu yêu thích",
|
||||
close_favorites_menu: "Đóng menu yêu thích",
|
||||
enter_folder_name: "Nhập tên thư mục",
|
||||
create_new_project: "Tạo dự án mới",
|
||||
open_projects_menu: "Mở menu dự án",
|
||||
close_projects_menu: "Đóng menu dự án",
|
||||
toggle_quick_actions_menu: "Bật/tắt menu hành động nhanh",
|
||||
open_project_menu: "Mở menu dự án",
|
||||
close_project_menu: "Đóng menu dự án",
|
||||
collapse_sidebar: "Thu gọn thanh bên",
|
||||
expand_sidebar: "Mở rộng thanh bên",
|
||||
edition_badge: "Mở modal gói trả phí",
|
||||
},
|
||||
auth_forms: {
|
||||
clear_email: "Xóa email",
|
||||
show_password: "Hiển thị mật khẩu",
|
||||
hide_password: "Ẩn mật khẩu",
|
||||
close_alert: "Đóng cảnh báo",
|
||||
close_popover: "Đóng popover",
|
||||
},
|
||||
},
|
||||
} as const;
|
||||
Loading…
Add table
Add a link
Reference in a new issue