|
171 | 171 | <value>No s'ha trobat cap bot anomenat {0}!</value> |
172 | 172 | <comment>{0} will be replaced by bot's name query (string)</comment> |
173 | 173 | </data> |
| 174 | + <data name="BotStatusOverview" xml:space="preserve"> |
| 175 | + <value>Hi ha {0}/{1} agents en funcionament, amb un total de {2} jocs ({3} targetes) pendents de cultivar.</value> |
| 176 | + <comment>{0} will be replaced by number of active bots, {1} will be replaced by total number of bots, {2} will be replaced by total number of games left to farm, {3} will be replaced by total number of cards left to farm</comment> |
| 177 | + </data> |
| 178 | + <data name="BotStatusIdling" xml:space="preserve"> |
| 179 | + <value>L'agent està cultivant un joc: {0} ({1}, queden {2} targetes per cultivar) d'un total de {3} jocs ({4} targetes) per cultivar (queden ~{5}).</value> |
| 180 | + <comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name, {2} will be replaced by number of cards left to farm, {3} will be replaced by total number of games to farm, {4} will be replaced by total number of cards to farm, {5} will be replaced by translated TimeSpan string (such as "1 day, 5 hours and 30 minutes")</comment> |
| 181 | + </data> |
| 182 | + <data name="BotStatusIdlingList" xml:space="preserve"> |
| 183 | + <value>L'agent està cultivant jocs: {0} d'un total de {1} jocs ({2} targetes) per cultivar (queden ~{3}).</value> |
| 184 | + <comment>{0} will be replaced by list of the games (IDs, numbers), {1} will be replaced by total number of games to farm, {2} will be replaced by total number of cards to farm, {3} will be replaced by translated TimeSpan string (such as "1 day, 5 hours and 30 minutes")</comment> |
| 185 | + </data> |
174 | 186 | <data name="CheckingFirstBadgePage" xml:space="preserve"> |
175 | 187 | <value>Comprovant la primera pàgina d'insígnies...</value> |
176 | 188 | </data> |
|
195 | 207 | <value>Cultiu finalitzat: {0} ({1}) després de {2} de temps de joc!</value> |
196 | 208 | <comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name, {2} will be replaced by translated TimeSpan string (such as "1 day, 5 hours and 30 minutes")</comment> |
197 | 209 | </data> |
| 210 | + <data name="IdlingFinishedForGames" xml:space="preserve"> |
| 211 | + <value>El cultiu de jocs ha finalitzat: {0}</value> |
| 212 | + <comment>{0} will be replaced by list of the games (IDs, numbers), separated by a comma</comment> |
| 213 | + </data> |
198 | 214 | <data name="IdlingStatusForGame" xml:space="preserve"> |
199 | 215 | <value>Estat del cultiu per {0} ({1}): Queden {2} targetes</value> |
200 | 216 | <comment>{0} will be replaced by game's ID (number), {1} will be replaced by game's name, {2} will be replaced by number of cards left to farm</comment> |
|
267 | 283 | <data name="BotDisconnecting" xml:space="preserve"> |
268 | 284 | <value>Desconnectant...</value> |
269 | 285 | </data> |
| 286 | + <data name="BotLoggedOn" xml:space="preserve"> |
| 287 | + <value>S'ha iniciat sessió satisfactòriament com a {0}.</value> |
| 288 | + <comment>{0} will be replaced by steam ID (number)</comment> |
| 289 | + </data> |
270 | 290 | <data name="BotLoggingIn" xml:space="preserve"> |
271 | 291 | <value>Iniciant sessió...</value> |
272 | 292 | </data> |
|
0 commit comments