diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-01 01:54:33 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-02-01 01:54:33 -0500 |
commit | a3067b3b9fe1ef3287440d132681b9ff46031219 (patch) | |
tree | 45e26051caa5e7a146c0210c04ea2d551150b6fd /core/l10n | |
parent | 012d06e8a2f447ba340256eedcd69f68f40bcb9c (diff) | |
download | nextcloud-server-a3067b3b9fe1ef3287440d132681b9ff46031219.tar.gz nextcloud-server-a3067b3b9fe1ef3287440d132681b9ff46031219.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/ja.js | 5 | ||||
-rw-r--r-- | core/l10n/ja.json | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 7d76dd7c604..6d79d40dcb1 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -134,10 +134,13 @@ OC.L10N.register( "New Password" : "新しいパスワード", "Reset password" : "パスワードをリセット", "Searching other places" : "他の場所の検索", - "_{count} search result in other places_::_{count} search results in other places_" : [""], + "No search result in other places" : "その他の場所の検索結果はありません", + "_{count} search result in other places_::_{count} search results in other places_" : ["その他の場所 の検索件数 {count}"], "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。", "For the best results, please consider using a GNU/Linux server instead." : "最も良い方法としては、代わりにGNU/Linuxサーバーを利用することをご検討ください。", + "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4GB and is highly discouraged." : "このインスタンス %s は、32bit PHP 環境で動いており、php.ini に open_basedir が設定されているようです。この環境は、4GB以上のファイルで問題を引き起こしますので利用を避けるべきです。", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "php.ini から open_basedir 設定を削除するか、64bit PHPに切り替えてください。", + "It seems that this %s instance is running on a 32-bit PHP environment and cURL is not installed. This will lead to problems with files over 4GB and is highly discouraged." : "このインスタンス %s は、32bit PHP 環境で動いており、cURLがインストールされていないようです。この環境は4GB以上のファイルで問題を引き起こしますので利用を避けるべきです。", "Please install the cURL extension and restart your webserver." : "cURL拡張をインストールして、WEBサーバーを再起動してください。", "Personal" : "個人", "Users" : "ユーザー", diff --git a/core/l10n/ja.json b/core/l10n/ja.json index 0c13fbd9c3d..5758fec94b4 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -132,10 +132,13 @@ "New Password" : "新しいパスワード", "Reset password" : "パスワードをリセット", "Searching other places" : "他の場所の検索", - "_{count} search result in other places_::_{count} search results in other places_" : [""], + "No search result in other places" : "その他の場所の検索結果はありません", + "_{count} search result in other places_::_{count} search results in other places_" : ["その他の場所 の検索件数 {count}"], "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。", "For the best results, please consider using a GNU/Linux server instead." : "最も良い方法としては、代わりにGNU/Linuxサーバーを利用することをご検討ください。", + "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4GB and is highly discouraged." : "このインスタンス %s は、32bit PHP 環境で動いており、php.ini に open_basedir が設定されているようです。この環境は、4GB以上のファイルで問題を引き起こしますので利用を避けるべきです。", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "php.ini から open_basedir 設定を削除するか、64bit PHPに切り替えてください。", + "It seems that this %s instance is running on a 32-bit PHP environment and cURL is not installed. This will lead to problems with files over 4GB and is highly discouraged." : "このインスタンス %s は、32bit PHP 環境で動いており、cURLがインストールされていないようです。この環境は4GB以上のファイルで問題を引き起こしますので利用を避けるべきです。", "Please install the cURL extension and restart your webserver." : "cURL拡張をインストールして、WEBサーバーを再起動してください。", "Personal" : "個人", "Users" : "ユーザー", |