Browse Source

merged with master

gh-pages
Igor Zhukov 10 years ago
parent
commit
e88b507631
  1. 2
      app.manifest
  2. 26
      css/app.css
  3. 17
      css/mobile.css
  4. BIN
      img/icons/ProfileIcons.png
  5. BIN
      img/icons/ProfileIcons_2x.png
  6. 50
      js/app.js
  7. 37
      js/locales/en-us.json
  8. 22
      js/locales/it-it.json
  9. 242
      js/locales/pt-br.json
  10. 16
      js/locales/ru-ru.json
  11. 13
      vendor/angular/i18n/angular-locale_de-de.js
  12. 15
      vendor/angular/i18n/angular-locale_en-us.js
  13. 17
      vendor/angular/i18n/angular-locale_es-es.js
  14. 19
      vendor/angular/i18n/angular-locale_it-it.js
  15. 21
      vendor/angular/i18n/angular-locale_nl-nl.js
  16. 52
      vendor/angular/i18n/angular-locale_pt-br.js
  17. 13
      vendor/angular/i18n/angular-locale_ru-ru.js
  18. 2
      webogram.appcache

2
app.manifest

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Time: Mon Jul 20 2015 01:22:28 GMT+0300 (EEST) # Time: Fri Oct 02 2015 16:26:31 GMT+0300 (MSK)
CACHE: CACHE:

26
css/app.css

@ -1,6 +1,8 @@
@charset "UTF-8"; @charset "UTF-8";
.ng-cloak,.ng-hide:not(.ng-hide-animate),.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important} .ng-cloak,.ng-hide:not(.ng-hide-animate),.x-ng-cloak,[data-ng-cloak],[ng-cloak],[ng\:cloak],[x-ng-cloak]{display:none!important}
ng\:form{display:block} ng\:form{display:block}
.ng-animate-shim{visibility:hidden}
.ng-anchor{position:absolute}
/*! /*!
* Bootstrap v3.2.0 (http://getbootstrap.com) * Bootstrap v3.2.0 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc. * Copyright 2011-2014 Twitter, Inc.
@ -1226,7 +1228,7 @@ a.tg_checkbox{color:#000;display:block;line-height:18px;padding:8px 0;margin:9px
a.tg_checkbox:hover{text-decoration:none} a.tg_checkbox:hover{text-decoration:none}
.tg_checkbox span.icon-checkbox-outer{float:right;display:inline-block;background-color:#e6e6e6;width:36px;height:14px;line-height:14px;vertical-align:middle;border-radius:8px;margin:3px 0;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s} .tg_checkbox span.icon-checkbox-outer{float:right;display:inline-block;background-color:#e6e6e6;width:36px;height:14px;line-height:14px;vertical-align:middle;border-radius:8px;margin:3px 0;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}
.tg_checkbox.tg_checkbox_on span.icon-checkbox-outer{background-color:#bfd9ed} .tg_checkbox.tg_checkbox_on span.icon-checkbox-outer{background-color:#bfd9ed}
.tg_checkbox i.icon-checkbox-inner{display:inline-block;background:#fff;width:20px;height:20px;border-radius:10px;overflow:hidden;float:left;margin-left:-6px;margin-top:-3px;-webkit-transition:all ease .1s;transition:all ease .1s;border:1px solid #E7E7E7;-webkit-box-shadow:0 0 1px rgba(0,0,0,.05);-moz-box-shadow:0 0 1px rgba(0,0,0,.05);box-shadow:0 0 1px rgba(0,0,0,.05)} .tg_checkbox i.icon-checkbox-inner{display:inline-block;background:#fff;width:20px;height:20px;border-radius:10px;overflow:hidden;float:left;margin-left:-1px;margin-top:-3px;-webkit-transition:all ease .1s;transition:all ease .1s;border:1px solid #E7E7E7;-webkit-box-shadow:0 0 1px rgba(0,0,0,.05);-moz-box-shadow:0 0 1px rgba(0,0,0,.05);box-shadow:0 0 1px rgba(0,0,0,.05)}
.tg_checkbox.tg_checkbox_on i.icon-checkbox-inner{background:#6b9bc2;margin-left:16px;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none} .tg_checkbox.tg_checkbox_on i.icon-checkbox-inner{background:#6b9bc2;margin-left:16px;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
.tg_checkbox_label{display:inline-block;line-height:18px;vertical-align:middle} .tg_checkbox_label{display:inline-block;line-height:18px;vertical-align:middle}
.tg_radios_wrap{margin:15px 0} .tg_radios_wrap{margin:15px 0}
@ -1436,8 +1438,8 @@ img.im_message_document_thumb{max-width:100px;max-height:100px;vertical-align:mi
.im_bot_intro_message_wrap{max-width:300px;padding:4px 10px;margin:10px auto;color:#000;line-height:1.4;text-align:left;font-size:13px} .im_bot_intro_message_wrap{max-width:300px;padding:4px 10px;margin:10px auto;color:#000;line-height:1.4;text-align:left;font-size:13px}
.im_bot_intro_message_header{font-weight:700;text-align:center} .im_bot_intro_message_header{font-weight:700;text-align:center}
.im_bot_intro_message{margin-top:10px} .im_bot_intro_message{margin-top:10px}
.im_service_message{display:inline-block;min-width:10px;padding:4px 7px;line-height:1.4;color:#999;text-align:center;border-radius:10px;margin:5px 0} .im_service_message{display:block;min-width:10px;padding:4px 7px;line-height:1.4;color:#999;text-align:center;border-radius:10px;margin:5px 0}
.im_service_message_photo_thumb{display:block;margin:0 auto} .im_service_message_photo_thumb{display:inline-block;margin:0 auto}
.im_message_date,.im_message_fwd_date{color:#adadad;font-size:.85em;padding:0 0 20px 10px} .im_message_date,.im_message_fwd_date{color:#adadad;font-size:.85em;padding:0 0 20px 10px}
div.im_message_author,div.im_message_body{display:block;overflow:hidden} div.im_message_author,div.im_message_body{display:block;overflow:hidden}
.im_message_body,.im_message_meta{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text} .im_message_body,.im_message_meta{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}
@ -1458,6 +1460,7 @@ div.im_message_author,div.im_message_body{display:block;overflow:hidden}
a.im_message_fwd_photo{position:absolute;margin-top:1px} a.im_message_fwd_photo{position:absolute;margin-top:1px}
.im_message_fwd_date{padding:0} .im_message_fwd_date{padding:0}
.im_message_text{word-wrap:break-word;line-height:150%} .im_message_text{word-wrap:break-word;line-height:150%}
.im_message_text pre{margin-bottom:0;max-height:300px;overflow:auto;padding:4px}
.im_message_photo_caption,.im_message_video_caption{clear:both;word-wrap:break-word;line-height:150%;margin-top:3px} .im_message_photo_caption,.im_message_video_caption{clear:both;word-wrap:break-word;line-height:150%;margin-top:3px}
.im_message_mymention{background:#fff8cc} .im_message_mymention{background:#fff8cc}
.reply_markup_wrap{margin:15px -2px 0} .reply_markup_wrap{margin:15px -2px 0}
@ -1632,7 +1635,8 @@ a.contacts_modal_search_clear{right:9px;margin-top:-24px}
.contacts_modal_members_list .active a.contacts_modal_contact,.contacts_modal_members_list .active a.contacts_modal_contact:hover,.contacts_modal_members_list a.contacts_modal_contact:hover{background:#f2f6fa} .contacts_modal_members_list .active a.contacts_modal_contact,.contacts_modal_members_list .active a.contacts_modal_contact:hover,.contacts_modal_members_list a.contacts_modal_contact:hover{background:#f2f6fa}
.contacts_modal_contact_name{display:block;color:#3C6E97;font-weight:700;margin:1px 0 2px} .contacts_modal_contact_name{display:block;color:#3C6E97;font-weight:700;margin:1px 0 2px}
.non_osx .contacts_modal_contact_name{font-size:12px} .non_osx .contacts_modal_contact_name{font-size:12px}
.contacts_modal_contact_photo{width:40px;height:40px;margin-right:10px;overflow:hidden;border-radius:2px} .contacts_modal_contact_photo{width:40px;height:40px;margin-right:10px;overflow:hidden;border-radius:20px}
.contacts_modal_contact_photo .peer_initials{line-height:40px;font-size:15px}
.contacts_modal_contact_status{color:#999} .contacts_modal_contact_status{color:#999}
.contacts_modal_members_list .active a.contacts_modal_contact .contacts_modal_contact_status,.contacts_modal_members_list .active a.contacts_modal_contact .md_modal_list_peer_description,a.contacts_modal_contact:hover .contacts_modal_contact_status,a.contacts_modal_contact:hover .md_modal_list_peer_description{color:#91a6ba} .contacts_modal_members_list .active a.contacts_modal_contact .contacts_modal_contact_status,.contacts_modal_members_list .active a.contacts_modal_contact .md_modal_list_peer_description,a.contacts_modal_contact:hover .contacts_modal_contact_status,a.contacts_modal_contact:hover .md_modal_list_peer_description{color:#91a6ba}
.chat_modal_participant_wrap{padding:8px 0;border-top:1px solid #F0F0F0} .chat_modal_participant_wrap{padding:8px 0;border-top:1px solid #F0F0F0}
@ -1641,8 +1645,9 @@ a.contacts_modal_search_clear{right:9px;margin-top:-24px}
.chat_modal_participant_name{display:block;color:#3C6E97;font-weight:700;margin:1px 0 2px} .chat_modal_participant_name{display:block;color:#3C6E97;font-weight:700;margin:1px 0 2px}
.non_osx .chat_modal_participant_name{font-size:12px} .non_osx .chat_modal_participant_name{font-size:12px}
.chat_modal_participant_status{color:#999} .chat_modal_participant_status{color:#999}
a.chat_modal_participant_photo{width:40px;height:40px;margin-right:10px;border-radius:2px;overflow:hidden} a.chat_modal_participant_photo{width:40px;height:40px;margin-right:10px;border-radius:20px;overflow:hidden}
img.chat_modal_participant_photo{width:40px;height:40px} img.chat_modal_participant_photo{width:40px;height:40px}
.chat_modal_participant_photo .peer_initials{line-height:40px;font-size:15px}
.chat_modal_members_forbidden{color:#999} .chat_modal_members_forbidden{color:#999}
.icon-contact-tick{position:absolute;right:10px;top:17px;display:inline-block;width:25px;height:25px;opacity:.5;background-image:url(../img/icons/IconsetW.png);background-repeat:no-repeat;background-position:-9px -516px} .icon-contact-tick{position:absolute;right:10px;top:17px;display:inline-block;width:25px;height:25px;opacity:.5;background-image:url(../img/icons/IconsetW.png);background-repeat:no-repeat;background-position:-9px -516px}
.is_2x .icon-contact-tick{background-image:url(../img/icons/IconsetW_2x.png);background-size:42px 1171px} .is_2x .icon-contact-tick{background-image:url(../img/icons/IconsetW_2x.png);background-size:42px 1171px}
@ -1696,7 +1701,7 @@ a.peer_photo_init:active,a.peer_photo_init:focus,a.peer_photo_init:hover{text-de
.peer_initials{display:block;color:#fff;text-align:center;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} .peer_initials{display:block;color:#fff;text-align:center;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.im_dialogs_contacts_wrap h5,.im_dialogs_messages_wrap h5{color:#999;font-size:13px;margin-left:20px;font-weight:700} .im_dialogs_contacts_wrap h5,.im_dialogs_messages_wrap h5{color:#999;font-size:13px;margin-left:20px;font-weight:700}
.img_gif_with_progress_wrap{position:relative;overflow:hidden;float:left;margin-top:3px;max-width:100%} .img_gif_with_progress_wrap{position:relative;overflow:hidden;float:left;margin-top:3px;max-width:100%}
.img_gif_thumb{-webkit-filter:blur(2px);-moz-filter:blur(2px);-o-filter:blur(2px);-ms-filter:blur(2px);filter:blur(2px);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');margin:-1px;padding:1px;max-width:100%} .img_gif_thumb{-webkit-filter:blur(3px);-moz-filter:blur(3px);-o-filter:blur(3px);-ms-filter:blur(3px);filter:blur(3px);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');margin:-1px;padding:1px;max-width:100%;height:auto}
.img_gif_image{max-width:100%} .img_gif_image{max-width:100%}
.img_gif_info_wrap{color:#fff;font-size:10px;position:absolute;bottom:0;left:0;right:0;padding:4px} .img_gif_info_wrap{color:#fff;font-size:10px;position:absolute;bottom:0;left:0;right:0;padding:4px}
.img_gif_label,.img_gif_size{padding:1px 8px;background:rgba(0,0,0,.5);border-radius:3px;overflow:hidden} .img_gif_label,.img_gif_size{padding:1px 8px;background:rgba(0,0,0,.5);border-radius:3px;overflow:hidden}
@ -1758,13 +1763,13 @@ a.peer_modal_photo,div.peer_modal_photo{display:block;margin-right:19px}
.md_modal_split_actions{position:absolute;right:25px;top:-26px} .md_modal_split_actions{position:absolute;right:25px;top:-26px}
.md_modal_split_actions_wrap{position:relative} .md_modal_split_actions_wrap{position:relative}
.md_modal_split_action_camera{display:inline-block;width:20px;height:18px;margin:17px 0 0 16px;background-image:url(../img/icons/ProfileIcons.png);background-repeat:no-repeat;background-position:-10px -164px} .md_modal_split_action_camera{display:inline-block;width:20px;height:18px;margin:17px 0 0 16px;background-image:url(../img/icons/ProfileIcons.png);background-repeat:no-repeat;background-position:-10px -164px}
.is_2x .md_modal_split_action_camera{background-image:url(../img/icons/ProfileIcons_2x.png);background-size:40px 360px} .is_2x .md_modal_split_action_camera{background-image:url(../img/icons/ProfileIcons_2x.png);background-size:40px 420px}
.md_modal_split_action:active .md_modal_split_action_camera,.md_modal_split_action:hover .md_modal_split_action_camera{background-position:-10px -192px} .md_modal_split_action:active .md_modal_split_action_camera,.md_modal_split_action:hover .md_modal_split_action_camera{background-position:-10px -192px}
.md_modal_split_action_twitter{display:inline-block;width:27px;height:22px;margin:17px 0 0 13px;background-image:url(../img/icons/ProfileIcons.png);background-repeat:no-repeat;background-position:-7px -280px} .md_modal_split_action_twitter{display:inline-block;width:27px;height:22px;margin:17px 0 0 13px;background-image:url(../img/icons/ProfileIcons.png);background-repeat:no-repeat;background-position:-7px -280px}
.is_2x .md_modal_split_action_twitter{background-image:url(../img/icons/ProfileIcons_2x.png);background-size:40px 360px} .is_2x .md_modal_split_action_twitter{background-image:url(../img/icons/ProfileIcons_2x.png);background-size:40px 420px}
.md_modal_split_action:active .md_modal_split_action_twitter,.md_modal_split_action:hover .md_modal_split_action_twitter{background-position:-7px -312px} .md_modal_split_action:active .md_modal_split_action_twitter,.md_modal_split_action:hover .md_modal_split_action_twitter{background-position:-7px -312px}
.md_modal_split_action_msg{display:inline-block;width:20px;height:20px;margin:18px 0 0 16px;background-image:url(../img/icons/ProfileIcons.png);background-repeat:no-repeat;background-position:-10px -220px} .md_modal_split_action_msg{display:inline-block;width:20px;height:20px;margin:18px 0 0 16px;background-image:url(../img/icons/ProfileIcons.png);background-repeat:no-repeat;background-position:-10px -220px}
.is_2x .md_modal_split_action_msg{background-image:url(../img/icons/ProfileIcons_2x.png);background-size:40px 360px} .is_2x .md_modal_split_action_msg{background-image:url(../img/icons/ProfileIcons_2x.png);background-size:40px 420px}
.md_modal_split_action:active .md_modal_split_action_msg,.md_modal_split_action:hover .md_modal_split_action_msg{background-position:-10px -250px} .md_modal_split_action:active .md_modal_split_action_msg,.md_modal_split_action:hover .md_modal_split_action_msg{background-position:-10px -250px}
.md_modal_iconed_section_wrap{position:relative;border-bottom:1px solid #ebebeb;margin:19px 0 0 120px;padding-right:28px} .md_modal_iconed_section_wrap{position:relative;border-bottom:1px solid #ebebeb;margin:19px 0 0 120px;padding-right:28px}
.md_modal_iconed_section_wrap:last-child{border-bottom:0} .md_modal_iconed_section_wrap:last-child{border-bottom:0}
@ -1773,11 +1778,12 @@ a.peer_modal_photo,div.peer_modal_photo{display:block;margin-right:19px}
.md_modal_iconed_section_radio{margin-top:1px} .md_modal_iconed_section_radio{margin-top:1px}
.md_modal_sections{padding-top:17px} .md_modal_sections{padding-top:17px}
.md_modal_section_icon{display:inline-block;margin-left:-64px;margin-top:5px;position:absolute;background-image:url(../img/icons/ProfileIcons.png);background-repeat:no-repeat;background-position:0 0} .md_modal_section_icon{display:inline-block;margin-left:-64px;margin-top:5px;position:absolute;background-image:url(../img/icons/ProfileIcons.png);background-repeat:no-repeat;background-position:0 0}
.is_2x .md_modal_section_icon{background-image:url(../img/icons/ProfileIcons_2x.png);background-size:40px 360px} .is_2x .md_modal_section_icon{background-image:url(../img/icons/ProfileIcons_2x.png);background-size:40px 420px}
.md_modal_iconed_section_toggle .md_modal_section_icon{margin-top:8px} .md_modal_iconed_section_toggle .md_modal_section_icon{margin-top:8px}
.md_modal_iconed_section_radio .md_modal_section_icon{margin-top:10px} .md_modal_iconed_section_radio .md_modal_section_icon{margin-top:10px}
.md_modal_iconed_section_link .md_modal_section_icon{margin-top:4px} .md_modal_iconed_section_link .md_modal_section_icon{margin-top:4px}
.md_modal_section_icon_phone{width:18px;height:18px;background-position:-12px -10px;margin-top:3px} .md_modal_section_icon_phone{width:18px;height:18px;background-position:-12px -10px;margin-top:3px}
.md_modal_section_icon_about{width:20px;height:20px;background-position:-10px -344px;margin-top:0}
.md_modal_section_icon_notification{width:17px;height:20px;background-position:-12px -38px} .md_modal_section_icon_notification{width:17px;height:20px;background-position:-12px -38px}
.md_modal_section_icon_keyboard{width:20px;height:14px;background-position:-10px -140px;margin-left:-66px} .md_modal_section_icon_keyboard{width:20px;height:14px;background-position:-10px -140px;margin-left:-66px}
.md_modal_section_icon_person{width:16px;height:16px;background-position:-12px -90px} .md_modal_section_icon_person{width:16px;height:16px;background-position:-12px -90px}

17
css/mobile.css

@ -307,6 +307,12 @@ html {
border-radius: 18px; border-radius: 18px;
overflow: hidden; overflow: hidden;
} }
.navbar-peer-wrap .peer_initials {
line-height: 36px;
font-size: 15px;
border-radius: 18px;
overflow: hidden;
}
.navbar_peer_not_selected .navbar-peer-wrap { .navbar_peer_not_selected .navbar-peer-wrap {
display: none; display: none;
} }
@ -787,6 +793,10 @@ a.im_message_from_photo {
div.im_dialog_photo { div.im_dialog_photo {
margin: 0 12px 0 0; margin: 0 12px 0 0;
} }
div.im_dialog_photo .peer_initials {
line-height: 54px;
font-size: 18px;
}
.im_dialog_peer, .im_dialog_peer,
.im_dialog_message { .im_dialog_message {
font-size: 1.3em; font-size: 1.3em;
@ -861,6 +871,9 @@ a.im_message_fwd_author {
background: #fff; background: #fff;
padding: 0; padding: 0;
} }
.mobile_modal.md_simple_modal_window .modal-dialog {
max-width: none;
}
.mobile_modal .modal-content { .mobile_modal .modal-content {
border-radius: 0; border-radius: 0;
box-shadow: none; box-shadow: none;
@ -891,6 +904,10 @@ a.im_message_fwd_author {
height: 64px; height: 64px;
margin-right: 14px; margin-right: 14px;
} }
.mobile_user_modal_image_wrap .peer_initials {
line-height: 64px;
font-size: 18px;
}
.mobile_chat_modal_image { .mobile_chat_modal_image {
margin-right: 14px; margin-right: 14px;
float: left; float: left;

BIN
img/icons/ProfileIcons.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
img/icons/ProfileIcons_2x.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

50
js/app.js

File diff suppressed because one or more lines are too long

37
js/locales/en-us.json

@ -27,6 +27,14 @@
"group_modal_members": "Members", "group_modal_members": "Members",
"group_modal_members_kick": "Remove", "group_modal_members_kick": "Remove",
"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": "Country", "country_select_modal_title": "Country",
"settings_modal_title": "Settings", "settings_modal_title": "Settings",
@ -173,6 +181,12 @@
"group_edit_submit": "Save", "group_edit_submit": "Save",
"group_edit_submit_active": "Saving...", "group_edit_submit_active": "Saving...",
"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": "Invite link", "group_invite_link_modal_title": "Invite link",
"group_invite_link_link_label": "Copy link", "group_invite_link_link_label": "Copy link",
"group_invite_link_loading": "Loading...", "group_invite_link_loading": "Loading...",
@ -203,7 +217,11 @@
"confirm_modal_abort_password_setup": "Abort two-step verification setup?", "confirm_modal_abort_password_setup": "Abort two-step verification setup?",
"confirm_modal_reset_account_md": "Are you sure?\nThis action can not be undone.\n\nYou will lose all your chats and messages, along with any media and files you shared, if you proceed with resetting your account.", "confirm_modal_reset_account_md": "Are you sure?\nThis action can not be undone.\n\nYou will lose all your chats and messages, along with any media and files you shared, if you proceed with resetting your account.",
"confirm_modal_join_group_link": "Do you want to join the group «{title}»?", "confirm_modal_join_group_link": "Do you want to join the group «{title}»?",
"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_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_are_u_sure": "Are you sure?", "confirm_modal_are_u_sure": "Are you sure?",
"confirm_modal_logout_submit": "Log out", "confirm_modal_logout_submit": "Log out",
@ -256,6 +274,7 @@
"conversation_media_location": "Location", "conversation_media_location": "Location",
"conversation_media_contact": "Contact", "conversation_media_contact": "Contact",
"conversation_media_attachment": "Attachment", "conversation_media_attachment": "Attachment",
"conversation_group_created": "created the group", "conversation_group_created": "created the group",
"conversation_group_renamed": "changed group name", "conversation_group_renamed": "changed group name",
"conversation_group_photo_updated": "changed group photo", "conversation_group_photo_updated": "changed group photo",
@ -267,6 +286,11 @@
"conversation_invited_user_message": "invited user", "conversation_invited_user_message": "invited user",
"conversation_kicked_user_message": "removed user", "conversation_kicked_user_message": "removed user",
"conversation_joined_by_link": "joined group", "conversation_joined_by_link": "joined group",
"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": "sent you a message", "conversation_message_sent": "sent you a message",
"conversation_forwarded_X_messages": "{'one': 'forwarded {} message', 'other': 'forwarded {} messages'}", "conversation_forwarded_X_messages": "{'one': 'forwarded {} message', 'other': 'forwarded {} messages'}",
@ -284,6 +308,10 @@
"message_service_joined_by_link": "joined group via invite link", "message_service_joined_by_link": "joined group via invite link",
"message_service_unsupported_action": "unsupported action {action}", "message_service_unsupported_action": "unsupported action {action}",
"message_service_bot_intro_header": "What can this bot do?", "message_service_bot_intro_header": "What can this bot do?",
"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": "Reply", "message_action_reply": "Reply",
"message_action_delete": "Delete", "message_action_delete": "Delete",
@ -336,6 +364,8 @@
"error_modal_password_disabled_descripion": "You have disabled Two-Step Verification.", "error_modal_password_disabled_descripion": "You have disabled Two-Step Verification.",
"error_modal_user_not_mutual_contact": "The user can be invited by his contact only", "error_modal_user_not_mutual_contact": "The user can be invited by his contact only",
"error_modal_invite_link_invalid": "The invite link is invalid", "error_modal_invite_link_invalid": "The invite link is 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_telegram": "Telegram",
@ -406,6 +436,9 @@
"im_forward": "Forward {count}", "im_forward": "Forward {count}",
"im_reply": "Reply", "im_reply": "Reply",
"im_start": "Start", "im_start": "Start",
"im_channel_join": "+ Join",
"im_channel_mute": "Mute",
"im_channel_unmute": "Unmute",
"im_reply_loading": "Loading{dots}", "im_reply_loading": "Loading{dots}",
"im_photos_drop_text": "Drop photos here to send", "im_photos_drop_text": "Drop photos here to send",
"im_message_field_placeholder": "Write a message...", "im_message_field_placeholder": "Write a message...",
@ -423,8 +456,8 @@
"login_generating_key": "Generating keys", "login_generating_key": "Generating keys",
"login_generating_keys_info": "Keys are only generated once. This can take a few minutes on slower devices, please be patient.", "login_generating_keys_info": "Keys are only generated once. This can take a few minutes on slower devices, please be patient.",
"login_edit_number": "Edit phone number", "login_edit_number": "Edit phone number",
"login_enter_code_label_md": "Please enter the code you've just received in your other **Telegram** app", "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": "Haven't received the code?", "login_code_not_received": "Send code via SMS",
"login_enter_sms_code_label_md": "We have sent you a code via SMS.\nPlease enter it below.", "login_enter_sms_code_label_md": "We have sent you a code via SMS.\nPlease enter it below.",
"login_call_remaining": "Telegram will call you in {remaining}", "login_call_remaining": "Telegram will call you in {remaining}",
"login_calling": "Telegram is calling you", "login_calling": "Telegram is calling you",

22
js/locales/it-it.json

@ -14,7 +14,7 @@
"group_modal_add_member": "Aggiungi membro", "group_modal_add_member": "Aggiungi membro",
"group_modal_return": "Ritorna nel gruppo", "group_modal_return": "Ritorna nel gruppo",
"group_modal_update_photo": "Aggiorna foto", "group_modal_update_photo": "Aggiorna foto",
"group_modal_update_active": "Aggiornamento", "group_modal_update_active": "Aggiorno",
"group_modal_menu_more": "Più", "group_modal_menu_more": "Più",
"group_modal_menu_delete_photo": "Elimina foto", "group_modal_menu_delete_photo": "Elimina foto",
"group_modal_menu_edit_group": "Modifica gruppo", "group_modal_menu_edit_group": "Modifica gruppo",
@ -91,7 +91,7 @@
"profile_edit_submit_active": "Salvataggio...", "profile_edit_submit_active": "Salvataggio...",
"username_edit_modal_title": "Cambia username", "username_edit_modal_title": "Cambia username",
"username_edit_placeholder": "Username", "username_edit_placeholder": "Username",
"username_edit_description_md": "Puoi scegliere un username su **Telegram**. Se lo fai, le persone potranno cercarti con il tuo nome utente e scriverti senza sapere il tuo numero di telefono. \n\nPuoi usare i caratteri a-z, 0-9 e l'underscore. La lunghezza minima è 5 caratteri.", "username_edit_description_md": "Puoi scegliere un username su **Telegram**. Se lo fai, le altre persone potranno trovarti tramite questo username e contattarti senza conoscere il tuo numero di telefono.\n\nPuoi usare i caratteri a-z, 0-9 e l'underscore. La lunghezza minima è 5 caratteri.",
"username_edit_submit": "Salva", "username_edit_submit": "Salva",
"username_edit_submit_active": "Salvataggio...", "username_edit_submit_active": "Salvataggio...",
"user_modal_menu_more": "Più", "user_modal_menu_more": "Più",
@ -232,7 +232,7 @@
"conversation_group_renamed": "ha cambiato il nome del gruppo", "conversation_group_renamed": "ha cambiato il nome del gruppo",
"conversation_group_photo_updated": "ha cambiato la foto del gruppo", "conversation_group_photo_updated": "ha cambiato la foto del gruppo",
"conversation_group_photo_removed": "ha eliminato la foto del gruppo", "conversation_group_photo_removed": "ha eliminato la foto del gruppo",
"conversation_returned_to_group": ritornato nel gruppo", "conversation_returned_to_group": "è tornato nel gruppo",
"conversation_invited_user": "ha aggiunto {user}", "conversation_invited_user": "ha aggiunto {user}",
"conversation_left_group": "ha lasciato il gruppo", "conversation_left_group": "ha lasciato il gruppo",
"conversation_kicked_user": "ha rimosso {user}", "conversation_kicked_user": "ha rimosso {user}",
@ -248,7 +248,7 @@
"message_service_changed_group_photo": "ha cambiato la foto del gruppo", "message_service_changed_group_photo": "ha cambiato la foto del gruppo",
"message_service_removed_group_photo": "ha eliminato la foto del gruppo", "message_service_removed_group_photo": "ha eliminato la foto del gruppo",
"message_service_invited_user": "ha aggiunto {user}", "message_service_invited_user": "ha aggiunto {user}",
"message_service_returned_to_group": ritornato nel gruppo", "message_service_returned_to_group": "è tornato nel gruppo",
"message_service_kicked_user": "ha rimosso {user}", "message_service_kicked_user": "ha rimosso {user}",
"message_service_left_group": "ha lasciato il gruppo", "message_service_left_group": "ha lasciato il gruppo",
"message_service_joined_by_link": "si è unito al gruppo tramite link di invito", "message_service_joined_by_link": "si è unito al gruppo tramite link di invito",
@ -273,8 +273,8 @@
"error_modal_password_success_title": "Fatto!", "error_modal_password_success_title": "Fatto!",
"error_modal_password_disabled_title": "Password disattivata", "error_modal_password_disabled_title": "Password disattivata",
"error_modal_media_not_supported_title": "Media non supportato", "error_modal_media_not_supported_title": "Media non supportato",
"error_modal_recovery_na_title": "Scusa", "error_modal_recovery_na_title": "Spiacenti",
"error_modal_network_description": "Per favore controlla la tua connessione a internet", "error_modal_network_description": "Per favore controlla la tua connessione a internet.",
"error_modal_firstname_invali_description": "Il nome che hai inserito non è valido", "error_modal_firstname_invali_description": "Il nome che hai inserito non è valido",
"error_modal_lastname_invalid_description": "Il cognome che hai inserito non è valido", "error_modal_lastname_invalid_description": "Il cognome che hai inserito non è valido",
"error_modal_phone_invalid_description": "Il numero di telefono che hai inserito non è valido", "error_modal_phone_invalid_description": "Il numero di telefono che hai inserito non è valido",
@ -282,11 +282,11 @@
"error_modal_photo_dimensions_invalid_description": "Le dimensioni della foto non sono valide, seleziona un altro file.", "error_modal_photo_dimensions_invalid_description": "Le dimensioni della foto non sono valide, seleziona un altro file.",
"error_modal_video_file_invalid_description": "L'estensione del file video non è valida o non è supportata, per favore selezione un altro file", "error_modal_video_file_invalid_description": "L'estensione del file video non è valida o non è supportata, per favore selezione un altro file",
"error_modal_photo_too_small_description": "La foto che hai fornito è troppo piccola", "error_modal_photo_too_small_description": "La foto che hai fornito è troppo piccola",
"error_modal_no_phone_user_description_md": "Siamo spiacenti, non c'è alcun account **Telegram** associato al numero che hai fornito.", "error_modal_no_phone_user_description_md": "Spiacenti, non c'è alcun account **Telegram** associato al numero che hai fornito.",
"error_modal_no_phone_users_description_md": "Siamo spiacenti, non c'è alcun account **Telegram** associato al numero che hai fornito.", "error_modal_no_phone_users_description_md": "Spiacenti, non c'è alcun account **Telegram** associato al numero che hai fornito.",
"error_modal_username_invalid_description": "Ci spiace, questo username non è consentito.", "error_modal_username_invalid_description": "Spiacenti, questo username non è consentito.",
"error_modal_phonebook_required_description": "Telegram ha bisogno di accedere alla tua rubrica per importare i contatti.", "error_modal_phonebook_required_description": "Telegram ha bisogno di accedere alla tua rubrica per importare i contatti.",
"error_modal_username_occupied_description": "Ci spiace, questo username è già stato preso", "error_modal_username_occupied_description": "Spiacenti, questo username è già stato preso",
"error_modal_media_not_supported_description": "Il tuo browser non può riprodurre questo media. Prova a scaricarlo e ad aprirlo in un lettore esterno.", "error_modal_media_not_supported_description": "Il tuo browser non può riprodurre questo media. Prova a scaricarlo e ad aprirlo in un lettore esterno.",
"error_modal_username_not_found_description": "Non esiste alcun account Telegram con l'username che hai fornito.", "error_modal_username_not_found_description": "Non esiste alcun account Telegram con l'username che hai fornito.",
"error_modal_bad_request_description": "Un parametro è mancante o errato.", "error_modal_bad_request_description": "Un parametro è mancante o errato.",
@ -326,7 +326,7 @@
"head_many_typing": "{name1}+{names}{dots}", "head_many_typing": "{name1}+{names}{dots}",
"head_waiting_for_network": "Attendo la rete", "head_waiting_for_network": "Attendo la rete",
"head_retry": "Riprova", "head_retry": "Riprova",
"head_connecting": "Connessione", "head_connecting": "Connetto",
"footer_twitter": "Twitter", "footer_twitter": "Twitter",
"im_new_group": "Nuovo gruppo", "im_new_group": "Nuovo gruppo",
"im_new_contact": "Nuovo contatto", "im_new_contact": "Nuovo contatto",

242
js/locales/pt-br.json

@ -492,205 +492,205 @@
"country_select_modal_country_td": "Chad", "country_select_modal_country_td": "Chad",
"country_select_modal_country_cl": "Chile", "country_select_modal_country_cl": "Chile",
"country_select_modal_country_cn": "China", "country_select_modal_country_cn": "China",
"country_select_modal_country_cx": "Christmas Island", "country_select_modal_country_cx": "Ilha Christmas",
"country_select_modal_country_cc": "Cocos (Keeling) Islands", "country_select_modal_country_cc": "Cocos (Keeling) Islands",
"country_select_modal_country_co": "Colombia", "country_select_modal_country_co": "Colômbia",
"country_select_modal_country_km": "Comoros", "country_select_modal_country_km": "Comoros",
"country_select_modal_country_cg": "Congo - Brazzaville", "country_select_modal_country_cg": "Congo - Brazzaville",
"country_select_modal_country_cd": "Congo - Kinshasa", "country_select_modal_country_cd": "Congo - Kinshasa",
"country_select_modal_country_ck": "Cook Islands", "country_select_modal_country_ck": "Ilhas Cook",
"country_select_modal_country_cr": "Costa Rica", "country_select_modal_country_cr": "Costa Rica",
"country_select_modal_country_ci": "Côte d’Ivoire", "country_select_modal_country_ci": "Costa do Marfim",
"country_select_modal_country_hr": "Croatia", "country_select_modal_country_hr": "Croácia",
"country_select_modal_country_cu": "Cuba", "country_select_modal_country_cu": "Cuba",
"country_select_modal_country_cw": "Curaçao", "country_select_modal_country_cw": "Curaçau",
"country_select_modal_country_cy": "Cyprus", "country_select_modal_country_cy": "Chipre",
"country_select_modal_country_cz": "Czech Republic", "country_select_modal_country_cz": "República Tcheca",
"country_select_modal_country_dk": "Denmark", "country_select_modal_country_dk": "Dinamarca",
"country_select_modal_country_dg": "Diego Garcia", "country_select_modal_country_dg": "Diego Garcia",
"country_select_modal_country_dj": "Djibouti", "country_select_modal_country_dj": "Djibouti",
"country_select_modal_country_dm": "Dominica", "country_select_modal_country_dm": "Domínica",
"country_select_modal_country_do": "Dominican Republic", "country_select_modal_country_do": "República Dominicana",
"country_select_modal_country_tl": "Timor-Leste", "country_select_modal_country_tl": "Timor-Leste",
"country_select_modal_country_ec": "Ecuador", "country_select_modal_country_ec": "Equador",
"country_select_modal_country_eg": "Egypt", "country_select_modal_country_eg": "Egito",
"country_select_modal_country_sv": "El Salvador", "country_select_modal_country_sv": "El Salvador",
"country_select_modal_country_gq": "Equatorial Guinea", "country_select_modal_country_gq": "Guiné Equatorial",
"country_select_modal_country_er": "Eritrea", "country_select_modal_country_er": "Eritreia",
"country_select_modal_country_ee": "Estonia", "country_select_modal_country_ee": "Estônia",
"country_select_modal_country_et": "Ethiopia", "country_select_modal_country_et": "Etpia",
"country_select_modal_country_fk": "Falkland Islands", "country_select_modal_country_fk": "Ilhas Malvinas",
"country_select_modal_country_fo": "Faroe Islands", "country_select_modal_country_fo": "Faroe Islands",
"country_select_modal_country_fj": "Fiji", "country_select_modal_country_fj": "Fiji",
"country_select_modal_country_fi": "Finland", "country_select_modal_country_fi": "Finlândia",
"country_select_modal_country_fr": "France", "country_select_modal_country_fr": "França",
"country_select_modal_country_gf": "French Guiana", "country_select_modal_country_gf": "French Guiana",
"country_select_modal_country_pf": "French Polynesia", "country_select_modal_country_pf": "Polinésia Francesa",
"country_select_modal_country_ga": "Gabon", "country_select_modal_country_ga": "Gabão",
"country_select_modal_country_gm": "Gambia", "country_select_modal_country_gm": "Gâmbia",
"country_select_modal_country_ge": "Georgia", "country_select_modal_country_ge": "Georgia",
"country_select_modal_country_de": "Germany", "country_select_modal_country_de": "Alemanha",
"country_select_modal_country_gh": "Ghana", "country_select_modal_country_gh": "Gana",
"country_select_modal_country_gi": "Gibraltar", "country_select_modal_country_gi": "Gibraltar",
"country_select_modal_country_gr": "Greece", "country_select_modal_country_gr": "Grécia",
"country_select_modal_country_gl": "Greenland", "country_select_modal_country_gl": "Groenlândia",
"country_select_modal_country_gd": "Grenada", "country_select_modal_country_gd": "Grenada",
"country_select_modal_country_gp": "Guadeloupe", "country_select_modal_country_gp": "Guadalupe",
"country_select_modal_country_gu": "Guam", "country_select_modal_country_gu": "Guam",
"country_select_modal_country_gt": "Guatemala", "country_select_modal_country_gt": "Guatemala",
"country_select_modal_country_gg": "Guernsey", "country_select_modal_country_gg": "Guernsey",
"country_select_modal_country_gn": "Guinea", "country_select_modal_country_gn": "Guinea",
"country_select_modal_country_gw": "Guinea-Bissau", "country_select_modal_country_gw": "Guiné-Bissau",
"country_select_modal_country_gy": "Guyana", "country_select_modal_country_gy": "Guiana",
"country_select_modal_country_ht": "Haiti", "country_select_modal_country_ht": "Haiti",
"country_select_modal_country_hn": "Honduras", "country_select_modal_country_hn": "Honduras",
"country_select_modal_country_hk": "Hong Kong SAR China", "country_select_modal_country_hk": "Hong Kong SAR China",
"country_select_modal_country_hu": "Hungary", "country_select_modal_country_hu": "Hungria",
"country_select_modal_country_is": "Iceland", "country_select_modal_country_is": "Islândia",
"country_select_modal_country_in": "India", "country_select_modal_country_in": "India",
"country_select_modal_country_id": "Indonesia", "country_select_modal_country_id": "Indonesia",
"country_select_modal_country_ir": "Iran", "country_select_modal_country_ir": "Irã",
"country_select_modal_country_iq": "Iraq", "country_select_modal_country_iq": "Iraque",
"country_select_modal_country_ie": "Ireland", "country_select_modal_country_ie": "Irlanda",
"country_select_modal_country_il": "Israel", "country_select_modal_country_il": "Israel",
"country_select_modal_country_it": "Italy", "country_select_modal_country_it": "Itália",
"country_select_modal_country_jm": "Jamaica", "country_select_modal_country_jm": "Jamaica",
"country_select_modal_country_sj": "Svalbard & Jan Mayen", "country_select_modal_country_sj": "Svalbard & Jan Mayen",
"country_select_modal_country_jp": "Japan", "country_select_modal_country_jp": "Japão",
"country_select_modal_country_je": "Jersey", "country_select_modal_country_je": "Jersey",
"country_select_modal_country_jo": "Jordan", "country_select_modal_country_jo": "Jordan",
"country_select_modal_country_kz": "Kazakhstan", "country_select_modal_country_kz": "Cazaquistão",
"country_select_modal_country_ke": "Kenya", "country_select_modal_country_ke": "Kenya",
"country_select_modal_country_ki": "Kiribati", "country_select_modal_country_ki": "Kiribati",
"country_select_modal_country_kp": "North Korea", "country_select_modal_country_kp": "Coréia do Norte",
"country_select_modal_country_kr": "South Korea", "country_select_modal_country_kr": "Coréia do Sul",
"country_select_modal_country_kw": "Kuwait", "country_select_modal_country_kw": "Kuwait",
"country_select_modal_country_kg": "Kyrgyzstan", "country_select_modal_country_kg": "Quirguistão",
"country_select_modal_country_la": "Laos", "country_select_modal_country_la": "Laos",
"country_select_modal_country_lv": "Latvia", "country_select_modal_country_lv": "Letônia",
"country_select_modal_country_lb": "Lebanon", "country_select_modal_country_lb": "Líbano",
"country_select_modal_country_ls": "Lesotho", "country_select_modal_country_ls": "Lesoto",
"country_select_modal_country_lr": "Liberia", "country_select_modal_country_lr": "Libéria",
"country_select_modal_country_ly": "Libya", "country_select_modal_country_ly": "Líbia",
"country_select_modal_country_li": "Liechtenstein", "country_select_modal_country_li": "Liechtenstein",
"country_select_modal_country_lt": "Lithuania", "country_select_modal_country_lt": "Litnia",
"country_select_modal_country_lu": "Luxembourg", "country_select_modal_country_lu": "Luxemburgo",
"country_select_modal_country_mo": "Macau SAR China", "country_select_modal_country_mo": "Macau SAR China",
"country_select_modal_country_mk": "Macedonia", "country_select_modal_country_mk": "Macedônia",
"country_select_modal_country_mg": "Madagascar", "country_select_modal_country_mg": "Madagascar",
"country_select_modal_country_mw": "Malawi", "country_select_modal_country_mw": "Maláui",
"country_select_modal_country_my": "Malaysia", "country_select_modal_country_my": "Malásia",
"country_select_modal_country_mv": "Maldives", "country_select_modal_country_mv": "Maldivas",
"country_select_modal_country_ml": "Mali", "country_select_modal_country_ml": "Mali",
"country_select_modal_country_mt": "Malta", "country_select_modal_country_mt": "Malta",
"country_select_modal_country_mh": "Marshall Islands", "country_select_modal_country_mh": "Ilhas Marshall",
"country_select_modal_country_mq": "Martinique", "country_select_modal_country_mq": "Martinica",
"country_select_modal_country_mr": "Mauritania", "country_select_modal_country_mr": "Mauritânia",
"country_select_modal_country_mu": "Mauritius", "country_select_modal_country_mu": "Mauritius",
"country_select_modal_country_yt": "Mayotte", "country_select_modal_country_yt": "Mayotte",
"country_select_modal_country_mx": "Mexico", "country_select_modal_country_mx": "México",
"country_select_modal_country_fm": "Micronesia", "country_select_modal_country_fm": "Micronésia",
"country_select_modal_country_md": "Moldova", "country_select_modal_country_md": "Moldova",
"country_select_modal_country_mc": "Monaco", "country_select_modal_country_mc": "Monaco",
"country_select_modal_country_mn": "Mongolia", "country_select_modal_country_mn": "Mongólia",
"country_select_modal_country_me": "Montenegro", "country_select_modal_country_me": "Montenegro",
"country_select_modal_country_ms": "Montserrat", "country_select_modal_country_ms": "Montserrat",
"country_select_modal_country_ma": "Morocco", "country_select_modal_country_ma": "Marrocos",
"country_select_modal_country_mz": "Mozambique", "country_select_modal_country_mz": "Moçambique",
"country_select_modal_country_na": "Namibia", "country_select_modal_country_na": "Namíbia",
"country_select_modal_country_nr": "Nauru", "country_select_modal_country_nr": "Nauru",
"country_select_modal_country_np": "Nepal", "country_select_modal_country_np": "Nepal",
"country_select_modal_country_nl": "Netherlands", "country_select_modal_country_nl": "Holanda",
"country_select_modal_country_nc": "New Caledonia", "country_select_modal_country_nc": "Nova Caledônia",
"country_select_modal_country_nz": "New Zealand", "country_select_modal_country_nz": "Nova Zelândia",
"country_select_modal_country_ni": "Nicaragua", "country_select_modal_country_ni": "Nicarágua",
"country_select_modal_country_ne": "Niger", "country_select_modal_country_ne": "Niger",
"country_select_modal_country_ng": "Nigeria", "country_select_modal_country_ng": "Nigéria",
"country_select_modal_country_nu": "Niue", "country_select_modal_country_nu": "Niue",
"country_select_modal_country_nf": "Norfolk Island", "country_select_modal_country_nf": "Ilha Norfolk",
"country_select_modal_country_mp": "Northern Mariana Islands", "country_select_modal_country_mp": "Ilhas Marianas do Norte",
"country_select_modal_country_no": "Norway", "country_select_modal_country_no": "Noruega",
"country_select_modal_country_om": "Oman", "country_select_modal_country_om": "Omã",
"country_select_modal_country_pk": "Pakistan", "country_select_modal_country_pk": "Paquistão",
"country_select_modal_country_pw": "Palau", "country_select_modal_country_pw": "Palau",
"country_select_modal_country_ps": "Palestinian Territories", "country_select_modal_country_ps": "Territórios Palestinos",
"country_select_modal_country_pa": "Panama", "country_select_modal_country_pa": "Panamá",
"country_select_modal_country_pg": "Papua New Guinea", "country_select_modal_country_pg": "Papua Nova Guiné",
"country_select_modal_country_py": "Paraguay", "country_select_modal_country_py": "Paraguai",
"country_select_modal_country_pe": "Peru", "country_select_modal_country_pe": "Peru",
"country_select_modal_country_ph": "Philippines", "country_select_modal_country_ph": "Filipinas",
"country_select_modal_country_pn": "Pitcairn Islands", "country_select_modal_country_pn": "Ilhas Pitcairn",
"country_select_modal_country_pl": "Poland", "country_select_modal_country_pl": "Polônia",
"country_select_modal_country_pt": "Portugal", "country_select_modal_country_pt": "Portugal",
"country_select_modal_country_pr": "Puerto Rico", "country_select_modal_country_pr": "Porto Rico",
"country_select_modal_country_qa": "Qatar", "country_select_modal_country_qa": "Catar",
"country_select_modal_country_re": "Réunion", "country_select_modal_country_re": "Réunion",
"country_select_modal_country_ro": "Romania", "country_select_modal_country_ro": "Romênia",
"country_select_modal_country_ru": "Russia", "country_select_modal_country_ru": "Rússia",
"country_select_modal_country_rw": "Rwanda", "country_select_modal_country_rw": "Ruanda",
"country_select_modal_country_bl": "St. Barthélemy", "country_select_modal_country_bl": "St. Barthélemy",
"country_select_modal_country_sh": "St. Helena", "country_select_modal_country_sh": "St. Helena",
"country_select_modal_country_kn": "St. Kitts & Nevis", "country_select_modal_country_kn": "St. Kitts & Nevis",
"country_select_modal_country_lc": "St. Lucia", "country_select_modal_country_lc": "St. Lucia",
"country_select_modal_country_mf": "St. Martin (France)", "country_select_modal_country_mf": "St. Martin (France)",
"country_select_modal_country_pm": "St. Pierre and Miquelon", "country_select_modal_country_pm": "St. Pierre and Miquelon",
"country_select_modal_country_vc": "St. Vincent and the Grenadines", "country_select_modal_country_vc": "São Vicente e Granadinas",
"country_select_modal_country_ws": "Samoa", "country_select_modal_country_ws": "Samoa",
"country_select_modal_country_sm": "San Marino", "country_select_modal_country_sm": "San Marino",
"country_select_modal_country_st": "São Tomé & Príncipe", "country_select_modal_country_st": "São Tomé & Príncipe",
"country_select_modal_country_sa": "Saudi Arabia", "country_select_modal_country_sa": "Arábia Saudita",
"country_select_modal_country_sn": "Senegal", "country_select_modal_country_sn": "Senegal",
"country_select_modal_country_rs": "Serbia", "country_select_modal_country_rs": "Serbia",
"country_select_modal_country_sc": "Seychelles", "country_select_modal_country_sc": "Seychelles",
"country_select_modal_country_sl": "Sierra Leone", "country_select_modal_country_sl": "Serra Leoa",
"country_select_modal_country_sg": "Singapore", "country_select_modal_country_sg": "Cingapura",
"country_select_modal_country_nl_bq3": "Sint Eustatius", "country_select_modal_country_nl_bq3": "Sint Eustatius",
"country_select_modal_country_sx": "Sint Maarten", "country_select_modal_country_sx": "Sint Maarten",
"country_select_modal_country_sk": "Slovakia", "country_select_modal_country_sk": "Eslováquia",
"country_select_modal_country_si": "Slovenia", "country_select_modal_country_si": "Eslovenia",
"country_select_modal_country_sb": "Solomon Islands", "country_select_modal_country_sb": "Ilhas Salomão",
"country_select_modal_country_so": "Somalia", "country_select_modal_country_so": "Somália",
"country_select_modal_country_za": "South Africa", "country_select_modal_country_za": "África do Sul",
"country_select_modal_country_gs": "South Georgia & South Sandwich Islands", "country_select_modal_country_gs": "Geórgia do Sul e Ilhas Sandwich do Sul",
"country_select_modal_country_ge_so": "South Ossetia", "country_select_modal_country_ge_so": "Ossétia do Sul",
"country_select_modal_country_ss": "South Sudan", "country_select_modal_country_ss": "Sudão do Sul",
"country_select_modal_country_es": "Spain", "country_select_modal_country_es": "Espanha",
"country_select_modal_country_lk": "Sri Lanka", "country_select_modal_country_lk": "Sri Lanka",
"country_select_modal_country_sd": "Sudan", "country_select_modal_country_sd": "Sudão",
"country_select_modal_country_sr": "Suriname", "country_select_modal_country_sr": "Suriname",
"country_select_modal_country_sj_no": "Svalbard", "country_select_modal_country_sj_no": "Svalbard",
"country_select_modal_country_sz": "Swaziland", "country_select_modal_country_sz": "Suazilândia",
"country_select_modal_country_se": "Sweden", "country_select_modal_country_se": "Suécia",
"country_select_modal_country_ch": "Switzerland", "country_select_modal_country_ch": "Suíça",
"country_select_modal_country_sy": "Syria", "country_select_modal_country_sy": "Síria",
"country_select_modal_country_tw": "Taiwan", "country_select_modal_country_tw": "Taiwan",
"country_select_modal_country_tj": "Tajikistan", "country_select_modal_country_tj": "Tajiquistão",
"country_select_modal_country_tz": "Tanzania", "country_select_modal_country_tz": "Tanzânia",
"country_select_modal_country_th": "Thailand", "country_select_modal_country_th": "Tailândia",
"country_select_modal_country_tg": "Togo", "country_select_modal_country_tg": "Togo",
"country_select_modal_country_tk": "Tokelau", "country_select_modal_country_tk": "Tokelau",
"country_select_modal_country_to": "Tonga", "country_select_modal_country_to": "Tonga",
"country_select_modal_country_tt": "Trinidad & Tobago", "country_select_modal_country_tt": "Trinidade e Tobago",
"country_select_modal_country_tn": "Tunisia", "country_select_modal_country_tn": "Tunisia",
"country_select_modal_country_tr": "Turkey", "country_select_modal_country_tr": "Turquia",
"country_select_modal_country_tm": "Turkmenistan", "country_select_modal_country_tm": "Turquemenistão",
"country_select_modal_country_tc": "Turks & Caicos Islands", "country_select_modal_country_tc": "As Ilhas Turcas e Caicos",
"country_select_modal_country_tv": "Tuvalu", "country_select_modal_country_tv": "Tuvalu",
"country_select_modal_country_ug": "Uganda", "country_select_modal_country_ug": "Uganda",
"country_select_modal_country_ua": "Ukraine", "country_select_modal_country_ua": "Ucrânia",
"country_select_modal_country_ae": "United Arab Emirates", "country_select_modal_country_ae": "Emirados Árabes Unidos",
"country_select_modal_country_uk": "United Kingdom", "country_select_modal_country_uk": "Reino Unido",
"country_select_modal_country_us": "United States", "country_select_modal_country_us": "Estados Unidos",
"country_select_modal_country_uy": "Uruguay", "country_select_modal_country_uy": "Uruguai",
"country_select_modal_country_vi": "U.S. Virgin Islands", "country_select_modal_country_vi": "Ilhas Virgens dos Estados Unidos",
"country_select_modal_country_uz": "Uzbekistan", "country_select_modal_country_uz": "Uzbequistão",
"country_select_modal_country_vu": "Vanuatu", "country_select_modal_country_vu": "Vanuatu",
"country_select_modal_country_ve": "Venezuela", "country_select_modal_country_ve": "Venezuela",
"country_select_modal_country_va": "Vatican City", "country_select_modal_country_va": "Cidade do Vaticano",
"country_select_modal_country_vn": "Vietnam", "country_select_modal_country_vn": "Vietnã",
"country_select_modal_country_wf": "Wallis & Futuna", "country_select_modal_country_wf": "Ilhas Wallis e Futuna",
"country_select_modal_country_ye": "Yemen", "country_select_modal_country_ye": "men",
"country_select_modal_country_zm": "Zambia", "country_select_modal_country_zm": "Zâmbia",
"country_select_modal_country_tz_uk": "Zanzibar", "country_select_modal_country_tz_uk": "Zanzibar",
"country_select_modal_country_zw": "Zimbabwe" "country_select_modal_country_zw": "Zimbábue"
} }

16
js/locales/ru-ru.json

@ -47,7 +47,7 @@
"settings_modal_enter_send_description_md": "**Enter** — отправка, **Shift + Enter** — новая строка", "settings_modal_enter_send_description_md": "**Enter** — отправка, **Shift + Enter** — новая строка",
"settings_modal_ctrl_enter_send_description_md": "**Ctrl + Enter** — отправка, **Enter** — новая строка", "settings_modal_ctrl_enter_send_description_md": "**Ctrl + Enter** — отправка, **Enter** — новая строка",
"settings_modal_send_on_enter": "Отправлять по нажатию Enter", "settings_modal_send_on_enter": "Отправлять по нажатию Enter",
"settings_switch_back_to_desktop": "Переключиться обратно в режим рабочего стола", "settings_switch_back_to_desktop": "Переключиться в режим рабочего стола",
"settings_modal_about": "О программе", "settings_modal_about": "О программе",
"settings_modal_source_code_github": "Исходный код на GitHub", "settings_modal_source_code_github": "Исходный код на GitHub",
"settings_modal_follow_us_twitter": "Читайте нас в Твиттере!", "settings_modal_follow_us_twitter": "Читайте нас в Твиттере!",
@ -156,8 +156,8 @@
"group_invite_link_modal_title": "Пригласительная ссылка", "group_invite_link_modal_title": "Пригласительная ссылка",
"group_invite_link_link_label": "Скопировать ссылку", "group_invite_link_link_label": "Скопировать ссылку",
"group_invite_link_loading": "Загрузка", "group_invite_link_loading": "Загрузка",
"group_invite_revoke_active": "Отмена", "group_invite_revoke_active": "Отмена...",
"group_invite_revoke": "Отменить", "group_invite_revoke": "Отозвать",
"confirm_modal_logout": "Вы действительно хотите выйти?", "confirm_modal_logout": "Вы действительно хотите выйти?",
"confirm_modal_update_reload": "Новая версия веб-клиента Telegram загружена. Запустить?", "confirm_modal_update_reload": "Новая версия веб-клиента Telegram загружена. Запустить?",
"confirm_modal_history_flush": "Вы уверены? Это действие не может быть отменено!", "confirm_modal_history_flush": "Вы уверены? Это действие не может быть отменено!",
@ -173,6 +173,7 @@
"confirm_modal_forward_to_peer": "Переслать пользователю {peer}?", "confirm_modal_forward_to_peer": "Переслать пользователю {peer}?",
"confirm_modal_send_to_peer": "Отправить пользователю {peer}?", "confirm_modal_send_to_peer": "Отправить пользователю {peer}?",
"confirm_modal_share_file_peer": "Поделиться с {peer}?", "confirm_modal_share_file_peer": "Поделиться с {peer}?",
"confirm_modal_invite_peer": "Пригласить в {peer}?",
"confirm_modal_apply_lang_with_reload_md": "Перезагрузить приложение для применения языка?", "confirm_modal_apply_lang_with_reload_md": "Перезагрузить приложение для применения языка?",
"confirm_modal_migrate_to_https_md": "Веб-клиент Telegram теперь поддерживает дополнительное SSL-шифрование. Хотите переключиться на HTTPS?\nHTTP-версия вскоре будет отключена.", "confirm_modal_migrate_to_https_md": "Веб-клиент Telegram теперь поддерживает дополнительное SSL-шифрование. Хотите переключиться на HTTPS?\nHTTP-версия вскоре будет отключена.",
"confirm_modal_resize_desktop_md": "Хотите переключиться на версию для рабочего стола?", "confirm_modal_resize_desktop_md": "Хотите переключиться на версию для рабочего стола?",
@ -180,7 +181,7 @@
"confirm_modal_recovery_email_empty_md": "Внимание! Уверены, что не хотите указать адрес электронной почты для восстановления?\n\nЕсли вы забудете пароль, то утратите доступ к вашему аккаунту Telegram", "confirm_modal_recovery_email_empty_md": "Внимание! Уверены, что не хотите указать адрес электронной почты для восстановления?\n\nЕсли вы забудете пароль, то утратите доступ к вашему аккаунту Telegram",
"confirm_modal_abort_password_setup": "Отменить настройку двухэтапной аутентификации?", "confirm_modal_abort_password_setup": "Отменить настройку двухэтапной аутентификации?",
"confirm_modal_reset_account_md": "Вы уверены?\nЭто действие не может быть отменено.\n\nВы потеряете все ваши чаты и сообщения, а также любые медиа и файлы, которыми вы делились, если выполните сброс своего аккаунта.", "confirm_modal_reset_account_md": "Вы уверены?\nЭто действие не может быть отменено.\n\nВы потеряете все ваши чаты и сообщения, а также любые медиа и файлы, которыми вы делились, если выполните сброс своего аккаунта.",
"confirm_modal_join_group_link": "Хотите ли вы вступить в группу \"[название]\"", "confirm_modal_join_group_link": "Хотите вступить в группу «[название]»?",
"confirm_modal_revoke_group_link": "Хотите ли вы аннулировать данную ссылку? После этого никто не сможет вступить в группу с её помощью", "confirm_modal_revoke_group_link": "Хотите ли вы аннулировать данную ссылку? После этого никто не сможет вступить в группу с её помощью",
"confirm_modal_are_u_sure": "Вы уверены?", "confirm_modal_are_u_sure": "Вы уверены?",
"confirm_modal_logout_submit": "Выход", "confirm_modal_logout_submit": "Выход",
@ -253,6 +254,11 @@
"message_service_joined_by_link": "присоединился к группе по пригласительной ссылке", "message_service_joined_by_link": "присоединился к группе по пригласительной ссылке",
"message_service_unsupported_action": "неподдерживаемое действие {action}", "message_service_unsupported_action": "неподдерживаемое действие {action}",
"message_service_bot_intro_header": "Что этот бот может делать?", "message_service_bot_intro_header": "Что этот бот может делать?",
"message_action_reply": "Ответить",
"message_action_delete": "Удалить",
"message_action_forward": "Переслать",
"message_action_select": "Выбрать",
"message_action_cancel": "Отмена",
"error_modal_warning_title": "Внимание", "error_modal_warning_title": "Внимание",
"error_modal_bad_request_title": "Ошибка", "error_modal_bad_request_title": "Ошибка",
"error_modal_unauthorized_title": "Необходима авторизация", "error_modal_unauthorized_title": "Необходима авторизация",
@ -355,7 +361,7 @@
"im_many_typing": "{name1}, {name2} и ещё {count} набирают{dots}", "im_many_typing": "{name1}, {name2} и ещё {count} набирают{dots}",
"im_conversation_single_typing": "набирает{dots}", "im_conversation_single_typing": "набирает{dots}",
"im_conversation_group_typing": "{name} набирает{dots}", "im_conversation_group_typing": "{name} набирает{dots}",
"im_delete_chat": "Удалить беседу", "im_delete_chat": "Удалить чат",
"im_clear_history": "Очистить историю", "im_clear_history": "Очистить историю",
"im_delete": "Удалить {count}", "im_delete": "Удалить {count}",
"im_forward": "Переслать {count}", "im_forward": "Переслать {count}",

13
vendor/angular/i18n/angular-locale_de-de.js vendored

@ -34,6 +34,15 @@ $provide.value("$locale", {
"Freitag", "Freitag",
"Samstag" "Samstag"
], ],
"ERANAMES": [
"v. Chr.",
"n. Chr."
],
"ERAS": [
"v. Chr.",
"n. Chr."
],
"FIRSTDAYOFWEEK": 0,
"MONTH": [ "MONTH": [
"Januar", "Januar",
"Februar", "Februar",
@ -71,6 +80,10 @@ $provide.value("$locale", {
"Nov.", "Nov.",
"Dez." "Dez."
], ],
"WEEKENDRANGE": [
5,
6
],
"fullDate": "EEEE, d. MMMM y", "fullDate": "EEEE, d. MMMM y",
"longDate": "d. MMMM y", "longDate": "d. MMMM y",
"medium": "dd.MM.y HH:mm:ss", "medium": "dd.MM.y HH:mm:ss",

15
vendor/angular/i18n/angular-locale_en-us.js vendored

@ -34,6 +34,15 @@ $provide.value("$locale", {
"Friday", "Friday",
"Saturday" "Saturday"
], ],
"ERANAMES": [
"Before Christ",
"Anno Domini"
],
"ERAS": [
"BC",
"AD"
],
"FIRSTDAYOFWEEK": 6,
"MONTH": [ "MONTH": [
"January", "January",
"February", "February",
@ -71,6 +80,10 @@ $provide.value("$locale", {
"Nov", "Nov",
"Dec" "Dec"
], ],
"WEEKENDRANGE": [
5,
6
],
"fullDate": "EEEE, MMMM d, y", "fullDate": "EEEE, MMMM d, y",
"longDate": "MMMM d, y", "longDate": "MMMM d, y",
"medium": "MMM d, y h:mm:ss a", "medium": "MMM d, y h:mm:ss a",
@ -102,7 +115,7 @@ $provide.value("$locale", {
"maxFrac": 2, "maxFrac": 2,
"minFrac": 2, "minFrac": 2,
"minInt": 1, "minInt": 1,
"negPre": "\u00a4-", "negPre": "-\u00a4",
"negSuf": "", "negSuf": "",
"posPre": "\u00a4", "posPre": "\u00a4",
"posSuf": "" "posSuf": ""

17
vendor/angular/i18n/angular-locale_es-es.js vendored

@ -16,6 +16,15 @@ $provide.value("$locale", {
"viernes", "viernes",
"s\u00e1bado" "s\u00e1bado"
], ],
"ERANAMES": [
"antes de Cristo",
"despu\u00e9s de Cristo"
],
"ERAS": [
"a. C.",
"d. C."
],
"FIRSTDAYOFWEEK": 0,
"MONTH": [ "MONTH": [
"enero", "enero",
"febrero", "febrero",
@ -53,10 +62,14 @@ $provide.value("$locale", {
"nov.", "nov.",
"dic." "dic."
], ],
"WEEKENDRANGE": [
5,
6
],
"fullDate": "EEEE, d 'de' MMMM 'de' y", "fullDate": "EEEE, d 'de' MMMM 'de' y",
"longDate": "d 'de' MMMM 'de' y", "longDate": "d 'de' MMMM 'de' y",
"medium": "d/M/y H:mm:ss", "medium": "d MMM y H:mm:ss",
"mediumDate": "d/M/y", "mediumDate": "d MMM y",
"mediumTime": "H:mm:ss", "mediumTime": "H:mm:ss",
"short": "d/M/yy H:mm", "short": "d/M/yy H:mm",
"shortDate": "d/M/yy", "shortDate": "d/M/yy",

19
vendor/angular/i18n/angular-locale_it-it.js vendored

@ -34,6 +34,15 @@ $provide.value("$locale", {
"venerd\u00ec", "venerd\u00ec",
"sabato" "sabato"
], ],
"ERANAMES": [
"a.C.",
"d.C."
],
"ERAS": [
"aC",
"dC"
],
"FIRSTDAYOFWEEK": 0,
"MONTH": [ "MONTH": [
"gennaio", "gennaio",
"febbraio", "febbraio",
@ -71,10 +80,14 @@ $provide.value("$locale", {
"nov", "nov",
"dic" "dic"
], ],
"WEEKENDRANGE": [
5,
6
],
"fullDate": "EEEE d MMMM y", "fullDate": "EEEE d MMMM y",
"longDate": "dd MMMM y", "longDate": "d MMMM y",
"medium": "dd/MMM/y HH:mm:ss", "medium": "dd MMM y HH:mm:ss",
"mediumDate": "dd/MMM/y", "mediumDate": "dd MMM y",
"mediumTime": "HH:mm:ss", "mediumTime": "HH:mm:ss",
"short": "dd/MM/yy HH:mm", "short": "dd/MM/yy HH:mm",
"shortDate": "dd/MM/yy", "shortDate": "dd/MM/yy",

21
vendor/angular/i18n/angular-locale_nl-nl.js vendored

@ -22,8 +22,8 @@ function getVF(n, opt_precision) {
$provide.value("$locale", { $provide.value("$locale", {
"DATETIME_FORMATS": { "DATETIME_FORMATS": {
"AMPMS": [ "AMPMS": [
"AM", "a.m.",
"PM" "p.m."
], ],
"DAY": [ "DAY": [
"zondag", "zondag",
@ -34,6 +34,15 @@ $provide.value("$locale", {
"vrijdag", "vrijdag",
"zaterdag" "zaterdag"
], ],
"ERANAMES": [
"voor Christus",
"na Christus"
],
"ERAS": [
"v.Chr.",
"n.Chr."
],
"FIRSTDAYOFWEEK": 0,
"MONTH": [ "MONTH": [
"januari", "januari",
"februari", "februari",
@ -71,6 +80,10 @@ $provide.value("$locale", {
"nov.", "nov.",
"dec." "dec."
], ],
"WEEKENDRANGE": [
5,
6
],
"fullDate": "EEEE d MMMM y", "fullDate": "EEEE d MMMM y",
"longDate": "d MMMM y", "longDate": "d MMMM y",
"medium": "d MMM y HH:mm:ss", "medium": "d MMM y HH:mm:ss",
@ -102,8 +115,8 @@ $provide.value("$locale", {
"maxFrac": 2, "maxFrac": 2,
"minFrac": 2, "minFrac": 2,
"minInt": 1, "minInt": 1,
"negPre": "\u00a4\u00a0", "negPre": "\u00a4\u00a0-",
"negSuf": "-", "negSuf": "",
"posPre": "\u00a4\u00a0", "posPre": "\u00a4\u00a0",
"posSuf": "" "posSuf": ""
} }

52
vendor/angular/i18n/angular-locale_pt-br.js vendored

@ -1,37 +1,6 @@
'use strict'; 'use strict';
angular.module("ngLocale", [], ["$provide", function($provide) { angular.module("ngLocale", [], ["$provide", function($provide) {
var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"};
function getDecimals(n) {
n = n + '';
var i = n.indexOf('.');
return (i == -1) ? 0 : n.length - i - 1;
}
function getVF(n, opt_precision) {
var v = opt_precision;
if (undefined === v) {
v = Math.min(getDecimals(n), 3);
}
var base = Math.pow(10, v);
var f = ((n * base) | 0) % base;
return {v: v, f: f};
}
function getWT(v, f) {
if (f === 0) {
return {w: 0, t: 0};
}
while ((f % 10) === 0) {
f /= 10;
v--;
}
return {w: v, t: f};
}
$provide.value("$locale", { $provide.value("$locale", {
"DATETIME_FORMATS": { "DATETIME_FORMATS": {
"AMPMS": [ "AMPMS": [
@ -47,6 +16,15 @@ $provide.value("$locale", {
"sexta-feira", "sexta-feira",
"s\u00e1bado" "s\u00e1bado"
], ],
"ERANAMES": [
"Antes de Cristo",
"Ano do Senhor"
],
"ERAS": [
"a.C.",
"d.C."
],
"FIRSTDAYOFWEEK": 6,
"MONTH": [ "MONTH": [
"janeiro", "janeiro",
"fevereiro", "fevereiro",
@ -84,10 +62,14 @@ $provide.value("$locale", {
"nov", "nov",
"dez" "dez"
], ],
"WEEKENDRANGE": [
5,
6
],
"fullDate": "EEEE, d 'de' MMMM 'de' y", "fullDate": "EEEE, d 'de' MMMM 'de' y",
"longDate": "d 'de' MMMM 'de' y", "longDate": "d 'de' MMMM 'de' y",
"medium": "dd/MM/y HH:mm:ss", "medium": "d 'de' MMM 'de' y HH:mm:ss",
"mediumDate": "dd/MM/y", "mediumDate": "d 'de' MMM 'de' y",
"mediumTime": "HH:mm:ss", "mediumTime": "HH:mm:ss",
"short": "dd/MM/yy HH:mm", "short": "dd/MM/yy HH:mm",
"shortDate": "dd/MM/yy", "shortDate": "dd/MM/yy",
@ -115,7 +97,7 @@ $provide.value("$locale", {
"maxFrac": 2, "maxFrac": 2,
"minFrac": 2, "minFrac": 2,
"minInt": 1, "minInt": 1,
"negPre": "\u00a4-", "negPre": "-\u00a4",
"negSuf": "", "negSuf": "",
"posPre": "\u00a4", "posPre": "\u00a4",
"posSuf": "" "posSuf": ""
@ -123,6 +105,6 @@ $provide.value("$locale", {
] ]
}, },
"id": "pt-br", "id": "pt-br",
"pluralCat": function(n, opt_precision) { var i = n | 0; var vf = getVF(n, opt_precision); var wt = getWT(vf.v, vf.f); if (i == 1 && vf.v == 0 || i == 0 && wt.t == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} "pluralCat": function(n, opt_precision) { if (n >= 0 && n <= 2 && n != 2) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;}
}); });
}]); }]);

13
vendor/angular/i18n/angular-locale_ru-ru.js vendored

@ -34,6 +34,15 @@ $provide.value("$locale", {
"\u043f\u044f\u0442\u043d\u0438\u0446\u0430", "\u043f\u044f\u0442\u043d\u0438\u0446\u0430",
"\u0441\u0443\u0431\u0431\u043e\u0442\u0430" "\u0441\u0443\u0431\u0431\u043e\u0442\u0430"
], ],
"ERANAMES": [
"\u0434\u043e \u043d. \u044d.",
"\u043d. \u044d."
],
"ERAS": [
"\u0434\u043e \u043d. \u044d.",
"\u043d. \u044d."
],
"FIRSTDAYOFWEEK": 0,
"MONTH": [ "MONTH": [
"\u044f\u043d\u0432\u0430\u0440\u044f", "\u044f\u043d\u0432\u0430\u0440\u044f",
"\u0444\u0435\u0432\u0440\u0430\u043b\u044f", "\u0444\u0435\u0432\u0440\u0430\u043b\u044f",
@ -71,6 +80,10 @@ $provide.value("$locale", {
"\u043d\u043e\u044f\u0431.", "\u043d\u043e\u044f\u0431.",
"\u0434\u0435\u043a." "\u0434\u0435\u043a."
], ],
"WEEKENDRANGE": [
5,
6
],
"fullDate": "EEEE, d MMMM y '\u0433'.", "fullDate": "EEEE, d MMMM y '\u0433'.",
"longDate": "d MMMM y '\u0433'.", "longDate": "d MMMM y '\u0433'.",
"medium": "d MMM y '\u0433'. H:mm:ss", "medium": "d MMM y '\u0433'. H:mm:ss",

2
webogram.appcache

@ -1,5 +1,5 @@
CACHE MANIFEST CACHE MANIFEST
# Time: Mon Jul 20 2015 01:22:28 GMT+0300 (EEST) # Time: Fri Oct 02 2015 16:26:31 GMT+0300 (MSK)
CACHE: CACHE:

Loading…
Cancel
Save