This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp_pt.arb
352 lines (352 loc) · 12.2 KB
/
app_pt.arb
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
{
"apiTypeDialog_title": "Não foi possível detectar o tipo de instância",
"@apiTypeDialog_title": {},
"accountRequiredToContinue": "Para continuar, você precisa entrar em pelo menos uma instância.",
"@accountRequiredToContinue": {},
"homeTab": "Início",
"@homeTab": {},
"notificationsTab": "Notificações",
"@notificationsTab": {},
"settings": "Configurações",
"@settings": {},
"settingsGeneral": "Geral",
"@settingsGeneral": {},
"authNoUsername": "Por favor insira um nome de usuário",
"@authNoUsername": {},
"createAccountButtonLabel": "Criar uma conta",
"@createAccountButtonLabel": {},
"unsupportedInstanceDescriptionCORS": "Kaiteki Web não suporta {api} agora porque seu navegador bloqueia pedidos para a instância vindo de outros sites. Para mais informações, por favor visite ",
"@unsupportedInstanceDescriptionCORS": {
"placeholders": {
"api": {
"description": "Name of the instance backend software",
"example": "Pleroma"
}
}
},
"emojiRetrievalFailed": "Falha ao recuperar emojis",
"@emojiRetrievalFailed": {},
"threadRetrievalFailed": "Falha ao recuperar a thread",
"@threadRetrievalFailed": {},
"emptyAccounts": "Sem contas",
"@emptyAccounts": {
"description": "Placeholder text used if user doesn't have any accounts"
},
"accountRemovalConfirmationTitle": "Remover conta?",
"@accountRemovalConfirmationTitle": {},
"conversationTitle": "Conversa",
"@conversationTitle": {
"description": "Title used for conversation/thread page"
},
"accountRemovalConfirmationDescription": "Se você remover esta conta, terá que entrar para usá-la novamente.",
"@accountRemovalConfirmationDescription": {},
"switchListTileTextOff": "Desligado",
"@switchListTileTextOff": {},
"filteringIncludeSensitive": "Incluir posts marcados como sensíveis",
"@filteringIncludeSensitive": {},
"themeDark": "Escuro",
"@themeDark": {},
"attachmentUnsupported": "Anexo não suportado",
"@attachmentUnsupported": {},
"timeDifferenceMinutes": "{minutes}min",
"@timeDifferenceMinutes": {
"description": "Text used to display how many minutes have passed since a certain event",
"placeholders": {
"minutes": {
"description": "Amount of minutes",
"example": "2"
}
}
},
"chatsTab": "Conversas",
"@chatsTab": {},
"niy": "Não implementado ainda",
"@niy": {},
"welcome": "Bem-vindo(a) ao Kaiteki!",
"@welcome": {},
"settingsHideSensitivePosts": "Esconder posts sensíveis",
"@settingsHideSensitivePosts": {},
"settingsSensitivePosts": "Posts sensíveis",
"@settingsSensitivePosts": {},
"settingsSubjectPosts": "Posts com tópicos",
"@settingsSubjectPosts": {},
"settingsDisabled": "Desativado",
"@settingsDisabled": {},
"creditsTitle": "Créditos",
"@creditsTitle": {},
"failedToLaunchUrl": "URL não pôde ser aberto",
"@failedToLaunchUrl": {},
"settingsAbout": "Sobre Kaiteki",
"@settingsAbout": {},
"settingsProfile": "Perfil",
"@settingsProfile": {},
"settingsSecurity": "Segurança",
"@settingsSecurity": {},
"settingsCustomization": "Customização",
"@settingsCustomization": {},
"settingsTabs": "Abas",
"@settingsTabs": {},
"settingsDebugMaintenance": "Manutenção e Debug",
"@settingsDebugMaintenance": {},
"authNoInstance": "Por favor insira uma instância",
"@authNoInstance": {},
"authNoPassword": "Por favor insira uma senha",
"@authNoPassword": {},
"authDuplicate": "Já existe uma conta com o mesmo nome e instância",
"@authDuplicate": {},
"authNoUrlAllowed": "Por favor insira apenas o domínio",
"@authNoUrlAllowed": {},
"authOAuthPending": "Esperando o OAuth terminar…",
"@authOAuthPending": {
"description": "Kaiteki is waiting for an external website to confirm an authorization request"
},
"loginTitle": "Entrar numa instância",
"@loginTitle": {},
"loginTitleInstance": "Entrar em {instance}",
"@loginTitleInstance": {
"placeholders": {
"instance": {
"description": "Instance name",
"example": "'the wired' or as fallback 'letsalllovela.in'"
}
}
},
"nextButtonLabel": "Próximo",
"@nextButtonLabel": {},
"backButtonLabel": "Voltar",
"@backButtonLabel": {},
"instanceFieldHint": "Instância",
"@instanceFieldHint": {},
"usernameFieldHint": "Nome de usuário",
"@usernameFieldHint": {},
"passwordFieldHint": "Senha",
"@passwordFieldHint": {},
"emailFieldHint": "Endereço de e-mail",
"@emailFieldHint": {},
"repeatPasswordFieldHint": "Repetir senha",
"@repeatPasswordFieldHint": {},
"authPasswordNoMatch": "Senhas devem ser iguais",
"@authPasswordNoMatch": {},
"forgotPasswordButtonLabel": "Esqueci a senha",
"@forgotPasswordButtonLabel": {},
"existingAccountButtonLabel": "Entrar numa conta existente",
"@existingAccountButtonLabel": {},
"registerButtonLabel": "Registrar",
"@registerButtonLabel": {},
"unsupportedInstanceTitle": "Este tipo de instância não é suportado atualmente",
"@unsupportedInstanceTitle": {},
"addAccountButtonLabel": "Adicionar conta",
"@addAccountButtonLabel": {},
"manageAccountsTitle": "Gerenciar Contas",
"@manageAccountsTitle": {},
"filteringIncludeSubject": "Incluir posts com tópicos",
"@filteringIncludeSubject": {},
"filteringSensitiveTitle": "Filtrar posts sensíveis",
"@filteringSensitiveTitle": {},
"composeButtonLabel": "Compor",
"@composeButtonLabel": {},
"composeDialogTitle": "Compor novo post",
"@composeDialogTitle": {},
"composeDialogTitleReply": "Responder a ",
"@composeDialogTitleReply": {
"description": "Title used when compose dialog is shown for writing a reply. Gets appended with replyee's display name"
},
"discardButtonTooltip": "Descartar",
"@discardButtonTooltip": {},
"theme": "Tema",
"@theme": {},
"selectThemeTitle": "Selecionar tema",
"@selectThemeTitle": {},
"themeLight": "Claro",
"@themeLight": {},
"themeSystem": "Padrão do sistema",
"@themeSystem": {},
"creditsLicenses": "Licenças de código aberto",
"@creditsLicenses": {},
"creditsGithubRepo": "Repositório do GitHub",
"@creditsGithubRepo": {},
"creditsWebsite": "Site",
"@creditsWebsite": {},
"viewOnlineButtonLabel": "Ver online",
"@viewOnlineButtonLabel": {
"description": "Button label used when certain content can't be displayed in Kaiteki but might able to in a web browser instead (e.g. videos)."
},
"timeDifferenceHours": "{hours}h",
"@timeDifferenceHours": {
"description": "Text used to display how many hours have passed since a certain event",
"placeholders": {
"hours": {
"description": "Amount of hours",
"example": "2"
}
}
},
"timeDifferenceDays": "{days}d",
"@timeDifferenceDays": {
"description": "Text used to display how many days have passed since a certain event",
"placeholders": {
"days": {
"description": "Amount of days",
"example": "2"
}
}
},
"timeDifferenceWeeks": "{weeks}sem",
"@timeDifferenceWeeks": {
"description": "Text used to display how many weeks have passed since a certain event",
"placeholders": {
"weeks": {
"description": "Amount of weeks",
"example": "2"
}
}
},
"timeDifferenceYears": "{years} anos",
"@timeDifferenceYears": {
"description": "Text used to display how many years have passed since a certain event",
"placeholders": {
"years": {
"description": "Amount of years",
"example": "2"
}
}
},
"timeDifferenceSeconds": "{seconds}s",
"@timeDifferenceSeconds": {
"description": "Text used to display how many seconds have passed since a certain event",
"placeholders": {
"seconds": {
"description": "Amount of seconds",
"example": "2"
}
}
},
"timeDifferenceNow": "agora",
"@timeDifferenceNow": {
"description": "Text used to display an event that just happened"
},
"replyTo": "Responder a",
"@replyTo": {
"description": "Gets appended with replyee's display name"
},
"postRepeated": "Repetido",
"@postRepeated": {
"description": "Gets prepended with repeater's display name"
},
"openInBrowserLabel": "Abrir no navegador",
"@openInBrowserLabel": {},
"visibilityDirect": "Direto",
"@visibilityDirect": {},
"visibilityFollowersOnly": "Apenas para seguidores",
"@visibilityFollowersOnly": {},
"visibilityUnlisted": "Não-listado",
"@visibilityUnlisted": {},
"visibilityPublic": "Público",
"@visibilityPublic": {},
"visibilityDirectDescription": "Visível para os usuários mencionados",
"@visibilityDirectDescription": {},
"visibilityFollowersOnlyDescription": "Visível para os seguidores",
"@visibilityFollowersOnlyDescription": {},
"visibilityUnlistedDescription": "Visível para todos, não aparece nas linhas do tempo públicas",
"@visibilityUnlistedDescription": {},
"apiTypeDialog_description": "O Kaiteki tentou descobrir o software que a instância utiliza mas não pôde descobrir. Por favor selecione a instância correta na lista abaixo.",
"@apiTypeDialog_description": {},
"mfaTitle": "Autenticação de Dois Fatores",
"@mfaTitle": {},
"mfaNoCode": "Por favor insira um código",
"@mfaNoCode": {},
"okButtonLabel": "OK",
"@okButtonLabel": {},
"cancelButtonLabel": "Cancelar",
"@cancelButtonLabel": {},
"verifyButtonLabel": "Verificar",
"@verifyButtonLabel": {},
"removeButtonLabel": "Remover",
"@removeButtonLabel": {},
"viewPostButtonLabel": "Ver Post",
"@viewPostButtonLabel": {},
"continueAnywayButtonLabel": "Continuar assim mesmo",
"@continueAnywayButtonLabel": {},
"abortButtonLabel": "Abortar",
"@abortButtonLabel": {},
"chooseButtonLabel": "Escolher",
"@chooseButtonLabel": {},
"visibilityButtonTooltip": "Mudar visibilidade de postagem",
"@visibilityButtonTooltip": {},
"attachButtonTooltip": "Anexar",
"@attachButtonTooltip": {},
"emojiButtonTooltip": "Inserir emoji",
"@emojiButtonTooltip": {},
"formattingButtonTooltip": "Mudar formatação",
"@formattingButtonTooltip": {},
"aboutInstanceTitle": "Sobre {instance}",
"@aboutInstanceTitle": {
"placeholders": {
"instance": {
"description": "Domain/hostname of the instance",
"example": "fedi.absturztau.be"
}
}
},
"aboutBackendTitle": "Sobre {api}",
"@aboutBackendTitle": {
"placeholders": {
"api": {
"description": "Name of the instance backend software",
"example": "Pleroma"
}
}
},
"loginButtonLabel": "Entrar",
"@loginButtonLabel": {},
"rules": "Regras",
"@rules": {},
"rulesLearnMore": "Saber mais sobre as regras",
"@rulesLearnMore": {},
"postPreviewTitle": "Prévia",
"@postPreviewTitle": {},
"postPreviewWaiting": "Comece a escrever um post para ver a prévia!",
"@postPreviewWaiting": {},
"composeBodyHint": "Acabei de chegar em Los Angeles.",
"@composeBodyHint": {},
"composeContentWarningHint": "Aviso de conteúdo (opcional)",
"@composeContentWarningHint": {},
"postSubmissionFailed": "Falha ao enviar post",
"@postSubmissionFailed": {},
"postSubmissionSending": "Enviando post",
"@postSubmissionSending": {},
"postSubmissionSent": "Post enviado",
"@postSubmissionSent": {},
"submitButtonTooltip": "Enviar",
"@submitButtonTooltip": {},
"empty": "Está vazio aqui…",
"@empty": {},
"postsTab": "Posts",
"@postsTab": {},
"followersTab": "Seguidores",
"@followersTab": {},
"followingTab": "Seguindo",
"@followingTab": {},
"settingsNotifications": "Notificações",
"@settingsNotifications": {},
"settingsFiltering": "Filtragem",
"@settingsFiltering": {},
"settingsImportExport": "Importação / Exportação de Dados",
"@settingsImportExport": {},
"settingsMutesBlocks": "Silenciamentos e Bloqueios",
"@settingsMutesBlocks": {},
"settingsKaiteki": "Configurações do Kaiteki",
"@settingsKaiteki": {},
"switchListTileTextOn": "Ligado",
"@switchListTileTextOn": {},
"visibilityPublicDescription": "Visível para todos",
"@visibilityPublicDescription": {},
"formattingPlain": "Texto plano",
"@formattingPlain": {},
"formattingMfm": "Markdown do Misskey",
"@formattingMfm": {},
"attachFilesButtonLabel": "Anexar arquivos",
"@attachFilesButtonLabel": {},
"takePictureButtonLabel": "Tirar foto",
"@takePictureButtonLabel": {}
}