diff --git a/langs/pt_BR.json b/langs/pt_BR.json new file mode 100644 index 0000000..58cf6d2 --- /dev/null +++ b/langs/pt_BR.json @@ -0,0 +1,52 @@ +{ + "common": { + "cancel": "", + "unknown": "" + }, + "headings": { + "addServer": "", + "home": "", + "links": "", + "servers": "", + "settings": "" + }, + "addServer": { + "address": "", + "validation": { + "empty": "", + "invalid": "", + "invalidProduct": "", + "noConnection": "" + } + }, + "home": { + "offline": "", + "retry": "" + }, + "settings": { + "version": "", + "keepAwake": "", + "rotationLock": "", + "expoVersion": "" + }, + "links": { + "website": "", + "documentation": "", + "source": "", + "translate": "", + "feature": "", + "issue": "" + }, + "alerts": { + "deleteServer": { + "title": "", + "description": "", + "confirm": "" + }, + "resetApplication": { + "title": "", + "description": "", + "confirm": "" + } + } +}