Browse Source

Print media styles

master
Igor Zhukov 9 years ago
parent
commit
47a8966c4c
  1. 28
      app/js/locales/de-de.json
  2. 2
      app/js/locales/en-us.json
  3. 28
      app/js/locales/es-es.json
  4. 28
      app/js/locales/it-it.json
  5. 32
      app/js/locales/nl-nl.json
  6. 28
      app/js/locales/pt-br.json
  7. 28
      app/js/locales/ru-ru.json
  8. 34
      app/less/app.less

28
app/js/locales/de-de.json

@ -25,6 +25,13 @@ @@ -25,6 +25,13 @@
"group_modal_menu_share_link": "Per Link zur Gruppe einladen",
"group_modal_members": "Mitglieder",
"group_modal_members_kick": "Entfernen",
"channel_modal_info": "Channel info",
"channel_modal_share_link": "Share link",
"channel_modal_share_loading": "Loading{dots}",
"channel_modal_join": "Join channel",
"channel_modal_add_member": "Invite members",
"channel_modal_leave_channel": "Leave channel",
"channel_modal_delete_channel": "Delete channel",
"country_select_modal_title": "Land",
"settings_modal_title": "Einstellungen",
"settings_modal_menu_more": "Weiteres",
@ -153,6 +160,11 @@ @@ -153,6 +160,11 @@
"group_edit_name": "Gruppenname",
"group_edit_submit": "Speichern",
"group_edit_submit_active": "Speichere...",
"channel_edit_modal_title": "Edit channel",
"channel_edit_name": "Channel name",
"channel_edit_about": "Channel description",
"channel_edit_submit": "Save",
"channel_edit_submit_active": "Saving...",
"group_invite_link_modal_title": "Einladungslink",
"group_invite_link_link_label": "Link kopieren",
"group_invite_link_loading": "Lade...",
@ -182,7 +194,10 @@ @@ -182,7 +194,10 @@
"confirm_modal_abort_password_setup": "Einrichtung der zweistufigen Bestätigung abbrechen?",
"confirm_modal_reset_account_md": "Absolut sicher?\nWenn du dein Konto zurücksetzt, verlierst du alle Chats und Nachrichten, ebenso deine geteilten Bilder und Videos.",
"confirm_modal_join_group_link": "Möchteste du der Gruppe «{title}» beitreten?",
"confirm_modal_join_channel_link": "Do you want to join the channel «{title}»?",
"confirm_modal_revoke_group_link": "Bist du sicher, dass du diesen Link widerrufen willst? Dadurch kann ihn niemand mehr nutzen.",
"confirm_modal_revoke_channel_link": "Are you sure you want to revoke this link? Once you do, no one will be able to join the channel using it.",
"confirm_modal_delete_channel_md": "Are you sure you want to delete this channel?\n\nAll messages will be removed and all messages will be lost.",
"confirm_modal_are_u_sure": "Bist du sicher?",
"confirm_modal_logout_submit": "Abmelden",
"confirm_modal_history_flush_submit": "Chat löschen",
@ -239,6 +254,10 @@ @@ -239,6 +254,10 @@
"conversation_invited_user_message": "hat Benutzer eingeladen",
"conversation_kicked_user_message": "hat Benutzer entfernt",
"conversation_joined_by_link": "ist der Gruppe beigetreten",
"conversation_created_channel": "Channel created",
"conversation_changed_channel_name": "Channel renamed",
"conversation_changed_channel_photo": "Channel photo updated",
"conversation_removed_channel_photo": "Channel photo removed",
"conversation_message_sent": "hat dir eine Nachricht gesendet",
"conversation_forwarded_X_messages": "{'one': 'hat {} Nachricht weitergeleitet', 'other': 'hat {} Nachrichten weitergeleitet'}",
"conversation_unknown_user": "Jemand",
@ -254,6 +273,10 @@ @@ -254,6 +273,10 @@
"message_service_joined_by_link": "ist per Einladungslink der Gruppe beigetreten",
"message_service_unsupported_action": "nicht unterstützte Aktion: {action}",
"message_service_bot_intro_header": "Was kann dieser Bot?",
"message_service_created_channel": "Channel created",
"message_service_changed_channel_name": "Channel renamed to {channel-name}",
"message_service_changed_channel_photo": "Channel photo updated",
"message_service_removed_channel_photo": "Channel photo removed",
"message_action_reply": "Antworten",
"message_action_delete": "Löschen",
"message_action_forward": "Weiterleiten",
@ -302,6 +325,8 @@ @@ -302,6 +325,8 @@
"error_modal_password_disabled_descripion": "Zweistufige Bestätigung deaktiviert.",
"error_modal_user_not_mutual_contact": "Nutzer kann nur durch eigene Kontakte eingeladen werden",
"error_modal_invite_link_invalid": "Der Einladungslink ist ungültig",
"error_modal_channel_not_accessible": "Sorry, this channel is not accessible.",
"error_modal_not_contact_flood": "Sorry, you can only send messages to mutual contacts at the moment. {more-info-link: More info »}",
"head_telegram": "Telegram",
"head_new_group": "Neue Gruppe",
"head_new_contact": "Neuer Kontakt",
@ -367,6 +392,9 @@ @@ -367,6 +392,9 @@
"im_forward": "{count} weiterleiten",
"im_reply": "Antworten",
"im_start": "Starten",
"im_channel_join": "+ Join",
"im_channel_mute": "Mute",
"im_channel_unmute": "Unmute",
"im_reply_loading": "Lade{dots}",
"im_photos_drop_text": "Bilder hier reinschieben um sie zu verschicken",
"im_message_field_placeholder": "Schreibe eine Nachricht...",

