Skip to content
This repository has been archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #69 from puripant/patch-2
Browse files Browse the repository at this point in the history
Add Thai translation (th-TH.js)
  • Loading branch information
antonioolf committed Oct 13, 2019
2 parents 5cd9f58 + b0d5731 commit 55ceea8
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions App texts/th-TH.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
let strings = {

// Cadastro
entrarComEmail: 'ลงชื่อเข้าใช้ด้วยอีเมล',
cadastro: 'ลงทะเบียน',
senha: 'รหัสผ่าน',
concluir: 'เสร็จ',
preenchaOFormularioCorretamente: 'กรุณากรอกค่าในฟอร์มให้ถูกต้อง!',

// FBLogin
acessarComOFacebook: 'ลงชื่อเข้าใช้ด้วย Facebook',
aguarde: 'รอซักครู่ ...',

// Home
musicasEmDestaque: 'เพลงเด่น',
artistasEmDestaque: 'ศิลปินเด่น',
atividadeRecente: 'กิจกรรมล่าสุด',
escutou: 'ฟัง',
curtiu: 'ชอบ',
aMusica: 'เพลง',

// Nav Bottom
home: 'หน้าแรก',
buscar: 'ค้นหา',
explorar: 'สำรวจ',
colecao: 'คอลแลกชั่น',
perfil: 'โปรไฟล์',

// Perfil
nome: 'ชื่อ',
email: 'อีเมล',
sair: 'ออกจากระบบ',
instrumentoPrincipal: 'เครื่องดนตรีหลัก',
guitarra: 'กีตาร์',
baixo: 'เบส',
bateria: 'กลอง',
voz: 'เสียงร้อง',
violao: 'กีตาร์โปร่ง',
avalieNaGooglePlay: 'ให้คะแนนแอพ',
editarPerfil: 'แก้ไขโปรไฟล์',
faleConosco: 'ติดต่อเรา',
comprarVersaoPremium: 'ซื้อรุ่นพรีเมี่ยม',
removerAnuncios: 'ลบโฆษณา (โปร)',

//Meus Dados
sobreVoce: 'เกี่ยวกับคุณ',
faleUmPoucoSobreVoce: 'ข้อมูลเพิ่มเติมเกี่ยวกับตัวคุณ',
localOndeMora: 'ตำแหน่ง',
ondeVoceMora: 'คุณอาศัยอยู่ที่ไหน?',
digiteSeuUsername: 'ใส่ชื่อผู้ใช้ ตัวอย่าง: @backingtracksapp',
digiteSeuNumeroDeWhatsapp: 'ใส่เบอร์ WhatsApp',
linkParaSeuCanalNoYoutube: 'เชื่อมต่อกับช่อง YouTube',
canalNoYoutube: 'ช่อง YouTube',
esteDadoNaoPodeSerEditado: 'ข้อมูลนี้ไม่สามารถแก้ไขได้!',

// Editar
salvar: 'บันทึก',

// Fale conosco
porFavorExpliqueDetalhadamenteOSeuProblemaOuDuvida: 'กรุณาอธิบายปัญหาหรือคำถามโดยละเอียด',
enviar: 'ส่ง',

// Editar perfil
atualizeSeusDados: 'ปรับปรุงข้อมูล',

// Coleção
musicasCurtidas: 'เพลงที่ชอบ',

// Música
para: 'for',
tonalidade: 'คีย์',
outrasMusicas: 'เพลงอื่น',

// Offline
voceEstaOffline: 'คุณไม่ได้เชื่อมต่ออินเตอร์เน็ต!',
verifiqueASuaConexaoComAInternetETenteNovamente: 'ตรวจสอบการเชื่อมต่ออินเตอร์เน็ตแล้วลองอีกครั้ง',

// Login
toqueSuasMusicasFavoritasComAcompanhamento: 'เล่นเพลงโปรดของคุณ!',
facaLoginParaAproveitarOMaximoDoAplicativo: 'ลงทะเบียนใช้งานเพื่อใช้ความสามารถทั้งหมดของแอพ'
}

export default strings;

0 comments on commit 55ceea8

Please sign in to comment.