mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 02:00:41 +00:00
Fetch translations from Crowdin
This commit is contained in:
parent
52bb930cc7
commit
ab858c65a1
@ -7971,6 +7971,11 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"تم تغيير اسمك المستعار إلى\"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"تشغيل"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"صوت الصوت"
|
||||
|
@ -3123,6 +3123,7 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"El to nomatu camudó a «%s»"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_FETCHING_CORE_LIST,
|
||||
"Diendo en cata de la llista de nucleos…"
|
||||
|
@ -5203,6 +5203,11 @@ MSG_HASH(
|
||||
MSG_PRESS_ONE_MORE_TIME_TO_SEND_DEBUG_INFO,
|
||||
"Premeu una vegada més per enviar informació de diagnòstic a l’equip del RetroArch."
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Jugant"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_FAILED_TO_SEND_NICKNAME_TO_HOST,
|
||||
"No s'ha pogut enviar el sobrenom a l'amfitrió."
|
||||
|
@ -10511,6 +10511,11 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"您的昵称已更改为「%s」"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"正在播放"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"音频音量"
|
||||
|
@ -4887,6 +4887,7 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"你的暱稱已修改為 \"%s\""
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"聲音音量"
|
||||
|
@ -6373,6 +6373,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST,
|
||||
"Zastavení Hostitele Netplay"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_KICK,
|
||||
"Vyhodit Klienta"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY_KICK,
|
||||
"Vyberte klienta z aktuálně hostované místnosti."
|
||||
)
|
||||
|
||||
/* Import Content */
|
||||
|
||||
@ -9899,6 +9907,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
|
||||
"Nebyli nalezeni žádní hostitelé netplay."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_CLIENTS_FOUND,
|
||||
"Nebyli nalezeni žádní klienti netplay."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
|
||||
"Žádné počitadla výkonu."
|
||||
@ -10591,6 +10603,23 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Vaše přezdívka změněna na \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_KICKED_CLIENT_S,
|
||||
"Klient vyhozen: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_FAILED_TO_KICK_CLIENT_S,
|
||||
"Nepodařilo se vyhodit klienta: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Přehrává se"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_SPECTATING,
|
||||
"Sledující"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Hlasitost zvuku"
|
||||
|
@ -1635,6 +1635,7 @@ MSG_HASH(
|
||||
|
||||
/* Notifications */
|
||||
|
||||
|
||||
MSG_HASH(
|
||||
MSG_TO,
|
||||
"i"
|
||||
|
@ -1436,6 +1436,7 @@ MSG_HASH(
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -6317,6 +6317,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST,
|
||||
"Netzwerkspiel-Hosting stoppen"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_KICK,
|
||||
"Client rausschmeißen"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY_KICK,
|
||||
"Einen Client aus dem aktuell gehosteten Raum schmeißen."
|
||||
)
|
||||
|
||||
/* Import Content */
|
||||
|
||||
@ -9787,6 +9795,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
|
||||
"Keine Netzwerkspiele gefunden."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_CLIENTS_FOUND,
|
||||
"Keine Netzwerkspiel-Clients gefunden."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
|
||||
"Keine Leistungsindikatoren."
|
||||
@ -10254,7 +10266,7 @@ MSG_HASH(
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DISCORD_STATUS_PLAYING,
|
||||
"Wiedergebend"
|
||||
"Im Spiel"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DISCORD_STATUS_PAUSED,
|
||||
@ -10475,6 +10487,23 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Dein Spitzname wurde geändert zu \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_KICKED_CLIENT_S,
|
||||
"Client rausgeschmissen: „%s“"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_FAILED_TO_KICK_CLIENT_S,
|
||||
"Client konnte nicht rausgeschmissen werden: „%s“"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Im Spiel"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_SPECTATING,
|
||||
"Zuschauer"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Audio-Lautstärke"
|
||||
|
@ -5083,6 +5083,11 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Το ψευδώνυμο σας άλλαξε σε \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Σε αναπαραγωγή"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Ένταση ήχου"
|
||||
|
@ -1783,6 +1783,7 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Your nickname was changed to \"%s\""
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_CONNECTING_TO_NETPLAY_HOST,
|
||||
"Connecting to net-play host"
|
||||
|
@ -931,6 +931,7 @@ MSG_HASH(
|
||||
|
||||
/* Notifications */
|
||||
|
||||
|
||||
MSG_HASH(
|
||||
MSG_CRC32_CHECKSUM_MISMATCH,
|
||||
"CRC32 checksum mismatch between content file and saved content checksum in replay file header) replay highly likely to desync on playback."
|
||||
|
@ -6457,6 +6457,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST,
|
||||
"Detener servidor de juego en red"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_KICK,
|
||||
"Expulsar a cliente"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY_KICK,
|
||||
"Expulsa a un cliente de tu sala."
|
||||
)
|
||||
|
||||
/* Import Content */
|
||||
|
||||
@ -10063,6 +10071,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
|
||||
"No se han encontrado servidores de juego en red."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_CLIENTS_FOUND,
|
||||
"No se han encontrado clientes de juego en red."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
|
||||
"No hay contadores de rendimiento."
|
||||
@ -10775,6 +10787,23 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Tu apodo ha sido cambiado a «%s»"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_KICKED_CLIENT_S,
|
||||
"Cliente expulsado: «%s»"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_FAILED_TO_KICK_CLIENT_S,
|
||||
"Error al expulsar al cliente: «%s»"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Jugando"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_SPECTATING,
|
||||
"Espectador"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Volumen de audio"
|
||||
|
@ -2220,6 +2220,7 @@ MSG_HASH(
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -10503,6 +10503,11 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Nimimerkkisi muutettiin muotoon \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Pelaa"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Äänenvoimakkuus"
|
||||
|
@ -6441,6 +6441,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST,
|
||||
"Arrêter l'hébergement de jeu en réseau"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_KICK,
|
||||
"Expulser le client"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY_KICK,
|
||||
"Expulser un client de votre salle hébergée actuellement."
|
||||
)
|
||||
|
||||
/* Import Content */
|
||||
|
||||
@ -10055,6 +10063,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
|
||||
"Aucun hôte de jeu en réseau trouvé."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_CLIENTS_FOUND,
|
||||
"Aucun client de jeu en réseau trouvé."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
|
||||
"Aucun compteur de performance."
|
||||
@ -10755,6 +10767,23 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Votre pseudo est maintenant \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_KICKED_CLIENT_S,
|
||||
"Client expulsé : \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_FAILED_TO_KICK_CLIENT_S,
|
||||
"Impossible d'expulser le client : \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"En jeu"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_SPECTATING,
|
||||
"Spectateur"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Volume sonore"
|
||||
|
@ -2159,6 +2159,7 @@ MSG_HASH(
|
||||
|
||||
/* Notifications */
|
||||
|
||||
|
||||
MSG_HASH(
|
||||
MSG_CORE_DOES_NOT_SUPPORT_SAVESTATES,
|
||||
"O núcleo non é compatible co gardado rápido."
|
||||
|
@ -872,6 +872,7 @@ MSG_HASH( /* FIXME Seems related to MENU_ENUM_LABEL_VALUE_CORE_ASSETS_DIRECTORY,
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -1036,6 +1036,7 @@ MSG_HASH(
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -2607,6 +2607,11 @@ MSG_HASH(
|
||||
MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N,
|
||||
"Csatlakoztál mint %u"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Lejátszás"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Hangerő"
|
||||
|
@ -2784,6 +2784,7 @@ MSG_HASH(
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -6397,6 +6397,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST,
|
||||
"Ferma l'host netplay"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_KICK,
|
||||
"Espelli Client"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY_KICK,
|
||||
"Espelli un client dalla tua stanza attualmente ospitata."
|
||||
)
|
||||
|
||||
/* Import Content */
|
||||
|
||||
@ -9951,6 +9959,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
|
||||
"Nessun host netplay trovato."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_CLIENTS_FOUND,
|
||||
"Nessun client netplay trovato."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
|
||||
"Nessun contatore delle prestazioni."
|
||||
@ -10651,6 +10663,23 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Il tuo soprannome è cambiato in \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_KICKED_CLIENT_S,
|
||||
"Client espulso: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_FAILED_TO_KICK_CLIENT_S,
|
||||
"Impossibile espellere il client: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"In Gioco"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_SPECTATING,
|
||||
"Spettatore"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Volume audio"
|
||||
|
@ -9523,6 +9523,11 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"ニックネームを \"%s\" に変更しました"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"実行中"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"音量"
|
||||
|
@ -10879,6 +10879,11 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"닉네임이 \"%s\"(으)로 변경됨"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"실행 중"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"오디오 볼륨"
|
||||
|
@ -396,6 +396,7 @@
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -4671,6 +4671,11 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CANNOT_PLAY,
|
||||
"Kan niet overschakelen naar speelmodus"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Afspelen"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Geluidsvolume"
|
||||
|
@ -2300,6 +2300,7 @@ MSG_HASH(
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -640,6 +640,7 @@ MSG_HASH(
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -6257,6 +6257,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST,
|
||||
"Zatrzymaj hosta gry sieciowej"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_KICK,
|
||||
"Wyrzuć klienta"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY_KICK,
|
||||
"Wyrzuć klienta z aktualnie hostowanego pokoju."
|
||||
)
|
||||
|
||||
/* Import Content */
|
||||
|
||||
@ -9763,6 +9771,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
|
||||
"Nie znaleziono hostów gry sieciowej."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_CLIENTS_FOUND,
|
||||
"Nie znaleziono klientów sieciowych."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
|
||||
"Brak liczników wydajności."
|
||||
@ -10463,6 +10475,23 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Twój pseudonim został zmieniony na \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_KICKED_CLIENT_S,
|
||||
"Klient wyrzucony: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_FAILED_TO_KICK_CLIENT_S,
|
||||
"Nie udało się wyrzucić klienta: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Granie"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_SPECTATING,
|
||||
"Oglądanie"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Głośność dźwięku"
|
||||
|
@ -6425,6 +6425,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST,
|
||||
"Parar anfitrião de jogo em rede"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_KICK,
|
||||
"Expulsar usuário"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY_KICK,
|
||||
"Expulsa um usuário da sua sala."
|
||||
)
|
||||
|
||||
/* Import Content */
|
||||
|
||||
@ -10007,6 +10015,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
|
||||
"Nenhum anfitrião de jogo em rede encontrado."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_CLIENTS_FOUND,
|
||||
"Nenhum usuário do jogo em rede encontrado."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
|
||||
"Não há contadores de desempenho."
|
||||
@ -10711,6 +10723,23 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Seu apelido mudou para \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_KICKED_CLIENT_S,
|
||||
"Usuário expulso: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_FAILED_TO_KICK_CLIENT_S,
|
||||
"Falha ao expulsar usuário: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Jogando"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_SPECTATING,
|
||||
"Assistindo"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Volume de áudio"
|
||||
|
@ -4339,6 +4339,7 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CANNOT_PLAY,
|
||||
"Não é possível entrar no modo de reprodução"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Volume de som"
|
||||
|
@ -396,6 +396,7 @@
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -6489,6 +6489,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST,
|
||||
"Остановить Netplay-хост"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_KICK,
|
||||
"Отключить клиента"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY_KICK,
|
||||
"Отключить клиента от текущей комнаты."
|
||||
)
|
||||
|
||||
/* Import Content */
|
||||
|
||||
@ -10171,6 +10179,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
|
||||
"Сетевые хосты не найдены."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_CLIENTS_FOUND,
|
||||
"Сетевые клиенты не найдены."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
|
||||
"Нет счетчиков производительности."
|
||||
@ -10879,6 +10891,23 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Ваш ник изменён на \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_KICKED_CLIENT_S,
|
||||
"Отключен клиент: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_FAILED_TO_KICK_CLIENT_S,
|
||||
"Не удалось отключить клиента: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Играет в"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_SPECTATING,
|
||||
"В режиме зрителя"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Громкость звука"
|
||||
|
@ -488,6 +488,7 @@ MSG_HASH(
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -3111,6 +3111,7 @@ MSG_HASH(
|
||||
MSG_NETPLAY_S_HAS_JOINED_WITH_INPUT_DEVICES_S,
|
||||
"%.*s sa pripojil so vstupnými zariadeniami %.*s"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Hlasitosť zvuku"
|
||||
|
@ -2260,6 +2260,7 @@ MSG_HASH(
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -3739,6 +3739,11 @@ MSG_HASH(
|
||||
|
||||
/* Notifications */
|
||||
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Spelar"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Ljudvolym"
|
||||
|
@ -6457,6 +6457,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST,
|
||||
"Netplay Sunucusu Durdur"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_KICK,
|
||||
"İstemciyi At"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY_KICK,
|
||||
"Şu anda barındırılan odanızdan bir oyuncuyu atın."
|
||||
)
|
||||
|
||||
/* Import Content */
|
||||
|
||||
@ -10171,6 +10179,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
|
||||
"Netplay sunucuları yok."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_CLIENTS_FOUND,
|
||||
"Netplay istemcisi bulunamadı."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
|
||||
"Performans sayacı yok."
|
||||
@ -10871,6 +10883,23 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Takma adınız \"%s\" olarak değiştirildi"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_KICKED_CLIENT_S,
|
||||
"İstemci atıldı: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_FAILED_TO_KICK_CLIENT_S,
|
||||
"İstemci atılamadı: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Oynanıyor"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_SPECTATING,
|
||||
"İzleyici"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Ses seviyesi"
|
||||
|
@ -3725,6 +3725,14 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST,
|
||||
"Зупинити хост мережевої гри"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NETPLAY_KICK,
|
||||
"Викинути Клієнта"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_NETPLAY_KICK,
|
||||
"Викинути клієнта з вашої кімнати."
|
||||
)
|
||||
|
||||
/* Import Content */
|
||||
|
||||
@ -6143,6 +6151,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
|
||||
"Не знайдено хостів мережевої гри."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_CLIENTS_FOUND,
|
||||
"Не знайдено клієнтів для гри в мережі."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_NO_PLAYLISTS,
|
||||
"Немає списків відтворення."
|
||||
@ -6583,6 +6595,23 @@ MSG_HASH(
|
||||
MSG_NETPLAY_CHANGED_NICK,
|
||||
"Ваш псевдонім змінено на \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_KICKED_CLIENT_S,
|
||||
"Клієнта викинуто: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_FAILED_TO_KICK_CLIENT_S,
|
||||
"Не вдалося викинути клієнта: \"%s\""
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_PLAYING,
|
||||
"Грає"
|
||||
)
|
||||
MSG_HASH(
|
||||
MSG_NETPLAY_STATUS_SPECTATING,
|
||||
"Глядач"
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Гучність звуку"
|
||||
|
@ -2908,6 +2908,7 @@ MSG_HASH(
|
||||
/* Notifications */
|
||||
|
||||
|
||||
|
||||
/* Lakka */
|
||||
|
||||
|
||||
|
@ -2171,6 +2171,7 @@ MSG_HASH(
|
||||
MSG_WAITING_FOR_CLIENT,
|
||||
"Đang đợi máy khách ..."
|
||||
)
|
||||
|
||||
MSG_HASH(
|
||||
MSG_AUDIO_VOLUME,
|
||||
"Âm lượng âm thanh"
|
||||
|
@ -135,8 +135,8 @@
|
||||
#define LANGUAGE_PROGRESS_SWEDISH_APPROVED 0
|
||||
|
||||
/* Turkish */
|
||||
#define LANGUAGE_PROGRESS_TURKISH_TRANSLATED 94
|
||||
#define LANGUAGE_PROGRESS_TURKISH_APPROVED 94
|
||||
#define LANGUAGE_PROGRESS_TURKISH_TRANSLATED 95
|
||||
#define LANGUAGE_PROGRESS_TURKISH_APPROVED 95
|
||||
|
||||
/* Ukrainian */
|
||||
#define LANGUAGE_PROGRESS_UKRAINIAN_TRANSLATED 27
|
||||
|
Loading…
Reference in New Issue
Block a user