Skip to content

Commit 2d1f507

Browse files
author
github-actions
committed
Fetch translations from Crowdin
1 parent 053ced8 commit 2d1f507

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

intl/msg_hash_es.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9419,7 +9419,7 @@ MSG_HASH(
94199419
)
94209420
MSG_HASH(
94219421
MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_AS,
9422-
"Guardar archivo de reasignación como..."
9422+
"Guardar archivo de reasignación como"
94239423
)
94249424
MSG_HASH(
94259425
MENU_ENUM_SUBLABEL_REMAP_FILE_SAVE_AS,

intl/msg_hash_it.h

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3965,6 +3965,14 @@ MSG_HASH(
39653965
MENU_ENUM_SUBLABEL_INPUT_META_PREV_REPLAY_CHECKPOINT_KEY,
39663966
"Riavvolge il replay al checkpoint precedente salvato automaticamente o manualmente."
39673967
)
3968+
MSG_HASH(
3969+
MENU_ENUM_LABEL_VALUE_INPUT_META_NEXT_REPLAY_CHECKPOINT_KEY,
3970+
"Replay Checkpoint Successivo"
3971+
)
3972+
MSG_HASH(
3973+
MENU_ENUM_SUBLABEL_INPUT_META_NEXT_REPLAY_CHECKPOINT_KEY,
3974+
"Avanza velocemente il replay al prossimo checkpoint automaticamente o salvato manualmente."
3975+
)
39683976
MSG_HASH(
39693977
MENU_ENUM_LABEL_VALUE_INPUT_META_REPLAY_SLOT_PLUS,
39703978
"Prossimo Slot Di replay"
@@ -13221,6 +13229,14 @@ MSG_HASH(
1322113229
MSG_NETPLAY_S_HAS_JOINED_WITH_INPUT_DEVICES_S,
1322213230
"%.*s si è unito con i dispositivi di input %.*s"
1322313231
)
13232+
MSG_HASH(
13233+
MSG_NETPLAY_PLAYERS_INFO,
13234+
"%d giocatore(i)"
13235+
)
13236+
MSG_HASH(
13237+
MSG_NETPLAY_SPECTATORS_INFO,
13238+
"%d giocatore(i) (%d spettatori)"
13239+
)
1322413240
MSG_HASH(
1322513241
MSG_NETPLAY_NOT_RETROARCH,
1322613242
"Un tentativo di connessione alla rete fallito perché il peer non esegue RetroArch, o sta eseguendo una vecchia versione di RetroArch."
@@ -13946,6 +13962,22 @@ MSG_HASH(
1394613962
MSG_REPLAY_LOAD_STATE_OVERWRITING_REPLAY,
1394713963
"Linea temporale errata; sovrascrittura della registrazione"
1394813964
)
13965+
MSG_HASH(
13966+
MSG_REPLAY_SEEK_TO_PREV_CHECKPOINT,
13967+
"Cerca indietro"
13968+
)
13969+
MSG_HASH(
13970+
MSG_REPLAY_SEEK_TO_PREV_CHECKPOINT_FAILED,
13971+
"Ricerca Indietro Non Riuscita"
13972+
)
13973+
MSG_HASH(
13974+
MSG_REPLAY_SEEK_TO_NEXT_CHECKPOINT,
13975+
"Cerca avanti"
13976+
)
13977+
MSG_HASH(
13978+
MSG_REPLAY_SEEK_TO_NEXT_CHECKPOINT_FAILED,
13979+
"Ricerca Avanti Non Riuscita"
13980+
)
1394913981
MSG_HASH(
1395013982
MSG_REPLAY_SEEK_TO_FRAME,
1395113983
"Ricerca Completata"
@@ -14870,6 +14902,10 @@ MSG_HASH(
1487014902
MSG_CHEEVOS_CHANGE_MEDIA_FAILED,
1487114903
"Cambio media RetroAchievements non riuscito: %s"
1487214904
)
14905+
MSG_HASH(
14906+
MSG_CHEEVOS_LOGIN_TOKEN_EXPIRED,
14907+
"Login RetroAchievements scaduto. Si prega di reinserire la password e ricaricare il gioco."
14908+
)
1487314909
MSG_HASH(
1487414910
MSG_RESAMPLER_QUALITY_LOWEST,
1487514911
"Molto Basso"

intl/progress.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#define LANGUAGE_PROGRESS_INDONESIAN_APPROVED 0
8888

8989
/* Italian */
90-
#define LANGUAGE_PROGRESS_ITALIAN_TRANSLATED 99
90+
#define LANGUAGE_PROGRESS_ITALIAN_TRANSLATED 100
9191
#define LANGUAGE_PROGRESS_ITALIAN_APPROVED 0
9292

9393
/* Japanese */

0 commit comments

Comments
 (0)