This repository has been archived by the owner on Apr 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 39
/
vi-vn.js
83 lines (69 loc) · 2.69 KB
/
vi-vn.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
let strings = {
// Cadastro
entrarComEmail: 'Đăng nhập bằng E-mail',
cadastro: 'Đăng ký',
senha: 'Mật khẩu',
concluir: 'Hoàn thành',
preenchaOFormularioCorretamente: 'Vui lòng điền chính xác vào biểu mẫu!',
// FBLogin
acessarComOFacebook: 'Đăng nhập bằng Facebook',
aguarde: 'Đợi một chút...',
// Home
musicasEmDestaque: 'Bài hát',
artistasEmDestaque: 'Nghệ sĩ',
atividadeRecente: 'Hoạt động gần đây',
escutou: 'Đã nghe',
curtiu: 'thích',
aMusica: 'bài hát',
// Nav Bottom
home: 'Trang chủ',
buscar: 'Tìm kiếm',
explorar: 'Khám phá',
colecao: 'Bộ sưu tập',
perfil: 'Hồ sơ',
// Perfil
nome: 'Tên',
email: 'E-mail',
sair: 'Đăng xuất',
instrumentoPrincipal: 'Nhạc cụ chính',
guitarra: 'Đàn Ghi Ta',
baixo: 'Đàn Guitar Bass',
bateria: 'Trống',
voz: 'Ca sĩ ',
violao: 'Ghi Ta Acoustic',
avalieNaGooglePlay: 'Đánh giá ứng dụng',
editarPerfil: 'Chỉnh sửa hồ sơ',
faleConosco: 'Liên hệ chúng tôi',
comprarVersaoPremium: 'Mua phiên bản đặc biệt',
removerAnuncios: 'Loại bỏ các quảng cáo (Chuyên nghiệp)',
//Meus Dados
sobreVoce: 'Về bạn',
faleUmPoucoSobreVoce: 'Nói với chúng tôi một chút về bạn',
localOndeMora: 'Vị trí',
ondeVoceMora: 'Bạn sống ở đâu?',
digiteSeuUsername: 'Nhập tên người dùng của bạn. Thí dụ: @backingtracksapp',
digiteSeuNumeroDeWhatsapp: 'Nhập số WhatsApp của bạn',
linkParaSeuCanalNoYoutube: 'Liên kết tới kênh YouTube của bạn',
canalNoYoutube: 'Kênh YouTube',
esteDadoNaoPodeSerEditado: 'Không thể chỉnh sửa dữ liệu này!',
// Editar
salvar: 'Lưu trữ',
// Fale conosco
porFavorExpliqueDetalhadamenteOSeuProblemaOuDuvida: 'Vui lòng giải thích chi tiết vấn đề hoặc câu hỏi của bạn.',
enviar: 'Gửi',
// Editar perfil
atualizeSeusDados: 'Cập nhật thông tin của bạn',
// Coleção
musicasCurtidas: 'Bài hát yêu thích',
// Música
para: 'for',
tonalidade: 'Key',
outrasMusicas: 'Các bài hát khác',
// Offline
voceEstaOffline: 'You are offline!',
verifiqueASuaConexaoComAInternetETenteNovamente: 'Kiểm tra kết nối internet của bạn và thử lại',
// Login
toqueSuasMusicasFavoritasComAcompanhamento: 'Chơi các bài hát yêu thích của bạn với phần đệm!',
facaLoginParaAproveitarOMaximoDoAplicativo: 'Đăng nhập để tận dụng tối đa ứng dụng của bạn!'
}
export default strings;