2
app/js/locales/en-us.json

@ -220,7 +220,7 @@ @@ -220,7 +220,7 @@
"confirm_modal_join_channel_link": "Do you want to join the channel «{title}»?",
"confirm_modal_revoke_group_link": "Are you sure you want to revoke this link? Once you do, no one will be able to join the group using it.",
"confirm_modal_revoke_channel_link": "Are you sure you want to revoke this link? Once you do, no one will be able to join the channel using it.",
"confirm_modal_delete_channel_md": "Are you sure you want to delete this channel?\n\nAll messages will be removed and all messages will be lost.",
"confirm_modal_delete_channel_md": "Are you sure you want to delete this channel?\n\nAll members will be removed and all messages will be lost.",
"confirm_modal_are_u_sure": "Are you sure?",

28
app/js/locales/es-es.json

@ -25,6 +25,13 @@ @@ -25,6 +25,13 @@
"group_modal_menu_share_link": "Invitar al grupo con un enlace",
"group_modal_members": "Miembros",
"group_modal_members_kick": "Expulsar",
"channel_modal_info": "Información",
"channel_modal_share_link": "Compartir enlace",
"channel_modal_share_loading": "Cargando{dots}",
"channel_modal_join": "Unirse al canal",
"channel_modal_add_member": "Invitar miembros",
"channel_modal_leave_channel": "Dejar el canal",
"channel_modal_delete_channel": "Eliminar canal",
"country_select_modal_title": "País",
"settings_modal_title": "Ajustes",
"settings_modal_menu_more": "Más",
@ -153,6 +160,11 @@ @@ -153,6 +160,11 @@
"group_edit_name": "Nombre del grupo",
"group_edit_submit": "Guardar",
"group_edit_submit_active": "Guardando...",
"channel_edit_modal_title": "Editar canal",
"channel_edit_name": "Nombre del canal",
"channel_edit_about": "Descripción del canal",
"channel_edit_submit": "Guardar",
"channel_edit_submit_active": "Guardando...",
"group_invite_link_modal_title": "Enlace de invitación",
"group_invite_link_link_label": "Copiar enlace",
"group_invite_link_loading": "Cargando...",
@ -182,7 +194,10 @@ @@ -182,7 +194,10 @@
"confirm_modal_abort_password_setup": "¿Anular la configuración de la verificación en dos pasos?",
"confirm_modal_reset_account_md": "¿Quieres hacerlo?\nEsta acción no se puede deshacer.\n\nSi continúas con el reinicio de tu cuenta, perderás todos tus chats y mensajes, junto con toda la multimedia y archivos que compartiste. ",
"confirm_modal_join_group_link": "¿Quieres unirte al grupo «{title}»?",
"confirm_modal_join_channel_link": "¿Quieres unirte al canal «{title}»?",
"confirm_modal_revoke_group_link": "¿Quieres anular este enlace? Una vez hecho, nadie podrá usarlo para unirse al grupo.",
"confirm_modal_revoke_channel_link": "¿Quieres anular este enlace? Una vez hecho, nadie podrá usarlo para unirse al grupo.",
"confirm_modal_delete_channel_md": "Are you sure you want to delete this channel?\n\nAll messages will be removed and all messages will be lost.",
"confirm_modal_are_u_sure": "¿Confirmar?",
"confirm_modal_logout_submit": "Cerrar sesión",
"confirm_modal_history_flush_submit": "Eliminar chat",
@ -239,6 +254,10 @@ @@ -239,6 +254,10 @@
"conversation_invited_user_message": "invitó a un usuario",
"conversation_kicked_user_message": "expulsó a un usuario",
"conversation_joined_by_link": "se unió al grupo",
"conversation_created_channel": "Canal creado",
"conversation_changed_channel_name": "Canal renombrado",
"conversation_changed_channel_photo": "Foto del canal actualizada",
"conversation_removed_channel_photo": "Foto del canal eliminada",
"conversation_message_sent": "te envió un mensaje",
"conversation_forwarded_X_messages": "{'one': '{} mensaje reenviado', 'other': '{} mensajes reenviados'}",
"conversation_unknown_user": "Alguien",
@ -254,6 +273,10 @@ @@ -254,6 +273,10 @@
"message_service_joined_by_link": "se unió al grupo con un enlace de invitación",
"message_service_unsupported_action": "acción no soportada {action}",
"message_service_bot_intro_header": "¿Qué puede hacer este bot?",
"message_service_created_channel": "Canal creado",
"message_service_changed_channel_name": "Canal renombrado a {channel-name}",
"message_service_changed_channel_photo": "Foto del canal actualizada",
"message_service_removed_channel_photo": "Foto del canal eliminada",
"message_action_reply": "Responder",
"message_action_delete": "Eliminar",
"message_action_forward": "Reenviar",
@ -302,6 +325,8 @@ @@ -302,6 +325,8 @@
"error_modal_password_disabled_descripion": "Has desactivado la verificación en dos pasos.",
"error_modal_user_not_mutual_contact": "El usuario sólo puede ser invitado por su contacto",
"error_modal_invite_link_invalid": "El enlace de invitación es inválido",
"error_modal_channel_not_accessible": "Lo sentimos, este canal no es accesible.",
"error_modal_not_contact_flood": "Lo sentimos, por ahora puedes enviar mensajes sólo a contactos mutuos. {more-info-link: Más información »}",
"head_telegram": "Telegram",
"head_new_group": "Nuevo grupo",
"head_new_contact": "Nuevo contacto",
@ -367,6 +392,9 @@ @@ -367,6 +392,9 @@
"im_forward": "Reenviar {count}",
"im_reply": "Responder",
"im_start": "Iniciar",
"im_channel_join": "+ Unirse",
"im_channel_mute": "Silenciar",
"im_channel_unmute": "No silenciar",
"im_reply_loading": "Cargando{dots}",
"im_photos_drop_text": "Suelta las fotos aquí para enviarlas",
"im_message_field_placeholder": "Escribe un mensaje...",

