123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- //
- // Error.strings
- // Nextcloud iOS
- //
- // Copyright (c) 2017 TWS. All rights reserved.
- //
- // Author Marino Faggiana <m.faggiana@twsweb.it>
- //
- // This program is free software: you can redistribute it and/or modify
- // it under the terms of the GNU General Public License as published by
- // the Free Software Foundation, either version 3 of the License, or
- // (at your option) any later version.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // You should have received a copy of the GNU General Public License
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
- //
- "_bad_username_password_" = "ユーザー名またはパスワードが間違っています";
- "_cancelled_by_user" = "転送を取り消しました";
- "_error_folder_destiny_is_the_same_" = "対象のフォルダーを自身の中へは移動できません";
- "_error_not_permission_" = "操作を完了するために必要な権限がありません";
- "_error_path_" = "ファイルまたはフォルダーを開けません。対象のファイルまたはフォルダーの存在を確認してください";
- "_file_upload_not_exitst_" = "アップロードしようとしているファイルは存在しません";
- "_forbidden_characters_from_server_" = "その名前は不正な文字が少なくとも1文字含まれています";
- "_not_connected_internet_" = "サーバー接続エラー";
- "_not_possible_connect_to_server_" = "現在、サーバーへ接続できません";
- "_not_possible_create_folder_" = "フォルダーを作成できませんでした";
- "_server_down_" = "サーバーとの接続を確立できませんでした";
- "_time_out_" = "タイムアウトしました。もう一度試してください。";
- "_unknow_response_server_" = "サーバーから意図しないレスポンスが返されました";
- "_user_autentication_required_" = "ユーザー認証が必要です";
- "_file_directory_locked_" = "ファイルかディレクトリがロックされています";
- "_ssl_certificate_untrusted_" = "このサーバーの証明書が不正です";
- "_internal_server_" = "サーバー内部のエラー";
- "_file_already_exists_" = "同名のファイルが存在するため、操作は完了しませんでした";
- "_file_folder_not_exists_" = "指定されたパスにソースファイルが見つかりません";
- "_folder_contents_nochanged_" = "フォルダーの内容は変更されていません";
- "_images_invalid_converted_" = "画像データが不正なためサムネイルに変換できませんでした";
- "_method_not_expected_" = "意図しない要求方法";
- "_reauthenticate_user_" = "アクセスは期限切れです。再度ログインしてください";
- "_server_error_retry_" = "サーバーが一時的に利用できません。";
- "_too_many_files_" = "対象となるファイルが多すぎます";
- "_too_many_request_" = "大量の要求が送信されたため速度制限に達しました";
- "_user_over_quota_" = "ストレージクォータの上限に達しました";
- "_ssl_connection_error_" = "接続時SSLエラー、もう一度試してください。";
- "_bad_request_" = "不正な要求";
- "_webdav_locked_" = "WebDAV はロックされています: ロックされたリソースへのアクセスを試行しました";
- "_error_user_not_available_" = "利用者はすでに存在しません";
- "_server_response_error_" = "サーバーレスポンス内容エラー";
|