Core components of the web application. https://write.as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.1 KiB

  1. package l10n
  2. var phrasesJA = map[string]string{
  3. "Anonymous post": "匿名投稿",
  4. "Blogs": "ブログ",
  5. "Newer": "新しい投稿",
  6. "Older": "古い投稿",
  7. "Posts": "投稿",
  8. "Publish to...": "公開先…",
  9. "Publish": "公開",
  10. "Read more...": "もっと読む…",
  11. "Toggle theme": "テーマを変更",
  12. "View posts": "投稿を見る",
  13. "delete": "削除",
  14. "edit": "編集",
  15. "move to...": "移動…",
  16. "pin": "固定表示する",
  17. "published with write.as": "write.as を使って公開されました",
  18. "share modal ending": "友達に送信したり、ウェブの大海にシェアしたり、ツイートしたり。もっと知る。",
  19. "share modal introduction": "全ての投稿には秘密の、シェアするとだれでも見ることのできる固有のURLがあります。これがそのURLです:",
  20. "share modal title": "投稿をシェアする",
  21. "share": "シェア",
  22. "unpin": "固定表示をやめる",
  23. }