diff options
Diffstat (limited to 'po/ja/uvl.po')
-rw-r--r-- | po/ja/uvl.po | 201 |
1 files changed, 201 insertions, 0 deletions
diff --git a/po/ja/uvl.po b/po/ja/uvl.po new file mode 100644 index 000000000..ee0c5488e --- /dev/null +++ b/po/ja/uvl.po @@ -0,0 +1,201 @@ +# uvl.po +# generated from ./libs/uvl/luasrc/i18n/uvl.en.lua + +msgid "" +msgstr "Content-Type: text/plain; charset=UTF-8" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:1 +#. Unable to load config \"%p\": %1 +msgid "uvl_err_uciload" +msgstr "Unable to load config \"%p\": %1" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:2 +#. Error in scheme \"%p\":\n%c +msgid "uvl_err_scheme" +msgstr "Error in scheme \"%p\":\n%c" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:3 +#. Error in config \"%p\":\n%c +msgid "uvl_err_config" +msgstr "Error in config \"%p\":\n%c" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:4 +#. Error in section \"%i\" (%I):\n%c +msgid "uvl_err_section" +msgstr "Error in section \"%i\" (%I):\n%c" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:5 +#. Error in option \"%i\" (%I):\n%c +msgid "uvl_err_option" +msgstr "Error in option \"%i\" (%I):\n%c" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:6 +#. Option \"%i\" has invalid reference specification %1:\n%c +msgid "uvl_err_reference" +msgstr "Option \"%i\" has invalid reference specification %1:\n%c" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:7 +#. In dependency check for %t \"%i\":\n%c +msgid "uvl_err_dependency" +msgstr "In dependency check for %t \"%i\":\n%c" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:8 +#. Can not find scheme \"%p\" in \"%1\" +msgid "uvl_err_sme_find" +msgstr "Can not find scheme \"%p\" in \"%1\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:9 +#. Can not access file \"%1\" +msgid "uvl_err_sme_read" +msgstr "Can not access file \"%1\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:10 +#. Missing required scheme field \"%1\" in \"%i\" +msgid "uvl_err_sme_reqfld" +msgstr "Missing required scheme field \"%1\" in \"%i\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:11 +#. Illegal reference \"%1\" to an anonymous section +msgid "uvl_err_sme_invref" +msgstr "Illegal reference \"%1\" to an anonymous section" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:12 +#. Malformed reference in \"%1\" +msgid "uvl_err_sme_badref" +msgstr "Malformed reference in \"%1\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:13 +#. Malformed dependency specification \"%1\" in \"%i\" +msgid "uvl_err_sme_baddep" +msgstr "Malformed dependency specification \"%1\" in \"%i\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:14 +#. Malformed validator specification \"%1\" in \"%i\" +msgid "uvl_err_sme_badval" +msgstr "Malformed validator specification \"%1\" in \"%i\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:15 +#. External validator \"%1\" failed: %2 +msgid "uvl_err_sme_errval" +msgstr "External validator \"%1\" failed: %2" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:16 +#. Variable \"%o\" in scheme \"%p\" references unknown package \"%1\" +msgid "uvl_err_sme_vbadpack" +msgstr "Variable \"%o\" in scheme \"%p\" references unknown package \"%1\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:17 +#. Variable \"%o\" in scheme \"%p\" references unknown section \"%1\" +msgid "uvl_err_sme_vbadsect" +msgstr "Variable \"%o\" in scheme \"%p\" references unknown section \"%1\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:18 +#. Enum \"%v\" in scheme \"%p\" references unknown package \"%1\" +msgid "uvl_err_sme_ebadpack" +msgstr "Enum \"%v\" in scheme \"%p\" references unknown package \"%1\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:19 +#. Enum \"%v\" in scheme \"%p\" references unknown section \"%1\" +msgid "uvl_err_sme_ebadsect" +msgstr "Enum \"%v\" in scheme \"%p\" references unknown section \"%1\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:20 +#. Enum \"%v\" in scheme \"%p\" references unknown option \"%1\" +msgid "uvl_err_sme_ebadopt" +msgstr "Enum \"%v\" in scheme \"%p\" references unknown option \"%1\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:21 +#. Enum \"%v\" in scheme \"%p\" references non-enum option \"%p.%s.%o\" +msgid "uvl_err_sme_ebadtype" +msgstr "Enum \"%v\" in scheme \"%p\" references non-enum option \"%p.%s.%o\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:22 +#. Enum \"%v\" in scheme \"%p\" redeclares the default value of \"%p.%s.%o\" +msgid "uvl_err_sme_ebaddef" +msgstr "Enum \"%v\" in scheme \"%p\" redeclares the default value of \"%p.%s.%o\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:23 +#. Section \"%i\" (%I) not found in scheme +msgid "uvl_err_sect_unknown" +msgstr "Section \"%i\" (%I) not found in scheme" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:24 +#. Required section \"%p.%s\" not found in config +msgid "uvl_err_sect_required" +msgstr "Required section \"%p.%s\" not found in config" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:25 +#. Unique section \"%p.%s\" occurs multiple times in config +msgid "uvl_err_sect_unique" +msgstr "Unique section \"%p.%s\" occurs multiple times in config" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:26 +#. The section of type \"%p.%s\" is stored anonymously in config but must be named +msgid "uvl_err_sect_named" +msgstr "The section of type \"%p.%s\" is stored anonymously in config but must be named" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:27 +#. Section \"%p.%s\" not found in config +msgid "uvl_err_sect_notfound" +msgstr "Section \"%p.%s\" not found in config" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:28 +#. Option \"%i\" (%I) not found in scheme +msgid "uvl_err_opt_unknown" +msgstr "Option \"%i\" (%I) not found in scheme" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:29 +#. Required option \"%i\" has no value +msgid "uvl_err_opt_required" +msgstr "Required option \"%i\" has no value" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:30 +#. Value \"%1\" of option \"%i\" is not defined in enum %2 +msgid "uvl_err_opt_badvalue" +msgstr "Value \"%1\" of option \"%i\" is not defined in enum %2" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:31 +#. Value \"%1\" of option \"%i\" does not validate as datatype \"%2\" +msgid "uvl_err_opt_invvalue" +msgstr "Value \"%1\" of option \"%i\" does not validate as datatype \"%2\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:32 +#. Option \"%i\" is defined as list but stored as plain value +msgid "uvl_err_opt_notlist" +msgstr "Option \"%i\" is defined as list but stored as plain value" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:33 +#. Option \"%i\" has unknown datatype \"%1\" +msgid "uvl_err_opt_datatype" +msgstr "Option \"%i\" has unknown datatype \"%1\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:34 +#. Option \"%p.%s.%o\" not found in config +msgid "uvl_err_opt_notfound" +msgstr "Option \"%p.%s.%o\" not found in config" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:35 +#. Dependency (%1) failed:\noption \"%i\" is not eqal \"%2\" +msgid "uvl_err_dep_notequal" +msgstr "Dependency (%1) failed:\noption \"%i\" is not eqal \"%2\"" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:36 +#. Dependency (%1) failed:\noption \"%i\" has no value +msgid "uvl_err_dep_novalue" +msgstr "Dependency (%1) failed:\noption \"%i\" has no value" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:37 +#. Dependency (%1) failed:\n%c +msgid "uvl_err_dep_notvalid" +msgstr "Dependency (%1) failed:\n%c" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:38 +#. Recursive dependency for option \"%i\" detected +msgid "uvl_err_dep_recursive" +msgstr "Recursive dependency for option \"%i\" detected" + +#: ./libs/uvl/luasrc/i18n/uvl.en.lua:39 +#. In dependency check for enum value \"%i\":\n%c +msgid "uvl_err_dep_badenum" +msgstr "In dependency check for enum value \"%i\":\n%c" + |