# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # This file has the strings, mostly error strings, for the logic / JS backend / model # files: sanitizeDatatypes.js, fetchhttp.js, util.js # sanitizeDatatypes.js hostname_syntax.error =ホストåãŒå…¥åŠ›ã•ã‚Œã¦ã„ãªã„ã‹ç„¡åŠ¹ãªæ–‡å—ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚åŠè§’英数å—㨠"-" (ãƒã‚¤ãƒ•ãƒ³)ã€"." (ピリオド) ã®ã¿ãŒä½¿ç”¨å¯èƒ½ã§ã™ã€‚ alphanumdash.error =未サãƒãƒ¼ãƒˆã®æ–‡å—ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚åŠè§’英数å—㨠"-" (ãƒã‚¤ãƒ•ãƒ³)ã€"_" (アンダースコア) ã®ã¿ãŒä½¿ç”¨å¯èƒ½ã§ã™ã€‚ allowed_value.error =入力ã•ã‚ŒãŸå€¤ãŒè¨±å¯ãƒªã‚¹ãƒˆã«ã‚ã‚Šã¾ã›ã‚“ url_scheme.error =ã“ã® URL スã‚ームã¯è¨±å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“ url_parsing.error =URL ãŒæ£ã—ãã‚ã‚Šã¾ã›ã‚“ string_empty.error =ã“ã®æ–‡å—列ã«å€¤ã‚’入力ã—ã¦ãã ã•ã„ boolean.error =真å½å€¤ã§ã¯ã‚ã‚Šã¾ã›ã‚“ no_number.error =数値ã§ã¯ã‚ã‚Šã¾ã›ã‚“ number_too_large.error =数値ãŒå¤§ãã™ãŽã¾ã™ number_too_small.error =数値ãŒå°ã•ã™ãŽã¾ã™ # fetchhttp.js cannot_contact_server.error =サーãƒãƒ¼ã«æŽ¥ç¶šã§ãã¾ã›ã‚“ã§ã—㟠bad_response_content.error =サーãƒãƒ¼ã‹ã‚‰ã®å—信データãŒæ£ã—ãã‚ã‚Šã¾ã›ã‚“ ## 以下ã€3.1b2 ã§ã¯æœªå®Ÿè£…。Bug 555448 # verifyConfig.js # LOCALIZATION NOTE(auth_failed_generic.error): The login failed (server refused to allow the user in), but the server did not give any meaningful error message. This is a common case when the user entered a wrong password or is otherwise not allowed. auth_failed_generic.error =ãƒã‚°ã‚¤ãƒ³ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ユーザーåã¾ãŸã¯ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã€ãƒ‘スワードãŒæ£ã—ã„ã‹ç¢ºèªã—ã¦ãã ã•ã„。 # LOCALIZATION NOTE(auth_failed_with_reason.error): The login failed (server refused to allow the user in), and the server gave an error message which we can present to the user. This is a common case when the user entered a wrong password or is otherwise not allowed. %1$S will be the IMAP/POP3/SMTP server hostname. %2$S will be the error message from the server (usually in the local language where the server is or in English). auth_failed_with_reason.error =ãƒã‚°ã‚¤ãƒ³ã«å¤±æ•—ã—ã¾ã—ãŸã€‚%1$S サーãƒãƒ¼ã‹ã‚‰ã®å¿œç”: %2$S # LOCALIZATION NOTE(verification_failed.error): We had some other error, not during authentication with the server, but at earlier points, e.g. locally or we entirely failed to contact the given server, and we unfortunately have no detailed error message. verification_failed.error =ãƒã‚°ã‚¤ãƒ³å‰ã«åŽŸå› ä¸æ˜Žã®ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ # LOCALIZATION NOTE(verification_failed_with_exception.error): We had some other error, not during authentication with the server, but at earlier points, e.g. locally or we entirely failed to contact the given server, and we have an error message. %1$S will be an error message, possibly in English verification_failed_with_exception.error =ãƒã‚°ã‚¤ãƒ³å‰ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ: %1$S