diff --git a/webui/public/js/locale/Makefile.am b/webui/public/js/locale/Makefile.am deleted file mode 100644 index 8733bd826dc..00000000000 --- a/webui/public/js/locale/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -all: update-pot update-all msgfmt-all - -update-pot: - @(echo 'Updating webui-datatables.pot ...';) - @(find ../../ -regextype posix-egrep -regex '.*(functions.js)$$' | xargs xgettext --keyword=gettext --from-code=UTF-8 -o webui-datatables.pot;) - -update-po: $(PO) - @(echo 'Updating $(PO) file ...';) - @(msgmerge --backup=none -U $(PO) webui-datatables.pot) - -update-all: webui-datatables.pot - @(echo 'Updating all *.po files ...';) - @(for i in cn_CN cs_CZ de_DE en_EN es_ES fr_FR hu_HU it_IT nl_BE pt_BR ru_RU tr_TR sk_SK; do msgmerge --backup=none -U $$i/LC_MESSAGES/$$i.po $< && touch $$i/LC_MESSAGES/$$i.po; done;) - -msgfmt-all: webui-datatables.pot - @(echo 'Generating all *.mo files ...';) - @(for i in cn_CN cs_CZ de_DE en_EN es_ES fr_FR hu_HU it_IT nl_BE pt_BR ru_RU tr_TR sk_SK; do msgfmt $$i/LC_MESSAGES/$$i.po --output-file=$$i/LC_MESSAGES/$$i.mo; done;) diff --git a/webui/public/js/locale/Makefile.in b/webui/public/js/locale/Makefile.in deleted file mode 100644 index 25da94feb43..00000000000 --- a/webui/public/js/locale/Makefile.in +++ /dev/null @@ -1,399 +0,0 @@ -# Makefile.in generated by automake 1.15.1 from Makefile.am. -# @configure_input@ - -# Copyright (C) 1994-2017 Free Software Foundation, Inc. - -# This Makefile.in is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A -# PARTICULAR PURPOSE. - -@SET_MAKE@ -VPATH = @srcdir@ -am__is_gnu_make = { \ - if test -z '$(MAKELEVEL)'; then \ - false; \ - elif test -n '$(MAKE_HOST)'; then \ - true; \ - elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ - true; \ - else \ - false; \ - fi; \ -} -am__make_running_with_option = \ - case $${target_option-} in \ - ?) ;; \ - *) echo "am__make_running_with_option: internal error: invalid" \ - "target option '$${target_option-}' specified" >&2; \ - exit 1;; \ - esac; \ - has_opt=no; \ - sane_makeflags=$$MAKEFLAGS; \ - if $(am__is_gnu_make); then \ - sane_makeflags=$$MFLAGS; \ - else \ - case $$MAKEFLAGS in \ - *\\[\ \ ]*) \ - bs=\\; \ - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ - esac; \ - fi; \ - skip_next=no; \ - strip_trailopt () \ - { \ - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ - }; \ - for flg in $$sane_makeflags; do \ - test $$skip_next = yes && { skip_next=no; continue; }; \ - case $$flg in \ - *=*|--*) continue;; \ - -*I) strip_trailopt 'I'; skip_next=yes;; \ - -*I?*) strip_trailopt 'I';; \ - -*O) strip_trailopt 'O'; skip_next=yes;; \ - -*O?*) strip_trailopt 'O';; \ - -*l) strip_trailopt 'l'; skip_next=yes;; \ - -*l?*) strip_trailopt 'l';; \ - -[dEDm]) skip_next=yes;; \ - -[JT]) skip_next=yes;; \ - esac; \ - case $$flg in \ - *$$target_option*) has_opt=yes; break;; \ - esac; \ - done; \ - test $$has_opt = yes -am__make_dryrun = (target_option=n; $(am__make_running_with_option)) -am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) -pkgdatadir = $(datadir)/@PACKAGE@ -pkgincludedir = $(includedir)/@PACKAGE@ -pkglibdir = $(libdir)/@PACKAGE@ -pkglibexecdir = $(libexecdir)/@PACKAGE@ -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd -install_sh_DATA = $(install_sh) -c -m 644 -install_sh_PROGRAM = $(install_sh) -c -install_sh_SCRIPT = $(install_sh) -c -INSTALL_HEADER = $(INSTALL_DATA) -transform = $(program_transform_name) -NORMAL_INSTALL = : -PRE_INSTALL = : -POST_INSTALL = : -NORMAL_UNINSTALL = : -PRE_UNINSTALL = : -POST_UNINSTALL = : -subdir = public/js/locale -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ - $(ACLOCAL_M4) -DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) -mkinstalldirs = $(install_sh) -d -CONFIG_CLEAN_FILES = -CONFIG_CLEAN_VPATH_FILES = -AM_V_P = $(am__v_P_@AM_V@) -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) -am__v_P_0 = false -am__v_P_1 = : -AM_V_GEN = $(am__v_GEN_@AM_V@) -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) -am__v_GEN_0 = @echo " GEN " $@; -am__v_GEN_1 = -AM_V_at = $(am__v_at_@AM_V@) -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) -am__v_at_0 = @ -am__v_at_1 = -SOURCES = -DIST_SOURCES = -am__can_run_installinfo = \ - case $$AM_UPDATE_INFO_DIR in \ - n|no|NO) false;; \ - *) (install-info --version) >/dev/null 2>&1;; \ - esac -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) -am__DIST_COMMON = $(srcdir)/Makefile.in -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -ACLOCAL = @ACLOCAL@ -AMTAR = @AMTAR@ -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ -APACHE2_SYSCONFDIR = @APACHE2_SYSCONFDIR@ -APXS = @APXS@ -AUTOCONF = @AUTOCONF@ -AUTOHEADER = @AUTOHEADER@ -AUTOMAKE = @AUTOMAKE@ -AWK = @AWK@ -CYGPATH_W = @CYGPATH_W@ -DEFS = @DEFS@ -ECHO_C = @ECHO_C@ -ECHO_N = @ECHO_N@ -ECHO_T = @ECHO_T@ -HTTPD_CONF = @HTTPD_CONF@ -INSTALL = @INSTALL@ -INSTALL_DATA = @INSTALL_DATA@ -INSTALL_PROGRAM = @INSTALL_PROGRAM@ -INSTALL_SCRIPT = @INSTALL_SCRIPT@ -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ -LIBOBJS = @LIBOBJS@ -LIBS = @LIBS@ -LTLIBOBJS = @LTLIBOBJS@ -MAKEINFO = @MAKEINFO@ -MKDIR_P = @MKDIR_P@ -PACKAGE = @PACKAGE@ -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ -PACKAGE_NAME = @PACKAGE_NAME@ -PACKAGE_STRING = @PACKAGE_STRING@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@ -PACKAGE_URL = @PACKAGE_URL@ -PACKAGE_VERSION = @PACKAGE_VERSION@ -PATH_SEPARATOR = @PATH_SEPARATOR@ -SET_MAKE = @SET_MAKE@ -SHELL = @SHELL@ -STRIP = @STRIP@ -VERSION = @VERSION@ -abs_builddir = @abs_builddir@ -abs_srcdir = @abs_srcdir@ -abs_top_builddir = @abs_top_builddir@ -abs_top_srcdir = @abs_top_srcdir@ -am__leading_dot = @am__leading_dot@ -am__tar = @am__tar@ -am__untar = @am__untar@ -bindir = @bindir@ -build_alias = @build_alias@ -builddir = @builddir@ -datadir = @datadir@ -datarootdir = @datarootdir@ -docdir = @docdir@ -dvidir = @dvidir@ -exec_prefix = @exec_prefix@ -host_alias = @host_alias@ -htmldir = @htmldir@ -includedir = @includedir@ -infodir = @infodir@ -install_sh = @install_sh@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localedir = @localedir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -mkdir_p = @mkdir_p@ -oldincludedir = @oldincludedir@ -pdfdir = @pdfdir@ -prefix = @prefix@ -program_transform_name = @program_transform_name@ -psdir = @psdir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -srcdir = @srcdir@ -sysconfdir = @sysconfdir@ -target_alias = @target_alias@ -top_build_prefix = @top_build_prefix@ -top_builddir = @top_builddir@ -top_srcdir = @top_srcdir@ -all: all-am - -.SUFFIXES: -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) - @for dep in $?; do \ - case '$(am__configure_deps)' in \ - *$$dep*) \ - ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ - && { if test -f $@; then exit 0; else break; fi; }; \ - exit 1;; \ - esac; \ - done; \ - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign public/js/locale/Makefile'; \ - $(am__cd) $(top_srcdir) && \ - $(AUTOMAKE) --foreign public/js/locale/Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - @case '$?' in \ - *config.status*) \ - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ - *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ - esac; - -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh - -$(top_srcdir)/configure: $(am__configure_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): $(am__aclocal_m4_deps) - cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(am__aclocal_m4_deps): -tags TAGS: - -ctags CTAGS: - -cscope cscopelist: - - -distdir: $(DISTFILES) - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ - list='$(DISTFILES)'; \ - dist_files=`for file in $$list; do echo $$file; done | \ - sed -e "s|^$$srcdirstrip/||;t" \ - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ - case $$dist_files in \ - */*) $(MKDIR_P) `echo "$$dist_files" | \ - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ - sort -u` ;; \ - esac; \ - for file in $$dist_files; do \ - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ - if test -d $$d/$$file; then \ - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ - if test -d "$(distdir)/$$file"; then \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ - fi; \ - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ - else \ - test -f "$(distdir)/$$file" \ - || cp -p $$d/$$file "$(distdir)/$$file" \ - || exit 1; \ - fi; \ - done -check-am: all-am -check: check-am -all-am: Makefile -installdirs: -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am - -install-am: all-am - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -installcheck: installcheck-am -install-strip: - if test -z '$(STRIP)'; then \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - install; \ - else \ - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ - fi -mostlyclean-generic: - -clean-generic: - -distclean-generic: - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) - -maintainer-clean-generic: - @echo "This command is intended for maintainers to use" - @echo "it deletes files that may require special tools to rebuild." -clean: clean-am - -clean-am: clean-generic mostlyclean-am - -distclean: distclean-am - -rm -f Makefile -distclean-am: clean-am distclean-generic - -dvi: dvi-am - -dvi-am: - -html: html-am - -html-am: - -info: info-am - -info-am: - -install-data-am: - -install-dvi: install-dvi-am - -install-dvi-am: - -install-exec-am: - -install-html: install-html-am - -install-html-am: - -install-info: install-info-am - -install-info-am: - -install-man: - -install-pdf: install-pdf-am - -install-pdf-am: - -install-ps: install-ps-am - -install-ps-am: - -installcheck-am: - -maintainer-clean: maintainer-clean-am - -rm -f Makefile -maintainer-clean-am: distclean-am maintainer-clean-generic - -mostlyclean: mostlyclean-am - -mostlyclean-am: mostlyclean-generic - -pdf: pdf-am - -pdf-am: - -ps: ps-am - -ps-am: - -uninstall-am: - -.MAKE: install-am install-strip - -.PHONY: all all-am check check-am clean clean-generic cscopelist-am \ - ctags-am distclean distclean-generic distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ - pdf-am ps ps-am tags-am uninstall uninstall-am - -.PRECIOUS: Makefile - -all: update-pot update-all msgfmt-all - -update-pot: - @(echo 'Updating webui-datatables.pot ...';) - @(find ../../ -regextype posix-egrep -regex '.*(functions.js)$$' | xargs xgettext --keyword=gettext --from-code=UTF-8 -o webui-datatables.pot;) - -update-po: $(PO) - @(echo 'Updating $(PO) file ...';) - @(msgmerge --backup=none -U $(PO) webui-datatables.pot) - -update-all: webui-datatables.pot - @(echo 'Updating all *.po files ...';) - @(for i in cn_CN cs_CZ de_DE en_EN es_ES fr_FR hu_HU it_IT nl_BE pt_BR ru_RU tr_TR sk_SK; do msgmerge --backup=none -U $$i/LC_MESSAGES/$$i.po $< && touch $$i/LC_MESSAGES/$$i.po; done;) - -msgfmt-all: webui-datatables.pot - @(echo 'Generating all *.mo files ...';) - @(for i in cn_CN cs_CZ de_DE en_EN es_ES fr_FR hu_HU it_IT nl_BE pt_BR ru_RU tr_TR sk_SK; do msgfmt $$i/LC_MESSAGES/$$i.po --output-file=$$i/LC_MESSAGES/$$i.mo; done;) - -# Tell versions [3.59,3.63) of GNU make to not export all variables. -# Otherwise a system limit (for SysV at least) may be exceeded. -.NOEXPORT: diff --git a/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo b/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo deleted file mode 100644 index 26ace5666dd..00000000000 Binary files a/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo and /dev/null differ diff --git a/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo b/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo new file mode 120000 index 00000000000..9411640c8f8 --- /dev/null +++ b/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/cn_CN.mo \ No newline at end of file diff --git a/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po b/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po deleted file mode 100644 index 69065f165da..00000000000 --- a/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po +++ /dev/null @@ -1,1433 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: POEditor.com\n" -"Project-Id-Version: bareos-webui\n" -"Language: zh-CN\n" - -#: ../../../module/Application/config/module.config.php:125 -#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:26 -msgid "Dashboard" -msgstr "主页" - -#: ../../../module/Application/config/module.config.php:130 -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:40 -msgid "Jobs" -msgstr "作业" - -#: ../../../module/Application/config/module.config.php:135 -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:32 -msgid "Overview" -msgstr "概述" - -#: ../../../module/Application/config/module.config.php:140 -#: ../../../module/Job/view/job/job/actions.phtml:34 -#: ../../../module/Job/view/job/job/actions.phtml:138 -#: ../../../module/Job/view/job/job/actions.phtml:141 -#: ../../../module/Job/view/job/job/details.phtml:34 -#: ../../../module/Job/view/job/job/index.phtml:34 -#: ../../../module/Job/view/job/job/run.phtml:34 -msgid "Run" -msgstr "运行" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "还原" - -#: ../../../module/Application/config/module.config.php:152 -#: ../../../module/Client/view/client/client/index.phtml:26 -#: ../../../module/Client/view/client/client/index.phtml:45 -msgid "Clients" -msgstr "客户端" - -#: ../../../module/Application/config/module.config.php:157 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:68 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:47 -msgid "Schedules" -msgstr "时间表" - -#: ../../../module/Application/config/module.config.php:162 -#: ../../../module/Storage/view/storage/storage/index.phtml:26 -msgid "Storages" -msgstr "存储" - -#: ../../../module/Application/config/module.config.php:167 -#: ../../../module/Application/config/module.config.php:172 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:197 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:213 -#: ../../../module/Job/view/job/job/details.phtml:155 -#: ../../../module/Job/view/job/job/index.phtml:156 -#: ../../../module/Pool/view/pool/pool/details.phtml:48 -#: ../../../module/Storage/src/Storage/Form/StorageForm.php:61 -#: ../../../module/Storage/view/storage/storage/details.phtml:159 -msgid "Pool" -msgstr "池" - -#: ../../../module/Application/config/module.config.php:177 -#: ../../../module/Application/config/module.config.php:182 -#: ../../../module/Media/view/media/media/details.phtml:34 -#: ../../../module/Media/view/media/media/index.phtml:26 -#: ../../../module/Media/view/media/media/index.phtml:34 -#: ../../../module/Media/view/media/media/index.phtml:47 -#: ../../../module/Pool/view/pool/pool/details.phtml:34 -#: ../../../module/Pool/view/pool/pool/details.phtml:58 -#: ../../../module/Pool/view/pool/pool/details.phtml:79 -#: ../../../module/Pool/view/pool/pool/index.phtml:34 -#: ../../../module/Pool/view/pool/pool/index.phtml:57 -#: ../../../module/Storage/view/storage/storage/details.phtml:34 -#: ../../../module/Storage/view/storage/storage/index.phtml:34 -#: ../../../module/Storage/view/storage/storage/status.phtml:11 -msgid "Volumes" -msgstr "卷" - -#: ../../../module/Application/config/module.config.php:189 -#: ../../../module/Director/view/director/director/index.phtml:27 -#: ../../../module/Director/view/director/director/messages.phtml:26 -msgid "Director" -msgstr "主控端" - -#: ../../../module/Application/src/Application/View/Helper/ACLAlert.php:37 -msgid "Sorry, it seems you are not authorized to run this module. If you think this is an error, please contact your local administrator." -msgstr "很抱歉,您似乎无权运行此模块。 如果您认为这是一个错误,请与当地管理员联系。" - -#: ../../../module/Application/src/Application/View/Helper/ACLAlert.php:38 -msgid "Please read the Bareos documentation for any additional information on how to configure the Command ACL directive of your Console/Profile resources. Following is a list of required commands which need to be in your Command ACL to run this module properly:" -msgstr "请读 Bareos文档有关如何配置控制台/配置文件资源的Command ACL指令的任何其他信息。 以下是需要在您的命令ACL中正确运行此模块的必需命令的列表:" - -#: ../../../module/Application/view/error/404.phtml:3 -msgid "A 404 error occurred" -msgstr "一个404错误发生" - -#: ../../../module/Application/view/error/404.phtml:12 -msgid "The requested controller was unable to dispatch the request." -msgstr "请求的控制器无法分派请求。" - -#: ../../../module/Application/view/error/404.phtml:15 -msgid "The requested controller could not be mapped to an existing controller class." -msgstr "请求的控制器无法映射到现有的控制器类。" - -#: ../../../module/Application/view/error/404.phtml:18 -msgid "The requested controller was not dispatchable." -msgstr "请求的控制器不可分派。" - -#: ../../../module/Application/view/error/404.phtml:21 -msgid "The requested URL could not be matched by routing." -msgstr "请求的网址无法通过路由进行匹配。" - -#: ../../../module/Application/view/error/404.phtml:24 -msgid "We cannot determine at this time why a 404 was generated." -msgstr "我们目前无法确定为什么生成404错误。" - -#: ../../../module/Application/view/error/404.phtml:36 -msgid "Controller" -msgstr "控制器" - -#: ../../../module/Application/view/error/404.phtml:43 -msgid "resolves to %s" -msgstr "解析为%s" - -#: ../../../module/Application/view/error/404.phtml:55 -#: ../../../module/Application/view/error/index.phtml:11 -msgid "Additional information" -msgstr "附加信息" - -#: ../../../module/Application/view/error/404.phtml:58 -#: ../../../module/Application/view/error/404.phtml:82 -#: ../../../module/Application/view/error/index.phtml:14 -#: ../../../module/Application/view/error/index.phtml:38 -msgid "File" -msgstr "文件" - -#: ../../../module/Application/view/error/404.phtml:62 -#: ../../../module/Application/view/error/404.phtml:86 -#: ../../../module/Application/view/error/index.phtml:18 -#: ../../../module/Application/view/error/index.phtml:42 -#: ../../../module/Job/view/job/job/details.phtml:87 -msgid "Message" -msgstr "信息" - -#: ../../../module/Application/view/error/404.phtml:66 -#: ../../../module/Application/view/error/404.phtml:90 -#: ../../../module/Application/view/error/index.phtml:22 -#: ../../../module/Application/view/error/index.phtml:46 -msgid "Stack trace" -msgstr "堆栈跟踪" - -#: ../../../module/Application/view/error/404.phtml:76 -#: ../../../module/Application/view/error/index.phtml:32 -msgid "Previous exceptions" -msgstr "上一个例外" - -#: ../../../module/Application/view/error/404.phtml:105 -#: ../../../module/Application/view/error/index.phtml:61 -msgid "No Exception available" -msgstr "无异常" - -#: ../../../module/Application/view/error/index.phtml:4 -msgid "An error occurred" -msgstr "发生错误" - -#: ../../../module/Application/view/layout/layout.phtml:97 -#, fuzzy -msgid "Documentation" -msgstr "卷保留" - -#: ../../../module/Application/view/layout/layout.phtml:100 -#, fuzzy -msgid "Support" -msgstr "导出" - -#: ../../../module/Application/view/layout/layout.phtml:103 -msgid "Logout" -msgstr "登出" - -#: ../../../module/Client/view/client/client/details.phtml:32 -#: ../../../module/Client/view/client/client/index.phtml:32 -#: ../../../module/Client/view/client/client/status.phtml:9 -#: ../../../module/Job/view/job/job/actions.phtml:32 -#: ../../../module/Job/view/job/job/details.phtml:32 -#: ../../../module/Job/view/job/job/index.phtml:32 -#: ../../../module/Job/view/job/job/run.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:31 -msgid "Show" -msgstr "显示" - -#: ../../../module/Client/view/client/client/status.phtml:20 -msgid "Client Status" -msgstr "客户端状态" - -#: ../../../module/Client/view/client/client/details.phtml:26 -msgid "Client details" -msgstr "客户端详情" - -#: ../../../module/Client/view/client/client/details.phtml:43 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:43 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:56 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:73 -#: ../../../module/Job/view/job/job/details.phtml:59 -#: ../../../module/Job/view/job/job/index.phtml:76 -#: ../../../module/Media/view/media/media/details.phtml:88 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:130 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:147 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:165 -msgid "Client" -msgstr "客户" - -#: ../../../module/Client/view/client/client/details.phtml:50 -#: ../../../module/Client/view/client/client/index.phtml:53 -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:46 -#: ../../../module/Media/view/media/media/details.phtml:55 -#: ../../../module/Media/view/media/media/index.phtml:55 -#: ../../../module/Pool/view/pool/pool/details.phtml:56 -#: ../../../module/Pool/view/pool/pool/details.phtml:87 -#: ../../../module/Pool/view/pool/pool/index.phtml:55 -#: ../../../module/Restore/view/restore/restore/index.phtml:302 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:76 -#: ../../../module/Storage/view/storage/storage/index.phtml:55 -msgid "Name" -msgstr "名称" - -#: ../../../module/Client/view/client/client/details.phtml:51 -#: ../../../module/Client/view/client/client/index.phtml:54 -msgid "Version" -msgstr "版本" - -#: ../../../module/Client/view/client/client/details.phtml:52 -msgid "Autoprune" -msgstr "自动修剪" - -#: ../../../module/Client/view/client/client/details.phtml:53 -msgid "Fileretention" -msgstr "文件保留" - -#: ../../../module/Client/view/client/client/details.phtml:54 -msgid "Jobretention" -msgstr "作业保留" - -#: ../../../module/Client/view/client/client/details.phtml:55 -#: ../../../module/Client/view/client/client/details.phtml:84 -#: ../../../module/Client/view/client/client/index.phtml:57 -#: ../../../module/Job/view/job/job/actions.phtml:33 -#: ../../../module/Job/view/job/job/actions.phtml:78 -#: ../../../module/Job/view/job/job/details.phtml:33 -#: ../../../module/Job/view/job/job/details.phtml:66 -#: ../../../module/Job/view/job/job/index.phtml:33 -#: ../../../module/Job/view/job/job/index.phtml:83 -#: ../../../module/Job/view/job/job/run.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:78 -#: ../../../module/Storage/view/storage/storage/details.phtml:113 -#: ../../../module/Storage/view/storage/storage/details.phtml:129 -#: ../../../module/Storage/view/storage/storage/details.phtml:162 -#: ../../../module/Storage/view/storage/storage/index.phtml:57 -msgid "Actions" -msgstr "动作" - -#: ../../../module/Client/view/client/client/details.phtml:69 -#, fuzzy -msgid "Last successful backups" -msgstr "上次备份" - -#: ../../../module/Client/view/client/client/details.phtml:76 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:42 -#: ../../../module/Job/view/job/job/details.phtml:57 -#: ../../../module/Job/view/job/job/index.phtml:74 -#: ../../../module/Media/view/media/media/details.phtml:86 -msgid "Job ID" -msgstr "作业ID" - -#: ../../../module/Client/view/client/client/details.phtml:77 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:39 -#: ../../../module/Job/src/Job/Form/JobForm.php:53 -#: ../../../module/Job/view/job/job/actions.phtml:76 -#: ../../../module/Job/view/job/job/details.phtml:58 -#: ../../../module/Job/view/job/job/index.phtml:75 -#: ../../../module/Media/view/media/media/details.phtml:87 -msgid "Job name" -msgstr "作业名称" - -#: ../../../module/Client/view/client/client/details.phtml:78 -#: ../../../module/Job/view/job/job/details.phtml:86 -msgid "Timestamp" -msgstr "时间戳" - -#: ../../../module/Client/view/client/client/details.phtml:79 -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:37 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:127 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:143 -#: ../../../module/Job/view/job/job/details.phtml:151 -#: ../../../module/Job/view/job/job/index.phtml:152 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:236 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:251 -msgid "Fileset" -msgstr "文件集" - -#: ../../../module/Client/view/client/client/details.phtml:80 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:44 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:232 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:248 -#: ../../../module/Job/view/job/job/details.phtml:61 -#: ../../../module/Job/view/job/job/index.phtml:78 -#: ../../../module/Media/view/media/media/details.phtml:90 -msgid "Level" -msgstr "级别" - -#: ../../../module/Client/view/client/client/details.phtml:81 -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:41 -#: ../../../module/Job/view/job/job/details.phtml:62 -#: ../../../module/Job/view/job/job/index.phtml:79 -#: ../../../module/Media/view/media/media/details.phtml:91 -msgid "Files" -msgstr "文件" - -#: ../../../module/Client/view/client/client/details.phtml:82 -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:42 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:47 -#: ../../../module/Job/view/job/job/details.phtml:63 -#: ../../../module/Job/view/job/job/index.phtml:80 -#: ../../../module/Media/view/media/media/details.phtml:92 -#: ../../../module/Storage/view/storage/storage/details.phtml:154 -msgid "Bytes" -msgstr "字节" - -#: ../../../module/Client/view/client/client/details.phtml:83 -#: ../../../module/Client/view/client/client/details.phtml:142 -#: ../../../module/Client/view/client/client/index.phtml:56 -#: ../../../module/Client/view/client/client/index.phtml:217 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:40 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:41 -#: ../../../module/Director/view/director/director/console.phtml:32 -#: ../../../module/Director/view/director/director/index.phtml:33 -#: ../../../module/Director/view/director/director/messages.phtml:32 -#: ../../../module/Job/src/Job/Form/JobForm.php:95 -#: ../../../module/Job/view/job/job/actions.phtml:77 -#: ../../../module/Job/view/job/job/details.phtml:65 -#: ../../../module/Job/view/job/job/index.phtml:82 -#: ../../../module/Media/view/media/media/details.phtml:59 -#: ../../../module/Media/view/media/media/index.phtml:59 -#: ../../../module/Pool/view/pool/pool/details.phtml:91 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:77 -#: ../../../module/Storage/view/storage/storage/details.phtml:157 -#: ../../../module/Storage/view/storage/storage/index.phtml:116 -#: ../../../module/Storage/view/storage/storage/index.phtml:119 -msgid "Status" -msgstr "状态" - -#: ../../../module/Client/view/client/client/details.phtml:221 -msgid "Show Files" -msgstr "显示文件" - -#: ../../../module/Client/view/client/client/index.phtml:91 -#: ../../../module/Job/view/job/job/actions.phtml:55 -#: ../../../module/Job/view/job/job/details.phtml:133 -#: ../../../module/Job/view/job/job/index.phtml:115 -#: ../../../module/Job/view/job/job/index.phtml:136 -#: ../../../module/Media/view/media/media/details.phtml:126 -#: ../../../module/Media/view/media/media/index.phtml:93 -#: ../../../module/Pool/view/pool/pool/details.phtml:125 -#: ../../../module/Restore/view/restore/restore/index.phtml:46 -#: ../../../module/Restore/view/restore/restore/index.phtml:67 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:55 -#: ../../../module/Storage/view/storage/storage/details.phtml:57 -msgid "Close" -msgstr "关闭" - -#: ../../../module/Client/view/client/client/index.phtml:206 -#: ../../../module/Job/view/job/job/actions.phtml:127 -#: ../../../module/Media/view/media/media/details.phtml:342 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:131 -msgid "Enabled" -msgstr "使能" - -#: ../../../module/Client/view/client/client/index.phtml:209 -#: ../../../module/Job/view/job/job/actions.phtml:130 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:134 -msgid "Disabled" -msgstr "禁用" - -#: ../../../module/Client/view/client/client/index.phtml:220 -#: ../../../module/Job/view/job/job/actions.phtml:138 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:142 -msgid "Disable" -msgstr "禁用" - -#: ../../../module/Client/view/client/client/index.phtml:223 -#: ../../../module/Job/view/job/job/actions.phtml:141 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:145 -msgid "Enable" -msgstr "使能" - -#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:255 -msgid "Not enough data to estimate progress or statistics collection is disabled." -msgstr "数据不足或数据收集被禁用" - -#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:263 -msgid "There are no jobs running." -msgstr "无正在运行作业" - -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:31 -#, fuzzy -msgid "Job Totals" -msgstr "作业列表" - -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:31 -msgid "Most recent job status per job name" -msgstr "每个作业名称的最近工作状态" - -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:45 -#: ../../../module/Job/view/job/job/details.phtml:163 -#: ../../../module/Job/view/job/job/index.phtml:164 -msgid "Start" -msgstr "开始" - -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:46 -#: ../../../module/Job/view/job/job/details.phtml:167 -#: ../../../module/Job/view/job/job/index.phtml:168 -msgid "End" -msgstr "结束" - -#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:31 -msgid "Jobs started during the past 24 hours" -msgstr "工作开始在过去24小时" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "运行" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "等待" - -#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:68 -msgid "Successful" -msgstr "成功" - -#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:90 -msgid "Failed" -msgstr "失败" - -#: ../../../module/Dashboard/view/partial/LastDirectorMessages.phtml:32 -msgid "Current Director messages" -msgstr "当前设备信息" - -#: ../../../module/Dashboard/view/partial/RunningJobs.phtml:31 -#, fuzzy -msgid "Running Jobs" -msgstr "运行" - -#: ../../../module/Director/view/director/director/console.phtml:33 -#: ../../../module/Director/view/director/director/index.phtml:34 -#: ../../../module/Director/view/director/director/messages.phtml:33 -#: ../../../module/Job/view/job/job/details.phtml:81 -msgid "Messages" -msgstr "信息" - -#: ../../../module/Director/view/director/director/console.phtml:34 -#: ../../../module/Director/view/director/director/index.phtml:35 -#: ../../../module/Director/view/director/director/messages.phtml:34 -msgid "Console" -msgstr "控制台" - -#: ../../../module/Director/view/director/director/console.phtml:42 -msgid "bconsole (batch-mode), please handle with care." -msgstr "bconsole(批量模式),请小心处理." - -#: ../../../module/Director/view/director/director/console.phtml:42 -msgid "All commands have to be a one liner, dialogs are not working." -msgstr "所有命令必须是一个线程,对话框不工作." - -#: ../../../module/Director/view/director/director/console.phtml:42 -msgid "Type help for a list of commands." -msgstr "键入命令列表的帮助." - -#: ../../../module/Director/view/director/director/index.phtml:48 -msgid "Director Status" -msgstr "主控端状态" - -#: ../../../module/Director/view/director/director/messages.phtml:44 -msgid "Refresh" -msgstr "刷新" - -#: ../../../module/Director/view/director/director/messages.phtml:51 -msgid "Director messages" -msgstr "主控端信息" - -#: ../../../module/Fileset/view/fileset/fileset/index.phtml:26 -msgid "Filesets" -msgstr "文件集" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:26 -msgid "Fileset details" -msgstr "文件详情" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:45 -msgid "Id" -msgstr "ID号" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:47 -msgid "MD5 checksum" -msgstr "MD5校验和" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:48 -msgid "Creation time" -msgstr "创建时间" - -#: ../../../module/Job/src/Job/Form/JobForm.php:60 -#, fuzzy -msgid "jobname" -msgstr "作业名称" - -#: ../../../module/Job/src/Job/Form/JobForm.php:71 -msgid "Time period" -msgstr "时间段" - -#: ../../../module/Job/src/Job/Form/JobForm.php:73 -msgid "last 24 hours" -msgstr "最近24小时" - -#: ../../../module/Job/src/Job/Form/JobForm.php:74 -msgid "last 3 days" -msgstr "最后3天" - -#: ../../../module/Job/src/Job/Form/JobForm.php:75 -msgid "last week" -msgstr "上星期" - -#: ../../../module/Job/src/Job/Form/JobForm.php:76 -msgid "last month" -msgstr "上月" - -#: ../../../module/Job/src/Job/Form/JobForm.php:77 -msgid "last year" -msgstr "去年" - -#: ../../../module/Job/src/Job/Form/JobForm.php:78 -msgid "unlimited" -msgstr "无限" - -#: ../../../module/Job/src/Job/Form/JobForm.php:84 -msgid "period" -msgstr "周期" - -#: ../../../module/Job/src/Job/Form/JobForm.php:97 -msgid "all" -msgstr "所有" - -#: ../../../module/Job/src/Job/Form/JobForm.php:98 -msgid "running" -msgstr "运行" - -#: ../../../module/Job/src/Job/Form/JobForm.php:99 -msgid "waiting" -msgstr "等待" - -#: ../../../module/Job/src/Job/Form/JobForm.php:100 -msgid "terminated unsuccessfully" -msgstr "终止失败" - -#: ../../../module/Job/src/Job/Form/JobForm.php:101 -msgid "terminated successfully" -msgstr "已成功终止" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:92 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:108 -#: ../../../module/Job/view/job/job/details.phtml:49 -msgid "Job" -msgstr "作业" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:162 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:178 -#: ../../../module/Media/view/media/media/details.phtml:56 -#: ../../../module/Media/view/media/media/index.phtml:56 -#: ../../../module/Pool/view/pool/pool/details.phtml:88 -msgid "Storage" -msgstr "存储" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:266 -msgid "Priority" -msgstr "优先级" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:330 -#, fuzzy -msgid "When" -msgstr "作业执行时间" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:345 -#: ../../../module/Storage/src/Storage/Form/StorageForm.php:93 -msgid "Submit" -msgstr "提交" - -#: ../../../module/Job/view/job/job/actions.phtml:69 -msgid "Job Actions" -msgstr "作业操作" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:281 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:297 -#: ../../../module/Job/view/job/job/details.phtml:60 -#: ../../../module/Job/view/job/job/index.phtml:77 -#: ../../../module/Media/view/media/media/details.phtml:57 -#: ../../../module/Media/view/media/media/details.phtml:89 -#: ../../../module/Media/view/media/media/index.phtml:57 -#: ../../../module/Pool/view/pool/pool/details.phtml:57 -#: ../../../module/Pool/view/pool/pool/details.phtml:89 -#: ../../../module/Pool/view/pool/pool/index.phtml:56 -msgid "Type" -msgstr "类型" - -#: ../../../module/Job/view/job/job/details.phtml:64 -#: ../../../module/Job/view/job/job/index.phtml:81 -msgid "Errors" -msgstr "错误" - -#: ../../../module/Job/view/job/job/details.phtml:97 -#, fuzzy -msgid "Used Volumes" -msgstr "卷" - -#: ../../../module/Job/view/job/job/details.phtml:102 -#: ../../../module/Storage/view/storage/storage/details.phtml:112 -#: ../../../module/Storage/view/storage/storage/details.phtml:128 -#: ../../../module/Storage/view/storage/storage/details.phtml:153 -msgid "Volume" -msgstr "卷" - -#: ../../../module/Job/view/job/job/details.phtml:126 -#: ../../../module/Job/view/job/job/index.phtml:107 -#: ../../../module/Media/view/media/media/details.phtml:119 -#: ../../../module/Media/view/media/media/index.phtml:86 -#: ../../../module/Pool/view/pool/pool/details.phtml:118 -#: ../../../module/Restore/view/restore/restore/index.phtml:39 -msgid "Failed to retrieve data from Bareos director" -msgstr "无法从Bareos 主控端检索数据" - -#: ../../../module/Job/view/job/job/details.phtml:129 -#: ../../../module/Job/view/job/job/index.phtml:111 -#: ../../../module/Media/view/media/media/details.phtml:122 -#: ../../../module/Media/view/media/media/index.phtml:89 -#: ../../../module/Pool/view/pool/pool/details.phtml:121 -msgid "Error message received from director:" -msgstr "从主控端收到的错误消息:" - -#: ../../../module/Job/view/job/job/details.phtml:130 -#: ../../../module/Job/view/job/job/index.phtml:112 -#: ../../../module/Media/view/media/media/details.phtml:123 -#: ../../../module/Media/view/media/media/index.phtml:90 -#: ../../../module/Pool/view/pool/pool/details.phtml:122 -#, fuzzy -msgid "Failed to send result as json. Maybe the result message is too long?" -msgstr "无法将结果作为json发送。 可能结果消息长?" - -#: ../../../module/Job/view/job/job/details.phtml:159 -#: ../../../module/Job/view/job/job/index.phtml:160 -msgid "Scheduled" -msgstr "计划" - -#: ../../../module/Job/view/job/job/details.phtml:180 -msgid "First Index" -msgstr "首个索引" - -#: ../../../module/Job/view/job/job/details.phtml:184 -msgid "Last Index" -msgstr "最后索引" - -#: ../../../module/Job/view/job/job/details.phtml:188 -#, fuzzy -msgid "Start Block" -msgstr "开始" - -#: ../../../module/Job/view/job/job/details.phtml:192 -#, fuzzy -msgid "End Block" -msgstr "结束块" - -#: ../../../module/Job/view/job/job/details.phtml:265 -#: ../../../module/Job/view/job/job/index.phtml:262 -#: ../../../module/Job/view/job/job/index.phtml:272 -msgid "Rerun" -msgstr "重新运行" - -#: ../../../module/Job/view/job/job/details.phtml:280 -#: ../../../module/Job/view/job/job/index.phtml:293 -#: ../../../module/Job/view/job/job/index.phtml:299 -#: ../../../module/Storage/view/storage/storage/details.phtml:88 -msgid "Cancel" -msgstr "取消" - -#: ../../../module/Job/view/job/job/index.phtml:66 -msgid "Job list" -msgstr "作业列表" - -#: ../../../module/Job/view/job/job/index.phtml:110 -msgid "Please try to reduce the amount of data to display, e.g. reduce time period." -msgstr "请尝试减少要显示的数据量,例如 减少时间。" - -#: ../../../module/Media/view/media/media/details.phtml:26 -msgid "Volume details" -msgstr "卷详细信息" - -#: ../../../module/Media/view/media/media/details.phtml:32 -#: ../../../module/Media/view/media/media/index.phtml:32 -#: ../../../module/Pool/view/pool/pool/details.phtml:32 -#: ../../../module/Pool/view/pool/pool/index.phtml:32 -#: ../../../module/Storage/view/storage/storage/details.phtml:32 -#: ../../../module/Storage/view/storage/storage/index.phtml:32 -#: ../../../module/Storage/view/storage/storage/status.phtml:9 -msgid "Devices" -msgstr "设备" - -#: ../../../module/Media/view/media/media/details.phtml:33 -#: ../../../module/Media/view/media/media/index.phtml:33 -#: ../../../module/Pool/view/pool/pool/details.phtml:33 -#: ../../../module/Pool/view/pool/pool/index.phtml:26 -#: ../../../module/Pool/view/pool/pool/index.phtml:33 -#: ../../../module/Pool/view/pool/pool/index.phtml:47 -#: ../../../module/Storage/view/storage/storage/details.phtml:33 -#: ../../../module/Storage/view/storage/storage/index.phtml:33 -#: ../../../module/Storage/view/storage/storage/status.phtml:10 -msgid "Pools" -msgstr "池" - -#: ../../../module/Media/view/media/media/details.phtml:58 -#: ../../../module/Media/view/media/media/details.phtml:282 -#: ../../../module/Media/view/media/media/index.phtml:58 -#: ../../../module/Media/view/media/media/index.phtml:196 -#: ../../../module/Pool/view/pool/pool/details.phtml:90 -#: ../../../module/Pool/view/pool/pool/details.phtml:261 -#: ../../../module/Storage/view/storage/storage/details.phtml:155 -msgid "Last written" -msgstr "最后写入" - -#: ../../../module/Media/view/media/media/details.phtml:60 -#: ../../../module/Media/view/media/media/index.phtml:60 -#: ../../../module/Pool/view/pool/pool/details.phtml:92 -msgid "Retention/Expiration" -msgstr "保留/到期" - -#: ../../../module/Media/view/media/media/details.phtml:61 -#: ../../../module/Media/view/media/media/index.phtml:61 -#: ../../../module/Pool/view/pool/pool/details.phtml:93 -msgid "Maximum bytes" -msgstr "最大字节数" - -#: ../../../module/Media/view/media/media/details.phtml:62 -#: ../../../module/Media/view/media/media/index.phtml:62 -#: ../../../module/Pool/view/pool/pool/details.phtml:94 -msgid "Current bytes" -msgstr "当前字节" - -#: ../../../module/Media/view/media/media/details.phtml:78 -msgid "Jobs on volume" -msgstr "卷中的作业" - -#: ../../../module/Media/view/media/media/details.phtml:93 -msgid "Starttime" -msgstr "开始时间" - -#: ../../../module/Media/view/media/media/details.phtml:94 -msgid "Endtime" -msgstr "结束时间" - -#: ../../../module/Media/view/media/media/details.phtml:274 -#: ../../../module/Media/view/media/media/index.phtml:188 -#: ../../../module/Pool/view/pool/pool/details.phtml:253 -msgid "Label date" -msgstr "标签日期" - -#: ../../../module/Media/view/media/media/details.phtml:278 -#: ../../../module/Media/view/media/media/index.phtml:192 -#: ../../../module/Pool/view/pool/pool/details.phtml:257 -msgid "First written" -msgstr "第一次写入" - -#: ../../../module/Media/view/media/media/details.phtml:286 -#: ../../../module/Media/view/media/media/index.phtml:200 -#: ../../../module/Pool/view/pool/pool/details.phtml:265 -msgid "Volume jobs" -msgstr "卷作业" - -#: ../../../module/Media/view/media/media/details.phtml:290 -#: ../../../module/Media/view/media/media/index.phtml:204 -#: ../../../module/Pool/view/pool/pool/details.phtml:269 -msgid "Recycle" -msgstr "回收" - -#: ../../../module/Media/view/media/media/details.phtml:294 -msgid "Volume writes" -msgstr "卷写入" - -#: ../../../module/Media/view/media/media/details.phtml:298 -#: ../../../module/Storage/view/storage/storage/details.phtml:111 -#: ../../../module/Storage/view/storage/storage/details.phtml:152 -msgid "Slot" -msgstr "插槽" - -#: ../../../module/Media/view/media/media/details.phtml:302 -msgid "Media Id" -msgstr "媒体介质ID" - -#: ../../../module/Media/view/media/media/details.phtml:306 -msgid "Volume Blocks" -msgstr "卷块" - -#: ../../../module/Media/view/media/media/details.phtml:310 -msgid "Volume use duration" -msgstr "卷使用持续时间" - -#: ../../../module/Media/view/media/media/details.phtml:314 -msgid "Volume Pool Id" -msgstr "卷池ID" - -#: ../../../module/Media/view/media/media/details.phtml:318 -msgid "In changer" -msgstr "在更改中" - -#: ../../../module/Media/view/media/media/details.phtml:322 -msgid "Volume Files" -msgstr "卷文件" - -#: ../../../module/Media/view/media/media/details.phtml:326 -msgid "Max. volume jobs" -msgstr "最大卷作业" - -#: ../../../module/Media/view/media/media/details.phtml:330 -msgid "Volume mounts" -msgstr "卷挂载" - -#: ../../../module/Media/view/media/media/details.phtml:334 -msgid "Volume capacity bytes" -msgstr "卷容量字节" - -#: ../../../module/Media/view/media/media/details.phtml:338 -msgid "Volume errors" -msgstr "卷错误" - -#: ../../../module/Media/view/media/media/details.phtml:346 -msgid "Max. volume files" -msgstr "最大卷文件" - -#: ../../../module/Media/view/media/media/details.phtml:350 -msgid "Endfile" -msgstr "结束文件" - -#: ../../../module/Media/view/media/media/details.phtml:354 -msgid "Endblock" -msgstr "结束块" - -#: ../../../module/Media/view/media/media/details.phtml:358 -msgid "Labeltype" -msgstr "标签类型" - -#: ../../../module/Media/view/media/media/details.phtml:362 -msgid "Device Id" -msgstr "设备ID" - -#: ../../../module/Media/view/media/media/details.phtml:366 -msgid "Location Id" -msgstr "位置ID" - -#: ../../../module/Media/view/media/media/details.phtml:370 -msgid "Recycle count" -msgstr "回收计数" - -#: ../../../module/Media/view/media/media/details.phtml:374 -msgid "Initial write" -msgstr "初始写入" - -#: ../../../module/Media/view/media/media/details.phtml:378 -msgid "Scratch Pool Id" -msgstr "划痕池标识ID" - -#: ../../../module/Media/view/media/media/details.phtml:382 -#, fuzzy -msgid "Recycle Pool Id" -msgstr "回收池ID" - -#: ../../../module/Media/view/media/media/details.phtml:386 -msgid "Comment" -msgstr "评论" - -#: ../../../module/Pool/view/pool/pool/details.phtml:26 -msgid "Pool details" -msgstr "池详情" - -#: ../../../module/Pool/view/pool/pool/details.phtml:59 -#: ../../../module/Pool/view/pool/pool/index.phtml:58 -msgid "Maximum volumes" -msgstr "最大卷" - -#: ../../../module/Pool/view/pool/pool/details.phtml:60 -#: ../../../module/Pool/view/pool/pool/index.phtml:59 -msgid "Volume retention" -msgstr "卷保留" - -#: ../../../module/Pool/view/pool/pool/details.phtml:61 -#: ../../../module/Pool/view/pool/pool/index.phtml:60 -msgid "Maximum volume jobs" -msgstr "最大卷作业" - -#: ../../../module/Pool/view/pool/pool/details.phtml:62 -#: ../../../module/Pool/view/pool/pool/index.phtml:61 -msgid "Maximum volume bytes" -msgstr "卷容量字节" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:94 -msgid "Backup jobs" -msgstr "备份作业" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:111 -msgid "Backups" -msgstr "备份" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:184 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:201 -msgid "Restore to client" -msgstr "还原到客户端" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:218 -msgid "Restore to (another) client" -msgstr "还原到(另一个)客户端" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:237 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:252 -msgid "Please choose a fileset" -msgstr "请选择一个文件集" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:267 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:285 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:302 -msgid "Restore job" -msgstr "还原作业" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:321 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:340 -msgid "Merge all client filesets" -msgstr "合并所有客户端文件集" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "是" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "否" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:361 -msgid "Merge all related jobs to last full backup of selected backup job" -msgstr "合并所有相关作业以完成所选备份作业的完整备份" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:380 -msgid "Merge jobs" -msgstr "合并作业" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:400 -msgid "Replace files on client" -msgstr "替换客户端上的文件" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:402 -msgid "always" -msgstr "总是" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "从不" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:404 -msgid "if file being restored is older than existing file" -msgstr "如果要还原的文件比现有文件旧" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:405 -msgid "if file being restored is newer than existing file" -msgstr "如果要还原的文件比现有文件更新" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:421 -msgid "Restore location on client" -msgstr "要恢复到客户端的位置" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:428 -msgid "e.g. / or /tmp/bareos-restores/" -msgstr "例如. / 或者/tmp/bareos-restores/" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:439 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:456 -msgid "Path" -msgstr "路径" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:475 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:492 -msgid "Limit" -msgstr "限制" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:511 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:528 -msgid "Offset" -msgstr "偏移" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:557 -msgid "Related jobs for a most recent full restore" -msgstr "最近完全还原的相关作业" - -#: ../../../module/Restore/view/restore/restore/index.phtml:42 -#, fuzzy -msgid "Error message received:" -msgstr "从主控端收到的错误消息:" - -#: ../../../module/Restore/view/restore/restore/index.phtml:59 -#: ../../../module/Storage/view/storage/storage/details.phtml:51 -msgid "Director message" -msgstr "主控端信息" - -#: ../../../module/Restore/view/restore/restore/index.phtml:122 -msgid "File selection" -msgstr "文件选择" - -#: ../../../module/Restore/view/restore/restore/index.phtml:308 -msgid "Size" -msgstr "大小" - -#: ../../../module/Restore/view/restore/restore/index.phtml:321 -msgid "Date" -msgstr "日期" - -#: ../../../module/Storage/src/Storage/Form/StorageForm.php:77 -#: ../../../module/Storage/view/storage/storage/details.phtml:126 -msgid "Drive" -msgstr "驱动" - -#: ../../../module/Storage/view/storage/storage/status.phtml:24 -msgid "Storage Status" -msgstr "存储状态" - -#: ../../../module/Storage/view/storage/storage/details.phtml:26 -msgid "Storage details" -msgstr "存储详情" - -#: ../../../module/Storage/view/storage/storage/details.phtml:72 -#: ../../../module/Storage/view/storage/storage/details.phtml:147 -msgid "Label barcodes" -msgstr "标签条形码" - -#: ../../../module/Storage/view/storage/storage/details.phtml:82 -msgid "Assign media to this pool." -msgstr "将媒体介质分配到此池." - -#: ../../../module/Storage/view/storage/storage/details.phtml:84 -msgid "Use this drive for labeling." -msgstr "使用此驱动器进行标记." - -#: ../../../module/Storage/view/storage/storage/details.phtml:103 -msgid "Import/Export Slots" -msgstr "导入/导出插槽" - -#: ../../../module/Storage/view/storage/storage/details.phtml:107 -msgid "Import all" -msgstr "全部导入" - -#: ../../../module/Storage/view/storage/storage/details.phtml:121 -msgid "Drives" -msgstr "设备" - -#: ../../../module/Storage/view/storage/storage/details.phtml:127 -msgid "Loaded" -msgstr "加载" - -#: ../../../module/Storage/view/storage/storage/details.phtml:141 -msgid "Slots" -msgstr "插槽" - -#: ../../../module/Storage/view/storage/storage/details.phtml:145 -msgid "Update slots" -msgstr "更新插槽" - -#: ../../../module/Storage/view/storage/storage/details.phtml:156 -msgid "Expiration" -msgstr "到期" - -#: ../../../module/Storage/view/storage/storage/details.phtml:158 -msgid "Media Type" -msgstr "媒体介质类型" - -#: ../../../module/Storage/view/storage/storage/details.phtml:226 -msgid "Import" -msgstr "导入" - -#: ../../../module/Storage/view/storage/storage/details.phtml:273 -msgid "Release" -msgstr "释放" - -#: ../../../module/Storage/view/storage/storage/details.phtml:363 -msgid "not in catalog" -msgstr "不在目录中" - -#: ../../../module/Storage/view/storage/storage/details.phtml:401 -msgid "Export" -msgstr "导出" - -#: ../../../module/Storage/view/storage/storage/index.phtml:47 -msgid "Storage Devices" -msgstr "存储设备" - -#: ../../../module/Storage/view/storage/storage/index.phtml:56 -msgid "Autochanger" -msgstr "自动转换" - -#: ../../../module/Storage/view/storage/storage/index.phtml:116 -msgid "Manage autochanger" -msgstr "管理自动转换" - -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:47 -msgid "Schedule Details" -msgstr "时间调度详细信息" - -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:34 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:34 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:34 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:33 -msgid "Scheduler status" -msgstr "调度程序状态" - -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:46 -msgid "Status Scheduler" -msgstr "时间调度状态" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "备份" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "迁移" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "验证" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "控制台程序" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "内部系统作业" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "管理" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "未归档" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "复制一份作业" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "复制作业" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "迁移作业" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "扫描" - -#: ../../js/custom-functions.js:137 -#, fuzzy -msgid "Consolidate" -msgstr "合并" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "完全" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "差异" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "增量" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "虚拟完全" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "基础" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "目录" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "初始目录" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "卷到目录" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "磁盘到目录" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "数据" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "无" - -#: ../../js/custom-functions.js:177 -#, fuzzy -msgid "year(s)" -msgstr "年" - -#: ../../js/custom-functions.js:180 -#, fuzzy -msgid "month(s)" -msgstr "月" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "天" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "小时" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "秒" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "已使用" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "已过期" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "将在1天后到期" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "过期日期在" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "天数" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "今天" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "天前" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "月前" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "年前" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "已启用" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "已禁用" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "失败" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "成功" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "排队" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "已阻止" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "验证发现的差异" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "已取消" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "SD去除连接属性" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "执行批处理插入文件记录" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "不完整" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "提交数据" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "警告" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "执行数据去除连接" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "排队等待设备" - -#: ../../../module/Client/view/client/client/details.phtml:172 -#: ../../../module/Client/view/client/client/details.phtml:221 -#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:184 -#: ../../../module/Job/view/job/job/index.phtml:201 -#: ../../../module/Job/view/job/job/index.phtml:262 -#: ../../../module/Job/view/job/job/index.phtml:264 -#: ../../../module/Job/view/job/job/index.phtml:272 -#: ../../../module/Job/view/job/job/index.phtml:293 -#: ../../../module/Job/view/job/job/index.phtml:295 -#: ../../../module/Job/view/job/job/index.phtml:299 -#: ../../../module/Job/view/job/job/index.phtml:301 -msgid "View Job Details" -msgstr "查看作业细节" - -#: ../../../module/Job/src/Job/Form/JobForm.php:102 -msgid "warning" -msgstr "警告" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "无致命错误" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "作业因错误终止" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "致命错误" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "正常终止" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "新建尚未执行" - -#: ../../js/custom-functions.js:363 -msgid "Verify differences" -msgstr "验证差异" - -#: ../../js/custom-functions.js:368 -msgid "Canceled by user" -msgstr "用户取消" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "正在等待FD" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "正在等待SD" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "正在等待存储媒介" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "正在等待挂载" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "正在等待储存资源" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "正在等待作业资源" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "正在等待客户资源" - diff --git a/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po b/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po new file mode 120000 index 00000000000..99c1d15453d --- /dev/null +++ b/webui/public/js/locale/cn_CN/LC_MESSAGES/cn_CN.po @@ -0,0 +1 @@ +../../../../../module/Application/language/cn_CN.po \ No newline at end of file diff --git a/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.mo b/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.mo deleted file mode 100644 index bba1e676d75..00000000000 Binary files a/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.mo and /dev/null differ diff --git a/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.mo b/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.mo new file mode 120000 index 00000000000..6706f8c2efc --- /dev/null +++ b/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/cs_CZ.mo \ No newline at end of file diff --git a/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.po b/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.po deleted file mode 100644 index 18361f9a08a..00000000000 --- a/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.po +++ /dev/null @@ -1,1463 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: POEditor.com\n" -"Project-Id-Version: bareos-webui\n" -"Language: cs\n" - -#: ../../../module/Application/config/module.config.php:125 -#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:26 -msgid "Dashboard" -msgstr "Přehled" - -#: ../../../module/Application/config/module.config.php:130 -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:40 -msgid "Jobs" -msgstr "Úlohy" - -#: ../../../module/Application/config/module.config.php:135 -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:32 -msgid "Overview" -msgstr "Přehled" - -#: ../../../module/Application/config/module.config.php:140 -#: ../../../module/Job/view/job/job/actions.phtml:34 -#: ../../../module/Job/view/job/job/actions.phtml:138 -#: ../../../module/Job/view/job/job/actions.phtml:141 -#: ../../../module/Job/view/job/job/details.phtml:34 -#: ../../../module/Job/view/job/job/index.phtml:34 -#: ../../../module/Job/view/job/job/run.phtml:34 -msgid "Run" -msgstr "Spustit" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "Obnovit" - -#: ../../../module/Application/config/module.config.php:152 -#: ../../../module/Client/view/client/client/index.phtml:26 -#: ../../../module/Client/view/client/client/index.phtml:45 -msgid "Clients" -msgstr "Klienti" - -#: ../../../module/Application/config/module.config.php:157 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:68 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:47 -msgid "Schedules" -msgstr "Plány" - -#: ../../../module/Application/config/module.config.php:162 -#: ../../../module/Storage/view/storage/storage/index.phtml:26 -msgid "Storages" -msgstr "Úložiště" - -#: ../../../module/Application/config/module.config.php:167 -#: ../../../module/Application/config/module.config.php:172 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:197 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:213 -#: ../../../module/Job/view/job/job/details.phtml:155 -#: ../../../module/Job/view/job/job/index.phtml:156 -#: ../../../module/Pool/view/pool/pool/details.phtml:48 -#: ../../../module/Storage/src/Storage/Form/StorageForm.php:61 -#: ../../../module/Storage/view/storage/storage/details.phtml:159 -msgid "Pool" -msgstr "Fond" - -#: ../../../module/Application/config/module.config.php:177 -#: ../../../module/Application/config/module.config.php:182 -#: ../../../module/Media/view/media/media/details.phtml:34 -#: ../../../module/Media/view/media/media/index.phtml:26 -#: ../../../module/Media/view/media/media/index.phtml:34 -#: ../../../module/Media/view/media/media/index.phtml:47 -#: ../../../module/Pool/view/pool/pool/details.phtml:34 -#: ../../../module/Pool/view/pool/pool/details.phtml:58 -#: ../../../module/Pool/view/pool/pool/details.phtml:79 -#: ../../../module/Pool/view/pool/pool/index.phtml:34 -#: ../../../module/Pool/view/pool/pool/index.phtml:57 -#: ../../../module/Storage/view/storage/storage/details.phtml:34 -#: ../../../module/Storage/view/storage/storage/index.phtml:34 -#: ../../../module/Storage/view/storage/storage/status.phtml:11 -msgid "Volumes" -msgstr "Svazky" - -#: ../../../module/Application/config/module.config.php:189 -#: ../../../module/Director/view/director/director/index.phtml:27 -#: ../../../module/Director/view/director/director/messages.phtml:26 -msgid "Director" -msgstr "Řídící část" - -#: ../../../module/Application/src/Application/View/Helper/ACLAlert.php:37 -msgid "Sorry, it seems you are not authorized to run this module. If you think this is an error, please contact your local administrator." -msgstr "Je nám líto, ale zdá se že nejste pověření ke spouštění tohoto modulu. Pokud si myslíte, že se jedná o chybu, kontaktujte svého správce systémů." - -#: ../../../module/Application/src/Application/View/Helper/ACLAlert.php:38 -msgid "Please read the Bareos documentation for any additional information on how to configure the Command ACL directive of your Console/Profile resources. Following is a list of required commands which need to be in your Command ACL to run this module properly:" -msgstr "Přečtěte si dokumentaci k Bareos, ze které získáte informace o tom jak nastavit ACL direktivu příkazu zdrojů své konzole/profilu. Následující je seznam potřebných příkazů, které je třeba mít ve svém ACL příkazu aby tento modul fungoval správně:" - -#: ../../../module/Application/view/error/404.phtml:3 -msgid "A 404 error occurred" -msgstr "Došlo k chybě 404" - -#: ../../../module/Application/view/error/404.phtml:12 -msgid "The requested controller was unable to dispatch the request." -msgstr "Požadovaný řadič nebyl schopen vyřídit požadavek." - -#: ../../../module/Application/view/error/404.phtml:15 -msgid "The requested controller could not be mapped to an existing controller class." -msgstr "Požadovaný řadič nemohl být namapován na existující třídu řadiče." - -#: ../../../module/Application/view/error/404.phtml:18 -msgid "The requested controller was not dispatchable." -msgstr "Požadovaný řadič nebylo možné odbavit." - -#: ../../../module/Application/view/error/404.phtml:21 -msgid "The requested URL could not be matched by routing." -msgstr "Pro požadovanou URL adresa nebyla nalezena shoda ve směrování." - -#: ../../../module/Application/view/error/404.phtml:24 -msgid "We cannot determine at this time why a 404 was generated." -msgstr "V tuto chvíli se nedaří zjistit proč byla vrácena chyba 404." - -#: ../../../module/Application/view/error/404.phtml:36 -msgid "Controller" -msgstr "Řadič" - -#: ../../../module/Application/view/error/404.phtml:43 -msgid "resolves to %s" -msgstr "překládá se na %s" - -#: ../../../module/Application/view/error/404.phtml:55 -#: ../../../module/Application/view/error/index.phtml:11 -msgid "Additional information" -msgstr "Další informace" - -#: ../../../module/Application/view/error/404.phtml:58 -#: ../../../module/Application/view/error/404.phtml:82 -#: ../../../module/Application/view/error/index.phtml:14 -#: ../../../module/Application/view/error/index.phtml:38 -msgid "File" -msgstr "Soubor" - -#: ../../../module/Application/view/error/404.phtml:62 -#: ../../../module/Application/view/error/404.phtml:86 -#: ../../../module/Application/view/error/index.phtml:18 -#: ../../../module/Application/view/error/index.phtml:42 -#: ../../../module/Job/view/job/job/details.phtml:87 -msgid "Message" -msgstr "Zpráva" - -#: ../../../module/Application/view/error/404.phtml:66 -#: ../../../module/Application/view/error/404.phtml:90 -#: ../../../module/Application/view/error/index.phtml:22 -#: ../../../module/Application/view/error/index.phtml:46 -msgid "Stack trace" -msgstr "Stack trace" - -#: ../../../module/Application/view/error/404.phtml:76 -#: ../../../module/Application/view/error/index.phtml:32 -msgid "Previous exceptions" -msgstr "Předchozí vyjímka" - -#: ../../../module/Application/view/error/404.phtml:105 -#: ../../../module/Application/view/error/index.phtml:61 -msgid "No Exception available" -msgstr "Nejsou k dispozici žádné vyjímky" - -#: ../../../module/Application/view/error/index.phtml:4 -msgid "An error occurred" -msgstr "Došlo k chybě" - -#: ../../../module/Application/view/layout/layout.phtml:97 -msgid "Documentation" -msgstr "Dokumentace" - -#: ../../../module/Application/view/layout/layout.phtml:98 -msgid "Mailinglists" -msgstr "E-mailová konference" - -#: ../../../module/Application/view/layout/layout.phtml:99 -msgid "Bugtracker" -msgstr "Systém pro správu hlášení chyb" - -#: ../../../module/Application/view/layout/layout.phtml:100 -msgid "Support" -msgstr "Podpora" - -#: ../../../module/Application/view/layout/layout.phtml:101 -msgid "Subscription" -msgstr "Předplatné" - -#: ../../../module/Application/view/layout/layout.phtml:103 -msgid "Logout" -msgstr "Odhlásit" - -#: ../../../module/Client/view/client/client/details.phtml:32 -#: ../../../module/Client/view/client/client/index.phtml:32 -#: ../../../module/Client/view/client/client/status.phtml:9 -#: ../../../module/Job/view/job/job/actions.phtml:32 -#: ../../../module/Job/view/job/job/details.phtml:32 -#: ../../../module/Job/view/job/job/index.phtml:32 -#: ../../../module/Job/view/job/job/run.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:31 -msgid "Show" -msgstr "Zobrazit" - -#: ../../../module/Client/view/client/client/status.phtml:20 -msgid "Client Status" -msgstr "Stav klienta" - -#: ../../../module/Client/view/client/client/details.phtml:26 -msgid "Client details" -msgstr "Podrobnosti o klientovi" - -#: ../../../module/Client/view/client/client/details.phtml:43 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:43 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:56 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:73 -#: ../../../module/Job/view/job/job/details.phtml:59 -#: ../../../module/Job/view/job/job/index.phtml:76 -#: ../../../module/Media/view/media/media/details.phtml:88 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:130 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:147 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:165 -msgid "Client" -msgstr "Klient" - -#: ../../../module/Client/view/client/client/details.phtml:50 -#: ../../../module/Client/view/client/client/index.phtml:53 -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:46 -#: ../../../module/Media/view/media/media/details.phtml:55 -#: ../../../module/Media/view/media/media/index.phtml:55 -#: ../../../module/Pool/view/pool/pool/details.phtml:56 -#: ../../../module/Pool/view/pool/pool/details.phtml:87 -#: ../../../module/Pool/view/pool/pool/index.phtml:55 -#: ../../../module/Restore/view/restore/restore/index.phtml:302 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:76 -#: ../../../module/Storage/view/storage/storage/index.phtml:55 -msgid "Name" -msgstr "Název" - -#: ../../../module/Client/view/client/client/details.phtml:51 -#: ../../../module/Client/view/client/client/index.phtml:54 -msgid "Version" -msgstr "Verze" - -#: ../../../module/Client/view/client/client/details.phtml:52 -msgid "Autoprune" -msgstr "Automatické čištění" - -#: ../../../module/Client/view/client/client/details.phtml:53 -msgid "Fileretention" -msgstr "Doba uchovávání souborů" - -#: ../../../module/Client/view/client/client/details.phtml:54 -msgid "Jobretention" -msgstr "Doba uchovávání úloh" - -#: ../../../module/Client/view/client/client/details.phtml:55 -#: ../../../module/Client/view/client/client/details.phtml:84 -#: ../../../module/Client/view/client/client/index.phtml:57 -#: ../../../module/Job/view/job/job/actions.phtml:33 -#: ../../../module/Job/view/job/job/actions.phtml:78 -#: ../../../module/Job/view/job/job/details.phtml:33 -#: ../../../module/Job/view/job/job/details.phtml:66 -#: ../../../module/Job/view/job/job/index.phtml:33 -#: ../../../module/Job/view/job/job/index.phtml:83 -#: ../../../module/Job/view/job/job/run.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:78 -#: ../../../module/Storage/view/storage/storage/details.phtml:113 -#: ../../../module/Storage/view/storage/storage/details.phtml:129 -#: ../../../module/Storage/view/storage/storage/details.phtml:162 -#: ../../../module/Storage/view/storage/storage/index.phtml:57 -msgid "Actions" -msgstr "Akce" - -#: ../../../module/Client/view/client/client/details.phtml:69 -msgid "Last successful backups" -msgstr "Letzte Sicherungen" - -#: ../../../module/Client/view/client/client/details.phtml:76 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:42 -#: ../../../module/Job/view/job/job/details.phtml:57 -#: ../../../module/Job/view/job/job/index.phtml:74 -#: ../../../module/Media/view/media/media/details.phtml:86 -msgid "Job ID" -msgstr "Identifikátor úlohy" - -#: ../../../module/Client/view/client/client/details.phtml:77 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:39 -#: ../../../module/Job/src/Job/Form/JobForm.php:53 -#: ../../../module/Job/view/job/job/actions.phtml:76 -#: ../../../module/Job/view/job/job/details.phtml:58 -#: ../../../module/Job/view/job/job/index.phtml:75 -#: ../../../module/Media/view/media/media/details.phtml:87 -msgid "Job name" -msgstr "Název úlohy" - -#: ../../../module/Client/view/client/client/details.phtml:78 -#: ../../../module/Job/view/job/job/details.phtml:86 -msgid "Timestamp" -msgstr "Časové razítko" - -#: ../../../module/Client/view/client/client/details.phtml:79 -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:37 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:127 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:143 -#: ../../../module/Job/view/job/job/details.phtml:151 -#: ../../../module/Job/view/job/job/index.phtml:152 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:236 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:251 -msgid "Fileset" -msgstr "Sada souborů" - -#: ../../../module/Client/view/client/client/details.phtml:80 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:44 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:232 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:248 -#: ../../../module/Job/view/job/job/details.phtml:61 -#: ../../../module/Job/view/job/job/index.phtml:78 -#: ../../../module/Media/view/media/media/details.phtml:90 -msgid "Level" -msgstr "Úroveň" - -#: ../../../module/Client/view/client/client/details.phtml:81 -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:41 -#: ../../../module/Job/view/job/job/details.phtml:62 -#: ../../../module/Job/view/job/job/index.phtml:79 -#: ../../../module/Media/view/media/media/details.phtml:91 -msgid "Files" -msgstr "Soubory" - -#: ../../../module/Client/view/client/client/details.phtml:82 -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:42 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:47 -#: ../../../module/Job/view/job/job/details.phtml:63 -#: ../../../module/Job/view/job/job/index.phtml:80 -#: ../../../module/Media/view/media/media/details.phtml:92 -#: ../../../module/Storage/view/storage/storage/details.phtml:154 -msgid "Bytes" -msgstr "Bajtů" - -#: ../../../module/Client/view/client/client/details.phtml:83 -#: ../../../module/Client/view/client/client/details.phtml:142 -#: ../../../module/Client/view/client/client/index.phtml:56 -#: ../../../module/Client/view/client/client/index.phtml:217 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:40 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:41 -#: ../../../module/Director/view/director/director/console.phtml:32 -#: ../../../module/Director/view/director/director/index.phtml:33 -#: ../../../module/Director/view/director/director/messages.phtml:32 -#: ../../../module/Job/src/Job/Form/JobForm.php:95 -#: ../../../module/Job/view/job/job/actions.phtml:77 -#: ../../../module/Job/view/job/job/details.phtml:65 -#: ../../../module/Job/view/job/job/index.phtml:82 -#: ../../../module/Media/view/media/media/details.phtml:59 -#: ../../../module/Media/view/media/media/index.phtml:59 -#: ../../../module/Pool/view/pool/pool/details.phtml:91 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:77 -#: ../../../module/Storage/view/storage/storage/details.phtml:157 -#: ../../../module/Storage/view/storage/storage/index.phtml:116 -#: ../../../module/Storage/view/storage/storage/index.phtml:119 -msgid "Status" -msgstr "Stav" - -#: ../../../module/Client/view/client/client/details.phtml:221 -msgid "Show Files" -msgstr "Zobrazit soubory" - -#: ../../../module/Client/view/client/client/index.phtml:91 -#: ../../../module/Job/view/job/job/actions.phtml:55 -#: ../../../module/Job/view/job/job/details.phtml:133 -#: ../../../module/Job/view/job/job/index.phtml:115 -#: ../../../module/Job/view/job/job/index.phtml:136 -#: ../../../module/Media/view/media/media/details.phtml:126 -#: ../../../module/Media/view/media/media/index.phtml:93 -#: ../../../module/Pool/view/pool/pool/details.phtml:125 -#: ../../../module/Restore/view/restore/restore/index.phtml:46 -#: ../../../module/Restore/view/restore/restore/index.phtml:67 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:55 -#: ../../../module/Storage/view/storage/storage/details.phtml:57 -msgid "Close" -msgstr "Zavřít" - -#: ../../../module/Client/view/client/client/index.phtml:206 -#: ../../../module/Job/view/job/job/actions.phtml:127 -#: ../../../module/Media/view/media/media/details.phtml:342 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:131 -msgid "Enabled" -msgstr "Zapnuto" - -#: ../../../module/Client/view/client/client/index.phtml:209 -#: ../../../module/Job/view/job/job/actions.phtml:130 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:134 -msgid "Disabled" -msgstr "Vypnuté" - -#: ../../../module/Client/view/client/client/index.phtml:220 -#: ../../../module/Job/view/job/job/actions.phtml:138 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:142 -msgid "Disable" -msgstr "Vypnout" - -#: ../../../module/Client/view/client/client/index.phtml:223 -#: ../../../module/Job/view/job/job/actions.phtml:141 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:145 -msgid "Enable" -msgstr "Zapnout" - -#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:255 -msgid "Not enough data to estimate progress or statistics collection is disabled." -msgstr "Není k dispozici dostatek údajů pro odhad postupu nebo je vypnuté shromažďování statistik." - -#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:263 -msgid "There are no jobs running." -msgstr "V tuto chvíli neprobíhají žádné úlohy." - -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:31 -msgid "Job Totals" -msgstr "Celkově úloh" - -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:31 -msgid "Most recent job status per job name" -msgstr "Stav nejnovějších úloh pro jednotlivé názvy úloh" - -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:45 -#: ../../../module/Job/view/job/job/details.phtml:163 -#: ../../../module/Job/view/job/job/index.phtml:164 -msgid "Start" -msgstr "Start" - -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:46 -#: ../../../module/Job/view/job/job/details.phtml:167 -#: ../../../module/Job/view/job/job/index.phtml:168 -msgid "End" -msgstr "Konec" - -#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:31 -msgid "Jobs started during the past 24 hours" -msgstr "Úlohy spuštěné v průběhu minulých 24 hodin" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "Spuštěné" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "Čekající" - -#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:68 -msgid "Successful" -msgstr "Úspěšné" - -#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:90 -msgid "Failed" -msgstr "Nezdařilo se" - -#: ../../../module/Dashboard/view/partial/LastDirectorMessages.phtml:32 -msgid "Current Director messages" -msgstr "Aktuální hlášení z řídící části" - -#: ../../../module/Dashboard/view/partial/RunningJobs.phtml:31 -msgid "Running Jobs" -msgstr "Probíhající úlohy" - -#: ../../../module/Director/view/director/director/console.phtml:33 -#: ../../../module/Director/view/director/director/index.phtml:34 -#: ../../../module/Director/view/director/director/messages.phtml:33 -#: ../../../module/Job/view/job/job/details.phtml:81 -msgid "Messages" -msgstr "Zprávy" - -#: ../../../module/Director/view/director/director/console.phtml:34 -#: ../../../module/Director/view/director/director/index.phtml:35 -#: ../../../module/Director/view/director/director/messages.phtml:34 -msgid "Console" -msgstr "Konzole" - -#: ../../../module/Director/view/director/director/console.phtml:42 -msgid "bconsole (batch-mode), please handle with care." -msgstr "bconsole (dávkové zpracování) – zacházejte opatrně" - -#: ../../../module/Director/view/director/director/console.phtml:42 -msgid "All commands have to be a one liner, dialogs are not working." -msgstr "Je třeba, aby veškeré příkazy byly pouze jednořádkové – dialogy nefungují." - -#: ../../../module/Director/view/director/director/console.phtml:42 -msgid "Type help for a list of commands." -msgstr "Zadáním help vypíšete seznam příkazů." - -#: ../../../module/Director/view/director/director/index.phtml:48 -msgid "Director Status" -msgstr "Stav řídící části" - -#: ../../../module/Director/view/director/director/messages.phtml:44 -msgid "Refresh" -msgstr "Aktualizovat" - -#: ../../../module/Director/view/director/director/messages.phtml:51 -msgid "Director messages" -msgstr "Zprávy z řídící části" - -#: ../../../module/Fileset/view/fileset/fileset/index.phtml:26 -msgid "Filesets" -msgstr "Sady souborů" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:26 -msgid "Fileset details" -msgstr "Podrobnosti sady souborů" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:45 -msgid "Id" -msgstr "Identifikátor" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:47 -msgid "MD5 checksum" -msgstr "MD5 kontrolní součet" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:48 -msgid "Creation time" -msgstr "Okamžik vytvoření" - -#: ../../../module/Job/src/Job/Form/JobForm.php:60 -msgid "jobname" -msgstr "Název úlohy" - -#: ../../../module/Job/src/Job/Form/JobForm.php:71 -msgid "Time period" -msgstr "Časové období" - -#: ../../../module/Job/src/Job/Form/JobForm.php:73 -msgid "last 24 hours" -msgstr "minulých 24 hodin" - -#: ../../../module/Job/src/Job/Form/JobForm.php:74 -msgid "last 3 days" -msgstr "minulé 3 dny" - -#: ../../../module/Job/src/Job/Form/JobForm.php:75 -msgid "last week" -msgstr "minulý týden" - -#: ../../../module/Job/src/Job/Form/JobForm.php:76 -msgid "last month" -msgstr "minulý měsíc" - -#: ../../../module/Job/src/Job/Form/JobForm.php:77 -msgid "last year" -msgstr "minulý rok" - -#: ../../../module/Job/src/Job/Form/JobForm.php:78 -msgid "unlimited" -msgstr "neomezeno" - -#: ../../../module/Job/src/Job/Form/JobForm.php:84 -msgid "period" -msgstr "období" - -#: ../../../module/Job/src/Job/Form/JobForm.php:97 -msgid "all" -msgstr "vše" - -#: ../../../module/Job/src/Job/Form/JobForm.php:98 -msgid "running" -msgstr "spuštěné" - -#: ../../../module/Job/src/Job/Form/JobForm.php:99 -msgid "waiting" -msgstr "čekající" - -#: ../../../module/Job/src/Job/Form/JobForm.php:100 -msgid "terminated unsuccessfully" -msgstr "ukončeno s nezdarem" - -#: ../../../module/Job/src/Job/Form/JobForm.php:101 -msgid "terminated successfully" -msgstr "ukončeno úspěšně" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:92 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:108 -#: ../../../module/Job/view/job/job/details.phtml:49 -msgid "Job" -msgstr "Úloha" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:162 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:178 -#: ../../../module/Media/view/media/media/details.phtml:56 -#: ../../../module/Media/view/media/media/index.phtml:56 -#: ../../../module/Pool/view/pool/pool/details.phtml:88 -msgid "Storage" -msgstr "Úložiště" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:266 -msgid "Priority" -msgstr "Priorita" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:330 -msgid "When" -msgstr "Kdy" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:345 -#: ../../../module/Storage/src/Storage/Form/StorageForm.php:93 -msgid "Submit" -msgstr "Promítnout" - -#: ../../../module/Job/view/job/job/actions.phtml:69 -msgid "Job Actions" -msgstr "Akce úlohy" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:281 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:297 -#: ../../../module/Job/view/job/job/details.phtml:60 -#: ../../../module/Job/view/job/job/index.phtml:77 -#: ../../../module/Media/view/media/media/details.phtml:57 -#: ../../../module/Media/view/media/media/details.phtml:89 -#: ../../../module/Media/view/media/media/index.phtml:57 -#: ../../../module/Pool/view/pool/pool/details.phtml:57 -#: ../../../module/Pool/view/pool/pool/details.phtml:89 -#: ../../../module/Pool/view/pool/pool/index.phtml:56 -msgid "Type" -msgstr "Typ" - -#: ../../../module/Job/view/job/job/details.phtml:64 -#: ../../../module/Job/view/job/job/index.phtml:81 -msgid "Errors" -msgstr "Chyby" - -#: ../../../module/Job/view/job/job/details.phtml:97 -msgid "Used Volumes" -msgstr "Využité svazky" - -#: ../../../module/Job/view/job/job/details.phtml:102 -#: ../../../module/Storage/view/storage/storage/details.phtml:112 -#: ../../../module/Storage/view/storage/storage/details.phtml:128 -#: ../../../module/Storage/view/storage/storage/details.phtml:153 -msgid "Volume" -msgstr "Svazek" - -#: ../../../module/Job/view/job/job/details.phtml:126 -#: ../../../module/Job/view/job/job/index.phtml:107 -#: ../../../module/Media/view/media/media/details.phtml:119 -#: ../../../module/Media/view/media/media/index.phtml:86 -#: ../../../module/Pool/view/pool/pool/details.phtml:118 -#: ../../../module/Restore/view/restore/restore/index.phtml:39 -msgid "Failed to retrieve data from Bareos director" -msgstr "Nepodařilo se získat data z Bareos řídící komponenty" - -#: ../../../module/Job/view/job/job/details.phtml:129 -#: ../../../module/Job/view/job/job/index.phtml:111 -#: ../../../module/Media/view/media/media/details.phtml:122 -#: ../../../module/Media/view/media/media/index.phtml:89 -#: ../../../module/Pool/view/pool/pool/details.phtml:121 -msgid "Error message received from director:" -msgstr "Chybové hlášení obdržené z řídící komponenty:" - -#: ../../../module/Job/view/job/job/details.phtml:130 -#: ../../../module/Job/view/job/job/index.phtml:112 -#: ../../../module/Media/view/media/media/details.phtml:123 -#: ../../../module/Media/view/media/media/index.phtml:90 -#: ../../../module/Pool/view/pool/pool/details.phtml:122 -msgid "Failed to send result as json. Maybe the result message is too long?" -msgstr "Nepodařilo se poslat výsledek jak json. Možná je výsledná zpráva příliš dlouhá?" - -#: ../../../module/Job/view/job/job/details.phtml:159 -#: ../../../module/Job/view/job/job/index.phtml:160 -msgid "Scheduled" -msgstr "Naplánováno" - -#: ../../../module/Job/view/job/job/details.phtml:180 -msgid "First Index" -msgstr "První index" - -#: ../../../module/Job/view/job/job/details.phtml:184 -msgid "Last Index" -msgstr "Poslední index" - -#: ../../../module/Job/view/job/job/details.phtml:188 -msgid "Start Block" -msgstr "Počáteční blok" - -#: ../../../module/Job/view/job/job/details.phtml:192 -msgid "End Block" -msgstr "Koncový blok" - -#: ../../../module/Job/view/job/job/details.phtml:265 -#: ../../../module/Job/view/job/job/index.phtml:262 -#: ../../../module/Job/view/job/job/index.phtml:272 -msgid "Rerun" -msgstr "Spustit znovu" - -#: ../../../module/Job/view/job/job/details.phtml:280 -#: ../../../module/Job/view/job/job/index.phtml:293 -#: ../../../module/Job/view/job/job/index.phtml:299 -#: ../../../module/Storage/view/storage/storage/details.phtml:88 -msgid "Cancel" -msgstr "Storno" - -#: ../../../module/Job/view/job/job/index.phtml:66 -msgid "Job list" -msgstr "Seznam úloh" - -#: ../../../module/Job/view/job/job/index.phtml:110 -msgid "Please try to reduce the amount of data to display, e.g. reduce time period." -msgstr "Pokuste se zmenšit množství údajů které zobrazit, např. zkraťte časové období." - -#: ../../../module/Media/view/media/media/details.phtml:26 -msgid "Volume details" -msgstr "Podrobnosti o svazku" - -#: ../../../module/Media/view/media/media/details.phtml:32 -#: ../../../module/Media/view/media/media/index.phtml:32 -#: ../../../module/Pool/view/pool/pool/details.phtml:32 -#: ../../../module/Pool/view/pool/pool/index.phtml:32 -#: ../../../module/Storage/view/storage/storage/details.phtml:32 -#: ../../../module/Storage/view/storage/storage/index.phtml:32 -#: ../../../module/Storage/view/storage/storage/status.phtml:9 -msgid "Devices" -msgstr "Zařízení" - -#: ../../../module/Media/view/media/media/details.phtml:33 -#: ../../../module/Media/view/media/media/index.phtml:33 -#: ../../../module/Pool/view/pool/pool/details.phtml:33 -#: ../../../module/Pool/view/pool/pool/index.phtml:26 -#: ../../../module/Pool/view/pool/pool/index.phtml:33 -#: ../../../module/Pool/view/pool/pool/index.phtml:47 -#: ../../../module/Storage/view/storage/storage/details.phtml:33 -#: ../../../module/Storage/view/storage/storage/index.phtml:33 -#: ../../../module/Storage/view/storage/storage/status.phtml:10 -msgid "Pools" -msgstr "Fondy" - -#: ../../../module/Media/view/media/media/details.phtml:58 -#: ../../../module/Media/view/media/media/details.phtml:282 -#: ../../../module/Media/view/media/media/index.phtml:58 -#: ../../../module/Media/view/media/media/index.phtml:196 -#: ../../../module/Pool/view/pool/pool/details.phtml:90 -#: ../../../module/Pool/view/pool/pool/details.phtml:261 -#: ../../../module/Storage/view/storage/storage/details.phtml:155 -msgid "Last written" -msgstr "Naposledy zapsáno" - -#: ../../../module/Media/view/media/media/details.phtml:60 -#: ../../../module/Media/view/media/media/index.phtml:60 -#: ../../../module/Pool/view/pool/pool/details.phtml:92 -msgid "Retention/Expiration" -msgstr "Doba uchovávání / platnosti" - -#: ../../../module/Media/view/media/media/details.phtml:61 -#: ../../../module/Media/view/media/media/index.phtml:61 -#: ../../../module/Pool/view/pool/pool/details.phtml:93 -msgid "Maximum bytes" -msgstr "Nejvýše bajtů" - -#: ../../../module/Media/view/media/media/details.phtml:62 -#: ../../../module/Media/view/media/media/index.phtml:62 -#: ../../../module/Pool/view/pool/pool/details.phtml:94 -msgid "Current bytes" -msgstr "Bajtů nyní" - -#: ../../../module/Media/view/media/media/details.phtml:78 -msgid "Jobs on volume" -msgstr "Úloh na svazku" - -#: ../../../module/Media/view/media/media/details.phtml:93 -msgid "Starttime" -msgstr "Čas zahájení" - -#: ../../../module/Media/view/media/media/details.phtml:94 -msgid "Endtime" -msgstr "Čas dokončení" - -#: ../../../module/Media/view/media/media/details.phtml:274 -#: ../../../module/Media/view/media/media/index.phtml:188 -#: ../../../module/Pool/view/pool/pool/details.phtml:253 -msgid "Label date" -msgstr "Datum štítku" - -#: ../../../module/Media/view/media/media/details.phtml:278 -#: ../../../module/Media/view/media/media/index.phtml:192 -#: ../../../module/Pool/view/pool/pool/details.phtml:257 -msgid "First written" -msgstr "Poprvé zapsáno" - -#: ../../../module/Media/view/media/media/details.phtml:286 -#: ../../../module/Media/view/media/media/index.phtml:200 -#: ../../../module/Pool/view/pool/pool/details.phtml:265 -msgid "Volume jobs" -msgstr "Úloh svazku" - -#: ../../../module/Media/view/media/media/details.phtml:290 -#: ../../../module/Media/view/media/media/index.phtml:204 -#: ../../../module/Pool/view/pool/pool/details.phtml:269 -msgid "Recycle" -msgstr "Opětovně použít" - -#: ../../../module/Media/view/media/media/details.phtml:294 -msgid "Volume writes" -msgstr "Zápisů na svazek" - -#: ../../../module/Media/view/media/media/details.phtml:298 -#: ../../../module/Storage/view/storage/storage/details.phtml:111 -#: ../../../module/Storage/view/storage/storage/details.phtml:152 -msgid "Slot" -msgstr "Pozice" - -#: ../../../module/Media/view/media/media/details.phtml:302 -msgid "Media Id" -msgstr "Identifikátor média" - -#: ../../../module/Media/view/media/media/details.phtml:306 -msgid "Volume Blocks" -msgstr "Bloků svazku" - -#: ../../../module/Media/view/media/media/details.phtml:310 -msgid "Volume use duration" -msgstr "Doba používání svazku" - -#: ../../../module/Media/view/media/media/details.phtml:314 -msgid "Volume Pool Id" -msgstr "Identifikátor fondu svazku" - -#: ../../../module/Media/view/media/media/details.phtml:318 -msgid "In changer" -msgstr "V měniči" - -#: ../../../module/Media/view/media/media/details.phtml:322 -msgid "Volume Files" -msgstr "Soubory svazku" - -#: ../../../module/Media/view/media/media/details.phtml:326 -msgid "Max. volume jobs" -msgstr "Úloh svazku nejvýše" - -#: ../../../module/Media/view/media/media/details.phtml:330 -msgid "Volume mounts" -msgstr "Přípojné body svazku" - -#: ../../../module/Media/view/media/media/details.phtml:334 -msgid "Volume capacity bytes" -msgstr "Bajtů kapacity svazku" - -#: ../../../module/Media/view/media/media/details.phtml:338 -msgid "Volume errors" -msgstr "Chyby svazku" - -#: ../../../module/Media/view/media/media/details.phtml:346 -msgid "Max. volume files" -msgstr "Souborů svazku nejvýše" - -#: ../../../module/Media/view/media/media/details.phtml:350 -msgid "Endfile" -msgstr "Koncový soubor" - -#: ../../../module/Media/view/media/media/details.phtml:354 -msgid "Endblock" -msgstr "Koncový blok" - -#: ../../../module/Media/view/media/media/details.phtml:358 -msgid "Labeltype" -msgstr "Typ štítku" - -#: ../../../module/Media/view/media/media/details.phtml:362 -msgid "Device Id" -msgstr "Identifikátor zařízení" - -#: ../../../module/Media/view/media/media/details.phtml:366 -msgid "Location Id" -msgstr "Identifikátor umístění" - -#: ../../../module/Media/view/media/media/details.phtml:370 -msgid "Recycle count" -msgstr "Počet opětovných použití" - -#: ../../../module/Media/view/media/media/details.phtml:374 -msgid "Initial write" -msgstr "Počáteční zápis" - -#: ../../../module/Media/view/media/media/details.phtml:378 -msgid "Scratch Pool Id" -msgstr "Identifikátor scratch fondu" - -#: ../../../module/Media/view/media/media/details.phtml:382 -msgid "Recycle Pool Id" -msgstr "Znovupoužít identifikátor fondu" - -#: ../../../module/Media/view/media/media/details.phtml:386 -msgid "Comment" -msgstr "Komentář" - -#: ../../../module/Pool/view/pool/pool/details.phtml:26 -msgid "Pool details" -msgstr "Podrobnosti o fondu" - -#: ../../../module/Pool/view/pool/pool/details.phtml:59 -#: ../../../module/Pool/view/pool/pool/index.phtml:58 -msgid "Maximum volumes" -msgstr "Nejvýše svazků" - -#: ../../../module/Pool/view/pool/pool/details.phtml:60 -#: ../../../module/Pool/view/pool/pool/index.phtml:59 -msgid "Volume retention" -msgstr "Doba uchovávání svazku" - -#: ../../../module/Pool/view/pool/pool/details.phtml:61 -#: ../../../module/Pool/view/pool/pool/index.phtml:60 -msgid "Maximum volume jobs" -msgstr "Úloh na svazek nejvýše" - -#: ../../../module/Pool/view/pool/pool/details.phtml:62 -#: ../../../module/Pool/view/pool/pool/index.phtml:61 -msgid "Maximum volume bytes" -msgstr "Bajtů na svazek nejvýše" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:94 -msgid "Backup jobs" -msgstr "Zálohovací úlohy" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:111 -msgid "Backups" -msgstr "Zálohy" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:184 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:201 -msgid "Restore to client" -msgstr "Obnovit na klienta" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:218 -msgid "Restore to (another) client" -msgstr "Obnovit na (jiného) klienta" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:237 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:252 -msgid "Please choose a fileset" -msgstr "Vyberte sadu souborů" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:267 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:285 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:302 -msgid "Restore job" -msgstr "Obnovovací úloha" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:321 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:340 -msgid "Merge all client filesets" -msgstr "Spojit všechny sady souborů klienta" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "Ano" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "Ne" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:361 -msgid "Merge all related jobs to last full backup of selected backup job" -msgstr "Sloučit všechny související úlohy do nejnovější úplné zálohy označené zálohovací úlohy" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:380 -msgid "Merge jobs" -msgstr "Sloučit úlohy" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:400 -msgid "Replace files on client" -msgstr "Nahradit soubory na klientovi" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:402 -msgid "always" -msgstr "Vždy" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "nikdy" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:404 -msgid "if file being restored is older than existing file" -msgstr "pokud je obnovovaný soubor starší než stávající" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:405 -msgid "if file being restored is newer than existing file" -msgstr "pokud je obnovovaný soubor novější než stávající" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:421 -msgid "Restore location on client" -msgstr "Obnovit umístění na klientovi" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:428 -msgid "e.g. / or /tmp/bareos-restores/" -msgstr "např. / nebo /tmp/bareos-restores/" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:439 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:456 -msgid "Path" -msgstr "Popis umístění" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:475 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:492 -msgid "Limit" -msgstr "Limit" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:511 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:528 -msgid "Offset" -msgstr "Posun" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:557 -msgid "Related jobs for a most recent full restore" -msgstr "Související úlohy pro nejnovější úplnou obnovu" - -#: ../../../module/Restore/view/restore/restore/index.phtml:42 -msgid "Error message received:" -msgstr "Obdrženo chybové hlášení:" - -#: ../../../module/Restore/view/restore/restore/index.phtml:59 -#: ../../../module/Storage/view/storage/storage/details.phtml:51 -msgid "Director message" -msgstr "Zpráva řídící součásti" - -#: ../../../module/Restore/view/restore/restore/index.phtml:122 -msgid "File selection" -msgstr "Výběr souboru" - -#: ../../../module/Restore/view/restore/restore/index.phtml:308 -msgid "Size" -msgstr "Velikost" - -#: ../../../module/Restore/view/restore/restore/index.phtml:321 -msgid "Date" -msgstr "Datum" - -#: ../../../module/Storage/src/Storage/Form/StorageForm.php:77 -#: ../../../module/Storage/view/storage/storage/details.phtml:126 -msgid "Drive" -msgstr "Jednotka datového úložiště" - -#: ../../../module/Storage/view/storage/storage/status.phtml:24 -msgid "Storage Status" -msgstr "Stav úložiště" - -#: ../../../module/Storage/view/storage/storage/details.phtml:26 -msgid "Storage details" -msgstr "Podrobnosti o úložišti" - -#: ../../../module/Storage/view/storage/storage/details.phtml:72 -#: ../../../module/Storage/view/storage/storage/details.phtml:147 -msgid "Label barcodes" -msgstr "Čárové kódy na štítku" - -#: ../../../module/Storage/view/storage/storage/details.phtml:82 -msgid "Assign media to this pool." -msgstr "Přiřadit médium do tohoto fondu." - -#: ../../../module/Storage/view/storage/storage/details.phtml:84 -msgid "Use this drive for labeling." -msgstr "Použít tuto mechaniku pro štítkování." - -#: ../../../module/Storage/view/storage/storage/details.phtml:103 -msgid "Import/Export Slots" -msgstr "Importní/exportní pozice" - -#: ../../../module/Storage/view/storage/storage/details.phtml:107 -msgid "Import all" -msgstr "Importovat vše" - -#: ../../../module/Storage/view/storage/storage/details.phtml:121 -msgid "Drives" -msgstr "Jednotky" - -#: ../../../module/Storage/view/storage/storage/details.phtml:127 -msgid "Loaded" -msgstr "Médium vloženo" - -#: ../../../module/Storage/view/storage/storage/details.phtml:141 -msgid "Slots" -msgstr "Pozice" - -#: ../../../module/Storage/view/storage/storage/details.phtml:145 -msgid "Update slots" -msgstr "Aktualizovat pozice" - -#: ../../../module/Storage/view/storage/storage/details.phtml:156 -msgid "Expiration" -msgstr "Skončení platnosti" - -#: ../../../module/Storage/view/storage/storage/details.phtml:158 -msgid "Media Type" -msgstr "Typ média" - -#: ../../../module/Storage/view/storage/storage/details.phtml:226 -msgid "Import" -msgstr "Import" - -#: ../../../module/Storage/view/storage/storage/details.phtml:273 -msgid "Release" -msgstr "Uvolnění" - -#: ../../../module/Storage/view/storage/storage/details.phtml:363 -msgid "not in catalog" -msgstr "není v katalogu" - -#: ../../../module/Storage/view/storage/storage/details.phtml:401 -msgid "Export" -msgstr "Exportovat" - -#: ../../../module/Storage/view/storage/storage/index.phtml:47 -msgid "Storage Devices" -msgstr "Úložná zařízení" - -#: ../../../module/Storage/view/storage/storage/index.phtml:56 -msgid "Autochanger" -msgstr "Automatický měnič médií" - -#: ../../../module/Storage/view/storage/storage/index.phtml:116 -msgid "Manage autochanger" -msgstr "Spravovat automatický měnič médií" - -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:47 -msgid "Schedule Details" -msgstr "Podrobnosti o plánu" - -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:34 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:34 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:34 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:33 -msgid "Scheduler status" -msgstr "Stav plánovače" - -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:46 -msgid "Status Scheduler" -msgstr "Stav plánovače" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "Záloha" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "Přestěhováno" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "Ověřit" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "Konzolový program" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "Vnitřní systémová úloha" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "Správce" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "Archiv" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "Kopie úlohy" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "Zkopírovat úlohu" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "Stěhovací úloha" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "Prohledat" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "Sjednotit" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "Úplná" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "Rozdílová" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "Přírůstková" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "Virtuální úplná" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "Základ" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "Katalog" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "Inicializovat katalog" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "Svazek na katalog" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "Jednotka datového úložiště na katalog" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "Data" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "Žádné" - -<<<<<<< HEAD -#: ../../js/custom-functions.js:177 -#, fuzzy -======= -#: ../../js/custom-functions.js:169 ->>>>>>> d48bd46c... Update cs_CZ.po -msgid "year(s)" -msgstr "let" - -<<<<<<< HEAD -#: ../../js/custom-functions.js:180 -#, fuzzy -======= -#: ../../js/custom-functions.js:172 ->>>>>>> d48bd46c... Update cs_CZ.po -msgid "month(s)" -msgstr "měsíců" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "dnů" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "hodin" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "sekund" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "Využito" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "platnost skončila" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "platnost skončí za 1 den" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "platnost skončí za" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "dny" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "dnes" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "dny předtím" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "měsíce předtím" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "roky předtím" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "zapnuto" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "vypnuto" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "Nezdar" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "Úspěch" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "Zařazeno do fronty" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "Blokováno" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "Ověřit nalezené rozdíly" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "Zrušeno" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "Atributy úložného procesu vybírání z fronty" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "Dávkové vkládání souborových záznamů" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "Neúplné" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "Odesílání dat" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "Varování" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "Vybírání dat z fronty" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "Čekání na zařízení zařazeno do fronty" - -#: ../../../module/Client/view/client/client/details.phtml:172 -#: ../../../module/Client/view/client/client/details.phtml:221 -#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:184 -#: ../../../module/Job/view/job/job/index.phtml:201 -#: ../../../module/Job/view/job/job/index.phtml:262 -#: ../../../module/Job/view/job/job/index.phtml:264 -#: ../../../module/Job/view/job/job/index.phtml:272 -#: ../../../module/Job/view/job/job/index.phtml:293 -#: ../../../module/Job/view/job/job/index.phtml:295 -#: ../../../module/Job/view/job/job/index.phtml:299 -#: ../../../module/Job/view/job/job/index.phtml:301 -msgid "View Job Details" -msgstr "Zobrazit podrobnosti o úloze" - -#: ../../../module/Job/src/Job/Form/JobForm.php:102 -msgid "warning" -msgstr "varování" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "Nefatální chyba" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "Úloha ukončena s chybou" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "Fatální chyba" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "Skončeno normálně" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "Vytvořeno ale zatím nespuštěno" - -#: ../../js/custom-functions.js:363 -msgid "Verify differences" -msgstr "Ověřit rozdíly" - -#: ../../js/custom-functions.js:368 -msgid "Canceled by user" -msgstr "Zrušeno uživatelem" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "Čeká na File daemon" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "Čeká na proces služby úložiště" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "Čeká na nové médium" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "Čeká na připojení" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "Čeká na úložný prostředek" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "Čeká na prostředek úlohy" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "Čeká na prostředek klienta" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "Čeká na maximum úloh" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "Čeká na čas zahájení" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "Čeká na dokončení úloh s vyšší prioritou" - -#: ../../js/custom-functions.js:433 -msgid "Incomplete Job" -msgstr "Nedokončená úloha" - -#: ../../js/custom-functions.js:438 -msgid "Committing data (last despool)" -msgstr "Odesílání dat (poslední despool)" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "Skončeno normálně s varováními" - diff --git a/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.po b/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.po new file mode 120000 index 00000000000..ef6c5781d77 --- /dev/null +++ b/webui/public/js/locale/cs_CZ/LC_MESSAGES/cs_CZ.po @@ -0,0 +1 @@ +../../../../../module/Application/language/cs_CZ.po \ No newline at end of file diff --git a/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.mo b/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.mo deleted file mode 100644 index 43f9e5ebae9..00000000000 Binary files a/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.mo and /dev/null differ diff --git a/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.mo b/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.mo new file mode 120000 index 00000000000..b58e8ad4326 --- /dev/null +++ b/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/de_DE.mo \ No newline at end of file diff --git a/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.po b/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.po deleted file mode 100644 index e1b68f6bcf2..00000000000 --- a/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.po +++ /dev/null @@ -1,998 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: POEditor.com\n" -"Project-Id-Version: bareos-webui\n" -"Language: de\n" - -#: ../../../module/Application/config/module.config.php:125 -#: ../../../module/Dashboard/view/dashboard/dashboard/index.phtml:26 -msgid "Dashboard" -msgstr "Übersicht" - -#: ../../../module/Application/config/module.config.php:130 -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:40 -msgid "Jobs" -msgstr "Aufträge" - -#: ../../../module/Application/config/module.config.php:135 -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:32 -msgid "Overview" -msgstr "Übersicht" - -#: ../../../module/Application/config/module.config.php:140 -#: ../../../module/Job/view/job/job/actions.phtml:34 -#: ../../../module/Job/view/job/job/actions.phtml:138 -#: ../../../module/Job/view/job/job/actions.phtml:141 -#: ../../../module/Job/view/job/job/details.phtml:34 -#: ../../../module/Job/view/job/job/index.phtml:34 -#: ../../../module/Job/view/job/job/run.phtml:34 -msgid "Run" -msgstr "Ausführen" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "Rücksicherung" - -#: ../../../module/Application/config/module.config.php:152 -#: ../../../module/Client/view/client/client/index.phtml:26 -#: ../../../module/Client/view/client/client/index.phtml:45 -msgid "Clients" -msgstr "Clients" - -#: ../../../module/Application/config/module.config.php:157 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:68 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:47 -msgid "Schedules" -msgstr "Zeitpläne" - -#: ../../../module/Application/config/module.config.php:162 -#: ../../../module/Storage/view/storage/storage/index.phtml:26 -msgid "Storages" -msgstr "Speicher" - -#: ../../../module/Application/config/module.config.php:167 -#: ../../../module/Application/config/module.config.php:172 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:197 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:213 -#: ../../../module/Job/view/job/job/details.phtml:155 -#: ../../../module/Job/view/job/job/index.phtml:156 -#: ../../../module/Pool/view/pool/pool/details.phtml:48 -#: ../../../module/Storage/src/Storage/Form/StorageForm.php:61 -#: ../../../module/Storage/view/storage/storage/details.phtml:159 -msgid "Pool" -msgstr "Pool" - -#: ../../../module/Application/config/module.config.php:177 -#: ../../../module/Application/config/module.config.php:182 -#: ../../../module/Media/view/media/media/details.phtml:34 -#: ../../../module/Media/view/media/media/index.phtml:26 -#: ../../../module/Media/view/media/media/index.phtml:34 -#: ../../../module/Media/view/media/media/index.phtml:47 -#: ../../../module/Pool/view/pool/pool/details.phtml:34 -#: ../../../module/Pool/view/pool/pool/details.phtml:58 -#: ../../../module/Pool/view/pool/pool/details.phtml:79 -#: ../../../module/Pool/view/pool/pool/index.phtml:34 -#: ../../../module/Pool/view/pool/pool/index.phtml:57 -#: ../../../module/Storage/view/storage/storage/details.phtml:34 -#: ../../../module/Storage/view/storage/storage/index.phtml:34 -#: ../../../module/Storage/view/storage/storage/status.phtml:11 -msgid "Volumes" -msgstr "Speichermedien" - -#: ../../../module/Application/config/module.config.php:189 -#: ../../../module/Director/view/director/director/index.phtml:27 -#: ../../../module/Director/view/director/director/messages.phtml:26 -msgid "Director" -msgstr "Director" - -#: ../../../module/Application/src/Application/View/Helper/ACLAlert.php:37 -msgid "Sorry, it seems you are not authorized to run this module. If you think this is an error, please contact your local administrator." -msgstr "Entschuldigen Sie, es scheint als wären Sie nicht berechtigt dieses Modul auszuführen. Falls Sie denken dass dies ein Fehler wäre, kontaktieren Sie bitte Ihren Administrator." - -#: ../../../module/Application/view/error/404.phtml:36 -msgid "Controller" -msgstr "Controller" - -#: ../../../module/Application/view/error/404.phtml:43 -msgid "resolves to %s" -msgstr "löst auf zu %s" - -#: ../../../module/Application/view/error/404.phtml:55 -#: ../../../module/Application/view/error/index.phtml:11 -msgid "Additional information" -msgstr "zusätzliche Information" - -#: ../../../module/Application/view/error/404.phtml:58 -#: ../../../module/Application/view/error/404.phtml:82 -#: ../../../module/Application/view/error/index.phtml:14 -#: ../../../module/Application/view/error/index.phtml:38 -msgid "File" -msgstr "Datei" - -#: ../../../module/Application/view/error/404.phtml:62 -#: ../../../module/Application/view/error/404.phtml:86 -#: ../../../module/Application/view/error/index.phtml:18 -#: ../../../module/Application/view/error/index.phtml:42 -#: ../../../module/Job/view/job/job/details.phtml:87 -msgid "Message" -msgstr "Meldung" - -#: ../../../module/Application/view/error/404.phtml:66 -#: ../../../module/Application/view/error/404.phtml:90 -#: ../../../module/Application/view/error/index.phtml:22 -#: ../../../module/Application/view/error/index.phtml:46 -msgid "Stack trace" -msgstr "Stack trace" - -#: ../../../module/Application/view/error/404.phtml:76 -#: ../../../module/Application/view/error/index.phtml:32 -msgid "Previous exceptions" -msgstr "vorige Ausnahmen" - -#: ../../../module/Application/view/error/404.phtml:105 -#: ../../../module/Application/view/error/index.phtml:61 -msgid "No Exception available" -msgstr "Eine Ausnahme verfügbar" - -#: ../../../module/Application/view/error/index.phtml:4 -msgid "An error occurred" -msgstr "ein Fehler ist aufgetreten" - -#: ../../../module/Application/view/layout/layout.phtml:97 -#, fuzzy -msgid "Documentation" -msgstr "Medienvorhaltezeit" - -#: ../../../module/Application/view/layout/layout.phtml:100 -#, fuzzy -msgid "Support" -msgstr "Exportieren" - -#: ../../../module/Application/view/layout/layout.phtml:103 -msgid "Logout" -msgstr "Abmelden" - -#: ../../../module/Client/view/client/client/details.phtml:32 -#: ../../../module/Client/view/client/client/index.phtml:32 -#: ../../../module/Client/view/client/client/status.phtml:9 -#: ../../../module/Job/view/job/job/actions.phtml:32 -#: ../../../module/Job/view/job/job/details.phtml:32 -#: ../../../module/Job/view/job/job/index.phtml:32 -#: ../../../module/Job/view/job/job/run.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:32 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:31 -msgid "Show" -msgstr "Anzeigen" - -#: ../../../module/Client/view/client/client/details.phtml:26 -msgid "Client details" -msgstr "Client Details" - -#: ../../../module/Client/view/client/client/details.phtml:43 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:43 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:56 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:73 -#: ../../../module/Job/view/job/job/details.phtml:59 -#: ../../../module/Job/view/job/job/index.phtml:76 -#: ../../../module/Media/view/media/media/details.phtml:88 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:130 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:147 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:165 -msgid "Client" -msgstr "Client" - -#: ../../../module/Client/view/client/client/details.phtml:50 -#: ../../../module/Client/view/client/client/index.phtml:53 -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:46 -#: ../../../module/Media/view/media/media/details.phtml:55 -#: ../../../module/Media/view/media/media/index.phtml:55 -#: ../../../module/Pool/view/pool/pool/details.phtml:56 -#: ../../../module/Pool/view/pool/pool/details.phtml:87 -#: ../../../module/Pool/view/pool/pool/index.phtml:55 -#: ../../../module/Restore/view/restore/restore/index.phtml:302 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:76 -#: ../../../module/Storage/view/storage/storage/index.phtml:55 -msgid "Name" -msgstr "Name" - -#: ../../../module/Client/view/client/client/details.phtml:51 -#: ../../../module/Client/view/client/client/index.phtml:54 -msgid "Version" -msgstr "Version" - -#: ../../../module/Client/view/client/client/details.phtml:52 -msgid "Autoprune" -msgstr "Automatische Bereinigung" - -#: ../../../module/Client/view/client/client/details.phtml:53 -msgid "Fileretention" -msgstr "Dateivorhaltezeit" - -#: ../../../module/Client/view/client/client/details.phtml:54 -msgid "Jobretention" -msgstr "Auftragsvorhaltezeit" - -#: ../../../module/Client/view/client/client/details.phtml:55 -#: ../../../module/Client/view/client/client/details.phtml:84 -#: ../../../module/Client/view/client/client/index.phtml:57 -#: ../../../module/Job/view/job/job/actions.phtml:33 -#: ../../../module/Job/view/job/job/actions.phtml:78 -#: ../../../module/Job/view/job/job/details.phtml:33 -#: ../../../module/Job/view/job/job/details.phtml:66 -#: ../../../module/Job/view/job/job/index.phtml:33 -#: ../../../module/Job/view/job/job/index.phtml:83 -#: ../../../module/Job/view/job/job/run.phtml:33 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:78 -#: ../../../module/Storage/view/storage/storage/details.phtml:113 -#: ../../../module/Storage/view/storage/storage/details.phtml:129 -#: ../../../module/Storage/view/storage/storage/details.phtml:162 -#: ../../../module/Storage/view/storage/storage/index.phtml:57 -msgid "Actions" -msgstr "Aktivitäten" - -#: ../../../module/Client/view/client/client/details.phtml:69 -msgid "Last successful backups" -msgstr "Letzte Sicherungen" - -#: ../../../module/Client/view/client/client/details.phtml:76 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:42 -#: ../../../module/Job/view/job/job/details.phtml:57 -#: ../../../module/Job/view/job/job/index.phtml:74 -#: ../../../module/Media/view/media/media/details.phtml:86 -msgid "Job ID" -msgstr "Auftrags ID" - -#: ../../../module/Client/view/client/client/details.phtml:77 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:39 -#: ../../../module/Job/src/Job/Form/JobForm.php:53 -#: ../../../module/Job/view/job/job/actions.phtml:76 -#: ../../../module/Job/view/job/job/details.phtml:58 -#: ../../../module/Job/view/job/job/index.phtml:75 -#: ../../../module/Media/view/media/media/details.phtml:87 -msgid "Job name" -msgstr "Auftragsname" - -#: ../../../module/Client/view/client/client/details.phtml:78 -#: ../../../module/Job/view/job/job/details.phtml:86 -msgid "Timestamp" -msgstr "Zeitstempel" - -#: ../../../module/Client/view/client/client/details.phtml:79 -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:37 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:127 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:143 -#: ../../../module/Job/view/job/job/details.phtml:151 -#: ../../../module/Job/view/job/job/index.phtml:152 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:236 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:251 -msgid "Fileset" -msgstr "Fileset" - -#: ../../../module/Client/view/client/client/details.phtml:80 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:44 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:232 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:248 -#: ../../../module/Job/view/job/job/details.phtml:61 -#: ../../../module/Job/view/job/job/index.phtml:78 -#: ../../../module/Media/view/media/media/details.phtml:90 -msgid "Level" -msgstr "Sicherungslevel" - -#: ../../../module/Client/view/client/client/details.phtml:81 -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:41 -#: ../../../module/Job/view/job/job/details.phtml:62 -#: ../../../module/Job/view/job/job/index.phtml:79 -#: ../../../module/Media/view/media/media/details.phtml:91 -msgid "Files" -msgstr "Dateien" - -#: ../../../module/Client/view/client/client/details.phtml:82 -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:42 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:47 -#: ../../../module/Job/view/job/job/details.phtml:63 -#: ../../../module/Job/view/job/job/index.phtml:80 -#: ../../../module/Media/view/media/media/details.phtml:92 -#: ../../../module/Storage/view/storage/storage/details.phtml:154 -msgid "Bytes" -msgstr "Bytes" - -#: ../../../module/Client/view/client/client/details.phtml:83 -#: ../../../module/Client/view/client/client/details.phtml:142 -#: ../../../module/Client/view/client/client/index.phtml:56 -#: ../../../module/Client/view/client/client/index.phtml:217 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:40 -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:41 -#: ../../../module/Director/view/director/director/console.phtml:32 -#: ../../../module/Director/view/director/director/index.phtml:33 -#: ../../../module/Director/view/director/director/messages.phtml:32 -#: ../../../module/Job/src/Job/Form/JobForm.php:95 -#: ../../../module/Job/view/job/job/actions.phtml:77 -#: ../../../module/Job/view/job/job/details.phtml:65 -#: ../../../module/Job/view/job/job/index.phtml:82 -#: ../../../module/Media/view/media/media/details.phtml:59 -#: ../../../module/Media/view/media/media/index.phtml:59 -#: ../../../module/Pool/view/pool/pool/details.phtml:91 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:77 -#: ../../../module/Storage/view/storage/storage/details.phtml:157 -#: ../../../module/Storage/view/storage/storage/index.phtml:116 -#: ../../../module/Storage/view/storage/storage/index.phtml:119 -msgid "Status" -msgstr "Status" - -#: ../../../module/Client/view/client/client/details.phtml:221 -msgid "Show Files" -msgstr "Zeige Dateien" - -#: ../../../module/Client/view/client/client/index.phtml:91 -#: ../../../module/Job/view/job/job/actions.phtml:55 -#: ../../../module/Job/view/job/job/details.phtml:133 -#: ../../../module/Job/view/job/job/index.phtml:115 -#: ../../../module/Job/view/job/job/index.phtml:136 -#: ../../../module/Media/view/media/media/details.phtml:126 -#: ../../../module/Media/view/media/media/index.phtml:93 -#: ../../../module/Pool/view/pool/pool/details.phtml:125 -#: ../../../module/Restore/view/restore/restore/index.phtml:46 -#: ../../../module/Restore/view/restore/restore/index.phtml:67 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:55 -#: ../../../module/Storage/view/storage/storage/details.phtml:57 -msgid "Close" -msgstr "Schließen" - -#: ../../../module/Client/view/client/client/index.phtml:206 -#: ../../../module/Job/view/job/job/actions.phtml:127 -#: ../../../module/Media/view/media/media/details.phtml:342 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:131 -msgid "Enabled" -msgstr "An" - -#: ../../../module/Client/view/client/client/index.phtml:209 -#: ../../../module/Job/view/job/job/actions.phtml:130 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:134 -#, fuzzy -msgid "Disabled" -msgstr "aus" - -#: ../../../module/Client/view/client/client/index.phtml:220 -#: ../../../module/Job/view/job/job/actions.phtml:138 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:142 -#, fuzzy -msgid "Disable" -msgstr "aus" - -#: ../../../module/Client/view/client/client/index.phtml:223 -#: ../../../module/Job/view/job/job/actions.phtml:141 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:145 -#, fuzzy -msgid "Enable" -msgstr "An" - -#: ../../../module/Dashboard/view/partial/JobTotals.phtml:31 -#, fuzzy -msgid "Job Totals" -msgstr "Auftragsliste" - -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:31 -msgid "Most recent job status per job name" -msgstr "Status der letzten Auftragsausführung pro Auftragsname" - -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:45 -#: ../../../module/Job/view/job/job/details.phtml:163 -#: ../../../module/Job/view/job/job/index.phtml:164 -msgid "Start" -msgstr "Start" - -#: ../../../module/Dashboard/view/partial/JobsLastStatus.phtml:46 -#: ../../../module/Job/view/job/job/details.phtml:167 -#: ../../../module/Job/view/job/job/index.phtml:168 -msgid "End" -msgstr "Ende" - -#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:31 -msgid "Jobs started during the past 24 hours" -msgstr "Aufträge gestartet in den letzten 24 Stunden" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "Laufend" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "Wartend" - -#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:68 -msgid "Successful" -msgstr "erfolgreich beendet" - -#: ../../../module/Dashboard/view/partial/JobsPast24h.phtml:90 -#, fuzzy -msgid "Failed" -msgstr "Fehlgeschlagen" - -#: ../../../module/Dashboard/view/partial/LastDirectorMessages.phtml:32 -msgid "Current Director messages" -msgstr "Aktuelle Nachrichten des Directors" - -#: ../../../module/Dashboard/view/partial/RunningJobs.phtml:31 -#, fuzzy -msgid "Running Jobs" -msgstr "Laufend" - -#: ../../../module/Director/view/director/director/console.phtml:33 -#: ../../../module/Director/view/director/director/index.phtml:34 -#: ../../../module/Director/view/director/director/messages.phtml:33 -#: ../../../module/Job/view/job/job/details.phtml:81 -msgid "Messages" -msgstr "Meldungen" - -#: ../../../module/Director/view/director/director/console.phtml:34 -#: ../../../module/Director/view/director/director/index.phtml:35 -#: ../../../module/Director/view/director/director/messages.phtml:34 -msgid "Console" -msgstr "Kommandozeile" - -#: ../../../module/Director/view/director/director/index.phtml:48 -msgid "Director Status" -msgstr "Director" - -#: ../../../module/Director/view/director/director/messages.phtml:44 -msgid "Refresh" -msgstr "Aktualisieren" - -#: ../../../module/Director/view/director/director/messages.phtml:51 -msgid "Director messages" -msgstr "Director Nachrichten" - -#: ../../../module/Fileset/view/fileset/fileset/index.phtml:26 -msgid "Filesets" -msgstr "Filesets" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:26 -msgid "Fileset details" -msgstr "Fileset Details" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:45 -msgid "Id" -msgstr "Id" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:47 -msgid "MD5 checksum" -msgstr "MD 5 Prüfsumme" - -#: ../../../module/Fileset/view/fileset/fileset/details.phtml:48 -msgid "Creation time" -msgstr "Erzeugt" - -#: ../../../module/Job/src/Job/Form/JobForm.php:60 -#, fuzzy -msgid "jobname" -msgstr "Auftragsname" - -#: ../../../module/Job/src/Job/Form/JobForm.php:71 -msgid "Time period" -msgstr "Zeitraum" - -#: ../../../module/Job/src/Job/Form/JobForm.php:73 -msgid "last 24 hours" -msgstr "letzte 24 Stunden" - -#: ../../../module/Job/src/Job/Form/JobForm.php:74 -msgid "last 3 days" -msgstr "letzte 3 Tage" - -#: ../../../module/Job/src/Job/Form/JobForm.php:75 -msgid "last week" -msgstr "letzte Woche" - -#: ../../../module/Job/src/Job/Form/JobForm.php:76 -msgid "last month" -msgstr "letzter Monat" - -#: ../../../module/Job/src/Job/Form/JobForm.php:77 -msgid "last year" -msgstr "letztes Jahr" - -#: ../../../module/Job/src/Job/Form/JobForm.php:78 -msgid "unlimited" -msgstr "unbegrenzt" - -#: ../../../module/Job/src/Job/Form/JobForm.php:84 -msgid "period" -msgstr "Zeitraum" - -#: ../../../module/Job/src/Job/Form/JobForm.php:97 -msgid "all" -msgstr "alle" - -#: ../../../module/Job/src/Job/Form/JobForm.php:98 -msgid "running" -msgstr "laufend" - -#: ../../../module/Job/src/Job/Form/JobForm.php:99 -msgid "waiting" -msgstr "wartend" - -#: ../../../module/Job/src/Job/Form/JobForm.php:100 -msgid "terminated unsuccessfully" -msgstr "nicht erfolgreich beendet" - -#: ../../../module/Job/src/Job/Form/JobForm.php:101 -msgid "terminated successfully" -msgstr "erfolgreich beendet" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:92 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:108 -#: ../../../module/Job/view/job/job/details.phtml:49 -msgid "Job" -msgstr "Auftrag" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:162 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:178 -#: ../../../module/Media/view/media/media/details.phtml:56 -#: ../../../module/Media/view/media/media/index.phtml:56 -#: ../../../module/Pool/view/pool/pool/details.phtml:88 -msgid "Storage" -msgstr "Speicher" - -#: ../../../module/Job/view/job/job/actions.phtml:69 -#, fuzzy -msgid "Job Actions" -msgstr "Aktivitäten" - -#: ../../../module/Job/src/Job/Form/RunJobForm.php:281 -#: ../../../module/Job/src/Job/Form/RunJobForm.php:297 -#: ../../../module/Job/view/job/job/details.phtml:60 -#: ../../../module/Job/view/job/job/index.phtml:77 -#: ../../../module/Media/view/media/media/details.phtml:57 -#: ../../../module/Media/view/media/media/details.phtml:89 -#: ../../../module/Media/view/media/media/index.phtml:57 -#: ../../../module/Pool/view/pool/pool/details.phtml:57 -#: ../../../module/Pool/view/pool/pool/details.phtml:89 -#: ../../../module/Pool/view/pool/pool/index.phtml:56 -msgid "Type" -msgstr "Typ" - -#: ../../../module/Job/view/job/job/details.phtml:64 -#: ../../../module/Job/view/job/job/index.phtml:81 -msgid "Errors" -msgstr "Fehler" - -#: ../../../module/Job/view/job/job/details.phtml:97 -#, fuzzy -msgid "Used Volumes" -msgstr "Speichermedien" - -#: ../../../module/Job/view/job/job/details.phtml:102 -#: ../../../module/Storage/view/storage/storage/details.phtml:112 -#: ../../../module/Storage/view/storage/storage/details.phtml:128 -#: ../../../module/Storage/view/storage/storage/details.phtml:153 -msgid "Volume" -msgstr "Speichermedium" - -#: ../../../module/Job/view/job/job/details.phtml:159 -#: ../../../module/Job/view/job/job/index.phtml:160 -msgid "Scheduled" -msgstr "Geplant" - -#: ../../../module/Job/view/job/job/details.phtml:188 -#, fuzzy -msgid "Start Block" -msgstr "Start" - -#: ../../../module/Job/view/job/job/details.phtml:265 -#: ../../../module/Job/view/job/job/index.phtml:262 -#: ../../../module/Job/view/job/job/index.phtml:272 -msgid "Rerun" -msgstr "Wiederholen" - -#: ../../../module/Job/view/job/job/details.phtml:280 -#: ../../../module/Job/view/job/job/index.phtml:293 -#: ../../../module/Job/view/job/job/index.phtml:299 -#: ../../../module/Storage/view/storage/storage/details.phtml:88 -msgid "Cancel" -msgstr "Abbrechen" - -#: ../../../module/Job/view/job/job/index.phtml:66 -msgid "Job list" -msgstr "Auftragsliste" - -#: ../../../module/Media/view/media/media/details.phtml:26 -msgid "Volume details" -msgstr "Medien Details" - -#: ../../../module/Media/view/media/media/details.phtml:32 -#: ../../../module/Media/view/media/media/index.phtml:32 -#: ../../../module/Pool/view/pool/pool/details.phtml:32 -#: ../../../module/Pool/view/pool/pool/index.phtml:32 -#: ../../../module/Storage/view/storage/storage/details.phtml:32 -#: ../../../module/Storage/view/storage/storage/index.phtml:32 -#: ../../../module/Storage/view/storage/storage/status.phtml:9 -msgid "Devices" -msgstr "Geräte" - -#: ../../../module/Media/view/media/media/details.phtml:33 -#: ../../../module/Media/view/media/media/index.phtml:33 -#: ../../../module/Pool/view/pool/pool/details.phtml:33 -#: ../../../module/Pool/view/pool/pool/index.phtml:26 -#: ../../../module/Pool/view/pool/pool/index.phtml:33 -#: ../../../module/Pool/view/pool/pool/index.phtml:47 -#: ../../../module/Storage/view/storage/storage/details.phtml:33 -#: ../../../module/Storage/view/storage/storage/index.phtml:33 -#: ../../../module/Storage/view/storage/storage/status.phtml:10 -msgid "Pools" -msgstr "Pools" - -#: ../../../module/Media/view/media/media/details.phtml:58 -#: ../../../module/Media/view/media/media/details.phtml:282 -#: ../../../module/Media/view/media/media/index.phtml:58 -#: ../../../module/Media/view/media/media/index.phtml:196 -#: ../../../module/Pool/view/pool/pool/details.phtml:90 -#: ../../../module/Pool/view/pool/pool/details.phtml:261 -#: ../../../module/Storage/view/storage/storage/details.phtml:155 -msgid "Last written" -msgstr "Letzter Schreibzugriff" - -#: ../../../module/Media/view/media/media/details.phtml:60 -#: ../../../module/Media/view/media/media/index.phtml:60 -#: ../../../module/Pool/view/pool/pool/details.phtml:92 -msgid "Retention/Expiration" -msgstr "Vorhaltezeit/Ablaufzeitpunkt" - -#: ../../../module/Media/view/media/media/details.phtml:61 -#: ../../../module/Media/view/media/media/index.phtml:61 -#: ../../../module/Pool/view/pool/pool/details.phtml:93 -msgid "Maximum bytes" -msgstr "Konfigurierte Mediengröße" - -#: ../../../module/Media/view/media/media/details.phtml:62 -#: ../../../module/Media/view/media/media/index.phtml:62 -#: ../../../module/Pool/view/pool/pool/details.phtml:94 -msgid "Current bytes" -msgstr "Benutzt" - -#: ../../../module/Media/view/media/media/details.phtml:78 -msgid "Jobs on volume" -msgstr "Aufträge auf dem Volume" - -#: ../../../module/Media/view/media/media/details.phtml:93 -msgid "Starttime" -msgstr "Startzeit" - -#: ../../../module/Media/view/media/media/details.phtml:94 -msgid "Endtime" -msgstr "Endzeit" - -#: ../../../module/Media/view/media/media/details.phtml:274 -#: ../../../module/Media/view/media/media/index.phtml:188 -#: ../../../module/Pool/view/pool/pool/details.phtml:253 -msgid "Label date" -msgstr "Initialisiert" - -#: ../../../module/Media/view/media/media/details.phtml:278 -#: ../../../module/Media/view/media/media/index.phtml:192 -#: ../../../module/Pool/view/pool/pool/details.phtml:257 -msgid "First written" -msgstr "Erster Schreibzugriff" - -#: ../../../module/Media/view/media/media/details.phtml:286 -#: ../../../module/Media/view/media/media/index.phtml:200 -#: ../../../module/Pool/view/pool/pool/details.phtml:265 -msgid "Volume jobs" -msgstr "Aufträge auf Medium" - -#: ../../../module/Media/view/media/media/details.phtml:290 -#: ../../../module/Media/view/media/media/index.phtml:204 -#: ../../../module/Pool/view/pool/pool/details.phtml:269 -msgid "Recycle" -msgstr "Wiederverwendbar" - -#: ../../../module/Media/view/media/media/details.phtml:298 -#: ../../../module/Storage/view/storage/storage/details.phtml:111 -#: ../../../module/Storage/view/storage/storage/details.phtml:152 -msgid "Slot" -msgstr "Slot" - -#: ../../../module/Media/view/media/media/details.phtml:302 -msgid "Media Id" -msgstr "Medien ID" - -#: ../../../module/Media/view/media/media/details.phtml:382 -#, fuzzy -msgid "Recycle Pool Id" -msgstr "Wiederverwendbar" - -#: ../../../module/Media/view/media/media/details.phtml:386 -msgid "Comment" -msgstr "Kommentar" - -#: ../../../module/Pool/view/pool/pool/details.phtml:26 -msgid "Pool details" -msgstr "Pool Details" - -#: ../../../module/Pool/view/pool/pool/details.phtml:59 -#: ../../../module/Pool/view/pool/pool/index.phtml:58 -msgid "Maximum volumes" -msgstr "Maximale Medienanzahl" - -#: ../../../module/Pool/view/pool/pool/details.phtml:60 -#: ../../../module/Pool/view/pool/pool/index.phtml:59 -msgid "Volume retention" -msgstr "Medienvorhaltezeit" - -#: ../../../module/Pool/view/pool/pool/details.phtml:61 -#: ../../../module/Pool/view/pool/pool/index.phtml:60 -msgid "Maximum volume jobs" -msgstr "Maximale Aufträge pro Medium" - -#: ../../../module/Pool/view/pool/pool/details.phtml:62 -#: ../../../module/Pool/view/pool/pool/index.phtml:61 -msgid "Maximum volume bytes" -msgstr "Maximale Bytes pro Medium" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:94 -msgid "Backup jobs" -msgstr "Sicherungsaufträge" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:111 -msgid "Backups" -msgstr "Sicherungen" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:184 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:201 -msgid "Restore to client" -msgstr "Client für Rücksicherung" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:237 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:252 -msgid "Please choose a fileset" -msgstr "Bitte wählen Sie ein Fileset" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:267 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:285 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:302 -msgid "Restore job" -msgstr "Rücksicherungsauftrag" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:321 -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:340 -msgid "Merge all client filesets" -msgstr "Führe alle Client Filesets zusammen" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "Ja" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "Nein" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:361 -msgid "Merge all related jobs to last full backup of selected backup job" -msgstr "Führe alle Aufträge bis zur letzten Vollsicherung zusammen" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:380 -msgid "Merge jobs" -msgstr "Führe Aufträge zusammen" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:400 -msgid "Replace files on client" -msgstr "Dateien auf dem Client ersetzen" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:402 -msgid "always" -msgstr "immer" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "niemals" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:404 -msgid "if file being restored is older than existing file" -msgstr "wenn rückzusichernde Datei älter ist als vorhandene" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:405 -msgid "if file being restored is newer than existing file" -msgstr "wenn rückzusichernde Datei neuer ist als vorhandene" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:421 -msgid "Restore location on client" -msgstr "Rücksicherungsordner" - -#: ../../../module/Restore/src/Restore/Form/RestoreForm.php:428 -msgid "e.g. / or /tmp/bareos-restores/" -msgstr "z.B. / or /tmp/bareos-restores/" - -#: ../../../module/Restore/view/restore/restore/index.phtml:59 -#: ../../../module/Storage/view/storage/storage/details.phtml:51 -msgid "Director message" -msgstr "Director Nachrichten" - -#: ../../../module/Restore/view/restore/restore/index.phtml:122 -msgid "File selection" -msgstr "Dateiauswahl" - -#: ../../../module/Restore/view/restore/restore/index.phtml:308 -msgid "Size" -msgstr "Größe" - -#: ../../../module/Restore/view/restore/restore/index.phtml:321 -msgid "Date" -msgstr "Datum" - -#: ../../../module/Storage/src/Storage/Form/StorageForm.php:77 -#: ../../../module/Storage/view/storage/storage/details.phtml:126 -msgid "Drive" -msgstr "Laufwerk" - -#: ../../../module/Storage/view/storage/storage/status.phtml:24 -#, fuzzy -msgid "Storage Status" -msgstr "Speicher Details" - -#: ../../../module/Storage/view/storage/storage/details.phtml:26 -msgid "Storage details" -msgstr "Speicher Details" - -#: ../../../module/Storage/view/storage/storage/details.phtml:72 -#: ../../../module/Storage/view/storage/storage/details.phtml:147 -msgid "Label barcodes" -msgstr "Medien nach Barcodes initialisieren" - -#: ../../../module/Storage/view/storage/storage/details.phtml:103 -msgid "Import/Export Slots" -msgstr "Import/Export Slots" - -#: ../../../module/Storage/view/storage/storage/details.phtml:107 -msgid "Import all" -msgstr "Alle importieren" - -#: ../../../module/Storage/view/storage/storage/details.phtml:121 -msgid "Drives" -msgstr "Laufwerke" - -#: ../../../module/Storage/view/storage/storage/details.phtml:127 -msgid "Loaded" -msgstr "Geladen" - -#: ../../../module/Storage/view/storage/storage/details.phtml:141 -msgid "Slots" -msgstr "Slots" - -#: ../../../module/Storage/view/storage/storage/details.phtml:145 -msgid "Update slots" -msgstr "Medienwechsler abgleichen" - -#: ../../../module/Storage/view/storage/storage/details.phtml:156 -msgid "Expiration" -msgstr "Ablauf" - -#: ../../../module/Storage/view/storage/storage/details.phtml:158 -msgid "Media Type" -msgstr "Medientyp" - -#: ../../../module/Storage/view/storage/storage/details.phtml:226 -msgid "Import" -msgstr "Importieren" - -#: ../../../module/Storage/view/storage/storage/details.phtml:273 -msgid "Release" -msgstr "Lösen" - -#: ../../../module/Storage/view/storage/storage/details.phtml:363 -msgid "not in catalog" -msgstr "nicht im Katalog" - -#: ../../../module/Storage/view/storage/storage/details.phtml:401 -msgid "Export" -msgstr "Exportieren" - -#: ../../../module/Storage/view/storage/storage/index.phtml:47 -msgid "Storage Devices" -msgstr "Speicher" - -#: ../../../module/Storage/view/storage/storage/index.phtml:56 -msgid "Autochanger" -msgstr "Medienwechsler" - -#: ../../../module/Storage/view/storage/storage/index.phtml:116 -#, fuzzy -msgid "Manage autochanger" -msgstr "Medienwechsler" - -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:47 -#, fuzzy -msgid "Schedule Details" -msgstr "Zeitplaner status" - -#: ../../../module/Schedule/view/schedule/schedule/details.phtml:34 -#: ../../../module/Schedule/view/schedule/schedule/index.phtml:34 -#: ../../../module/Schedule/view/schedule/schedule/overview.phtml:34 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:33 -msgid "Scheduler status" -msgstr "Zeitplaner status" - -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:26 -#: ../../../module/Schedule/view/schedule/schedule/status.phtml:46 -#, fuzzy -msgid "Status Scheduler" -msgstr "Zeitplan" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "Nichts" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "Tag(e)" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "benutzt" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "abgelaufen" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "läuft ab in einem Tag" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "läuft ab in" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "Tage" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "heute" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "An" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "Aus" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "Fehlgeschlagen" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "Erfolgreich" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "Eingereiht" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "Abgebrochen" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "Unvollständig" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "Warnung" - diff --git a/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.po b/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.po new file mode 120000 index 00000000000..c9c8f524a30 --- /dev/null +++ b/webui/public/js/locale/de_DE/LC_MESSAGES/de_DE.po @@ -0,0 +1 @@ +../../../../../module/Application/language/de_DE.po \ No newline at end of file diff --git a/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.mo b/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.mo deleted file mode 100644 index 731e688f763..00000000000 Binary files a/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.mo and /dev/null differ diff --git a/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.mo b/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.mo new file mode 120000 index 00000000000..0d1d0ba8c14 --- /dev/null +++ b/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/en_EN.mo \ No newline at end of file diff --git a/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.po b/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.po deleted file mode 100644 index c8ce468c9d0..00000000000 --- a/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.po +++ /dev/null @@ -1,337 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-19 14:29+0200\n" -"PO-Revision-Date: 2016-06-22 14:31+0200\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.5\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "" - -#: ../../js/custom-functions.js:177 -msgid "year(s)" -msgstr "" - -#: ../../js/custom-functions.js:180 -msgid "month(s)" -msgstr "" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "" - -#: ../../js/custom-functions.js:363 -msgid "Verify differences" -msgstr "" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "" - -#: ../../js/custom-functions.js:368 -msgid "Canceled by user" -msgstr "" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "" - -#: ../../js/custom-functions.js:433 -msgid "Incomplete Job" -msgstr "" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "" - -#: ../../js/custom-functions.js:438 -msgid "Committing data (last despool)" -msgstr "" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "" diff --git a/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.po b/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.po new file mode 120000 index 00000000000..570e59d99e8 --- /dev/null +++ b/webui/public/js/locale/en_EN/LC_MESSAGES/en_EN.po @@ -0,0 +1 @@ +../../../../../module/Application/language/en_EN.po \ No newline at end of file diff --git a/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.mo b/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.mo deleted file mode 100644 index a4dce52d80f..00000000000 Binary files a/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.mo and /dev/null differ diff --git a/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.mo b/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.mo new file mode 120000 index 00000000000..588c0f82a75 --- /dev/null +++ b/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/es_ES.mo \ No newline at end of file diff --git a/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.po b/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.po deleted file mode 100644 index 18e17e41e7d..00000000000 --- a/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.po +++ /dev/null @@ -1,343 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-19 14:29+0200\n" -"PO-Revision-Date: 2016-12-02 08:31-0300\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.11\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "Copia de seguridad" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "Migrado" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "Verificar" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "Restaurar" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "Programa de consola" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "Taréa interna del sistema" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "Administrador" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "Copia de una tarea" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "Tarea de copia" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "Tarea de migración" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "Escanear" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "Completo" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "Diferencial" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "Incremental" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "Base" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "Catálogo" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "VolumenACatálogo" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "DiscoACatálogo" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "Datos" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "Ninguno" - -#: ../../js/custom-functions.js:177 -#, fuzzy -msgid "year(s)" -msgstr "año(s) atras" - -#: ../../js/custom-functions.js:180 -#, fuzzy -msgid "month(s)" -msgstr "mese(s) atras" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "día(s)" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "Usado" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "expirado" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "expira en 1 día" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "expira en" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "días" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "nunca" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "hoy" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "día(s) atras" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "mese(s) atras" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "año(s) atras" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "Habilitado" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "Deshabilitado" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "Si" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "No" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "Falló" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "Correcto" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "En Ejecución" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "En Espera" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "Bloqueado" - -#: ../../js/custom-functions.js:363 -#, fuzzy -msgid "Verify differences" -msgstr "Verificar diferencias encontradas" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "Verificar diferencias encontradas" - -#: ../../js/custom-functions.js:368 -#, fuzzy -msgid "Canceled by user" -msgstr "Cancelado" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "Cancelado" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "Esperando" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "atributos de despooling SD" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "" - -#: ../../js/custom-functions.js:433 -#, fuzzy -msgid "Incomplete Job" -msgstr "Incompleto" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "Incompleto" - -#: ../../js/custom-functions.js:438 -#, fuzzy -msgid "Committing data (last despool)" -msgstr "Impactando cambios" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "Impactando cambios" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "Advertencia" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "En espera de dispositivo" diff --git a/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.po b/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.po new file mode 120000 index 00000000000..6446d36600f --- /dev/null +++ b/webui/public/js/locale/es_ES/LC_MESSAGES/es_ES.po @@ -0,0 +1 @@ +../../../../../module/Application/language/es_ES.po \ No newline at end of file diff --git a/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo b/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo deleted file mode 100644 index 6501193c283..00000000000 Binary files a/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo and /dev/null differ diff --git a/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo b/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo new file mode 120000 index 00000000000..18eb9ad2cb2 --- /dev/null +++ b/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/fr_FR.mo \ No newline at end of file diff --git a/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po b/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po deleted file mode 100644 index ae08db6a180..00000000000 --- a/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po +++ /dev/null @@ -1,343 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Bruno Friedmann , 2016. -# -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-19 14:29+0200\n" -"PO-Revision-Date: 2016-06-22 14:31+0200\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.5\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "Sauvegarde" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "Migré" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "Vérification" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "Restauration" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "Program console" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "job système interne" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "Copie d'un job" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "Job de copie" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "Job de migration" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "Complet" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "Différentiel" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "Incrémentiel" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "Virtuel complet" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "Base" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "Catalogue" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "Initialisation catalogue" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "Volume et catalogue" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "Disque et catalogue" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "Données" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "Aucun" - -#: ../../js/custom-functions.js:177 -#, fuzzy -msgid "year(s)" -msgstr "années en arrières" - -#: ../../js/custom-functions.js:180 -#, fuzzy -msgid "month(s)" -msgstr "mois en arrière" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "jour(s)" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "Utilisé" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "expiré" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "expire dans 1 jour" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "expire dans" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "jours" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "jamais" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "aujourd'hui" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "jour(s) en arrière" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "mois en arrière" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "années en arrières" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "actif" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "inactif" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "Oui" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "Non" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "Erreur" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "Succès" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "En cours" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "En file d'attente" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "Bloqué" - -#: ../../js/custom-functions.js:363 -#, fuzzy -msgid "Verify differences" -msgstr "La vérification a trouvé des différences" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "La vérification a trouvé des différences" - -#: ../../js/custom-functions.js:368 -#, fuzzy -msgid "Canceled by user" -msgstr "Annulé" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "Annulé" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "En attente" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "SD envoi des attributs" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "Insertion batch des enregistrements de fichiers" - -#: ../../js/custom-functions.js:433 -#, fuzzy -msgid "Incomplete Job" -msgstr "Incomplet" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "Incomplet" - -#: ../../js/custom-functions.js:438 -#, fuzzy -msgid "Committing data (last despool)" -msgstr "Insertion des données" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "Insertion des données" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "Attention" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "Déspoulage des données en cours" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "En attente de périphérique" diff --git a/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po b/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po new file mode 120000 index 00000000000..ce5be441f30 --- /dev/null +++ b/webui/public/js/locale/fr_FR/LC_MESSAGES/fr_FR.po @@ -0,0 +1 @@ +../../../../../module/Application/language/fr_FR.po \ No newline at end of file diff --git a/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.mo b/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.mo deleted file mode 100644 index e47cedf0ef3..00000000000 Binary files a/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.mo and /dev/null differ diff --git a/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.mo b/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.mo new file mode 120000 index 00000000000..cee006e53b0 --- /dev/null +++ b/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/hu_HU.mo \ No newline at end of file diff --git a/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.po b/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.po deleted file mode 100644 index b5755528ae9..00000000000 --- a/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.po +++ /dev/null @@ -1,335 +0,0 @@ -# Bareos WebUI Hungarian language file -# This file is distributed under the same license as the Bareos WebUI package. -# Gábor Mizda , 2018. -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-19 14:29+0200\n" -"PO-Revision-Date: 2018-05-19 10:22+0200\n" -"Last-Translator: Gábor Mizda \n" -"Language-Team: \n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.7\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "Mentés" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "Migrált" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "Ellenőrzött" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "Visszaállítás" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "Konzol program" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "Belső rendszer feladat" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "Adminisztrátor" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "Archív" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "Feladat másolata" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "Feladat másolása" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "Migrációs feladat" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "Beolvasás" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "Konszolidálás" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "Teljes" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "Különbözeti" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "Növekményes" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "VirtualFull" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "Alap" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "Katalógus" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "InitCatalog" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "VolumeToCatalog" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "DiskToCatalog" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "Adat" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "Nincs" - -#: ../../js/custom-functions.js:177 -msgid "year(s)" -msgstr "év" - -#: ../../js/custom-functions.js:180 -msgid "month(s)" -msgstr "hónap" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "nap" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "óra" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "másodperc" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "Használt" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "lejárt" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "lejár 1 nap múlva" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "lejár" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "nap múlva" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "soha" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "ma" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "nappal ezelőtt" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "hónappal ezelőtt" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "évvel ezelőtt" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "engedélyezett" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "letiltott" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "Igen" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "Nem" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "Nem végzetes hiba" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "Hibás" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "Feladat befejezve hibával" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "Végzetes hiba" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "Sikeresen befejezve" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "Sikeres" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "Folyamatban" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "Létrehozva, de még nem fut" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "Várakozó" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "Blokkolt" - -#: ../../js/custom-functions.js:363 -msgid "Verify differences" -msgstr "Különbségek ellenőrzése" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "Megtalált különbségek ellenőrzése" - -#: ../../js/custom-functions.js:368 -msgid "Canceled by user" -msgstr "Felhasználó leállította" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "Megszakított" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "Várakozás a Fájl démonra" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "Várakozás" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "Várakozás a Tároló démonra" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "Várakozás az új médiára" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "Várakozás a csatolásra" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "Várakozás a tároló erőforrásra" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "Várakozás a feladat erőforrásra" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "Várakozás a kliens erőforrásra" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "Várakozás a maximális feladatszámra" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "Várakozás az indulási időre" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "Várakozás a nagyobb priorítású feladatok lefutására" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "SD várólista megszüntetés attribútumai" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "Fájl rekordok kötegelt beillesztése" - -#: ../../js/custom-functions.js:433 -msgid "Incomplete Job" -msgstr "Nem lefutott feladat" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "Nem teljes" - -#: ../../js/custom-functions.js:438 -msgid "Committing data (last despool)" -msgstr "Adat rögzítése (utolsó despool)" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "Adat rögzítése" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "Sikeresen befejezve figyelmeztetésekkel" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "Figyelmeztetés" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "Adat várólista megszüntetése" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "Sorbaállított várakozás az eszközre" diff --git a/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.po b/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.po new file mode 120000 index 00000000000..0ea408229b2 --- /dev/null +++ b/webui/public/js/locale/hu_HU/LC_MESSAGES/hu_HU.po @@ -0,0 +1 @@ +../../../../../module/Application/language/hu_HU.po \ No newline at end of file diff --git a/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.mo b/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.mo deleted file mode 100644 index a0bd6d9cf6c..00000000000 Binary files a/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.mo and /dev/null differ diff --git a/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.mo b/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.mo new file mode 120000 index 00000000000..00616d6c6b0 --- /dev/null +++ b/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/it_IT.mo \ No newline at end of file diff --git a/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.po b/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.po deleted file mode 100644 index 4e2c868a43e..00000000000 --- a/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.po +++ /dev/null @@ -1,343 +0,0 @@ -# Bareos WebUI, Italian Localization -# Copyright (C) 2016 -# This file is distributed under the same license as the Bareos WebUI package. -# Alessandro Rigopoulos, 2016. -# -msgid "" -msgstr "" -"Project-Id-Version: Bareos WebUI\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-19 14:29+0200\n" -"PO-Revision-Date: 2016-11-09 19:01+0100\n" -"Last-Translator: Alessandro Rigopoulos\n" -"Language-Team: \n" -"Language: it_IT\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.11\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "Backup" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "Migrato" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "Verifica" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "Ripristino" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "Programma da Terminale" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "Job interno di sistema" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "Admin" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "Archivio" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "Copia di un job" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "Copia job" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "Job di Migrazione" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "Scansione" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "Totale" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "Differenziale" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "Incrementale" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "Virtuale Totale" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "Base" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "Catalogo" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "Inizializza Catalogo" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "Volume con Catalogo" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "Disco con Catalogo" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "Dati" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "Nessuno" - -#: ../../js/custom-functions.js:177 -#, fuzzy -msgid "year(s)" -msgstr "anno(i) fa" - -#: ../../js/custom-functions.js:180 -#, fuzzy -msgid "month(s)" -msgstr "mese(i) fa" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "giorno(i)" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "Utilizzato" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "scaduto" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "scade tra 1 giorno" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "scade tra" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "giorni" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "mai" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "oggi" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "giorno(i) fa" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "mese(i) fa" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "anno(i) fa" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "abilitato" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "disabilitato" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "Sì" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "No" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "Fallito" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "Successo" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "In esecuzione" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "In coda" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "Bloccato" - -#: ../../js/custom-functions.js:363 -#, fuzzy -msgid "Verify differences" -msgstr "La Verifica ha rilevato differenze" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "La Verifica ha rilevato differenze" - -#: ../../js/custom-functions.js:368 -#, fuzzy -msgid "Canceled by user" -msgstr "Annullato" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "Annullato" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "In attesa" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "SD invio attributi" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "Inserimento batch dei record dei file" - -#: ../../js/custom-functions.js:433 -#, fuzzy -msgid "Incomplete Job" -msgstr "Incompleto" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "Incompleto" - -#: ../../js/custom-functions.js:438 -#, fuzzy -msgid "Committing data (last despool)" -msgstr "Inserimento dati" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "Inserimento dati" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "Avviso" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "Despooling dati in corso" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "In coda in attesa di dispositivo" diff --git a/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.po b/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.po new file mode 120000 index 00000000000..81dc76eebdd --- /dev/null +++ b/webui/public/js/locale/it_IT/LC_MESSAGES/it_IT.po @@ -0,0 +1 @@ +../../../../../module/Application/language/it_IT.po \ No newline at end of file diff --git a/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.mo b/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.mo deleted file mode 100644 index 7660f21f254..00000000000 Binary files a/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.mo and /dev/null differ diff --git a/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.mo b/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.mo new file mode 120000 index 00000000000..6b852dabd60 --- /dev/null +++ b/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/nl_BE.mo \ No newline at end of file diff --git a/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.po b/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.po deleted file mode 100644 index b679cdf6bad..00000000000 --- a/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.po +++ /dev/null @@ -1,343 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: bareos-webui\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-19 14:29+0200\n" -"PO-Revision-Date: 2017-01-22 20:28+0100\n" -"Last-Translator: Sam Verstraete \n" -"Language-Team: \n" -"Language: nl_BE\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.11\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "Reservekopie" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "Gemigreerd" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "Verifieer" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "Herstel" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "Console programma" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "Interne systeemtaak" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "Beheer" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "Archief" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "Kopie van een taak" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "Kopieertaak" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "Migratietaak" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "Zoeken" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "Consolideren" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "Volledig" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "Differentieel" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "Incrementeel" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "VirtueelVolledig" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "Basis" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "Cataloog" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "IniteerCatalog" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "VolumeNaarCataloog" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "SchijfNaarCataloog" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "Data" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "Niets" - -#: ../../js/custom-functions.js:177 -#, fuzzy -msgid "year(s)" -msgstr "jaar geleden" - -#: ../../js/custom-functions.js:180 -#, fuzzy -msgid "month(s)" -msgstr "maand(en) geleden" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "dag(en)" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "Gebruikt" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "verlopen" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "verloopt binnen 1 dag" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "verloopt binnen" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "dagen" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "nooit" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "vandaag" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "dag(en) geleden" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "maand(en) geleden" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "jaar geleden" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "ingeschakeld" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "uitgeschakeld" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "Ja" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "Nee" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "Mislukt" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "Geslaagd" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "Actief" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "In wachtrij" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "Geblokkeerd" - -#: ../../js/custom-functions.js:363 -#, fuzzy -msgid "Verify differences" -msgstr "Gevonden verschillen verifiëren" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "Gevonden verschillen verifiëren" - -#: ../../js/custom-functions.js:368 -#, fuzzy -msgid "Canceled by user" -msgstr "Geannuleerd" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "Geannuleerd" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "Wachtend" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "SD despooling attributen" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "Reeks bestandsrecords invoegen" - -#: ../../js/custom-functions.js:433 -#, fuzzy -msgid "Incomplete Job" -msgstr "Onvolledig" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "Onvolledig" - -#: ../../js/custom-functions.js:438 -#, fuzzy -msgid "Committing data (last despool)" -msgstr "Data uitschrijven" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "Data uitschrijven" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "Waarschuwing" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "Data despoolen" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "In wachtrij wachtend op apparaat" diff --git a/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.po b/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.po new file mode 120000 index 00000000000..51646cf92df --- /dev/null +++ b/webui/public/js/locale/nl_BE/LC_MESSAGES/nl_BE.po @@ -0,0 +1 @@ +../../../../../module/Application/language/nl_BE.po \ No newline at end of file diff --git a/webui/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.mo b/webui/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.mo deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/webui/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.mo b/webui/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.mo new file mode 120000 index 00000000000..f50cb8d4114 --- /dev/null +++ b/webui/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/pt_BR.mo \ No newline at end of file diff --git a/webui/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.po b/webui/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.po deleted file mode 100644 index 8b611bfbbd9..00000000000 --- a/webui/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.po +++ /dev/null @@ -1,317 +0,0 @@ -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "" - -#: ../../js/custom-functions.js:177 -msgid "year(s)" -msgstr "" - -#: ../../js/custom-functions.js:180 -msgid "month(s)" -msgstr "" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "" - -#: ../../js/custom-functions.js:363 -msgid "Verify differences" -msgstr "" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "" - -#: ../../js/custom-functions.js:368 -msgid "Canceled by user" -msgstr "" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "" - -#: ../../js/custom-functions.js:433 -msgid "Incomplete Job" -msgstr "" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "" - -#: ../../js/custom-functions.js:438 -msgid "Committing data (last despool)" -msgstr "" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "" diff --git a/webui/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.po b/webui/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.po new file mode 120000 index 00000000000..d9d566739ed --- /dev/null +++ b/webui/public/js/locale/pt_BR/LC_MESSAGES/pt_BR.po @@ -0,0 +1 @@ +../../../../../module/Application/language/pt_BR.po \ No newline at end of file diff --git a/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo b/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo deleted file mode 100644 index ba1c373eb05..00000000000 Binary files a/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo and /dev/null differ diff --git a/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo b/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo new file mode 120000 index 00000000000..8a2c344de91 --- /dev/null +++ b/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/ru_RU.mo \ No newline at end of file diff --git a/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po b/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po deleted file mode 100644 index e31274ca70e..00000000000 --- a/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po +++ /dev/null @@ -1,342 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-19 14:29+0200\n" -"PO-Revision-Date: 2016-09-05 14:31+0200\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: ru\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.8\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "ничто" - -#: ../../js/custom-functions.js:177 -#, fuzzy -msgid "year(s)" -msgstr "год (лет) назад" - -#: ../../js/custom-functions.js:180 -#, fuzzy -msgid "month(s)" -msgstr "месяц (-ев) назад" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "день(дни)" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "Использовано" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "срок действия истек" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "истекает через 1 день" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "Истекает через" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "дней" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "никогда" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "сегодня" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "день (-ей) назад" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "месяц (-ев) назад" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "год (лет) назад" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "Включено" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "выключено" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "Да" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "Нет" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "Сбой!" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "Успешно" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "Выполнение" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "В очереди" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "Заблокировано" - -#: ../../js/custom-functions.js:363 -#, fuzzy -msgid "Verify differences" -msgstr "Проверка найденных различий" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "Проверка найденных различий" - -#: ../../js/custom-functions.js:368 -#, fuzzy -msgid "Canceled by user" -msgstr "Отменено" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "Отменено" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "Ожидание" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "" - -#: ../../js/custom-functions.js:433 -#, fuzzy -msgid "Incomplete Job" -msgstr "Незавершенный" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "Незавершенный" - -#: ../../js/custom-functions.js:438 -msgid "Committing data (last despool)" -msgstr "" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "Предупреждение" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "" diff --git a/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po b/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po new file mode 120000 index 00000000000..ed9bf0375f4 --- /dev/null +++ b/webui/public/js/locale/ru_RU/LC_MESSAGES/ru_RU.po @@ -0,0 +1 @@ +../../../../../module/Application/language/ru_RU.po \ No newline at end of file diff --git a/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.mo b/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.mo deleted file mode 100644 index 99ac5e7d759..00000000000 Binary files a/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.mo and /dev/null differ diff --git a/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.mo b/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.mo new file mode 120000 index 00000000000..b472da23512 --- /dev/null +++ b/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/sk_SK.mo \ No newline at end of file diff --git a/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.po b/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.po deleted file mode 100644 index 870fc6b63f4..00000000000 --- a/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.po +++ /dev/null @@ -1,343 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR pvrba2000@gmail.com, 2017. -# -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-19 14:29+0200\n" -"PO-Revision-Date: 2016-06-22 14:31+0200\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: sk_SK\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.11\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "Záloha" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "Zmigrované" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "Overiť" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "Obnoviť" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "Konzola" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "Vnútorná systémová úloha" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "Administrátor" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "Archív" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "Kópia úlohy" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "Kopírovať úlohu" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "Migrovať úlohu" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "Skenovať" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "Konsolidovať" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "Plný" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "Rozdielový" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "Inkrementálny" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "Virtuál_Plný" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "Základňa" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "Katalóg" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "ÚvodnýKatalóg" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "ObsahNaKatalóg" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "DiskNaKatalóg" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "Dáta" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "Žiadne" - -#: ../../js/custom-functions.js:177 -#, fuzzy -msgid "year(s)" -msgstr "pred rokom" - -#: ../../js/custom-functions.js:180 -#, fuzzy -msgid "month(s)" -msgstr "pred mesiacom" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "deň(i)" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "Použité" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "expirované" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "vyprší za 1 deň" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "vyprší za" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "dní" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "nikdy" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "dnes" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "dní pred" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "pred mesiacom" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "pred rokom" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "povolený" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "zablokovaný" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "Áno" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "Nie" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "Chyba" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "Hotovo" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "Beží" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "Vo fronte" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "Zablokovaný" - -#: ../../js/custom-functions.js:363 -#, fuzzy -msgid "Verify differences" -msgstr "Overiť nájdené rozdiely" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "Overiť nájdené rozdiely" - -#: ../../js/custom-functions.js:368 -#, fuzzy -msgid "Canceled by user" -msgstr "Zrušené" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "Zrušené" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "Čaká sa" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "SD skupinové atribúty" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "Robím dávkové vkladanie nahratých súborov" - -#: ../../js/custom-functions.js:433 -#, fuzzy -msgid "Incomplete Job" -msgstr "Nekompletné" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "Nekompletné" - -#: ../../js/custom-functions.js:438 -#, fuzzy -msgid "Committing data (last despool)" -msgstr "Odovzdávam dáta" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "Odovzdávam dáta" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "Varovanie" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "Vykonávam dátový rozklad" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "Čaká na zariadenie vo fronte" diff --git a/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.po b/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.po new file mode 120000 index 00000000000..158c503edc1 --- /dev/null +++ b/webui/public/js/locale/sk_SK/LC_MESSAGES/sk_SK.po @@ -0,0 +1 @@ +../../../../../module/Application/language/sk_SK.po \ No newline at end of file diff --git a/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.mo b/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.mo deleted file mode 100644 index b2d635bb384..00000000000 Binary files a/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.mo and /dev/null differ diff --git a/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.mo b/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.mo new file mode 120000 index 00000000000..6c594894699 --- /dev/null +++ b/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.mo @@ -0,0 +1 @@ +../../../../../module/Application/language/tr_TR.mo \ No newline at end of file diff --git a/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.po b/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.po deleted file mode 100644 index efcb40c1935..00000000000 --- a/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.po +++ /dev/null @@ -1,339 +0,0 @@ -# Turkish Localization -# Copyright (C) 2017 -# This file is distributed under the same license as the PACKAGE package. -# Enes Yalcin, Serefhan Yeter -# -msgid "" -msgstr "" -"Project-Id-Version: \n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-19 14:29+0200\n" -"PO-Revision-Date: 2016-06-22 14:31+0200\n" -"Last-Translator: \n" -"Language-Team: \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.8.5\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "hiçbir şey" - -#: ../../js/custom-functions.js:177 -msgid "year(s)" -msgstr "" - -#: ../../js/custom-functions.js:180 -msgid "month(s)" -msgstr "" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "gün(ler)" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "Kullanılmış" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "süresi bitmiş" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "Bir günde sona eriyor" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "tarihinde sona eriyor" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "günler" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "asla" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "bugün" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "gün(ler) önce" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "açmak" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "kapalı" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "evet" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "hayır" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "Başarısızlık" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "Başarılı" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "koşma" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "Sıraya dizilmiş" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "Engellenmiş" - -#: ../../js/custom-functions.js:363 -msgid "Verify differences" -msgstr "" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "" - -#: ../../js/custom-functions.js:368 -#, fuzzy -msgid "Canceled by user" -msgstr "Iptal edildi" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "Iptal edildi" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "bekleme" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "" - -#: ../../js/custom-functions.js:433 -#, fuzzy -msgid "Incomplete Job" -msgstr "eksik" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "eksik" - -#: ../../js/custom-functions.js:438 -msgid "Committing data (last despool)" -msgstr "" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "uyarı" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr "" diff --git a/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.po b/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.po new file mode 120000 index 00000000000..4f6d1031e82 --- /dev/null +++ b/webui/public/js/locale/tr_TR/LC_MESSAGES/tr_TR.po @@ -0,0 +1 @@ +../../../../../module/Application/language/tr_TR.po \ No newline at end of file diff --git a/webui/public/js/locale/webui-datatables.pot b/webui/public/js/locale/webui-datatables.pot deleted file mode 100644 index c597ea74488..00000000000 --- a/webui/public/js/locale/webui-datatables.pot +++ /dev/null @@ -1,336 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-07-19 14:29+0200\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../../js/custom-functions.js:101 -msgid "Backup" -msgstr "" - -#: ../../js/custom-functions.js:104 -msgid "Migrated" -msgstr "" - -#: ../../js/custom-functions.js:107 -msgid "Verify" -msgstr "" - -#: ../../js/custom-functions.js:110 -msgid "Restore" -msgstr "" - -#: ../../js/custom-functions.js:113 -msgid "Console program" -msgstr "" - -#: ../../js/custom-functions.js:116 -msgid "Internal system job" -msgstr "" - -#: ../../js/custom-functions.js:119 -msgid "Admin" -msgstr "" - -#: ../../js/custom-functions.js:122 -msgid "Archive" -msgstr "" - -#: ../../js/custom-functions.js:125 -msgid "Copy of a job" -msgstr "" - -#: ../../js/custom-functions.js:128 -msgid "Copy job" -msgstr "" - -#: ../../js/custom-functions.js:131 -msgid "Migration job" -msgstr "" - -#: ../../js/custom-functions.js:134 -msgid "Scan" -msgstr "" - -#: ../../js/custom-functions.js:137 -msgid "Consolidate" -msgstr "" - -#: ../../js/custom-functions.js:149 ../../js/custom-functions.js:197 -#: ../../js/custom-functions.js:227 -msgid "Full" -msgstr "" - -#: ../../js/custom-functions.js:151 -msgid "Differential" -msgstr "" - -#: ../../js/custom-functions.js:153 -msgid "Incremental" -msgstr "" - -#: ../../js/custom-functions.js:155 -msgid "VirtualFull" -msgstr "" - -#: ../../js/custom-functions.js:157 -msgid "Base" -msgstr "" - -#: ../../js/custom-functions.js:159 -msgid "Catalog" -msgstr "" - -#: ../../js/custom-functions.js:161 -msgid "InitCatalog" -msgstr "" - -#: ../../js/custom-functions.js:163 -msgid "VolumeToCatalog" -msgstr "" - -#: ../../js/custom-functions.js:165 -msgid "DiskToCatalog" -msgstr "" - -#: ../../js/custom-functions.js:167 -msgid "Data" -msgstr "" - -#: ../../js/custom-functions.js:169 -msgid "None" -msgstr "" - -#: ../../js/custom-functions.js:177 -msgid "year(s)" -msgstr "" - -#: ../../js/custom-functions.js:180 -msgid "month(s)" -msgstr "" - -#: ../../js/custom-functions.js:183 -msgid "day(s)" -msgstr "" - -#: ../../js/custom-functions.js:186 -msgid "hour(s)" -msgstr "" - -#: ../../js/custom-functions.js:189 -msgid "second(s)" -msgstr "" - -#: ../../js/custom-functions.js:197 ../../js/custom-functions.js:227 -msgid "Used" -msgstr "" - -#: ../../js/custom-functions.js:209 -msgid "expired" -msgstr "" - -#: ../../js/custom-functions.js:213 -msgid "expires in 1 day" -msgstr "" - -#: ../../js/custom-functions.js:217 -msgid "expires in" -msgstr "" - -#: ../../js/custom-functions.js:217 -msgid "days" -msgstr "" - -#: ../../js/custom-functions.js:253 -msgid "never" -msgstr "" - -#: ../../js/custom-functions.js:262 -msgid "today" -msgstr "" - -#: ../../js/custom-functions.js:265 -msgid "day(s) ago" -msgstr "" - -#: ../../js/custom-functions.js:268 -msgid "month(s) ago" -msgstr "" - -#: ../../js/custom-functions.js:271 -msgid "year(s) ago" -msgstr "" - -#: ../../js/custom-functions.js:304 -msgid "enabled" -msgstr "" - -#: ../../js/custom-functions.js:307 -msgid "disabled" -msgstr "" - -#: ../../js/custom-functions.js:315 -msgid "Yes" -msgstr "" - -#: ../../js/custom-functions.js:318 -msgid "No" -msgstr "" - -#: ../../js/custom-functions.js:328 -msgid "Non-fatal error" -msgstr "" - -#: ../../js/custom-functions.js:329 ../../js/custom-functions.js:334 -#: ../../js/custom-functions.js:339 -msgid "Failure" -msgstr "" - -#: ../../js/custom-functions.js:333 -msgid "Job terminated in error" -msgstr "" - -#: ../../js/custom-functions.js:338 -msgid "Fatal error" -msgstr "" - -#: ../../js/custom-functions.js:343 -msgid "Terminated normally" -msgstr "" - -#: ../../js/custom-functions.js:344 -msgid "Success" -msgstr "" - -#: ../../js/custom-functions.js:348 ../../js/custom-functions.js:349 -msgid "Running" -msgstr "" - -#: ../../js/custom-functions.js:353 -msgid "Created but not yet running" -msgstr "" - -#: ../../js/custom-functions.js:354 -msgid "Queued" -msgstr "" - -#: ../../js/custom-functions.js:358 ../../js/custom-functions.js:359 -msgid "Blocked" -msgstr "" - -#: ../../js/custom-functions.js:363 -msgid "Verify differences" -msgstr "" - -#: ../../js/custom-functions.js:364 -msgid "Verify found differences" -msgstr "" - -#: ../../js/custom-functions.js:368 -msgid "Canceled by user" -msgstr "" - -#: ../../js/custom-functions.js:369 -msgid "Canceled" -msgstr "" - -#: ../../js/custom-functions.js:373 -msgid "Waiting on File daemon" -msgstr "" - -#: ../../js/custom-functions.js:374 ../../js/custom-functions.js:379 -#: ../../js/custom-functions.js:384 ../../js/custom-functions.js:389 -#: ../../js/custom-functions.js:394 ../../js/custom-functions.js:399 -#: ../../js/custom-functions.js:404 ../../js/custom-functions.js:409 -#: ../../js/custom-functions.js:414 ../../js/custom-functions.js:419 -msgid "Waiting" -msgstr "" - -#: ../../js/custom-functions.js:378 -msgid "Waiting on the Storage daemon" -msgstr "" - -#: ../../js/custom-functions.js:383 -msgid "Waiting for new media" -msgstr "" - -#: ../../js/custom-functions.js:388 -msgid "Waiting for Mount" -msgstr "" - -#: ../../js/custom-functions.js:393 -msgid "Waiting for storage resource" -msgstr "" - -#: ../../js/custom-functions.js:398 -msgid "Waiting for job resource" -msgstr "" - -#: ../../js/custom-functions.js:403 -msgid "Waiting for Client resource" -msgstr "" - -#: ../../js/custom-functions.js:408 -msgid "Waiting for maximum jobs" -msgstr "" - -#: ../../js/custom-functions.js:413 -msgid "Waiting for start time" -msgstr "" - -#: ../../js/custom-functions.js:418 -msgid "Waiting for higher priority jobs to finish" -msgstr "" - -#: ../../js/custom-functions.js:423 ../../js/custom-functions.js:424 -msgid "SD despooling attributes" -msgstr "" - -#: ../../js/custom-functions.js:428 ../../js/custom-functions.js:429 -msgid "Doing batch insert file records" -msgstr "" - -#: ../../js/custom-functions.js:433 -msgid "Incomplete Job" -msgstr "" - -#: ../../js/custom-functions.js:434 -msgid "Incomplete" -msgstr "" - -#: ../../js/custom-functions.js:438 -msgid "Committing data (last despool)" -msgstr "" - -#: ../../js/custom-functions.js:439 -msgid "Committing data" -msgstr "" - -#: ../../js/custom-functions.js:443 -msgid "Terminated normally with warnings" -msgstr "" - -#: ../../js/custom-functions.js:444 -msgid "Warning" -msgstr "" - -#: ../../js/custom-functions.js:448 ../../js/custom-functions.js:449 -msgid "Doing data despooling" -msgstr "" - -#: ../../js/custom-functions.js:453 ../../js/custom-functions.js:454 -msgid "Queued waiting for device" -msgstr ""