Compare commits

...

13 Commits

Author SHA1 Message Date
f1581a9375 Merge branch 'master' of https://github.com/syuilo/misskey 2018-05-18 15:42:45 +09:00
e6c4ba8133 Fix bug 2018-05-18 15:42:42 +09:00
db9132987c Merge pull request #1598 from syuilo/l10n_master
New Crowdin translations
2018-05-18 15:34:43 +09:00
0d0c45a4cf Merge branch 'master' into l10n_master 2018-05-18 15:34:38 +09:00
a54ffb2896 New translations ja.yml (Korean) 2018-05-18 14:51:51 +09:00
74abc85518 New translations ja.yml (Polish) 2018-05-18 14:51:49 +09:00
b917113d9b New translations ja.yml (Chinese Simplified) 2018-05-18 14:51:47 +09:00
68a11ea2ff New translations ja.yml (Italian) 2018-05-18 14:51:45 +09:00
ad72e7b624 New translations ja.yml (Russian) 2018-05-18 14:51:43 +09:00
7704aca20e New translations ja.yml (English) 2018-05-18 14:51:40 +09:00
1f472b484f New translations ja.yml (Spanish) 2018-05-18 14:51:39 +09:00
749e778939 New translations ja.yml (German) 2018-05-18 14:51:36 +09:00
e175a6ec9f New translations ja.yml (French) 2018-05-18 14:51:34 +09:00
19 changed files with 36 additions and 12 deletions

View File

@ -1,4 +1,7 @@
---
meta:
lang: "日本語"
divider: ""
common:
misskey: "Teile alles mit anderen mithilfe von Misskey"
time:

View File

@ -1,4 +1,7 @@
---
meta:
lang: "日本語"
divider: ""
common:
misskey: "Misskeyで皆と共有しよう。"
time:

View File

@ -1,4 +1,7 @@
---
meta:
lang: "日本語"
divider: ""
common:
misskey: "Partagez avec les autres en utilisant Misskey"
time:

View File

@ -1,4 +1,7 @@
---
meta:
lang: "日本語"
divider: ""
common:
misskey: "Misskeyで皆と共有しよう。"
time:

View File

@ -1,4 +1,7 @@
---
meta:
lang: "日本語"
divider: ""
common:
misskey: "Misskeyで皆と共有しよう。"
time:

View File

@ -1,4 +1,7 @@
---
meta:
lang: "日本語"
divider: ""
common:
misskey: "Dziel się zawartością z innymi korzystając z Misskey."
time:

View File

@ -1,4 +1,7 @@
---
meta:
lang: "日本語"
divider: ""
common:
misskey: "Misskeyで皆と共有しよう。"
time:

View File

@ -1,4 +1,7 @@
---
meta:
lang: "日本語"
divider: ""
common:
misskey: "Misskeyで皆と共有しよう。"
time:

View File

@ -1,8 +1,8 @@
{
"name": "misskey",
"author": "syuilo <i@syuilo.com>",
"version": "2.10.0",
"clientVersion": "1.0.5406",
"version": "2.10.1",
"clientVersion": "1.0.5407",
"codename": "nighthike",
"main": "./built/index.js",
"private": true,

View File

@ -5,7 +5,7 @@
<mk-avatar class="avatar" :user="u" :disable-preview="true"/>
<div class="title">
<router-link class="name" :to="u | userPage">{{ u | userName }}</router-link>
<p class="username">@{{ u | acct }}</p>
<p class="username"><mk-acct :user="u"/></p>
</div>
<div class="description">{{ u.description }}</div>
<div class="status">

View File

@ -10,7 +10,7 @@
<mk-avatar class="avatar" :user="user" :disable-preview="true"/>
<div class="title">
<p class="name">{{ user | userName }}</p>
<p class="username">@{{ user | acct }}</p>
<p class="username"><mk-acct :user="user"/></p>
<p class="location" v-if="user.host === null && user.profile.location">%fa:map-marker%{{ user.profile.location }}</p>
</div>
<footer>

View File

@ -4,7 +4,7 @@
<div class="main">
<header>
<router-link class="name" :to="note.user | userPage">{{ note.user | userName }}</router-link>
<span class="username">@{{ note.user | acct }}</span>
<span class="username"><mk-acct :user="note.user"/></span>
<router-link class="time" :to="note | notePage">
<mk-time :time="note.createdAt"/>
</router-link>

View File

@ -25,7 +25,7 @@
<mk-avatar class="avatar" :user="p.user"/>
<div>
<router-link class="name" :to="p.user | userPage">{{ p.user | userName }}</router-link>
<span class="username">@{{ p.user | acct }}</span>
<span class="username"><mk-acct :user="p.user"/></span>
</div>
</header>
<div class="body">

View File

@ -4,7 +4,7 @@
<div class="main">
<header>
<router-link class="name" :to="note.user | userPage">{{ note.user | userName }}</router-link>
<span class="username">@{{ note.user | acct }}</span>
<span class="username"><mk-acct :user="note.user"/></span>
<router-link class="time" :to="note | notePage">
<mk-time :time="note.createdAt"/>
</router-link>

View File

@ -4,7 +4,7 @@
<div class="main">
<header>
<router-link class="name" :to="note.user | userPage">{{ note.user | userName }}</router-link>
<span class="username">@{{ note.user | acct }}</span>
<span class="username"><mk-acct :user="note.user"/></span>
<div class="info">
<span class="mobile" v-if="note.viaMobile">%fa:mobile-alt%</span>
<router-link class="created-at" :to="note | notePage">

View File

@ -17,7 +17,7 @@
<header>
<router-link class="name" :to="p.user | userPage">{{ p.user | userName }}</router-link>
<span class="is-bot" v-if="p.user.host === null && p.user.isBot">bot</span>
<span class="username">@{{ p.user | acct }}</span>
<span class="username"><mk-acct :user="p.user"/></span>
<div class="info">
<span class="mobile" v-if="p.viaMobile">%fa:mobile-alt%</span>
<router-link class="created-at" :to="p | notePage">

View File

@ -6,7 +6,7 @@
</a>
</header>
<a class="name" :href="user | userPage" target="_blank">{{ user | userName }}</a>
<p class="username">@{{ user | acct }}</p>
<p class="username"><mk-acct :user="user"/></p>
<mk-follow-button :user="user"/>
</div>
</template>

View File

@ -4,7 +4,7 @@
<div class="main">
<header>
<router-link class="name" :to="user | userPage">{{ user | userName }}</router-link>
<span class="username">@{{ user | acct }}</span>
<span class="username"><mk-acct :user="user"/></span>
</header>
<div class="body">
<div class="description">{{ user.description }}</div>

View File

@ -15,7 +15,7 @@
</div>
<div class="title">
<h1>{{ user | userName }}</h1>
<span class="username">@{{ user | acct }}</span>
<span class="username"><mk-acct :user="user"/></span>
<span class="followed" v-if="user.isFollowed">%i18n:@follows-you%</span>
</div>
<div class="description">{{ user.description }}</div>