chore: vietnamese translation updated
This commit is contained in:
parent
5ec817ba37
commit
fe9640533c
5 changed files with 27 additions and 23 deletions
|
|
@ -20,7 +20,7 @@ export const SUPPORTED_LANGUAGES: ILanguageOption[] = [
|
|||
{ label: "Português Brasil", value: "pt-BR" },
|
||||
{ label: "Indonesian", value: "id" },
|
||||
{ label: "Română", value: "ro" },
|
||||
{ label: "Tiếng việt", value: "vi" },
|
||||
{ label: "Tiếng việt", value: "vi-VN" },
|
||||
];
|
||||
|
||||
export const LANGUAGE_STORAGE_KEY = "userLanguage";
|
||||
|
|
|
|||
|
|
@ -415,16 +415,16 @@
|
|||
"recents": {
|
||||
"title": "Recentes",
|
||||
"empty": {
|
||||
"project": "Seus projetos recentes aparecerão aqui quando você visitar um.",
|
||||
"page": "Suas páginas recentes aparecerão aqui quando você visitar uma.",
|
||||
"issue": "Seus itens de trabalho recentes aparecerão aqui quando você visitar um.",
|
||||
"default": "Você não tem nenhum item recente ainda."
|
||||
"project": "Seus projetos recentes aparecerão aqui quando você visitar um.",
|
||||
"page": "Suas páginas recentes aparecerão aqui quando você visitar uma.",
|
||||
"issue": "Seus itens de trabalho recentes aparecerão aqui quando você visitar um.",
|
||||
"default": "Você não tem nenhum item recente ainda."
|
||||
},
|
||||
"filters": {
|
||||
"all": "Todos os itens",
|
||||
"projects": "Projetos",
|
||||
"pages": "Páginas",
|
||||
"issues": "Itens de trabalho"
|
||||
"all": "Todos os itens",
|
||||
"projects": "Projetos",
|
||||
"pages": "Páginas",
|
||||
"issues": "Itens de trabalho"
|
||||
}
|
||||
},
|
||||
"new_at_plane": {
|
||||
|
|
@ -440,21 +440,21 @@
|
|||
"manage_widgets": "Gerenciar widgets",
|
||||
"title": "Página inicial",
|
||||
"star_us_on_github": "Nos dê uma estrela no GitHub"
|
||||
},
|
||||
},
|
||||
|
||||
"link": {
|
||||
"link": {
|
||||
"modal": {
|
||||
"url": {
|
||||
"text": "URL",
|
||||
"required": "URL inválido",
|
||||
"placeholder": "Digite ou cole um URL"
|
||||
"text": "URL",
|
||||
"required": "URL inválido",
|
||||
"placeholder": "Digite ou cole um URL"
|
||||
},
|
||||
"title": {
|
||||
"text": "Título de exibição",
|
||||
"placeholder": "Como você gostaria de ver este link"
|
||||
"text": "Título de exibição",
|
||||
"placeholder": "Como você gostaria de ver este link"
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
"common": {
|
||||
"all": "Todos",
|
||||
|
|
@ -579,8 +579,8 @@
|
|||
"relations": "Relações",
|
||||
"errors": {
|
||||
"default": {
|
||||
"title": "Erro!",
|
||||
"message": "Algo deu errado. Por favor, tente novamente."
|
||||
"title": "Erro!",
|
||||
"message": "Algo deu errado. Por favor, tente novamente."
|
||||
},
|
||||
"required": "Este campo é obrigatório",
|
||||
"entity_required": "{entity} é obrigatório"
|
||||
|
|
|
|||
|
|
@ -499,6 +499,10 @@
|
|||
"re_generate_key": "Tạo lại khóa",
|
||||
"export": "Xuất",
|
||||
"member": "{count, plural, other{# thành viên}}",
|
||||
"new_password_must_be_different_from_old_password": "Mật khẩu mới phải khác mật khẩu cũ",
|
||||
"edited": "đã chỉnh sửa",
|
||||
"bot": "bot",
|
||||
|
||||
"project_view": {
|
||||
"sort_by": {
|
||||
"created_at": "Thời gian tạo",
|
||||
|
|
@ -2326,4 +2330,4 @@
|
|||
"label": "{count, plural, one {mô-đun} other {mô-đun}}",
|
||||
"no_module": "Không có mô-đun"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -171,8 +171,8 @@ export class TranslationStore {
|
|||
return import("../locales/id/translations.json");
|
||||
case "ro":
|
||||
return import("../locales/ro/translations.json");
|
||||
case "vi":
|
||||
return import("../locales/vi/translations.json");
|
||||
case "vi-VN":
|
||||
return import("../locales/vi-VN/translations.json");
|
||||
default:
|
||||
throw new Error(`Unsupported language: ${language}`);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ export type TLanguage =
|
|||
| "pt-BR"
|
||||
| "id"
|
||||
| "ro"
|
||||
| "vi";
|
||||
| "vi-VN";
|
||||
|
||||
export interface ILanguageOption {
|
||||
label: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue