Skip to content

Commit 12c745e

Browse files
authored
[ja] Localize Portability into Japanese (#2900)
Signed-off-by: Junya Okabe <[email protected]> Signed-off-by: Junya Okabe <[email protected]>
1 parent f05cce5 commit 12c745e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

content/ja/portability.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: 可搬性
3+
status: Completed
4+
category: プロパティ
5+
tags: ["基礎", "プロパティ", ""]
6+
---
7+
8+
ソフトウェアの特性である可搬性は、再利用性の一つの形態です。
9+
クラウドプロバイダー、オペレーティングシステムやベンダーなどの特定の運用環境へのロックインを避けるのに役立ちます。
10+
11+
伝統的に、ソフトウェアは特定の環境(例えばAWSやLinux)向けに構築されがちです。
12+
一方、ポータブルなソフトウェアは、大規模な作業を必要とせずに、異なる運用環境で機能します。
13+
アプリケーションがポータブルであるとは、新しい環境に適応させるために要求される労力が合理的な範囲内であることを指します。
14+
「ポートする」というフレーズは、ソフトウェアを修正しそれを異なるコンピューターシステム上で動作可能にすることを意味します。

0 commit comments

Comments
 (0)