Merge pull request #1339 from Lemon73-Computing/translations-v1

This commit is contained in:
Nuno Coração 2024-03-16 08:15:33 +00:00 committed by GitHub
commit 5d00985704
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 232 additions and 35 deletions

View file

@ -7,16 +7,16 @@ title = "Blowfish"
displayName = "日本語"
isoCode = "ja"
rtl = false
dateFormat = "2 January 2006"
dateFormat = "2006-01-02"
logo = "img/blowfish_logo_transparent.png"
description = "A powerful, lightweight theme for Hugo."
description = "強力で、軽量な Hugo のテーマです。"
[author]
name = "Blowfish"
image = "img/blowfish_logo.png"
headline = "A powerful, lightweight theme for Hugo."
bio = "A powerful, lightweight theme for Hugo."
headline = "強力で、軽量な Hugo のテーマです。"
bio = "強力で、軽量な Hugo のテーマです。"
links = [
{ x-twitter = "https://twitter.com/burufugu" },
{ github = "https://github.com/nunocoracao/blowfish" },
]
]

View file

@ -1,59 +1,59 @@
# -- Main Menu --
# The main menu is displayed in the header at the top of the page.
# Acceptable parameters are name, pageRef, page, url, title, weight.
# -- メインメニュー --
# メインメニューはページトップのヘッダーに表示されます。
# 利用可能なパラメーターは name, pageRef, page, url, title, weight です。
#
# The simplest menu configuration is to provide:
# name = The name to be displayed for this menu link
# pageRef = The identifier of the page or section to link to
# 最もシンプルなメニュー設定はこちらです:
# name = このメニューリンクに表示される名前
# pageRef = ページやセクションのリンクに利用される識別子
#
# By default the menu is ordered alphabetically. This can be
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.
# デフォルトでは、メニューはアルファベット順に並べられます。
# これは、 weight value で上書き可能です。
# このメニューは weight が低い値から高い値に順に表示されます。
[[main]]
name = "Docs"
name = "資料"
pageRef = "docs"
weight = 10
[[main]]
name = "Shortcodes"
name = "ショートコード"
pageRef = "docs/shortcodes"
weight = 15
[[main]]
name = "Examples"
name = ""
weight = 20
[[main]]
name = "Samples"
parent = "Examples"
name = "サンプル"
parent = ""
pageRef = "samples"
weight = 16
[[main]]
name = "Showcase"
parent = "Examples"
name = "ショーケース"
parent = ""
pageRef = "examples"
weight = 30
[[main]]
name = "Recipes"
parent = "Examples"
name = "レシピ"
parent = ""
pageRef = "guides"
weight = 40
[[main]]
name = "Users"
name = "ユーザー"
pageRef = "users"
weight = 90
[[main]]
name = "Merch"
name = "グッズ"
url = "https://www.teepublic.com/user/blowfish-store/t-shirts"
weight = 100
#[[main]]
# name = "Test"
# name = "テスト"
# pageRef = "pagTest"
# weight = 1000
@ -76,16 +76,16 @@
weight = 400
# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
# -- フッターメニュー --
# このフッターメニューはページ下部のコピーライト表示の前に表示されます。
# 上記のメインメニューと同様に設定できます。
[[footer]]
name = "Tags"
name = "タグ"
pageRef = "tags"
weight = 10
[[footer]]
name = "Authors"
name = "著者"
pageRef = "authors"
weight = 20

View file

@ -0,0 +1,29 @@
---
title: "Blowfish へようこそ! :tada:"
description: "このページは Hugo の Blowfish テーマを利用して構築されています。"
---
<div class="flex px-4 py-2 mb-8 text-base rounded-md bg-primary-100 dark:bg-primary-900">
<span class="flex items-center ltr:pr-3 rtl:pl-3 text-primary-400">
{{< icon "triangle-exclamation" >}}
</span>
<span class="flex items-center justify-between grow dark:text-neutral-300">
<span class="prose dark:prose-invert">こちらは <code id="layout">background</code> レイアウトのデモです。</span>
<button
id="switch-layout-button"
class="px-4 !text-neutral !no-underline rounded-md bg-primary-600 hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
>
レイアウトを変更する &orarr;
</button>
</span>
</div>
```node
npx blowfish-tools
```
{{< youtubeLite id="SgXhGb-7QbU" label="Blowfish-tools demo" >}}

View file

@ -0,0 +1,5 @@
---
title: "著者の分類リストの例"
---
あなたの記事でどのように著者の分類を開始するかの簡単な例です。

View file

@ -0,0 +1,17 @@
---
title: "資料"
description: "Blowfish の利用方法と特徴について学ぶ。"
cascade:
showDate: false
showAuthor: false
invertPagination: true
---
{{< lead >}}
シンプル、それでいて強力。 Blowfish の利用方法と特徴について学ぶ。
{{< /lead >}}
このセクションは Blowfish について知る必要のある全てのことが含まれています。新しく作成する場合は、開始するために[インストール]({{< ref "docs/installation" >}})ガイド、または Blowfish が何が出来るか[サンプル]({{< ref "samples" >}})セクションに訪れてください。
---

View file

@ -0,0 +1,22 @@
---
title: "ショーケース"
description: "Blowfish で何が出来るか見てみる。"
showLikes: true
showViews: true
cascade:
showEdit: false
showReadingTime: false
showSummary: false
showLikes: false
showViews: false
---
{{< lead >}}
Blowfish で何が出来るか見てみる。
{{< /lead >}}
このセクションはテンプレートの例やインスピレーションを得ることの出来る Blowfish を使用して作成されたページのリンクがあります。
---

