Skip to content

Commit

Permalink
Fetch translations from Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 24, 2024
1 parent 2c31de5 commit eada798
Show file tree
Hide file tree
Showing 7 changed files with 537 additions and 3 deletions.
4 changes: 4 additions & 0 deletions intl/googleplay_tt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"main-desc": "RetroArch is an open-source project that makes use of a powerful development interface called Libretro. Libretro is an interface that allows you to make cross-platform applications that can use rich features such as OpenGL, cross-platform camera support, location support, and more in the future.\n\nIt comes with its own built-in collection of applications to provide you with a 'one-stop-shop' for entertainment.\n\nLibretro and RetroArch are perfectly suited for creating games, emulators and multimedia programs. If you want to learn more, go to our website (listed below).\nIMPORTANT!!!\n\nRetroArch is a multi-versatile program, that means that in order for it to do anything, you need modular programs that we call 'cores'. These cores DO NOT COME OUT OF THE BOX. You need to go to \"Online Updater -> Core Updater\" from within the app to download them.\n\nFEATURES:\n* Eye-candy menus to choose from!\n* Scan files / directories and add them to game system collections!\n* View database information about each game once added to a collection!\n* Download programs ('cores') online\n* Update everything!\n* Download Game & Watch games and play them with our exclusive Game & Watch emulator!\n* Built-in input remapping\n* Ability to remap controls\n* Ability to enter and load cheats\n* Multi-language support!\n* Over 80+ programs('cores') now and counting!\n* Play multiplayer with NetPlay!\n* Take screenshots, save states and more!\n\n* No DRM\n* No restrictions on usage\n* Open-source\n* No push ads\n* No spying\n* No ads period\n\nJoin us on discord for support and netplay matchmaking\nhttps://discord.gg/C4amCeV\n\nVisit our Youtube channel here for tutorials, gameplays, news and development progress!\nhttps://www.youtube.com/user/libretro\nhttps://www.youtube.com/RetroArchOfficial\n\nFor info and help, see our documentation site -\nhttps://docs.libretro.com/\n\nVisit our website!\nhttps://www.retroarch.com/\n\nwww.libretro.com",
"short-desc": "Retro games and emulators on your device!"
}
16 changes: 16 additions & 0 deletions intl/msg_hash_es.h
Original file line number Diff line number Diff line change
Expand Up @@ -2547,10 +2547,18 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_X,
"Relación de aspecto personalizada (posición X)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_X,
"Desplazamiento personalizado para definir la posición en el eje X del área de visualización."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_Y,
"Relación de aspecto personalizada (posición Y)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_Y,
"Desplazamiento personalizado para definir la posición en el eje Y del área de visualización."
)
MSG_HASH(
MENU_ENUM_LABEL_VIDEO_VIEWPORT_BIAS_X,
"Compensación del eje X del punto de anclaje del área de visualización"
Expand Down Expand Up @@ -14261,6 +14269,14 @@ MSG_HASH(
MSG_LEADERBOARD_SUBMISSION,
"Intento enviado: %s para %s" /* Submitted [value] for [leaderboard name] */
)
MSG_HASH(
MSG_LEADERBOARD_RANK,
"Clasificación: %d" /* Rank: [leaderboard rank] */
)
MSG_HASH(
MSG_LEADERBOARD_BEST,
"Mejor: %s" /* Best: [value] */
)
MSG_HASH(
MSG_CHANGE_THUMBNAIL_TYPE,
"Cambiar tipo de miniatura"
Expand Down
16 changes: 16 additions & 0 deletions intl/msg_hash_gl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2527,10 +2527,18 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_X,
"Relación de aspecto personalizada (posición X)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_X,
"Desfase personalizado da xanela de visualización usado para definir a posición no eixe X da xanela de visualización."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_Y,
"Relación de aspecto personalizada (posición Y)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_Y,
"Desfase personalizado da xanela de visualización usado para definir a posición no eixe Y da xanela de visualización."
)
MSG_HASH(
MENU_ENUM_LABEL_VIDEO_VIEWPORT_BIAS_X,
"Axuste de Ancoraxe da Xanela gráfica en X"
Expand Down Expand Up @@ -14129,6 +14137,14 @@ MSG_HASH(
MSG_LEADERBOARD_SUBMISSION,
"Enviouse %s para %s" /* Submitted [value] for [leaderboard name] */
)
MSG_HASH(
MSG_LEADERBOARD_RANK,
"Rango: %d" /* Rank: [leaderboard rank] */
)
MSG_HASH(
MSG_LEADERBOARD_BEST,
"Mellor: %s" /* Best: [value] */
)
MSG_HASH(
MSG_CHANGE_THUMBNAIL_TYPE,
"Cambiar o tipo de miniatura"
Expand Down
8 changes: 8 additions & 0 deletions intl/msg_hash_it.h
Original file line number Diff line number Diff line change
Expand Up @@ -2503,10 +2503,18 @@ MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_X,
"Personalizza Rapporto d'aspetto (in una posizione X.)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_X,
"Scostamento visuale personalizzato utilizzato per definire la posizione dell'asse X della porta di visualizzazione."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_Y,
"Rapporto d'aspetto personalizzato (posizione Y)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_Y,
"Scostamento visuale personalizzato utilizzato per definire la posizione dell'asse Y della porta di visualizzazione."
)
MSG_HASH(
MENU_ENUM_LABEL_VIDEO_VIEWPORT_BIAS_X,
"Bias Di Ancoraggio Di Viewport X"
Expand Down
Loading

0 comments on commit eada798

Please sign in to comment.