diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-09 02:18:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-09 02:18:54 +0000 |
commit | 8ac3a6d954ced25755b40925663dcdf5d263405b (patch) | |
tree | d26cb4d5f2165a354609dc8975cba9d0c73d4784 /lib/l10n | |
parent | 84a58957d558fbacb348af6910db263b05370ee2 (diff) | |
download | nextcloud-server-8ac3a6d954ced25755b40925663dcdf5d263405b.tar.gz nextcloud-server-8ac3a6d954ced25755b40925663dcdf5d263405b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ja.js | 2 | ||||
-rw-r--r-- | lib/l10n/ja.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 688f008d3a8..2f4683fec1e 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -10,6 +10,7 @@ OC.L10N.register( "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "アプリ %1$s のファイルが正しく置き換えられませんでした。サーバーと互換性のあるバージョンであることを確認してください。", "Sample configuration detected" : "サンプル設定が見つかりました。", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "サンプル設定がコピーされてそのままです。このままではインストールが失敗し、サポート対象外になります。config.phpを変更する前にドキュメントを確認してください。", + "Other activities" : "その他のアクティビティ", "%1$s and %2$s" : "%1$s と %2$s", "%1$s, %2$s and %3$s" : "%1$s と %2$s、%3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s と %2$s、%3$s、%4$s", @@ -22,6 +23,7 @@ OC.L10N.register( "PHP %s or higher is required." : "PHP %s 以上が必要です。", "PHP with a version lower than %s is required." : "%s 以前のバージョンのPHPが必要です。", "%sbit or higher PHP required." : "%sbit 以上の新しいバージョンのPHPが必要です。", + "The following architectures are supported: %s" : "次のアーキテクチャをサポートしています: %s", "The following databases are supported: %s" : "次のデータベースをサポートしています: %s", "The command line tool %s could not be found" : "コマンド '%s' は見つかりませんでした。", "The library %s is not available." : " %s ライブラリーが利用できません。", diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 528653cba4f..8d40dda0e5e 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -8,6 +8,7 @@ "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "アプリ %1$s のファイルが正しく置き換えられませんでした。サーバーと互換性のあるバージョンであることを確認してください。", "Sample configuration detected" : "サンプル設定が見つかりました。", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "サンプル設定がコピーされてそのままです。このままではインストールが失敗し、サポート対象外になります。config.phpを変更する前にドキュメントを確認してください。", + "Other activities" : "その他のアクティビティ", "%1$s and %2$s" : "%1$s と %2$s", "%1$s, %2$s and %3$s" : "%1$s と %2$s、%3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s と %2$s、%3$s、%4$s", @@ -20,6 +21,7 @@ "PHP %s or higher is required." : "PHP %s 以上が必要です。", "PHP with a version lower than %s is required." : "%s 以前のバージョンのPHPが必要です。", "%sbit or higher PHP required." : "%sbit 以上の新しいバージョンのPHPが必要です。", + "The following architectures are supported: %s" : "次のアーキテクチャをサポートしています: %s", "The following databases are supported: %s" : "次のデータベースをサポートしています: %s", "The command line tool %s could not be found" : "コマンド '%s' は見つかりませんでした。", "The library %s is not available." : " %s ライブラリーが利用できません。", |