summaryrefslogtreecommitdiff
path: root/game/tl/it/update.rpy
blob: 8a52e45362b2a70954f4f95e7ad8b0bdf4d6eb84 (plain) (blame)
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
# TODO: Translation updated at 2021-05-18 14:35

translate it strings:

    # game/update.rpy:278
    old "Email Auth"
    new "Email Auth"

    # game/update.rpy:279
    old "Pass+2FA Auth"
    new "Pass+2FA Auth"

    # game/update.rpy:320
    old "OK"
    new "OK"

    # game/update.rpy:332
    old "Please make sure you enter a valid email!"
    new "Please make sure you enter a valid email!"

    # game/update.rpy:352
    old "An email was sent with your API token.\n\nYou'll need it shortly, so check your email."
    new "An email was sent with your API token.\n\nYou'll need it shortly, so check your email."

    # game/update.rpy:362
    old "{b}INTERNAL SERVER ERROR{/b}\n\nSeems like someone messed up on the APIs!\nThis login method seems to be temporaly unavailable, please choose another one."
    new "{b}INTERNAL SERVER ERROR{/b}\n\nSeems like someone messed up on the APIs!\nThis login method seems to be temporaly unavailable, please choose another one."

# TODO: Translation updated at 2023-07-08 18:34

translate it strings:

    # game/update.rpy:83
    old "Fetching server list and assets..."
    new "Fetching server list and assets..."

    # game/update.rpy:143
    old "Welcome to the Mana Launcher.\nBuilding user data, please wait..."
    new "Welcome to the Mana Launcher.\nBuilding user data, please wait..."

    # game/update.rpy:159
    old "{color=#f00}{b}ERROR: No active mirror found.\nMana Launcher needs to be updated.{/b}{/color}"
    new "{color=#f00}{b}ERROR: No active mirror found.\nMana Launcher needs to be updated.{/b}{/color}"

    # game/update.rpy:168
    old "Checking for installed clients..."
    new "Checking for installed clients..."

    # game/update.rpy:188
    old "Verifying credentials..."
    new "Verifying credentials..."

    # game/update.rpy:199
    old "Attempting Steam authentication..."
    new "Attempting Steam authentication..."

    # game/update.rpy:207
    old "Waiting for Vault reply..."
    new "Waiting for Vault reply..."

    # game/update.rpy:214
    old "{color=#f00}{b}STEAM AUTHENTICATION ERROR.\nSteam refused authentication. Try restarting the app.{/b}{/color}"
    new "{color=#f00}{b}STEAM AUTHENTICATION ERROR.\nSteam refused authentication. Try restarting the app.{/b}{/color}"

    # game/update.rpy:220
    old "Rate limited! Trying again 15s..."
    new "Rate limited! Trying again 15s..."

    # game/update.rpy:222
    old "Rate limited! Trying again 10s..."
    new "Rate limited! Trying again 10s..."

    # game/update.rpy:224
    old "Rate limited! Trying again 5s..."
    new "Rate limited! Trying again 5s..."

    # game/update.rpy:226
    old "Rate limited! Trying again..."
    new "Rate limited! Trying again..."

    # game/update.rpy:245
    old "Steam session initialized successfully"
    new "Steam session initialized successfully"

    # game/update.rpy:252
    old "{color=#f00}{b}STEAM AUTHENTICATION ERROR.\nIf the issue persists, try closing the app and opening again.{/b}{/color}"
    new "{color=#f00}{b}STEAM AUTHENTICATION ERROR.\nIf the issue persists, try closing the app and opening again.{/b}{/color}"

    # game/update.rpy:257
    old "Steam auth disabled, logging on Vault..."
    new "Steam auth disabled, logging on Vault..."

    # game/update.rpy:331
    old "Standard"
    new "Standard"

    # game/update.rpy:332
    old "Mouseless"
    new "Mouseless"

    # game/update.rpy:424
    old "Please insert your {b}email{/b}."
    new "Please insert your {b}email{/b}."

    # game/update.rpy:438
    old "Please insert your {b}Password{/b}.\nIt has to be at least 4 characters long."
    new "Please insert your {b}Password{/b}.\nIt has to be at least 4 characters long."

    # 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}"
    new "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}"

    # game/update.rpy:494
    old "Success!"
    new "Succès !"

    # game/update.rpy:496
    old "{color=#F00}Failure!{/color}"
    new "{color=#F00}Failure!{/color}"

    # game/update.rpy:501
    old "Please insert your {b}2FA Secret{/b} {i}or the link{/i} sent to you by email.\n\n{size=18}{color=#f00}WARNING:{/color} Will be saved locally without cryptography. We advise using Google Authenticator or similar instead.{/size}"
    new "Please insert your {b}2FA Secret{/b} {i}or the link{/i} sent to you by email.\n\n{size=18}{color=#f00}WARNING:{/color} Will be saved locally without cryptography. We advise using Google Authenticator or similar instead.{/size}"

    # game/update.rpy:510
    old "Invalid OTPAuth URL.\nEnsure you used the URL sent to you by email!"
    new "Invalid OTPAuth URL.\nEnsure you used the URL sent to you by email!"