@ -32,7 +32,7 @@ class EditedTimestamp extends React.PureComponent {
renderHeader=items=>{
return(
<FormattedMessageid='status.edited_x_times'defaultMessage='Edited {count, plural, one {{count} time} other {{count} times}}' values={{count:items.size-1}}/>
<FormattedMessageid='status.edited_x_times'defaultMessage='Edited {count, plural, one {# time} other {# times}}' values={{count:items.size-1}}/>
@ -32,17 +32,14 @@ function ShortNumber({ value, renderer, children }) {
constshortNumber=toShortNumber(value);
const[,division]=shortNumber;
//eslint-disable-next-lineeqeqeq
if(children!=null&&renderer!=null){
console.warn('Both renderer prop and renderer as a child provided. This is a mistake and you really should fix that. Only renderer passed as a child will be used.');
@ -45,7 +45,7 @@ class Report extends ImmutablePureComponent {
<divclassName='notification__report__details'>
<div>
<RelativeTimestamptimestamp={report.get('created_at')}short={false}/>·<FormattedMessageid='report_notification.attached_statuses'defaultMessage='{count, plural, one {{count} post} other {{count} posts}} attached' values={{count:report.get('status_ids').size}}/>
<RelativeTimestamptimestamp={report.get('created_at')}short={false}/>·<FormattedMessageid='report_notification.attached_statuses'defaultMessage='{count, plural, one {# post} other {# posts}} attached' values={{count:report.get('status_ids').size}}/>
redraftMessage:{id:'confirmations.redraft.message',defaultMessage:'Are you sure you want to delete this status and re-draft it? You will lose all replies, boosts and favourites to it.'},
revealAll:{id:'status.show_more_all',defaultMessage:'Show more for all'},
hideAll:{id:'status.show_less_all',defaultMessage:'Show less for all'},
statusTitleWithAttachments:{id:'status.title.with_attachments',defaultMessage:'{user} posted {attachmentCount, plural, one {an attachment} other {{attachmentCount} attachments}}' },
statusTitleWithAttachments:{id:'status.title.with_attachments',defaultMessage:'{user} posted {attachmentCount, plural, one {an attachment} other {# attachments}}' },
replyMessage:{id:'confirmations.reply.message',defaultMessage:'Replying now will overwrite the message you are currently composing. Are you sure you want to proceed?'},
@ -559,8 +559,10 @@ class Status extends ImmutablePureComponent {
this.column.scrollTop();
};
renderChildren(list){
returnlist.map(id=>(
renderChildren(list,ancestors){
const{params:{statusId}}=this.props;
returnlist.map((id,i)=>(
<StatusContainer
key={id}
id={id}
@ -568,6 +570,9 @@ class Status extends ImmutablePureComponent {
onMoveUp={this.handleMoveUp}
onMoveDown={this.handleMoveDown}
contextType='thread'
previousId={i>0&&list.get(i-1)}
nextId={list.get(i+1)||(ancestors&&statusId)}
rootId={statusId}
/>
));
}
@ -628,7 +633,7 @@ class Status extends ImmutablePureComponent {
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"follow_recommendations.done":"Done",
"follow_recommendations.heading":"Follow people you'd like to see posts from! Here are some suggestions.",
"follow_recommendations.lead":"Plasings van mense wat jy volg, kom chronologies in jou tuisvoer verby. Moenie huiwer nie. Volg na hartelus. As daar mense is wie se plasings jy nie meer wil sien nie, ontvolg hulle net!",
"onboarding.page_one.federation":"{domain} is an \"instance\" of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
"onboarding.page_six.github":"{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}. Glitchsoc is fully compatible with all Mastodon apps and instances. Glitchsoc is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
"empty_column.follow_recommendations":"Pareixe que no s'ha puesto chenerar garra sucherencia pa tu. Puetz prebar a buscar a chent que talment conoixcas u explorar los hashtags que son en tendencia.",
"follow_recommendations.done":"Feito",
"follow_recommendations.heading":"Sigue a chent que publique cosetas que te faigan goyo! Aquí tiens qualques sucherencias.",
"follow_recommendations.lead":"Las publicacions d'a chent a la quala sigas amaneixerán ordenadas cronolochicament en Inicio. No tiengas miedo de cometer errors, puetz deixar-les de seguir en qualsequier momento con a mesma facilidat!",
"onboarding.page_one.federation":"{domain} is an \"instance\" of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
"onboarding.page_six.github":"{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}. Glitchsoc is fully compatible with all Mastodon apps and instances. Glitchsoc is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
"empty_column.follow_recommendations":"يبدو أنه لا يمكن إنشاء أي اقتراحات لك. يمكنك البحث عن أشخاص قد تعرفهم أو استكشاف الوسوم الرائجة.",
"follow_recommendations.done":"تم",
"follow_recommendations.heading":"تابع الأشخاص الذين ترغب في رؤية منشوراتهم! إليك بعض الاقتراحات.",
"follow_recommendations.lead":"ستظهر منشورات الأشخاص الذين تُتابعتهم بترتيب تسلسلي زمني على صفحتك الرئيسية. لا تخف إذا ارتكبت أي أخطاء، تستطيع إلغاء متابعة أي شخص في أي وقت تريد!",
"onboarding.page_one.federation":"{domain} is an \"instance\" of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
"onboarding.page_six.github":"{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}. Glitchsoc is fully compatible with all Mastodon apps and instances. Glitchsoc is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
"empty_column.follow_recommendations":"Paez que nun se puen xenerar suxerencies pa ti. Pues tentar d'usar la busca p'atopar perfiles que pues conocer o esplorar les etiquetes en tendencia.",
"follow_recommendations.done":"Fecho",
"follow_recommendations.heading":"¡Sigui a perfiles que te prestaría ver nel feed personal! Equí tienes dalgunes suxerencies.",
"follow_recommendations.lead":"Los artículos de los perfiles que sigas van apaecer n'orde cronolóxicu nel to feed d'aniciu. ¡Nun tengas mieu d'enquivocate, pues dexar de siguilos con facilidá en cualesquier momentu!",
"onboarding.page_one.federation":"{domain} is an \"instance\" of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
"onboarding.page_six.github":"{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}. Glitchsoc is fully compatible with all Mastodon apps and instances. Glitchsoc is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
"empty_column.follow_recommendations":"Здаецца, прапаноў для вас няма. Вы можаце паспрабаваць выкарыстаць пошук, каб знайсці людзей, якіх вы можаце ведаць, ці даследаваць папулярныя хэштэгі.",
"follow_recommendations.done":"Гатова",
"follow_recommendations.heading":"Падпісвайцеся на людзей, допісы якіх вам будуць цікавы! Вось некаторыя рэкамендацыі.",
"follow_recommendations.lead":"Допісы людзей, на якіх вы падпісаны, будуць паказаны ў храналагічным парадку на вашай хатняй старонцы. Не бойцеся памыляцца, вы лёгка зможаце адпісацца ў любы момант!",
"onboarding.page_one.federation":"{domain} is an \"instance\" of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
"onboarding.page_six.github":"{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}. Glitchsoc is fully compatible with all Mastodon apps and instances. Glitchsoc is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
"empty_column.follow_recommendations":"Изглежда, че няма предложения, които може да се породят за вас. Може да опитате да потърсите хора, които познавате или да разгледате налагащи се хаштагове.",
"follow_recommendations.done":"Готово",
"follow_recommendations.heading":"Следвайте хора, от които харесвате да виждате публикации! Ето някои предложения.",
"follow_recommendations.lead":"Публикациите от последваните, ще се показват в хронологичен ред в началния ви инфоканал. Несе страхувайте, че ще сгрешите, по всяко време много лесно може да спрете да ги следвате!",
"onboarding.page_one.federation":"{domain} is an \"instance\" of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
"onboarding.page_six.github":"{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}. Glitchsoc is fully compatible with all Mastodon apps and instances. Glitchsoc is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
"empty_column.follow_recommendations":"Looks like no suggestions could be generated for you. You can try using search to look for people you might know or explore trending hashtags.",
"follow_recommendations.done":"সম্পন্ন",
"follow_recommendations.heading":"Follow people you'd like to see posts from! Here are some suggestions.",
"follow_recommendations.lead":"Posts from people you follow will show up in chronological order on your home feed. Don't be afraid to make mistakes, you can unfollow people just as easily any time!",
"onboarding.page_one.federation":"{domain} is an \"instance\" of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
"onboarding.page_six.github":"{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}. Glitchsoc is fully compatible with all Mastodon apps and instances. Glitchsoc is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
"empty_column.follow_recommendations":"War a seblant ne c'hall ket bezañ savet erbedadenn ebet evidoc'h. Gallout a rit implijout un enklask evit kavout tud a anavezfec'h pe furchal ar gerioù-klik diouzh ar c'hiz.",
"follow_recommendations.done":"Graet",
"follow_recommendations.heading":"Heuilhit tud a blijfe deoc'h lenn o zoudoù ! Setu un nebeud erbedadennoù.",
"follow_recommendations.lead":"Toudoù gant tud a vez heuliet ganeoc'h a zeuio war wel en urzh kronologel war ho red degemer. Arabat kaout aon ober fazioù, diheuliañ tud a c'hellit ober aes ha forzh pegoulz !",
"onboarding.page_one.federation":"{domain} is an \"instance\" of Mastodon. Mastodon is a network of independent servers joining up to make one larger social network. We call these servers instances.",
"onboarding.page_six.github":"{domain} runs on Glitchsoc. Glitchsoc is a friendly {fork} of {Mastodon}. Glitchsoc is fully compatible with all Mastodon apps and instances. Glitchsoc is free open-source software. You can report bugs, request features, or contribute to the code on {github}.",
"settings.content_warnings":"Content warnings",
Some files were not shown because too many files have changed in this diff
Show More