2021-05-03 14:08:29 +00:00
|
|
|
|
from tests import transl
|
2021-04-30 09:31:39 +00:00
|
|
|
|
chats = {
|
|
|
|
|
'All Whopping Dassierat': {
|
|
|
|
|
'preview': 'unread 1-1',
|
|
|
|
|
'unread' : '1',
|
|
|
|
|
'messages': {
|
|
|
|
|
'pic with descr',
|
|
|
|
|
'unread 1-1'
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
'#before-upgrade':{
|
|
|
|
|
'preview_messages':{
|
|
|
|
|
'status_im': {'txt':'1) https://our.status.im/tag/news-and-announcements/',
|
|
|
|
|
'title': 'News & Announcements - Our Status',
|
|
|
|
|
'subtitle':'Our Status'},
|
|
|
|
|
'youtu.be': {'txt':'short youtu.be https://youtu.be/LesnixX76YY',
|
|
|
|
|
'title':'Short URLs or Branded Links?',
|
|
|
|
|
'subtitle': 'YouTube'},
|
|
|
|
|
'youtube': {'txt': '2. YOTUBE full https://www.youtube.com/watch?v=5sd7gJTnFRM',
|
|
|
|
|
'title': 'Animal ДжаZ — Чувства',
|
|
|
|
|
'subtitle': 'YouTube'},
|
|
|
|
|
'gph.is': {'txt':'4. short vertical gif https://gph.is/2jG1Xjj'},
|
|
|
|
|
'giphy.com': {'txt':'5. long landscape gif https://giphy.com/gifs/thegoodplace-season-1-episode-11-3oxHQoD2rep6XGbDDa'},
|
|
|
|
|
'media.giphy': {'txt':'6. media gif https://media.giphy.com/media/iFxXouCf76ZencqIRP/giphy.gif'},
|
|
|
|
|
'github': {'txt': '7. github. com https://github.com/status-im/status-react/ ',
|
2021-08-10 11:45:08 +00:00
|
|
|
|
#'title': 'status-im/status-react',
|
|
|
|
|
'title':'GitHub - status-im/status-react: a free (libre) open source, mobile OS for Ethereum',
|
2021-04-30 09:31:39 +00:00
|
|
|
|
'subtitle': 'GitHub'}
|
|
|
|
|
},
|
2021-05-25 11:43:38 +00:00
|
|
|
|
},
|
|
|
|
|
'#before-upgrade-2':{
|
|
|
|
|
'mention': 'Burlywood Vapid Zethuswasp be my friend',
|
|
|
|
|
'long': 'Папирус (др.-греч. πάπῡρος, лат. papyrus), или би́блиос (др.-греч. βιβλίος), также ха́рта',
|
|
|
|
|
'reply': 'reply',
|
|
|
|
|
},
|
|
|
|
|
'#before-upgrade-3':{
|
|
|
|
|
'tag': '#what-is-going-on',
|
|
|
|
|
'quoted': 'quoted 1',
|
|
|
|
|
'markdown_text_messages': [
|
|
|
|
|
'inline code',
|
|
|
|
|
'bold text in asterics',
|
|
|
|
|
'bold text in underscores',
|
|
|
|
|
'italic text in asteric',
|
|
|
|
|
'italic text in underscore',
|
|
|
|
|
'code blocks\n8\n9']
|
2021-04-30 09:31:39 +00:00
|
|
|
|
},
|
2021-08-10 11:45:08 +00:00
|
|
|
|
'#before-upgrade-4': {
|
|
|
|
|
'long': 'Папи́рус (др.-греч. πάπῡρος, лат. papyrus), или би́блиос (др.-греч. βιβλίος, лат. biblos), также ха́рта',
|
|
|
|
|
},
|
|
|
|
|
|
2021-04-30 09:31:39 +00:00
|
|
|
|
'Thoughtful Stupendous Graywolf': {
|
|
|
|
|
'preview':'hey Thoughtful Stupendous Graywolf !',
|
|
|
|
|
},
|
|
|
|
|
'Royal Defensive Solenodon': {
|
|
|
|
|
'preview':'Request address for transaction accepted',
|
2021-04-30 14:11:52 +00:00
|
|
|
|
'messages': {
|
|
|
|
|
'audio': {
|
2021-12-16 16:25:42 +00:00
|
|
|
|
'length': '00:10',
|
|
|
|
|
'timestamp': '1:02 PM'
|
2021-04-30 14:11:52 +00:00
|
|
|
|
},
|
2021-05-03 14:08:29 +00:00
|
|
|
|
},
|
|
|
|
|
'commands':{
|
2021-12-16 16:25:42 +00:00
|
|
|
|
'incoming_ETH_shared': {
|
|
|
|
|
'value': '0.01 ETHro',
|
2021-04-30 14:11:52 +00:00
|
|
|
|
'status': "Shared 'Ethereum account'"
|
|
|
|
|
},
|
|
|
|
|
'incoming_ETH_confirmed': {
|
2021-12-16 16:25:42 +00:00
|
|
|
|
'value': '0.1 ETHro',
|
2021-05-03 14:08:29 +00:00
|
|
|
|
'status': transl["status-confirmed"]
|
2021-04-30 14:11:52 +00:00
|
|
|
|
},
|
|
|
|
|
'incoming_ETH_declined': {
|
2021-12-16 16:25:42 +00:00
|
|
|
|
'value': '20 ETHro',
|
2021-05-03 14:08:29 +00:00
|
|
|
|
'status': transl["transaction-declined"]
|
2021-04-30 14:11:52 +00:00
|
|
|
|
},
|
|
|
|
|
'incoming_STT_confirmed': {
|
|
|
|
|
'value': '200 STT',
|
2021-05-03 14:08:29 +00:00
|
|
|
|
'status': transl["status-confirmed"]
|
2021-04-30 14:11:52 +00:00
|
|
|
|
},
|
|
|
|
|
'outgoing_STT_sign': {
|
2021-05-03 14:08:29 +00:00
|
|
|
|
'value': '5 STT',
|
|
|
|
|
'status': transl["address-request-accepted"],
|
2021-04-30 14:11:52 +00:00
|
|
|
|
},
|
2021-05-03 14:08:29 +00:00
|
|
|
|
},
|
2021-04-30 09:31:39 +00:00
|
|
|
|
}
|
2021-05-03 14:08:29 +00:00
|
|
|
|
}
|