From e74499aea4ee0178477df80d2e296eb72ce9bf3c Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:11 +0200 Subject: [PATCH 01/33] New translations common.json (Portuguese, Brazilian) --- src/i18n/pt_BR/common.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/i18n/pt_BR/common.json diff --git a/src/i18n/pt_BR/common.json b/src/i18n/pt_BR/common.json new file mode 100644 index 00000000..d17849b2 --- /dev/null +++ b/src/i18n/pt_BR/common.json @@ -0,0 +1,22 @@ +{ + "buttons": { + "OK": "", + "apply": "", + "cancel": "" + }, + "customEmoji": { + "accessibilityLabel": "" + }, + "message": { + "success": { + "message": "" + }, + "warning": { + "message": "" + }, + "error": { + "message": "" + } + }, + "separator": "" +} \ No newline at end of file From ceb631f6118923f8369bdc1d8fe5d4e6cb0ba34f Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:13 +0200 Subject: [PATCH 02/33] New translations instance.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/instance.json | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/i18n/pt_BR/components/instance.json diff --git a/src/i18n/pt_BR/components/instance.json b/src/i18n/pt_BR/components/instance.json new file mode 100644 index 00000000..caf79184 --- /dev/null +++ b/src/i18n/pt_BR/components/instance.json @@ -0,0 +1,28 @@ +{ + "server": { + "textInput": { + "placeholder": "" + }, + "button": "", + "information": { + "name": "", + "accounts": "", + "statuses": "", + "domains": "" + }, + "disclaimer": { + "base": "", + "privacy": "" + } + }, + "update": { + "alert": { + "title": "", + "message": "", + "buttons": { + "cancel": "", + "continue": "" + } + } + } +} \ No newline at end of file From ad78e0373a1f3edbbd36d80fffcc47f71b4118d6 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:14 +0200 Subject: [PATCH 03/33] New translations parse.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/parse.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/i18n/pt_BR/components/parse.json diff --git a/src/i18n/pt_BR/components/parse.json b/src/i18n/pt_BR/components/parse.json new file mode 100644 index 00000000..8b1b18b8 --- /dev/null +++ b/src/i18n/pt_BR/components/parse.json @@ -0,0 +1,9 @@ +{ + "HTML": { + "expanded": { + "true": "", + "false": "" + }, + "defaultHint": "" + } +} \ No newline at end of file From bc3d434e1b14c5edc7136b6e1e25c011fbf0aa88 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:15 +0200 Subject: [PATCH 04/33] New translations relationship.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/relationship.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/i18n/pt_BR/components/relationship.json diff --git a/src/i18n/pt_BR/components/relationship.json b/src/i18n/pt_BR/components/relationship.json new file mode 100644 index 00000000..ccf2aa7b --- /dev/null +++ b/src/i18n/pt_BR/components/relationship.json @@ -0,0 +1,16 @@ +{ + "follow": { + "function": "" + }, + "block": { + "function": "" + }, + "button": { + "error": "", + "blocked_by": "", + "blocking": "", + "following": "", + "requested": "", + "default": "" + } +} \ No newline at end of file From 9fdb0bbce7c861e63ace753137401aa534b37f3f Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:16 +0200 Subject: [PATCH 05/33] New translations timeline.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/timeline.json | 234 ++++++++++++++++++++++++ 1 file changed, 234 insertions(+) create mode 100644 src/i18n/pt_BR/components/timeline.json diff --git a/src/i18n/pt_BR/components/timeline.json b/src/i18n/pt_BR/components/timeline.json new file mode 100644 index 00000000..adaf6ba5 --- /dev/null +++ b/src/i18n/pt_BR/components/timeline.json @@ -0,0 +1,234 @@ +{ + "empty": { + "error": { + "message": "", + "button": "" + }, + "success": { + "message": "" + } + }, + "end": { + "message": "" + }, + "lookback": { + "message": "" + }, + "refresh": { + "fetchPreviousPage": "", + "refetch": "" + }, + "shared": { + "actioned": { + "pinned": "", + "favourite": "", + "status": "", + "follow": "", + "follow_request": "", + "poll": "", + "reblog": { + "default": "", + "notification": "" + } + }, + "actions": { + "reply": { + "accessibilityLabel": "" + }, + "reblogged": { + "accessibilityLabel": "", + "function": "" + }, + "favourited": { + "accessibilityLabel": "", + "function": "" + }, + "bookmarked": { + "accessibilityLabel": "", + "function": "" + } + }, + "actionsUsers": { + "reblogged_by": { + "accessibilityLabel": "", + "accessibilityHint": "", + "text": "" + }, + "favourited_by": { + "accessibilityLabel": "", + "accessibilityHint": "", + "text": "" + }, + "history": { + "accessibilityLabel": "", + "accessibilityHint": "", + "text_one": "", + "text_other": "" + } + }, + "attachment": { + "sensitive": { + "button": "" + }, + "unsupported": { + "text": "", + "button": "" + } + }, + "avatar": { + "accessibilityLabel": "", + "accessibilityHint": "" + }, + "content": { + "expandHint": "" + }, + "filtered": "", + "fullConversation": "", + "translate": { + "default": "", + "succeed": "", + "failed": "", + "source_not_supported": "", + "target_not_supported": "" + }, + "header": { + "shared": { + "account": { + "name": { + "accessibilityHint": "" + }, + "account": { + "accessibilityHint": "" + } + }, + "application": "", + "edited": { + "accessibilityLabel": "" + }, + "muted": { + "accessibilityLabel": "" + }, + "visibility": { + "direct": { + "accessibilityLabel": "" + }, + "private": { + "accessibilityLabel": "" + } + } + }, + "conversation": { + "withAccounts": "", + "delete": { + "function": "" + } + }, + "actions": { + "accessibilityHint": "", + "account": { + "heading": "", + "mute": { + "function": "", + "button": "" + }, + "block": { + "function": "", + "button": "" + }, + "reports": { + "function": "", + "button": "" + } + }, + "domain": { + "heading": "", + "block": { + "function": "", + "button": "" + }, + "alert": { + "title": "", + "message": "", + "buttons": { + "confirm": "", + "cancel": "" + } + } + }, + "share": { + "status": { + "heading": "", + "button": "" + }, + "account": { + "heading": "", + "button": "" + } + }, + "status": { + "heading": "", + "edit": { + "function": "", + "button": "" + }, + "delete": { + "function": "", + "button": "", + "alert": { + "title": "", + "message": "", + "buttons": { + "confirm": "", + "cancel": "" + } + } + }, + "deleteEdit": { + "function": "", + "button": "", + "alert": { + "title": "", + "message": "", + "buttons": { + "confirm": "", + "cancel": "" + } + } + }, + "mute": { + "function": "", + "button": { + "positive": "", + "negative": "" + } + }, + "pin": { + "function": "", + "button": { + "positive": "", + "negative": "" + } + } + } + } + }, + "poll": { + "meta": { + "button": { + "vote": "", + "refresh": "" + }, + "count": { + "voters_one": "", + "voters_other": "", + "votes_one": "", + "votes_other": "" + }, + "expiration": { + "expired": "", + "until": "" + } + } + } + } +} \ No newline at end of file From c9802d160f0d5a1d22894b2dda874ba09eb91a9a Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:17 +0200 Subject: [PATCH 06/33] New translations actions.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/actions.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/i18n/pt_BR/screens/actions.json diff --git a/src/i18n/pt_BR/screens/actions.json b/src/i18n/pt_BR/screens/actions.json new file mode 100644 index 00000000..d6d2c219 --- /dev/null +++ b/src/i18n/pt_BR/screens/actions.json @@ -0,0 +1,19 @@ +{ + "content": { + "button": { + "apply": "", + "cancel": "" + }, + "notificationsFilter": { + "heading": "", + "content": { + "follow": "", + "favourite": "", + "reblog": "", + "mention": "", + "poll": "", + "follow_request": "" + } + } + } +} \ No newline at end of file From fa51e8d0358c3f94db68c9f203ec57a0300e0a69 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:18 +0200 Subject: [PATCH 07/33] New translations imageViewer.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/imageViewer.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/i18n/pt_BR/screens/imageViewer.json diff --git a/src/i18n/pt_BR/screens/imageViewer.json b/src/i18n/pt_BR/screens/imageViewer.json new file mode 100644 index 00000000..ad2b495c --- /dev/null +++ b/src/i18n/pt_BR/screens/imageViewer.json @@ -0,0 +1,17 @@ +{ + "content": { + "actions": { + "accessibilityLabel": "", + "accessibilityHint": "" + }, + "options": { + "save": "", + "share": "", + "cancel": "" + }, + "save": { + "succeed": "", + "failed": "" + } + } +} \ No newline at end of file From 8194bae5bd50772034d2d42110b99bd85f9de2bf Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:19 +0200 Subject: [PATCH 08/33] New translations announcements.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/announcements.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/i18n/pt_BR/screens/announcements.json diff --git a/src/i18n/pt_BR/screens/announcements.json b/src/i18n/pt_BR/screens/announcements.json new file mode 100644 index 00000000..95737a45 --- /dev/null +++ b/src/i18n/pt_BR/screens/announcements.json @@ -0,0 +1,10 @@ +{ + "heading": "", + "content": { + "published": "", + "button": { + "read": "", + "unread": "" + } + } +} \ No newline at end of file From 2765265624dd71a3ee460409f360acb43d7427b2 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:20 +0200 Subject: [PATCH 09/33] New translations compose.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/compose.json | 178 ++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+) create mode 100644 src/i18n/pt_BR/screens/compose.json diff --git a/src/i18n/pt_BR/screens/compose.json b/src/i18n/pt_BR/screens/compose.json new file mode 100644 index 00000000..dc1419b3 --- /dev/null +++ b/src/i18n/pt_BR/screens/compose.json @@ -0,0 +1,178 @@ +{ + "heading": { + "left": { + "button": "", + "alert": { + "title": "", + "buttons": { + "save": "", + "delete": "", + "cancel": "" + } + } + }, + "right": { + "button": { + "default": "", + "conversation": "", + "reply": "", + "deleteEdit": "", + "edit": "", + "share": "" + }, + "alert": { + "default": { + "title": "", + "button": "" + }, + "removeReply": { + "title": "", + "description": "", + "cancel": "", + "confirm": "" + } + } + } + }, + "content": { + "root": { + "header": { + "postingAs": "", + "spoilerInput": { + "placeholder": "" + }, + "textInput": { + "placeholder": "", + "keyboardImage": { + "exceedMaximum": { + "title": "", + "OK": "" + } + } + } + }, + "footer": { + "attachments": { + "sensitive": "", + "remove": { + "accessibilityLabel": "" + }, + "edit": { + "accessibilityLabel": "" + }, + "upload": { + "accessibilityLabel": "" + } + }, + "emojis": { + "accessibilityHint": "" + }, + "poll": { + "option": { + "placeholder": { + "accessibilityLabel": "", + "single": "", + "multiple": "" + } + }, + "quantity": { + "reduce": { + "accessibilityLabel": "", + "accessibilityHint": "" + }, + "increase": { + "accessibilityLabel": "", + "accessibilityHint": "" + } + }, + "multiple": { + "heading": "", + "options": { + "single": "", + "multiple": "", + "cancel": "" + } + }, + "expiration": { + "heading": "", + "options": { + "300": "", + "1800": "", + "3600": "", + "21600": "", + "86400": "", + "259200": "", + "604800": "", + "cancel": "" + } + } + } + }, + "actions": { + "attachment": { + "accessibilityLabel": "", + "accessibilityHint": "", + "failed": { + "alert": { + "title": "", + "button": "" + } + } + }, + "poll": { + "accessibilityLabel": "", + "accessibilityHint": "" + }, + "visibility": { + "accessibilityLabel": "", + "title": "", + "options": { + "public": "", + "unlisted": "", + "private": "", + "direct": "", + "cancel": "" + } + }, + "spoiler": { + "accessibilityLabel": "" + }, + "emoji": { + "accessibilityLabel": "", + "accessibilityHint": "" + } + }, + "drafts_one": "", + "drafts_other": "" + }, + "editAttachment": { + "header": { + "title": "", + "right": { + "accessibilityLabel": "", + "failed": { + "title": "", + "button": "" + } + } + }, + "content": { + "altText": { + "heading": "", + "placeholder": "" + }, + "imageFocus": "" + } + }, + "draftsList": { + "header": { + "title": "" + }, + "content": { + "accessibilityHint": "", + "textEmpty": "" + }, + "checkAttachment": "" + } + } +} \ No newline at end of file From b55fde1cd405e38bc6cfb18e8e78ca483b0603df Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:21 +0200 Subject: [PATCH 10/33] New translations screens.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/i18n/pt_BR/screens.json diff --git a/src/i18n/pt_BR/screens.json b/src/i18n/pt_BR/screens.json new file mode 100644 index 00000000..59b67261 --- /dev/null +++ b/src/i18n/pt_BR/screens.json @@ -0,0 +1,18 @@ +{ + "screenshot": { + "title": "", + "message": "", + "button": "" + }, + "localCorrupt": { + "message": "" + }, + "pushError": { + "message": "", + "description": "" + }, + "shareError": { + "imageNotSupported": "", + "videoNotSupported": "" + } +} \ No newline at end of file From e1a706d714ef549f545f41158de7a038e57939da Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:22 +0200 Subject: [PATCH 11/33] New translations tabs.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/tabs.json | 345 +++++++++++++++++++++++++++++++ 1 file changed, 345 insertions(+) create mode 100644 src/i18n/pt_BR/screens/tabs.json diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json new file mode 100644 index 00000000..5df9d0ae --- /dev/null +++ b/src/i18n/pt_BR/screens/tabs.json @@ -0,0 +1,345 @@ +{ + "tabs": { + "local": { + "name": "" + }, + "public": { + "name": "", + "segments": { + "left": "", + "right": "" + } + }, + "notifications": { + "name": "" + }, + "me": { + "name": "" + } + }, + "common": { + "search": { + "accessibilityLabel": "", + "accessibilityHint": "" + } + }, + "notifications": { + "filter": { + "accessibilityLabel": "", + "accessibilityHint": "" + } + }, + "me": { + "stacks": { + "bookmarks": { + "name": "" + }, + "conversations": { + "name": "" + }, + "favourites": { + "name": "" + }, + "fontSize": { + "name": "" + }, + "lists": { + "name": "" + }, + "list": { + "name": "" + }, + "push": { + "name": "" + }, + "profile": { + "name": "" + }, + "profileName": { + "name": "" + }, + "profileNote": { + "name": "" + }, + "profileFields": { + "name": "" + }, + "settings": { + "name": "" + }, + "webSettings": { + "name": "" + }, + "switch": { + "name": "" + } + }, + "fontSize": { + "showcase": "", + "demo": "", + "availableSizes": "", + "sizes": { + "S": "", + "M": "", + "L": "", + "XL": "", + "XXL": "" + } + }, + "profile": { + "cancellation": { + "title": "", + "message": "", + "buttons": { + "cancel": "", + "discard": "" + } + }, + "feedback": { + "succeed": "", + "failed": "" + }, + "root": { + "name": { + "title": "" + }, + "avatar": { + "title": "", + "description": "" + }, + "header": { + "title": "", + "description": "" + }, + "note": { + "title": "" + }, + "fields": { + "title": "", + "total_one": "", + "total_other": "" + }, + "visibility": { + "title": "", + "options": { + "public": "", + "unlisted": "", + "private": "", + "cancel": "" + } + }, + "sensitive": { + "title": "" + }, + "lock": { + "title": "", + "description": "" + }, + "bot": { + "title": "", + "description": "" + } + }, + "fields": { + "group": "", + "label": "", + "content": "" + } + }, + "push": { + "notAvailable": "", + "enable": { + "direct": "", + "settings": "" + }, + "global": { + "heading": "", + "description": "" + }, + "decode": { + "heading": "", + "description": "" + }, + "default": { + "heading": "" + }, + "follow": { + "heading": "" + }, + "favourite": { + "heading": "" + }, + "reblog": { + "heading": "" + }, + "mention": { + "heading": "" + }, + "poll": { + "heading": "" + }, + "howitworks": "" + }, + "root": { + "announcements": { + "content": { + "unread": "", + "read": "", + "empty": "" + } + }, + "push": { + "content": { + "enabled": "", + "disabled": "" + } + }, + "update": { + "title": "" + }, + "logout": { + "button": "", + "alert": { + "title": "", + "message": "", + "buttons": { + "logout": "", + "cancel": "" + } + } + } + }, + "settings": { + "fontsize": { + "heading": "", + "content": { + "S": "", + "M": "", + "L": "", + "XL": "", + "XXL": "" + } + }, + "language": { + "heading": "", + "options": { + "cancel": "" + } + }, + "theme": { + "heading": "", + "options": { + "auto": "", + "light": "", + "dark": "", + "cancel": "" + } + }, + "darkTheme": { + "heading": "", + "options": { + "lighter": "", + "darker": "", + "cancel": "" + } + }, + "browser": { + "heading": "", + "options": { + "internal": "", + "external": "", + "cancel": "" + } + }, + "staticEmoji": { + "heading": "", + "description": "" + }, + "feedback": { + "heading": "" + }, + "support": { + "heading": "" + }, + "review": { + "heading": "" + }, + "contact": { + "heading": "" + }, + "analytics": { + "heading": "", + "description": "" + }, + "version": "", + "instanceVersion": "" + }, + "switch": { + "existing": "", + "new": "" + } + }, + "shared": { + "account": { + "actions": { + "accessibilityLabel": "", + "accessibilityHint": "" + }, + "followed_by": "", + "moved": "", + "created_at": "", + "summary": { + "statuses_count": "", + "following_count": "", + "followers_count": "" + }, + "toots": { + "default": "", + "all": "" + } + }, + "attachments": { + "name": "" + }, + "search": { + "header": { + "prefix": "", + "placeholder": "" + }, + "empty": { + "general": "", + "advanced": { + "header": "", + "example": { + "account": "", + "hashtag": "", + "statusLink": "", + "accountLink": "" + } + } + }, + "sections": { + "accounts": "", + "hashtags": "", + "statuses": "" + }, + "notFound": "" + }, + "toot": { + "name": "" + }, + "users": { + "accounts": { + "following": "", + "followers": "" + }, + "statuses": { + "reblogged_by": "", + "favourited_by": "" + } + }, + "history": { + "name": "" + } + } +} \ No newline at end of file From ffc45080e39fab5bd417fe79d9d6effd26901457 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:23 +0200 Subject: [PATCH 12/33] New translations mediaSelector.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/mediaSelector.json | 28 ++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/i18n/pt_BR/components/mediaSelector.json diff --git a/src/i18n/pt_BR/components/mediaSelector.json b/src/i18n/pt_BR/components/mediaSelector.json new file mode 100644 index 00000000..16411094 --- /dev/null +++ b/src/i18n/pt_BR/components/mediaSelector.json @@ -0,0 +1,28 @@ +{ + "title": "", + "options": { + "library": "", + "photo": "", + "cancel": "" + }, + "library": { + "alert": { + "title": "", + "message": "", + "buttons": { + "settings": "", + "cancel": "" + } + } + }, + "photo": { + "alert": { + "title": "", + "message": "", + "buttons": { + "settings": "", + "cancel": "" + } + } + } +} \ No newline at end of file From 028d0b95e9c1d4d9ed68780ba3fc9e9250f49345 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 15:09:24 +0200 Subject: [PATCH 13/33] New translations emojis.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/emojis.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/i18n/pt_BR/components/emojis.json diff --git a/src/i18n/pt_BR/components/emojis.json b/src/i18n/pt_BR/components/emojis.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/src/i18n/pt_BR/components/emojis.json @@ -0,0 +1 @@ +{} \ No newline at end of file From 5ef6d64f52561727fbc1bc28a7a312827894293b Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 16:04:18 +0200 Subject: [PATCH 14/33] New translations instance.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/instance.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/i18n/pt_BR/components/instance.json b/src/i18n/pt_BR/components/instance.json index caf79184..7d619638 100644 --- a/src/i18n/pt_BR/components/instance.json +++ b/src/i18n/pt_BR/components/instance.json @@ -1,27 +1,27 @@ { "server": { "textInput": { - "placeholder": "" + "placeholder": "Domínio da instância" }, - "button": "", + "button": "Entrar", "information": { - "name": "", - "accounts": "", - "statuses": "", - "domains": "" + "name": "Nome", + "accounts": "Usuários", + "statuses": "Toots", + "domains": "Universo" }, "disclaimer": { - "base": "", - "privacy": "" + "base": "O processo de login usa o navegador do sistema e as informações da sua conta não estarão visíveis para o aplicativo Tooot. Consulte Mais informação ", + "privacy": "política de privacidade" } }, "update": { "alert": { - "title": "", - "message": "", + "title": "Conectado a esta instância", + "message": "Você pode fazer login em outra conta mantendo a conta existente logada", "buttons": { - "cancel": "", - "continue": "" + "cancel": "$t(common:buttons.cancel)", + "continue": "Continuar" } } } From bda0d3157b5ffcbc86465e457a4a347ab16c140c Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 16:04:19 +0200 Subject: [PATCH 15/33] New translations mediaSelector.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/mediaSelector.json | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/i18n/pt_BR/components/mediaSelector.json b/src/i18n/pt_BR/components/mediaSelector.json index 16411094..bbb7c59a 100644 --- a/src/i18n/pt_BR/components/mediaSelector.json +++ b/src/i18n/pt_BR/components/mediaSelector.json @@ -1,27 +1,27 @@ { - "title": "", + "title": "Selecionar fonte de mídia", "options": { - "library": "", - "photo": "", - "cancel": "" + "library": "Carregar da biblioteca", + "photo": "Tirar foto", + "cancel": "$t(common:buttons.cancel)" }, "library": { "alert": { - "title": "", - "message": "", + "title": "Sem permissão", + "message": "Exigir permissão de leitura da biblioteca de fotos para fazer upload", "buttons": { - "settings": "", - "cancel": "" + "settings": "Atualizar configurações", + "cancel": "$t(common:buttons.cancel)" } } }, "photo": { "alert": { - "title": "", - "message": "", + "title": "Sem permissão", + "message": "Requer permissão de uso da câmera para fazer upload", "buttons": { - "settings": "", - "cancel": "" + "settings": "Atualizar configurações", + "cancel": "$t(common:buttons.cancel)" } } } From 17141af4d150c79f2de043af6ef80facdd11133f Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 16:04:20 +0200 Subject: [PATCH 16/33] New translations emojis.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/emojis.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/i18n/pt_BR/components/emojis.json b/src/i18n/pt_BR/components/emojis.json index 9e26dfee..21996015 100644 --- a/src/i18n/pt_BR/components/emojis.json +++ b/src/i18n/pt_BR/components/emojis.json @@ -1 +1,3 @@ -{} \ No newline at end of file +{ + "frequentUsed": "Usados frequentemente" +} \ No newline at end of file From abadd610f37c2ad6027164fa5ab894f4ade5ea15 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 18:12:45 +0200 Subject: [PATCH 17/33] New translations parse.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/parse.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/pt_BR/components/parse.json b/src/i18n/pt_BR/components/parse.json index 8b1b18b8..606d1a46 100644 --- a/src/i18n/pt_BR/components/parse.json +++ b/src/i18n/pt_BR/components/parse.json @@ -1,9 +1,9 @@ { "HTML": { "expanded": { - "true": "", - "false": "" + "true": "Fechar {{hint}}", + "false": "Expandir {{hint}}" }, - "defaultHint": "" + "defaultHint": "artigo" } } \ No newline at end of file From 9cdad9619074e2a7379ebf7f099216e698ac80a5 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 18:12:46 +0200 Subject: [PATCH 18/33] New translations relationship.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/relationship.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/i18n/pt_BR/components/relationship.json b/src/i18n/pt_BR/components/relationship.json index ccf2aa7b..f1942799 100644 --- a/src/i18n/pt_BR/components/relationship.json +++ b/src/i18n/pt_BR/components/relationship.json @@ -1,16 +1,16 @@ { "follow": { - "function": "" + "function": "Seguir usuário" }, "block": { - "function": "" + "function": "Bloquear usuário" }, "button": { - "error": "", - "blocked_by": "", - "blocking": "", - "following": "", - "requested": "", - "default": "" + "error": "Erro ao carregar", + "blocked_by": "Bloqueado pelo usuário", + "blocking": "Desbloquear", + "following": "Deixar de seguir", + "requested": "Cancelar a solicitação", + "default": "Seguir" } } \ No newline at end of file From c61290483c28ba6dac071e467d571975d72b5edb Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 18:12:47 +0200 Subject: [PATCH 19/33] New translations timeline.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/timeline.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/pt_BR/components/timeline.json b/src/i18n/pt_BR/components/timeline.json index adaf6ba5..670e51d1 100644 --- a/src/i18n/pt_BR/components/timeline.json +++ b/src/i18n/pt_BR/components/timeline.json @@ -1,21 +1,21 @@ { "empty": { "error": { - "message": "", - "button": "" + "message": "Erro ao carregar", + "button": "Tentar novamente" }, "success": { - "message": "" + "message": "Linha do tempo vazia" } }, "end": { - "message": "" + "message": "Que tal um copo de <0 />" }, "lookback": { - "message": "" + "message": "Última leitura em" }, "refresh": { - "fetchPreviousPage": "", + "fetchPreviousPage": "Mais novo aqui", "refetch": "" }, "shared": { From 1438536cabfcab8e604cf777aa4c2103c37e1ecf Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 19:09:06 +0200 Subject: [PATCH 20/33] New translations common.json (Portuguese, Brazilian) --- src/i18n/pt_BR/common.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/i18n/pt_BR/common.json b/src/i18n/pt_BR/common.json index d17849b2..0cc54b9b 100644 --- a/src/i18n/pt_BR/common.json +++ b/src/i18n/pt_BR/common.json @@ -1,22 +1,22 @@ { "buttons": { - "OK": "", - "apply": "", - "cancel": "" + "OK": "OK", + "apply": "Aplicar", + "cancel": "Cancelar" }, "customEmoji": { - "accessibilityLabel": "" + "accessibilityLabel": "Emoji personalizado {{emoji}}" }, "message": { "success": { - "message": "" + "message": "{{function}} com sucesso" }, "warning": { "message": "" }, "error": { - "message": "" + "message": "{{function}} falhou, por favor, tente novamente" } }, - "separator": "" + "separator": ", " } \ No newline at end of file From 72704b6eac1e33d3020062584a0e8f7d30da52a8 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Wed, 18 May 2022 19:09:07 +0200 Subject: [PATCH 21/33] New translations timeline.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/timeline.json | 56 ++++++++++++------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/i18n/pt_BR/components/timeline.json b/src/i18n/pt_BR/components/timeline.json index 670e51d1..f3b07d63 100644 --- a/src/i18n/pt_BR/components/timeline.json +++ b/src/i18n/pt_BR/components/timeline.json @@ -16,67 +16,67 @@ }, "refresh": { "fetchPreviousPage": "Mais novo aqui", - "refetch": "" + "refetch": "Mais recente" }, "shared": { "actioned": { - "pinned": "", - "favourite": "", - "status": "", - "follow": "", - "follow_request": "", - "poll": "", + "pinned": "Fixado", + "favourite": "{{name}} favoritou seu toot", + "status": "{{name}} acabou de postar", + "follow": "{{name}} seguiu você", + "follow_request": "{{name}} pediu para te seguir", + "poll": "Uma enquete em que você votou terminou", "reblog": { - "default": "", - "notification": "" + "default": "{{name}} boostou", + "notification": "{{name}} deu boost no teu toot" } }, "actions": { "reply": { - "accessibilityLabel": "" + "accessibilityLabel": "Responder a este toot" }, "reblogged": { - "accessibilityLabel": "", - "function": "" + "accessibilityLabel": "Boost este toot", + "function": "Boost toot" }, "favourited": { - "accessibilityLabel": "", - "function": "" + "accessibilityLabel": "Adicionar este toot aos favoritos", + "function": "Toot favorito" }, "bookmarked": { - "accessibilityLabel": "", - "function": "" + "accessibilityLabel": "Adicionar este toot aos favoritos", + "function": "Favoritos" } }, "actionsUsers": { "reblogged_by": { - "accessibilityLabel": "", - "accessibilityHint": "", + "accessibilityLabel": "{{count}} usuários compartilharam este toot", + "accessibilityHint": "Toque para conhecer os usuários", "text": "" }, "favourited_by": { - "accessibilityLabel": "", - "accessibilityHint": "", + "accessibilityLabel": "{{count}} usuários favoritaram este toot", + "accessibilityHint": "Toque para conhecer os usuários", "text": "" }, "history": { - "accessibilityLabel": "", - "accessibilityHint": "", - "text_one": "", - "text_other": "" + "accessibilityLabel": "Este toot foi editado {{count}} vezes", + "accessibilityHint": "Toque para ver o histórico completo de edição", + "text_one": "{{count}} edição", + "text_other": "{{count}} edições" } }, "attachment": { "sensitive": { - "button": "" + "button": "Mostrar mídia sensível" }, "unsupported": { - "text": "", - "button": "" + "text": "Erro ao carregar", + "button": "Experimente o link remoto" } }, "avatar": { - "accessibilityLabel": "", + "accessibilityLabel": "Avatar de {{name}}", "accessibilityHint": "" }, "content": { From 2692832cd46d85946e5c277a78f45e56cd1d7600 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Thu, 19 May 2022 03:32:52 +0200 Subject: [PATCH 22/33] New translations screens.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/i18n/pt_BR/screens.json b/src/i18n/pt_BR/screens.json index 59b67261..3adf992a 100644 --- a/src/i18n/pt_BR/screens.json +++ b/src/i18n/pt_BR/screens.json @@ -1,18 +1,18 @@ { "screenshot": { - "title": "", - "message": "", - "button": "" + "title": "Proteção de privacidade", + "message": "Por favor, não divulgue a identidade de outros usuários, como nome de usuário, avatar, etc. Obrigado!", + "button": "Confirmar" }, "localCorrupt": { - "message": "" + "message": "Sua sessão expirou. Por favor, faça o login novamente" }, "pushError": { - "message": "", - "description": "" + "message": "Erro no Serviço Push", + "description": "Por favor, re-ative as notificações push nas configurações" }, "shareError": { - "imageNotSupported": "", - "videoNotSupported": "" + "imageNotSupported": "Tipo de imagem {{type}} não suportado", + "videoNotSupported": "Tipo de vídeo {{type}} não suportado" } } \ No newline at end of file From 0e5eacae58a107c5d68754400634b11331441c04 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Thu, 19 May 2022 04:30:04 +0200 Subject: [PATCH 23/33] New translations timeline.json (Portuguese, Brazilian) --- src/i18n/pt_BR/components/timeline.json | 136 ++++++++++++------------ 1 file changed, 68 insertions(+), 68 deletions(-) diff --git a/src/i18n/pt_BR/components/timeline.json b/src/i18n/pt_BR/components/timeline.json index f3b07d63..4ef048d0 100644 --- a/src/i18n/pt_BR/components/timeline.json +++ b/src/i18n/pt_BR/components/timeline.json @@ -52,12 +52,12 @@ "reblogged_by": { "accessibilityLabel": "{{count}} usuários compartilharam este toot", "accessibilityHint": "Toque para conhecer os usuários", - "text": "" + "text": "$t(screenTabs:shared.users.statuses.reblogged_by)" }, "favourited_by": { "accessibilityLabel": "{{count}} usuários favoritaram este toot", "accessibilityHint": "Toque para conhecer os usuários", - "text": "" + "text": "$t(screenTabs:shared.users.statuses.favourited_by)" }, "history": { "accessibilityLabel": "Este toot foi editado {{count}} vezes", @@ -77,136 +77,136 @@ }, "avatar": { "accessibilityLabel": "Avatar de {{name}}", - "accessibilityHint": "" + "accessibilityHint": "Toque para ir à página de {{name}}" }, "content": { - "expandHint": "" + "expandHint": "conteúdo oculto" }, - "filtered": "", - "fullConversation": "", + "filtered": "Filtrado", + "fullConversation": "Ler conversas", "translate": { - "default": "", - "succeed": "", - "failed": "", - "source_not_supported": "", - "target_not_supported": "" + "default": "Traduzir", + "succeed": "Traduzido por {{provider}} de {{source}}", + "failed": "Falha na tradução", + "source_not_supported": "idioma do toot não é suportado", + "target_not_supported": "O idioma de destino não é suportado" }, "header": { "shared": { "account": { "name": { - "accessibilityHint": "" + "accessibilityHint": "Nome de exibição" }, "account": { - "accessibilityHint": "" + "accessibilityHint": "Conta do usuário" } }, - "application": "", + "application": "Tooted com {{application}}", "edited": { - "accessibilityLabel": "" + "accessibilityLabel": "Toot editado" }, "muted": { - "accessibilityLabel": "" + "accessibilityLabel": "Toot silenciado" }, "visibility": { "direct": { - "accessibilityLabel": "" + "accessibilityLabel": "Enviar uma mensagem direta" }, "private": { - "accessibilityLabel": "" + "accessibilityLabel": "Toot é visível apenas para seguidores" } } }, "conversation": { - "withAccounts": "", + "withAccounts": "Com", "delete": { - "function": "" + "function": "Excluir mensagem direta" } }, "actions": { - "accessibilityHint": "", + "accessibilityHint": "Ações para este toot, como o seu usuário publicado", "account": { - "heading": "", + "heading": "Sobre o usuário", "mute": { - "function": "", - "button": "" + "function": "Silenciar usuário", + "button": "Silenciar @{{acct}}" }, "block": { - "function": "", - "button": "" + "function": "Bloquear usuário", + "button": "Bloquear @{{acct}}" }, "reports": { - "function": "", - "button": "" + "function": "Denunciar usuário", + "button": "Reportar @{{acct}}" } }, "domain": { - "heading": "", + "heading": "Sobre a instância", "block": { - "function": "", - "button": "" + "function": "Bloquear instância", + "button": "Bloquear a instância {{domain}}" }, "alert": { - "title": "", - "message": "", + "title": "Confirma bloquear {{domain}}?", + "message": "Na maioria das vezes, você pode silenciar ou bloquear determinado usuário.\n\nDepois de bloquear a instância, todo seu conteúdo, incluindo seguidores, será removido!", "buttons": { - "confirm": "", - "cancel": "" + "confirm": "Confirmar bloqueio", + "cancel": "$t(common:buttons.cancel)" } } }, "share": { "status": { - "heading": "", - "button": "" + "heading": "Compartilhar toot", + "button": "Compartilhar o link para este mundo" }, "account": { - "heading": "", - "button": "" + "heading": "Compartilhar Usuário", + "button": "Compartilhar link para este usuário" } }, "status": { - "heading": "", + "heading": "Sobre o toot", "edit": { - "function": "", - "button": "" + "function": "Editar toot", + "button": "Editar este toot" }, "delete": { - "function": "", - "button": "", + "function": "Remover toot", + "button": "Deletar este toot", "alert": { - "title": "", - "message": "", + "title": "Confirmar exclusão?", + "message": "Tem certeza que deseja excluir este toot? Todos os boosts e favoritos serão apagados, incluindo todas as respostas.", "buttons": { - "confirm": "", - "cancel": "" + "confirm": "Confirme a exclusão", + "cancel": "$t(common:buttons.cancel)" } } }, "deleteEdit": { - "function": "", - "button": "", + "function": "Remover toot", + "button": "Excluir e rascunhar", "alert": { - "title": "", - "message": "", + "title": "Confirmar exclusão?", + "message": "Tem certeza que deseja excluir este toot? Todos os boosts e favoritos serão apagados, incluindo todas as respostas.", "buttons": { - "confirm": "", - "cancel": "" + "confirm": "Confirme a exclusão", + "cancel": "$t(common:buttons.cancel)" } } }, "mute": { - "function": "", + "function": "Silenciar toot", "button": { - "positive": "", - "negative": "" + "positive": "Silenciar este toot e respostas", + "negative": "Desbloquear este toot e respostas" } }, "pin": { - "function": "", + "function": "Fixar", "button": { - "positive": "", - "negative": "" + "positive": "Fixar este toot", + "negative": "Desafixar este toot" } } } @@ -215,18 +215,18 @@ "poll": { "meta": { "button": { - "vote": "", - "refresh": "" + "vote": "Votar", + "refresh": "Atualizar" }, "count": { - "voters_one": "", - "voters_other": "", - "votes_one": "", - "votes_other": "" + "voters_one": "{{count}} usuário votou", + "voters_other": "{{count}} usuários votaram", + "votes_one": "{{count}} voto", + "votes_other": "{{count}} votos" }, "expiration": { - "expired": "", - "until": "" + "expired": "Voto expirado", + "until": "Expira em <0 />" } } } From 42e444c31f0f340470721097e03316c2fd403067 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Thu, 19 May 2022 21:19:51 +0200 Subject: [PATCH 24/33] New translations actions.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/actions.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/i18n/pt_BR/screens/actions.json b/src/i18n/pt_BR/screens/actions.json index d6d2c219..c4cff91b 100644 --- a/src/i18n/pt_BR/screens/actions.json +++ b/src/i18n/pt_BR/screens/actions.json @@ -1,18 +1,18 @@ { "content": { "button": { - "apply": "", - "cancel": "" + "apply": "$t(common:buttons.apply)", + "cancel": "$t(common:buttons.cancel)" }, "notificationsFilter": { - "heading": "", + "heading": "Exibir notificações", "content": { - "follow": "", - "favourite": "", - "reblog": "", - "mention": "", - "poll": "", - "follow_request": "" + "follow": "$t(screenTabs:me.push.follow.heading)", + "favourite": "$t(screenTabs:me.push.favourite.heading)", + "reblog": "$t(screenTabs:me.push.reblog.heading)", + "mention": "$t(screenTabs:me.push.mention.heading)", + "poll": "$t(screenTabs:me.push.poll.heading)", + "follow_request": "Seguidores pendentes" } } } From bfdf9e50542fda2d7c7a2169966da0d18b76870b Mon Sep 17 00:00:00 2001 From: xmflsct Date: Thu, 19 May 2022 22:55:39 +0200 Subject: [PATCH 25/33] New translations announcements.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/announcements.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/pt_BR/screens/announcements.json b/src/i18n/pt_BR/screens/announcements.json index 95737a45..067c02a1 100644 --- a/src/i18n/pt_BR/screens/announcements.json +++ b/src/i18n/pt_BR/screens/announcements.json @@ -1,10 +1,10 @@ { - "heading": "", + "heading": "Comunicados", "content": { - "published": "", + "published": "Publicado <0 />", "button": { - "read": "", - "unread": "" + "read": "Ler", + "unread": "Marcar como lido" } } } \ No newline at end of file From b88bad674d8b66159e309ceecd5c8421627dff60 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Thu, 19 May 2022 22:55:40 +0200 Subject: [PATCH 26/33] New translations compose.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/compose.json | 58 ++++++++++++++--------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/src/i18n/pt_BR/screens/compose.json b/src/i18n/pt_BR/screens/compose.json index dc1419b3..ebb4ace3 100644 --- a/src/i18n/pt_BR/screens/compose.json +++ b/src/i18n/pt_BR/screens/compose.json @@ -1,35 +1,35 @@ { "heading": { "left": { - "button": "", + "button": "Cancelar", "alert": { - "title": "", + "title": "Cancelar edições?", "buttons": { - "save": "", - "delete": "", - "cancel": "" + "save": "Salvar rascunho", + "delete": "Apagar rascunho", + "cancel": "Cancelar" } } }, "right": { "button": { - "default": "", - "conversation": "", - "reply": "", - "deleteEdit": "", - "edit": "", - "share": "" + "default": "Toot", + "conversation": "Toot DM", + "reply": "Resposta de toot", + "deleteEdit": "Toot", + "edit": "Toot", + "share": "Toot" }, "alert": { "default": { "title": "", - "button": "" + "button": "Tente Novamente" }, "removeReply": { - "title": "", - "description": "", - "cancel": "", - "confirm": "" + "title": "Não foi possível encontrar um toot respondido", + "description": "Um toot respondido pode ter sido excluído. Você quer removê-lo da sua referência?", + "cancel": "$t(common:buttons.cancel)", + "confirm": "Remover referência" } } } @@ -37,47 +37,47 @@ "content": { "root": { "header": { - "postingAs": "", + "postingAs": "Tooting cono @{{acct}}@{{domain}}", "spoilerInput": { "placeholder": "" }, "textInput": { - "placeholder": "", + "placeholder": "No que você está pensando", "keyboardImage": { "exceedMaximum": { - "title": "", - "OK": "" + "title": "Quantidade máxima de anexos atingida", + "OK": "$t(common:buttons.OK)" } } } }, "footer": { "attachments": { - "sensitive": "", + "sensitive": "Marcar anexos como sensível", "remove": { - "accessibilityLabel": "" + "accessibilityLabel": "Remover anexo enviado, número {{attachment}}" }, "edit": { - "accessibilityLabel": "" + "accessibilityLabel": "Editar o anexo enviado, número {{attachment}}" }, "upload": { - "accessibilityLabel": "" + "accessibilityLabel": "Carregar mais anexos" } }, "emojis": { - "accessibilityHint": "" + "accessibilityHint": "Toque para adicionar emojis ao toot" }, "poll": { "option": { "placeholder": { - "accessibilityLabel": "", - "single": "", - "multiple": "" + "accessibilityLabel": "Opção de enquete {{index}}", + "single": "Única escolha", + "multiple": "Múltiplas opções" } }, "quantity": { "reduce": { - "accessibilityLabel": "", + "accessibilityLabel": "Reduzir opções da enquete para {{amount}}", "accessibilityHint": "" }, "increase": { From f62e1eb7b7e071b0ed67c131f3932e5a27931ac0 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Tue, 24 May 2022 19:34:12 +0200 Subject: [PATCH 27/33] New translations tabs.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/tabs.json | 44 ++++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index 5df9d0ae..1f3fc88f 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -1,74 +1,74 @@ { "tabs": { "local": { - "name": "" + "name": "Seguindo" }, "public": { "name": "", "segments": { - "left": "", - "right": "" + "left": "Global", + "right": "Local" } }, "notifications": { - "name": "" + "name": "Notificações" }, "me": { - "name": "" + "name": "Sobre mim" } }, "common": { "search": { - "accessibilityLabel": "", - "accessibilityHint": "" + "accessibilityLabel": "Pesquisa", + "accessibilityHint": "Pesquisar por hashtags, usuários ou toots" } }, "notifications": { "filter": { - "accessibilityLabel": "", - "accessibilityHint": "" + "accessibilityLabel": "Filtro", + "accessibilityHint": "Filtrar notificações por tipos" } }, "me": { "stacks": { "bookmarks": { - "name": "" + "name": "Favoritos" }, "conversations": { - "name": "" + "name": "Mensagens diretas" }, "favourites": { - "name": "" + "name": "Favoritos" }, "fontSize": { - "name": "" + "name": "Tamanho da fonte do Toot" }, "lists": { - "name": "" + "name": "Listas" }, "list": { - "name": "" + "name": "Lista: {{list}}" }, "push": { - "name": "" + "name": "Notificação" }, "profile": { - "name": "" + "name": "Editar Perfil" }, "profileName": { - "name": "" + "name": "Editar nome de exibição" }, "profileNote": { - "name": "" + "name": "Editar descrição" }, "profileFields": { - "name": "" + "name": "Editar Metadados" }, "settings": { - "name": "" + "name": "Configurações do Aplicativo" }, "webSettings": { - "name": "" + "name": "Mais configurações" }, "switch": { "name": "" From bf6fff9d1e5e895ed2918edb4068484096c612d5 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Tue, 24 May 2022 20:30:09 +0200 Subject: [PATCH 28/33] New translations tabs.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/tabs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index 1f3fc88f..afe9b494 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -71,15 +71,15 @@ "name": "Mais configurações" }, "switch": { - "name": "" + "name": "Alterar Conta" } }, "fontSize": { - "showcase": "", - "demo": "", - "availableSizes": "", + "showcase": "Exemplo de toot", + "demo": "

Esta é uma demonstração também😊. Você pode escolher entre várias opções abaixo.

Esta configuração afeta apenas o conteúdo principal dos toots, mas não os tamanhos de outra fonte.

", + "availableSizes": "Tamanhos disponíveis", "sizes": { - "S": "", + "S": "S", "M": "", "L": "", "XL": "", From 2fd215e9a8168b8d8690555d30892243496de913 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 27 May 2022 23:04:27 +0200 Subject: [PATCH 29/33] New translations imageViewer.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/imageViewer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/i18n/pt_BR/screens/imageViewer.json b/src/i18n/pt_BR/screens/imageViewer.json index ad2b495c..e6ec5e54 100644 --- a/src/i18n/pt_BR/screens/imageViewer.json +++ b/src/i18n/pt_BR/screens/imageViewer.json @@ -1,17 +1,17 @@ { "content": { "actions": { - "accessibilityLabel": "", - "accessibilityHint": "" + "accessibilityLabel": "Mais ações desta imagem", + "accessibilityHint": "Você pode salvar ou compartilhar esta imagem" }, "options": { - "save": "", - "share": "", - "cancel": "" + "save": "Salvar imagem", + "share": "Compartilhar Imagem", + "cancel": "$t(common:buttons.cancel)" }, "save": { - "succeed": "", - "failed": "" + "succeed": "Imagem salva", + "failed": "Falha ao salvar imagem" } } } \ No newline at end of file From 628841ef91ccf89c5cff169c90283420d4c22d12 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 27 May 2022 23:04:28 +0200 Subject: [PATCH 30/33] New translations compose.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/compose.json | 94 ++++++++++++++--------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/src/i18n/pt_BR/screens/compose.json b/src/i18n/pt_BR/screens/compose.json index ebb4ace3..f59596b9 100644 --- a/src/i18n/pt_BR/screens/compose.json +++ b/src/i18n/pt_BR/screens/compose.json @@ -22,7 +22,7 @@ }, "alert": { "default": { - "title": "", + "title": "Falha no tooting", "button": "Tente Novamente" }, "removeReply": { @@ -39,7 +39,7 @@ "header": { "postingAs": "Tooting cono @{{acct}}@{{domain}}", "spoilerInput": { - "placeholder": "" + "placeholder": "Mensagem de aviso para Spoiler" }, "textInput": { "placeholder": "No que você está pensando", @@ -78,101 +78,101 @@ "quantity": { "reduce": { "accessibilityLabel": "Reduzir opções da enquete para {{amount}}", - "accessibilityHint": "" + "accessibilityHint": "Quantidade mínima de opções da enquete atingida, tem atualmente {{amount}}" }, "increase": { - "accessibilityLabel": "", - "accessibilityHint": "" + "accessibilityLabel": "Aumentar opções de enquete para {{amount}}", + "accessibilityHint": "Quantidade máxima de opções da enquete atingida, tem atualmente {{amount}}" } }, "multiple": { - "heading": "", + "heading": "Tipo de opção", "options": { - "single": "", - "multiple": "", - "cancel": "" + "single": "Uma opção", + "multiple": "Múltipla escolha", + "cancel": "$t(common:buttons.cancel)" } }, "expiration": { - "heading": "", + "heading": "Validade", "options": { - "300": "", - "1800": "", - "3600": "", - "21600": "", - "86400": "", - "259200": "", - "604800": "", - "cancel": "" + "300": "5 minutos", + "1800": "30 minutos", + "3600": "1 hora", + "21600": "6 horas", + "86400": "1 dia", + "259200": "3 dias", + "604800": "7 dias", + "cancel": "$t(common:buttons.cancel)" } } } }, "actions": { "attachment": { - "accessibilityLabel": "", - "accessibilityHint": "", + "accessibilityLabel": "Fazer upload de um anexo", + "accessibilityHint": "A função de enquete será desativada quando houver qualquer anexo", "failed": { "alert": { - "title": "", - "button": "" + "title": "Falha no envio", + "button": "Tente Novamente" } } }, "poll": { - "accessibilityLabel": "", - "accessibilityHint": "" + "accessibilityLabel": "Adicionar enquete", + "accessibilityHint": "A função Anexo será desabilitada quando a enquete estiver ativa" }, "visibility": { - "accessibilityLabel": "", - "title": "", + "accessibilityLabel": "Visibilidade do toot é {{visibility}}", + "title": "Visibilidade do Toot", "options": { - "public": "", - "unlisted": "", - "private": "", - "direct": "", - "cancel": "" + "public": "Público", + "unlisted": "Não listado", + "private": "Apenas seguidores", + "direct": "Mensagem Direta", + "cancel": "$t(common:buttons.cancel)" } }, "spoiler": { - "accessibilityLabel": "" + "accessibilityLabel": "Spoiler" }, "emoji": { - "accessibilityLabel": "", - "accessibilityHint": "" + "accessibilityLabel": "Adicionar emoji", + "accessibilityHint": "Abra o painel de seleção de emojis, deslize horizontalmente para alterar a página" } }, - "drafts_one": "", - "drafts_other": "" + "drafts_one": "Rascunho ({{count}})", + "drafts_other": "Rascunhos ({{count}})" }, "editAttachment": { "header": { - "title": "", + "title": "Editar anexos", "right": { - "accessibilityLabel": "", + "accessibilityLabel": "Salvar anexo editado", "failed": { - "title": "", - "button": "" + "title": "Falha ao editar", + "button": "Tente Novamente" } } }, "content": { "altText": { - "heading": "", - "placeholder": "" + "heading": "Descrever mídia para deficientes visuais", + "placeholder": "Você pode adicionar uma descrição, às vezes chamada texto alternativo aos seus meios de comunicação social, assim eles estão acessíveis a ainda mais pessoas, incluindo as que são cegos ou deficientes visuais.\n\nAs boas descrições são concisas, mas apresentam o que está em sua mídia com precisão o suficiente para entender seu contexto." }, - "imageFocus": "" + "imageFocus": "Arraste o círculo de foco para atualizar o ponto de foco" } }, "draftsList": { "header": { - "title": "" + "title": "Rascunho" }, "content": { - "accessibilityHint": "", - "textEmpty": "" + "accessibilityHint": "Toque para editar este rascunho", + "textEmpty": "O conteúdo está vazio" }, - "checkAttachment": "" + "checkAttachment": "Verificando anexos no servidor..." } } } \ No newline at end of file From 61dab1a2bd2ab096bc0295fce167cb4cb1536260 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 27 May 2022 23:04:29 +0200 Subject: [PATCH 31/33] New translations tabs.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/tabs.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index afe9b494..4eb3e6f3 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -80,35 +80,35 @@ "availableSizes": "Tamanhos disponíveis", "sizes": { "S": "S", - "M": "", - "L": "", - "XL": "", - "XXL": "" + "M": "M - Padrão", + "L": "Grande", + "XL": "Extra grande", + "XXL": "Extra grande" } }, "profile": { "cancellation": { - "title": "", - "message": "", + "title": "Alterações não salvas", + "message": "Sua alteração não foi salva. Descartar as alterações?", "buttons": { - "cancel": "", - "discard": "" + "cancel": "$t(common:buttons.cancel)", + "discard": "Descartar" } }, "feedback": { - "succeed": "", - "failed": "" + "succeed": "{{type}} atualizado", + "failed": "{{type}} falhou na atualização. Por favor, tente novamente" }, "root": { "name": { - "title": "" + "title": "Nome de exibição" }, "avatar": { - "title": "", - "description": "" + "title": "Imagem de perfil", + "description": "Será reduzido a 400x400px" }, "header": { - "title": "", + "title": "Banner", "description": "" }, "note": { From 7c84a0ca0945dd079cfaa37e19372088008fde61 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 00:24:54 +0200 Subject: [PATCH 32/33] New translations tabs.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/tabs.json | 62 ++++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index 4eb3e6f3..15e1a60d 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -109,74 +109,74 @@ }, "header": { "title": "Banner", - "description": "" + "description": "Será reduzido para 1500x500px" }, "note": { - "title": "" + "title": "Descrição" }, "fields": { - "title": "", - "total_one": "", - "total_other": "" + "title": "Metadados", + "total_one": "{{count}} campo", + "total_other": "{{count}} campos" }, "visibility": { - "title": "", + "title": "Visibilidade da Postagem", "options": { - "public": "", - "unlisted": "", - "private": "", - "cancel": "" + "public": "Público", + "unlisted": "Não listado", + "private": "Apenas seguidores", + "cancel": "$t(common:buttons.cancel)" } }, "sensitive": { - "title": "" + "title": "Publicação de Mídia Sensiva" }, "lock": { - "title": "", - "description": "" + "title": "Trancar conta", + "description": "Requer que você aprove manualmente seguidores" }, "bot": { - "title": "", - "description": "" + "title": "Conta bot", + "description": "Essa conta executa principalmente ações automatizadas e pode não ser monitorada" } }, "fields": { - "group": "", - "label": "", - "content": "" + "group": "Grupo {{index}}", + "label": "Rótulo", + "content": "Conteúdo" } }, "push": { - "notAvailable": "", + "notAvailable": "Seu telefone não suporta notificação de envio de tooot", "enable": { - "direct": "", - "settings": "" + "direct": "Habilitar notificações via push", + "settings": "Ativar em configurações" }, "global": { - "heading": "", - "description": "" + "heading": "Habilitar para {{acct}}", + "description": "Mensagens são encaminhadas pelo servidor do tooot" }, "decode": { - "heading": "", - "description": "" + "heading": "Ver detalhes da mensagem", + "description": "As mensagens enviadas através do servidor do tooot são criptografadas, mas você pode optar por decodificar a mensagem no servidor. Nosso código fonte de servidor é open source, e nenhuma política de registro." }, "default": { - "heading": "" + "heading": "Padrão" }, "follow": { - "heading": "" + "heading": "Novo seguidor" }, "favourite": { - "heading": "" + "heading": "Favoritos" }, "reblog": { - "heading": "" + "heading": "Boosted" }, "mention": { - "heading": "" + "heading": "Mencionou você" }, "poll": { - "heading": "" + "heading": "Pesquisa atualizada" }, "howitworks": "" }, From a686f7d3a7a4f24706e79688cf6821b4dc1b674b Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sat, 28 May 2022 01:24:19 +0200 Subject: [PATCH 33/33] New translations tabs.json (Portuguese, Brazilian) --- src/i18n/pt_BR/screens/tabs.json | 148 +++++++++++++++---------------- 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/src/i18n/pt_BR/screens/tabs.json b/src/i18n/pt_BR/screens/tabs.json index 15e1a60d..ffb256ca 100644 --- a/src/i18n/pt_BR/screens/tabs.json +++ b/src/i18n/pt_BR/screens/tabs.json @@ -178,168 +178,168 @@ "poll": { "heading": "Pesquisa atualizada" }, - "howitworks": "" + "howitworks": "Saiba como funciona o roteamento" }, "root": { "announcements": { "content": { - "unread": "", - "read": "", - "empty": "" + "unread": "{{amount}} não lidas", + "read": "Não há mensagens não lidas", + "empty": "Nenhum" } }, "push": { "content": { - "enabled": "", - "disabled": "" + "enabled": "Habilitado", + "disabled": "Desabilitado" } }, "update": { - "title": "" + "title": "Atualize para a versão mais recente" }, "logout": { - "button": "", + "button": "Sair", "alert": { - "title": "", - "message": "", + "title": "Desconectar?", + "message": "Após sair, você precisa entrar novamente", "buttons": { - "logout": "", - "cancel": "" + "logout": "Sair", + "cancel": "$t(common:buttons.cancel)" } } } }, "settings": { "fontsize": { - "heading": "", + "heading": "$t(me.stacks.fontSize.name)", "content": { - "S": "", - "M": "", - "L": "", - "XL": "", - "XXL": "" + "S": "$t(me.fontSize.sizes.S)", + "M": "$t(me.fontSize.sizes.M)", + "L": "$t(me.fontSize.sizes.L)", + "XL": "$t(me.fontSize.sizes.XL)", + "XXL": "$t(me.fontSize.sizes.XXL)" } }, "language": { - "heading": "", + "heading": "Idioma", "options": { - "cancel": "" + "cancel": "$t(common:buttons.cancel)" } }, "theme": { - "heading": "", + "heading": "Aparência", "options": { - "auto": "", - "light": "", - "dark": "", - "cancel": "" + "auto": "Como o sistema", + "light": "Modo claro", + "dark": "Modo escuro", + "cancel": "$t(common:buttons.cancel)" } }, "darkTheme": { - "heading": "", + "heading": "Tema escuro", "options": { - "lighter": "", - "darker": "", - "cancel": "" + "lighter": "Claro", + "darker": "Escuro", + "cancel": "$t(common:buttons.cancel)" } }, "browser": { - "heading": "", + "heading": "Abrir links", "options": { - "internal": "", - "external": "", - "cancel": "" + "internal": "Dentro do aplicativo", + "external": "Usar navegador do sistema", + "cancel": "$t(common:buttons.cancel)" } }, "staticEmoji": { - "heading": "", - "description": "" + "heading": "Usar emojis estáticos", + "description": "Se você encontrar falhas frequentes de apps ao visualizar a lista de emojis, você pode tentar usar emojis estáticos." }, "feedback": { - "heading": "" + "heading": "Pedidos de Funcionalidades" }, "support": { - "heading": "" + "heading": "Suporte tooot" }, "review": { - "heading": "" + "heading": "Revisar tooot" }, "contact": { - "heading": "" + "heading": "Contatar tooot" }, "analytics": { - "heading": "", - "description": "" + "heading": "Ajude-nos a melhorar", + "description": "Coletando somente relativo ao uso, não ao usuário" }, - "version": "", - "instanceVersion": "" + "version": "Versão v{{version}}", + "instanceVersion": "Versão Mastodon v{{version}}" }, "switch": { - "existing": "", - "new": "" + "existing": "Escolha a partir do login", + "new": "Fazer login para instância" } }, "shared": { "account": { "actions": { - "accessibilityLabel": "", - "accessibilityHint": "" + "accessibilityLabel": "Ações para o usuário {{user}}", + "accessibilityHint": "Você pode silenciar, bloquear, relatar ou compartilhar este usuário" }, - "followed_by": "", - "moved": "", - "created_at": "", + "followed_by": " está seguindo você", + "moved": "Usuário movido", + "created_at": "Registrado em: {{date}}", "summary": { - "statuses_count": "", - "following_count": "", - "followers_count": "" + "statuses_count": "{{count}} toots", + "following_count": "$t(shared.users.accounts.following)", + "followers_count": "$t(shared.users.accounts.followers)" }, "toots": { - "default": "", - "all": "" + "default": "Toots", + "all": "Toots e respostas" } }, "attachments": { - "name": "" + "name": "<0 /><1>\"s mídia" }, "search": { "header": { - "prefix": "", - "placeholder": "" + "prefix": "Procurando", + "placeholder": "para..." }, "empty": { - "general": "", + "general": "Digite a palavra-chave para pesquisar por $t(screenTabs:shared.search.sections.accounts)£$t(screenTabs:shared.search.sections.hashtags) ou $t(screenTabs:shared.search.sections.statuses)", "advanced": { - "header": "", + "header": "Pesquisa avançada", "example": { - "account": "", - "hashtag": "", - "statusLink": "", - "accountLink": "" + "account": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)", + "hashtag": "$t(shared.search.header.prefix) $t(shared.search.sections.hashtags)", + "statusLink": "$t(shared.search.header.prefix) $t(shared.search.sections.statuses)", + "accountLink": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)" } } }, "sections": { - "accounts": "", - "hashtags": "", - "statuses": "" + "accounts": "Usuário", + "hashtags": "Palavras-chave", + "statuses": "Toot" }, - "notFound": "" + "notFound": "Não foi possível encontrar {{searchTerm}} {{type}} relacionado" }, "toot": { - "name": "" + "name": "Discussões" }, "users": { "accounts": { - "following": "", - "followers": "" + "following": "Seguindo {{count}}", + "followers": "{{count}} seguidores" }, "statuses": { - "reblogged_by": "", - "favourited_by": "" + "reblogged_by": "{{count}} boostou", + "favourited_by": "{{count}} favoritados" } }, "history": { - "name": "" + "name": "Histórico de Edição" } } } \ No newline at end of file