View file

@ -0,0 +1,5 @@
---
title: "Blowfish テンプレート - GitHub レポジトリ"
date: 2020-11-06
externalUrl: "https://github.com/nunocoracao/blowfish_template"
---

View file

@ -0,0 +1,5 @@
---
title: "Blowfish テンプレート"
date: 2020-11-06
externalUrl: "https://nunocoracao.github.io/blowfish_template/"
---

View file

@ -0,0 +1,5 @@
---
title: "Blowfish チュートリアル"
date: 2023-10-02
externalUrl: "https://blowfish-tutorial.web.app/"
---

View file

@ -0,0 +1,5 @@
---
title: "Blowfish Artist - レポジトリ"
date: 2021-11-06
externalUrl: "https://github.com/nunocoracao/blowfish_artist/"
---

View file

@ -0,0 +1,5 @@
---
title: "Blowfish Lite - レポジトリ"
date: 2021-11-07
externalUrl: "https://github.com/nunocoracao/blowfish_lite/"
---

View file

@ -0,0 +1,5 @@
---
title: "Blowfish Lowkey - レポジトリ"
date: 2021-11-06
externalUrl: "https://github.com/nunocoracao/blowfish_lowkey/"
---

View file

@ -0,0 +1,5 @@
---
title: "Blowfish チュートリアル - レポジトリ"
date: 2023-10-01
externalUrl: "https://github.com/nunocoracao/blowfish-tutorial"
---

View file

@ -0,0 +1,19 @@
---
title: "レシピ"
description: "Blowfish のためのレシピ、ガイド、チュートリアル"
cascade:
showDate: false
showAuthor: false
invertPagination: true
---
{{< lead >}}
Blowfish のためのレシピ、ガイド、チュートリアル
{{< /lead >}}
**Blowfish ユーザーですか?** この一覧にあなたのガイドを加える際は、[テンプレートを確認](/guides/template/)してください。
このセクションではあなたのテーマの設定方法する様々なシナリオを含んでいます。新しく作成する場合は、開始するために[インストール]({{< ref "docs/installation" >}})ガイド、または Blowfish が何が出来るか[サンプル]({{< ref "samples" >}})セクションに訪れてください。
---

View file

@ -0,0 +1,36 @@
---
title: "レシピテンプレート"
date: 1987-12-22
draft: false
description: "Blowfish テーマのレシピを作成するためのテンプレート"
tags: ["template"]
---
Blowfish コミュニティーのコントリビュートに興味を持っていただきありがとうございます。
## 開始方法
こちらは Blowfish のガイドセクションに新しい記事を作成する方法を説明するテンプレート記事です。
## Blowfish をクローンする
こちらのコマンドでこのレポジトリをクローンします:
```bash
git clone https://github.com/nunocoracao/blowfish.git
```
## ファイルを準備する
この `.md` ファイルが入っているフォルダ全体をコピーし、貼り付けます。
フォルダ名に利用する名前は `YYYYMM-title` のようにスペースが利用できない規約となっています。
## ガイドを書く
あなたのガイドを書きます ('v')
`img` フォルダーを利用して画像を配置でき、このようになります:
![]()
![](img/example.jpg "画像のキャプション")
## PR を開く
PR を開くことやコントリビューションにあらかじめ感謝の言葉を述べます。

View file

@ -0,0 +1,18 @@
---
title: "投稿"
date: 2022-06-13T20:55:37+01:00
draft: false
showDate : false
showDateUpdated : false
showHeadingAnchors : false
showPagination : false
showReadingTime : false
showTableOfContents : true
showTaxonomies : false
showWordCount : false
showSummary : false
sharingLinks : false
---

View file

@ -0,0 +1,9 @@
---
title: タグ
---
Blowfish は Hugo の分類システムを完全にサポートし、どのような分類システムの設定でも適合できます。このような分類システムのリストは、用語リストの上に表示されるカスタムコンテンツもサポートしています。
このエリアはそれぞれの分類システムに追加の説明をする時に利用します。以下の[高度なタグ]({{< ref "advanced" >}})を確認して、このコンセプトをさらに発展させる方法をご覧ください。
---

View file

@ -0,0 +1,7 @@
---
title: 高度なタグ
---
こちらは高度なタグです。 Blowfish の他のページの様に、個々の分類条項にカスタムコンテンツの追加やそれを条項リストの一番上に表示することが可能です。:rocket:
タイトルや説明など SEO や他の目的に利用するためのHugo のメタデータを定義するためにこれらのコンテンツページも利用可能です。

View file

@ -1,8 +1,8 @@
---
title: "Users"
title: "ユーザー"
date: 2020-08-14
draft: false
description: "Some real-life Blowfish examples."
description: "実際に利用される Blowfish の例。"
slug: "users"
tags: ["users", "sample"]
showDate: false
@ -15,12 +15,12 @@ cardViewScreenWidth: true
Real websites that are built with Blowfish. Check the full list in [JSON format](/users/users.json).
Blowfish で構築された実際のウェブサイトです。すべてのウェブサイト一覧は [JSON 形式](/users/users.json) で閲覧可能です。
{{< alert >}}
**Blowfish user?** To add your site to this list, [submit a pull request](https://github.com/nunocoracao/blowfish/blob/main/exampleSite/content/users/users.json).
**Blowfish ユーザーですか?** この一覧にあなたのサイトを加える際は、 [pull request を送信](https://github.com/nunocoracao/blowfish/blob/main/exampleSite/content/users/users.json) してください。
{{</ alert >}}