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