Commits
Danilo Felicio Jr authored and GitHub committed c20853d2fe2
1 1 | { |
2 2 | |
3 3 | // "401.help": "You're not authorized to access this page. You can use the button below to get back to the home page.", |
4 - | "401.help": "Você não tem autorização para acessar esta página. Clique no botão abaixo para retornar à página inicial.", |
4 + | "401.help": "Você não tem autorização para acessar esta página. Clique no botão abaixo para ir à página inicial.", |
5 5 | |
6 6 | // "401.link.home-page": "Take me to the home page", |
7 - | "401.link.home-page": "Retornar à página inicial", |
7 + | "401.link.home-page": "Ir à página inicial", |
8 8 | |
9 9 | // "401.unauthorized": "unauthorized", |
10 10 | "401.unauthorized": "não autorizado", |
11 11 | |
12 12 | |
13 13 | |
14 14 | // "403.help": "You don't have permission to access this page. You can use the button below to get back to the home page.", |
15 - | "403.help": "Você não tem permissão para acessar esta página. Clique no botão abaixo para retornar à página inicial.", |
15 + | "403.help": "Você não tem permissão para acessar esta página. Clique no botão abaixo para ir à página inicial.", |
16 16 | |
17 17 | // "403.link.home-page": "Take me to the home page", |
18 18 | "403.link.home-page": "Ir à página inicial", |
19 19 | |
20 20 | // "403.forbidden": "forbidden", |
21 21 | "403.forbidden": "proibido", |
22 22 | |
23 23 | // "500.page-internal-server-error": "Service Unavailable", |
24 24 | "500.page-internal-server-error": "Serviço Indisponível", |
25 25 | |
26 26 | // "500.help": "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.", |
27 27 | "500.help": "O servidor está temporariamente impossibilitado de atender sua solicitação devido a um período de manutenção ou problemas no servidor. Por favor, tente novamente mais tarde.", |
28 28 | |
29 29 | // "500.link.home-page": "Take me to the home page", |
30 30 | "500.link.home-page": "Ir à página inicial", |
31 31 | |
32 32 | |
33 33 | // "404.help": "We can't find the page you're looking for. The page may have been moved or deleted. You can use the button below to get back to the home page. ", |
34 34 | "404.help": "Não encontramos a página que você procura. A página pode ter sido movida ou apagada. Você pode utilizar o botão abaixo para voltar à página inicial. ", |
35 35 | |
36 36 | // "404.link.home-page": "Take me to the home page", |
37 - | "404.link.home-page": "Retornar à página inicial", |
37 + | "404.link.home-page": "Ir à página inicial", |
38 38 | |
39 39 | // "404.page-not-found": "page not found", |
40 40 | "404.page-not-found": "página não encontrada", |
41 41 | |
42 42 | // "error-page.description.401": "unauthorized", |
43 43 | "error-page.description.401": "não autorizado", |
44 44 | |
45 45 | // "error-page.description.403": "forbidden", |
46 46 | "error-page.description.403": "proibido", |
47 47 | |
120 120 | // "admin.registries.bitstream-formats.edit.breadcrumbs": "Bitstream format", |
121 121 | "admin.registries.bitstream-formats.edit.breadcrumbs": "Formato de bitstream", |
122 122 | |
123 123 | // "admin.registries.bitstream-formats.edit.description.hint": "", |
124 124 | "admin.registries.bitstream-formats.edit.description.hint": "", |
125 125 | |
126 126 | // "admin.registries.bitstream-formats.edit.description.label": "Description", |
127 127 | "admin.registries.bitstream-formats.edit.description.label": "Descrição", |
128 128 | |
129 129 | // "admin.registries.bitstream-formats.edit.extensions.hint": "Extensions are file extensions that are used to automatically identify the format of uploaded files. You can enter several extensions for each format.", |
130 - | "admin.registries.bitstream-formats.edit.extensions.hint": "Extensões são extensões de arquivo usadas para identificar automaticamente o formato dos arquivo enviados. Você pode informar várias extensões para cada formato.", |
130 + | "admin.registries.bitstream-formats.edit.extensions.hint": "Extensões de arquivo são usadas para identificar automaticamente o formato dos arquivo enviados. Você pode informar várias extensões para cada formato.", |
131 131 | |
132 132 | // "admin.registries.bitstream-formats.edit.extensions.label": "File extensions", |
133 133 | "admin.registries.bitstream-formats.edit.extensions.label": "Extensões de arquivo", |
134 134 | |
135 135 | // "admin.registries.bitstream-formats.edit.extensions.placeholder": "Enter a file extension without the dot", |
136 136 | "admin.registries.bitstream-formats.edit.extensions.placeholder": "Informe uma extenção de arquivo sem o ponto", |
137 137 | |
138 138 | // "admin.registries.bitstream-formats.edit.failure.content": "An error occurred while editing the bitstream format.", |
139 139 | "admin.registries.bitstream-formats.edit.failure.content": "Ocorreu um erro ao editar o formato de bitstream.", |
140 140 | |
141 141 | // "admin.registries.bitstream-formats.edit.failure.head": "Failure", |
142 142 | "admin.registries.bitstream-formats.edit.failure.head": "Falha", |
143 143 | |
144 144 | // "admin.registries.bitstream-formats.edit.head": "Bitstream format: {{ format }}", |
145 145 | "admin.registries.bitstream-formats.edit.head": "Formato de bitstream: {{ format }}", |
146 146 | |
147 147 | // "admin.registries.bitstream-formats.edit.internal.hint": "Formats marked as internal are hidden from the user, and used for administrative purposes.", |
148 - | "admin.registries.bitstream-formats.edit.internal.hint": "Formatos marcados como interno são ocultos para o usuário e utilizados para propósitos administrativos.", |
148 + | "admin.registries.bitstream-formats.edit.internal.hint": "Formatos marcados como interno são ocultados para o usuário e utilizados para propósitos administrativos.", |
149 149 | |
150 150 | // "admin.registries.bitstream-formats.edit.internal.label": "Internal", |
151 151 | "admin.registries.bitstream-formats.edit.internal.label": "Interno", |
152 152 | |
153 153 | // "admin.registries.bitstream-formats.edit.mimetype.hint": "The MIME type associated with this format, does not have to be unique.", |
154 154 | "admin.registries.bitstream-formats.edit.mimetype.hint": "O MIME type associado à este formato não tem que ser único.", |
155 155 | |
156 156 | // "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", |
157 157 | "admin.registries.bitstream-formats.edit.mimetype.label": "MIME Type", |
158 158 | |
304 304 | // "admin.registries.schema.notification.deleted.success": "Successfully deleted {{amount}} metadata schemas", |
305 305 | "admin.registries.schema.notification.deleted.success": "Apagou {{amount}} esquema(s) de metadados com sucesso", |
306 306 | |
307 307 | // "admin.registries.schema.notification.edited": "Successfully edited metadata schema \"{{prefix}}\"", |
308 308 | "admin.registries.schema.notification.edited": "Esquema de metadados \"{{prefix}}\" editado com sucesso", |
309 309 | |
310 310 | // "admin.registries.schema.notification.failure": "Error", |
311 311 | "admin.registries.schema.notification.failure": "Erro", |
312 312 | |
313 313 | // "admin.registries.schema.notification.field.created": "Successfully created metadata field \"{{field}}\"", |
314 - | "admin.registries.schema.notification.field.created": "Campo de metadado \"{{field}}\" criado com sucesso", |
314 + | "admin.registries.schema.notification.field.created": "Campo de metadados \"{{field}}\" criado com sucesso", |
315 315 | |
316 316 | // "admin.registries.schema.notification.field.deleted.failure": "Failed to delete {{amount}} metadata fields", |
317 317 | "admin.registries.schema.notification.field.deleted.failure": "Falha ao apagar {{amount}} campo(s) de metadados", |
318 318 | |
319 319 | // "admin.registries.schema.notification.field.deleted.success": "Successfully deleted {{amount}} metadata fields", |
320 320 | "admin.registries.schema.notification.field.deleted.success": "Apagou {{amount}} campo(s) de metadados com sucesso", |
321 321 | |
322 322 | // "admin.registries.schema.notification.field.edited": "Successfully edited metadata field \"{{field}}\"", |
323 - | "admin.registries.schema.notification.field.edited": "Campo de metadado \"{{field}}\" editado com sucesso", |
323 + | "admin.registries.schema.notification.field.edited": "Campo de metadados \"{{field}}\" editado com sucesso", |
324 324 | |
325 325 | // "admin.registries.schema.notification.success": "Success", |
326 326 | "admin.registries.schema.notification.success": "Sucesso", |
327 327 | |
328 328 | // "admin.registries.schema.return": "Back", |
329 329 | "admin.registries.schema.return": "Voltar", |
330 330 | |
331 331 | // "admin.registries.schema.title": "Metadata Schema Registry", |
332 332 | "admin.registries.schema.title": "DSpace Angular :: Registro de Esquema de Metadados", |
333 333 | |
334 334 | |
335 335 | |
336 336 | // "admin.access-control.epeople.actions.delete": "Delete EPerson", |
337 337 | "admin.access-control.epeople.actions.delete": "Excluir EPerson", |
338 338 | |
339 339 | // "admin.access-control.epeople.actions.impersonate": "Impersonate EPerson", |
340 - | "admin.access-control.epeople.actions.impersonate": "Incorporar EPerson", |
340 + | "admin.access-control.epeople.actions.impersonate": "Assumir o papel do EPerson", |
341 341 | |
342 342 | // "admin.access-control.epeople.actions.reset": "Reset password", |
343 343 | "admin.access-control.epeople.actions.reset": "Redefinir senha", |
344 344 | |
345 345 | // "admin.access-control.epeople.actions.stop-impersonating": "Stop impersonating EPerson", |
346 - | "admin.access-control.epeople.actions.stop-impersonating": "Parar de incorporar EPerson", |
346 + | "admin.access-control.epeople.actions.stop-impersonating": "Parar de assumir o papel do EPerson", |
347 347 | |
348 348 | // "admin.access-control.epeople.breadcrumbs": "EPeople", |
349 349 | "admin.access-control.epeople.breadcrumbs": "EPeople", |
350 350 | |
351 351 | // "admin.access-control.epeople.title": "EPeople", |
352 352 | "admin.access-control.epeople.title": "EPeople", |
353 353 | |
354 354 | // "admin.access-control.epeople.head": "EPeople", |
355 355 | "admin.access-control.epeople.head": "EPeople", |
356 356 | |