Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ja.yaml « i18n - gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73bec327c662a48ee7fbcb1a67676ac2ab0d436b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
# Content
- id: dateFormat
  translation: "2006年1月2日"
- id: shortdateFormat
  translation: "2 Jan, 2006 15:04:05"
- id: postedOnDate
  translation: "{{ .Count }}に投稿"
- id: lastModified
  translation: "(最終更新日時{{ .Count }})"
- id: translationsLabel
  translation: "翻訳:"
- id: translationsSeparator
  translation: "・"
- id: readMore
  translation: "続きを読む"
- id: olderPosts
  translation: "古いページ"
- id: newerPosts
  translation: "新しいページ"
- id: previousPost
  translation: "前ページ"
- id: nextPost
  translation: "次ページ"
- id: readTime
  translation: "分間"
- id: words
  translation: "言葉"


# 404 page
- id: pageNotFound
  translation: "おっと、このページが存在しない。他にあたってください。(404エラー)"

# Footer
- id: poweredBy # Accepts HTML
  translation: '起動力に<a href="http://gohugo.io">Hugo v{{ .Site.Hugo.Version }}</a> &nbsp;&bull;&nbsp; テーマに<a href="http://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>に基づいている<a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a>'

# Navigation
- id: toggleNavigation
  translation: "メニューを切り替え"
- id: languageSwitcherLabel
  translation: "言語"
- id: gcseLabelShort
  translation: "検索"
- id: gcseLabelLong
  translation: "{{ .Site.Title }}を検索"
- id: gcseClose
  translation: "閉じる"

# Staticman
- id: noComment
  translation: "0 件のコメント"
- id: oneComment
  translation: "件のコメント"
- id: moreComment
  translation: "件のコメント"
- id: commentFormInfo
  translation: "メールアドレスが公開されることはありません。次の印のある項目は必ず入力してください:"
- id: useMarkdown
  translation: "Markdown を使用できます"
- id: yourName
  translation: "名前"
- id: yourEmail
  translation: "メールアドレス"
- id: yourWebsite
  translation: "ウェブサイト"
- id: replyToMsg
  translation: "コメントを返信"
- id: btnSubmit
  translation: "コメントを送信する"
- id: btnSubmitted
  translation: "送信しました"
- id: btnReset
  translation: "リセット"
- id: successMsg
  translation: "コメントありがとうございます! コメントは承認されるとページに表示されます。"
- id: errorMsg
  translation: "送信エラーです。必須項目がすべて入力されていることを確認して再送信してください。"

# Delayed Disqus
- id: show
  translation: "ショー"
- id: comments
  translation: "コメント"

# Related posts
- id: seeAlso
  translation: "も参照してください"