l10n
This commit is contained in:
		
							parent
							
								
									8b6a3cf844
								
							
						
					
					
						commit
						79577c9ebb
					
				
					 4 changed files with 11 additions and 10 deletions
				
			
		|  | @ -109,6 +109,10 @@ | ||||||
| 				"title": "Photostream", | 				"title": "Photostream", | ||||||
| 				"initializing": "Loading", | 				"initializing": "Loading", | ||||||
| 				"no-photos": "No photos" | 				"no-photos": "No photos" | ||||||
|  | 			}, | ||||||
|  | 			"mk-donation-home-widget": { | ||||||
|  | 				"title": "Donation", | ||||||
|  | 				"text": "To manage Misskey, we spend money for our domain, server, etc.. There's no incomes for us, so we need your tip. If you're interested, contact {}. Thank you for your contribution!" | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|  | @ -109,6 +109,10 @@ | ||||||
| 				"title": "フォトストリーム", | 				"title": "フォトストリーム", | ||||||
| 				"initializing": "読み込んでいます", | 				"initializing": "読み込んでいます", | ||||||
| 				"no-photos": "写真はありません" | 				"no-photos": "写真はありません" | ||||||
|  | 			}, | ||||||
|  | 			"mk-donation-home-widget": { | ||||||
|  | 				"title": "寄付のお願い", | ||||||
|  | 				"text": "Misskeyの運営にはドメイン、サーバー等のコストが掛かります。Misskeyは広告を掲載したりしないため、収入を皆様からの寄付に頼っています。もしご興味があれば、{}までご連絡ください。ご協力ありがとうございます。" | ||||||
| 			} | 			} | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
|  | @ -1,11 +1,7 @@ | ||||||
| <mk-donation-home-widget> | <mk-donation-home-widget> | ||||||
| 	<article> | 	<article> | ||||||
| 		<h1><i class="fa fa-heart"></i>寄付のお願い</h1> | 		<h1><i class="fa fa-heart"></i>%i18n:desktop.tags.mk-donation-home-widget.title%</h1> | ||||||
| 		<p> | 		<p>{'%i18n:desktop.tags.mk-donation-home-widget.text%'.substr(0, '%i18n:desktop.tags.mk-donation-home-widget.text%'.indexOf('{'))}<a href="/syuilo" data-user-preview="@syuilo">@syuilo</a>{'%i18n:desktop.tags.mk-donation-home-widget.text%'.substr('%i18n:desktop.tags.mk-donation-home-widget.text%'.indexOf('}') + 1)}</p> | ||||||
| 			Misskeyの運営にはドメイン、サーバー等のコストが掛かります。 |  | ||||||
| 			Misskeyは広告を掲載したりしないため、 収入を皆様からの寄付に頼っています。 |  | ||||||
| 			もしご興味があれば、<a href="/syuilo" data-user-preview="@syuilo">@syuilo</a>までご連絡ください。ご協力ありがとうございます。 |  | ||||||
| 		</p> |  | ||||||
| 	</article> | 	</article> | ||||||
| 	<style> | 	<style> | ||||||
| 		:scope | 		:scope | ||||||
|  |  | ||||||
|  | @ -7,10 +7,7 @@ | ||||||
| 			<a class="avatar-anchor" href={ CONFIG.url + '/' + post.user.username } data-user-preview={ post.user_id }> | 			<a class="avatar-anchor" href={ CONFIG.url + '/' + post.user.username } data-user-preview={ post.user_id }> | ||||||
| 				<img class="avatar" src={ post.user.avatar_url + '?thumbnail&size=32' } alt="avatar"/> | 				<img class="avatar" src={ post.user.avatar_url + '?thumbnail&size=32' } alt="avatar"/> | ||||||
| 			</a> | 			</a> | ||||||
| 			<i class="fa fa-retweet"></i> | 			<i class="fa fa-retweet"></i>{'%i18n:desktop.tags.mk-timeline-post.reposted-by%'.substr(0, '%i18n:desktop.tags.mk-timeline-post.reposted-by%'.indexOf('{'))}<a class="name" href={ CONFIG.url + '/' + post.user.username } data-user-preview={ post.user_id }>{ post.user.name }</a>{'%i18n:desktop.tags.mk-timeline-post.reposted-by%'.substr('%i18n:desktop.tags.mk-timeline-post.reposted-by%'.indexOf('}') + 1)} | ||||||
| 			{ '%i18n:desktop.tags.mk-timeline-post.reposted-by%'.substr(0, '%i18n:desktop.tags.mk-timeline-post.reposted-by%'.indexOf('{')) } |  | ||||||
| 			<a class="name" href={ CONFIG.url + '/' + post.user.username } data-user-preview={ post.user_id }>{ post.user.name }</a> |  | ||||||
| 			{ '%i18n:desktop.tags.mk-timeline-post.reposted-by%'.substr('%i18n:desktop.tags.mk-timeline-post.reposted-by%'.indexOf('}') + 1) } |  | ||||||
| 		</p> | 		</p> | ||||||
| 		<mk-time time={ post.created_at }></mk-time> | 		<mk-time time={ post.created_at }></mk-time> | ||||||
| 	</div> | 	</div> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue