Add Japanese localization

This commit is contained in:
Matt Baer
2018-02-05 18:06:10 -05:00
parent 4c01620761
commit ad6a888aa3
2 changed files with 26 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
package l10n
var phrasesJA = map[string]string{
"Anonymous post": "匿名投稿",
"Blogs": "ブログ",
"Newer": "新しい投稿",
"Older": "古い投稿",
"Posts": "投稿",
"Publish to...": "公開先…",
"Publish": "公開",
"Read more...": "もっと読む…",
"Toggle theme": "テーマを変更",
"View posts": "投稿を見る",
"delete": "削除",
"edit": "編集",
"move to...": "移動…",
"pin": "固定表示する",
"published with write.as": "write.as を使って公開されました",
"share modal ending": "友達に送信したり、ウェブの大海にシェアしたり、ツイートしたり。もっと知る。",
"share modal introduction": "全ての投稿には秘密の、シェアするとだれでも見ることのできる固有のURLがあります。これがそのURLです:",
"share modal title": "投稿をシェアする",
"share": "シェア",
"unpin": "固定表示をやめる",
}