28
app/js/locales/it-it.json

@ -25,6 +25,13 @@ @@ -25,6 +25,13 @@
"group_modal_menu_share_link": "Invita nel gruppo tramite link",
"group_modal_members": "Membri",
"group_modal_members_kick": "Rimuovi",
"channel_modal_info": "Info canale",
"channel_modal_share_link": "Condividi link",
"channel_modal_share_loading": "Caricamento{dots}",
"channel_modal_join": "Unisciti al canale",
"channel_modal_add_member": "Invita membri",
"channel_modal_leave_channel": "Lascia il canale",
"channel_modal_delete_channel": "Elimina canale",
"country_select_modal_title": "Nazione",
"settings_modal_title": "Impostazioni",
"settings_modal_menu_more": "Più",
@ -153,6 +160,11 @@ @@ -153,6 +160,11 @@
"group_edit_name": "Nome gruppo",
"group_edit_submit": "Salva",
"group_edit_submit_active": "Salvataggio...",
"channel_edit_modal_title": "Modifica canale",
"channel_edit_name": "Nome canale",
"channel_edit_about": "Descrizione canale",
"channel_edit_submit": "Salva",
"channel_edit_submit_active": "Salvataggio...",
"group_invite_link_modal_title": "Link di invito",
"group_invite_link_link_label": "Copia link",
"group_invite_link_loading": "Caricamento...",
@ -182,7 +194,10 @@ @@ -182,7 +194,10 @@
"confirm_modal_abort_password_setup": "Annullare la configurazione della verifica in due passaggi?",
"confirm_modal_reset_account_md": "Sei sicuro?\nQuesta azione non può essere annullata.\n\n\nPerderai tutte le chat e i messaggi, insieme ai media e ai file condivisi, se continui nel resettare il tuo account.",
"confirm_modal_join_group_link": "Ti vuoi unire al gruppo «{title}»?",
"confirm_modal_join_channel_link": "Vuoi unirti al canale «{title}»?",
"confirm_modal_revoke_group_link": "Sei sicuro di voler revocare questo link? Una volta fatto, nessuno potrà unirsi al gruppo utilizzandolo.",
"confirm_modal_revoke_channel_link": "Sei sicuro di voler revocare questo link? Una volta fatto, nessuno potrà unirsi al canale utilizzandolo.",
"confirm_modal_delete_channel_md": "Sei sicuro di voler eliminare questo canale?\n\nTutti i membri saranno rimossi e i messaggi verranno persi.",
"confirm_modal_are_u_sure": "Sei sicuro?",
"confirm_modal_logout_submit": "Disconnetti",
"confirm_modal_history_flush_submit": "Elimina chat",
@ -239,6 +254,10 @@ @@ -239,6 +254,10 @@
"conversation_invited_user_message": "ha aggiunto un membro",
"conversation_kicked_user_message": "ha rimosso un membro",
"conversation_joined_by_link": "si è unito al gruppo",
"conversation_created_channel": "Canale creato",
"conversation_changed_channel_name": "Canale rinominato",
"conversation_changed_channel_photo": "Foto del canale aggiornata",
"conversation_removed_channel_photo": "Foto del canale rimossa",
"conversation_message_sent": "ti ha inviato un messaggio",
"conversation_forwarded_X_messages": "{'one': '{} messaggio inoltrato', 'other': '{} messaggi inoltrati'}",
"conversation_unknown_user": "Qualcuno",
@ -254,6 +273,10 @@ @@ -254,6 +273,10 @@
"message_service_joined_by_link": "si è unito al gruppo tramite link di invito",
"message_service_unsupported_action": "azione non supportata {action}",
"message_service_bot_intro_header": "Cosa può fare questo bot?",
"message_service_created_channel": "Canale creato",
"message_service_changed_channel_name": "Canale rinominato in {channel-name}",
"message_service_changed_channel_photo": "Foto del canale aggiornata",
"message_service_removed_channel_photo": "Foto del canale rimossa",
"message_action_reply": "Rispondi",
"message_action_delete": "Elimina",
"message_action_forward": "Inoltra",
@ -302,6 +325,8 @@ @@ -302,6 +325,8 @@
"error_modal_password_disabled_descripion": "Hai disabilitato la verifica in due passaggi.",
"error_modal_user_not_mutual_contact": "L'utente può essere invitato solo da un suo contatto",
"error_modal_invite_link_invalid": "Il link di invito non è valido",
"error_modal_channel_not_accessible": "Spiacenti, questo canale non è accessibile.",
"error_modal_not_contact_flood": "Spiacenti, ma al momento puoi scrivere solo a contatti in comune. {more-info-link: Più informazioni »}",
"head_telegram": "Telegram",
"head_new_group": "Nuovo gruppo",
"head_new_contact": "Nuovo contatto",
@ -367,6 +392,9 @@ @@ -367,6 +392,9 @@
"im_forward": "Inoltra {count}",
"im_reply": "Rispondi",
"im_start": "Avvia",
"im_channel_join": "+ Unisciti",
"im_channel_mute": "Silenzia",
"im_channel_unmute": "Suona",
"im_reply_loading": "Caricamento{dots}",
"im_photos_drop_text": "Rilascia le foto qui per inviarle",
"im_message_field_placeholder": "Scrivi un messaggio..",

32
app/js/locales/nl-nl.json

@ -25,6 +25,13 @@ @@ -25,6 +25,13 @@
"group_modal_menu_share_link": "Uitnodigingslink sturen",
"group_modal_members": "Deelnemers",
"group_modal_members_kick": "Verwijder",
"channel_modal_info": "Kanaalinformatie",
"channel_modal_share_link": "Link delen",
"channel_modal_share_loading": "Laden{dots}",
"channel_modal_join": "Deelnemen aan kanaal",
"channel_modal_add_member": "Deelnemers toevoegen",
"channel_modal_leave_channel": "Kanaal verlaten",
"channel_modal_delete_channel": "Kanaal verwijderen",
"country_select_modal_title": "Land",
"settings_modal_title": "Instellingen",
"settings_modal_menu_more": "Meer",
@ -153,6 +160,11 @@ @@ -153,6 +160,11 @@
"group_edit_name": "Groepsnaam",
"group_edit_submit": "Opslaan",
"group_edit_submit_active": "Opslaan",
"channel_edit_modal_title": "Kanaal wijzigen",
"channel_edit_name": "Kanaalnaam",
"channel_edit_about": "Beschrijving",
"channel_edit_submit": "Opslaan",
"channel_edit_submit_active": "Opslaan...",
"group_invite_link_modal_title": "Uitnodigingslink",
"group_invite_link_link_label": "Uitnodigingslink kopiëren",
"group_invite_link_loading": "Laden...",
@ -182,7 +194,10 @@ @@ -182,7 +194,10 @@
"confirm_modal_abort_password_setup": "Twee-staps-verificatie annuleren?",
"confirm_modal_reset_account_md": "Weet je het zeker?\nDeze actie kan niet worden hersteld.\n\nAl je chats, berichten en alle andere data gaan verloren als je verder gaat met de account-reset.",
"confirm_modal_join_group_link": "Wil je deelnemen aan de groep «{title}»?",
"confirm_modal_join_channel_link": "Deelnemen aan kanaal «{title}»?",
"confirm_modal_revoke_group_link": "Deze link echt intrekken? Na intrekken kan niemand meer lid worden met de oude link.",
"confirm_modal_revoke_channel_link": "Deze link echt intrekken? Na intrekken kan niemand meer lid worden met de oude link.",
"confirm_modal_delete_channel_md": "Kanaal echt verwijderen? \n\nBerichten worden gewist en alle deelnemers verwijderd.",
"confirm_modal_are_u_sure": "Weet je het zeker?",
"confirm_modal_logout_submit": "Uitloggen",
"confirm_modal_history_flush_submit": "Chat verwijderen",
@ -239,6 +254,10 @@ @@ -239,6 +254,10 @@
"conversation_invited_user_message": "gebruiker uitgenodigd",
"conversation_kicked_user_message": "gebruiker verwijderd",
"conversation_joined_by_link": "Neemt deel aan de groep",
"conversation_created_channel": "Kanaal gemaakt",
"conversation_changed_channel_name": "Kanaalnaam gewijzigd",
"conversation_changed_channel_photo": "Kanaalfoto bijgewerkt",
"conversation_removed_channel_photo": "Kanaalfoto verwijderd",
"conversation_message_sent": "heeft je een bericht gestuurd",
"conversation_forwarded_X_messages": "{'one': 'heeft {} bericht doorgestuurd', 'other': 'heeft {} berichten doorgestuurd'}",
"conversation_unknown_user": "Iemand",
@ -254,6 +273,10 @@ @@ -254,6 +273,10 @@
"message_service_joined_by_link": "Neemt deel aan de groep via uitnodigingslink",
"message_service_unsupported_action": "Ongeldige actie {action}",
"message_service_bot_intro_header": "Wat kan deze bot? ",
"message_service_created_channel": "Kanaal gemaakt",
"message_service_changed_channel_name": "Kanaalnaam gewijzigd naar {channel-name}",
"message_service_changed_channel_photo": "Kanaalfoto bijgewerkt",
"message_service_removed_channel_photo": "Kanaalfoto verwijderd",
"message_action_reply": "Antwoord",
"message_action_delete": "Verwijder",
"message_action_forward": "Doorsturen",
@ -302,6 +325,8 @@ @@ -302,6 +325,8 @@
"error_modal_password_disabled_descripion": "Twee-staps-verificatie uitgeschakeld.",
"error_modal_user_not_mutual_contact": "Gebruiker kan alleen door zijn contacten worden uitgenodigd",
"error_modal_invite_link_invalid": "De uitnodigingslink is ongeldig",
"error_modal_channel_not_accessible": "Sorry, dit kanaal is niet beschikbaar.",
"error_modal_not_contact_flood": "Je kunt momenteel alleen berichten sturen aan onderlingen contacten. {more-info-link: Meer info »}",
"head_telegram": "Telegram",
"head_new_group": "Nieuwe groep",
"head_new_contact": "Nieuw contact",
@ -367,6 +392,9 @@ @@ -367,6 +392,9 @@
"im_forward": "Doorsturen {count}",
"im_reply": "Antwoord",
"im_start": "Begin",
"im_channel_join": "Deelnemen",
"im_channel_mute": "Geluid uit",
"im_channel_unmute": "Stil uitschakelen",
"im_reply_loading": "Laden{dots}",
"im_photos_drop_text": "Sleep foto's hierheen om te versturen.",
"im_message_field_placeholder": "Bericht schrijven",
@ -383,8 +411,8 @@ @@ -383,8 +411,8 @@
"login_generating_key": "Sleutels genereren",
"login_generating_keys_info": "Sleutels worden eenmalig gegenereerd. Dit kan een paar minuten duren op langzamere apparaten, even geduld.",
"login_edit_number": "Telefoonnummer bewerken",
"login_enter_code_label_md": "We've sent you a code via **Telegram** (not SMS).\nPlease check your Telegram messages and enter the code below.",
"login_code_not_received": "Send code via SMS",
"login_enter_code_label_md": "Voer de code in die je zojuist hebt ontvangen\nin je vorige **Telegram** app (geen SMS).",
"login_code_not_received": "Code sturen via SMS",
"login_enter_sms_code_label_md": "We hebben je een sms-bericht gestuurd met de activatiecode.\nVoer deze hieronder in.",
"login_call_remaining": "Telegram belt je over {remaining}",
"login_calling": "Telegram belt je",

