Skip to content

Commit 9189b84

Browse files
docubotfrancisfuzz
andauthored
New translation batch for ja (#23343)
* Add crowdin translations * Run script/i18n/homogenize-frontmatter.js * Run script/i18n/lint-translation-files.js --check parsing * Run script/i18n/lint-translation-files.js --check rendering * run script/i18n/reset-known-broken-translation-files.js * Check in ja CSV report Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>
1 parent 4e195df commit 9189b84

14 files changed

Lines changed: 610 additions & 481 deletions

File tree

translations/ja-JP/content/actions/creating-actions/metadata-syntax-for-github-actions.md

Lines changed: 94 additions & 87 deletions
Large diffs are not rendered by default.

translations/ja-JP/content/actions/learn-github-actions/contexts.md

Lines changed: 154 additions & 139 deletions
Large diffs are not rendered by default.

translations/ja-JP/content/actions/learn-github-actions/environment-variables.md

Lines changed: 49 additions & 39 deletions
Large diffs are not rendered by default.

translations/ja-JP/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/increasing-cpu-or-memory-resources.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,36 @@ It's not possible to add CPU or memory resources to an existing AWS/EC2 instance
5454
3. Start the instance.
5555
{% data reusables.enterprise_installation.configuration-recognized %}
5656

57+
## Adding CPU or memory resources on Microsoft Azure
58+
59+
{% note %}
60+
61+
**Note:** To add CPU or memory resources in Microsoft Azure, you must be familiar with using either the Azure Portal, Azure CLI or Azure Powershell to manage VM instances. For background and details on using the Azure tools of your choice to perform the resize, please refer to the Azure documentation on [changing the size of a virtual machine](https://docs.microsoft.com/en-us/azure/virtual-machines/resize-vm).
62+
63+
{% endnote %}
64+
65+
### Resizing considerations
66+
67+
Before increasing CPU or memory resources for {% data variables.product.product_location %}, review the following recommendations.
68+
69+
- **Scale your memory with CPUs**. {% data reusables.enterprise_installation.increasing-cpus-req %}
70+
- **Assign a static IP address to the instance**. If you haven't assigned a static IP to your instance, you might have to adjust the DNS A records for your {% data variables.product.prodname_ghe_server %} host after the restart to account for the change in IP address.
71+
72+
### Supported Microsoft Azure instance sizes
73+
74+
You need to determine the instance size you would like to upgrade to based on CPU/memory specifications.
75+
76+
{% data reusables.enterprise_installation.warning-on-scaling %}
77+
78+
{% data reusables.enterprise_installation.azure-instance-recommendation %}
79+
80+
### Resizing for Microsoft Azure
81+
82+
You can scale the VM up by changing the VM size. Changing its size will cause it to be restarted. In some cases, you must deallocate the VM first. This can happen if the new size is not available on the hardware cluster that is currently hosting the VM.
83+
84+
1. Refer to the Azure documentation on [changing the size of a virtual machine](https://docs.microsoft.com/en-us/azure/virtual-machines/resize-vm) for the required steps.
85+
{% data reusables.enterprise_installation.configuration-recognized %}
86+
5787
## Adding CPU or memory resources for OpenStack KVM
5888

5989
It's not possible to add CPU or memory resources to an existing OpenStack KVM instance. Instead, you must:
Lines changed: 32 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Azure で GitHub Enterprise Server をインストールする
3-
intro: 'Azure に {% data variables.product.prodname_ghe_server %} をインストールするには、DS シリーズのインスタンスにデプロイし、Premium-LRS ストレージを使用する必要があります。'
2+
title: Installing GitHub Enterprise Server on Azure
3+
intro: 'To install {% data variables.product.prodname_ghe_server %} on Azure, you must deploy onto a DS-series instance and use Premium-LRS storage.'
44
redirect_from:
55
- /enterprise/admin/guides/installation/installing-github-enterprise-on-azure/
66
- /enterprise/admin/installation/installing-github-enterprise-server-on-azure
@@ -15,95 +15,90 @@ topics:
1515
- Set up
1616
shortTitle: Install on Azure
1717
---
18+
You can deploy {% data variables.product.prodname_ghe_server %} on global Azure or Azure Government.
1819

19-
{% data variables.product.prodname_ghe_server %} をグローバル Azure または Azure Government にデプロイできます。
20-
21-
## 必要な環境
20+
## Prerequisites
2221

2322
- {% data reusables.enterprise_installation.software-license %}
24-
- 新しいコンピューターをプロビジョニングできる Azure アカウントを所有していなければなりません。 詳しい情報については [Microsoft Azure のウェブサイト](https://azure.microsoft.com)を参照してください。
25-
- 仮想マシン(VM)を起動するのに必要なアクションのほとんどは、Azureポータルを使っても行えます。 とはいえ、初期セットアップ用にはAzureコマンドラインインターフェース(CLI)をインストールすることをお勧めします。 以下の例では、Azure CLI 2.0が使われています。 詳しい情報については、Azure のガイド「[Azure CLI 2.0 のインストール](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest)」を参照してください。
23+
- You must have an Azure account capable of provisioning new machines. For more information, see the [Microsoft Azure website](https://azure.microsoft.com).
24+
- Most actions needed to launch your virtual machine (VM) may also be performed using the Azure Portal. However, we recommend installing the Azure command line interface (CLI) for initial setup. Examples using the Azure CLI 2.0 are included below. For more information, see Azure's guide "[Install Azure CLI 2.0](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest)."
2625

27-
## ハードウェアについて
26+
## Hardware considerations
2827

2928
{% data reusables.enterprise_installation.hardware-considerations-all-platforms %}
3029

31-
## 仮想マシンタイプの決定
30+
## Determining the virtual machine type
3231

33-
Azure で{% data variables.product.product_location %} を起動する前に、Organization のニーズに最適なマシンタイプを決定する必要があります。 {% data variables.product.product_name %} の最小要件を確認するには、「[最小要件](#minimum-requirements)」を参照してください。
32+
Before launching {% data variables.product.product_location %} on Azure, you'll need to determine the machine type that best fits the needs of your organization. To review the minimum requirements for {% data variables.product.product_name %}, see "[Minimum requirements](#minimum-requirements)."
3433

3534
{% data reusables.enterprise_installation.warning-on-scaling %}
3635

37-
{% data variables.product.prodname_ghe_server %} アプライアンスは、プレミアムストレージのデータディスクを必要としており、プレミアムストレージをサポートするあらゆる Azure VM でサポートされます。 接尾辞が `s` の Azure VM タイプは、プレミアムストレージをサポートしています。 詳しい情報については、Azure ドキュメントの「[Azure で使用できるディスクの種類](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-types#premium-ssd)」および「[Azure プレミアムストレージ: 高性能の設計](https://docs.microsoft.com/en-us/azure/virtual-machines/premium-storage-performance)」を参照してください。
38-
39-
{% data variables.product.company_short %} は、{% data variables.product.prodname_ghe_server %} にメモリ最適化された VM を推奨しています。 詳しい情報については、Azure ドキュメントの「[メモリに最適化された仮想マシンのサイズ](https://docs.microsoft.com/en-us/azure/virtual-machines/sizes-memory)」を参照してください。
40-
41-
{% data variables.product.prodname_ghe_server %} は、VM タイプをサポートするあらゆる地域をサポートします。 各 VM でサポートされているリージョンの詳細については、Azure の「[リージョン別の利用可能な製品](https://azure.microsoft.com/regions/services/)」を参照してください。
36+
{% data reusables.enterprise_installation.azure-instance-recommendation %}
4237

43-
## {% data variables.product.prodname_ghe_server %} 仮想マシンを作成する
38+
## Creating the {% data variables.product.prodname_ghe_server %} virtual machine
4439

4540
{% data reusables.enterprise_installation.create-ghe-instance %}
4641

47-
1. 最新の {% data variables.product.prodname_ghe_server %} アプライアンスイメージを見つけます。 `vm image list` コマンドの詳細については、Microsoft のドキュメントの「[az vm image list](https://docs.microsoft.com/cli/azure/vm/image?view=azure-cli-latest#az_vm_image_list)」を参照してください。
42+
1. Find the most recent {% data variables.product.prodname_ghe_server %} appliance image. For more information about the `vm image list` command, see "[az vm image list](https://docs.microsoft.com/cli/azure/vm/image?view=azure-cli-latest#az_vm_image_list)" in the Microsoft documentation.
4843
```shell
4944
$ az vm image list --all -f GitHub-Enterprise | grep '"urn":' | sort -V
5045
```
5146

52-
2. 見つけたアプライアンスイメージを使用して新しい VM を作成します。 詳しい情報については、Microsoftドキュメンテーションの「[az vm create](https://docs.microsoft.com/cli/azure/vm?view=azure-cli-latest#az_vm_create)」を参照してください。
47+
2. Create a new VM using the appliance image you found. For more information, see "[az vm create](https://docs.microsoft.com/cli/azure/vm?view=azure-cli-latest#az_vm_create)" in the Microsoft documentation.
5348

54-
VM の名前、リソースグループ、VM のサイズ、優先する Azure リージョンの名前、前の手順でリストしたアプライアンスイメージ VM の名前、およびプレミアムストレージ用のストレージ SKU についてのオプションを渡します。 リソースグループに関する詳しい情報については、Microsoft ドキュメンテーションの「[Resource groups](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview#resource-groups)」を参照してください。
49+
Pass in options for the name of your VM, the resource group, the size of your VM, the name of your preferred Azure region, the name of the appliance image VM you listed in the previous step, and the storage SKU for premium storage. For more information about resource groups, see "[Resource groups](https://docs.microsoft.com/azure/azure-resource-manager/resource-group-overview#resource-groups)" in the Microsoft documentation.
5550

5651
```shell
5752
$ az vm create -n <em>VM_NAME</em> -g <em>RESOURCE_GROUP</em> --size <em>VM_SIZE</em> -l <em>REGION</em> --image <em>APPLIANCE_IMAGE_NAME</em> --storage-sku Premium_LRS
5853
```
5954

60-
3. 必要なポートを開くように VM でセキュリティを設定します。 詳しい情報については、Microsoft ドキュメンテーションの「[az vm open-port](https://docs.microsoft.com/cli/azure/vm?view=azure-cli-latest#az_vm_open_port)」を参照してください。 どのポートを開く必要があるかを判断するための各ポートの説明については、以下の表を参照してください。
55+
3. Configure the security settings on your VM to open up required ports. For more information, see "[az vm open-port](https://docs.microsoft.com/cli/azure/vm?view=azure-cli-latest#az_vm_open_port)" in the Microsoft documentation. See the table below for a description of each port to determine what ports you need to open.
6156

6257
```shell
6358
$ az vm open-port -n <em>VM_NAME</em> -g <em>RESOURCE_GROUP</em> --port <em>PORT_NUMBER</em>
6459
```
6560

66-
次の表に、各ポートの使用目的を示します
61+
This table identifies what each port is used for.
6762

6863
{% data reusables.enterprise_installation.necessary_ports %}
6964

70-
4. 暗号化されていない新しいデータディスクを作成してVMにアタッチし、ユーザライセンス数に応じてサイズを設定してください。 詳しい情報については、Microsoft ドキュメンテーションの「[az vm disk attach](https://docs.microsoft.com/cli/azure/vm/disk?view=azure-cli-latest#az_vm_disk_attach)」を参照してください。
65+
4. Create and attach a new unencrypted data disk to the VM, and configure the size based on your user license count. For more information, see "[az vm disk attach](https://docs.microsoft.com/cli/azure/vm/disk?view=azure-cli-latest#az_vm_disk_attach)" in the Microsoft documentation.
7166

72-
VM の名前 (`ghe-acme-corp` など)、リソースグループ、プレミアムストレージ SKU、ディスクのサイズ (`100` など)、および作成する VHD の名前についてのオプションを渡します。
67+
Pass in options for the name of your VM (for example, `ghe-acme-corp`), the resource group, the premium storage SKU, the size of the disk (for example, `100`), and a name for the resulting VHD.
7368

7469
```shell
7570
$ az vm disk attach --vm-name <em>VM_NAME</em> -g <em>RESOURCE_GROUP</em> --sku Premium_LRS --new -z <em>SIZE_IN_GB</em> --name ghe-data.vhd --caching ReadWrite
7671
```
7772

7873
{% note %}
7974

80-
**注釈:** 働状態ではないインスタンスで、十分なI/Oスループットを得るために推奨される最小ディスクサイズは、読み書きキャッシュを有効にした状態 (`--caching ReadWrite`) で 40 GiB です。
75+
**Note:** For non-production instances to have sufficient I/O throughput, the recommended minimum disk size is 40 GiB with read/write cache enabled (`--caching ReadWrite`).
8176

8277
{% endnote %}
8378

84-
## {% data variables.product.prodname_ghe_server %} 仮想マシンを設定する
79+
## Configuring the {% data variables.product.prodname_ghe_server %} virtual machine
8580

86-
1. VM を設定する前に、VMがReadyRole ステータスになるのを待つ必要があります。 VM のステータスを `vm list` コマンドで確認します。 詳しい情報については、Microsoft ドキュメンテーションの「[az vm list](https://docs.microsoft.com/cli/azure/vm?view=azure-cli-latest#az_vm_list)」を参照してください。
81+
1. Before configuring the VM, you must wait for it to enter ReadyRole status. Check the status of the VM with the `vm list` command. For more information, see "[az vm list](https://docs.microsoft.com/cli/azure/vm?view=azure-cli-latest#az_vm_list)" in the Microsoft documentation.
8782
```shell
8883
$ az vm list -d -g <em>RESOURCE_GROUP</em> -o table
8984
> Name ResourceGroup PowerState PublicIps Fqdns Location Zones
9085
> ------ --------------- ------------ ------------ ------- ---------- -------
9186
> VM_NAME RESOURCE_GROUP VM running 40.76.79.202 eastus
92-
87+
9388
```
9489
{% note %}
95-
96-
**メモ:** Azure は VM 用の FQDN エントリを自動的に作成しません。 詳しい情報については、「[Linux VM 用 Azure Portal での完全修飾ドメイン名の作成](https://docs.microsoft.com/azure/virtual-machines/linux/portal-create-fqdn)」方法に関する Azure のガイドを参照してください。
97-
90+
91+
**Note:** Azure does not automatically create a FQDNS entry for the VM. For more information, see Azure's guide on how to "[Create a fully qualified domain name in the Azure portal for a Linux VM](https://docs.microsoft.com/azure/virtual-machines/linux/portal-create-fqdn)."
92+
9893
{% endnote %}
99-
94+
10095
{% data reusables.enterprise_installation.copy-the-vm-public-dns-name %}
10196
{% data reusables.enterprise_installation.upload-a-license-file %}
102-
{% data reusables.enterprise_installation.save-settings-in-web-based-mgmt-console %}詳しい情報については、「[{% data variables.product.prodname_ghe_server %} アプライアンスを設定する](/enterprise/admin/guides/installation/configuring-the-github-enterprise-server-appliance)」を参照してください。
97+
{% data reusables.enterprise_installation.save-settings-in-web-based-mgmt-console %} For more information, see "[Configuring the {% data variables.product.prodname_ghe_server %} appliance](/enterprise/admin/guides/installation/configuring-the-github-enterprise-server-appliance)."
10398
{% data reusables.enterprise_installation.instance-will-restart-automatically %}
10499
{% data reusables.enterprise_installation.visit-your-instance %}
105-
106-
## 参考リンク
107-
108-
- [システム概要](/enterprise/admin/guides/installation/system-overview){% ifversion ghes %}
109-
- [新しいリリースへのアップグレードについて](/admin/overview/about-upgrades-to-new-releases){% endif %}
100+
101+
## Further reading
102+
103+
- "[System overview](/enterprise/admin/guides/installation/system-overview)"{% ifversion ghes %}
104+
- "[About upgrades to new releases](/admin/overview/about-upgrades-to-new-releases)"{% endif %}

translations/ja-JP/content/codespaces/customizing-your-codespace/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ children:
1414
- /changing-the-machine-type-for-your-codespace
1515
- /setting-your-default-editor-for-codespaces
1616
- /setting-your-default-region-for-codespaces
17+
- /setting-your-timeout-period-for-codespaces
1718
- /prebuilding-codespaces-for-your-project
1819
---
1920

0 commit comments

Comments
 (0)