diff --git a/languages/fr/Zend_Validate.php b/languages/fr/Zend_Validate.php index 9a041c5..476acb8 100644 --- a/languages/fr/Zend_Validate.php +++ b/languages/fr/Zend_Validate.php @@ -81,7 +81,7 @@ // Zend_Validator_DateStep "Invalid type given. String, integer, array or DateTime expected" => "Entrée invalide. Chaîne, entier, tableau ou DateTime attendu", "The input does not appear to be a valid date" => "L'entrée ne semble pas être une date valide", - "The input is not a valid step" => "L'entrée n'est pas un intervalle valide", + "The input is not a valid step" => "L'entrée n'est pas une step valide", // Zend_Validator_Db_AbstractDb "No record matching the input was found" => "Aucun enregistrement trouvé", @@ -99,7 +99,7 @@ "'%hostname%' does not appear to have any valid MX or A records for the email address" => "'%hostname%' ne semble pas avoir d'enregistrement MX valide pour l'adresse email", "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%' n'est pas dans un segment réseau routable. L'adresse email ne devrait pas être résolue depuis un réseau public.", "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' ne correspond pas au format dot-atom", - "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' ne correspond pas à une chaîne entre quotes", + "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' ne correspond pas au format quoted-string", "'%localPart%' is not a valid local part for the email address" => "'%localPart%' n'est pas une partie locale valide pour l'adresse email", "The input exceeds the allowed length" => "L'entrée dépasse la taille autorisée", @@ -178,7 +178,7 @@ "File '%value%' is not readable or does not exist" => "Le fichier '%value%' n'est pas lisible ou n'existe pas", // Zend_Validator_File_Upload - "File '%value%' exceeds the defined ini size" => "Le fichier '%value%' dépasse la taille définie dans le fichier INI", + "File '%value%' exceeds the defined ini size" => "File '%value%' dépasse la taille défini dans le fichier INI", "File '%value%' exceeds the defined form size" => "Le fichier '%value%' dépasse la taille définie dans le formulaire", "File '%value%' was only partially uploaded" => "Le fichier '%value%' n'a été que partiellement envoyé", "File '%value%' was not uploaded" => "Le fichier '%value%' n'a pas été envoyé", @@ -250,11 +250,11 @@ "There was an internal error while using the pattern '%pattern%'" => "Une erreur interne est survenue avec l'expression '%pattern%'", // Zend_Validator_Sitemap_Changefreq - "The input is not a valid sitemap changefreq" => "L'entrée n'est pas une valeur de fréquence de changement de sitemap valide", + "The input is not a valid sitemap changefreq" => "L'entrée n'est pas une valeur de fréquence de sitemap valide", "Invalid type given. String expected" => "Type invalide. Chaîne attendue", // Zend_Validator_Sitemap_Lastmod - "The input is not a valid sitemap lastmod" => "L'entrée n'est pas une date de dernière modification de sitemap valide", + "The input is not a valid sitemap lastmod" => "L'entrée n'est pas une date de modification de sitemap valide", "Invalid type given. String expected" => "Type invalide. Chaîne attendue", // Zend_Validator_Sitemap_Loc @@ -267,11 +267,11 @@ // Zend_Validator_Step "Invalid value given. Scalar expected" => "Type invalide. Scalaire attendu", - "The input is not a valid step" => "L'entrée n'est pas un intervalle valide", + "The input is not a valid step" => "L'entrée n'est pas un multiple valide", // Zend_Validator_StringLength "Invalid type given. String expected" => "Type invalide. Chaîne attendue", - "The input is less than %min% characters long" => "L'entrée contient moins de %min% caractères", + "The input is less than %min% characters long" => "L'entrée conteint moins de %min% caractères", "The input is more than %max% characters long" => "L'entrée contient plus de %max% caractères", // Zend_Validator_Uri diff --git a/languages/ja/Zend_Validate.php b/languages/ja/Zend_Validate.php index cc93c33..3236043 100644 --- a/languages/ja/Zend_Validate.php +++ b/languages/ja/Zend_Validate.php @@ -20,107 +20,122 @@ */ /** - * EN-Revision: 22668 + * EN-Revision: 09.Sept.2012 */ return array( - // Zend_Validate_Alnum - "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数もしくは小数が期待されています", - "'%value%' contains characters which are non alphabetic and no digits" => "'%value%' にアルファベットと数字以外の文字が含まれています", - "'%value%' is an empty string" => "'%value%' は空の文字列です", + // Zend_I18n_Validator_Alnum + "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています", + "The input contains characters which are non alphabetic and no digits" => "入力値にアルファベットと数字以外の文字が含まれています", + "The input is an empty string" => "入力値は空の文字列です", - // Zend_Validate_Alpha + // Zend_I18n_Validator_Alpha "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - "'%value%' contains non alphabetic characters" => "'%value%' にアルファベット以外の文字が含まれています", - "'%value%' is an empty string" => "'%value%' は空の文字列です", + "The input contains non alphabetic characters" => "入力値にアルファベット以外の文字が含まれています", + "The input is an empty string" => "入力値は空の文字列です", + + // Zend_I18n_Validator_Float + "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています", + "The input does not appear to be a float" => " 入力値は小数ではないようです", + + // Zend_I18n_Validator_Int + "Invalid type given. String or integer expected" => "不正な形式です。文字列もしくは整数が期待されています", + "The input does not appear to be an integer" => " 入力値は整数ではないようです", + + // Zend_I18n_Validator_PostCode + "Invalid type given. String or integer expected" => "不正な形式です。文字列もしくは整数が期待されています", + "The input does not appear to be a postal code" => " 入力値は郵便番号でないようです", + "An exception has been raised while validating the input" => "入力値を検証中に例外が発生しました", - // Zend_Validate_Barcode - "'%value%' failed checksum validation" => "'%value%' はチェックサムが一致していません", - "'%value%' contains invalid characters" => "'%value%' は不正な文字を含んでいます", - "'%value%' should have a length of %length% characters" => "'%value%' は %length% 文字である必要があります", + // Zend_Validator_Barcode + "The input failed checksum validation" => "入力値はチェックサムが一致していません", + "The input contains invalid characters" => "入力値は不正な文字を含んでいます", + "The input should have a length of %length% characters" => "入力値は %length% 文字である必要があります", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - // Zend_Validate_Between - "'%value%' is not between '%min%' and '%max%', inclusively" => "'%value%' は '%min%' 以上 '%max%' 以下ではありません", - "'%value%' is not strictly between '%min%' and '%max%'" => "'%value%' は '%min%' 以下か '%max%' 以上です", + // Zend_Validator_Between + "The input is not between '%min%' and '%max%', inclusively" => "入力値は '%min%' 以上 '%max%' 以下ではありません", + "The input is not strictly between '%min%' and '%max%'" => "入力値は '%min%' 以下か '%max%' 以上です", - // Zend_Validate_Callback - "'%value%' is not valid" => "'%value%' は正しくありません", + // Zend_Validator_Callback + "The input is not valid" => "入力値は正しくありません", "An exception has been raised within the callback" => "コールバック内で例外が発生しました", - // Zend_Validate_Ccnum - "'%value%' must contain between 13 and 19 digits" => "'%value%' は 13 桁から 19 桁の数字でなければなりません", - "Luhn algorithm (mod-10 checksum) failed on '%value%'" => "'%value%' でルーンアルゴリズム(mod-10 チェックサム)に失敗しました", - - // Zend_Validate_CreditCard - "%value%' seems to contain an invalid checksum" => "'%value%' は不正なチェックサムを含んでいるようです", - "'%value%' must contain only digits" => "'%value%' は数値だけで構成される必要があります", + // Zend_Validator_CreditCard + "The input seems to contain an invalid checksum" => "入力値は無効なチェックサムを含んでいるようです", + "The input must contain only digits" => "入力値は数値だけで構成される必要があります", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - "'%value%' contains an invalid amount of digits" => "'%value%' は不正な桁数です", - "'%value%' is not from an allowed institute" => "'%value%' は認可機関から許可されていません", - "%value%' seems to be an invalid creditcard number" => "'%value%' は不正なクレジットカード番号を含んでいるようです", - "An exception has been raised while validating '%value%" => "'%value%' を検証中に例外が発生しました", - - // Zend_Validate_Date - "Invalid type given, value should be string, integer, array or Zend_Date" => "不正な形式です。値は文字列、整数、配列もしくは Zend_Date 形式である必要があります", - "'%value%' does not appear to be a valid date" => "'%value%' は正しい日付ではないようです", - "'%value%' does not fit the date format '%format%'" => "'%value%' は '%format%' フォーマットに一致していません", - - // Zend_Validate_Db_Abstract - "No record matching '%value%' was found" => " '%value%' に一致するレコードは見つかりませんでした", - "A record matching '%value%' was found" => " '%value%' に一致するレコードが見つかりました", - - // Zend_Validate_Digits - "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数または小数が期待されています", - "%value%' must contain only digits" => "'%value%' は数字のみである必要があります", - "'%value%' is an empty string" => "'%value%' は空の文字列です", - - // Zend_Validate_EmailAddress + "The input contains an invalid amount of digits" => "入力値は不正な桁数です", + "The input is not from an allowed institute" => "入力値は認可機関から許可されていません", + "The input seems to be an invalid creditcard number" => "入力値は無効なクレジットカード番号のようです", + "An exception has been raised while validating the input" => "入力値を検証中に例外が発生しました", + + // Zend_Validator_Csrf + "The form submitted did not originate from the expected site" => "期待されるサイトからフォーム送信がなされていません", + + // Zend_Validator_Date + "Invalid type given. String, integer, array or DateTime expected" => "無効な型が与えられています。文字列、数値型、配列もしくはDateTimeが期待されます", + "The input does not appear to be a valid date" => "入力値は正しい日付ではないようです", + "The input does not fit the date format '%format%'" => "入力値は '%format%' フォーマットに一致していません", + + // Zend_Validator_DateStep + "Invalid type given. String, integer, array or DateTime expected" => "無効な型が与えられています。文字列、数値型、配列もしくはDateTimeが期待されます", + "The input is not a valid step" => "入力値は有効な間隔ではありません", + "The input does not appear to be a valid date" => "入力値は有効な日付ではないようです", + + // Zend_Validator_Db_AbstractDb + "No record matching the input was found" => "入力値に一致するレコードが見つかりませんでした", + "A record matching the input was found" => "入力値に一致するレコードが見つかりました", + + // Zend_Validator_Digits + "The input must contain only digits" => "入力値は数値だけで構成される必要があります", + "The input is an empty string" => "入力値は空の文字列です", + "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています", + + // Zend_Validator_EmailAddress "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - "'%value%' is not a valid email address in the basic format local-part@hostname" => "'%value%' はメールアドレスの基本的な形式 local-part@hostname ではありません", - "'%hostname%' is not a valid hostname for email address '%value%'" => "メールアドレス '%value%' 内の '%hostname%' は有効なホスト名ではありません", - "'%hostname%' does not appear to have a valid MX record for the email address '%value%'" => "メールアドレス '%value%' 内の '%hostname%' は有効な MX レコードではないようです", - "'%hostname%' is not in a routable network segment. The email address '%value%' should not be resolved from public network" => "'%hostname%' はネットワークセグメントにありません。メールアドレス '%value%' はパブリックなネットワークから名前解決できませんでした", + "The input is not a valid email address. Use the basic format local-part@hostname" => "入力値は有効なEmailアドレスではありません。 基本的なフォーマット local-part@hostname を使ってください", + "'%hostname%' is not a valid hostname for the email address" => "Emailアドレスの '%hostname%' は有効なホスト名ではありません", + "'%hostname%' does not appear to have any valid MX or A records for the email address" => "Emailアドレスの '%hostname%' は有効なMXやAレコードを持ってないようです", + "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%' はルーティング可能なネットワークセグメントではありません。Emailアドレスはパブリックネットワークから解決できません", "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' はドットアトム形式ではありません", "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' は引用文字列形式ではありません", - "'%localPart%' is not a valid local part for email address '%value%'" => "メールアドレス '%value%' 内の '%localPart%' は有効なローカルパートではありません", - "'%value%' exceeds the allowed length" => "'%value%' は許された長さを超えています", + "'%localPart%' is not a valid local part for the email address" => "Emailアドレスの '%localPart%' は有効なローカルパートではありません", + "The input exceeds the allowed length" => "入力値は許された長さを超えています", + + // Zend_Validator_Explode + "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - // Zend_Validate_File_Count + // Zend_Validator_File_Count "Too many files, maximum '%max%' are allowed but '%count%' are given" => "ファイル数が多すぎます。最大 '%max%' まで許されていますが、 '%count%' 個指定ました", "Too few files, minimum '%min%' are expected but '%count%' are given" => "ファイル数が少なすぎます。最小 '%min%' 以上の必要がありますが、 '%count%' 個指定されていません", - // Zend_Validate_File_Crc32 + // Zend_Validator_File_Crc32 "File '%value%' does not match the given crc32 hashes" => "ファイル '%value%' は crc32 ハッシュ値と一致しませんでした", "A crc32 hash could not be evaluated for the given file" => "ファイルに crc32 ハッシュ値が見つかりませんでした", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_File_ExcludeExtension + // Zend_Validator_File_ExcludeExtension "File '%value%' has a false extension" => "ファイル '%value%' は誤った拡張子です", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_File_ExcludeMimeType - "File '%value%' has a false mimetype of '%type%'" => "ファイル '%value%' は誤った mimetype '%type%' です", - "The mimetype of file '%value%' could not be detected" => "ファイル '%value%' の mimetype が見つかりませんでした", - "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - - // Zend_Validate_File_Exists + // Zend_Validator_File_Exists "File '%value%' does not exist" => "ファイル '%value%' は存在しません", - // Zend_Validate_File_Extension + // Zend_Validator_File_Extension "File '%value%' has a false extension" => "ファイル '%value%' は誤った拡張子です", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_File_FilesSize + // Zend_Validator_File_FilesSize "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "全てのファイルの合計は最大 '%max%' より小さい必要があります。しかしファイルサイズは '%size%' でした", "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "全てのファイルの合計は最小 '%min%' より大きい必要があります。しかしファイルサイズは '%size%' でした", "One or more files can not be read" => "ファイルを読み込めませんでした", - // Zend_Validate_File_Hash + // Zend_Validator_File_Hash "File '%value%' does not match the given hashes" => "ファイル '%value%' は設定されたハッシュ値と一致しませんでした", "A hash could not be evaluated for the given file" => "渡されたファイルのハッシュ値を評価できませんでした", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_File_ImageSize + // Zend_Validator_File_ImageSize "Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "画像 '%value%' の横幅は '%width%' でした。横幅は最大 '%maxwidth%' まで許されています", "Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "画像 '%value%' の横幅は '%width%' でした。横幅は最小 '%minwidth%' 以上である必要があります", "Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "画像 '%value%' の高さは '%height%' でした。高さは最大 '%maxheight%' まで許されています", @@ -128,40 +143,40 @@ "The size of image '%value%' could not be detected" => "画像 '%value%' の大きさを取得できませんでした", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_File_IsCompressed + // Zend_Validator_File_IsCompressed "File '%value%' is not compressed, '%type%' detected" => " '%type%' が見つかりました。ファイル '%value%' は圧縮されていません", "The mimetype of file '%value%' could not be detected" => "ファイル '%value%' の Mimetype は見つかりませんでした", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_File_IsImage + // Zend_Validator_File_IsImage "File '%value%' is no image, '%type%' detected" => "ファイル '%value%' は画像ではありません。 '%type%' です", "The mimetype of file '%value%' could not be detected" => "ファイル '%value%' の Mimetype は見つかりませんでした", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_File_Md5 + // Zend_Validator_File_Md5 "File '%value%' does not match the given md5 hashes" => "ファイル '%value%' は md5 ハッシュ値と一致していません", "A md5 hash could not be evaluated for the given file" => "渡されたファイルの md5 ハッシュ値を評価できませんでした", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_File_MimeType + // Zend_Validator_File_MimeType "File '%value%' has a false mimetype of '%type%'" => "ファイル '%value%' は誤った MimeType '%type%' です", "The mimetype of file '%value%' could not be detected" => "ファイル '%value%' の Mimetype は見つかりませんでした", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_File_NotExists + // Zend_Validator_File_NotExists "File '%value%' exists" => "ファイル '%value%' は存在しています", - // Zend_Validate_File_Sha1 + // Zend_Validator_File_Sha1 "File '%value%' does not match the given sha1 hashes" => "ファイル '%value%' は sha1 ハッシュ値と一致していません", "A sha1 hash could not be evaluated for the given file" => "渡されたファイルの sha1 ハッシュ値を評価できませんでした", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_File_Size + // Zend_Validator_File_Size "Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "ファイルサイズは '%size%' です。ファイル '%value%' のサイズは最大 '%max%' まで許されています", "Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "ファイルサイズは '%size%' です。ファイル '%value%' のサイズは最小 '%min%' 以上必要です", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_File_Upload + // Zend_Validator_File_Upload "File '%value%' exceeds the defined ini size" => "ファイル '%value%' は ini で定義されたサイズを超えています", "File '%value%' exceeds the defined form size" => "ファイル '%value%' はフォームで定義されたサイズを超えています", "File '%value%' was only partially uploaded" => "ファイル '%value%' は一部のみしかアップロードされていません", @@ -173,92 +188,92 @@ "File '%value%' was not found" => "ファイル '%value%' は見つかりませんでした", "Unknown error while uploading file '%value%'" => "ファイル '%value%' をアップロード中に未知のエラーが発生しました", - // Zend_Validate_File_WordCount + // Zend_Validator_File_WordCount "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "単語数 '%count%' が多過ぎます。最大で '%max%' 個が許されます", "Too less words, minimum '%min%' are expected but '%count%' were counted" => "単語数 '%count%' が少な過ぎます。少なくとも '%min%' 個必要です", "File '%value%' is not readable or does not exist" => "ファイル '%value%' は読み込めないかもしくは存在しません", - // Zend_Validate_Float - "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数もしくは小数が期待されています", - "'%value%' does not appear to be a float" => " '%value%' は小数ではないようです", - - // Zend_Validate_GreaterThan - "'%value%' is not greater than '%min%'" => " '%value%' は '%min%' より大きくありません", + // Zend_Validator_GreaterThan + "The input is not greater than '%min%'" => " 入力値は '%min%' より大きくありません", + "The input is not greater or equal than '%min%'" => "入力値は '%min%' 以上ではありません", - // Zend_Validate_Hex + // Zend_Validator_Hex "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - "'%value%' has not only hexadecimal digit characters" => " '%value%' は 16 進文字列以外を含んでいます", + "The input contains non-hexadecimal characters" => "入力値は16進数ではない文字を含んでいます", - // Zend_Validate_Hostname + // Zend_Validator_Hostname + "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => " 入力値は DNS ホスト名のようですが、 punycode 変換ができませんでした", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - "'%value%' appears to be an IP address, but IP addresses are not allowed" => " '%value%' は IP アドレスのようですが、 IP アドレスは許されていません", - "'%value%' appears to be a DNS hostname but cannot match TLD against known list" => " '%value%' は DNS ホスト名のようですが、 TLD が一覧に見つかりません", - "'%value%' appears to be a DNS hostname but contains a dash in an invalid position" => " '%value%' は DNS ホスト名のようですが不正な位置にダッシュがあります", - "'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => " '%value%' は DNS ホスト名のようですが TLD '%tld%' のホスト名スキーマと一致していません", - "'%value%' appears to be a DNS hostname but cannot extract TLD part" => " '%value%' は DNS ホスト名のようですが TLD 部を展開できません", - "'%value%' does not match the expected structure for a DNS hostname" => " '%value%' は DNS ホスト名の構造に一致していません", - "'%value%' does not appear to be a valid local network name" => " '%value%' は有効なローカルネットワーク名ではないようです", - "'%value%' appears to be a local network name but local network names are not allowed" => " '%value%' はローカルネットワーク名のようですがローカルネットワーク名は許されていません", - "'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded" => " '%value%' は DNS ホスト名のようですが、 punycode 変換ができませんでした", - - // Zend_Validate_Iban - "Unknown country within the IBAN '%value%'" => "IBAN コード '%value%' に未知の国があります", - "'%value%' has a false IBAN format" => " '%value%' は誤った IBAN 書式です", - "'%value%' has failed the IBAN check" => " '%value%' は IBAN コードチェックに失敗しました", - - // Zend_Validate_Identical + "The input appears to be a DNS hostname but contains a dash in an invalid position" => " 入力値は DNS ホスト名のようですが不正な位置にダッシュがあります", + "The input does not match the expected structure for a DNS hostname" => " 入力値は DNS ホスト名の構造に一致していません", + "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => " 入力値は DNS ホスト名のようですが TLD '%tld%' のホスト名スキーマと一致していません", + "The input does not appear to be a valid local network name" => " 入力値は有効なローカルネットワーク名ではないようです", + "The input does not appear to be a valid URI hostname" => "入力値は有効なURIホスト名ではないようです", + "The input appears to be an IP address, but IP addresses are not allowed" => " 入力値は IP アドレスのようですが、 IP アドレスは許されていません", + "The input appears to be a local network name but local network names are not allowed" => " 入力値はローカルネットワーク名のようですがローカルネットワーク名は許されていません", + "The input appears to be a DNS hostname but cannot extract TLD part" => " 入力値は DNS ホスト名のようですが TLD 部を展開できません", + "The input appears to be a DNS hostname but cannot match TLD against known list" => " 入力値は DNS ホスト名のようですが、 TLD が一覧に見つかりません", + + // Zend_Validator_Iban + "Unknown country within the IBAN" => "IBAN 内の既知の国ではありません", + "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "Single Euro Payments Area (SEPA) 外の国々はサポート外です", + "The input has a false IBAN format" => " 入力値は誤った IBAN 書式です", + "The input has failed the IBAN check" => " 入力値は IBAN コードチェックに失敗しました", + + // Zend_Validator_Identical "The two given tokens do not match" => "2 つのトークンは一致しませんでした", "No token was provided to match against" => "チェックを行うためのトークンがありませんでした", - // Zend_Validate_InArray - "'%value%' was not found in the haystack" => " '%value%' が haystack の中に見つかりませんでした", + // Zend_Validator_InArray + "The input was not found in the haystack" => " 入力値が haystack の中に見つかりませんでした", - // Zend_Validate_Int - "Invalid type given. String or integer expected" => "不正な形式です。文字列または整数が期待されています", - "'%value%' does not appear to be an integer" => " '%value%' は整数ではないようです", - - // Zend_Validate_Ip + // Zend_Validator_Ip "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - "'%value%' does not appear to be a valid IP address" => " '%value%' は IP アドレスではないようです", + "The input does not appear to be a valid IP address" => " 入力値は IP アドレスではないようです", - // Zend_Validate_Isbn - "Invalid type given. String or integer expected" => "不正な形式です。文字列または整数が期待されています", - "'%value%' is not a valid ISBN number" => " '%value%' は ISBN 番号ではありません", + // Zend_Validator_Isbn + "Invalid type given. String or integer expected" => "不正な形式です。文字列もしくは整数が期待されています", + "The input is not a valid ISBN number" => " 入力値は ISBN 番号ではありません", - // Zend_Validate_LessThan - "'%value%' is not less than '%max%'" => " '%value%' は '%max%' 未満ではありません", + // Zend_Validator_LessThan + "The input is not less than '%max%'" => " 入力値は '%max%' 未満ではありません", + "The input is not less or equal than '%max%'" => "入力値は '%max%' 以下ではありません", - // Zend_Validate_NotEmpty - "Invalid type given. String, integer, float, boolean or array expected" => "不正な形式です。文字列、整数、小数、真偽値もしくは配列が期待されています", + // Zend_Validator_NotEmpty "Value is required and can't be empty" => "値は必須です。空値は許可されていません", + "Invalid type given. String, integer, float, boolean or array expected" => "不正な形式です。文字列、整数、小数、真偽値もしくは配列が期待されています", - // Zend_Validate_PostCode - "Invalid type given. String or integer expected" => "不正な形式です。文字列もしくは整数が期待されています", - "'%value%' does not appear to be a postal code" => " '%value%' は郵便番号でないようです", - - // Zend_Validate_Regex + // Zend_Validator_Regex "Invalid type given. String, integer or float expected" => "不正な形式です。文字列、整数、もしくは小数が期待されています", - "'%value%' does not match against pattern '%pattern%'" => " '%value%' はパターン '%pattern%' と一致していません", + "The input does not match against pattern '%pattern%'" => " 入力値はパターン '%pattern%' と一致していません", "There was an internal error while using the pattern '%pattern%'" => "正規表現パターン '%pattern%' を使用中に内部エラーが発生しました。", - // Zend_Validate_Sitemap_Changefreq - "'%value%' is not a valid sitemap changefreq" => " '%value%' は正しいサイトマップの更新頻度ではありません", + // Zend_Validator_Sitemap_Changefreq + "The input is not a valid sitemap changefreq" => " 入力値は正しいサイトマップの更新頻度ではありません", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - // Zend_Validate_Sitemap_Lastmod - "'%value%' is not a valid sitemap lastmod" => " '%value%' は正しいサイトマップの最終更新日ではありません", + // Zend_Validator_Sitemap_Lastmod + "The input is not a valid sitemap lastmod" => " 入力値は正しいサイトマップの最終更新日ではありません", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - // Zend_Validate_Sitemap_Loc - "'%value%' is not a valid sitemap location" => " '%value%' は正しいサイトマップの位置ではありません", + // Zend_Validator_Sitemap_Loc + "The input is not a valid sitemap location" => " 入力値は正しいサイトマップの位置ではありません", "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - // Zend_Validate_Sitemap_Priority - "'%value%' is not a valid sitemap priority" => " '%value%' は正しいサイトマップの優先度ではありません", + // Zend_Validator_Sitemap_Priority + "The input is not a valid sitemap priority" => " 入力値は正しいサイトマップの優先度ではありません", "Invalid type given. Numeric string, integer or float expected" => "不正な形式です。数字、整数もしくは小数が期待されています", - // Zend_Validate_StringLength + // Zend_Validator_Step + "Invalid value given. Scalar expected" => "無効な値が与えられています。スカラーが期待されます", + "The input is not a valid step" => "入力値は有効な間隔ではありません", + + // Zend_Validator_StringLength + "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", + "The input is less than %min% characters long" => " 入力値は %min% 文字より短いです", + "The input is more than %max% characters long" => " 入力値は %max% 文字より長いです", + + // Zend_Validator_Uri "Invalid type given. String expected" => "不正な形式です。文字列が期待されています", - "'%value%' is less than %min% characters long" => " '%value%' は %min% 文字より短いです", - "'%value%' is more than %max% characters long" => " '%value%' は %max% 文字より長いです", + "The input does not appear to be a valid Uri" => "入力値は有効なUriではないようです", ); diff --git a/languages/pl/Zend_Validate.php b/languages/pl/Zend_Validate.php index ddcabbd..614310c 100644 --- a/languages/pl/Zend_Validate.php +++ b/languages/pl/Zend_Validate.php @@ -1,4 +1,4 @@ - "没有找到验证码区域", + "Failed to validate captcha" => "验证码校验失败", + "Captcha value is wrong: %value%" => "验证码不匹配: %value%", + + // Zend_Captcha_Word + "Empty captcha value" => "请输入验证码", + "Captcha ID field is missing" => "没有找到验证码区域", + "Captcha value is wrong" => "验证码不匹配", +); diff --git a/languages/zh/Zend_Validate.php b/languages/zh/Zend_Validate.php new file mode 100644 index 0000000..2c23cc7 --- /dev/null +++ b/languages/zh/Zend_Validate.php @@ -0,0 +1,279 @@ + "请输入一个整数或小数", + "The input contains characters which are non alphabetic and no digits" => "输入不能为字母数字以外的字符", + "The input is an empty string" => "输入不能为空", + + // Zend_I18n_Validator_Alpha + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + "The input contains non alphabetic characters" => "输入不能为字母以外的字符", + "The input is an empty string" => "输入不能为空", + + // Zend_I18n_Validator_Float + "Invalid type given. String, integer or float expected" => "请输入与一个整数或小数", + "The input does not appear to be a float" => "输入无效,请输入一个小数", + + // Zend_I18n_Validator_Int + "Invalid type given. String or integer expected" => "输入无效,请输入字符或数字", + "The input does not appear to be an integer" => "请输入一个整数", + + // Zend_I18n_Validator_PostCode + "Invalid type given. String or integer expected" => "输入无效,请输入一个字符或数字", + "The input does not appear to be a postal code" => "无效的邮政编码格式", + "An exception has been raised while validating the input" => "验证输入时有异常发生", + + // Zend_Validator_Barcode + "The input failed checksum validation" => "输入的条码无法通过校验", + "The input contains invalid characters" => "输入的条码包含无效的字符", + "The input should have a length of %length% characters" => "输入的条码长度应为%length%个字符", + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + + // Zend_Validator_Between + "The input is not between '%min%' and '%max%', inclusively" => "请输入大于等于'%min%'并小于等于'%max%'的值", + "The input is not strictly between '%min%' and '%max%'" => "请输入大于'%min%'并小于'%max%'的值", + + // Zend_Validator_Callback + "The input is not valid" => "输入无效", + "An exception has been raised within the callback" => "回调中有异常发生", + + // Zend_Validator_CreditCard + "The input seems to contain an invalid checksum" => "输入的卡号格式有误", + "The input must contain only digits" => "卡号应为数字", + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + "The input contains an invalid amount of digits" => "输入的卡号长度有误", + "The input is not from an allowed institute" => "输入的卡号没有找到对应的发行机构", + "The input seems to be an invalid creditcard number" => "输入的卡号无法通过校验", + "An exception has been raised while validating the input" => "验证输入时有异常发生", + + // Zend_Validator_Csrf + "The form submitted did not originate from the expected site" => "表单提交来源网站未经过许可", + + // Zend_Validator_Date + "Invalid type given. String, integer, array or DateTime expected" => "输入无效,请输入字符数字或日期", + "The input does not appear to be a valid date" => "输入的日期格式无效", + "The input does not fit the date format '%format%'" => "请按照日期格式'%format%'输入一个日期", + + // Zend_Validator_DateStep + "Invalid type given. String, integer, array or DateTime expected" => "输入无效,请输入字符数字或日期", + "The input does not appear to be a valid date" => "输入的日期格式无效", + "The input is not a valid step" => "The input is not a valid step", + + // Zend_Validator_Db_AbstractDb + "No record matching the input was found" => "没有找到匹配输入的记录", + "A record matching the input was found" => "输入已经被占用", + + // Zend_Validator_Digits + "The input must contain only digits" => "输入不能为数字以外的字符", + "The input is an empty string" => "输入不能为空", + "Invalid type given. String, integer or float expected" => "输入无效,请输入字符整数或小数", + + // Zend_Validator_EmailAddress + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + "The input is not a valid email address. Use the basic format local-part@hostname" => "输入邮件地址格式有误,请检查格式是否为local-part@hostname", + "'%hostname%' is not a valid hostname for the email address" => "'%hostname%'不是一个可用的邮件域名", + "'%hostname%' does not appear to have any valid MX or A records for the email address" => "'%hostname%'域名下没有找到可用的MX或A记录,邮件无法投递", + "'%hostname%' is not in a routable network segment. The email address should not be resolved from public network" => "'%hostname%'域名所在网段无法被路由,邮件地址应位于公共网络", + "'%localPart%' can not be matched against dot-atom format" => "邮件用户名部分'%localPart%'格式无法匹配dot-atom格式", + "'%localPart%' can not be matched against quoted-string format" => "邮件用户名部分'%localPart%'格式无法匹配quoted-string格式", + "'%localPart%' is not a valid local part for the email address" => "'%localPart%'不是一个有效的邮件用户名", + "The input exceeds the allowed length" => "输入超出允许长度", + + // Zend_Validator_Explode + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + + // Zend_Validator_File_Count + "Too many files, maximum '%max%' are allowed but '%count%' are given" => "文件过多,最多允许'%max%'个文件,找到'%count%'个", + "Too few files, minimum '%min%' are expected but '%count%' are given" => "文件过少,至少需要'%min%'个文件,找到'%count%'个", + + // Zend_Validator_File_Crc32 + "File '%value%' does not match the given crc32 hashes" => "文件'%value%'无法通过CRC32校验", + "A crc32 hash could not be evaluated for the given file" => "文件无法生成CRC32校验码", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_File_ExcludeExtension + "File '%value%' has a false extension" => "文件'%value%'扩展名不允许", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_File_Exists + "File '%value%' does not exist" => "文件'%value%'不存在", + + // Zend_Validator_File_Extension + "File '%value%' has a false extension" => "文件'%value%'扩展名不允许", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_File_FilesSize + "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "所有文件总大小'%size%'超出,最大允许'%max%'", + "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "所有文件总大小'%size%'不足,至少需要'%min%'", + "One or more files can not be read" => "一个或多个文件无法读取", + + // Zend_Validator_File_Hash + "File '%value%' does not match the given hashes" => "文件'%value%'无法通过哈希校验", + "A hash could not be evaluated for the given file" => "文件无法生成哈希校验码", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_File_ImageSize + "Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "图片'%value%'的宽度'%width%'超出,最大允许'%maxwidth%'", + "Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "图片'%value%'的宽度'%width%'不足,至少应为'%minwidth%'", + "Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "图片'%value%'的高度'%height%'超出,最大允许'%maxheight%'", + "Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "图片'%value%'的高度'%height%'不足,至少应为'%minheight%'", + "The size of image '%value%' could not be detected" => "图片'%value%'的尺寸无法读取", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_File_IsCompressed + "File '%value%' is not compressed, '%type%' detected" => "文件'%value%'没有被压缩,检测到文件的媒体类型为'%type%'", + "The mimetype of file '%value%' could not be detected" => "文件'%value%'的媒体类型无法检测", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_File_IsImage + "File '%value%' is no image, '%type%' detected" => "文件'%value%'不是图片,检测到文件的媒体类型为'%type%'", + "The mimetype of file '%value%' could not be detected" => "文件'%value%'的媒体类型无法检测", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_File_Md5 + "File '%value%' does not match the given md5 hashes" => "文件'%value%'无法通过MD5校验", + "A md5 hash could not be evaluated for the given file" => "文件无法生成MD5校验码", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_File_MimeType + "File '%value%' has a false mimetype of '%type%'" => "文件'%value%'的媒体类型'%type%'不允许", + "The mimetype of file '%value%' could not be detected" => "文件'%value%'的媒体类型无法检测", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_File_NotExists + "File '%value%' exists" => "文件'%value%'已经存在", + + // Zend_Validator_File_Sha1 + "File '%value%' does not match the given sha1 hashes" => "文件'%value%'无法通过SHA1校验", + "A sha1 hash could not be evaluated for the given file" => "文件无法生成SHA1校验码", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_File_Size + "Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "文件'%value%'的大小'%size%'超出,最大允许'%max%'", + "Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "文件'%value%'的大小'%size%'不足,至少需要'%min%'", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_File_Upload + "File '%value%' exceeds the defined ini size" => "文件'%value%'大小超出系统允许范围", + "File '%value%' exceeds the defined form size" => "文件'%value%'大小超出表单允许范围", + "File '%value%' was only partially uploaded" => "文件'%value%'上传不完整", + "File '%value%' was not uploaded" => "文件'%value%'没有被上传", + "No temporary directory was found for file '%value%'" => "没有找到临时文件夹存放文件'%value%'", + "File '%value%' can't be written" => "文件'%value%'无法被写入", + "A PHP extension returned an error while uploading the file '%value%'" => "文件'%value%'上传时发生了一个PHP扩展错误", + "File '%value%' was illegally uploaded. This could be a possible attack" => "文件'%value%'被非法上传,这可能被判定为一次入侵", + "File '%value%' was not found" => "文件'%value%'不存在", + "Unknown error while uploading file '%value%'" => "文件'%value%'上传时发生了一个未知错误", + + // Zend_Validator_File_WordCount + "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "输入的单词过多,最多允许'%max%'个单词,输入了'%count%'个", + "Too less words, minimum '%min%' are expected but '%count%' were counted" => "输入的单词过少,至少需要'%min%'个单词,输入了'%count%'个", + "File '%value%' is not readable or does not exist" => "文件'%value%'无法读取或不存在", + + // Zend_Validator_GreaterThan + "The input is not greater than '%min%'" => "输入应大于'%min%'", + "The input is not greater or equal than '%min%'" => "输入应大于等于'%min%'", + + // Zend_Validator_Hex + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + "The input contains non-hexadecimal characters" => "请输入十六进制允许的字符", + + // Zend_Validator_Hostname + "The input appears to be a DNS hostname but the given punycode notation cannot be decoded" => "输入的DNS域名在解析中无法用给定的punycode正确解码", + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + "The input appears to be a DNS hostname but contains a dash in an invalid position" => "输入的DNS域名中连接符位置不符合规定", + "The input does not match the expected structure for a DNS hostname" => "输入的DNS域名结构组成有误", + "The input appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "输入的DNS域名的顶级域名'%tld%'无法被解析", + "The input does not appear to be a valid local network name" => "输入域名不是一个本地域名", + "The input does not appear to be a valid URI hostname" => "域名格式有误", + "The input appears to be an IP address, but IP addresses are not allowed" => "不允许输入IP地址作为域名", + "The input appears to be a local network name but local network names are not allowed" => "不允许输入本地或局域网内域名", + "The input appears to be a DNS hostname but cannot extract TLD part" => "在输入的DNS域名中无法找到顶级域名部分", + "The input appears to be a DNS hostname but cannot match TLD against known list" => "在输入的DNS域名中,顶级域名部分无法匹配已知列表", + + // Zend_Validator_Iban + "Unknown country within the IBAN" => "输入的IBAN帐号无法找到对应的国家", + "Countries outside the Single Euro Payments Area (SEPA) are not supported" => "不支持单一欧元支付区(SEPA)以外的帐号", + "The input has a false IBAN format" => "输入的IBAN帐号格式有误", + "The input has failed the IBAN check" => "输入的IBAN帐号校验失败", + + // Zend_Validator_Identical + "The two given tokens do not match" => "两个验证令牌不匹配", + "No token was provided to match against" => "没有令牌输入,无法匹配", + + // Zend_Validator_InArray + "The input was not found in the haystack" => "输入没有在指定的允许范围内", + + // Zend_Validator_Ip + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + "The input does not appear to be a valid IP address" => "输入的IP地址格式不正确", + + // Zend_Validator_Isbn + "Invalid type given. String or integer expected" => "输入无效,请输入字符或整数", + "The input is not a valid ISBN number" => "输入的ISBN编号格式不正确", + + // Zend_Validator_LessThan + "The input is not less than '%max%'" => "输入应小于'%max%'", + "The input is not less or equal than '%max%'" => "输入应小于等于'%max%'", + + // Zend_Validator_NotEmpty + "Value is required and can't be empty" => "输入不能为空", + "Invalid type given. String, integer, float, boolean or array expected" => "输入无效,只允许字符、整数、小数、布尔值、数组类型", + + // Zend_Validator_Regex + "Invalid type given. String, integer or float expected" => "输入无效,请输入字符、整数或小数", + "The input does not match against pattern '%pattern%'" => "输入不匹配指定的模式'%pattern%'", + "There was an internal error while using the pattern '%pattern%'" => "匹配指定模式'%pattern%'时有内部错误发生", + + // Zend_Validator_Sitemap_Changefreq + "The input is not a valid sitemap changefreq" => "输入不符合网站地图的changefreq格式", + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + + // Zend_Validator_Sitemap_Lastmod + "The input is not a valid sitemap lastmod" => "输入不符合网站地图的lastmod格式", + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + + // Zend_Validator_Sitemap_Loc + "The input is not a valid sitemap location" => "输入不符合网站地图的location格式", + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + + // Zend_Validator_Sitemap_Priority + "The input is not a valid sitemap priority" => "输入不符合网站地图的priority格式", + "Invalid type given. Numeric string, integer or float expected" => "输入无效,请输入一个数字", + + // Zend_Validator_Step + "Invalid value given. Scalar expected" => "输入无效,请输入一个数字", + "The input is not a valid step" => "输入不在阶梯计算的结果范围内", + + // Zend_Validator_StringLength + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + "The input is less than %min% characters long" => "输入字符个数应大于%min%", + "The input is more than %max% characters long" => "输入字符个数应小于%max%", + + // Zend_Validator_Uri + "Invalid type given. String expected" => "输入无效,请输入一个字符串", + "The input does not appear to be a valid Uri" => "输入的Uri格式有误", +);