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 17, 2022
1 parent 78c2864 commit dec0ee8
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 4 deletions.
64 changes: 64 additions & 0 deletions intl/msg_hash_ca.h
Original file line number Diff line number Diff line change
Expand Up @@ -6296,6 +6296,70 @@ MSG_HASH(
MSG_UNKNOWN,
"Desconegut"
)
MSG_HASH(
MSG_BLUETOOTH_SCAN_COMPLETE,
"S’ha completat la cerca de Bluetooth."
)
MSG_HASH(
MSG_BLUETOOTH_PAIRING_REMOVED,
"S’ha eliminat l’emparellament. Reinicieu el RetroArch per tornar a connectar o emparellar un dispositiu."
)
MSG_HASH(
MSG_WIFI_SCAN_COMPLETE,
"S’ha completat la cerca de Wi-Fi."
)
MSG_HASH(
MSG_SCANNING_BLUETOOTH_DEVICES,
"S’estan cercant dispositius Bluetooth..."
)
MSG_HASH(
MSG_SCANNING_WIRELESS_NETWORKS,
"S’estan cercant xarxes sense fil..."
)
MSG_HASH(
MSG_ENABLING_WIRELESS,
"S’està activant la Wi-Fi..."
)
MSG_HASH(
MSG_DISABLING_WIRELESS,
"S’està desactivant la Wi-Fi..."
)
MSG_HASH(
MSG_DISCONNECTING_WIRELESS,
"S’està desconnectant la Wi-Fi..."
)
MSG_HASH(
MSG_NETPLAY_LAN_SCANNING,
"S’estan cercant amfitrions pel joc en xarxa..."
)
MSG_HASH(
MSG_PREPARING_FOR_CONTENT_SCAN,
"S’està preparant per cercar contingut..."
)
MSG_HASH(
MSG_INPUT_ENABLE_SETTINGS_PASSWORD,
"Introduïu la contrasenya"
)
MSG_HASH(
MSG_INPUT_ENABLE_SETTINGS_PASSWORD_OK,
"Contrasenya correcta."
)
MSG_HASH(
MSG_INPUT_ENABLE_SETTINGS_PASSWORD_NOK,
"Contrasenya incorrecta."
)
MSG_HASH(
MSG_INPUT_KIOSK_MODE_PASSWORD,
"Introduïu la contrasenya"
)
MSG_HASH(
MSG_INPUT_KIOSK_MODE_PASSWORD_OK,
"Contrasenya correcta."
)
MSG_HASH(
MSG_INPUT_KIOSK_MODE_PASSWORD_NOK,
"Contrasenya incorrecta."
)
MSG_HASH(
MSG_CORE_INSTALLATION_FAILED,
"Ha fallat la instal·lació del nucli: "
Expand Down
22 changes: 19 additions & 3 deletions intl/msg_hash_fa.h
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INFORMATION_LIST,
"داده"
"اطلاعات"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
Expand Down Expand Up @@ -1718,13 +1718,29 @@ MSG_HASH(
)
#ifdef HAVE_LAKKA
#endif
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_INFORMATION,
"نمایش «اطلاعات»"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_INFORMATION,
"نمایش گزینهٔ «اطلاعات» در گزینگان اصلی."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_ADD_CONTENT_ENTRY_DISPLAY_MAIN_TAB,
"گزین فهرست"
)

/* Settings > User Interface > Menu Item Visibility > Quick Menu */

MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_INFORMATION,
"نمایش «اطلاعات»"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_INFORMATION,
"نمایش گزینهٔ «اطلاعات»."
)

/* Settings > User Interface > Views > Settings */

Expand Down Expand Up @@ -1881,7 +1897,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INFORMATION,
"داده"
"اطلاعات"
)

/* Playlist Item > Set Core Association */
Expand Down Expand Up @@ -2134,7 +2150,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_INFORMATION,
"داده"
"اطلاعات"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_STOP,
Expand Down
2 changes: 1 addition & 1 deletion intl/progress.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define LANGUAGE_PROGRESS_ASTURIAN_APPROVED 14

/* Catalan */
#define LANGUAGE_PROGRESS_CATALAN_TRANSLATED 23
#define LANGUAGE_PROGRESS_CATALAN_TRANSLATED 24
#define LANGUAGE_PROGRESS_CATALAN_APPROVED 0

/* Czech */
Expand Down

0 comments on commit dec0ee8

Please sign in to comment.