28
app/js/locales/pt-br.json

@ -25,6 +25,13 @@ @@ -25,6 +25,13 @@
"group_modal_menu_share_link": "Convidar ao grupo via link",
"group_modal_members": "Membros",
"group_modal_members_kick": "Remover",
"channel_modal_info": "Channel info",
"channel_modal_share_link": "Share link",
"channel_modal_share_loading": "Loading{dots}",
"channel_modal_join": "Join channel",
"channel_modal_add_member": "Invite members",
"channel_modal_leave_channel": "Leave channel",
"channel_modal_delete_channel": "Delete channel",
"country_select_modal_title": "País",
"settings_modal_title": "Configurações",
"settings_modal_menu_more": "Mais",
@ -153,6 +160,11 @@ @@ -153,6 +160,11 @@
"group_edit_name": "Nome do grupo",
"group_edit_submit": "Salvar",
"group_edit_submit_active": "Salvando...",
"channel_edit_modal_title": "Edit channel",
"channel_edit_name": "Channel name",
"channel_edit_about": "Channel description",
"channel_edit_submit": "Save",
"channel_edit_submit_active": "Saving...",
"group_invite_link_modal_title": "Link de convite",
"group_invite_link_link_label": "Copiar link",
"group_invite_link_loading": "Carregando...",
@ -182,7 +194,10 @@ @@ -182,7 +194,10 @@
"confirm_modal_abort_password_setup": "Cancelar verificação em duas etapas?",
"confirm_modal_reset_account_md": "Você tem certeza?\nEssa ação não pode ser desfeita.\n\nVocê perderá todos os seus chats e mensagens, assim como todas as suas mídias e arquivos compartilhados. Se você prosseguir e apagar a sua conta,",
"confirm_modal_join_group_link": "Você deseja entrar no grupo \"{title}\"?",
"confirm_modal_join_channel_link": "Do you want to join the channel «{title}»?",
"confirm_modal_revoke_group_link": "Você tem certeza que deseja desativar o link? Uma vez feito, ninguém conseguirá entrar no grupo usando-o.",
"confirm_modal_revoke_channel_link": "Are you sure you want to revoke this link? Once you do, no one will be able to join the channel using it.",
"confirm_modal_delete_channel_md": "Are you sure you want to delete this channel?\n\nAll messages will be removed and all messages will be lost.",
"confirm_modal_are_u_sure": "Você tem certeza?",
"confirm_modal_logout_submit": "Sair",
"confirm_modal_history_flush_submit": "Apagar chat",
@ -239,6 +254,10 @@ @@ -239,6 +254,10 @@
"conversation_invited_user_message": "usuário convidado",
"conversation_kicked_user_message": "usuário removido",
"conversation_joined_by_link": "entrou no grupo",
"conversation_created_channel": "Channel created",
"conversation_changed_channel_name": "Channel renamed",
"conversation_changed_channel_photo": "Channel photo updated",
"conversation_removed_channel_photo": "Channel photo removed",
"conversation_message_sent": "te enviou uma mensagem",
"conversation_forwarded_X_messages": "{'one': 'encaminhou {} mensagem', 'other': 'encaminhou {} mensagens'}",
"conversation_unknown_user": "Alguém",
@ -254,6 +273,10 @@ @@ -254,6 +273,10 @@
"message_service_joined_by_link": "entrou para o grupo via link de convite",
"message_service_unsupported_action": "ação sem suporte {action}",
"message_service_bot_intro_header": "O que esse bot pode fazer?",
"message_service_created_channel": "Channel created",
"message_service_changed_channel_name": "Channel renamed to {channel-name}",
"message_service_changed_channel_photo": "Channel photo updated",
"message_service_removed_channel_photo": "Channel photo removed",
"message_action_reply": "Responder",
"message_action_delete": "Apagar",
"message_action_forward": "Encaminhar",
@ -302,6 +325,8 @@ @@ -302,6 +325,8 @@
"error_modal_password_disabled_descripion": "Você deve desativar a verificação em duas etapas",
"error_modal_user_not_mutual_contact": "O usuário só pode ser convidado pelo seu contato",
"error_modal_invite_link_invalid": "Link de convite inválido",
"error_modal_channel_not_accessible": "Sorry, this channel is not accessible.",
"error_modal_not_contact_flood": "Sorry, you can only send messages to mutual contacts at the moment. {more-info-link: More info »}",
"head_telegram": "Telegram",
"head_new_group": "Novo grupo",
"head_new_contact": "Novo contato",
@ -367,6 +392,9 @@ @@ -367,6 +392,9 @@
"im_forward": "Encaminhar {count}",
"im_reply": "Responder",
"im_start": "Começar",
"im_channel_join": "+ Join",
"im_channel_mute": "Mute",
"im_channel_unmute": "Unmute",
"im_reply_loading": "Carregando{dots}",
"im_photos_drop_text": "Solte as fotos aqui para enviar",
"im_message_field_placeholder": "Escreva uma mensagem...",

