diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-13 02:25:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-13 02:25:09 +0000 |
commit | 736933af7aa18fc6fc40b61fe44c0aae9424e7eb (patch) | |
tree | 387409564e9adaeb6a3739e6f03e8119ed5dc955 /lib/l10n | |
parent | 385420c64fd3886638346664b85a4f7d21d1af12 (diff) | |
download | nextcloud-server-736933af7aa18fc6fc40b61fe44c0aae9424e7eb.tar.gz nextcloud-server-736933af7aa18fc6fc40b61fe44c0aae9424e7eb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/ja.js | 6 | ||||
-rw-r--r-- | lib/l10n/ja.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index e1b8412d7a5..50e5c2ce575 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -214,7 +214,7 @@ OC.L10N.register( "Check the value of \"datadirectory\" in your configuration" : "設定ファイル内の \"datadirectory\" の値を確認してください。", "Your data directory is invalid" : "データディレクトリが無効です", "Ensure there is a file called \".ocdata\" in the root of the data directory." : "データディレクトリの直下に \".ocdata\" ファイルがあるのを確認してください。", - "Action \"%s\" not supported or implemented." : "アクション「%s」はサポートされていないか、実装されていません。", + "Action \"%s\" not supported or implemented." : "アクション「%s」は対応していないか、実装されていません。", "Authentication failed, wrong token or provider ID given" : "認証できませんでした。トークンまたはプロバイダIDが間違っています", "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "要求を完了するためのパラメータがありません。欠落したパラメータ:「%s」", "ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "ID「%1$s」はクラウドフェデレーションプロバイダ「%2$s」によって既に使用されています", @@ -225,8 +225,8 @@ OC.L10N.register( "Storage connection error. %s" : "ストレージへの接続エラー。 %s", "Storage is temporarily not available" : "ストレージは一時的に利用できません", "Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s", - "Following databases are supported: %s" : "次のデータベースをサポートしています: %s", - "Following platforms are supported: %s" : "次のプラットフォームをサポートしています: %s", + "Following databases are supported: %s" : "次のデータベースに対応しています: %s", + "Following platforms are supported: %s" : "次のプラットフォームに対応しています: %s", "Invalid Federated Cloud ID" : "無効なクラウド共有ID" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 3a18904d5e1..a0928674c92 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -212,7 +212,7 @@ "Check the value of \"datadirectory\" in your configuration" : "設定ファイル内の \"datadirectory\" の値を確認してください。", "Your data directory is invalid" : "データディレクトリが無効です", "Ensure there is a file called \".ocdata\" in the root of the data directory." : "データディレクトリの直下に \".ocdata\" ファイルがあるのを確認してください。", - "Action \"%s\" not supported or implemented." : "アクション「%s」はサポートされていないか、実装されていません。", + "Action \"%s\" not supported or implemented." : "アクション「%s」は対応していないか、実装されていません。", "Authentication failed, wrong token or provider ID given" : "認証できませんでした。トークンまたはプロバイダIDが間違っています", "Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "要求を完了するためのパラメータがありません。欠落したパラメータ:「%s」", "ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "ID「%1$s」はクラウドフェデレーションプロバイダ「%2$s」によって既に使用されています", @@ -223,8 +223,8 @@ "Storage connection error. %s" : "ストレージへの接続エラー。 %s", "Storage is temporarily not available" : "ストレージは一時的に利用できません", "Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s", - "Following databases are supported: %s" : "次のデータベースをサポートしています: %s", - "Following platforms are supported: %s" : "次のプラットフォームをサポートしています: %s", + "Following databases are supported: %s" : "次のデータベースに対応しています: %s", + "Following platforms are supported: %s" : "次のプラットフォームに対応しています: %s", "Invalid Federated Cloud ID" : "無効なクラウド共有ID" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file |