Join the chatroom to ask for an account or meet the community!


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:gikopoi:languages [2021/10/23 17:19] electrongames:gikopoi:languages [2021/11/02 12:57] (current) – [games/gikopoi/Language] electron
Line 1: Line 1:
-===== Language ===== +===== games/gikopoi/Language ===== 
-[[:games:gikopoi|<-- Gikopoi]]+<WRAP box>[[:games:gikopoi|<-- Gikopoi]]</WRAP> 
 +==== about ==== 
 +https://github.com/iccanobif/gikopoi2/blob/master/static/scripts/lang.js
  
 ==== japan ==== ==== japan ====
Line 792: Line 794:
 } }
 </code> </code>
 +
 +==== spanish ====
 +<code>    es:
 +    {
 +        default_user_name: "Anonymous",
 +        message_colon: ": ",
 +        test: "test",
 +        ui:
 +        {
 +            title: "Gikopoipoi",
 +            subtitle: "Remake no oficial",
 +            
 +            login_user_count: "Usuarios: ",
 +            login_streamer_count: "Streamers: ",
 +            
 +            infobox_label_area: "Area:",
 +            infobox_value_area: "Ciudad Marítima",
 +            infobox_label_room: "Sala:",
 +            infobox_label_user_name: "Nombre:",
 +            infobox_label_user_count: "Usuarios:",
 +            infobox_label_stream_count: "Streamers:",
 +            
 +            label_username: "Nombre de usuario:",
 +            label_stream: "Canal {index}: ",
 +            label_input: "Input:",
 +            label_log: "Log:",
 +
 +            button_send: "Enviar",
 +            button_stream_start: "Empezar stream",
 +            button_stream_stop: "Detener stream",
 +            button_stream_take: "Recibir stream",
 +            button_stream_drop: "Interrumpir stream",
 +            button_rula: "#rula",
 +            button_list: "#list",
 +            button_preferences: "Preferencias",
 +            button_logout: "Cerrar sesión",
 +            volume: "Volumen: ",
 +            enable_compression: "Boost: ",
 +            sound_effect: "Volumen",
 +            tts_volume: "Vol. TTS",
 +            label_move: "Movimiento",
 +            label_bubble: "Burbuja",
 +            
 +            popup_button_ok: "OK",
 +            popup_button_cancel: "Cancelar",
 +            
 +            warning_toast_title: "Advertencia",
 +            
 +            rula_menu_title: "Lista de salas",
 +            rula_menu_column_room_name: "Nombre de sala",
 +            rula_menu_column_user_count: "Usuarios",
 +            rula_menu_column_streamers: "Streamers",
 +            rula_menu_button_rula: "Rula",
 +
 +            user_list_popup_title: "Lista de usuarios (total: @USER_COUNT@)",
 +            user_list_popup_column_user_name: "Nombre de usuario",
 +            user_not_in_room: "Este usuario no está en esta sala.",
 +            user_inactive: "Este usuario está inactivo.",
 +            user_list_popup_ignore: "Ignorar",
 +            user_list_popup_unignore: "Dejar de ignorar",
 +            user_list_popup_block: "Bloquear",
 +            user_list_popup_close: "Cerrar",
 +            user_list_popup_blurb: "Advertencia: cuando ignoras a un usuario, tú no lo verás, pero aún podrán verte a ti.<br>Cuando bloqueas a un usuario, permanecerá bloqueado incluso si vuelve a conectarse.",
 +
 +            stream_form_title: "Configuración de Stream",
 +            stream_form_mode: "Modo:",
 +            stream_form_video_sound_mode: "Video + Voz",
 +            stream_form_sound_only_mode: "Sólo voz",
 +            stream_form_video_only_mode: "Sólo video",
 +            stream_form_show_advanced: "Mostrar configuración avanzada",
 +            stream_form_hide_advanced: "Ocultar configuración avanzada",
 +            stream_form_echo_cancellation: "Cancelación de eco",
 +            stream_form_noise_suppression: "Reducción de sonido",
 +            stream_form_auto_gain: "Control automático de ganancia",
 +            stream_form_button_stream: "Comenzar a streamear",
 +            stream_form_private_stream: "Stream privado (no visible en sitios web fuera de gikopoipoi).",
 +            stream_form_screen_capture: "Captgurar pantalla",
 +            stream_form_screen_capture_audio: "Capturar audio de pantalla",
 +            stream_form_screen_capture_audio_notice: "Esta funcionalidad es experimental. Sólo Chrome y Edge. \nEn Windows, sólo el audio de la pantalla o de la pestaña puede ser capturado.",
 +            stream_form_camera_facing: "Cámara de teléfono:",
 +            stream_form_camera_facing_user: "Frontal",
 +            stream_form_camera_facing_environment: "Trasera",
 +            
 +            preferences_title: "Preferencias",
 +            preferences_name_bg: "Mostrar fondo en el nombre de usuario",
 +            preferences_shift_enter: "Nueva línea con Shift+Enter",
 +            preferences_bubble_opacity: "Opacidad de la burbuja de diálogo",
 +            preferences_dark_mode: "Modo Shaddox",
 +            preferences_command_section_visible: "Mostrar botones de comando",
 +            preferences_move_section_visible: "Mostrar botones de movimiento",
 +            preferences_bubble_section_visible: "Mostrar botones de burbuja",
 +            preferences_logout_button_visible: "Mostrar botón de cerrar sesión",
 +            preferences_show_notifications: "Mostrar notificaciones de escritorio",
 +            preferences_enable_text_to_speech: "Activar",
 +            preferences_tts_voice: "Voz",
 +            preferences_tts_voice_automatic: "Automático",
 +            preferences_tts_voice_animalese: "Animalese",
 +            notifications_are_denied: "Este sitio no tiene permisos para mostrar notificaciones.\nPor favor comprueba los permisos de tu navegador.",
 +            preferences_title_general: "General",
 +            preferences_title_game: "Juego",
 +            preferences_title_toolbar: "Barra de herramientas",
 +            preferences_title_tts: "Texto-a-Voz",
 +            preferences_title_notifications: "Notificaciones",
 +            preferences_message_sound_enabled: "Sonido de mensaje",
 +            preferences_login_sound_enabled: "Sonido de conexión",
 +            preferences_name_mention_sound_enabled: "Sonido de mención de nombre de usuario",
 +            preferences_custom_mention_sound_pattern: "Sonido de mención de texto personalizado",
 +            preferences_custom_mention_sound_notice: "Palabras separadas por comas o Regex.\nMensajes que incluyan las palabras indicadas o concuerden con el Regex activarán el sonido de mención.",
 +            preferences_underlined_usernames: "Subrayar nombres de usuario",
 +            preferences_low_quality: "Baja calidad",
 +            preferences_crisp_mode: "Nítido",
 +            preferences_timestamps_in_copied_log: "Incluir fecha y hora en logs copiados",
 +            preferences_language: "Idioma",
 +            
 +
 +            back_to_homepage: "Volver a la página de inicio",
 +
 +            chess_slot_title: "Ajedrez",
 +            chess_waiting_for_white: "Esperando que se una el jugador blanco...",
 +            chess_waiting_for_black: "Esperando que se una el jugador negro...",
 +            chess_white: "Blancas: ",
 +            chess_black: "Negras: ",
 +            chess_display_game: "Mostrar juego",
 +            chess_hide_game: "Ocultar juego",
 +            chess_join_game: "Unirse al juego",
 +            chess_quit_game: "Salir del juego",
 +        },
 +        msg:
 +        {
 +            no_other_users_in_this_room: "¡No hay otros usuarios en esta sala!",
 +            connection_lost: "Reconectando...",
 +            connection_refused: "Conexión perdida. Por favor actualiza esta página.",
 +            page_refresh_required: "Una actualización está lista, así que por favor actualiza esta página.",
 +            
 +            error_obtaining_media: "No se pudo obtener media. Por favor comprueba los permisos del navegador.",
 +            error_obtaining_video: "No se pudo obtener video. Por favor comprueba los permisos del navegador.",
 +            error_obtaining_audio: "No se pudo obtener audio. Por favor comprueba los permisos del navegador.",
 +            no_webrtc: "Lo siento, tu navegador no soporta WebRTC.",
 +            
 +            unknown_error: "La conexión falló debido a un error desconocido.",
 +            invalid_username: "El nombre de usuario provisto es inválido.",
 +            ip_restricted: "Ya estás conectado en el sitio con esta dirección de IP.",
 +            start_stream_stream_slot_already_taken: "Alguien más está haciendo streaming en este slot.",
 +            start_stream_stream_slot_already_taken_by_blocked_streamer: "Alguien que has bloqueado está haciendo streaming en este slot.",
 +            start_stream_stream_slot_already_taken_by_blocking_streamer: "Alguien que te ha bloqueado está haciendo streaming en este slot.",
 +            start_stream_unknown_error: "No se pudo empezar el stream.",
 +            are_you_sure_you_want_to_logout: "¿Estás seguro de que deseas desconectarte?",
 +            are_you_sure_you_want_to_block: "¿Estás seguro de que deseas bloquear a este usuario?",
 +            goodbye: "¡Nos vemos pronto!",
 +            flood_warning: "Oye, ¿no te parece que estás hablando demasiado rápido?",
 +            chess_timeout_reached: "Finalizó la partida de ajedrez: timeout alcanzado.",
 +            chess_win: "Finalizó la partida de ajedrez: el ganador es @USER_NAME@.",
 +            chess_quit: "Finalizó la partida de ajedrez: @USER_NAME@ abandonó la partida.",
 +        },
 +        room:
 +        {
 +            long_st: "Camino de la anguila",
 +            jinja: "Templo",
 +            jinja_st: "Entrada del templo",
 +            school_ground: "Escuela: Patio",
 +            bar774: "Ciudad Subterránea: Bar 774",
 +            izakaya774: "Ciudad Subterránea: Bar de los Borrachos",
 +            basement: "Ciudad Subterránea",
 +            bar: "Bar",
 +            school_st: "Cruce escolar",
 +            bar_st: "Calle del Bar",
 +            admin_st: "Calle del Admin",
 +            admin: "Sala de Estar del Desarrollador",
 +            admin_bar: "Bar del Admin",
 +            cafe_st: "Café Vista",
 +            enkai: "Salón de Banquetes",
 +            idoA: "Pozo A",
 +            idoB: "Pozo B",
 +            busstop: "Parada del autobús",
 +            school: "Escuela: Clase",
 +            school_rouka: "Escuela: Pasillo",
 +            school_international: "Escuela: Sala Cultural",
 +            school_pc: "Escuela: Sala de Computación",
 +            seashore: "Costa",
 +            radio: "Estudio de Radio",
 +            radio_room1: "Estudio de Radio 1",
 +            radio_room2: "Estudio de Radio 2: BEAT GIKO",
 +            radio_room3: "Estudio de Radio 3: G-SQUID",
 +            radio_gakuya: "Estudio de Radio: Camaerino",
 +            radio_backstage: "Estudio de Radio: Tras bambalinas",
 +            yatai: "Vendedor de Sushi",
 +            kaidan: "Escalera de la Colina",
 +            takadai: "Colina",
 +            yoshinoya: "Yoshinoya",
 +            silo: "Silo",
 +            badend: "¡Te has caído al vacío!",
 +            bar_giko: "Bar Giko",
 +            bar_giko2: "Bar Giko Piso Inferior",
 +            bar_giko_square: "Plaza de la Fuente",
 +            densha: "Tren",
 +        }
 +    },
 +</code>
 +
 +==== (wip) indonesia ====
 +<code>    id:
 +    {
 +        default_user_name: "Anonim",
 +        message_colon: ": ",
 +        test: "tes",
 +        ui:
 +        {
 +            title: "Gikopoipoi",
 +            subtitle: "Remake tidak resmi ",
 +            
 +            login_user_count: "Pengguna: ",
 +            login_streamer_count: "Penyiar: ",
 +            
 +            infobox_label_area: "Daerah:",
 +            infobox_value_area: "Kota laut",
 +            infobox_label_room: "Panggung:",
 +            infobox_label_user_name: "Nama:",
 +            infobox_label_user_count: "Pengguna:",
 +            infobox_label_stream_count: "Siaran:",
 +            
 +            label_username: "Nama pengguna:",
 +            label_stream: "Siaran {index}: ",
 +            label_input: "Memasukkan:",
 +            label_log: "Catatan:",
 +
 +            button_send: "Mengirim",
 +            button_stream_start: "Mulai siaran",
 +            button_stream_stop: "Akhir siaran",
 +            button_stream_take: "Menonton",
 +            button_stream_drop: "Berhenti menonton",
 +            button_rula: "#rula",
 +            button_list: "#list",
 +            button_preferences: "Konfigurasi",
 +            button_logout: "Keluar",
 +            volume: "Volume: ",
 +            enable_compression: "Dorongan: ",
 +            sound_effect: "Volume",
 +            tts_volume: "TTS Vol.",
 +            label_move: "Pindah",
 +            label_bubble: "Balon",
 +            
 +            popup_button_ok: "OK",
 +            popup_button_cancel: "Membatalkan",
 +            
 +            warning_toast_title: "Sinyal",
 +            
 +            rula_menu_title: "Panggung Info",
 +            rula_menu_column_room_name: "Nama Panggung",
 +            rula_menu_column_user_count: "Pengguna",
 +            rula_menu_column_streamers: "Siaran",
 +            rula_menu_button_rula: "Rula",
 +
 +            user_list_popup_title: "Daftar Pengguna (total: @USER_COUNT@)",
 +            user_list_popup_column_user_name: "Nama Pengguna",
 +            user_not_in_room: "Pengguna ini tidak ada di sini.",
 +            user_inactive: "Pengguna ini pergi.",
 +            user_list_popup_ignore: "Mengabaikan.",
 +            user_list_popup_unignore: "Lihat Kembali",
 +            user_list_popup_block: "Block",
 +            user_list_popup_close: "Tutup",
 +            user_list_popup_blurb: "Warning: Ketika kamu mengabaikan pengguna, kamu tidak akan melihat mereka, tapi mereka akan melihat mu.<br>ketika kamu block pengguna, dia akan tetap diblokir bahkan jika dia terhubung kembali.",
 +            
 +            stream_form_title: "Pengaturan Siaran",
 +            stream_form_mode: "Mode:",
 +            stream_form_video_sound_mode: "Video + Suara",
 +            stream_form_sound_only_mode: "Hanya Suara",
 +            stream_form_video_only_mode: "Hanya Video",
 +            stream_form_show_advanced: "Tampilkan Pengaturan Lanjutan",
 +            stream_form_hide_advanced: "Sembunyikan Pengaturan Lanjutan",
 +            stream_form_echo_cancellation: "Pembatalan Echo",
 +            stream_form_noise_suppression: "Pengurangan Kebisingan",
 +            stream_form_auto_gain: "Auto Gain Control",
 +            stream_form_button_stream: "Mulai Siaran",
 +            stream_form_private_stream: "Siaran Pribadi (hanya melihat di sini) .",
 +            stream_form_screen_capture: "Siaran Desktop",
 +            stream_form_screen_capture_audio: "Siaran Computer Audio",
 +            stream_form_screen_capture_audio_notice: "This feature is experimental. Chrome and Edge only. \nOn Windows, only the screen audio or tab audio can be captured.",
 +            stream_form_camera_facing: "Kamera Telepon:",
 +            stream_form_camera_facing_user: "Kamera Depan",
 +            stream_form_camera_facing_environment: "Kamera Belakang",
 +            
 +            preferences_title: "Konfigurasi",
 +            preferences_name_bg: "Nama Pengguna Background ",
 +            preferences_shift_enter: "Baris Baru  Shift+Enter",
 +            preferences_bubble_opacity: "Balon Kata",
 +            preferences_dark_mode: "Mode Shaddox",
 +            preferences_command_section_visible: "Tampilkan Tombol Perintah",
 +            preferences_move_section_visible: "Tampilan Tombol Gerakan",
 +            preferences_bubble_section_visible: "Display Bubble Buttons",
 +            preferences_logout_button_visible: "Tampilkan Tombol Logout ",
 +            preferences_show_notifications: "Tampilkan Pemberitahuan",
 +            preferences_enable_text_to_speech: "Aktifkan",
 +            preferences_tts_voice: "Suara",
 +            preferences_tts_voice_automatic: "Otomatis",
 +            preferences_tts_voice_animalese: "Suara Hewan",
 +            notifications_are_denied: "This site is currently not permitted to show notifications.\nPlease check your browser's permissions.",
 +            preferences_title_general: "Umum",
 +            preferences_title_game: "Permainan",
 +            preferences_title_toolbar: "Toolbar ",
 +            preferences_title_tts: "ketik untuk bicara",
 +            preferences_title_notifications: "Pemberitahuan",
 +            preferences_message_sound_enabled: "Suara Pesan",
 +            preferences_login_sound_enabled: "Suara Login",
 +            preferences_name_mention_sound_enabled: "Suara Panggilan ",
 +            preferences_custom_mention_sound_pattern: "Membuat Pemberitahuan Suara",
 +            preferences_custom_mention_sound_notice: "Comma separated words or Regex.\nMessages that include the words or match the Regex trigger the mention sound.",
 +            preferences_underlined_usernames: "Garis Bawahi Nama Pengguna",
 +            preferences_low_quality: "Kualitas Rendah",
 +            preferences_crisp_mode: "Tajam",
 +            preferences_timestamps_in_copied_log: "Sertakan Cap Waktu Dalam Log Yang Disalin",
 +            preferences_language: "Bahasa",
 +            
 +
 +            back_to_homepage: "Melarikan Diri Dara Permainan",
 +
 +            chess_slot_title: "Catur",
 +            chess_waiting_for_white: "Menunggu putih untuk bergabung...",
 +            chess_waiting_for_black: "Menunggu hitam untuk bergabung...",
 +            chess_white: "Putih: ",
 +            chess_black: "Hitam: ",
 +            chess_display_game: "Tonton permainan",
 +            chess_hide_game: "Sembunyikan permainan",
 +            chess_join_game: "Bergabunglah game",
 +            chess_quit_game: "Keluar dari permainan",
 +        },
 +        msg:
 +        {
 +            no_other_users_in_this_room: "Anda sendirian di sini!",
 +            connection_lost: "Menghubungkan kembali....",
 +            connection_refused: "Koneksi Anda rusak. Harap segarkan halaman web.",
 +            page_refresh_required: "Perangkat lunak yang diperbarui. Harap refresh halaman web.",
 +            
 +            error_obtaining_media: "Unable to obtain media. Please check the browser permissions.",
 +            error_obtaining_video: "Unable to obtain video. Please check the browser permissions.",
 +            error_obtaining_audio: "Unable to obtain audio. Please check the browser permissions.",
 +            no_webrtc: "Maaf, browser Anda tidak mendukung WebRTC. ",
 +            
 +            unknown_error: "Tidak bisa masuk.",
 +            invalid_username: "Nama pengguna salah.",
 +            ip_restricted: "Anda sudah masuk. Harap tunggu.",
 +            start_stream_stream_slot_already_taken: "Orang lain sudah streaming di slot ini.",
 +            start_stream_stream_slot_already_taken_by_blocked_streamer: "Orang yang kamu blokir sudah streaming di slot ini.",
 +            start_stream_stream_slot_already_taken_by_blocking_streamer: "Orang yang memblokir mu sudah streaming di slot in.",
 +            start_stream_unknown_error: "Tidak dapat menyiarkan.",
 +            are_you_sure_you_want_to_logout: "Apakah Anda ingin keluar?",
 +            are_you_sure_you_want_to_block: "kamu yakin untuk memblokirnya?",
 +            goodbye: "Sampai nanti!",
 +            flood_warning: "Anda berbicara terlalu banyak!",
 +            chess_timeout_reached: "Game catur sudah berakhir : tidak ada waktu lagi.",
 +            chess_win: "The chess game is over: the winner is @USER_NAME@.",
 +            chess_quit: "The chess game is over: @USER_NAME@ quit the game.",
 +        },
 +        room:
 +        {
 +            long_st: "Jalan Belut",
 +            jinja: "Kuil",
 +            jinja_st: "Pekarangan Kuil ",
 +            school_ground: "Sekolah: Playground",
 +            bar774: "Bawah Tanah: Bar 774",
 +            izakaya774: "Bawah Tanah: Bar Drunkard",
 +            basement: "Bawah Tanah",
 +            bar: "Bar",
 +            school_st: "Jalan Sekolah",
 +            bar_st: "Jalan Bar",
 +            admin_st: "Jalan Kanrinin",
 +            admin: "Rumah Programmer",
 +            admin_bar: "Bar Komunis",
 +            cafe_st: "Kafe Vista",
 +            enkai: "Ruang Perjamuan",
 +            idoA: "Sumur A",
 +            idoB: "Sumur B",
 +            busstop: "Halte Bis",
 +            school: "Sekolah: Ruang Kelas",
 +            school_rouka: "Sekolah: Ruang Masuk",
 +            school_international: "Sekolah: Ruang Budaya",
 +            school_pc: "Sekolah: Ruang Komputer",
 +            seashore: "Pantai Laut",
 +            radio: "Radio Studio",
 +            radio_room1: "Radio Studio 1",
 +            radio_room2: "Radio Studio 2: BEAT GIKO",
 +            radio_room3: "Radio Studio 3: G-SQUID",
 +            radio_gakuya: "Radio Studio: Ruang Ganti",
 +            radio_backstage: "Radio Studio: Ruang Hijau",
 +            yatai: "Kereta Sushi",
 +            kaidan: "Tangga Hilltop",
 +            takadai: "Hilltop",
 +            yoshinoya: "Yoshinoya",
 +            silo: "Silo",
 +            badend: "Anda jatuh dan mati!",
 +            bar_giko: "Bar Giko",
 +            bar_giko2: "Bar Giko Basement",
 +            bar_giko_square: "Fountain Plaza",
 +            densha: "Kereta",
 +        }
 +    },
 +</code>
 +    
 +==== channer ====
 +<code>ch:
 +    {
 +        default_user_name: "Anonymous",
 +        message_colon: ": ",
 +        test: "test",
 +        ui:
 +        {
 +            title: "Gikopoipoi",
 +            subtitle: "pirate version",
 +            
 +            login_user_count: "Faggots: ",
 +            login_streamer_count: "Camwhores: ",
 +            
 +            infobox_label_area: "Shithole:",
 +            infobox_value_area: "Piss City",
 +            infobox_label_room: "Board:",
 +            infobox_label_user_name: "DOX:",
 +            infobox_label_user_count: "Faggots:",
 +            infobox_label_stream_count: "Camwhores:",
 +            
 +            label_username: "Faggot:",
 +            label_stream: "Camwhores: {index}: ",
 +            label_input: "poast:",
 +            label_log: "thread:",
 +
 +            button_send: "Poast",
 +            button_stream_start: "Start camwhore",
 +            button_stream_stop: "Stop camwhore",
 +            button_stream_take: "Get camwhore",
 +            button_stream_drop: "Drop camwhore",
 +            button_rula: "WARP",
 +            button_list: "DOX",
 +            button_preferences: "Nerd shit",
 +            button_logout: "B&",
 +            volume: "Ear Rape: ",
 +            enable_compression: "BUMP: ",
 +            sound_effect: "Ear Rape",
 +            tts_volume: "ANUS",
 +            label_move: "GTFO",
 +            label_bubble: "Spam",
 +            
 +            popup_button_ok: "WIN",
 +            popup_button_cancel: "FAIL",
 +            
 +            warning_toast_title: "DO NOT WANT",
 +            
 +            rula_menu_title: "BOARD LIST",
 +            rula_menu_column_room_name: "Board",
 +            rula_menu_column_user_count: "Faggots",
 +            rula_menu_column_streamers: "Camwhores",
 +            rula_menu_button_rula: "WARP",
 +
 +            user_list_popup_title: "Faggot List (total: @USER_COUNT@)",
 +            user_list_popup_column_user_name: "Faggots",
 +            user_not_in_room: "B& USER lOL",
 +            user_inactive: "Fag is AFK",
 +            user_list_popup_ignore: "Seethe",
 +            user_list_popup_unignore: "Cope",
 +            user_list_popup_block: "B& LOL",
 +            user_list_popup_close: "kthxbai",
 +            user_list_popup_blurb: "Warning: blocking is 4 fags. Cope",
 +            
 +            stream_form_title: "Camwhore",
 +            stream_form_mode: "AIDS:",
 +            stream_form_video_sound_mode: "Fap + moans",
 +            stream_form_sound_only_mode: "Moans only",
 +            stream_form_video_only_mode: "Fap only",
 +            stream_form_show_advanced: "Gay nigger shit",
 +            stream_form_hide_advanced: "cope",
 +            stream_form_echo_cancellation: "I'm retarded",
 +            stream_form_noise_suppression: "Shitty microphone",
 +            stream_form_auto_gain: "NIGGER",
 +            stream_form_button_stream: "Start camwhoring",
 +            stream_form_private_stream: "Sekrit camwhore",
 +            stream_form_screen_capture: "show my computer",
 +            stream_form_screen_capture_audio: "I'm a faggot",
 +            stream_form_screen_capture_audio_notice: "who gives a fuck",
 +            stream_form_camera_facing: "Phone Camera:",
 +            stream_form_camera_facing_user: "Show face",
 +            stream_form_camera_facing_environment: "Show cock",
 +            
 +            preferences_title: "Autism",
 +            preferences_name_bg: "fuck it",
 +            preferences_shift_enter: "Newline On Shift+Enter",
 +            preferences_bubble_opacity: "Speech Bubble Opacity",
 +            preferences_dark_mode: "Shaddox Mode",
 +            preferences_command_section_visible: "easymodo",
 +            preferences_move_section_visible: "phoneposter cope",
 +            preferences_bubble_section_visible: "autism",
 +            preferences_logout_button_visible: "Who cares",
 +            preferences_show_notifications: "Spam my shit",
 +            preferences_enable_text_to_speech: "Enable",
 +            preferences_tts_voice: "AIDS",
 +            preferences_tts_voice_automatic: "Automatic",
 +            preferences_tts_voice_animalese: "Animalese",
 +            notifications_are_denied: "fix ur shit i cant spam",
 +            preferences_title_general: "Whatever",
 +            preferences_title_game: "Vidya",
 +            preferences_title_toolbar: "who cares",
 +            preferences_title_tts: "Boomer autist mode",
 +            preferences_title_notifications: "spam",
 +            preferences_message_sound_enabled: "Bloop",
 +            preferences_login_sound_enabled: "Fag alerts",
 +            preferences_name_mention_sound_enabled: "Attention whoring",
 +            preferences_custom_mention_sound_pattern: "Ping me when",
 +            preferences_custom_mention_sound_notice: "Comma separated autism",
 +            preferences_underlined_usernames: "autism",
 +            preferences_low_quality: "FAIL",
 +            preferences_crisp_mode: "Upgrade",
 +            preferences_timestamps_in_copied_log: "Include timestamps in copied logs",
 +            preferences_language: "Language",
 +            
 +
 +            back_to_homepage: "fuck off",
 +
 +            chess_slot_title: "JEWS",
 +            chess_waiting_for_white: "Waiting for aryans to join...",
 +            chess_waiting_for_black: "Waiting for nigger to join...",
 +            chess_white: "Aryan: ",
 +            chess_black: "Nigger: ",
 +            chess_display_game: "Show nerd shit",
 +            chess_hide_game: "zzz",
 +            chess_join_game: "Autism Test",
 +            chess_quit_game: "Cope & Seethe",
 +        },
 +        msg:
 +        {
 +            no_other_users_in_this_room: "so fuckin ronery",
 +            connection_lost: "Ur connect iz fail...",
 +            connection_refused: "F5 F5 F5 F5 F5",
 +            page_refresh_required: "F5 F5 F5 F5 F5",
 +            
 +            error_obtaining_media: "u have autism",
 +            error_obtaining_video: "Can't see shit cap'n.",
 +            error_obtaining_audio: "Microphone broke",
 +            no_webrtc: "No camwhore allowed!! your browser doesn't spywarez",
 +            
 +            unknown_error: "You're a nigger",
 +            invalid_username: "stop namefagging",
 +            ip_restricted: "stop samefagging",
 +            start_stream_stream_slot_already_taken: "FAIL",
 +            start_stream_stream_slot_already_taken_by_blocked_streamer: "COPE AND SEETHE",
 +            start_stream_stream_slot_already_taken_by_blocking_streamer: "SOME FAG IS USING IT",
 +            start_stream_unknown_error: "Unable to start streaming.",
 +            are_you_sure_you_want_to_logout: "Time to gtfo",
 +            are_you_sure_you_want_to_block: "Are you sure you want to block this user?",
 +            goodbye: "Go die in a fire",
 +            flood_warning: "Hey, aren't you talking a bit too fast?",
 +            chess_timeout_reached: "The chess game is over: timeout reached.",
 +            chess_win: "@USER_NAME@ won bros.",
 +            chess_quit: "The chess game is over: @USER_NAME@ coped and seethed.",
 +        },
 +        room:
 +        {
 +            long_st: "Dick Track",
 +            jinja: "Shrine",
 +            jinja_st: "Shrine Entrance",
 +            school_ground: "Loli: Schoolyard",
 +            bar774: "Sex Dungeon: Bar 774",
 +            izakaya774: "Sex Dungeon: Drunker's Bar",
 +            basement: "Sex Dungeon",
 +            bar: "drunks",
 +            school_st: "Loli Crossing",
 +            bar_st: "Alchies Street",
 +            admin_st: "Janny Street",
 +            admin: "Haxxors Lounge",
 +            admin_bar: "Faggot Bar",
 +            cafe_st: "Fag Zone",
 +            enkai: "Some taiwan bs",
 +            idoA: "Well A",
 +            idoB: "Well B",
 +            busstop: "Bus Stop",
 +            school: "Loli Zone: Classroom",
 +            school_rouka: "Loli Zone: Hallway",
 +            school_international: "Loli Zone: Hentai Room",
 +            school_pc: "Loli Computer Lab",
 +            seashore: "Seashore",
 +            radio: "Camwhore Studio",
 +            radio_room1: "Camwhore Studio 1",
 +            radio_room2: "Camwhore Studio 2: BEAT WOMEN",
 +            radio_room3: "Camwhore Studio 3: G-STRING",
 +            radio_gakuya: "Radio Studio: Undressing Room",
 +            radio_backstage: "Radio Studio: Cumroom",
 +            yatai: "sushi sushi",
 +            kaidan: "Hilltop Stairway",
 +            takadai: "Hilltop",
 +            yoshinoya: "Yoshinoya",
 +            silo: "Silo",
 +            badend: "You're fucking gay!",
 +            bar_giko: "Bar Giko",
 +            bar_giko2: "Bar Giko sex dungeon",
 +            bar_giko_square: "Fountain Plaza",
 +            densha: "1chan",
 +        }
 +    },
 +</code>    
Print/export