From 0cb10bb1b0b90a9528f53116d537112271b3570c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Jul 2023 23:50:07 -0300 Subject: Translation update. Fix URL. --- game/options.rpy | 2 +- game/tl/de/screens.rpy | 8 ++++ game/tl/de/soul.rpy | 24 ++++++++++++ game/tl/es/screens.rpy | 8 ++++ game/tl/es/soul.rpy | 24 ++++++++++++ game/tl/fr/screens.rpy | 8 ++++ game/tl/fr/soul.rpy | 24 ++++++++++++ game/tl/it/screens.rpy | 8 ++++ game/tl/it/soul.rpy | 23 +++++++++++ game/tl/pt_br/client.rpy | 6 +-- game/tl/pt_br/common.rpy | 2 +- game/tl/pt_br/renpy.rpy | 2 +- game/tl/pt_br/screens.rpy | 46 +++++++++++++--------- game/tl/pt_br/soul.rpy | 98 +++++++++++++++++++++++++++++------------------ game/tl/pt_br/update.rpy | 4 +- game/tl/pt_br/vault.rpy | 8 ++-- game/tl/pt_br/wiki.rpy | 2 +- game/tl/ru/client.rpy | 2 +- game/tl/ru/common.rpy | 2 +- game/tl/ru/renpy.rpy | 2 +- game/tl/ru/screens.rpy | 16 ++++++-- game/tl/ru/soul.rpy | 98 +++++++++++++++++++++++++++++------------------ game/tl/ru/update.rpy | 4 +- game/tl/ru/vault.rpy | 8 ++-- game/tl/ru/wiki.rpy | 2 +- 25 files changed, 311 insertions(+), 120 deletions(-) diff --git a/game/options.rpy b/game/options.rpy index 5222f90..ca8e3bf 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -28,7 +28,7 @@ define config.version = "23.07.10" ## The list of providers. -define HOST_LIST = ["http://localhost/launcher", "https://tmw2.org/launcher"] +define HOST_LIST = ["http://localhost/launcher", "https://updates.tmw2.org/launcher/", "https://tmw2.org/launcher"] ## Text that is placed on the game's about screen. Place the text between the diff --git a/game/tl/de/screens.rpy b/game/tl/de/screens.rpy index d2cc5f1..22341a5 100644 --- a/game/tl/de/screens.rpy +++ b/game/tl/de/screens.rpy @@ -322,3 +322,11 @@ translate de strings: old ">" new ">" +# TODO: Translation updated at 2023-07-18 23:47 + +translate de strings: + + # game/screens.rpy:319 + old "Update" + new "Update" + diff --git a/game/tl/de/soul.rpy b/game/tl/de/soul.rpy index 907feed..e3e6a46 100644 --- a/game/tl/de/soul.rpy +++ b/game/tl/de/soul.rpy @@ -126,6 +126,7 @@ translate de intro_d61d3dff: # TODO: Translation updated at 2023-07-08 18:32 # game/soul.rpy:376 +# OBSOLETE translate de sethome_50d30e56: # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}. Please make sure you understand the consequences before proceeding.{/color}{fast}" @@ -138,6 +139,7 @@ translate de sethome_2f4b98c8: centered "{color=#fff}{b}{size=+25}HOME WORLD{/size}{/b}\n\nEveryone yarns for a place to call home.\nWhen you finally find such place, you may set it as your home world.\n\nSetting a home world is {u}irreversible{/u} so choose wisely.\n\nOnce you have a homeworld, every other world in the Mirror Lake will sync their game progress based on your home world progress. This allows you to play through all the universes.{/color}{fast}" # game/soul.rpy:378 +# OBSOLETE translate de sethome_21af0f3d: # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.{/color}{fast}" @@ -383,3 +385,25 @@ translate de strings: old "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" new "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" +# TODO: Translation updated at 2023-07-18 23:47 + +# game/soul.rpy:383 +translate de sethome_8d2407ae: + + # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + +translate de strings: + + # game/soul.rpy:470 + old "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + new "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + + # game/soul.rpy:472 + old "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + + # game/soul.rpy:523 + old "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + diff --git a/game/tl/es/screens.rpy b/game/tl/es/screens.rpy index fd5c112..33b01ca 100644 --- a/game/tl/es/screens.rpy +++ b/game/tl/es/screens.rpy @@ -322,3 +322,11 @@ translate es strings: old ">" new ">" +# TODO: Translation updated at 2023-07-18 23:47 + +translate es strings: + + # game/screens.rpy:319 + old "Update" + new "Update" + diff --git a/game/tl/es/soul.rpy b/game/tl/es/soul.rpy index 830c302..6f52f48 100644 --- a/game/tl/es/soul.rpy +++ b/game/tl/es/soul.rpy @@ -126,6 +126,7 @@ translate es intro_d61d3dff: # TODO: Translation updated at 2023-07-08 18:33 # game/soul.rpy:376 +# OBSOLETE translate es sethome_50d30e56: # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}. Please make sure you understand the consequences before proceeding.{/color}{fast}" @@ -138,6 +139,7 @@ translate es sethome_2f4b98c8: centered "{color=#fff}{b}{size=+25}HOME WORLD{/size}{/b}\n\nEveryone yarns for a place to call home.\nWhen you finally find such place, you may set it as your home world.\n\nSetting a home world is {u}irreversible{/u} so choose wisely.\n\nOnce you have a homeworld, every other world in the Mirror Lake will sync their game progress based on your home world progress. This allows you to play through all the universes.{/color}{fast}" # game/soul.rpy:378 +# OBSOLETE translate es sethome_21af0f3d: # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.{/color}{fast}" @@ -383,3 +385,25 @@ translate es strings: old "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" new "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" +# TODO: Translation updated at 2023-07-18 23:47 + +# game/soul.rpy:383 +translate es sethome_8d2407ae: + + # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + +translate es strings: + + # game/soul.rpy:470 + old "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + new "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + + # game/soul.rpy:472 + old "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + + # game/soul.rpy:523 + old "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + diff --git a/game/tl/fr/screens.rpy b/game/tl/fr/screens.rpy index 7dcf21d..3ba9bf9 100644 --- a/game/tl/fr/screens.rpy +++ b/game/tl/fr/screens.rpy @@ -322,3 +322,11 @@ translate fr strings: old ">" new ">" +# TODO: Translation updated at 2023-07-18 23:47 + +translate fr strings: + + # game/screens.rpy:319 + old "Update" + new "Update" + diff --git a/game/tl/fr/soul.rpy b/game/tl/fr/soul.rpy index 8b981d5..b7a6794 100644 --- a/game/tl/fr/soul.rpy +++ b/game/tl/fr/soul.rpy @@ -126,6 +126,7 @@ translate fr intro_d61d3dff: # TODO: Translation updated at 2023-07-08 18:33 # game/soul.rpy:376 +# OBSOLETE translate fr sethome_50d30e56: # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}. Please make sure you understand the consequences before proceeding.{/color}{fast}" @@ -138,6 +139,7 @@ translate fr sethome_2f4b98c8: centered "{color=#fff}{b}{size=+25}HOME WORLD{/size}{/b}\n\nEveryone yarns for a place to call home.\nWhen you finally find such place, you may set it as your home world.\n\nSetting a home world is {u}irreversible{/u} so choose wisely.\n\nOnce you have a homeworld, every other world in the Mirror Lake will sync their game progress based on your home world progress. This allows you to play through all the universes.{/color}{fast}" # game/soul.rpy:378 +# OBSOLETE translate fr sethome_21af0f3d: # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.{/color}{fast}" @@ -383,3 +385,25 @@ translate fr strings: old "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" new "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" +# TODO: Translation updated at 2023-07-18 23:47 + +# game/soul.rpy:383 +translate fr sethome_8d2407ae: + + # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + +translate fr strings: + + # game/soul.rpy:470 + old "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + new "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + + # game/soul.rpy:472 + old "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + + # game/soul.rpy:523 + old "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + diff --git a/game/tl/it/screens.rpy b/game/tl/it/screens.rpy index 11bcc9c..1df46fa 100644 --- a/game/tl/it/screens.rpy +++ b/game/tl/it/screens.rpy @@ -318,3 +318,11 @@ translate it strings: old ">" new ">" +# TODO: Translation updated at 2023-07-18 23:48 + +translate it strings: + + # game/screens.rpy:319 + old "Update" + new "Update" + diff --git a/game/tl/it/soul.rpy b/game/tl/it/soul.rpy index 6194147..de95a2c 100644 --- a/game/tl/it/soul.rpy +++ b/game/tl/it/soul.rpy @@ -130,6 +130,7 @@ translate it sethome_2f4b98c8: centered "{color=#fff}{b}{size=+25}HOME WORLD{/size}{/b}\n\nEveryone yarns for a place to call home.\nWhen you finally find such place, you may set it as your home world.\n\nSetting a home world is {u}irreversible{/u} so choose wisely.\n\nOnce you have a homeworld, every other world in the Mirror Lake will sync their game progress based on your home world progress. This allows you to play through all the universes.{/color}{fast}" # game/soul.rpy:378 +# OBSOLETE translate it sethome_21af0f3d: # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.{/color}{fast}" @@ -381,3 +382,25 @@ translate it strings: old "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" new "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" +# TODO: Translation updated at 2023-07-18 23:48 + +# game/soul.rpy:383 +translate it sethome_8d2407ae: + + # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + +translate it strings: + + # game/soul.rpy:470 + old "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + new "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + + # game/soul.rpy:472 + old "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + + # game/soul.rpy:523 + old "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + diff --git a/game/tl/pt_br/client.rpy b/game/tl/pt_br/client.rpy index 0d79a51..0b9d021 100644 --- a/game/tl/pt_br/client.rpy +++ b/game/tl/pt_br/client.rpy @@ -28,11 +28,11 @@ translate pt_br strings: # game/client.rpy:101 old "Synchronizing data..." - new "Synchronisation des données..." + new "Sincronizando dados..." # game/client.rpy:124 old "Synchronization error." - new "Erreur de synchronisation." + new "Erro de sincronização." # TODO: Translation updated at 2023-07-08 18:34 @@ -40,5 +40,5 @@ translate pt_br strings: # game/client.rpy:124 old "You can minimize this window now.\n\nWorld selection list will be shown once you quit the current world." - new "You can minimize this window now.\n\nWorld selection list will be shown once you quit the current world." + new "Você pode minimizar essa janela agora.\n\nA lista de seleção de mundo irá aparecer quando você sair do mundo atual." diff --git a/game/tl/pt_br/common.rpy b/game/tl/pt_br/common.rpy index aed9308..173bb7e 100644 --- a/game/tl/pt_br/common.rpy +++ b/game/tl/pt_br/common.rpy @@ -720,7 +720,7 @@ translate pt_br strings: # renpy/common/00updater.rpy:1451 old "Finishing up." - new "Finishing up." + new "Terminando." # renpy/common/00updater.rpy:1453 old "The updates have been installed. The program will restart." diff --git a/game/tl/pt_br/renpy.rpy b/game/tl/pt_br/renpy.rpy index 49afa38..f4b923b 100644 --- a/game/tl/pt_br/renpy.rpy +++ b/game/tl/pt_br/renpy.rpy @@ -37,5 +37,5 @@ translate pt_br strings: # game/renpy.rpy:48 old "Open wiki" - new "Open wiki" + new "Abrir wiki" diff --git a/game/tl/pt_br/screens.rpy b/game/tl/pt_br/screens.rpy index fe29a3e..e354905 100644 --- a/game/tl/pt_br/screens.rpy +++ b/game/tl/pt_br/screens.rpy @@ -164,31 +164,31 @@ translate pt_br strings: # game/screens.rpy:964 old "Advances dialogue and activates the interface." - new "Avanza el diálogo y activa la interfaz." + new "Avança o diálogo e ativa a interface." # game/screens.rpy:967 old "Space" - new "Espacio" + new "Espaço" # game/screens.rpy:968 old "Advances dialogue without selecting choices." - new "Avanza el diálogo sin seleccionar opciones." + new "Avança diálogos sem selecionar escolhas." # game/screens.rpy:971 old "Arrow Keys" - new "Teclas de flecha" + new "Setas Direcionais" # game/screens.rpy:972 old "Navigate the interface." - new "Navegar por la interfaz." + new "Navega na interface." # game/screens.rpy:975 old "Escape" - new "Salir" + new "Escape" # game/screens.rpy:976 old "Accesses the game menu." - new "Accede al menú del juego." + new "Acessa o menu de jogo." # game/screens.rpy:979 old "Ctrl" @@ -196,7 +196,7 @@ translate pt_br strings: # game/screens.rpy:980 old "Skips dialogue while held down." - new "Omite el diálogo mientras se mantiene presionado." + new "Pula o dialogo enquanto pressionado." # game/screens.rpy:983 old "Tab" @@ -204,31 +204,31 @@ translate pt_br strings: # game/screens.rpy:984 old "Toggles dialogue skipping." - new "Habilita el salto de diálogo." + new "Ativa ou desativa pular diálogos." # game/screens.rpy:988 old "Hides the user interface." - new "Cache l'interface utilisateur." + new "Esconde a interface de usuário." # game/screens.rpy:992 old "Takes a screenshot." - new "Prend une capture d'écran." + new "Faz uma captura de tela." # game/screens.rpy:996 old "Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}." - new "Habilita la {a=https://www.renpy.org/l/voicing}auto-voz-de-asistencia{/a}." + new "Ativa a {a=https://www.renpy.org/l/voicing}voz assistente{/a}." # game/screens.rpy:1002 old "Left Click" - new "Click izquierdo" + new "Clique Esquerdo" # game/screens.rpy:1006 old "Middle Click" - new "Click medio" + new "Clique do Meio" # game/screens.rpy:1010 old "Right Click" - new "Click derecho " + new "Clique Direito" # game/screens.rpy:1017 old "Right Trigger\nA/Bottom Button" @@ -300,7 +300,7 @@ translate pt_br strings: # game/screens.rpy:684 old "Evol2 Game Servers" - new "Evol2 Game Servers" + new "Servidores Evol2" # game/screens.rpy:687 old "ManaVerse" @@ -308,17 +308,25 @@ translate pt_br strings: # game/screens.rpy:692 old "Built-In" - new "Built-In" + new "Embutido" # game/screens.rpy:696 old "Mask password" - new "Mask password" + new "Ocultar Senha" # game/screens.rpy:727 old "Reset Login Method" - new "Reset Login Method" + new "Esquecer método de login" # game/screens.rpy:1028 old ">" new ">" +# TODO: Translation updated at 2023-07-18 23:48 + +translate pt_br strings: + + # game/screens.rpy:319 + old "Update" + new "Update" + diff --git a/game/tl/pt_br/soul.rpy b/game/tl/pt_br/soul.rpy index b27630f..716a0a8 100644 --- a/game/tl/pt_br/soul.rpy +++ b/game/tl/pt_br/soul.rpy @@ -126,6 +126,7 @@ translate pt_br intro_d61d3dff: # TODO: Translation updated at 2023-07-08 18:34 # game/soul.rpy:376 +# OBSOLETE translate pt_br sethome_50d30e56: # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}. Please make sure you understand the consequences before proceeding.{/color}{fast}" @@ -135,9 +136,10 @@ translate pt_br sethome_50d30e56: translate pt_br sethome_2f4b98c8: # centered "{color=#fff}{b}{size=+25}HOME WORLD{/size}{/b}\n\nEveryone yarns for a place to call home.\nWhen you finally find such place, you may set it as your home world.\n\nSetting a home world is {u}irreversible{/u} so choose wisely.\n\nOnce you have a homeworld, every other world in the Mirror Lake will sync their game progress based on your home world progress. This allows you to play through all the universes.{/color}{fast}" - centered "{color=#fff}{b}{size=+25}HOME WORLD{/size}{/b}\n\nEveryone yarns for a place to call home.\nWhen you finally find such place, you may set it as your home world.\n\nSetting a home world is {u}irreversible{/u} so choose wisely.\n\nOnce you have a homeworld, every other world in the Mirror Lake will sync their game progress based on your home world progress. This allows you to play through all the universes.{/color}{fast}" + centered "{color=#fff}{b}{size=+25}MUNDO NATAL{/size}{/b}\n\nTodos anseiam um lugar para chamar de lar.\nQuando você encontrar um lugar assim, você pode defini-lo como Mundo Natal.\n\nA escolha é {u}irreversível{/u} então escolha bem.\n\nQuando você tiver escolhido um Mundo Natal, todos os outros mundos do Lago Espelhado irão sincronizar seu progresso baseado no progresso de seu mundo natal. Isso permite que você jogue em todos os universos.{/color}{fast}" # game/soul.rpy:378 +# OBSOLETE translate pt_br sethome_21af0f3d: # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.{/color}{fast}" @@ -195,7 +197,7 @@ translate pt_br ch2intro_cb7cf7af: translate pt_br ch2intro_0393a524: # centered "{color=#fff}CHAPTER 2\nSHADOWS OF THE PAST{/color}" - centered "{color=#fff}CHAPTER 2\nSHADOWS OF THE PAST{/color}" + centered "{color=#fff}CAPÍTULO 2\nSOMBRAS DO PASSADO{/color}" # game/soul.rpy:678 translate pt_br ch2lake_3d74a274: @@ -233,99 +235,99 @@ translate pt_br strings: # game/soul.rpy:71 old "Username: " - new "Username: " + new "Usuário: " # game/soul.rpy:134 old "Home world: " - new "Home world: " + new "Mundo natal: " # game/soul.rpy:135 old "Not Set" - new "Not Set" + new "Indefinido" # game/soul.rpy:137 old "Set »" - new "Set »" + new "Definir »" # game/soul.rpy:141 old "Sets a homeworld" - new "Sets a homeworld" + new "Define um mundo natal" # game/soul.rpy:145 old "Manage Account" - new "Manage Account" + new "Gerenciar Conta" # game/soul.rpy:149 old "Changes your account settings" - new "Changes your account settings" + new "Modifica as configurações de sua conta" # game/soul.rpy:172 old "First Lake" - new "First Lake" + new "Primeiro Lago" # game/soul.rpy:176 old "Replay the first lake." - new "Replay the first lake." + new "Exibe a cena do primeiro mergulho novamente." # game/soul.rpy:178 old "Chapt. 2" - new "Chapt. 2" + new "Capt. 2" # game/soul.rpy:182 old "Replay the 2nd Intro." - new "Replay the 2nd Intro." + new "Exibe a cena do segundo capítulo novamente." # game/soul.rpy:184 old "Second Lake" - new "Second Lake" + new "Segundo Lago" # game/soul.rpy:188 old "Replay the 2nd lake." - new "Replay the 2nd lake." + new "Exibe a cena do segundo mergulho novamente." # game/soul.rpy:222 old "Account Management" - new "Account Management" + new "Gerenciamento de Conta" # game/soul.rpy:227 old "Reset password" - new "Reset password" + new "Mudar senha" # game/soul.rpy:231 old "Changes your password" - new "Changes your password" + new "Muda a sua senha" # game/soul.rpy:232 old "Reset Two Factor" - new "Reset Two Factor" + new "Alterar Dois Fatores" # game/soul.rpy:236 old "Enables or disables 2FA" - new "Enables or disables 2FA" + new "Ativa ou desativa 2FA" # game/soul.rpy:238 old "Steam Account" - new "Steam Account" + new "Conta Steam®" # game/soul.rpy:241 old "World Management" - new "World Management" + new "Gerenciamento de Mundos" # game/soul.rpy:259 old "Link Account" - new "Link Account" + new "Conectar" # game/soul.rpy:263 old "Links an external account to Vault" - new "Links an external account to Vault" + new "Conecta uma conta externa ao Cofre" # game/soul.rpy:264 old "Unlink" - new "Unlink" + new "Desconectar" # game/soul.rpy:272 old "Removes a Vault account for manual login" - new "Removes a Vault account for manual login" + new "Remove uma conta do Cofre para login manual" # game/soul.rpy:405 old "{b}Two Factor Authentication{/b}\n\nIf you have two factor authentication enabled, it'll be disabled.\nIf it is disabled, it'll be enabled, and you'll receive an {b}email{/b} with instructions to generate TOTP tokens.\n\nIf enabled, you will not be able to login without the authentication token." @@ -333,23 +335,23 @@ translate pt_br strings: # game/soul.rpy:406 old "{b}Two Factor Authentication{/b}\n\nAre you sure you want to change this setting?" - new "{b}Two Factor Authentication{/b}\n\nAre you sure you want to change this setting?" + new "{b}Autenticação em Dois Fatores{/b}\n\nVocê tem certeza que quer mudar essa preferência?" # game/soul.rpy:420 old "Your 2FA settings were updated.\n\nPlease check your email." - new "Your 2FA settings were updated.\n\nPlease check your email." + new "Suas configurações 2FA foram atualizadas.\n\nPor favor confira seu email." # game/soul.rpy:422 old "An error on the client happened and the request was rejected. Are you logged in, and using the latest version?" - new "An error on the client happened and the request was rejected. Are you logged in, and using the latest version?" + new "Um erro no cliente ocorreu e a mudança foi rejeitada. Você está logando e usando a última versão?" # game/soul.rpy:424 old "You are being rate-limited, and the change was not possible. Please wait a minute before trying again." - new "You are being rate-limited, and the change was not possible. Please wait a minute before trying again." + new "Você está fazendo pedidos demais, e a mudança não foi possível. Por favor espere um minuto antes de tentar novamente." # game/soul.rpy:434 old "{b}DISCLAIMER{/b}\n\nTmwAthena does not support username changes. If the vault already created an account for you, it'll always take precedence and {b}will never be truly unlinked{/b}.\nIf the Vault already created an account for you, linking will not work adequately." - new "{b}DISCLAIMER{/b}\n\nTmwAthena does not support username changes. If the vault already created an account for you, it'll always take precedence and {b}will never be truly unlinked{/b}.\nIf the Vault already created an account for you, linking will not work adequately." + new "{b}AVISO{/b}\n\nTmwAthena não consegue mudar o nome de usuário. Se o cofre já criou uma conta para você, essa terá precedência e {b}nunca será verdadeiramente desconectada{/b}.\nSe o cofre já criou uma conta para você, conectar contas não irá funcionar adequadamente." # game/soul.rpy:435 old "{b}External Account Linking{/b}\n\n{size=-3}Use this if you used an account with ManaVerse or ManaPlus previously, and want to use it with the Mana Launcher. Keep in mind that if you already have an account with the Launcher, nothing will happen. Both the launcher and the game account must have valid email addresses, but they don't need to be the same. Once linked, you'll no longer be able to login using ManaPlus or ManaVerse directly. The home world account cannot be (un)linked from the Vault. Once done, you'll receive an email with further instructions. To cancel, empty any of the fields.{/size}" @@ -357,29 +359,51 @@ translate pt_br strings: # game/soul.rpy:459 old "A link was sent to your email.\n\nPlease follow it before trying to access the world in the Launcher.\nIf you don't, THEN LINKING WILL BE RENDERED IMPOSSIBLE.\n\nAfter a successful linking, an Error Response 200 OK will be shown on your browser." - new "A link was sent to your email.\n\nPlease follow it before trying to access the world in the Launcher.\nIf you don't, THEN LINKING WILL BE RENDERED IMPOSSIBLE.\n\nAfter a successful linking, an Error Response 200 OK will be shown on your browser." + new "Um link foi enviado ao seu email.\n\nPor favor o acesse antes de tentar acessar o mundo no Lançador.\nSe não, então CONECTAR SERÁ IMPOSSÍVEL.\n\nDepois de conectar com sucesso, uma Resposta 200 OK será exibida em seu navegador." # game/soul.rpy:463 old "You are not authorized to perform this operation. Please try again later, in three minutes." - new "You are not authorized to perform this operation. Please try again later, in three minutes." + new "Você não pode realizar essa operação. Por favor tente novamente, em três minutos." # game/soul.rpy:465 old "To prevent cheating, you cannot link nor unlink your home world. Please contact staff." - new "To prevent cheating, you cannot link nor unlink your home world. Please contact staff." + new "Para evitar trapaças, você não pode conectar nem desconectar seu mundo natal. Por favor entre em contato com a equipe." # game/soul.rpy:480 old "{b}DISCLAIMER{/b}\n\nTmwAthena does not support username changes. If the vault already created an account for you, it'll always take precedence and {b}will never be truly unlinked{/b}.\nUnlinking a TmwAthena account will disable some Mirror Lake features, but will NOT prevent the Launcher from logging in!" - new "{b}DISCLAIMER{/b}\n\nTmwAthena does not support username changes. If the vault already created an account for you, it'll always take precedence and {b}will never be truly unlinked{/b}.\nUnlinking a TmwAthena account will disable some Mirror Lake features, but will NOT prevent the Launcher from logging in!" + new "{b}AVISO{/b}\n\nTmwAthena não consegue mudar o nome de usuário. Se o cofre já criou uma conta para você, essa terá precedência e {b}nunca será verdadeiramente desconectada{/b}.\nDesconectar uma conta TmwAthena irá desativar alguns recursos do Lago Espelhado, mas NÃO irá impedir o Lançador de se conectar a ela!" # game/soul.rpy:505 old "Account was unlinked successfully!\n\nYou should go to your servers' password reset page and use the email you just informed to login using M+ again.\n\nIt is no longer possible to access the unlinked account with the Mana Launcher." - new "Account was unlinked successfully!\n\nYou should go to your servers' password reset page and use the email you just informed to login using M+ again.\n\nIt is no longer possible to access the unlinked account with the Mana Launcher." + new "A conta foi desconectada com sucesso!\n\nVocê deve ir até a página de recuperação de senha de seu servidor e usar o email que acabou de informar, para logar com o M+ novamente\n\nNão é mais possível acessar a conta desconectada com o Lançador de Mana." # game/soul.rpy:579 old "{b}Account Linking{/b}\n\nIf you have already played The Mana World before, you might want to import your existing account instead of creating a new one.\n\nDo you want to link existing accounts?" - new "{b}Account Linking{/b}\n\nIf you have already played The Mana World before, you might want to import your existing account instead of creating a new one.\n\nDo you want to link existing accounts?" + new "{b}Conectar Contas{/b}\n\nSe você já jogou O Mundo de Mana antes, você pode querer importar sua conta pré-existente ao invés de criar uma nova.\n\nVocê deseja conectar contas existentes?" # game/soul.rpy:662 old "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" new "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" +# TODO: Translation updated at 2023-07-18 23:48 + +# game/soul.rpy:383 +translate pt_br sethome_8d2407ae: + + # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + +translate pt_br strings: + + # game/soul.rpy:470 + old "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + new "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + + # game/soul.rpy:472 + old "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + + # game/soul.rpy:523 + old "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + diff --git a/game/tl/pt_br/update.rpy b/game/tl/pt_br/update.rpy index f5dbc02..d4a3351 100644 --- a/game/tl/pt_br/update.rpy +++ b/game/tl/pt_br/update.rpy @@ -128,11 +128,11 @@ translate pt_br strings: # game/update.rpy:331 old "Standard" - new "Standard" + new "Padrão" # game/update.rpy:332 old "Mouseless" - new "Mouseless" + new "Sem Mouse" # game/update.rpy:444 old "If you already have an account, please insert your {b}2FA code{/b}.\n\n{u}Otherwise, a new account will be created and details will be sent to your email.{/u}" diff --git a/game/tl/pt_br/vault.rpy b/game/tl/pt_br/vault.rpy index 6df096f..9369822 100644 --- a/game/tl/pt_br/vault.rpy +++ b/game/tl/pt_br/vault.rpy @@ -4,11 +4,11 @@ translate pt_br strings: # game/vault.rpy:92 old "Welcome to the {b}Mana Launcher{/b}!\n\nIf you do not have an account, one will be created for you." - new "Welcome to the {b}Mana Launcher{/b}!\n\nIf you do not have an account, one will be created for you." + new "Bem vindo ao {b}Lançador de Mana{/b}!\n\nSe você não possui uma conta ainda, uma será criada para você." # game/vault.rpy:113 old "Password: " - new "Password: " + new "Senha: " # game/vault.rpy:131 old "TOTP: " @@ -16,9 +16,9 @@ translate pt_br strings: # game/vault.rpy:156 old "Remember email" - new "Remember email" + new "Lembrar email" # game/vault.rpy:168 old "Remember password (unsafe!)" - new "Remember password (unsafe!)" + new "Lembrar senha (inseguro)" diff --git a/game/tl/pt_br/wiki.rpy b/game/tl/pt_br/wiki.rpy index c3fd6bd..122e48d 100644 --- a/game/tl/pt_br/wiki.rpy +++ b/game/tl/pt_br/wiki.rpy @@ -4,5 +4,5 @@ translate pt_br strings: # game/wiki.rpy:35 old "External Link" - new "External Link" + new "Link Externo" diff --git a/game/tl/ru/client.rpy b/game/tl/ru/client.rpy index 412d53c..2768b48 100644 --- a/game/tl/ru/client.rpy +++ b/game/tl/ru/client.rpy @@ -20,7 +20,7 @@ translate ru strings: # game/client.rpy:124 old "You can minimize this window now.\n\nWorld selection list will be shown once you quit the current world." - new "You can minimize this window now.\n\nWorld selection list will be shown once you quit the current world." + new "Você pode minimizar essa janela agora.\n\nA lista de seleção de mundo irá aparecer quando você sair do mundo atual." # game/client.rpy:158 old "Synchronizing data..." diff --git a/game/tl/ru/common.rpy b/game/tl/ru/common.rpy index 76f28d6..d5077b2 100644 --- a/game/tl/ru/common.rpy +++ b/game/tl/ru/common.rpy @@ -744,7 +744,7 @@ translate ru strings: # renpy/common/00updater.rpy:1574 old "Finishing up." - new "Finishing up." + new "Terminando." # renpy/common/00updater.rpy:1576 old "The updates have been installed. The program will restart." diff --git a/game/tl/ru/renpy.rpy b/game/tl/ru/renpy.rpy index 5e457fd..805429a 100644 --- a/game/tl/ru/renpy.rpy +++ b/game/tl/ru/renpy.rpy @@ -10,7 +10,7 @@ translate ru strings: # game/renpy.rpy:48 old "Open wiki" - new "Open wiki" + new "Abrir wiki" # game/renpy.rpy:80 old "Validating SSL Certificates..." diff --git a/game/tl/ru/screens.rpy b/game/tl/ru/screens.rpy index 9c56f07..24b04fa 100644 --- a/game/tl/ru/screens.rpy +++ b/game/tl/ru/screens.rpy @@ -100,7 +100,7 @@ translate ru strings: # game/screens.rpy:684 old "Evol2 Game Servers" - new "Evol2 Game Servers" + new "Servidores Evol2" # game/screens.rpy:687 old "ManaVerse" @@ -112,11 +112,11 @@ translate ru strings: # game/screens.rpy:692 old "Built-In" - new "Built-In" + new "Embutido" # game/screens.rpy:696 old "Mask password" - new "Mask password" + new "Ocultar Senha" # game/screens.rpy:706 old "Language" @@ -136,7 +136,7 @@ translate ru strings: # game/screens.rpy:727 old "Reset Login Method" - new "Reset Login Method" + new "Esquecer método de login" # game/screens.rpy:734 old "Check Updates" @@ -274,3 +274,11 @@ translate ru strings: old "Menu" new "Меню" +# TODO: Translation updated at 2023-07-18 23:48 + +translate ru strings: + + # game/screens.rpy:319 + old "Update" + new "Update" + diff --git a/game/tl/ru/soul.rpy b/game/tl/ru/soul.rpy index f3bea19..2c858c7 100644 --- a/game/tl/ru/soul.rpy +++ b/game/tl/ru/soul.rpy @@ -1,6 +1,7 @@ # TODO: Translation updated at 2023-07-08 18:36 # game/soul.rpy:376 +# OBSOLETE translate ru sethome_50d30e56: # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}. Please make sure you understand the consequences before proceeding.{/color}{fast}" @@ -10,9 +11,10 @@ translate ru sethome_50d30e56: translate ru sethome_2f4b98c8: # centered "{color=#fff}{b}{size=+25}HOME WORLD{/size}{/b}\n\nEveryone yarns for a place to call home.\nWhen you finally find such place, you may set it as your home world.\n\nSetting a home world is {u}irreversible{/u} so choose wisely.\n\nOnce you have a homeworld, every other world in the Mirror Lake will sync their game progress based on your home world progress. This allows you to play through all the universes.{/color}{fast}" - centered "{color=#fff}{b}{size=+25}HOME WORLD{/size}{/b}\n\nEveryone yarns for a place to call home.\nWhen you finally find such place, you may set it as your home world.\n\nSetting a home world is {u}irreversible{/u} so choose wisely.\n\nOnce you have a homeworld, every other world in the Mirror Lake will sync their game progress based on your home world progress. This allows you to play through all the universes.{/color}{fast}" + centered "{color=#fff}{b}{size=+25}MUNDO NATAL{/size}{/b}\n\nTodos anseiam um lugar para chamar de lar.\nQuando você encontrar um lugar assim, você pode defini-lo como Mundo Natal.\n\nA escolha é {u}irreversível{/u} então escolha bem.\n\nQuando você tiver escolhido um Mundo Natal, todos os outros mundos do Lago Espelhado irão sincronizar seu progresso baseado no progresso de seu mundo natal. Isso permite que você jogue em todos os universos.{/color}{fast}" # game/soul.rpy:378 +# OBSOLETE translate ru sethome_21af0f3d: # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.{/color}{fast}" @@ -154,7 +156,7 @@ translate ru ch2intro_cb7cf7af: translate ru ch2intro_0393a524: # centered "{color=#fff}CHAPTER 2\nSHADOWS OF THE PAST{/color}" - centered "{color=#fff}CHAPTER 2\nSHADOWS OF THE PAST{/color}" + centered "{color=#fff}CAPÍTULO 2\nSOMBRAS DO PASSADO{/color}" # game/soul.rpy:678 translate ru ch2lake_3d74a274: @@ -192,7 +194,7 @@ translate ru strings: # game/soul.rpy:71 old "Username: " - new "Username: " + new "Usuário: " # game/soul.rpy:131 old "Level" @@ -200,27 +202,27 @@ translate ru strings: # game/soul.rpy:134 old "Home world: " - new "Home world: " + new "Mundo natal: " # game/soul.rpy:135 old "Not Set" - new "Not Set" + new "Indefinido" # game/soul.rpy:137 old "Set »" - new "Set »" + new "Definir »" # game/soul.rpy:141 old "Sets a homeworld" - new "Sets a homeworld" + new "Define um mundo natal" # game/soul.rpy:145 old "Manage Account" - new "Manage Account" + new "Gerenciar Conta" # game/soul.rpy:149 old "Changes your account settings" - new "Changes your account settings" + new "Modifica as configurações de sua conta" # game/soul.rpy:157 old "Scene Recollection" @@ -236,27 +238,27 @@ translate ru strings: # game/soul.rpy:172 old "First Lake" - new "First Lake" + new "Primeiro Lago" # game/soul.rpy:176 old "Replay the first lake." - new "Replay the first lake." + new "Exibe a cena do primeiro mergulho novamente." # game/soul.rpy:178 old "Chapt. 2" - new "Chapt. 2" + new "Capt. 2" # game/soul.rpy:182 old "Replay the 2nd Intro." - new "Replay the 2nd Intro." + new "Exibe a cena do segundo capítulo novamente." # game/soul.rpy:184 old "Second Lake" - new "Second Lake" + new "Segundo Lago" # game/soul.rpy:188 old "Replay the 2nd lake." - new "Replay the 2nd lake." + new "Exibe a cena do segundo mergulho novamente." # game/soul.rpy:199 old "Return »" @@ -264,47 +266,47 @@ translate ru strings: # game/soul.rpy:222 old "Account Management" - new "Account Management" + new "Gerenciamento de Conta" # game/soul.rpy:227 old "Reset password" - new "Reset password" + new "Mudar senha" # game/soul.rpy:231 old "Changes your password" - new "Changes your password" + new "Muda a sua senha" # game/soul.rpy:232 old "Reset Two Factor" - new "Reset Two Factor" + new "Alterar Dois Fatores" # game/soul.rpy:236 old "Enables or disables 2FA" - new "Enables or disables 2FA" + new "Ativa ou desativa 2FA" # game/soul.rpy:238 old "Steam Account" - new "Steam Account" + new "Conta Steam®" # game/soul.rpy:241 old "World Management" - new "World Management" + new "Gerenciamento de Mundos" # game/soul.rpy:259 old "Link Account" - new "Link Account" + new "Conectar" # game/soul.rpy:263 old "Links an external account to Vault" - new "Links an external account to Vault" + new "Conecta uma conta externa ao Cofre" # game/soul.rpy:264 old "Unlink" - new "Unlink" + new "Desconectar" # game/soul.rpy:272 old "Removes a Vault account for manual login" - new "Removes a Vault account for manual login" + new "Remove uma conta do Cofre para login manual" # game/soul.rpy:337 old "{color=#FFF}Loading user data...{/color}" @@ -320,23 +322,23 @@ translate ru strings: # game/soul.rpy:406 old "{b}Two Factor Authentication{/b}\n\nAre you sure you want to change this setting?" - new "{b}Two Factor Authentication{/b}\n\nAre you sure you want to change this setting?" + new "{b}Autenticação em Dois Fatores{/b}\n\nVocê tem certeza que quer mudar essa preferência?" # game/soul.rpy:420 old "Your 2FA settings were updated.\n\nPlease check your email." - new "Your 2FA settings were updated.\n\nPlease check your email." + new "Suas configurações 2FA foram atualizadas.\n\nPor favor confira seu email." # game/soul.rpy:422 old "An error on the client happened and the request was rejected. Are you logged in, and using the latest version?" - new "An error on the client happened and the request was rejected. Are you logged in, and using the latest version?" + new "Um erro no cliente ocorreu e a mudança foi rejeitada. Você está logando e usando a última versão?" # game/soul.rpy:424 old "You are being rate-limited, and the change was not possible. Please wait a minute before trying again." - new "You are being rate-limited, and the change was not possible. Please wait a minute before trying again." + new "Você está fazendo pedidos demais, e a mudança não foi possível. Por favor espere um minuto antes de tentar novamente." # game/soul.rpy:434 old "{b}DISCLAIMER{/b}\n\nTmwAthena does not support username changes. If the vault already created an account for you, it'll always take precedence and {b}will never be truly unlinked{/b}.\nIf the Vault already created an account for you, linking will not work adequately." - new "{b}DISCLAIMER{/b}\n\nTmwAthena does not support username changes. If the vault already created an account for you, it'll always take precedence and {b}will never be truly unlinked{/b}.\nIf the Vault already created an account for you, linking will not work adequately." + new "{b}AVISO{/b}\n\nTmwAthena não consegue mudar o nome de usuário. Se o cofre já criou uma conta para você, essa terá precedência e {b}nunca será verdadeiramente desconectada{/b}.\nSe o cofre já criou uma conta para você, conectar contas não irá funcionar adequadamente." # game/soul.rpy:435 old "{b}External Account Linking{/b}\n\n{size=-3}Use this if you used an account with ManaVerse or ManaPlus previously, and want to use it with the Mana Launcher. Keep in mind that if you already have an account with the Launcher, nothing will happen. Both the launcher and the game account must have valid email addresses, but they don't need to be the same. Once linked, you'll no longer be able to login using ManaPlus or ManaVerse directly. The home world account cannot be (un)linked from the Vault. Once done, you'll receive an email with further instructions. To cancel, empty any of the fields.{/size}" @@ -344,29 +346,51 @@ translate ru strings: # game/soul.rpy:459 old "A link was sent to your email.\n\nPlease follow it before trying to access the world in the Launcher.\nIf you don't, THEN LINKING WILL BE RENDERED IMPOSSIBLE.\n\nAfter a successful linking, an Error Response 200 OK will be shown on your browser." - new "A link was sent to your email.\n\nPlease follow it before trying to access the world in the Launcher.\nIf you don't, THEN LINKING WILL BE RENDERED IMPOSSIBLE.\n\nAfter a successful linking, an Error Response 200 OK will be shown on your browser." + new "Um link foi enviado ao seu email.\n\nPor favor o acesse antes de tentar acessar o mundo no Lançador.\nSe não, então CONECTAR SERÁ IMPOSSÍVEL.\n\nDepois de conectar com sucesso, uma Resposta 200 OK será exibida em seu navegador." # game/soul.rpy:463 old "You are not authorized to perform this operation. Please try again later, in three minutes." - new "You are not authorized to perform this operation. Please try again later, in three minutes." + new "Você não pode realizar essa operação. Por favor tente novamente, em três minutos." # game/soul.rpy:465 old "To prevent cheating, you cannot link nor unlink your home world. Please contact staff." - new "To prevent cheating, you cannot link nor unlink your home world. Please contact staff." + new "Para evitar trapaças, você não pode conectar nem desconectar seu mundo natal. Por favor entre em contato com a equipe." # game/soul.rpy:480 old "{b}DISCLAIMER{/b}\n\nTmwAthena does not support username changes. If the vault already created an account for you, it'll always take precedence and {b}will never be truly unlinked{/b}.\nUnlinking a TmwAthena account will disable some Mirror Lake features, but will NOT prevent the Launcher from logging in!" - new "{b}DISCLAIMER{/b}\n\nTmwAthena does not support username changes. If the vault already created an account for you, it'll always take precedence and {b}will never be truly unlinked{/b}.\nUnlinking a TmwAthena account will disable some Mirror Lake features, but will NOT prevent the Launcher from logging in!" + new "{b}AVISO{/b}\n\nTmwAthena não consegue mudar o nome de usuário. Se o cofre já criou uma conta para você, essa terá precedência e {b}nunca será verdadeiramente desconectada{/b}.\nDesconectar uma conta TmwAthena irá desativar alguns recursos do Lago Espelhado, mas NÃO irá impedir o Lançador de se conectar a ela!" # game/soul.rpy:505 old "Account was unlinked successfully!\n\nYou should go to your servers' password reset page and use the email you just informed to login using M+ again.\n\nIt is no longer possible to access the unlinked account with the Mana Launcher." - new "Account was unlinked successfully!\n\nYou should go to your servers' password reset page and use the email you just informed to login using M+ again.\n\nIt is no longer possible to access the unlinked account with the Mana Launcher." + new "A conta foi desconectada com sucesso!\n\nVocê deve ir até a página de recuperação de senha de seu servidor e usar o email que acabou de informar, para logar com o M+ novamente\n\nNão é mais possível acessar a conta desconectada com o Lançador de Mana." # game/soul.rpy:579 old "{b}Account Linking{/b}\n\nIf you have already played The Mana World before, you might want to import your existing account instead of creating a new one.\n\nDo you want to link existing accounts?" - new "{b}Account Linking{/b}\n\nIf you have already played The Mana World before, you might want to import your existing account instead of creating a new one.\n\nDo you want to link existing accounts?" + new "{b}Conectar Contas{/b}\n\nSe você já jogou O Mundo de Mana antes, você pode querer importar sua conta pré-existente ao invés de criar uma nova.\n\nVocê deseja conectar contas existentes?" # game/soul.rpy:662 old "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" new "{color=#fff}{cps=80}Your memories still aren't back; But you're not going to be defeated so easily.{w=0.5}\n\nYou'll get to the bottom of this. Nothing can stop you now.{/cps}{/color}" +# TODO: Translation updated at 2023-07-18 23:48 + +# game/soul.rpy:383 +translate ru sethome_8d2407ae: + + # centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + centered "{color=#fff}{b}{size=+25}WARNING!{/size}{/b}\n\nSetting a home world is {u}irreversible{/u}.\n\nThis greatly boosts you on all other worlds, but only if your progress on the home world is advanced enough.\n\nOnce a home world was set, you {u}cannot change it, nor link a new account to it{/u}.{/color}{fast}" + +translate ru strings: + + # game/soul.rpy:470 + old "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + new "To prevent cheating, you cannot link nor unlink your home world. Otherwise, it is possible that the account you asked to link does not exist. Please contact staff." + + # game/soul.rpy:472 + old "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to link is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + + # game/soul.rpy:523 + old "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + new "The account you tried to unlink is gone, or an unknown error happened. Please try again later, and if this error persists, contact staff." + diff --git a/game/tl/ru/update.rpy b/game/tl/ru/update.rpy index bf8442c..2a04782 100644 --- a/game/tl/ru/update.rpy +++ b/game/tl/ru/update.rpy @@ -64,11 +64,11 @@ translate ru strings: # game/update.rpy:331 old "Standard" - new "Standard" + new "Padrão" # game/update.rpy:332 old "Mouseless" - new "Mouseless" + new "Sem Mouse" # game/update.rpy:375 old "OK" diff --git a/game/tl/ru/vault.rpy b/game/tl/ru/vault.rpy index 99a0b72..5ac52fe 100644 --- a/game/tl/ru/vault.rpy +++ b/game/tl/ru/vault.rpy @@ -4,11 +4,11 @@ translate ru strings: # game/vault.rpy:92 old "Welcome to the {b}Mana Launcher{/b}!\n\nIf you do not have an account, one will be created for you." - new "Welcome to the {b}Mana Launcher{/b}!\n\nIf you do not have an account, one will be created for you." + new "Bem vindo ao {b}Lançador de Mana{/b}!\n\nSe você não possui uma conta ainda, uma será criada para você." # game/vault.rpy:113 old "Password: " - new "Password: " + new "Senha: " # game/vault.rpy:131 old "TOTP: " @@ -16,9 +16,9 @@ translate ru strings: # game/vault.rpy:156 old "Remember email" - new "Remember email" + new "Lembrar email" # game/vault.rpy:168 old "Remember password (unsafe!)" - new "Remember password (unsafe!)" + new "Lembrar senha (inseguro)" diff --git a/game/tl/ru/wiki.rpy b/game/tl/ru/wiki.rpy index 0b06253..946b586 100644 --- a/game/tl/ru/wiki.rpy +++ b/game/tl/ru/wiki.rpy @@ -4,5 +4,5 @@ translate ru strings: # game/wiki.rpy:35 old "External Link" - new "External Link" + new "Link Externo" -- cgit v1.2.3-60-g2f50