28
app/js/locales/ru-ru.json

@ -25,6 +25,13 @@ @@ -25,6 +25,13 @@
"group_modal_menu_share_link": "Пригласить в группу по ссылке",
"group_modal_members": "Участники",
"group_modal_members_kick": "Исключить",
"channel_modal_info": "Channel info",
"channel_modal_share_link": "Share link",
"channel_modal_share_loading": "Loading{dots}",
"channel_modal_join": "Join channel",
"channel_modal_add_member": "Invite members",
"channel_modal_leave_channel": "Leave channel",
"channel_modal_delete_channel": "Delete channel",
"country_select_modal_title": "Страна",
"settings_modal_title": "Настройки",
"settings_modal_menu_more": "Ещё",
@ -153,6 +160,11 @@ @@ -153,6 +160,11 @@
"group_edit_name": "Название группы",
"group_edit_submit": "Сохранить",
"group_edit_submit_active": "Сохранение...",
"channel_edit_modal_title": "Edit channel",
"channel_edit_name": "Channel name",
"channel_edit_about": "Channel description",
"channel_edit_submit": "Save",
"channel_edit_submit_active": "Saving...",
"group_invite_link_modal_title": "Пригласительная ссылка",
"group_invite_link_link_label": "Скопировать ссылку",
"group_invite_link_loading": "Загрузка",
@ -182,7 +194,10 @@ @@ -182,7 +194,10 @@
"confirm_modal_abort_password_setup": "Отменить настройку двухэтапной аутентификации?",
"confirm_modal_reset_account_md": "Вы уверены?\nЭто действие не может быть отменено.\n\nВы потеряете все ваши чаты и сообщения, а также любые медиа и файлы, которыми вы делились, если выполните сброс своего аккаунта.",
"confirm_modal_join_group_link": "Хотите вступить в группу «[название]»?",
"confirm_modal_join_channel_link": "Do you want to join the channel «{title}»?",
"confirm_modal_revoke_group_link": "Хотите ли вы аннулировать данную ссылку? После этого никто не сможет вступить в группу с её помощью",
"confirm_modal_revoke_channel_link": "Are you sure you want to revoke this link? Once you do, no one will be able to join the channel using it.",
"confirm_modal_delete_channel_md": "Are you sure you want to delete this channel?\n\nAll messages will be removed and all messages will be lost.",
"confirm_modal_are_u_sure": "Вы уверены?",
"confirm_modal_logout_submit": "Выход",
"confirm_modal_history_flush_submit": "Удалить беседу",
@ -239,6 +254,10 @@ @@ -239,6 +254,10 @@
"conversation_invited_user_message": "приглашённый пользователь",
"conversation_kicked_user_message": "исключённый пользователь",
"conversation_joined_by_link": "присоединился к группе",
"conversation_created_channel": "Channel created",
"conversation_changed_channel_name": "Channel renamed",
"conversation_changed_channel_photo": "Channel photo updated",
"conversation_removed_channel_photo": "Channel photo removed",
"conversation_message_sent": "прислал(а) вам сообщение",
"conversation_forwarded_X_messages": "{'одно': 'отправленное {} сообщение', 'другие': 'отправленные {} сообщения'}",
"conversation_unknown_user": "Кто-то",
@ -254,6 +273,10 @@ @@ -254,6 +273,10 @@
"message_service_joined_by_link": "присоединился к группе по пригласительной ссылке",
"message_service_unsupported_action": "неподдерживаемое действие {action}",
"message_service_bot_intro_header": "Что этот бот может делать?",
"message_service_created_channel": "Channel created",
"message_service_changed_channel_name": "Channel renamed to {channel-name}",
"message_service_changed_channel_photo": "Channel photo updated",
"message_service_removed_channel_photo": "Channel photo removed",
"message_action_reply": "Ответить",
"message_action_delete": "Удалить",
"message_action_forward": "Переслать",
@ -302,6 +325,8 @@ @@ -302,6 +325,8 @@
"error_modal_password_disabled_descripion": "Вы отключили двухэтапную аутентификацию.",
"error_modal_user_not_mutual_contact": "Пользователь может быть приглашен только пользователем, у которого он есть в контактах",
"error_modal_invite_link_invalid": "Пригласительная ссылка недействительна",
"error_modal_channel_not_accessible": "Sorry, this channel is not accessible.",
"error_modal_not_contact_flood": "Sorry, you can only send messages to mutual contacts at the moment. {more-info-link: More info »}",
"head_telegram": "Telegram",
"head_new_group": "Новая группа",
"head_new_contact": "Новый контакт",
@ -367,6 +392,9 @@ @@ -367,6 +392,9 @@
"im_forward": "Переслать {count}",
"im_reply": "Ответить",
"im_start": "Старт",
"im_channel_join": "+ Join",
"im_channel_mute": "Mute",
"im_channel_unmute": "Unmute",
"im_reply_loading": "Загрузка{dots}",
"im_photos_drop_text": "Перетащите сюда фотографии, чтобы отправить их",
"im_message_field_placeholder": "Напишите сообщение...",

34
app/less/app.less

@ -3971,4 +3971,36 @@ a.countries_modal_search_clear { @@ -3971,4 +3971,36 @@ a.countries_modal_search_clear {
margin-left: 0;
}
}
}
}
@media print {
html, body {
background: #fff;
}
body .im_page_wrap {
border: 0;
box-shadow: none;
overflow: visible;
}
.im_dialogs_col_wrap,
.im_bottom_panel_wrap,
.tg_head_logo_wrap,
.tg_head_msgs_edit_btn,
.tg_head_peer_return_btn,
.tg_head_peer_dropdown {
display: none;
}
body .im_history_wrap {
height: auto !important;
}
body .nano-pane {
display: none;
}
body .nano > .nano-content {
position: static;
}
}

Loading…
Cancel
Save