Error.strings 5.7 KB

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