|
381 | 381 | }, |
382 | 382 | "navbar.item.Donate": { |
383 | 383 | "message": "Doar" |
| 384 | + }, |
| 385 | + "versionWarn.name.function": { |
| 386 | + "message": "função", |
| 387 | + "description": "Default item name in a version warning" |
| 388 | + }, |
| 389 | + "versionWarn.name.callback": { |
| 390 | + "message": "callback", |
| 391 | + "description": "Callback item name in a version warning" |
| 392 | + }, |
| 393 | + "versionWarn.message": { |
| 394 | + "message": "Esta {name} foi adicionada no {version} e não funcionará em versões anteriores!", |
| 395 | + "description": "Warning shown on scripting docs pages for APIs added in a specific server version" |
| 396 | + }, |
| 397 | + "uid.page.title": { |
| 398 | + "message": "Gerador de UID", |
| 399 | + "description": "UID generator page title" |
| 400 | + }, |
| 401 | + "uid.page.description": { |
| 402 | + "message": "Gere UIDs para usar como identificadores únicos de IComponent ou IExtension", |
| 403 | + "description": "UID generator page description" |
| 404 | + }, |
| 405 | + "uid.heading": { |
| 406 | + "message": "Gerador de UID de componente", |
| 407 | + "description": "UID generator page heading" |
| 408 | + }, |
| 409 | + "uid.instructions.intro": { |
| 410 | + "message": "Copie a macro {provideUid} abaixo para seu novo componente, no lugar da macro padrão de provedor de UID. Cada componente deve ter um UID único, por isso o {uniqueLetter} em {uidInitials} ({uniqueIdentifier}). O {provideUid} padrão é inválido e não compilará, para evitar duplicatas ao criar novos componentes a partir de templates.", |
| 411 | + "description": "UID generator instructions explaining how to use the generated macro" |
| 412 | + }, |
| 413 | + "uid.instructions.findPlaceholder": { |
| 414 | + "message": "Encontre este placeholder:", |
| 415 | + "description": "UID generator instruction before the placeholder macro" |
| 416 | + }, |
| 417 | + "uid.instructions.replaceWith": { |
| 418 | + "message": "E substitua por:", |
| 419 | + "description": "UID generator instruction before the generated replacement macro" |
| 420 | + }, |
| 421 | + "uid.instructions.existingComponent": { |
| 422 | + "message": "Se você estiver modificando um componente existente, lembre-se também de substituir o UID existente, que será um valor válido, não um placeholder.", |
| 423 | + "description": "UID generator note for modifying an existing component" |
| 424 | + }, |
| 425 | + "lowercaseNote.name.function": { |
| 426 | + "message": "função", |
| 427 | + "description": "Default item name in a lowercase-name warning" |
| 428 | + }, |
| 429 | + "lowercaseNote.message": { |
| 430 | + "message": "Esta {name} começa com uma letra minúscula.", |
| 431 | + "description": "Warning shown on scripting docs pages for APIs whose names start with lowercase letters" |
| 432 | + }, |
| 433 | + "npcCallbacksTip.message": { |
| 434 | + "message": "Esta callback também pode ser chamada por NPC.", |
| 435 | + "description": "Tip shown on callback docs pages when NPCs can also call the callback" |
| 436 | + }, |
| 437 | + "toast.close": { |
| 438 | + "message": "Fechar notificação", |
| 439 | + "description": "Accessible label for closing a toast notification" |
| 440 | + }, |
| 441 | + "servers.add.successMessage": { |
| 442 | + "message": "{serverName} foi adicionado à nossa lista pendente. Se ele não estiver disponível após no máximo 48 horas, você pode entrar em contato conosco no Discord!", |
| 443 | + "description": "Toast message shown after submitting a server to the pending list" |
| 444 | + }, |
| 445 | + "servers.add.successTitle": { |
| 446 | + "message": "Servidor enviado!", |
| 447 | + "description": "Toast title shown after a server submission succeeds" |
| 448 | + }, |
| 449 | + "servers.add.failureMessage": { |
| 450 | + "message": "Status {status}: {error}", |
| 451 | + "description": "Toast message shown after a server submission fails" |
| 452 | + }, |
| 453 | + "servers.add.failureTitle": { |
| 454 | + "message": "Falha no envio!", |
| 455 | + "description": "Toast title shown after a server submission fails" |
| 456 | + }, |
| 457 | + "servers.add.errorMessage": { |
| 458 | + "message": "Ocorreu um erro ao enviar o servidor", |
| 459 | + "description": "Toast message shown after an unexpected server submission error" |
| 460 | + }, |
| 461 | + "servers.add.errorTitle": { |
| 462 | + "message": "Erro", |
| 463 | + "description": "Generic toast error title" |
| 464 | + }, |
| 465 | + "servers.add.addressPlaceholder": { |
| 466 | + "message": "IP/Domínio", |
| 467 | + "description": "Add server address input placeholder" |
| 468 | + }, |
| 469 | + "servers.add.submit": { |
| 470 | + "message": "Adicionar", |
| 471 | + "description": "Add server submit button" |
| 472 | + }, |
| 473 | + "servers.add.openModal": { |
| 474 | + "message": "Adicionar servidor", |
| 475 | + "description": "Button that opens the add server modal" |
| 476 | + }, |
| 477 | + "servers.filter.showEmpty": { |
| 478 | + "message": "Mostrar servidores vazios", |
| 479 | + "description": "Checkbox label to show empty servers" |
| 480 | + }, |
| 481 | + "servers.filter.showOmpOnly": { |
| 482 | + "message": "Mostrar apenas servidores open.mp", |
| 483 | + "description": "Checkbox label to show only open.mp servers" |
| 484 | + }, |
| 485 | + "servers.filter.showPartnersOnly": { |
| 486 | + "message": "Mostrar apenas parceiros", |
| 487 | + "description": "Checkbox label to show only partner servers" |
| 488 | + }, |
| 489 | + "servers.add.modalTitle": { |
| 490 | + "message": "Adicionar um servidor", |
| 491 | + "description": "Add server modal title" |
| 492 | + }, |
| 493 | + "servers.add.closeModal": { |
| 494 | + "message": "Fechar modal de adicionar servidor", |
| 495 | + "description": "Accessible label for closing the add server modal" |
| 496 | + }, |
| 497 | + "servers.add.addressLabel": { |
| 498 | + "message": "IP ou domínio", |
| 499 | + "description": "Add server address field label" |
| 500 | + }, |
| 501 | + "servers.add.addressHelp": { |
| 502 | + "message": "O IP deve estar no formato {format}", |
| 503 | + "description": "Help text explaining the required server address format" |
| 504 | + }, |
| 505 | + "servers.add.close": { |
| 506 | + "message": "Fechar", |
| 507 | + "description": "Close modal button" |
| 508 | + }, |
| 509 | + "servers.page.title": { |
| 510 | + "message": "Servidores", |
| 511 | + "description": "Servers page title" |
| 512 | + }, |
| 513 | + "servers.page.description": { |
| 514 | + "message": "Lista de servidores San Andreas usando open.mp e SA-MP", |
| 515 | + "description": "Servers page description" |
| 516 | + }, |
| 517 | + "partners.page.title": { |
| 518 | + "message": "Servidores parceiros", |
| 519 | + "description": "Partner servers page title" |
| 520 | + }, |
| 521 | + "partners.page.description": { |
| 522 | + "message": "Lista de servidores San Andreas usando open.mp ou SA-MP", |
| 523 | + "description": "Partner servers page description" |
| 524 | + }, |
| 525 | + "downloads.launcher.layoutDescription": { |
| 526 | + "message": "Baixe releases do launcher open.mp", |
| 527 | + "description": "Launcher downloads page meta description" |
| 528 | + }, |
| 529 | + "downloads.server.layoutDescription": { |
| 530 | + "message": "Baixe releases do servidor open.mp", |
| 531 | + "description": "Server downloads page meta description" |
| 532 | + }, |
| 533 | + "downloads.release.githubTitle": { |
| 534 | + "message": "Ver release no GitHub", |
| 535 | + "description": "Title attribute for the GitHub release link" |
| 536 | + }, |
| 537 | + "animations.layoutTitle": { |
| 538 | + "message": "Animações", |
| 539 | + "description": "Animations page browser title" |
| 540 | + }, |
| 541 | + "animations.layoutDescription": { |
| 542 | + "message": "Visualizador interativo de animações do open.mp (SA-MP) com prévias em vídeo", |
| 543 | + "description": "Animations page meta description" |
| 544 | + }, |
| 545 | + "animations.videoUnavailable": { |
| 546 | + "message": "Vídeo indisponível", |
| 547 | + "description": "Fallback message when an animation video fails to load" |
| 548 | + }, |
| 549 | + "animations.code.forPlayers": { |
| 550 | + "message": "// Para jogadores", |
| 551 | + "description": "Comment in animation usage example for player animations" |
| 552 | + }, |
| 553 | + "animations.code.forActors": { |
| 554 | + "message": "// Para atores", |
| 555 | + "description": "Comment in animation usage example for actor animations" |
| 556 | + }, |
| 557 | + "homepage.social.discord": { |
| 558 | + "message": "Ícone do Discord", |
| 559 | + "description": "Accessible label and image alt text for homepage social link" |
| 560 | + }, |
| 561 | + "homepage.social.facebook": { |
| 562 | + "message": "Ícone do Facebook", |
| 563 | + "description": "Accessible label and image alt text for homepage social link" |
| 564 | + }, |
| 565 | + "homepage.social.instagram": { |
| 566 | + "message": "Ícone do Instagram", |
| 567 | + "description": "Accessible label and image alt text for homepage social link" |
| 568 | + }, |
| 569 | + "homepage.social.twitch": { |
| 570 | + "message": "Ícone da Twitch", |
| 571 | + "description": "Accessible label and image alt text for homepage social link" |
| 572 | + }, |
| 573 | + "homepage.social.x": { |
| 574 | + "message": "Ícone do X (antigo Twitter)", |
| 575 | + "description": "Accessible label and image alt text for homepage social link" |
| 576 | + }, |
| 577 | + "homepage.social.youtube": { |
| 578 | + "message": "Ícone do YouTube", |
| 579 | + "description": "Accessible label and image alt text for homepage social link" |
| 580 | + }, |
| 581 | + "announcement.dismissAria": { |
| 582 | + "message": "Dispensar anúncio", |
| 583 | + "description": "Accessible label for dismissing the homepage announcement" |
| 584 | + }, |
| 585 | + "homepage.downloadLauncherTitle": { |
| 586 | + "message": "Baixar o launcher open.mp", |
| 587 | + "description": "Title attribute for the launcher download button" |
| 588 | + }, |
| 589 | + "homepage.downloadServerTitle": { |
| 590 | + "message": "open.mp foi lançado!", |
| 591 | + "description": "Title attribute for the server download button" |
| 592 | + }, |
| 593 | + "homepage.layoutDescription": { |
| 594 | + "message": "Um mod multiplayer para Grand Theft Auto: San Andreas totalmente retrocompatível com San Andreas Multiplayer", |
| 595 | + "description": "Homepage meta description" |
384 | 596 | } |
385 | 597 | } |
0 commit comments