40 lines
1.6 KiB
TypeScript
40 lines
1.6 KiB
TypeScript
/**
|
|
* Copyright (c) 2023-present Plane Software, Inc. and contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
* See the LICENSE file for details.
|
|
*/
|
|
|
|
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;
|